/* Leadways Hub — Warm + Playful (Style D)
   Color strategy: Full palette — cream + sage + coral + butter as named roles
   Theme: Light. Scene: parent on iPad in living room sofa, toddler in lap,
     warm Sunday afternoon light, casual scrolling.
   Typography: Bricolage Grotesque (display, expressive variable) + Inter (body) + Caveat (script accent)
   Color-blocked sections, generous rounded corners, photo-rich.
*/

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,500;12..96,75..100,600;12..96,75..100,700;12..96,75..100,800&family=Inter:wght@400;500;600;700&family=Caveat:wght@600;700&display=swap');

:root {
  /* Named color roles */
  --cream:        oklch(0.97 0.020 78);
  --cream-deep:   oklch(0.93 0.025 78);
  --sage:         oklch(0.66 0.07 145);
  --sage-deep:    oklch(0.42 0.06 145);
  --coral:        oklch(0.70 0.16 32);
  --coral-deep:   oklch(0.50 0.13 32);
  --butter:       oklch(0.90 0.10 92);
  --butter-deep:  oklch(0.78 0.13 88);
  --ink:          oklch(0.20 0.012 240);
  --ink-soft:     oklch(0.36 0.012 240);
  --ink-mute:     oklch(0.52 0.010 240);
  --on-coral:     oklch(0.97 0.025 78);
  --on-sage:      oklch(0.97 0.020 78);
  --hairline:     oklch(0.88 0.018 78);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ----- Layout ----- */
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 760px; }
section.band { padding: 120px 0; }
.band-cream { background: var(--cream); }
.band-sage { background: var(--sage); color: var(--on-sage); }
.band-coral { background: var(--coral); color: var(--on-coral); }
.band-butter { background: var(--butter); color: oklch(0.30 0.03 50); }
.band-final { padding: 144px 0; text-align: center; }

/* ----- Typography ----- */
.badge {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.badge-coral { background: var(--coral); color: var(--on-coral); }
.badge-cream { background: var(--cream); color: var(--ink); }
.badge-cocoa { background: oklch(0.30 0.03 50); color: var(--cream); }

.hero-h, .h2, .h-cta {
  font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  letter-spacing: -0.025em;
  line-height: 1.0;
  color: var(--ink);
  margin: 0;
}
.hero-h {
  font-size: clamp(48px, 6vw, 88px);
  margin-bottom: 28px;
  max-width: 14ch;
  line-height: 0.98;
}
.h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  max-width: 22ch;
}
.h2-light { color: var(--on-coral); }
.h2-accent { color: var(--coral); }
.h2-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  display: inline-block;
  transform: rotate(-1deg);
  font-size: 1.1em;
  font-variation-settings: normal;
}
.band-coral .h2-script { color: var(--butter); }
.band-butter .h2-script { color: var(--coral-deep); }

.h-cta {
  font-size: clamp(48px, 6.5vw, 88px);
  margin: 0 auto 24px;
  max-width: 14ch;
}

.hero-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  display: block;
  color: var(--coral);
  letter-spacing: 0;
  font-variation-settings: normal;
  transform: rotate(-1.5deg);
  font-size: 1.1em;
  margin-top: 8px;
  line-height: 0.95;
}

p { margin: 0; }
.hero-sub, .lead, .lead-light, .final-lead {
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 28px;
}
.lead-light { color: var(--cream); opacity: 0.92; }
.final-lead { margin: 0 auto 36px; }
.band-coral .lead, .band-coral .lead-light { color: var(--cream); opacity: 0.92; }
.band-sage .lead, .band-sage .h2 { color: var(--cream); }
.band-butter .lead { color: oklch(0.30 0.03 50); }

