/* =========================================================
   MindsetBlissCoach — static landing page
   ========================================================= */

:root {
  --bg: #F8F5F0;
  --bg-2: #F1E8DE;
  --bg-3: #E9DED4;
  --ink: #1D1A17;
  --ink-2: #504A44;
  --muted: #7B746C;
  --muted-2: #A79F95;
  --line: #D7C9BC;
  --line-2: #CFC0B2;
  --orange: #B88843;
  --orange-2: #8D6F3C;
  --orange-soft: #FAF0DE;
  --orange-soft-2: #E7D4B1;
  --orange-200: #E6C38A;
  --orange-300: #D9B277;
  --stone-50: #FBF6F0;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --shadow: 0 10px 32px rgba(29,25,20,.06);
  --shadow-lg: 0 18px 56px rgba(29,25,20,.12);
  --shadow-soft: 0 12px 40px rgba(184,136,67,.1);
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
section[id], header[id], footer[id], main[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(184,136,67,.12), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(248,214,166,.12), transparent 25%),
    linear-gradient(135deg, var(--bg) 0%, var(--bg-3) 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}
body::before, body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  filter: blur(70px);
  opacity: .35;
}
body::before {
  top: -60px; left: -40px; width: 260px; height: 260px; background: rgba(254,215,170,.5);
}
body::after {
  right: -40px; bottom: -80px; width: 320px; height: 320px; background: rgba(255,247,237,.9);
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 120;
  background: var(--ink); color: white; padding: 12px 16px; border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

::selection { background: var(--orange-200); color: var(--orange-2); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 40px; } }
@media (min-width: 1024px) { .container { padding: 0 48px; } }

.two-col { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }
@media (min-width: 900px) { .two-col--reverse-md > :first-child { order: 2; } }

