/* Be12 Media: "Hive at night"
   One committed dark world (single theme by design): night ink, wax-white type, honey light.
   Display: Unbounded (echoes the chunky rounded B12 mark) · Body: Hanken Grotesk · Utility: JetBrains Mono */

:root {
  --night: #07090e;
  --comb: #0e1219;
  --comb-2: #141925;
  --wax: #efe8d8;
  --wax-dim: rgba(239, 232, 216, 0.78);
  --smoke: #9b9ea7;
  --honey: #f5b83d;
  --honey-hi: #ffd06a;
  --amber: #d98a1c;
  --paper: #f3ecdc;
  --ink: #0b0b0c;
  --line: rgba(239, 232, 216, 0.12);
  --line-2: rgba(239, 232, 216, 0.22);

  --f-display: "Unbounded", "Arial Black", system-ui, sans-serif;
  --f-body: "Hanken Grotesk", "Segoe UI", system-ui, -apple-system, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;

  --pad: clamp(20px, 5vw, 64px);
  --max: 1320px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--night); -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--night);
  color: var(--wax);
  font: 400 17px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
h1, h2, h3 { overflow-wrap: break-word; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--honey); color: var(--ink); }
:focus-visible { outline: 2px solid var(--honey); outline-offset: 3px; border-radius: 4px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 10001; background: var(--honey); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip:focus { top: 16px; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
.mono { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; line-height: 1.5; }
.label { color: var(--honey); margin-bottom: 28px; }
.h-xl, .h-lg { font-family: var(--f-display); font-weight: 700; letter-spacing: -0.025em; line-height: 1.02; text-wrap: balance; }
.h-xl { font-size: clamp(40px, 6.2vw, 92px); }
.h-lg { font-size: clamp(32px, 4.3vw, 62px); }
.lead { font-size: clamp(19px, 1.6vw, 23px); line-height: 1.5; color: var(--wax); font-weight: 500; max-width: 34em; text-wrap: pretty; }
p { text-wrap: pretty; }
.section { padding-block: clamp(88px, 11vw, 150px); position: relative; }
.split { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px 32px; align-items: start; }
.split > :first-child { grid-column: 1 / span 5; }
.split > :last-child { grid-column: 7 / span 6; }
.split > * { min-width: 0; container-type: inline-size; }
.split .h-xl { font-size: min(clamp(40px, 6.2vw, 92px), 12cqi); }
.split .h-lg { font-size: min(clamp(32px, 4.3vw, 62px), 11cqi); }
.split--head { align-items: end; margin-bottom: clamp(48px, 6vw, 80px); }
.split.split--head > :first-child { grid-column: 1 / span 7; }
.split.split--head > :last-child { grid-column: 9 / span 4; }

.hexdot { display: inline-block; width: 9px; height: 10px; background: var(--honey); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); vertical-align: -1px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border-radius: 999px; font: 600 15px/1 var(--f-body); letter-spacing: 0.01em; transition: background 0.3s var(--ease), color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s; white-space: nowrap; }
.btn span { transition: transform 0.35s var(--ease); }
.btn:hover span { transform: translateX(4px); }
.btn--honey { background: var(--honey); color: var(--ink); box-shadow: 0 0 0 0 rgba(245, 184, 61, 0); }
.btn--honey:hover { background: var(--honey-hi); box-shadow: 0 10px 40px -10px rgba(245, 184, 61, 0.6); }
.btn--ghost { border: 1px solid currentColor; }
.btn--lg { padding: 18px 28px; font-size: 16px; }

/* ---------- cursor + grain ---------- */
.cursor { position: fixed; left: 0; top: 0; z-index: 10000; pointer-events: none; mix-blend-mode: difference; }
.cursor__ring { position: fixed; left: 0; top: 0; border-radius: 50%; transform: translate(-50%, -50%); width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, 0.7); transition: width 0.35s var(--ease), height 0.35s var(--ease), background 0.35s; }
.cursor.is-hover .cursor__ring { width: 70px; height: 70px; background: rgba(255, 255, 255, 0.1); }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }
.grain { position: fixed; inset: -50%; z-index: 9000; pointer-events: none; opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite; }
@keyframes grain { 0%{transform:translate(0,0)} 20%{transform:translate(-3%,2%)} 40%{transform:translate(2%,-3%)} 60%{transform:translate(-2%,-1%)} 80%{transform:translate(3%,3%)} 100%{transform:translate(0,0)} }

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; align-items: center; gap: 32px; padding: 16px var(--pad); transition: background 0.4s, border-color 0.4s, backdrop-filter 0.4s; border-bottom: 1px solid transparent; }
.nav.is-scrolled { background: rgba(7, 9, 14, 0.72); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.nav__brand img { height: 46px; width: auto; }
.nav__links { display: flex; gap: 30px; margin-left: auto; font: 500 12px/1 var(--f-mono); letter-spacing: 0.14em; text-transform: uppercase; }
.nav__links a { color: var(--wax-dim); transition: color 0.25s; padding-block: 12px; position: relative; }
.nav__links a[aria-current="true"] { color: var(--honey); }
.nav__links > a[aria-current="true"]::after, .nav__dd > a[aria-current="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--honey); }
.nav__links a:hover { color: var(--honey); }
.nav__cta { padding: 11px 18px; font-size: 14px; }
.nav__menu { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 50%; position: relative; }
.nav__menu span:not(.sr) { position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--wax); transition: transform 0.3s var(--ease); }
.nav__menu span:nth-child(1) { top: 17px; } .nav__menu span:nth-child(2) { top: 25px; }
.nav__menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav__menu[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
.drawer { position: fixed; inset: 0; z-index: 99; background: rgba(7, 9, 14, 0.96); display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 90px var(--pad) 40px; }
.drawer[hidden] { display: none; }
.drawer a { font: 700 clamp(30px, 9vw, 44px)/1.2 var(--f-display); letter-spacing: -0.02em; }
.drawer a:hover { color: var(--honey); }

/* ---------- film ---------- */
.film { position: relative; height: 640vh; background: var(--night); }
.film__stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.film__canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block;
  background: radial-gradient(ellipse at 50% 60%, rgba(245, 184, 61, 0.14), transparent 55%), var(--night); }
.film__vignette { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 120% 90% at 50% 45%, transparent 55%, rgba(7, 9, 14, 0.75) 100%),
              linear-gradient(to top, rgba(7, 9, 14, calc(0.55 + var(--end, 0) * 0.45)), transparent 38%); }

