/* ============================================================
   AXIS · landing
   editorial-restraint, hairlines, single orange per viewport
   ============================================================ */

:root{
  /* surfaces — 5 steps, darkest → lightest */
  --bg:           #515683;
  --panel-3:      #3D4267;  /* deepest section */
  --panel-2:      #454A75;  /* card / plate */
  --panel:        #60669A;  /* elevated surface */
  --bg-elevated:  #6A70A5;  /* drawer / popover */

  /* text — 4 steps muted → strong */
  --text-meta:    #B0B4D4;  /* metadata, captions */
  --muted-2:      #B0B4D4;  /* legacy alias — bumped from #8B8FB7 for WCAG */
  --muted:        #C4C7E2;  /* secondary text — bumped from #AFB3D4 */
  --ink:          #F4F6FB;  /* primary text */
  --ink-strong:   #FFFFFF;  /* emphasis */

  /* rules / borders — 3 steps */
  --weak:         rgba(175,220,241,.08);
  --rule:         rgba(175,220,241,.18);
  --rule-strong:  rgba(175,220,241,.35);

  /* accents */
  --orange:       #F26B43;
  --orange-2:     #FF7A3D;
  --orange-dim:   rgba(242,107,67,.14);
  --blue:         #AFDCF1;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;

  --gutter: 32px;
  --max:    1240px;

  --t-fast: 160ms cubic-bezier(.4,0,.2,1);
  --t-base: 280ms cubic-bezier(.4,0,.2,1);
  --t-slow: 520ms cubic-bezier(.22,.61,.36,1);

  /* surface textures */
  --grid-dot:       radial-gradient(circle at 1px 1px, rgba(175,220,241,.085) 1px, transparent 1.4px);
  --grid-dot-faint: radial-gradient(circle at 1px 1px, rgba(175,220,241,.05) 1px, transparent 1.4px);

  /* blueprint: thin 8px grid + bold 40px grid in blue */
  --grid-blueprint:
    linear-gradient(rgba(175,220,241,.045) 1px, transparent 1px) 0 0 / 100% 40px,
    linear-gradient(90deg, rgba(175,220,241,.045) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(rgba(175,220,241,.018) 1px, transparent 1px) 0 0 / 100% 8px,
    linear-gradient(90deg, rgba(175,220,241,.018) 1px, transparent 1px) 0 0 / 8px 100%;
}

/* ---------- reset ---------- */
*,*::before,*::after{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
img,svg{ display:block; max-width:100%; }
button{ font:inherit; color:inherit; background:none; border:0; cursor:pointer; padding:0; }
a{ color:inherit; text-decoration:none; }

/* ---------- base ---------- */
html{ scroll-behavior:smooth; }
body{
  background:
    radial-gradient(1100px 700px at 90% -10%, rgba(242,107,67,.07) 0%, transparent 60%),
    radial-gradient(800px 600px at -10% 110%, rgba(175,220,241,.06) 0%, transparent 60%),
    var(--bg);
  color: var(--ink);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01","cv11";
  min-height: 100vh;
  overflow-x: hidden;
}

::selection{ background:var(--orange); color:#fff; }

.mono{ font-family:'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; }
.tabular{ font-variant-numeric: tabular-nums; }

.sec-label{
  font-family:'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 18px;
  position: relative;
  padding-left: 36px;
}
.sec-label::before{
  content:"";
  position: absolute;
  left: 0; top: 50%;
  width: 22px; height: 1px;
  background: var(--orange);
  transform: translateY(-50%);
}

.rule{
  height:1px; background:var(--rule); border:0;
  margin:0;
}

.container{
  width:100%; max-width:var(--max);
  margin:0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.container--narrow{ max-width: 1080px; }

/* ---------- typography ---------- */
.display{
  font-weight: 700;
  font-size: clamp(40px, 5.6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.032em;
  color: var(--ink-strong);
  hyphens: manual;
}
.display .o{ color: var(--orange); }
.display .b{ color: var(--blue); }
.display .muted{ color: var(--muted); }

.h1{
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.022em;
  color: var(--ink-strong);
}
.h2{
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.012em;
  color: var(--ink-strong);
}
.h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink-strong);
}

.lead{
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--blue);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.body{ color: var(--ink); font-size: 16px; line-height: 1.6; }
.body b{ color: var(--ink-strong); font-weight: 600; }
.caption{ color: var(--muted-2); font-size: 13px; letter-spacing: .01em; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 16px; font-weight: 600;
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: background var(--t-fast), color var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
}
.btn--primary{
  background: var(--orange);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 8px 24px -10px rgba(242,107,67,.5);
}
.btn--primary:hover{
  background: var(--orange-2);
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255,255,255,.24) inset, 0 14px 32px -10px rgba(242,107,67,.6);
}
.btn--ghost{
  color: var(--ink-strong);
  border: 1px solid var(--rule-strong);
  background: rgba(255,255,255,.02);
}
.btn--ghost:hover{ border-color: var(--blue); color: var(--blue); }
.btn--ghost .arrow{ transition: transform var(--t-fast); }
.btn--ghost:hover .arrow{ transform: translateX(4px); }
.btn--link{
  color: var(--ink-strong);
  padding: 0;
  font-size: 15px; font-weight: 600;
  position: relative;
}
.btn--link::after{
  content:""; position:absolute; left:0; bottom:-4px;
  width: 100%; height:1px; background: var(--rule-strong);
  transition: background var(--t-fast);
}
.btn--link:hover::after{ background: var(--orange); }

/* ============================================================
   SECTION TONE ALTERNATION
   ============================================================ */
.section--deep{
  background:
    var(--grid-dot-faint) 0 0 / 28px 28px,
    linear-gradient(180deg, var(--panel-3), var(--panel-2));
  border-top: 1px solid var(--rule);
}
.section--lift{
  background: transparent;
}

/* ============================================================
   FIGURE PLATE · unified graphics container
   ============================================================ */
.plate{
  position: relative;
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 36px 36px 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,0) 60%),
    var(--panel-2);
  overflow: hidden;
  isolation: isolate;
}
.plate::before{
  /* top-left corner dot grid */
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grid-dot-faint) 0 0 / 22px 22px;
  -webkit-mask-image: radial-gradient(420px 360px at 0% 0%, #000 0%, transparent 70%);
          mask-image: radial-gradient(420px 360px at 0% 0%, #000 0%, transparent 70%);
  opacity: .8;
  pointer-events: none;
  z-index: 0;
}
.plate::after{
  /* faint orange edge glow bottom-right */
  content: "";
  position: absolute;
  right: -120px; bottom: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(242,107,67,.10) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.plate > *{ position: relative; z-index: 1; }

.plate__head{
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--rule);
}
.plate__id{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
}
.plate__id i{ color: var(--muted-2); font-style: normal; opacity: .6; }
.plate__delta{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex; align-items: center; gap: 6px;
}
.plate__delta .arrow{
  display: inline-block; width: 18px; height: 1px; background: var(--orange);
  position: relative;
}
.plate__delta .arrow::after{
  content: ""; position: absolute; right: -1px; top: -3px;
  width: 0; height: 0;
  border-left: 6px solid var(--orange);
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
}
.plate__headline{
  display: flex; align-items: baseline; gap: 18px;
  flex-wrap: wrap;
  margin: 0 0 6px;
  font-variant-numeric: tabular-nums;
}
.plate__big{
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: .9;
  color: var(--ink-strong);
}
.plate__big--accent{ color: var(--orange); }
.plate__strike{
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--muted-2);
  text-decoration: line-through;
  text-decoration-color: rgba(175,220,241,.4);
  text-decoration-thickness: 1.5px;
  line-height: 1;
}
.plate__sep{
  width: 32px; height: 1px;
  background: var(--rule-strong);
  align-self: center;
  margin: 0 4px;
}
.plate__subtitle{
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin: 0;
}
.plate__body{
  margin-top: 28px;
}
.plate__foot{
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.plate__foot b{ color: var(--blue); font-weight: 700; }

/* axes / data — SVG-friendly variables */
.fig{ display: block; width: 100%; height: auto; }
.fig text{ font-family: 'JetBrains Mono', monospace; }
.fig .ax-label{ font-size: 10px; letter-spacing: 0.18em; fill: var(--muted-2); }
.fig .ax-line{ stroke: var(--rule); stroke-width: 1; }
.fig .ax-line--strong{ stroke: var(--rule-strong); }
.fig .bar-mute{ fill: rgba(175,220,241,.28); }
.fig .bar-accent{ fill: var(--orange); }
.fig .anno-line{ stroke: var(--orange); stroke-width: 1; stroke-dasharray: 3 3; }
.fig .anno-dot{ fill: var(--orange); }
.fig .val-label{ font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; fill: var(--ink); letter-spacing: -0.01em; }
.fig .year-label{ font-size: 10px; letter-spacing: 0.18em; fill: var(--muted-2); }
.fig .year-label--accent{ fill: var(--orange); font-weight: 700; }

/* ============================================================
   HEADER
   ============================================================ */
.header{
  position: fixed; inset: 0 0 auto 0;
  z-index: 50;
  padding: 16px 0;
  background: rgba(69,74,117,.42);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  transition: background var(--t-base), border-color var(--t-base), backdrop-filter var(--t-base);
  border-bottom: 1px solid transparent;
}
.header.is-stuck{
  background: rgba(69,74,117,.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: var(--rule);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: 32px;
}
.logo{
  display:inline-flex; align-items:center; gap: 10px;
  font-weight: 700; letter-spacing: 0.28em; font-size: 13px;
  text-transform: uppercase; color: var(--ink-strong);
}
.logo__mark{
  width: 26px; height: 22px;
  background-image: url("public/brand/mark-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.nav{
  display:flex; gap: 28px; align-items: center;
}
.nav a{
  font-size: 14px; font-weight: 500; color: var(--muted);
  transition: color var(--t-fast);
}
.nav a:hover{ color: var(--ink-strong); }
.header__cta{
  display:inline-flex; align-items:center;
}
.header__cta .btn--primary{ padding: 11px 20px; font-size: 14px; }
.header__cta .btn--primary .arrow{ display:none; }
.header.is-stuck .header__cta .btn--primary{ box-shadow: 0 6px 18px -8px rgba(242,107,67,.6); }

.header__menu-btn{
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  align-items: center; justify-content: center;
  color: var(--ink);
  transition: border-color var(--t-fast), color var(--t-fast);
}
.header__menu-btn:hover{ border-color: var(--blue); color: var(--blue); }

@media (max-width: 860px){
  .nav{ display:none; }
  .header__cta{ display: none; }
  .header__menu-btn{ display: inline-flex; }
}

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.drawer{
  position: fixed; inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}
.drawer.is-open{
  visibility: visible;
  pointer-events: auto;
}
.drawer__scrim{
  position: absolute; inset: 0;
  background: rgba(36, 40, 70, .55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity var(--t-base);
}
.drawer.is-open .drawer__scrim{ opacity: 1; }
.drawer__panel{
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw);
  background: var(--bg-elevated);
  border-left: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--t-slow);
  box-shadow: -28px 0 60px -20px rgba(0,0,0,.45);
}
.drawer.is-open .drawer__panel{ transform: none; }
.drawer__head{
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--rule);
}
.drawer__close{
  width: 44px; height: 44px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  transition: border-color var(--t-fast), color var(--t-fast);
}
.drawer__close:hover{ border-color: var(--blue); color: var(--blue); }
.drawer__nav{
  padding: 8px 0;
  display: flex; flex-direction: column;
  flex: 1;
}
.drawer__nav a{
  display: flex; align-items: baseline; gap: 18px;
  padding: 18px 24px;
  font-size: 18px; font-weight: 600;
  color: var(--ink-strong);
  letter-spacing: -0.01em;
  border-bottom: 1px solid var(--rule);
  transition: background var(--t-fast), color var(--t-fast);
}
.drawer__nav a:hover{ background: rgba(255,255,255,.04); color: var(--blue); }
.drawer__nav-num{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--muted-2);
  min-width: 24px;
}
.drawer__foot{
  padding: 24px;
  border-top: 1px solid var(--rule);
  display: flex; flex-direction: column;
  gap: 20px;
}
.drawer__foot .btn--primary{
  width: 100%;
  justify-content: center;
  padding: 16px 22px;
  font-size: 16px;
}
.drawer__contact{
  display: flex; flex-direction: column; gap: 10px;
  font-size: 14px;
}
.drawer__contact a{
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 8px;
  transition: color var(--t-fast);
}
.drawer__contact a:last-child{ border-bottom: 0; }
.drawer__contact a:hover{ color: var(--ink-strong); }

@media (max-width: 480px){
  .drawer__panel{ width: 100vw; border-left: 0; }
  .drawer__nav a{ font-size: 17px; padding: 16px 20px; }
  .drawer__head{ padding: 14px 20px; }
  .drawer__foot{ padding: 20px; }
}

/* body lock when drawer open */
body.is-drawer-open{ overflow: hidden; }

/* ============================================================
   HERO · <HeroCollage />
   ============================================================ */
.hero{
  position: relative;
  padding: 168px 0 120px;
  overflow: hidden;
}
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grid-blueprint);
  -webkit-mask-image: radial-gradient(1200px 800px at 50% 30%, #000 0%, transparent 75%);
          mask-image: radial-gradient(1200px 800px at 50% 30%, #000 0%, transparent 75%);
  opacity: .7;
  pointer-events: none;
  z-index: 0;
}
.hero > .container{ position: relative; z-index: 1; }
.hero__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}
@media (max-width: 1080px){
  .hero{ padding: 132px 0 64px; }
  .hero__grid{ grid-template-columns: 1fr; gap: 48px; }
}

