/**
 * The Spec'd — below-fold homepage sections.
 *
 * Design language derived entirely from the hero (sd-hero4 / sd-hero3).
 * Tokens: same :root vars as spec.css — do not redefine here.
 *
 * Prefix: .hs- (homepage section)
 * Dark bg:  #101014  secondary: #14141a  deepest: #08080a
 * Glass:    rgba(255,255,255,0.07)  blur(14px)  border rgba(255,255,255,0.1)
 * Accent: #DFFF00; supporting colors are greys and neutrals
 * Max-w: 1540px  padding: 0 32px
 */

/* ═══════════════════════════════════════════════
   SHARED SHELL & REVEAL
   ═══════════════════════════════════════════════ */

.hs { width: 100%; overflow: hidden; }
.hs--d0  { background: #08080a; }
.hs--d1  { background: #101014; }
.hs--d2  { background: #14141a; }
.hs--d3  { background: #191a1d; }
.hs--lt  { background: #f7f7f2; }
.hs--w   { background: #ffffff; }
.hs--lime { background: #DFFF00; }

/* ── White section: flip all text/border tokens to dark ── */
/* Contrast targets: WCAG AA (4.5:1) for all text on #ffffff bg         */
.hs--w .hs-eyebrow           { color: rgba(10,10,15,0.55); }   /* ~4.5:1 ✓ */
.hs--w .hs-eyebrow::before   { background: var(--acc); }
.hs--w .hs-title             { color: #101014; }
.hs--w .hs-see-all           { color: rgba(10,10,15,0.55); }   /* ~4.5:1 ✓ */
.hs--w .hs-see-all:hover     { color: #101014; }
.hs--w .hs-cat               { color: var(--acc); }
.hs--w .hs-rule              { border-top-color: rgba(0,0,0,0.08); }
.hs--w .hs-meta              { color: rgba(10,10,15,0.60); }   /* ~5.1:1 ✓ */
.hs--w .hs-meta-sep          { background: rgba(0,0,0,0.20); }
.hs--w .hs-reveal            { /* inherit */ }

/* White section cards */
.hs--w .hs-glass {
  background: #f7f7f2;
  border-color: rgba(0,0,0,0.1);
}
.hs--w .hs-glass:hover {
  background: #e3e4e0;
  border-color: rgba(0,0,0,0.16);
}
.hs--w .hs-lead-h2           { color: #101014; }
.hs--w .hs-lead-dek          { color: rgba(10,10,15,0.65); }   /* ~5.7:1 ✓ */
.hs--w .hs-lead-foot         { border-top-color: rgba(0,0,0,0.08); }
.hs--w .hs-grid-h3           { color: #101014; }
.hs--w .hs-ranked-h3         { color: #101014; }
.hs--w .hs-ranked-n          { color: rgba(0,0,0,0.07); }
.hs--w .hs-ranked-item:hover .hs-ranked-n { color: rgba(0,0,0,0.13); }
.hs--w .hs-ranked-meta       { color: rgba(10,10,15,0.55); }   /* ~4.5:1 ✓ */
.hs--w .hs-ranked-meta-sep   { color: rgba(0,0,0,0.20); }
.hs--w .hs-ranked-item       { border-bottom-color: rgba(0,0,0,0.08); }
.hs--w .hs-ranked-item:first-child { border-top-color: rgba(0,0,0,0.08); }
.hs--w .hs-ranked-item:hover { background: rgba(0,0,0,0.03); }
.hs--w .hs-arrow             { border-color: rgba(0,0,0,0.20); color: rgba(0,0,0,0.45); }
.hs--w .hs-glass:hover .hs-arrow { background: #101014; border-color: #101014; color: #ffffff; }
.hs--w .hs-section-sub       { color: rgba(10,10,15,0.55); }   /* ~4.5:1 ✓ */

/* ── Lime section: all text black ── */
.hs--lime .hs-eyebrow        { color: rgba(0,0,0,0.60); }      /* ~4.5:1 on #DFFF00 ✓ */
.hs--lime .hs-eyebrow::before { background: #08080a; }
.hs--lime .hs-title          { color: #08080a; }
.hs--lime .hs-see-all        { color: rgba(0,0,0,0.60); }      /* ~4.5:1 ✓ */
.hs--lime .hs-see-all:hover  { color: #08080a; }
.hs--lime .hs-cat            { color: #08080a; }
.hs--lime .hs-meta           { color: rgba(0,0,0,0.65); }      /* ~5.2:1 ✓ */
.hs--lime .hs-rule           { border-top-color: rgba(0,0,0,0.12); }

/* Lime section cards */
.hs--lime .hs-glass {
  background: rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.14);
}
.hs--lime .hs-glass:hover {
  background: rgba(0,0,0,0.13);
  border-color: rgba(0,0,0,0.22);
}
.hs--lime .hs-beat-name      { color: #08080a; }
.hs--lime .hs-beat-count     { color: rgba(0,0,0,0.45); }
.hs--lime .hs-beat-card::before { background: #08080a; }
.hs--lime .hs-arrow          { border-color: rgba(0,0,0,0.2); color: rgba(0,0,0,0.45); }
.hs--lime .hs-glass:hover .hs-arrow { background: #08080a; border-color: #08080a; color: var(--acc); }

/* Lime newsletter */
.hs--lime .hs-brief-kicker              { color: rgba(0,0,0,0.55); }
.hs--lime .hs-brief-kicker::before      { background: #08080a; }
.hs--lime .hs-brief-h2                  { color: #08080a; }
.hs--lime .hs-brief-h2 em               { color: rgba(0,0,0,0.55); -webkit-text-fill-color: rgba(0,0,0,0.55); background: none; }
.hs--lime .hs-brief-dek                 { color: rgba(0,0,0,0.6); }
.hs--lime .hs-brief-form                { background: rgba(0,0,0,0.1); border-color: rgba(0,0,0,0.2); }
.hs--lime .hs-brief-input               { background: none; border: none; color: #08080a; }
.hs--lime .hs-brief-input::placeholder  { color: rgba(0,0,0,0.4); }
.hs--lime .hs-brief-submit              { background: #08080a; color: #DFFF00; }
.hs--lime .hs-brief-submit:hover        { background: #24252a; }
.hs--lime .hs-brief-chip                { background: rgba(0,0,0,0.1); border-color: rgba(0,0,0,0.18); color: rgba(0,0,0,0.65); }
.hs--lime .hs-brief-chip:hover          { background: rgba(0,0,0,0.2); color: #08080a; }
.hs--lime .hs-brief-chip-dot            { background: #08080a; }

.hs-inner {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Section header row */
.hs-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 56px 0 36px;
  gap: 16px;
}
.hs-head--tight { padding-top: 40px; padding-bottom: 24px; }

.hs-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.50);  /* bumped from 0.28 — was failing contrast */
}
.hs-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--acc);
  flex-shrink: 0;
}
.hs-eyebrow--lt { color: rgba(10,10,10,0.55); }  /* bumped for contrast */
.hs-eyebrow--lt::before { background: var(--acc); }

.hs-title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 32px);
  letter-spacing: -0.8px;
  color: #f7f7f2;
  margin: 0;
  line-height: 1.1;
}
.hs-title--lt { color: var(--ink); }

.hs-see-all {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);  /* bumped from 0.35 — was failing contrast */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 200ms;
  white-space: nowrap;
}
.hs-see-all:hover { color: rgba(255,255,255,0.88); }
.hs-see-all--lt { color: var(--dim); }
.hs-see-all--lt:hover { color: var(--ink); }

/* Category label */
.hs-cat {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #DFFF00;
}
.hs-cat--acc { color: var(--acc); }
.hs-cat--lt  { color: var(--acc); }

/* Glass card base */
.hs-glass {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  transition: background 250ms, border-color 250ms, transform 260ms cubic-bezier(.2,.7,.2,1);
}
.hs-glass:hover {
  background: rgba(255,255,255,0.11);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-3px);
}

/* Arrow button */
.hs-arrow {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.35);
  transition: all 200ms;
  flex-shrink: 0;
}
.hs-glass:hover .hs-arrow,
.hs-arrow:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #101014;
}
.hs-arrow--lt {
  border-color: var(--subtle-line);
  color: var(--dim);
}
.hs-glass--lt:hover .hs-arrow--lt {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

/* Tag pill */
.hs-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 5px 14px;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  width: fit-content;
}
.hs-tag-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--acc);
  flex-shrink: 0;
}

/* Byline / meta text */
.hs-meta {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);  /* bumped from 0.38 — was failing contrast */
  display: flex;
  align-items: center;
  gap: 8px;
}
.hs-meta-sep {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
  flex-shrink: 0;
}
.hs-meta--lt { color: var(--dim); }
.hs-meta--lt .hs-meta-sep { background: var(--subtle-line); }

/* Divider */
.hs-rule {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 0;
}
.hs-rule--lt { border-top-color: var(--subtle-line); }

/* Reveal animation */
.hs-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 750ms cubic-bezier(.2,.7,.2,1);
}
.hs-reveal.in { opacity: 1; transform: none; }

/* ═══════════════════════════════════════════════
   1. TICKER
   ═══════════════════════════════════════════════ */

.hs-ticker {
  background: #08080a;
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 12px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0;
}

.hs-ticker-live {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px 0 28px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--acc);
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  border-right: 1px solid rgba(255,255,255,0.1);
  position: relative;
  z-index: 2;
}
.hs-ticker-live::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--acc);
  animation: hs-pulse 1.6s ease infinite;
}
@keyframes hs-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.25; }
}

.hs-ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  animation: hs-marquee 42s linear infinite;
  will-change: transform;
  white-space: nowrap;
  padding-left: 28px;
}
.hs-ticker-track:hover { animation-play-state: paused; }
@keyframes hs-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}

.hs-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  padding-right: 16px;
  text-decoration: none;
  transition: color 200ms;
  cursor: pointer;
}
.hs-ticker-item:hover { color: rgba(255,255,255,0.9); }

.hs-ticker-sep {
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  flex-shrink: 0;
  margin-right: 16px;
}
.hs-ticker-sep--acc { background: var(--acc); }

/* ═══════════════════════════════════════════════
   2. LEAD STORIES (3-up glass grid)
   ═══════════════════════════════════════════════ */

.hs-lead { padding-bottom: 64px; }
.hs-lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.hs-lead-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.hs-lead-thumb {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.hs-lead-thumb-inner {
  width: 100%; height: 210px;
  display: block;
}

.hs-lead-body {
  flex: 1;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 0 0 16px 16px;
}

.hs-lead-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hs-lead-h2 {
  font-family: var(--body);
  font-weight: 800;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.22;
  letter-spacing: -0.6px;
  color: rgba(255,255,255,0.92);
  margin: 0;
  flex: 1;
}

.hs-lead-dek {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.45);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hs-lead-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ═══════════════════════════════════════════════
   3. MORE TODAY (compact 4-col)
   ═══════════════════════════════════════════════ */

.hs-grid { padding-bottom: 64px; }
.hs-grid-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Vertical image-led card */
.hs-grid-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.hs-grid-thumb {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}
.hs-grid-thumb-inner {
  width: 100%;
  height: 160px;
  display: block;
}

.hs-grid-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 16px 18px 18px;
}

.hs-grid-h3 {
  font-family: var(--body);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.32;
  letter-spacing: -0.3px;
  color: rgba(255,255,255,0.88);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ═══════════════════════════════════════════════
   4. FEATURE / BIG READ (split)
   ═══════════════════════════════════════════════ */

.hs-feature { padding-bottom: 0; }
.hs-feature-inner-wrap {
  padding-bottom: 72px;
}

.hs-feature-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 0;
  align-items: stretch;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  overflow: hidden;
}

.hs-feature-l {
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.09);
}

.hs-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(223, 255, 0,0.12);
  border: 1px solid rgba(223, 255, 0,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--acc);
  width: fit-content;
}
.hs-feature-tag-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--acc);
  flex-shrink: 0;
  animation: hs-pulse 1.6s ease infinite;
}

