/* ls_homepage.css — the DG4 homepage (ChaosToOrder CO-3). */
  /* Hide the Source theme chrome + injected site furniture on this page only,
     so the DG4 block renders full-bleed with its own header/nav.
     Deliberately NOT hidden: .hw-notice-bar (the sticky "not legal advice"
     bar) — it should appear on this page like everywhere else.
     .hw-footer-note is hidden because the DG4 block has its own footer with
     the same copyright line. */
  .gh-navigation, .gh-footer,
  .gh-article-header, .gh-article-image,
  .hw-article-note, .hw-footer-note, .site-copyright-notice,
  #hw-toc, .last-updated { display: none !important; }

  body { background: #0b0e14; }

  /* The legal disclaimer bar's skin USED TO BE OVERRIDDEN HERE. Deleted
     2026-08-19: it now has exactly ONE home, website/assets/css/ls_notice.css,
     which the build links into every served page — including this family's.
     That file also owns the FREEZE (position:sticky), which no family sheet
     ever set. Do not re-add .hw-notice-bar rules here. */
  .gh-main, .gh-article { padding: 0 !important; margin: 0 !important; }
  .gh-content.gh-canvas {
    display: block !important;
    max-width: none !important;
    padding: 0 !important; margin: 0 !important;
  }
  .gh-content.gh-canvas > * { margin: 0 !important; max-width: none !important; }
/* ============ HW DG4 HOMEPAGE ============ */
#hw-dg4, #hw-dg4 * { box-sizing: border-box; margin: 0; padding: 0; }
#hw-dg4 {
  --bg: #0b0e14;
  --bg-deep: #080a0f;
  --bg-panel: rgba(19, 24, 34, 0.82);
  --gold: #ac7d46;
  --gold-bright: #e0a04c;
  --gold-dim: rgba(172, 125, 70, 0.55);
  --ink: #f4f1e9;
  --ink-dim: #aab1bd;
  --ink-faint: #7e8694;
  --hairline: rgba(255, 255, 255, 0.08);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
#hw-dg4 a { text-decoration: none; color: inherit; }
#hw-dg4 .hw-wrap { max-width: 1480px; margin: 0 auto; padding: 0 44px; }

/* ---------- top ticker ---------- */
#hw-dg4 .hw-ticker {
  background: #050608;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 5;
}
#hw-dg4 .hw-ticker-in {
  display: flex; align-items: center; gap: 0;
  min-height: 40px;
  max-width: 1480px; margin: 0 auto; padding: 0 44px;
}
#hw-dg4 .hw-ticker-seg { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
#hw-dg4 .hw-ticker-seg + .hw-ticker-seg {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  margin-left: 22px; padding-left: 22px;
}
#hw-dg4 .hw-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); display: inline-block; flex: none;
  box-shadow: 0 0 6px rgba(172, 125, 70, 0.8);
}
#hw-dg4 .hw-gold-caps { color: var(--gold); text-transform: uppercase; font-weight: 600; }
#hw-dg4 .hw-ticker .hw-date { color: rgba(244, 241, 233, 0.85); text-transform: uppercase; }
#hw-dg4 .hw-ticker .hw-sep { color: rgba(244, 241, 233, 0.35); }
#hw-dg4 .hw-ticker-news { color: rgba(244, 241, 233, 0.75); letter-spacing: 0.015em; font-size: 12.5px; overflow: hidden; text-overflow: ellipsis; }
#hw-dg4 .hw-ticker-spacer { flex: 1; min-width: 20px; }
#hw-dg4 .hw-arrow-link { color: var(--gold); text-transform: uppercase; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
#hw-dg4 .hw-arrow-link:hover { color: var(--gold-bright); }
#hw-dg4 .hw-arrow-link svg { flex: none; }

/* ---------- hero shell (photo bg) ---------- */
#hw-dg4 .hw-hero {
  position: relative;
  background-color: var(--bg);
  overflow: hidden;
}
#hw-dg4 .hw-hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://hoaweekly.com/content/images/site/hero-dg4.webp');
  background-size: cover;
  background-position: right center;
}
/* light blend only — the art plate already carries its own grade/arcs/map */
#hw-dg4 .hw-hero-grade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 14, 20, 0) 86%, #0a0c10 100%),
    linear-gradient(90deg, #0b0e14 0%, rgba(11, 14, 20, 0.55) 22%, rgba(11, 14, 20, 0) 40%);
}
#hw-dg4 .hw-hero-in { position: relative; z-index: 2; }

