/* MrQ × TFC — Festive Football Feast microsite */
:root {
  --bg: #0b0b0b;
  --bg-elevated: #121212;
  --bg-card: #1a1a1a;
  --bg-card-2: #222222;
  --yellow: #f5e800;
  --yellow-deck: #e4d721;
  --blue: #2f6bff;
  --blue-hot: #0e2eff;
  --green: #30dd60;
  --text: #ffffff;
  --text-muted: #b8b8b8;
  --border: #333333;
  --radius: 16px;
  --radius-sm: 10px;
  --font-display: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --max: 1120px;
  --space: clamp(1.25rem, 4vw, 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--yellow); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { padding-left: 1.15rem; }
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--yellow); color: #000; padding: 0.5rem 1rem; z-index: 100;
}
.skip-link:focus { left: 0; }

.yl { color: var(--yellow); }
.mrq { color: var(--blue); font-weight: 700; }
.asterisk { color: var(--text-muted); font-weight: 400; }

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Brand lockup */
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.brand-lockup__mrq {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  letter-spacing: -0.02em;
  color: #fff;
}
.brand-lockup__divider {
  width: 3px;
  height: 2.4rem;
  background: var(--blue);
  border-radius: 2px;
  flex-shrink: 0;
}
.brand-lockup__tfc {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand-lockup__tfc-mark {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1.35rem, 3.5vw, 1.9rem);
  letter-spacing: 0.02em;
}
.brand-lockup__tfc-sub {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}
.brand-lockup--footer .brand-lockup__mrq { font-size: 1.35rem; }
.brand-lockup--footer .brand-lockup__divider { height: 1.8rem; }
.brand-lockup--footer .brand-lockup__tfc-mark { font-size: 1.2rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:active { transform: scale(0.98); }
.btn--primary {
  background: var(--yellow);
  color: #0b0b0b;
}
.btn--primary:hover { background: #fff45a; }
.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.btn--ghost:hover { border-color: var(--yellow); color: var(--yellow); }

/* Sections */
.section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 0.75rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
  font-weight: 400;
}
.section-lead {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: var(--text-muted);
  max-width: 40rem;
  margin: 0 0 2rem;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 2rem 0 3rem;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    url("../images/hero-stadium.jpg") center / cover no-repeat;
  transform: scale(1.02);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11,11,11,0.55) 0%, rgba(11,11,11,0.35) 35%, rgba(11,11,11,0.85) 70%, #0b0b0b 100%),
    radial-gradient(ellipse at 50% 30%, rgba(11,11,11,0.2), rgba(11,11,11,0.75));
}
.hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  padding-bottom: 1rem;
}
.hero__eyebrow {
  margin: 1.5rem 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yellow);
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 9vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
  max-width: 16ch;
  font-weight: 400;
}
.hero__sub {
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  color: #e8e8e8;
  max-width: 36rem;
  margin: 0 0 1.75rem;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  animation: bob 2s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ===== CONCEPT ===== */
.concept { background: var(--bg-elevated); }
.concept__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
.concept__copy p {
  font-size: 1.05rem;
  color: #ddd;
}
.highlight-line { margin-top: 1.25rem; }
.concept__visual {
  justify-self: center;
  max-width: 360px;
}
.concept__visual img,
.concept__visual .talking-head {
  width: 100%;
}

@media (min-width: 860px) {
  .concept__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }
}

/* ===== REACH ===== */
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.stat {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 1rem;
  text-align: center;
}
.stat__icon {
  display: block;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}
.stat__label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}
.stat__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--yellow);
  letter-spacing: 0.02em;
  line-height: 1;
}
.phones {
  display: grid;
  gap: 1.25rem;
}
.phone-card {
  margin: 0;
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.phone-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
  max-height: 420px;
}
.phone-card figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}
@media (min-width: 700px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .phones { grid-template-columns: 1fr 1fr; max-width: 720px; margin-inline: auto; }
  .phone-card img { max-height: 480px; }
}