.film__title { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; text-align: center; gap: 16px; padding: 88px var(--pad) 72px; transition: opacity 0.6s var(--ease), transform 0.8s var(--ease), filter 0.6s; }
.film__title.is-off { opacity: 0; transform: scale(1.08); filter: blur(8px); pointer-events: none; }
.film__h1 { display: grid; justify-items: center; gap: 16px; font-weight: 400; }
.film__kicker { color: var(--honey); font-weight: 500; }
.wordmark { font-family: var(--f-display); font-weight: 800; font-size: clamp(56px, min(16vw, 22vh), 240px); line-height: 0.86; letter-spacing: -0.035em; display: grid; justify-items: center;
  background: linear-gradient(180deg, #fffdf6 0%, #f8ecd0 40%, #c79a4c 52%, #fbe3a6 60%, #fffaf0 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 38px rgba(245, 184, 61, 0.22)); }
.wordmark__line { display: block; animation: rise 1.3s var(--ease) both; }
.wordmark__line + .wordmark__line { animation-delay: 0.12s; }
@keyframes rise { from { opacity: 0; transform: translateY(40%) scaleY(1.2); filter: blur(10px); } to { opacity: 1; transform: none; filter: none; } }
.film__tag { font: 500 clamp(18px, 2vw, 26px)/1.3 var(--f-body); color: var(--wax); letter-spacing: 0.01em; }
.film__sub { color: var(--wax-dim); font-size: clamp(15px, 1.25vw, 18px); max-width: 40ch; }
.film__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 8px; }
.film__ctas .btn--ghost { border-color: var(--line-2); color: var(--wax); }
.film__ctas .btn--ghost:hover { border-color: var(--honey); color: var(--honey); }
.film__hint { color: var(--smoke); margin-top: 6px; display: inline-flex; gap: 10px; align-items: center; }
.film__skip { position: absolute; left: var(--pad); bottom: 14px; color: var(--wax-dim); padding: 10px 0; font-size: 11px; transition: color 0.25s; }
.film__skip:hover { color: var(--honey); }
@media (max-height: 700px) { .film__hint, .film__sub { display: none; } }
.film__hint .hexdot { animation: bob 1.6s var(--ease) infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.chapter { position: absolute; left: var(--pad); bottom: clamp(56px, 11vh, 120px); max-width: 540px; opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.9s var(--ease); pointer-events: none; }
.chapter.is-on { opacity: 1; transform: none; }
.chapter__idx { color: var(--honey); margin-bottom: 14px; }
.chapter__name { font: 700 clamp(40px, 6vw, 88px)/0.98 var(--f-display); letter-spacing: -0.03em; text-shadow: 0 4px 40px rgba(7, 9, 14, 0.8); }
.chapter__copy { margin-top: 18px; font-size: clamp(16px, 1.3vw, 19px); color: var(--wax-dim); max-width: 36ch; text-shadow: 0 2px 20px rgba(7, 9, 14, 0.9); }
.film__finale { position: absolute; left: 0; right: 0; bottom: clamp(48px, 9vh, 100px); text-align: center; opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 1s var(--ease); pointer-events: none; }
.film__finale.is-on { opacity: 1; transform: none; }
.finale__line { font: 700 clamp(28px, 4.2vw, 64px)/1.05 var(--f-display); letter-spacing: -0.03em; text-shadow: 0 4px 40px rgba(7, 9, 14, 0.9); }

.rail { position: absolute; right: calc(var(--pad) * 0.6); top: 50%; transform: translateY(-50%); height: 44vh; display: flex; gap: 14px; }
.rail__track { position: relative; width: 1px; height: 100%; background: var(--line-2); order: 2; }
.rail__fill { position: absolute; left: 0; top: 0; width: 1px; height: calc(var(--p, 0) * 100%); background: var(--honey); box-shadow: 0 0 10px var(--honey); }
.rail__ticks { position: relative; width: 110px; height: 100%; }
.rail__ticks li { position: absolute; right: 0; top: calc(var(--at) * 100%); transform: translateY(-50%); font: 500 10px/1 var(--f-mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--smoke); opacity: 0.55; transition: color 0.3s, opacity 0.3s; }
.rail__ticks li.is-on { color: var(--honey); opacity: 1; }
.film__readout { position: absolute; right: var(--pad); bottom: 22px; color: var(--wax-dim); font-size: 11px; display: flex; gap: 8px; align-items: center; font-variant-numeric: tabular-nums; }
.no-webgl .film__canvas { background:
  radial-gradient(ellipse at 50% 65%, rgba(245, 184, 61, 0.22), transparent 60%),
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97'%3E%3Cpath d='M28 0l28 16v32L28 64 0 48V16z M28 64v33' fill='none' stroke='%23f5b83d' stroke-opacity='.12'/%3E%3C/svg%3E"), var(--night); }

/* ---------- agency ---------- */
.agency .split { margin-bottom: clamp(64px, 9vw, 120px); }
.agency__copy { display: grid; gap: 22px; color: var(--smoke); }
.agency__copy p:not(.lead) { max-width: 60ch; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.stat { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 12px; padding: 28px 24px 0 0; border-right: 1px solid var(--line); margin-right: 24px; }
.stat:last-child { border-right: 0; margin-right: 0; }
.stat dd { font: 800 clamp(48px, 6vw, 88px)/1 var(--f-display); letter-spacing: -0.04em; color: var(--wax); font-variant-numeric: tabular-nums; }
.stat dt { color: var(--smoke); max-width: 22ch; }

/* ---------- problem ---------- */
.problem { background: linear-gradient(180deg, var(--night), var(--comb) 50%, var(--night)); }
.problem__h { font: 700 clamp(40px, 7vw, 108px)/1 var(--f-display); letter-spacing: -0.035em; max-width: 14ch; text-wrap: balance; }
.problem__h .w { transition: color 0.2s; }
.words-ready .problem__h .w { color: rgba(239, 232, 216, 0.16); }
.words-ready .problem__h .w.is-lit { color: var(--wax); }
.words-ready .problem__h .w.is-lit.hl { color: var(--honey); }
.noise { margin-top: clamp(56px, 7vw, 96px); border-top: 1px solid var(--line); }
.noise li { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); font-size: clamp(18px, 1.9vw, 26px); align-items: baseline; }
.noise span { position: relative; justify-self: start; font-weight: 600; }
.noise span::after { content: ""; position: absolute; left: -2px; right: -2px; top: 55%; height: 2px; background: var(--honey); transform: scaleX(var(--strike, 1)); transform-origin: left; }
.noise em { font-style: normal; color: var(--smoke); }
.problem__out { margin-top: 48px; font-size: clamp(20px, 2vw, 28px); color: var(--smoke); max-width: 40ch; }
.problem__out strong { color: var(--wax); font-weight: 600; }

/* ---------- growth factor ---------- */
.factor__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.lexicon { margin-top: 48px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.lexicon div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.lexicon dt { font: 500 22px/1.2 var(--f-display); color: var(--honey); letter-spacing: -0.01em; }
.lexicon dt i { display: block; margin-top: 6px; font: 400 11px/1 var(--f-mono); color: var(--smoke); font-style: normal; letter-spacing: 0.1em; }
.lexicon dd { color: var(--wax-dim); }

.facts { background: var(--paper); color: var(--ink); font-family: var(--f-body); padding: 14px 16px 16px; border: 1px solid var(--ink); max-width: 440px; justify-self: end; width: 100%;
  transform: rotate(-2.2deg); box-shadow: 0 40px 90px -20px rgba(0, 0, 0, 0.7), 0 0 0 10px rgba(243, 236, 220, 0.03); transition: transform 0.7s var(--ease); }
.facts:hover { transform: rotate(0deg) translateY(-6px); }
.facts__title { font: 900 clamp(38px, 4vw, 50px)/0.95 var(--f-body); letter-spacing: -0.02em; padding-bottom: 6px; border-bottom: 1px solid var(--ink); }
.facts__serving { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; padding-top: 4px; }
.facts__serving b { font-weight: 800; }
.facts__bar { height: 11px; background: var(--ink); margin: 6px 0 4px; }
.facts__bar--thin { height: 5px; }
.facts__head { display: flex; justify-content: space-between; font: 800 13px/1.4 var(--f-body); padding: 2px 0 4px; border-bottom: 5px solid var(--ink); }
.facts__rows li { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; border-bottom: 1px solid var(--ink); font-size: 15px; }
.facts__rows b { font-weight: 800; }
.facts__rows span { font-weight: 800; font-variant-numeric: tabular-nums; }
.facts__rows .sub { padding-left: 18px; font-size: 14px; }
.facts__rows .zero b { font-weight: 500; }
.facts__ingr { font-size: 13px; line-height: 1.45; margin-top: 8px; }
.facts__note { font-size: 11.5px; line-height: 1.4; margin-top: 10px; padding-top: 8px; border-top: 1px solid var(--ink); }

/* ---------- services ---------- */
.services__intro { color: var(--smoke); font-weight: 400; }
.svc { border-top: 1px solid var(--line); }
.svc__item { border-bottom: 1px solid var(--line); }
.svc__row { width: 100%; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) 44px; gap: 24px; align-items: center; padding: clamp(22px, 2.6vw, 34px) 0; text-align: left; position: relative; }
.svc__row::before { content: ""; position: absolute; inset: 0 calc(var(--pad) * -0.5); background: linear-gradient(90deg, rgba(245, 184, 61, 0.09), transparent 70%); opacity: 0; transition: opacity 0.4s; z-index: -1; border-radius: 4px; }
.svc__row:hover::before, .svc__row[aria-expanded="true"]::before { opacity: 1; }
.svc__name { font: 500 clamp(22px, 2.8vw, 40px)/1.1 var(--f-display); letter-spacing: -0.02em; transition: color 0.3s, transform 0.5s var(--ease); }
.svc__row:hover .svc__name, .svc__row[aria-expanded="true"] .svc__name { color: var(--honey); transform: translateX(10px); }
.svc__line { color: var(--smoke); font-size: 16px; }
.svc__plus { width: 40px; height: 44px; justify-self: end; position: relative; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: var(--line-2); }
.svc__plus::before { content: ""; position: absolute; inset: 1px; clip-path: inherit; background: var(--night); }
.svc__plus::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; font: 400 20px/1 var(--f-mono); transition: transform 0.4s var(--ease), color 0.3s; }
.svc__row[aria-expanded="true"] .svc__plus { background: var(--honey); }
.svc__row[aria-expanded="true"] .svc__plus::after { transform: rotate(45deg); color: var(--honey); }
.svc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--ease); }
.svc__h { font: inherit; }
.svc__body > .svc__inner { overflow: hidden; }
.svc__inner > p { color: var(--wax-dim); max-width: 68ch; padding-bottom: 18px; }
.svc__inner b { color: var(--wax); font-weight: 600; }
.svc__item.is-open .svc__body { grid-template-rows: 1fr; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 0; transition: padding 0.5s var(--ease); }
.svc__item.is-open .chips { padding-bottom: 30px; }
.chips li { padding: 9px 16px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 14px; color: var(--wax-dim); }

