/*!
 * The Reclaim Your Life Cohort — landing page styles
 * Layered on Bootstrap 5.3.3: tokens, components and layout for this page only.
 * Bootstrap itself is not modified — its components are retuned through their CSS variables.
 */

/* ============================================================
   Design tokens
   ============================================================ */
:root{
  /* Surfaces */
  --cream:#FBF8F5;
  --cream-alt:#F6F1EB;
  --cream-deep:#EDE4DA;
  --card:#FFFDFB;
  --price-bg:#F5F0F8;
  --quote-bg:#F2ECF7;
  --pill-bg:#F4EEF9;

  /* Brand */
  --violet:#460F75;
  --violet-dark:#2E0A4E;
  --violet-mid:#6B2E9E;
  --gold:#A98455;

  /* Text */
  --ink:#191021;
  --body:#453A4D;
  --body-2:#4E4356;
  --body-3:#4A3E52;
  --body-4:#2A1F32;
  --meta:#6E5F7C;
  --legal:#9A8DA3;
  --link-legal:#7A6A88;

  /* On dark */
  --on-dark:#FBF8F5;
  --on-dark-body:#D5C6E1;
  --on-dark-body-2:#D6C8E2;
  --on-dark-meta:#A493B4;

  /* Hairlines — warm */
  --hair:#E4DCD4;
  --hair-w1:#E7E0D8;
  --hair-w2:#EDE6DE;
  --hair-w3:#DED4CA;
  --hair-w4:#DFD3C6;
  --hair-w5:#DBCFC2;
  --hair-w6:#E0D6CB;
  --hair-w7:#E7DFD6;   /* schedule grid lines */

  /* Warm greys — schedule section.
     Spec called for #9A8D7F, but it measures 3.06:1 on the cream page and the
     text it carries is 0.68–0.8rem, so it fails WCAG AA. Darkened to the lightest
     tone in the same hue family that clears 4.5:1. */
  --warm-meta:#7B7165;  /* week labels, Friday dates — 4.52:1 on --cream */
  --warm-light:#B9AC9E; /* hollow marker, separators — decorative only */

  /* Hairlines — violet tint */
  --hair-v1:#E0D6E8;
  --hair-v2:#DCCFE6;
  --hair-v3:#C9B9DA;
  --hair-v4:#DCCDE9;
  --hair-v5:#D8CCE4;
  --hair-v6:#DED0EA;

  /* Type */
  --serif:"Newsreader", Georgia, "Times New Roman", serif;
  --sans:"Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Bootstrap base overrides */
  --bs-body-font-family:var(--sans);
  --bs-body-color:#4C4155;
  --bs-body-bg:var(--cream);
  --bs-border-radius:2px;
}

/* ============================================================
   Base
   ============================================================ */
html{ scroll-behavior:smooth; }

body{
  margin:0;
  background:var(--cream);
  color:#4C4155;
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased;
  text-wrap:pretty;
}

a{ color:var(--violet); text-decoration:none; }
a:hover{ color:var(--violet-mid); }

img{ display:block; max-width:100%; }

h1,h2,h3,h4{ margin:0; }
p{ margin:0; }

::selection{ background:rgba(70,15,117,.14); }

:focus-visible{
  outline:2px solid var(--violet);
  outline-offset:3px;
}

.skip-link{
  position:absolute; left:-9999px; top:0; z-index:100;
  background:var(--violet); color:var(--cream);
  padding:12px 18px; font-size:.82rem; font-weight:600;
  letter-spacing:.08em; text-transform:uppercase;
}
.skip-link:focus{ left:8px; top:8px; color:var(--cream); }

/* ============================================================
   Layout helpers
   ============================================================ */
.section{ padding:clamp(64px,8vw,120px) clamp(20px,5vw,40px); }
.section--tall{ padding:clamp(64px,8vw,124px) clamp(20px,5vw,40px); }
.section--support{ padding:clamp(62px,8vw,118px) clamp(20px,5vw,40px); }
.section--schedule{
  padding:clamp(58px,7.5vw,104px) clamp(20px,5vw,40px);
  background:var(--cream);
  border-bottom:1px solid var(--hair-w2);
}
.section--guide{ padding:clamp(60px,8vw,110px) clamp(20px,5vw,40px); }
.section--dark-band{ padding:clamp(66px,8.5vw,124px) clamp(20px,5vw,40px); }
.section--final{ padding:clamp(72px,9vw,130px) clamp(20px,5vw,40px); }

