/* ================================================================
   ETTE — Editorial Advisory Design System
   Blue-forward · Fraunces + Libre Franklin · dark/light rhythm
   Section 508 / WCAG 2.1 AA: skip link, focus rings, reduced-motion,
   forced-colors. Interactive hooks consumed by main.js are preserved.
   ================================================================ */

/* ── Metric-compatible font fallbacks (no layout shift on web-font swap) ──
   size-adjust values measured against the real fonts at rendered sizes
   (Fraunces is optical-size variable: tuned for the 21–46px heading range) */
@font-face {
  font-family: "Fraunces Fallback";
  src: local("Georgia");
  size-adjust: 108.8%; ascent-override: 90.07%; descent-override: 23.9%; line-gap-override: 0%;
}
@font-face {
  font-family: "Fraunces Fallback DejaVu";
  src: local("DejaVu Serif"), local("DejaVuSerif");
  size-adjust: 92.82%; ascent-override: 105.58%; descent-override: 28.01%; line-gap-override: 0%;
}
@font-face {
  font-family: "Fraunces Fallback Times";
  src: local("Times New Roman"), local("Liberation Serif"), local("Tinos");
  size-adjust: 111.52%; ascent-override: 87.88%; descent-override: 23.31%; line-gap-override: 0%;
}
@font-face {
  font-family: "Fraunces Fallback Noto";
  src: local("Noto Serif");
  size-adjust: 94.11%; ascent-override: 104.13%; descent-override: 27.63%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback";
  src: local("Arial"), local("Liberation Sans"), local("Arimo"), local("Helvetica");
  font-weight: 100 600;
  size-adjust: 105.17%; ascent-override: 92.23%; descent-override: 23.77%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback";
  src: local("Arial"), local("Liberation Sans"), local("Arimo"), local("Helvetica");
  font-weight: 601 749;
  size-adjust: 108.04%; ascent-override: 89.78%; descent-override: 23.14%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback";
  src: local("Arial"), local("Liberation Sans"), local("Arimo"), local("Helvetica");
  font-weight: 750 1000;
  size-adjust: 110.4%; ascent-override: 87.86%; descent-override: 22.64%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback DejaVu";
  src: local("DejaVu Sans"), local("DejaVuSans");
  font-weight: 100 600;
  size-adjust: 92.02%; ascent-override: 105.41%; descent-override: 27.17%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback DejaVu";
  src: local("DejaVu Sans"), local("DejaVuSans");
  font-weight: 601 749;
  size-adjust: 94.53%; ascent-override: 102.61%; descent-override: 26.45%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback DejaVu";
  src: local("DejaVu Sans"), local("DejaVuSans");
  font-weight: 750 1000;
  size-adjust: 96.6%; ascent-override: 100.41%; descent-override: 25.88%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback Roboto";
  src: local("Roboto");
  font-weight: 100 600;
  size-adjust: 105.05%; ascent-override: 92.34%; descent-override: 23.8%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback Roboto";
  src: local("Roboto");
  font-weight: 601 749;
  size-adjust: 111.35%; ascent-override: 87.11%; descent-override: 22.45%; line-gap-override: 0%;
}
@font-face {
  font-family: "Libre Franklin Fallback Roboto";
  src: local("Roboto");
  font-weight: 750 1000;
  size-adjust: 113.78%; ascent-override: 85.25%; descent-override: 21.97%; line-gap-override: 0%;
}

/* Fraunces fallbacks tuned for large h1 sizes (optical-size axis narrows
   Fraunces at display scale; base faces are tuned for 21-46px headings) */
@font-face { font-family: "FFH1L Georgia"; src: local("Georgia");
  size-adjust: 93.64%; ascent-override: 104.66%; descent-override: 27.77%; line-gap-override: 0%; }
@font-face { font-family: "FFH1L DejaVu"; src: local("DejaVu Serif"), local("DejaVuSerif");
  size-adjust: 79.89%; ascent-override: 122.67%; descent-override: 32.54%; line-gap-override: 0%; }
@font-face { font-family: "FFH1L Times"; src: local("Times New Roman"), local("Liberation Serif"), local("Tinos");
  size-adjust: 95.99%; ascent-override: 102.09%; descent-override: 27.09%; line-gap-override: 0%; }
@font-face { font-family: "FFH1L Noto"; src: local("Noto Serif");
  size-adjust: 81.0%; ascent-override: 120.99%; descent-override: 32.1%; line-gap-override: 0%; }
@font-face { font-family: "FFH1M Georgia"; src: local("Georgia");
  size-adjust: 100.94%; ascent-override: 97.09%; descent-override: 25.76%; line-gap-override: 0%; }
@font-face { font-family: "FFH1M DejaVu"; src: local("DejaVu Serif"), local("DejaVuSerif");
  size-adjust: 86.11%; ascent-override: 113.81%; descent-override: 30.19%; line-gap-override: 0%; }
@font-face { font-family: "FFH1M Times"; src: local("Times New Roman"), local("Liberation Serif"), local("Tinos");
  size-adjust: 103.46%; ascent-override: 94.72%; descent-override: 25.13%; line-gap-override: 0%; }
@font-face { font-family: "FFH1M Noto"; src: local("Noto Serif");
  size-adjust: 87.31%; ascent-override: 112.24%; descent-override: 29.78%; line-gap-override: 0%; }

/* h1 renders 62-82px above 880px viewports: swap in size-tuned fallbacks */
@media (min-width: 881px) and (max-width: 1170px) {
  .hero h1 { font-family: "Fraunces", "FFH1M Georgia", "FFH1M DejaVu", "FFH1M Times", "FFH1M Noto", Georgia, serif; }
}
@media (min-width: 1171px) {
  .hero h1 { font-family: "Fraunces", "FFH1L Georgia", "FFH1L DejaVu", "FFH1L Times", "FFH1L Noto", Georgia, serif; }
}
@media (min-width: 881px) {
  .article-hero h1 { font-family: "Fraunces", "FFH1M Georgia", "FFH1M DejaVu", "FFH1M Times", "FFH1M Noto", Georgia, serif; }
}

/* ── Tokens ───────────────────────────────────────────────────── */
:root {
  --navy:      #0B2545;
  --mid-navy:  #13315C;
  --blue:      #1F6FEB;
  --blue-deep: #1455BF;
  --sky:       #7FB0E8;
  --green:     #3FA45B;   /* positive/status indicators ONLY */
  --brand-lime:#B8E986;
  --off-white: #F4F6F9;
  --slate:     #33415C;
  --muted:     #5F7086;   /* ≥4.5:1 on white AND off-white */
  --white:     #FFFFFF;
  --line:      rgba(127, 176, 232, 0.24);
  --shadow:    0 28px 80px rgba(11, 37, 69, 0.18);
  --radius:    8px;
  --gutter:    96px;
  --maxw:      1440px;
}

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

