/* ============================================================
   PDEC 2026 theme. Loaded after styles.css; remove this file's
   <link> to revert. Palette from Burrard Inlet: Inlet, Deep water,
   Fog, Glacier, and Buoy yellow as the single accent.
   ============================================================ */

:root {
  --inlet: #0F2A30;
  --deep: #081A1F;
  --fog: #E8EDEA;
  --glacier: #BFD9E3;
  --buoy: #F2B705;

  /* existing tokens, remapped so inline styles follow the new palette */
  --accent: #1E4F5C;
  --accent-dark: #0F2A30;
  --dark: #1C2A2E;
  --medium: #53666B;
  --teal: #2A6B5D;
  --amber: #8A5D0C;
  --coral: #B0533A;
  --purple: #5A5987;
  --light: #E3EAE7;
  --bg: #F1F4F2;
  --white: #FFFFFF;
  --border: #D3DCD9;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
  --radius: 3px;
  --radius-lg: 4px;
  --max-width: 1180px;
}

body {
  font-family: 'Archivo', system-ui, sans-serif;
  font-variation-settings: 'wdth' 100;
  font-size: 17px;
  color: var(--dark);
}

h1, h2, h3, .section-title, .page-header .section-title, .cta-section h2 {
  font-variation-settings: 'wdth' 76;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

:focus-visible { outline: 3px solid var(--buoy); outline-offset: 3px; }

/* ---------- nav ---------- */
.nav { background: rgba(241,244,242,0.94); border-bottom: 1px solid var(--border); }
.nav-logo { font-variation-settings: 'wdth' 75; font-size: 24px; color: var(--inlet); letter-spacing: 0.02em; }
.nav-links a { color: var(--dark); font-size: 15px; }
.nav-links a:hover, .nav-links a.active { color: var(--inlet); text-decoration: underline; text-decoration-color: var(--buoy); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-cta { background: var(--buoy) !important; color: var(--deep) !important; border-radius: 2px; }
.nav-cta:hover { background: #E0A800 !important; color: var(--deep) !important; text-decoration: none !important; }
.nav .nav-chat-btn { background: transparent; color: var(--inlet); border: 1px solid var(--inlet); border-radius: 2px; }
.nav .nav-chat-btn:hover { background: var(--inlet); color: var(--fog); }
.nav-email { background: transparent; border: 1px solid var(--border); border-radius: 2px; }
.nav-email svg { stroke: var(--inlet); }
.nav-email:hover { background: var(--light); }

/* nav floating over the homepage video */
body.has-video-hero .nav { position: fixed; left: 0; right: 0; transition: background 0.3s, border-color 0.3s; }
body.has-video-hero .nav.nav-over-hero { background: transparent; border-bottom-color: transparent; backdrop-filter: none; }
.nav.nav-over-hero .nav-logo,
.nav.nav-over-hero .nav-links a:not(.nav-cta) { color: var(--fog); }
.nav.nav-over-hero .nav-chat-btn, .nav.nav-over-hero .nav-chat-btn:hover { color: var(--fog); border-color: rgba(232,237,234,0.6); }
.nav.nav-over-hero .nav-email { border-color: rgba(232,237,234,0.4); }
.nav.nav-over-hero .nav-email svg { stroke: var(--fog); }
.nav.nav-over-hero .nav-hamburger span { background: var(--fog); }

/* ---------- buttons ---------- */
.btn { border-radius: 2px; font-size: 16px; padding: 14px 22px; }
.btn-primary { background: var(--buoy); color: var(--deep); }
.btn-primary:hover { background: #E0A800; color: var(--deep); }
.btn-secondary { background: transparent; color: var(--inlet); border: 1px solid var(--inlet); }
.btn-secondary:hover { background: var(--inlet); color: var(--fog); }
.btn-on-dark { background: transparent; color: var(--fog); border: 1px solid rgba(232,237,234,0.6); }
.btn-on-dark:hover { border-color: var(--fog); color: var(--fog); background: rgba(232,237,234,0.08); }
.btn-ghost::after { content: none; }
.btn-ghost { text-decoration: underline; text-decoration-color: var(--buoy); text-decoration-thickness: 2px; text-underline-offset: 5px; font-weight: 600; }

/* ---------- sections ---------- */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-alt { background: var(--bg); }
.section-eyebrow {
  text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 600;
  color: var(--medium); margin-bottom: 10px;
}
.section-title { font-size: clamp(32px, 4.2vw, 56px); font-weight: 800; line-height: 1.02; color: var(--inlet); margin-bottom: 20px; }
.section-subtitle { font-size: 18px; max-width: 62ch; }

.page-header { background: var(--inlet); color: var(--fog); padding: clamp(56px, 8vw, 104px) 0 clamp(40px, 6vw, 72px); border-bottom: 0; }
.page-header .section-eyebrow { color: var(--glacier); }
.page-header .section-title { color: var(--fog); font-size: clamp(38px, 5.4vw, 76px); }
.page-header .section-subtitle, .page-header p { color: var(--glacier); }

/* ---------- cards: flat, no emoji tiles, no colour stripes ---------- */
.card, .metric-card, .comparison-card, .champion-card, .econ-card {
  border-radius: var(--radius); box-shadow: none; border: 1px solid var(--border);
}
.card:hover, .metric-card:hover { transform: none; box-shadow: none; border-color: #B7C3BF; }
.card h3 { font-size: 21px; font-weight: 700; font-variation-settings: 'wdth' 80; color: var(--inlet); }
.card p { font-size: 15px; }
.metric-value { font-variation-settings: 'wdth' 72; font-weight: 800; }
.stat-value { font-variation-settings: 'wdth' 72; }

/* ---------- tables ---------- */
.data-table thead th { background: var(--inlet); color: var(--fog); font-weight: 600; }
.data-table tbody tr:hover { background: var(--bg); }

/* ---------- timeline phases: one tone, the sequence carries the meaning ---------- */
.phase { background: var(--white) !important; border: 1px solid var(--border); border-radius: var(--radius); }
.phase h3, .phase-0 h3, .phase-1 h3, .phase-2 h3, .phase-3 h3 { color: var(--inlet); font-size: 22px; }

/* ---------- partner names ---------- */
.partner-logo { background: transparent; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; font-weight: 600; color: var(--inlet); }

/* ---------- closing band ---------- */
.cta-section { background: var(--deep); }
.cta-section h2 { font-size: clamp(30px, 3.6vw, 48px); font-weight: 800; }
.cta-section p { color: var(--glacier); opacity: 1; }
.cta-section .btn { background: var(--buoy); color: var(--deep); }
.cta-section .btn:hover { background: #E0A800; color: var(--deep); }

.footer { background: var(--fog); }
.section-ask-chip { border-radius: 2px; background: transparent; border-style: solid; }

/* ============================================================
   Homepage video hero
   ============================================================ */
.hero-video {
  position: relative; min-height: 100svh; overflow: hidden;
  background: var(--deep); color: var(--fog);
}
.hero-video-media {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.85) brightness(0.82) contrast(1.05);
  transition: opacity 0.45s;
}
.hero-video-shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,26,31,0.6) 0%, rgba(8,26,31,0.35) 40%, rgba(8,26,31,0) 65%),
    linear-gradient(180deg, rgba(8,26,31,0.55) 0%, rgba(8,26,31,0.05) 30%, rgba(8,26,31,0.05) 52%, rgba(8,26,31,0.8) 100%);
}
.hero-video-title {
  position: absolute; z-index: 2; top: 20vh; left: 0; right: 0;
  max-width: var(--max-width); margin: 0 auto; padding: 0 24px;
}
.hero-video-title h1 {
  font-size: clamp(42px, 6.4vw, 104px); font-weight: 800; line-height: 0.96;
  font-variation-settings: 'wdth' 72; max-width: 20ch; margin: 0; color: var(--fog);
}
.hero-video-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-video-caption {
  position: absolute; z-index: 2; bottom: clamp(40px, 8vh, 88px); left: 0; right: 0;
  max-width: var(--max-width); margin: 0 auto; padding: 0 24px;
  transition: opacity 0.45s;
}
.hero-video-place { font-size: 15px; color: var(--glacier); }
.hero-video-line {
  margin: 6px 0 0; max-width: 34ch; color: var(--fog);
  font-weight: 700; font-variation-settings: 'wdth' 78;
  font-size: clamp(22px, 2.1vw, 32px); line-height: 1.15;
}
.hero-video-media.is-fading, .hero-video-caption.is-fading { opacity: 0; }
.hero-video-ticks {
  position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max-width)) / 2 + 24px));
  bottom: clamp(44px, 8vh, 92px); display: flex; gap: 6px;
}
.hero-video-ticks i { display: block; width: 34px; height: 3px; background: rgba(232,237,234,0.3); }
.hero-video-ticks i.on { background: var(--buoy); }
.hero-video-pause {
  position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--max-width)) / 2 + 24px));
  bottom: clamp(60px, 10vh, 112px); background: none; border: 0; color: var(--glacier);
  font: inherit; font-size: 14px; cursor: pointer; padding: 4px 0;
}
.hero-video-pause:hover { color: var(--fog); text-decoration: underline; }
@media (max-width: 820px) {
  .hero-video-title { top: 16vh; }
  .hero-video-ticks, .hero-video-pause { right: 24px; }
  .hero-video-caption { bottom: 96px; }
  .hero-video-ticks { bottom: 40px; left: 24px; right: auto; }
  .hero-video-pause { bottom: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video-media, .hero-video-caption { transition: none; }
}

/* intro band under the video */
.intro-band { padding: clamp(64px, 9vw, 120px) 0 clamp(48px, 7vw, 96px); background: var(--fog); }
.intro-statement {
  margin: 0; max-width: 22ch; color: var(--inlet);
  font-weight: 800; font-variation-settings: 'wdth' 74;
  font-size: clamp(34px, 4.6vw, 64px); line-height: 1.02; text-wrap: balance;
}
.intro-body { margin: 28px 0 0; max-width: 62ch; color: var(--medium); font-size: 18px; }
.fact-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border-top: 1px solid var(--border); }
.fact { position: relative; padding: 26px 24px 0 0; }
.fact + .fact { padding-left: 24px; border-left: 1px solid var(--border); }
.fact b { display: block; font-weight: 800; font-variation-settings: 'wdth' 70; font-size: clamp(36px, 3.8vw, 60px); line-height: 1; color: var(--inlet); }
.fact > span { display: block; margin-top: 10px; color: var(--medium); font-size: 16px; max-width: 26ch; }
@media (max-width: 900px) {
  .fact-row { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { padding-left: 0; border-left: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid var(--border); margin-top: 24px; }
}
@media (max-width: 520px) {
  .fact-row { grid-template-columns: 1fr; }
  .fact, .fact + .fact { padding-left: 0; border-left: 0; }
  .fact + .fact { border-top: 1px solid var(--border); margin-top: 24px; }
}

/* floating Ask PDEC button stays out of the way while the video is on screen */
.pdec-fab { transition: opacity 0.3s; }
body.hero-in-view .pdec-fab { opacity: 0; pointer-events: none; }

/* precedent cards: one header tone, the flag carries the country */
[data-source="cap-cib"] > div:first-child,
[data-source^="precedent-"] > div:first-child,
[data-source="gs-stegra"] > div:first-child { background: var(--inlet) !important; }
[data-source^="precedent-"], [data-source="gs-stegra"], [data-source="cap-cib"] { border-radius: var(--radius) !important; }
[data-source^="precedent-"] span[style*="font-size: 20px"],
[data-source="gs-stegra"] span[style*="font-size: 20px"] { color: var(--inlet) !important; }

/* inner-page section headings */
.content-section h2 { font-size: clamp(28px, 3.2vw, 44px); font-weight: 800; font-variation-settings: 'wdth' 76; color: var(--inlet); line-height: 1.05; margin-bottom: 18px; }
.content-section h3 { font-variation-settings: 'wdth' 82; }

/* ============================================================
   Inner pages: photo header, lead-then-detail sections
   ============================================================ */
.page-hero {
  position: relative; overflow: hidden; color: var(--fog);
  background: var(--deep) center / cover no-repeat;
  padding: clamp(120px, 18vh, 200px) 0 clamp(48px, 7vw, 88px);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,26,31,0.55) 0%, rgba(8,26,31,0.35) 35%, rgba(8,26,31,0.88) 100%);
}
.page-hero .container { position: relative; }
.page-hero h1 {
  margin: 0; font-size: clamp(44px, 6.4vw, 100px); font-weight: 800; line-height: 0.96;
  font-variation-settings: 'wdth' 72; color: var(--fog);
}
.page-hero .page-hero-lede { margin: 20px 0 0; max-width: 44ch; font-size: clamp(18px, 1.6vw, 22px); color: var(--glacier); }
.page-hero .fact-row { border-top-color: rgba(232,237,234,0.25); margin-top: 48px; }
.page-hero .fact + .fact { border-left-color: rgba(232,237,234,0.25); }
.page-hero .fact b { color: var(--fog); }
.page-hero .fact > span { color: var(--glacier); }
.page-hero .has-source .source-badge, .page-hero [data-source] .source-badge { filter: invert(1); }