.bg-alt{ background:var(--cream-alt); }
.bg-deep{ background:var(--cream-deep); }
.bg-violet-dark{ background:var(--violet-dark); color:#EDE6F3; }

.bt-w2{ border-top:1px solid var(--hair-w2); }
.bt-w4{ border-top:1px solid var(--hair-w4); }
.bb-w1{ border-bottom:1px solid var(--hair-w1); }
.bb-w4{ border-bottom:1px solid var(--hair-w4); }

.wrap{ margin-inline:auto; }
.mw-600{ max-width:600px; }
.mw-640{ max-width:640px; }
.mw-660{ max-width:660px; }
.mw-680{ max-width:680px; }
.mw-700{ max-width:700px; }
.mw-720{ max-width:720px; }
.mw-760{ max-width:760px; }
.mw-820{ max-width:820px; }
.mw-900{ max-width:900px; }
.mw-1000{ max-width:1000px; }
.mw-1080{ max-width:1080px; }
.mw-1090{ max-width:1090px; }
.mw-1120{ max-width:1120px; }

/* Section intro block: eyebrow + heading + lede copy */
.lede .eyebrow{ margin-bottom:18px; }
.lede .h2{ margin-bottom:26px; }
.lede--weeks{ margin-bottom:clamp(44px,6vw,76px); }

/* CTA rows */
.cta-row{ display:flex; margin-top:clamp(32px,4vw,44px); }
.cta-row--center{ justify-content:center; }
.cta-row--hero{ margin-top:clamp(32px,4.5vw,48px); }
.cta-row--mech{ margin-top:clamp(34px,4.5vw,52px); }

/* Paragraph stacks */
.stack{ display:flex; flex-direction:column; }
.stack--12{ gap:1.2em; }
.stack--135{ gap:1.35em; }
.stack--125{ gap:1.25em; }
.stack--115{ gap:1.15em; }
.stack--11{ gap:1.1em; }
.stack--1{ gap:1em; }

/* Auto-fit grids — no media queries by design.
   min() guard prevents overflow below the track minimum. */
.grid-autofit{ display:grid; }
.grid-cards{
  grid-template-columns:repeat(auto-fit, minmax(min(270px,100%), 1fr));
  gap:clamp(16px,2vw,26px);
}
.grid-playbook{
  grid-template-columns:repeat(auto-fit, minmax(min(330px,100%), 1fr));
  gap:1px;
}
.grid-support{
  grid-template-columns:repeat(auto-fit, minmax(min(258px,100%), 1fr));
  gap:clamp(20px,2.6vw,34px);
}

/* ============================================================
   Typography
   ============================================================ */
.eyebrow{
  font-size:.72rem; font-weight:600; letter-spacing:.2em;
  text-transform:uppercase; color:var(--meta);
}
.eyebrow--violet{ margin-bottom:clamp(22px,3vw,30px); letter-spacing:.16em; color:var(--violet); }
.eyebrow--panel{ font-size:.7rem; letter-spacing:.2em; }
.eyebrow--spaced{ margin-bottom:clamp(28px,4vw,40px); }

.text-brand{ color:var(--violet); }

.h1-hero{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(2.7rem,6.6vw,5.3rem);
  line-height:.98; letter-spacing:-.022em; color:var(--ink);
}
.h2{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.85rem,3.6vw,2.9rem);
  line-height:1.14; letter-spacing:-.015em; color:var(--ink);
}
.h2--center{
  font-size:clamp(1.85rem,3.4vw,2.7rem);
  letter-spacing:normal; text-align:center;
}
.h2--mechanism{ font-size:clamp(1.8rem,3.5vw,2.8rem); line-height:1.16; }
.h2--support{ font-size:clamp(1.9rem,3.6vw,2.9rem); line-height:1.12; }
.h2--schedule{ font-size:clamp(1.8rem,3.2vw,2.6rem); line-height:1.14; }
.h2--guide{ margin-bottom:22px; font-size:clamp(1.6rem,3vw,2.3rem); line-height:1.2; letter-spacing:normal; }
.h2--enroll{ margin-bottom:24px; font-size:clamp(1.9rem,3.8vw,3rem); line-height:1.12; }
.h2--faq{ margin-bottom:clamp(30px,4vw,48px); font-size:clamp(1.85rem,3.4vw,2.7rem); letter-spacing:normal; }
.h2--band{
  font-size:clamp(2rem,4.2vw,3.1rem); line-height:1.08;
  letter-spacing:-.02em; color:var(--on-dark);
}
.h2--final{
  margin-bottom:22px;
  font-size:clamp(2rem,4.2vw,3.2rem); line-height:1.1;
  letter-spacing:-.015em; color:var(--on-dark);
}