.hero__copy h1{ margin: 0 0 24px; }
.hero__h1{
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.0;
}
@media (max-width: 480px){
  .hero__h1{ font-size: 36px; line-height: 1.04; }
}
@media (max-width: 360px){
  .hero__h1{ font-size: 32px; }
}
.hero__copy .lead{
  max-width: 540px;
  margin: 0 0 36px;
}
.hero__copy .lead b{ color: var(--ink-strong); font-weight: 600; }
.hero__ctas{
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
}
.hero__facts{
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  padding-top: 24px;
}
.hero__facts--two{
  grid-template-columns: repeat(2, 1fr);
}
.hero__facts > div{
  padding-right: 24px;
}
.hero__facts > div + div{
  padding-left: 24px;
  border-left: 1px solid var(--rule);
}
.hero__facts .num{
  font-size: 26px; font-weight: 700;
  color: var(--ink-strong);
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.hero__facts .num .o{ color: var(--orange); }
.hero__facts .lbl{
  margin-top: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  color: var(--muted-2);
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
}
@media (max-width: 640px){
  .hero__facts{ grid-template-columns: 1fr; gap: 16px; }
  .hero__facts > div + div{ border-left: 0; border-top: 1px solid var(--rule); padding-left: 0; padding-top: 16px; }
}

/* --- hero visual: blueprint behind shot --- */
.hero__visual{ position: relative; }
.hero__blueprint{
  position: absolute;
  top: -120px;
  right: -100px;
  width: 480px; height: auto;
  color: var(--blue);
  opacity: .35;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1080px){
  .hero__blueprint{ width: 340px; right: -40px; top: -80px; opacity: .25; }
}
@media (max-width: 640px){
  .hero__blueprint{ display: none; }
}

/* --- hero shot --- */
.hero-shot{
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: visible;
  background: var(--panel-2);
  border: 1px solid var(--rule-strong);
  box-shadow:
    0 1px 0 rgba(255,255,255,.06) inset,
    0 40px 80px -28px rgba(0,0,0,.55),
    0 14px 32px -18px rgba(0,0,0,.4);
}
.hero-shot__caption{
  display: flex; align-items: baseline; gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule);
}
.hero-shot__caption-num{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.hero-shot__caption-title{
  font-size: 14px; font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.hero-shot__body{
  position: relative;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #ECEEF6;
}
.hero-shot__body img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: cover;
  object-position: top left;
}
.hero-shot__callout{
  position: absolute;
  bottom: -34px;
  right: -28px;
  width: 268px;
  background: var(--panel-3);
  border: 1px solid var(--orange);
  border-radius: 10px;
  padding: 14px 16px 12px;
  box-shadow: 0 24px 48px -20px rgba(0,0,0,.55), 0 0 0 4px rgba(242,107,67,.10);
  z-index: 4;
}
.hero-shot__callout-lbl{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}
.hero-shot__callout-val{
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-strong);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.hero-shot__callout-bar{
  margin-top: 10px;
  height: 3px;
  background: rgba(175,220,241,.16);
  border-radius: 2px;
  overflow: hidden;
}
.hero-shot__callout-bar span{
  display: block;
  width: 86%;
  height: 100%;
  background: var(--orange);
  border-radius: 2px;
}

@media (max-width: 1080px){
  .hero-shot{ max-width: 720px; margin: 0 auto; }
  .hero-shot__callout{ right: -16px; width: 240px; bottom: -28px; }
}
@media (max-width: 640px){
  .hero-shot__callout{ display: none; }
  .hero-shot__caption-num{ font-size: 10.5px; }
}

/* ============================================================
   AUDIENCE TABS · <AudienceTabs />
   ============================================================ */
.audience{
  position: relative;
  padding: 128px 0;
  border-top: 1px solid var(--rule);
  background: linear-gradient(180deg, var(--panel-3) 0%, var(--panel-2) 100%);
}
.audience::after{
  content:"";
  position: absolute; inset: 0;
  background: var(--grid-blueprint);
  opacity: .55;
  pointer-events: none;
  z-index: 0;
}
.audience::before{
  content:"";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 90% 10%, rgba(242,107,67,.05) 0%, transparent 60%);
  pointer-events: none;
}
.audience > .container{ position: relative; z-index: 1; }
.audience__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 56px;
  align-items: end;
}
@media (max-width: 900px){
  .audience__head{ grid-template-columns: 1fr; gap: 24px; align-items: start; }
}
.audience__head h2{ margin: 0; max-width: 560px; }
.audience__head .body{ max-width: 460px; margin: 0; }

