:root {
  --ink: #090d1c;
  --ink-2: #10162c;
  --paper: #f1f2ec;
  --white: #fbfcf7;
  --acid: #d8ff45;
  --blue: #6e86ff;
  --muted: #9ca4b9;
  --line: rgba(255,255,255,.15);
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.site-header { position: absolute; z-index: 15; top: 0; left: 0; width: 100%; height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -.03em; }
.brand-logo { width: 230px; padding: 7px 0; background: transparent; }
.brand-logo img { display: block; width: 100%; height: auto; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: var(--acid); }
.brand-mark .brand-cut { fill: var(--ink); }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav a { color: #c5cad6; transition: color .2s; }
.desktop-nav a:hover { color: var(--acid); }
.header-cta { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; border: 1px solid rgba(255,255,255,.4); padding: 13px 17px; transition: .25s; }
.header-cta:hover { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.header-cta span { color: var(--acid); margin-left: 12px; }
.header-cta:hover span { color: var(--ink); }
.menu-toggle { display: none; border: 0; background: none; width: 36px; padding: 8px; }
.menu-toggle span { height: 1px; background: white; display: block; margin: 6px 0; }

.hero { min-height: 900px; height: 100vh; position: relative; display: flex; align-items: center; padding: 130px 5vw 90px; overflow: hidden; background: radial-gradient(circle at 76% 29%, rgba(73,94,180,.25), transparent 32%), linear-gradient(135deg, #0d1328 0%, var(--ink) 58%); }
.hero-grid, .story-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-copy { width: 56%; max-width: 870px; position: relative; z-index: 3; padding-top: 38px; }
.eyebrow, .section-kicker { font: 500 10px/1 var(--mono); letter-spacing: .17em; text-transform: uppercase; color: var(--acid); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 26px; height: 1px; background: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1 { font: 600 clamp(62px, 6.7vw, 112px)/.88 var(--display); letter-spacing: -.07em; margin: 30px 0 35px; }
h1 em { font-style: normal; color: var(--acid); }
.hero-lede { max-width: 650px; color: #bcc3d4; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 0 25px; font: 600 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); box-shadow: 0 0 35px rgba(216,255,69,.12); }
.button-primary:hover { background: white; }
.text-link { font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 7px; }
.text-link span { color: var(--acid); margin-left: 8px; }
.hero-proof { display: flex; align-items: center; gap: 18px; margin-top: 55px; }
.proof-avatars { display: flex; }
.proof-avatars span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #333d5c; background: #171e36; border-radius: 50%; margin-left: -8px; font: 8px var(--mono); color: var(--acid); }
.proof-avatars span:first-child { margin-left: 0; }
.hero-proof p { margin: 0; color: #7f879d; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof strong { color: #dfe3ed; }

.mountain-scene { position: absolute; right: -4%; bottom: 0; width: 59%; height: 90%; z-index: 2; }
.mountain { position: absolute; width: 100%; height: 100%; right: 0; bottom: -4%; overflow: visible; }
.mountain-shadow { fill: #050815; filter: drop-shadow(-40px 30px 45px rgba(0,0,0,.65)); }
.snow { fill: #eff4ff; opacity: .88; }
.ridge { fill: none; stroke: rgba(255,255,255,.16); stroke-width: 2; }
.route { fill: none; stroke: var(--acid); stroke-width: 2; stroke-dasharray: 5 9; opacity: .7; }
.route-dot { fill: var(--ink); stroke: var(--acid); stroke-width: 3; }
.summit-dot { fill: var(--acid); }
.summit-label { position: absolute; z-index: 3; top: 15%; left: 61%; font-family: var(--mono); transform: translateX(-50%); }
.summit-label:after { content: ""; width: 80px; height: 1px; background: var(--acid); position: absolute; left: -94px; top: 11px; }
.summit-label span { color: var(--acid); font-size: 9px; letter-spacing: .15em; }
.summit-label strong { display: block; font: 500 13px/1.2 var(--display); letter-spacing: .04em; margin-top: 5px; }
.coordinate { position: absolute; color: rgba(255,255,255,.38); font: 8px var(--mono); letter-spacing: .1em; }
.coordinate-one { left: 12%; bottom: 18%; }.coordinate-two { right: 12%; bottom: 22%; }
.altitude { position: absolute; right: 3%; top: 30%; border-left: 1px solid rgba(255,255,255,.23); padding: 5px 0 5px 13px; font-family: var(--mono); }
.altitude span, .altitude small { display: block; font-size: 7px; color: #7c849a; letter-spacing: .14em; }
.altitude strong { display: block; color: var(--acid); font-size: 30px; line-height: 1; }
.scroll-cue { position: absolute; bottom: 38px; left: 5vw; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .15em; color: #737b91; display: flex; gap: 16px; align-items: center; }
.scroll-cue i { display: block; width: 70px; height: 1px; background: #555e73; position: relative; }
.scroll-cue i:after { content: ""; position: absolute; height: 1px; width: 25%; background: var(--acid); animation: scan 2s infinite; }
@keyframes scan { from { left: 0; } to { left: 75%; } }

.section { padding: 130px 7vw; }
.section h2 { font: 600 clamp(48px, 5.6vw, 86px)/.98 var(--display); letter-spacing: -.06em; }
.section h2 span { color: #6c7692; }
.intro { background: var(--paper); color: var(--ink); position: relative; }
.intro .section-kicker, .solutions .section-kicker, .method .section-kicker { color: #41528e; }
.intro-content { display: grid; grid-template-columns: 1.4fr .65fr; gap: 10vw; align-items: end; margin-top: 60px; }
.intro-content h2 { margin: 0; }
.intro-content h2 span { color: #8a8e92; }
.intro-content p, .section-heading > p { font-size: 16px; line-height: 1.8; color: #555b66; margin-bottom: 8px; }
.signal-strip { display: flex; align-items: center; justify-content: space-between; margin-top: 115px; border-top: 1px solid #cfd0ca; padding-top: 22px; font: 500 9px var(--mono); color: #777b82; letter-spacing: .15em; }
.signal-strip i { display: block; width: 5px; height: 5px; background: var(--acid); border: 1px solid var(--ink); transform: rotate(45deg); }

.solutions { background: #e7e9e5; color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.5fr .55fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.section-heading h2 { margin: 28px 0 0; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #b9bcb8; border: 1px solid #b9bcb8; }
.solution-card { position: relative; background: #f2f3ee; padding: 42px; min-height: 570px; overflow: hidden; transition: background .3s, color .3s; }
.solution-card.featured { background: var(--ink-2); color: white; }
.solution-card:not(.featured):hover { background: #dce1ca; }
.card-top { display: flex; justify-content: space-between; align-items: center; font: 9px var(--mono); letter-spacing: .15em; }
.card-number { color: #6e7590; }
.card-tag { border: 1px solid currentColor; padding: 6px 8px; opacity: .55; }
.card-icon { height: 120px; margin: 45px 0 20px; position: relative; }
.visibility-icon { display: flex; align-items: center; justify-content: center; }
.visibility-icon i { position: absolute; border: 1px solid #69718a; border-radius: 50%; width: 110px; height: 110px; }
.visibility-icon i:nth-child(2) { width: 70px; height: 70px; border-color: var(--acid); }
.visibility-icon i:nth-child(3) { width: 10px; height: 10px; background: var(--acid); border: 0; box-shadow: 0 0 20px var(--acid); }
.people-icon { display: flex; align-items: end; gap: 10px; justify-content: center; }
.people-icon i { display: block; width: 35px; height: 75px; border: 1px solid #777e91; border-radius: 20px 20px 4px 4px; }
.people-icon i:nth-child(2), .people-icon i:nth-child(3) { height: 110px; background: var(--acid); border-color: var(--ink); }
.ops-icon { display: flex; align-items: center; justify-content: center; }
.ops-icon i { position: absolute; width: 92px; height: 92px; border: 1px solid #8f96a6; transform: rotate(45deg); }
.ops-icon i:nth-child(2) { width: 60px; height: 60px; border-color: #5065af; animation: rotate 8s linear infinite; }
.ops-icon i:nth-child(3) { width: 20px; height: 20px; background: var(--acid); border: 0; }
@keyframes rotate { to { transform: rotate(405deg); } }
.strategy-icon { display: flex; align-items: flex-end; justify-content: center; gap: 8px; }
.strategy-icon i { width: 18%; background: #aeb4c1; }
.strategy-icon i:nth-child(1) { height: 30%; }.strategy-icon i:nth-child(2) { height: 52%; }.strategy-icon i:nth-child(3) { height: 74%; }.strategy-icon i:nth-child(4) { height: 100%; background: var(--acid); }
.solution-card h3 { font: 600 34px/1 var(--display); letter-spacing: -.04em; margin-bottom: 12px; }
.card-thesis { font-weight: 700; font-size: 13px; }
.solution-card > p:not(.card-thesis) { color: #646a74; max-width: 520px; font-size: 13px; line-height: 1.7; }
.featured > p:not(.card-thesis) { color: #9ea7bc; }
.solution-card ul { list-style: none; margin: 23px 0; padding: 0; font: 500 10px/2.1 var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.solution-card li:before { content: "↗"; color: #5366ad; margin-right: 10px; }
.featured li:before { color: var(--acid); }
.solution-card > a { position: absolute; bottom: 38px; left: 42px; right: 42px; display: flex; justify-content: space-between; border-top: 1px solid rgba(90,94,105,.35); padding-top: 18px; font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.solution-card > a span { color: #5668b3; }.featured > a span { color: var(--acid); }

.why { background: #1c2851; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.why-copy { position: sticky; top: 80px; align-self: start; }
.why-copy h2 { margin: 30px 0; }
.why-copy h2 span { color: #8998cc; }
.why-copy > p { color: #b5bdd4; font-size: 15px; line-height: 1.75; max-width: 520px; }
.button-light { background: white; color: var(--ink); margin-top: 20px; }
.why-list { border-top: 1px solid rgba(255,255,255,.24); }
.why-item { padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.24); display: grid; grid-template-columns: 45px 1fr; }
.why-item > span { grid-row: 1 / 3; color: var(--acid); font: 9px var(--mono); }
.why-item h3 { font: 500 25px var(--display); margin-bottom: 10px; }
.why-item p { color: #9ca8c7; font-size: 12px; margin: 0; }

.method { background: var(--paper); color: var(--ink); overflow: hidden; }
.method-track { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; padding-top: 50px; }
.track-line { position: absolute; left: 0; right: 0; top: 80px; height: 1px; background: #c7c9c4; }
.track-line span { display: block; height: 100%; width: 0; background: #5366af; transition: width 1.6s ease; }
.method-track.in-view .track-line span { width: 100%; }
.method-step { position: relative; padding-right: 28px; }
.method-step b { font: 9px var(--mono); color: #787e8e; }
.method-step i { position: absolute; top: 25px; left: 0; width: 12px; height: 12px; border-radius: 50%; border: 3px solid var(--paper); background: #5669b8; box-shadow: 0 0 0 1px #5669b8; z-index: 2; }
.method-step:nth-of-type(6) i { background: var(--acid); box-shadow: 0 0 0 1px var(--ink); }
.method-step h3 { font: 600 24px var(--display); margin: 50px 0 15px; }
.method-step p { color: #666c76; font-size: 12px; line-height: 1.65; }

.results { background: var(--ink); display: grid; grid-template-columns: 1fr 1.35fr; gap: 9vw; position: relative; }
.results:after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(216,255,69,.08); border-radius: 50%; left: -260px; top: -200px; }
.results-intro h2 { margin: 30px 0; }.results-intro h2 span { color: #66708b; }
.results-intro p { color: #929aad; font-size: 14px; line-height: 1.8; max-width: 500px; }
.metrics { border-top: 1px solid var(--line); }
.metric { display: flex; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.metric strong { width: 45%; font: 500 clamp(55px,6vw,90px)/1 var(--display); letter-spacing: -.06em; color: var(--acid); }
.metric p { margin: 0; color: #929aaf; font: 10px/1.7 var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.outcomes { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); padding-top: 25px; color: #737d95; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }

.story { background: #dfe2de; color: var(--ink); display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; padding: 0; }
.story-visual { position: relative; min-height: 720px; overflow: hidden; background: #111a37; color: white; display: flex; align-items: center; justify-content: center; }
.story-grid { opacity: .2; mask-image: none; }
.story-orbit { position: absolute; border: 1px solid rgba(216,255,69,.3); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }.orbit-two { width: 650px; height: 650px; }
.story-peak { font: 700 330px/.8 var(--display); letter-spacing: -.15em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.2); transform: translateX(-25px); }
.play-button { position: absolute; width: 76px; height: 76px; border-radius: 50%; border: 0; background: var(--acid); color: var(--ink); cursor: pointer; box-shadow: 0 0 0 15px rgba(216,255,69,.08); transition: transform .25s; }
.play-button:hover { transform: scale(1.12); }
.play-button span { margin-left: 4px; }
.story-caption { position: absolute; bottom: 40px; left: 40px; font-family: var(--mono); }
.story-caption span { font-size: 8px; color: var(--acid); letter-spacing: .15em; }
.story-caption strong { display: block; margin-top: 8px; font: 500 18px/1.1 var(--display); letter-spacing: .03em; }
.story-copy { padding: 10vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy .section-kicker { color: #5264a8; }
.story-copy blockquote { font: 500 clamp(30px,3vw,48px)/1.15 var(--display); letter-spacing: -.04em; margin: 35px 0; }
.story-copy > p { color: #646a72; font-size: 13px; line-height: 1.8; }
.story-copy .button { align-self: flex-start; margin-top: 25px; }

.demo { background: #12182e; display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: center; }
.demo-copy h2 { margin: 30px 0; }.demo-copy h2 span { color: #66708d; }
.demo-copy > p { color: #969eb4; line-height: 1.8; font-size: 14px; }
.demo-prompts { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 25px; }
.demo-prompts button { color: #c1c7d7; background: transparent; border: 1px solid #343e5b; padding: 10px 13px; font: 9px var(--mono); cursor: pointer; text-transform: uppercase; letter-spacing: .05em; transition: .2s; }
.demo-prompts button:hover { border-color: var(--acid); color: var(--acid); }
.chat-window { border: 1px solid #39435e; background: #0c1123; box-shadow: 35px 35px 0 rgba(67,84,145,.12); }
.chat-head { min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #313a55; font: 9px var(--mono); letter-spacing: .1em; }
.chat-head > div { display: flex; gap: 10px; align-items: center; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 9px var(--acid); }
.chat-head small { color: #717b94; font-size: 8px; }
.chat-body { height: 360px; overflow-y: auto; padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.message { max-width: 78%; }
.message-label { color: #66718e; font: 7px var(--mono); letter-spacing: .1em; }
.message p { margin: 7px 0 0; font-size: 12px; line-height: 1.65; padding: 14px 16px; border: 1px solid #303a55; background: #151c34; }
.user-message { align-self: flex-end; }
.user-message .message-label { display: block; text-align: right; }
.user-message p { background: #263463; border-color: #4c5d9b; }
.typing p { color: var(--acid); font-family: var(--mono); }
.chat-form { display: flex; border-top: 1px solid #313a55; padding: 13px; }
.chat-form input { flex: 1; color: white; background: transparent; border: 0; outline: 0; padding: 0 10px; font-size: 12px; }
.chat-form input::placeholder { color: #5e6882; }
.chat-form button { width: 42px; height: 42px; border: 0; background: var(--acid); cursor: pointer; font-size: 19px; }

.final-cta { min-height: 770px; background: var(--acid); color: var(--ink); position: relative; overflow: hidden; display: flex; align-items: center; }
.cta-copy { position: relative; z-index: 3; max-width: 850px; }
.final-cta .section-kicker { color: #39410f; }
.final-cta h2 { font-size: clamp(55px,6.2vw,95px); margin: 35px 0; }
.final-cta h2 span { color: #68772e; }
.final-cta p { max-width: 650px; font-size: 15px; line-height: 1.8; }
.button-dark { background: var(--ink); color: white; margin-top: 25px; }
.cta-copy small { display: block; margin-top: 18px; font: 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: #5c672c; }
.cta-mountain { position: absolute; width: 60%; right: -8%; bottom: -7%; }
.cta-mountain svg { width: 100%; fill: #a8c630; }
.cta-mountain .cta-mountain-face { fill: #bcd93c; }
.cta-sun { position: absolute; width: 440px; height: 440px; border: 1px solid rgba(9,13,28,.13); border-radius: 50%; right: 6%; top: -18%; box-shadow: 0 0 0 70px rgba(9,13,28,.025), 0 0 0 140px rgba(9,13,28,.025); }

footer { background: #070a14; min-height: 230px; padding: 65px 7vw 35px; display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: start; gap: 30px; }
.footer-brand { width: 250px; font-size: 24px; }
footer > p { color: #7f879b; font-size: 12px; max-width: 330px; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; font: 8px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
footer > small { grid-column: 1 / -1; border-top: 1px solid #252b3b; padding-top: 25px; color: #50576a; font: 7px var(--mono); text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .desktop-nav.open { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 28px; top: 92px; left: 0; width: 100%; padding: 40px; background: #0c1123; }
  .hero { min-height: 900px; height: auto; align-items: flex-start; }
  .hero-copy { width: 76%; padding-top: 100px; }
  .mountain-scene { width: 62%; opacity: .68; right: -13%; }
  .intro-content, .section-heading, .why, .results, .story, .demo { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 650px; }
  .why-copy { position: static; }
  .method-track { grid-template-columns: 1fr; padding-left: 35px; gap: 25px; }
  .track-line { top: 50px; bottom: 0; left: 5px; width: 1px; height: auto; }
  .track-line span { width: 100%; height: 0; }
  .method-track.in-view .track-line span { width: 100%; height: 100%; }
  .method-step i { top: 0; left: -35px; }
  .method-step h3 { margin: 10px 0; }
  .outcomes { grid-column: auto; }
  .story-copy { padding: 100px 7vw; }
  .demo { gap: 60px; }
}

@media (max-width: 680px) {
  .site-header { height: 74px; }
  .brand-logo { width: 185px; padding: 6px 0; }
  .section { padding: 90px 6vw; }
  .hero { min-height: 860px; padding: 110px 6vw 70px; }
  .hero-copy { width: 100%; padding-top: 40px; }
  h1 { font-size: 57px; }
  .hero-lede { font-size: 14px; max-width: 92%; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero-proof { margin-top: 35px; }
  .mountain-scene { width: 100%; height: 55%; right: -25%; opacity: .36; }
  .summit-label, .altitude { display: none; }
  .scroll-cue { display: none; }
  .intro-content { grid-template-columns: 1fr; gap: 35px; margin-top: 38px; }
  .signal-strip { margin-top: 70px; overflow: hidden; gap: 25px; justify-content: flex-start; }
  .signal-strip i { flex: 0 0 5px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { padding: 28px; min-height: 570px; }
  .solution-card > a { left: 28px; right: 28px; }
  .method .section-heading { margin-bottom: 20px; }
  .metric strong { width: 48%; }
  .story-visual { min-height: 500px; }
  .orbit-one { width: 340px; height: 340px; }.orbit-two { width: 480px; height: 480px; }
  .story-peak { font-size: 250px; }
  .chat-body { height: 330px; }
  .final-cta { min-height: 740px; }
  .cta-mountain { width: 110%; right: -40%; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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