/* ---------- header ---------- */
#hw-dg4 .hw-header {
  display: flex; align-items: center; position: relative;
  padding-top: 22px; padding-bottom: 22px;
}
#hw-dg4 .hw-logo { display: flex; align-items: baseline; gap: 10px; flex: none; }
#hw-dg4 .hw-logo .hw-logo-hoa {
  font-family: var(--serif); font-weight: 700;
  font-size: 34px; letter-spacing: 0.01em; color: #fff; line-height: 1;
  white-space: nowrap;
}
#hw-dg4 .hw-logo .hw-logo-weekly {
  font-size: 13px; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  white-space: nowrap;
}
#hw-dg4 .hw-nav {
  display: flex; gap: 38px; margin-left: 92px;
  font-size: 12.5px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 500;
}
#hw-dg4 .hw-nav a { color: rgba(244, 241, 233, 0.92); padding: 6px 0; white-space: nowrap; }
#hw-dg4 .hw-nav a:hover { color: var(--gold-bright); }
#hw-dg4 .hw-header-right { margin-left: auto; display: flex; align-items: center; gap: 22px; flex: none; }
#hw-dg4 .hw-search-btn { display: inline-flex; color: rgba(244, 241, 233, 0.9); cursor: pointer; flex: none; }
#hw-dg4 .hw-signin { font-size: 13px; letter-spacing: 0.09em; text-transform: uppercase; font-weight: 500; color: rgba(244, 241, 233, 0.92); white-space: nowrap; }
#hw-dg4 .hw-header-div { width: 1px; height: 22px; background: rgba(255, 255, 255, 0.22); flex: none; }
#hw-dg4 .hw-btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--gold); color: #fff;
  font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  padding: 12px 24px; border-radius: 4px; border: none; cursor: pointer;
  font-family: var(--sans); white-space: nowrap; flex: none;
}
#hw-dg4 .hw-btn-gold:hover { background: var(--gold-bright); }

/* ---------- mobile nav toggle (hamburger) ---------- */
#hw-dg4 .hw-nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 30px; height: 30px; flex: none;
  background: none; border: none; color: rgba(244, 241, 233, 0.92);
  cursor: pointer; padding: 0; margin-right: 4px;
}
#hw-dg4 .hw-nav-toggle svg { display: block; }
#hw-dg4 .hw-nav-toggle .hw-nav-toggle-close { display: none; }
#hw-dg4 .hw-nav-toggle[aria-expanded="true"] .hw-nav-toggle-open { display: none; }
#hw-dg4 .hw-nav-toggle[aria-expanded="true"] .hw-nav-toggle-close { display: block; }
#hw-dg4 .hw-mobile-nav {
  display: none;
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--bg-panel); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 40px rgba(4, 5, 8, 0.5);
  z-index: 20; flex-direction: column; padding: 6px 22px 10px;
}
#hw-dg4 .hw-mobile-nav.hw-open { display: flex; }
#hw-dg4 .hw-mobile-nav a {
  color: rgba(244, 241, 233, 0.92);
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500;
  padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#hw-dg4 .hw-mobile-nav a:last-child { border-bottom: none; }
#hw-dg4 .hw-mobile-nav a:hover, #hw-dg4 .hw-mobile-nav a:focus { color: var(--gold-bright); }

/* ---------- hero content ---------- */
#hw-dg4 .hw-hero-body { padding-top: 24px; padding-bottom: 0; }
#hw-dg4 .hw-eyebrow {
  font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
#hw-dg4 .hw-eyebrow-rule { width: 54px; height: 2px; background: var(--gold); margin-top: 14px; }
#hw-dg4 .hw-h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: 47px; line-height: 1.15; letter-spacing: 0.002em;
  color: #fbf9f4; max-width: 680px; margin-top: 22px;
  text-shadow: 0 2px 24px rgba(8, 10, 15, 0.55);
}
#hw-dg4 .hw-sub {
  font-size: 17.5px; line-height: 1.55; color: var(--ink-dim);
  max-width: 368px; margin-top: 20px;
}

