/* Phase 32 founder acceptance polish: scoped finishing touches only. */

.mf-phase32-route :where(.mf-hero, .mf-editorial-hero, .mf-diaspora-hero, .mf-afcon-hero) {
  min-height: auto;
  padding-block: clamp(2.4rem, 5vw, 4.25rem);
}

.mf-phase32-route :where(.mf-unified-hero-title, .mf-editorial-hero h1, .mf-diaspora-hero h1, .mf-afcon-hero h1) {
  max-width: 14ch;
  line-height: .96;
  letter-spacing: -.055em;
}

.mf-phase32-route :where(.mf-unified-hero-copy, .mf-lede, .mf-diaspora-hero p, .mf-afcon-hero p) {
  max-width: 62ch;
}

.mf-player-tracker-hero .mf-player-polish-card__media {
  min-height: 96px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
}

.mf-player-tracker-hero .mf-player-polish-card__media img {
  filter: saturate(1.05) contrast(1.04);
}

.mf-player-tracker-hero .mf-player-polish-card--feature .mf-player-polish-card__media img {
  max-height: 260px;
  object-position: center top;
}

.mf-player-tracker-hero .mf-player-source-note {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .35rem;
  border: 1px solid rgba(255,211,67,.28);
  border-radius: 999px;
  padding: .32rem .55rem;
  color: rgba(255,238,160,.88);
  font-family: var(--f-mono, monospace);
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mf-newsletter-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.mf-newsletter-stack {
  display: grid;
  gap: .8rem;
}

.mf-newsletter-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.15rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    linear-gradient(135deg, rgba(255,211,67,.08), transparent 46%),
    rgba(7,14,12,.78);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.mf-newsletter-card strong {
  display: block;
  color: #fff7cf;
  font-size: 1.02rem;
  margin-bottom: .3rem;
}

.mf-newsletter-card p {
  margin: 0;
  color: rgba(248,246,239,.74);
}

.mf-newsletter-form-card {
  border: 1px solid rgba(255,211,67,.22);
  border-radius: 1.35rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: rgba(4,9,8,.86);
}

@media (max-width: 780px) {
  .mf-newsletter-shell {
    grid-template-columns: 1fr;
  }

  .mf-phase32-route :where(.mf-unified-hero-title, .mf-editorial-hero h1, .mf-diaspora-hero h1, .mf-afcon-hero h1) {
    max-width: 100%;
  }
}
