:root {
  --ink: #06110d;
  --surface: #0b1712;
  --green: #a8ff62;
  --muted: #9daf9f;
  --white: #f4f7ef;
  --line: rgba(244, 247, 239, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: calc(100% - 96px); max-width: none; margin: 0 auto; }
.eyebrow, .feature-label, .feature-number, .screen-kicker, .screen-caption, .studio-label { font: 500 11px/1.2 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

.hero { width: 100%; min-height: 760px; height: 100svh; position: relative; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; }
.hero-image, .hero-shade, .manifesto-image, .manifesto-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/coach.png") center 20% / cover no-repeat; z-index: -2; }
.hero-shade { background: linear-gradient(90deg, rgba(2, 11, 8, .78) 0%, rgba(2, 11, 8, .27) 58%, rgba(2, 11, 8, .02)), linear-gradient(0deg, rgba(2, 11, 8, .8) 0%, transparent 42%); z-index: -1; }
.nav { position: absolute; inset: 25px 0 auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark, .app-mark { font: 700 20px/1 "Space Grotesk", sans-serif; letter-spacing: .16em; }
.wordmark span, .app-mark span { color: var(--green); }
.nav-link { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-link i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.hero-copy { padding-bottom: 7.5vh; }
.hero-copy h1, .section-heading h2, .closing h2, .manifesto h2 { margin: 16px 0 16px; font: 700 clamp(45px, 7.1vw, 98px)/.89 "Space Grotesk", sans-serif; letter-spacing: -.045em; }
.hero-copy h1 span { color: var(--green); }
.hero-line { margin: 0; font: 600 clamp(16px, 2vw, 24px)/1 "Space Grotesk", sans-serif; letter-spacing: .11em; }
.hero-actions { margin-top: 44px; display: flex; align-items: flex-end; gap: 34px; }.scroll-cue { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font: 500 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.scroll-cue b { color: var(--green); font-size: 20px; font-family: sans-serif; }
.hero-socials { display: flex; gap: 18px; }.hero-socials a { border-bottom: 1px solid var(--line); padding-bottom: 10px; font: 500 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .04em; }.hero-socials b { color: var(--green); }
.hero-index { position: absolute; right: 32px; bottom: 30px; margin: 0; font: 500 11px "DM Mono", monospace; color: var(--green); }.hero-index span { color: var(--muted); }

.experience { padding: 150px 0 170px; }
.product-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 54px; border-bottom: 1px solid var(--line); }.product-heading .eyebrow { grid-column: 1 / -1; margin: 0 0 17px; }.product-heading h2 { margin: 0; font: 700 clamp(52px, 7vw, 112px)/.82 "Space Grotesk", sans-serif; letter-spacing: -.055em; }.product-heading h2 em { color: var(--green); font-style: normal; }.product-heading > p:last-child { margin: 0 0 7px; color: var(--green); font: 500 11px "DM Mono", monospace; letter-spacing: .08em; }
.product-showcase { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 0; border-bottom: 1px solid var(--line); }.screen-stage { position: relative; min-height: 720px; overflow: hidden; border-right: 1px solid var(--line); background: #09140f; }.screen-stage:last-child { border-right: 0; }.screen-meta { position: absolute; z-index: 2; top: 25px; left: 27px; right: 27px; display: flex; justify-content: space-between; color: var(--white); font: 500 10px "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }.screen-meta span:first-child { color: var(--green); }.device-frame { overflow: hidden; border: 5px solid #202a24; border-radius: 31px; background: #050806; box-shadow: 0 28px 58px rgba(0, 0, 0, .44); }.device-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.screen-home { background: #14271a; }.screen-home .device-frame { position: absolute; width: min(61%, 330px); aspect-ratio: 1179 / 2556; right: 13%; bottom: -21%; transform: rotate(6deg); }.screen-program { background: #101914; }.screen-program .device-frame { position: absolute; width: min(68%, 290px); aspect-ratio: 1179 / 2556; left: 50%; bottom: -20%; transform: translateX(-50%); }.screen-single { background: #172016; }.screen-single .device-frame { position: absolute; width: min(68%, 290px); aspect-ratio: 1179 / 2556; left: 50%; bottom: -24%; transform: translateX(-50%) rotate(-6deg); }
.screen-workout { grid-column: 1 / -1; min-height: 625px; border-top: 1px solid var(--line); border-right: 0; background: #080f0b; }.workout-screens { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; gap: clamp(20px, 5vw, 95px); padding: 70px 60px 0; }.workout-screens .device-frame { width: min(20vw, 300px); aspect-ratio: 1179 / 2556; transform: translateY(18%); }.workout-screens .device-frame:nth-child(2) { width: min(23vw, 350px); transform: translateY(8%); z-index: 1; }.workout-screens .device-frame:nth-child(3) { transform: translateY(22%); }

.manifesto { position: relative; min-height: 690px; isolation: isolate; display: flex; align-items: flex-end; overflow: hidden; }.manifesto-image { background: url("assets/master-plank.png") center bottom / contain no-repeat; z-index: -2; }.manifesto-shade { background: linear-gradient(90deg, rgba(3,12,8,.86) 0%, rgba(3,12,8,.36) 58%, rgba(3,12,8,.16)); z-index: -1; }.manifesto-copy { padding-bottom: 90px; }.manifesto h2 { font-size: clamp(45px, 6.3vw, 88px); }.manifesto h2 span { color: var(--green); }
.signup { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(48px, 9vw, 180px); padding: 130px 0; border-bottom: 1px solid var(--line); }.signup-copy .eyebrow { margin: 0 0 18px; }.signup h2 { margin: 0; font: 700 clamp(44px, 5.7vw, 82px)/.86 "Space Grotesk", sans-serif; letter-spacing: -.05em; }.signup h2 span { color: var(--green); }.signup-copy > p:last-child { margin: 23px 0 0; color: var(--muted); font-size: 14px; }.signup-form { display: flex; gap: 10px; align-items: stretch; border-bottom: 1px solid var(--white); }.signup-form input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--white); padding: 17px 0; font: 500 11px "DM Mono", monospace; letter-spacing: .05em; }.signup-form input::placeholder { color: var(--muted); opacity: 1; }.signup-form button { border: 0; background: var(--green); color: var(--ink); padding: 0 19px; font: 700 10px "DM Mono", monospace; letter-spacing: .05em; cursor: pointer; transition: background .2s ease, color .2s ease; }.signup-form button:hover, .signup-form button:focus-visible { background: var(--white); }.signup-form button span { padding-left: 14px; font: 700 17px/0 Manrope, sans-serif; vertical-align: -1px; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.closing { padding: 150px 0 70px; }.closing h2 { margin-top: 18px; font-size: clamp(75px, 12vw, 175px); }.closing h2 span { color: var(--green); }.closing-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 90px; padding-top: 20px; border-top: 1px solid var(--line); }.closing-footer p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.socials { display: flex; gap: 25px; }.socials a { border-bottom: 1px solid var(--line); padding-bottom: 7px; font: 500 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .03em; }.socials b { color: var(--green); }.footer { padding: 18px 0 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font: 400 10px "DM Mono", monospace; letter-spacing: .04em; }.footer a { color: var(--white); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }.reveal.in-view { opacity: 1; transform: translateY(0); }
.signup-status { grid-column: 2; margin: 12px 0 0; min-height: 1.2em; color: var(--green); font: 500 10px/1.4 "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }.signup-form button:disabled { cursor: wait; opacity: .7; }
@media (min-width: 1280px) { .shell { width: calc(100% - 128px); }.experience { padding: 170px 0; }.feature-card { min-height: 610px; }.feature-card-wide, .studio-card { min-height: 540px; }.program-phone { width: 238px; height: 516px; right: 9%; bottom: -105px; }.workout-phone { width: 250px; height: 542px; right: 10%; bottom: -127px; }.manifesto { min-height: 760px; } }
@media (min-width: 701px) and (max-width: 1100px) { .shell { width: min(90vw, 980px); }.hero { min-height: 720px; }.hero-copy h1 { font-size: clamp(58px, 8vw, 82px); }.experience { padding: 110px 0; }.product-heading { padding-bottom: 40px; }.product-showcase { grid-template-columns: 1.15fr .85fr; }.screen-stage { min-height: 590px; }.screen-single { border-top: 1px solid var(--line); }.screen-workout { min-height: 515px; }.workout-screens { gap: 34px; padding-inline: 35px; }.workout-screens .device-frame { width: min(23vw, 225px); }.workout-screens .device-frame:nth-child(2) { width: min(26vw, 260px); }.manifesto { min-height: 610px; }.signup { gap: 45px; padding: 95px 0; }.closing { padding-top: 120px; } }
@media (max-width: 700px) { .shell { width: min(100% - 36px, 560px); }.hero { min-height: 680px; }.hero-image { background-position: 55% center; background-size: auto 90%; }.hero-shade { background: linear-gradient(90deg, rgba(2,11,8,.76), rgba(2,11,8,.12)), linear-gradient(0deg, rgba(2,11,8,.88), transparent 55%); }.nav { inset: 20px 0 auto; }.wordmark { font-size: 16px; }.nav-link { font-size: 9px; }.hero-copy { padding-bottom: 86px; }.hero-copy h1 { font-size: 45px; }.hero-line { font-size: 15px; }.hero-actions { display: block; margin-top: 30px; }.hero-socials { margin-top: 22px; gap: 14px; }.hero-socials a { font-size: 9px; }.hero-index { right: 18px; bottom: 23px; }.experience { padding: 90px 0 100px; }.product-heading { display: block; padding-bottom: 32px; }.product-heading h2 { font-size: clamp(48px, 14vw, 65px); }.product-heading > p:last-child { margin-top: 18px; }.product-showcase { grid-template-columns: 1fr; }.screen-stage { min-height: 490px; border-right: 0; border-bottom: 1px solid var(--line); }.screen-meta { top: 19px; left: 19px; right: 19px; }.screen-home .device-frame { width: min(56%, 235px); right: 15%; }.screen-program .device-frame, .screen-single .device-frame { width: min(58%, 235px); }.screen-workout { min-height: 405px; border-top: 0; border-bottom: 0; }.workout-screens { gap: 13px; padding: 50px 16px 0; }.workout-screens .device-frame { width: 27%; border-width: 3px; border-radius: 18px; }.workout-screens .device-frame:nth-child(2) { width: 31%; }.manifesto { min-height: 560px; }.manifesto-image { background-position: center bottom; }.manifesto-copy { padding-bottom: 65px; }.signup { display: block; padding: 82px 0; }.signup h2 { font-size: clamp(42px, 13vw, 58px); }.signup-copy > p:last-child { margin-top: 17px; }.signup-form { margin-top: 42px; }.signup-form input { padding: 16px 0; font-size: 10px; }.signup-form button { padding: 0 14px; font-size: 9px; }.signup-form button span { padding-left: 8px; }.closing { padding: 100px 0 54px; }.closing h2 { font-size: clamp(62px, 19vw, 105px); }.closing-footer { display: block; margin-top: 55px; }.socials { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.footer { font-size: 8px; } }