/* ---------- finder card ---------- */
#hw-dg4 .hw-finder {
  margin-top: 28px;
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 18px 50px rgba(4, 5, 8, 0.5);
  padding: 26px 30px 28px;
  display: flex; align-items: stretch; gap: 34px;
  max-width: 1060px;
}
#hw-dg4 .hw-finder-main { flex: 1 1 auto; min-width: 0; }
#hw-dg4 .hw-finder-title {
  font-family: var(--serif); font-size: 21px; color: #f7f4ec; font-weight: 400;
}
#hw-dg4 .hw-finder-row { display: flex; align-items: flex-end; gap: 15px; margin-top: 18px; }
#hw-dg4 .hw-field { display: flex; flex-direction: column; gap: 7px; }
#hw-dg4 .hw-field-label {
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(172, 125, 70, 0.85); font-weight: 600;
}
#hw-dg4 .hw-select-wrap { position: relative; }
#hw-dg4 .hw-select-wrap select {
  appearance: none; -webkit-appearance: none;
  background: #0d1118; color: rgba(244, 241, 233, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 8px;
  font-family: var(--sans); font-size: 14.5px;
  padding: 13px 42px 13px 16px; min-width: 214px; cursor: pointer;
}
#hw-dg4 .hw-select-wrap select:focus { outline: 2px solid var(--gold-dim); outline-offset: 1px; }
#hw-dg4 .hw-select-wrap::after {
  content: ""; position: absolute; right: 17px; top: 50%;
  width: 8px; height: 8px; border-right: 1.6px solid rgba(244, 241, 233, 0.7);
  border-bottom: 1.6px solid rgba(244, 241, 233, 0.7);
  transform: translateY(-70%) rotate(45deg); pointer-events: none;
}
#hw-dg4 .hw-finder .hw-btn-gold { padding: 14px 24px; white-space: nowrap; flex: none; }
#hw-dg4 .hw-finder-aside {
  flex: none; display: flex; flex-direction: column; justify-content: center; gap: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 34px; min-width: 218px;
}
#hw-dg4 .hw-finder-aside-top { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: rgba(244, 241, 233, 0.9); }
#hw-dg4 .hw-finder-aside-top svg { flex: none; }
#hw-dg4 .hw-btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: transparent; color: var(--gold);
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  padding: 11px 20px; border-radius: 4px;
  border: 1px solid rgba(172, 125, 70, 0.55); cursor: pointer;
  font-family: var(--sans);
}
#hw-dg4 .hw-btn-outline:hover { border-color: var(--gold); color: var(--gold-bright); }

#hw-dg4 .hw-hero-body { padding-bottom: 38px; }

/* ---------- live activity strip ---------- */
#hw-dg4 .hw-activity {
  position: relative; z-index: 3;
  background: #07090d;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 13px;
}
#hw-dg4 .hw-activity-in {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 52px;
  max-width: 1480px; margin: 0 auto; padding: 0 44px;
  overflow-x: auto; scrollbar-width: none;
}
#hw-dg4 .hw-activity-item + .hw-activity-item,
#hw-dg4 .hw-activity-label + .hw-activity-item { margin-left: 0; padding-left: 0; border-left: none; }
#hw-dg4 .hw-activity-div { width: 1px; height: 22px; background: rgba(255, 255, 255, 0.12); flex: none; margin: 0 8px; }
#hw-dg4 .hw-activity-in::-webkit-scrollbar { display: none; }
#hw-dg4 .hw-activity-label {
  display: flex; flex-direction: column; align-items: flex-start; gap: 3px; flex: none;
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
  padding: 9px 0;
}
#hw-dg4 .hw-activity-label .hw-activity-main { display: flex; align-items: center; gap: 10px; }
/* the LIVE dot pulses: thin gold concentric rings ripple outward */
#hw-dg4 .hw-activity-main .hw-dot { position: relative; }
#hw-dg4 .hw-activity-main .hw-dot::before,
#hw-dg4 .hw-activity-main .hw-dot::after {
  content: ""; position: absolute; inset: -1px;
  border-radius: 50%;
  border: 1px solid rgba(172, 125, 70, 0.6);
  animation: hw-pulse 2.6s ease-out infinite;
  pointer-events: none;
}
#hw-dg4 .hw-activity-main .hw-dot::after { animation-delay: 1.3s; }
@keyframes hw-pulse {
  0%   { transform: scale(1);   opacity: 0.9; }
  70%  { transform: scale(3.4); opacity: 0.25; }
  100% { transform: scale(4.6); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  #hw-dg4 .hw-activity-main .hw-dot::before,
  #hw-dg4 .hw-activity-main .hw-dot::after { animation: none; display: none; }
}
#hw-dg4 .hw-activity-label .hw-activity-sub {
  font-size: 10px; letter-spacing: 0.14em;
  color: var(--ink-faint); font-weight: 500;
}
#hw-dg4 .hw-activity-item { display: flex; align-items: center; gap: 10px; white-space: nowrap; flex: none; }
/* zero word wrap: at narrower widths the OLDEST items drop out entirely
   instead of squeezing/wrapping. Container div order: label(1), then
   items are div 2..5; dividers are span 1..4. */