html {
  font-family: "Libre Franklin", "Libre Franklin Fallback", "Libre Franklin Fallback DejaVu", "Libre Franklin Fallback Roboto", system-ui, sans-serif;
  color: var(--slate);
  background: var(--navy);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body { background: var(--white); line-height: 1.5; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.page { background: var(--white); overflow-x: clip; }

/* Shared content width */
.header-inner,
.facts-inner,
.section-inner,
.footer-inner { width: min(var(--maxw), calc(100% - var(--gutter))); margin-inline: auto; }

/* ── Typography ───────────────────────────────────────────────── */
h1, h2, h3 {
  font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", Georgia, serif;
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: var(--navy);
}
h1 { max-width: 790px; margin: 0 0 28px; font-size: clamp(30px, 7vw, 82px); font-weight: 600; overflow-wrap: break-word; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); overflow-wrap: break-word; }
/* Accent text on LIGHT sections: deep blue for WCAG AA contrast
   (sky #7FB0E8 is 2.1–2.3:1 on white/off-white; blue-deep is 6.3–6.8:1) */
.blue { color: var(--blue-deep); }

/* Headings sitting on dark sections must read white; .blue spans stay sky */
.hero :is(h1, h2, h3),
.dark-band :is(h1, h2, h3),
.why :is(h1, h2, h3),
.cta :is(h1, h2, h3) { color: var(--white); }
.hero .blue,
.dark-band .blue,
.why .blue,
.cta .blue,
.article-hero .blue { color: var(--sky); }
.eyebrow {
  margin: 0 0 20px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
/* Eyebrows on dark sections stay sky (readable on navy) */
.hero .eyebrow,
.dark-band .eyebrow,
.why .eyebrow,
.cta .eyebrow,
.article-hero .eyebrow,
.footer .eyebrow { color: var(--sky); }
.intro-copy { margin: 24px 0 0; font-size: 17px; line-height: 1.65; color: var(--slate); }

/* Visually hidden (screen-reader only) */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ── Skip link (508) ──────────────────────────────────────────── */
.skip-link {
  position: absolute; top: -48px; left: 12px; z-index: 999;
  padding: 10px 18px; border-radius: 0 0 7px 7px;
  background: var(--blue); color: var(--white); font-weight: 800;
  transition: top .15s ease;
}
.skip-link:focus { top: 0; }

/* ── Header / nav ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 37, 69, 0.94);
  border-bottom: 1px solid rgba(127, 176, 232, 0.18);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 96px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.logo-mark { width: 196px; height: auto; }

/* Brand lockup: white wordmark + legible brand tagline */
.brand-lockup { display: inline-flex; flex-direction: column; gap: 5px; line-height: 1; }
.brand-mark { width: 176px; height: auto; display: block; }
.brand-tagline { color: var(--brand-lime); font-size: 13px; font-weight: 900; letter-spacing: 0; white-space: nowrap; text-shadow: 0 1px 6px rgba(0,0,0,.42); }
.footer .brand-lockup { margin-bottom: 20px; }
.footer .brand-mark { width: 193px; }
.footer .brand-tagline { font-size: 12.5px; }

nav.nav { display: flex; align-items: center; gap: 6px; }
.nav-list {
  display: flex; align-items: center; gap: 1px;
  color: var(--white); font-size: 14.5px; font-weight: 700;
}
.nav-link {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 9px 11px; border-radius: 7px; white-space: nowrap;
  color: var(--white); background: none; border: 0;
  font: inherit; font-weight: 700; cursor: pointer;
}
.nav-list .btn { margin-left: 6px; padding: 0 18px; }
.nav-link:hover { color: var(--sky); }
.nav-link[aria-current="page"] { color: var(--sky); }
/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 24px; border-radius: 7px;
  border: 1px solid rgba(127, 176, 232, 0.55);
  color: var(--white); background: transparent;
  font-family: inherit; font-weight: 800; letter-spacing: -0.01em;
  font-size: 15px; cursor: pointer; text-align: center;
}
.btn-primary {
  background: var(--blue); border-color: var(--blue);
  box-shadow: 0 12px 32px rgba(31, 111, 235, 0.28);
}
.btn-primary:hover { background: var(--blue-deep); border-color: var(--blue-deep); }
.btn-outline { background: rgba(255, 255, 255, 0.04); }
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); }
.btn-light { background: var(--white); color: var(--blue); border-color: var(--white); }
.btn-light:hover { background: var(--off-white); }
.btn--full { width: 100%; }

/* Dropdowns (markup + behavior preserved from main.js) */
.nav-item--dropdown { position: relative; }
.nav-link--dropdown .dropdown-caret {
  width: 8px; height: 8px; border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor; transform: rotate(45deg);
  margin-left: 2px; transition: transform .18s ease;
}
.nav-link--dropdown[aria-expanded="true"] .dropdown-caret { transform: rotate(-135deg); }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 0; z-index: 60;
  min-width: 280px; padding: 10px;
  background: var(--mid-navy);
  border: 1px solid rgba(127, 176, 232, 0.28); border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}
.dropdown-menu[hidden] { display: none; }
.dropdown-link {
  display: block; padding: 10px 14px; border-radius: 6px;
  color: rgba(255, 255, 255, .88); font-size: 14px; font-weight: 600;
}
.dropdown-link:hover,
.dropdown-link:focus-visible { background: rgba(127, 176, 232, .16); color: var(--white); }
.dropdown-link--accent { color: var(--sky); font-weight: 800; }
.dropdown-divider { height: 1px; margin: 8px 6px; background: rgba(127, 176, 232, .2); }

/* Services mega-menu (4 buyer-intent groups) */
.dropdown-menu--mega {
  left: 50%; transform: translateX(-50%);
  width: min(960px, calc(100vw - 48px));
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px 22px;
  padding: 24px 26px;
}
.mega-group { min-width: 0; }
.mega-group > h5 {
  margin: 0 0 2px; color: var(--sky);
  font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase;
  font-family: "Libre Franklin", "Libre Franklin Fallback", "Libre Franklin Fallback DejaVu", "Libre Franklin Fallback Roboto", sans-serif;
}
.mega-intent { margin: 0 0 8px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.4; }
.mega-group .dropdown-link { padding: 7px 10px; }
.brand-tag {
  display: block; margin-top: 1px; color: rgba(127,176,232,.7);
  font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}

