/* ============================================================
   BrightSite LA — golden-hour, next level
   WebGL sky · choreographed scroll · live build · magnetic UI
   Display: Fraunces · Body: Instrument Sans · Mono: JetBrains Mono
   ============================================================ */

:root {
  --ink: #16100a;
  --dusk: #0c0805;
  --paper: #faf3e6;
  --cream: #f2e8d4;
  --accent: #e4580b;
  --accent-deep: #c14708;
  --gold: #f2a93b;
  --glow: #ff8e4d;
  --sage: #7fa98e;
  --muted: #6f5f4b;
  --muted-dark: #c9b694;
  --line: rgba(27, 19, 11, 0.14);
  --line-dark: rgba(250, 243, 230, 0.14);
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Hanken Grotesk", -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --container: 1560px;
  --pad: clamp(24px, 4vw, 64px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 560; margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--accent); color: var(--paper); }
:focus-visible { outline: 2px dashed var(--gold); outline-offset: 3px; border-radius: 2px; }

.container { max-width: var(--container); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--paper); padding: 10px 18px; border-radius: 0 0 10px 0; z-index: 200; }
.skip-link:focus { left: 0; }

/* ---------- Grain ---------- */
.grain { position: fixed; inset: 0; z-index: 250; pointer-events: none; background-image: var(--grain); opacity: 0.05; mix-blend-mode: overlay; }