.tabs{
  display: flex; gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 72px;
  overflow-x: auto;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar{ display: none; }
.tab{
  position: relative;
  flex: 1; min-width: 220px;
  text-align: left;
  padding: 26px 0 34px;
  display: grid; gap: 6px;
  color: var(--muted);
  transition: color var(--t-fast);
  border-right: 1px solid var(--rule);
}
.tab:last-child{ border-right: 0; }
.tab .tab__num{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.tab .tab__title{
  font-size: 18px; font-weight: 600;
  color: var(--muted);
  letter-spacing: -0.008em;
}
.tab::after{
  content:""; position: absolute; left: 0; bottom: 14px;
  height: 2px; width: 100%; background: var(--orange);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-base);
  border-radius: 2px;
}
.tab.is-active::after{ transform: scaleX(.18); }
.tab.is-active .tab__title{ color: var(--ink-strong); }
.tab.is-active .tab__num{ color: var(--orange); }
.tab:hover .tab__title{ color: var(--ink); }

.tab-panel{
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 64px;
  align-items: start;
}
@media (max-width: 980px){
  .tab-panel{ grid-template-columns: 1fr; gap: 40px; }
}
.tab-panel{ display: none; }
.tab-panel.is-active{ display: grid; animation: fadeUp .35s cubic-bezier(.22,.61,.36,1); }
@keyframes fadeUp{
  from{ opacity: 0; transform: translateY(8px); }
  to  { opacity: 1; transform: translateY(0); }
}

.tab-panel__lead{
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.22;
  font-weight: 600;
  color: var(--ink-strong);
  letter-spacing: -0.014em;
  margin: 0 0 28px;
}
.tab-panel__lead b{ color: var(--ink-strong); border-bottom: 2px solid var(--orange); padding-bottom: 1px; font-weight: 700; }
.tab-panel__bullets{
  list-style: none; padding: 0; margin: 0 0 32px;
  display: block;
}
.tab-panel__bullets li{
  position: relative;
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}
.tab-panel__bullets li:last-child{
  border-bottom: 1px solid var(--rule);
}
.tab-panel__bullets b{ color: var(--ink-strong); font-weight: 600; }

.tab-panel__cta{ margin-top: 8px; }

/* audience visuals — uses .plate system */
.audience-vis{
  position: relative;
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 32px 32px 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,0) 60%),
    var(--panel-2);
  min-height: 380px;
  overflow: hidden;
  isolation: isolate;
}
.audience-vis::before{
  content:"";
  position: absolute; inset: 0;
  background: var(--grid-dot-faint) 0 0 / 22px 22px;
  -webkit-mask-image: radial-gradient(440px 380px at 0% 0%, #000 0%, transparent 70%);
          mask-image: radial-gradient(440px 380px at 0% 0%, #000 0%, transparent 70%);
  opacity: .85; pointer-events: none; z-index: 0;
}
.audience-vis::after{
  content:"";
  position: absolute; right: -120px; bottom: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(242,107,67,.10) 0%, transparent 60%);
  pointer-events: none; z-index: 0;
}
.audience-vis > *{ position: relative; z-index: 1; }
.audience-vis svg{ width: 100%; height: auto; display: block; }

@media (max-width: 640px){
  .btn{ white-space: normal; text-align: center; line-height: 1.25; }
  .btn--primary, .btn--ghost{ padding: 14px 18px; }

  .tabs{ flex-direction: column; overflow-x: visible; margin-bottom: 48px; }
  .tab{ min-width: 0; flex: 1 1 auto; border-right: 0; border-bottom: 1px solid var(--rule); padding: 20px 0 24px; }
  .tab:last-child{ border-bottom: 0; }
  .tab::after{ bottom: 10px; }

  .tab-panel > div{ min-width: 0; }
  .tab-panel__bullets li{ font-size: 16px; }
  .tab-panel__cta{ width: 100%; justify-content: center; }

  .audience-vis,
  .plate{ padding: 20px 16px; min-height: 0; }
  .plate__head{ flex-wrap: wrap; gap: 10px 16px; padding-bottom: 14px; margin-bottom: 16px; }
  .plate__headline{ flex-direction: column; align-items: flex-start; gap: 6px; }
  .plate__sep{ display: none; }
  .plate__strike{ font-size: 24px; }
  .plate__big{ font-size: 52px; }
  .plate__subtitle{ font-size: 11px; letter-spacing: 0.18em; }
  .plate__foot{ flex-wrap: wrap; gap: 8px 12px; font-size: 11px; }
  .fig{ width: 100%; height: auto; min-width: 0; }
}

/* ============================================================
   PRODUCT · <ProductSticky />
   ============================================================ */
.product{
  padding: 128px 0;
  border-top: 1px solid var(--rule);
}
.product__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 88px;
}
@media (max-width: 900px){ .product__head{ grid-template-columns: 1fr; gap: 24px; } }
.product__head h2{ margin: 0; }
.product__head .body{ max-width: 460px; margin: 0; }

