/* Shared site design. The two products retain their in-app brand colors. */
:root {
  --carbon: #111111;
  --panel: #191919;
  --panel-2: #212121;
  --rule: #30312e;
  --ink: #f2f3ea;
  --muted: #adafa5;
  --amber: #f2b84b;
  --on-amber: #141209;
  --accent-rgb: 242, 184, 75;
  --mint: #57d9a3;
  --gut: clamp(20px, 5vw, 64px);
  --fs-body: 18px;
  --fs-lead: clamp(19px, 1.6vw, 23px);
  --fs-h2: clamp(32px, 3.7vw, 50px);
  --sp-section: clamp(64px, 7vw, 100px);
  --sp-title: 24px;
  --sp-group: 32px;
}
.coach-page {
  --amber: #57d9a3;
  --on-amber: #08150f;
  --accent-rgb: 87, 217, 163;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { background: var(--carbon); color: var(--ink); font: var(--fs-body)/1.65 'Saira', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
[hidden] { display: none !important; }
::selection { background: var(--amber); color: var(--on-amber); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 5px; }
/* The phone glows bleed past the gutters; clipping here keeps the page from scrolling sideways on phones. */
main { overflow-x: clip; }
.wrap { width: 100%; max-width: 1320px; margin-inline: auto; padding-inline: var(--gut); }
.display { font-family: 'Tomorrow', 'Saira', sans-serif; font-weight: 700; text-transform: uppercase; line-height: 1.08; letter-spacing: -.025em; }
h2.display { text-wrap: balance; }
  .tag { color: var(--amber); font: 600 15px/1.5 'Tomorrow', sans-serif; text-transform: uppercase; letter-spacing: .13em; }
p { color: var(--muted); }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 12px 20px; color: var(--on-amber); background: var(--amber); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

/* Navigation is available without JavaScript; only the enhanced mobile menu collapses. */
header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--rule); background: rgba(17,17,17,.95); backdrop-filter: blur(16px); }
.nav { position: relative; min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand-icon { height: 48px; width: auto; }
.brand-word { height: 24px; width: auto; }
.coach-page .brand-word { height: 21px; }
.links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); text-decoration: none; font-size: 17px; white-space: nowrap; transition: color .18s; }
.links a:hover { color: var(--ink); }
.links a > span { margin-left: 5px; }
.links .mini { min-height: 44px; padding: 10px 19px; border-radius: 0; background: var(--amber); color: var(--on-amber); font: 600 15px/1.5 'Tomorrow', sans-serif; }
.links .mini:hover { background: var(--ink); color: var(--carbon); }
.menu-toggle { display: none; }

