:root {
  --ink: #111318;
  --muted: #65686f;
  --paper: #f4f1e9;
  --paper-2: #ebe6db;
  --line: rgba(17, 19, 24, .15);
  --acid: #d8ff3e;
  --coral: #ff694b;
  --blue: #3c54ff;
  --white: #fff;
  --radius: 22px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; background: var(--acid); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 40px), var(--max));
  margin: 18px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(244, 241, 233, .88); border-color: var(--line); box-shadow: 0 10px 40px rgba(17,19,24,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 16px; font-weight: 900; letter-spacing: .04em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; background: var(--ink); color: var(--acid); font-size: 17px; font-weight: 900; transform: rotate(-5deg); }
.brand-light { margin-left: 3px; font-weight: 500; color: var(--muted); }
.main-nav { display: flex; gap: 30px; font-size: 13px; font-weight: 650; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .2s; }
.main-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 11px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: var(--acid); color: var(--ink); }
.button-small { min-height: 42px; padding: 0 17px; gap: 12px; }
.button-light { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button-light:hover { background: var(--white); border-color: var(--white); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 750; }

.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; min-height: 790px; padding: 150px max(30px, calc((100vw - var(--max)) / 2)) 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #4f535b; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.62); }
.pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,105,75,.16); }
.hero h1 { max-width: 710px; margin: 0; font-size: clamp(62px, 7.4vw, 112px); line-height: .86; letter-spacing: -.075em; font-weight: 850; }
.hero h1 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.hero-lede { max-width: 610px; margin: 34px 0 30px; color: #555960; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.platform-row { display: flex; gap: 12px; margin-top: 44px; }
.platform-row span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 100px; color: #565960; font-size: 11px; font-weight: 750; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { top: 85px; left: 42%; width: 360px; height: 360px; background: radial-gradient(circle at 35% 35%, rgba(216,255,62,.65), rgba(216,255,62,0) 68%); }
.hero-orb-two { right: -150px; bottom: -180px; width: 560px; height: 560px; background: radial-gradient(circle at center, rgba(60,84,255,.22), rgba(60,84,255,0) 70%); }

.hero-console { position: relative; z-index: 2; padding: 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: var(--ink); color: white; box-shadow: 0 45px 90px rgba(17,19,24,.22); transform: rotate(1.2deg); }
.console-top { display: flex; align-items: center; justify-content: space-between; padding: 4px 3px 21px; }
.console-top > div { display: grid; gap: 6px; }
.console-kicker { color: rgba(255,255,255,.43); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.console-top strong { font-size: 20px; }
.live-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.live-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(216,255,62,.13); }
.console-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric, .channel-stack { padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.055); }
.metric-wide { grid-column: 1 / -1; }
.metric > span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.metric strong { display: block; font-size: 20px; letter-spacing: -.02em; }
.metric small { display: block; margin-top: 18px; color: rgba(255,255,255,.48); font-size: 10px; }
.metric.acid { background: var(--acid); color: var(--ink); }
.metric.acid > span, .metric.acid small { color: rgba(17,19,24,.62); }
.signal-bars { display: flex; align-items: flex-end; gap: 7px; height: 92px; margin-top: 16px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); }
.signal-bars i { flex: 1; height: var(--h); min-height: 10px; border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, var(--coral), #ff987f); }
.channel-stack { display: grid; gap: 0; padding: 0; overflow: hidden; }
.channel-stack > div { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; min-height: 55px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.channel-stack > div:last-child { border-bottom: 0; }
.channel-index { color: var(--acid); font-size: 9px; font-weight: 850; }
.channel-stack b { font-size: 12px; }
.channel-stack em { color: rgba(255,255,255,.43); font-size: 10px; font-style: normal; }
.console-note { margin: 13px 4px 0; color: rgba(255,255,255,.32); font-size: 9px; }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--acid); transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; align-items: center; width: max-content; padding: 14px 0; animation: ticker 28s linear infinite; }
.ticker span { margin: 0 25px; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.section-heading h2, .focus-intro h2, .principles h2, .company h2, .contact h2 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.section-heading h2 span, .company h2 span { color: #8a8b8c; font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.section-heading > p:last-child { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.service-card { position: relative; min-height: 600px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 65px rgba(17,19,24,.1); }
.service-card-dark { background: var(--ink); color: white; }
.service-card-acid { background: var(--acid); }
.service-number { position: absolute; top: 28px; right: 28px; font-size: 11px; font-weight: 900; }
.service-icon { display: grid; place-items: center; width: 128px; height: 128px; margin: 58px auto 62px; border-radius: 37% 63% 61% 39% / 40% 39% 61% 60%; background: var(--paper); font-size: 58px; transform: rotate(-8deg); }
.service-icon span { transform: rotate(8deg); }
.meta-icon { color: var(--blue); }
.tiktok-icon { background: var(--coral); color: var(--ink); }
.google-icon { background: var(--white); color: var(--blue); font-family: Georgia, serif; }
.service-label { margin: 0 0 17px; font-size: 10px; font-weight: 900; letter-spacing: .16em; opacity: .6; }
.service-card h3 { max-width: 320px; margin: 0 0 18px; font-size: 28px; line-height: 1.07; letter-spacing: -.04em; }
.service-card > p:not(.service-label) { margin: 0; color: var(--muted); line-height: 1.6; }
.service-card-dark > p:not(.service-label) { color: rgba(255,255,255,.6); }
.service-card ul { margin: 27px 0 0; padding: 20px 0 0; border-top: 1px solid currentColor; list-style: none; }
.service-card li { position: relative; margin: 10px 0; padding-left: 18px; font-size: 12px; font-weight: 650; }
.service-card li::before { content: "↗"; position: absolute; left: 0; color: var(--coral); }
.service-card-acid li::before { color: var(--ink); }
.trademark-note { max-width: 780px; margin: 22px 0 0; color: #85878b; font-size: 10px; line-height: 1.5; }

.focus { width: 100%; max-width: none; padding: 130px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.focus-intro { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; align-items: end; margin: 0 auto 66px; max-width: var(--max); }
.focus-intro .eyebrow { align-self: start; }
.focus-intro h2 { max-width: 780px; }
.focus-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: var(--max); margin: 0 auto; }
.focus-card { position: relative; min-height: 610px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.04); }
.focus-card:nth-child(2) { background: #242733; }
.focus-index { color: var(--acid); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.focus-card h3 { margin: 31px 0 15px; font-size: 48px; letter-spacing: -.05em; }
.focus-card > p { max-width: 490px; color: rgba(255,255,255,.6); line-height: 1.65; }
.focus-visual { position: relative; height: 245px; margin: 38px 0 32px; border-radius: 17px; background: #1a1d24; }
.commerce-visual { background: linear-gradient(135deg, #ff694b, #ff9b79); }
.product-tile { position: absolute; top: 30px; left: 38px; width: 185px; height: 174px; padding: 16px; border-radius: 15px; background: var(--paper); color: var(--ink); transform: rotate(-5deg); box-shadow: 0 18px 40px rgba(17,19,24,.2); }
.product-tile span { display: inline-block; padding: 5px 8px; border-radius: 99px; background: var(--acid); font-size: 8px; font-weight: 900; }
.product-tile i { display: block; width: 76px; height: 76px; margin: 15px auto; border-radius: 50%; background: linear-gradient(135deg, var(--blue), #9ea9ff); }
.product-tile b { font-size: 11px; }
.order-line { position: absolute; right: 26px; bottom: 35px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; width: 250px; padding: 14px; border-radius: 12px; background: var(--ink); box-shadow: 0 16px 40px rgba(17,19,24,.24); font-size: 11px; }
.order-line i { width: 27px; height: 27px; border-radius: 8px; background: var(--acid); }
.order-line b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #3dca76; }
.app-visual { background: linear-gradient(135deg, #5368ff, #2d3cc6); }
.phone-shell { position: absolute; left: 60px; top: 23px; width: 140px; height: 205px; padding: 16px; border: 7px solid var(--ink); border-radius: 28px; background: var(--paper); color: var(--ink); transform: rotate(5deg); box-shadow: 0 18px 40px rgba(17,19,24,.3); }
.phone-shell i { display: block; width: 52px; height: 52px; margin: 34px auto 25px; border-radius: 15px; background: var(--coral); }
.phone-shell span { font-size: 11px; font-weight: 800; }
.phone-shell b { float: right; }
.event-stack { position: absolute; right: 34px; top: 42px; display: grid; gap: 11px; }
.event-stack span { width: 210px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.27); border-radius: 10px; background: rgba(17,19,24,.55); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.event-stack span:nth-child(2) { transform: translateX(-20px); }
.event-stack span:nth-child(3) { transform: translateX(-40px); color: var(--acid); }
.tag-row { display: flex; gap: 9px; }
.tag-row span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .08em; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-heading { display: block; align-self: start; position: sticky; top: 140px; margin: 0; }
.process-heading .eyebrow { margin-bottom: 24px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 42px 1fr auto; gap: 25px; padding: 32px 4px; border-bottom: 1px solid var(--line); }
.process-list > li > span { padding-top: 6px; color: var(--coral); font-size: 11px; font-weight: 900; }
.process-list h3 { margin: 0 0 11px; font-size: 28px; letter-spacing: -.035em; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.process-list i { padding-top: 3px; font-size: 21px; font-style: normal; transition: transform .2s; }
.process-list li:hover i { transform: translate(4px, -4px); }

.principles { padding: 90px 24px; background: var(--blue); color: white; }
.principles-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; width: min(100%, var(--max)); margin: 0 auto; }
.principles-copy > p:last-child { max-width: 530px; margin-top: 30px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.principle-grid > div { min-height: 210px; padding: 25px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.principle-grid span { color: var(--acid); font-size: 10px; font-weight: 900; }
.principle-grid h3 { margin: 40px 0 10px; font-size: 18px; }
.principle-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }

.company { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.brand-monogram { display: grid; place-items: center; width: 96px; height: 96px; margin-bottom: 44px; border-radius: 24px; background: var(--acid); font-size: 28px; font-weight: 900; transform: rotate(-5deg); }
.company-brand > p:last-child { max-width: 520px; margin-top: 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.company-details { border-top: 1px solid var(--line); }
.detail-row { display: grid; grid-template-columns: 140px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.detail-row > span { padding-top: 4px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.detail-row div { display: grid; gap: 7px; }
.detail-row strong { font-size: 16px; line-height: 1.45; }
.detail-row small { color: var(--muted); font-size: 12px; line-height: 1.5; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.contact h2 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 27px 0; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.6; }
.contact-email { display: inline-flex; gap: 20px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 800; }
.contact-form { display: grid; gap: 22px; padding: 33px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.05); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 10px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; outline: 0; background: transparent; color: white; padding: 12px 0; resize: vertical; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--acid); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.25); }
.contact-form .button { justify-self: start; }
.form-note { margin: -8px 0 0; color: rgba(255,255,255,.38); font-size: 10px; }

.site-footer { padding: 45px max(24px, calc((100vw - var(--max)) / 2)) 28px; background: #090a0d; color: white; }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 42px; }
.brand-footer .brand-mark { background: var(--acid); color: var(--ink); }
.brand-footer .brand-light { color: rgba(255,255,255,.45); }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; padding: 145px max(24px, calc((100vw - 860px) / 2)) 100px; }
.legal-page .eyebrow { margin-bottom: 18px; }
.legal-page h1 { margin: 0 0 20px; font-size: clamp(48px, 7vw, 84px); letter-spacing: -.06em; }
.legal-page .legal-updated { margin-bottom: 55px; color: var(--muted); }
.legal-page h2 { margin: 42px 0 14px; font-size: 23px; letter-spacing: -.03em; }
.legal-page p, .legal-page li { color: #585b62; line-height: 1.75; }
.legal-page a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: fixed; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: rgba(244,241,233,.97); box-shadow: 0 22px 70px rgba(17,19,24,.14); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 145px; }
  .hero-copy { max-width: 760px; }
  .hero-console { width: min(100%, 650px); margin-left: auto; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: -20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { margin-top: 35px; margin-bottom: 42px; }
  .process, .principles-inner, .company, .contact { grid-template-columns: 1fr; }
  .process-heading { position: static; }
  .principles-inner { gap: 55px; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 24px); margin-top: 10px; }
  .hero { min-height: auto; padding: 125px 18px 75px; }
  .hero h1 { font-size: clamp(57px, 18vw, 82px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .platform-row { flex-wrap: wrap; }
  .hero-console { padding: 14px; border-radius: 18px; transform: none; }
  .console-grid { grid-template-columns: 1fr; }
  .metric-wide { grid-column: auto; }
  .channel-stack > div { grid-template-columns: 27px 1fr; }
  .channel-stack em { display: none; }
  .section { width: min(calc(100% - 32px), var(--max)); padding: 90px 0; }
  .section-heading { gap: 32px; margin-bottom: 42px; }
  .section-heading .eyebrow { margin-bottom: -12px; }
  .section-heading h2, .focus-intro h2, .principles h2, .company h2, .contact h2 { font-size: 46px; }
  .service-card { padding: 23px; }
  .focus { padding: 90px 16px; }
  .focus-intro, .focus-panels { grid-template-columns: 1fr; }
  .focus-card { min-height: 570px; padding: 24px; }
  .focus-card h3 { font-size: 40px; }
  .product-tile { left: 22px; }
  .order-line { right: 17px; width: 215px; }
  .phone-shell { left: 20px; }
  .event-stack { right: 16px; }
  .event-stack span { width: 165px; }
  .tag-row { flex-wrap: wrap; }
  .process { gap: 50px; }
  .process-list li { gap: 14px; }
  .principles { padding: 75px 16px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid > div { min-height: 170px; }
  .principle-grid h3 { margin-top: 30px; }
  .company { gap: 48px; }
  .detail-row { grid-template-columns: 1fr; gap: 10px; }
  .contact { gap: 55px; padding: 90px 16px; }
  .contact-form { padding: 22px; }
  .field-pair { grid-template-columns: 1fr; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 30px; }
  .footer-links { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