@media (max-width: 1420px) {
  #hw-dg4 .hw-activity-in > div:nth-of-type(5),
  #hw-dg4 .hw-activity-in > span.hw-activity-div:nth-of-type(4) { display: none; }
}
@media (max-width: 1150px) {
  #hw-dg4 .hw-activity-in > div:nth-of-type(4),
  #hw-dg4 .hw-activity-in > span.hw-activity-div:nth-of-type(3) { display: none; }
}
@media (max-width: 900px) {
  #hw-dg4 .hw-activity-in > div:nth-of-type(3),
  #hw-dg4 .hw-activity-in > span.hw-activity-div:nth-of-type(2) { display: none; }
}
@media (max-width: 640px) {
  #hw-dg4 .hw-activity-in {
    justify-content: flex-start; gap: 20px;
    -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent);
            mask-image: linear-gradient(90deg, #000 90%, transparent);
  }
}
#hw-dg4 .hw-activity-item + .hw-activity-item,
#hw-dg4 .hw-activity-label + .hw-activity-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  margin-left: 26px; padding-left: 26px;
}
#hw-dg4 .hw-activity-state { color: var(--gold); font-weight: 700; letter-spacing: 0.06em; }
#hw-dg4 .hw-activity-what { color: rgba(244, 241, 233, 0.9); }
#hw-dg4 .hw-activity-when { color: var(--ink-faint); font-size: 12.5px; }

/* ---------- latest updates ---------- */
#hw-dg4 .hw-updates { background: #0a0c10; padding: 44px 0 58px; }
#hw-dg4 .hw-updates-head { display: flex; align-items: center; gap: 18px; margin-bottom: 34px; }
#hw-dg4 .hw-updates-title {
  font-size: 13.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
#hw-dg4 .hw-updates-rule { width: 62px; height: 1px; background: rgba(172, 125, 70, 0.6); }
#hw-dg4 a.hw-updates-title:hover { color: var(--gold-bright); }
#hw-dg4 .hw-cards { display: grid; grid-template-columns: repeat(4, 1fr); }
#hw-dg4 .hw-card { padding: 0 34px; display: flex; flex-direction: column; }
#hw-dg4 .hw-card:first-child { padding-left: 0; }
#hw-dg4 .hw-card:last-child { padding-right: 0; }
#hw-dg4 .hw-card + .hw-card { border-left: 1px solid rgba(255, 255, 255, 0.07); }
#hw-dg4 .hw-card-top { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
#hw-dg4 .hw-card-icon {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  border: 1px solid rgba(172, 125, 70, 0.45);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
#hw-dg4 .hw-card-kicker {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
#hw-dg4 .hw-card-h {
  font-family: var(--serif); font-weight: 400;
  font-size: 21.5px; line-height: 1.28; color: #f5f2ea;
}
#hw-dg4 .hw-card-h a:hover { color: var(--gold-bright); }
#hw-dg4 .hw-card-body { font-size: 14px; line-height: 1.6; color: var(--ink-dim); margin-top: 12px; flex: 1; }
#hw-dg4 .hw-card-foot {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 20px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(244, 241, 233, 0.65); font-weight: 600;
}
#hw-dg4 .hw-card-foot.hw-chip {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.07); padding: 6px 12px; border-radius: 3px;
  color: rgba(244, 241, 233, 0.75);
}
#hw-dg4 .hw-card-foot .hw-dot { width: 6px; height: 6px; }

