/* ============================================================================
   intelligence.css — shared stylesheet for The Intelligence article template.
   Linked by every intelligence-*.html article. Per-article bespoke hero motifs
   (the animated SVG diagrams) keep their own small inline <style> block; the
   shared .motif class below handles their common positioning + photo overlay.

   Type scale (2026-06-23 best-in-class pass): body 18px / 1.7 line-height,
   reading measure capped ~38rem, fluid h2/h3, small reading text floored at
   ~12.5px. Tracked uppercase eyebrow labels stay 11px by design.
   ============================================================================ */

:root {
  --navy: #0F1F38;
  --teal: #2E8B90;
  --teal-dark: #1E6B70;
  --sage: #4E7260;
  --sage-light: #7A9E87;
  --gold: #C4A55A;
  --warm-white: #F5F2ED;
  --offwhite: #F5F2ED;
  --measure: 38rem; /* ~68-72 character reading column */
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'DM Sans', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--navy); -webkit-font-smoothing: antialiased; }

/* ─── NAV ─── */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; background: rgba(15,31,56,0.97); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 400; letter-spacing: 0.06em; color: var(--offwhite); text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-intel { font-size:12px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,242,237,0.6); text-decoration: none; transition: color 0.2s; }
.nav-intel:hover { color: var(--offwhite); }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { font-size:12px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,242,237,0.5); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--offwhite); }
.nav-cta { background: var(--teal); color: white; font-size:12px; letter-spacing: 0.2em; text-transform: uppercase; padding: 12px 24px; text-decoration: none; border-radius: 2px; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--offwhite); }
.mob-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; z-index: 99; background: var(--navy); padding: 24px 32px; flex-direction: column; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mob-nav.open { display: flex; }
.mob-nav a { font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(245,242,237,0.6); text-decoration: none; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.mob-nav a.active { color: var(--offwhite); }
.mob-cta { margin-top: 20px; background: var(--teal); color: white; font-size:12px; letter-spacing: 0.2em; text-transform: uppercase; padding: 16px 24px; text-decoration: none; text-align: center; border-radius: 2px; }

/* PROGRESS BAR */
.progress-bar { position: fixed; top: 64px; left: 0; right: 0; height: 2px; background: rgba(15,31,56,0.08); z-index: 99; }
.progress-fill { height: 100%; background: var(--teal); width: 0%; transition: width 0.1s linear; }

/* ARTICLE HERO */
.article-hero {
  min-height: 80vh;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-top: 64px;
}
.ah-mesh { position: absolute; inset: 0; pointer-events: none; }
.ah-orb { position: absolute; border-radius: 50%; filter: blur(120px); }
.ah-o1 { width: 700px; height: 700px; top: -200px; right: -100px; background: radial-gradient(circle, rgba(46,139,144,0.2) 0%, transparent 70%); animation: od 22s ease-in-out infinite alternate; }
.ah-o2 { width: 400px; height: 400px; bottom: -80px; left: -60px; background: radial-gradient(circle, rgba(196,165,90,0.14) 0%, transparent 70%); animation: od 17s ease-in-out infinite alternate-reverse; }
@keyframes od { from { transform: translate(0,0) scale(1); } to { transform: translate(28px,22px) scale(1.07); } }
.ah-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(245,242,237,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(245,242,237,0.025) 1px, transparent 1px); background-size: 60px 60px; }

/* Hero photograph (optional). Drop a file at Images/Intelligence/<slug>-hero.jpg.
   If present, it becomes a full-bleed background with a navy scrim. The bespoke SVG
   motif stays visible OVER the photo. If absent, the <img> self-removes. */
/* object-position is per-image tunable: set --ah-pos on the hero (or the <img>)
   to frame each photo, e.g. style="--ah-pos:center 66%" to drop a busy upper
   third (stage slide / ceiling) and keep the subjects. */
.ah-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--ah-pos, center 42%); z-index: 0; }
/* --ah-scrim-k scales the whole scrim per-hero: 1 = original heavy scrim, lower = photo
   shows through more. Default 0.6 lifts every photo; bright LED-slide heroes set a higher
   value inline on the .article-hero to protect the light hero text. */