/* ---------- Loader (brief fade) ---------- */
.loader { position: fixed; inset: 0; z-index: 400; background: #0b0805; transition: opacity .6s var(--ease), visibility .6s; }
.loader.done { opacity: 0; visibility: hidden; }

/* ---------- Shared ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 22px; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(228,88,11,0.18); }
.eyebrow-light { color: var(--gold); }
h2 { font-size: clamp(34px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -0.018em; text-wrap: balance; }
h2 em, h1 em { font-style: italic; font-weight: 560; color: var(--accent); }
.section-head { max-width: 880px; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .section-lede { margin-left: auto; margin-right: auto; }
.section-lede { margin-top: 20px; font-size: clamp(17px, 1.4vw, 20px); color: var(--muted); max-width: 640px; }

.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-body); font-weight: 700; text-decoration: none; border: none; cursor: pointer; background: var(--accent); color: #fff; border-radius: 999px; transition: transform .25s var(--ease), box-shadow .25s, background .25s; box-shadow: 0 10px 30px -10px rgba(228,88,11,0.55); }
.btn:hover { background: var(--accent-deep); box-shadow: 0 16px 40px -10px rgba(228,88,11,0.7); }
.btn-small { font-size: 15px; padding: 11px 22px; }
.btn-big { font-size: 17px; padding: 17px 34px; }
.btn-block { width: 100%; }
.link-quiet { font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 2px; transition: border-color .2s, color .2s; }
.link-quiet:hover { color: var(--accent); border-color: var(--accent); }
.link-center { display: table; margin: 26px auto 0; }

/* ---------- Reveals ---------- */
.reveal, .reveal-head, .reveal-scale { will-change: transform, opacity; }
.no-gsap .reveal, .no-gsap .reveal-head, .no-gsap .reveal-scale { opacity: 1 !important; transform: none !important; }

/* ============================================================ HEADER */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .35s, box-shadow .35s, backdrop-filter .35s; }
.site-header.scrolled { background: rgba(12,8,5,0.7); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line-dark); }
.header-inner { display: flex; align-items: center; gap: clamp(20px,3vw,48px); padding: 16px var(--pad); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand-mark { border-radius: 8px; transition: transform .5s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-12deg); }
.brand-name { font-family: var(--font-display); font-weight: 640; font-size: 21px; letter-spacing: -0.01em; color: var(--paper); }
.brand-name em { font-style: italic; color: var(--gold); }
.site-nav { display: flex; gap: clamp(18px,2.2vw,36px); }
.site-nav a { position: relative; text-decoration: none; font-weight: 600; font-size: 15.5px; color: rgba(250,243,230,0.85); transition: color .2s; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.site-nav a:hover { color: var(--gold); }
.site-nav a:hover::after { transform: scaleX(1); }

/* ============================================================ HERO */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; color: var(--paper); background: #0b0805; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-fallback { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, #0b0805 0%, #190f06 36%, #3a1c08 74%, #6b2f0a 100%); }
.hero-fallback::after { content: ""; position: absolute; left: 50%; bottom: -18vw; width: 60vw; height: 60vw; min-width: 520px; min-height: 520px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle at 50% 40%, #ffd98a 0%, var(--glow) 36%, var(--accent) 58%, rgba(228,88,11,0) 72%); filter: blur(8px); }
.hero.webgl .hero-fallback { display: none; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(8,6,4,0.74) 0%, rgba(8,6,4,0.34) 46%, rgba(8,6,4,0) 78%), linear-gradient(180deg, rgba(8,6,4,0.3) 0%, rgba(8,6,4,0) 38%, rgba(8,6,4,0.34) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding-top: 120px; padding-bottom: 120px; }
.hero-eyebrow { color: var(--gold); }
.hero-eyebrow .eyebrow-dot { background: var(--gold); box-shadow: 0 0 0 4px rgba(242,169,59,0.2); }
.hero-title { font-size: clamp(46px, 8vw, 132px); line-height: 0.97; letter-spacing: -0.03em; margin: 8px 0 28px; }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .w { display: inline-block; }
.hero-title .accent em { color: var(--gold); font-style: italic; }
.hero-lede { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; color: rgba(250,243,230,0.9); max-width: 620px; margin-bottom: 36px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero .link-quiet { color: var(--paper); }
.hero .link-quiet:hover { color: var(--gold); }
.hero-proof { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.hero-proof li { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; color: rgba(250,243,230,0.92); border: 1px solid var(--line-dark); background: rgba(250,243,230,0.06); border-radius: 999px; padding: 8px 18px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(250,243,230,0.6); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-cue span { width: 1px; height: 42px; background: linear-gradient(var(--gold), transparent); animation: cue 1.8s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); opacity: 0; } 40% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1) translateY(42px); opacity: 0; } }

/* ============================================================ TICKER */
.ticker { background: var(--accent); color: #fff7ec; overflow: hidden; padding: 13px 0; border-top: 1px solid rgba(0,0,0,0.12); border-bottom: 1px solid rgba(0,0,0,0.12); }
.ticker-track { display: flex; align-items: center; gap: 34px; width: max-content; animation: ticker 34s linear infinite; font-weight: 700; font-size: 14.5px; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; }
.ticker-track i { font-style: normal; color: #ffd98a; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ============================================================ PROOF */
.proof { background: var(--paper); padding: clamp(80px,9vw,140px) 0 clamp(60px,7vw,110px); }
.ba { --pos: 50%; position: relative; aspect-ratio: 16/9; max-height: 760px; border-radius: 22px; border: 1px solid var(--line); overflow: hidden; cursor: ew-resize; touch-action: none; user-select: none; -webkit-user-select: none; box-shadow: 0 40px 90px -30px rgba(27,19,11,0.4); }
.ba.dragging { cursor: grabbing; }
.ba-pane { position: absolute; inset: 0; }
.ba-old { background: #d6d2c6; font-family: "Times New Roman", Times, serif; }
.ba-old-chrome { display: flex; align-items: center; gap: 7px; background: #b9b5a9; padding: 10px 14px; border-bottom: 2px outset #ddd; }
.ba-old-chrome .dot { width: 11px; height: 11px; border-radius: 50%; background: #8e8a7e; }
.ba-old-url { flex: 1; margin-left: 8px; background: #f4f2ea; border: 2px inset #999; font-family: "Courier New", monospace; font-size: clamp(9px,1vw,13px); color: #444; padding: 3px 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ba-old-body { padding: clamp(12px,2vw,28px); height: 100%; }
.ba-old-banner { background: #00007e; color: #ff0; font-weight: bold; text-align: center; font-size: clamp(14px,2.2vw,30px); padding: clamp(6px,1vw,14px); border: 3px ridge #c0c0c0; }
.ba-old-marquee { color: #c00; font-style: italic; text-align: center; font-size: clamp(10px,1.3vw,16px); margin: clamp(6px,1vw,12px) 0; animation: oldblink 1.4s steps(2) infinite; }
@keyframes oldblink { 50% { opacity: .25; } }
.ba-old-cols { display: flex; gap: clamp(8px,1.5vw,20px); }
.ba-old-navcol { display: flex; flex-direction: column; gap: clamp(4px,0.8vw,10px); min-width: 22%; }
.ba-old-navcol a { color: #00e; text-decoration: underline; font-size: clamp(10px,1.2vw,16px); background: #e8e4d8; border: 2px outset #fff; padding: clamp(3px,0.6vw,8px); }
.ba-old-main { flex: 1; font-size: clamp(10px,1.25vw,17px); color: #222; }
.ba-old-img { margin: clamp(8px,1.2vw,16px) 0; border: 2px inset #999; background: #efece2; color: #888; font-size: clamp(9px,1vw,13px); text-align: center; padding: clamp(14px,3vw,44px) 0; font-family: Arial, sans-serif; }
.ba-old-counter { display: inline-block; font-family: "Courier New", monospace; background: #000; color: #3f3; font-size: clamp(9px,1vw,13px); padding: 3px 8px; }
.ba-old-updated { font-size: clamp(9px,1vw,12px); color: #666; margin-top: 6px; }
.ba-new { clip-path: inset(0 calc(100% - var(--pos)) 0 0); background: radial-gradient(125% 95% at 80% 6%, #1a4f86 0%, #0d3060 45%, #081d36 100%); color: #eaf2fb; font-family: var(--font-body); }
.ba-new-chrome { position: relative; display: flex; align-items: center; gap: 7px; background: rgba(4,13,26,0.92); padding: 10px 14px; }
.ba-new-chrome .dot { width: 11px; height: 11px; border-radius: 50%; }
.ba-new-chrome .da { background: #ff6b5e; } .ba-new-chrome .dg { background: #ffcf4a; } .ba-new-chrome .dgr { background: #4ad08a; }
.ba-new-url { flex: 1; display: flex; align-items: center; gap: 6px; margin-left: 8px; background: rgba(255,255,255,0.1); border-radius: 999px; font-size: clamp(9px,1vw,13px); color: #b9cce4; padding: 4px 12px; white-space: nowrap; overflow: hidden; }
.ba-new-url .lock { color: #4ad08a; flex: none; }
.ba-new-body { position: relative; padding: clamp(14px,2.2vw,34px) clamp(16px,2.6vw,44px); }
.ba-new-nav { display: flex; align-items: center; gap: clamp(9px,1.5vw,26px); font-size: clamp(10px,1.1vw,15px); margin-bottom: clamp(16px,3vw,46px); }
.ba-new-nav b { font-family: var(--font-display); font-weight: 600; font-size: clamp(13px,1.5vw,22px); margin-right: auto; letter-spacing: -0.01em; color: #fff; white-space: nowrap; }
.ba-new-nav b i { font-style: italic; font-weight: 400; color: #7fb0e6; }
.ba-new-nav span { color: rgba(234,242,251,0.7); }
.ba-new-nav .ba-new-cta { background: #f59e3c; color: #0a1f38; font-weight: 800; border-radius: 999px; padding: clamp(5px,0.8vw,9px) clamp(10px,1.5vw,20px); white-space: nowrap; }
.ba-new-hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(16px,2.4vw,40px); align-items: center; }
.ba-new-kicker { display: flex; align-items: center; gap: 8px; font-size: clamp(9px,1vw,14px); font-weight: 700; color: #cfe0f5; margin-bottom: clamp(8px,1.4vw,18px); }
.ba-new-kicker .stars { color: #ffcf4a; letter-spacing: 1px; }
.ba-new-h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(21px,3.5vw,54px); line-height: 1.0; letter-spacing: -0.028em; color: #fff; margin-bottom: clamp(8px,1.4vw,20px); }
.ba-new-h1 em { font-style: italic; color: #f59e3c; }
.ba-new-sub { font-size: clamp(10px,1.15vw,16px); color: rgba(234,242,251,0.78); line-height: 1.5; margin-bottom: clamp(12px,1.8vw,26px); max-width: 32ch; }
.ba-new-btns { display: flex; gap: clamp(8px,1.2vw,14px); flex-wrap: wrap; margin-bottom: clamp(12px,1.8vw,24px); }
.ba-new-btns span { display: inline-flex; align-items: center; gap: 7px; font-size: clamp(10px,1.15vw,15px); font-weight: 700; border-radius: 999px; padding: clamp(8px,1vw,13px) clamp(13px,1.8vw,24px); white-space: nowrap; }
.ba-new-btns .b1 { background: #f59e3c; color: #0a1f38; box-shadow: 0 14px 28px -12px rgba(245,158,60,0.75); }
.ba-new-btns .b2 { border: 1.5px solid rgba(234,242,251,0.4); color: #eaf2fb; }
.ba-new-trust { display: flex; gap: clamp(8px,1.4vw,18px); flex-wrap: wrap; font-size: clamp(8px,0.92vw,12px); color: rgba(234,242,251,0.62); }
.ba-new-trust span { position: relative; padding-left: 15px; }
.ba-new-trust span::before { content: "✓"; position: absolute; left: 0; color: #4ad08a; font-weight: 800; }
.ba-new-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: clamp(14px,1.8vw,26px); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: 0 30px 60px -28px rgba(0,0,0,0.6); }
.bnc-badge { display: inline-flex; align-items: center; gap: 7px; font-size: clamp(8px,0.9vw,12px); font-weight: 700; color: #4ad08a; background: rgba(74,208,138,0.12); border-radius: 999px; padding: 5px 12px; margin-bottom: clamp(10px,1.4vw,18px); }
.bnc-badge i { width: 7px; height: 7px; border-radius: 50%; background: #4ad08a; box-shadow: 0 0 0 3px rgba(74,208,138,0.25); }
.ba-new-card b { display: block; font-family: var(--font-display); font-weight: 600; font-size: clamp(13px,1.5vw,21px); color: #fff; margin-bottom: clamp(8px,1.2vw,16px); }
.bnc-row { display: flex; align-items: center; gap: 10px; font-size: clamp(10px,1.1vw,15px); color: #dbe7f6; padding: clamp(6px,0.8vw,10px) 0; border-top: 1px solid rgba(255,255,255,0.08); }
.bnc-row svg { color: #7fb0e6; flex: none; }
.bnc-cta { display: block; margin-top: clamp(10px,1.4vw,16px); text-align: center; font-weight: 800; font-size: clamp(10px,1.1vw,15px); color: #0a1f38; background: #fff; border-radius: 999px; padding: clamp(8px,1vw,12px); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; background: var(--paper); transform: translateX(-50%); box-shadow: 0 0 18px rgba(0,0,0,0.45); z-index: 4; }
.ba-grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; border-radius: 50%; background: var(--paper); color: var(--accent); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,0.35); transition: transform .2s; }
.ba.dragging .ba-grip { transform: translate(-50%,-50%) scale(1.12); }
.ba-tag { position: absolute; top: 14px; z-index: 5; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; border-radius: 999px; padding: 6px 14px; pointer-events: none; }
.ba-tag-new { left: 14px; background: var(--accent); color: #fff; }
.ba-tag-old { right: 14px; background: rgba(0,0,0,0.55); color: #ddd; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; pointer-events: none; }

/* ============================================================ BUILD (interactive) */
.build { position: relative; background: var(--ink); color: var(--paper); padding: clamp(90px,10vw,150px) 0; overflow: hidden; }
.build .section-lede { color: var(--muted-dark); }
.build-stage { max-width: 1040px; margin: 0 auto; }
.build-browser { border-radius: 18px; overflow: hidden; border: 1px solid var(--line-dark); background: #fffdf7; box-shadow: 0 50px 110px -40px rgba(0,0,0,0.7); }
.build-chrome { display: flex; align-items: center; gap: 8px; background: #1d150d; padding: 12px 16px; }
.build-chrome .dot { width: 11px; height: 11px; border-radius: 50%; }
.build-chrome .da { background: var(--accent); } .build-chrome .dg { background: var(--gold); } .build-chrome .dgr { background: var(--sage); }
.build-addr { flex: 1; margin-left: 8px; font-family: var(--font-mono); font-size: 13px; color: var(--muted-dark); background: rgba(250,243,230,0.08); border-radius: 999px; padding: 4px 14px; }
.build-badge { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; color: #0a0805; background: var(--gold); border-radius: 6px; padding: 3px 8px; opacity: 0; transition: opacity .4s; }
.build-browser.live .build-badge { opacity: 1; }
.build-canvas { position: relative; min-height: 380px; padding: 28px clamp(20px,3vw,44px) 36px; background: linear-gradient(180deg, #fff8ec, #fbeede); display: flex; flex-direction: column; gap: 16px; }
.bb { border-radius: 8px; opacity: 0; transform: translateY(16px); }
.build-browser.go .bb { animation: bbin .55s var(--ease) forwards; }
.bb-nav { height: 34px; background: linear-gradient(90deg, var(--ink) 30%, rgba(27,19,11,0.6)); animation-delay: .1s; }
.bb-hero { height: 60px; width: 70%; background: var(--ink); animation-delay: .45s; }
.bb-sub { height: 16px; width: 52%; background: #cbb89a; animation-delay: .7s; }
.bb-cta { height: 44px; width: 180px; background: linear-gradient(90deg, var(--accent), var(--gold)); border-radius: 999px; animation-delay: .95s; box-shadow: 0 12px 30px -8px rgba(228,88,11,0.5); }
.bb-row { display: flex; gap: 16px; margin-top: 8px; }
.bb-card { flex: 1; height: 110px; background: #fff; border: 1px solid var(--line); animation-delay: 1.2s; }
.bb-card:nth-child(2) { animation-delay: 1.35s; } .bb-card:nth-child(3) { animation-delay: 1.5s; }
.bb-foot { height: 26px; background: var(--cream); animation-delay: 1.7s; }
@keyframes bbin { to { opacity: 1; transform: none; } }

/* ============================================================ HOW (pinned) */
.how { background: var(--ink); color: var(--paper); padding: clamp(60px,7vw,110px) 0 clamp(90px,10vw,150px); }
.how-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px,6vw,110px); align-items: start; }
.how-sticky { position: sticky; top: 18vh; }
.how-sticky h2 { color: var(--paper); margin: 14px 0 30px; }
.how-sticky h2 em { color: var(--gold); }
.how-progress { height: 4px; border-radius: 99px; background: var(--line-dark); overflow: hidden; max-width: 260px; }
.how-progress-bar { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--gold)); transition: width .3s var(--ease); }
.how-count { font-family: var(--font-mono); font-size: 14px; color: var(--muted-dark); margin-top: 14px; }
.how-count #howcount { color: var(--gold); }
.how-steps { display: flex; flex-direction: column; gap: clamp(40px,7vw,120px); }
.how-step { position: relative; padding-left: clamp(0px,4vw,70px); opacity: 0.32; transition: opacity .5s var(--ease); }
.how-step.active { opacity: 1; }
.step-num { display: block; font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(58px,6vw,104px); line-height: 1; color: transparent; -webkit-text-stroke: 1.4px var(--gold); margin-bottom: 16px; }
.how-step.active .step-num { color: var(--gold); -webkit-text-stroke: 0; transition: color .5s; }
.how-step h3 { font-size: clamp(24px,2.4vw,38px); line-height: 1.12; margin-bottom: 14px; }
.how-step p { color: rgba(250,243,230,0.8); font-size: clamp(16px,1.3vw,19px); max-width: 540px; }
.how-step p em { color: var(--gold); font-style: italic; }

/* ============================================================ WHO */
.who { background: var(--paper); padding: clamp(90px,10vw,150px) 0; }
.who-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(20px,2.4vw,36px); }
.card { position: relative; background: #fffdf7; border: 1px solid var(--line); border-radius: 20px; padding: clamp(28px,2.6vw,44px); overflow: hidden; transform-style: preserve-3d; transition: box-shadow .4s; }
.card:hover { box-shadow: 0 40px 80px -30px rgba(27,19,11,0.32); }
.card-glow { position: absolute; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(228,88,11,0.16), rgba(228,88,11,0) 65%); left: var(--gx, 50%); top: var(--gy, 0%); transform: translate(-50%,-50%); opacity: 0; transition: opacity .4s; pointer-events: none; }
.card:hover .card-glow { opacity: 1; }
.card-icon { color: var(--accent); margin-bottom: 22px; transition: transform .4s var(--ease); }
.card:nth-child(2) .card-icon { color: var(--gold); } .card:nth-child(3) .card-icon { color: var(--sage); }
.card:hover .card-icon { transform: translateZ(40px) rotate(-6deg) scale(1.08); }
.card h3 { font-size: clamp(22px,1.9vw,28px); margin-bottom: 12px; transform: translateZ(20px); }
.card p { color: var(--muted); font-size: 16.5px; transform: translateZ(12px); }

/* ===== Industries (SEO) ===== */
.industries { background: var(--cream); padding: clamp(90px,10vw,150px) 0; }
.ind-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,1.8vw,24px); }
.ind { position: relative; background: #fffdf7; border: 1px solid var(--line); border-radius: 16px; padding: clamp(22px,2.1vw,32px); transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.ind::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 3px; border-radius: 3px; background: var(--accent); opacity: 0; transition: opacity .35s; }
.ind:hover { transform: translateY(-4px); box-shadow: 0 26px 54px -30px rgba(27,19,11,0.42); border-color: var(--gold); }
.ind:hover::before { opacity: 1; }
.ind-link { display: block; text-decoration: none; color: inherit; }
.ind h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(19px,1.5vw,24px); margin: 0 0 8px; letter-spacing: -0.01em; transition: color .25s; }
.ind:hover h3 { color: var(--accent-deep); }
.ind p { color: var(--muted); font-size: 15.5px; margin: 0; }
.ind-foot { text-align: center; margin-top: clamp(34px,4vw,56px); font-size: clamp(17px,1.3vw,19px); color: var(--muted); }
.ind-foot a { color: var(--accent); font-weight: 700; text-decoration: none; white-space: nowrap; }
.ind-foot a:hover { text-decoration: underline; }
@media (max-width: 920px) { .ind-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ind-grid { grid-template-columns: 1fr; } }

/* ============================================================ DIFFERENT (them vs us) */
.diff { background: var(--cream); padding: clamp(90px,10vw,150px) 0; }
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px,2.4vw,32px); max-width: 1080px; margin: 0 auto; align-items: start; }
.diff-col { border-radius: 22px; padding: clamp(28px,3vw,44px); }
.diff-them { background: #fffdf7; border: 1px solid var(--line); }
.diff-us { background: var(--ink); color: var(--paper); box-shadow: 0 36px 80px -34px rgba(27,19,11,0.5); }
.diff-col h3 { font-size: clamp(20px,2vw,27px); margin-bottom: 18px; letter-spacing: -0.01em; }
.diff-them h3 { color: var(--muted); }
.diff-us h3 { color: var(--gold); }
.diff-col ul { list-style: none; margin: 0; padding: 0; }
.diff-col li { position: relative; padding: 13px 0 13px 32px; font-size: 16px; line-height: 1.45; }
.diff-them li { border-top: 1px solid var(--line); color: var(--muted); }
.diff-us li { border-top: 1px solid var(--line-dark); color: rgba(250,243,230,0.9); }
.diff-us li b { color: #fff; font-weight: 700; }
.diff-col li:first-child { border-top: none; }
.diff-them li::before { content: "✕"; position: absolute; left: 0; top: 13px; color: #bfae90; font-weight: 700; }
.diff-us li::before { content: "✓"; position: absolute; left: 0; top: 13px; color: var(--gold); font-weight: 800; }
@media (max-width: 760px) { .diff-grid { grid-template-columns: 1fr; } }

/* ============================================================ STAKES */
.stakes { background: var(--paper); padding: clamp(80px,9vw,140px) 0; }
.stakes-head { font-size: clamp(30px,4.2vw,58px); line-height: 1.06; letter-spacing: -0.02em; max-width: 17ch; margin-bottom: clamp(34px,5vw,64px); }
.stakes-head em { font-style: italic; color: var(--accent); }
.stakes-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,72px); }
.stakes-cols p { font-size: clamp(17px,1.4vw,20px); line-height: 1.62; color: var(--muted); }
@media (max-width: 980px) { .stakes-cols { grid-template-columns: 1fr; } }

/* ============================================================ PRICING */
.pricing { position: relative; background: var(--ink); color: var(--paper); padding: clamp(90px,10vw,150px) 0; overflow: hidden; }
.pricing::before { content: ""; position: absolute; left: 50%; top: -38%; width: 80vw; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(255,142,77,0.13), rgba(255,142,77,0) 65%); pointer-events: none; }
.pricing .section-lede { color: var(--muted-dark); }
.promo-banner { position: relative; z-index: 1; display: table; margin: -28px auto 48px; background: var(--gold); color: var(--ink); font-weight: 700; font-size: 15px; border-radius: 999px; padding: 10px 26px; box-shadow: 0 14px 36px -12px rgba(242,169,59,0.55); }
.promo-banner[hidden] { display: none; }
.promo-spark { margin-right: 6px; }
.price-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0,560px)); justify-content: center; gap: clamp(20px,2.6vw,40px); }
.price-card { background: var(--paper); color: var(--ink); border-radius: 24px; padding: clamp(30px,3vw,48px); box-shadow: 0 40px 80px -30px rgba(0,0,0,0.55); display: flex; flex-direction: column; transform-style: preserve-3d; }
.price-card-main { border: 3px solid var(--accent); }
.price-card h3 { font-size: 15px; font-family: var(--font-body); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; font-family: var(--font-display); margin-bottom: 6px; }
.price-now { font-size: clamp(52px,4.6vw,76px); font-weight: 560; letter-spacing: -0.03em; line-height: 1; }
.price-currency { font-size: 0.55em; color: var(--accent); }
.price-was { font-family: var(--font-body); font-size: 22px; color: var(--muted); }
.price-was[hidden] { display: none; }
.price-was s { text-decoration-color: var(--accent); text-decoration-thickness: 2.5px; }
.price-note { font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--muted); }
.price-alt { font-weight: 600; color: var(--accent-deep); margin-bottom: 10px; }
.price-alt s { color: var(--muted); margin-right: 4px; font-weight: 400; }
.price-compare { font-size: 14px; line-height: 1.45; color: var(--muted); margin-bottom: 24px; }
.price-compare b { color: var(--accent-deep); font-weight: 700; }
.price-list { margin-bottom: 30px; flex: 1; }
.price-list li { position: relative; padding: 9px 0 9px 30px; font-size: 16.5px; color: #3c3325; }
.price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.pricing-foot { position: relative; z-index: 1; text-align: center; margin-top: 44px; font-family: var(--font-display); font-style: italic; font-size: 19px; color: var(--muted-dark); }

/* ============================================================ FAQ */
.faq { background: var(--paper); padding: clamp(90px,10vw,150px) 0; }
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px,6vw,110px); align-items: start; }
.faq-head { position: sticky; top: 110px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; font-family: var(--font-display); font-weight: 560; font-size: clamp(19px,1.6vw,24px); letter-spacing: -0.01em; padding: 26px 60px 26px 0; transition: color .2s; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--accent); }
.faq-icon { position: absolute; right: 4px; top: 50%; width: 34px; height: 34px; transform: translateY(-50%); border: 1.5px solid var(--line); border-radius: 50%; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: var(--accent); transform: translate(-50%,-50%); transition: transform .3s; }
.faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] .faq-icon::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-list details p { padding: 0 60px 28px 0; color: var(--muted); font-size: 16.5px; }
.faq-list details a { color: var(--accent-deep); font-weight: 600; }

/* ============================================================ CONTACT */
.contact { position: relative; background: linear-gradient(180deg, var(--dusk) 0%, #241307 70%, #3a1c08 100%); color: var(--paper); padding: clamp(90px,10vw,160px) 0; overflow: hidden; }
.contact-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.9; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px,6vw,110px); align-items: center; }
.contact-copy p { color: rgba(250,243,230,0.85); font-size: clamp(16.5px,1.3vw,19px); }
.contact-copy h2 { margin-bottom: 22px; }
.contact-points { margin-top: 30px; display: grid; gap: 14px; }
.contact-points li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--paper); }
.contact-points svg { color: var(--gold); flex: none; }
.contact-mail { margin-top: 30px; font-size: 16px; }
.contact-mail a { color: var(--gold); font-weight: 600; }
.contact-form { background: var(--paper); color: var(--ink); border-radius: 24px; padding: clamp(28px,3vw,46px); box-shadow: 0 50px 100px -40px rgba(0,0,0,0.7); }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row .field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field input, .field textarea { width: 100%; font-family: var(--font-body); font-size: 16px; color: var(--ink); background: #fffdf7; border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 16px; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder, .field textarea::placeholder { color: #b3a58c; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(228,88,11,0.14); }
.field textarea { resize: vertical; min-height: 110px; }
.form-fine { margin-top: 16px; font-size: 13.5px; color: var(--muted); text-align: center; }
.form-success { text-align: center; padding: 30px 10px; }
.form-success[hidden] { display: none; }
.form-success-title { font-family: var(--font-display); font-size: 30px; font-weight: 560; margin-bottom: 12px; color: var(--accent-deep); }
.form-success p:last-child { color: var(--muted); }

/* ============================================================ FOOTER */
.site-footer { background: var(--dusk); color: var(--muted-dark); border-top: 1px solid var(--line-dark); padding: 44px 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.brand-footer .brand-name { font-size: 18px; }
.footer-line { font-size: 14.5px; }
.footer-line a { color: var(--paper); text-decoration: none; border-bottom: 1px solid var(--line-dark); }
.footer-line a:hover { color: var(--gold); border-color: var(--gold); }
.footer-made { font-family: var(--font-display); font-style: italic; font-size: 15px; color: var(--gold); }

/* ============================================================ RESPONSIVE */
@media (max-width: 980px) {
  .site-nav { display: none; }
  .how-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .how-sticky { position: static; }
  .faq-head { position: static; }
  .who-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: minmax(0,560px); }
  .ba { aspect-ratio: auto; height: clamp(380px,86vw,560px); }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .field-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; gap: 18px; align-items: flex-start; }
  .btn-big { width: 100%; }
  .ba-old-navcol { display: none; }
  .ba-grip { width: 44px; height: 44px; }
  .bb-row { flex-direction: column; }
  .bb-card { height: 60px; }
  .brand-name { font-size: 18px; }
}

/* ============================================================ LANDING PAGES */
/* Landing heroes are light, so the header needs a light glass bar with dark text
   in every state (the homepage header is built for a dark hero). */
.lp .site-header, .lp .site-header.scrolled { background: rgba(250,243,230,0.88); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.lp .brand-name { color: var(--ink); }
.lp .site-nav a { color: var(--muted); }
.lp .site-nav a:hover { color: var(--accent); }
.lp .site-nav a::after { background: var(--accent); }
.lp-hero { position: relative; background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%); border-bottom: 1px solid var(--line); padding: clamp(120px,15vw,190px) 0 clamp(64px,8vw,104px); }
.lp-hero .container { max-width: 940px; }
.breadcrumb { font-size: 13.5px; letter-spacing: .02em; color: var(--muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--accent); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.lp-hero h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(38px,6vw,72px); line-height: 1.04; letter-spacing: -0.02em; margin: 0 0 22px; max-width: 16ch; }
.lp-hero h1 em { font-style: italic; color: var(--accent); }
.lp-lede { font-size: clamp(18px,1.6vw,22px); color: var(--muted); max-width: 600px; margin: 0 0 34px; }
.lp-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.lp-trust { margin-top: 24px; font-size: 14.5px; color: var(--muted); }
.lp-section { padding: clamp(70px,8vw,120px) 0; }
.lp-section.alt { background: var(--paper); }
.lp-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; max-width: 760px; }
.lp-list li { position: relative; padding-left: 38px; font-size: clamp(16px,1.2vw,18px); color: var(--ink); }
.lp-list li svg { position: absolute; left: 0; top: 3px; color: var(--accent); }
.lp-list li b { font-weight: 700; }
.lp-cta-band { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%); color: #fff; text-align: center; padding: clamp(56px,7vw,92px) 0; }
.lp-cta-band h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px,3.4vw,44px); margin: 0 0 24px; color: #fff; }
.lp-cta-band .btn { background: #fff; color: var(--accent-deep); }
.lp-cta-band .btn:hover { background: var(--paper); }
@media (max-width: 560px) {
  .lp-cta { flex-direction: column; align-items: stretch; }
  .lp-cta .btn { width: 100%; }
}

/* ============================================================ REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal, .reveal-head, .reveal-scale { opacity: 1 !important; transform: none !important; }
  .ticker-track { animation: none; width: 100%; justify-content: center; }
  .hero-canvas, .contact-canvas { display: none; }
  .cursor { display: none; }
}
