:root {
  --ink: #1e2927;
  --muted: #65716d;
  --paper: #f8f6ef;
  --line: #c9d0c4;
  --forest: #255847;
  --sun: #f1bd4d;
  --coral: #c95b42;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(90deg, rgba(37, 88, 71, .045) 1px, transparent 1px), linear-gradient(rgba(37, 88, 71, .045) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  line-height: 1.6;
}

a { color: inherit; }

.site-shell { width: min(1040px, calc(100% - 40px)); margin: 0 auto; }

.masthead {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 26px 0 20px;
  border-bottom: 1px solid var(--ink);
}

.wordmark { color: var(--forest); font-size: 1.55rem; font-weight: 700; text-decoration: none; }
.wordmark img { display: block; width: min(280px, 62vw); height: auto; }
.edition, .back-link, .article-day, .eyebrow, .article-footer { font-family: "Trebuchet MS", sans-serif; font-size: .78rem; letter-spacing: 0; text-transform: uppercase; }
.edition, .back-link { color: var(--muted); }
.back-link:hover, .read-link:hover, .site-footer a:hover, .share-bar a:hover { color: var(--coral); }

.archive-intro { max-width: 700px; padding: 94px 0 58px; }
.eyebrow { margin: 0 0 12px; color: var(--coral); font-weight: 700; }
.archive-intro h1, .article h1 { margin: 0; font-size: clamp(2.4rem, 6vw, 5.5rem); line-height: .98; font-weight: 700; }
.archive-intro > p:last-child { max-width: 570px; color: var(--muted); font-size: 1.2rem; }

.newsletter-panel { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(280px, 1fr); gap: 28px; align-items: start; margin: 0 0 46px; padding: 26px; border: 2px solid var(--forest); background: rgba(255, 253, 249, .72); box-shadow: 8px 8px 0 rgba(37, 88, 71, .12); }
.newsletter-panel.compact { margin-top: 24px; }
.newsletter-panel h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.05; }
.newsletter-panel p { margin: 10px 0 0; color: var(--muted); }
.newsletter-form { display: grid; gap: 12px; }
.newsletter-form input { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fffdf9; color: var(--ink); font: inherit; padding: 11px 12px; }
.profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.consent-line { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); font-family: "Trebuchet MS", sans-serif; font-size: .88rem; line-height: 1.35; }
.consent-line input { width: auto; margin-top: 3px; }
.newsletter-form button, .share-bar button, .consent-banner button { border: 1px solid var(--forest); background: var(--forest); color: var(--paper); cursor: pointer; font-family: "Trebuchet MS", sans-serif; font-weight: 700; padding: 11px 14px; }
.newsletter-form button:hover, .share-bar button:hover, .consent-banner button:hover { background: var(--coral); border-color: var(--coral); }
.form-message { min-height: 1.2em; color: var(--forest); font-family: "Trebuchet MS", sans-serif; font-size: .9rem; }
.ad-slot { display: flex; justify-content: space-between; gap: 16px; margin: 0 0 34px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-family: "Trebuchet MS", sans-serif; font-size: .78rem; text-transform: uppercase; }
.ad-slot strong { color: var(--forest); }

.archive-list { border-top: 3px solid var(--forest); }
.archive-entry { display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; }
.article-day { margin: 6px 0 0; color: var(--forest); font-weight: 700; }
.archive-entry h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1.1; }
.archive-entry h2 a { text-decoration-color: var(--sun); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.archive-entry p:not(.article-day) { margin: 10px 0 0; color: var(--muted); max-width: 650px; }
.read-link { align-self: center; color: var(--forest); font-family: "Trebuchet MS", sans-serif; font-size: .9rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.empty-state { padding: 36px 0; color: var(--muted); }

.article-shell { width: min(820px, calc(100% - 40px)); }
.article { padding: 88px 0 46px; }
.standfirst { max-width: 700px; margin: 32px 0 64px; color: var(--forest); font-size: 1.35rem; line-height: 1.45; }
.share-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: -34px 0 54px; font-family: "Trebuchet MS", sans-serif; font-size: .82rem; text-transform: uppercase; }
.share-bar span { color: var(--muted); font-weight: 700; }
.share-bar a, .share-bar button { display: inline-flex; align-items: center; min-height: 36px; border: 1px solid var(--line); background: rgba(255, 253, 249, .86); color: var(--forest); text-decoration: none; padding: 8px 11px; }
.share-bar button { color: var(--paper); background: var(--forest); }
.article-section { margin: 0 0 42px; }
.article-section h2 { margin: 0 0 10px; color: var(--forest); font-size: 1.65rem; line-height: 1.15; }
.article-section p, .weather-note p:last-child { margin: 0; font-size: 1.12rem; }
.weather-note { margin-top: 54px; padding: 26px 0; border-top: 2px solid var(--sun); border-bottom: 1px solid var(--line); }
.article-footer { display: flex; gap: 16px; padding: 24px 0 42px; color: var(--muted); }
.article-footer a { color: var(--forest); font-weight: 700; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 28px 0 42px; border-top: 1px solid var(--ink); color: var(--muted); font-family: "Trebuchet MS", sans-serif; font-size: .82rem; }
.site-footer nav { display: flex; gap: 14px; flex-wrap: wrap; }
.site-footer a { color: var(--forest); font-weight: 700; text-decoration: none; }
.legal-document .standfirst { margin-bottom: 46px; }
.consent-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 20; display: flex; justify-content: space-between; gap: 18px; align-items: center; max-width: 980px; margin: 0 auto; padding: 16px; border: 1px solid var(--forest); background: #fffdf9; box-shadow: 0 18px 40px rgba(30, 41, 39, .16); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin: 0; color: var(--muted); }
.consent-banner div { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-banner button:first-child { background: transparent; color: var(--forest); }

@media (max-width: 700px) {
  .site-shell, .article-shell { width: min(100% - 28px, 820px); }
  .masthead { align-items: flex-start; padding-top: 18px; }
  .archive-intro { padding: 62px 0 38px; }
  .newsletter-panel, .newsletter-panel.compact { grid-template-columns: 1fr; padding: 18px; }
  .profile-grid { grid-template-columns: 1fr; }
  .archive-entry { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .read-link { margin-top: 6px; }
  .article { padding-top: 58px; }
  .standfirst { margin: 26px 0 42px; }
  .share-bar { margin: -18px 0 38px; }
  .ad-slot, .consent-banner { flex-direction: column; align-items: flex-start; }
}