/* Mobile toggle */
.nav-toggle {
  display: none; width: 46px; height: 46px; padding: 0;
  background: none; border: 1px solid rgba(127, 176, 232, .4);
  border-radius: 8px; cursor: pointer; align-items: center; justify-content: center;
}
.hamburger,
.hamburger::before,
.hamburger::after {
  content: ""; display: block; width: 22px; height: 2px;
  background: var(--white); border-radius: 2px; transition: transform .2s ease, opacity .2s ease;
}
.hamburger { position: relative; }
.hamburger::before { position: absolute; top: -7px; left: 0; }
.hamburger::after  { position: absolute; top: 7px;  left: 0; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle[aria-expanded="true"] .hamburger::after  { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Icons (generic inline SVG, palette only) ─────────────────── */
.icon {
  width: 38px; height: 38px; display: inline-grid; place-items: center;
  flex: 0 0 auto; border-radius: 50%; color: var(--sky);
  border: 1px solid rgba(127, 176, 232, .44);
}
.icon svg { width: 19px; height: 19px; stroke: currentColor; fill: none;
  stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.icon--lg { width: 46px; height: 46px; }
.icon--lg svg { width: 23px; height: 23px; }

/* ── Hero ─────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden; color: var(--white);
  background:
    linear-gradient(90deg, rgba(11,37,69,.98) 0%, rgba(11,37,69,.92) 45%, rgba(11,37,69,.62) 100%),
    url("images/pages/homebg.webp") center right / cover no-repeat;
}
.hero::after,
.dark-band::after,
.cta::after,
.footer::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(127,176,232,.38) 1px, transparent 1px);
  background-size: 18px 18px; opacity: .15;
  mask-image: linear-gradient(90deg, transparent 0%, black 60%, transparent 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  width: min(var(--maxw), calc(100% - var(--gutter))); margin-inline: auto;
  min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr;
  align-items: center; gap: 56px; padding: 86px 0 74px;
}
.hero-sub { max-width: 640px; margin: 0 0 34px; color: rgba(255,255,255,.88); font-size: 20px; line-height: 1.55; }
.actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* Trust row under hero */
.trust-row {
  grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); padding-top: 34px;
}
.trust-item {
  display: flex; align-items: center; gap: 13px; padding-right: 24px;
  color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.35;
  min-width: 0; overflow-wrap: break-word;
}
.trust-item + .trust-item { border-left: 1px solid var(--line); padding-left: 24px; }

/* Floating dashboard (GuardRail motif) */
.dashboard-float {
  position: relative; align-self: end; margin-bottom: 76px; padding: 24px;
  border-radius: 10px; border: 1px solid rgba(127,176,232,.32);
  background: rgba(11, 37, 69, .74); box-shadow: 0 30px 100px rgba(0,0,0,.38);
  backdrop-filter: blur(14px);
}
.dash-head { display: flex; flex-wrap: wrap; gap: 6px 12px; justify-content: space-between; align-items: center; margin-bottom: 18px; color: var(--white); font-weight: 900; }
.sample-note {
  margin: -8px 0 16px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dashboard-float { min-width: 0; }
.dash-tile { min-width: 0; }
.bar > span:first-child { min-width: 0; overflow-wrap: break-word; }
.dash-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.dash-tile { min-height: 120px; padding: 16px; border-radius: 7px; background: rgba(255,255,255,.055); border: 1px solid rgba(127,176,232,.18); }
.dash-label { color: rgba(255,255,255,.72); font-size: 12px; margin-bottom: 10px; }
.dash-number { color: var(--white); font-size: 42px; font-weight: 900; letter-spacing: -.04em; }
.ring {
  width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center;
  background: conic-gradient(var(--green) 0 74%, var(--blue) 74% 91%, rgba(255,255,255,.18) 91% 100%);
}
.ring span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 900; }
.bar-list { grid-column: 1 / -1; display: grid; gap: 10px; padding-top: 12px; }
.bar { display: grid; grid-template-columns: 150px 1fr 42px; gap: 12px; align-items: center; color: rgba(255,255,255,.78); font-size: 12px; }
.bar-track { height: 8px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; }
.bar-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--sky)); }

/* ── Facts strip ──────────────────────────────────────────────── */
.facts-strip { background: linear-gradient(90deg, var(--blue), var(--blue-deep)); color: var(--white); }
.facts-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-width: 0; min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-left: 1px solid rgba(255,255,255,.22); font-weight: 900; overflow-wrap: break-word; }
.fact .icon { color: var(--white); border-color: rgba(255,255,255,.4); }
.fact:first-child { border-left: 0; }

/* ── Sections ─────────────────────────────────────────────────── */
.section { padding: 88px 0; background: var(--white); }
.section--light { background: var(--off-white); }
.split { display: grid; grid-template-columns: 360px 1fr; gap: 54px; align-items: start; }
.narrow { max-width: 880px; }

/* Audience / generic cards */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); border: 1px solid rgba(100,116,139,.18); }
.audience-card img { width: 100%; height: 178px; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.card-body { padding: 24px; }
.card-body h3 { margin: 0 0 12px; color: var(--navy); font-size: 26px; }
.card-body p { margin: 0; color: var(--slate); line-height: 1.52; }

/* ── Dark band + service cards ────────────────────────────────── */
.dark-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy), #061a33 72%), var(--navy); color: var(--white); }
.dark-band h2 { color: var(--white); }
.dark-band .intro-copy { color: rgba(255,255,255,.82); }
.services-row { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 34px; }
.services-row--four { grid-template-columns: repeat(4, 1fr); }
.service-card .brand-tag { margin: 0 0 12px; }
/* Grid-column utilities (responsive-safe; replace inline grid-template-columns) */
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 880px) { .cols-2, .cols-3 { grid-template-columns: 1fr; } }
.service-card { min-height: 260px; padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.04); border: 1px solid rgba(127,176,232,.28); }
.service-card h3 { color: var(--white); margin: 26px 0 14px; font-size: 24px; }
.service-card p { color: rgba(255,255,255,.78); line-height: 1.52; margin: 0; }

/* ── Insights / article archive ───────────────────────────────── */
.hero--compact .hero-inner { min-height: 430px; grid-template-columns: minmax(0, 820px); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.insight-card {
  display: flex; flex-direction: column; min-height: 250px; padding: 24px;
  border-radius: var(--radius); background: var(--white);
  border: 1px solid rgba(100,116,139,.18); box-shadow: var(--shadow);
}
.insight-tag {
  align-self: flex-start; margin-bottom: 16px; padding: 6px 9px; border-radius: 999px;
  background: rgba(31,111,235,.08); color: var(--blue-deep);
  font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.insight-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 25px; line-height: 1.05; }
.insight-card p { margin: 0; color: var(--slate); line-height: 1.55; }
.archive-panel {
  max-height: 780px; overflow: auto; padding: 24px;
  border-radius: 10px; background: var(--white);
  border: 1px solid rgba(100,116,139,.16); box-shadow: var(--shadow);
}
.archive-list { display: grid; gap: 0; }
.archive-list li { padding: 14px 0; border-bottom: 1px solid rgba(100,116,139,.14); }
.archive-list li:last-child { border-bottom: 0; }
.archive-list a { display: block; color: var(--navy); font-weight: 800; line-height: 1.35; }
.archive-list a:hover { color: var(--blue); }
.archive-list span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 700; }
.article-hero {
  color: var(--white); background: linear-gradient(135deg, var(--navy), #061a33 72%);
  padding: 88px 0 70px;
}
.article-hero h1 { color: var(--white); max-width: 960px; font-size: clamp(36px, 5vw, 64px); }
.article-hero .hero-sub { max-width: 760px; }
.article-meta { color: rgba(255,255,255,.68); font-size: 13px; font-weight: 800; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 320px; gap: 58px; align-items: start; padding-top: 72px; padding-bottom: 88px; }
.article-body { min-width: 0; }
.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 44px 0 16px; color: var(--navy); letter-spacing: 0; line-height: 1.12;
}
.article-body h2 { font-size: 32px; }
.article-body h3 { font-size: 25px; }
.article-body p,
.article-body li,
.article-body blockquote {
  color: var(--slate); font-size: 17px; line-height: 1.76;
}
.article-body p { margin: 0 0 22px; }
.article-body ul { margin: 0 0 24px 22px; list-style: disc; }
.article-body li { margin: 0 0 10px; }
.article-body blockquote {
  margin: 34px 0; padding: 22px 26px; border-left: 4px solid var(--blue);
  background: var(--off-white); border-radius: 0 var(--radius) var(--radius) 0;
}
.article-aside {
  position: sticky; top: 118px; padding: 24px; border-radius: 10px;
  background: var(--off-white); border: 1px solid rgba(100,116,139,.16);
}
.article-aside h2 { margin: 0 0 12px; color: var(--navy); font-size: 24px; letter-spacing: 0; }
.article-aside p { margin: 0 0 18px; color: var(--slate); line-height: 1.6; }
.article-aside .btn + .btn { margin-top: 10px; color: var(--blue-deep); border-color: var(--blue-deep); }