.hero-sub{
  margin-top:clamp(24px,3.4vw,34px);
  font-family:var(--serif); font-weight:300;
  font-size:clamp(1.3rem,2.5vw,1.85rem);
  line-height:1.32; color:var(--violet);
}
.hero-body{
  margin-top:clamp(24px,3vw,32px);
  font-size:clamp(1rem,1.2vw,1.1rem);
  line-height:1.72; color:var(--body-3);
}

.body-lg{
  font-size:clamp(1.02rem,1.2vw,1.14rem);
  line-height:1.78; color:var(--body);
}
.body-md{
  font-size:clamp(1rem,1.15vw,1.1rem);
  line-height:1.76; color:var(--body);
}
.body-sm{ font-size:1.03rem; line-height:1.75; color:var(--body-2); }
.card-copy{ font-size:.98rem; line-height:1.72; color:var(--body-2); }
.cell-copy{ font-size:.96rem; line-height:1.7; color:var(--body-2); }
.support-copy{ font-size:.99rem; line-height:1.72; color:var(--body-2); }

.payoff{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.3rem,2.3vw,1.8rem);
  line-height:1.34; color:var(--violet-dark);
}
.payoff--weeks{ margin-top:clamp(48px,6vw,80px); line-height:1.36; }

/* ============================================================
   Buttons (Bootstrap .btn, retuned via its CSS variables)
   ============================================================ */
.cta{
  --bs-btn-color:var(--cream);
  --bs-btn-bg:var(--violet);
  --bs-btn-border-color:var(--violet);
  --bs-btn-hover-color:var(--cream);
  --bs-btn-hover-bg:var(--violet-dark);
  --bs-btn-hover-border-color:var(--violet-dark);
  --bs-btn-active-color:var(--cream);
  --bs-btn-active-bg:var(--violet-dark);
  --bs-btn-active-border-color:var(--violet-dark);
  --bs-btn-border-width:0;
  --bs-btn-border-radius:2px;
  --bs-btn-line-height:1.2;
  --bs-btn-font-weight:600;
  --bs-btn-font-size:.84rem;
  --bs-btn-padding-y:19px;
  --bs-btn-padding-x:clamp(24px,9vw,38px); /* = 38px at 422px viewport and up */
  --bs-btn-focus-shadow-rgb:70,15,117;
  font-family:var(--sans);
  letter-spacing:.1em;
  text-transform:uppercase;
}

/* Doubled class keeps the drop shadow through Bootstrap's own :active shadow. */
.cta.cta,
.cta.cta:active{ box-shadow:0 18px 40px -22px rgba(70,15,117,.6); }

/* Sizes are the design values from ~400px up; below that they ease down
   so the lockup + CTA never overflow the header row. */
.cta--header{
  --bs-btn-font-size:clamp(.58rem,2.4vw,.78rem);
  --bs-btn-font-weight:500;
  --bs-btn-padding-y:11px;
  --bs-btn-padding-x:clamp(10px,4vw,20px);
  letter-spacing:.09em;
  /* Shrinkable so the label wraps rather than overflowing on very small screens. */
  flex:0 1 auto;
}

