/* =========================================================
   FINAXIL — EY-caliber rebuild
   Bold institutional grotesque · charcoal + photography ·
   hard square geometry · the "beam" motif · real parallax.
   Rendered in Finaxil petrol + brass (not EY yellow).
   ========================================================= */

:root {
  /* color — EY structure, Finaxil identity */
  --paper:      #F3F2EF;   /* cool-warm near-white content canvas */
  --paper-2:    #FFFFFF;
  --char:       #1E1E24;   /* charcoal dark sections (EY ~#2E2E38, deeper) */
  --char-2:     #16161B;   /* deepest — hero / footer */
  --ink:        #16151A;   /* text on light */
  --ink-soft:   #5A5862;
  --light:      #F1F0EC;   /* text on dark */
  --light-soft: #A4A1A9;
  --accent:     #0E5A4E;   /* Finaxil petrol */
  --teal:       #18A88C;   /* brighter petrol for the beam over dark */
  --brass:      #B08A4F;
  --hairline:   rgba(22,21,26,0.12);
  --hairline-d: rgba(241,240,236,0.14);

  /* type — Archivo = institutional grotesque (EYInterstate analog) */
  --display: "Archivo", "Arial Narrow", sans-serif;
  --body:    "Archivo", system-ui, sans-serif;
  --mono:    "IBM Plex Mono", ui-monospace, monospace;

  --container: 1320px;
  --gutter: clamp(20px, 4.5vw, 72px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--body);
  font-size: clamp(16px, 1.05vw, 18px); line-height: 1.6; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -0.02em; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

/* eyebrow — EY's small uppercase kicker, paired with a vertical bar */
.eyebrow {
  font-family: var(--mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); margin: 0;
}
.kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.kicker::before { content: ""; width: 3px; height: 18px; background: var(--brass); flex: none; }

/* grain */
.grain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: 0.04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* =========================================================
   BUTTONS — square, bold, outline-led (EY)
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--body); font-size: 15px; font-weight: 600;
  padding: 16px 30px; border: 1.5px solid transparent; cursor: pointer;
  border-radius: 0; transition: background .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease); position: relative;
}
.btn::after { content: "→"; font-weight: 400; transition: transform .35s var(--ease); }
.btn:hover::after { transform: translateX(4px); }
.btn--solid { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--solid:hover { background: #0a463d; border-color: #0a463d; }
.btn--outline { background: transparent; color: var(--ink); border-color: rgba(22,21,26,0.30); }
.btn--outline:hover { border-color: var(--ink); }
.btn--block { width: 100%; justify-content: center; }
/* on dark */
.on-dark .btn--outline, .btn--outline.is-light { color: #fff; border-color: rgba(241,240,236,0.40); }
.on-dark .btn--outline:hover, .btn--outline.is-light:hover { border-color: #fff; background: rgba(255,255,255,0.05); }

.textlink {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 500; display: inline-flex; gap: 8px; align-items: center;
  border-bottom: 2px solid var(--brass); padding-bottom: 5px; color: inherit;
}
.textlink::after { content: "→"; color: var(--accent); }

/* =========================================================
   01 · NAV
   ========================================================= */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .4s var(--ease); }
.nav__inner {
  display: flex; align-items: center; gap: 36px;
  max-width: var(--container); margin-inline: auto;
  padding: 20px var(--gutter); border-bottom: 1px solid transparent;
  transition: border-color .4s var(--ease), padding .4s var(--ease);
}
.nav.is-solid { background: var(--char-2); }
.nav.is-solid .nav__inner { border-bottom-color: var(--hairline-d); padding-block: 15px; }
.nav__logo { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.nav__logo-mark { font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: -0.03em; color: #fff; line-height: 1; }
.nav__logo-mark::after { content: "."; color: var(--brass); }
.nav__tagline {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--brass); line-height: 1; white-space: nowrap;
}
.nav__links { display: flex; gap: 30px; margin-left: auto; }
.nav__links a {
  font-size: 15px; font-weight: 500; color: rgba(241,240,236,0.78); padding: 4px 0; position: relative;
  transition: color .3s var(--ease);
}
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 2px; background: var(--brass); transition: width .35s var(--ease); }
.nav__links a:hover { color: #fff; }
.nav__links a:hover::after { width: 100%; }
.nav__cta { margin-left: 4px; padding: 11px 22px; font-size: 14px; }
.nav__burger { display: none; }

/* =========================================================
   02 · HERO — full-bleed photo, beam motif, question headline
   ========================================================= */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: -12% 0 -12% 0; z-index: -3; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero__video { position: relative; width: 100%; height: 100%; object-fit: cover; }
.hero__poster {
  position: absolute; inset: 0;
  background:
    radial-gradient(80% 70% at 70% 30%, #2c2c34 0%, #1a1a20 55%, #121217 100%);
}
/* a subtle real-photo stand-in: layered light + depth, NOT a flat block */
.hero__poster::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(255,250,240,0.07) 0%, transparent 30%),
    radial-gradient(60% 80% at 78% 18%, rgba(176,138,79,0.16), transparent 60%),
    repeating-linear-gradient(100deg, rgba(255,255,255,0.012) 0 2px, transparent 2px 26px);
}
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(18,18,23,0.55) 0%, rgba(18,18,23,0.15) 38%, rgba(18,18,23,0.82) 100%);
}
/* THE BEAM — signature angular motif, petrol→brass, over the photo */
.hero__beam { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.hero__beam svg { position: absolute; right: -4%; top: 50%; transform: translateY(-50%); width: min(58vw, 760px); height: auto; }

.hero__content { position: relative; max-width: 1180px; padding-top: clamp(96px, 11vw, 140px); padding-bottom: clamp(64px, 9vw, 128px); }
.hero__eyebrow { color: var(--brass); }
.hero__title {
  font-family: var(--display); font-weight: 800; color: #fff;
  font-size: clamp(40px, 6.6vw, 96px); line-height: 0.98; letter-spacing: -0.035em;
  max-width: 17ch;
}
.hero__title em { font-style: normal; color: var(--brass); }
.hero__subhead {
  display: flex; gap: 18px; margin-top: 30px; max-width: 60ch;
  font-size: clamp(17px, 1.4vw, 20px); color: rgba(241,240,236,0.86); line-height: 1.5;
}
.hero__subhead::before { content: ""; width: 3px; background: var(--brass); flex: none; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

/* =========================================================
   03 · TRUST STRIP — bold stat band (dark)
   ========================================================= */
.trust { background: var(--char); color: var(--light); padding-block: clamp(56px, 7vw, 92px); }
.trust__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hairline-d); margin-bottom: clamp(36px, 4vw, 52px); }
.stat { background: var(--char); padding: 8px 28px 8px 0; }
.stat__num {
  font-family: var(--display); font-weight: 800; font-size: clamp(40px, 5vw, 68px);
  color: #fff; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums;
}
.stat__num em { font-style: normal; color: var(--brass); }
.stat__label { display: block; margin-top: 12px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--light-soft); }
.trust__line { max-width: 74ch; margin: 0; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.5; color: var(--light); font-weight: 500; }
.trust__line b { color: #fff; font-weight: 700; }

/* =========================================================
   SECTION HEAD (shared)
   ========================================================= */
.section-head { max-width: 28ch; margin-bottom: clamp(44px, 5vw, 76px); }
.section-head__title { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 4.2vw, 60px); line-height: 1.02; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; max-width: none; }
.section-head--row .section-head__title { max-width: 20ch; }