/* ----- Nav ----- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(0.97 0.020 78 / 0.92);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  max-width: 1240px;
  margin: 0 auto;
}
.brand { display: inline-flex; align-items: baseline; gap: 6px; }
.brand-mark {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.brand-hub {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--coral);
  font-size: 26px;
  transform: rotate(-3deg);
  display: inline-block;
}
.brand-light .brand-mark { color: var(--ink); }

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--ink); }
.nav-apply {
  background: var(--ink);
  color: var(--cream) !important;
  padding: 10px 18px;
  border-radius: 100px;
  font-weight: 700 !important;
}
.nav-apply:hover { background: var(--coral); color: var(--cream) !important; }

/* ----- Hero ----- */
.hero { padding: 56px 0 96px; background: var(--cream); }
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cta-center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 26px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
  border: 2px solid transparent;
  transition: transform 0.18s cubic-bezier(0.2, 0, 0, 1), background 0.18s, color 0.18s;
  cursor: pointer;
}
.btn-coral {
  background: var(--coral);
  color: var(--on-coral);
}
.btn-coral:hover { background: var(--coral-deep); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.band-coral .btn-ghost { color: var(--cream); border-color: var(--cream); }
.band-coral .btn-ghost:hover { background: var(--cream); color: var(--coral-deep); }

/* ----- Hero photos ----- */
.hero-photos {
  position: relative;
  aspect-ratio: 1 / 1.05;
}
.photo {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px oklch(0.20 0.012 240 / 0.18);
  transform: rotate(0deg);
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-1 {
  width: 60%; height: 58%;
  top: 0; left: 0;
  transform: rotate(-3deg);
  z-index: 1;
}
.photo-2 {
  width: 58%; height: 56%;
  bottom: 6%; right: 0;
  transform: rotate(3deg);
  z-index: 2;
}
.photo-3 {
  width: 38%; height: 36%;
  bottom: 0; left: 12%;
  transform: rotate(-1.5deg);
  z-index: 3;
}
.photo-tag {
  position: absolute;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 18px;
  padding: 8px 14px;
  border-radius: 100px;
  z-index: 4;
  white-space: nowrap;
  transform: rotate(-2deg);
}
.photo-tag-sage { background: var(--sage); color: var(--cream); top: 18%; right: -2%; }
.photo-tag-butter { background: var(--butter); color: oklch(0.30 0.03 50); bottom: 22%; left: -4%; transform: rotate(2deg); }

/* ----- Section heads ----- */
.head { margin-bottom: 64px; max-width: 720px; }
.head-light { color: var(--cream); }

/* ----- Card grid (program) ----- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.play-card {
  padding: 36px 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.play-card .card-icon {
  font-size: 36px;
  margin-bottom: 8px;
  line-height: 1;
}
.play-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 8px;
}
.play-card p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.play-card-cream { background: var(--cream); }
.play-card-coral { background: var(--coral); color: var(--on-coral); }
.play-card-coral h3, .play-card-coral p { color: var(--on-coral); }
.play-card-coral p { opacity: 0.92; }
.play-card-butter { background: var(--butter); color: oklch(0.30 0.03 50); }
.play-card-butter h3 { color: oklch(0.20 0.02 50); }

/* ----- Weeks (statement) ----- */
.weeks-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 72px;
  align-items: center;
}
.weeks-num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.weeks-big {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-variation-settings: "wdth" 80;
  font-size: clamp(160px, 22vw, 280px);
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: var(--coral);
}
.weeks-cap {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 28px;
  color: var(--ink);
  transform: rotate(-2deg);
  margin-top: 8px;
  align-self: flex-end;
}

/* ----- Founding Family banner (above tier-row) ----- */
.founding-banner {
  background: var(--butter);
  color: oklch(0.20 0.02 50);
  border-radius: 24px;
  padding: 28px 36px;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.founding-banner-mark {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--coral);
  transform: rotate(-3deg);
  line-height: 0.95;
  white-space: nowrap;
  display: inline-block;
}
.founding-banner-body {
  font-size: 15px;
  line-height: 1.55;
  color: oklch(0.30 0.03 50);
  margin: 0;
}
.founding-banner-body strong { color: oklch(0.18 0.02 50); font-weight: 700; }
.founding-banner-pct {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(56px, 7vw, 84px);
  font-weight: 800;
  color: var(--coral);
  letter-spacing: -0.04em;
  font-variation-settings: "wdth" 85;
  line-height: 0.85;
  display: inline-block;
}
.founding-banner-pct .pct-off {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral-deep);
  margin-top: 4px;
  text-align: center;
}