.cta--tray{
  --bs-btn-font-size:clamp(.66rem,1.1vw,.76rem);
  --bs-btn-padding-y:14px;
  --bs-btn-padding-x:clamp(14px,2vw,24px);
  --bs-btn-hover-bg:var(--violet-mid);
  --bs-btn-hover-border-color:var(--violet-mid);
  --bs-btn-active-bg:var(--violet-mid);
  --bs-btn-active-border-color:var(--violet-mid);
  letter-spacing:.09em;
  white-space:nowrap;
  flex:0 0 auto;
}

.cta--panel{
  display:block;
  width:100%;
  --bs-btn-font-size:.86rem;
  --bs-btn-padding-x:24px;
  letter-spacing:.09em;
}
.cta--panel.cta--panel,
.cta--panel.cta--panel:active{ box-shadow:0 18px 36px -20px rgba(70,15,117,.65); }

.cta--invert{
  --bs-btn-color:var(--violet-dark);
  --bs-btn-bg:var(--cream);
  --bs-btn-border-color:var(--cream);
  --bs-btn-hover-color:var(--violet-dark);
  --bs-btn-hover-bg:#E9DDF2;
  --bs-btn-hover-border-color:#E9DDF2;
  --bs-btn-active-color:var(--violet-dark);
  --bs-btn-active-bg:#E9DDF2;
  --bs-btn-active-border-color:#E9DDF2;
  --bs-btn-font-size:.86rem;
  --bs-btn-focus-shadow-rgb:251,248,245;
}

.cta--header.cta--header, .cta--header.cta--header:active,
.cta--tray.cta--tray, .cta--tray.cta--tray:active,
.cta--invert.cta--invert, .cta--invert.cta--invert:active{ box-shadow:none; }

/* ============================================================
   Header
   ============================================================ */
.site-header{
  position:sticky; top:0; z-index:60;
  display:flex; align-items:center; justify-content:space-between;
  gap:clamp(10px,3vw,20px);
  padding:13px clamp(18px,5vw,40px);
  background:rgba(251,248,245,.88);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--hair-w1);
}
.logo-lockup{
  display:flex; flex-direction:column; align-items:center; gap:7px;
  text-decoration:none;
}
.logo-lockup img{ height:clamp(26px,3.8vw,36px); width:auto; }
.logo-lockup span{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(.64rem,1.05vw,.8rem);
  letter-spacing:.005em; color:var(--ink); white-space:nowrap;
}

/* ============================================================
   Floating tray
   ============================================================ */