/* ---------- browse by state ---------- */
#hw-dg4 .hw-section { background: #0a0c10; padding: 50px 0 56px; }
#hw-dg4 .hw-section + .hw-section { padding-top: 6px; }
#hw-dg4 .hw-states { display: grid; grid-template-columns: 43% 1fr; gap: 52px; align-items: center; }
#hw-dg4 .hw-states-map .hw-map-svg { width: 100%; height: auto; display: block; }
#hw-dg4 .hw-map-svg circle { fill: var(--gold); transition: opacity 0.35s ease; }
#hw-dg4 .hw-map-svg g { transition: filter 0.3s ease; }
/* the lit state blazes brighter — the rest of the country stays lit as-is */
#hw-dg4 .hw-map-svg g.hw-lit { filter: drop-shadow(0 0 7px rgba(240, 198, 116, 1)) drop-shadow(0 0 18px rgba(224, 160, 76, 0.55)); }
#hw-dg4 .hw-map-svg g.hw-lit circle {
  fill: #ffe6ad;
  animation: hw-ignite 0.55s ease-out both;
}
#hw-dg4 .hw-map-svg g.hw-lit circle:nth-child(2n) { animation-delay: 0.05s; }
#hw-dg4 .hw-map-svg g.hw-lit circle:nth-child(3n) { animation-delay: 0.1s; }
#hw-dg4 .hw-map-svg g.hw-lit circle:nth-child(5n) { animation-delay: 0.16s; }
@keyframes hw-ignite {
  0%   { opacity: 0.15; }
  25%  { opacity: 1; }
  40%  { opacity: 0.4; }
  60%  { opacity: 1; }
  78%  { opacity: 0.75; }
  100% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  #hw-dg4 .hw-map-svg g.hw-lit circle { animation: none; opacity: 1; }
}
#hw-dg4 .hw-states-intro { font-size: 15px; color: var(--ink-dim); margin-bottom: 16px; }
#hw-dg4 .hw-states-grid { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 30px; }
#hw-dg4 .hw-state-link {
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  padding: 11px 2px; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14.5px; color: rgba(244, 241, 233, 0.92);
}
#hw-dg4 .hw-state-link svg { flex: none; color: var(--gold); opacity: 0.85; }
#hw-dg4 .hw-state-link:hover { color: var(--gold-bright); }
#hw-dg4 .hw-state-link.hw-more { color: var(--gold); font-weight: 500; }
#hw-dg4 .hw-states-cta { margin-top: 24px; }

/* ---------- explore topics ---------- */
#hw-dg4 .hw-topic-group { margin-top: 26px; }
#hw-dg4 .hw-topic-group-head {
  display: flex; align-items: center; gap: 10px;
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(244, 241, 233, 0.72); font-weight: 600;
}
#hw-dg4 .hw-topic-group-head .hw-dot { width: 6px; height: 6px; box-shadow: none; }
#hw-dg4 .hw-topic-group-head .hw-count { color: var(--ink-faint); font-weight: 500; letter-spacing: 0.08em; }
#hw-dg4 .hw-topics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 13px; }
#hw-dg4 .hw-topic-card {
  display: flex; align-items: center; gap: 13px;
  padding: 15px 16px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#hw-dg4 .hw-topic-card:hover { border-color: rgba(172, 125, 70, 0.55); }
#hw-dg4 .hw-topic-card .hw-ticon { flex: none; width: 20px; height: 20px; color: var(--gold); }
#hw-dg4 .hw-topic-card .hw-ticon svg { width: 20px; height: 20px; display: block; }
#hw-dg4 .hw-topic-card .hw-tname { flex: 1; font-size: 14.5px; color: rgba(244, 241, 233, 0.94); line-height: 1.3; }
#hw-dg4 .hw-topic-card .hw-chev { flex: none; color: var(--gold); opacity: 0.8; }

/* ---------- coverage at a glance ---------- */
#hw-dg4 .hw-stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
#hw-dg4 .hw-stat {
  padding: 20px 18px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#hw-dg4 .hw-stat-num {
  font-family: var(--serif); font-size: 34px; line-height: 1; color: #f5f2ea;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
#hw-dg4 .hw-stat-num.hw-word { font-size: 25px; padding-top: 5px; }
#hw-dg4 .hw-stat-num svg { color: var(--gold); opacity: 0.85; flex: none; }
#hw-dg4 .hw-stat-label {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-top: 9px;
}
#hw-dg4 .hw-stat-desc { font-size: 12.5px; line-height: 1.5; color: var(--ink-faint); margin-top: 8px; }

