:root {
  --paper: #F8F5EF;
  --card: #FFFDF8;
  --teal: #0E6C6F;
  --teal-soft: #E3EFEC;
  --ink: #1F2A29;
  --text: #47534F;
  --muted: #75827E;
  --line: #E3DECF;
  --line-strong: #DCD6C8;
  --disclosure-bg: #F3E7CE;
  --disclosure-text: #8A5A18;
}
* { box-sizing: border-box; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--card); color: var(--ink); padding: 10px 14px; }
.skip-link:focus { left: 8px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Source Sans 3', system-ui, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.shell { width: min(1200px, 100%); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.site-header__inner, .site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-header__inner { padding-top: 24px; padding-bottom: 24px; }
.brand, .footer-brand { display: flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; font-family: 'Lora', Georgia, serif; font-weight: 600; font-size: 22px; }
.brand-mark { width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: var(--paper); display: inline-flex; align-items: center; justify-content: center; font-family: 'Lora', Georgia, serif; font-style: italic; font-size: 26px; padding-bottom: 2px; }
.brand-mark--small { width: 24px; height: 24px; font-size: 15px; }
.site-nav, .footer-links { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; font-size: 15px; font-weight: 600; }
.site-nav a, .footer-links a { text-decoration: none; }
.site-nav a.active { color: var(--teal); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1.5px solid var(--teal); background: var(--teal); color: var(--paper); padding: 11px 22px; font-weight: 700; text-decoration: none; font-size: 15px; font-family: inherit; cursor: pointer; }
.button--small { padding: 9px 20px; }
.button--light { background: var(--card); color: var(--ink); border-color: var(--line-strong); }
.text-link, .section-head a { color: var(--teal); font-weight: 700; text-decoration: none; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; padding-top: 36px; padding-bottom: 56px; align-items: center; }
.hero h1, .page-hero h1, .article h1 { font-family: 'Lora', Georgia, serif; font-weight: 600; line-height: 1.12; margin: 0; }
.hero h1 { font-size: 46px; font-weight: 500; }
.hero p, .page-hero p, .lead { font-size: 18px; line-height: 1.62; color: var(--text); }
.hero__actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.meta-line, .date, .eyebrow, .article-meta, .back-link { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--muted); }
.eyebrow { letter-spacing: .08em; color: var(--teal); font-weight: 600; text-transform: uppercase; margin: 0; }
.latest-card { background: var(--card); border: 8px solid var(--teal-soft); border-radius: 10px; padding: 28px 30px; }
.latest-card h2, .issue-card h2, .related h2, .section-head h2, .signup-band h2, .signup-card h2 { font-family: 'Lora', Georgia, serif; }
.latest-card h2 { font-size: 30px; line-height: 1.15; margin: 10px 0; }
.latest-card h2 a, .issue-card h2 a { text-decoration: none; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.chip, .badge { display: inline-flex; border-radius: 999px; background: var(--teal-soft); color: var(--teal); padding: 4px 12px; font-size: 12.5px; font-weight: 700; }
.badge { border: 1px solid var(--line-strong); background: var(--disclosure-bg); color: var(--disclosure-text); margin: 2px; }
.signup-band { background: var(--teal); color: #E7F1EF; }
.signup-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-top: 40px; padding-bottom: 40px; }
.signup-band h2 { color: var(--card); font-size: 26px; margin: 0; }
.signup-band p { color: #B5D2CF; margin: 6px 0 0; }
.signup-form { display: flex; gap: 10px; align-items: center; }
input, textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--card); color: var(--ink); padding: 12px 16px; font: inherit; }
.signup-form input { border-radius: 999px; min-width: 250px; }
.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; padding-top: 44px; padding-bottom: 52px; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 14px; }
.section-head h2 { font-size: 23px; margin: 0; }
.muted { color: var(--muted); }
.tip-box, .channel-panel, .stats-panel, .form-card, .signup-card { background: var(--teal-soft); border-radius: 8px; padding: 18px 20px; }
.tip-box { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: 16px; }
.tip-box a { color: var(--teal); font-weight: 700; text-decoration: none; white-space: nowrap; }
.page-stack { padding-top: 26px; padding-bottom: 52px; }
.page-hero { max-width: 760px; margin-bottom: 30px; }
.page-hero h1 { font-size: 42px; margin-top: 8px; }
.issue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.issue-grid--compact { margin-top: 14px; }
.issue-card { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px; }
.issue-card h2 { font-size: 21px; line-height: 1.22; margin: 6px 0; }
.issue-card p { color: var(--text); margin: 0; }
.empty-state { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 24px; color: var(--muted); }
.article-shell { max-width: 760px; padding-top: 26px; }
.back-link { text-decoration: none; }
.article-meta { display: flex; gap: 14px; align-items: baseline; margin-top: 22px; text-transform: uppercase; letter-spacing: .08em; }
.article h1 { font-size: 44px; margin-top: 12px; }
.article p { color: var(--text); }
.issue-section { margin-top: 36px; }
.section-kicker { display: flex; align-items: center; gap: 12px; }
.section-kicker span { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .1em; color: var(--paper); background: var(--teal); padding: 4px 10px; border-radius: 3px; text-transform: uppercase; }
.section-kicker i { flex: 1; border-top: 1px solid #D3E2DE; }
.item { border-bottom: 1px solid #EBE6D9; padding: 18px 0; }
.item h3 { margin: 0; font-size: 17px; line-height: 1.35; }
.item h3 a { color: var(--teal); text-underline-offset: 3px; }
.item p { margin: 6px 0 0; color: var(--text); }
.item details { margin-top: 8px; color: var(--muted); font-size: 13px; }
.list-stack { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 0 20px; }
.channel-panel ul, .stats-panel ul { padding-left: 20px; }
.channel-panel li { margin: 8px 0; }
.signup-card { background: var(--teal); color: #B5D2CF; margin-top: 34px; }
.signup-card h2 { color: var(--card); margin: 0; }
.signup-card p { color: #B5D2CF; }
.related { padding-top: 44px; padding-bottom: 48px; }
.tip-form { display: grid; gap: 14px; max-width: 640px; }
.tip-form label { display: grid; gap: 6px; color: var(--text); font-weight: 600; }
.honeypot { position: absolute; left: -100vw; width: 1px; height: 1px; opacity: 0; }
.tip-form .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; }
.tip-form .consent input { width: auto; margin-top: 5px; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer__inner { align-items: flex-start; padding-top: 26px; padding-bottom: 30px; }
.site-footer p { font-size: 13px; color: var(--muted); margin: 8px 0 0; }
@media (max-width: 820px) {
  .shell { padding-left: 20px; padding-right: 20px; }
  .site-header__inner, .site-footer__inner, .site-nav, .footer-links { align-items: flex-start; }
  .site-header__inner, .site-footer__inner, .hero, .split, .signup-band__inner { grid-template-columns: 1fr; flex-direction: column; }
  .site-nav { gap: 14px; }
  .hero { gap: 28px; padding-top: 20px; }
  .hero h1, .article h1, .page-hero h1 { font-size: 34px; }
  .issue-grid { grid-template-columns: 1fr; }
  .signup-form { width: 100%; flex-direction: column; align-items: stretch; }
  .signup-form input { min-width: 0; }
  .card-actions, .tip-box { align-items: flex-start; flex-direction: column; }
}