/* ── Reporting / board-ready panel ────────────────────────────── */
.reporting { background: var(--off-white); }
.reporting-grid { display: grid; grid-template-columns: 360px 1fr; gap: 54px; align-items: center; }
.report-panel { padding: 26px; border-radius: 10px; border: 1px solid rgba(100,116,139,.16); background: var(--white); box-shadow: var(--shadow); }
.panel-title { display: flex; justify-content: space-between; color: var(--navy); font-weight: 900; margin-bottom: 22px; }
.report-panel .sample-note { margin: -10px 0 16px; color: var(--muted); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric { padding: 18px; border-radius: 7px; border: 1px solid rgba(100,116,139,.16); }
.metric small { color: var(--muted); font-weight: 800; }
.metric strong { display: block; margin-top: 10px; color: var(--navy); font-size: 30px; }
.report-bottom { display: grid; grid-template-columns: 260px 1fr; gap: 28px; margin-top: 22px; align-items: center; }
.report-bottom .ring { width: 166px; height: 166px; }
.report-bottom .ring span { width: 116px; height: 116px; font-size: 28px; }
.report-bottom .bar { color: var(--slate); }
.report-bottom .bar-track { background: rgba(100,116,139,.18); }
.legend { display: flex; gap: 18px; color: var(--slate); font-size: 14px; margin-bottom: 6px; }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; background: var(--blue); }
.dot.green { background: var(--green); }
.dot.sky { background: var(--sky); }
.report-panel .bar-list { padding-top: 0; }

/* ── Why ETTE ─────────────────────────────────────────────────── */
.why { position: relative; background: linear-gradient(90deg, var(--navy), var(--mid-navy)); color: var(--white); }
.why h2 { color: var(--white); }
.why-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 36px; align-items: center; }
.why p { color: rgba(255,255,255,.78); line-height: 1.62; margin: 20px 0 0; }
.proof-stat { padding: 28px; border-left: 1px solid rgba(127,176,232,.28); }
.proof-stat strong { display: block; font-size: 42px; color: var(--sky); font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; }
.proof-stat span { color: rgba(255,255,255,.8); }

/* ── Process ──────────────────────────────────────────────────── */
.process-grid { display: grid; grid-template-columns: 320px repeat(4, 1fr); gap: 28px; align-items: start; }
.process-band { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 34px; }
.step { position: relative; padding-top: 8px; }
.step-num { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: var(--white); font-weight: 900; }
.step h3 { color: var(--navy); font-size: 22px; margin: 18px 0 8px; }
.step p { color: var(--slate); line-height: 1.5; margin: 0; }
.dark-band .step h3 { color: var(--white); }
.dark-band .step p { color: rgba(255,255,255,.78); }

/* ── Service-page helpers (was inline in references) ──────────── */
.service-hero {
  background:
    linear-gradient(90deg, rgba(11,37,69,.98), rgba(11,37,69,.82)),
    url("images/pages/office-collab.webp") center / cover no-repeat;
}
.service-hero .hero-inner { min-height: 650px; grid-template-columns: .96fr 1.04fr; }
.architecture { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 30px; }
.architecture div { min-height: 122px; padding: 18px; display: grid; align-content: center; justify-items: center; text-align: center; border: 1px solid rgba(127,176,232,.3); border-radius: 8px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.045); font-weight: 800; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.capability-card { padding: 22px; border-radius: 8px; border: 1px solid rgba(127,176,232,.28); background: rgba(255,255,255,.045); color: rgba(255,255,255,.84); font-weight: 800; min-height: 112px; }
/* Richer explainer capability cards (heading + 1–2 sentence note) */
.capability-grid--rich { grid-template-columns: repeat(2, 1fr); }
.capability-grid--rich .capability-card { min-height: 0; font-weight: 400; }
.capability-card strong { display: block; color: var(--white); font-size: 16px; font-weight: 800; margin-bottom: 7px; }
.capability-card .cap-note { display: block; color: rgba(255,255,255,.74); font-size: 13.5px; line-height: 1.55; }
@media (max-width: 760px) { .capability-grid--rich { grid-template-columns: 1fr; } }

/* ── AI maturity comparison band ─────────────────────────────── */
.maturity { display: grid; grid-template-columns: .85fr 1.25fr; gap: 22px; margin-top: 32px; align-items: stretch; }
.maturity-col { padding: 26px; border-radius: 12px; border: 1px solid rgba(127,176,232,.24); background: rgba(255,255,255,.04); }
.maturity-col--ette { border-color: var(--blue); background: linear-gradient(180deg, rgba(31,111,235,.20), rgba(31,111,235,.05)); box-shadow: 0 24px 60px rgba(31,111,235,.20); }
.maturity-label { display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); margin-bottom: 12px; }
.maturity-col--ette .maturity-label { color: var(--white); background: var(--blue); padding: 4px 11px; border-radius: 99px; }
.maturity-col h3 { color: var(--white); font-size: 24px; margin: 0 0 16px; }
.maturity-list { list-style: none; display: grid; gap: 9px; }
.maturity-col--ette .maturity-list { grid-template-columns: 1fr 1fr; gap: 9px 22px; }
.maturity-list li { position: relative; padding-left: 18px; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.4; }
.maturity-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 2px; background: var(--sky); }
.maturity-col--ette .maturity-list li::before { background: var(--blue); }
@media (max-width: 760px) { .maturity { grid-template-columns: 1fr; } .maturity-col--ette .maturity-list { grid-template-columns: 1fr; } }