/* ---------- industries ---------- */
.industries { background: linear-gradient(180deg, var(--night), var(--comb) 45%, var(--night)); }
.industries__intro { color: var(--smoke); font-weight: 400; }
.ind { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ind__item { padding: clamp(24px, 2.6vw, 36px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 12px; align-content: start; transition: background 0.4s; }
.ind__item:hover { background: rgba(245, 184, 61, 0.05); }
.ind__item h3 { font: 500 clamp(19px, 1.6vw, 23px)/1.2 var(--f-display); letter-spacing: -0.015em; }
.ind__item p { color: var(--smoke); font-size: 16px; }
.ind__hex { width: 22px; height: 25px; background: var(--honey); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); position: relative; }
.ind__hex::after { content: ""; position: absolute; inset: 3px; background: var(--comb); clip-path: inherit; }
.ind__item:hover .ind__hex::after { background: var(--honey); }

/* ---------- process ---------- */
.steps { margin-top: clamp(56px, 7vw, 96px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; }
.steps::before, .steps::after { content: ""; position: absolute; left: 28px; right: 28px; top: 66px; height: 1px; background: var(--line-2); }
.steps::after { background: var(--honey); box-shadow: 0 0 12px var(--honey); transform: scaleX(var(--p, 0)); transform-origin: left; }
.step { position: relative; z-index: 1; }
.step__n { color: var(--honey); display: block; margin-bottom: 16px; }
.step__hex { display: block; width: 56px; height: 64px; background: var(--honey); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); position: relative; margin-bottom: 28px; }
.step__hex::after { content: ""; position: absolute; inset: 2px; background: var(--night); clip-path: inherit; }
.step.is-lit .step__hex::after { background: radial-gradient(circle, rgba(245, 184, 61, 0.55), var(--night) 70%); }
.step h3 { font: 500 clamp(24px, 2.4vw, 34px)/1.1 var(--f-display); letter-spacing: -0.02em; margin-bottom: 12px; }
.step p { color: var(--smoke); max-width: 32ch; }
.process__foot { margin-top: 64px; color: var(--wax-dim); }

/* ---------- work ---------- */
.work__note { color: var(--smoke); max-width: 44ch; font-size: 16px; }
.work__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(20px, 2.4vw, 32px); }
.work__cta { margin-top: clamp(56px, 6vw, 80px); display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: clamp(28px, 3.5vw, 44px); border-radius: 20px; background: var(--honey); color: var(--ink); }
.work__cta p { display: grid; gap: 6px; }
.work__cta strong { font: 700 clamp(26px, 2.8vw, 40px)/1.05 var(--f-display); letter-spacing: -0.03em; }
.work__cta .btn--honey { background: var(--ink); color: var(--honey); }
.work__cta .btn--honey:hover { background: #1b1f29; box-shadow: none; }
.shot { min-width: 0; }
.shot__frame { border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; background: var(--comb); transition: border-color 0.4s, transform 0.6s var(--ease); }
.shot:hover .shot__frame { border-color: rgba(245, 184, 61, 0.6); transform: translateY(-6px); }
.shot__bar { display: flex; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.shot__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.shot__view { aspect-ratio: 4 / 3; overflow: hidden; }
.shot__view img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; transition: object-position 4s cubic-bezier(0.45, 0, 0.35, 1); }
.shot:hover .shot__view img { object-position: 50% 100%; }
.shot__type { color: var(--honey); margin: 22px 0 8px; }
.shot h3 { font: 500 clamp(20px, 1.8vw, 26px)/1.2 var(--f-display); letter-spacing: -0.015em; margin-bottom: 8px; }
.shot p:not(.mono) { color: var(--smoke); font-size: 15px; max-width: 44ch; }

/* ---------- difference ---------- */
.versus { margin-top: clamp(48px, 6vw, 80px); display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.versus__col { padding: 32px 32px 32px 0; }
.versus__col + .versus__col { padding-left: 32px; border-left: 1px solid var(--line); }
.versus__col .mono { color: var(--smoke); margin-bottom: 22px; }
.versus__col li { font: 500 clamp(22px, 2.6vw, 36px)/1.35 var(--f-display); letter-spacing: -0.02em; }
.versus__col--them li { color: rgba(239, 232, 216, 0.34); text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: rgba(239, 232, 216, 0.3); }
.versus__col--us .mono { color: var(--honey); }
.versus__col--us li::before { content: ""; display: inline-block; width: 14px; height: 16px; margin-right: 16px; background: var(--honey); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); vertical-align: 2px; }
.diff__quote { margin-top: clamp(56px, 7vw, 96px); font: 500 clamp(24px, 3vw, 42px)/1.2 var(--f-display); letter-spacing: -0.02em; max-width: 24ch; text-wrap: balance; }
.results { margin-top: 28px; color: var(--smoke); text-transform: none; letter-spacing: 0.04em; font-size: 13px; }
.results b { color: var(--honey); font-weight: 500; }

/* ---------- audit ---------- */
.audit { padding-block: clamp(40px, 6vw, 80px); }
.audit__inner { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: clamp(28px, 4vw, 64px); align-items: center; padding-block: clamp(40px, 5vw, 72px); border-radius: 28px; position: relative; overflow: hidden; isolation: isolate;
  background: radial-gradient(ellipse at 100% 0%, rgba(245, 184, 61, 0.22), transparent 55%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97'%3E%3Cpath d='M28 0l28 16v32L28 64 0 48V16z M28 64v33' fill='none' stroke='%23f5b83d' stroke-opacity='.10'/%3E%3C/svg%3E"), var(--comb);
  border: 1px solid rgba(245, 184, 61, 0.25); }
.audit__inner .lead { color: var(--wax-dim); font-weight: 400; margin-top: 18px; }
.audit__list { display: grid; gap: 14px; }
.audit__list li { display: flex; gap: 14px; align-items: center; font: 500 20px/1.2 var(--f-display); letter-spacing: -0.01em; }
.audit__cta { display: grid; gap: 14px; justify-items: start; }
.audit__cta .mono { color: var(--smoke); }

/* ---------- faq ---------- */
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 26px 0; font: 500 clamp(18px, 1.6vw, 22px)/1.3 var(--f-display); letter-spacing: -0.01em; transition: color 0.25s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { font: inherit; }
.faq__intro > p:not(.label) { color: var(--smoke); margin-top: 22px; max-width: 36ch; }
.faq__intro a, .faq details a { color: var(--honey); text-decoration: underline; text-underline-offset: 3px; }
.faq summary::after { content: "+"; font: 400 22px/1 var(--f-mono); color: var(--honey); transition: transform 0.35s var(--ease); flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--honey); }
.faq details p { padding: 0 48px 28px 0; color: var(--smoke); max-width: 62ch; }
.faq details b { color: var(--wax); }

/* ---------- contact ---------- */
.contact { background: linear-gradient(180deg, var(--night), var(--comb)); }
.contact__head { margin-bottom: clamp(40px, 5vw, 64px); }
.contact__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact__intro .lead { color: var(--wax-dim); font-weight: 400; }
.contact__meta { margin-top: 48px; display: grid; border-top: 1px solid var(--line); }
.contact__meta li { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.contact__meta .mono { color: var(--smoke); }
.contact__meta a { color: var(--honey); }
.form { display: grid; gap: 28px; padding-top: 8px; }
.form[hidden] { display: none; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.form label { display: grid; gap: 10px; font: 500 11px/1 var(--f-mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); }
.form__lbl { display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.form label i { font-style: normal; opacity: 0.6; text-transform: none; letter-spacing: 0.04em; }
.form input, .form select, .form textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line-2); padding: 10px 0 12px; font: 400 18px/1.4 var(--f-body); color: var(--wax); text-transform: none; letter-spacing: 0; border-radius: 0; transition: border-color 0.3s; }
.form textarea { resize: vertical; min-height: 110px; }
.form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--honey) 50%) right 6px center / 7px 7px no-repeat, transparent; cursor: pointer; }
.form select option { background: var(--comb); color: var(--wax); }
.form input::placeholder, .form textarea::placeholder { color: rgba(239, 232, 216, 0.28); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-bottom-color: var(--honey); }
.form input[aria-invalid="true"] { border-bottom-color: #ff9b7d; }
.form .btn { justify-self: start; }
.form .req { color: var(--honey); }
.form__err { color: #ff9b7d; font: 500 13px/1.4 var(--f-body); letter-spacing: 0.01em; text-transform: none; }
.form__err:empty { display: none; }
.form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__submit { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.form__note { color: var(--smoke); font-size: 14px; max-width: 34ch; }
.form .btn[aria-busy="true"] { opacity: 0.7; pointer-events: none; }
.form__done { display: grid; gap: 14px; justify-items: start; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(245, 184, 61, 0.35); border-radius: 20px; background: radial-gradient(ellipse at 100% 0%, rgba(245, 184, 61, 0.16), transparent 60%), var(--comb); }
.form__done[hidden] { display: none; }
.form__done h3 { font: 700 clamp(24px, 2.4vw, 34px)/1.1 var(--f-display); letter-spacing: -0.02em; }
.form__done p { color: var(--wax-dim); }
.form__done:focus { outline: none; }
.form__status { color: var(--honey); font-size: 15px; }
.form__status:empty { display: none; }
.form__status a { color: var(--honey); text-decoration: underline; }

/* ---------- footer ---------- */
.footer { background: var(--comb); padding-top: clamp(72px, 9vw, 120px); overflow: hidden; border-top: 1px solid var(--line); }
.footer__top { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.footer__brand { display: grid; gap: 22px; align-content: start; }
.footer__tag { font: 700 clamp(28px, 3.2vw, 46px)/1.05 var(--f-display); letter-spacing: -0.03em; max-width: 9ch; }
.footer address { font-style: normal; color: var(--wax-dim); font-size: 15px; line-height: 1.7; }
.footer address a { color: var(--honey); }
.footer__cols { display: grid; grid-template-columns: repeat(3, auto); gap: 24px 72px; }
.footer__cols div { display: grid; gap: 12px; align-content: start; }
.footer__cols .mono { color: var(--honey); margin-bottom: 6px; }
.footer__cols a { color: var(--wax-dim); font-size: 15px; transition: color 0.25s; padding-block: 3px; }
.footer__cols a:hover { color: var(--honey); }
.footer__mark { font: 800 12.4vw/0.8 var(--f-display); letter-spacing: -0.045em; white-space: nowrap; text-align: center; margin: clamp(64px, 8vw, 110px) 0 0; transform: translateY(12%);
  background: linear-gradient(180deg, #fff6e2 0%, #d8c294 40%, #5b4726 62%, rgba(20, 25, 37, 0) 96%);
  -webkit-background-clip: text; background-clip: text; color: transparent; user-select: none; }
.footer__legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px; border-top: 1px solid var(--line); color: var(--smoke); position: relative; background: var(--comb); }

/* ---------- entrance motion (from a visible resting state) ---------- */
.js .reveal { opacity: 0.35; transform: translateY(28px); }
.js .reveal.is-in { opacity: 1; transform: none; transition: opacity 1s var(--ease), transform 1.1s var(--ease); }


/* ---------- nav: services dropdown ---------- */
.nav__dd { position: relative; display: flex; }
.nav__dd > a::before { content: ""; position: absolute; right: -12px; top: 50%; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-70%) rotate(45deg); opacity: 0.7; }
.nav__dd > a { position: relative; margin-right: 10px; }
.nav__panel { position: absolute; top: calc(100% + 12px); left: 50%; width: min(660px, 86vw); display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 12px; background: rgba(14, 18, 25, 0.97); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid var(--line-2); border-radius: 16px; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.8); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity 0.25s, transform 0.35s var(--ease), visibility 0.25s; font-family: var(--f-body); text-transform: none; letter-spacing: 0; }
.nav__panel::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav__dd:hover .nav__panel, .nav__dd:focus-within .nav__panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav__links .nav__panel a { display: grid; gap: 3px; padding: 12px 14px; border-radius: 10px; color: var(--wax); transition: background 0.2s; }
.nav__links .nav__panel a:hover, .nav__links .nav__panel a[aria-current="page"] { background: rgba(245, 184, 61, 0.08); color: var(--wax); }
.nav__panel b { font: 600 15px/1.3 var(--f-body); }
.nav__panel span { font: 400 13px/1.4 var(--f-body); color: var(--smoke); }
.nav__links .nav__panel .nav__all { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 4px; border-top: 1px solid var(--line); border-radius: 0 0 10px 10px; color: var(--honey); font: 600 14px/1 var(--f-body); padding: 14px; }
.drawer { overflow-y: auto; justify-content: flex-start; padding-top: 96px; }
.drawer__sub { display: grid; gap: 2px; margin: 2px 0 10px 4px; padding-left: 16px; border-left: 1px solid var(--line-2); }
.drawer .drawer__sub a { font: 500 17px/1.6 var(--f-body); letter-spacing: 0; color: var(--wax-dim); }

/* ---------- inner-page hero ---------- */
.phero { position: relative; min-height: clamp(560px, 84vh, 820px); display: flex; align-items: flex-end; padding: 128px 0 clamp(56px, 7vw, 96px); overflow: hidden; isolation: isolate; }
.phero--short { min-height: clamp(460px, 70vh, 640px); }
.phero__bg { position: absolute; inset: 0; z-index: -2; }
.phero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 50%; }
.phero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7, 9, 14, 0.94) 0%, rgba(7, 9, 14, 0.78) 42%, rgba(7, 9, 14, 0.18) 100%), linear-gradient(0deg, var(--night) 0%, rgba(7, 9, 14, 0) 38%), linear-gradient(180deg, rgba(7, 9, 14, 0.7) 0%, rgba(7, 9, 14, 0) 24%); }
.phero__inner { position: relative; }
.phero__h1 { font: 700 clamp(38px, 5.2vw, 78px)/1.03 var(--f-display); letter-spacing: -0.03em; max-width: 17ch; text-wrap: balance; }
.phero__lead { margin-top: 22px; color: var(--wax-dim); font-weight: 400; max-width: 44ch; }
.phero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.phero__ctas .btn--ghost { border-color: var(--line-2); color: var(--wax); }
.phero__ctas .btn--ghost:hover { border-color: var(--honey); color: var(--honey); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; font: 500 12px/1.4 var(--f-mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--smoke); }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: rgba(239, 232, 216, 0.3); }
.crumbs a { transition: color 0.2s; padding-block: 4px; }
.crumbs a:hover { color: var(--honey); }
.crumbs [aria-current] { color: var(--wax); }

