/* =========================================================
   Snow Academy — "Editorial" theme for the marketing site.

   Activated by html[data-theme="editorial"] (set from ?theme=editorial and
   remembered in localStorage; ?theme=classic switches back). Everything in
   here overrides styles.css, so the classic look is untouched until we
   commit to this one. Mirrors the type system used inside the course
   player: Fraunces headlines, Inter body, hairlines instead of shadows,
   cyan demoted to an accent, one primary action per screen.
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,300..700,30;1,9..144,300..700,30&display=swap");

html[data-theme="editorial"] {
  --ink:        #101828;
  --ink-soft:   #4a5568;
  --paper:      #fbfaf7;   /* warm off-white */
  --mist:       #f3f1ec;
  --mist-2:     #e9e6df;
  --line:       #d9d5cc;
  --line-strong:#101828;
  --accent:     #15b6cf;
  --accent-deep:#0e8fa6;
  --gold:       #e0a532;
  --radius: 4px;
  --radius-sm: 3px;
  --shadow: none;
  --shadow-lg: none;
  --font-head: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  --header-h: 84px;
  --maxw: 1240px;
  scroll-behavior: smooth;
}
html[data-theme="editorial"] body {
  background: var(--paper);
  font-size: 17.5px;
  line-height: 1.65;
  letter-spacing: -0.003em;
}

/* ---------- Type ---------- */
html[data-theme="editorial"] h1,
html[data-theme="editorial"] h2,
html[data-theme="editorial"] h3,
html[data-theme="editorial"] h4 {
  font-family: var(--font-head);
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  letter-spacing: -0.022em;
  line-height: 1.05;
  text-wrap: balance;
}
html[data-theme="editorial"] h1 { font-size: clamp(2.6rem, 6.4vw, 5.6rem); font-weight: 400; letter-spacing: -0.03em; line-height: .98; }
html[data-theme="editorial"] h2 { font-size: clamp(1.9rem, 3.8vw, 3.1rem); }
html[data-theme="editorial"] h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-variation-settings: "opsz" 48, "SOFT" 30; }
html[data-theme="editorial"] h4 { font-family: var(--font-body); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
html[data-theme="editorial"] h1 a, html[data-theme="editorial"] h2 a, html[data-theme="editorial"] h3 a { color: inherit; text-decoration: none; }
html[data-theme="editorial"] h2 a:hover { text-decoration: none; color: var(--accent-deep); }

html[data-theme="editorial"] .eyebrow {
  font-family: var(--font-body);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 1.1rem;
}
html[data-theme="editorial"] .eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--accent); flex: none; }
html[data-theme="editorial"] .center .eyebrow::before, html[data-theme="editorial"] .section-head .eyebrow::before { display: none; }
html[data-theme="editorial"] .lead { font-size: 1.2rem; line-height: 1.55; color: var(--ink-soft); max-width: 52ch; }

html[data-theme="editorial"] a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: .18em; text-decoration-thickness: 1.5px; }
html[data-theme="editorial"] a:hover { text-decoration-color: var(--ink); }
html[data-theme="editorial"] .nav a, html[data-theme="editorial"] .btn, html[data-theme="editorial"] .card a, html[data-theme="editorial"] .site-footer a, html[data-theme="editorial"] .nav__logo, html[data-theme="editorial"] .footer__logo a { text-decoration: none; }