.chapter { padding: clamp(56px, 8vw, 104px) 0; border-top: 1px solid var(--border); }
.chapter:first-of-type { border-top: 0; }
.chapter-lead { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: end; }
.chapter-lead h2 { margin: 0 0 14px; }
.chapter-takeaway { margin: 0; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.35; color: var(--dark); max-width: 36ch; }
.chapter-figures { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0; border-top: 1px solid var(--border); }
.chapter-figures .fig { position: relative; padding: 18px 16px 0 0; }
.chapter-figures .fig + .fig { padding-left: 16px; border-left: 1px solid var(--border); }
.chapter-figures .fig b { display: block; font-weight: 800; font-variation-settings: 'wdth' 70; font-size: clamp(34px, 3.4vw, 54px); line-height: 1; color: var(--inlet); }
.chapter-figures .fig span { display: block; margin-top: 8px; font-size: 15px; color: var(--medium); }
@media (max-width: 860px) {
  .chapter-lead { grid-template-columns: 1fr; }
}

details.chapter-detail { margin-top: 36px; }
details.chapter-detail > summary {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; list-style: none;
  font-weight: 600; font-size: 16px; color: var(--inlet);
  padding: 10px 16px; border: 1px solid var(--inlet); border-radius: 2px;
}
details.chapter-detail > summary::-webkit-details-marker { display: none; }
details.chapter-detail > summary::before {
  content: ""; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(-45deg); transition: transform 0.2s;
}
details.chapter-detail[open] > summary::before { transform: rotate(45deg); }
details.chapter-detail > summary:hover { background: var(--inlet); color: var(--fog); }
details.chapter-detail[open] > summary { margin-bottom: 32px; }
.chapter-detail-body > .section-subtitle:first-child { margin-top: 0; }
@media (prefers-reduced-motion: reduce) { details.chapter-detail > summary::before { transition: none; } }
.chapter .chapter-takeaway { font-size: clamp(20px, 1.8vw, 26px); line-height: 1.35; color: var(--dark); }
.chapter-lead h2 { font-size: clamp(34px, 4.2vw, 60px); }