/* ----- Tier row ----- */
.tier-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 16px;
}
.play-tier {
  background: var(--cream);
  color: var(--ink);
  padding: 36px 30px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.play-tier-featured {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-12px);
}
.play-tier-featured h3, .play-tier-featured .tier-meta { color: var(--cream); }
.play-tier-featured .tier-desc { color: oklch(0.85 0.02 78); }
.play-tier-featured .price { color: var(--butter); }
.play-tier-featured .band-tag { color: var(--butter-deep); }
.ribbon {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  background: var(--coral);
  color: var(--cream);
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 18px;
  border-radius: 100px;
  white-space: nowrap;
}
.tier-tag {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 16px;
}
.play-tier-featured .tier-tag { color: var(--butter-deep); }
.play-tier h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: var(--ink);
}
.tier-meta {
  font-size: 13px;
  color: var(--ink-mute);
  margin-bottom: 22px;
  font-weight: 500;
}
.tier-prices { margin-bottom: 22px; }
.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
}
.play-tier-featured .price-line { border-color: oklch(0.30 0.012 240); }
.price-line:last-child { border-bottom: none; }
.band-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.price {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  color: var(--ink);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.per { font-size: 13px; color: var(--ink-mute); font-weight: 500; }
.price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
}
.price-orig {
  font-size: 12px;
  color: var(--ink-mute);
  text-decoration: line-through;
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}
.play-tier-featured .price-orig { color: oklch(0.62 0.018 240); }
.tier-sibling {
  margin: -10px 0 22px;
  padding: 10px 12px;
  background: oklch(0.93 0.025 78);
  border-radius: 10px;
  font-size: 12px;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.tier-sibling-mark {
  font-family: 'Caveat', cursive;
  font-size: 17px;
  color: var(--coral);
  font-weight: 700;
  line-height: 1;
  transform: rotate(-3deg);
  display: inline-block;
}
.tier-sibling strong { color: var(--ink); font-weight: 700; }
.play-tier-featured .tier-sibling {
  background: oklch(0.27 0.018 240);
  color: oklch(0.82 0.02 78);
}
.play-tier-featured .tier-sibling strong { color: var(--cream); }
.play-tier-featured .tier-sibling-mark { color: var(--butter); }
.tier-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ----- Not-included split ----- */
.not-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}

