/* ============================================
   LA TOKENISATION — DESIGN SYSTEM
   Tokenisation Cluster · latokenisation.com
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600&display=swap');

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

:root {
  --salmon: #F0F4F8;
  --salmon-dark: #E2E8F0;
  --salmon-deep: #CBD5E1;
  --salmon-border: #94A3B8;
  --salmon-hover: #F8FAFC;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Serif 4', Georgia, serif;
  --font-ui: 'DM Sans', 'Helvetica Neue', sans-serif;

  --ink: #0F172A;
  --ink-80: #1E293B;
  --ink-60: #475569;
  --ink-40: #64748B;
  --ink-25: #94A3B8;
  --ink-15: #CBD5E1;
  --white: #FFFFFF;

  --accent: #1E40AF;
  --accent-dark: #1E3A8A;
  --accent-mid: #2563EB;
  --accent-light: #60A5FA;
  --accent-pale: #DBEAFE;

  --accent2: #D97706;
  --accent2-dark: #B45309;
  --accent2-light: #FBBF24;

  --section-economy: #1E40AF;
  --section-energy: #7C3AED;
  --section-tourism: #D97706;
  --section-logistics: #0891B2;
  --section-digital: #059669;
  --section-governance: #DC2626;

  --positive: #059669;
  --negative: #DC2626;
  --warning: #D97706;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--salmon);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }

/* ============================================
   LAYOUT
   ============================================ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 740px; margin: 0 auto; padding: 0 24px; }

/* ============================================
   SHARED COMPONENTS
   ============================================ */

/* Section Tags */
.section-tag {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
}
.section-tag--economy { color: var(--section-economy); }
.section-tag--energy { color: var(--section-energy); }
.section-tag--tourism { color: var(--section-tourism); }
.section-tag--logistics { color: var(--section-logistics); }
.section-tag--digital { color: var(--section-digital); }
.section-tag--governance { color: var(--section-governance); }

/* Badges */
.badge {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: 3px;
  vertical-align: middle;
}
.badge--premium { background: var(--accent2); color: var(--white); }
.badge--l2 { background: var(--accent); color: var(--white); }
.badge--new { background: var(--positive); color: var(--white); }

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.btn--primary { background: var(--accent); color: var(--white); }
.btn--primary:hover { background: var(--accent-dark); color: var(--white); }
.btn--accent2 { background: var(--accent2); color: var(--white); }
.btn--accent2:hover { background: var(--accent2-dark); color: var(--white); }

/* Trends */
.trend { font-family: var(--font-ui); font-size: 12px; font-weight: 600; }
.trend--up { color: var(--positive); }
.trend--down { color: var(--negative); }
.trend--flat { color: var(--ink-40); }

/* Timestamps */
.timestamp {
  font-family: var(--font-ui);
  font-size: 11px;
  color: var(--ink-40);
  white-space: nowrap;
}

/* Updated tag */
.updated-tag {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  color: var(--positive);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Section Label */
.section-label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-40);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--salmon-border);
}

/* Rule */
hr.rule {
  border: none;
  border-top: 1px solid var(--salmon-border);
  margin: 0;
}

/* ============================================
   HEADER
   ============================================ */

