/* ── Local Fonts ───────────────────────────────── */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/playfair-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/playfair-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/source-serif-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/source-serif-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/source-serif-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/source-serif-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2215, U+FEFF, U+FFFD;
}

/* ── Variables ─────────────────────────────────── */
:root {
  --cream-yellow:  #D4A017;
  --ecru:          #B89A72;
  --antwarp-blue:  #1F4E6B;
  --nile-blue:     #A8C4D0;
  --bg:            #F7F4EF;
  --text:          #1A1A1A;
  --text-muted:    #6B6560;
  --bear:          #B83232;
  --bull:          #2A7A4B;

  --space-xs: 8px;
  --space-s:  16px;
  --space-m:  24px;
  --space-l:  40px;
  --space-xl: 64px;

  --max-read:    620px;
  --max-content: 860px;
  --pad:         48px;
  --pad-mobile:  20px;
}

/* ── Reset ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ── Base ──────────────────────────────────────── */
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  padding-bottom: 100px;
}
a { color: var(--antwarp-blue); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Masthead ───────────────────────────────────── */
.masthead {
  padding-top: var(--space-m);
}
.masthead-inner {
  max-width: calc(var(--max-content) + var(--pad) * 2);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.masthead-rules-top {
  height: 5px;
  background: linear-gradient(
    to bottom,
    var(--text) 0, var(--text) 3px,
    transparent 3px, transparent 4px,
    var(--text) 4px, var(--text) 5px
  );
  margin-bottom: 7px;
}
.masthead-logo-link {
  display: block;
  text-align: center;
  padding: 10px;
  line-height: 0;
}
.masthead-logo-link:hover { text-decoration: none; }
.masthead-logo {
  max-width: 480px;
  height: auto;
  display: inline-block;
}
.masthead-rules-bottom {
  height: 5px;
  background: linear-gradient(
    to bottom,
    var(--text) 0, var(--text) 1px,
    transparent 1px, transparent 2px,
    var(--text) 2px, var(--text) 5px
  );
  margin-bottom: 0;
}

/* ── Page Wrapper ──────────────────────────────── */
.page-wrap {
  max-width: calc(var(--max-content) + var(--pad) * 2);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* ── Section Label ─────────────────────────────── */
.section-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--antwarp-blue);
  padding-bottom: 4px;
  border-bottom: 2px solid var(--cream-yellow);
}
.section-label a { color: inherit; }
.section-label a:hover { text-decoration: none; opacity: 0.75; }
.section-label .sep { margin: 0 6px; color: var(--nile-blue); }

/* ── Article Single ────────────────────────────── */
.article {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.article-title {
  margin-top: 12px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--text);
  max-width: var(--max-read);
}
.article-teaser {
  margin-top: 10px;
  font-family: 'Source Serif 4', serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  color: var(--text-muted);
  max-width: 580px;
}
.article-meta {
  margin-top: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ecru);
}
.article-meta .sep { margin: 0 6px; color: var(--nile-blue); }
.article-divider {
  margin: var(--space-l) 0;
  border: none;
  border-top: 1px solid var(--nile-blue);
}

/* Article body */
.article-body {
  max-width: var(--max-read);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
}
.article-body p + p           { margin-top: 20px; }
.article-body strong          { font-weight: 400; }
.article-body h2 {
  margin-top: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.25;
  color: var(--text);
}
.article-body h3 {
  margin-top: 24px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--antwarp-blue);
}
.article-body ul, .article-body ol {
  margin-top: 20px;
  padding-left: 24px;
  list-style: disc;
}
.article-body li + li { margin-top: 8px; }
.article-body hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid var(--nile-blue);
}

/* Expert Quote */
.expert-quote {
  margin: 40px 0;
  padding: 28px 32px 24px 32px;
  background: #EFF5F8;
  border-left: 4px solid var(--cream-yellow);
  border-radius: 2px;
}
.expert-quote blockquote {
  margin: 0 0 20px 0;
  padding: 0;
}
.expert-quote blockquote p {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
}
.expert-quote blockquote p::before { content: '\201E'; color: var(--cream-yellow); }
.expert-quote blockquote p::after  { content: '\201C'; color: var(--cream-yellow); }
.expert-quote figcaption {
  border-top: 1px solid var(--nile-blue);
  padding-top: 16px;
}
.expert-identity {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}
.expert-name {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--antwarp-blue);
}
.expert-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--ecru);
}
.expert-title a {
  color: var(--ecru);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.expert-exclusive {
  margin: -28px -32px 20px -32px;
  padding: 6px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--antwarp-blue);
  background: var(--nile-blue);
  opacity: 0.85;
}
.expert-bio {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}