/* ----- Footer ----- */
.footer {
  background: var(--ink);
  color: oklch(0.78 0.01 240);
  padding: 72px 0 32px;
  font-size: 14px;
}
.footer .brand-mark { color: var(--cream); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-tag {
  font-size: 14px;
  margin-top: 14px;
  max-width: 32ch;
  color: oklch(0.78 0.01 240);
}
.footer-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--butter);
  font-size: 18px;
  display: inline-block;
  transform: rotate(-1deg);
}
.footer h5 {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0 0 16px;
  font-weight: 700;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { padding: 5px 0; }
.footer a { color: oklch(0.78 0.01 240); transition: color 0.15s; }
.footer a:hover { color: var(--butter); }
.footer-bottom {
  border-top: 1px solid oklch(0.32 0.012 240);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: oklch(0.62 0.01 240);
}

/* ----- Demo Day (band-ink) ----- */
.band-ink { background: var(--ink); color: var(--cream); padding: 120px 0; }
.demo-day-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
}
.kicker-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 18px;
  display: inline-block;
  transform: rotate(-2deg);
  color: var(--butter-deep);
}
.h-demo {
  font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  letter-spacing: -0.025em;
  line-height: 1.0;
  color: var(--cream);
  font-size: clamp(56px, 7vw, 96px);
  margin: 0 0 8px;
}
.demo-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(38px, 4.5vw, 60px);
  color: var(--butter-deep);
  display: inline-block;
  transform: rotate(-1.5deg);
  line-height: 1;
  margin-bottom: 32px;
}
.band-ink .lead-light {
  color: oklch(0.85 0.02 78);
  opacity: 1;
  margin-bottom: 32px;
  max-width: 56ch;
}
.band-ink .lead-light strong { color: var(--butter); font-weight: 700; }
.btn-ghost-light {
  background: transparent;
  color: var(--cream);
  border: 2px solid oklch(0.55 0.012 240);
}
.btn-ghost-light:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.demo-day-foot {
  margin-top: 28px;
  font-size: 13px;
  color: oklch(0.62 0.01 240);
  font-weight: 500;
}
.demo-schedule {
  background: oklch(0.27 0.018 240);
  border-radius: 24px;
  padding: 36px 32px;
  border: 1px solid oklch(0.32 0.018 240);
}
.schedule-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--butter);
  margin-bottom: 22px;
}
.schedule-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid oklch(0.32 0.018 240);
  align-items: baseline;
}
.schedule-row:last-child { border-bottom: none; }
.schedule-time {
  font-family: 'Inter', sans-serif;
  color: oklch(0.78 0.01 240);
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.schedule-what {
  color: var(--cream);
  font-weight: 600;
  font-size: 15px;
  text-align: right;
}
.schedule-detail {
  display: block;
  color: var(--butter-deep);
  font-weight: 500;
  font-size: 13px;
  margin-top: 4px;
}

/* ----- Page hero (no photo collage) ----- */
.page-hero { padding: 96px 0 80px; background: var(--cream); }
.page-hero .container { max-width: 920px; }
.page-hero .hero-h { max-width: 22ch; }

/* ----- Section kicker ----- */
.kicker {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.kicker-coral { color: var(--coral-deep); }
.kicker-sage { color: var(--sage-deep); }
.band-sage .kicker, .band-coral .kicker, .band-ink .kicker { color: var(--cream); opacity: 0.9; }
.band-butter .kicker { color: oklch(0.30 0.03 50); }

/* ----- Schedule grid (program page) ----- */
.schedule-row-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 16px;
}
.sched-card {
  background: var(--cream);
  border-radius: 28px;
  padding: 36px 32px;
  position: relative;
}
.sched-card-featured {
  background: var(--ink);
  color: var(--cream);
}
.sched-card-featured h3 { color: var(--cream); }
.sched-name {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 22px;
  color: var(--coral);
  display: inline-block;
  transform: rotate(-1deg);
  margin-bottom: 4px;
}
.sched-card-featured .sched-name { color: var(--butter); }
.sched-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--ink);
}
.sched-card .sched-blurb {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.sched-card-featured .sched-blurb { color: oklch(0.85 0.02 78); }
.sched-grid {
  border-top: 1px solid var(--hairline);
  padding-top: 14px;
}
.sched-card-featured .sched-grid { border-color: oklch(0.32 0.018 240); }
.sched-row {
  display: grid;
  gap: 8px;
  padding: 10px 0;
  font-size: 13px;
  align-items: center;
  border-bottom: 1px solid var(--hairline);
}
.sched-card-featured .sched-row { border-color: oklch(0.32 0.018 240); }
.sched-row:last-child { border-bottom: none; }
.sched-row.head {
  font-weight: 700;
  color: var(--ink-mute);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 8px;
}
.sched-card-featured .sched-row.head { color: oklch(0.78 0.01 240); }
.sched-row .period { color: var(--coral); font-weight: 700; }
.sched-card-featured .sched-row .period { color: var(--butter); }
.sched-row .cell { color: var(--ink); font-weight: 600; }
.sched-card-featured .sched-row .cell { color: var(--cream); }
.sched-row .lunch { color: var(--ink-mute); font-style: italic; font-size: 12px; }
.sched-card-featured .sched-row .lunch { color: oklch(0.78 0.01 240); }
.sched-2 { grid-template-columns: 60px 1fr 1fr; }
.sched-3 { grid-template-columns: 50px repeat(3, 1fr); }
.sched-foot {
  font-size: 11px;
  color: var(--ink-mute);
  margin-top: 10px;
  font-style: italic;
  line-height: 1.5;
}
.sched-card-featured .sched-foot { color: oklch(0.78 0.01 240); }
.sched-best {
  margin-top: 18px;
  padding: 12px 16px;
  background: var(--cream-deep);
  border-radius: 12px;
  font-size: 13px;
  color: var(--ink);
  line-height: 1.5;
}
.sched-card-featured .sched-best {
  background: oklch(0.27 0.018 240);
  color: var(--cream);
}

/* ----- Lab edge callout ----- */
.lab-edge {
  margin-top: 36px;
  padding: 28px 32px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 24px;
}
.lab-edge .kicker-script {
  margin: 0 0 10px;
  color: var(--butter);
}
.lab-edge p {
  font-size: 15px;
  line-height: 1.65;
  color: oklch(0.88 0.02 78);
  margin: 0;
}
.lab-edge p strong { color: var(--butter); }

/* ----- Project arcs (3-up) ----- */
.arc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.arc-card {
  background: var(--cream);
  border-radius: 24px;
  padding: 32px 28px;
}
.arc-icon { font-size: 36px; line-height: 1; margin-bottom: 12px; }
.arc-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--ink);
}
.arc-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.arc-card p strong { color: var(--ink); font-weight: 700; }