/* photo chapter: one per page, for rhythm */
.chapter-photo { position: relative; color: var(--fog); background: var(--deep) center / cover no-repeat; border-top: 0; }
.chapter-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,26,31,0.9) 0%, rgba(8,26,31,0.65) 55%, rgba(8,26,31,0.35) 100%); }
.chapter-photo .container { position: relative; }
.chapter-photo .chapter-lead h2, .chapter-photo .chapter-figures .fig b { color: var(--fog); }
.chapter-photo .chapter-takeaway { color: var(--glacier) !important; }
.chapter-photo .chapter-figures { border-top-color: rgba(232,237,234,0.3); }
.chapter-photo .chapter-figures .fig + .fig { border-left-color: rgba(232,237,234,0.3); }
.chapter-photo .chapter-figures .fig span { color: var(--glacier); }
.chapter-photo details.chapter-detail > summary { color: var(--fog); border-color: rgba(232,237,234,0.6); }
.chapter-photo details.chapter-detail > summary:hover { background: var(--fog); color: var(--deep); }
.chapter-photo .chapter-detail-body { background: var(--white); color: var(--dark); padding: 28px; border-radius: var(--radius); }
.chapter-photo .section-ask-chip { color: var(--fog); border-color: rgba(232,237,234,0.5); }
.chapter-visual { margin-top: 36px; }