/* ---------- Typography helpers ---------- */
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; color: var(--ink); margin: 0; font-weight: 500; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.5rem, 5vw + .5rem, 4.75rem); line-height: 0.98; }
h2 { font-size: clamp(2rem, 3.5vw + .5rem, 3.75rem); line-height: 1.04; text-wrap: balance; }
h3 { font-size: clamp(1.5rem, 2vw + .5rem, 2.5rem); line-height: 1.1; }
h4 { font-size: 1.5rem; line-height: 1.2; }
em { font-style: italic; color: var(--orange-2); }
p { margin: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange-2);
}
.eyebrow--light { color: var(--orange-300); }
.overline {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 8px 0 16px;
}
.overline--light { color: var(--orange-200); }
.lead { font-size: clamp(1rem, .5vw + .9rem, 1.15rem); color: var(--muted); line-height: 1.65; margin-top: 24px; }
.lead--right { margin-left: auto; max-width: 32rem; }
.muted { color: var(--muted); margin-top: 12px; }
.muted-inline { color: var(--muted-2); font-weight: 400; }
.italic-muted { color: var(--muted); font-style: italic; }
.italic-big { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.5rem; color: var(--ink-2); margin-top: 20px; line-height: 1.4; }
.small { font-size: 13px; }
.section-head { position: relative; max-width: 800px; margin: 0 0 56px; padding-left: 0; }
.section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(184,136,67,.55));
}
.section-head .eyebrow { display: inline-flex; }
.section-head h2 { margin-top: 16px; }
.section-head .lead { max-width: 640px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  padding: 10px 18px;
  border-radius: 12px;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  background: transparent;
  color: inherit;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(28,25,23,.04);
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(28,25,23,.10);
}
.btn--pill { border-radius: 999px; }
.btn--full { width: 100%; }
.btn--lg { padding: 14px 26px; font-size: 15px; }
.btn--dark { background: var(--ink); color: white; box-shadow: 0 14px 32px rgba(29,25,20,.16); }
.btn--dark:hover { background: #2b2824; }
.btn--orange { background: var(--orange); color: white; box-shadow: 0 14px 32px rgba(184,136,67,.18); }
.btn--orange:hover { background: #9a7031; }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: rgba(28,25,23,.06); }
.btn--outline { background: white; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: white; }
.btn--outline-dark { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn--outline-dark:hover { background: var(--ink); color: white; }
.btn:hover i.fa-arrow-right { transform: translateX(2px); }
.btn i { transition: transform .25s var(--ease); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 20px 0;
  transition: all .4s var(--ease);
}
.nav.is-scrolled {
  background: rgba(255,249,241,.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(215,201,190,.9);
  box-shadow: 0 10px 36px rgba(29,25,20,.06);
  padding: 12px 0;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__logo { display: inline-flex; align-items: center; gap: 10px; }
.nav__logo img { height: 40px; width: 40px; object-fit: contain; transition: transform .5s var(--ease); }
.nav__logo:hover img { transform: rotate(12deg); }
.nav__logo span { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; line-height: 1; }
.nav__logo em { font-style: italic; color: var(--orange-2); }
.nav__links { display: none; gap: 36px; }
.nav__links a { font-size: 14px; color: var(--ink-2); letter-spacing: .14em; text-transform: uppercase; transition: color .2s, transform .2s, text-shadow .2s; }
.nav__links a:hover { color: var(--ink); transform: translateY(-1px); text-shadow: 0 1px 2px rgba(0,0,0,.08); }
.nav__cta { display: none; }
.nav__toggle {
  background: transparent; border: none; padding: 8px; color: var(--ink); font-size: 18px;
}
@media (min-width: 900px) {
  .nav__links { display: inline-flex; }
  .nav__cta { display: inline-flex; }
  .nav__toggle { display: none; }
}
.nav__mobile {
  display: none;
  flex-direction: column; gap: 12px;
  background: white;
  border-top: 1px solid var(--line);
  padding: 20px 24px 28px;
}
.nav__mobile.is-open { display: flex; }
.nav__mobile a { color: var(--ink); font-size: 16px; padding: 6px 0; }
.nav__mobile .btn { margin-top: 8px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 160px 0 112px; overflow: hidden; }
.hero::before, .hero::after {
  content: ""; position: absolute; pointer-events: none; filter: blur(80px); border-radius: 50%;
}
.hero::before { top: -72px; left: -40px; width: 320px; height: 320px; background: rgba(184,136,67,.14); }
.hero::after { top: 40%; right: -140px; width: 420px; height: 420px; background: rgba(255,247,237,.8); }
.hero__inner {
  display: grid; grid-template-columns: 1fr; gap: 48px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__inner { grid-template-columns: 7fr 5fr; gap: 56px; align-items: end; }
}
.hero__copy h1 { margin-top: 32px; letter-spacing: -0.03em; max-width: 11ch; text-shadow: 0 2px 12px rgba(29,25,20,.05); }
.hero__copy p.lead { max-width: 44rem; margin-top: 24px; color: rgba(79,68,57,.92); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 44px; }
.hero__ctas .btn--orange { min-width: 260px; }
.hero__stats {
  display: flex; align-items: center; gap: 32px; margin-top: 52px; color: rgba(79,68,57,.9);
  padding: 22px 28px; border: 1px solid rgba(215,201,190,.85); border-radius: 999px;
  background: rgba(255,255,255,.88); backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(29,25,20,.1);
  width: fit-content;
  flex-wrap: wrap;
}
.hero__stats div { text-align: center; min-width: 108px; }
.hero__stats strong { font-family: 'Cormorant Garamond', serif; font-size: 1.875rem; line-height: 1; display: block; color: var(--ink); letter-spacing: -.03em; }
.hero__stats span { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: rgba(79,68,57,.85); }
.hero__stats .divider { height: 40px; width: 1px; background: var(--line); }

.hero__bento {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 14px;
  height: 480px;
}
@media (min-width: 640px) { .hero__bento { height: 600px; } }
.bento { border-radius: var(--radius-xl); overflow: hidden; position: relative; box-shadow: 0 20px 60px rgba(29,25,20,.08); }
.bento img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .6s var(--ease); }
.bento--main { grid-column: span 5; grid-row: span 4; }
.bento--main::after {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(17,14,12,.24), transparent 40%);
}
.bento--side { grid-column: span 3; grid-row: span 2; }
.bento--note {
  grid-column: span 2; grid-row: span 2;
  background: rgba(29,25,20,.94); color: var(--stone-50);
  padding: 32px 28px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 24px 70px rgba(29,25,20,.18);
  border: 1px solid rgba(255,255,255,.16);
}
.bento--note p { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; line-height: 1.38; letter-spacing: -.02em; }

/* ---------- Signature strip ---------- */
.signature { padding: 0 0 48px; }
.signature__grid { display: grid; gap: 24px; align-items: center; }
.signature__copy h2 { max-width: 720px; }
.signature__cards { display: grid; gap: 16px; }
.signature__card {
  background: rgba(255,255,249,.96);
  border: 1px solid rgba(215,201,190,.9);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: 0 18px 48px rgba(29,25,20,.08);
  backdrop-filter: blur(10px);
}
.signature__card strong {
  display: block; margin-bottom: 10px; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--orange-2);
}
.signature__card p { color: var(--muted); line-height: 1.75; font-size: 1rem; }
@media (min-width: 768px) {
  .signature__grid { grid-template-columns: 1.1fr .9fr; }
  .signature__cards { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- Beliefs ---------- */
.beliefs { padding: 96px 0; background: var(--bg-2); }
.belief-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.belief-list li {
  display: flex; align-items: flex-start; gap: 20px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(215,201,190,.9);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  box-shadow: 0 14px 38px rgba(29,25,20,.08);
}
.belief-list li:hover { border-color: rgba(184,136,67,.5); box-shadow: 0 18px 48px rgba(29,25,20,.12); transform: translateY(-3px); }
.belief-list li span {
  flex-shrink: 0; width: 44px; height: 44px;
  border-radius: 50%; background: var(--orange-soft);
  border: 1px solid rgba(230,200,160,.8);
  color: var(--orange-2); display: inline-flex; align-items: center; justify-content: center;
  transition: background .25s, color .25s, transform .25s;
}
.belief-list li:hover span { background: var(--orange); color: white; transform: scale(1.04); }
.belief-list li p { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; line-height: 1.35; padding-top: 4px; }

/* ---------- About ---------- */
.about { padding: 96px 0; }
.about__portrait { position: relative; }
.about__portrait-bg { position: absolute; inset: -16px; background: linear-gradient(180deg, rgba(184,136,67,.14), rgba(255,255,255,0)); border-radius: calc(var(--radius-xl) + 12px); transform: rotate(-3deg); z-index: 0; }
.about__portrait img { position: relative; z-index: 1; border-radius: var(--radius-xl); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.about__pull-quote {
  position: absolute; bottom: -24px; right: -24px; z-index: 2;
  background: rgba(17,14,12,.94); color: var(--stone-50);
  padding: 18px 22px; border-radius: calc(var(--radius) + 4px);
  max-width: 240px; box-shadow: 0 18px 45px rgba(29,25,20,.18);
}
.about__pull-quote i { color: var(--orange-300); margin-bottom: 4px; }
.about__pull-quote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; line-height: 1.3; }
.about .prose { margin-top: 32px; display: grid; gap: 20px; color: var(--muted); font-size: 1.1rem; line-height: 1.65; max-width: 40rem; }
.about .mission { margin-top: 40px; border-left: 2px solid var(--orange); padding-left: 24px; }
.mission__text { font-family: 'Cormorant Garamond', serif; font-size: 1.875rem; line-height: 1.2; margin-top: 8px; }

/* ---------- Programs ---------- */
.programs { padding: 96px 0; background: var(--bg-2); }
.program {
  display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .program { grid-template-columns: 5fr 7fr; gap: 48px; }
  .program--reverse > :first-child { order: 2; }
}
.program__image { position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 320px; }
.program__image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .7s var(--ease); }
.program__image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(17,14,13,.18), rgba(255,255,255,0) 40%);
}
.program:hover .program__image img { transform: scale(1.05); }
.program__chip {
  position: absolute; top: 24px; left: 24px; z-index: 1;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  padding: 8px 16px; border-radius: 999px;
  font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ink);
}
.program__body {
  background: rgba(255,255,250,.96);
  border: 1px solid rgba(215,201,190,.9);
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: 0 16px 46px rgba(29,25,20,.09);
}
.program__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 999px;
  background: var(--orange-soft); color: var(--orange-2); margin-bottom: 18px;
  font-size: 20px;
}
.program__body h3 { margin-top: 10px; font-size: 2rem; line-height: 1.05; }
.program__body .italic-muted { margin-top: 10px; font-size: 1rem; }
.bullet-grid { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
@media (min-width: 600px) { .bullet-grid { grid-template-columns: 1fr 1fr; column-gap: 24px; } }
.bullet-grid li { position: relative; padding-left: 14px; color: var(--ink-2); font-size: 15px; line-height: 1.55; }
.bullet-grid li::before { content: ""; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.program__why { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.program__why p:last-child { color: var(--muted); margin-top: 8px; line-height: 1.6; }
.program__link {
  margin-top: 32px; display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-2);
  border-bottom: 1px solid rgba(77,67,55,.15); padding-bottom: 3px;
  transition: color .25s, border-color .25s, transform .25s;
}
.program__link:hover { color: var(--ink); border-color: var(--orange-2); transform: translateX(2px); }

/* ---------- Sessions / Tabs ---------- */
.sessions { padding: 96px 0; background: linear-gradient(to bottom, var(--bg), var(--bg-2)); }
.sessions .section-head h2 { margin-top: 16px; }
.tabs__list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  background: white; border: 1px solid var(--line);
  border-radius: 999px; padding: 4px;
  max-width: 460px; margin: 0 0 32px;
}
.tabs__trigger {
  background: transparent; border: none;
  padding: 10px 16px; border-radius: 999px;
  font-size: 14px; color: var(--ink-2);
  transition: all .25s var(--ease);
}
.tabs__trigger.is-active { background: var(--ink); color: white; }
.tabs__panel { display: none; }
.tabs__panel.is-active { display: block; }

/* EI featured */
.ei-featured {
  position: relative;
  background: var(--ink); color: var(--stone-50);
  border-radius: var(--radius-xl);
  overflow: hidden;
  padding: 40px;
  display: grid; gap: 40px;
}
@media (min-width: 900px) {
  .ei-featured { grid-template-columns: 5fr 7fr; padding: 56px; }
}
.ei-featured::before, .ei-featured::after {
  content:""; position: absolute; pointer-events: none; filter: blur(80px); border-radius: 50%;
}
.ei-featured::before { top: -128px; right: -128px; width: 420px; height: 420px; background: rgba(194,65,12,.3); }
.ei-featured::after { bottom: -96px; left: -96px; width: 320px; height: 320px; background: rgba(154,52,18,.15); }
.ei-featured__copy, .ei-featured__dates { position: relative; z-index: 1; }
.ei-featured h3 { color: var(--stone-50); margin-top: 24px; font-size: clamp(2rem, 3vw + 1rem, 3.25rem); }
.ei-featured h3 em { color: var(--orange-200); }
.ei-featured > .ei-featured__copy p { color: rgba(214,211,209,1); margin-top: 20px; font-size: 1rem; max-width: 28rem; }

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
}
.chip--orange { background: var(--orange); color: white; }
.chip--soft { background: var(--orange-soft); border: 1px solid var(--orange-soft-2); color: var(--orange-2); }

