/* ==========================================================================
   THE AMERICA AWARDS 2026 — Selection Process page
   Page-specific styles only. Extends the existing token/base/component
   system (tokens.css, base.css, components.css) — never overrides them.
   ========================================================================== */

/* ---------------------------------------------------------------------- *
 * PAGE HERO (text-only — no photography, per page scope)
 * ---------------------------------------------------------------------- */
.sel-hero {
  padding: calc(var(--space-2xl) + 70px) 0 var(--space-2xl);
  text-align: center;
  background: var(--graphite-950);
  color: var(--ink-on-dark);
}
.sel-hero__inner { max-width: 760px; margin-inline: auto; }
.sel-hero h1 { font-size: var(--step-5); text-wrap: balance; }
.sel-hero__sub {
  margin-top: var(--space-md);
  font-size: var(--step-1);
  color: var(--ink-on-dark-muted);
  max-width: 60ch;
  margin-inline: auto;
}
.sel-hero__free-note {
  margin-top: var(--space-sm);
  font-size: var(--step--1);
  letter-spacing: 0.04em;
  color: var(--gold);
}
.sel-hero .btn-row { justify-content: center; margin-top: var(--space-lg); }

/* ---------------------------------------------------------------------- *
 * SELECTION METHOD — institutional credibility / methodology framing,
 * inserted between the hero and the 8-step process overview.
 * ---------------------------------------------------------------------- */
.sel-method { max-width: var(--content-narrow); margin-inline: auto; text-align: center; }
.sel-method p { font-size: var(--step-0); color: var(--ink-on-dark-muted); text-align: left; }
.sel-method p + p { margin-top: var(--space-sm); }
.sel-method__quote {
  margin-top: var(--space-xl);
  padding: var(--space-lg);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  background: var(--gold-soft);
}
.sel-method__quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--step-2);
  line-height: 1.4;
  color: var(--gold);
  text-align: center;
}

/* ---------------------------------------------------------------------- *
 * 8-STEP PROCESS OVERVIEW — reuses .process-step / .process-steps card
 * styling from components.css, only overriding the column count for 8
 * items instead of 5.
 * ---------------------------------------------------------------------- */
.sel-steps.process-steps {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .sel-steps.process-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sel-steps.process-steps { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------------- *
 * STAGE SECTIONS (Board Evaluation, Voting, Confirmation, Ceremony) —
 * a required/verbatim policy line rendered with emphasis, followed by
 * supporting context.
 * ---------------------------------------------------------------------- */
.sel-stage { max-width: var(--content-narrow); }
.sel-stage__rule {
  font-family: var(--font-display);
  font-size: var(--step-2);
  line-height: 1.35;
  margin-bottom: var(--space-md);
}
.section--light .sel-stage__rule { color: var(--text-secondary); }
.sel-stage p { font-size: var(--step-0); }
.sel-stage p + p { margin-top: var(--space-sm); }

/* ---------------------------------------------------------------------- *
 * NON-COMPLETION NOTICE — calm, boxed, institutional (not alarmist)
 * ---------------------------------------------------------------------- */
.sel-notice {
  max-width: var(--content-narrow);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  background: var(--gold-soft);
}
.sel-notice p { font-size: var(--step-0); color: var(--ink-on-dark-muted); }
.sel-notice p + p { margin-top: var(--space-sm); }

/* ---------------------------------------------------------------------- *
 * KEY DATES 2026 — reuses .process-facts / .process-fact card styling,
 * extended to 4 columns.
 * ---------------------------------------------------------------------- */
.sel-key-dates.process-facts {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}
@media (max-width: 900px) {
  .sel-key-dates.process-facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sel-key-dates.process-facts { grid-template-columns: 1fr; text-align: left; }
}

/* ---------------------------------------------------------------------- *
 * FAIRNESS & INTEGRITY
 * ---------------------------------------------------------------------- */
.sel-fairness { max-width: var(--content-narrow); }
.sel-fairness p { font-size: var(--step-0); color: var(--ink-on-dark-muted); }
.sel-fairness p + p { margin-top: var(--space-sm); }
