:root {
  --ink: #11120f;
  --paper: #f2f0e9;
  --white: #fffef9;
  --green: #c7ff3e;
  --coral: #ff6b55;
  --line: rgba(17, 18, 15, 0.22);
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Geist, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}
.page-shell { width: 100%; max-width: 100%; overflow-x: hidden; }
.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 22px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
}
.brand, .nav a { color: inherit; text-decoration: none; font-weight: 700; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 15px; height: 15px; background: var(--ink); box-shadow: 5px 5px 0 var(--green); }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.icon-button {
  width: 42px; height: 42px; border: 1px solid var(--ink); background: transparent; color: var(--ink);
  cursor: pointer; font-size: 24px; line-height: 1;
}
.hero {
  min-height: 760px;
  padding: clamp(70px, 9vw, 150px) clamp(20px, 4vw, 64px) 96px;
  position: relative;
  background:
    linear-gradient(90deg, transparent 0 74%, rgba(17,18,15,.06) 74% 74.1%, transparent 74.1%),
    linear-gradient(rgba(17,18,15,.045) 1px, transparent 1px);
  background-size: 100% 100%, 100% 54px;
}
.hero-copy, .builder, .mission-heading, .mission-grid, .schedule-section, .action-section, footer { max-width: 1372px; margin-left: auto; margin-right: auto; }
.kicker { margin: 0 0 22px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero h1 {
  max-width: 72rem;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: .91;
  font-weight: 800;
}
.inline-visual {
  display: inline-block; width: clamp(74px, 12vw, 170px); height: .6em; margin: 0 .08em;
  vertical-align: .06em; border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 4px, var(--green) 4px 10px);
}
.hero-support { max-width: 650px; margin: 32px 0 48px; font-size: clamp(18px, 2vw, 26px); line-height: 1.35; }
.builder {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px;
  padding: 22px; color: var(--white); background: var(--ink); border-radius: var(--radius);
  box-shadow: 16px 16px 0 var(--coral);
}
.field { grid-column: span 3; min-width: 0; }
.field-wide { grid-column: span 4; }
.field label, .field legend { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; color: #c9c9c1; }
.field input, .field select {
  width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid #585a52; border-radius: 3px;
  color: var(--white); background: #24251f;
}
.segmented { display: flex; align-items: end; padding: 0; border: 0; }
.segmented legend { width: 100%; }
.segmented label { flex: 1; margin: 0; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span {
  display: grid; place-items: center; min-height: 48px; border: 1px solid #585a52; color: var(--white); cursor: pointer;
}
.segmented label + label span { border-left: 0; }
.segmented input:checked + span { color: var(--ink); background: var(--green); }
.primary-button, .secondary-button {
  min-height: 52px; padding: 0 20px; border: 1px solid var(--green); border-radius: 3px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800;
}
.builder .primary-button { grid-column: span 3; align-self: end; color: var(--ink); background: var(--green); }
.primary-button:hover { transform: translateY(-2px); }
.mission-section { padding: 144px clamp(20px, 4vw, 64px); background: var(--white); }
body:has(#mission:target) .hero { display: none; }
.mission-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); column-gap: 7vw; align-items: end; margin-bottom: 56px; }
.mission-heading .kicker { grid-column: 1 / -1; }
.mission-heading h2, .schedule-intro h2, .action-section h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; }
.mission-heading > p:last-child { margin: 0; font-size: 20px; line-height: 1.5; }
.dark-kicker { color: #52544d; }
.mission-grid {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 0; border: 1px solid var(--ink);
}
.mission-grid article { min-height: 220px; padding: clamp(24px, 4vw, 52px); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; }
.mission-main { grid-column: span 7; }
.proof-panel { grid-column: span 5; }
.metric-panel { grid-column: span 4; }
.panel-dark { color: var(--white); background: var(--ink); }
.panel-light, .accent-white { background: var(--white); }
.accent-green { background: var(--green); }
.accent-coral { background: var(--coral); }
.mission-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 48px; font-size: 13px; text-transform: uppercase; font-weight: 800; }
.mission-grid h3 { margin: 0 0 16px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.mission-grid p { line-height: 1.5; }
.progress-line { height: 8px; margin-top: 36px; background: #3b3d35; }
.progress-line span { display: block; width: 0; height: 100%; background: var(--green); transition: width .35s ease; }
.progress-copy { margin-bottom: 0; color: #c8c9c1; }
.panel-title { margin-top: 0; font-size: 12px; text-transform: uppercase; font-weight: 800; }
.proof-panel ul { padding-left: 20px; line-height: 1.7; }
.metric-panel { display: flex; flex-direction: column; justify-content: space-between; }
.metric-panel span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.metric-panel strong { margin-top: 28px; font-size: clamp(2rem, 4vw, 4rem); }
.metric-panel p { margin-bottom: 0; }
.schedule-section {
  display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 8vw;
  padding: 170px clamp(20px, 4vw, 64px);
}
.schedule-intro { align-self: start; }
.schedule-intro p:last-child { max-width: 520px; margin-top: 30px; font-size: 19px; line-height: 1.55; }
.schedule-stack { position: relative; }
.schedule-card {
  position: sticky; top: 24px; display: grid; grid-template-columns: 70px 1fr auto; gap: 20px; align-items: start;
  min-height: 190px; margin-bottom: 28px; padding: 30px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--white);
  box-shadow: 0 9px 0 var(--ink); transition: transform .35s ease;
}
.schedule-card:nth-child(2) { top: 48px; }
.schedule-card:nth-child(3) { top: 72px; }
.schedule-card:nth-child(4) { top: 96px; }
.schedule-card:hover { transform: translateY(-5px); }
.block-index { font-size: 13px; font-weight: 800; }
.block-copy h3 { margin: 0 0 10px; font-size: 24px; }
.block-copy p { margin: 0; color: #52544d; line-height: 1.45; }
.block-time { color: var(--ink); font-weight: 800; }
.check-wrap { grid-column: 2 / -1; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.check-wrap input { width: 20px; height: 20px; accent-color: var(--ink); }
.action-section {
  margin-bottom: 0; padding: 110px clamp(20px, 4vw, 64px); color: var(--white); background: var(--ink);
  display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end;
}
.action-section h2 { max-width: 850px; }
.export-actions { display: flex; flex-direction: column; gap: 12px; min-width: 280px; }
.light-button { color: var(--ink); background: var(--green); }
.secondary-button { color: var(--white); background: transparent; border-color: #6b6d65; }
.disclaimer { grid-column: 1 / -1; margin: 22px 0 0; color: #aeb0a8; font-size: 12px; }
footer { display: flex; justify-content: space-between; padding: 28px clamp(20px, 4vw, 64px); font-size: 12px; font-weight: 800; }

@media (max-width: 900px) {
  .hero { min-height: 0; padding-top: 80px; }
  .builder { grid-template-columns: repeat(2, minmax(0, 1fr)); box-shadow: 8px 8px 0 var(--coral); }
  .field, .field-wide, .builder .primary-button { grid-column: span 1; }
  .mission-heading, .schedule-section, .action-section { grid-template-columns: 1fr; }
  .mission-heading { gap: 24px; }
  .schedule-section { gap: 70px; padding-top: 120px; }
  .action-section { align-items: start; }
  .export-actions { min-width: 0; }
}

@media (max-width: 620px) {
  .nav { padding: 16px 18px; }
  .nav-actions a { display: none; }
  .brand { font-size: 14px; }
  .hero { padding: 64px 18px 80px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .builder { grid-template-columns: 1fr; padding: 16px; }
  .field, .field-wide, .builder .primary-button { grid-column: 1; }
  .mission-section { padding: 100px 18px; }
  .mission-heading { display: block; }
  .mission-heading h2 { margin-bottom: 24px; }
  .mission-grid { display: block; }
  .mission-grid article { min-height: 190px; border-right: 0; }
  .schedule-section { padding: 110px 18px; }
  .schedule-card { grid-template-columns: 46px 1fr; padding: 22px; }
  .block-time { grid-column: 2; }
  .check-wrap { grid-column: 2; }
  .action-section { padding: 90px 18px; }
  footer { padding: 24px 18px; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