.steps{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 96px;
  align-items: start;
}
@media (max-width: 1080px){
  .steps{ grid-template-columns: 1fr; gap: 0; }
}

.steps__left{
  display: grid; gap: 20vh;
  padding-bottom: 30vh;
}
@media (max-width: 1080px){
  .steps__left{ gap: 0; padding-bottom: 0; }
}

.step{
  scroll-margin-top: 120px;
}
.step__num{
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--muted-2);
  text-transform: uppercase;
  display: flex; gap: 14px; align-items: center;
  margin-bottom: 18px;
}
.step__schema{
  width: 120px; height: 64px;
  margin-bottom: 16px;
  color: var(--muted);
  opacity: .85;
}
.step__schema svg{
  width: 100%; height: 100%; display: block;
}
.step__num .progress{
  display: inline-flex; gap: 6px;
}
.step__num .progress span{
  width: 18px; height: 2px;
  background: var(--rule-strong);
  border-radius: 2px;
}
.step__num .progress .on{ background: var(--orange); }
.step h3{
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--ink-strong);
  margin: 0 0 24px;
}
.step h3 .o{ color: var(--orange); }

.step__bullets{
  list-style: none; padding: 0; margin: 0;
  display: grid;
}
.step__bullets li{
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 18px;
  align-items: start;
}
.step__bullets li:last-child{ border-bottom: 1px solid var(--rule); }
.step__bullets li b{
  display: block;
  color: var(--ink-strong);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}
