/* ============================================================
   HOMEPAGE 2026 — clean, mobile-first, premium editorial
   Loaded by /index.html only.
   Cache-bust: bump ?v= in the link tag when this changes.
   ============================================================ */

/* ================================================================
   HEADER COMPRESSION (home-2026)
   Total header target: ~190px (utility 26 + masthead 84 + nav 40 + subnav 40)
   ================================================================ */

/* Utility bar: 26px */
body.home-2026 .utility-bar {
  padding: 5px 0 !important;
  font-size: 11.5px !important;
  line-height: 1.4 !important;
}

/* Masthead: 84px high, logo 48-54px max */
body.home-2026 .masthead {
  padding: 14px 0 !important;
  background: #0E0B09 !important;
}
body.home-2026 .masthead .masthead-grid {
  display: grid !important;
  grid-template-columns: 44px 1fr 44px !important;
  align-items: center !important;
  gap: 0.5rem !important;
  min-height: 56px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}
body.home-2026 .masthead .brand-lockup {
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
}
body.home-2026 .masthead .brand-lockup .wordmark {
  font-family: "Italiana", "Playfair Display", Georgia, serif !important;
  font-weight: 400 !important;
  font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  color: #fff !important;
}
body.home-2026 .masthead .brand-lockup .wordmark .the {
  font-size: 0.55em !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin-right: 0.4em !important;
  vertical-align: 0.18em !important;
  color: rgba(255,255,255,0.7) !important;
}
body.home-2026 .masthead .brand-lockup .wordmark .glow {
  font-size: 1em !important;
}
body.home-2026 .masthead .brand-lockup .wordmark .dot {
  color: #E5C9A9 !important;
}
body.home-2026 .masthead .brand-lockup .wordmark-rule { display: none !important; }
body.home-2026 .masthead .vol,
body.home-2026 .masthead .dek { display: none !important; }
body.home-2026 .masthead-burger,
body.home-2026 .masthead-search-btn {
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0.35rem !important;
  color: #fff !important;
}

/* Primary nav: 40px high */
body.home-2026 .review-nav {
  padding: 9px 0 !important;
  background: #0E0B09 !important;
  border-top: 1px solid rgba(255,255,255,0.07) !important;
}
body.home-2026 .review-nav .nav-links {
  display: flex !important;
  justify-content: center !important;
  gap: 1.4rem !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}