header {
  background: var(--salmon);
  border-bottom: 1px solid var(--salmon-border);
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Masthead */
.masthead {
  background: var(--ink);
  color: rgba(255,255,255,0.6);
  padding: 6px 0;
  font-family: var(--font-ui);
  font-size: 12px;
}
.masthead .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.masthead__left { color: rgba(255,255,255,0.5); }
.masthead__right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.masthead__right a {
  color: rgba(255,255,255,0.6);
  font-size: 11px;
  font-weight: 500;
  transition: color 0.15s;
}
.masthead__right a:hover { color: var(--white); }
.masthead__subscribe {
  background: var(--accent);
  color: var(--white) !important;
  padding: 4px 12px;
  border-radius: 2px;
  font-weight: 600 !important;
  font-size: 11px;
}
.masthead__subscribe:hover { background: var(--accent-mid); }

/* Brand */
.brand {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
  padding: 20px 0;
  text-align: center;
}
.brand__name {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.brand__tagline {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  margin-top: 4px;
  font-style: italic;
}
.brand__subtitle {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-top: 6px;
}

/* Navigation */
.nav {
  background: var(--salmon-dark);
  border-bottom: 1px solid var(--salmon-border);
}
.nav .container { padding: 0 24px; }
.nav__list {
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nav__list::-webkit-scrollbar { display: none; }
.nav__item {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-60);
  padding: 10px 14px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__item:hover {
  color: var(--accent);
  border-bottom-color: var(--accent-light);
}
.nav__item--active {
  color: var(--accent);
  border-bottom-color: var(--accent);
  font-weight: 600;
}
.nav__badge {
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 700;
  background: var(--accent2);
  color: var(--white);
  padding: 1px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Ticker */
.ticker {
  background: var(--ink-80);
  overflow: hidden;
  padding: 6px 0;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker__track {
  display: inline-flex;
  align-items: center;
  animation: ticker-scroll 50s linear infinite;
  white-space: nowrap;
}
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  font-family: var(--font-ui);
  font-size: 11px;
}
.ticker__label { color: rgba(255,255,255,0.45); font-weight: 500; }
.ticker__value { color: var(--white); font-weight: 600; }
.ticker__change--up { color: #34D399; font-weight: 600; }
.ticker__change--down { color: #F87171; font-weight: 600; }
.ticker__sep { color: rgba(255,255,255,0.2); padding: 0 4px; font-size: 14px; }

/* ============================================
   HOMEPAGE (TEMPLATE A)
   ============================================ */

main { padding: 0 0 48px; }

/* Hero */
.home-hero {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 0;
  padding: 28px 0 0;
}
.home-hero__main {
  padding-right: 32px;
  border-right: 1px solid var(--salmon-border);
  min-width: 0;
}
.home-hero__sidebar {
  padding-left: 32px;
  align-self: start;
  min-width: 0;
}

.home-hero__headline {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.16;
  color: var(--ink);
  margin: 8px 0 14px;
}
.home-hero__standfirst {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--ink-60);
  line-height: 1.55;
}
.home-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Secondary Stories */
.secondary-story {
  padding: 20px 0;
  border-top: 1px solid var(--salmon-border);
}
.secondary-story__headline {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
  margin: 6px 0 8px;
}
.secondary-story__headline a { color: inherit; }
.secondary-story__headline a:hover { color: var(--accent); }
.secondary-story__excerpt {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--ink-60);
  line-height: 1.5;
}

/* Sidebar widgets */
.sidebar-widget {
  padding: 20px 0;
  border-top: 1px solid var(--salmon-border);
}
.sidebar-widget:first-child { border-top: none; padding-top: 0; }
.sidebar-widget__title {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-40);
  margin-bottom: 14px;
}

/* Sidebar indicators */
.sidebar-indicator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid var(--salmon-border);
  font-family: var(--font-ui);
  font-size: 12.5px;
}
.sidebar-indicator:last-child { border-bottom: none; }
.sidebar-indicator__name { color: var(--ink-80); }
.sidebar-indicator__value {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
}

/* L2 Callout */
.l2-callout {
  background: var(--accent-dark);
  color: var(--white);
  padding: 24px;
  margin: 20px 0;
}
.l2-callout__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--white);
}
.l2-callout__desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  margin-bottom: 14px;
}
.l2-callout .btn { font-size: 11px; padding: 6px 14px; }

/* Network Links */
.network-link {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--salmon-border);
  transition: color 0.1s;
}
.network-link:last-child { border-bottom: none; }
.network-link:hover { color: var(--accent); }
.network-link__domain {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
}
.network-link:hover .network-link__domain { color: var(--accent-dark); }
.network-link__desc {
  font-family: var(--font-ui);
  font-size: 11px;
  color: var(--ink-40);
  margin-top: 1px;
}

/* Top Stories */
.top-stories { padding: 32px 0; }
.top-stories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.top-stories__item {
  padding: 0 20px;
  border-left: 1px solid var(--salmon-border);
}
.top-stories__item:first-child { border-left: none; padding-left: 0; }
.top-stories__item:last-child { padding-right: 0; }
.top-stories__item-headline {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
  margin: 8px 0;
}
.top-stories__item-headline a { color: inherit; }
.top-stories__item-headline a:hover { color: var(--accent); }
.top-stories__item-desc {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--ink-60);
  line-height: 1.5;
}