/* ===== FUNNEL ===== */
.funnel { background: var(--bg-elevated); }
.funnel-layout {
  display: grid;
  gap: 2rem;
}
.funnel-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  position: sticky;
  top: 1rem;
  z-index: 2;
}
.funnel-band {
  width: 100%;
  text-align: center;
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius-sm);
  background: var(--bg-card-2);
  border: 1px solid var(--border);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.funnel-band--atl { width: 100%; }
.funnel-band--1 { width: 92%; }
.funnel-band--2 { width: 78%; }
.funnel-band--3 { width: 64%; }
.funnel-band--4 { width: 50%; font-size: 0.7rem; opacity: 0.75; }
.funnel-band.is-active {
  border-color: var(--yellow);
  color: #fff;
  box-shadow: 0 0 0 1px var(--yellow), 0 0 24px rgba(245, 232, 0, 0.15);
}

.funnel-steps { display: grid; gap: 1.5rem; }
.step-card {
  display: grid;
  gap: 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  transition: border-color 0.25s ease;
}
.step-card.is-active {
  border-color: var(--yellow);
}
.step-card__media {
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #000;
  max-height: 320px;
}
.step-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  max-height: 320px;
}
.step-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
  font-weight: 400;
}
.step-card p { color: #d6d6d6; margin: 0 0 0.85rem; }
.step-card__note {
  font-size: 0.85rem;
  color: var(--text-muted) !important;
  border-left: 3px solid var(--blue);
  padding-left: 0.75rem;
}
.step-card .quote {
  font-weight: 700;
  color: var(--yellow);
  font-size: 1.05rem;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.tag-list li {
  background: var(--bg-card-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
}

@media (min-width: 900px) {
  .funnel-layout {
    grid-template-columns: 240px 1fr;
    align-items: start;
    gap: 2.5rem;
  }
  .step-card {
    grid-template-columns: 200px 1fr;
    align-items: start;
    padding: 1.5rem;
  }
  .step-card__media { max-height: none; }
  .step-card__media img { max-height: 280px; }
}

/* ===== FITS ===== */
.fit-cards {
  display: grid;
  gap: 1rem;
}
.fit-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  border-top: 3px solid var(--yellow);
}
.fit-card__num {
  font-family: var(--font-display);
  color: var(--blue);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.fit-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}
.fit-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}
@media (min-width: 760px) {
  .fit-cards { grid-template-columns: repeat(3, 1fr); }
}

/* ===== CALENDAR ===== */
.calendar { background: var(--bg-elevated); }
.cal {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.cal__weeks {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cal__week {
  background: var(--bg);
  border-radius: var(--radius-sm);
  padding: 1rem;
  border: 1px solid var(--border);
  min-height: 100%;
}
.cal__week h4 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}
.cal__comp {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.cal__chip {
  display: block;
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0b0b0b;
  margin-bottom: 0.45rem;
  line-height: 1.3;
}
.cal__chip--yellow { background: var(--yellow-deck); }
.cal__chip--green { background: var(--green); }
.cal__spine {
  background: var(--yellow-deck);
  color: #0b0b0b;
  font-weight: 800;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.85rem 1rem;
  border-radius: 10px;
}
@media (min-width: 800px) {
  .cal { padding: 1.5rem; }
  .cal__weeks {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
}

/* ===== PACKAGES ===== */
.package-grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}
.package {
  background: var(--bg-card);
  border: 1px solid #3a3a3a;
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
}
.package--pro {
  border-color: var(--yellow);
  box-shadow: 0 0 0 1px rgba(245, 232, 0, 0.25), 0 20px 40px rgba(0,0,0,0.35);
}
.package__badge {
  display: inline-block;
  background: var(--yellow);
  color: #0b0b0b;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}
.package__name {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--yellow);
  margin: 0 0 0.25rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.package__price {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
}
.package__rec {
  color: var(--green);
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.package__list {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid var(--border);
  list-style: none;
  padding-left: 0;
}
.package__list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.25rem;
  color: #ddd;
  font-size: 0.95rem;
}
.package__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
}
.fine-print {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}
@media (min-width: 760px) {
  .package-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
  }
  .package--pro {
    transform: translateY(-4px);
  }
}

/* ===== CLOSER ===== */
.closer { background: var(--bg); }
.closer__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.closer__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
}
.closer__email a {
  color: var(--text-muted);
  font-size: 0.95rem;
}
.closer__email a:hover { color: var(--yellow); }
.closer__visual {
  justify-self: center;
  max-width: 280px;
}
.closer__visual img,
.closer__visual .talking-head {
  width: 100%;
}
@media (min-width: 800px) {
  .closer__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

/* ===== FOOTER ===== */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0 2.5rem;
  background: #080808;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.site-footer__meta {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.site-footer__meta a { color: var(--text-muted); }
.site-footer__meta a:hover { color: var(--yellow); }
@media (min-width: 700px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-hint { animation: none; }
}

/* ===== TALKING-HEAD CIRCULAR VIDEO ===== */
.talking-head {
  margin: 0;
  width: 100%;
  max-width: 280px;
}
.talking-head--lg { max-width: 360px; }
.talking-head--md { max-width: 240px; }
.talking-head--sm { max-width: 140px; }

.talking-head__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #111;
  box-shadow: 0 0 0 3px var(--yellow), 0 16px 40px rgba(0,0,0,0.45);
  cursor: pointer;
}
.talking-head--sm .talking-head__frame {
  box-shadow: 0 0 0 2px var(--yellow), 0 8px 20px rgba(0,0,0,0.4);
}
.closer__visual .talking-head__frame {
  box-shadow: 0 0 0 3px var(--blue), 0 16px 40px rgba(0,0,0,0.4);
}

.talking-head__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #111;
}