/* Tags */
.tags {
  margin-top: var(--space-l);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}
.tag {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
  background: var(--cream-yellow);
  color: #fff;
}
a.tag:hover { background: var(--ecru); text-decoration: none; }

/* Sources */
.sources {
  margin-top: var(--space-l);
  max-width: var(--max-read);
}
.sources-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-s);
}
.sources ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  column-gap: var(--space-m);
}
.sources li { display: contents; }
.sources li a,
.sources li .src-lang,
.sources li .src-date {
  padding: 6px 0;
  border-top: 1px solid var(--nile-blue);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
}
.sources li a { color: var(--antwarp-blue); }
.sources li .src-lang { color: var(--text-muted); }
.sources li .src-date { color: var(--text-muted); white-space: nowrap; }

/* ── List / Section ────────────────────────────── */
.section-header {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-l);
  border-bottom: 1px solid var(--nile-blue);
}
.section-title {
  margin-top: var(--space-s);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--antwarp-blue);
}
.section-blurb {
  margin-top: var(--space-m);
  max-width: 580px;
  font-family: 'Source Serif 4', serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

.article-list {
  padding-top: var(--space-l);
  padding-bottom: var(--space-xl);
}
.article-card {
  padding: var(--space-l) 0;
  border-bottom: 1px solid var(--nile-blue);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 var(--space-l);
  align-items: start;
}
.card-body { min-width: 0; }
.card-date {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ecru);
  text-align: right;
  padding-top: 3px;
}
.section-label + .card-title { margin-top: 12px; }
.card-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--antwarp-blue);
}
.card-title a { color: inherit; }
.card-title a:hover { text-decoration: underline; }
.card-teaser {
  margin-top: var(--space-xs);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.card-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid var(--nile-blue);
  color: var(--text-muted);
}
a.card-tag:hover { border-color: var(--antwarp-blue); color: var(--antwarp-blue); text-decoration: none; }

/* ── Company Profile ───────────────────────────── */
.company-description {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
}
.company-description h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin: var(--space-l) 0 var(--space-s);
  color: var(--antwarp-blue);
}
.company-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs) var(--space-s);
  margin-top: var(--space-xs);
}
.company-meta .meta-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.list-section-title {
  margin-top: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.25;
  color: var(--text);
  margin-bottom: var(--space-m);
}

/* ── Person Profile ────────────────────────────── */
.person-profile {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
  border-bottom: 1px solid var(--nile-blue);
}
.person-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-s);
  margin-bottom: var(--space-m);
}
.person-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.person-company {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.person-company a { color: var(--antwarp-blue); text-decoration: none; }
.person-company a:hover { text-decoration: underline; }
.person-meta .meta-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.person-vita {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  margin: var(--space-l) 0 0;
}

/* ── Error Page ────────────────────────────────── */
.error-page {
  max-width: 600px;
  margin: 4rem auto;
  padding: 0 var(--pad);
  text-align: center;
}
.error-page .error-code {
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  line-height: 1;
  margin: 0 0 .5rem;
  color: var(--antwarp-blue);
}
.error-page h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.error-page p { color: var(--text-muted, #666); }
.error-page a { text-decoration: underline; }

/* ── Site Footer ───────────────────────────────── */
.site-footer {
  padding: var(--space-l) var(--pad);
  border-top: 1px solid var(--nile-blue);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--text-muted);
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px var(--space-m);
  margin-bottom: var(--space-xs);
}
.footer-links a { color: var(--text-muted); }
.footer-links a:hover { color: var(--text); }
.footer-disclaimer { line-height: 1.6; margin-top: var(--space-xs); }
.footer-legal { margin-top: 4px; opacity: 0.7; }

/* ── Vote Widget ────────────────────────────────── */
.vote-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--bg);
  border-top: 3px solid var(--cream-yellow);
  box-shadow: 0 -4px 24px rgba(31, 78, 107, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xl);
  padding: 12px var(--pad);
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}
.vote-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vote-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--antwarp-blue);
  white-space: nowrap;
}
.vote-sep {
  width: 1px;
  height: 40px;
  background: var(--nile-blue);
  flex-shrink: 0;
}
.vote-btns { display: flex; gap: 8px; }
.vote-btn {
  padding: 8px 16px;
  border: 2px solid;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: filter 0.12s, transform 0.1s;
}
.vote-btn:hover  { filter: brightness(0.88); }
.vote-btn:active { transform: scale(0.95); }