.step__bullets li .lbl{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  min-width: 24px;
  margin-top: 1px;
  color: var(--blue);
}
.step__bullets li .lbl svg{ width: 22px; height: 22px; color: var(--blue); display: block; }

.step__inline-img{
  display: none;
}
@media (max-width: 1080px){
  .step{ padding: 64px 0; border-bottom: 1px solid var(--rule); }
  .step:first-child{ padding-top: 0; }
  .step__inline-img{
    display: block;
    margin-top: 40px;
    border: 1px solid var(--rule);
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--panel-2);
  }
  .step__inline-img img{ width: 100%; display: block; }
}

.steps__right{
  position: sticky; top: 96px;
  display: flex; align-items: center; justify-content: center;
  min-height: calc(100vh - 192px);
}
@media (max-width: 1080px){ .steps__right{ display: none; } }

.shot-stack{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rule-strong);
  border-radius: 12px;
  background: var(--panel-3);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,.06) inset,
    0 40px 80px -28px rgba(0,0,0,.5),
    0 14px 32px -18px rgba(0,0,0,.35);
}
.shot-stack__head{
  display:flex; align-items:baseline; gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule);
  background: var(--panel-3);
}
.shot-stack__num{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
}
#shot-label{
  font-size: 14px; font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.shot-stack__body{
  position: relative;
  aspect-ratio: 16 / 9;
  background: #ECEEF6;
  overflow: hidden;
}
.shot-stack__shot{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--t-slow), transform var(--t-slow);
  transform: scale(1.01);
  background: #ECEEF6;
}
.shot-stack__shot img{
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #ECEEF6;
}
.shot-stack__shot.is-active{
  opacity: 1; transform: scale(1);
}