.dot-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.dot-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.dot-list li::before { content: ""; flex-shrink: 0; margin-top: 9px; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.dot-list--light li { color: rgba(214,211,209,1); }
.dot-list--light li::before { background: var(--orange-300); }
.ei-featured .dot-list { margin-top: 28px; }
.ei-featured .dot-list li { color: rgba(214,211,209,1); }
.ei-featured .dot-list li::before { background: var(--orange-300); }

.ei-dates { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 16px; }
@media (min-width: 640px) { .ei-dates { grid-template-columns: 1fr 1fr; } }
.ei-date {
  background: var(--stone-50); color: var(--ink);
  border-radius: var(--radius-lg); padding: 24px;
  display: flex; flex-direction: column;
}
.ei-date__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.free-tag { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: var(--muted-2); letter-spacing: .1em; }
.ei-date h4 { font-size: 1.5rem; }
.meta { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 8px; color: var(--muted); font-size: 14px; }
.meta li { display: flex; align-items: center; gap: 10px; }
.ei-date .italic-muted { margin-top: 16px; }
.ei-date .btn { margin-top: 20px; }
.waitlist-link {
  background: transparent; border: none;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); padding: 8px 0;
  transition: color .2s;
}
.waitlist-link:hover { color: var(--orange-2); }

.paid-strip { margin: 40px 0 20px; }
.paid-strip h3 { margin-top: 8px; }
.paid-strip .lead { max-width: 720px; }

