/* ═══════════════════════════════════════════════
   WATER INTELLIGENCE BRIEF — GHOST THEME
   assets/css/screen.css
   OFW Intelligence · waterintelligencebrief.com
   ═══════════════════════════════════════════════ */

/* ─── GOOGLE FONTS ─── */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ═══════════════════════════════════════════════
   DESIGN TOKENS — OFW PALETTE
   ═══════════════════════════════════════════════ */
:root {
  --ocean:        #0A2744;
  --ocean-mid:    #0D2E4F;
  --teal-deep:    #0D3B2E;
  --teal-active:  #1D9E75;
  --teal-muted:   #5DCAA5;
  --blue-mid:     #2E7DAD;
  --graphite:     #1C2B2B;
  --graphite-mid: #2E3E3E;
  --rule:         #D4DDD6;
  --mist:         #F4F7F6;
  --mist-deep:    #EBF0EE;
  --page-bg:      #F6F8F7;
  --text-primary: #1C2B2B;
  --text-secondary: #2E3D38;
  --text-tertiary:  #566460;
  --paid-bg:      #0A1F18;
  --paid-border:  rgba(29,158,117,0.25);

  /* Region accent — override per-region in body class or inline */
  --region-accent: var(--teal-active);
  --region-accent-muted: var(--teal-muted);

  --font-serif: 'Libre Baskerville', Georgia, serif;
  --font-sans:  'IBM Plex Sans', sans-serif;
  --font-mono:  'IBM Plex Mono', monospace;
}

/* ═══════════════════════════════════════════════
   RESET + BASE
   ═══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--page-bg);
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ═══════════════════════════════════════════════
   GLOBAL NAV
   ═══════════════════════════════════════════════ */
.global-nav {
  background: rgba(10, 39, 68, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.nav-logo {
  height: 42px;
  width: auto;
  display: block;
}

.nav-brand-name {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.02em;
  line-height: 1;
}

.nav-brand-publisher {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  font-weight: 500;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links li a {
  font-family: var(--font-sans);
  font-size: 11px;
  color: rgba(255,255,255,0.76);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.15s ease, opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.nav-links li a:hover {
  color: white;
}

.nav-current a,
.nav-links li a[aria-current="page"] {
  color: white;
  position: relative;
}

.nav-current a::after,
.nav-links li a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--teal-active);
  border-radius: 2px;
}

.nav-access {
  background: rgba(46, 125, 101, 0.14);
  color: #7fd1b9 !important;
  padding: 5px 11px !important;
  border-radius: 3px;
  margin-left: 12px;
  border: 1px solid rgba(127, 209, 185, 0.28);
}

.nav-access:hover {
  background: rgba(46, 125, 101, 0.28);
  color: #ffffff !important;
}

.nav-access::after {
  display: none !important;
}
/* ═══════════════════════════════════════════════
   ISSUE HERO
   ═══════════════════════════════════════════════ */
.issue-hero {
  background: linear-gradient(180deg, #0A2744 0%, #0B2B48 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.issue-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 58% 78% at 84% 52%, rgba(13,59,46,0.32) 0%, transparent 66%),
    radial-gradient(ellipse 36% 58% at 12% 84%, rgba(29,158,117,0.05) 0%, transparent 62%);
  pointer-events: none;
}

.issue-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  opacity: 0.45;
}

.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.5rem 2rem 2.25rem;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.15rem;
  flex-wrap: wrap;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal-active);
  box-shadow: 0 0 0 3px rgba(29,158,117,0.2);
  flex-shrink: 0;
}

.hero-region-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-muted);
}

.hero-eyebrow-sep {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.14);
}

.hero-issue-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,0.42);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: white;
  line-height: 1.14;
  max-width: 780px;
  margin-bottom: 0.9rem;
  letter-spacing: -0.02em;
}

.hero-framing {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.78);
  max-width: 700px;
  line-height: 1.65;
  margin-bottom: 1.4rem;
  font-style: italic;
  font-family: var(--font-serif);
}

.hero-abstract {
  font-size: 15px;
  color: rgba(255,255,255,0.76);
  max-width: 720px;
  line-height: 1.72;
  margin-bottom: 1.6rem;
}

.hero-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-primary {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 3px;
  background: var(--teal-active);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.btn-primary:hover {
  background: #18876A;
  transform: translateY(-1px);
}

.btn-secondary {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 3px;
  background: transparent;
  color: rgba(255,255,255,0.86);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.22);
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.btn-secondary:hover {
  border-color: rgba(255,255,255,0.4);
  color: white;
  transform: translateY(-1px);
}

.hero-rule {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 1.5rem;
}

.hero-footer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.7rem 2rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.hero-footer-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-date {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-access-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  background: rgba(29,158,117,0.16);
  color: var(--teal-muted);
  border: 1px solid rgba(29,158,117,0.22);
}

/* ═══════════════════════════════════════════════
   TWO-COLUMN ISSUE LAYOUT
   ═══════════════════════════════════════════════ */
.issue-layout {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  align-items: start;
}

/* ═══════════════════════════════════════════════
   SIDEBAR / SECTION INDEX
   ═══════════════════════════════════════════════ */
.issue-sidebar {
  position: sticky;
  top: 52px;
  padding: 2.5rem 1.5rem 2.5rem 0;
  border-right: 1px solid var(--rule);
  min-height: 100vh;
}
.sidebar-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 1rem;
}
.section-index {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.section-index li a {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  color: #2E3D38;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 3px;
  transition: color 0.12s, background 0.12s;
  line-height: 1.4;
}
.section-index li a:hover {
  color: var(--text-primary);
  background: var(--mist);
}
.section-index li a.active {
  color: var(--teal-deep);
  background: var(--mist);
  font-weight: 500;
}
.section-index li a.paid-link {
  color: rgba(28,43,43,0.62);
}
.section-index li a .idx-num {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--text-tertiary);
  min-width: 18px;
  flex-shrink: 0;
}
.sidebar-divider {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 1rem 0;
}
.sidebar-access-note {
  font-size: 11px;
  color: #566460;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sidebar-access-btn {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  padding: 7px 12px;
  background: var(--teal-deep);
  color: white;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  transition: background 0.15s;
}
.sidebar-access-btn:hover { background: #0A2E20; }
.sidebar-region-link {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: var(--text-tertiary);
  text-decoration: none;
  text-align: center;
  transition: color 0.12s;
}
.sidebar-region-link:hover { color: var(--text-primary); }

/* ═══════════════════════════════════════════════
   MAIN CONTENT
   ═══════════════════════════════════════════════ */
.issue-main {
  padding: 2.5rem 0 4rem 2.5rem;
  max-width: 720px;
}

/* Section wrapper */
.issue-section {
  margin-bottom: 3rem;
}
.section-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1.5px solid var(--teal-active);
}
.section-num {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--teal-active);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.section-title {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--graphite);
}
.section-badge {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
}
.badge-free {
  background: rgba(29,158,117,0.1);
  color: var(--teal-deep);
  border: 0.5px solid rgba(29,158,117,0.2);
}
.badge-paid {
  background: rgba(10,39,68,0.08);
  color: var(--ocean);
  border: 0.5px solid rgba(10,39,68,0.15);
}