/* ============================================================
   VALUE · <ValueEditorial />
   ============================================================ */
.value{
  position: relative;
  padding: 128px 0;
  border-top: 1px solid var(--rule);
  background:
    var(--grid-dot-faint) 0 0 / 32px 32px,
    linear-gradient(180deg, var(--panel-3) 0%, #3F4470 100%);
}
.value > .container{ position: relative; z-index: 1; }
.value__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 88px;
}
@media (max-width: 900px){ .value__head{ grid-template-columns: 1fr; gap: 24px; } }
.value__head h2{ margin: 0; }
.value__head .body{ max-width: 460px; margin: 0; }

.value__rows{
  display: grid;
  gap: 0;
}
.value-row{
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 56px;
  align-items: baseline;
  padding: 48px 0;
  border-top: 1px solid var(--rule);
}
.value-row:last-child{ border-bottom: 1px solid var(--rule); }
@media (max-width: 900px){
  .value-row{ grid-template-columns: 1fr; gap: 16px; padding: 40px 0; }
}

.value-row__num{
  font-size: clamp(52px, 7.4vw, 108px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: .9;
  color: var(--ink-strong);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.value-row__num .small{
  font-size: .42em;
  color: var(--muted);
  letter-spacing: -0.015em;
  font-weight: 600;
  margin-left: 10px;
}
.value-row__num .unit{
  font-size: .42em;
  color: var(--muted);
  letter-spacing: -0.015em;
  font-weight: 600;
  margin-left: 8px;
}

.value-row--total{
  padding-top: 64px;
  margin-top: 16px;
  border-top: 1px solid var(--rule-strong);
}
.value-row--total .value-row__num{
  color: var(--orange);
  font-size: clamp(60px, 7.4vw, 112px);
}
.value-row--total .value-row__num .small{
  color: var(--orange);
}
.value-row__body{
  padding-top: 12px;
}
.value-row__body .h3{
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.012em;
}
.value-row__body p{
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
}
.value-row__decomp{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid; gap: 6px;
}
.value-row__decomp li{
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted-2);
}
.value-row__decomp li b{
  color: var(--blue);
  font-weight: 600;
}

.value__cta{
  margin-top: 56px;
  display: flex; justify-content: flex-start;
}

/* ============================================================
   IMPLEMENTATION · <ImplementationTimeline />
   ============================================================ */
.impl{
  padding: 128px 0;
  border-top: 1px solid var(--rule);
}
.impl__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 96px;
}
@media (max-width: 900px){ .impl__head{ grid-template-columns: 1fr; gap: 24px; } }
.impl__head h2{ margin: 0; }
.impl__head .body{ max-width: 460px; margin: 0; }

.timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 56px 0 24px;
}
.timeline::before{
  content:"";
  position: absolute;
  top: 80px; left: 0; right: 0;
  height: 1px;
  background: var(--rule);
}
.timeline::after{
  content:""; position:absolute;
  top: 80px; left: 0;
  height: 1px;
  width: var(--progress, 0%);
  background: var(--orange);
  transition: width var(--t-slow);
  box-shadow: 0 0 12px rgba(242,107,67,.6);
}
@media (max-width: 900px){
  .timeline{ grid-template-columns: 1fr; gap: 24px; padding: 0; }
  .timeline::before, .timeline::after{ display: none; }
}

.node{
  position: relative;
  padding-top: 64px;
}
@media (max-width: 900px){
  .node{ padding-top: 0; padding-left: 24px; border-left: 1px solid var(--rule); }
}

.node__dur{
  position: absolute;
  top: 0; left: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.node__dur .arrow{ margin-left: 6px; color: var(--rule-strong); }
.node__dur .o{ color: var(--orange); }
@media (max-width: 900px){ .node__dur{ position: static; margin-bottom: 12px; } }

.node__dot{
  position: absolute;
  top: 73px;
  left: 0;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--panel);
  border: 1px solid var(--rule-strong);
  transition: background var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.node.is-passed .node__dot{ background: var(--orange); border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242,107,67,.22); }
@media (max-width: 900px){
  .node__dot{ top: 0; left: -7px; }
}

.node__tag{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
  margin-top: 24px;
  display: block;
}
.node__title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.014em;
  line-height: 1.2;
  color: var(--ink-strong);
  margin: 10px 0 14px;
}
.node__body{
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
}

