:root {
  --ink: #193f2d;
  --ink-soft: #496152;
  --paper: #f7f8f3;
  --paper-deep: #e6ede2;
  --signal: #2e704f;
  --aqua: #7fa25c;
  --line: rgba(25, 63, 45, .16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif; line-height: 1.5; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header, footer { width: min(calc(100% - 48px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { min-height: 92px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -.5px; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
nav a { text-decoration: none; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); }
.nav-cta:hover { color: var(--paper); background: var(--ink); }

.hero { width: min(calc(100% - 48px), var(--max)); min-height: 690px; margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; padding: 70px 0 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--signal); }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -2.7px; }
h1 { max-width: 700px; font-size: clamp(58px, 6.2vw, 94px); font-weight: 800; }
h1 em, h2 em { color: var(--signal); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 570px; margin: 30px 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 54px; padding: 0 24px; text-decoration: none; font-weight: 750; }
.button.primary { color: white; background: var(--ink); box-shadow: 6px 6px 0 var(--aqua); }
.button.primary:hover { background: #245b40; transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--aqua); }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.trust-row { display: flex; gap: 24px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
.trust-row b { margin-right: 6px; color: var(--signal); }

.hero-visual { position: relative; min-height: 545px; display: grid; place-items: center; }
.topography { position: absolute; inset: 0; opacity: .24; background: repeating-radial-gradient(ellipse at 55% 48%, transparent 0 28px, var(--ink) 29px 30px, transparent 31px 54px); transform: rotate(-8deg); mask-image: radial-gradient(ellipse, #000 25%, transparent 70%); }
.dashboard-card { position: relative; width: min(570px, 92%); background: #fbfaf5; border: 1px solid rgba(8,45,54,.1); box-shadow: 22px 26px 0 rgba(8,45,54,.08); transform: rotate(-1.5deg); }
.dash-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 25px; border-bottom: 1px solid var(--line); }
.dash-head div { display: grid; }
.dash-head small, .week-row small { color: #647a69; font-size: 10px; letter-spacing: 1px; }
.dash-head > span { font: 700 11px monospace; }
.week-row { display: grid; grid-template-columns: 55px 38px 1fr auto; align-items: center; gap: 14px; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.week-row.active { background: rgba(84,196,189,.08); }
.week-row time { display: grid; color: #688087; font: 700 9px monospace; text-align: center; }
.week-row time big { color: var(--ink); font-size: 23px; }
.week-row > div:nth-of-type(2) { display: grid; gap: 4px; }
.run-icon { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--signal); border-radius: 50%; font-size: 24px; }
.run-icon.muted { background: var(--ink); }
.status { padding: 5px 8px; color: #12645e; background: rgba(84,196,189,.22); font: 800 9px monospace; }
.status.planned { color: var(--ink-soft); background: var(--paper-deep); }
.route-chart { position: relative; height: 150px; padding: 10px 24px; background: #eef5f2; }
.route-chart svg { width: 100%; height: 120px; overflow: visible; }
.route-chart .grid { stroke: rgba(8,45,54,.1); stroke-width: 1; }
.route-chart .area { fill: rgba(84,196,189,.2); }
.route-chart .line { fill: none; stroke: var(--signal); stroke-width: 3; }
.route-chart span { position: absolute; top: 14px; left: 25px; font: 700 9px monospace; letter-spacing: 1px; }
.coach-note { display: flex; align-items: center; gap: 12px; margin: 20px 24px; padding: 14px; background: var(--paper); }
.coach-note > span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 11px; font-weight: 800; }
.coach-note p { display: grid; margin: 0; font-size: 11px; }
.floating-stat { position: absolute; right: -10px; bottom: 32px; display: grid; padding: 16px 20px; color: white; background: var(--signal); box-shadow: 8px 8px 0 var(--ink); transform: rotate(2deg); }
.floating-stat strong { font-size: 25px; }
.floating-stat span { font-size: 10px; text-transform: uppercase; }

.statement { position: relative; padding: 110px max(24px, calc((100% - var(--max))/2)); color: white; background: var(--ink); }
.statement:after { content: "ULTRA"; position: absolute; right: 2%; bottom: -50px; color: rgba(255,255,255,.035); font-size: 190px; font-weight: 900; letter-spacing: -15px; }
.section-number { color: var(--aqua); font: 700 12px monospace; }
blockquote { position: relative; z-index: 1; max-width: 1020px; margin: 28px 0 0; font-size: clamp(36px, 5vw, 70px); font-weight: 700; line-height: 1.15; letter-spacing: -3px; }
blockquote em { color: var(--aqua); font-family: Georgia, serif; font-weight: 400; }

.features { width: min(calc(100% - 48px), var(--max)); margin: auto; padding: 120px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 65px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .audience h2, .final-cta h2 { font-size: clamp(44px, 5.2vw, 72px); }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.feature { position: relative; min-height: 430px; padding: 34px; overflow: hidden; border: 1px solid var(--line); background: #faf8f1; display: flex; flex-direction: column; justify-content: space-between; }
.feature-large { background: var(--paper-deep); }
.feature-index, .role { margin: 0; color: var(--signal); font: 800 11px monospace; letter-spacing: 1.2px; }
.feature h3 { font-size: clamp(32px, 3vw, 48px); }
.feature p:last-child { max-width: 470px; color: var(--ink-soft); }
.mini-calendar { width: 70%; margin-left: auto; display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; align-items: end; }
.mini-calendar b { font: 700 8px monospace; text-align: center; }
.mini-calendar i { height: 18px; background: rgba(8,45,54,.08); }
.mini-calendar .run { height: 56px; background: var(--signal); }
.mini-calendar .short { height: 36px; background: var(--aqua); }
.mini-calendar .long { height: 90px; background: var(--ink); }
.rpe-ring { align-self: center; width: 170px; height: 170px; display: grid; place-items: center; border: 17px solid var(--paper-deep); border-top-color: var(--signal); border-right-color: var(--signal); border-radius: 50%; transform: rotate(25deg); }
.rpe-ring span { font-size: 52px; font-weight: 800; transform: rotate(-25deg); }
.rpe-ring small { font-size: 14px; color: var(--ink-soft); }
.feature.dark { color: white; background: var(--ink); }
.feature.dark p:last-child { color: #c1d0c5; }
.feature.dark .feature-index { color: var(--aqua); }
.chat-lines { display: grid; gap: 12px; margin: 25px 0; }
.chat-lines span { width: fit-content; max-width: 85%; padding: 11px 14px; background: rgba(255,255,255,.1); font-size: 12px; }
.chat-lines span:last-child { justify-self: end; color: var(--ink); background: var(--aqua); }
.feature-route { display: grid; grid-template-columns: 1fr 1fr; align-items: end; background: var(--aqua); }
.feature-route .feature-index { position: absolute; top: 34px; left: 34px; color: var(--ink); }
.route-dots { position: relative; align-self: stretch; border-right: 2px dashed rgba(8,45,54,.4); }
.route-dots:before { content: ""; position: absolute; inset: 20px 25% 30px 10%; border: 2px solid var(--ink); border-width: 0 0 2px 2px; transform: skew(-15deg) rotate(-20deg); }
.route-dots span { position: absolute; width: 13px; height: 13px; border: 3px solid var(--aqua); background: var(--ink); border-radius: 50%; }
.route-dots span:nth-child(1) { left: 13%; top: 68%; }.route-dots span:nth-child(2) { left: 43%; top: 38%; }.route-dots span:nth-child(3) { right: 19%; top: 23%; }

.audience { padding: 120px max(24px, calc((100% - var(--max))/2)); color: white; background: var(--ink); }
.eyebrow.light span { background: var(--aqua); }
.audience h2 em { color: var(--aqua); }
.audience-columns { display: grid; grid-template-columns: 1fr 1fr; margin-top: 80px; border-top: 1px solid rgba(255,255,255,.18); }
.audience-columns article { padding: 54px 7% 10px 0; }
.audience-columns article + article { padding-left: 9%; border-left: 1px solid rgba(255,255,255,.18); }
.audience h3 { margin: 25px 0 35px; font-size: 36px; letter-spacing: -1.5px; }
.audience ul { margin: 0; padding: 0; list-style: none; color: #c1d0c5; }
.audience li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.audience li:before { content: "↗"; margin-right: 12px; color: var(--aqua); }

.final-cta { position: relative; overflow: hidden; padding: 130px 24px; text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta > p:not(.eyebrow) { max-width: 500px; margin: 28px auto; color: var(--ink-soft); font-size: 18px; }
.final-cta .button { position: relative; z-index: 1; }
.contour { position: absolute; width: 370px; height: 230px; border: 2px solid rgba(8,45,54,.1); border-radius: 43% 57% 58% 42%; }
.contour-one { left: -140px; top: 60px; transform: rotate(20deg); box-shadow: 0 0 0 28px var(--paper), 0 0 0 30px rgba(8,45,54,.08), 0 0 0 58px var(--paper), 0 0 0 60px rgba(8,45,54,.06); }
.contour-two { right: -130px; bottom: 20px; transform: rotate(-25deg); box-shadow: 0 0 0 28px var(--paper), 0 0 0 30px rgba(8,45,54,.08), 0 0 0 58px var(--paper), 0 0 0 60px rgba(8,45,54,.06); }
footer { min-height: 110px; border-top: 1px solid var(--line); font-size: 12px; }
footer p { color: var(--ink-soft); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 25px; padding-top: 55px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 520px; }
  .section-heading { display: block; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-route { grid-template-columns: .8fr 1.2fr; }
}
@media (max-width: 620px) {
  .site-header, footer, .hero, .features { width: min(calc(100% - 30px), var(--max)); }
  .site-header { min-height: 72px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 12px; }
  h1 { font-size: clamp(50px, 15vw, 70px); letter-spacing: -3px; }
  .hero { padding: 48px 0 65px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 450px; margin: 0 -8px; }
  .dashboard-card { width: 100%; }
  .week-row { grid-template-columns: 43px 32px 1fr; gap: 8px; padding: 14px 12px; }
  .week-row .status { display: none; }
  .floating-stat { right: 0; bottom: 2px; }
  .statement, .features, .audience, .final-cta { padding-top: 85px; padding-bottom: 85px; }
  blockquote { font-size: 37px; letter-spacing: -2px; }
  .section-heading h2, .audience h2, .final-cta h2 { font-size: 43px; }
  .feature { min-height: 420px; padding: 26px; }
  .feature-route { grid-template-columns: 1fr; }
  .route-dots { min-height: 170px; border-right: 0; }
  .audience-columns { grid-template-columns: 1fr; margin-top: 55px; }
  .audience-columns article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  footer { min-height: 150px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  footer p { margin: 0; }
}
