/* ==========================================================================
   FACE Turtle Dove Report 2026 — Digital Edition
   ========================================================================== */

:root {
  /* FACE brand palette */
  --color-dark-green: #005000;
  --color-dark-green-700: #003c00;
  --color-safety-orange: #FF7900;
  --color-grey: #9D9D9D;
  --color-very-dark-red: #1F160D;
  --color-dark-red: #990000;
  --color-bdm-yellow: #FFCC00;

  --color-bg: #FBFAF7;
  --color-bg-alt: #F3F1EA;
  --color-surface: #FFFFFF;
  --color-text: #1F160D;
  --color-text-muted: #5A5348;
  --color-border: #E4E0D5;

  --font-body: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container-w: 1160px;
  --radius: 14px;
  --shadow-card: 0 4px 20px rgba(31, 22, 13, 0.08);
  --header-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--color-dark-green); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--color-dark-green);
  color: #fff;
  padding: 12px 20px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  left: 0;
}

/* Focus visibility */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--color-safety-orange);
  outline-offset: 2px;
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--color-border);
  transition: box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 2px 16px rgba(31, 22, 13, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--color-very-dark-red);
  flex-shrink: 0;
}
.brand img { width: 36px; height: 36px; border-radius: 50%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text small { font-size: 11px; letter-spacing: 0.06em; color: var(--color-text-muted); text-transform: uppercase; }
.brand-text strong { font-size: 15px; }

.main-nav { display: flex; }
.main-nav ul {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: var(--color-text);
  font-size: 14.5px;
  font-weight: 600;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.is-active {
  color: var(--color-dark-green);
  border-bottom-color: var(--color-safety-orange);
  text-decoration: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-safety-orange);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  flex-shrink: 0;
  white-space: nowrap;
}
.header-cta:hover { background: #e56c00; text-decoration: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-very-dark-red);
  position: relative;
  transition: 0.2s;
}
.nav-toggle span::before { content: ""; position: absolute; top: -7px; }
.nav-toggle span::after { content: ""; position: absolute; top: 7px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 78vh;
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/cover-turtle-dove-perched.png");
  background-size: cover;
  background-position: 60% center;
  transform: scale(1.02);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0,20,0,0.92) 0%, rgba(0,50,0,0.78) 38%, rgba(0,50,0,0.35) 62%, rgba(0,50,0,0.15) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 120px 0 90px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-bdm-yellow);
  margin-bottom: 18px;
}
.hero-eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--color-safety-orange);
  display: inline-block;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.08;
  margin: 0 0 18px;
  max-width: 720px;
  font-weight: 800;
}
.hero .lede {
  max-width: 560px;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: rgba(255,255,255,0.92);
  margin: 0 0 32px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 34px;
}
.hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--color-safety-orange); color: #fff; }
.btn-primary:hover { background: #e56c00; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-solid-green { background: var(--color-dark-green); color: #fff; }
.btn-solid-green:hover { background: var(--color-dark-green-700); }

.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.scroll-cue .chevron {
  width: 10px; height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: rotate(45deg) translate(0,0); }
  50% { transform: rotate(45deg) translate(4px,4px); }
}

/* ==========================================================================
   Section basics
   ========================================================================== */
section { padding: 84px 0; }
.section-alt { background: var(--color-bg-alt); }
.section-dark {
  background: var(--color-dark-green);
  color: #fff;
}
.section-dark a { color: var(--color-bdm-yellow); }

.eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-safety-orange);
  margin-bottom: 12px;
}
.eyebrow-lg {
  font-size: 22px;
  letter-spacing: 0.04em;
}
.section-dark .eyebrow { color: var(--color-bdm-yellow); }

h2.section-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  color: var(--color-very-dark-red);
  margin: 0 0 16px;
  line-height: 1.2;
}
.section-dark h2.section-title { color: #fff; }

.section-lede {
  max-width: 680px;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  margin: 0 0 40px;
}
.section-dark .section-lede { color: rgba(255,255,255,0.85); }

.section-head { margin-bottom: 40px; }

/* ==========================================================================
   Intro / two-col
   ========================================================================== */
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}
.intro-grid p { margin: 0 0 10px; color: var(--color-text); }
.intro-grid figure { margin: 0; }
.intro-grid figcaption {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 8px;
}
.intro-grid img { border-radius: var(--radius); box-shadow: var(--shadow-card); }

