/* FULL OUT TAKEOVER — DWD ProSeries Summer Intensive landing page.
   Self-contained. Coral-on-black sport-drop palette, locked to the render
   kit (fullout-graphics/src/tokens.ts) so the page reads as one campaign with
   the Instagram graphics. Bebas Neue display + Outfit body. Gold = Tamara
   Mark memorial only, never decorative. */

:root {
  --fo-black:       #141414; /* ground under everything */
  --fo-black-deep:  #0d0d0d;
  --fo-coral:       #FF4C39; /* the lead, electric coral */
  --fo-coral-light: #FF8A77; /* secondary accent + the Friday showcase */
  --fo-coral-ink:   #e23b29; /* button hover */
  --fo-ivory:       #FAF3E8; /* utility text */
  --fo-muted:       rgba(250, 243, 232, 0.66);
  --fo-faint:       rgba(250, 243, 232, 0.42);
  --fo-rule:        rgba(250, 243, 232, 0.16);
  --fo-card:        rgba(250, 243, 232, 0.035);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: var(--fo-black);
  color: var(--fo-ivory);
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

/* Coral glow ground, echoing the Everything reference card. */
body {
  background:
    radial-gradient(120% 58% at 100% 0%, rgba(255, 76, 57, 0.28), transparent 55%),
    radial-gradient(120% 56% at 0% 100%, rgba(255, 138, 119, 0.18), transparent 55%),
    var(--fo-black);
  background-attachment: fixed;
  position: relative;
  overflow-x: hidden;
}

/* ─── Display helper — Bebas, oversized, cropped, tight ─── */
.fo-display {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.005em;
}

.fo-coral { color: var(--fo-coral); }

/* ─── Layout shell ─── */
.fo-page {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  padding: 22px 26px 64px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ─── Header ─── */
.fo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--fo-rule);
}
.fo-wm {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: var(--fo-ivory);
  text-decoration: none;
  transition: opacity 0.2s;
}
.fo-wm:hover { opacity: 0.8; }
.fo-wm em { color: var(--fo-coral); font-style: normal; }
.fo-issue {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--fo-muted);
}

.fo-main { flex: 1; }

/* ─── Eyebrow (section + hero kicker) ─── */
.fo-eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--fo-coral);
}

/* ─── Hero ─── */
.fo-hero {
  position: relative;
  padding: 18px 0 8px;
}
.fo-hero-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  font-size: clamp(4.2rem, 18vw, 8.5rem);
  line-height: 0.8;
  letter-spacing: 0.01em;
  color: var(--fo-ivory);
  margin: 14px 0 0;
  text-transform: uppercase;
}
.fo-hero-title span { color: var(--fo-coral); }
.fo-hero-meta {
  margin-top: 20px;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.95rem, 2.6vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--fo-ivory);
  text-transform: uppercase;
}
.fo-hero-meta .dash { color: var(--fo-coral); }
.fo-hero-sub {
  margin-top: 8px;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--fo-muted);
  text-transform: none;
}
/* Tamara Mark — sits quietly by the hero. Gold stays gold over coral. */
.fo-tamara {
  position: absolute;
  top: 14px;
  right: 2px;
  opacity: 0.92;
}

/* ─── Section scaffold ─── */
.fo-section {
  border-top: 1.5px solid var(--fo-rule);
  padding-top: 30px;
  margin-top: 34px;
}
.fo-section-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--fo-coral);
  margin-bottom: 18px;
}

/* ─── Tiers ─── */
.fo-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.fo-tier {
  border: 1px solid var(--fo-rule);
  border-radius: 16px;
  background: var(--fo-card);
  padding: 22px 22px 20px;
}
.fo-tier-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 11vw, 4.4rem);
  line-height: 0.8;
  color: var(--fo-coral);
}
.fo-tier-meta {
  margin-top: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fo-ivory);
  line-height: 1.7;
}
.fo-tier-meta span { display: block; color: var(--fo-muted); }

/* ─── Faculty ─── */
.fo-faculty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}
.fo-fac {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 4px 0;
}
.fo-fac-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.85rem;
  line-height: 1;
  color: var(--fo-ivory);
  letter-spacing: 0.02em;
}
.fo-fac-disc {
  font-family: 'Outfit', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fo-coral);
}