.tray{
  position:fixed; left:0; right:0; bottom:0; z-index:70;
  display:flex; align-items:center; gap:clamp(10px,2vw,26px);
  padding:11px clamp(12px,3vw,26px);
  background:rgba(25,16,33,.95);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-top:1px solid rgba(255,255,255,.14);
  animation:trayIn .45s cubic-bezier(.2,.7,.2,1) both;
}
.tray[hidden]{ display:none; }
/* Equal side columns keep the countdown optically centred in the viewport. */
.tray__side{ flex:1 1 0; min-width:0; }
.tray__side--right{ display:flex; justify-content:flex-end; min-width:max-content; }
.tray__center{ flex:0 0 auto; text-align:center; }
.tray__title{
  font-family:var(--serif);
  font-size:clamp(.95rem,1.5vw,1.12rem);
  color:var(--on-dark);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.tray__sub{
  margin-top:2px;
  font-size:.62rem; font-weight:600; letter-spacing:.16em;
  text-transform:uppercase; color:var(--on-dark-meta);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.tray__label{
  font-size:.58rem; font-weight:600; letter-spacing:.16em;
  text-transform:uppercase; color:var(--on-dark-meta); white-space:nowrap;
}
.tray__value{
  margin-top:3px;
  font-variant-numeric:tabular-nums;
  font-size:clamp(.84rem,1.5vw,1.02rem);
  letter-spacing:.05em; color:var(--on-dark); white-space:nowrap;
}

@keyframes trayIn{
  from{ transform:translateY(100%); opacity:0; }
  to{ transform:translateY(0); opacity:1; }
}

/* The only breakpoint on the page: below this the program name, the countdown
   and the CTA cannot share one row, so the name (least critical) steps aside
   and the countdown takes the left position. */
@media (max-width:640px){
  .tray__side:not(.tray__side--right){ display:none; }
  .tray__center{ flex:1 1 auto; min-width:0; text-align:left; }
  .tray__label,
  .tray__value{ overflow:hidden; text-overflow:ellipsis; }
}

/* ============================================================
   Hero
   ============================================================ */
.hero{
  position:relative; overflow:hidden;
  padding:clamp(72px,12vw,150px) clamp(20px,5vw,40px) clamp(64px,9vw,120px);
}
.hero__aura{
  position:absolute; top:-38%; left:50%;
  transform:translateX(-50%);
  width:min(1100px,130%); aspect-ratio:1/1;
  background:radial-gradient(circle at 50% 50%, rgba(70,15,117,.10), rgba(70,15,117,.03) 45%, rgba(70,15,117,0) 68%);
  animation:auraPulse 11s ease-in-out infinite;
  pointer-events:none;
}
@keyframes auraPulse{
  0%,100%{ opacity:.75; transform:translateX(-50%) scale(1); }
  50%{ opacity:1; transform:translateX(-50%) scale(1.06); }
}
.hero__inner{ position:relative; text-align:center; }
.hero__pill-row{ display:flex; justify-content:center; margin:0 0 clamp(26px,4vw,40px); }
.hero__media{
  position:relative; display:flex; justify-content:center;
  margin-top:clamp(56px,8vw,96px);
}
.hero__pill{
  display:inline-flex; align-items:center; gap:11px;
  padding:9px 18px 9px 13px;
  border:1px solid var(--hair-v4); border-radius:100px;
  background:var(--pill-bg);
  font-size:.72rem; font-weight:600; letter-spacing:.2em;
  text-transform:uppercase; color:#4E3F5C;
}
.hero__pill svg{ flex:0 0 auto; }
.hero__pill .dot{ color:var(--gold); }
.hero__figure{
  margin:0;
  position:relative;
  width:100%; max-width:1000px;
  aspect-ratio:16/8; overflow:hidden;
  border:1px solid var(--hair);
}
.hero__figure img{ width:100%; height:100%; object-fit:cover; object-position:50% 50%; }
.hero__scrim{
  position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, rgba(251,248,245,.14), rgba(251,248,245,0) 32%, rgba(46,10,78,.07));
}

/* ============================================================
   Problem section
   ============================================================ */
.s-problem .h2{ margin-bottom:clamp(28px,4vw,44px); }

.pullquote{
  margin:clamp(34px,4.5vw,52px) 0;
  padding:clamp(24px,3vw,34px);
  background:var(--quote-bg);
  border-left:2px solid var(--violet);
}
.pullquote p{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.4rem,2.6vw,2rem);
  line-height:1.34; color:var(--violet-dark);
}
.pullquote em{ font-style:italic; color:var(--violet); }
.underline-term{
  color:var(--ink); font-weight:500;
  border-bottom:1px solid var(--hair-v3);
}

/* ============================================================
   Archetype cards
   ============================================================ */
.s-who .h2{ margin-bottom:clamp(36px,5vw,60px); }

.card-arch{
  display:flex; flex-direction:column; gap:18px;
  background:var(--card); border:1px solid var(--hair);
  padding:clamp(26px,3vw,38px);
}
.card-arch h3{
  font-family:var(--serif); font-weight:400;
  font-size:1.55rem; color:var(--ink);
}
.card-arch .hook{
  font-size:1.08rem; line-height:1.5;
  font-weight:600; color:var(--violet);
}

/* ============================================================
   Timeline
   ============================================================ */
.timeline{
  display:flex; flex-direction:column;
  gap:clamp(38px,5vw,66px);
  list-style:none;
  padding-left:0;
  border-left:1px solid var(--hair-v1);
  margin:0 0 0 clamp(8px,2vw,26px);
}
.timeline__step{
  display:grid; grid-template-columns:minmax(0,1fr); gap:14px;
  padding-left:clamp(24px,4vw,54px);
  position:relative;
}
.timeline__dot{
  position:absolute; left:-4.5px; top:14px;
  width:9px; height:9px; border-radius:50%;
  background:var(--violet);
}
.timeline__num{
  font-family:var(--serif);
  font-size:clamp(2.6rem,5vw,3.8rem);
  line-height:1; color:var(--hair-v2);
}
.timeline__step h3{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.4rem,2.4vw,1.95rem);
  line-height:1.22; color:var(--ink);
}
.timeline__step p{ max-width:620px; }