.impl__deliv{
  margin-top: 72px;
  border-top: 1px solid var(--rule);
  padding-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 56px;
}
@media (max-width: 900px){
  .impl__deliv{ grid-template-columns: 1fr; gap: 24px; }
}
.impl__deliv h3{ margin: 0; font-size: 24px; letter-spacing: -0.014em; }
.impl__deliv ul{
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 0;
}
.impl__deliv li{
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
  display: grid; grid-template-columns: 44px 1fr;
  gap: 16px;
}
.impl__deliv li:last-child{ border-bottom: 1px solid var(--rule); }
.impl__deliv li .lbl{
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--blue);
  padding-top: 2px;
}

.impl__cta{ margin-top: 56px; }

/* ============================================================
   TRUST + TEAM
   ============================================================ */
.trust{
  position: relative;
  padding: 128px 0 96px;
  border-top: 1px solid var(--rule);
  background:
    var(--grid-dot-faint) 0 0 / 32px 32px,
    linear-gradient(180deg, var(--panel-3) 0%, var(--panel-2) 100%);
}
.trust > .container{ position: relative; z-index: 1; }
.trust__head{
  margin-bottom: 56px;
}
.trust__head h2{ margin: 0; max-width: 760px; }

.facts{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.facts__item{
  padding: 36px 28px 36px 0;
  border-right: 1px solid var(--rule);
}
.facts__item:last-child{ border-right: 0; padding-right: 0; }
.facts__item + .facts__item{ padding-left: 28px; }
.facts__num{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--muted-2);
  text-transform: uppercase;
}
.facts__icon{
  width: 64px; height: 64px;
  margin: 18px 0 14px;
  color: var(--muted);
  opacity: .9;
}
.facts__icon svg{
  width: 100%; height: 100%; display: block;
}
.facts__title{
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.012em;
  color: var(--ink-strong);
  margin: 6px 0 12px;
  line-height: 1.2;
}
.facts__body{
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
}
@media (max-width: 980px){
  .facts{ grid-template-columns: 1fr 1fr; }
  .facts__item:nth-child(2){ border-right: 0; }
  .facts__item:nth-child(3){ border-top: 1px solid var(--rule); padding-top: 32px; padding-left: 0; padding-right: 28px; border-right: 1px solid var(--rule); }
  .facts__item:nth-child(4){ border-top: 1px solid var(--rule); padding-top: 32px; padding-left: 28px; }
}
@media (max-width: 640px){
  .facts{ grid-template-columns: 1fr; }
  .facts__item{ padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .facts__item:last-child{ border-bottom: 0; }
  .facts__item + .facts__item{ padding-left: 0; }
  .facts__item:nth-child(3), .facts__item:nth-child(4){ border-top: 0; border-right: 0; padding: 28px 0; }
}

/* team */
.team{
  padding: 96px 0 128px;
}
.team__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 56px;
  align-items: end;
}
@media (max-width: 900px){
  .team__head{ grid-template-columns: 1fr; gap: 24px; align-items: start; }
}
.team__head h2{ margin: 0; max-width: 600px; }
.team__head .body{ max-width: 420px; margin: 0; }

