:root {
  --ink: #17261f;
  --muted: #657069;
  --lime: #d9ff63;
  --lime-dark: #c6ef4a;
  --cream: #f7f5ed;
  --paper: #fffef9;
  --line: #dce0d8;
  --green: #234b3a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 82px; width: min(1240px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font: 800 20px "Manrope", sans-serif; letter-spacing: -0.7px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); }
.brand-mark svg { width: 23px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; gap: 34px; color: #4d5a53; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--ink); }
.button { border: 0; border-radius: 8px; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font: 700 14px "DM Sans", sans-serif; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 8px 20px rgba(120,150,40,.12); }
.button-primary:hover { background: var(--lime-dark); }

.hero { min-height: 690px; padding: 78px 0 90px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow, .section-kicker { color: #607068; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 2px; background: #87a72e; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
h1 { margin-top: 23px; font-size: clamp(45px, 5vw, 69px); line-height: 1.04; letter-spacing: -3.8px; }
h1 em { color: #6c793f; font-style: normal; }
.hero-lede { max-width: 600px; margin: 27px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { font-size: 14px; font-weight: 700; }
.play { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-right: 8px; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; }
.trust-row { display: flex; align-items: center; gap: 16px; margin-top: 46px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -7px; border: 2px solid white; border-radius: 50%; background: #d3ded0; font-size: 9px; font-weight: 800; }
.avatar-stack span:first-child { margin: 0; background: #d1b598; }
.avatar-stack span:nth-child(2) { background: #9ab4b2; }.avatar-stack span:nth-child(3) { background: #d8c5b4; }.avatar-stack span:last-child { background: var(--ink); color: white; }
.trust-row p { margin: 0; color: #7a837e; font-size: 11px; line-height: 1.55; }.trust-row strong { color: #435048; }

.product-scene { min-height: 500px; position: relative; display: grid; place-items: center; }
.product-scene:before { content: ""; position: absolute; inset: 15px 0 0 50px; border-radius: 48% 52% 40% 60%; background: #eff1e9; transform: rotate(-7deg); }
.scene-orbit { position: absolute; border: 1px solid #d7ddd2; border-radius: 50%; transform: rotate(-18deg); }.orbit-one { width: 530px; height: 350px; }.orbit-two { width: 440px; height: 470px; transform: rotate(30deg); }
.video-card { width: 370px; position: relative; z-index: 2; background: white; border: 1px solid #dfe3dc; border-radius: 15px; overflow: hidden; box-shadow: 0 30px 70px rgba(30,50,40,.16); transform: rotate(-1.5deg); }
.video-topbar { height: 35px; padding: 0 12px; display: flex; align-items: center; gap: 5px; font-size: 9px; }.video-topbar span { width: 6px; height: 6px; background: #cdd4cf; border-radius: 50%; }.video-topbar b { margin-left: auto; margin-right: auto; font-weight: 600; }
.video-frame { height: 258px; overflow: hidden; position: relative; background: linear-gradient(#a5bcc0 0 47%, #6c8751 47%); }
.sky { position: absolute; width: 170px; height: 55px; right: -20px; top: 33px; border-radius: 50%; background: rgba(255,255,255,.22); filter: blur(12px); }
.range-line { position: absolute; width: 100%; height: 45px; top: 42%; background: #36523a; clip-path: polygon(0 50%, 25% 10%, 46% 50%, 71% 0, 100% 48%, 100% 100%, 0 100%); }
.golfer { position: absolute; left: 47%; top: 73px; width: 80px; height: 140px; }.golfer span { position: absolute; display: block; background: #202b25; }.head { left: 30px; width: 24px; height: 24px; border-radius: 50%; }.body { left: 23px; top: 23px; width: 36px; height: 70px; border-radius: 16px 16px 5px 5px; transform: skew(-6deg); }.arm { top: 37px; left: 3px; width: 55px; height: 11px; border-radius: 8px; transform: rotate(-18deg); }.club { width: 3px; height: 115px; left: -2px; top: -49px; transform: rotate(-37deg); transform-origin: bottom; }.swing-path { position: absolute; width: 130px; height: 170px; left: 113px; top: 42px; border: 3px solid transparent; border-right-color: var(--lime); border-radius: 50%; transform: rotate(-28deg); }.swing-path:after { content: "›"; position: absolute; color: var(--lime); font-size: 27px; right: 10px; bottom: 10px; transform: rotate(28deg); }
.video-controls { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 14px 10px; display: flex; align-items: center; gap: 9px; color: white; background: linear-gradient(transparent,rgba(0,0,0,.65)); font-size: 8px; }.pause { font-size: 10px; }.progress { flex: 1; height: 3px; background: rgba(255,255,255,.35); }.progress i { display: block; width: 46%; height: 100%; background: var(--lime); }
.video-footer { padding: 15px; display: flex; gap: 10px; align-items: center; }.mini-avatar,.coach-avatar { display: grid; place-items: center; border-radius: 50%; background: #d2b096; font-size: 8px; font-weight: 800; }.mini-avatar { width: 29px; height: 29px; }.video-footer strong,.video-footer small,.feedback-header strong,.feedback-header small { display: block; }.video-footer strong { font-size: 10px; }.video-footer small { margin-top: 2px; color: #8b938e; font-size: 8px; }.new-pill,.sent-pill { margin-left: auto; padding: 4px 7px; border-radius: 10px; color: #50701a; background: #edfac8; font-size: 7px; font-weight: 800; }
.feedback-card { position: absolute; z-index: 4; width: 275px; right: -8px; bottom: 5px; padding: 17px; border-radius: 13px; background: #173a2c; color: white; box-shadow: 0 22px 50px rgba(24,52,40,.25); transform: rotate(2deg); }.feedback-header { display: flex; align-items: center; gap: 9px; }.coach-avatar { width: 31px; height: 31px; color: var(--ink); background: var(--lime); }.feedback-header strong { font-size: 10px; }.feedback-header small { color: #a5b9af; font-size: 8px; }.feedback-card p { font-size: 10px; line-height: 1.5; color: #d7e3dd; }.voice-note { display: flex; align-items: center; gap: 8px; }.voice-note button { width: 24px; height: 24px; border: 0; border-radius: 50%; background: var(--lime); font-size: 8px; }.voice-note span { flex: 1; height: 3px; background: #547064; }.voice-note i { display: block; width: 40%; height: 100%; background: var(--lime); }.voice-note b { font-size: 8px; color: #a9bcb3; }
.float-badge { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid #e4e6df; border-radius: 10px; background: white; box-shadow: 0 10px 30px rgba(34,54,45,.11); font-size: 8px; color: #7b847f; }.float-badge b { color: var(--ink); font-size: 17px; }.badge-top { right: -25px; top: 55px; }.badge-bottom { left: 0; bottom: 55px; }.heart { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #57711a; background: #ecf9c8; }.badge-bottom b { font-size: 12px; }

.problem-band { padding: 74px 0; background: var(--ink); color: white; }.problem-grid { display: grid; grid-template-columns: .55fr 1.3fr .8fr; align-items: center; gap: 70px; }.problem-band .section-kicker { color: #a7b0aa; }.problem-band blockquote { margin: 0; font: 600 27px/1.45 "Manrope"; letter-spacing: -1px; }.problem-band blockquote em { color: var(--lime); font-style: normal; }.problem-band .problem-grid > p:last-child { color: #aab5ae; font-size: 13px; line-height: 1.7; }
.steps { padding: 115px 0 125px; }.section-heading { text-align: center; }.section-heading h2,.creator-value h2,.cta-card h2 { margin-top: 16px; font-size: clamp(34px,4vw,50px); line-height: 1.12; letter-spacing: -2.5px; }.step-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3,1fr); }.step-grid article { min-height: 290px; position: relative; padding: 35px 42px; border-left: 1px solid var(--line); }.step-grid article:last-child { border-right: 1px solid var(--line); }.step-number { position: absolute; top: 0; right: 30px; color: #d5dad4; font: 700 11px "Manrope"; }.step-icon { width: 57px; height: 57px; display: grid; place-items: center; margin-bottom: 37px; border-radius: 15px; background: #eff2e9; color: var(--green); font-size: 26px; font-weight: 500; }.review-icon { position: relative; font-size: 13px; background: var(--ink); color: var(--lime); }.review-icon span { position: absolute; width: 17px; height: 2px; right: -7px; top: 13px; background: var(--lime); transform: rotate(-30deg); }.step-grid h3 { font-size: 18px; letter-spacing: -.5px; }.step-grid p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.creator-value { padding: 105px 0; background: var(--cream); }.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.value-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 14px; padding: 24px 0; border-bottom: 1px solid #d5d8d0; }.value-list span { color: #81905a; font: 700 11px "Manrope"; }.value-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }.value-list strong { display: block; margin-bottom: 5px; color: var(--ink); font: 700 16px "Manrope"; }
.early-access { padding: 110px 0; }.cta-card { padding: 72px 80px; display: grid; grid-template-columns: 1fr 410px; gap: 95px; border-radius: 20px; color: white; background: var(--green); overflow: hidden; position: relative; }.cta-card:before { content: ""; position: absolute; width: 420px; height: 420px; left: -220px; bottom: -280px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.02); }.cta-card .section-kicker { color: var(--lime); }.cta-copy p:last-child { max-width: 430px; color: #bbcbc3; line-height: 1.7; }.cta-card form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }.cta-card label { color: #cad6d0; font-size: 10px; font-weight: 700; }.cta-card label:nth-of-type(2) { grid-column: 2; grid-row: 1; }.cta-card input,.cta-card select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #587064; border-radius: 7px; outline: none; color: white; background: #315345; font: 12px "DM Sans"; }.cta-card input:focus,.cta-card select:focus { border-color: var(--lime); }.cta-card input::placeholder { color: #9cafA6; }.cta-card label:nth-of-type(3),.cta-card select,.cta-card button,.form-note,.form-message { grid-column: 1 / -1; }.cta-card select { margin-bottom: 8px; }.cta-card button { width: 100%; }.form-note { margin: 2px 0 0; text-align: center; color: #8fa399; font-size: 9px; }.form-message { min-height: 16px; text-align: center; color: var(--lime); font-size: 11px; font-weight: 700; }
footer { width: min(1180px,calc(100% - 48px)); margin: auto; padding: 28px 0 40px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #7b857f; font-size: 11px; }.footer .brand, footer .brand { color: var(--ink); }.footer .brand-mark, footer .brand-mark { width: 29px; height: 29px; font-size: 16px; }

@media (max-width: 900px) {
  nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 55px; }.hero-copy { text-align: center; }.eyebrow,.hero-actions,.trust-row { justify-content: center; }.hero-lede { margin-left: auto; margin-right: auto; }.product-scene { margin-top: 20px; }.problem-grid { grid-template-columns: 1fr; gap: 22px; text-align: center; }.step-grid { grid-template-columns: 1fr; max-width: 580px; margin-left: auto; margin-right: auto; }.step-grid article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.value-grid { grid-template-columns: 1fr; gap: 40px; }.cta-card { grid-template-columns: 1fr; gap: 45px; padding: 60px; }
}
@media (max-width: 560px) {
  .section-shell,.site-header,footer { width: min(100% - 30px,1180px); }.site-header { height: 70px; }.site-header > .button { display: none; }.hero { padding: 45px 0 70px; gap: 30px; }h1 { font-size: 42px; letter-spacing: -2.6px; }.hero-actions { flex-direction: column; gap: 18px; }.product-scene { min-height: 430px; transform: scale(.84); margin-left: -30px; margin-right: -30px; }.video-card { width: 340px; }.feedback-card { right: -12px; }.badge-top { right: -10px; }.problem-band { padding: 60px 0; }.steps { padding: 80px 0; }.step-grid article { padding: 30px; }.creator-value { padding: 75px 0; }.cta-card { padding: 42px 24px; }.cta-card form { grid-template-columns: 1fr; }.cta-card label:nth-of-type(2) { grid-column: 1; grid-row: auto; }.cta-card input,.cta-card label { grid-column: 1; }.early-access { padding: 70px 0; }footer { flex-direction: column; gap: 12px; text-align: center; }
}

/* Legal pages */
.legal-header { border-bottom: 1px solid var(--line); }
.legal-page { width: min(760px,calc(100% - 40px)); margin: 0 auto; padding: 85px 0 110px; }
.legal-page > h1 { margin: 14px 0 8px; font-size: clamp(44px,7vw,68px); }
.legal-updated { margin: 0 0 42px; color: var(--muted); font-size: 13px; }
.legal-intro { padding: 27px 30px; margin-bottom: 50px; border-left: 4px solid var(--lime-dark); background: var(--cream); font-size: 17px; line-height: 1.7; }
.legal-page section { margin-top: 42px; }
.legal-page section h2 { margin-bottom: 14px; font-size: 22px; letter-spacing: -.7px; }
.legal-page section p,.legal-page section li { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-page section a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-placeholder { padding: 12px 14px; border-radius: 7px; background: #fff1c7; color: #665220 !important; }
.thanks-legal { margin: 24px 0 0 !important; font-size: 11px; }
.thanks-legal a { text-decoration: underline; }

/* Founding coach application */
.cta-card { grid-template-columns: 1fr 430px; gap: 75px; }
.cta-copy > p { max-width: 430px; color: #bbcbc3; line-height: 1.7; }
.pilot-details { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; color: #dbe5e0; font-size: 12px; }
.pilot-details li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 800; }
.hidden-field { position: absolute; left: -9999px; }
.cta-card form { grid-template-columns: 1fr; gap: 7px; }
.cta-card form > label,.cta-card form > input,.cta-card form > select { grid-column: 1 / -1; grid-row: auto; }
.cta-card .pilot-check { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; margin: 7px 0 10px; line-height: 1.45; cursor: pointer; }
.cta-card .pilot-check input { flex: 0 0 auto; width: 17px; height: 17px; margin: 0; accent-color: var(--lime); }
.cta-card button,.cta-card .form-note { grid-column: 1 / -1; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 25px; background: var(--cream); }
.thanks-card { width: min(680px,100%); padding: 65px; border-radius: 20px; text-align: center; background: white; box-shadow: 0 25px 70px rgba(30,50,40,.1); }
.thanks-card .brand { justify-content: center; margin-bottom: 45px; }
.thanks-check { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; background: var(--lime); font-size: 26px; font-weight: 800; }
.thanks-card h1 { margin: 14px 0 20px; font-size: clamp(34px,6vw,52px); }
.thanks-card > p:not(.section-kicker) { max-width: 500px; margin: 0 auto 30px; color: var(--muted); line-height: 1.7; }

@media (max-width: 900px) {
  .cta-card { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 560px) {
  .cta-card form { grid-template-columns: 1fr; }
  .cta-card form > label,.cta-card form > input,.cta-card form > select,.cta-card .pilot-check { grid-column: 1 / -1; }
  .thanks-card { padding: 45px 22px; }
}