/* Content typography */
.section-body p {
  font-size: 15px;
  color: #1A2828;
  line-height: 1.75;
  margin-bottom: 1.1rem;
}
.section-body p:last-child { margin-bottom: 0; }

.section-body h3 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--graphite);
  margin-bottom: 0.6rem;
  margin-top: 1.5rem;
  line-height: 1.35;
}
.section-body h3:first-child { margin-top: 0; }

.section-body ul {
  margin: 0.75rem 0 1rem 0;
  padding: 0;
  list-style: none;
}
.section-body ul li {
  font-size: 14.5px;
  color: var(--text-primary);
  line-height: 1.65;
  padding: 5px 0 5px 20px;
  position: relative;
  border-bottom: 0.5px solid var(--mist-deep);
}
.section-body ul li:last-child { border-bottom: none; }
.section-body ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal-active);
  font-size: 12px;
}

/* Key development item */
.kd-item {
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 14px 16px;
  margin-bottom: 10px;
  background: white;
  transition: border-color 0.12s;
}
.kd-item:hover { border-color: rgba(29,158,117,0.35); }
.kd-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.kd-tag {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 2px;
  background: var(--mist-deep);
  color: var(--text-secondary);
}
.kd-tag.infrastructure { background: rgba(10,39,68,0.08); color: var(--ocean); }
.kd-tag.investment    { background: rgba(46,125,173,0.1); color: #1A5C82; }
.kd-tag.policy        { background: rgba(29,158,117,0.1); color: var(--teal-deep); }
.kd-tag.technology    { background: rgba(13,59,46,0.1);   color: #0A3020; }
.kd-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--graphite);
  margin-bottom: 4px;
  line-height: 1.4;
}
.kd-body {
  font-size: 13.5px;
  color: #2E3D38;
  line-height: 1.6;
}

/* Investment item */
.inv-row {
  display: grid;
  grid-template-columns: 1fr 120px 80px;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.inv-row:last-child { border-bottom: none; }
.inv-project { font-size: 13.5px; color: var(--text-primary); font-weight: 500; }
.inv-detail   { font-size: 12px;   color: #2E3D38; margin-top: 2px; }
.inv-amount {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--graphite);
  font-weight: 500;
  text-align: right;
}
.inv-status {
  font-family: var(--font-mono);
  font-size: 10px;
  text-align: right;
  padding: 2px 0;
}
.inv-status.confirmed { color: var(--teal-active); }
.inv-status.announced { color: var(--blue-mid); }
.inv-status.tender    { color: var(--text-secondary); }

/* ═══════════════════════════════════════════════
   PAID CONTENT GATE
   ═══════════════════════════════════════════════ */
.paid-gate {
  background: var(--paid-bg);
  border: 1px solid var(--paid-border);
  border-radius: 6px;
  padding: 2.5rem 2rem;
  margin: 2.5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.paid-gate::before {
  content: '';
  position: absolute;
  top: -40px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 200px;
  background: radial-gradient(ellipse, rgba(29,158,117,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.gate-lock-icon {
  font-size: 20px;
  margin-bottom: 0.75rem;
  opacity: 0.6;
}
.gate-headline {
  font-family: var(--font-serif);
  font-size: 20px;
  color: white;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.gate-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  max-width: 400px;
  margin: 0 auto 1.25rem;
  line-height: 1.6;
}
.gate-what-unlocks {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.gate-item {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  border: 0.5px solid rgba(255,255,255,0.18);
}
.gate-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.gate-btn-primary {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 4px;
  background: var(--teal-active);
  color: white;
  text-decoration: none;
  transition: background 0.15s;
}
.gate-btn-primary:hover { background: #18876A; }
.gate-btn-secondary {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 400;
  padding: 10px 24px;
  border-radius: 4px;
  background: transparent;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.15);
  transition: color 0.15s, border-color 0.15s;
}
.gate-btn-secondary:hover { color: white; border-color: rgba(255,255,255,0.35); }
.gate-price-note {
  margin-top: 1rem;
  font-size: 11px;
  color: rgba(255,255,255,0.52);
}

/* ═══════════════════════════════════════════════
   PAID CONTENT SECTIONS
   ═══════════════════════════════════════════════ */
.paid-section-wrapper { /* Ghost members block handles visibility */ }
.paid-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1.5px solid var(--ocean);
}
.paid-indicator {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
  background: var(--ocean);
  color: rgba(255,255,255,0.7);
}

/* Insight / callout block */
.insight-block {
  border-left: 3px solid var(--teal-active);
  background: white;
  padding: 16px 18px;
  margin: 1.25rem 0;
  border-radius: 0 4px 4px 0;
}
.insight-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 6px;
}
.insight-text {
  font-size: 14px;
  color: var(--graphite);
  line-height: 1.65;
  font-style: italic;
  font-family: var(--font-serif);
}

/* Data table */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 1rem 0;
}
.data-table thead tr { background: var(--ocean); }
.data-table th {
  padding: 8px 12px;
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  font-family: var(--font-mono);
}
.data-table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--rule);
  color: var(--text-primary);
  vertical-align: top;
}
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:nth-child(even) td { background: var(--mist); }
.data-table .mono {
  font-family: var(--font-mono);
  font-size: 12px;
}

/* ═══════════════════════════════════════════════
   SOURCE NOTE
   ═══════════════════════════════════════════════ */
.source-note {
  border-top: 1px solid var(--rule);
  padding-top: 1.5rem;
  margin-top: 2rem;
}
.source-note-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 0.75rem;
}
.source-note-body {
  font-size: 12px;
  color: var(--text-tertiary);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════════
   RELATED INTELLIGENCE
   ═══════════════════════════════════════════════ */
.related-section {
  border-top: 1px solid var(--rule);
  padding-top: 2rem;
  margin-top: 2rem;
}
.related-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 1rem;
}
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.related-card {
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 14px 16px;
  text-decoration: none;
  background: white;
  transition: border-color 0.12s;
}
.related-card:hover { border-color: rgba(29,158,117,0.4); }
.rc-region {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 5px;
}
.rc-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--graphite);
  line-height: 1.4;
  margin-bottom: 4px;
}
.rc-date {
  font-size: 11px;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
}

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */
.issue-footer {
  background: var(--ocean);
  margin-top: 0;
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-col-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.75rem;
}
.footer-col-content {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}
.footer-col-content a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  display: block;
  padding: 3px 0;
  transition: color 0.12s;
}
.footer-col-content a:hover { color: white; }
.footer-bottom {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-copy {
  font-size: 11px;
  font-family: var(--font-mono);
  color: rgba(255,255,255,0.45);
}
.footer-brand {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
}

/* ═══════════════════════════════════════════════
   INDEX / ARCHIVE PAGE (index.hbs, tag.hbs)
   ═══════════════════════════════════════════════ */
.archive-hero {
  background: linear-gradient(180deg, #0A2744 0%, #0B2B48 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.archive-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 58% 78% at 84% 52%, rgba(13,59,46,0.28) 0%, transparent 66%);
  pointer-events: none;
}

.archive-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  opacity: 0.45;
}

.archive-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.2rem 2rem 2.4rem;
  position: relative;
  z-index: 1;
}