.ah-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0; transition: opacity .25s ease;
  background:
    /* vertical: very dark through the text column (bottom ~65%), lifting near the top-right to let the photo breathe */
    linear-gradient(to top,
      rgba(15,31,56,calc(0.99 * var(--ah-scrim-k, 0.6))) 0%,
      rgba(15,31,56,calc(0.95 * var(--ah-scrim-k, 0.6))) 34%,
      rgba(15,31,56,calc(0.78 * var(--ah-scrim-k, 0.6))) 60%,
      rgba(15,31,56,calc(0.55 * var(--ah-scrim-k, 0.6))) 82%,
      rgba(15,31,56,calc(0.66 * var(--ah-scrim-k, 0.6))) 100%),
    /* horizontal: darken the left text column, ease off to the right */
    linear-gradient(to right,
      rgba(15,31,56,calc(0.90 * var(--ah-scrim-k, 0.6))) 0%,
      rgba(15,31,56,calc(0.58 * var(--ah-scrim-k, 0.6))) 44%,
      rgba(15,31,56,calc(0.20 * var(--ah-scrim-k, 0.6))) 78%,
      rgba(15,31,56,calc(0.10 * var(--ah-scrim-k, 0.6))) 100%); }
.article-hero.has-photo .ah-scrim { opacity: 1; }
.article-hero.has-photo .ah-orb { opacity: 0.45; }

/* SHARED MOTIF FRAME — bespoke animated SVG diagram in the hero.
   Geometry (right / top / transform / size) is bespoke per article and lives in
   that article's inline <style>, alongside its SVG-child rules. Shared sheet only
   owns the universal bits + the photo-overlay + the responsive hide.
   Markup: <div class="motif"> … </div> */
.motif {
  position: absolute;
  pointer-events: none;
}
/* Keep the motif visible OVER a hero photo: lift above the scrim + soft dark halo for legibility */
.article-hero.has-photo .motif { z-index: 2; background: radial-gradient(ellipse at center, rgba(15,31,56,0.62) 0%, rgba(15,31,56,0.30) 46%, transparent 72%); }

.ah-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 80px 48px 100px;
  width: 100%;
}

.ah-breadcrumb {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size:11px; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 48px;
}
.ab-link { color: rgba(245,242,237,0.3); text-decoration: none; transition: color 0.2s; }
.ab-link:hover { color: rgba(245,242,237,0.7); }
.ab-sep { color: rgba(245,242,237,0.15); }
.ab-curr { color: var(--teal); }

.ah-series {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(46,139,144,0.1); border: 1px solid rgba(46,139,144,0.2);
  border-radius: 2px; padding: 8px 16px; margin-bottom: 28px;
}
.as-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.as-text { font-size:11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--teal); font-weight: 500; }

.ah-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 300;
  color: var(--offwhite);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  max-width: 880px;
}
.ah-title em { font-style: italic; color: var(--teal); }
.ah-dek { font-family: 'Cormorant Garamond', serif; font-size: clamp(19px, 2.2vw, 26px); font-weight: 300; font-style: italic; color: rgba(245,242,237,0.62); line-height: 1.42; max-width: 720px; margin-bottom: 36px; }

.ah-meta-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ah-author { display: flex; align-items: center; gap: 12px; }
.ah-author-dot { width: 36px; height: 36px; border-radius: 50%; background: rgba(46,139,144,0.2); border: 1px solid rgba(46,139,144,0.3); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 12px; color: var(--offwhite); letter-spacing: 0.04em; }
.ah-author-name { font-size: 12px; font-weight: 400; color: rgba(245,242,237,0.7); }
.ah-author-role { font-size:11px; letter-spacing: 0.08em; color: rgba(245,242,237,0.3); }
.ah-meta-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.1); }
.ah-tag { font-size:11px; letter-spacing: 0.18em; text-transform: uppercase; padding: 6px 12px; border: 1px solid rgba(255,255,255,0.1); color: rgba(245,242,237,0.4); border-radius: 2px; }
.ah-read-time { font-size:11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,242,237,0.3); }

/* ─── ARTICLE LAYOUT ─── */
.article-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 80px;
  align-items: start;
}