/* ----- 5-8 callout ----- */
.callout-58 {
  margin-top: 36px;
  max-width: 880px;
  background: var(--butter);
  color: oklch(0.20 0.02 50);
  padding: 24px 28px;
  border-radius: 20px;
}
.callout-58 .kicker-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  transform: rotate(-1.5deg);
  color: var(--coral-deep);
  margin: 0 0 8px;
}
.callout-58 p { font-size: 15px; line-height: 1.65; margin: 0; }

/* ----- Break camps ----- */
.camps-stack { display: grid; gap: 16px; max-width: 980px; }
.camp-block {
  background: var(--cream);
  border-radius: 20px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 36px;
  align-items: center;
}
.band-butter .camp-block { background: oklch(0.97 0.020 78); }
.camp-when {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 26px;
  color: var(--coral);
  display: inline-block;
  transform: rotate(-2deg);
  line-height: 1;
}
.camp-meta {
  display: block;
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 8px;
}
.camp-content h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
  color: var(--ink);
}
.camp-content p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* ----- Summer Studio split ----- */
.summer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.summer-list { display: grid; gap: 14px; }
.summer-card {
  background: oklch(0.93 0.025 78);
  border-radius: 18px;
  padding: 18px 22px;
}
.summer-card .summer-week {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 20px;
  color: var(--coral);
  margin-bottom: 4px;
  transform: rotate(-1deg);
  display: inline-block;
}
.summer-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; margin: 4px 0 0; }

/* ----- AC rate grid ----- */
.ac-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.ac-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
}
.ac-card-featured {
  background: var(--butter);
  color: oklch(0.20 0.02 50);
}
.ac-price {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  color: var(--ink);
  margin-bottom: 4px;
}
.ac-card-featured .ac-price { color: oklch(0.20 0.02 50); }
.ac-per { font-size: 13px; color: var(--ink-mute); font-weight: 500; }
.ac-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin: 6px 0 4px;
}
.ac-hint { font-size: 12px; color: var(--ink-mute); line-height: 1.4; }
.ac-foot {
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.55;
  margin-top: 24px;
  max-width: 880px;
  font-style: italic;
}

/* ----- Enhanced Package (5-8) ----- */
.eh-pkg {
  max-width: 920px;
  background: var(--cream);
  border-radius: 28px;
  padding: 40px 44px;
}
.eh-pkg-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.eh-pkg .kicker-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 24px;
  color: var(--coral);
  display: inline-block;
  transform: rotate(-1.5deg);
}
.eh-pkg-tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
}
.eh-pkg h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 14px;
  line-height: 1.05;
}
.eh-pkg p { font-size: 15px; line-height: 1.6; color: var(--ink-soft); margin-bottom: 22px; }
.eh-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.eh-card {
  background: var(--butter);
  border-radius: 18px;
  padding: 22px 24px;
  color: oklch(0.20 0.02 50);
}
.eh-card-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 8px;
}
.eh-card p { font-size: 14px; line-height: 1.55; color: oklch(0.30 0.03 50); margin: 0; }

/* ----- Summer Studio value comparison ----- */
.summer-value-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.compare-card {
  background: var(--cream);
  border-radius: 24px;
  padding: 32px;
}
.compare-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 14px;
}
.compare-row:last-child { border-bottom: none; }
.compare-row .l { color: var(--ink); font-weight: 500; }
.compare-row .r { color: var(--ink-soft); font-weight: 600; }
.compare-row.total {
  border-top: 2px solid var(--coral);
  border-bottom: none;
  padding-top: 18px;
  margin-top: 8px;
  font-size: 17px;
}
.compare-row.total .l, .compare-row.total .r {
  color: var(--coral);
  font-weight: 700;
}

/* ----- À la carte split ----- */
.alacarte-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1080px;
}
.alacarte-card {
  border-radius: 24px;
  padding: 36px 36px 28px;
}
.alacarte-piece {
  background: var(--ink);
  color: var(--cream);
}
.alacarte-piece .compare-row { border-color: oklch(0.32 0.018 240); }
.alacarte-piece .compare-row .l { color: var(--cream); font-weight: 500; }
.alacarte-piece .compare-row .r { color: var(--butter); font-weight: 600; }
.alacarte-piece .compare-row.total {
  border-top: 2px solid var(--butter);
}
.alacarte-piece .compare-row.total .l, .alacarte-piece .compare-row.total .r {
  color: var(--cream);
  font-weight: 700;
}
.alacarte-bundle {
  background: var(--cream);
  border: 2px solid var(--coral);
}
.savings-badge {
  margin-top: 20px;
  padding: 22px 24px;
  background: var(--butter);
  border-radius: 18px;
  color: oklch(0.20 0.02 50);
}
.savings-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--coral-deep);
}
.savings-amt {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--coral);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.savings-desc { font-size: 13px; color: var(--ink-soft); line-height: 1.55; margin: 0; }