.archive-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-muted);
  margin-bottom: 0.9rem;
}

.archive-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: white;
  line-height: 1.18;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.archive-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.74);
  max-width: 640px;
  line-height: 1.7;
}

.archive-body {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.5rem 2rem 4rem;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}
.archive-card {
  border: 1px solid var(--rule);
  border-radius: 5px;
  padding: 20px 22px;
  background: white;
  text-decoration: none;
  transition: border-color 0.12s, box-shadow 0.12s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.archive-card:hover {
  border-color: rgba(29,158,117,0.4);
  box-shadow: 0 2px 12px rgba(13,59,46,0.07);
}
.ac-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-region {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-active);
}
.ac-date {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-tertiary);
}
.ac-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--graphite);
  line-height: 1.3;
}
.ac-excerpt {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ac-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--mist-deep);
}
.ac-read {
  font-size: 11px;
  font-weight: 500;
  color: var(--teal-active);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.ac-meta {
  font-size: 10.5px;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
}

/* ═══════════════════════════════════════════════
   GHOST MEMBERSHIP — MEMBER VISIBILITY CLASSES
   ═══════════════════════════════════════════════ */
/* Non-members see paid-gate, members see paid content */
.gh-post-upgrade-cta { display: none; } /* suppress Ghost default CTA if not needed */

/* When Ghost injects .gh-member-* visibility classes */
.members-only-content { /* handled by Ghost natively */ }

/* ═══════════════════════════════════════════════
   GHOST CONTENT CARD RESETS
   ═══════════════════════════════════════════════ */
.gh-content figure { margin: 1rem 0; }
.gh-content img { max-width: 100%; height: auto; }
.gh-content a { color: var(--teal-active); text-decoration: underline; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 860px) {
  .issue-layout {
    grid-template-columns: 1fr;
    padding: 0 1.25rem;
  }
  .issue-sidebar {
    position: static;
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid var(--rule);
    padding: 1.5rem 0;
  }
  .section-index {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
  }
  .section-index li a {
    padding: 4px 10px;
    font-size: 11px;
  }
  .issue-main { padding: 2rem 0 3rem; }
  .nav-links  { display: none; }
  .hero-inner { padding: 2rem 1.25rem 1.5rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .inv-row { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   REGION ACCENT OVERRIDES
   Apply via body tag class on each tag archive page
   or via a region-specific CSS class on the issue hero.
   Usage in tag.hbs: add class="region-{{tag.slug}}" to <body>
   ═══════════════════════════════════════════════ */

/* MENA — default teal, no override needed */
.region-mena { --region-accent: #1D9E75; --region-accent-muted: #5DCAA5; }

/* Europe — cobalt blue */
.region-europe {
  --region-accent: #1A6BAD;
  --region-accent-muted: #4E9FD4;
  --teal-active: #1A6BAD;
  --teal-muted: #4E9FD4;
  --teal-deep: #0D2E4F;
}
.region-europe .section-header { border-bottom-color: #1A6BAD; }
.region-europe .live-dot { background: #1A6BAD; box-shadow: 0 0 0 3px rgba(26,107,173,0.25); }
.region-europe .hero-region-label { color: #4E9FD4; }
.region-europe .btn-primary { background: #1A6BAD; }
.region-europe .btn-primary:hover { background: #135491; }

/* Asia — amber-orange */
.region-asia {
  --region-accent: #B86B1A;
  --region-accent-muted: #E09040;
}
.region-asia .section-header { border-bottom-color: #B86B1A; }
.region-asia .live-dot { background: #B86B1A; box-shadow: 0 0 0 3px rgba(184,107,26,0.25); }
.region-asia .hero-region-label { color: #E09040; }
.region-asia .btn-primary { background: #B86B1A; }
.region-asia .btn-primary:hover { background: #8F5014; }
.region-asia .section-num { color: #B86B1A; }
.region-asia .badge-free { background: rgba(184,107,26,0.1); color: #6B3D0A; border-color: rgba(184,107,26,0.2); }

/* India — saffron */
.region-india {
  --region-accent: #A64B00;
  --region-accent-muted: #D97828;
}
.region-india .section-header { border-bottom-color: #A64B00; }
.region-india .live-dot { background: #A64B00; box-shadow: 0 0 0 3px rgba(166,75,0,0.25); }
.region-india .hero-region-label { color: #D97828; }
.region-india .btn-primary { background: #A64B00; }
.region-india .btn-primary:hover { background: #843B00; }
.region-india .section-num { color: #A64B00; }

/* USA — slate blue */
.region-usa {
  --region-accent: #2B4E8C;
  --region-accent-muted: #5E82C0;
}
.region-usa .section-header { border-bottom-color: #2B4E8C; }
.region-usa .live-dot { background: #2B4E8C; box-shadow: 0 0 0 3px rgba(43,78,140,0.25); }
.region-usa .hero-region-label { color: #5E82C0; }
.region-usa .btn-primary { background: #2B4E8C; }
.region-usa .btn-primary:hover { background: #1E376A; }
.region-usa .section-num { color: #2B4E8C; }
.region-usa .badge-free { background: rgba(43,78,140,0.1); color: #1C2F5A; border-color: rgba(43,78,140,0.2); }

/* Industry Water Intelligence Brief — desaturated deep gold, distinct from CTAs and regions */
.region-industry {
  --region-accent: #8B6F2A;
  --region-accent-muted: #B89A45;
}
.region-industry .section-header { border-bottom-color: #8B6F2A; }
.region-industry .live-dot { background: #8B6F2A; box-shadow: 0 0 0 3px rgba(139,111,42,0.22); }
.region-industry .hero-region-label { color: #B89A45; }
.region-industry .btn-primary { background: #8B6F2A; }
.region-industry .btn-primary:hover { background: #6F5720; }
.region-industry .section-num { color: #8B6F2A; }
.region-industry .badge-free { background: rgba(139,111,42,0.1); color: #5E4917; border-color: rgba(139,111,42,0.22); }

/* ═══════════════════════════════════════════════
   QUARTERLY CADENCE BADGE
   ═══════════════════════════════════════════════ */
.cadence-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 2px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
  border: 0.5px solid rgba(255,255,255,0.18);
  margin-left: 8px;
}

/* ═══════════════════════════════════════════════
   WANT MORE / UPGRADE CTA BLOCK
   (Free-tier paywall transition — visible to all)
   ═══════════════════════════════════════════════ */
.upgrade-cta {
  background: var(--mist);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--teal-active);
  border-radius: 0 5px 5px 0;
  padding: 1.75rem 2rem;
  margin: 2.5rem 0;
}
.upgrade-cta-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 0.75rem;
}
.upgrade-cta-headline {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--graphite);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.upgrade-cta-body {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  max-width: 560px;
}
.upgrade-bullets {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.upgrade-bullets li {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  border-bottom: none;
}
.upgrade-bullets li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--teal-active);
  font-size: 11px;
}

/* ═══════════════════════════════════════════════
   UPCOMING EVENT BLOCK
   ═══════════════════════════════════════════════ */
.event-block {
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 18px 20px;
  background: white;
}
.event-block-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 0.5rem;
}
.event-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--graphite);
  margin-bottom: 0.4rem;
}
.event-dates {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--teal-active);
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}
.event-meta {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.6;
}
.event-meta strong { color: var(--graphite); }

/* ═══════════════════════════════════════════════
   MARKET TREND BLOCK
   ═══════════════════════════════════════════════ */
.trend-item {
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 16px 18px;
  margin-bottom: 12px;
  background: white;
}
.trend-title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--graphite);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.trend-label {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 4px;
  margin-top: 10px;
}
.trend-label:first-of-type { margin-top: 0; }
.trend-body {
  font-size: 13.5px;
  color: var(--text-primary);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════════
   QUARTERLY COMPARATIVE TABLE
   ═══════════════════════════════════════════════ */
.quarterly-table-section { margin-bottom: 3rem; }
.quarterly-table-intro {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.quarterly-table-commentary {
  font-size: 13.5px;
  color: var(--text-primary);
  line-height: 1.7;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
}

/* ═══════════════════════════════════════════════
   FINAL THOUGHTS / LINKEDIN SECTION
   ═══════════════════════════════════════════════ */
.final-thoughts {
  border-top: 1px solid var(--rule);
  padding-top: 1.5rem;
  margin-top: 1rem;
}
.final-thoughts p {
  font-family: var(--font-serif);
  font-size: 15px;
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.75;
}

/* ═══════════════════════════════════════════════
   GHOST CARD WIDTH CLASSES — REQUIRED BY GScan
   Ghost uses these for wide/full-width image cards
   and other content cards in the editor.
   ═══════════════════════════════════════════════ */
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw * 0.85);
  max-width: 1120px;
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
}

/* Contained within issue-main column */
.issue-main .kg-width-wide,
.issue-main .kg-width-full {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  left: auto;
  right: auto;
}

/* Ghost card base styles */
.kg-card { margin: 1.5rem 0; }
.kg-image { max-width: 100%; height: auto; border-radius: 3px; }
.kg-gallery-container { display: flex; flex-direction: column; }
.kg-gallery-row { display: flex; flex-direction: row; justify-content: center; gap: 6px; margin-bottom: 6px; }
.kg-gallery-image img { max-width: 100%; height: 100%; object-fit: cover; }
.kg-bookmark-card { border: 1px solid var(--rule); border-radius: 4px; overflow: hidden; }
.kg-bookmark-container { display: flex; text-decoration: none; color: inherit; }
.kg-bookmark-content { padding: 14px 16px; flex: 1; }
.kg-bookmark-title { font-size: 14px; font-weight: 600; color: var(--graphite); margin-bottom: 4px; }
.kg-bookmark-description { font-size: 12px; color: var(--text-tertiary); line-height: 1.5; }
.kg-bookmark-thumbnail { width: 120px; flex-shrink: 0; }
.kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }


/* ═══════════════════════════════════════════════
   PREMIUM ARCHIVE CARD REFINEMENTS
   ═══════════════════════════════════════════════ */
.archive-body {
  padding: 3rem 2rem 4.5rem;
}

.archive-grid {
  gap: 18px;
}

.archive-card {
  border: 1px solid rgba(10,39,68,0.08);
  border-radius: 2px;
  padding: 22px 24px 18px;
  background: #ffffff;
  box-shadow: none;
}

.archive-card:hover {
  border-color: rgba(10,39,68,0.16);
  box-shadow: 0 8px 24px rgba(10,39,68,0.04);
  transform: translateY(-1px);
}

.ac-eyebrow {
  gap: 8px;
  margin-bottom: 4px;
}

.ac-region {
  font-size: 9px;
  letter-spacing: 0.12em;
}

.ac-date {
  font-size: 9.5px;
  letter-spacing: 0.08em;
}

.ac-title {
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 2px;
}

.ac-excerpt {
  font-size: 13.5px;
  line-height: 1.68;
  color: #344541;
}

.ac-footer {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid rgba(10,39,68,0.06);
}

.ac-read {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ac-meta {
  font-size: 10px;
  letter-spacing: 0.06em;
}

/* ═══════════════════════════════════════════════
   ISSUE PAGE — PREMIUM REPORT FEEL
   ═══════════════════════════════════════════════ */
.issue-main {
  padding: 2.75rem 0 4.5rem 2.75rem;
  max-width: 740px;
}

.issue-section {
  margin-bottom: 3.5rem;
}

.issue-section + .issue-section {
  padding-top: 0.25rem;
}

.section-header {
  align-items: center;
  gap: 14px;
  margin-bottom: 1.35rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(10,39,68,0.12);
  position: relative;
}

.section-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 68px;
  height: 2px;
  background: var(--teal-active);
}

.section-num {
  font-size: 9.5px;
  letter-spacing: 0.08em;
}

.section-title {
  font-size: 10.5px;
  letter-spacing: 0.12em;
}

.section-body p {
  font-size: 15.5px;
  line-height: 1.82;
  color: #1c2b2b;
  margin-bottom: 1.2rem;
}

.section-body p strong {
  color: #102736;
}

.section-body h3 {
  font-size: 18px;
  line-height: 1.36;
  margin-top: 1.65rem;
  margin-bottom: 0.7rem;
}

.kd-item,
.trend-item,
.event-block,
.insight-block {
  border-radius: 2px;
  border-color: rgba(10,39,68,0.08);
}

.inv-row {
  padding: 11px 0;
  border-bottom: 1px solid rgba(10,39,68,0.08);
}

.data-table th {
  font-size: 9.5px;
  letter-spacing: 0.1em;
}

.data-table td {
  padding: 10px 12px;
}

.upgrade-cta,
.paid-gate {
  border-radius: 2px;
}

/* ═══════════════════════════════════════════════
   ACCESS PAGE
   ═══════════════════════════════════════════════ */
.access-page {
  background: var(--page-bg);
}

.access-hero {
  background: var(--ocean);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.access-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 85% 50%, rgba(13,59,46,0.45) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(29,158,117,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.access-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  opacity: 0.5;
}

.access-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 4rem 2rem 3.25rem;
  position: relative;
  z-index: 1;
}

.access-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-muted);
  margin-bottom: 1rem;
}

.access-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  color: white;
  margin-bottom: 1rem;
  max-width: 760px;
}

.access-subline {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
}

.access-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.75rem 2rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.access-card {
  background: white;
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 1.6rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.access-card:first-child {
  opacity: 0.85;
}

.access-card-featured {
  border-color: rgba(29,158,117,0.42);
  box-shadow: 0 0 0 1px rgba(29,158,117,0.08);
}

.access-tier-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 0.8rem;
}

.access-card h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.15;
  color: var(--graphite);
  margin-bottom: 0.85rem;
}

.access-tier-text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.access-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}

.access-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid var(--mist-deep);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-primary);
}

.access-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal-active);
}

.access-list li:last-child {
  border-bottom: none;
}

.access-cta-wrap {
  margin-top: 1.1rem;
}

.access-note {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}

.access-note p {
  max-width: 840px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-tertiary);
}
/* REPORTS PAGE ENHANCEMENTS */

.access-price-note {
  margin-top: 10px;
  font-size: 11px;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
}

.reports-cta {
  margin-top: 3rem;
  padding: 3rem 2rem;
  border-top: 1px solid var(--rule);
  text-align: center;
}

.reports-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}

.reports-cta h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  margin-bottom: 0.8rem;
}

.reports-cta p {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 1.2rem;
}
/* REPORTS CATALOGUE */

.reports-catalogue {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem 2.5rem;
}

.reports-section-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 1rem;
}

.reports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.report-card {
  background: white;
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.report-card-featured {
  border-color: rgba(29,158,117,0.32);
  box-shadow: 0 0 0 1px rgba(29,158,117,0.08);
}

.report-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0.8rem;
}

.report-card-type {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-active);
}

.report-card-price {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-tertiary);
}

.report-card-title {
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.18;
  color: var(--graphite);
  margin-bottom: 0.75rem;
}

.report-card-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 1rem;
  flex-grow: 1;
}

.report-card-signals {
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.6;
  color: var(--text-tertiary);
  margin-bottom: 1rem;
}

.report-card-actions {
  margin-top: auto;
}

.report-card-actions .btn-primary,
.report-card-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .reports-grid {
    grid-template-columns: 1fr;
  }

  .report-card {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .reports-grid {
    grid-template-columns: 1fr;
  }
}
/* ═══════════════════════════════════════════════
   RESPONSIVE OVERRIDES
   ═══════════════════════════════════════════════ */
@media (max-width: 860px) {
  .issue-main {
    padding: 2rem 0 3rem;
  }

  .archive-body {
    padding: 2rem 1.25rem 3rem;
  }

  .archive-card {
    padding: 18px 18px 16px;
  }

  .access-grid {
    grid-template-columns: 1fr;
  }
}
/* ═══════════════════════════════════════
  /* ═══════════════════════════════════════
   REGION ARCHIVE ENHANCEMENTS (FINAL)
   ═══════════════════════════════════════ */

.region-archive-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 28px;
}

.region-archive-main {
  min-width: 0;
}

.region-archive-side {
  position: sticky;
  top: 90px;
  height: fit-content;
}

.region-side-card {
  background: white;
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1.5rem;
}

.region-side-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 0.5rem;
}

.region-side-title {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--graphite);
  margin-bottom: 0.5rem;
}

.region-side-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

/* Slight visual hierarchy improvement */
.archive-hero .hero-ctas {
  margin-top: 1.5rem;
}

/* Mobile */
@media (max-width: 900px) {
  .region-archive-layout {
    grid-template-columns: 1fr;
  }

  .region-archive-side {
    position: static;
  }
}
/* ═══════════════════════════════════════
   REGION ARCHIVE ENHANCEMENTS (FINAL)
   ═══════════════════════════════════════ */

.archive-body {
  padding: 3rem 2rem 4.5rem;
}

.region-archive-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 28px;
}

.region-archive-main {
  min-width: 0;
}

.region-archive-side {
  position: sticky;
  top: 90px;
  height: fit-content;
}

.region-side-card {
  background: white;
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 16px;
}

.region-side-card-secondary {
  background: var(--mist);
}

.region-side-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 0.5rem;
}

.region-side-title {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--graphite);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.region-side-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.archive-hero .hero-ctas {
  margin-top: 1.5rem;
}

/* Featured issue */

.featured-issue {
  margin-bottom: 2.5rem;
}

.featured-issue-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-active);
  margin-bottom: 0.9rem;
}

.featured-issue-card {
  background: white;
  border: 1px solid rgba(10,39,68,0.08);
  border-radius: 6px;
  padding: 1.75rem 1.8rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.featured-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.featured-region {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-active);
}

.featured-date {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-tertiary);
}

.featured-title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  color: var(--graphite);
  margin-bottom: 0.9rem;
}

.featured-excerpt {
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-secondary);
  max-width: 760px;
  margin-bottom: 1.2rem;
}

.featured-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.region-side-card-secondary .btn-secondary {
  background: transparent;
  color: var(--graphite);
  border: 1px solid rgba(10,39,68,0.16);
}

.region-side-card-secondary .btn-secondary:hover {
  background: rgba(10,39,68,0.04);
  color: var(--graphite);
  border-color: rgba(10,39,68,0.28);
}

/* Mobile */

@media (max-width: 900px) {
  .region-archive-layout {
    grid-template-columns: 1fr;
  }

  .region-archive-side {
    position: static;
  }
}
/* ═══════════════════════════════════════
   REPORT PAGE TEMPLATE
   ═══════════════════════════════════════ */

.report-page {
  background: var(--page-bg);
}

.report-hero {
  background: var(--ocean);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.report-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 85% 50%, rgba(13,59,46,0.42) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(29,158,117,0.08) 0%, transparent 60%);
}