/* ---------- inner-page sections ---------- */
.answer__body { display: grid; gap: 20px; }
.answer__body p:not(.lead) { color: var(--smoke); max-width: 62ch; }
.signs { background: linear-gradient(180deg, var(--night), var(--comb) 50%, var(--night)); }
.signs__list { border-top: 1px solid var(--line); }
.signs__list li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.45; }
.signs__list li::before { content: ""; width: 14px; height: 16px; margin-top: 5px; background: var(--honey); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.inc { margin-top: clamp(40px, 5vw, 64px); }
.steps--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.measure__note { color: var(--smoke); margin-top: 20px; max-width: 40ch; }
.chips--lg { align-content: start; }
.chips--lg li { font-size: 16px; padding: 12px 18px; border-color: rgba(245, 184, 61, 0.35); color: var(--wax); }
.why__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 40px); margin-top: clamp(36px, 4vw, 56px); }
.why__grid li { border-top: 1px solid var(--honey); padding-top: 22px; display: grid; gap: 10px; align-content: start; }
.why__grid h3 { font: 500 clamp(20px, 1.8vw, 26px)/1.2 var(--f-display); letter-spacing: -0.015em; }
.why__grid p { color: var(--smoke); }
.why__foot { margin-top: clamp(36px, 4vw, 52px); color: var(--wax-dim); max-width: 70ch; }
.why__foot a, .rel__all, .svc__more { color: var(--honey); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(245, 184, 61, 0.45); transition: text-decoration-color 0.2s; }
.why__foot a:hover, .rel__all:hover, .svc__more:hover { text-decoration-color: var(--honey); }
.svc__more { display: inline-block; font-weight: 600; margin-bottom: 30px; }
.svc__item.is-open .chips { padding-bottom: 18px; }
.rel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: clamp(32px, 4vw, 48px); }
.rel__card, .svccard { height: 100%; display: grid; gap: 10px; align-content: start; padding: clamp(24px, 2.4vw, 32px); border: 1px solid var(--line-2); border-radius: 18px; background: var(--comb); transition: border-color 0.3s, transform 0.5s var(--ease), background 0.3s; }
.rel__card:hover, .svccard:hover { border-color: rgba(245, 184, 61, 0.6); transform: translateY(-4px); }
.rel__card .mono, .svccard__kicker { color: var(--honey); font-size: 11px; }
.rel__card h3, .svccard h3 { font: 500 clamp(20px, 1.8vw, 26px)/1.15 var(--f-display); letter-spacing: -0.015em; }
.rel__card p, .svccard p { color: var(--smoke); }
.rel__go { color: var(--honey); font: 600 15px/1.4 var(--f-body); margin-top: 6px; }
.rel__all { display: inline-block; margin-top: 28px; font-weight: 600; }
.svcgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: clamp(40px, 5vw, 64px); }
.svccard { grid-template-rows: auto auto 1fr auto auto; }
.svccard__inc { display: grid; gap: 6px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 14px; color: var(--wax-dim); }
.svccard__inc li::before { content: ""; display: inline-block; width: 7px; height: 8px; margin-right: 10px; background: var(--honey); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.svccard--cta { background: var(--honey); border-color: var(--honey); color: var(--ink); }
.svccard--cta .svccard__kicker, .svccard--cta p, .svccard--cta .rel__go { color: var(--ink); }
.svccard--cta:hover { border-color: var(--honey-hi); background: var(--honey-hi); }
.system { background: linear-gradient(180deg, var(--night), var(--comb) 50%, var(--night)); }
.sys { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(24px, 3vw, 40px); margin-top: clamp(40px, 5vw, 64px); }
.sys li { border-top: 1px solid var(--line-2); padding-top: 22px; display: grid; gap: 10px; align-content: start; }
.sys h3 { font: 500 clamp(19px, 1.6vw, 23px)/1.25 var(--f-display); letter-spacing: -0.01em; }
.sys h3 a { transition: color 0.2s; }
.sys h3 a:hover { color: var(--honey); }
.sys p { color: var(--smoke); }


/* ---------- FAQ page ---------- */
html:has(.fqx-bar) { scroll-padding-top: 170px; }
.phero--faq { min-height: clamp(560px, 80vh, 780px); }
.fsearch { position: relative; margin-top: 32px; max-width: 640px; }
.fsearch input { width: 100%; height: 62px; padding: 0 64px 0 56px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(14, 18, 25, 0.82); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: var(--wax); font: 500 17px/1 var(--f-body); transition: border-color 0.25s, box-shadow 0.25s; }
.fsearch input::placeholder { color: rgba(239, 232, 216, 0.45); }
.fsearch input:focus { outline: none; border-color: var(--honey); box-shadow: 0 0 0 4px rgba(245, 184, 61, 0.18); }
.fsearch input::-webkit-search-cancel-button { filter: invert(0.8); cursor: pointer; }
.fsearch__icon { position: absolute; z-index: 1; left: 22px; top: 50%; width: 16px; height: 16px; margin-top: -9px; border: 2px solid var(--honey); border-radius: 50%; pointer-events: none; }
.fsearch__icon::after { content: ""; position: absolute; width: 2px; height: 7px; background: var(--honey); right: -4px; bottom: -6px; transform: rotate(-45deg); border-radius: 2px; }
.fsearch__kbd { position: absolute; z-index: 1; right: 18px; top: 50%; transform: translateY(-50%); font: 500 12px/1 var(--f-mono); color: var(--smoke); border: 1px solid var(--line-2); border-radius: 6px; padding: 5px 8px; pointer-events: none; }
.fsearch__meta { margin-top: 16px; color: var(--smoke); font-size: 11px; }
html:not(.js) .fsearch, html:not(.js) .fqx-bar, html:not(.js) .fq__tools { display: none; }

.popq { padding-block: clamp(64px, 8vw, 110px) clamp(40px, 5vw, 64px); }
.popq__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: clamp(28px, 3vw, 44px); }
.popq__card { height: 100%; display: grid; gap: 10px; align-content: start; grid-template-rows: auto 1fr auto; padding: 24px; border-radius: 18px; border: 1px solid var(--line-2); background: var(--comb); transition: border-color 0.3s, transform 0.5s var(--ease); }
.popq__card:hover { border-color: rgba(245, 184, 61, 0.6); transform: translateY(-4px); }
.popq__card .mono { color: var(--honey); font-size: 11px; }
.popq__card h3 { font: 500 clamp(18px, 1.5vw, 21px)/1.3 var(--f-display); letter-spacing: -0.01em; }