/* KPI Scorecard */
.kpi-scorecard { padding: 32px 0; }
.kpi-scorecard__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.kpi-card {
  padding: 20px;
  border-left: 1px solid var(--salmon-border);
}
.kpi-card:first-child { border-left: none; }
.kpi-card__name {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-40);
  margin-bottom: 8px;
}
.kpi-card__value {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}
.kpi-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-family: var(--font-ui);
  font-size: 11px;
}
.kpi-card__target { color: var(--ink-40); }
.kpi-card__progress { margin-top: 10px; }
.progress-bar {
  height: 4px;
  background: var(--salmon-deep);
  border-radius: 2px;
  overflow: hidden;
}
.progress-bar__fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.5s ease;
}
.progress-bar__fill--accent { background: var(--accent); }
.progress-bar__fill--warning { background: var(--warning); }
.progress-bar__fill--negative { background: var(--negative); }
.progress-bar__fill--positive { background: var(--positive); }

/* Article Stream */
.article-stream { padding: 24px 0; }
.stream-item {
  padding: 20px 0;
  border-top: 1px solid var(--salmon-border);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
}
.stream-item:first-child { border-top: none; }
.stream-item__headline {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
  margin: 4px 0 6px;
}
.stream-item__headline a { color: inherit; }
.stream-item__headline a:hover { color: var(--accent); }
.stream-item__excerpt {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--ink-60);
  line-height: 1.5;
}

/* GCC / Comparison Table */
.gcc-preview { margin-bottom: 4px; }
.gcc-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-ui);
  font-size: 13px;
}
.gcc-table th {
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gcc-table td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--salmon-border);
  color: var(--ink-60);
}
.gcc-table td:first-child { font-weight: 500; color: var(--ink); }
.gcc-table tr:hover td { background: var(--salmon-hover); }
.gcc-table .highlight-col { background: rgba(30,64,175,0.04); }
.gcc-table .leader { color: var(--accent); font-weight: 700; }

/* ============================================
   ARTICLE (TEMPLATE E)
   ============================================ */

.article-header {
  padding: 28px 0 20px;
  border-bottom: 3px solid var(--accent);
  margin-bottom: 0;
}
.article-header__headline {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.15;
  margin: 10px 0 16px;
  max-width: 760px;
}
.article-header__standfirst {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--ink-60);
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 700px;
  font-style: italic;
}
.article-header__byline {
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--ink-40);
}
.article-header__byline strong {
  color: var(--ink);
  font-weight: 600;
}

/* Article Layout */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  padding: 32px 0;
  gap: 0;
}
.article-layout__body {
  min-width: 0;
  padding-right: 40px;
  border-right: 1px solid var(--salmon-border);
}
.article-layout__sidebar {
  min-width: 0;
  padding-left: 28px;
  align-self: start;
}

/* Article Body Typography */
.article-layout__body p {
  font-family: var(--font-body);
  font-size: 1.06rem;
  color: var(--ink-80);
  line-height: 1.78;
  margin-bottom: 20px;
}
.article-layout__body h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--ink);
  margin: 40px 0 16px;
  padding-top: 16px;
  border-top: 1px solid var(--salmon-border);
  line-height: 1.3;
}
.article-layout__body h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  margin: 36px 0 16px;
  padding-top: 12px;
  border-top: 1px solid var(--salmon-border);
  line-height: 1.3;
}
.article-layout__body h4 {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 20px 0 8px;
}
.article-layout__body ul, .article-layout__body ol {
  list-style: disc;
  margin: 0 0 20px 24px;
}
.article-layout__body ol { list-style: decimal; }
.article-layout__body li {
  font-family: var(--font-body);
  font-size: 1.0rem;
  color: var(--ink-80);
  line-height: 1.65;
  margin-bottom: 6px;
}
.article-layout__body strong { font-weight: 700; color: var(--ink); }
.article-layout__body em { font-style: italic; }
.article-layout__body a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent-light);
  text-underline-offset: 2px;
}
.article-layout__body a:hover { text-decoration-color: var(--accent); }
.article-layout__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: var(--font-ui);
  font-size: 13px;
}
.article-layout__body th {
  background: var(--ink);
  color: var(--white);
  padding: 8px 12px;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.article-layout__body td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--salmon-border);
  color: var(--ink-60);
}
.article-layout__body tr:hover td { background: var(--salmon-hover); }