/* ARTICLE BODY */
.article-body { min-width: 0; }

.lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
  border-left: 2px solid var(--teal);
  padding-left: 28px;
  max-width: calc(var(--measure) + 28px);
}

.body-text {
  font-size: 18px;
  font-weight: 300;
  color: rgba(15,31,56,0.74);
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: var(--measure);
}
.body-text strong { color: var(--navy); font-weight: 500; }
.body-text em { font-style: italic; }

.article-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4.4vw, 40px);
  font-weight: 300;
  color: var(--navy);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 72px 0 24px;
  max-width: var(--measure);
}
.article-h2 em { font-style: italic; color: var(--teal); }

.article-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(21px, 2.6vw, 25px);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.25;
  margin: 48px 0 18px;
  max-width: var(--measure);
}

/* ARTICLE FIGURE (in-body photograph). Self-hides if the file is missing. */
.article-figure { margin: 56px 0; }
.article-figure img { width: 100%; height: auto; display: block; border-radius: 3px; }
/* Presentation still / screenshot: a hairline frame + soft lift so a bright,
   white-ground capture sits cleanly on the warm page instead of bleeding into it. */
.article-figure.is-still img { border: 1px solid rgba(15,31,56,0.10); border-radius: 6px; box-shadow: 0 14px 34px rgba(15,31,56,0.10); }
.fig-cap { font-size: 12.5px; letter-spacing: 0.02em; color: rgba(15,31,56,0.5); line-height: 1.55; margin-top: 14px; padding-left: 16px; border-left: 2px solid var(--teal); }
.fig-cap span { color: rgba(15,31,56,0.35); }

/* Two-up portrait pair, shared caption */
.figure-pair { margin: 56px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.figure-pair img { width: 100%; height: auto; display: block; border-radius: 3px; }
.figure-pair + .fig-cap { margin-top: 14px; }

/* PULL QUOTE */
.pull-quote {
  margin: 56px 0;
  padding: 40px 44px;
  background: var(--navy);
  border-radius: 3px;
  position: relative;
}
.pq-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  font-weight: 300;
  color: rgba(46,139,144,0.3);
  line-height: 0.8;
  margin-bottom: 16px;
}
.pq-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  font-weight: 300;
  font-style: italic;
  color: var(--offwhite);
  line-height: 1.4;
  margin-bottom: 20px;
}
.pq-text strong { font-style: normal; font-weight: 400; color: var(--teal); }
.pq-source { font-size:11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,242,237,0.3); }

/* DATA CALLOUT */
.data-callout {
  margin: 48px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  background: rgba(15,31,56,0.06);
  border: 1px solid rgba(15,31,56,0.07);
  border-radius: 3px;
  overflow: hidden;
}
.dc-item {
  flex: 1 1 0;
  min-width: 0;
  background: var(--warm-white);
  padding: 32px 24px;
  text-align: center;
}
.dc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
}
.dc-num em { font-style: italic; color: var(--teal); }
.dc-label { font-size: 12.5px; font-weight: 300; color: rgba(15,31,56,0.55); line-height: 1.5; }
.dc-cite { font-size:11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(15,31,56,0.25); margin-top: 8px; }

/* MECHANISM BLOCK */
.mechanism-block {
  margin: 56px 0;
  border: 1px solid rgba(15,31,56,0.08);
  border-radius: 3px;
  overflow: hidden;
}
.mb-header {
  background: var(--navy);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mb-num { font-family: 'Cormorant Garamond', serif; font-size: 13px; font-weight: 300; color: var(--teal); letter-spacing: 0.15em; }
.mb-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 300; color: var(--offwhite); }
.mb-body {
  padding: 32px;
  font-size: 15.5px;
  font-weight: 300;
  color: rgba(15,31,56,0.68);
  line-height: 1.75;
}
.mb-body strong { color: var(--navy); font-weight: 500; }
.mb-cite {
  padding: 16px 32px;
  background: rgba(15,31,56,0.03);
  border-top: 1px solid rgba(15,31,56,0.06);
  font-size:11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15,31,56,0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}
.mb-cite::before { content: ''; display: block; width: 20px; height: 1px; background: var(--teal); flex-shrink: 0; }