/* sector demand as a ranked bar list */
.sector-bars { border-top: 1px solid var(--border); }
.sector-row {
  position: relative; display: grid; grid-template-columns: 140px 1fr 90px 48px; gap: 16px; align-items: center;
  padding: 12px 36px 12px 0; border-bottom: 1px solid var(--border);
}
.sector-name { font-weight: 600; color: var(--inlet); }
.sector-track { height: 10px; background: var(--light); border-radius: 1px; }
.sector-track i { display: block; height: 100%; background: var(--inlet); border-radius: 1px; }
.sector-row:first-child .sector-track i { background: var(--buoy); }
.sector-row b { text-align: right; font-variation-settings: 'wdth' 72; font-weight: 800; font-size: 22px; color: var(--inlet); font-variant-numeric: tabular-nums; }
.sector-pct { text-align: right; color: var(--medium); font-size: 15px; }
@media (max-width: 600px) { .sector-row { grid-template-columns: 96px 1fr 70px; } .sector-pct { display: none; } }

/* sections without headline figures: let the sentence use the width */
.chapter-lead:not(:has(.chapter-figures)) { grid-template-columns: 1fr; }
.chapter-lead:not(:has(.chapter-figures)) .chapter-takeaway { max-width: 52ch; }

/* ============================================================
   2026-09-26 audit fixes
   ============================================================ */