/* ----- Process steps ----- */
.process-steps { display: grid; gap: 0; max-width: 880px; }
.step-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 28px;
  padding: 32px 0;
  border-top: 1px solid var(--hairline);
}
.step-row:first-child { border-top: none; padding-top: 0; }
.step-num {
  font-family: 'Caveat', cursive;
  color: var(--coral);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-2deg);
  display: inline-block;
}
.step-when {
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}
.step-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 8px;
}
.step-desc {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* ----- Form ----- */
.apply-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}
.form-section {
  background: var(--cream);
  border-radius: 24px;
  padding: 32px 36px;
  margin-bottom: 22px;
}
.section-num {
  font-family: 'Caveat', cursive;
  color: var(--coral);
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  transform: rotate(-1deg);
  margin-bottom: 4px;
}
.form-section h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 8px;
}
.form-section .desc {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 22px;
  line-height: 1.55;
}
.field { margin-bottom: 20px; }
.field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea, .field select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--hairline);
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: oklch(0.97 0.020 78);
  transition: border-color 0.15s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--coral);
}
.field textarea { min-height: 100px; resize: vertical; }
.field .req { color: var(--coral); }
.opt-list { display: grid; gap: 10px; }
.opt {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border: 1.5px solid var(--hairline);
  border-radius: 14px;
  cursor: pointer;
  background: oklch(0.97 0.020 78);
  transition: border-color 0.15s, background 0.15s;
}
.opt:hover { border-color: var(--coral); }
.opt input { margin-top: 4px; flex-shrink: 0; accent-color: var(--coral); }
.opt-label { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.opt-label strong { font-weight: 600; color: var(--ink); font-size: 15px; }
.opt-hint { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.btn-submit {
  width: 100%;
  padding: 18px;
  background: var(--coral);
  color: var(--on-coral);
  border: none;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.15s, transform 0.18s;
}
.btn-submit:hover { background: var(--coral-deep); transform: translateY(-2px); }
.submit-note {
  font-size: 12px;
  color: var(--ink-mute);
  text-align: center;
  margin-top: 12px;
}
.fee-card {
  position: sticky;
  top: 96px;
  background: var(--cream);
  border-radius: 24px;
  padding: 32px;
  border: 2px solid var(--coral);
}
.fee-card .kicker-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 22px;
  color: var(--coral);
  display: inline-block;
  transform: rotate(-1.5deg);
  margin: 0 0 6px;
}
.fee-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 16px;
}
.fee-card .lead-card {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 18px;
}
.fee-callout {
  margin-top: 18px;
  padding: 16px 18px;
  background: var(--butter);
  border-radius: 14px;
  font-size: 13px;
  color: oklch(0.20 0.02 50);
  line-height: 1.55;
}
.fee-details {
  margin-top: 14px;
  font-size: 13px;
  color: var(--ink);
}
.fee-details summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

/* ----- FAQ accordion ----- */
.faq-list { display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }
.faq-item {
  background: var(--cream);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  transition: background 0.15s;
}
.faq-item.open { background: oklch(0.93 0.025 78); }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}
.faq-toggle {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 28px;
  color: var(--coral);
  line-height: 1;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 28px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.open .faq-a {
  max-height: 1200px;
  padding: 0 28px 24px;
}
.faq-a a { color: var(--coral); border-bottom: 1.5px solid var(--coral); }
.faq-a strong { color: var(--ink); }

/* ----- Founder note (Jun) ----- */
.founder-band { padding: 112px 0; background: oklch(0.93 0.025 78); }
.founder-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}
.founder-meta { padding-top: 8px; }
.founder-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 84px;
  color: var(--coral);
  line-height: 0.85;
  transform: rotate(-3deg);
  display: inline-block;
  margin: 12px 0 12px;
}
.founder-role {
  font-size: 13px;
  color: var(--ink-mute);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
}
.founder-prose p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 22px;
}
.founder-prose p:last-child { margin-bottom: 0; }
.founder-prose p:first-child {
  font-size: 19px;
  color: var(--ink);
  font-weight: 500;
}
.founder-sign {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 32px;
  color: var(--coral);
  display: inline-block;
  transform: rotate(-2deg);
  margin-top: 8px;
}

