:root {
  --ink: #07100b;
  --ink-soft: #0b1510;
  --ink-warm: #11170d;
  --text: #f4f5ef;
  --body: rgba(238, 242, 233, .72);
  --muted: rgba(238, 242, 233, .48);
  --green: #91d548;
  --green-bright: #a6e65c;
  --line: rgba(232, 246, 222, .13);
  --line-strong: rgba(232, 246, 222, .24);
  --page: min(1240px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-width { width: var(--page); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -50px; left: 18px; padding: 12px 16px; border-radius: 8px; background: var(--green); color: #07100b; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--green-bright); outline-offset: 4px; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; gap: 32px; padding: 0 max(36px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid transparent; background: linear-gradient(180deg, rgba(4, 10, 6, .66), transparent); transition: background .25s, height .25s, border-color .25s; }
.site-header.is-scrolled { height: 74px; border-color: var(--line); background: rgba(6, 13, 8, .91); backdrop-filter: blur(18px); }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 12px; font-size: 22px; font-weight: 780; letter-spacing: -.045em; white-space: nowrap; }
.brand-logo { display: block; width: auto; height: 44px; flex-shrink: 0; filter: drop-shadow(0 0 30px rgba(145, 213, 72, .18)); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 48px); margin-left: auto; color: rgba(255,255,255,.75); font-size: 14px; }
.site-nav :is(a, span) { transition: color .2s; }
.site-nav a:hover { color: var(--green-bright); }
.site-nav .nav-pending { cursor: default; }
.header-action { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-left: auto; padding: 0 17px; border: 1px solid rgba(166, 230, 92, .6); border-radius: 8px; background: rgba(111, 171, 51, .20); font-size: 13px; font-weight: 750; }
.header-action span { color: var(--green-bright); font-size: 18px; }
.menu-toggle { display: none; margin-left: auto; padding: 7px; border: 0; background: transparent; color: var(--text); font-size: 22px; cursor: pointer; }

.hero { position: relative; min-height: min(860px, 100svh); display: grid; align-items: end; overflow: hidden; background: #0b160c; }
.hero-media, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { background: #132014 url('/landing/assets/editorial-land.png') center / cover; }
.hero-media video { object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 10, 6, .68) 0%, rgba(4, 10, 6, .47) 37%, rgba(4, 10, 6, .16) 72%, rgba(4, 10, 6, .24) 100%), linear-gradient(180deg, rgba(3, 8, 5, .46), transparent 26%, rgba(3, 8, 5, .34) 100%); }
.hero-grain { position: absolute; inset: 0; opacity: .21; background-image: repeating-linear-gradient(96deg, transparent 0 3px, rgba(255,255,255,.035) 4px, transparent 5px 11px); mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 1; width: 100%; padding: 170px clamp(36px, 4vw, 72px) 54px; }
.eyebrow { margin: 0; color: var(--green-bright); font-size: 11px; font-weight: 830; letter-spacing: .18em; line-height: 1.2; }
.hero h1, h2, h3, p { text-wrap: balance; }
.hero h1 { max-width: 850px; margin: 31px 0 0; font-size: clamp(66px, 8.9vw, 128px); line-height: .96; letter-spacing: -.025em; }
.hero-accent { margin: 19px 0 0; color: var(--green); font-size: clamp(33px, 4vw, 57px); font-weight: 760; line-height: .98; letter-spacing: -.025em; }
.hero-copy { max-width: 610px; margin: 27px 0 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.55; }
.hero-actions, .closing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 29px; }
.button { min-height: 54px; display: inline-flex; align-items: center; gap: 22px; padding: 0 22px; border-radius: 8px; font-size: 15px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button-primary { background: var(--green); color: #07100b; box-shadow: 0 12px 36px rgba(93, 174, 44, .26); }
.button-primary:hover { transform: translateY(-2px); background: var(--green-bright); box-shadow: 0 18px 42px rgba(93, 174, 44, .35); }
.button-primary span { font-size: 21px; }
.button-link, .inline-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 7px; color: rgba(255,255,255,.93); font-size: 14px; font-weight: 780; transition: color .2s, border-color .2s; }
.button-link:hover, .inline-link:hover { border-color: var(--green); color: var(--green-bright); }
.button-link span, .inline-link span { color: var(--green); font-size: 18px; }
.hero-stats { display: flex; gap: 0; margin: 56px 0 0; padding: 0; }
.hero-stats div { min-width: 150px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.3); }
.hero-stats div:first-child { padding-left: 0; border-left: 0; }
.hero-stats dt { font-size: 34px; font-weight: 780; line-height: 1; letter-spacing: -.05em; }
.hero-stats dd { margin: 7px 0 0; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.25; }

