:root {
  --ink: #090909;
  --paper: #f4f3ee;
  --white: #ffffff;
  --pink: #ff5c9f;
  --pink-soft: #ffc2dc;
  --copper: #c28a61;
  --line: rgba(9, 9, 9, 0.14);
  --muted: #777771;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .045; z-index: 90; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }

.topbar { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 104px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.28); color: white; }
.brand { height: 58px; display: flex; align-items: center; }
.brand img { display: block; object-fit: contain; max-height: 100%; }
.brand-clinch img { width: 136px; filter: invert(1) grayscale(1) brightness(3); }
.brand-prt img { width: 190px; }
.partnership { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: .69rem; font-weight: 600; }
.partnership span { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(255,92,159,.2); }

.hero { min-height: 790px; height: 100svh; position: relative; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("https://clinchgolf.com/cdn/shop/files/Hero-OG-Black_version_Desk_2160x.jpg?v=1757998624") center 42% / cover no-repeat; transform: scale(1.02); animation: settle 1.8s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.79) 0%, rgba(0,0,0,.28) 53%, rgba(0,0,0,.15) 100%), linear-gradient(0deg, rgba(0,0,0,.74), transparent 46%); }
@keyframes settle { from { transform: scale(1.08); filter: saturate(.7); } to { transform: scale(1.02); filter: saturate(1); } }
.hero-content { width: 70%; position: relative; z-index: 2; padding: 0 4.5vw 8vh; }
.eyebrow { margin: 0 0 20px; font-size: .72rem; letter-spacing: .18em; font-weight: 700; text-transform: uppercase; }
.eyebrow.dark { color: #6c6c66; }
.hero h1, .section-heading h2, .oscar-copy h2, .closing h2 { font-family: "Manrope", sans-serif; font-weight: 500; letter-spacing: -.055em; line-height: .94; margin: 0; }
.hero h1 { font-size: clamp(4.3rem, 8.6vw, 9rem); max-width: 1050px; }
.hero h1 em { font-style: normal; color: var(--pink); }
.hero-copy { max-width: 600px; margin: 28px 0 32px; font-size: clamp(1rem, 1.3vw, 1.25rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; border-radius: 100px; padding: 16px 22px; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--pink); }
.button-primary:hover { background: var(--pink-soft); }
.button-dark { color: white; background: var(--ink); width: 100%; margin-top: 10px; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.55); padding: 8px 0; }
.text-link span { color: var(--pink); margin-left: 8px; }
.hero-proof { position: absolute; z-index: 2; right: 4.5vw; bottom: 8vh; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(14px); background: rgba(7,7,7,.24); }
.hero-proof div { padding: 18px 22px; min-width: 140px; border-right: 1px solid rgba(255,255,255,.22); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; font-size: 1.65rem; line-height: 1; }
.hero-proof span { display: block; color: rgba(255,255,255,.67); font-size: .7rem; line-height: 1.35; margin-top: 8px; text-transform: uppercase; letter-spacing: .08em; }