.report-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.report-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 4rem 2rem 3rem;
  position: relative;
  z-index: 1;
}

.report-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-muted);
  margin-bottom: 1rem;
}

.report-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  color: white;
  max-width: 860px;
  margin-bottom: 1rem;
}

.report-subline {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.25rem;
}

.report-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-meta-item {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
}

.report-layout {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 2rem 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.report-main {
  min-width: 0;
}

.report-side {
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.report-summary-card,
.report-buy-card,
.report-spec-card,
.report-proof-card {
  background: white;
  border: 1px solid var(--rule);
  border-radius: 6px;
}

.report-summary-card {
  padding: 1.5rem 1.6rem;
  margin-bottom: 2rem;
}

.report-summary-label,
.report-buy-label,
.report-spec-label,
.report-proof-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-active);
}

.report-summary-label {
  margin-bottom: 0.75rem;
}

.report-summary-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-primary);
}

.report-content {
  max-width: 760px;
}

.report-content h2,
.report-content h3,
.report-content h4 {
  font-family: var(--font-serif);
  color: var(--graphite);
}

.report-content p {
  font-size: 15.5px;
  line-height: 1.82;
  color: var(--text-primary);
}

.report-content ul li,
.report-content ol li {
  line-height: 1.7;
}

.report-buy-card {
  padding: 1.5rem;
}