/* ----- Interest form (pre-launch capture) ----- */
.interest-band {
  padding: 112px 0;
  background: var(--sage);
  color: var(--cream);
  text-align: center;
}
.interest-band .kicker { color: var(--cream); opacity: 0.85; }
.interest-band .h2 { color: var(--cream); margin: 0 auto 18px; max-width: 22ch; }
.interest-band .lead {
  color: var(--cream);
  opacity: 0.92;
  margin: 0 auto 32px;
  max-width: 56ch;
}
.interest-form {
  margin: 0 auto;
  max-width: 640px;
}
.interest-fields {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}
.interest-fields input {
  flex: 1 1 200px;
  padding: 16px 22px;
  border: none;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  background: var(--cream);
  color: var(--ink);
  min-width: 0;
}
.interest-fields input::placeholder { color: var(--ink-mute); }
.interest-fields input:focus { outline: 3px solid var(--butter); outline-offset: 2px; }
.btn-interest {
  padding: 16px 28px;
  background: var(--ink);
  color: var(--cream);
  border: none;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, transform 0.18s;
  white-space: nowrap;
}
.btn-interest:hover { background: var(--coral); transform: translateY(-2px); }
.interest-foot {
  font-size: 13px;
  color: var(--cream);
  opacity: 0.78;
  margin-top: 18px;
}
.interest-success {
  display: none;
  background: var(--cream);
  color: var(--ink);
  padding: 28px 32px;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.5;
}
.interest-success strong { color: var(--coral); }

/* ----- PLP explainer ----- */
.plp-band { padding: 96px 0; background: var(--butter); }
.plp-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}
.band-butter .plp-grid .kicker { color: var(--coral-deep); }
.plp-grid h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0 0 16px;
  max-width: 14ch;
}
.plp-prose p {
  font-size: 16px;
  line-height: 1.7;
  color: oklch(0.30 0.03 50);
  margin: 0 0 18px;
}
.plp-prose p:last-child { margin-bottom: 0; }
.plp-cadence {
  margin-top: 24px;
  background: oklch(0.97 0.020 78);
  border-radius: 18px;
  padding: 20px 24px;
}
.plp-cadence-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--hairline);
}
.plp-cadence-row:last-child { border-bottom: none; }
.plp-cadence-row .l { color: var(--ink); font-weight: 500; }
.plp-cadence-row .r { color: var(--coral-deep); font-weight: 700; font-variant-numeric: tabular-nums; }

/* ----- CTA-final coral variant ----- */
.band-final-coral { background: var(--coral); color: var(--on-coral); padding: 144px 0; text-align: center; }
.band-final-coral .h-cta { color: var(--cream); margin: 0 auto 24px; }
.band-final-coral .lead, .band-final-coral .final-lead { color: var(--cream); opacity: 0.92; margin: 0 auto 36px; max-width: 56ch; }

/* ----- Early-interest one-pager ----- */
.early-hero {
  padding: 96px 0 88px;
  background: var(--cream);
  text-align: left;
}
.early-hero .container { max-width: 880px; }
.early-hero .hero-h { max-width: 18ch; margin-bottom: 32px; }
.early-hero .hero-sub { max-width: 60ch; }

.early-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.early-card { padding: 32px 28px; min-height: 220px; }
.early-card .card-icon { font-size: 32px; margin-bottom: 10px; }
.early-card h3 { font-size: 21px; }
.early-card p { font-size: 15px; line-height: 1.55; }

/* Photo cards (early-page benefit grid) */
.photo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.photo-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
  box-shadow: 0 12px 32px oklch(0.20 0.012 240 / 0.14);
}
.photo-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}
.photo-card:hover .photo-card-img,
.photo-card:focus-within .photo-card-img { transform: scale(1.05); }
.photo-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 28px;
  background: linear-gradient(
    to bottom,
    oklch(0.18 0.012 240 / 0) 0%,
    oklch(0.18 0.012 240 / 0) 30%,
    oklch(0.18 0.012 240 / 0.20) 50%,
    oklch(0.18 0.012 240 / 0.55) 75%,
    oklch(0.18 0.012 240 / 0.85) 100%
  );
  color: var(--cream);
  z-index: 2;
}
.photo-card-overlay h3 {
  font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 95;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 10px;
  color: var(--cream);
  text-shadow: 0 1px 3px oklch(0.18 0.012 240 / 0.40);
}
.photo-card-overlay p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--cream);
  opacity: 0.95;
  margin: 0;
  text-shadow: 0 1px 2px oklch(0.18 0.012 240 / 0.50);
}