/* Scroll reveal (progressive enhancement) */
.js .reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease, transform .9s cubic-bezier(.2,.7,.2,1);
}
.js .reveal.is-visible{ opacity:1; transform:none; }

/* ============================================================
   Mechanism rows
   ============================================================ */
.mech{ margin-top:clamp(48px,6vw,84px); border-top:1px solid var(--hair-w3); }
.mech__row{
  display:flex; flex-wrap:wrap; align-items:flex-start;
  gap:clamp(18px,4vw,48px);
  padding:clamp(30px,4vw,46px) 0;
  border-bottom:1px solid var(--hair-w3);
}
.mech__label{
  flex:0 0 auto; display:flex; align-items:center; gap:20px;
  min-width:220px;
}
.mech__label h3{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.6rem,3vw,2.3rem); color:var(--ink);
}
.mech__body{ flex:1 1 340px; }

/* ============================================================
   Dark support band
   ============================================================ */
.band{
  display:flex; flex-wrap:wrap; align-items:flex-start;
  gap:clamp(38px,5vw,76px);
}
.band__head{ flex:1 1 470px; }
.band__rule{
  width:64px; height:1px;
  background:rgba(255,255,255,.32);
  margin-top:clamp(26px,3.4vw,34px);
}
.band__copy{
  flex:1 1 400px;
  font-size:clamp(1.02rem,1.2vw,1.14rem);
  line-height:1.8; color:var(--on-dark-body);
}
.band__payoff{
  margin-top:clamp(14px,2vw,22px);
  padding-top:clamp(22px,3vw,30px);
  border-top:1px solid rgba(255,255,255,.2);
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.18rem,2vw,1.5rem);
  line-height:1.4; color:var(--on-dark);
}

/* ============================================================
   Playbook
   ============================================================ */
.playbook-frame{
  margin-top:clamp(40px,5vw,64px);
  border:1px solid var(--hair);
  background:var(--card);
  padding:clamp(16px,2.5vw,28px);
}
.playbook-frame > div{ aspect-ratio:16/9; overflow:hidden; }
.playbook-frame img{ width:100%; height:100%; object-fit:cover; object-position:50% 50%; }

.playbook-title{
  margin:clamp(52px,6vw,80px) 0 clamp(6px,1vw,10px);
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.45rem,2.6vw,2.05rem); color:var(--ink);
}
.cell{
  display:flex; flex-direction:column; gap:16px;
  padding:clamp(26px,3vw,36px);
  background:var(--card);
  box-shadow:0 0 0 1px var(--hair);
}
.cell h4{
  font-size:1.06rem; font-weight:600;
  letter-spacing:-.005em; color:var(--ink);
}

/* ============================================================
   Support band (deep cream)
   ============================================================ */
.support-head{ margin-bottom:clamp(34px,4.5vw,54px); }
.support-head .eyebrow{ margin-bottom:16px; }

.support-item{ display:flex; flex-direction:column; gap:18px; }
.support-item__media{
  aspect-ratio:4/3; overflow:hidden;
  border:1px solid var(--hair-w6);
}
.support-item__media img{ width:100%; height:100%; object-fit:cover; object-position:50% 50%; }
.support-item h3{
  font-family:var(--serif); font-weight:500;
  font-size:1.4rem; line-height:1.24; color:var(--violet-dark);
}
.support-footer{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;
  gap:clamp(24px,3vw,40px);
  margin-top:clamp(40px,5vw,62px);
  padding-top:clamp(30px,4vw,44px);
  border-top:1px solid var(--hair-w5);
}
.support-footer .payoff{ flex:1 1 420px; max-width:660px; }
.support-footer .cta{ flex:0 0 auto; }

/* ============================================================
   Live cohort schedule
   ============================================================ */