.report-buy-title {
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.2;
  color: var(--graphite);
  margin: 0.65rem 0 0.75rem;
}

.report-buy-price {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--graphite);
  margin-bottom: 0.75rem;
}

.report-buy-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.report-buy-actions {
  margin-bottom: 0.9rem;
}

.report-buy-note {
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.6;
  color: var(--text-tertiary);
}

.report-spec-card {
  padding: 1.4rem 1.5rem;
}

.report-spec-list {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 0;
}

.report-spec-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid var(--mist-deep);
  font-size: 14px;
  color: var(--text-primary);
}

.report-spec-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal-active);
}

.report-spec-list li:last-child {
  border-bottom: none;
}

.report-proof {
  margin-top: 2.5rem;
}

.report-proof-label {
  margin-bottom: 0.9rem;
}

.report-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.report-proof-card {
  padding: 1.25rem 1.3rem;
}

.report-proof-card h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: var(--graphite);
}

.report-proof-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary);
}

@media (max-width: 960px) {
  .report-layout {
    grid-template-columns: 1fr;
  }

  .report-side {
    position: static;
  }

  .report-proof-grid {
    grid-template-columns: 1fr;
  }
}
/* ═══════════════════════════════════════
   FIX: Report card buttons (final)
   ═══════════════════════════════════════ */