/* Opening: a short promise, an immediate action, then the actual product. */
.hero { border-bottom: 1px solid var(--rule); }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr); align-items: center; gap: 56px; padding-block: 54px; }
.hero-copy { min-width: 0; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.hero-kicker::before { content: ''; width: 7px; height: 7px; background: var(--amber); border-radius: 50%; flex-shrink: 0; }
.hero h1 { font-size: clamp(42px, 4.8vw, 68px); line-height: 1.12; }
.hero h1 span { display: block; }
.hero h1 .two { color: var(--amber); }
.coach-page .hero h1 { font-size: clamp(40px, 4.1vw, 58px); }
.hero .dek { max-width: 39ch; margin-top: 25px; font-size: var(--fs-lead); line-height: 1.6; text-wrap: pretty; }
.stores { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; margin-top: 30px; }
/* Store buttons follow the app's button language: 56px tall, 4px corners, the pair the same size. */
.store { display: inline-flex; align-items: center; gap: 12px; min-height: 56px; min-width: 196px; padding: 10px 20px 10px 16px; border: 1px solid #a6a6a6; border-radius: 0; background: #000; color: #fff; text-decoration: none; }
a.store { transition: background .18s, border-color .18s; }
a.store:hover { border-color: #fff; }
.store svg { width: 26px; height: 26px; fill: currentColor; flex: none; }
.store--play svg { width: 24px; height: 24px; }
.store-text { display: grid; gap: 3px; text-align: left; }
.store small { font: 500 15px/1.2 'Saira', sans-serif; letter-spacing: .02em; }
.store b { font: 600 19px/1.1 'Saira', sans-serif; letter-spacing: -.01em; }
.hero-note { font-size: 17px; margin-top: 14px; }
.hero-note a { margin-left: 10px; color: var(--ink); }
.ticks { list-style: none; display: grid; gap: 14px; margin-top: 28px; }
.ticks li { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 12px; font-size: 17px; line-height: 1.6; }
.ticks svg { width: 20px; height: 20px; margin-top: 4px; }
.ticks circle { fill: rgba(var(--accent-rgb), .12); }
.ticks path { stroke: var(--amber); stroke-width: 2.1; fill: none; }
.shot { position: relative; min-width: 0; margin: 0; }
.device { position: relative; isolation: isolate; width: 100%; max-width: 320px; aspect-ratio: 446 / 900; margin: 0 auto; }
/* A soft accent glow grounds the phone without a box behind it. */
.device::before { content: ''; position: absolute; inset: 4% -36%; z-index: -1; border-radius: 50%; background: radial-gradient(closest-side, rgba(var(--accent-rgb), .22), rgba(var(--accent-rgb), .07) 45%, rgba(var(--accent-rgb), 0)); }
.hero .device { animation: rise .8s cubic-bezier(.2,.8,.2,1) both; }
.hero .device:has(.watch) { margin-left: 0; }
@keyframes rise { from { transform: translateY(18px); opacity: 0; } }
.device .screen { position: absolute; left: 6.58%; top: 3.26%; width: 86.84%; height: 93.48%; object-fit: cover; object-position: top; border-radius: 9% / 4%; background: var(--carbon); }
.device .frame { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.shot .device { filter: drop-shadow(0 18px 25px rgba(0,0,0,.4)); }
/* Apple Watch Ultra 3 next to the phone: Apple Design Resources bezel; the screen is drawn from the watch app's SwiftUI
   workout screen (WorkoutRemoteView). Inside .w-ui, 1em = 1 watch point. */
.watch { position: absolute; left: 85%; bottom: -6%; width: 52%; aspect-ratio: 600 / 960; z-index: 2; filter: drop-shadow(0 14px 22px rgba(0,0,0,.55)); -webkit-mask: linear-gradient(transparent 1%, #000 12%, #000 86%, transparent 99%); mask: linear-gradient(transparent 1%, #000 12%, #000 86%, transparent 99%); }
.watch-frame { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.watch-screen { position: absolute; left: 14.6%; top: 23%; width: 70.8%; height: 54%; border-radius: 22% / 18%; background: #000; overflow: hidden; container-type: inline-size; }
.w-ui { font-size: calc(100cqw / 208); width: 208em; padding: 12em 8em 0; color: #fff; font-family: -apple-system, 'SF Pro Text', system-ui, sans-serif; line-height: 1.2; }
.w-ui > div, .w-ui span, .w-ui b { font-size: 1em; }
.w-ui svg { flex: none; }
.w-time { font-size: 15em !important; font-weight: 600; text-align: right; padding-right: .5em; }
.w-title { margin-top: .25em; font-size: 14.5em !important; font-weight: 600; text-align: center; }
.w-stats { display: flex; justify-content: center; align-items: center; gap: 10em; margin-top: 2em; }
.w-count { font-size: 18em !important; font-weight: 700; color: #f2b84b; font-variant-numeric: tabular-nums; }
.w-hr { display: inline-flex; align-items: center; gap: .15em; font-size: 18em !important; font-weight: 700; color: #ff375f; }
.w-hr svg { width: .7em; height: .7em; }
.w-kcal { font-size: 13em !important; color: #ff9f0a; }
.w-set { margin-top: .45em; height: 2.6em; display: grid; place-items: center; border-radius: 1.3em; background: #f2b84b; color: #000; font-size: 17em !important; font-weight: 600; }
.w-set { transition: transform .12s ease, filter .12s ease; }
.w-set.press { transform: scale(.94); filter: brightness(.85); }
.w-rest { margin-top: 5em; text-align: center; }
.w-rest[hidden] { display: none; }
.w-timer { font-size: 26em !important; font-weight: 700; color: #ff9f0a; font-variant-numeric: tabular-nums; line-height: 1.1; }
.w-rest-btns { display: flex; gap: 6em; margin-top: 4em; }
.w-rest-btns span { flex: 1; height: 2.4em; display: grid; place-items: center; border-radius: 1.2em; font-size: 14em !important; font-weight: 600; }
.w-plus { background: rgba(255,159,10,.22); color: #ff9f0a; }
.w-skip { background: rgba(235,235,245,.16); color: #fff; }
.w-row > svg { transition: transform .25s cubic-bezier(.3,1.6,.5,1); }
.w-row.pop > svg { transform: scale(1.3); }
.w-row { display: flex; align-items: center; gap: 6em; margin-top: 7em; padding: 0 4em; color: rgba(235,235,245,.6); }
.w-row > svg { width: 17em; height: 17em; }
.w-row.done > svg { color: #f2b84b; }
.w-row b { font-size: 13em !important; font-weight: 600; color: #fff; }
.w-row span { font-size: 13em !important; }
.w-row .w-sp { flex: 1; }
.w-row .w-reps { font-weight: 700; }
.w-adj { display: inline-flex; gap: 2em; }
.w-adj svg { width: 14em; height: 14em; }

/* Flexible feature facts avoid the fixed-width overflow at tablet sizes. */
.proof { border-bottom: 1px solid var(--rule); }
.proof .wrap { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); padding-block: 32px; }
.pill { min-width: 0; padding: 8px 16px; border-right: 1px solid var(--rule); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.pill:last-child { border-right: 0; }
.pill svg { width: 23px; height: 23px; stroke: var(--amber); stroke-width: 1.7; fill: none; margin-bottom: 4px; }
.pill b { font: 600 clamp(18px, 1.8vw, 25px)/1.3 'Tomorrow', sans-serif; }
.pill span { color: var(--muted); font-size: 16px; line-height: 1.45; max-width: 18ch; }
.feature-intro { padding-top: var(--sp-section); padding-bottom: 16px; }
.feature-intro h2 { font-size: var(--fs-h2); margin-top: 12px; max-width: 20ch; }
.feature-intro p { margin-top: 16px; max-width: 54ch; }
.feature-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.feature-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 16px; border: 1px solid var(--rule); border-radius: 0; text-decoration: none; color: var(--muted); font-size: 16px; }
.feature-nav a:hover { border-color: var(--amber); color: var(--amber); }
.feat { border-bottom: 1px solid var(--rule); }
.feat .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(48px, 8vw, 120px); padding-block: 64px; }
.feat--reverse .media { order: -1; }
.feat .eyebrow { margin-bottom: 16px; }
.feat h2 { font-size: var(--fs-h2); }
.feat .sub { font-size: var(--fs-lead); line-height: 1.6; max-width: 35ch; margin-top: 24px; text-wrap: pretty; }
.media { min-width: 0; margin: 0; }
.media .device { max-width: 300px; }
/* One feature gets the full treatment: the section that shows the product's signature. */
.feat--showcase { background: radial-gradient(60% 90% at 30% 50%, rgba(var(--accent-rgb), .13), transparent 70%), var(--panel); }
.feat--showcase .wrap { padding-block: 96px; }
.feat--showcase h2 { font-size: clamp(38px, 4.6vw, 64px); }
.feat--showcase .media .device { max-width: 360px; }

/* Related product callouts keep their own color, within the same page rhythm. */
.get { background: var(--amber); color: var(--on-amber); }
.get .wrap { padding-block: 80px; text-align: center; }
.get h2 { font-size: clamp(36px, 4.5vw, 62px); }
.get p { max-width: 49ch; margin: 22px auto 0; color: inherit; font-size: var(--fs-lead); opacity: .85; }
.cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 54px; padding: 14px 24px; border: 1px solid currentColor; border-radius: 0; text-decoration: none; font: 600 16px/1.5 'Tomorrow', sans-serif; }
.btn small { font: 500 16px/1.5 'Saira', sans-serif; }
.get .btn.solid { background: var(--on-amber); color: var(--amber); border-color: var(--on-amber); }
.get .btn:hover { background: rgba(0,0,0,.1); }
.get .btn.solid:hover { background: #000; }
.get :focus-visible { outline-color: var(--on-amber); }
#download .cta .store, #download .cta .btn { min-height: 64px; }
.get-coach, .get-athlete { background: var(--panel); color: var(--ink); border-block: 1px solid var(--rule); }
.get-coach { --promo: var(--mint); --promo-ink: #08150f; }
.get-athlete { --promo: #f2b84b; --promo-ink: #141209; }
.get-coach .wrap, .get-athlete .wrap { text-align: left; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 48px; padding-block: 64px; }
.get-coach .tag, .get-athlete .tag { color: var(--promo); grid-column: 1; }
.get-coach h2, .get-athlete h2 { font-size: clamp(30px, 3vw, 42px); margin-top: 16px; max-width: 23ch; grid-column: 1; }
.get-coach p, .get-athlete p { margin: 20px 0 0; font-size: 18px; color: var(--muted); opacity: 1; grid-column: 1; }
.get-coach .cta, .get-athlete .cta { grid-column: 2; grid-row: 1 / 4; margin: 0; }
.get-coach .btn.solid, .get-athlete .btn.solid { color: var(--promo-ink); background: var(--promo); border-color: var(--promo); }
.get-coach .btn.solid:hover, .get-athlete .btn.solid:hover { background: var(--ink); border-color: var(--ink); }
.get-coach :focus-visible, .get-athlete :focus-visible { outline-color: var(--promo); }

.privacy { border-bottom: 1px solid var(--rule); }
.privacy .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-block: var(--sp-section); }
.privacy h2 { font-size: var(--fs-h2); margin-top: 18px; }
.privacy-intro { margin-top: 24px; max-width: 28ch; }
.privacy ul { display: grid; gap: 22px; list-style: none; }
.privacy li { display: grid; grid-template-columns: 8px 1fr; gap: 16px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.privacy li::before { content: ''; width: 6px; height: 6px; margin-top: 11px; background: var(--amber); }
.faq .wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; padding-block: var(--sp-section); }
.faq h2 { font-size: var(--fs-h2); margin-top: 18px; }
.faq-intro p { max-width: 24ch; font-size: 17px; margin-top: 22px; }
.faq-intro a { color: var(--ink); }
details { border-top: 1px solid var(--rule); padding: 23px 0; }
details:last-child { border-bottom: 1px solid var(--rule); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; font-size: 18px; font-weight: 500; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--amber); font-size: 25px; line-height: 1; font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { margin-top: 16px; padding-right: 28px; font-size: 18px; line-height: 1.75; }
.tiers { max-width: 1320px; margin: 0 auto 80px; padding-inline: var(--gut); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tiers--two { grid-template-columns: repeat(2, minmax(0, 440px)); }
.tier { border: 1px solid var(--rule); border-radius: 0; background: var(--panel); padding: 30px; }
.tier:first-child { border-color: var(--amber); background: rgba(var(--accent-rgb), .045); }
.tier b { display: block; font: 600 54px/1.2 'Tomorrow', sans-serif; }
.tier .who { margin-top: 14px; color: var(--amber); font: 600 16px/1.5 'Tomorrow', sans-serif; }
.tier p { font-size: 18px; margin-top: 20px; }
.tier.soon .who { color: var(--muted); }
.tier-unit { display: block; color: var(--muted); font-size: 16px; margin-top: 6px; }

footer { padding: 40px 0 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid var(--rule); }
.footer-top p { font-size: 17px; }
.footer-top .brand-icon { height: 40px; }
.footer-top .brand-word { height: 20px; }
.foot { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; padding-top: 24px; }
.foot a { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; text-decoration: none; color: var(--muted); }
.foot a:hover { color: var(--ink); }
.foot .sp { margin-left: auto; font-size: 15px; color: var(--muted); }
.flag { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--rule); font-size: 15px; color: var(--muted); }
.flag span { color: var(--amber); margin-right: 8px; font-weight: 600; }

@media (max-width: 1100px) {
  .hero .device:has(.watch) { max-width: 290px; }
  .hero .wrap { gap: 32px; grid-template-columns: 1.25fr 1fr; }
  .hero h1 { font-size: clamp(40px, 4.8vw, 58px); }
  .coach-page .hero h1 { font-size: 45px; }
  .proof .wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 24px; }
  .pill:nth-child(3) { border-right: 0; }
  .feat .wrap { gap: 48px; }
  .faq .wrap, .privacy .wrap { gap: 40px; }
}
@media (max-width: 1050px) {
  .nav { min-height: 76px; flex-wrap: wrap; gap: 0; }
  .brand-icon { height: 42px; }
  .brand-word { height: 23px; }
  .coach-page .brand-word { height: 19px; }
  .links { width: 100%; flex-wrap: wrap; margin: 0; padding-bottom: 20px; gap: 8px 24px; }
  .js .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; margin-left: auto; border: 1px solid var(--rule); border-radius: 0; background: var(--panel); color: var(--ink); padding: 8px 14px; font-size: 16px; }
  .menu-toggle svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.6; fill: none; }
  .js .links { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 77px); max-height: calc(100dvh - 77px); overflow-y: auto; background: var(--panel); border-bottom: 1px solid var(--rule); padding: 16px var(--gut) 22px; box-shadow: 0 16px 24px rgba(0,0,0,.25); }
  .js .menu-toggle[aria-expanded='true'] + .links { display: grid; }
  .js .links a { width: 100%; min-height: 48px; }
  .js .links .mini { justify-content: center; margin-top: 6px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .hero .wrap { grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 40px; gap: 36px; }
  .hero h1 { font-size: clamp(38px, 8vw, 58px); }
  .coach-page .hero h1 { font-size: clamp(35px, 7vw, 50px); }
  .hero-kicker { margin-bottom: 20px; }
  .hero .dek { font-size: 19px; max-width: 42ch; margin-top: 20px; }
  /* Phones: one column, full width, so the two-line labels never wrap. */
  .stores { display: grid; grid-template-columns: 1fr; max-width: 320px; gap: 10px; }
  .store { min-width: 0; }
  .hero .shot { width: 100%; max-width: 460px; justify-self: center; }
  .hero .device { max-width: 260px; }
  .hero .device:has(.watch) { max-width: 230px; margin-left: 6%; }
  .hero-note a { display: inline-block; }
  .proof .wrap { padding-block: 28px; }
  .proof .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .pill, .pill:nth-child(3) { padding: 4px 12px; border-right: 1px solid var(--rule); }
  .pill:nth-child(2n) { border-right: 0; }
  .pill b { font-size: 22px; }
  .pill span { font-size: 15px; }
  .feat .wrap { grid-template-columns: 1fr; gap: 32px; padding-block: 48px; }
  .feat--reverse .media { order: 0; }
  .feat .sub { max-width: 42ch; }
  .media { width: 100%; max-width: 460px; justify-self: center; }
  .media .device { max-width: 250px; }
  .feat--showcase { background: radial-gradient(80% 50% at 50% 75%, rgba(var(--accent-rgb), .13), transparent 70%), var(--panel); }
  .feat--showcase .wrap { padding-block: 64px; }
  .feat--showcase .media .device { max-width: 290px; }
  .feature-intro { padding-bottom: 0; }
  .feature-nav { gap: 8px; margin-top: 22px; }
  .feature-nav a { padding: 8px 14px; font-size: 15px; }
  .get-coach .wrap, .get-athlete .wrap { display: block; }
  .get-coach .cta, .get-athlete .cta { justify-content: flex-start; margin-top: 26px; }
  .privacy .wrap, .faq .wrap { grid-template-columns: 1fr; gap: 32px; }
  .privacy-intro { max-width: 40ch; margin-top: 16px; }
  .faq-intro p { max-width: none; }
  .get .wrap { padding-block: 56px; }
  #download .cta { display: grid; grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; gap: 10px; }
  .tiers, .tiers--two { grid-template-columns: 1fr; margin-bottom: 56px; }
  .tier { padding: 26px; }
  .tier b { font-size: 44px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 16px; }
  .foot { gap: 6px 22px; }
  .foot .sp { width: 100%; margin: 14px 0 0; }
}
@media (max-width: 380px) {
  .nav .brand-icon { height: 34px; }
  .nav .brand-word { height: 21px; }
  .coach-page .nav .brand-word { height: 15px; }
  .coach-page .nav .brand { gap: 6px; }
  .menu-toggle { gap: 6px !important; padding-inline: 10px !important; }
  .hero h1 { font-size: 36px; }
  .coach-page .hero h1 { font-size: 34px; }
  .pill b { font-size: 20px; }
  .pill span { font-size: 15px; }
  .pill svg { width: 21px; height: 21px; }
  .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
