/* ===== Admissions page — page-specific overrides on top of contact-page.css ===== */

/* Hero: "Admissions {{ year }}" big and white (same size as Contact Us heading),
   "Begin your child's journey at SPS" smaller and gold underneath it */
.admissions-hero-title {
  margin-bottom: 10px;
}
.admissions-hero-subtitle {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  color: var(--gold);
  margin: 0 0 16px;
  max-width: 560px;
}

/* Plain eyebrow labels for "How It Works" / "Before You Apply":
   no dash line, much larger text */
.admissions-eyebrow-plain {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}
.admissions-eyebrow-plain::before {
  display: none;
}

/* Form section title, moved above the form card */
.admissions-form-title {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  color: var(--gold-deep);
  margin-bottom: 30px;
}

/* Remaining small paragraphs — pure black */
.admissions-process-section .step p,
.admissions-process-section .card p {
  color: #000;
}