.hs-feature-h2 {
  font-family: var(--body);
  font-weight: 800;
  font-size: clamp(32px, 3.6vw, 58px);
  line-height: 1.06;
  letter-spacing: -1.5px;
  color: #ffffff;
  margin: 0;
}
.hs-feature-h2 em {
  font-style: italic;
  background: linear-gradient(90deg, #DFFF00, #DFFF00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hs-feature-dek {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.5);
  margin: 0;
  max-width: 480px;
}

.hs-feature-byline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hs-feature-byline-bar {
  width: 2px; height: 28px;
  background: var(--acc);
  border-radius: 2px;
  flex-shrink: 0;
}
.hs-feature-byline-text {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.42);
  line-height: 1.5;
}
.hs-feature-byline-text b {
  color: rgba(255,255,255,0.72);
  font-weight: 600;
}

.hs-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #101014;
  border-radius: 999px;
  padding: 13px 26px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  transition: background 200ms, color 200ms, transform 150ms;
}
.hs-feature-cta:hover {
  background: var(--acc); color: #08080a;
  transform: translateY(-2px);
}

.hs-feature-r {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

/* ═══════════════════════════════════════════════
   5. MOST READ (editorial numbered list)
   ═══════════════════════════════════════════════ */

.hs-ranked { padding-bottom: 72px; }

/* Two-column layout: Most Read | Most Discussed */
.hs-ranked-cols {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 48px;
}
.hs-ranked-col { display: flex; flex-direction: column; }
.hs-ranked-divider {
  background: rgba(0,0,0,0.08);
  align-self: stretch;
  margin: 56px 0 72px;
}
.hs-head--ranked {
  padding: 56px 0 36px;
}

.hs-ranked-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hs-ranked-item {
  display: grid;
  grid-template-columns: 56px 1fr 64px auto;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-decoration: none;
  color: inherit;
  transition: background 200ms;
}
.hs-ranked-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.hs-ranked-item:hover { background: rgba(255,255,255,0.03); }

.hs-ranked-thumb {
  width: 64px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.hs-ranked-n {
  font-family: var(--body);
  font-weight: 900;
  font-size: 48px;
  letter-spacing: -3px;
  line-height: 1;
  color: rgba(255,255,255,0.07);
  text-align: right;
  user-select: none;
  transition: color 200ms;
}
.hs-ranked-item:hover .hs-ranked-n { color: rgba(255,255,255,0.12); }

.hs-ranked-body { display: flex; flex-direction: column; gap: 6px; }

.hs-ranked-h3 {
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: rgba(255,255,255,0.88);
  margin: 0;
}

.hs-ranked-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hs-ranked-meta-sep { color: rgba(255,255,255,0.12); }

/* ═══════════════════════════════════════════════
   6. BEATS (6-up grid)
   ═══════════════════════════════════════════════ */

.hs-beats { padding-bottom: 72px; }
.hs-beats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.hs-beat-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 22px 22px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.hs-beat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--acc);
  opacity: 0;
  transition: opacity 250ms;
}
.hs-beat-card:hover::before { opacity: 1; }