/* ---------- footer ---------- */
#hw-dg4 .hw-footer {
  background: #07090d; border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 42px 0 26px; text-align: center;
}
#hw-dg4 .hw-footer-nav {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 34px;
  font-size: 13.5px; font-weight: 500; color: rgba(244, 241, 233, 0.9);
}
#hw-dg4 .hw-footer-nav a:hover { color: var(--gold-bright); }
/* footer wordmark: identical to the header logo (same font, size, kerning) */
#hw-dg4 .hw-footer-logo { display: inline-flex; align-items: baseline; gap: 10px; margin-top: 34px; }
#hw-dg4 .hw-footer-tag { font-size: 14.5px; line-height: 1.6; color: var(--ink-dim); max-width: 620px; margin: 14px auto 0; }
#hw-dg4 .hw-footer-form { display: flex; gap: 10px; max-width: 430px; margin: 24px auto 0; }
#hw-dg4 .hw-footer-form input {
  flex: 1; min-width: 0;
  background: #0d1118; color: rgba(244, 241, 233, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 6px;
  font-family: var(--sans); font-size: 14.5px; padding: 12px 16px;
}
#hw-dg4 .hw-footer-form input::placeholder { color: var(--ink-faint); }
#hw-dg4 .hw-footer-form input:focus { outline: 2px solid var(--gold-dim); outline-offset: 1px; }
#hw-dg4 .hw-form-msg { display: none; font-size: 13px; margin-top: 10px; width: 100%; }
#hw-dg4 form.success .hw-form-success { display: block; color: var(--gold); }
#hw-dg4 form.error .hw-form-error { display: block; color: #e0876a; }
#hw-dg4 .hw-footer-form { flex-wrap: wrap; }
#hw-dg4 .hw-footer-legal { font-size: 13px; line-height: 1.6; color: var(--ink-faint); margin-top: 26px; }
#hw-dg4 .hw-footer-legal a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
#hw-dg4 .hw-footer-legal a:hover { color: var(--gold-bright); }
#hw-dg4 .hw-footer-copy { font-size: 12.5px; color: #67707e; margin-top: 12px; }

/* ---------- responsive ---------- */
@media (max-width: 1280px) {
  #hw-dg4 .hw-nav { margin-left: 48px; gap: 26px; }
  #hw-dg4 .hw-h1 { font-size: 40px; max-width: 600px; }
  #hw-dg4 .hw-cards { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  #hw-dg4 .hw-card:nth-child(3) { border-left: none; padding-left: 0; }
  #hw-dg4 .hw-card:nth-child(2n) { padding-right: 0; }
  #hw-dg4 .hw-topics-grid { grid-template-columns: repeat(3, 1fr); }
  #hw-dg4 .hw-stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  #hw-dg4 .hw-ticker-seg.hw-ticker-newswrap, #hw-dg4 .hw-ticker-seg.hw-ticker-view { display: none; }
  #hw-dg4 .hw-nav { display: none; }
  #hw-dg4 .hw-nav-toggle { display: inline-flex; }
  #hw-dg4 .hw-finder { flex-direction: column; gap: 22px; }
  #hw-dg4 .hw-finder-aside { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding-left: 0; padding-top: 20px; }
  #hw-dg4 .hw-states { grid-template-columns: 1fr; gap: 34px; }
  #hw-dg4 .hw-states-map { max-width: 560px; margin: 0 auto; }
  #hw-dg4 .hw-states-grid { grid-template-columns: repeat(3, 1fr); }
  #hw-dg4 .hw-topics-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  #hw-dg4 .hw-wrap { padding: 0 22px; }
  #hw-dg4 .hw-ticker-in, #hw-dg4 .hw-activity-in { padding: 0 22px; }
  #hw-dg4 .hw-h1 { font-size: 31px; }
  #hw-dg4 .hw-hero-body { padding-top: 34px; }
  #hw-dg4 .hw-header-div { display: none; }
  #hw-dg4 .hw-sub { max-width: none; }
  #hw-dg4 .hw-finder-row .hw-field, #hw-dg4 .hw-select-wrap select { width: 100%; min-width: 0; }
  #hw-dg4 .hw-finder-row { align-items: stretch; flex-direction: column; }
  #hw-dg4 .hw-cards { grid-template-columns: 1fr; }
  #hw-dg4 .hw-card { padding: 0; }
  #hw-dg4 .hw-card + .hw-card { border-left: none; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; }
  #hw-dg4 .hw-header-right .hw-signin { display: none; }
  #hw-dg4 .hw-states-grid { grid-template-columns: repeat(2, 1fr); }
  #hw-dg4 .hw-topics-grid { grid-template-columns: 1fr; }
  #hw-dg4 .hw-stats { grid-template-columns: repeat(2, 1fr); }
  #hw-dg4 .hw-footer-nav { gap: 12px 22px; }
}
@media (max-width: 480px) {
  #hw-dg4 .hw-header-right { gap: 12px; }
  #hw-dg4 .hw-logo .hw-logo-hoa { font-size: 26px; }
  #hw-dg4 .hw-logo .hw-logo-weekly { font-size: 10.5px; letter-spacing: 0.3em; }
  #hw-dg4 .hw-btn-gold { padding: 10px 14px; font-size: 11px; }
}