.report-card-actions .btn-primary,
.report-card-actions .btn-secondary,
.report-card-actions .btn-primary:visited,
.report-card-actions .btn-secondary:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  min-height: 44px;
  min-width: 146px;
  font-size: 12px !important;
  line-height: 1 !important;
  font-family: var(--font-mono) !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 4px;
  box-shadow: none;
  opacity: 1 !important;
  visibility: visible !important;

  background: var(--teal-active) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid var(--teal-active) !important;
}

.report-card-actions .btn-primary:hover,
.report-card-actions .btn-secondary:hover,
.report-card-actions .btn-primary:focus,
.report-card-actions .btn-secondary:focus {
  background: #18876A !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: #18876A !important;
  opacity: 1 !important;
}

.report-card-featured {
  border: 1px solid rgba(29,158,117,0.45);
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
/* FULL CARD CLICKABLE */

.report-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.report-card-link:hover .report-card {
  border-color: var(--teal-active);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}

.report-card-link:hover .btn-primary {
  background: #18876A !important;
  border-color: #18876A !important;
}

.report-card {
  transition: all 0.2s ease;
}
/* ACCESS PAGE CARD ALIGNMENT FIX */

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.access-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.access-card h2 {
  min-height: 96px;
  margin-bottom: 0.9rem;
}

.access-tier-text {
  flex-grow: 1;
}

.access-list {
  margin-top: 0.25rem;
}

.access-cta-wrap {
  margin-top: auto;
}
.report-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.report-card-link:hover .report-card {
  border-color: var(--teal-active);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}

.report-card {
  transition: all 0.2s ease;
}
.reports-theme-intro {
  max-width: 760px;
  margin: 0 0 1.25rem 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-secondary);
}
/* About page readability fix */
.access-page,
.gh-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Improve spacing between sections */
.gh-content h2 {
  margin-top: 40px;
  margin-bottom: 12px;
}