.hs-beat-icon {
  font-size: 26px;
  line-height: 1;
}

.hs-beat-name {
  font-family: var(--body);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: rgba(255,255,255,0.9);
}

.hs-beat-count {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-top: auto;
}

/* ═══════════════════════════════════════════════
   7. DISPATCHES (live wire table)
   ═══════════════════════════════════════════════ */

.hs-wire { padding-bottom: 72px; }

.hs-wire-table {
  width: 100%;
  border-collapse: collapse;
}

.hs-wire-row {
  display: grid;
  grid-template-columns: 72px 80px 64px 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 12px 0 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-decoration: none;
  color: inherit;
  transition: background 200ms;
  cursor: pointer;
  position: relative;
}
.hs-wire-row:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.hs-wire-row:hover { background: rgba(255,255,255,0.03); }

/* Left lime accent on hover */
.hs-wire-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: var(--acc);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 200ms;
}
.hs-wire-row:hover::before { opacity: 1; }

.hs-wire-live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acc);
  flex-shrink: 0;
  animation: hs-pulse 1.6s ease infinite;
}

.hs-wire-time {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.hs-wire-tag {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #DFFF00;
  background: rgba(223, 255, 0,0.08);
  border: 1px solid rgba(223, 255, 0,0.18);
  border-radius: 4px;
  padding: 3px 8px;
  white-space: nowrap;
  width: fit-content;
}

.hs-wire-thumb {
  width: 64px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 200ms;
}
.hs-wire-row:hover .hs-wire-thumb { opacity: 1; }

.hs-wire-h3 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.82);
  margin: 0;
}