/* Data Callout */
.data-callout {
  background: var(--accent-pale);
  border-left: 4px solid var(--accent);
  padding: 16px 20px;
  margin: 24px 0;
}
.data-callout__number {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 4px;
}
.data-callout__label {
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--ink-60);
  line-height: 1.4;
}

/* Pull Quote */
.pull-quote {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  font-style: italic;
  color: var(--ink-80);
  border-left: 4px solid var(--accent2);
  padding: 12px 20px;
  margin: 28px 0;
  line-height: 1.45;
}

/* Article Break */
.article-break {
  text-align: center;
  color: var(--ink-25);
  margin: 32px 0;
  letter-spacing: 8px;
  font-size: 14px;
  font-family: var(--font-ui);
}

/* Article Tags */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--salmon-border);
}
.article-tag {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  background: var(--salmon-dark);
  color: var(--ink-60);
  padding: 3px 10px;
  border-radius: 2px;
  border: 1px solid var(--salmon-border);
}
.article-tag:hover {
  background: var(--accent-pale);
  color: var(--accent);
  border-color: var(--accent-light);
  cursor: pointer;
}

/* Subscribe CTA */
.subscribe-cta {
  background: var(--ink);
  padding: 24px;
  margin: 32px 0;
  text-align: center;
}
.subscribe-cta__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.subscribe-cta__desc {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* TOC */
.toc {
  position: sticky;
  top: 24px;
}
.toc__title {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-40);
  margin-bottom: 12px;
}
/* Hugo TOC styles */
.toc nav ul { list-style: none; margin: 0; padding: 0; }
.toc nav li { margin: 0; }
.toc nav a {
  display: block;
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--ink-60);
  padding: 5px 0 5px 10px;
  border-left: 2px solid transparent;
  margin-bottom: 2px;
  transition: color 0.1s, border-color 0.1s;
}
.toc nav a:hover {
  color: var(--accent);
  border-left-color: var(--accent);
}
.toc nav ul ul { padding-left: 12px; }

/* ============================================
   UTILITY PAGE (TEMPLATE F)
   ============================================ */

.utility-header {
  padding: 32px 0 20px;
  border-bottom: 2px solid var(--salmon-border);
  margin-bottom: 28px;
}
.utility-header__title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}
.utility-header__subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink-60);
  font-style: italic;
}

.utility-body {
  padding: 0;
  margin-bottom: 48px;
}
.utility-body p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink-80);
  line-height: 1.8;
  margin-bottom: 20px;
}
.utility-body h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin: 36px 0 14px;
  padding-top: 16px;
  padding-bottom: 10px;
  border-top: 1px solid var(--salmon-border);
  border-bottom: 2px solid var(--accent);
  letter-spacing: -0.01em;
}
.utility-body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin: 22px 0 10px;
}
.utility-body ul, .utility-body ol { margin: 0 0 18px 24px; }
.utility-body ul { list-style: disc; }
.utility-body ol { list-style: decimal; }
.utility-body li {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink-80);
  line-height: 1.65;
  margin-bottom: 6px;
}
.utility-body strong { font-weight: 700; color: var(--ink); }
.utility-body em { font-style: italic; color: var(--ink-60); }
.utility-body hr {
  border: none;
  border-top: 1px solid var(--salmon-border);
  margin: 28px 0;
}
.utility-body a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent-light);
  text-underline-offset: 2px;
}
.utility-body a:hover { text-decoration-color: var(--accent); }

/* ============================================
   ENCYCLOPÉDIE — A-Z NAV + SECTIONS
   ============================================ */

.az-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 16px 0 24px;
  border-bottom: 2px solid var(--salmon-border);
  margin-bottom: 40px;
}
.az-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink-60);
  border: 1px solid var(--salmon-border);
  background: var(--white);
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.az-nav a:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

/* Encyclopedia letter sections */
.container > section[id^="lettre-"] {
  margin-bottom: 48px;
}
.container > section[id^="lettre-"] > h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--accent);
  margin-bottom: 0;
  display: inline-block;
}

/* ============================================
   SECTION INDEX (TEMPLATE J)
   ============================================ */