.talking-head__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(11, 11, 11, 0.35);
  color: var(--yellow);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease, opacity 0.2s ease;
  z-index: 2;
}
.talking-head__play:hover,
.talking-head__play:focus-visible {
  background: rgba(11, 11, 11, 0.5);
  outline: none;
}
.talking-head__play:focus-visible {
  box-shadow: inset 0 0 0 3px var(--blue);
}
.talking-head__icon {
  width: clamp(1.5rem, 12%, 2.5rem);
  height: clamp(1.5rem, 12%, 2.5rem);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
  margin-left: 4%; /* optical center for play triangle */
}
.talking-head--sm .talking-head__icon {
  width: 1.35rem;
  height: 1.35rem;
}

.talking-head.is-playing .talking-head__play {
  opacity: 0;
  pointer-events: none;
}
.talking-head.is-playing .talking-head__frame:hover .talking-head__play,
.talking-head.is-playing .talking-head__frame:focus-within .talking-head__play {
  opacity: 1;
  pointer-events: auto;
  background: rgba(11, 11, 11, 0.45);
}
/* When playing, show pause glyph via CSS content swap on icon path — JS toggles class */
.talking-head.is-playing .talking-head__play {
  /* keep hidden until hover; pause icon set by JS aria */
}

/* Section placement helpers */
.reach__presenter,
.funnel__presenter,
.fits__presenter,
.calendar__presenter,
.packages__presenter {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}
.concept__visual .talking-head,
.closer__visual .talking-head {
  max-width: 100%;
}
.concept__visual img { /* legacy fallback if any */ }
.concept__visual {
  /* keep existing sizing; video fills via talking-head--lg */
}
.concept__visual .talking-head--lg { max-width: 360px; }
.closer__visual .talking-head--md { max-width: 280px; }

.step-card__presenter {
  float: right;
  margin: 0 0 0.75rem 1rem;
  shape-outside: circle(50%);
}
.step-card__presenter .talking-head--sm {
  max-width: 120px;
}
@media (max-width: 899px) {
  .step-card__presenter {
    float: none;
    margin: 0 0 1rem;
    display: flex;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .talking-head__play { transition: none; }
}