.card-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .card-grid { grid-template-columns: 1fr 1fr; } }
.card-grid--single { grid-template-columns: 1fr; max-width: 480px; }

.expand-card {
  background: rgba(255,255,255,.96); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: 28px;
  display: flex; flex-direction: column;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  box-shadow: 0 10px 30px rgba(28,25,23,.04);
}
.expand-card:hover { border-color: var(--orange-200); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.expand-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.icon-tile {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--orange-soft); color: var(--orange);
  font-size: 18px;
}
.icon-tile--lg { width: 48px; height: 48px; border-radius: 16px; background: var(--orange-soft-2); color: var(--orange-2); font-size: 20px; }
.expand-card h4 { font-size: 1.5rem; }
.expand-card > p { margin-top: 12px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.facts { margin: 20px 0 0; padding: 0; display: grid; gap: 6px; }
.facts div { display: flex; align-items: baseline; gap: 12px; font-size: 14px; }
.facts dt { color: var(--muted-2); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; width: 80px; flex-shrink: 0; margin: 0; }
.facts dd { margin: 0; color: var(--ink); }
.expand-toggle {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; margin-top: 24px; padding: 12px 0 8px;
  border: none; border-top: 1px solid var(--line);
  background: transparent;
  font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink);
}
.expand-toggle:hover { color: var(--orange-2); }
.expand-toggle i { transition: transform .3s var(--ease); }
.expand-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
.expand-content {
  max-height: 0; overflow: hidden;
  transition: max-height .5s var(--ease), margin-top .5s var(--ease), opacity .3s;
  opacity: 0;
}
.expand-card.is-open .expand-content { max-height: 400px; opacity: 1; margin-top: 8px; }
.expand-card .btn { margin-top: 24px; }