.schedule__head{
  display:flex; flex-wrap:wrap;
  align-items:flex-end; justify-content:space-between;
  gap:20px;
  margin-bottom:clamp(30px,3.6vw,44px);
}
.schedule__headline{ max-width:560px; }
.schedule__headline .eyebrow{ margin-bottom:16px; }
.schedule__meta{ font-size:.9rem; line-height:1.6; color:var(--body-2); }
.schedule__meta-primary{ font-weight:600; }
/* Same quieter treatment the optional sessions get inside the week cells. */
.schedule__meta-optional{ font-style:italic; color:var(--meta); }
.sep{ color:var(--warm-light); }

/* Each cell draws its own outline, same technique as .grid-playbook.
   The addendum specified a container background showing through the gap,
   on the assumption that 4 cells can never leave a track empty — but
   auto-fit lands on 3 columns around 860–1000px, and the two empty tracks
   in row 2 painted as solid tan blocks. A per-cell ring renders nothing in
   an empty track and is visually identical everywhere else. */
.schedule__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(min(232px,100%), 1fr));
  gap:1px;
}
.schedule__week{
  background:var(--cream);
  box-shadow:0 0 0 1px var(--hair-w7);
  padding:clamp(22px,2.4vw,28px);
}
.schedule__label{
  margin-bottom:20px;
  font-size:.68rem; font-weight:600; letter-spacing:.2em;
  text-transform:uppercase; color:var(--warm-meta);
}

.schedule__session{ display:flex; gap:12px; }
.schedule__session--core{ margin-bottom:20px; }
.schedule__marker{
  flex:0 0 auto;
  width:7px; height:7px; margin-top:8px;
  border-radius:50%;
  background:var(--violet);
}
.schedule__marker--optional{
  background:none;
  border:1px solid var(--warm-light);
}
.schedule__detail{ display:flex; flex-direction:column; gap:4px; }
.schedule__date{ font-size:.8rem; letter-spacing:.04em; color:var(--meta); }
.schedule__date--optional{ color:var(--warm-meta); }
.schedule__title{
  font-family:var(--serif); font-weight:500;
  font-size:1.14rem; line-height:1.3; color:var(--violet-dark);
}
.schedule__optional{ font-size:.95rem; line-height:1.45; color:var(--body-2); }

.schedule__note{
  margin-top:clamp(22px,2.6vw,30px);
  font-size:.9rem; line-height:1.65; color:var(--meta);
}

/* ============================================================
   Meet your guide
   ============================================================ */
.portrait{
  width:clamp(132px,17vw,180px);
  height:clamp(132px,17vw,180px);
  margin:0 auto clamp(26px,3.5vw,34px);
  border-radius:50%; overflow:hidden;
  border:1px solid var(--hair-w6);
  box-shadow:0 22px 44px -26px rgba(46,10,78,.4);
}
.portrait img{ width:100%; height:100%; object-fit:cover; object-position:50% 42%; }
.guide-copy{ font-size:1.02rem; line-height:1.76; color:var(--body); }

/* ============================================================
   Enrollment panel
   ============================================================ */
#enroll{ scroll-margin-top:84px; }
.enroll-intro{ margin-bottom:clamp(40px,5vw,60px); }
.enroll-intro__copy{
  font-size:clamp(1.02rem,1.2vw,1.12rem);
  line-height:1.76; color:var(--body);
}
.panel{
  border:1px solid var(--hair-v6);
  background:var(--card);
  box-shadow:0 40px 80px -50px rgba(46,10,78,.45);
}
.panel__head{
  padding:clamp(26px,3.6vw,44px) clamp(24px,3.6vw,52px);
  border-bottom:1px solid var(--hair-w2);
  text-align:center;
}
.panel__head .eyebrow{ margin-bottom:10px; }
.panel__head h3{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.7rem,3.2vw,2.5rem); color:var(--ink);
}
.panel__body{ display:flex; flex-wrap:wrap; }
.panel__incl{ flex:1 1 380px; padding:clamp(28px,3.6vw,48px) clamp(24px,3.6vw,52px); }
.panel__price{
  flex:1 1 300px;
  background:var(--price-bg);
  border-left:1px solid var(--hair-w2);
  padding:clamp(30px,3.6vw,48px) clamp(24px,3vw,40px);
  display:flex; flex-direction:column; justify-content:center;
  text-align:center;
}
.panel__price .eyebrow{ margin-bottom:12px; color:var(--violet); }