/* info buttons: 24px visible, 44px tap area */
.source-btn { width: 24px; height: 24px; }
.source-btn::after { content: ""; position: absolute; inset: -10px; }
/* the floating chat button stays clear of content on wide screens */
@media (min-width: 1100px) { .pdec-fab { bottom: 24px; right: 24px; } }
/* heading-order fixes keep the old visual sizes */
.diagram-node h3 { font-size: 15px; font-weight: 700; color: var(--accent); margin-bottom: 6px; }
@media (max-width: 768px) { .diagram-node h3 { font-size: 14px; } }
h3.risk-title { font-size: 17px; font-weight: 700; margin: 0; color: var(--inlet); font-variation-settings: 'wdth' 85; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* homepage: latest */
.latest-band { background: var(--fog); padding: 0 0 clamp(48px, 7vw, 88px); }
.latest-band h2 { font-size: clamp(24px, 2.4vw, 32px); font-weight: 800; font-variation-settings: 'wdth' 76; color: var(--inlet); margin: 0 0 12px; }
.latest-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(4, 1fr); }
.latest-list li { padding: 18px 20px 0 0; }
.latest-list li + li { padding-left: 20px; border-left: 1px solid var(--border); }
.latest-list time { display: block; font-weight: 700; color: var(--inlet); font-size: 15px; }
.latest-list span { display: block; margin-top: 6px; color: var(--medium); font-size: 15px; line-height: 1.5; }
@media (max-width: 900px) {
  .latest-list { grid-template-columns: 1fr 1fr; }
  .latest-list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .latest-list li:nth-child(n+3) { border-top: 1px solid var(--border); margin-top: 18px; }
}
@media (max-width: 520px) {
  .latest-list { grid-template-columns: 1fr; }
  .latest-list li, .latest-list li + li { padding-left: 0; border-left: 0; }
  .latest-list li + li { border-top: 1px solid var(--border); margin-top: 18px; }
}

/* homepage: the four contracts */
.contracts-band { background: var(--inlet); color: var(--fog); }
.contracts-band .chapter-lead h2, .contracts-band .chapter-figures .fig b { color: var(--fog); }
.contracts-band .chapter-takeaway { color: var(--glacier) !important; }
.contracts-band .chapter-figures { border-top-color: rgba(232,237,234,0.3); }
.contracts-band .chapter-figures .fig span { color: var(--glacier); }
.contract-list { list-style: none; margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(232,237,234,0.3); }
.contract-list li { padding: 24px 24px 0 0; }
.contract-list li + li { padding-left: 24px; border-left: 1px solid rgba(232,237,234,0.3); }
.contract-list b { display: block; font-weight: 800; font-variation-settings: 'wdth' 70; font-size: clamp(34px, 3.2vw, 48px); line-height: 1; color: var(--buoy); }
.contract-list h3 { margin: 14px 0 6px; font-size: 21px; font-weight: 700; font-variation-settings: 'wdth' 80; color: var(--fog); }
.contract-list p { margin: 0; color: var(--glacier); font-size: 15px; line-height: 1.5; }
@media (max-width: 900px) {
  .contract-list { grid-template-columns: 1fr 1fr; }
  .contract-list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .contract-list li:nth-child(n+3) { border-top: 1px solid rgba(232,237,234,0.3); margin-top: 24px; }
}
@media (max-width: 520px) {
  .contract-list { grid-template-columns: 1fr; }
  .contract-list li, .contract-list li + li { padding-left: 0; border-left: 0; }
  .contract-list li + li { border-top: 1px solid rgba(232,237,234,0.3); margin-top: 24px; }
}