.signal-strip { position: relative; z-index: 2; border-block: 1px solid var(--line); background: #0c1610; overflow: hidden; }
.signal-strip::before { content: ""; position: absolute; inset: 0; opacity: .5; background: repeating-linear-gradient(90deg, rgba(145,213,72,.07) 0 1px, transparent 1px 104px); }
.signal-track { position: relative; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 690; letter-spacing: .03em; white-space: nowrap; }
.signal-track i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }

.section { position: relative; padding: 145px 0; }
.section-intro h2, .analysis-heading h2, .map-heading h2, .lenses-heading h2, .journey-heading h2, .statement-layout h2, .context-content h2, .closing-content h2 { margin: 20px 0 0; font-size: clamp(52px, 6vw, 88px); line-height: 1; letter-spacing: -.022em; }
.paths { overflow: hidden; background: radial-gradient(circle at 12% 13%, rgba(108, 177, 57, .18), transparent 22%), radial-gradient(circle at 86% 85%, rgba(106, 77, 36, .24), transparent 27%), #0a130d; }
.paths::before, .analysis::before, .lenses-gridline, .journey::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(203,235,175,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(203,235,175,.045) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent); }
.paths-intro { display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 100px; }
.paths-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.paths-intro > p:last-child { max-width: 500px; margin: 0; color: var(--body); font-size: 17px; line-height: 1.65; }
.path-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 70px; }
.path-card { position: relative; min-height: 595px; overflow: hidden; border: 1px solid rgba(232,246,222,.22); border-radius: 17px; background: #142014; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.path-card > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.path-region > img { object-position: 60% 50%; }
.path-card:hover > img { transform: scale(1.04); }
.path-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,9,5,.08), rgba(3,9,5,.23) 37%, rgba(3,9,5,.91) 100%); }
.path-content { position: absolute; z-index: 1; left: 35px; right: 35px; bottom: 32px; }
.path-content > span { color: var(--green-bright); font-size: 10px; font-weight: 820; letter-spacing: .16em; }
.path-content h3 { max-width: 550px; margin: 18px 0 0; font-size: clamp(31px, 3vw, 46px); line-height: 1.04; letter-spacing: -.015em; }
.path-content p { max-width: 550px; margin: 16px 0 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.55; }
.path-content a { display: inline-flex; gap: 12px; align-items: center; margin-top: 25px; color: #fff; font-size: 13px; font-weight: 800; }
.path-content a b { color: var(--green); font-size: 19px; }

.statement-section { position: relative; overflow: hidden; padding: 133px 0; background: linear-gradient(118deg, #1a2913, #0a140d 61%, #10180e); }
.statement-section::before { content: ""; position: absolute; inset: 0; opacity: .38; background: repeating-linear-gradient(122deg, transparent 0 32px, rgba(190,222,166,.1) 33px 34px, transparent 35px 66px); }
.statement-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .52; animation: drift 9s ease-in-out infinite alternate; }
.orb-one { width: 530px; height: 530px; top: -300px; right: 12%; background: radial-gradient(circle, rgba(169,230,90,.34), transparent 68%); }
.orb-two { width: 590px; height: 590px; bottom: -430px; left: 20%; background: radial-gradient(circle, rgba(238,172,82,.23), transparent 65%); animation-delay: -4s; }
.statement-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(56px, 7vw, 110px); align-items: start; }
.statement-title-block { align-self: center; }
.statement-title-block h2 { margin-top: 28px; }
.statement-support { padding-top: 94px; }
.statement-support > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.8); font-size: 20px; line-height: 1.55; }
.assessment-composition { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(235px, .9fr); gap: 16px; margin-top: 31px; }
.assessment-hero { position: relative; min-height: 390px; margin: 0; overflow: hidden; border: 1px solid rgba(232,246,222,.25); border-radius: 15px; background: #0c130e; box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.assessment-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.assessment-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,9,5,.02) 15%, rgba(3,9,5,.86) 100%); }
.assessment-hero figcaption { position: absolute; right: 24px; bottom: 22px; left: 24px; }
.assessment-hero figcaption span, .assessment-hero figcaption strong { display: block; }
.assessment-hero figcaption span, .assessment-note > span { color: var(--green-bright); font-size: 10px; font-weight: 820; letter-spacing: .15em; }
.assessment-hero figcaption strong { max-width: 390px; margin-top: 7px; font-size: clamp(21px, 2vw, 29px); line-height: 1.04; letter-spacing: -.018em; }
.assessment-signals { display: grid; grid-template-rows: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(232,246,222,.21); border-radius: 15px; background: rgba(9,17,11,.74); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.assessment-signals article { position: relative; padding: 20px 20px 18px 48px; border-bottom: 1px solid var(--line); }
.assessment-signals article:last-child { border-bottom: 0; }
.assessment-signals article::before { content: ""; position: absolute; top: 26px; left: 20px; width: 11px; height: 11px; border: 2px solid var(--green); border-radius: 50%; box-shadow: 0 0 16px rgba(145,213,72,.28); }
.assessment-signals article:nth-child(2)::before { border-color: #67bce1; }
.assessment-signals article:nth-child(3)::before { border-color: #e1b354; }
.assessment-signals span { display: block; color: var(--green); font-size: 9px; font-weight: 820; letter-spacing: .15em; }
.assessment-signals b { display: block; margin-top: 6px; font-size: 17px; line-height: 1.12; letter-spacing: -.01em; }
.assessment-signals p { margin: 7px 0 0; color: var(--body); font-size: 12px; line-height: 1.45; }
.assessment-note { display: grid; grid-template-columns: 165px minmax(0, 1fr); gap: 20px; align-items: start; margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line-strong); }
.assessment-note > span { padding-top: 3px; }
.assessment-note p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.52; }

.analysis { overflow: hidden; background: radial-gradient(circle at 87% 17%, rgba(84,139,56,.16), transparent 29%), radial-gradient(circle at 12% 86%, rgba(117,91,50,.12), transparent 28%), #08110c; }
.analysis-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .68fr; align-items: end; gap: 110px; }
.analysis-heading > p { max-width: 500px; margin: 0; color: var(--body); font-size: 17px; line-height: 1.65; }
.analysis-stage { position: relative; z-index: 1; min-height: 680px; margin-top: 68px; padding: 0 0 80px; }
.screen-frame { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 17px; background: #09100c; box-shadow: 0 36px 90px rgba(0,0,0,.38); }
.analysis-main-screen { width: min(79%, 960px); }
.screen-top { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #101914; }
.screen-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.screen-top small { margin-left: 8px; color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.analysis-main-screen img { width: 100%; aspect-ratio: 3420 / 1834; object-fit: cover; object-position: 55% 50%; }
.analysis-side-card { position: absolute; z-index: 2; width: min(25%, 310px); overflow: hidden; border: 1px solid var(--line-strong); border-radius: 13px; background: #111a14; box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.analysis-side-card img { width: 100%; height: 275px; object-fit: cover; object-position: top; }
.analysis-side-card > div { padding: 14px 15px 16px; }
.analysis-side-card span, .analysis-side-card strong { display: block; }
.analysis-side-card span { color: var(--green); font-size: 9px; font-weight: 820; letter-spacing: .14em; }
.analysis-side-card strong { margin-top: 6px; font-size: 14px; line-height: 1.17; }
.products-card { top: 72px; right: 1%; }
.decision-card { right: 17%; bottom: 0; }
.analysis-points { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 4px; border-top: 1px solid var(--line-strong); }
.analysis-points article { min-height: 250px; padding: 28px 36px 26px 0; border-right: 1px solid var(--line); }
.analysis-points article + article { padding-left: 36px; }
.analysis-points article:last-child { border-right: 0; }
.analysis-points span { color: var(--green); font-size: 10px; font-weight: 820; letter-spacing: .14em; }
.analysis-points h3 { margin: 64px 0 0; font-size: 25px; line-height: 1.04; letter-spacing: -.015em; }
.analysis-points p { margin: 13px 0 0; color: var(--body); font-size: 14px; line-height: 1.55; }

.map-section { overflow: hidden; padding: 76px 0 80px; background: radial-gradient(circle at 75% 23%, rgba(120,164,73,.18), transparent 34%), radial-gradient(circle at 14% 68%, rgba(34,108,90,.24), transparent 35%), #0b1510; }
.map-light { position: absolute; width: 55vw; height: 55vw; top: -30vw; left: -15vw; border-radius: 50%; background: radial-gradient(circle, rgba(190,229,108,.16), transparent 68%); animation: drift 12s ease-in-out infinite alternate; }
.map-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .62fr; align-items: end; gap: 90px; margin-bottom: 34px; }
.map-heading h2 { font-size: clamp(48px, 4.8vw, 70px); }
.map-heading > div:last-child { max-width: 470px; }
.map-heading > div:last-child p { margin: 0; color: var(--body); font-size: 17px; line-height: 1.65; }
.inline-link { margin-top: 26px; }
.heatmap-frame { position: relative; z-index: 1; display: grid; place-items: center; width: min(100%, 1120px); height: min(58vh, 560px); margin: 0 auto; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 18px; background: #09110d; box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.heatmap-frame > img { width: 100%; height: 100%; object-fit: contain; }
.heatmap-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(4,10,6,.16), transparent 35%); }
.heatmap-frame figcaption { position: absolute; z-index: 1; left: 22px; bottom: 22px; max-width: 435px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(6,13,8,.88); box-shadow: 0 18px 45px rgba(0,0,0,.38); backdrop-filter: blur(15px); }
.heatmap-frame figcaption span, .heatmap-frame figcaption strong { display: block; }
.heatmap-frame figcaption span { color: var(--green); font-size: 9px; font-weight: 820; letter-spacing: .15em; }
.heatmap-frame figcaption strong { margin-top: 8px; font-size: 19px; line-height: 1.13; }
.heatmap-frame figcaption p { margin: 9px 0 0; color: var(--body); font-size: 12px; line-height: 1.5; }

.lenses { overflow: hidden; background: radial-gradient(ellipse at 30% 0, rgba(89,145,49,.21), transparent 42%), #11120d; }
.lenses-gridline { opacity: .55; background-size: 105px 105px; transform: perspective(800px) rotateX(65deg) translateY(-13%); transform-origin: top; }
.lenses-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 100px; }
.lenses-heading .eyebrow { grid-column: 1/-1; margin-bottom: -33px; }
.lenses-heading > p:last-child { margin: 0; color: var(--body); font-size: 17px; line-height: 1.65; }
.lens-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 72px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.lens-card { position: relative; min-height: 430px; padding: 32px 34px; border-right: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.035), transparent 46%); transition: background .25s, transform .25s; }
.lens-card:last-child { border-right: 0; }
.lens-card:hover { z-index: 2; background: rgba(164,225,86,.12); transform: translateY(-8px); }
.lens-card::after { content: ""; position: absolute; right: 0; bottom: 0; width: 68%; height: 42%; opacity: .52; background: radial-gradient(ellipse at 100% 100%, rgba(153,219,79,.32), transparent 66%); }
.lens-card > span { color: var(--green); font-size: 11px; font-weight: 820; letter-spacing: .16em; }
.lens-card h3 { margin: 108px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.04; letter-spacing: -.015em; }
.lens-card p { margin: 20px 0 0; color: rgba(255,255,255,.88); font-size: 16px; font-weight: 680; line-height: 1.35; }
.lens-card small { display: block; max-width: 310px; margin-top: 14px; color: var(--body); font-size: 12px; line-height: 1.55; }
.lens-opportunity::after { background: radial-gradient(ellipse at 100% 100%, rgba(141,101,211,.30), transparent 66%); }
.lens-climate::after { background: radial-gradient(ellipse at 100% 100%, rgba(95,181,210,.30), transparent 66%); }

.context { min-height: 830px; display: grid; align-items: center; overflow: hidden; background: #07100b; }
.context-photo, .context-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.context-photo img { object-fit: cover; object-position: center; filter: saturate(.75) brightness(.64); transform: scale(1.03); }
.context-veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,7,.94) 0%, rgba(5,11,7,.79) 41%, rgba(5,11,7,.3) 82%), linear-gradient(180deg, rgba(5,11,7,.14), rgba(5,11,7,.37)); }
.context-content { position: relative; z-index: 1; max-width: 1240px; padding-top: 32px; padding-bottom: 32px; }
.context-content h2 { max-width: 850px; }
.context-lead { max-width: 640px; margin: 29px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.6; }
.context-rows { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 990px; margin-top: 51px; border-top: 1px solid rgba(255,255,255,.35); }
.context-rows article { min-height: 127px; padding: 22px 22px 0 0; border-right: 1px solid rgba(255,255,255,.25); }
.context-rows article + article { padding-left: 22px; }
.context-rows article:last-child { border-right: 0; }
.context-rows b, .context-rows span { display: block; }
.context-rows b { font-size: 15px; }
.context-rows span { margin-top: 10px; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.5; }

.journey { overflow: hidden; background: radial-gradient(circle at 79% 13%, rgba(91,144,49,.22), transparent 30%), radial-gradient(circle at 13% 74%, rgba(133,100,53,.18), transparent 32%), #0b1610; }
.journey::before { opacity: .65; background-size: 90px 90px; }
.journey-aura { position: absolute; width: 460px; height: 460px; right: -160px; bottom: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(188,234,102,.2), transparent 68%); animation: drift 10s ease-in-out infinite alternate; }
.journey-heading { position: relative; z-index: 1; }
.journey-heading h2 { max-width: 980px; }
.journey-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 68px; }
.journey-route { min-height: 720px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 15px; background: linear-gradient(145deg, rgba(109,172,58,.15), rgba(7,14,9,.86) 49%, rgba(7,14,9,.98)); box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.journey-route-alt { background: linear-gradient(145deg, rgba(85,134,89,.18), rgba(7,14,9,.86) 49%, rgba(7,14,9,.98)); }
.journey-visual { position: relative; min-height: 288px; height: 40%; overflow: hidden; border-bottom: 1px solid var(--line-strong); }
.journey-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.journey-route-alt .journey-visual img { object-position: 58% center; }
.journey-visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,10,6,.08), rgba(4,10,6,.12) 46%, rgba(4,10,6,.78)); }
.route-label { position: absolute; left: 30px; right: 30px; bottom: 25px; display: flex; align-items: end; gap: 14px; color: var(--green-bright); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.route-label span { color: rgba(255,255,255,.94); font-size: 42px; font-weight: 760; line-height: .8; letter-spacing: -.03em; }
.journey-route-content { display: flex; flex: 1; flex-direction: column; padding: 28px 30px 31px; }
.journey-route ol { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.journey-route li { position: relative; display: flex; gap: 15px; align-items: center; min-height: 64px; color: rgba(255,255,255,.85); font-size: 16px; font-weight: 650; line-height: 1.35; border-bottom: 1px solid var(--line); }
.journey-route li::before { counter-increment: step; content: "0" counter(step); color: var(--green); font-size: 10px; font-weight: 820; letter-spacing: .12em; }
.journey-route li:last-child { border-bottom: 0; }
.journey-route a { display: inline-flex; align-items: center; align-self: flex-start; gap: 11px; margin-top: auto; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 7px; font-size: 13px; font-weight: 800; }
.journey-route a span { color: var(--green); font-size: 18px; }

.faq { overflow: hidden; padding: 112px 0; background: radial-gradient(circle at 11% 25%, rgba(132,199,66,.13), transparent 27%), radial-gradient(circle at 88% 75%, rgba(90,124,181,.09), transparent 29%), #09130d; }
.faq-glow { position: absolute; width: 580px; height: 580px; top: -290px; right: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(161,225,83,.15), transparent 68%); }
.faq-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(260px, .73fr) minmax(0, 1.27fr); gap: clamp(56px, 9vw, 145px); align-items: start; }
.faq-layout header { position: sticky; top: 108px; }
.faq-layout h2 { margin: 20px 0 0; font-size: clamp(46px, 5vw, 70px); line-height: 1; letter-spacing: -.022em; }
.faq-layout header > p:not(.eyebrow) { max-width: 340px; margin: 20px 0 0; color: var(--body); font-size: 15px; line-height: 1.62; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 69px; padding: 17px 2px; color: rgba(255,255,255,.93); font-size: 16px; font-weight: 720; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--green); font-size: 25px; font-weight: 360; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { max-width: 650px; margin: -2px 42px 20px 0; color: var(--body); font-size: 14px; line-height: 1.62; }
.faq-list details:hover summary { color: var(--green-bright); }

.closing { position: relative; min-height: 590px; display: grid; align-items: center; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(ellipse at 70% 0, rgba(141,210,71,.19), transparent 38%), linear-gradient(125deg, #172714, #0b160d 57%, #10160c); }
.closing-crop-lines { position: absolute; inset: 0; opacity: .72; background: repeating-radial-gradient(ellipse at 100% 125%, transparent 0 27px, rgba(199,238,139,.1) 28px 29px, transparent 30px 60px); transform: rotate(-7deg) scale(1.2); }
.closing-content { position: relative; z-index: 1; }
.closing-content h2 { max-width: 980px; }
.closing-content > p:not(.eyebrow) { margin: 25px 0 0; color: var(--body); font-size: 18px; }
.site-footer { min-height: 92px; display: flex; align-items: center; gap: 25px; color: var(--muted); font-size: 12px; }
.footer-product { display: inline-flex; align-items: baseline; gap: 18px; }
.site-footer strong { color: var(--text); font-size: 15px; }
.footer-links { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: var(--green-bright); }
.footer-meta { display: inline-flex; align-items: center; gap: 18px; margin-left: auto; color: rgba(255,255,255,.56); font-size: 13px; }
.footer-privacy { opacity: .76; }
.designer-line { display: inline-flex; align-items: center; gap: 8px; }
.designer-credit { display: inline-flex; align-items: center; width: 42px; height: 32px; }
.designer-credit img { width: 100%; height: 100%; object-fit: contain; }
.designer-credit:hover { filter: brightness(1.13); }
.footer-top { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.75); font-weight: 700; }
.footer-top span { color: var(--green); font-size: 16px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes drift { to { transform: translate3d(0, 25px, 0) scale(1.09); } }

@media (max-width: 1050px) {
  :root { --page: min(100% - 52px, 1240px); }
  .site-header { padding-inline: 26px; gap: 22px; }
  .site-nav { gap: 20px; }
  .paths-intro, .analysis-heading, .map-heading, .lenses-heading { gap: 64px; }
  .site-footer { flex-wrap: wrap; padding-block: 20px; }
  .footer-meta { margin-left: 0; }
  .analysis-main-screen { width: 76%; }
  .analysis-side-card { width: 27%; }
  .decision-card { right: 9%; }
}

@media (max-width: 780px) {
  :root { --page: min(100% - 38px, 1240px); }
  .site-header, .site-header.is-scrolled { height: 68px; padding-inline: 19px; }
  .brand { font-size: 20px; }.brand-logo { height: 36px; }
  .header-action { display: none; }.menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 11px 20px 17px; border-bottom: 1px solid var(--line); background: rgba(6,13,8,.97); }
  .site-nav.is-open { display: flex; }.site-nav :is(a, span) { padding: 10px 0; }
  .hero { min-height: 790px; }.hero-content { padding-top: 128px; padding-bottom: 38px; }
  .hero h1 { font-size: clamp(59px, 14.5vw, 96px); }.hero-copy { font-size: 16px; max-width: 545px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,10,6,.73), rgba(4,10,6,.25) 88%), linear-gradient(180deg, rgba(3,8,5,.46), transparent 27%, rgba(3,8,5,.35)); }
  .signal-track { overflow-x: auto; justify-content: flex-start; padding-inline: 19px; width: 100%; }.signal-track::-webkit-scrollbar { display: none; }
  .section { padding: 100px 0; }.map-section { padding: 72px 0; }
  .paths-intro, .analysis-heading, .map-heading, .lenses-heading, .statement-layout { grid-template-columns: 1fr; gap: 34px; }
  .paths-intro .eyebrow, .lenses-heading .eyebrow { grid-column: auto; margin-bottom: -22px; }
  .statement-section { padding: 100px 0; }.statement-title-block { align-self: auto; }.statement-support { padding-top: 0; }.statement-support > p { font-size: 18px; }.assessment-composition { margin-top: 28px; }.assessment-hero { min-height: 360px; }
  .path-grid, .journey-grid { grid-template-columns: 1fr; }.path-card { min-height: 530px; }
  .analysis-stage { min-height: 630px; }.analysis-main-screen { width: 84%; }
  .analysis-side-card { width: 33%; }.analysis-side-card img { height: 200px; }.products-card { top: 48px; right: 0; }.decision-card { right: 8%; }
  .analysis-points { grid-template-columns: 1fr; }.analysis-points article, .analysis-points article + article { min-height: 160px; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }.analysis-points h3 { margin: 32px 0 0; }
  .heatmap-frame { height: min(58vh, 460px); }.heatmap-frame figcaption { max-width: min(430px, calc(100% - 32px)); left: 16px; bottom: 16px; }
  .lens-list { grid-template-columns: 1fr; }.lens-card { min-height: 255px; border-right: 0; border-bottom: 1px solid var(--line); }.lens-card:last-child { border-bottom: 0; }.lens-card h3 { margin-top: 52px; }
  .faq { padding: 88px 0; }.faq-layout { grid-template-columns: 1fr; gap: 39px; }.faq-layout header { position: static; }.faq-layout header > p:not(.eyebrow) { max-width: 530px; }.faq-list summary { min-height: 64px; }
  .context { min-height: 760px; }.context-veil { background: linear-gradient(90deg, rgba(5,11,7,.91), rgba(5,11,7,.55) 100%), linear-gradient(180deg, rgba(5,11,7,.2), rgba(5,11,7,.45)); }.context-rows { grid-template-columns: 1fr; max-width: 620px; }.context-rows article, .context-rows article + article { min-height: 85px; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .journey-route { min-height: 670px; }.journey-visual { min-height: 267px; }.journey-route-content { padding: 27px 29px 30px; }
}

@media (max-width: 520px) {
  :root { --page: min(100% - 30px, 1240px); }
  .hero { min-height: 100svh; }.hero-media video { object-position: 62% center; }.hero-content { padding-top: 103px; }
  .hero h1 { font-size: clamp(54px, 15.5vw, 78px); }.hero-accent { max-width: 350px; font-size: 32px; }.hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-stats { width: 100%; margin-top: 35px; }.hero-stats div { min-width: 0; flex: 1; padding: 0 10px; }.hero-stats div:first-child { padding-left: 0; }.hero-stats dt { font-size: 28px; }.hero-stats dd { font-size: 9px; }
  .section { padding: 81px 0; }.section-intro h2, .analysis-heading h2, .map-heading h2, .lenses-heading h2, .journey-heading h2, .statement-layout h2, .context-content h2, .closing-content h2 { font-size: clamp(43px, 12vw, 58px); }
  .path-card { min-height: 550px; }.path-content { left: 22px; right: 22px; bottom: 23px; }.path-content h3 { font-size: 34px; }.path-content p { font-size: 13px; }
  .analysis-stage { min-height: 483px; margin-top: 43px; padding-bottom: 38px; }.analysis-main-screen { width: 100%; }.screen-top { height: 34px; }.analysis-main-screen img { aspect-ratio: 1.05; object-position: 67% 50%; }
  .analysis-side-card { display: none; }
  .map-heading { margin-bottom: 30px; }.heatmap-frame { height: min(94vw, 400px); border-radius: 12px; }.heatmap-frame figcaption { padding: 15px; }.heatmap-frame figcaption strong { font-size: 15px; }.heatmap-frame figcaption p { font-size: 10px; }
  .lens-card { min-height: 245px; padding: 26px 23px; }.lens-card h3 { font-size: 33px; }.lens-card p { font-size: 14px; }
  .context { min-height: 720px; }.context-photo img { object-position: 35% center; }.context-content { padding-top: 26px; }.context-lead { font-size: 15px; }.context-rows { margin-top: 31px; }.context-rows span { font-size: 11px; }
  .assessment-composition { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }.assessment-hero { min-height: 335px; }.assessment-signals article { padding: 17px 18px 16px 45px; }.assessment-note { grid-template-columns: 1fr; gap: 7px; }.faq { padding: 75px 0; }.faq-layout { gap: 30px; }.faq-layout h2 { font-size: clamp(43px, 12vw, 58px); }.faq-list summary { min-height: 62px; padding: 15px 0; font-size: 14px; }.faq-list details > p { margin: -1px 5px 17px 0; font-size: 13px; }.journey-route { min-height: 610px; padding: 0; }.journey-visual { min-height: 235px; }.route-label { left: 22px; right: 22px; bottom: 20px; }.route-label span { font-size: 36px; }.journey-route-content { padding: 23px 22px 25px; }.journey-route li { min-height: 57px; font-size: 14px; }.closing { min-height: 530px; }.site-footer { min-height: 122px; flex-wrap: wrap; gap: 10px 18px; padding: 22px 0; }.footer-product { width: 100%; }.footer-links { gap: 7px 14px; }.footer-meta { margin-left: 0; }.footer-top { margin-left: auto; }
}

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