/* ─── HOME PAGE CSS ─────────────────────────────────────────────────────────── */

:root {
  --tshadow: 0 2px 40px rgba(0,0,0,0.85), 0 1px 8px rgba(0,0,0,0.7);
  --tshadow-sm: 0 1px 20px rgba(0,0,0,0.8), 0 1px 6px rgba(0,0,0,0.6);
}

/* ── FIXED CANVAS ──────────────────────────────────────────────────────────── */
.canvas-fixed {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 0;
  pointer-events: none;
  display: block;
  transition: opacity 0.5s ease;
}

/* ── CINEMATIC SECTION BASE ─────────────────────────────────────────────────── */
.home-section {
  position: relative;
  height: 85vh;
  min-height: 520px;
  z-index: 1;
  background: transparent;
  overflow: hidden;
}

.opaque-section {
  position: relative;
  z-index: 1;
  background: var(--bg);
}

/* ═══════════════════════════════════════════════════════════════════════════
   S1 — HERO
   "Confused?" bottom-left. Big. Raw.
═════════════════════════════════════════════════════════════════════════════*/
.s-hero {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 6vw 7vh;
}

.hero-confused {
  font-family: var(--font-display);
  font-size: clamp(7rem, 20vw, 19rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.9;
  color: var(--white);
  text-shadow: var(--tshadow);
  user-select: none;
  animation: fadeIn 1.4s var(--ease) both;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════════════════
   S2 — THE PROBLEM
   No smears. Raw text on canvas.
   Headline top-left, subtext bottom-right.
═════════════════════════════════════════════════════════════════════════════*/
.s-problem {
  position: relative;
}

.s2-headline-a {
  position: absolute;
  top: 15%;
  left: 6vw;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 9vw, 11rem);
  font-weight: 700;
  line-height: 1.0;
  color: var(--white);
  text-shadow: var(--tshadow);
  max-width: 55vw;
}

.s2-headline-b {
  position: absolute;
  bottom: 12%;
  right: 6vw;
  text-align: right;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(2.2rem, 4vw, 5rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  text-shadow: var(--tshadow);
  max-width: 55vw;
}

/* ═══════════════════════════════════════════════════════════════════════════
   S3 — HOW TO MAKE THE WORLD LISTEN
   Bottom-left. Massive Cormorant. No smear.
═════════════════════════════════════════════════════════════════════════════*/
.s-listen {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 6vw 8vh;
  position: relative;
}

.s3-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(4.5rem, 11vw, 13rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--white);
  text-shadow: var(--tshadow);
  max-width: 90vw;
  position: relative;
}

/* ═══════════════════════════════════════════════════════════════════════════
   S4 — ACHIEVEMENTS
   Single card, right side of screen.
   Card contains: "We've been there." label, "We'll take you there." headline,
   and all achievement records. White/light background, dark text, rounded.
═════════════════════════════════════════════════════════════════════════════*/
.s-cred {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5vw;
  position: relative;
}

.s4-card {
  background: rgba(244, 241, 236, 0.96);
  border-radius: 20px;
  padding: clamp(1.75rem, 3vw, 3rem);
  max-width: clamp(340px, 46vw, 600px);
  width: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}

.s4-been-there {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  font-weight: 400;
  color: #8a6a1a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: none;
}

.s4-promise {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.0;
  color: #0d0b14;
  margin-bottom: 1.5rem;
  text-shadow: none;
}

.s4-records {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

/* Override cred-record colors inside white card */
.s4-card .record-dot { background: #8a6a1a; }
.s4-card .cred-record p {
  color: #2a2035;
  text-shadow: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.s4-achievements-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a6a1a;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
  font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════════════════
   S6 — JOIN NOW
   Two white cards left and right, bust visible in center gap.
   "Join Now" text in the center column below cards or as bottom anchor.
═════════════════════════════════════════════════════════════════════════════*/
.s-join {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3vw;
  position: relative;
}

.join-cards {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2vw;
  width: 100%;
  align-items: center;
}

.join-card {
  background: rgba(244, 241, 236, 0.96);
  border-radius: 16px;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
}

.join-card.featured {
  border-top: 3px solid #8a6a1a;
}

.join-card-badge {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6a1a;
  border: 1px solid #8a6a1a;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.join-card-top-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.4rem;
}

.join-card-label {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  color: #0d0b14;
  white-space: nowrap;
  line-height: 1.1;
}

.join-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}

.join-price-top {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  white-space: nowrap;
}

.join-price-num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 700;
  color: #0d0b14;
  line-height: 1;
}

.join-price-period {
  font-size: 0.85rem;
  color: #5a4a7a;
}

.join-price-was {
  font-size: 0.8rem;
  color: #9a8ab0;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

.join-price-note {
  font-size: 0.7rem;
  color: #0d0b14;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(13,11,20,0.1);
  width: 100%;
}

.join-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.join-price-num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 700;
  color: #0d0b14;
  line-height: 1;
}

.join-price-period {
  font-size: 0.85rem;
  color: #5a4a7a;
}

.join-price-was {
  font-size: 0.72rem;
  color: #9a8ab0;
  text-decoration: line-through;
}

.join-price-note {
  font-size: 0.68rem;
  color: #8a6a1a;
  margin-top: 0.1rem;
  font-style: italic;
}

.join-card-schedule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(13,11,20,0.12);
  border-bottom: 1px solid rgba(13,11,20,0.12);
  margin: 0.5rem 0 0.85rem;
}

.join-card-schedule-item p {
  color: #2a2035;
  font-size: 0.88rem;
  margin-top: 0.1rem;
}

.join-label {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6a1a;
  font-weight: 500;
}

.join-card-timing p {
  color: #2a2035;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

.join-card-price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(13,11,20,0.12);
  border-bottom: 1px solid rgba(13,11,20,0.12);
  margin: 0.75rem 0;
}

.join-price-num {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 600;
  color: #0d0b14;
  white-space: nowrap;
}

.join-price-period {
  font-size: 0.8rem;
  color: #5a4a7a;
}

.join-price-was {
  font-size: 0.7rem;
  color: #9a8ab0;
  text-decoration: line-through;
}

.join-includes {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.join-includes li {
  font-size: 0.85rem;
  color: #2a2035;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
}

.join-includes li::before {
  content: '✓';
  color: #8a6a1a;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.join-card-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.join-btn-enroll {
  display: inline-flex;
  align-items: center;
  border: 1px solid #8a6a1a;
  color: #8a6a1a;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
}

.join-btn-enroll:hover { background: #8a6a1a; color: #f4f1ec; }

.join-btn-more {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(13,11,20,0.2);
  color: #5a4a7a;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 0.25s, color 0.25s;
}

.join-btn-more:hover { border-color: #5a4a7a; color: #0d0b14; }

.join-now-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.join-now-text {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 700;
  line-height: 1.0;
  color: var(--white);
  text-shadow: var(--tshadow);
  letter-spacing: -0.02em;
}

/* ═══════════════════════════════════════════════════════════════════════════
   S5 — 700+
   Left-aligned. No smear. Pure bold type on canvas.
═════════════════════════════════════════════════════════════════════════════*/
.s-students {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 6vw;
  gap: 0;
}

.s5-top {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.5vw, 2.4rem);
  font-weight: 300;
  color: rgba(244, 241, 236, 0.9);
  text-shadow: var(--tshadow-sm);
  margin-bottom: -1rem;
  position: relative;
}

.s5-number-row {
  display: flex;
  align-items: baseline;
  line-height: 1;
  position: relative;
}

.s5-num {
  font-family: var(--font-display);
  font-size: clamp(9rem, 24vw, 20rem);
  font-weight: 700;
  line-height: 0.88;
  color: var(--white);
  letter-spacing: -0.05em;
  text-shadow: var(--tshadow);
}

.s5-plus {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 700;
  color: var(--gold);
  vertical-align: super;
  line-height: 1;
  text-shadow: none;
}

.s5-students-label {
  font-family: var(--font-display);
  font-size: clamp(4rem, 9vw, 10rem);
  font-weight: 700;
  color: var(--white);
  text-shadow: var(--tshadow);
  letter-spacing: -0.03em;
  margin-left: 0.15em;
}

.s5-promise {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(2.5rem, 5.5vw, 6.5rem);
  font-weight: 600;
  color: var(--gold);
  text-shadow: var(--tshadow-sm);
  margin-top: 0.3rem;
  letter-spacing: -0.02em;
  position: relative;
}

/* ── Shared cred-record ──────────────────────────────────────────────────── */
.cred-record {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.record-dot {
  flex-shrink: 0;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 0.5rem;
}

.cred-record p {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1.5;
  text-shadow: var(--tshadow-sm);
}

/* ═══════════════════════════════════════════════════════════════════════════
   PROGRAM CARDS
═════════════════════════════════════════════════════════════════════════════*/
.programs-snap-section { padding: 4rem 2rem; }

.program-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.program-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}

.program-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--purple), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.program-card:hover { border-color: rgba(108,79,189,0.35); transform: translateY(-4px); }
.program-card:hover::before { opacity: 1; }
.program-card.featured { border-color: var(--border-gold); }
.program-card.featured::before {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 1;
}
.program-card.featured:hover { border-color: rgba(201,168,76,0.5); }

.card-label { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; margin-bottom: 0.4rem; }
.card-badge {
  display: inline-block; font-size: 0.65rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--border-gold); padding: 0.2rem 0.7rem;
  border-radius: 999px; margin-bottom: 1.25rem;
}
.card-timing { margin-bottom: 0.6rem; }
.card-timing p { color: var(--white-dim); margin-top: 0.15rem; }
.card-price { margin: 1.25rem 0; padding: 0.85rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.price-row { display: flex; align-items: baseline; gap: 0.5rem; flex-wrap: wrap; }
.price-num { font-family: var(--font-display); font-size: 2.2rem; font-weight: 400; }
.price-period { font-size: 0.9rem; color: var(--white-dim); }
.price-was { font-size: 0.8rem; color: var(--white-ghost); text-decoration: line-through; margin-left: auto; }
.card-includes { margin: 1rem 0 1.25rem; }
.card-includes .label { display: block; margin-bottom: 0.65rem; }
.includes-list { display: flex; flex-direction: column; gap: 0.45rem; }
.includes-list li { font-size: 0.88rem; color: var(--white-dim); display: flex; align-items: center; gap: 0.5rem; }
.includes-list li::before { content: '✓'; color: var(--gold); font-size: 0.75rem; flex-shrink: 0; }
.info-btn {
  width: 18px; height: 18px; border-radius: 50%;
  border: 1px solid rgba(108,79,189,0.4); background: none;
  color: var(--purple-light); font-size: 0.65rem; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.2s; position: relative; flex-shrink: 0;
}
.info-btn:hover { background: rgba(108,79,189,0.2); }
.card-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* ── TESTIMONIALS ─────────────────────────────────────────────────────────── */
.testimonials-section { background: var(--bg-2); padding: 4rem 2rem; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card {
  border: 1px solid var(--border); border-radius: 12px;
  padding: 1.75rem; background: var(--bg-3);
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.testimonial-card:hover { border-color: rgba(108,79,189,0.25); transform: translateY(-3px); }
.testi-quote { font-family: var(--font-display); font-size: 3.5rem; color: rgba(108,79,189,0.3); line-height: 1; margin-bottom: 0.4rem; }
.testi-text { font-size: 0.92rem; color: var(--white-dim); line-height: 1.7; font-style: italic; margin-bottom: 1.25rem; }
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--purple-deep); border: 1px solid rgba(108,79,189,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.9rem; color: var(--purple-light); flex-shrink: 0;
}
.testi-name { font-size: 0.85rem; font-weight: 500; }
.testi-role { font-size: 0.75rem; color: var(--white-dim); }

/* ── FINAL CTA ────────────────────────────────────────────────────────────── */
.final-cta-section { position: relative; overflow: hidden; padding: 4rem 2rem; }
.final-cta-orb {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* ── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .s2-headline-a { font-size: clamp(3rem, 9vw, 6rem); max-width: 80vw; }
  .s3-headline { font-size: clamp(3rem, 9vw, 7rem); }
  .s4-card { max-width: 80vw; }
  .program-cards { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .home-section { min-height: 100svh; height: 100svh; }
  .hero-confused { font-size: clamp(5rem, 20vw, 8rem); }
  .s2-headline-a { font-size: clamp(2.5rem, 10vw, 4rem); top: 15%; }
  .s2-headline-b { font-size: clamp(1.8rem, 6vw, 3rem); }
  .s3-headline { font-size: clamp(2.5rem, 11vw, 5rem); }
  .s-cred { justify-content: center; padding: 0 4vw; }
  .s4-card { max-width: 92vw; }
  .s5-num { font-size: clamp(7rem, 22vw, 12rem); }
  .s5-students-label { font-size: clamp(2.5rem, 7vw, 4rem); }
  .s5-promise { font-size: clamp(1.8rem, 5.5vw, 3.5rem); }
  .card-actions { flex-direction: column; }
  .card-actions a { text-align: center; justify-content: center; }
}