/* ── Process rail (connected steps) ──────────────────────────── */
.process-rail { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 36px; }
.rail-step { position: relative; text-align: center; padding: 0 10px; }
.rail-step::before { content: ""; position: absolute; top: 19px; left: 0; right: 0; height: 2px; background: rgba(31,111,235,.25); z-index: 0; }
.rail-step:first-child::before { left: 50%; }
.rail-step:last-child::before { right: 50%; }
.rail-num { position: relative; z-index: 1; width: 40px; height: 40px; margin: 0 auto 14px; border-radius: 50%; background: var(--blue); color: var(--white); display: grid; place-items: center; font-weight: 900; box-shadow: 0 0 0 6px var(--off-white); }
.rail-step h3 { color: var(--navy); font-size: 15px; margin: 0 0 4px; }
.rail-step p { color: var(--muted); font-size: 12.5px; line-height: 1.45; margin: 0; }
@media (max-width: 760px) {
  .process-rail { grid-template-columns: 1fr; gap: 18px; }
  .rail-step { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; padding: 0; text-align: left; }
  .rail-step::before { display: none; }
  .rail-num { margin: 0; }
}

/* ── Deliverables dossier ────────────────────────────────────── */
.dossier { padding: 28px; border-radius: 12px; background: var(--white); border: 1px solid rgba(100,116,139,.16); box-shadow: var(--shadow); }
.dossier-title { color: var(--navy); font-weight: 900; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(100,116,139,.16); }
.dossier-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.dossier-list li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; }
.dossier-list li::before { content: ""; width: 17px; height: 21px; border-radius: 3px; border: 2px solid var(--blue); background: linear-gradient(180deg, transparent 58%, rgba(31,111,235,.18) 58%); margin-top: 2px; }
.dossier-list strong { display: block; color: var(--navy); font-size: 14.5px; }
.dossier-list span { color: var(--muted); font-size: 12.5px; line-height: 1.4; }
@media (max-width: 680px) { .dossier-list { grid-template-columns: 1fr; } }

/* ── QBR report-contents agenda (GuardRail) ──────────────────── */
.qbr-agenda { margin-top: 34px; }
.qbr-item { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid rgba(127,176,232,.2); align-items: baseline; }
.qbr-item:last-child { border-bottom: 1px solid rgba(127,176,232,.2); }
.qbr-num { font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; font-size: 30px; color: var(--sky); letter-spacing: -.03em; line-height: 1; }
.qbr-item h3 { color: var(--white); font-size: 21px; margin: 0 0 6px; }
.qbr-item p { color: rgba(255,255,255,.74); margin: 0; max-width: 760px; line-height: 1.55; }
@media (max-width: 560px) { .qbr-item { grid-template-columns: 48px 1fr; gap: 16px; } .qbr-num { font-size: 24px; } }

/* QBR recommendations list (report panel) */
.qbr-recs-title { color: var(--navy); font-weight: 800; font-size: 13px; margin: 22px 0 10px; }
.qbr-recs { list-style: none; display: grid; gap: 9px; }
.qbr-recs li { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--slate); }
.qbr-recs strong { color: var(--blue); white-space: nowrap; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }

/* ── Audience-page helpers ────────────────────────────────────── */
.audience-hero {
  background:
    linear-gradient(90deg, rgba(11,37,69,.98), rgba(11,37,69,.74)),
    url("images/pages/diverse-team.webp") center / cover no-repeat;
}
.pressure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.pressure-card { min-height: 210px; padding: 26px; border-radius: 8px; border: 1px solid rgba(127,176,232,.28); background: rgba(255,255,255,.045); color: rgba(255,255,255,.82); }
.pressure-card h3 { color: var(--white); font-size: 24px; margin: 0 0 14px; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }

/* ── CTA band ─────────────────────────────────────────────────── */
.cta {
  position: relative; overflow: hidden; padding: 96px 0; color: var(--white);
  background:
    linear-gradient(90deg, rgba(11,37,69,.98), rgba(11,37,69,.84)),
    url("images/pages/office-collab.webp") center / cover no-repeat;
}
.cta h2 { max-width: 930px; color: var(--white); font-size: clamp(34px, 4.6vw, 60px); }

/* ── Prose (legal / generic content pages) ────────────────────── */
.prose { max-width: 760px; }
.prose h2 { margin-top: 40px; font-size: 30px; }
.prose h3 { margin-top: 28px; font-size: 22px; }
.prose p, .prose li { color: var(--slate); font-size: 17px; line-height: 1.7; margin: 14px 0; }
.prose ul { padding-left: 22px; list-style: disc; }
.prose a { color: var(--blue); font-weight: 700; }
.prose a:hover { text-decoration: underline; }

/* ── FAQ accordion (hooks preserved for main.js) ──────────────── */
.faq-list { max-width: 860px; margin-top: 12px; }
.faq-item { border-bottom: 1px solid rgba(100,116,139,.2); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 22px 4px; background: none; border: 0; cursor: pointer;
  font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; font-size: 21px; color: var(--navy); text-align: left;
}
.faq-question:hover { color: var(--blue); }
.faq-icon { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.faq-icon::before,
.faq-icon::after { content: ""; position: absolute; background: var(--blue); transition: transform .2s ease, opacity .2s ease; }
.faq-icon::before { width: 14px; height: 2px; top: 9px; left: 3px; }
.faq-icon::after  { width: 2px; height: 14px; top: 3px; left: 9px; }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: scaleY(0); opacity: 0; }
.faq-answer { padding: 0 4px 22px; color: var(--slate); font-size: 16px; line-height: 1.65; max-width: 760px; }
.faq-answer[hidden] { display: none; }