.waitlist-banner {
  margin-top: 56px;
  background: rgba(255,247,237,.6); border: 1px solid var(--orange-soft-2);
  border-radius: var(--radius-xl);
  padding: 32px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.waitlist-banner > div { display: flex; align-items: flex-start; gap: 16px; flex: 1 1 320px; }
.waitlist-banner__title { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; line-height: 1.25; margin-top: 4px; }

/* ---------- Outcomes ---------- */
.outcomes { padding: 96px 0; }
.outcome-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .outcome-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .outcome-grid { grid-template-columns: repeat(4, 1fr); } }
.outcome {
  position: relative;
  background: rgba(255,255,255,.96); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: 28px;
  transition: all .25s var(--ease);
  box-shadow: 0 8px 24px rgba(28,25,23,.03);
}
.outcome:hover { border-color: var(--orange-200); box-shadow: var(--shadow); transform: translateY(-2px); }
.outcome > span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--orange-soft); color: var(--orange); font-size: 18px; margin-bottom: 20px;
}
.outcome h3 { font-size: 1.5rem; }
.outcome p { color: var(--muted); margin-top: 12px; font-size: 14px; line-height: 1.6; }
.outcome b { position: absolute; top: 28px; right: 28px; font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1.5rem; color: var(--line-2); }
.outcome--dark { background: var(--ink); color: var(--stone-50); border-color: var(--ink); }
.outcome--dark > span { background: var(--orange); color: white; }
.outcome--dark h3 { color: var(--stone-50); }
.outcome--dark p { color: rgba(214,211,209,1); }
.outcome--dark b { color: rgba(120,113,108,.7); }

/* ---------- Testimonials ---------- */
.testimonials { padding: 96px 0; background: var(--bg-2); }
.testimonial-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 900px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-grid figure {
  background: rgba(255,255,255,.96); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: 36px; margin: 0;
  box-shadow: 0 10px 28px rgba(28,25,23,.03);
}
.testimonial--offset { margin-top: 24px; }
.testimonial-grid i { color: var(--orange); font-size: 20px; margin-bottom: 20px; }
.testimonial-grid blockquote {
  margin: 0;
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.5rem; line-height: 1.3; color: var(--ink);
}
.testimonial-grid figcaption {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line);
  font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted);
}

