@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,600&display=swap');

:root {
  --green-950: #03291d;
  --green-900: #073d2a;
  --green-800: #0c5138;
  --green-700: #18714e;
  --lime: #b7ed45;
  --mint: #55d29a;
  --cream: #f5f2e8;
  --paper: #fbfaf4;
  --ink: #0b241a;
  --muted: #65736b;
  --line: rgba(11, 36, 26, .13);
  --amber: #eaa42b;
  --shadow: 0 28px 90px rgba(1, 25, 17, .22);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; left: 16px; top: -60px; background: white; color: var(--green-950); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { height: 78px; position: absolute; z-index: 10; left: 0; right: 0; top: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.13); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 1.45rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { width: 39px; height: 39px; display: inline-block; position: relative; border-radius: 11px; background: var(--lime); }
.brand-mark i { position: absolute; left: 14px; top: 9px; width: 3px; height: 17px; background: var(--green-950); border-radius: 3px; }
.brand-mark i::after { content: ""; position: absolute; left: 2px; top: 1px; width: 12px; height: 8px; background: var(--green-950); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.brand-mark b { position: absolute; left: 9px; bottom: 7px; width: 20px; height: 10px; border-left: 3px solid var(--green-950); border-bottom: 3px solid var(--green-950); transform: rotate(-45deg); border-radius: 1px; }
nav { display: flex; align-items: center; gap: 32px; font: 600 .88rem/1 "Manrope", sans-serif; }
nav a { color: rgba(255,255,255,.77); transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-action { color: var(--green-950) !important; padding: 12px 18px; border-radius: 999px; background: var(--lime); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }

.hero { min-height: 810px; overflow: hidden; position: relative; color: white; background: radial-gradient(circle at 85% 16%, rgba(52, 165, 110, .35), transparent 27%), linear-gradient(128deg, #021d15 0%, var(--green-950) 47%, #0c553b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 0, black 62%, black); }
.hero-glow { position: absolute; width: 650px; height: 650px; right: -180px; bottom: -280px; border: 1px solid rgba(183,237,69,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(183,237,69,.035), 0 0 0 190px rgba(183,237,69,.025); }
.hero-grid { min-height: 810px; padding-top: 125px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 56px; }
.hero-copy { padding-bottom: 34px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--lime); font: 700 .76rem/1.2 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: block; width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--green-700); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font: 700 clamp(4.6rem, 7vw, 7rem)/.88 "Manrope", sans-serif; letter-spacing: -.075em; }
h1 em, h2 em { font-family: "Playfair Display", Georgia, serif; font-weight: 600; color: var(--lime); }
.hero-lede { max-width: 590px; margin-bottom: 31px; color: rgba(255,255,255,.73); font-size: 1.14rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 14px 22px; border-radius: 8px; font: 700 .91rem/1 "Manrope", sans-serif; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--lime); color: var(--green-950); }
.button.secondary { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.22); color: white; }
.hero-points { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 22px; color: rgba(255,255,255,.74); font-size: .82rem; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { color: var(--lime); font-weight: 800; }

.product-stage { min-height: 590px; position: relative; }
.dashboard-card { width: 91%; position: absolute; top: 70px; right: -90px; padding: 22px; border-radius: 21px; color: var(--ink); background: rgba(255,255,255,.98); box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-5deg) rotateX(1deg); }
.dash-top { padding-bottom: 17px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: flex; align-items: center; gap: 7px; font: 700 .92rem "Manrope", sans-serif; }
.mini-brand b { color: var(--green-700); }
.mini-mark { width: 24px; height: 24px; display: inline-grid; place-items: center; color: white; background: var(--green-900); border-radius: 7px; }
.manager { color: var(--muted); font-size: .7rem; }
.dash-title { padding: 22px 0 17px; display: flex; justify-content: space-between; align-items: center; }
.dash-title small, .board-header small { color: var(--green-700); letter-spacing: .11em; font-size: .62rem; font-weight: 700; }
.dash-title h2 { margin: 3px 0 0; font: 700 1.35rem "Manrope", sans-serif; letter-spacing: -.035em; }
.live-count { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 7px; padding: 9px 12px; background: #eff9f2; border-radius: 9px; }
.live-count i { grid-row: 1 / 3; width: 8px; height: 8px; background: #42b97f; border-radius: 50%; box-shadow: 0 0 0 4px rgba(66,185,127,.14); }
.live-count strong { font-size: 1rem; line-height: 1; }
.live-count span { color: var(--muted); font-size: .58rem; }
.table-head, .tee-row { display: grid; grid-template-columns: .65fr 1fr 1.25fr 1fr; align-items: center; gap: 10px; }
.table-head { padding: 9px 13px; color: #869087; font-size: .59rem; text-transform: uppercase; letter-spacing: .08em; }
.tee-row { min-height: 49px; padding: 10px 13px; border-top: 1px solid rgba(11,36,26,.08); font-size: .7rem; }
.tee-row b { font-size: .75rem; }
.tee-row .paid { color: #188258; font-weight: 700; }
.tee-row .check { color: #b66d00; font-weight: 700; }
.status { justify-self: start; padding: 5px 8px; border-radius: 6px; font-size: .59rem; font-weight: 700; }
.course { background: #e2f7e9; color: #1b7452; }
.attention { background: #fff0d3; color: #9a5b00; }
.expected { background: #edf0ed; color: #68736c; }
.tee-row.alert { background: #fffaf1; border-color: #f0cf8e; }
.tee-row.muted { color: #828b85; }
.phone-card { width: 220px; position: absolute; z-index: 3; left: -6px; top: 40px; padding: 10px; overflow: hidden; color: var(--ink); background: #f7f7f3; border: 8px solid #06140f; border-radius: 31px; box-shadow: 0 38px 80px rgba(0,0,0,.35); transform: rotate(-2deg); }
.phone-bar { display: flex; justify-content: space-between; align-items: center; padding: 0 8px 7px; font-size: .55rem; font-weight: 700; }
.phone-bar i { width: 49px; height: 13px; border-radius: 99px; background: #07130f; }
.phone-brand { display: flex; align-items: center; gap: 5px; padding: 6px; font: 700 .75rem "Manrope", sans-serif; }
.phone-brand .mini-mark { width: 20px; height: 20px; border-radius: 5px; font-size: .65rem; }
.phone-brand b { color: var(--green-700); }
.course-photo { height: 105px; padding: 58px 10px 10px; color: white; border-radius: 9px 9px 0 0; background: linear-gradient(to top, rgba(1,28,18,.88), transparent), url('assets/golftick-concept.webp') 15% 64% / 210% auto; }
.course-photo span, .course-photo small { display: block; }
.course-photo span { font-size: .68rem; font-weight: 700; }
.course-photo small { font-size: .51rem; opacity: .8; }
.phone-confirm { text-align: center; padding: 12px 4px 7px; }
.confirm-tick { width: 36px; height: 36px; margin: 0 auto 5px; display: grid; place-items: center; border-radius: 50%; color: #2a9c65; background: #def4e6; font-weight: 800; }
.phone-confirm h3 { margin-bottom: 0; font-size: .83rem; }
.phone-confirm p { margin-bottom: 0; color: var(--muted); font-size: .57rem; }
.phone-card dl { margin: 0; padding: 0 8px; }
.phone-card dl div { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid var(--line); font-size: .56rem; }
.phone-card dt { color: var(--muted); }
.phone-card dd { margin: 0; font-weight: 700; }
.phone-card button { width: 100%; padding: 9px; border: 0; border-radius: 7px; color: white; background: var(--green-800); font-size: .58rem; font-weight: 700; }
.score-chip { position: absolute; z-index: 5; padding: 11px 14px; color: var(--ink); background: white; border-radius: 10px; box-shadow: 0 15px 40px rgba(0,0,0,.16); }
.score-chip small, .score-chip strong, .score-chip span { display: block; }
.score-chip small { color: var(--green-700); font-size: .52rem; letter-spacing: .11em; font-weight: 700; }
.score-chip strong { font-size: .74rem; }
.score-chip span { color: var(--muted); font-size: .58rem; }
.chip-one { z-index: 6; left: 45px; bottom: 55px; }
.chip-two { right: -12px; bottom: 28px; }
.score-chip.warning small { color: #a86600; }

.signal-bar { color: white; background: var(--green-800); border-top: 1px solid rgba(255,255,255,.1); }
.signal-grid { min-height: 115px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 24px; }
.signal-grid p { margin: 0; display: grid; grid-template-columns: auto 1fr; column-gap: 11px; }
.signal-grid p span { grid-row: 1 / 3; color: var(--lime); font: 700 .67rem "Manrope", sans-serif; }
.signal-grid p b { font: 700 .88rem "Manrope", sans-serif; }
.signal-grid p small { color: rgba(255,255,255,.6); font-size: .68rem; }
.signal-grid > i { color: rgba(255,255,255,.25); font-style: normal; }

.section { padding: 125px 0; }
.problem { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 100px; align-items: center; }
.section-intro h2, .section-heading h2, .benefit-copy h2, .trust h2, .early-access h2 { margin-bottom: 24px; font: 700 clamp(2.8rem, 5vw, 5.2rem)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.section-intro h2 em { color: var(--green-700); }
.section-intro > p:last-child, .section-heading > p:last-child, .benefit-copy > p:last-child, .trust-grid > div > p:last-child { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.exception-panel { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 25px 65px rgba(7,61,42,.1); }
.exception-top { padding: 15px 18px; display: flex; justify-content: space-between; color: var(--muted); background: #f9f9f4; border-bottom: 1px solid var(--line); font-size: .75rem; }
.exception-top b { padding: 5px 8px; color: #945900; background: #fff0d4; border-radius: 5px; }
.player-line { display: flex; align-items: center; gap: 17px; padding: 24px 22px 18px; }
.avatars { display: flex; }
.avatars i { width: 36px; height: 36px; margin-left: -7px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; color: white; background: var(--green-800); font-style: normal; font-size: .59rem; font-weight: 700; }
.avatars i:first-child { margin-left: 0; }
.avatars i:nth-child(2) { background: #3e7c68; }
.avatars i:nth-child(3) { background: #76a091; }
.avatars i.odd { color: #9c6100; background: #ffe6b9; }
.player-line strong, .player-line small { display: block; }
.player-line strong { font: 700 .96rem "Manrope", sans-serif; }
.player-line small { color: var(--muted); }
.reconcile { margin: 0 22px 20px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 10px; }
.reconcile p { margin: 0; padding: 14px; border-right: 1px solid var(--line); }
.reconcile p:last-child { border: 0; }
.reconcile span, .reconcile b { display: block; }
.reconcile span { color: var(--muted); font-size: .66rem; }
.reconcile b { font-size: .79rem; }
.reconcile .warn b { color: #ae6900; }
.exception-action { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 18px 22px; background: #fff8ea; border-top: 1px solid #eed2a0; }
.exception-action > span { width: 31px; height: 31px; display: grid; place-items: center; color: #9a5b00; background: #ffe4ad; border-radius: 50%; font-weight: 800; }
.exception-action p { margin: 0; }
.exception-action b, .exception-action small { display: block; }
.exception-action b { font-size: .78rem; }
.exception-action small { color: #836f4e; font-size: .66rem; }
.exception-action button { padding: 9px 13px; border: 0; border-radius: 6px; color: white; background: var(--green-800); font-weight: 700; }

.how { color: white; background: var(--green-950); }
.section-heading { max-width: 830px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { min-height: 365px; padding: 28px; position: relative; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.035); }
.step.feature { background: var(--green-800); border-color: var(--green-700); transform: translateY(-16px); }
.step-number { color: rgba(255,255,255,.35); font: 700 .7rem "Manrope", sans-serif; letter-spacing: .12em; }
.step-icon { width: 53px; height: 53px; margin: 43px 0 26px; display: grid; place-items: center; color: var(--green-950); background: var(--lime); border-radius: 50%; font: 800 1.5rem "Manrope", sans-serif; }
.step h3 { margin-bottom: 14px; font: 700 1.42rem "Manrope", sans-serif; letter-spacing: -.035em; }
.step p { color: rgba(255,255,255,.66); line-height: 1.7; }
.step > span { position: absolute; left: 28px; bottom: 27px; color: var(--lime); font-size: .68rem; font-weight: 700; }

.club-view { background: #f8f7f0; overflow: hidden; }
.dark-text { color: var(--ink); }
.dark-text > p:last-child { max-width: 680px; }
.club-board { min-width: 1000px; display: grid; grid-template-columns: 200px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 30px 80px rgba(7,61,42,.11); }
.board-nav { min-height: 570px; padding: 25px 17px; display: flex; flex-direction: column; gap: 7px; color: white; background: var(--green-950); }
.board-nav .mini-brand { margin: 0 5px 27px; font-size: 1rem; }
.board-nav .mini-mark { color: var(--green-950); background: var(--lime); }
.board-nav a { padding: 12px; border-radius: 8px; color: rgba(255,255,255,.63); font-size: .77rem; font-weight: 600; }
.board-nav a span { display: inline-block; width: 23px; color: rgba(255,255,255,.42); }
.board-nav a.active { color: var(--green-950); background: var(--lime); }
.board-nav a.active span { color: var(--green-950); }
.board-nav small { margin-top: auto; padding: 10px 6px; color: rgba(255,255,255,.37); font-size: .55rem; letter-spacing: .08em; }
.board-main { padding: 31px; }
.board-header { display: flex; align-items: flex-end; justify-content: space-between; }
.board-header h3 { margin: 4px 0 0; font: 700 1.8rem "Manrope", sans-serif; letter-spacing: -.04em; }
.board-stats { display: flex; gap: 8px; }
.board-stats p { min-width: 96px; margin: 0; padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; }
.board-stats strong, .board-stats span { display: block; }
.board-stats strong { font: 700 1.15rem "Manrope", sans-serif; }
.board-stats span { color: var(--muted); font-size: .59rem; }
.board-stats .amber { background: #fff8e9; border-color: #efd29b; }
.filter-row { display: flex; gap: 7px; margin: 29px 0 18px; }
.filter-row button { padding: 8px 13px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 7px; font: 600 .68rem "DM Sans", sans-serif; }
.filter-row button.active { color: white; background: var(--green-800); border-color: var(--green-800); }
.filter-row b { padding: 1px 5px; border-radius: 99px; color: #9d5e00; background: #ffe7bb; }
.board-table { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.board-row { min-height: 62px; padding: 13px 17px; display: grid; grid-template-columns: .7fr 1.45fr 1.1fr 1.1fr .8fr; align-items: center; gap: 10px; border-top: 1px solid var(--line); font-size: .73rem; }
.board-row.head { min-height: 38px; color: #87928a; background: #f7f8f5; border: 0; font-size: .55rem; font-weight: 700; letter-spacing: .07em; }
.board-row .tick { color: #188258; font-weight: 700; }
.board-row .alert-text { color: #b66d00; font-weight: 700; }
.alert-row { background: #fffbf2; box-shadow: inset 3px 0 #e8a227; }
.tag { justify-self: start; padding: 5px 7px; border-radius: 5px; font-size: .6rem; font-weight: 700; }
.tag.green { color: #17734e; background: #e2f5e8; }
.tag.amber { color: #925600; background: #ffe9be; }
.tag.grey { color: #66726b; background: #edf0ed; }

.benefits { color: white; background: var(--green-800); }
.benefits-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: start; }
.benefit-copy > p:last-child { color: rgba(255,255,255,.65); }
.benefit-list { border-top: 1px solid rgba(255,255,255,.2); }
.benefit-list article { padding: 26px 0; display: grid; grid-template-columns: auto 1fr; gap: 21px; border-bottom: 1px solid rgba(255,255,255,.2); }
.benefit-list article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--lime); font-weight: 800; }
.benefit-list h3 { margin-bottom: 6px; font: 700 1.1rem "Manrope", sans-serif; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.64); }

.visual-break { padding: 85px 0; background: #071f17; }
.concept-frame { margin: 0; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.concept-frame img { width: 100%; }
.concept-frame figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 55px 28px 24px; display: flex; align-items: end; justify-content: space-between; color: white; background: linear-gradient(to top, rgba(2,25,18,.88), transparent); }
.concept-frame figcaption span { color: var(--lime); font: 700 .68rem "Manrope", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.concept-frame figcaption p { margin: 0; color: rgba(255,255,255,.75); font-size: .82rem; }

.trust { background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.trust ul { list-style: none; margin: 0; padding: 0; }
.trust li { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.trust li > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-700); font-size: .75rem; }
.trust b, .trust small { display: block; }
.trust b { font: 700 .95rem "Manrope", sans-serif; }
.trust small { margin-top: 3px; color: var(--muted); font-size: .78rem; }

.early-access { padding: 115px 0; color: white; background: var(--green-950); }
.early-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 95px; align-items: center; }
.early-access h2 { margin-bottom: 20px; }
.early-access > .shell > div:first-child > p:last-child { max-width: 680px; color: rgba(255,255,255,.64); font-size: 1.05rem; }
.pilot-card { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.045); }
.pilot-card > small { color: var(--lime); font-size: .65rem; letter-spacing: .14em; font-weight: 700; }
.pilot-card ol { list-style: none; margin: 20px 0 25px; padding: 0; }
.pilot-card li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .83rem; }
.pilot-card li span { display: inline-block; width: 37px; color: rgba(255,255,255,.4); font-size: .65rem; }
.pilot-card .button { width: 100%; }

footer { padding: 28px 0; color: white; background: #021b13; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.45); font-size: .72rem; }
.footer-grid p:last-child { text-align: right; }
.footer-grid .brand { font-size: 1.08rem; }
.footer-grid .brand-mark { width: 31px; height: 31px; border-radius: 8px; transform: scale(.78); transform-origin: left center; margin-right: -5px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.delay { transition-delay: .1s; }
.reveal.delay-two { transition-delay: .18s; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 90px; }
  .hero-copy { max-width: 700px; }
  .product-stage { min-height: 540px; }
  .dashboard-card { right: -20px; width: 83%; }
  .phone-card { left: 8%; }
  .chip-one { left: 5%; }
  .chip-two { right: 0; }
  .problem-grid, .benefits-grid, .trust-grid { gap: 60px; }
  .club-board { transform-origin: left top; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 680px); }
  .site-header { height: 68px; }
  .menu-button { display: block; position: relative; z-index: 12; }
  .menu-button i { width: 25px; height: 2px; margin: 6px 0; display: block; background: white; transition: transform .2s ease; }
  nav { display: none; position: absolute; top: 68px; left: 15px; right: 15px; padding: 18px; flex-direction: column; align-items: stretch; gap: 5px; border-radius: 0 0 12px 12px; background: var(--green-950); box-shadow: 0 25px 45px rgba(0,0,0,.25); }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .nav-action { text-align: center; margin-top: 5px; }
  .hero, .hero-grid { min-height: 0; }
  .hero-grid { padding-top: 125px; gap: 25px; }
  h1 { font-size: clamp(3.7rem, 15vw, 5.6rem); }
  .hero-lede { font-size: 1.03rem; }
  .product-stage { min-height: 470px; }
  .dashboard-card { top: 50px; right: -220px; width: 620px; }
  .phone-card { left: 20px; top: 16px; }
  .chip-one { left: 0; bottom: 26px; }
  .chip-two { display: none; }
  .signal-grid { grid-template-columns: 1fr 1fr; gap: 0; padding: 14px 0; }
  .signal-grid p { min-height: 75px; padding: 16px; }
  .signal-grid > i { display: none; }
  .section { padding: 85px 0; }
  .problem-grid, .benefits-grid, .trust-grid, .early-grid { grid-template-columns: 1fr; gap: 45px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 320px; }
  .step.feature { transform: none; }
  .club-board { transform: scale(.72); margin-bottom: -160px; }
  .benefit-copy h2, .trust h2, .early-access h2 { font-size: 2.85rem; }
  .visual-break { padding: 55px 0; }
  .concept-frame figcaption { position: static; padding: 18px; background: var(--green-900); }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-grid p:last-child { text-align: left; }
}

@media (max-width: 560px) {
  .brand { font-size: 1.25rem; }
  .brand-mark { width: 35px; height: 35px; }
  .hero-grid { padding-top: 110px; }
  h1 { font-size: clamp(3.2rem, 17vw, 4.8rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-points { display: grid; gap: 8px; }
  .product-stage { min-height: 430px; }
  .dashboard-card { right: -380px; width: 630px; opacity: .68; }
  .phone-card { left: 50%; transform: translateX(-50%) rotate(-2deg); }
  .chip-one { left: 4px; bottom: 7px; }
  .section-intro h2, .section-heading h2 { font-size: 2.65rem; }
  .exception-panel { margin-inline: -3px; }
  .reconcile { grid-template-columns: 1fr; }
  .reconcile p { border-right: 0; border-bottom: 1px solid var(--line); }
  .exception-action { grid-template-columns: auto 1fr; }
  .exception-action button { grid-column: 1 / -1; }
  .club-board { transform: scale(.54); margin-bottom: -260px; }
  .concept-frame img { min-height: 270px; object-fit: cover; object-position: 58% center; }
  .concept-frame figcaption { display: block; }
  .concept-frame figcaption p { margin-top: 6px; }
}

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