.fqx-bar { position: sticky; top: 78px; z-index: 50; background: rgba(7, 9, 14, 0.9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-block: 1px solid var(--line); }
.fqx-bar__in { display: flex; align-items: center; gap: 16px; padding-block: 12px; }
.fqx-chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; flex: 1; mask-image: linear-gradient(90deg, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent); padding-right: 40px; }
.fqx-chips::-webkit-scrollbar { display: none; }
.fqx-chip { flex: none; display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--wax-dim); font: 500 14px/1 var(--f-body); white-space: nowrap; transition: border-color 0.2s, background 0.2s, color 0.2s; }
.fqx-chip span { font: 500 11px/1 var(--f-mono); color: var(--smoke); }
.fqx-chip:hover { border-color: var(--honey); color: var(--wax); }
.fqx-chip[aria-pressed="true"] { background: var(--honey); border-color: var(--honey); color: var(--ink); }
.fqx-chip[aria-pressed="true"] span { color: rgba(11, 11, 12, 0.7); }
.fqx-toggle { flex: none; min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); font: 600 14px/1 var(--f-body); color: var(--wax); }
.fqx-toggle:hover { border-color: var(--honey); color: var(--honey); }

.fqx { padding-top: clamp(40px, 5vw, 64px); }
.fqx__wrap { max-width: 960px; }
.fqx-count { color: var(--smoke); margin-bottom: 28px; }
.fqx-group + .fqx-group { margin-top: clamp(48px, 6vw, 72px); }
.fqx-group[hidden], .fq[hidden] { display: none; }
.fqx-group__h { display: flex; align-items: baseline; gap: 14px; font: 700 clamp(24px, 2.6vw, 34px)/1.15 var(--f-display); letter-spacing: -0.02em; padding-bottom: 16px; border-bottom: 1px solid var(--line-2); }
.fqx-group__h .mono { color: var(--honey); font-size: 12px; }
.fq { border-bottom: 1px solid var(--line); transition: background 0.4s; border-radius: 4px; }
.fq.is-flash { background: rgba(245, 184, 61, 0.08); }
.fq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 36px; gap: 20px; align-items: center; padding: 22px 4px; }
.fq summary::-webkit-details-marker { display: none; }
.fq__q { font: 500 clamp(17px, 1.5vw, 20px)/1.4 var(--f-display); letter-spacing: -0.01em; transition: color 0.2s; }
.fq summary:hover .fq__q { color: var(--honey); }
.fq__q mark { background: rgba(245, 184, 61, 0.28); color: var(--wax); border-radius: 3px; padding: 0 2px; }
.fq__icon { width: 36px; height: 40px; position: relative; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: var(--line-2); transition: background 0.3s; }
.fq__icon::before { content: ""; position: absolute; inset: 1px; clip-path: inherit; background: var(--night); }
.fq__icon::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; font: 400 18px/1 var(--f-mono); color: var(--honey); transition: transform 0.35s var(--ease); }
.fq[open] .fq__icon { background: var(--honey); }
.fq[open] .fq__icon::after { transform: rotate(45deg); }
.fq__a { padding: 0 60px 26px 4px; display: grid; gap: 18px; }
.fq__a p { color: var(--wax-dim); font-size: 17px; line-height: 1.65; max-width: 68ch; }
.fq[open] .fq__a { animation: fqIn 0.45s var(--ease); }
@keyframes fqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.fq__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 24px; }
.fq__more { color: var(--honey); font-weight: 600; font-size: 15px; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(245, 184, 61, 0.45); }
.fq__more:hover { text-decoration-color: var(--honey); }
.fq__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; font-size: 13px; color: var(--smoke); }
.fq__tools button { min-height: 32px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-2); font: 500 13px/1 var(--f-body); color: var(--wax-dim); transition: border-color 0.2s, color 0.2s; }
.fq__tools button:hover { border-color: var(--honey); color: var(--honey); }
.fq__fb { display: inline-flex; align-items: center; gap: 6px; }
.fq__fb-q { margin-right: 2px; }
.fq__fb-thanks a { color: var(--honey); text-decoration: underline; }
.fqx-empty { display: grid; gap: 16px; justify-items: start; padding: clamp(28px, 4vw, 48px); border: 1px dashed rgba(245, 184, 61, 0.45); border-radius: 20px; background: var(--comb); }
.fqx-empty[hidden] { display: none; }
.fqx-empty p { color: var(--wax-dim); max-width: 52ch; }