/* =========================================================
   04 · THESIS — big bold statement
   ========================================================= */
.thesis { padding-block: clamp(90px, 12vw, 180px); }
.thesis__heading {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(34px, 6vw, 88px); line-height: 0.98; letter-spacing: -0.035em; max-width: 16ch;
}
.thesis__heading em { font-style: normal; color: var(--accent); }
.thesis__body { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 80px); margin-top: clamp(40px, 5vw, 64px); max-width: 1000px; margin-left: auto; }
.thesis__body p { margin: 0; color: var(--ink-soft); font-size: clamp(17px, 1.3vw, 19px); }

/* =========================================================
   05 · SERVICES — full-bleed alternating split blocks (EY)
   ========================================================= */
.services { border-top: 1px solid var(--hairline); }
.svc-head { padding-block: clamp(64px, 8vw, 120px) clamp(20px, 3vw, 40px); }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: clamp(440px, 52vw, 620px); border-top: 1px solid var(--hairline); }
.split__text { padding: clamp(40px, 5vw, 88px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.split__text-inner { max-width: 520px; margin-inline: auto; width: 100%; }
.split--flip .split__media { order: -1; }
.split__num { font-family: var(--mono); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); margin: 0 0 22px; }
.split__title { font-family: var(--display); font-weight: 700; font-size: clamp(26px, 2.8vw, 42px); line-height: 1.02; margin-bottom: 14px; }
.split__promise { color: var(--ink-soft); font-size: clamp(16px, 1.2vw, 18px); margin: 0 0 26px; }
.split__list { display: grid; gap: 12px; border-top: 1px solid var(--hairline); padding-top: 24px; }
.split__list li { display: flex; gap: 14px; font-size: 15.5px; color: var(--ink); }
.split__list li::before { content: ""; width: 16px; height: 1.5px; background: var(--accent); margin-top: 11px; flex: none; }

/* media panel — full-bleed photo zone w/ parallax + beam overlay */
.split__media { position: relative; overflow: hidden; background: var(--char-2); }
.split__media-img { position: absolute; inset: -14% 0; background-size: cover; background-position: center; will-change: transform; }
.split__media--a .split__media-img { background-image: url("../assets/img/foundations.webp"); }
.split__media--b .split__media-img { background-image: url("../assets/img/intelligence.webp"); }
.split__media--c .split__media-img { background-image: url("../assets/img/cfo.webp"); }
.split__media-beam { position: absolute; inset: 0; pointer-events: none; }
.split__media-beam svg { position: absolute; right: -8%; top: 8%; width: 60%; height: auto; opacity: 0.9; }

/* =========================================================
   06 · INTELLIGENCE — dark pinned flow
   ========================================================= */
.intel { background: var(--char-2); color: var(--light); }
.intel__pin { min-height: 100svh; display: flex; align-items: center; padding-block: clamp(72px, 9vw, 120px); }
.intel__inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 100px); align-items: center; width: 100%; }
.intel__copy { max-width: 32ch; }
.intel__heading { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 3.8vw, 56px); line-height: 1; color: #fff; }
.intel__heading em { font-style: normal; color: var(--brass); }
.intel__close { margin-top: 30px; color: var(--light-soft); max-width: 40ch; }