/* ---------- Layout ---------- */
html[data-theme="editorial"] .section { padding: clamp(56px, 6.5vw, 96px) 0; }
html[data-theme="editorial"] .section:not(.section--ink) + .section:not(.section--ink) { padding-top: 0; }
html[data-theme="editorial"] .section.home-intro + .section.section:not(.section--ink) { padding-top: clamp(56px, 6.5vw, 96px); } /* outranks the collapse rule above */
html[data-theme="editorial"] .section--mist { background: transparent; }
html[data-theme="editorial"] .section-head { max-width: none; margin: 0 0 40px; text-align: left; padding-bottom: 20px; border-bottom: 1px solid var(--line-strong); display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
html[data-theme="editorial"] .section-head .eyebrow { margin-bottom: 0; order: 2; }
html[data-theme="editorial"] .section-head h2 { margin: 0; }
html[data-theme="editorial"] .section-head .eyebrow::before { display: inline-block; }
html[data-theme="editorial"] .section--ink { background: var(--ink); color: #d9dee8; }
html[data-theme="editorial"] .section--ink h1, html[data-theme="editorial"] .section--ink h2, html[data-theme="editorial"] .section--ink h3 { color: #fff; }
html[data-theme="editorial"] .section--ink a { color: #fff; }
html[data-theme="editorial"] .section--ink .eyebrow { color: #9fb0c6 !important; }
html[data-theme="editorial"] .section--ink .lead { color: #c5cfdd !important; }
html[data-theme="editorial"] .price-big { font-weight: 500; font-size: 2.8rem; font-variation-settings: "opsz" 144, "SOFT" 30; letter-spacing: -0.02em; }
html[data-theme="editorial"] .center.section--ink .eyebrow::before { display: none; }

/* ---------- Buttons: rectangular, quiet, one primary per screen ---------- */
html[data-theme="editorial"] .btn {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: -0.005em;
  padding: 14px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
html[data-theme="editorial"] .btn:hover { transform: none; background: var(--ink); color: #fff; box-shadow: none; }
html[data-theme="editorial"] .btn--primary { background: var(--ink); color: #fff; border-color: var(--ink); }
html[data-theme="editorial"] .btn--primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); color: #fff; box-shadow: none; }
html[data-theme="editorial"] .btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
html[data-theme="editorial"] .btn--ghost:hover { background: var(--ink); color: #fff; }
html[data-theme="editorial"] .btn--dark { background: transparent; color: var(--ink); border-color: var(--ink); }
html[data-theme="editorial"] .btn--dark:hover { background: var(--ink); color: #fff; }
/* Gold buttons become the "editor's voice": an italic text link with an arrow. */
html[data-theme="editorial"] .btn--gold {
  background: transparent; border: 0; padding: 14px 0; color: var(--ink);
  font-family: var(--font-head); font-style: italic; font-weight: 500; font-size: 1.15rem; letter-spacing: -0.01em;
  font-variation-settings: "opsz" 48, "SOFT" 30;
}
html[data-theme="editorial"] .btn--gold::after { content: " \2192"; font-style: normal; transition: transform .18s ease; display: inline-block; margin-left: .35em; }
html[data-theme="editorial"] .btn--gold:hover { background: transparent; color: var(--accent-deep); }
html[data-theme="editorial"] .btn--gold:hover::after { transform: translateX(4px); }
html[data-theme="editorial"] .section--ink .btn, html[data-theme="editorial"] .promo .btn { border-color: #fff; color: #fff; background: transparent; }
html[data-theme="editorial"] .section--ink .btn:hover, html[data-theme="editorial"] .promo .btn:hover { background: #fff; color: var(--ink); }
html[data-theme="editorial"] .section--ink .btn--primary, html[data-theme="editorial"] .promo .btn--primary { background: #fff; color: var(--ink); }
html[data-theme="editorial"] .section--ink .btn--primary:hover, html[data-theme="editorial"] .promo .btn--primary:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }

/* ---------- Header ---------- */
html[data-theme="editorial"] .site-header { background: rgba(251,250,247,.9); border-bottom: 1px solid var(--line); }
html[data-theme="editorial"] .site-header.is-scrolled { background: rgba(251,250,247,.96); box-shadow: none; border-bottom-color: var(--line); }
html[data-theme="editorial"] .site-header.is-scrolled .nav { height: 66px; }
html[data-theme="editorial"] .nav__logo img { height: 34px; }
html[data-theme="editorial"] .nav__links { gap: 26px; }
html[data-theme="editorial"] .nav__links a { font-family: var(--font-body); font-weight: 500; font-size: .9rem; color: var(--ink-soft); }
html[data-theme="editorial"] .nav__links a:hover { color: var(--ink); }
html[data-theme="editorial"] .nav__signin.btn { padding: 9px 18px; font-size: .88rem; background: transparent; color: var(--ink); border-color: var(--ink); }
html[data-theme="editorial"] .nav__signin.btn:hover { background: var(--ink); color: #fff; }
html[data-theme="editorial"] .nav[data-open="true"] .nav__links { background: var(--paper); box-shadow: none; border-bottom: 1px solid var(--line-strong); }

/* ---------- Hero: typographic, on paper, with a picture rather than a wallpaper ---------- */
html[data-theme="editorial"] .hero {
  background-image: none !important;
  background: var(--paper);
  color: var(--ink);
  text-align: left;
  padding: clamp(56px, 8vw, 104px) 0 clamp(40px, 6vw, 72px);
  border-bottom: 1px solid var(--line-strong);
}
html[data-theme="editorial"] .hero::before, html[data-theme="editorial"] .hero::after { display: none; }
html[data-theme="editorial"] .hero .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0 48px; }
html[data-theme="editorial"] .hero .eyebrow { color: var(--ink-soft); }
html[data-theme="editorial"] .hero > .container > .eyebrow { display: none; } /* the headline carries it */
html[data-theme="editorial"] .hero h1 { color: var(--ink); margin: 0 0 .3em; max-width: 14ch; margin-inline: 0; }
html[data-theme="editorial"] .hero p { color: var(--ink-soft); font-size: 1.22rem; line-height: 1.5; max-width: 44ch; margin: 0; }
html[data-theme="editorial"] .hero__actions { justify-content: flex-start; margin-top: 28px; gap: 22px; align-items: center; }
html[data-theme="editorial"] .center .hero__actions { justify-content: center; }
html[data-theme="editorial"] .hero__actions .btn--ghost { border: 0; padding: 0; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: .22em; }
html[data-theme="editorial"] .hero__actions .btn--ghost:hover { background: transparent; color: var(--accent-deep); text-decoration-color: var(--ink); }
/* The picture: only in this theme (styles.css hides .hero__figure). */
html[data-theme="editorial"] .hero__figure { display: block; margin: clamp(36px, 5vw, 64px) 0 0; position: relative; }
html[data-theme="editorial"] .hero__figure img { width: 100%; aspect-ratio: 2.2 / 1; object-fit: cover; object-position: center 30%; border-radius: var(--radius); filter: saturate(.85) contrast(1.02); }
html[data-theme="editorial"] .hero__figure figcaption { font-family: var(--font-body); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-top: 12px; display: flex; justify-content: space-between; gap: 8px 24px; flex-wrap: wrap; }
html[data-theme="editorial"] .hero__figure figcaption span { white-space: nowrap; }
@media (min-width: 981px) {
  html[data-theme="editorial"] .hero .container { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: end; }
  html[data-theme="editorial"] .hero .eyebrow, html[data-theme="editorial"] .hero h1, html[data-theme="editorial"] .hero p, html[data-theme="editorial"] .hero__actions { grid-column: 1; }
  html[data-theme="editorial"] .hero__figure { grid-column: 2; grid-row: 1 / span 4; margin: 0; align-self: stretch; }
  html[data-theme="editorial"] .hero__figure img { aspect-ratio: auto; height: 100%; min-height: 420px; }
}

/* ---------- Homepage intro: the duplicate headline goes; the trusted-by strip stays ---------- */
html[data-theme="editorial"] .home-intro { padding: 0; }
html[data-theme="editorial"] .home-intro .container > :not(.award-logos) { display: none; }
html[data-theme="editorial"] .award-logos { margin: 0; padding: 36px 0 40px; border-bottom: 1px solid var(--line); text-align: center; }
html[data-theme="editorial"] .award-logos__label { font-size: .72rem; letter-spacing: .16em; margin: 0 0 22px; color: var(--ink-soft); }
html[data-theme="editorial"] .award-logos img { filter: grayscale(1) contrast(1.05); opacity: .7; mix-blend-mode: multiply; width: 100%; max-width: 980px; margin: 0 auto; }

/* ---------- Cards → ruled rows (numbered) ---------- */
html[data-theme="editorial"] .grid { gap: 0; counter-reset: row; }
html[data-theme="editorial"] .grid--3, html[data-theme="editorial"] .grid--2 { grid-template-columns: 1fr; }
html[data-theme="editorial"] .card {
  background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  box-shadow: none; overflow: visible;
  display: grid; grid-template-columns: 56px minmax(0, 260px) minmax(0, 1fr); gap: 0 32px; align-items: center;
  padding: 28px 0; counter-increment: row;
  transition: background .18s ease;
}
html[data-theme="editorial"] .card::before {
  content: "0" counter(row); font-family: var(--font-head); font-variation-settings: "opsz" 144, "SOFT" 30;
  font-size: 1.6rem; color: var(--ink-soft); align-self: start; line-height: 1;
}
html[data-theme="editorial"] .card:hover { transform: none; box-shadow: none; }
/* Cards with no picture (e.g. "what you'll learn") drop the media column */
html[data-theme="editorial"] .card:not(:has(.card__media)) { grid-template-columns: 56px minmax(0, 1fr); }
html[data-theme="editorial"] .card:not(:has(.card__media)) .card__body p { max-width: 64ch; }
html[data-theme="editorial"] .card__media { aspect-ratio: 16 / 10; border-radius: var(--radius); filter: saturate(.85); background-color: var(--mist-2); }
html[data-theme="editorial"] .card__body { padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 32px; align-items: center; }
html[data-theme="editorial"] .card__body > * { grid-column: 1; }
html[data-theme="editorial"] .card__tag { font-size: .72rem; letter-spacing: .14em; color: var(--ink-soft); margin: 0 0 .4rem; }
html[data-theme="editorial"] .card__body h3 { margin: 0 0 .3em; }
html[data-theme="editorial"] .card__body p { color: var(--ink-soft); margin: 0; max-width: 52ch; }
html[data-theme="editorial"] .card__price { margin: .5rem 0 0; }
html[data-theme="editorial"] .card__price .amt { color: var(--ink); font-weight: 500; font-family: var(--font-head); font-size: 1.2rem; }
html[data-theme="editorial"] .card__body .btn {
  grid-column: 2; grid-row: 1 / span 5; margin: 0; align-self: center;
  border: 1px solid var(--ink); background: transparent; color: var(--ink); white-space: nowrap;
  padding: 12px 20px; font-size: .9rem;
}
html[data-theme="editorial"] .card__body .btn::after { content: " \2192"; display: inline-block; margin-left: .3em; transition: transform .18s ease; }
html[data-theme="editorial"] .card:hover .card__body .btn { background: var(--ink); color: #fff; }
html[data-theme="editorial"] .card:hover .card__body .btn::after { transform: translateX(4px); }
@media (max-width: 820px) {
  html[data-theme="editorial"] .card { grid-template-columns: 40px minmax(0, 1fr); }
  html[data-theme="editorial"] .card__media { grid-column: 2; margin-bottom: 14px; max-width: 360px; }
  html[data-theme="editorial"] .card__body { grid-column: 2; grid-template-columns: 1fr; }
  html[data-theme="editorial"] .card__body .btn { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 14px; }
}

/* ---------- Split (methodology) ---------- */
html[data-theme="editorial"] .split { align-items: center; gap: clamp(32px, 6vw, 96px); }
html[data-theme="editorial"] .split__media img { border-radius: var(--radius); box-shadow: none; filter: saturate(.85); }
html[data-theme="editorial"] .split .hero__actions { flex-direction: row; align-items: center; gap: 28px; }

/* ---------- Promo: a navy block, no photograph ---------- */
html[data-theme="editorial"] .promo {
  background-image: none !important; background: var(--ink); border-radius: var(--radius); box-shadow: none;
  padding: clamp(48px, 7vw, 88px) clamp(28px, 6vw, 72px);
}
html[data-theme="editorial"] .promo::before { display: none; }
html[data-theme="editorial"] .promo .eyebrow { color: #9fb0c6 !important; }
html[data-theme="editorial"] .promo .eyebrow::before { background: var(--accent); }
html[data-theme="editorial"] .promo h2 { max-width: 16ch; }
html[data-theme="editorial"] .promo p { color: #c5cfdd; font-size: 1.1rem; }
html[data-theme="editorial"] .promo .btn--gold { color: #fff; font-size: 1.2rem; }
html[data-theme="editorial"] .promo .btn--gold:hover { color: var(--accent); }

/* ---------- Footer ---------- */
html[data-theme="editorial"] .site-footer { background: var(--paper); color: var(--ink-soft); border-top: 1px solid var(--line-strong); padding: 64px 0 36px; }
html[data-theme="editorial"] .site-footer a { color: var(--ink); }
html[data-theme="editorial"] .site-footer a:hover { color: var(--accent-deep); }
html[data-theme="editorial"] .footer__col h4 { color: var(--ink-soft); }
html[data-theme="editorial"] .footer__logo img { filter: none; height: 34px; }
html[data-theme="editorial"] .footer__logo p { font-family: var(--font-head); font-style: italic; font-size: 1.15rem; color: var(--ink); max-width: 26ch; line-height: 1.35; font-variation-settings: "opsz" 48, "SOFT" 30; }
html[data-theme="editorial"] .footer__bottom { border-top-color: var(--line); color: var(--ink-soft); }
html[data-theme="editorial"] .footer__bottom a { color: var(--ink-soft); }

/* ---------- Enroll bar, forms, misc ---------- */
html[data-theme="editorial"] .enroll-bar { background: rgba(16,24,40,.97); }
html[data-theme="editorial"] .enroll-bar__title, html[data-theme="editorial"] .enroll-bar__price { font-family: var(--font-body); }
html[data-theme="editorial"] .enroll-bar__price { color: var(--accent); }
html[data-theme="editorial"] .enroll-bar .btn { border-color: #fff; color: #fff; }
html[data-theme="editorial"] .enroll-bar .btn:hover { background: #fff; color: var(--ink); }

/* ---------- Motion: keep it, but softer ---------- */
html[data-theme="editorial"] .hero .container > * { animation: edRise .8s cubic-bezier(.2,.7,.2,1) both; }
html[data-theme="editorial"] .hero__figure { animation-delay: .18s; }
html[data-theme="editorial"] .reveal { transform: translateY(14px); }
@keyframes edRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* ---------- People grids (team page): portraits, not numbered rows ---------- */
html[data-theme="editorial"] .grid--people { display: grid; gap: 40px 32px; grid-template-columns: repeat(3, minmax(0, 1fr)); counter-reset: none; }
html[data-theme="editorial"] .grid--people.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; }
html[data-theme="editorial"] .grid--people .card { display: block; padding: 0; border: 0; counter-increment: none; text-align: left; }
html[data-theme="editorial"] .grid--people .card::before { display: none; }
html[data-theme="editorial"] .grid--people .card__media { aspect-ratio: 1 / 1; border-radius: var(--radius); margin-bottom: 16px; filter: grayscale(1) contrast(1.05); transition: filter .3s ease; }
html[data-theme="editorial"] .grid--people .card:hover .card__media { filter: none; }
html[data-theme="editorial"] .grid--people .card__body { display: block; }
html[data-theme="editorial"] .grid--people .card__body h3 { margin-bottom: .2em; }
html[data-theme="editorial"] .grid--people .card__body p { font-size: .95rem; }
@media (max-width: 820px) { html[data-theme="editorial"] .grid--people, html[data-theme="editorial"] .grid--people.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { html[data-theme="editorial"] .grid--people, html[data-theme="editorial"] .grid--people.grid--2 { grid-template-columns: 1fr; } }

/* ---------- Forms ---------- */
html[data-theme="editorial"] input[type="text"], html[data-theme="editorial"] input[type="email"], html[data-theme="editorial"] textarea {
  font: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 12px 14px !important; transition: border-color .15s ease;
}
html[data-theme="editorial"] input:focus, html[data-theme="editorial"] textarea:focus { outline: none; border-color: var(--ink); }
html[data-theme="editorial"] .contact-form label { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); }

/* ---------- Secondary-page heroes: a little smaller than the homepage ---------- */
html[data-theme="editorial"] .hero:not(:has(.hero__figure)) h1 { font-size: clamp(2.4rem, 5.2vw, 4.6rem); max-width: 16ch; }
html[data-theme="editorial"] .hero:not(:has(.hero__figure)) { padding: clamp(48px, 6vw, 80px) 0 clamp(40px, 5vw, 64px); }
/* Logo collages ship on white; multiply them into the paper */
html[data-theme="editorial"] img[src*="logos"] { mix-blend-mode: multiply; }

/* ---------- Course cards in heroes (homepage + every course page) ---------- */
html[data-theme="editorial"] .hero__figure--card img {
  aspect-ratio: 2 / 3; height: auto; min-height: 0; width: 100%; object-fit: cover;
  border-radius: 6px; filter: none;
  box-shadow: 0 1px 2px rgba(16,24,40,.08), 0 24px 48px -16px rgba(16,24,40,.28);
}
html[data-theme="editorial"] .hero__figure--card a { display: block; text-decoration: none; }
html[data-theme="editorial"] .hero__figure--card a img { transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
html[data-theme="editorial"] .hero__figure--card a:hover img { transform: translateY(-4px); box-shadow: 0 1px 2px rgba(16,24,40,.08), 0 32px 56px -16px rgba(16,24,40,.34); }
html[data-theme="editorial"] .hero__figure--card figcaption a { text-decoration: none; color: var(--ink); }
html[data-theme="editorial"] .hero__figure--card figcaption a:hover { color: var(--accent-deep); }
html[data-theme="editorial"] .hero:has(.hero__figure--card) { padding-bottom: clamp(48px, 6vw, 88px); }
html[data-theme="editorial"] .hero:has(.hero__figure--card) > .container > .eyebrow { display: inline-flex; color: var(--ink-soft) !important; }
@media (max-width: 980px) {
  html[data-theme="editorial"] .hero__figure--card { max-width: 300px; }
}
@media (min-width: 981px) {
  html[data-theme="editorial"] .hero:has(.hero__figure--card) .container { grid-template-columns: minmax(0, 1fr) 360px; align-items: center; column-gap: clamp(48px, 6vw, 96px); }
  html[data-theme="editorial"] .hero:has(.hero__figure--card) .hero__figure { align-self: center; grid-row: 1 / span 5; }
  html[data-theme="editorial"] .hero:has(.hero__figure--card) h1 { max-width: 16ch; }
}

/* ---------- Course page intro: one big statement ---------- */
html[data-theme="editorial"] .section.center > .container > .lead:only-child {
  font-family: var(--font-head); font-variation-settings: "opsz" 72, "SOFT" 30;
  font-size: clamp(1.45rem, 2.3vw, 1.95rem); line-height: 1.35; letter-spacing: -0.012em;
  color: var(--ink); max-width: 36ch; text-wrap: pretty;
}

/* ---------- Section heads: heading + eyebrow left, lead right, aligned to the heading ---------- */
html[data-theme="editorial"] .section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 38%); grid-template-rows: auto auto; column-gap: 48px; row-gap: 14px; align-items: start; }
html[data-theme="editorial"] .section-head h2 { grid-column: 1; grid-row: 1; }
html[data-theme="editorial"] .section-head .eyebrow { grid-column: 1; grid-row: 2; order: 0; align-self: end; }
html[data-theme="editorial"] .section-head .lead { grid-column: 2; grid-row: 1 / span 2; margin: .45rem 0 0; font-size: 1.08rem; max-width: none; }
html[data-theme="editorial"] .section-head:not(:has(.lead)) { grid-template-columns: minmax(0, 1fr); }
@media (max-width: 820px) {
  html[data-theme="editorial"] .section-head { grid-template-columns: minmax(0, 1fr); }
  html[data-theme="editorial"] .section-head .lead { grid-column: 1; grid-row: 3; margin-top: 4px; }
}
html[data-theme="editorial"] .hero.hero--home:has(.hero__figure--card) > .container > .eyebrow { display: none; } /* the headline says it */
/* Multi-line eyebrows keep the dash on the first line */
html[data-theme="editorial"] .eyebrow { align-items: flex-start; }
html[data-theme="editorial"] .eyebrow::before { margin-top: .62em; }