.glossary { background: linear-gradient(180deg, var(--night), var(--comb) 50%, var(--night)); }
.glossary__intro { color: var(--smoke); font-weight: 400; }
.gloss { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.gloss__item { padding: 22px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 8px; align-content: start; transition: background 0.4s; }
.gloss__item.is-flash, .gloss__item:target { background: rgba(245, 184, 61, 0.08); }
.gloss dt a { font: 500 18px/1.3 var(--f-display); color: var(--honey); letter-spacing: -0.01em; }
.gloss dt a:hover { text-decoration: underline; text-underline-offset: 4px; }
.gloss dd { margin: 0; color: var(--wax-dim); }

.mcta { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .work__grid, .ind { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .popq__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svcgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rel, .why__grid, .sys { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rel > li:last-child:nth-child(odd), .why__grid > li:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .nav__links { display: none; }
  .nav__menu { display: block; }
  .nav__cta { margin-left: auto; }
  .audit__inner { grid-template-columns: 1fr 1fr; }
  .audit__inner > :first-child { grid-column: 1 / -1; }
  .footer__cols { grid-template-columns: repeat(2, auto); }
}
@media (max-width: 1080px) and (min-width: 861px) {
  .steps--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
  .steps--4::before, .steps--4::after { display: none; }
}
@media (max-width: 860px) {
  .steps--4 { grid-template-columns: 1fr; }
  .phero { min-height: 0; padding-top: 120px; }
  .split { grid-template-columns: 1fr; }
  .split > :first-child, .split > :last-child { grid-column: 1; }
  .split.split--head > :first-child, .split.split--head > :last-child { grid-column: 1; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { margin-right: 0; padding-right: 16px; border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .factor__grid { grid-template-columns: 1fr; }
  .facts { justify-self: center; }
  .svc__row { grid-template-columns: 1fr 44px; }
  .svc__line { grid-column: 1; grid-row: 2; font-size: 15px; margin-top: -10px; }
  .svc__plus { grid-column: 2; grid-row: 1 / span 2; }
  .steps { grid-template-columns: 1fr; gap: 48px; padding-left: 0; }
  .steps::before, .steps::after { left: 28px; right: auto; top: 40px; bottom: 40px; width: 1px; height: auto; transform: scaleY(var(--p, 0)); transform-origin: top; }
  .step { display: grid; grid-template-columns: 56px 1fr; column-gap: 24px; }
  .step__n { grid-column: 2; }
  .step__hex { grid-column: 1; grid-row: 1 / span 3; }
  .step h3, .step p { grid-column: 2; }
  .contact__grid { grid-template-columns: 1fr; }
  .split .h-xl { font-size: clamp(38px, 9vw, 64px); }
  .split .h-lg { font-size: clamp(30px, 7.5vw, 48px); }
  .versus { grid-template-columns: 1fr; }
  .versus__col + .versus__col { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .form__row { grid-template-columns: 1fr; }
  .lexicon div { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav { padding-block: 12px; gap: 12px; }
  .nav__brand img { height: 38px; }
  .nav__cta { display: none; }
  .nav__menu { margin-left: auto; }
  .film { height: 460vh; }
  .film__readout { display: none; }
  .work__grid, .ind, .svcgrid, .rel, .why__grid, .sys { grid-template-columns: 1fr; }
  .popq__grid, .gloss { grid-template-columns: 1fr; }
  .fqx-bar { top: 66px; }
  .fqx-toggle { display: none; }
  .fq__a { padding-right: 4px; }
  .fsearch__kbd { display: none; }
  .fsearch input { padding-right: 20px; }
  html:has(.fqx-bar) { scroll-padding-top: 140px; }
  .rel > li:last-child:nth-child(odd), .why__grid > li:last-child:nth-child(odd) { grid-column: auto; }
  .mcta { display: inline-flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; justify-content: center; padding: 16px 20px; box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.7); transition: transform 0.4s var(--ease), opacity 0.4s; }
  .mcta[hidden] { display: none; }
  .mcta.is-off { transform: translateY(140%); opacity: 0; pointer-events: none; }
  body.has-mcta { padding-bottom: 84px; }
  .rail { display: none; }
  .chapter { right: var(--pad); bottom: 64px; }
  .audit__inner { grid-template-columns: 1fr; border-radius: 20px; }
  .noise li { grid-template-columns: 1fr; gap: 6px; }
  .footer__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stat dd { font-size: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .grain { animation: none; }
  .js .reveal { opacity: 1; transform: none; }
}