/* tighter chapter rhythm so long pages read shorter */
.chapter { padding: clamp(44px, 6vw, 80px) 0; }
details.chapter-detail { margin-top: 28px; }
.chapter-visual { margin-top: 28px; }
/* small links get a 44px-high tap area */
.footer a, .team-linkedin, a.btn-ghost { display: inline-block; min-height: 44px; line-height: 44px; }
.team-linkedin { min-width: 44px; text-align: center; }
.contracts-band .fig.has-source, .chapter-photo .fig.has-source, .page-hero .fact.has-source { background: transparent; border-color: transparent; box-shadow: none; }

/* ---------- closing ask band (2026-09-27) ---------- */
.ask-band { background: var(--deep); color: var(--fog); padding: clamp(56px, 7vw, 96px) 0; }
.ask-head { max-width: 62ch; }
.ask-band h2 { color: var(--fog); font-size: clamp(34px, 4.2vw, 60px); font-weight: 800; font-variation-settings: 'wdth' 75; line-height: 1.02; margin: 0 0 16px; }
.ask-head p { color: var(--glacier); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.45; margin: 0; }
.ask-list { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(232,237,234,0.25); }
.ask-list li { padding: 22px 22px 0 0; }
.ask-list li + li { padding-left: 22px; border-left: 1px solid rgba(232,237,234,0.25); }
.ask-list h3 { color: var(--fog); font-size: 21px; font-weight: 700; font-variation-settings: 'wdth' 80; margin: 0 0 6px; }
.ask-list p { color: var(--glacier); font-size: 15px; line-height: 1.5; margin: 0; }
.ask-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
@media (max-width: 900px) {
  .ask-list { grid-template-columns: 1fr 1fr; }
  .ask-list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .ask-list li:nth-child(n+3) { border-top: 1px solid rgba(232,237,234,0.25); margin-top: 22px; }
}
@media (max-width: 560px) {
  .ask-list { grid-template-columns: 1fr; }
  .ask-list li, .ask-list li + li { padding-left: 0; border-left: 0; }
  .ask-list li + li { border-top: 1px solid rgba(232,237,234,0.25); margin-top: 22px; }
  .ask-actions .btn { width: 100%; text-align: center; }
}

/* ---------- footer ---------- */
.footer .container.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 32px; text-align: left; padding-right: 180px; }
.footer-who, .footer-links { margin: 0; font-size: 15px; color: var(--medium); }
.footer-who .source-btn { display: none; }
.footer-links { display: flex; gap: 24px; }
@media (max-width: 820px) {
  .footer .container.footer-inner { flex-direction: column; align-items: flex-start; padding-right: 24px; padding-bottom: 72px; }
}

/* ---------- Ask PDEC button: flat, no glow ---------- */
.pdec-fab, .pdec-fab:hover, .pdec-fab:focus-visible { box-shadow: none; transform: none; border-radius: 2px; background: var(--inlet); color: var(--fog); }
.pdec-fab:hover { background: var(--accent); }
.pdec-fab:focus-visible { outline: 2px solid var(--buoy); outline-offset: 2px; }
.pdec-fab.pulsing { animation: none; }

