:root {
  --bg: #f7f3ea;
  --surface: #fbf9f3;
  --surface-2: #f0ebe2;
  --border: #1f1b17;
  --text: #1d1a17;
  --muted: #6f685f;
  --accent: #8f3a12;
  --accent-dark: #6f2c0d;
  --max: 1220px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Source Sans 3', Arial, sans-serif;
  line-height: 1.25;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
  z-index: 1000;
}
.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}
.alert-bar {
  background: var(--accent);
  color: #f7f3ea;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.alert-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.25rem;
  font-size: 0.98rem;
}
.alert-inner a {
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.dot {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 50%;
  background: #d7a58d;
  margin-right: 0.5rem;
}
.nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 2px solid var(--border);
}
.main-nav { display: flex; align-items: center; }
.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: transparent;
  padding: 0.5rem 0.75rem;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}
.nav-list a {
  text-decoration: none;
}
.date-stamp {
  color: var(--muted);
  font-size: 0.95rem;
}
.hero {
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid var(--border);
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: var(--text);
  margin-bottom: 2rem;
}
.hero-brand {
  text-align: center;
  padding: 1rem 0 0.4rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.35rem;
}
.hero h1, .lead-copy h2, .section-head h2, .two-col h2, .dashboard-panel h3, .info-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 0.95;
}
.hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
}
.dek {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-style: italic;
  color: #5a544d;
  margin-top: 1rem;
}
.lead-story {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2.5rem;
  padding: 3rem 0;
  border-top: 1px solid var(--border);
}
.lead-image figcaption {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: var(--muted);
  font-style: italic;
}
.lead-copy h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  margin: 0 0 1rem;
}
.story-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 700;
}
.story-standfirst {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  line-height: 1.45;
  color: #403a35;
}
.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin: 1.75rem 0;
  color: var(--muted);
}
.text-link {
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration-thickness: 1px;
}
.section {
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
}
.section-head h2, .two-col h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  margin: 0;
}
.dashboard-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.metric-card, .dashboard-panel, .info-card {
  background: var(--surface);
  border: 1px solid rgba(31,27,23,.18);
}
.metric-card {
  padding: 1.25rem;
}
.metric-card .label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.metric-card strong {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.35rem;
}
.dashboard-panel {
  margin-top: 1rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
}
.dashboard-panel h3 {
  font-size: 2.2rem;
  margin: 0 0 0.8rem;
}
.brief-list {
  margin: 0;
  padding-left: 1.1rem;
}
.brief-list li { margin-bottom: 0.6rem; }
.two-col {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
}
.prose p {
  margin-top: 0;
  font-size: 1.08rem;
  max-width: 65ch;
}
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.info-card {
  padding: 1.4rem;
}
.info-card h3 {
  font-size: 2rem;
  margin: 0 0 0.75rem;
}
.site-footer {
  border-top: 2px solid var(--border);
  padding: 1.5rem 0 3rem;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .lead-story,
  .dashboard-panel,
  .two-col,
  .cards-3,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .hero-meta,
  .nav-row,
  .alert-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .menu-toggle { display: inline-block; }
  .nav-list {
    display: none;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.75rem;
  }
  .nav-list.open { display: flex; }
  .hero h1 { line-height: 1; }
  .story-standfirst { font-size: 1.45rem; }
}

.nav-below-title {
  border-top: 1px solid var(--border);
  margin-top: 1rem;
}