.gh-content p {
  margin-bottom: 18px;
  line-height: 1.7;
}
.gh-content p:first-of-type {
  font-size: 18px;
  line-height: 1.75;
  color: #1a2a33;
}

/* ═══════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════ */
.wib-about-page {
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--page-bg);
}

.wib-about-hero,
.wib-about-final,
.wib-editions {
  background: linear-gradient(135deg, #0A2744, #163D57);
  color: #fff;
}

.wib-about-hero,
.wib-editions,
.wib-about-final {
  position: relative;
  overflow: hidden;
}

.wib-about-hero::before,
.wib-editions::before,
.wib-about-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 48% 70% at 82% 22%, rgba(29,158,117,0.16), transparent 66%),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  pointer-events: none;
}

.wib-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

.wib-about-hero {
  padding: 96px 0 88px;
}

.wib-section {
  padding: 80px 0;
}

.wib-section-soft {
  background: #F0F4F8;
}

.wib-two-col {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.wib-eyebrow {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 500;
  color: var(--teal-muted);
  margin-bottom: 14px;
}

.wib-about-page h1,
.wib-about-page h2,
.wib-about-page h3,
.wib-about-page p {
  margin: 0;
}

.wib-about-page h1,
.wib-about-page h2 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.12;
  color: var(--graphite);
}

.wib-about-hero h1,
.wib-about-final h2 {
  color: #fff;
  max-width: 780px;
  font-size: clamp(38px, 5vw, 64px);
}

.wib-section h2,
.wib-editorial-callout h2,
.wib-editions h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.wib-editions h2 {
  color: #fff;
  max-width: 760px;
}

.wib-about-hero > .wib-container > p:not(.wib-eyebrow),
.wib-about-final p {
  max-width: 760px;
  color: rgba(255,255,255,0.82);
  font-size: 20px;
  line-height: 1.6;
  margin-top: 22px;
}

.wib-positioning p,
.wib-section-soft p,
.wib-editorial-callout p,
.wib-section .wib-two-col p {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.wib-positioning h3 {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-deep);
  margin-bottom: 14px;
}

.wib-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.wib-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wib-card {
  background: #fff;
  border: 1px solid #D9E2EC;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.06);
}

.wib-card h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.3;
  color: var(--graphite);
  margin-bottom: 12px;
}

.wib-card p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
}

.wib-card.dark {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
  box-shadow: none;
}

.wib-card.dark h3,
.wib-card.dark p {
  color: #fff;
}

.wib-card.dark p {
  color: rgba(255,255,255,0.78);
}

.wib-editorial-callout {
  border-left: 4px solid var(--teal-active);
  background: #fff;
  border-radius: 8px;
  padding: 40px 44px;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.06);
}

.wib-editorial-callout p:last-child,
.wib-section .wib-two-col p:last-child {
  margin-bottom: 0;
}

.wib-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.wib-btn-primary,
.wib-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.wib-btn-primary {
  background: var(--teal-active);
  color: #fff;
  border: 1px solid var(--teal-active);
}

.wib-btn-primary:hover {
  background: #18876A;
  border-color: #18876A;
  transform: translateY(-1px);
}

.wib-btn-secondary {
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}

.wib-btn-secondary:hover {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  transform: translateY(-1px);
}

.wib-about-final {
  padding: 78px 0;
}

.wib-about-final .wib-btn-primary,
.wib-section .wib-btn-primary {
  margin-top: 26px;
}