/* ── Forms (contact) — non-red accessible errors ──────────────── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; }
.form-group--full { grid-column: 1 / -1; }
.form-label { font-weight: 700; font-size: 14px; color: var(--navy); margin-bottom: 7px; }
.required { color: var(--blue); }
.form-control {
  padding: 13px 14px; border: 1px solid rgba(100,116,139,.4); border-radius: 7px;
  font: inherit; font-size: 15px; color: var(--slate); background: var(--white); width: 100%;
}
.form-control::placeholder { color: #9AA5BD; }
.form-control:focus-visible { outline: 3px solid var(--blue); outline-offset: 1px; border-color: var(--blue); }
textarea.form-control { resize: vertical; min-height: 110px; }
select.form-control { cursor: pointer; }
.form-control[aria-invalid="true"] { border-color: var(--navy); border-width: 2px; }
.field-error { display: flex; align-items: center; gap: 6px; color: var(--slate); font-weight: 800; font-size: 13px; margin-top: 6px; }
.field-error::before { content: "!"; display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 11px; }
.form-status { margin-top: 14px; color: var(--navy); font-weight: 800; line-height: 1.45; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.contact-actions .btn { min-width: 0; }

/* Contact two-column layout */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 54px; align-items: start; }
.contact-details { font-style: normal; display: grid; gap: 18px; margin-top: 24px; }
.contact-item .contact-label { display: block; color: var(--sky); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.contact-item .contact-value { color: rgba(255,255,255,.9); font-size: 16px; }
.contact-card { background: var(--white); border-radius: 12px; padding: 32px; box-shadow: var(--shadow); }

/* ── Info cards (generic light cards: "every plan includes", SLOs) ─ */
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
.info-grid--3 { grid-template-columns: repeat(3, 1fr); }
.info-card { padding: 26px; border-radius: var(--radius); background: var(--white); border: 1px solid rgba(100,116,139,.18); box-shadow: var(--shadow); }
.info-card h3 { color: var(--navy); font-size: 22px; margin: 0 0 10px; }
.info-card p { color: var(--slate); line-height: 1.55; margin: 0; }
.info-card .stat { display: block; font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; font-size: 38px; color: var(--blue); letter-spacing: -.03em; margin: 4px 0 10px; }
.section--light .info-card { background: var(--white); }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; align-items: stretch; }
.path-card { padding: 28px; border-radius: 12px; background: var(--white); border: 1px solid rgba(100,116,139,.18); box-shadow: var(--shadow); }
.path-card--featured { border: 2px solid var(--blue); }
.path-kicker { display: inline-block; margin-bottom: 12px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.path-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 24px; }
.path-card p { color: var(--slate); line-height: 1.58; margin: 0 0 16px; }
.path-card ul { display: grid; gap: 8px; color: var(--slate); line-height: 1.45; }
.path-note { margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.score-card { padding: 28px; border-radius: 12px; background: var(--white); border: 1px solid rgba(100,116,139,.18); box-shadow: var(--shadow); }
.score-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 24px; }
.score-card legend { padding: 0; margin: 0 0 18px; color: var(--navy); font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; font-size: 24px; font-weight: 700; }
.score-list { display: grid; gap: 12px; margin-top: 18px; }
.score-list li { padding: 13px 14px; border-radius: 8px; background: var(--off-white); color: var(--slate); line-height: 1.45; }
.readiness-intro { max-width: 1000px; }
.readiness-mobile-progress { display: none; }
.readiness-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 30px; align-items: start; margin-top: 34px; }
.readiness-result-card { position: sticky; top: 98px; padding: 28px; border-radius: 12px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); border: 1px solid rgba(127,176,232,.34); }
.readiness-result-card .eyebrow { color: var(--sky); }
.readiness-total { display: flex; align-items: baseline; gap: 8px; margin-top: 8px; color: var(--white); font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; font-size: 64px; line-height: 1; letter-spacing: -.04em; }
.readiness-total small { color: var(--sky); font-family: "Libre Franklin", "Libre Franklin Fallback", "Libre Franklin Fallback DejaVu", "Libre Franklin Fallback Roboto", sans-serif; font-size: 18px; font-weight: 800; letter-spacing: 0; }
.readiness-progress { height: 8px; margin: 18px 0 10px; border-radius: 99px; overflow: hidden; background: rgba(255,255,255,.15); }
.readiness-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--blue); transition: width .2s ease; }
.readiness-answered { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 800; }
.readiness-categories { display: grid; gap: 10px; margin: 0 0 22px; }
.readiness-categories div { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,.08); }
.readiness-categories span { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 800; }
.readiness-categories strong { color: var(--sky); }
.readiness-result-card h3 { margin: 0 0 10px; color: var(--white); font-size: 24px; }
.readiness-result-card p { color: rgba(255,255,255,.78); line-height: 1.55; }
.readiness-result-card .path-note { color: var(--sky); }
.readiness-gaps { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(127,176,232,.22); }
.readiness-gaps h4 { margin: 0 0 10px; color: var(--white); font-family: "Libre Franklin", "Libre Franklin Fallback", "Libre Franklin Fallback DejaVu", "Libre Franklin Fallback Roboto", sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.readiness-gaps ul { display: grid; gap: 8px; }
.readiness-gaps li { position: relative; padding-left: 16px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.45; }
.readiness-gaps li::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: var(--sky); }
.readiness-actions { margin-top: 20px; }
.readiness-actions .btn-outline { color: var(--white); border-color: rgba(255,255,255,.42); }
.readiness-form { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 0; }
.readiness-form fieldset { min-width: 0; border: 0; }
.readiness-question { padding: 16px 0; border-top: 1px solid rgba(100,116,139,.16); }
.readiness-question:first-of-type { border-top: 0; padding-top: 0; }
.readiness-question p { margin: 0 0 12px; color: var(--slate); line-height: 1.5; }
.score-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.score-options label { min-width: 0; cursor: pointer; }
.score-options input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; pointer-events: none; }
.score-options span { display: grid; place-items: center; min-height: 54px; padding: 8px 6px; border-radius: 8px; border: 1px solid rgba(100,116,139,.24); background: var(--off-white); color: var(--navy); font-weight: 900; text-align: center; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.score-options small { display: block; margin-top: 3px; color: var(--muted); font-size: 10.5px; font-weight: 800; line-height: 1.15; }
.score-options label:hover span { border-color: var(--blue); transform: translateY(-1px); }
.score-options input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 2px; }
.score-options input:checked + span { background: var(--navy); border-color: var(--navy); color: var(--white); box-shadow: inset 0 0 0 2px rgba(127,176,232,.36); }
.score-options input:checked + span small { color: rgba(255,255,255,.9); }
.capability-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; }
.capability-band article { padding: 22px; border-radius: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(127,176,232,.2); }
.capability-band h3 { color: var(--white); font-size: 18px; margin: 0 0 8px; }
.capability-band p { color: rgba(255,255,255,.78); line-height: 1.55; margin: 0; }
.print-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.framework-note { margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 860px; }

/* ── Services map ─────────────────────────────────────────────── */
.service-principles { display: grid; gap: 0; border-top: 1px solid rgba(100,116,139,.2); }
.service-principles div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(100,116,139,.2); }
.service-principles strong { color: var(--navy); font-size: 15px; font-weight: 900; }
.service-principles span { color: var(--slate); line-height: 1.55; }
.service-principles--dark { margin-top: 34px; border-top-color: rgba(127,176,232,.3); }
.service-principles--dark div { border-bottom-color: rgba(127,176,232,.22); }
.service-principles--dark strong { color: var(--white); }
.service-principles--dark span { color: rgba(255,255,255,.78); }
.service-map { margin-top: 36px; border-top: 1px solid rgba(100,116,139,.24); }
.service-map-row { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: 44px; padding: 34px 0; border-bottom: 1px solid rgba(100,116,139,.24); }
.service-map-copy h3 { margin: 8px 0 12px; color: var(--navy); font-size: 28px; }
.service-map-copy p { margin: 0; color: var(--slate); line-height: 1.6; }
.service-label { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; }
.service-links a { display: block; min-width: 0; padding: 14px 0; color: var(--navy); font-weight: 900; border-bottom: 1px solid rgba(100,116,139,.18); }
.service-links a:hover { color: var(--blue); }
.service-links span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.4; }
.included-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 32px; border-block: 1px solid rgba(100,116,139,.22); }
.included-strip div { padding: 22px 22px 22px 0; border-right: 1px solid rgba(100,116,139,.18); }
.included-strip div + div { padding-left: 22px; }
.included-strip div:last-child { border-right: 0; }
.included-strip strong { display: block; margin-bottom: 8px; color: var(--navy); font-weight: 900; }
.included-strip span { color: var(--slate); line-height: 1.5; }
.priority-list { display: grid; margin-top: 30px; border-top: 1px solid rgba(100,116,139,.22); }
.priority-list div { display: grid; grid-template-columns: 180px 90px 1fr; gap: 20px; align-items: baseline; padding: 17px 0; border-bottom: 1px solid rgba(100,116,139,.18); }
.priority-list strong { color: var(--navy); font-weight: 900; }
.priority-list span { color: var(--blue); font-size: 24px; font-weight: 900; }
.priority-list p { margin: 0; color: var(--slate); line-height: 1.45; }