/* Breadcrumbs */
.breadcrumbs { padding: 12px 0; margin-bottom: 8px; }
.breadcrumbs ol {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--ink-40);
}
.breadcrumbs li + li::before { content: "›"; color: var(--ink-25); }
.breadcrumbs a { color: var(--ink-40); }
.breadcrumbs a:hover { color: var(--accent); }

/* Section Index Header */
.section-index-header {
  padding: 20px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--salmon-border);
}
.section-index-header__name {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
}
.section-index-header__rule {
  height: 3px;
  width: 48px;
  margin-bottom: 14px;
  background: var(--accent);
}
.section-index-header__rule--economy { background: var(--section-economy); }
.section-index-header__rule--energy { background: var(--section-energy); }
.section-index-header__rule--tourism { background: var(--section-tourism); }
.section-index-header__rule--logistics { background: var(--section-logistics); }
.section-index-header__rule--digital { background: var(--section-digital); }
.section-index-header__rule--governance { background: var(--section-governance); }
.section-index-header__desc {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink-60);
  line-height: 1.6;
  max-width: 620px;
}

/* Section Layout */
.section-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0;
  align-items: start;
}
.section-layout__main {
  min-width: 0;
  padding-right: 32px;
  border-right: 1px solid var(--salmon-border);
}
.section-layout__sidebar {
  min-width: 0;
  padding-left: 28px;
  align-self: start;
}

/* Section KPI Strip */
.section-kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--salmon-border);
}
.section-kpi {
  padding: 12px 16px;
  border-right: 1px solid var(--salmon-border);
  transition: background 0.1s;
}
.section-kpi:last-child { border-right: none; }
.section-kpi:hover { background: var(--salmon-hover); }
.section-kpi__label {
  font-family: var(--font-ui);
  font-size: 10px;
  color: var(--ink-40);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.section-kpi__value {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}
.section-kpi__trend {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
}

/* Section Lead */
.section-lead {
  padding: 20px 0;
  border-bottom: 1px solid var(--salmon-border);
  margin-bottom: 24px;
}
.section-lead__headline {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
  margin: 10px 0 12px;
}
.section-lead__standfirst {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink-60);
  line-height: 1.65;
  margin-bottom: 12px;
}
.section-lead__meta { display: flex; gap: 12px; align-items: center; }

/* Featured Deep */
.featured-deep {
  border: 1px solid var(--salmon-border);
  padding: 20px;
  margin: 24px 0;
}
.featured-deep__headline {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin: 8px 0 10px;
}
.featured-deep__excerpt {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--ink-60);
  line-height: 1.55;
  margin-bottom: 14px;
}
.featured-deep__link {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.featured-deep__link:hover { color: var(--accent-dark); }

/* Entity Cards */
.entity-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 12px 0 24px;
  border-top: 1px solid var(--salmon-border);
  border-left: 1px solid var(--salmon-border);
}
.entity-card {
  padding: 16px;
  border-right: 1px solid var(--salmon-border);
  border-bottom: 1px solid var(--salmon-border);
  transition: background 0.1s;
}
.entity-card:hover { background: var(--salmon-hover); }
.entity-card__type {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 4px;
}
.entity-card__name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.entity-card__metric {
  font-family: var(--font-ui);
  font-size: 11px;
  color: var(--ink-40);
}

/* Cross Domain Callout */
.cross-domain-callout {
  border-top: 2px solid var(--accent);
  border-bottom: 1px solid var(--salmon-border);
  padding: 14px 0;
  margin: 16px 0;
}
.cross-domain-callout__text {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
}
.cross-domain-callout__sub {
  font-family: var(--font-ui);
  font-size: 11px;
  color: var(--ink-40);
}

/* ============================================
   404 PAGE (TEMPLATE M)
   ============================================ */

.error-page {
  text-align: center;
  padding: 48px 0 64px;
}
.error-page__code {
  font-family: var(--font-display);
  font-size: 8rem;
  font-weight: 900;
  color: var(--salmon-deep);
  line-height: 1;
  margin-bottom: 8px;
}
.error-page__headline {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.error-page__subtext {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink-60);
  margin-bottom: 28px;
}
.error-recovery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: left;
  max-width: 860px;
  margin: 0 auto 32px;
}
.error-recovery__title {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-40);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--salmon-border);
}
.error-recovery__link {
  display: block;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--accent);
  padding: 4px 0;
  border-bottom: 1px solid var(--salmon-deep);
}
.error-recovery__link:last-child { border-bottom: none; }
.error-recovery__link:hover { color: var(--accent-dark); }