/* ==========================================================================
   Key stats
   ========================================================================== */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow-card);
}
.stat-card .stat-value {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--color-dark-green);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-card .stat-value.orange { color: var(--color-safety-orange); }
.stat-card .stat-value.red { color: var(--color-dark-red); }
.stat-card .stat-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-very-dark-red);
  margin-bottom: 6px;
}
.stat-card .stat-sub { font-size: 13px; color: var(--color-text-muted); }

/* ==========================================================================
   Takeaways list
   ========================================================================== */
.takeaway-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.takeaway-list li {
  display: flex;
  gap: 14px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: var(--shadow-card);
}
.takeaway-list .bullet {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--color-dark-green);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 13px;
}

/* ==========================================================================
   Chapters
   ========================================================================== */
.chapter {
  padding: 90px 0;
  border-top: 1px solid var(--color-border);
}
.chapter-number {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-grey);
  margin-bottom: 10px;
}
.chapter h2 { color: var(--color-very-dark-red); }
.chapter-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 780px;
}
.chapter-body p { margin: 0; }
.chapter-body h3 {
  font-size: 1.2rem;
  color: var(--color-dark-green);
  margin: 28px 0 4px;
}
.pull-quote-inline {
  border-left: 4px solid var(--color-safety-orange);
  padding: 4px 0 4px 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-very-dark-red);
  margin: 8px 0;
}

.figure-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  margin: 32px 0;
}
.figure-card img { width: 100%; cursor: zoom-in; }
img[data-lightbox]:focus-visible { outline: 3px solid var(--color-safety-orange); outline-offset: 2px; }
.figure-card figcaption {
  padding: 14px 20px;
  font-size: 13.5px;
  color: var(--color-text-muted);
  border-top: 1px solid var(--color-border);
}
.figure-card figcaption strong { color: var(--color-very-dark-red); }

.figure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.figure-grid .figure-card { margin: 0; }

.callout {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-dark-green);
  border-radius: 10px;
  padding: 20px 22px;
  font-size: 14.5px;
}
.callout h4 {
  margin: 0 0 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-dark-green);
}

/* traffic light rows */
.traffic-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}
.traffic-row span { font-size: 14.5px; }
.traffic-light {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
  background: #1a1a1a;
  border-radius: 8px;
  padding: 6px;
}
.traffic-light .bulb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4a4a4a;
}
.traffic-light.is-green .bulb:nth-child(3) { background: var(--color-dark-green); }
.traffic-light.is-amber .bulb:nth-child(2) { background: #f2b705; }
.traffic-light.is-red .bulb:nth-child(1) { background: var(--color-dark-red); }

/* Country notes grid */
.country-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.country-note {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 16px 18px;
}
.country-note strong { color: var(--color-dark-green); display: block; margin-bottom: 4px; }
.country-note span { font-size: 13.5px; color: var(--color-text-muted); }

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  position: relative;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.65));
}

/* ==========================================================================
   Quotes / case studies
   ========================================================================== */
.quote-block {
  background: var(--color-very-dark-red);
  color: #fff;
  border-radius: var(--radius);
  padding: 44px 48px;
  position: relative;
}
.quote-block::before {
  content: "\201C";
  font-size: 5rem;
  color: var(--color-safety-orange);
  position: absolute;
  top: 6px; left: 20px;
  line-height: 1;
  font-family: Georgia, serif;
}
.quote-block blockquote {
  margin: 0 0 16px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 40px;
}
.quote-block cite {
  display: block;
  padding-left: 40px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.7);
  font-style: normal;
}