.early-form { margin: 0 auto; max-width: 720px; }
.early-form .form-section { background: var(--cream); }
.early-form .opt {
  background: oklch(0.95 0.020 78);
}
.early-form .opt:hover { background: oklch(0.97 0.020 78); }
.early-form .btn-submit { margin-top: 16px; }
.band-sage .early-form .submit-note { color: var(--cream); opacity: 0.8; }
.form-error {
  background: oklch(0.95 0.04 20);
  color: oklch(0.40 0.12 20);
  border: 1.5px solid oklch(0.80 0.10 20);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* Share section */
.share-band { padding: 96px 0; }
.share-band .kicker { color: var(--coral-deep); }
.share-band .h2 { color: var(--ink); }
.share-band .h2-script { color: var(--coral); }
.share-band .lead { color: oklch(0.30 0.03 50); }
.share-card {
  background: var(--cream);
  border-radius: 24px;
  padding: 26px 28px;
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 8px 28px oklch(0.20 0.012 240 / 0.10);
}
.share-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 18px;
  padding: 16px 18px;
  background: oklch(0.95 0.020 78);
  border-radius: 14px;
  border: 1px solid var(--hairline);
}
.share-card .btn { width: 100%; justify-content: center; transition: background 0.2s, color 0.2s, transform 0.18s; }
.share-card .btn.copied {
  background: var(--sage);
  color: var(--cream);
}
.interest-success {
  display: none;
  background: var(--cream);
  color: var(--ink);
  padding: 28px 32px;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 32px;
}

.early-timeline {
  display: grid;
  gap: 0;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
.early-step {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--hairline);
  align-items: baseline;
}
.early-step:first-child { border-top: none; padding-top: 0; }
.early-when {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 22px;
  color: var(--coral);
  display: inline-block;
  transform: rotate(-1.5deg);
  line-height: 1.1;
}
.early-step p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Responsive ----- */
@media (max-width: 900px) {
  .hero-inner, .card-grid, .weeks-grid, .tier-row, .not-grid, .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-photos { aspect-ratio: 1 / 1; max-width: 480px; margin: 0 auto; }
  section.band { padding: 80px 0; }
  .band-final, .band-final-coral { padding: 96px 0; }
  .play-tier-featured { transform: none; }
  .weeks-big { font-size: clamp(120px, 32vw, 200px); }
  .demo-day-grid { grid-template-columns: 1fr; gap: 40px; }
  .schedule-what { text-align: left; }
  .schedule-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
  .band-ink { padding: 80px 0; }
  .schedule-row-cards, .arc-grid, .summer-grid, .summer-value-grid, .alacarte-grid, .apply-grid, .eh-cards { grid-template-columns: 1fr; gap: 24px; }
  .ac-grid { grid-template-columns: repeat(2, 1fr); }
  .camp-block { grid-template-columns: 1fr; gap: 12px; }
  .step-row { grid-template-columns: 1fr; gap: 10px; }
  .step-num { font-size: 48px; }
  .fee-card { position: static; }
  .form-section { padding: 26px 24px; }
  .eh-pkg { padding: 30px 26px; }
  .founder-grid, .plp-grid { grid-template-columns: 1fr; gap: 32px; }
  .founder-script { font-size: 64px; }
  .founder-band, .interest-band, .plp-band { padding: 80px 0; }
  .interest-fields { flex-direction: column; }
  .btn-interest { width: 100%; }
  .founding-banner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
    padding: 26px 24px;
  }
  .founding-banner-mark { margin: 0 auto; }
  .founding-banner-pct { margin: 0 auto; }
  .early-grid { grid-template-columns: 1fr; gap: 16px; }
  .photo-card-grid { grid-template-columns: 1fr; gap: 18px; }
  .photo-card { aspect-ratio: 4 / 3; }
  .photo-card-overlay { padding: 24px 22px; }
  .photo-card-overlay h3 { font-size: 22px; }
  .share-band { padding: 72px 0; }
  .share-card { padding: 22px 20px; }
  .early-step { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .early-hero { padding: 64px 0; }
  .early-hero .hero-cta { flex-direction: column; align-items: stretch; }
  .early-hero .btn { justify-content: center; }
}