.flow { position: relative; }
.flow__rail { position: absolute; left: 0; top: 8px; width: 3px; height: calc(100% - 16px); background: rgba(176,138,79,0.16); }
.flow__rail::after { content: ""; position: absolute; inset: 0 0 auto 0; height: var(--rail, 0%); background: linear-gradient(180deg, var(--teal), var(--brass)); transition: height .12s linear; }
.flow__step { position: relative; padding: 22px 0 22px 40px; border-bottom: 1px solid var(--hairline-d); opacity: 0.28; transition: opacity .5s var(--ease); display: grid; grid-template-columns: auto 1fr; column-gap: 20px; align-items: baseline; }
.flow__step.is-on { opacity: 1; }
.flow__index { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; color: var(--brass); grid-row: span 2; }
.flow__label { font-family: var(--display); font-weight: 700; font-size: clamp(24px, 3vw, 40px); line-height: 1.05; color: #fff; }
.flow__note { font-size: 15px; color: var(--light-soft); grid-column: 2; margin-top: 6px; }

/* =========================================================
   07 · HOW WE WORK
   ========================================================= */
.how { padding-block: clamp(90px, 11vw, 168px); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hairline); border-top: 2px solid var(--ink); }
.step { background: var(--paper); padding: 28px 28px 40px; }
.step__num { font-family: var(--display); font-weight: 800; font-size: 30px; color: var(--brass); margin: 0 0 28px; letter-spacing: -0.04em; }
.step__title { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 1.7vw, 26px); margin-bottom: 12px; }
.step__text { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

/* =========================================================
   08 · INSIGHTS — square cards, photo top
   ========================================================= */
.insights { padding-block: clamp(80px, 10vw, 150px); background: var(--char); color: var(--light); }
.insights .section-head__title { color: #fff; }
.insights .textlink { color: var(--light); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 28px); }
.card { background: transparent; border: 1px solid var(--hairline-d); transition: border-color .4s var(--ease), transform .4s var(--ease); }
.card:hover { border-color: rgba(176,138,79,0.5); transform: translateY(-5px); }
.card__media { display: block; aspect-ratio: 16 / 11; position: relative; overflow: hidden; }
.card__media-tone { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .7s var(--ease); }
.card:hover .card__media-tone { transform: scale(1.05); }
.card__media-tone--a { background-image: url("../assets/img/insight-1.webp"); }
.card__media-tone--b { background-image: url("../assets/img/insight-2.webp"); }
.card__media-tone--c { background-image: url("../assets/img/insight-3.webp"); }
/* subtle scrim so the eyebrow/title area stays grounded against any photo */
.card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(15,14,12,0.35)); }
.card__body { padding: 24px 24px 30px; }
.card__meta { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); margin: 0 0 14px; }
.card__title { font-family: var(--display); font-weight: 700; font-size: clamp(19px, 1.5vw, 23px); line-height: 1.12; color: #fff; }
.insights__note { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--light-soft); opacity: 0.7; margin: 30px 0 0; }

/* =========================================================
   09 · PROOF — light, bold metrics
   ========================================================= */