.case-study {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-card);
}
.case-study .tag {
  display: inline-block;
  background: var(--color-bdm-yellow);
  color: var(--color-very-dark-red);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.case-study h3 { margin: 0 0 14px; color: var(--color-very-dark-red); }
.method-steps {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.method-steps li {
  display: flex;
  gap: 12px;
  font-size: 14.5px;
}
.method-steps .n {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--color-dark-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* ==========================================================================
   Timeline
   ========================================================================== */
.timeline {
  position: relative;
  margin-top: 40px;
  padding-left: 28px;
  border-left: 3px solid var(--color-border);
}
.timeline-item {
  position: relative;
  padding-bottom: 34px;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 2px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--color-safety-orange);
  border: 3px solid var(--color-bg);
}
.timeline-item .year {
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.timeline-item p { margin: 0; color: rgba(255,255,255,0.88); font-size: 14.5px; max-width: 640px; }

/* ==========================================================================
   Conclusions
   ========================================================================== */
.conclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.conclusion-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius);
  padding: 24px;
}
.conclusion-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: var(--color-bdm-yellow);
}
.conclusion-card p { margin: 0; font-size: 14.5px; color: rgba(255,255,255,0.88); }

/* ==========================================================================
   Download / share
   ========================================================================== */
.download-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 48px;
  box-shadow: var(--shadow-card);
}
.download-panel h2 { margin-top: 0; }
.download-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.share-row {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.share-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-dark-green);
  cursor: pointer;
  font-weight: 700;
}
.share-btn:hover { background: var(--color-dark-green); color: #fff; }
.download-visual {
  background: var(--color-dark-green);
  border-radius: 16px;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.download-visual img { height: 100%; width: 100%; object-fit: cover; }

.copy-feedback {
  font-size: 13px;
  color: var(--color-dark-green);
  margin-top: 10px;
  min-height: 18px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--color-very-dark-red);
  color: rgba(255,255,255,0.75);
  padding: 60px 0 30px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.footer-brand { display: flex; gap: 12px; align-items: flex-start; }
.footer-brand img { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
.footer-brand p { margin: 8px 0 0; font-size: 13px; color: rgba(255,255,255,0.6); max-width: 260px; }
.footer-col h4 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-col a { color: rgba(255,255,255,0.75); font-size: 14px; }
.footer-col a:hover { color: var(--color-bdm-yellow); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  flex-wrap: wrap;
  gap: 10px;
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--color-dark-green);
  color: #fff;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
  z-index: 400;
  font-size: 18px;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 5, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 900;
  padding: 40px;
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: 92vw;
  max-height: 82vh;
  border-radius: 8px;
  box-shadow: 0 10px 60px rgba(0,0,0,0.5);
}
.lightbox-caption {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-top: 16px;
  font-size: 14px;
}
.lightbox-close {
  position: absolute;
  top: 24px; right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}

/* ==========================================================================
   Table of contents chip nav (mobile)
   ========================================================================== */
.toc-chip-bar {
  display: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .intro-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .figure-grid,
  .conclusion-grid,
  .country-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .download-panel { grid-template-columns: 1fr; padding: 32px; }
  .download-visual { aspect-ratio: 16/9; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .header-cta span { display: none; }
  body.nav-open .main-nav {
    display: block;
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    padding: 12px 24px 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  }
  body.nav-open .main-nav ul { flex-direction: column; gap: 4px; }
  body.nav-open .main-nav a { display: block; padding: 10px 0; }

  .hero { min-height: 90vh; }
  .hero-inner { padding: 100px 20px 70px; }
  .stats-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .quote-block { padding: 32px 24px; }
  .quote-block blockquote,
  .quote-block cite { padding-left: 0; }
  .quote-block::before { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  section { padding: 60px 0; }
  .chapter { padding: 60px 0; }
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  .site-header, .back-to-top, .nav-toggle, .scroll-cue, .lightbox, .header-cta { display: none !important; }
  .hero { min-height: auto; color: #000; }
  .hero::after, .hero::before { display: none; }
  section, .chapter { padding: 24px 0; break-inside: avoid; }
  body { background: #fff; color: #000; }
  .section-dark { background: #fff; color: #000; }
  a { color: #000; text-decoration: underline; }
  .figure-card, .stat-card, .case-study, .country-note { box-shadow: none; border: 1px solid #ccc; }
}