.incl-list{ display:flex; flex-direction:column; gap:16px; }
.incl-row{ display:flex; gap:14px; align-items:flex-start; }
.incl-row__label{ margin-bottom:12px; }
.incl-row svg{ margin-top:5px; flex:0 0 auto; }
.incl-row p{ font-size:1.02rem; line-height:1.55; color:var(--body-4); }
.incl-sub{
  display:flex; flex-direction:column; gap:7px;
  padding-left:16px; border-left:1px solid var(--hair-v1);
}
.incl-sub p{ font-size:.94rem; line-height:1.5; color:var(--body-2); }
.price{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(3.4rem,7vw,4.6rem);
  line-height:1; color:var(--ink);
}
.price-note{ margin-top:12px; font-size:.92rem; letter-spacing:.02em; color:var(--body-2); }
.price-rule{ width:40px; height:1px; background:var(--hair-v5); margin:24px auto; }
.panel-note{ margin-top:clamp(28px,3.5vw,40px); }
.price-dates{
  margin-bottom:9px;
  font-size:.8rem; font-weight:500; letter-spacing:.12em;
  text-transform:uppercase; color:var(--body-2);
}
.price-times{
  margin-bottom:26px;
  font-size:.78rem; line-height:1.5; color:var(--meta);
}

/* ============================================================
   FAQ (Bootstrap accordion, restyled)
   ============================================================ */
.faq{
  --bs-accordion-bg:transparent;
  --bs-accordion-border-width:0;
  --bs-accordion-border-radius:0;
  --bs-accordion-inner-border-radius:0;
  --bs-accordion-btn-padding-x:0;
  --bs-accordion-btn-padding-y:clamp(20px,2.5vw,26px);
  --bs-accordion-btn-bg:transparent;
  --bs-accordion-btn-color:var(--ink);
  --bs-accordion-active-bg:transparent;
  --bs-accordion-active-color:var(--ink);
  --bs-accordion-btn-focus-box-shadow:none;
  --bs-accordion-body-padding-x:0;
  --bs-accordion-body-padding-y:0;
  border-top:1px solid var(--hair-w3);
}
.faq .accordion-item{ border-bottom:1px solid var(--hair-w3); background:transparent; }
.faq .accordion-header{ margin:0; }
.faq .accordion-button{
  align-items:baseline;
  gap:24px;
  font-family:var(--sans);
  font-size:clamp(1.06rem,1.5vw,1.2rem);
  font-weight:600;
  line-height:1.45;
  color:var(--ink);
  box-shadow:none;
}
.faq .accordion-button::after{
  content:"+";
  background-image:none;
  width:auto; height:auto;
  flex:0 0 auto;
  font-size:1.2rem; line-height:1; font-weight:400;
  color:var(--violet);
  transform:none;
}
.faq .accordion-button:not(.collapsed)::after{ content:"\2013"; }
.faq .accordion-button:focus-visible{ outline:2px solid var(--violet); outline-offset:2px; }
.faq .accordion-body{
  padding-bottom:clamp(24px,3vw,30px);
  max-width:680px;
  font-size:1rem; line-height:1.75; color:var(--body-2);
}

/* ============================================================
   Final CTA + footer
   ============================================================ */
.final-sub{
  margin-bottom:clamp(30px,4vw,42px);
  font-size:clamp(1.02rem,1.3vw,1.18rem);
  line-height:1.7; color:var(--on-dark-body-2);
}
.site-footer{
  padding:clamp(40px,5vw,64px) clamp(20px,5vw,40px) clamp(120px,12vw,150px);
  background:var(--cream);
}
.footer-inner{ display:flex; flex-direction:column; gap:14px; }
.site-footer p{ font-size:.79rem; line-height:1.66; color:var(--legal); }
.site-footer a{ color:var(--link-legal); text-decoration:underline; }
.site-footer a:hover{ color:var(--violet); }

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .hero__aura{ animation:none; }
  .tray{ animation:none; }
  .js .reveal{ opacity:1; transform:none; transition:none; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}