/* ---------- Audience ---------- */
.audience { padding: 96px 0; }
.pill-grid { list-style: none; padding: 0; margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pill-grid li {
  background: var(--orange-soft); border: 1px solid var(--orange-soft-2);
  border-radius: var(--radius); padding: 14px 18px;
  font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: var(--ink);
}
.audience__right { padding-left: 0; }
@media (min-width: 900px) { .audience__right { padding-left: 32px; border-left: 1px solid var(--line); } }
.check-list { list-style: none; padding: 0; margin: 32px 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 16px; font-size: 17px; color: var(--ink-2); }
.check-list li span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--ink); color: var(--stone-50); flex-shrink: 0; margin-top: 4px;
  font-size: 11px;
}
.ages-pill {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 16px;
  background: var(--ink); color: var(--stone-50);
  border-radius: 999px; padding: 8px 20px 8px 8px;
}
.ages-pill span { background: var(--orange); border-radius: 999px; padding: 4px 12px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.ages-pill strong { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 500; }

/* ---------- Registration ---------- */
.register {
  position: relative; padding: 96px 0; background: var(--ink); color: var(--stone-50);
  overflow: hidden;
}
.register__bg {
  position: absolute; inset: 0; pointer-events: none;
}
.register__bg::before, .register__bg::after {
  content: ""; position: absolute; filter: blur(80px); border-radius: 50%;
}
.register__bg::before { top: -128px; left: -80px; width: 420px; height: 420px; background: rgba(194,65,12,.2); }
.register__bg::after { bottom: -128px; right: -80px; width: 420px; height: 420px; background: rgba(154,52,18,.12); }
.register .container { position: relative; z-index: 1; }
.register__copy h2 { color: var(--stone-50); margin-top: 20px; }
.register__copy h2 em { color: var(--orange-200); }
.register__copy p.lead { color: rgba(214,211,209,1); max-width: 28rem; }
.register__copy .dot-list { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(68,64,60,.6); }

.register__card {
  background: linear-gradient(145deg, rgba(255,255,251,.98), rgba(255,255,251,.94)); color: var(--ink);
  border-radius: var(--radius-xl); padding: 44px;
  box-shadow: 0 20px 58px rgba(29,25,20,.14);
  border: 1px solid rgba(215,201,190,.9);
}
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label { font-size: 14px; color: var(--ink-2); font-weight: 500; }
.field input, .field select, .field textarea {
  font-family: 'Outfit', sans-serif; font-size: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  height: 48px;
  background: white;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.field textarea { height: auto; padding: 12px 16px; resize: vertical; min-height: 88px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--orange); box-shadow: 0 0 0 3px rgba(194,65,12,.15);
}
.row { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }
@media (min-width: 600px) { .row { grid-template-columns: 1fr 1fr; } }
.row .field { margin-bottom: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips button {
  background: white; color: var(--ink-2);
  border: 1px solid var(--line);
  padding: 8px 16px; border-radius: 999px; font-size: 14px;
  transition: all .2s var(--ease);
}
.chips button:hover { border-color: var(--orange-200); }
.chips button.is-active { background: var(--orange); color: white; border-color: var(--orange); }
.micro { font-size: 11px; color: var(--muted-2); margin-top: 16px; max-width: 32rem; }
#submitBtn { margin-top: 8px; }

.register__success { text-align: center; padding: 40px 0; }
.register__success .icon-tile { margin: 0 auto 24px; }
.register__success h3 { margin-bottom: 12px; }
.register__success p { color: var(--muted); max-width: 26rem; margin: 0 auto 32px; }

/* ---------- FAQ ---------- */
.faq { padding: 96px 0; background: var(--bg-2); }
.accordion { display: grid; gap: 12px; }
.accordion details {
  background: rgba(255,255,255,.96); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 0 24px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  box-shadow: 0 8px 24px rgba(28,25,23,.03);
}
.accordion details:hover { border-color: var(--orange-200); box-shadow: var(--shadow); transform: translateY(-1px); }
.accordion summary {
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { transition: transform .3s var(--ease); color: var(--muted); font-size: 14px; }
.accordion details[open] summary i { transform: rotate(180deg); }
.accordion details p { color: var(--muted); padding: 0 0 20px; line-height: 1.65; }

/* ---------- Footer ---------- */
.footer { background: linear-gradient(180deg, rgba(248,245,240,1), rgba(241,232,222,1)); padding: 88px 0 40px; }
.footer__top { display: grid; grid-template-columns: 1fr; gap: 54px; padding-bottom: 60px; border-bottom: 1px solid rgba(215,201,190,.9); align-items: end; }
@media (min-width: 900px) { .footer__top { grid-template-columns: 7fr 5fr; } }
.footer__quote h3 { margin-top: 24px; font-size: clamp(2rem, 3vw + 1rem, 3.5rem); max-width: 720px; }
.footer__card { background: rgba(255,255,255,.98); border: 1px solid rgba(215,201,190,.9); border-radius: var(--radius-xl); padding: 32px; max-width: 420px; justify-self: end; box-shadow: 0 12px 36px rgba(29,25,20,.08); }
.footer__card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin: 12px 0 20px; }
.footer__link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); padding: 6px 0; transition: color .2s; }
.footer__link:hover { color: var(--orange-2); }
.footer__card .btn { margin-top: 24px; }
.footer__bottom { display: flex; flex-direction: column; gap: 16px; justify-content: space-between; padding-top: 32px; }
@media (min-width: 600px) { .footer__bottom { flex-direction: row; align-items: center; } }
.footer__brand { display: flex; align-items: center; gap: 12px; }
.footer__brand img { height: 40px; width: 40px; }
.footer__brand span { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; }
.footer__brand em { color: var(--orange-2); font-style: italic; }
.footer__bottom p { font-size: 12px; color: var(--muted); letter-spacing: .02em; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 24px; right: 24px; z-index: 100;
  background: var(--ink); color: var(--stone-50);
  border: 1px solid var(--ink-2);
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: var(--shadow-lg);
  opacity: 0; transform: translateY(10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
  pointer-events: none;
  max-width: 360px;
}
.toast.is-visible { opacity: 1; transform: translateY(0); }
.toast.is-error { background: #7f1d1d; border-color: #991b1b; }

/* ---------- Photo & Video Consent ---------- */
.consent { padding: 96px 0; background: var(--bg); }
.consent__head { margin: 0 auto 48px; text-align: center; }
.consent__head .eyebrow { display: inline-flex; }
.consent__head h2 { margin: 16px 0 8px; }
.consent__head .lead { max-width: 720px; margin: 16px auto 0; }
.consent__card {
  max-width: 760px; margin: 0 auto;
  background: rgba(255,255,255,.96); border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: 0 16px 44px rgba(28,25,23,.06);
}
.consent__fieldset {
  border: none; padding: 0; margin: 0 0 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.consent__fieldset legend {
  font-size: 14px; color: var(--ink-2); font-weight: 500; margin-bottom: 8px;
  padding: 0;
}
.consent__option {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 18px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.consent__option:hover { border-color: var(--orange-200); }
.consent__option input { margin-top: 4px; accent-color: var(--orange); width: 18px; height: 18px; }
.consent__option-text { font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.consent__option-text strong { color: var(--ink); font-weight: 600; }
.consent__option:has(input:checked) {
  border-color: var(--orange);
  background: var(--orange-soft);
}
@media (max-width: 599px) {
  .consent__card { padding: 28px; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero__copy, .hero__bento { animation: rise .9s var(--ease) both; }
.hero__bento { animation-delay: .12s; }

/* ---------- Responsive adjustments ---------- */
@media (max-width: 599px) {
  .hero { padding: 120px 0 64px; }
  .programs .program__body { padding: 24px; }
  .ei-featured { padding: 28px; }
  .register__card { padding: 28px; }
  .footer__card { justify-self: stretch; max-width: 100%; }
  .about__pull-quote { right: 8px; bottom: -16px; }
  .hero__stats { border-radius: 24px; padding: 16px; gap: 14px; }
  .hero__stats .divider { display: none; }
}

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