.hs-wire-author {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}

.hs-wire-arrow {
  color: rgba(255,255,255,0.18);
  transition: color 200ms;
}
.hs-wire-row:hover .hs-wire-arrow { color: rgba(255,255,255,0.7); }

.hs-wire-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms;
}
.hs-wire-more:hover { color: rgba(255,255,255,0.7); }
.hs-wire-more-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.07);
  min-width: 40px;
}

/* ═══════════════════════════════════════════════
   8. VERDICTS / REVIEWS (light section)
   ═══════════════════════════════════════════════ */

.hs-verdicts { padding-bottom: 72px; }

.hs-verdicts-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.hs-verdict-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #f7f7f2;
  text-decoration: none;
  color: #101014;
  transition: box-shadow 220ms, transform 220ms;
  cursor: pointer;
}
.hs-verdict-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  transform: translateY(-3px);
  background: #e3e4e0;
}

.hs-verdict-stars {
  display: flex;
  gap: 3px;
}
.hs-verdict-star {
  width: 13px; height: 13px;
  color: var(--acc);
}
.hs-verdict-star--empty { color: rgba(0,0,0,0.15); }

.hs-verdict-score {
  font-family: var(--display);
  font-size: 36px;
  letter-spacing: -2px;
  line-height: 1;
  color: #101014;
}
.hs-verdict-score span {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,0.4);
  letter-spacing: 1px;
}

.hs-verdict-name {
  font-family: var(--body);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #101014;
  margin: 0;
}

.hs-verdict-brand {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
}

.hs-verdict-price {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  color: rgba(0,0,0,0.6);
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ═══════════════════════════════════════════════
   9. INDEX METRICS (full-bleed numbers)
   ═══════════════════════════════════════════════ */

.hs-index {
  background: #08080a;
  padding: 72px 0;
}

.hs-index-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
}