body.home-2026 .review-nav .nav-links::-webkit-scrollbar { display: none !important; }
body.home-2026 .review-nav a {
  color: rgba(255,255,255,0.88) !important;
  font-family: var(--ff-sans, "Inter", sans-serif) !important;
  font-size: 11.5px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  padding: 0.15rem 0 !important;
}
body.home-2026 .review-nav a:hover { color: #E5C9A9 !important; }

/* Secondary nav: restyle to dark editorial strip (not cream breadcrumb), 40px */
body.home-2026 .glow-subnav {
  background: #1A1613 !important;
  border-bottom: 1px solid rgba(229,201,169,0.12) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  padding: 9px 0 !important;
  font-size: 12px !important;
}
body.home-2026 .glow-subnav__links {
  justify-content: center !important;
  gap: 1.5rem !important;
  padding: 0 !important;
}
body.home-2026 .glow-subnav__links a {
  color: rgba(229,201,169,0.78) !important;
  font-family: var(--ff-sans, "Inter", sans-serif) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  font-weight: 400 !important;
  border-bottom-color: transparent !important;
}
body.home-2026 .glow-subnav__links a:hover {
  color: #fff !important;
  border-bottom-color: #E5C9A9 !important;
}
body.home-2026 .glow-subnav__lead {
  color: #E5C9A9 !important;
  font-weight: 500 !important;
}

/* ================================================================
   HERO COMPRESSION — fits above the fold on 1440x900 laptops
   ================================================================ */
body.home-2026 .glow-hero--video {
  padding: clamp(2rem, 4vh, 3rem) 0 clamp(1.5rem, 3vh, 2.5rem) !important;
  min-height: calc(100vh - 200px) !important;
  display: flex !important;
  align-items: center !important;
}
body.home-2026 .glow-hero__wrap {
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.home-2026 .glow-hero__eyebrow {
  margin-bottom: 0.85rem !important;
  font-size: 11px !important;
}
body.home-2026 .glow-hero__h1 {
  font-size: clamp(2rem, 4.2vw, 3.75rem) !important;
  line-height: 1.04 !important;
  margin: 0 0 0.85rem !important;
  max-width: 16ch !important;
}
body.home-2026 .glow-hero__sub {
  font-size: clamp(0.95rem, 1.15vw, 1.05rem) !important;
  line-height: 1.5 !important;
  margin: 0 0 1.25rem !important;
  max-width: 56ch !important;
}
body.home-2026 .glow-hero__search {
  height: 54px !important;
  max-width: 660px !important;
  margin-bottom: 0.85rem !important;
  padding: 0 0.25rem 0 1rem !important;
}
body.home-2026 .glow-hero__search input { padding: 0.6rem 0.5rem !important; font-size: 14px !important; }
body.home-2026 .glow-hero__search-btn { padding: 0.6rem 1.1rem !important; font-size: 13px !important; }
body.home-2026 .glow-hero__ctas {
  margin-bottom: 1.5rem !important;
  gap: 0.7rem !important;
}
body.home-2026 .glow-btn {
  padding: 0.65rem 1.2rem !important;
  font-size: 13px !important;
}
body.home-2026 .glow-hero__stats {
  padding-top: 1.1rem !important;
  gap: 0.85rem !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
}
@media (min-width: 600px) {
  body.home-2026 .glow-hero__stats { gap: 2rem !important; }
}
body.home-2026 .glow-stat__num {
  font-size: clamp(1.5rem, 2.4vw, 1.85rem) !important;
}
body.home-2026 .glow-stat__label {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

/* Mobile: relax min-height so content can flow naturally */
@media (max-width: 760px) {
  body.home-2026 .glow-hero--video { min-height: 0 !important; }
  body.home-2026 .glow-hero__h1 { font-size: clamp(1.85rem, 7vw, 2.4rem) !important; max-width: 100% !important; }
  body.home-2026 .review-nav .nav-links { justify-content: flex-start !important; padding: 0 1rem !important; }
  body.home-2026 .glow-subnav__links { padding-left: 1rem !important; padding-right: 1rem !important; }
}


/* ---------------- 0. UTILITY BAR + MASTHEAD ---------------- */

.utility-bar {
  background: #1A1613;
  color: rgba(255,255,255,0.78);
  padding: 0.5rem 0;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 12px;
  letter-spacing: 0.01em;
}
.utility-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.utility-bar .util-trust { color: rgba(255,255,255,0.88); }
.utility-bar .util-right { display: flex; gap: 1.25rem; }
.utility-bar .util-right a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: color 200ms ease, border-color 200ms ease;
}
.utility-bar .util-right a:hover {
  color: #E5C9A9;
  border-bottom-color: #E5C9A9;
}
@media (max-width: 520px) {
  .utility-bar { font-size: 11px; }
  .utility-bar .util-right { gap: 0.85rem; }
}

/* Masthead burger + search button (mobile-first) */
.masthead-burger,
.masthead-search-btn {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 0.5rem;
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
}
.masthead-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 4px 0;
  border-radius: 1px;
}
@media (min-width: 760px) {
  .masthead-burger { display: none; }
}

/* ---------------- SECONDARY NAV / POPULAR GUIDES STRIP ---------------- */

.glow-subnav {
  background: #FBF9F4;
  border-bottom: 1px solid #E2DCD0;
  padding: 0.65rem 0;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 13px;
}
.glow-subnav__links {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.2rem 0;
}
.glow-subnav__links::-webkit-scrollbar { display: none; }
.glow-subnav__links a {
  color: #3A3531;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
  font-weight: 400;
}
.glow-subnav__links a:hover {
  color: #5A2A35;
  border-bottom-color: #5A2A35;
}
.glow-subnav__lead {
  color: #5A2A35 !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
}
@media (max-width: 600px) {
  .glow-subnav { padding: 0.5rem 0; font-size: 12.5px; }
  .glow-subnav__links { gap: 1.1rem; }
}

/* ---------------- 1. HERO ---------------- */

.glow-hero {
  background: var(--canvas, #FBF9F4);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2.5rem, 4.5vw, 4rem);
  border-bottom: 1px solid var(--line, #E2DCD0);
  position: relative;
  overflow: hidden;
}
.glow-hero__wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
}

/* ===== Video-background variant ===== */
.glow-hero--video {
  background: #0E0B09;
  border-bottom: 0;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4.5rem);
  min-height: 540px;
}
@media (max-width: 760px) {
  .glow-hero--video { padding: clamp(2.5rem, 6vw, 4rem) 0; min-height: 580px; }
}
.glow-hero__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.glow-hero__video {
  position: absolute;
  top: 50%; left: 50%;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.glow-hero__gradient {
  position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(14,11,9,0.92) 0%, rgba(14,11,9,0.78) 35%, rgba(14,11,9,0.45) 70%, rgba(14,11,9,0.30) 100%),
    linear-gradient(180deg, rgba(14,11,9,0.20) 0%, rgba(14,11,9,0.0) 30%, rgba(14,11,9,0.55) 100%);
  z-index: 1;
}
@media (max-width: 760px) {
  .glow-hero--video .glow-hero__gradient {
    background:
      linear-gradient(180deg, rgba(14,11,9,0.55) 0%, rgba(14,11,9,0.78) 45%, rgba(14,11,9,0.92) 100%);
  }
}

/* Light text overrides when video-hero is active */
.glow-hero--video .glow-hero__eyebrow { color: rgba(229,201,169,0.85); }
.glow-hero--video .glow-hero__eyebrow a { color: #fff; border-bottom-color: #E5C9A9; }
.glow-hero--video .glow-hero__h1 { color: #fff; }
.glow-hero--video .glow-hero__h1 em { color: #E5C9A9; }
.glow-hero--video .glow-hero__sub { color: rgba(255,255,255,0.88); }
.glow-hero--video .glow-hero__search { background: rgba(255,255,255,0.96); border-color: rgba(255,255,255,0.96); backdrop-filter: blur(6px); }
.glow-hero--video .glow-hero__search:focus-within { box-shadow: 0 0 0 3px rgba(229,201,169,0.35); }
.glow-hero--video .glow-btn--primary { background: #E5C9A9; color: #1A1613; border-color: #E5C9A9; }
.glow-hero--video .glow-btn--primary:hover { background: #fff; border-color: #fff; }
.glow-hero--video .glow-btn--ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.glow-hero--video .glow-btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.85); color: #fff; }
.glow-hero--video .glow-hero__stats { border-top-color: rgba(255,255,255,0.18); }
.glow-hero--video .glow-stat__num { color: #fff; }
.glow-hero--video .glow-stat__label { color: rgba(255,255,255,0.78); }

/* Reduced motion + low-bandwidth fallback */
@media (prefers-reduced-motion: reduce) {
  .glow-hero__video { display: none; }
  .glow-hero--video .glow-hero__video-wrap {
    background-image: url('/media/hero/glow-hero-poster.jpg?v=20260526b');
    background-size: cover;
    background-position: center;
  }
}

.glow-hero__eyebrow {
  display: inline-block;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted, #76706A);
  margin-bottom: 1.5rem;
}
.glow-hero__eyebrow a {
  color: var(--ink, #1A1613);
  border-bottom: 1px solid var(--rose-deep, #5A2A35);
  padding-bottom: 1px;
}
.glow-hero__h1 {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(2.25rem, 6vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  max-width: 18ch;
  color: var(--ink, #1A1613);
}
.glow-hero__h1 em {
  font-style: italic;
  color: var(--rose-deep, #5A2A35);
}
.glow-hero__sub {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.55;
  color: var(--ink-body, #3A3531);
  margin: 0 0 2rem;
  max-width: 58ch;
}

/* Search */
.glow-hero__search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 640px;
  background: #fff;
  border: 1px solid var(--ink, #1A1613);
  border-radius: 4px;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  margin-bottom: 1.25rem;
  transition: box-shadow 200ms ease;
}
.glow-hero__search:focus-within {
  box-shadow: 0 0 0 3px rgba(90,42,53,0.15);
}
.glow-hero__search-icon {
  color: var(--ink-muted, #76706A);
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.glow-hero__search input {
  flex: 1;
  border: 0;
  outline: 0;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 15px;
  padding: 0.85rem 0.5rem;
  background: transparent;
  color: var(--ink, #1A1613);
  min-width: 0;
}
.glow-hero__search input::placeholder { color: var(--ink-muted, #76706A); }
.glow-hero__search-btn {
  background: var(--ink, #1A1613);
  color: #fff;
  border: 0;
  padding: 0.85rem 1.4rem;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 3px;
  cursor: pointer;
  transition: background 200ms ease;
}
.glow-hero__search-btn:hover { background: var(--rose-deep, #5A2A35); }

/* CTAs */
.glow-hero__ctas { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 2rem; }
.glow-btn {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 3px;
  text-decoration: none;
  transition: all 200ms ease;
}
.glow-btn--primary {
  background: var(--ink, #1A1613);
  color: #fff;
  border: 1px solid var(--ink, #1A1613);
}
.glow-btn--primary:hover { background: var(--rose-deep, #5A2A35); border-color: var(--rose-deep, #5A2A35); }
.glow-btn--ghost {
  background: transparent;
  color: var(--ink, #1A1613);
  border: 1px solid var(--ink, #1A1613);
}
.glow-btn--ghost:hover {
  background: var(--ink, #1A1613);
  color: #fff;
}

/* Stats — trust strip directly under hero */
.glow-hero__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line, #E2DCD0);
}
@media (min-width: 600px) {
  .glow-hero__stats { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
}
.glow-stat { display: flex; flex-direction: column; gap: 0.25rem; }
.glow-stat__num {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  color: var(--ink, #1A1613);
  line-height: 1;
}
.glow-stat__label {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 13px;
  color: var(--ink-body, #3A3531);
  line-height: 1.4;
}

/* ---------------- 2. CATEGORY GATEWAY ---------------- */

.glow-gateway {
  background: var(--canvas, #FBF9F4);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.glow-section-head {
  max-width: 720px;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}
.glow-section-h2 {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
  color: var(--ink, #1A1613);
}
.glow-section-h2 em {
  font-style: italic;
  color: var(--rose-deep, #5A2A35);
}
.glow-section-sub {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-body, #3A3531);
  margin: 0;
  max-width: 60ch;
}
.glow-eyebrow {
  display: inline-block;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose-deep, #5A2A35);
  margin-bottom: 0.6rem;
}

.glow-gateway__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) { .glow-gateway__grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } }
@media (min-width: 1000px) { .glow-gateway__grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }

.glow-tile {
  display: block;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  background: var(--canvas-2, #F1ECE3);
  border: 1px solid var(--line, #E2DCD0);
  color: var(--ink, #1A1613);
  text-decoration: none;
  transition: all 200ms ease;
}
.glow-tile:hover {
  background: #fff;
  transform: translateY(-2px);
  border-color: var(--rose-deep, #5A2A35);
}

/* ============================================================
   EDITORIAL GATEWAY (2026) — magazine grid, image-led cards.
   No fills. Big imagery on top, refined typography below.
   ============================================================ */

.glow-gateway--editorial {
  background: #F7F2E8 !important;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(3rem, 5vw, 4.5rem) !important;
}

/* Section head — editorial eyebrow + tight headline + hairline rule */
.glow-section-head--editorial {
  max-width: 920px;
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
  padding-bottom: clamp(1.5rem, 2.5vw, 2rem);
  border-bottom: 1px solid rgba(26,22,19,0.12);
}
.glow-section-head--editorial .glow-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #5A2A35;
  margin-bottom: 1rem;
}
.glow-section-head--editorial .glow-section-eyebrow__line,
.glow-section-head--editorial .glow-section-eyebrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(90,42,53,0.45);
}
.glow-section-head--editorial .glow-section-eyebrow::after { margin-left: 0.85rem; }
.glow-section-head--editorial .glow-section-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: #1A1613;
  margin: 0 0 0.85rem;
}
.glow-section-head--editorial .glow-section-h2 em {
  font-style: italic;
  color: #5A2A35;
}
.glow-section-head--editorial .glow-section-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #5F5851;
  max-width: 56ch;
  margin: 0 auto;
}

/* Grid: 1 col mobile, 2 col tablet, 3 col desktop */
.glow-gateway__grid--mag {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 3vw, 2.5rem) clamp(1.25rem, 2vw, 2rem);
}
@media (min-width: 700px) { .glow-gateway__grid--mag { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .glow-gateway__grid--mag { grid-template-columns: repeat(3, 1fr); } }

/* The card — image on top, refined typography below */
.glow-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  transition: transform 320ms cubic-bezier(.2,.6,.2,1);
}
.glow-card:hover { transform: translateY(-3px); }

/* Media wrapper — fixed aspect ratio crop, image cover-fills */
.glow-card__media {
  position: relative;
  overflow: hidden;
  background: #EBE2D2;
  aspect-ratio: 4/5;
  margin-bottom: 1.1rem;
}
.glow-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(26,22,19,0.08) 100%);
  pointer-events: none;
}
.glow-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 720ms cubic-bezier(.2,.6,.2,1);
}
.glow-card:hover .glow-card__media img { transform: scale(1.04); }

/* Card body — clean editorial type stack */
.glow-card__body {
  padding: 0 0.15rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  row-gap: 0;
  align-items: baseline;
}
.glow-card__num {
  grid-row: 1 / span 4;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: rgba(90,42,53,0.55);
  letter-spacing: 0.02em;
  padding-top: 0.18rem;
  line-height: 1;
}
.glow-card__cat {
  grid-column: 2;
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5A2A35;
  margin-bottom: 0.55rem;
}
.glow-card__h3 {
  grid-column: 2;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.85vw, 1.65rem);
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: #1A1613;
  margin: 0 0 0.55rem;
}
.glow-card__h3 em {
  font-style: italic;
  color: #5A2A35;
}
.glow-card__sub {
  grid-column: 2;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: #5F5851;
  margin: 0 0 0.95rem;
}
.glow-card__cta {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1A1613;
  border-bottom: 1px solid #1A1613;
  padding-bottom: 2px;
  transition: color 200ms ease, border-color 200ms ease;
}
.glow-card__arrow {
  display: inline-block;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 300;
  transition: transform 200ms ease;
}
.glow-card:hover .glow-card__cta {
  color: #5A2A35;
  border-bottom-color: #5A2A35;
}
.glow-card:hover .glow-card__arrow { transform: translateX(4px); }

/* Mobile tightening */
@media (max-width: 700px) {
  .glow-card__media { aspect-ratio: 3/4; margin-bottom: 0.95rem; }
  .glow-card__h3 { font-size: 1.25rem; }
}

.glow-tile__cat {
  display: inline-block;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose-deep, #5A2A35);
  margin-bottom: 0.75rem;
}
.glow-tile__h3 {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.15;
  letter-spacing: -0.005em;
  margin: 0 0 0.6rem;
  color: var(--ink, #1A1613);
}
.glow-tile__sub {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-body, #3A3531);
  margin: 0 0 1rem;
}
.glow-tile__cta {
  display: inline-block;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--rose-deep, #5A2A35);
  font-weight: 500;
  border-bottom: 1px solid var(--rose-deep, #5A2A35);
  padding-bottom: 1px;
}

/* ---------------- 4. THE GLOW 100 STRIP ---------------- */

.glow-100-strip {
  background: var(--canvas-2, #F1ECE3);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-top: 1px solid var(--line, #E2DCD0);
  border-bottom: 1px solid var(--line, #E2DCD0);
}
.glow-100-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--canvas, #FBF9F4);
  border: 1px solid var(--line, #E2DCD0);
}
.glow-100-list li { border-bottom: 1px solid var(--line, #E2DCD0); }
.glow-100-list li:last-child { border-bottom: 0; }

.g100-row {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: background 200ms ease;
}
@media (max-width: 600px) {
  .g100-row {
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    gap: 0.75rem 1rem;
    padding: 1rem 1.1rem;
  }
}
.g100-row:hover { background: #fff; }
.g100-rank {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--ink-muted, #76706A);
  line-height: 1;
}
.g100-body { min-width: 0; }
.g100-cat {
  display: block;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep, #5A2A35);
  margin-bottom: 0.35rem;
}
.g100-name {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.2;
  margin: 0 0 0.4rem;
  color: var(--ink, #1A1613);
}
.g100-line {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-body, #3A3531);
  margin: 0;
  max-width: 64ch;
}
.g100-score {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--ink, #1A1613);
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .g100-score {
    grid-column: 1 / -1;
    text-align: right;
    font-size: 1.3rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--line, #E2DCD0);
    margin-top: 0.5rem;
  }
}
.g100-of {
  font-size: 0.55em;
  color: var(--ink-muted, #76706A);
  margin-left: 0.1em;
}

.glow-100-cta {
  display: inline-block;
  margin-top: 1.75rem;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 13.5px;
  color: var(--ink, #1A1613);
  font-weight: 500;
  border-bottom: 1px solid var(--rose-deep, #5A2A35);
  padding-bottom: 2px;
  text-decoration: none;
}
.glow-100-cta:hover { color: var(--rose-deep, #5A2A35); }

/* ---------------- 5. CONFESSIONS FEATURE ---------------- */

.glow-confessions {
  background: var(--canvas, #FBF9F4);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.confessions-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  background: var(--canvas-2, #F1ECE3);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: all 200ms ease;
}
.confessions-feature:hover { background: #fff; }
@media (min-width: 760px) {
  .confessions-feature { grid-template-columns: 1.1fr 1fr; gap: 0; align-items: stretch; }
}
.confessions-feature__img {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: var(--canvas-3, #E5DFD4);
}
@media (min-width: 760px) {
  .confessions-feature__img { aspect-ratio: auto; min-height: 360px; }
}
.confessions-feature__body { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; justify-content: center; }
.confessions-feature__eyebrow {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose-deep, #5A2A35);
  margin-bottom: 0.75rem;
}
.confessions-feature__h2 {
  font-family: var(--ff-serif, "Playfair Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  color: var(--ink, #1A1613);
  max-width: 22ch;
}
.confessions-feature__h2 em { font-style: italic; color: var(--rose-deep, #5A2A35); }
.confessions-feature__p {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink-body, #3A3531);
  margin: 0 0 1rem;
  max-width: 52ch;
}
.confessions-feature__meta {
  display: block;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 12px;
  color: var(--ink-muted, #76706A);
  margin-bottom: 1rem;
}
.confessions-feature__cta {
  display: inline-block;
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 13px;
  color: var(--rose-deep, #5A2A35);
  font-weight: 500;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--rose-deep, #5A2A35);
  padding-bottom: 1px;
}
.confessions-feature__more {
  margin-top: 1.25rem;
  text-align: right;
}
.confessions-feature__more a {
  font-family: var(--ff-sans, "Inter", sans-serif);
  font-size: 12.5px;
  color: var(--ink-muted, #76706A);
  text-decoration: none;
  border-bottom: 1px solid var(--ink-muted, #76706A);
  padding-bottom: 1px;
}

/* ---------------- VISUALLY HIDDEN ---------------- */

.visually-hidden {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
