/* ============================================================================
   Clearout Crew — Refresh module: HEADINGS
   Part of the "Warm & Elevated" refresh (owner-approved 2026-08-09). Styles ONLY
   section headings (<h2>) and the eyebrow kicker. Deliberately targets <h2> so it
   never touches the hero <h1> (that lives in the hero module).

   Handle: cc-refresh-headings   ·   Loads after premium.css.
   Toggle just the headings: dequeue 'cc-refresh-headings'.
   ========================================================================== */

/* A touch more presence + tighter tracking, so section openers read as confident
   editorial headings. Scoped to <h2> — the hero <h1> is untouched. */
.cc-section h2 {
  letter-spacing: -0.02em;
}
.cc-section__head h2 {
  font-size: clamp(2rem, 1.55rem + 1.7vw, 2.85rem);
  line-height: 1.1;
}

/* Eyebrow kicker (shared by the hero + section heads): a slightly wider track so
   the eyebrow + premium's leading dash reads as a deliberate mark. */
.cc-kicker {
  letter-spacing: 0.1em;
  color: var(--cc-orange-cta);
}