/* EVIDENCE CARD */
.evidence-card {
  margin: 48px 0;
  background: #EAE6E0;
  border-radius: 3px;
  padding: 36px 40px;
}
.ec-label { font-size:11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ec-label::before { content: ''; width: 20px; height: 1px; background: var(--teal); }
.ec-study { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.ec-finding { font-size: 15px; font-weight: 300; color: rgba(15,31,56,0.68); line-height: 1.7; margin-bottom: 16px; }
.ec-source { font-size:11px; letter-spacing: 0.12em; color: rgba(15,31,56,0.35); }

/* SAFETY NOTE (gold-accented caution) */
.safety-note { margin: 48px 0; background: rgba(196,165,90,0.08); border: 1px solid rgba(196,165,90,0.3); border-left: 3px solid var(--gold); border-radius: 3px; padding: 28px 32px; }
.sn-label { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: #9c8038; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.sn-label::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.sn-text { font-size: 15px; font-weight: 300; color: rgba(15,31,56,0.74); line-height: 1.75; }
.sn-text strong { color: var(--navy); font-weight: 500; }

/* PRACTICE BOX (teal-accented how-to) */
.practice-box { margin: 56px 0; background: #fff; border: 1px solid rgba(15,31,56,0.08); border-top: 3px solid var(--teal); border-radius: 3px; padding: 36px 40px; }
.prb-label { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.prb-label::before { content: ''; width: 24px; height: 1px; background: var(--teal); }
.prb-title { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 400; color: var(--navy); line-height: 1.2; margin-bottom: 24px; letter-spacing: -0.01em; }
.prb-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.prb-item { display: flex; gap: 18px; align-items: flex-start; }
.prb-num { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; color: var(--teal); line-height: 1.2; flex-shrink: 0; width: 28px; }
.prb-body { font-size: 15.5px; font-weight: 300; color: rgba(15,31,56,0.74); line-height: 1.7; }
.prb-body strong { color: var(--navy); font-weight: 500; }

/* CONCLUSION */
.conclusion {
  margin: 56px 0;
  padding: 48px;
  background: var(--navy);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.con-mesh { position: absolute; inset: 0; pointer-events: none; }
.con-orb { position: absolute; width: 300px; height: 300px; border-radius: 50%; filter: blur(80px); bottom: -80px; right: -60px; background: radial-gradient(circle, rgba(46,139,144,0.15) 0%, transparent 70%); }
.con-content { position: relative; z-index: 2; }
.con-label { font-size:11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--teal); margin-bottom: 24px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.con-label::before { content: ''; width: 24px; height: 1px; background: var(--teal); }
.con-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 4vw, 36px); font-weight: 300; color: var(--offwhite); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 24px; }
.con-heading em { font-style: italic; color: var(--teal); }
.con-body { font-size: 16px; font-weight: 300; color: rgba(245,242,237,0.62); line-height: 1.8; margin-bottom: 40px; }
.con-body strong { color: var(--offwhite); font-weight: 400; }
.con-cta { display: inline-flex; align-items: center; gap: 12px; background: var(--teal); color: white; font-size:11px; letter-spacing: 0.22em; text-transform: uppercase; padding: 16px 32px; text-decoration: none; border-radius: 2px; transition: background 0.2s; }
.con-cta:hover { background: var(--teal-dark); }

/* REFERENCES */
.references {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid rgba(15,31,56,0.08);
}
.ref-title { font-size:11px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(15,31,56,0.35); margin-bottom: 24px; }
.ref-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ref-item { font-size: 12.5px; font-weight: 300; color: rgba(15,31,56,0.45); line-height: 1.65; display: flex; gap: 12px; }
.ref-num { font-family: 'Cormorant Garamond', serif; font-size: 13px; color: var(--teal); flex-shrink: 0; }

/* SIDEBAR */
.sidebar-sticky { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 24px; }

.toc-card { background: white; border: 1px solid rgba(15,31,56,0.08); border-radius: 3px; overflow: hidden; }
.toc-header { padding: 18px 24px; border-bottom: 1px solid rgba(15,31,56,0.06); font-size:11px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(15,31,56,0.4); }
.toc-list { list-style: none; padding: 12px 0; }
.toc-item a { display: block; padding: 10px 24px; font-size: 12.5px; color: rgba(15,31,56,0.55); text-decoration: none; transition: all 0.15s; border-left: 2px solid transparent; }
.toc-item a:hover, .toc-item.active a { color: var(--navy); border-left-color: var(--teal); background: rgba(15,31,56,0.02); }

/* QUICK-REFERENCE CARD (navy) */
.quickref-card { background: var(--navy); border-radius: 3px; overflow: hidden; }
.qr-header { padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,0.06); font-size:11px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(245,242,237,0.35); }
.qr-item { padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.qr-item:last-child { border-bottom: none; }
.qr-k { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 400; color: var(--teal); line-height: 1.2; margin-bottom: 6px; }
.qr-v { font-size:12px; font-weight: 300; color: rgba(245,242,237,0.45); line-height: 1.55; }

/* SERIES NAV CARD */
.series-card { background: var(--warm-white); border: 1px solid rgba(15,31,56,0.08); border-radius: 3px; overflow: hidden; }
.sc-label { padding: 16px 24px; background: rgba(46,139,144,0.08); border-bottom: 1px solid rgba(46,139,144,0.1); font-size:11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal-dark); }
.sc-item { display: block; padding: 14px 24px; border-bottom: 1px solid rgba(15,31,56,0.06); text-decoration: none; }
.sc-item:last-child { border-bottom: none; }
.sc-part { font-size:11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(15,31,56,0.4); margin-bottom: 4px; }
.sc-name { font-size: 13.5px; font-weight: 400; color: rgba(15,31,56,0.72); line-height: 1.4; }
.sc-item.current { background: rgba(46,139,144,0.06); }
.sc-item.current .sc-part { color: var(--teal-dark); }
.sc-item.current .sc-name { color: var(--navy); }
.sc-item.soon { cursor: default; }
.sc-item.soon .sc-name { color: rgba(15,31,56,0.4); }

/* NEXT ARTICLE */
.next-article { background: #EAE6E0; padding: 80px 48px; }
.na-inner { max-width: 1200px; margin: 0 auto; }
.na-label { font-size:11px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(15,31,56,0.35); margin-bottom: 32px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.na-label::before { content: ''; width: 24px; height: 1px; background: rgba(15,31,56,0.2); }
.na-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px; background: var(--warm-white); border: 1px solid rgba(15,31,56,0.07); border-radius: 3px; text-decoration: none; color: inherit; transition: transform 0.3s; }
.na-card:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(15,31,56,0.09); }
.na-series { font-size:11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: 12px; }
.na-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3.4vw, 32px); font-weight: 300; color: var(--navy); line-height: 1.1; letter-spacing: -0.02em; }
.na-title em { font-style: italic; color: var(--teal); }
.na-arrow { font-size: 36px; color: rgba(15,31,56,0.15); flex-shrink: 0; transition: color 0.2s; }
.na-card:hover .na-arrow { color: var(--teal); }

footer { background: var(--navy); padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; border-top: 1px solid rgba(255,255,255,0.06); }
.f-brand { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: rgba(245,242,237,0.3); letter-spacing: 0.06em; }
.f-brand span { color: var(--gold); }
.f-contact a { font-size:12px; letter-spacing: 0.08em; color: rgba(245,242,237,0.45); text-decoration: none; }
.f-contact a:hover { color: var(--offwhite); }
.f-copy { font-size:11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,242,237,0.2); }

@media (max-width: 1024px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .article-layout { grid-template-columns: 1fr; gap: 48px; }
  .article-sidebar { display: none; }
  .motif { display: none; }
  .data-callout .dc-item { flex-basis: calc(50% - 1px); }
  .na-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .site-nav, .next-article { padding-left: 24px; padding-right: 24px; }
  .ah-inner { padding: 60px 24px 80px; }
  .article-layout { padding: 48px 24px; }
  .pull-quote { padding: 28px 24px; }
  .conclusion { padding: 32px 28px; }
  .data-callout .dc-item { flex-basis: 100%; }
  .figure-pair { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 12px; text-align: center; padding: 24px; }
}