/* SVG icon inside button */
.vote-icon { height: 28px; width: auto; display: block; }
.vote-btn[data-value="bull"] .vote-icon { transform: scaleX(-1); }

/* all icon buttons: same flex layout and size */
.vote-bear, .vote-bull, .vote-up, .vote-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 20px;
}
.vote-up, .vote-down { font-size: 28px; }

/* default: pastel tint — purpose clear before interaction */
.vote-btn[data-value="up"]   { background: #FDF3D6; border-color: var(--cream-yellow); color: var(--cream-yellow); }
.vote-btn[data-value="down"] { background: #F0EBE4; border-color: var(--ecru);         color: var(--ecru); }
.vote-btn[data-value="bear"] { background: #FAECEC; border-color: var(--bear);         color: var(--bear); }
.vote-btn[data-value="bull"] { background: #EAF4EE; border-color: var(--bull);         color: var(--bull); }

/* active: full saturation */
.vote-btn[data-value="up"].active   { background: var(--cream-yellow); border-color: var(--cream-yellow); }
.vote-btn[data-value="down"].active { background: var(--ecru);         border-color: var(--ecru); }
.vote-btn[data-value="bear"].active { background: var(--bear);         border-color: var(--bear); color: white; }
.vote-btn[data-value="bull"].active { background: var(--bull);         border-color: var(--bull); color: white; }

/* push article content above the bar */
.article { padding-bottom: 90px; }

@media (max-width: 640px) {
  .vote-widget { gap: var(--space-l); padding-left: var(--pad-mobile); padding-right: var(--pad-mobile); }
  .vote-group  { flex-direction: column; align-items: flex-start; gap: 6px; }
  .vote-sep    { display: none; }
  .vote-btn    { padding: 8px 12px; font-size: 18px; }
  .vote-bear, .vote-bull, .vote-up, .vote-down { padding: 8px 14px; }
  .vote-up, .vote-down { font-size: 24px; }
  .vote-icon   { height: 24px; }
}

/* ── Main Nav ──────────────────────────────────── */
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 9px var(--pad);
  border-bottom: 3px solid var(--text);
  background: var(--bg);
}
.main-nav a {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px var(--space-s);
  white-space: nowrap;
}
.main-nav a + a::before {
  content: '·';
  margin-right: var(--space-s);
  color: var(--text-muted);
  font-weight: 300;
}
.main-nav a:hover { color: var(--antwarp-blue); text-decoration: none; }
.main-nav a.active {
  color: var(--antwarp-blue);
  border-bottom: 2px solid var(--cream-yellow);
  padding-bottom: 1px;
}
.main-nav-sep {
  color: var(--text-muted);
  font-weight: 300;
  padding: 0 var(--space-xs);
  user-select: none;
}

/* ── Taxonomy Nav ──────────────────────────────── */
.taxonomy-nav {
  display: flex;
  align-items: center;
  gap: var(--space-m);
  padding: var(--space-m) 0;
  border-bottom: 1px solid var(--nile-blue);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.taxonomy-nav-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-right: var(--space-xs);
}
.taxonomy-nav a { color: var(--antwarp-blue); }
.taxonomy-nav a:hover { text-decoration: underline; }

/* ── Term List (taxonomy index pages) ──────────── */
.term-list {
  padding-top: var(--space-l);
  padding-bottom: var(--space-xl);
}
.term-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--space-s) 0;
  border-bottom: 1px solid var(--nile-blue);
  font-family: 'DM Sans', sans-serif;
}
.term-name {
  font-weight: 600;
  font-size: 16px;
  color: var(--antwarp-blue);
}
.term-count {
  font-size: 12px;
  color: var(--text-muted);
}

/* ── Responsive ────────────────────────────────── */
@media (max-width: 860px) {
  .masthead-logo { max-width: 360px; }
}
@media (max-width: 640px) {
  .masthead-inner, .page-wrap, .site-footer { padding-left: var(--pad-mobile); padding-right: var(--pad-mobile); }
  .masthead-logo { max-width: 240px; }
  .main-nav { padding-left: var(--pad-mobile); padding-right: var(--pad-mobile); gap: 2px var(--space-xs); }
  .main-nav a { font-size: 10px; padding: 3px var(--space-xs); }
  .main-nav a + a::before { margin-right: var(--space-xs); }
  .main-nav-sep { display: none; }
  .article-title { font-size: 28px; }
  .section-title  { font-size: 28px; }
  .article-card   { grid-template-columns: 1fr; }
  .card-date      { display: none; }
  .footer-row { flex-direction: column; gap: 2px; }
}
