:root{color-scheme:dark;--bg:#0e1918;--paper:#f0f1e8;--muted:#a7b7ad;--accent:#d4ed73;--line:#34433b}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--paper);font:15px/1.65 'Manrope',system-ui,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button:focus-visible{position:relative;z-index:2}.cover{max-width:1440px;margin:auto;padding:0 48px}.header{height:104px;display:flex;align-items:center;gap:38px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px}.brand img{object-fit:contain}.brand>span{font-weight:800;font-size:22px;letter-spacing:.03em}.brand small{display:block;font-size:8px;letter-spacing:.18em;color:var(--muted)}nav{display:flex;gap:26px;margin-left:auto;font-size:12px}nav a{display:flex;align-items:center;min-height:44px}.header-cta{font-size:11px;border:1px solid #708042;background:transparent;color:var(--accent);min-height:44px;padding:0 16px;display:flex;align-items:center;gap:20px;border-radius:3px}.header-cta span{font-size:22px}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:0;position:relative}.copy{min-width:0;padding:57px 0 40px;z-index:1}.eyebrow{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:9px}.live-dot{height:6px;width:6px;background:var(--accent);border-radius:50%;flex:none}h1{font:500 clamp(33px,3.75vw,54px)/1.4 'Unbounded',sans-serif;letter-spacing:-.055em;margin:39px 0 26px}h1 span{color:var(--accent)}.lead{font-size:18px;line-height:1.8;color:var(--muted);margin:0 0 30px}.actions{display:flex;align-items:center;gap:12px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:54px;padding:14px 20px;border:1px solid transparent;border-radius:3px;font-size:12px;font-weight:800;transition:background .2s,color .2s}.primary{background:var(--accent);color:#172016}.primary:hover{background:#edf6c2}.secondary{background:transparent;color:var(--paper);border-color:#61725e}.secondary:hover{border-color:var(--accent)}.primary span,.secondary span{font-size:22px;line-height:1}.offer{font-size:11px;color:var(--muted);margin:12px 0}.hero-foot{display:flex;align-items:center;gap:20px;margin-top:36px;color:var(--muted)}.hero-foot>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;font-size:20px;color:var(--accent)}.hero-foot p{font-size:11px;line-height:1.7}.journey{position:relative;min-width:0;min-height:660px;isolation:isolate;background:radial-gradient(ellipse at 65% 45%,#4c623430,transparent 65%)}.journey-top{position:absolute;left:36px;right:0;top:33px;display:flex;justify-content:space-between;align-items:center;font-size:8px;color:var(--muted);letter-spacing:.15em}.coordinate{color:var(--accent);font-size:26px}.scene-number{position:absolute;top:36px;right:20px;font:500 245px/1 'Unbounded',sans-serif;letter-spacing:-.1em;color:#8da27512}.stairs{position:absolute;top:62px;left:-36px;width:calc(100% + 52px);height:auto;overflow:visible}.rim{fill:none;stroke:#7b926347;stroke-width:1.4;transition:stroke .45s}.step-text{fill:#bfd09c;opacity:.7;font:500 20px 'Unbounded',sans-serif}.beam{opacity:0;transition:opacity .45s}.journey[data-step="0"] .step-one .rim,.journey[data-step="1"] .step-two .rim,.journey[data-step="2"] .step-three .rim{stroke:#d4ed73;stroke-width:2}.journey[data-step="0"] .step-one .beam,.journey[data-step="1"] .step-two .beam,.journey[data-step="2"] .step-three .beam{opacity:1}.marker{transition:transform .55s cubic-bezier(.2,.8,.2,1)}.journey[data-step="1"] .marker{transform:translate(351px,272px)}.journey[data-step="2"] .marker{transform:translate(492px,160px)}.journey-caption{position:absolute;bottom:24px;left:65px;right:5px;border-left:2px solid var(--accent);padding-left:20px;min-height:121px}.caption-tag{font-size:8px;letter-spacing:.18em;color:var(--accent)}.journey-caption h2{font-size:21px;font-weight:700;line-height:1.4;margin:5px 0 7px}.journey-caption p{max-width:365px;font-size:11px;line-height:1.7;color:var(--muted);margin:0}.step-controls{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);margin-bottom:35px}.step-controls button{display:flex;align-items:center;gap:20px;text-align:left;background:transparent;color:var(--paper);border:0;border-right:1px solid var(--line);padding:23px 26px;transition:background .25s}.step-controls button:first-child{border-left:1px solid var(--line)}.step-controls button>span{font:400 12px 'Unbounded',sans-serif;color:var(--muted)}.step-controls b{font-size:14px;font-weight:600}.step-controls i{font-style:normal;font-size:21px;margin-left:auto;color:var(--accent)}.step-controls button[aria-pressed=true]{background:#26362a;box-shadow:inset 0 -2px var(--accent)}.step-controls button:hover{background:#223128}.notes{max-width:1200px;display:grid;grid-template-columns:1fr 1.7fr;gap:64px;margin:auto;padding:80px 48px}.notes h2{font:500 48px/1.2 'Unbounded',sans-serif;letter-spacing:-.04em;margin:16px 0}.notes p{color:var(--muted)}.notes .note-lead{font-size:23px;line-height:1.5;color:var(--paper);margin-top:0}.notes h3{font-size:13px;color:var(--accent);margin:30px 0 6px}.notes .eyebrow{color:var(--accent)}footer{max-width:1440px;margin:auto;padding:34px 48px;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.05em;color:var(--muted)}footer a{min-height:44px;display:flex;align-items:center}footer>span{align-self:center}
@media(max-width:1150px){.cover{padding:0 28px}.header{gap:20px}nav{gap:18px}.header-cta{font-size:10px;gap:10px}.hero{grid-template-columns:1fr 1fr}.copy{padding-top:40px}h1{font-size:3.65vw}.actions{align-items:stretch;flex-direction:column;max-width:300px}.journey-caption{left:35px;bottom:35px}.journey{min-height:655px}.stairs{top:110px}.hero-foot{margin-top:24px}}
@media(max-width:760px){.cover{padding:0 20px}.header{height:87px;justify-content:space-between;gap:10px}.brand>span{font-size:18px}.brand small{font-size:7px}.brand img{width:46px;height:46px}.header nav{display:none}.header-cta{font-size:9px;padding:0 10px;gap:9px}.hero{grid-template-columns:1fr}.copy{padding:27px 0 0}.eyebrow{font-size:9px}h1{font-size:clamp(27px,5.8vw,44px);margin:28px 0 20px;line-height:1.45;letter-spacing:-.065em}.lead{font-size:16px;margin-bottom:24px}.actions{max-width:none;flex-direction:row}.primary,.secondary{font-size:11px;padding:14px;gap:12px}.hero-foot{display:none}.journey{min-height:590px;max-width:520px;width:100%;margin:auto}.journey-top{left:0;top:25px}.scene-number{font-size:190px;top:60px}.stairs{top:52px;width:100%;left:0}.journey-caption{bottom:22px;left:4px;right:0}.step-controls{grid-template-columns:1fr}.step-controls button{border:0!important;border-top:1px solid var(--line)!important;padding:19px 18px;min-height:66px}.step-controls button[aria-pressed=true]{box-shadow:inset 2px 0 var(--accent)}.notes{grid-template-columns:1fr;gap:20px;padding:50px 20px}.notes h2{font-size:42px}.notes .note-lead{font-size:21px}footer{padding:24px 20px;flex-wrap:wrap}}
@media(max-width:450px){.journey{min-height:505px}.journey-caption{bottom:17px;min-height:126px}.scene-number{font-size:150px}.header-cta{font-size:8px;gap:5px}.brand{gap:5px}.brand small{font-size:6px}.brand>span{font-size:16px}.actions{flex-direction:column;align-items:stretch}h1{font-size:clamp(26px,6.6vw,29px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}