/* ── Pricing ──────────────────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; align-items: start; }
.pricing-card { position: relative; padding: 30px; border-radius: 12px; background: var(--white); border: 1px solid rgba(100,116,139,.2); box-shadow: var(--shadow); }
.pricing-card--featured { border: 2px solid var(--blue); }
.pricing-badge { display: inline-block; margin-bottom: 12px; padding: 5px 12px; border-radius: 99px; background: var(--blue); color: var(--white); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.pricing-tier { color: var(--navy); font-weight: 900; font-size: 18px; margin-bottom: 8px; }
.pricing-amount { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.pricing-num { font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; font-size: 46px; color: var(--navy); letter-spacing: -.04em; }
.pricing-per { color: var(--muted); font-weight: 700; font-size: 14px; }
.pricing-desc { color: var(--slate); line-height: 1.55; margin: 0 0 18px; }
.pricing-features { display: grid; gap: 10px; margin: 0 0 18px; }
.pricing-features li { position: relative; padding-left: 26px; color: var(--slate); line-height: 1.45; }
.pricing-features li::before { content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--green); box-shadow: inset 0 0 0 2px var(--white); }
.pricing-features li::after { content: ""; position: absolute; left: 5px; top: 7px; width: 5px; height: 8px; border: solid var(--white); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.pricing-note { margin-top: 26px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.pricing-note strong { color: var(--navy); }

/* Plan comparison matrix */
.cmp-wrap { margin-top: 34px; overflow-x: auto; border: 1px solid rgba(100,116,139,.18); border-radius: 12px; box-shadow: var(--shadow); -webkit-overflow-scrolling: touch; }
.cmp-table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--white); }
.cmp-table caption { caption-side: top; }
.cmp-table th, .cmp-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid rgba(100,116,139,.14); font-size: 13.5px; line-height: 1.45; color: var(--slate); vertical-align: top; }
.cmp-table thead th { background: var(--navy); color: var(--white); font-family: "Fraunces", "Fraunces Fallback", "Fraunces Fallback DejaVu", "Fraunces Fallback Times", "Fraunces Fallback Noto", serif; font-weight: 600; font-size: 16px; letter-spacing: -.02em; }
.cmp-table thead th.cmp-featured { background: var(--blue); }
.cmp-table tbody th { width: 200px; color: var(--navy); font-weight: 800; background: var(--off-white); }
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: 0; }
.cmp-yes { color: var(--green); font-weight: 900; }
.cmp-hint { display: none; margin: 0 0 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
@media (max-width: 760px) { .cmp-hint { display: block; } .cmp-table tbody th { width: 150px; } }

/* ── Team (about page) ────────────────────────────────────────── */
.team-subhead { margin: 44px 0 20px; color: var(--navy); font-size: 26px; }
.team-grid { display: grid; gap: 18px; }
.team-photo { display: block; width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: contain; object-position: center center; border-radius: 14px; border: 1px solid rgba(100,116,139,.18); box-shadow: 0 10px 30px rgba(11,37,69,.10); margin-bottom: 14px; background: #fff; }
.team-card h4 { color: var(--navy); font-family: "Libre Franklin", "Libre Franklin Fallback", "Libre Franklin Fallback DejaVu", "Libre Franklin Fallback Roboto", sans-serif; font-weight: 800; margin: 0; }
.team-card p { color: var(--muted); margin: 3px 0 0; }

/* Leadership: larger 3-up cards with a responsibility line */
.team-grid--lead { grid-template-columns: repeat(5, 1fr); gap: 20px 18px; }
.team-grid--lead .team-card { text-align: left; }
.team-grid--lead .team-photo { border-radius: 16px; margin-bottom: 16px; }
.team-grid--lead .team-card h4 { font-size: 19px; }
.team-grid--lead .team-card p { font-size: 14px; color: var(--blue); font-weight: 700; }
.team-resp { color: var(--slate) !important; font-weight: 400 !important; font-size: 14px; line-height: 1.5; margin-top: 8px !important; }

/* Technical staff: compact, polished bench */
.team-grid--bench { grid-template-columns: repeat(5, 1fr); gap: 20px 18px; }
.team-grid--bench .team-card { text-align: center; }
.team-grid--bench .team-card h4 { font-size: 14.5px; }
.team-grid--bench .team-card p { font-size: 12.5px; }
.about-figure { margin-top: 24px; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }

/* ── Footer ───────────────────────────────────────────────────── */
.footer { position: relative; overflow: hidden; background: #061a33; color: var(--white); padding: 62px 0 0; }
.footer-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .9fr .95fr .85fr .85fr 1.2fr; gap: 32px; }
.footer h4 { margin: 0 0 16px; color: var(--sky); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-family: "Libre Franklin", "Libre Franklin Fallback", "Libre Franklin Fallback DejaVu", "Libre Franklin Fallback Roboto", sans-serif; font-weight: 900; }
.footer p, .footer li { margin: 0 0 10px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.5; }
.footer ul li a:hover { color: var(--white); }
.footer-logo { width: 200px; margin-bottom: 20px; }
.footer-bottom { position: relative; z-index: 1; margin-top: 48px; border-top: 1px solid rgba(127,176,232,.18); }
.footer-bottom > div { width: min(var(--maxw), calc(100% - var(--gutter))); margin-inline: auto; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { color: rgba(255,255,255,.6); font-size: 13px; margin: 0; }
.legal-links { display: flex; gap: 20px; }
.legal-links a { color: rgba(255,255,255,.7); font-size: 13px; }
.legal-links a:hover { color: var(--white); }

/* ── Focus visibility (a11y) ──────────────────────────────────── */
:focus-visible { outline: 3px solid var(--sky); outline-offset: 2px; border-radius: 3px; }
.btn:focus-visible, .nav-link:focus-visible { outline-color: var(--white); }
.section .btn:focus-visible, .reporting .btn:focus-visible { outline-color: var(--blue); }

/* ════════════════════════ RESPONSIVE ═══════════════════════════ */
@media (max-width: 1180px) {
  :root { --gutter: 56px; }
  .hero-inner { gap: 40px; }
  .why-grid { grid-template-columns: 1fr 1fr 1fr; }
  .why-grid > div:first-child { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (max-width: 1100px) {
  .header-inner { height: 76px; }
  .logo-mark { width: 168px; }
  .brand-mark { width: 146px; }
  .brand-tagline { font-size: 10.5px; letter-spacing: 0; }
  .brand-lockup { gap: 3px; }
  /* Collapse nav into mobile drawer (raised breakpoint for the 7-item bar) */
  .nav-toggle { display: inline-flex; }
  nav.nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 24px 22px; background: var(--mid-navy); border-bottom: 1px solid rgba(127,176,232,.2); max-height: calc(100vh - 76px); overflow-y: auto; }
  nav.nav.is-open { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 2px; width: 100%; }
  .nav-link { width: 100%; justify-content: space-between; padding: 12px 8px; }
  .nav-list .btn { margin-left: 0; }
  .nav-item--dropdown { position: static; }
  .dropdown-menu { position: static; min-width: 0; margin: 4px 0 8px; box-shadow: none; background: rgba(255,255,255,.05); }
  /* Mega-menu stacks in the drawer */
  .dropdown-menu--mega { width: auto; transform: none; left: auto; grid-template-columns: 1fr; gap: 4px; padding: 12px 14px; }
  nav.nav .btn { width: 100%; margin-top: 10px; }

  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding: 56px 0; gap: 36px; }
  .service-hero .hero-inner { min-height: 0; grid-template-columns: 1fr; }
  .dashboard-float { margin-bottom: 0; align-self: stretch; }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 18px; }
  .trust-item + .trust-item { border-left: 0; padding-left: 0; }
  .trust-item:nth-child(odd) { padding-left: 0; }

  .split, .reporting-grid { grid-template-columns: 1fr; gap: 30px; }
  .cards-3, .capability-grid, .related-grid, .pressure-grid, .approach-grid, .path-grid, .capability-band { grid-template-columns: 1fr 1fr; }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 34px; }
  .article-aside { position: static; }
  .services-row { grid-template-columns: 1fr 1fr; }
  .architecture, .process-band { grid-template-columns: 1fr 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .report-bottom { grid-template-columns: 1fr; }
  .report-bottom .ring { margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --gutter: 28px; }
  .section { padding: 60px 0; }
  .cta { padding: 64px 0; }
  .brand-tagline { display: none; }

  /* Everything to a single column on narrow screens */
  .cards-3, .services-row, .capability-grid, .related-grid, .pressure-grid, .approach-grid,
  .architecture, .process-band, .process-grid, .metric-grid, .why-grid, .form-grid, .insight-grid,
  .dash-grid, .facts-inner, .trust-row, .path-grid, .capability-band { grid-template-columns: 1fr; }

  .hero--compact .hero-inner { min-height: 0; }
  .hero--compact h1 { hyphens: none; font-size: 30px; }
  .article-hero { padding: 56px 0 44px; }
  .article-layout { padding-top: 50px; padding-bottom: 60px; }
  .article-body h2 { font-size: 27px; }
  .article-body p, .article-body li, .article-body blockquote { font-size: 16px; }
  .archive-panel { max-height: none; padding: 18px; }

  /* Facts + trust: drop dividers, no overflow */
  .fact { border-left: 0; min-height: 0; padding: 14px 0; }
  .trust-row { gap: 14px; }
  .trust-item, .trust-item + .trust-item { border-left: 0; padding-left: 0; padding-right: 0; }

  /* CTAs stack full-width before they can clip */
  .actions { flex-direction: column; align-items: stretch; }
  .actions .btn { width: 100%; }

  /* Dashboard: label + value above a full-width track (never widens panel) */
  .bar {
    grid-template-columns: 1fr auto;
    grid-template-areas: "label value" "track track";
    gap: 4px 10px;
  }
  .bar > span:first-child { grid-area: label; }
  .bar > .bar-track { grid-area: track; }
  .bar > span:last-child { grid-area: value; text-align: right; }

  .proof-stat { border-left: 0; border-top: 1px solid rgba(127,176,232,.28); padding: 20px 0 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-bottom > div { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 460px) {
  :root { --gutter: 20px; }
  .footer-inner { grid-template-columns: 1fr; }
  .dashboard-float { padding: 18px; }
  .dash-number { font-size: 36px; }
  .readiness-result-card, .score-card { padding: 22px; }
  .readiness-total { font-size: 52px; }
  .score-options { gap: 6px; }
  .score-options span { min-height: 50px; padding: 7px 4px; }
  h1 { hyphens: manual; }
}

/* New components: responsive */
@media (max-width: 1100px) {
  .info-grid { grid-template-columns: 1fr 1fr; }
  .service-map-row { grid-template-columns: 1fr; gap: 20px; }
  .included-strip { grid-template-columns: 1fr 1fr; }
  .included-strip div:nth-child(2n) { border-right: 0; }
  .included-strip div:nth-child(n+3) { border-top: 1px solid rgba(100,116,139,.18); }
  .readiness-mobile-progress { position: sticky; top: 74px; z-index: 5; display: flex; justify-content: space-between; gap: 14px; margin-top: 24px; padding: 12px 14px; border-radius: 10px; background: var(--navy); color: rgba(255,255,255,.78); border: 1px solid rgba(127,176,232,.34); box-shadow: var(--shadow); font-size: 13px; font-weight: 900; }
  .readiness-mobile-progress strong { color: var(--sky); }
  .readiness-workspace { grid-template-columns: 1fr; }
  .readiness-result-card { position: static; }
  .readiness-form { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .team-grid--lead { grid-template-columns: repeat(4, 1fr); }
  .team-grid--bench { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 760px) {
  .info-grid, .info-grid--3 { grid-template-columns: 1fr; }
  .service-principles div, .priority-list div { grid-template-columns: 1fr; gap: 6px; }
  .service-links, .included-strip { grid-template-columns: 1fr; }
  .included-strip div, .included-strip div + div { padding: 18px 0; border-right: 0; border-top: 1px solid rgba(100,116,139,.18); }
  .included-strip div:first-child { border-top: 0; }
  .team-grid--lead { grid-template-columns: repeat(3, 1fr); }
  .team-grid--bench { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 460px) {
  .team-grid--lead { grid-template-columns: repeat(2, 1fr); }
  .team-grid--bench { grid-template-columns: repeat(2, 1fr); }
}

/* ── YouTube click-to-play facade ─────────────────────────────── */
.yt-facade {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  display: block; border: 0; padding: 0; cursor: pointer; background: #000;
}
.yt-facade img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.yt-facade-title {
  position: absolute; top: 0; left: 0; right: 0; z-index: 1; text-align: left;
  padding: 12px 12px 44px; color: #eee;
  font: 500 18px/1.3 "Roboto", "Libre Franklin", Arial, sans-serif;
  background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,0));
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.yt-facade-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;
}
.yt-facade-play svg { display: block; filter: drop-shadow(0 1px 4px rgba(0,0,0,.35)); }
.yt-facade:hover .yt-facade-play path:first-child,
.yt-facade:focus-visible .yt-facade-play path:first-child { fill: #c00; }

/* ── Reduced motion ───────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ── Forced colors (Windows high-contrast) ────────────────────── */
@media (forced-colors: active) {
  .btn, .nav-link, .dropdown-link { forced-color-adjust: none; }
  .hero, .dark-band, .cta, .footer { background: Canvas; color: CanvasText; }
  .hero::after, .dark-band::after, .cta::after, .footer::after { display: none; }
}