@media (max-width: 900px) {
  .wib-two-col,
  .wib-card-grid,
  .wib-card-grid.two {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wib-about-hero,
  .wib-section,
  .wib-about-final {
    padding: 64px 0;
  }

  .wib-about-hero h1,
  .wib-about-final h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .wib-about-hero > .wib-container > p:not(.wib-eyebrow),
  .wib-about-final p {
    font-size: 18px;
  }

  .wib-editorial-callout,
  .wib-card {
    padding: 24px;
  }

  .wib-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wib-btn-primary,
  .wib-btn-secondary {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .wib-container {
    padding: 0 20px;
  }
}
.home-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO */
.home-hero {
  padding: 80px 0 60px;
}

.hero-title {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-subline {
  font-size: 18px;
  max-width: 720px;
  color: #cfd8dc;
}

/* INTRO */
.home-intro {
  padding: 30px 0 10px;
}

.home-intro-text {
  max-width: 760px;
  font-size: 16px;
  color: #5f6b6d;
}

/* LATEST ISSUE */
.home-latest {
  padding: 40px 0;
}

.home-latest-grid {
  display: grid;
  justify-content: center;
}

.issue-card {
  max-width: 520px;
  background: #f8f9f8;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid #e3e7e5;
}

.issue-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
  color: #6b7c7d;
}

.issue-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.issue-excerpt {
  font-size: 15px;
  margin-bottom: 18px;
}

/* REPORTS */
.home-reports {
  padding: 60px 0 80px;
}

.home-reports-grid {
  display: grid;
  justify-content: center;
}

.home-reports-card {
  max-width: 520px;
  background: #f8f9f8;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e3e7e5;
}

.reports-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.reports-text {
  font-size: 15px;
  margin-bottom: 20px;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  background: #3f8f6b;
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
}
/* HOMEPAGE REBUILD */

.home-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
}

.home-overview {
  padding: 2rem 0 0.5rem;
}

.home-overview-text {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.home-latest {
  padding: 1rem 0 2rem;
}

.home-latest-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}

.home-feature-card {
  min-height: 100%;
}

.home-reports-preview {
  padding: 1.5rem 0 4.5rem;
}

.home-report-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-report-cta-grid .report-card {
  min-height: 100%;
}

@media (max-width: 900px) {
  .home-report-cta-grid {
    grid-template-columns: 1fr;
  }

  .home-latest-grid {
    grid-template-columns: 1fr;
  }
}
/* HOMEPAGE REGION SELECTOR */

.home-regions {
  padding: 1.5rem 0 2.5rem;
}

.home-regions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-regions-grid .report-card {
  min-height: 100%;
}

@media (max-width: 1000px) {
  .home-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-regions-grid {
    grid-template-columns: 1fr;
  }
}
.home-latest-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}
.home-feature-card {
  min-height: 100%;
}
/* HOMEPAGE CTA CARD FIX */

.home-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.home-access-grid .report-card {
  min-height: auto !important;
  height: auto !important;
  padding: 1.75rem 1.8rem !important;
  display: block !important;
}

.home-access-grid .report-card-actions {
  margin-top: 1rem !important;
}

.home-access-grid .report-card-text {
  margin-bottom: 0 !important;
  max-width: 640px;
}

@media (max-width: 900px) {
  .home-access-grid {
    grid-template-columns: 1fr;
  }
}

.home-access .report-card {
  display: flex;
  flex-direction: column;
}

.home-access .report-card-text {
  flex-grow: 1;
}

.home-access .report-card-actions {
  margin-top: 20px;
}

/* PRIMARY BUTTON — square, solid */
.btn-primary {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  background: #2f6b5f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: background 0.2s ease;
}

.btn-primary:hover {
  background: #27594f;
  color: #ffffff;
}

/* SECONDARY BUTTON — square outline */
.btn-secondary {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  background: transparent;
  color: #2f6b5f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #d6e2de;
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  background: #f4f7f6;
  color: #2f6b5f;
}

.featured-title {
  font-size: 2.2rem;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
  max-width: 12ch;
}
.featured-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.featured-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 16px;
  padding-top: 2px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text-secondary);
  max-width: 60ch;
}

.featured-signal span::after {
  content: "·";
  margin-left: 8px;
}

.featured-signal span:last-child::after {
  content: "";
  margin: 0;
}

.home-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.home-access .report-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* THIS is the key fix */
.home-access .report-card-text {
  margin-bottom: 24px;
}

/* Push button to bottom cleanly */
.home-access .report-card-actions {
  margin-top: auto;
}
.home-access .report-card-meta {
  margin-bottom: 24px;
}

.home-access .report-card-title {
  margin-top: 0;
  margin-bottom: 18px;
}

.home-access .report-card-text {
  margin-top: 0;
}
/* Hide in-article upgrade CTA for readers who already have access */
.post-access-true .upgrade-cta,
[class*="access-true"] .upgrade-cta,
.member .upgrade-cta,
.is-member .upgrade-cta {
  display: none !important;
}
/* Nuclear fix: remove the in-article CTA block from issue pages */
.issue-main .upgrade-cta {
  display: none !important;
}
.forecast-item + .forecast-item {
  margin-top: 2rem;
}

/* Standard Ghost post/page fallback templates */
.standard-content-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.standard-content-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--rule);
}

.standard-content-meta {
  margin-bottom: .75rem;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.standard-content-meta a {
  color: var(--teal-active);
  text-decoration: none;
}

.standard-content-title {
  max-width: 700px;
  color: var(--graphite);
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.standard-content-excerpt {
  max-width: 620px;
  margin-top: 1rem;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

.standard-content-feature {
  margin-top: 1.5rem;
}

.standard-content-feature img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.standard-content-body {
  max-width: 680px;
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.75;
}

.error-page-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 6rem 2rem;
  text-align: center;
}

.error-page-label {
  margin-bottom: 1rem;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.error-page-title {
  margin-bottom: 1rem;
  color: var(--graphite);
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
}

.error-page-text {
  margin-bottom: 2rem;
  color: var(--text-tertiary);
  font-size: 15px;
}

.error-page-link {
  padding: 9px 20px;
  border-radius: 4px;
  color: #fff;
  background: var(--teal-active);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.archive-sidebar-heading {
  margin-bottom: 1rem;
}

.region-side-note {
  margin-top: 10px;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
  font-size: 11px;
}