.team__row{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1080px){ .team__row{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px){ .team__row{ grid-template-columns: repeat(2, 1fr); } }

.member{
  display: block;
}
.member__photo{
  aspect-ratio: 3/4;
  background: var(--panel-2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  filter: grayscale(1) contrast(1.02);
  transition: filter var(--t-base), transform var(--t-base);
}
.member__photo svg{ width:100%; height:100%; display:block; }
.member:hover .member__photo{
  filter: grayscale(.4) contrast(1.05) brightness(1.05);
}
.member__name{
  margin-top: 16px;
  font-size: 16px; font-weight: 600;
  color: var(--ink-strong);
  letter-spacing: -0.008em;
}
.member__role{
  margin-top: 4px;
  font-size: 13px; font-weight: 500;
  letter-spacing: -0.003em;
  color: var(--muted);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq{
  padding: 112px 0 96px;
  border-top: 1px solid var(--rule);
}
.faq__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 48px;
  align-items: start;
}
.faq__head .body{ padding-top: 12px; }
@media (max-width: 900px){
  .faq__head .body{ padding-top: 0; }
}
@media (max-width: 900px){
  .faq__head{ grid-template-columns: 1fr; gap: 24px; align-items: start; }
}
.faq__head h2{ margin: 0; max-width: 640px; }
.faq__head .body{ max-width: 460px; margin: 0; }
.faq__head .body a{
  color: var(--ink-strong);
  text-decoration: underline;
  text-decoration-color: var(--rule-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color var(--t-fast), text-decoration-color var(--t-fast);
}
.faq__head .body a:hover{ color: var(--orange); text-decoration-color: var(--orange); }

.faq__list{
  border-top: 1px solid var(--rule);
}
.faq__item{
  border-bottom: 1px solid var(--rule);
}
.faq__item > summary{
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding: 28px 64px 28px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink-strong);
  letter-spacing: -0.012em;
  position: relative;
  transition: color var(--t-fast);
}
.faq__item > summary::-webkit-details-marker{ display: none; }
.faq__item > summary::marker{ content: ""; }
.faq__num{
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #E0E3F2;
  flex: 0 0 auto;
  min-width: 30px;
  padding-top: 2px;
  transition: color var(--t-fast);
}
.faq__q{
  transition: color var(--t-fast);
  flex: 1;
}
.faq__item:hover > summary .faq__q{ color: var(--orange); }
.faq__item:hover > summary .faq__num{ color: var(--orange); }

.faq__item > summary::after{
  content: "";
  position: absolute;
  right: 12px;
  top: 34px;
  width: 18px;
  height: 18px;
  background:
    linear-gradient(currentColor, currentColor) center/100% 2.5px no-repeat,
    linear-gradient(currentColor, currentColor) center/2.5px 100% no-repeat;
  color: var(--muted);
  transform: rotate(0deg);
  transition: transform var(--t-base), color var(--t-fast);
}
.faq__item:hover > summary::after{ color: var(--orange); }
.faq__item[open] > summary::after{
  transform: rotate(45deg);
  color: var(--orange);
}
.faq__item[open] > summary .faq__num,
.faq__item[open] > summary .faq__q{ color: var(--orange); }

.faq__body{
  padding: 4px 64px 32px 56px;
  max-width: 920px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
}
.faq__body p{ margin: 0 0 14px; }
.faq__body p:last-child{ margin-bottom: 0; }
.faq__body b{ color: var(--ink-strong); font-weight: 600; }
.faq__body ul{
  margin: 12px 0 14px;
  padding: 0;
  list-style: none;
}
.faq__body ul li{
  padding: 6px 0 6px 22px;
  position: relative;
}
.faq__body ul li::before{
  content: "—";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}

/* gentle open/close animation; respects prefers-reduced-motion */
@media (prefers-reduced-motion: no-preference){
  .faq__body{ animation: faq-fade var(--t-base) ease-out; }
  @keyframes faq-fade{
    from{ opacity: 0; transform: translateY(-2px); }
    to  { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 720px){
  .faq{ padding: 80px 0 72px; }
  .faq__item > summary{
    font-size: 17px;
    gap: 18px;
    padding: 22px 44px 22px 0;
  }
  .faq__item > summary::after{
    right: 6px;
    top: 28px;
    width: 14px;
    height: 14px;
  }
  .faq__num{ min-width: 24px; font-size: 11px; }
  .faq__body{ padding: 4px 0 26px 42px; font-size: 15px; }
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.final{
  padding: 160px 0;
  border-top: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.final::before{
  content:"";
  position: absolute;
  inset: 0;
  background:
    var(--grid-blueprint),
    radial-gradient(900px 500px at 80% 20%, rgba(242,107,67,.10) 0%, transparent 60%),
    radial-gradient(700px 400px at 10% 90%, rgba(175,220,241,.06) 0%, transparent 60%);
  -webkit-mask-image: radial-gradient(1400px 900px at 50% 50%, #000 0%, transparent 80%);
          mask-image: radial-gradient(1400px 900px at 50% 50%, #000 0%, transparent 80%);
  pointer-events: none;
}
.final__inner{
  position: relative;
}
.final h2{
  margin: 18px 0 40px;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  max-width: 900px;
}
.final h2 .o{ color: var(--orange); }
.final__ctas{
  display: flex; gap: 18px; flex-wrap: wrap;
  margin-bottom: 56px;
}
.final__contact{
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 700px){ .final__contact{ grid-template-columns: 1fr; gap: 16px; } }
.final__contact .lbl{
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--muted-2);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.final__contact a{
  font-size: 20px;
  color: var(--ink-strong);
  font-weight: 600;
  letter-spacing: -0.012em;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 6px;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.final__contact a:hover{ color: var(--orange); border-color: var(--orange); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer{
  padding: 48px 0 32px;
  border-top: 1px solid var(--rule);
}
.footer__inner{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 700px){
  .footer__inner{ grid-template-columns: 1fr; gap: 28px; }
}
.footer__brand .logo{ margin-bottom: 14px; }
.footer__brand p{
  font-size: 14px;
  color: var(--muted);
  max-width: 340px;
  line-height: 1.55;
  margin: 0;
}
.footer__col h4{
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  color: var(--muted-2);
  margin: 0 0 16px;
}
.footer__col ul{
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 12px;
}
.footer__col a{
  font-size: 15px;
  color: var(--ink);
}
.footer__col a:hover{ color: var(--orange); }
.footer__bottom{
  padding-top: 24px;
  display: flex; justify-content: space-between;
  font-size: 13px;
  color: var(--muted-2);
  letter-spacing: 0.04em;
}
@media (max-width: 540px){
  .footer__bottom{ flex-direction: column; gap: 10px; }
}

/* ============================================================
   reveal on scroll
   ============================================================ */
.reveal{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s var(--t-slow), transform .6s cubic-bezier(.22,.61,.36,1);
}
.reveal.is-in{
  opacity: 1; transform: none;
}

/* count-up: hide initially? we just animate text */

/* ============================================================
   reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce){
  *{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal{ opacity: 1; transform: none; }
  .timeline::after{ width: 100% !important; }
}