/* ============================================
   FOOTER
   ============================================ */

.footer {
  background: var(--ink);
  color: rgba(255,255,255,0.6);
  padding: 40px 0 0;
  margin-top: 48px;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer__col-title {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
}
.footer__link {
  display: block;
  font-family: var(--font-ui);
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
  transition: color 0.15s;
}
.footer__link:hover { color: var(--white); }
.footer__bottom {
  padding: 20px 0;
  font-family: var(--font-ui);
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__disclaimer {
  font-size: 11px;
  line-height: 1.5;
  max-width: 680px;
}

/* ============================================
   COOKIE BANNER
   ============================================ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ink-80);
  color: rgba(255,255,255,0.75);
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 9999;
  font-family: var(--font-ui);
  font-size: 13px;
  border-top: 2px solid var(--accent);
}
.cookie-banner a { color: var(--accent-light); text-decoration: underline; }
.cookie-banner-buttons { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-manage {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 16px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: border-color 0.1s;
}
.cookie-manage:hover { border-color: var(--white); color: var(--white); }
.cookie-accept {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--white);
  cursor: pointer;
  transition: background 0.1s;
}
.cookie-accept:hover { background: var(--accent-dark); }

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .home-hero { grid-template-columns: 1fr; }
  .home-hero__main { padding-right: 0; border-right: none; border-bottom: 1px solid var(--salmon-border); padding-bottom: 24px; }
  .home-hero__sidebar { padding-left: 0; padding-top: 24px; }
  .top-stories__grid { grid-template-columns: repeat(2, 1fr); }
  .top-stories__item:nth-child(n+3) { border-top: 1px solid var(--salmon-border); padding-top: 20px; margin-top: 20px; }
  .kpi-scorecard__grid { grid-template-columns: repeat(2, 1fr); }
  .kpi-card:nth-child(2n+1) { border-left: none; }
  .entity-cards { grid-template-columns: repeat(2, 1fr); }
  .section-layout { grid-template-columns: 1fr; }
  .section-layout__main { padding-right: 0; border-right: none; border-bottom: 1px solid var(--salmon-border); padding-bottom: 24px; }
  .section-layout__sidebar { padding-left: 0; padding-top: 24px; }
  .footer__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .brand__name { font-size: 1.6rem; }
  .brand__tagline { font-size: 0.78rem; }
  .brand__subtitle { display: none; }

  .article-layout { grid-template-columns: 1fr; padding: 24px 0; }
  .article-layout__body { padding-right: 0; border-right: none; border-bottom: 1px solid var(--salmon-border); padding-bottom: 24px; }
  .article-layout__sidebar { padding-left: 0; padding-top: 24px; }
  .article-header__headline { font-size: 1.6rem; }

  .top-stories__grid { grid-template-columns: 1fr; }
  .top-stories__item { border-left: none; padding-left: 0; border-top: 1px solid var(--salmon-border); padding-top: 20px; margin-top: 20px; }
  .top-stories__item:first-child { border-top: none; padding-top: 0; margin-top: 0; }

  .kpi-scorecard__grid { grid-template-columns: repeat(2, 1fr); }
  .kpi-card { border-left: none; border-top: 1px solid var(--salmon-border); }
  .kpi-card:first-child { border-top: none; }

  .section-kpi-strip { grid-template-columns: repeat(2, 1fr); }
  .entity-cards { grid-template-columns: repeat(2, 1fr); }
  .error-recovery { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .gcc-table { display: block; overflow-x: auto; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .brand__name { font-size: 1.35rem; }
  .home-hero__headline { font-size: 1.8rem; }
  .kpi-scorecard__grid { grid-template-columns: 1fr; }
  .kpi-card { border-top: 1px solid var(--salmon-border); }
  .kpi-card:first-child { border-top: none; }
  .section-kpi-strip { grid-template-columns: repeat(2, 1fr); }
  .masthead__right a:not(.masthead__subscribe) { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .stream-item { grid-template-columns: 1fr; }
}