/* ---------- homepage v3 (2026-09-27) ---------- */
.hero-video-sub { font-weight: 500; margin: 18px 0 0; max-width: 34ch; color: var(--fog); font-size: clamp(19px, 1.7vw, 24px); line-height: 1.35; text-shadow: 0 1px 12px rgba(8,26,31,0.6); }
.chapter-more { margin: 28px 0 0; }
.chapter-more a { display: inline-block; min-height: 44px; line-height: 44px; font-weight: 600; color: var(--inlet); text-decoration: underline; text-decoration-color: var(--buoy); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.chapter-more a:hover { color: var(--accent); }
.chapter-photo .chapter-more a { color: var(--fog); }

.fit-band { background: var(--inlet); color: var(--fog); }
.fit-band h2, .fit-band h3 { color: var(--fog); }
.fit-band .chapter-takeaway { color: var(--glacier) !important; }
.fit-compare { display: grid; grid-template-columns: 1fr 1fr; margin-top: 40px; border-top: 1px solid rgba(232,237,234,0.25); }
.fit-compare > div { padding: 24px 32px 0 0; }
.fit-compare > div + div { padding-left: 32px; border-left: 1px solid rgba(232,237,234,0.25); }
.fit-compare h3 { margin: 0 0 12px; font-size: 22px; font-weight: 700; font-variation-settings: 'wdth' 80; }
.fit-compare > div + div h3 { color: var(--buoy); }
.fit-compare ul { list-style: none; margin: 0; padding: 0; }
.fit-compare li { padding: 10px 0; border-bottom: 1px solid rgba(232,237,234,0.15); color: var(--glacier); font-size: 17px; }
.fit-compare > div + div li { color: var(--fog); }
.fit-note { margin: 32px 0 0; max-width: 62ch; color: var(--glacier); font-size: 17px; line-height: 1.55; }
.fit-note [data-source] { color: var(--fog); }
@media (max-width: 640px) {
  .fit-compare { grid-template-columns: 1fr; }
  .fit-compare > div + div { padding-left: 0; border-left: 0; margin-top: 16px; }
}
.ask-list-values b { display: block; font-weight: 800; font-variation-settings: 'wdth' 70; font-size: clamp(32px, 3vw, 46px); line-height: 1; color: var(--buoy); margin-bottom: 12px; }
.ask-head b { color: var(--fog); font-weight: 700; }

/* ---------- homepage team rows (2026-09-27) ---------- */
.team-rows { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); column-gap: 40px; border-top: 1px solid var(--border); }
.team-rows li { display: flex; gap: 16px; align-items: center; padding: 18px 36px 18px 0; border-bottom: 1px solid var(--border); position: relative; }
.team-rows img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: none; }
.team-rows h3 { margin: 0 0 2px; font-size: 19px; font-weight: 700; font-variation-settings: 'wdth' 82; color: var(--inlet); }
.team-rows p { margin: 0; font-size: 15px; color: var(--dark); line-height: 1.4; }
.team-rows .team-org { color: var(--medium); }
.team-open { margin: 24px 0 0; font-size: 16px; color: var(--dark); }
.team-open a { font-weight: 600; color: var(--inlet); text-decoration-color: var(--buoy); text-decoration-thickness: 2px; text-underline-offset: 4px; display: inline-block; min-height: 44px; line-height: 44px; }

/* ---------- homepage: partner names and the operating-profit sum (2026-09-27) ---------- */
.org-groups { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 32px; border-top: 1px solid var(--border); }
.org-groups > div { padding: 20px 24px 0 0; }
.org-groups > div + div { padding-left: 24px; border-left: 1px solid var(--border); }
.org-groups h3 { margin: 0 0 10px; font-size: 16px; font-weight: 700; color: var(--medium); }
.org-groups ul { list-style: none; margin: 0; padding: 0; }
.org-groups li { padding: 6px 0; font-size: 17px; font-weight: 600; color: var(--inlet); }
.org-groups li::before { content: none; }
.org-note { margin: 24px 0 0; max-width: 62ch; font-size: 16px; color: var(--dark); }
@media (max-width: 900px) {
  .org-groups { grid-template-columns: 1fr 1fr; }
  .org-groups > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .org-groups > div:nth-child(n+3) { border-top: 1px solid var(--border); margin-top: 20px; }
}
@media (max-width: 520px) {
  .org-groups { grid-template-columns: 1fr; }
  .org-groups > div, .org-groups > div + div { padding-left: 0; border-left: 0; }
  .org-groups > div + div { border-top: 1px solid var(--border); margin-top: 16px; }
}
.sum-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 28px; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--border); }
.sum-row > div b { display: block; font-weight: 800; font-variation-settings: 'wdth' 72; font-size: clamp(30px, 3vw, 44px); line-height: 1; color: var(--inlet); }
.sum-row > div span { display: block; margin-top: 6px; font-size: 15px; color: var(--medium); }
.sum-row > i { font-style: normal; font-size: 16px; color: var(--medium); }
.sum-row .sum-total b { color: var(--inlet); border-bottom: 3px solid var(--buoy); padding-bottom: 4px; }
.ask-actions { align-items: center; }
.ask-email { margin: 0; font-size: 16px; color: var(--glacier); }
.ask-email a { color: var(--fog); font-weight: 600; text-decoration-color: var(--buoy); text-underline-offset: 4px; display: inline-block; min-height: 44px; line-height: 44px; }
@media (max-width: 560px) { .ask-email { width: 100%; text-align: center; } }
@media (max-width: 560px) {
  .sum-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .sum-row > i { display: none; }
  .sum-row > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .sum-row > div span { order: -1; margin: 0; }
  .sum-row > div:nth-of-type(2) b::before { content: '\2212\00a0'; }
  .sum-row .sum-total { padding-top: 12px; border-top: 1px solid var(--border); }
}