.proof { padding-block: clamp(90px, 11vw, 168px); }
.slabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hairline); border-top: 2px solid var(--ink); }
.slab { background: var(--paper); padding: 34px 30px 38px; display: flex; flex-direction: column; gap: 18px; min-height: 300px; }
.slab__context { font-family: var(--display); font-weight: 700; font-size: clamp(18px, 1.5vw, 22px); margin: 0; }
.slab__built { font-size: 15px; color: var(--ink-soft); margin: 0; flex: 1; }
.slab__built span { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brass); margin-bottom: 8px; }
.slab__result { font-size: 14px; color: var(--ink-soft); margin: 0; padding-top: 20px; border-top: 1px solid var(--hairline); }
.slab__metric { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(34px, 3.4vw, 50px); color: var(--accent); letter-spacing: -0.04em; margin-bottom: 4px; }

/* =========================================================
   10 · ABOUT — split photo / text w/ parallax
   ========================================================= */
.about { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--hairline); }
.about__media { position: relative; overflow: hidden; min-height: clamp(420px, 50vw, 640px); background: var(--char-2); }
.about__media-img { position: absolute; inset: -14% 0; background-image: url("../assets/img/about.webp"); background-size: cover; background-position: center; will-change: transform; }
.about__media-cap { display: none; }
.about__copy { padding: clamp(56px, 7vw, 120px) var(--gutter); display: flex; flex-direction: column; gap: 22px; max-width: 640px; }
.about__title { font-family: var(--display); font-weight: 700; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.0; max-width: 18ch; }
.about__title em { font-style: normal; color: var(--accent); }
.about__copy p { margin: 0; color: var(--ink-soft); }

/* =========================================================
   11 · CTA — bold dark band
   ========================================================= */
.cta { background: var(--char-2); color: #fff; padding-block: clamp(80px, 10vw, 150px); position: relative; overflow: hidden; }
.cta__beam { position: absolute; right: -6%; top: 50%; transform: translateY(-50%); width: min(50vw, 620px); pointer-events: none; opacity: 0.8; }
.cta__inner { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.cta__title { font-family: var(--display); font-weight: 700; font-size: clamp(34px, 5vw, 74px); line-height: 0.96; max-width: 15ch; }
.cta__sub { margin-top: 24px; color: var(--light-soft); max-width: 46ch; }
.cta__form { background: var(--paper); color: var(--ink); padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.field input { font-family: var(--body); font-size: 16px; color: var(--ink); padding: 14px; border: 1.5px solid var(--hairline); border-radius: 0; background: #fff; transition: border-color .3s var(--ease); }
.field input:focus { outline: none; border-color: var(--accent); }
.cta__form .btn { margin-top: 6px; }
.cta__fineprint { font-size: 13px; color: var(--ink-soft); text-align: center; margin: 2px 0 0; }

/* =========================================================
   12 · FOOTER — dark (EY)
   ========================================================= */
.footer { background: var(--char-2); color: var(--light); padding-top: clamp(60px, 7vw, 96px); }
.footer__inner { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr) 1.2fr; gap: clamp(24px, 3vw, 48px); padding-bottom: clamp(48px, 5vw, 76px); }
.footer__logo { font-family: var(--display); font-weight: 800; font-size: 28px; letter-spacing: -0.03em; color: #fff; }
.footer__logo::after { content: "."; color: var(--brass); }
.footer__tag { color: var(--light-soft); font-size: 15px; margin: 14px 0 0; max-width: 26ch; }
.footer__col { display: flex; flex-direction: column; gap: 11px; }
.footer__head { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); margin: 0 0 8px; }
.footer__col a, .footer__addr { font-size: 14.5px; color: var(--light-soft); transition: color .3s var(--ease); }
.footer__col a:hover { color: #fff; }
.footer__base { display: flex; justify-content: space-between; gap: 16px; padding-block: 26px; border-top: 1px solid var(--hairline-d); font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--light-soft); }

/* =========================================================
   MOTION — reveals
   ========================================================= */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal-lines] { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal-lines].is-in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: inline-flex; flex-direction: column; gap: 6px; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 6px; }
  .nav__burger span { width: 26px; height: 2px; background: #fff; }
  .trust__stats { grid-template-columns: repeat(2, 1fr); }
  .thesis__body { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; min-height: 0; }
  .split--flip .split__media { order: 0; }
  .split__media { min-height: 320px; }
  .intel__inner { grid-template-columns: 1fr; gap: 40px; }
  .intel__pin { min-height: auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: 1fr; }
  .slabs { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about__media { min-height: 340px; }
  .cta__inner { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .trust__stats { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .section-head--row { flex-direction: column; align-items: flex-start; }
  .footer__base { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-reveal], [data-reveal-lines] { opacity: 1 !important; transform: none !important; }
  .flow__step { opacity: 1 !important; }
}