.hs-index-cell {
  padding: 32px 28px;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hs-index-cell:last-child { border-right: none; }

.hs-index-val {
  font-family: var(--body);
  font-weight: 900;
  font-size: clamp(28px, 2.8vw, 42px);
  letter-spacing: -2px;
  line-height: 1;
  color: #ffffff;
}
.hs-index-val--up { color: #DFFF00; }
.hs-index-val--down { color: #DFFF00; }

.hs-index-dir {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 3px 8px;
  width: fit-content;
}
.hs-index-dir--up   { background: rgba(223, 255, 0,0.12); color: #DFFF00; }
.hs-index-dir--down { background: rgba(223, 255, 0,0.12); color: #DFFF00; }

.hs-index-sparkline { height: 36px; width: 100%; }

.hs-index-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-top: 4px;
}

/* ═══════════════════════════════════════════════
   10. PODCAST
   ═══════════════════════════════════════════════ */

.hs-pod { padding-bottom: 72px; }

.hs-pod-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 20px;
  align-items: start;
}

.hs-pod-player {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hs-pod-ep-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.hs-pod-ep-tag::before {
  content: '';
  width: 18px; height: 1px;
  background: var(--acc);
}

.hs-pod-title {
  font-family: var(--body);
  font-weight: 800;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.8px;
  line-height: 1.2;
  color: rgba(255,255,255,0.92);
  margin: 0;
}

.hs-pod-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hs-pod-play {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101014;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 200ms, transform 150ms;
}
.hs-pod-play:hover { background: var(--acc); color: #08080a; transform: scale(1.05); }

.hs-pod-bar-wrap { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.hs-pod-bar-track {
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}
.hs-pod-bar-fill {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  background: #ffffff;
  border-radius: 999px;
  width: 0%;
  transition: width 1s linear;
}
.hs-pod-times {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.5px;
}

.hs-pod-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px 0;
  border-left: 1px solid rgba(255,255,255,0.08);
}

.hs-pod-ep {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 200ms;
  cursor: pointer;
}
.hs-pod-ep:last-child { border-bottom: none; }
.hs-pod-ep:hover { background: rgba(255,255,255,0.04); }

.hs-pod-ep-n {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  letter-spacing: 1px;
  width: 24px;
  flex-shrink: 0;
  text-align: center;
}

.hs-pod-ep-body { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.hs-pod-ep-title {
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255,255,255,0.75);
}
.hs-pod-ep-dur {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════════════
   11. NEWSLETTER (THE BRIEF)
   ═══════════════════════════════════════════════ */

.hs-brief {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 80px 0 88px;
}
.hs--lime.hs-brief { border-top: none; }

.hs-brief-inner {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 64px;
  align-items: center;
}

.hs-brief-l { display: flex; flex-direction: column; gap: 16px; }

.hs-brief-kicker {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--acc);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hs-brief-kicker::before {
  content: '';
  width: 20px; height: 1px;
  background: var(--acc);
}

.hs-brief-h2 {
  font-family: var(--body);
  font-weight: 900;
  font-size: clamp(30px, 3.5vw, 52px);
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #ffffff;
  margin: 0;
}
.hs-brief-h2 em {
  font-style: italic;
  color: rgba(255,255,255,0.45);
}

.hs-brief-dek {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.42);
  margin: 0;
  max-width: 420px;
}

.hs-brief-r { display: flex; flex-direction: column; gap: 20px; }

.hs-brief-form {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  align-items: center;
}
.hs-brief-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-family: var(--body);
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  min-width: 0;
}
.hs-brief-input::placeholder { color: rgba(255,255,255,0.28); }
.hs-brief-submit {
  background: #ffffff;
  color: #101014;
  border: none;
  border-radius: 999px;
  padding: 11px 22px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 200ms, color 200ms;
}
.hs-brief-submit:hover { background: var(--acc); color: #08080a; }

.hs-brief-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hs-brief-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: border-color 200ms, color 200ms, background 200ms;
}
.hs-brief-chip:hover {
  border-color: rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.1);
}
.hs-brief-chip-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #DFFF00;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════
   12. FOOTER
   ═══════════════════════════════════════════════ */

.hs-footer {
  background: #08080a;
  border-top: 1px solid rgba(255,255,255,0.07);
}

/* Rolling wordmark marquee */
.hs-footer-mark {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  padding: 0;
}
.hs-footer-mark-track {
  display: flex;
  align-items: center;
  gap: 0;
  animation: hs-marquee 30s linear infinite;
  white-space: nowrap;
  padding: 20px 0;
}
.hs-footer-mark-word {
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.04);
  padding: 0 32px;
  line-height: 1;
  user-select: none;
}
.hs-footer-mark-slash {
  font-family: var(--mono);
  font-size: clamp(48px, 6vw, 88px);
  color: var(--acc);
  opacity: 0.35;
  line-height: 1;
  user-select: none;
}

/* Main footer body */
.hs-footer-body {
  max-width: 1540px;
  margin: 0 auto;
  padding: 56px 32px 48px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
}

.hs-footer-brand { display: flex; flex-direction: column; gap: 16px; }
.hs-footer-logo {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  line-height: 1;
}
.hs-footer-logo span { color: var(--acc); }
.hs-footer-blurb {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.3);
  max-width: 220px;
}
.hs-footer-socials {
  display: flex;
  gap: 6px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.hs-footer-social {
  width: 34px; height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: border-color 200ms, color 200ms, background 200ms;
  flex-shrink: 0;
}
.hs-footer-social svg { display: block; }
.hs-footer-social svg path, .hs-footer-social svg rect { fill: currentColor; }
.hs-footer-social:hover {
  border-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.06);
}

.hs-footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.hs-footer-col { display: flex; flex-direction: column; gap: 12px; }
.hs-footer-col-head {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.hs-footer-col-link {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 200ms;
  line-height: 1;
}
.hs-footer-col-link:hover { color: rgba(255,255,255,0.85); }

/* Bottom bar */
.hs-footer-bottom {
  max-width: 1540px;
  margin: 0 auto;
  padding: 20px 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hs-footer-copy {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.5px;
}
.hs-footer-legal {
  display: flex;
  gap: 20px;
}
.hs-footer-legal-link {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 200ms;
}
.hs-footer-legal-link:hover { color: rgba(255,255,255,0.5); }

/* ═══════════════════════════════════════════════
   RESPONSIVE
   Breakpoint ladder:
     1200px  large tablet / small laptop
     1024px  iPad landscape (10–12.9")
      820px  iPad Air/Pro portrait
      768px  iPad mini portrait / large phone
      600px  large phone landscape / small phone portrait
      480px  small phone portrait
   ═══════════════════════════════════════════════ */

/* ── 1200px: large tablet → 2-col grids ────────── */
@media (max-width: 1200px) {
  /* Featured row */
  .hs-lead-grid { grid-template-columns: 1fr 1fr; }
  /* More today */
  .hs-grid-cols { grid-template-columns: repeat(2, 1fr); }
  /* Beats */
  .hs-beats-grid { grid-template-columns: repeat(3, 1fr); }
  /* Index metrics */
  .hs-index-grid { grid-template-columns: repeat(3, 1fr); }
  .hs-index-cell { border-bottom: 1px solid rgba(255,255,255,0.08); }
  /* Reviews */
  .hs-verdicts-strip { grid-template-columns: repeat(3, 1fr); }
  /* Podcast */
  .hs-pod-grid { grid-template-columns: 1fr; }
  .hs-pod-list { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
  /* Feature / Big Read */
  .hs-feature-grid { grid-template-columns: 1fr; }
  .hs-feature-r { min-height: 300px; }
  /* Story cluster */
  .hs-cluster-wrap { grid-template-columns: 1fr; }
  .hs-cluster-lead { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  /* Most Read / Discussed */
  .hs-ranked-cols { grid-template-columns: 1fr; }
  .hs-ranked-divider { display: none; }
  /* Beat strips */
  .hs-strip-articles { grid-template-columns: 1fr 1fr; }
  /* Footer */
  .hs-footer-cols { grid-template-columns: repeat(2, 1fr); }
}

/* ── 1024px: iPad landscape ─────────────────────── */
@media (max-width: 1024px) {
  /* Sections */
  .hs { padding-left: 0; padding-right: 0; }
  .hs-inner { padding: 0 28px; }
  /* Section headers */
  .hs-head { padding-top: 48px; padding-bottom: 22px; }
  .hs-title { font-size: clamp(22px, 3vw, 32px); }
  /* Featured row: 2 cards + scale down heights */
  .hs-lead-thumb-inner { height: 180px; }
  .hs-lead-h2 { font-size: clamp(18px, 1.8vw, 24px); }
  /* More Today: 2-col, smaller images */
  .hs-grid-cols { grid-template-columns: repeat(2, 1fr); }
  .hs-grid-thumb-inner { height: 140px; }
  /* Newsletter */
  .hs-brief { padding: 60px 0 68px; }
  .hs-brief-h2 { font-size: clamp(28px, 3.5vw, 44px); }
  /* Feature */
  .hs-feature-l { padding: 40px 36px; }
  .hs-feature-h2 { font-size: clamp(28px, 3.8vw, 44px); }
  /* Dispatches: hide author at this size */
  .hs-wire-author { display: none; }
  .hs-wire-row { grid-template-columns: 72px 80px 60px 1fr auto; }
  /* Story cluster */
  .hs-cluster-lead-thumb { height: 200px; }
  /* Beat strips */
  .hs-strip-card-thumb { height: 140px; }
  /* Footer */
  .hs-footer-body { padding: 44px 28px 40px; gap: 48px; }
  .hs-footer-cols { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ── 820px: iPad Air / Pro portrait ─────────────── */
@media (max-width: 820px) {
  .hs-inner { padding: 0 24px; }
  .hs-head { padding-top: 44px; padding-bottom: 20px; }
  /* Featured row: collapse to 1-col on iPad portrait */
  .hs-lead-grid { grid-template-columns: 1fr; }
  .hs-lead-thumb-inner { height: 220px; }
  /* More Today: stays 2-col on iPad portrait — looks fine */
  /* Newsletter */
  .hs-brief-inner { grid-template-columns: 1fr; gap: 36px; }
  .hs-brief { padding: 52px 0 60px; }
  /* Feature */
  .hs-feature-l { padding: 36px 28px; }
  /* Dispatch row */
  .hs-wire-row { grid-template-columns: 64px 76px 56px 1fr auto; gap: 10px; }
  /* Ranked items */
  .hs-ranked-item { grid-template-columns: 48px 1fr 56px auto; }
  .hs-ranked-n { font-size: 36px; }
  /* Beat strips */
  .hs-strip-articles { grid-template-columns: 1fr 1fr; }
  /* Footer */
  .hs-footer-body { grid-template-columns: 1fr; gap: 36px; }
  .hs-footer-body { padding: 40px 24px; }
  .hs-footer-brand { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 24px; }
  .hs-footer-blurb { max-width: 340px; }
}

/* ── 768px: iPad mini portrait / large phone ────── */
@media (max-width: 768px) {
  .hs-inner { padding: 0 20px; }
  .hs-head { padding-top: 40px; padding-bottom: 20px; }
  /* More Today: collapse to 1-col */
  .hs-grid-cols { grid-template-columns: 1fr; }
  .hs-grid-thumb-inner { height: 180px; }
  /* Beats grid */
  .hs-beats-grid { grid-template-columns: repeat(2, 1fr); }
  /* Index metrics */
  .hs-index-grid { grid-template-columns: repeat(2, 1fr); }
  /* Reviews */
  .hs-verdicts-strip { grid-template-columns: repeat(2, 1fr); }
  /* Ranked */
  .hs-ranked-item { grid-template-columns: 40px 1fr 48px auto; }
  .hs-ranked-n { font-size: 32px; }
  .hs-ranked-thumb { width: 48px; height: 40px; }
  /* Dispatches: hide tag + thumb + author on mobile */
  .hs-wire-row { grid-template-columns: 60px 1fr auto; padding-left: 14px; }
  .hs-wire-tag, .hs-wire-author, .hs-wire-thumb { display: none; }
  /* Footer */
  .hs-footer-body { grid-template-columns: 1fr; gap: 32px; padding: 36px 20px; }
  .hs-footer-brand { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hs-footer-cols { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .hs-brief-inner { padding: 0 20px; }
  /* Feature */
  .hs-feature-l { padding: 32px 24px; }
  .hs-feature-h2 { font-size: clamp(24px, 4.5vw, 38px); }
  /* Story cluster */
  .hs-cluster-lead { padding: 28px 24px; }
  .hs-cluster-item { padding: 18px 20px; }
  .hs-cluster-h2 { font-size: 20px; }
  .hs-cluster-lead-thumb { height: 200px; }
  /* Beat strips */
  .hs-strip-articles { grid-template-columns: 1fr; }
  .hs-strip-head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hs-strip-card-thumb { height: 160px; }
}

/* ── 600px: large phone landscape ───────────────── */
@media (max-width: 600px) {
  .hs-inner { padding: 0 16px; }
  .hs-head { padding-top: 36px; padding-bottom: 16px; }
  .hs-title { font-size: clamp(20px, 5vw, 28px); }
  .hs-eyebrow { font-size: 9px; }
  /* Featured row */
  .hs-lead-thumb-inner { height: 180px; }
  .hs-lead-h2 { font-size: 17px; }
  .hs-lead-dek { display: none; }    /* hide dek on small screens */
  .hs-lead-body { padding: 18px; }
  /* More Today */
  .hs-grid-thumb-inner { height: 160px; }
  .hs-grid-body { padding: 14px 16px 16px; }
  .hs-grid-h3 { font-size: 14px; }
  /* Newsletter */
  .hs-brief { padding: 44px 0 52px; }
  .hs-brief-h2 { font-size: clamp(24px, 7vw, 36px); }
  .hs-brief-dek { font-size: 15px; }
  /* Beats grid: 1 col */
  .hs-beats-grid { grid-template-columns: 1fr; }
  /* Reviews */
  .hs-verdicts-strip { grid-template-columns: 1fr; }
  /* Index metrics */
  .hs-index-grid { grid-template-columns: 1fr 1fr; }
  /* Ranked */
  .hs-ranked-item { grid-template-columns: 36px 1fr 40px auto; gap: 10px; }
  .hs-ranked-n { font-size: 28px; }
  .hs-ranked-thumb { width: 40px; height: 32px; border-radius: 6px; }
  .hs-ranked-h3 { font-size: 13px; }
  /* Story cluster */
  .hs-cluster-lead-thumb { height: 180px; }
  .hs-cluster-h2 { font-size: 18px; line-height: 1.25; }
  .hs-cluster-item-thumb { display: none; }   /* hide tiny thumbs on small phones */
  /* Beat strips */
  .hs-strip-card-thumb { height: 140px; }
  /* Wire */
  .hs-wire-h3 { font-size: 13px; }
  .hs-wire-time { font-size: 9px; }
  /* Feature */
  .hs-feature-h2 { font-size: clamp(22px, 5.5vw, 34px); }
  .hs-feature-dek { font-size: 15px; }
  /* Footer */
  .hs-footer-body { padding: 32px 16px; }
  .hs-footer-cols { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hs-footer-col-link { font-size: 12px; }
  .hs-footer-mark-word, .hs-footer-mark-slash { font-size: clamp(36px, 8vw, 56px); }
}

/* ── 480px: small phone portrait ────────────────── */
@media (max-width: 480px) {
  .hs-inner { padding: 0 14px; }
  /* Section */
  .hs { overflow-x: hidden; }
  /* Featured row */
  .hs-lead-thumb-inner { height: 160px; }
  .hs-lead-h2 { font-size: 16px; }
  /* More Today */
  .hs-grid-thumb-inner { height: 140px; }
  /* Newsletter */
  .hs-brief-inner { padding: 0 14px; }
  .hs-brief-h2 { font-size: clamp(22px, 8vw, 32px); letter-spacing: -1px; }
  .hs-brief-chips { gap: 6px; }
  .hs-brief-chip { font-size: 11px; padding: 5px 10px; }
  /* Ranked: hide thumb */
  .hs-ranked-thumb { display: none; }
  .hs-ranked-item { grid-template-columns: 36px 1fr auto; }
  /* Story cluster */
  .hs-cluster-lead-thumb { height: 160px; }
  .hs-cluster-h2 { font-size: 17px; }
  /* Beat strip card */
  .hs-strip-card-inner { padding: 14px 16px 14px; }
  /* Wire */
  .hs-wire-row { gap: 8px; padding: 14px 14px; }
  /* Footer */
  .hs-footer-body { padding: 28px 14px; }
  .hs-footer-cols { grid-template-columns: 1fr; gap: 24px; }
  .hs-footer-bottom { padding: 16px 14px; flex-direction: column; gap: 12px; align-items: flex-start; }
  .hs-footer-legal { gap: 14px; }
  /* Dispatch section heading */
  .hs-head.hs-head--tight { padding-bottom: 10px; }
  /* Index metrics: collapse to 1 col */
  .hs-index-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   STORY CLUSTER (Big Story This Week package)
   ═══════════════════════════════════════════════ */

.hs-cluster { padding-bottom: 0; }

.hs-cluster-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 72px;
}

/* Lead article panel */
.hs-cluster-lead {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.02);
  transition: background 220ms;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative;
  overflow: hidden;
}
.hs-cluster-lead:hover { background: rgba(255,255,255,0.05); }

.hs-cluster-lead-thumb {
  overflow: hidden;
  flex-shrink: 0;
}

.hs-cluster-lead-body {
  padding: 28px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  position: relative;
}
.hs-cluster-lead-body::before {
  content: '';
  position: absolute;
  top: 0; left: 36px; right: 36px;
  height: 1px;
  background: rgba(255,255,255,0.07);
}

.hs-cluster-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hs-cluster-read {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.28);
  text-transform: uppercase;
}

.hs-cluster-h2 {
  font-family: var(--body);
  font-weight: 800;
  font-size: clamp(22px, 2.0vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.7px;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

.hs-cluster-dek {
  font-size: 14px;
  line-height: 1.68;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

.hs-cluster-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--acc);
  margin-top: auto;
  transition: gap 180ms;
}
.hs-cluster-lead:hover .hs-cluster-cta { gap: 10px; }

/* Related articles panel */
.hs-cluster-related {
  display: flex;
  flex-direction: column;
}

.hs-cluster-also {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  padding: 20px 32px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin: 0;
}

.hs-cluster-item {
  display: grid;
  grid-template-columns: 40px 1fr 72px 28px;
  gap: 14px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  color: inherit;
  transition: background 200ms;
}
.hs-cluster-item:last-child { border-bottom: none; }
.hs-cluster-item:hover { background: rgba(255,255,255,0.04); }

.hs-cluster-item-thumb {
  width: 72px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.hs-cluster-item-n {
  font-family: var(--body);
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -2px;
  line-height: 1;
  color: rgba(255,255,255,0.07);
  user-select: none;
  transition: color 200ms;
}
.hs-cluster-item:hover .hs-cluster-item-n { color: rgba(255,255,255,0.13); }

.hs-cluster-item-body { display: flex; flex-direction: column; gap: 5px; }

.hs-cluster-item-h4 {
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(13px, 1.0vw, 15px);
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.82);
  margin: 4px 0 0;
}

/* ═══════════════════════════════════════════════
   BEAT STRIPS (per-beat article rows)
   ═══════════════════════════════════════════════ */

.hs-strips { padding-bottom: 72px; }

.hs-strip {
  padding: 36px 0;
}

.hs-strip-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
}

.hs-strip-beat {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(24px, 2.4vw, 36px);
  letter-spacing: -1px;
  line-height: 1;
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 200ms;
}
.hs-strip-beat:hover { color: var(--acc); }

.hs-strip-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hs-strip-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  min-height: 0;
}

.hs-strip-card-thumb {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 14px 14px 0 0;
}

.hs-strip-card-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 16px 18px 16px;
}

.hs-strip-h4 {
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: rgba(255,255,255,0.88);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hs-strip-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.hs-strip-rule {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin: 0;
}

/* All-beats pill nav at bottom */
.hs-strips-nav {
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hs-strips-nav-label {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  margin: 0;
}
.hs-strips-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hs-strips-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: background 200ms, border-color 200ms, color 200ms;
  cursor: pointer;
}
.hs-strips-pill:hover {
  background: rgba(255,255,255,0.11);
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
}
.hs-strips-pill-count {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.28);
}

/* Late responsive corrections for sections appended after the main ladder. */
.hs-cluster-wrap,
.hs-cluster-related,
.hs-strip-articles,
.hs-cluster-item,
.hs-cluster-item-body {
  min-width: 0;
  max-width: 100%;
}

.hs-cluster-item-h4 {
  overflow-wrap: anywhere;
}

@media (max-width: 1200px) {
  .hs-cluster-wrap {
    grid-template-columns: 1fr;
  }

  .hs-cluster-lead {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .hs-strip-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .hs-cluster-lead-thumb { height: 200px; }
  .hs-strip-card-thumb { height: 140px; }
}

@media (max-width: 768px) {
  .hs-cluster-item {
    grid-template-columns: 40px minmax(0, 1fr) 64px 28px;
    gap: 10px;
    padding: 18px;
  }

  .hs-strip-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .hs-strip-articles {
    grid-template-columns: 1fr;
  }

  .hs-strip-card-thumb { height: 160px; }
}

@media (max-width: 600px) {
  .hs-cluster-lead-thumb { height: 180px; }

  .hs-cluster-h2 {
    font-size: 18px;
    line-height: 1.25;
  }

  .hs-cluster-item {
    grid-template-columns: 36px minmax(0, 1fr) 28px;
    gap: 10px;
  }

  .hs-cluster-item-thumb {
    display: none;
  }

  .hs-strip-card-thumb { height: 140px; }
}

@media (max-width: 480px) {
  .hs-cluster-also {
    padding-inline: 18px;
  }

  .hs-cluster-lead-thumb { height: 160px; }
  .hs-cluster-h2 { font-size: 17px; }

  .hs-cluster-item {
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    gap: 8px;
    padding: 16px 14px;
  }

  .hs-strip-card-inner {
    padding: 14px 16px;
  }
}

/* Glass consistency: below-fold homepage glass uses the hero Top Stories surface. */
.hs--d0 .hs-glass,
.hs--d1 .hs-glass,
.hs--d2 .hs-glass,
.hs--d3 .hs-glass,
.hs--d0 .hs-tag,
.hs--d1 .hs-tag,
.hs--d2 .hs-tag,
.hs--d3 .hs-tag,
.hs--d0 .hs-brief-form,
.hs--d1 .hs-brief-form,
.hs--d2 .hs-brief-form,
.hs--d3 .hs-brief-form,
.hs--d0 .hs-brief-chip,
.hs--d1 .hs-brief-chip,
.hs--d2 .hs-brief-chip,
.hs--d3 .hs-brief-chip,
.hs-feature-grid,
.hs-cluster-wrap {
  background: var(--glass-bg, rgba(12, 12, 12, 0.72)) !important;
  background-image: none !important;
  border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.16)) !important;
  backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
  -webkit-backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
  box-shadow: none !important;
}

.hs--w .hs-glass,
.hs--lime .hs-glass {
  backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
  -webkit-backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
  box-shadow: none !important;
}

.hs--d0 .hs-glass:hover,
.hs--d1 .hs-glass:hover,
.hs--d2 .hs-glass:hover,
.hs--d3 .hs-glass:hover,
.hs--d0 .hs-brief-chip:hover,
.hs--d1 .hs-brief-chip:hover,
.hs--d2 .hs-brief-chip:hover,
.hs--d3 .hs-brief-chip:hover,
.hs-feature-grid:hover,
.hs-cluster-wrap:hover {
  background: rgba(20, 20, 20, 0.82) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
}

/* Glass consistency: every homepage glass-like control shares the same blur engine. */
.hs-glass,
.hs-tag,
.hs-feature-grid,
.hs-feature-tag,
.hs-cluster-wrap,
.hs-brief-form,
.hs-brief-chip,
.hs-strips-pill,
.hs-wire-tag {
  backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
  -webkit-backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
}

.hs--d0 .hs-feature-tag,
.hs--d1 .hs-feature-tag,
.hs--d2 .hs-feature-tag,
.hs--d3 .hs-feature-tag,
.hs--d0 .hs-strips-pill,
.hs--d1 .hs-strips-pill,
.hs--d2 .hs-strips-pill,
.hs--d3 .hs-strips-pill {
  background: var(--glass-bg, rgba(12, 12, 12, 0.72)) !important;
  background-image: none !important;
  border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.16)) !important;
  box-shadow: none !important;
}

.hs--lime .hs-brief-form,
.hs--lime .hs-brief-chip {
  backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
  -webkit-backdrop-filter: var(--glass-blur, blur(28px) saturate(160%)) !important;
}