.marquee { height: 62px; overflow: hidden; background: var(--pink); display: flex; align-items: center; white-space: nowrap; }
.marquee-track { display: inline-flex; align-items: center; gap: 25px; animation: marquee 28s linear infinite; font-size: .76rem; font-weight: 700; letter-spacing: .16em; }
.marquee-track i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 4.5vw; }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 9vw; max-width: 1450px; margin: 0 auto 56px; }
.section-heading h2, .oscar-copy h2 { font-size: clamp(2.9rem, 5vw, 5.4rem); }
.section-heading > p { margin: 0; color: #5e5e58; font-size: 1.05rem; }
.command-section { background: var(--paper); }
.command-grid { max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.model-card, .levers-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: 28px; box-shadow: 0 24px 70px rgba(30,23,18,.06); }
.card-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; text-transform: uppercase; font-size: .68rem; letter-spacing: .15em; font-weight: 700; color: #6d6d67; }
.live-pill { display: flex; gap: 8px; align-items: center; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(255,92,159,.16); }
.scenario-tabs { display: inline-flex; background: #f0efe9; border-radius: 100px; padding: 4px; }
.scenario-tabs button { border: 0; background: transparent; padding: 9px 14px; border-radius: 100px; color: #6b6b66; cursor: pointer; font-weight: 600; font-size: .8rem; }
.scenario-tabs button.active { background: var(--ink); color: white; }
.revenue-display { padding: 42px 0 35px; border-bottom: 1px solid var(--line); }
.revenue-display span { display: block; color: #74746e; font-size: .8rem; text-transform: uppercase; letter-spacing: .11em; }
.revenue-display strong { display: block; font: 500 clamp(4rem, 7vw, 7.4rem)/.96 "Manrope", sans-serif; letter-spacing: -.07em; margin-top: 8px; }
.revenue-display small { display: inline-block; margin-top: 14px; padding: 6px 10px; border-radius: 100px; background: rgba(255,92,159,.14); color: #b52965; font-weight: 700; }
.bars { padding: 28px 0 12px; }
.bar-row { display: grid; grid-template-columns: 105px 1fr 74px; gap: 14px; align-items: center; margin: 15px 0; font-size: .82rem; }
.bar-row > div { height: 9px; border-radius: 20px; background: #ecebe6; overflow: hidden; }
.bar-row i { display: block; height: 100%; width: 0; background: var(--ink); border-radius: inherit; transition: width .55s cubic-bezier(.2,.8,.2,1); }
.bar-row:nth-child(n+2) i { background: var(--pink); }
.bar-row b { text-align: right; font-size: .8rem; }
.model-note { padding: 16px; background: #f6f5f1; border-radius: 12px; color: #696963; font-size: .76rem; }
.model-note span { color: var(--pink); margin-right: 6px; }
.levers-card { display: flex; flex-direction: column; }
.lever { display: block; padding: 20px 0; border-bottom: 1px solid var(--line); }
.lever > span { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lever output { color: #c62f70; font-weight: 700; }
.lever small { color: #85857e; display: block; margin-top: 7px; line-height: 1.4; }
input[type="range"] { width: 100%; height: 4px; accent-color: var(--pink); margin: 20px 0 4px; cursor: pointer; }

.operating-system { background: var(--ink); color: white; }
.section-heading.light > p { color: rgba(255,255,255,.6); }
.workstream-grid { max-width: 1450px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.18); }
.workstream { display: grid; grid-template-columns: 70px 1fr 30px; gap: 18px; align-items: center; padding: 26px 10px; border-bottom: 1px solid rgba(255,255,255,.18); cursor: pointer; transition: padding .25s, color .25s; }
.workstream:hover, .workstream.active { padding-left: 24px; color: var(--pink); }
.workstream-number { color: rgba(255,255,255,.38); font-size: .75rem; letter-spacing: .1em; }
.workstream h3 { margin: 0 0 3px; font-size: 1.28rem; }
.workstream p { margin: 0; color: rgba(255,255,255,.52); }
.workstream b { font-size: 1.35rem; }
.workstream-detail { max-width: 1450px; margin: 28px auto 0; background: #171717; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); padding: 44px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; }
.detail-kicker { color: var(--pink); text-transform: uppercase; font-size: .7rem; letter-spacing: .15em; font-weight: 700; }
.workstream-detail h3 { margin: 9px 0 15px; font: 500 clamp(2rem, 3.2vw, 3.7rem)/1.03 "Manrope"; letter-spacing: -.05em; }
.workstream-detail p { color: rgba(255,255,255,.62); max-width: 720px; }
.detail-output { border-left: 1px solid rgba(255,255,255,.16); padding-left: 35px; }
.detail-output > span { text-transform: uppercase; font-size: .68rem; letter-spacing: .15em; color: rgba(255,255,255,.43); }
.detail-output ul { list-style: none; padding: 15px 0 0; margin: 0; }
.detail-output li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.detail-output li::before { content: "↳"; color: var(--pink); margin-right: 12px; }

.oscar-section { background: #e8e7e1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: center; }
.oscar-copy { max-width: 610px; }
.oscar-copy > p:not(.eyebrow) { font-size: 1.06rem; color: #5f5f59; max-width: 560px; margin: 25px 0 34px; }
.automation-label { margin-bottom: 12px; color: #777771; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.automation-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.automation-chips button { min-height: 44px; background: transparent; border: 1px solid rgba(9,9,9,.22); border-radius: 100px; padding: 10px 14px; cursor: pointer; transition: .2s; font-size: .8rem; }
.automation-chips button:hover, .automation-chips button.active { background: var(--ink); color: white; border-color: var(--ink); }
.oscar-console { background: #0e0e0e; border-radius: 24px; color: white; box-shadow: 0 30px 80px rgba(0,0,0,.2); overflow: hidden; min-height: 570px; display: flex; flex-direction: column; }
.console-header { min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .68rem; letter-spacing: .13em; color: rgba(255,255,255,.48); }
.console-header div { display: flex; align-items: center; gap: 10px; color: white; }
.console-header i { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 18px var(--pink); }
.console-header b { margin-left: 8px; padding: 5px 8px; border: 1px solid rgba(255,92,159,.4); border-radius: 100px; color: var(--pink); font-size: .56rem; letter-spacing: .12em; }
.console-header button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: transparent; color: rgba(255,255,255,.7); cursor: pointer; }
.automation-stage { padding: 22px 25px 18px; flex: 1; display: flex; flex-direction: column; }
.automation-trigger { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #171717; }
.trigger-icon { width: 33px; height: 33px; border-radius: 9px; display: grid; place-items: center; background: rgba(255,92,159,.12); color: var(--pink); font-size: 1.25rem; }
.automation-trigger span, .automation-output span { display: block; color: rgba(255,255,255,.38); font-size: .55rem; font-weight: 700; letter-spacing: .13em; }
.automation-trigger strong { display: block; margin-top: 2px; font-size: .83rem; }
.automation-trigger > b { padding: 5px 8px; border-radius: 100px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.42); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; transition: .35s; }
.phase-0 .automation-trigger > b { background: rgba(255,92,159,.15); color: var(--pink); }
.workflow-canvas { min-height: 205px; display: grid; grid-template-columns: 1fr 56px 86px 56px 1fr; align-items: center; padding: 24px 4px 16px; }
.data-sources, .helix-team { display: grid; gap: 8px; }
.source-node, .agent-node { opacity: .25; transform: translateX(-8px); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; padding: 9px 10px; color: rgba(255,255,255,.68); font-size: .7rem; transition: opacity .35s, transform .35s, border-color .35s, background .35s; }
.agent-node { transform: translateX(8px); }
.source-node::before { content: "◆"; margin-right: 8px; color: #888; font-size: .48rem; }
.agent-node::before { content: "✦"; margin-right: 8px; color: var(--pink); font-size: .56rem; }
.phase-1 .source-node, .phase-2 .source-node, .phase-3 .source-node, .phase-4 .source-node { opacity: 1; transform: none; border-color: rgba(255,255,255,.2); }
.phase-2 .agent-node, .phase-3 .agent-node, .phase-4 .agent-node { opacity: 1; transform: none; background: rgba(255,92,159,.06); border-color: rgba(255,92,159,.28); }
.source-node:nth-child(2), .agent-node:nth-child(2) { transition-delay: .12s; }
.source-node:nth-child(3), .agent-node:nth-child(3) { transition-delay: .24s; }
.workflow-line { height: 1px; background: rgba(255,255,255,.12); overflow: hidden; }
.workflow-line i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, var(--pink)); transform: translateX(-100%); }
.workflow-line.outbound i { background: linear-gradient(90deg, var(--pink), transparent); }
.phase-1 .workflow-line i, .phase-2 .workflow-line i, .phase-3 .workflow-line i, .phase-4 .workflow-line i { animation: signalFlow 1.15s ease-in-out infinite; }
@keyframes signalFlow { 50%,100% { transform: translateX(100%); } }
.oscar-core { position: relative; width: 76px; height: 76px; margin: auto; border-radius: 50%; background: var(--pink); color: var(--ink); display: grid; place-items: center; align-content: center; box-shadow: 0 0 0 8px rgba(255,92,159,.07); z-index: 2; }
.oscar-core strong { font-size: 1.65rem; line-height: 1; }
.oscar-core span { margin-top: 2px; font-size: .47rem; font-weight: 800; letter-spacing: .12em; }
.core-rings, .core-rings i { position: absolute; inset: -9px; border: 1px solid rgba(255,92,159,.24); border-radius: 50%; opacity: 0; }
.core-rings i:first-child { inset: -10px; }
.core-rings i:last-child { inset: -20px; }
.phase-2 .core-rings, .phase-3 .core-rings, .phase-4 .core-rings { opacity: 1; }
.phase-2 .core-rings i, .phase-3 .core-rings i, .phase-4 .core-rings i { animation: corePulse 1.8s ease-out infinite; }
.phase-2 .core-rings i:last-child, .phase-3 .core-rings i:last-child, .phase-4 .core-rings i:last-child { animation-delay: .5s; }
@keyframes corePulse { from { transform: scale(.78); opacity: .7; } to { transform: scale(1.25); opacity: 0; } }
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-bottom: 14px; }
.workflow-step { position: relative; padding-top: 9px; border-top: 2px solid rgba(255,255,255,.11); color: rgba(255,255,255,.28); font-size: .57rem; letter-spacing: .06em; text-transform: uppercase; transition: .3s; }
.workflow-step.active { border-color: var(--pink); color: rgba(255,255,255,.82); }
.automation-output { opacity: 0; transform: translateY(9px); display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255,92,159,.25); border-radius: 12px; background: linear-gradient(110deg, rgba(255,92,159,.12), rgba(255,255,255,.025)); transition: opacity .4s, transform .4s; }
.phase-4 .automation-output { opacity: 1; transform: none; }
.output-check { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: var(--ink); font-weight: 800; }
.automation-output strong, .automation-output small { display: block; }
.automation-output strong { margin-top: 2px; font-size: .85rem; }
.automation-output small { color: rgba(255,255,255,.45); font-size: .65rem; }
.review-badge { color: var(--pink); font-size: .6rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.automation-guardrail { margin-top: 10px; text-align: center; color: rgba(255,255,255,.3); font-size: .58rem; letter-spacing: .06em; }
.automation-guardrail span { color: var(--pink); margin-right: 5px; }

.roadmap { background: var(--paper); }
.roadmap-grid { max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.roadmap-grid article { padding: 32px 35px 30px 0; border-right: 1px solid var(--line); min-height: 310px; position: relative; }
.roadmap-grid article + article { padding-left: 35px; }
.roadmap-grid article:last-child { border-right: 0; }
.roadmap-grid span { font-size: .72rem; letter-spacing: .14em; color: #76766f; }
.roadmap-grid h3 { font: 500 1.55rem "Manrope"; letter-spacing: -.03em; margin: 50px 0 15px; }
.roadmap-grid p { color: #676761; }
.roadmap-grid b { position: absolute; bottom: 5px; text-transform: uppercase; letter-spacing: .12em; font-size: .69rem; color: #bf2c6a; }

.closing { min-height: 720px; position: relative; color: white; display: flex; align-items: center; overflow: hidden; }
.closing-image { position: absolute; inset: 0; background: url("https://clinchgolf.com/cdn/shop/files/Pink_Glove_Over_Scenic_Fairway2_1448x.jpg?v=1785306269") center / cover no-repeat; }
.closing-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.43) 58%, rgba(0,0,0,.1)); }
.closing-content { position: relative; z-index: 2; padding: 90px 4.5vw; max-width: 850px; }
.closing h2 { font-size: clamp(4rem, 7.5vw, 8rem); }
.closing-content > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.76); font-size: 1.08rem; margin: 28px 0 34px; }

footer { background: var(--ink); color: rgba(255,255,255,.58); padding: 34px 4.5vw; display: flex; justify-content: space-between; align-items: center; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
footer div { display: flex; align-items: center; gap: 14px; color: white; }
footer i { color: var(--pink); font-style: normal; }
footer p { margin: 0; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 120px); opacity: 0; background: white; color: var(--ink); border-radius: 16px; box-shadow: 0 18px 60px rgba(0,0,0,.22); padding: 15px 20px; display: flex; align-items: center; gap: 13px; transition: .35s ease; min-width: 330px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); }
.toast strong, .toast small { display: block; }
.toast small { color: #777; margin-top: 2px; }

@media (max-width: 1050px) {
  .hero-content { width: 100%; padding-bottom: 190px; }
  .hero-proof { left: 4.5vw; right: auto; bottom: 40px; }
  .section-heading, .command-grid, .oscar-section { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .oscar-section { gap: 55px; }
}

@media (max-width: 700px) {
  .topbar { height: 82px; padding: 0 20px; }
  .brand-clinch img { width: 98px; }
  .brand-prt img { width: 118px; }
  .partnership { display: none; }
  .hero { min-height: 830px; }
  .hero-image { background-position: 61% center; }
  .hero-content { padding: 0 20px 218px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-proof { left: 20px; right: 20px; bottom: 28px; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { padding: 13px 10px; min-width: 0; }
  .hero-proof strong { font-size: 1.3rem; }
  .hero-proof span { font-size: .55rem; }
  .section { padding: 76px 20px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .oscar-copy h2 { font-size: 2.7rem; }
  .model-card, .levers-card { padding: 20px; }
  .revenue-display strong { font-size: 4rem; }
  .bar-row { grid-template-columns: 78px 1fr 62px; gap: 8px; }
  .workstream { grid-template-columns: 42px 1fr 20px; padding-left: 0; }
  .workstream p { font-size: .83rem; }
  .workstream-detail { grid-template-columns: 1fr; padding: 28px 22px; gap: 28px; }
  .detail-output { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding: 25px 0 0; }
  .oscar-console { min-height: 760px; }
  .automation-stage { padding: 18px 15px 14px; }
  .workflow-canvas { grid-template-columns: 1fr; min-height: 390px; gap: 12px; padding: 22px 0 16px; }
  .data-sources, .helix-team { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .source-node, .agent-node { padding: 9px 5px; font-size: .58rem; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transform: translateY(-6px); }
  .agent-node { transform: translateY(6px); }
  .source-node::before, .agent-node::before { display: block; margin: 0 0 3px; }
  .workflow-line { width: 1px; height: 16px; margin: auto; }
  .workflow-line i { background: linear-gradient(180deg, transparent, var(--pink)); transform: translateY(-100%); }
  .workflow-line.outbound i { background: linear-gradient(180deg, var(--pink), transparent); }
  .phase-1 .workflow-line i, .phase-2 .workflow-line i, .phase-3 .workflow-line i, .phase-4 .workflow-line i { animation: signalFlowMobile 1.15s ease-in-out infinite; }
  @keyframes signalFlowMobile { 50%,100% { transform: translateY(100%); } }
  .oscar-core { width: 68px; height: 68px; }
  .workflow-step { font-size: .5rem; letter-spacing: .035em; }
  .automation-trigger, .automation-output { grid-template-columns: 34px 1fr; }
  .automation-trigger > b, .review-badge { grid-column: 2; justify-self: start; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-grid article, .roadmap-grid article + article { padding: 25px 0 48px; border-right: 0; border-bottom: 1px solid var(--line); min-height: 250px; }
  .roadmap-grid h3 { margin-top: 30px; }
  .closing { min-height: 650px; }
  .closing-image { background-position: 62% center; }
  .closing-content { padding: 80px 20px; }
  .closing h2 { font-size: 4rem; }
  footer { flex-direction: column; align-items: flex-start; gap: 15px; padding: 30px 20px; }
  .toast { width: calc(100% - 30px); min-width: 0; }
}

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