/* ─── Schedule ─── */
.fo-week { border-bottom: 1.5px solid var(--fo-rule); }
.fo-day {
  display: grid;
  grid-template-columns: 78px 1fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-top: 1.5px solid var(--fo-rule);
}
.fo-day-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  line-height: 0.82;
  color: var(--fo-coral);
}
.fo-day-date {
  display: block;
  margin-top: 3px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-faint);
}
.fo-cell-class {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.1;
  color: var(--fo-ivory);
}
.fo-cell-teacher {
  display: block;
  margin-top: 4px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fo-coral);
  opacity: 0.92;
}
.fo-cell--showcase .fo-cell-class,
.fo-cell--showcase .fo-cell-teacher { color: var(--fo-coral-light); }
.fo-week-note {
  margin-top: 16px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fo-faint);
}
.fo-week-times {
  margin-top: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fo-ivory);
}
.fo-week-times span { color: var(--fo-coral); }

/* ─── CTA ─── */
.fo-cta-band {
  margin-top: 40px;
  border: 1px solid var(--fo-rule);
  border-radius: 20px;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(255, 76, 57, 0.16), transparent 70%),
    var(--fo-black-deep);
  padding: 36px 30px;
  text-align: center;
}
.fo-cta-cobrand {
  font-family: 'Outfit', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fo-muted);
  margin-bottom: 14px;
}
.fo-cta-cobrand span { color: var(--fo-coral); }
.fo-cta-head {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 9vw, 3.6rem);
  line-height: 0.85;
  color: var(--fo-ivory);
  margin-bottom: 24px;
}
.fo-cta-head span { color: var(--fo-coral); }
.fo-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  padding: 17px 38px;
  background: var(--fo-coral);
  color: var(--fo-black);
  border-radius: 999px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.fo-btn::after { content: '→'; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1.4rem; }
.fo-btn:hover { background: var(--fo-coral-ink); transform: translateY(-2px); }
.fo-cta-close {
  margin-top: 18px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fo-coral-light);
}
.fo-cta-fine {
  margin-top: 6px;
  font-size: 0.86rem;
  color: var(--fo-muted);
}

/* ─── Footer ─── */
.fo-footer {
  margin-top: auto;
  padding-top: 44px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--fo-faint);
}
.fo-footer a {
  color: var(--fo-coral);
  text-decoration: none;
  transition: color 0.18s;
}
.fo-footer a:hover { color: var(--fo-coral-light); }

/* ─── Responsive ─── */
@media (max-width: 560px) {
  .fo-page { padding: 16px 18px 52px; }
  .fo-tiers { grid-template-columns: 1fr; gap: 14px; }
  .fo-faculty { grid-template-columns: 1fr; gap: 12px; }
  .fo-day {
    grid-template-columns: 58px 1fr;
    grid-template-areas: "day a" "day b";
    row-gap: 10px;
    column-gap: 14px;
  }
  .fo-day > :nth-child(1) { grid-area: day; }
  .fo-day > :nth-child(2) { grid-area: a; }
  .fo-day > :nth-child(3) { grid-area: b; }
}

/* ─── Hero register CTA (added 2026-06-25 — register without scrolling to the bottom) ─── */
.fo-hero-cta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}
.fo-hero-cta-note {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fo-coral-light);
}

/* ─── Mobile sticky register bar ─── */
.fo-sticky-cta { display: none; }
@media (max-width: 768px) {
  /* Extra bottom room so the footer always clears the pinned bar. Wins over the
     560px .fo-page shorthand because this longhand appears later in the file. */
  .fo-page { padding-bottom: 96px; }
  .fo-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    background: rgba(13, 13, 13, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--fo-rule);
    text-decoration: none;
  }
  .fo-sticky-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--fo-muted);
  }
  .fo-sticky-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: var(--fo-coral);
    color: var(--fo-black);
    border-radius: 999px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .fo-sticky-btn::after {
    content: '→';
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
  }
}

/* ─── Reduced motion ─── */
@media (prefers-reduced-motion: reduce) {
  .fo-btn { transition: none; }
}
