* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --blue: #0572ec;
  --blue-dark: #0a5bc4;
  --blue-ink: #0a55bd;   /* accent text: AA-contrast on light tints */
  --ink: #0a1b2e;
  --text: #475467;
  --muted: #667085;
  --line: #e6e9ef;
  --tint-blue: #eef4ff;
  --tint-lav: #f2eefe;
  --tint-mint: #e9f9f1;
  --radius: 18px;
  --radius-lg: 30px;
}

html { scroll-behavior: smooth; }
body {
  font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, .logo-word, .stat-num, .big-num { font-family: "Schibsted Grotesk", "Hanken Grotesk", sans-serif; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 15px; font-weight: 600;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .16s, color .16s, border-color .16s, transform .16s;
}
.btn-lg { padding: 14px 28px; font-size: 16px; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: #f6f8fc; }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(10,27,46,.18); }
.btn-ghost-dark:hover { background: rgba(10,27,46,.05); }

/* ── Nav ── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.nav.scrolled { border-color: var(--line); box-shadow: 0 1px 20px rgba(10,27,46,.04); }
.nav-inner { display: flex; align-items: center; height: 70px; gap: 36px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-badge {
  width: 32px; height: 32px; border-radius: 9px;
  background: radial-gradient(circle at 30% 25%, #2a3d86, #15224f);
  display: flex; align-items: center; justify-content: center;
}
.logo-word { font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.nav-links { display: flex; gap: 28px; margin-right: auto; }
.nav-links a { font-size: 15px; font-weight: 500; color: #34405a; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-signin { font-size: 15px; font-weight: 600; color: var(--ink); }
.nav-signin:hover { color: var(--blue); }

/* ── Hero ── */
.hero {
  text-align: center;
  padding: 88px 0 40px;
  background:
    radial-gradient(60% 70% at 50% 0%, #eaf2ff 0%, rgba(234,242,255,0) 70%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 60%);
}
.hero h1 {
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 800;
  letter-spacing: -.028em;
  line-height: 1.04;
  max-width: 16ch;
  margin: 0 auto 22px;
}
.hero > .container > p {
  font-size: clamp(17px, 2vw, 20px);
  color: var(--text);
  max-width: 60ch;
  margin: 0 auto 30px;
}
.hero-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* device / product frame */
.device {
  max-width: 1080px; margin: 60px auto 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 40px 80px -30px rgba(10,40,90,.35), 0 12px 30px -12px rgba(10,40,90,.18);
  overflow: hidden;
}
.device-bar {
  display: flex; align-items: center; gap: 7px;
  height: 40px; padding: 0 16px;
  background: #f4f5f7; border-bottom: 1px solid #e8e9ed;
}
.device-bar .tl { width: 11px; height: 11px; border-radius: 50%; background: #d6d8de; }
.device-bar .tl:nth-child(1){ background:#ff5f57; } .device-bar .tl:nth-child(2){ background:#febc2e; } .device-bar .tl:nth-child(3){ background:#28c840; }
.device-bar .url {
  margin-left: 14px; flex: 1; max-width: 320px;
  background: #fff; border: 1px solid #e4e6eb; border-radius: 7px;
  font-size: 12.5px; color: #6b7280; padding: 5px 12px;
}
.device-frame { display: block; width: 100%; height: 660px; border: 0; background: #16245e; }

/* ── Sections ── */
.section { padding: 86px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head.left { text-align: left; margin: 0; }
.eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue-ink); margin-bottom: 14px;
}
.eyebrow.center { text-align: center; }
.section h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.lede { font-size: 18px; color: var(--text); margin-top: 16px; }

/* feature cards */
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fcard { border-radius: var(--radius-lg); padding: 26px 26px 30px; }
.tint-blue { background: var(--tint-blue); }
.tint-lav { background: var(--tint-lav); }
.tint-mint { background: var(--tint-mint); }
.fcard h3 { font-size: 21px; font-weight: 700; letter-spacing: -.01em; margin: 22px 0 8px; line-height: 1.25; }
.fcard p { font-size: 15px; color: var(--text); margin-bottom: 16px; }
.card-link { font-size: 15px; font-weight: 600; color: var(--blue-ink); }
.card-link:hover { text-decoration: underline; }

/* mini product mocks */
.mock {
  background: #fff; border: 1px solid rgba(10,40,90,.07);
  border-radius: 14px; padding: 16px; min-height: 172px;
  box-shadow: 0 8px 22px -12px rgba(10,40,90,.18);
  display: flex; flex-direction: column; gap: 9px;
}
.mock-center { align-items: center; justify-content: center; gap: 16px; }
.mock-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; color: #344054; font-weight: 500;
  background: #f7f9fc; border-radius: 8px; padding: 9px 12px;
}
.mock-row.dim { opacity: .55; }
.mock-list { width: 100%; display: flex; flex-direction: column; gap: 8px; }
.pill { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.pill-amber { background: #fef0c7; color: #b54708; }
.pill-green { background: #d1fadf; color: #027a48; }
.pill-red { background: #fee4e2; color: #b42318; }
.pill-grey { background: #eaecf0; color: #475467; }
.ring {
  position: relative;
  width: 96px; height: 96px; border-radius: 50%;
  background: conic-gradient(#12b76a calc(var(--v) * 1%), #eaecf0 0);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ring::after { content: ""; position: absolute; width: 72px; height: 72px; background: #fff; border-radius: 50%; }
.ring-num { position: relative; z-index: 1; font-size: 18px; font-weight: 800; color: #027a48; }
.bars { display: flex; align-items: flex-end; gap: 8px; height: 96px; padding: 4px 4px 0; }
.bars span { flex: 1; background: linear-gradient(180deg, #84caff, #0572ec); border-radius: 5px 5px 0 0; }
.mock-badge { margin-top: 4px; }

/* stats */
.stat-block {
  background: linear-gradient(135deg, #0a1b2e, #14315e);
  color: #fff; border-radius: var(--radius-lg);
  padding: 56px 56px 48px;
}
.stat-block .eyebrow { color: #7fb6ff; }
.stat-block h2 { color: #fff; max-width: 16ch; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 44px; }
.stat-num { font-size: 50px; font-weight: 800; letter-spacing: -.02em; color: #fff; display: block; line-height: 1; }
.stat-desc { font-size: 15px; color: #b6c2d6; margin-top: 14px; }
.stat-desc .src { color: #7fb6ff; font-weight: 600; }

/* quote */
.quote-section { text-align: center; padding: 96px 0; background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 72%); }
[data-theme="dark"] .quote-section { background: linear-gradient(180deg, #11171f 0%, var(--bg) 72%); }
.quote-section blockquote {
  position: relative; font-size: clamp(24px, 3vw, 37px); font-weight: 600;
  letter-spacing: -.02em; line-height: 1.32; max-width: 24ch; margin: 0 auto;
}
.quote-section blockquote::before {
  content: "\201C"; display: block; font-family: "Schibsted Grotesk", serif;
  font-size: 104px; line-height: .42; margin: 0 auto 20px; width: max-content;
  background: var(--accent-edge); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.quote-attr { margin-top: 30px; font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.quote-attr b { color: var(--blue-ink); }
.vendors { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; }
.vendors span { font-size: 17px; font-weight: 700; color: #98a2b3; letter-spacing: -.01em; }

/* cta */
.cta-block {
  background: radial-gradient(70% 120% at 50% 0%, #dcebff 0%, #eef4ff 60%);
  border-radius: var(--radius-lg);
  text-align: center; padding: 70px 40px;
}
.cta-block p { font-size: 18px; color: var(--text); max-width: 52ch; margin: 16px auto 30px; }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 64px 0 36px; background: #fafbfd; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(5, 1fr); gap: 32px; }
.footer-tag { font-size: 14px; color: var(--muted); margin-top: 16px; max-width: 26ch; }
.footer-col h3 { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; color: var(--text); padding: 4px 0; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--line); margin-top: 48px; padding-top: 24px;
  font-size: 13.5px; color: var(--muted);
}

/* reveal — progressive enhancement: visible without JS, animates with JS,
   and respects reduced-motion. .js is set on <html> by an inline head script. */
.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

@media (max-width: 960px) {
  .nav-links { display: none; }
  .feature-cards { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: 28px; }
  .stat-block { padding: 40px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .device-frame { height: 520px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

/* ════════════════════════════════════════════════════════════════
   COMPONENT LIBRARY — shared across all pages (portfolio site)
   Same tokens as above. Added for the full fwchange.com rebuild.
   ════════════════════════════════════════════════════════════════ */

/* ── Nav extras: ghost CTA + language toggle ── */
.nav-cta-ghost {
  font-size: 15px; font-weight: 600; color: var(--ink);
  padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line);
  transition: background .16s, border-color .16s;
}
.nav-cta-ghost:hover { background: #f6f8fc; border-color: #d4d9e4; }
.lang-toggle {
  font-size: 13px; font-weight: 700; letter-spacing: .02em;
  color: var(--muted); border: 1px solid var(--line);
  border-radius: 8px; padding: 5px 9px;
}
.lang-toggle:hover { color: var(--blue); border-color: #cfe0fb; }
.nav-links a.active { color: var(--blue); }
.menu-btn { display: none; }

/* ── Compact hero for interior pages ── */
.page-hero {
  padding: 64px 0 40px;
  background:
    radial-gradient(56% 60% at 50% 0%, #eaf2ff 0%, rgba(234,242,255,0) 70%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 80%);
}
.page-hero.left-aligned { text-align: left; }
.page-hero .container { max-width: 880px; }
.page-hero h1 {
  font-size: clamp(32px, 5vw, 52px); font-weight: 800;
  letter-spacing: -.026em; line-height: 1.06; margin: 14px 0 0;
}
.page-hero .lede { font-size: clamp(17px, 2vw, 20px); color: var(--text); max-width: 64ch; margin-top: 18px; }
.page-hero.center { text-align: center; }
.page-hero.center .lede { margin-left: auto; margin-right: auto; }

/* breadcrumb */
.crumbs { font-size: 13.5px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.crumbs a:hover { color: var(--blue); }
.crumbs .sep { color: #c3cad6; }

/* ── Author credibility strip ── */
.cred-bar {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; padding: 16px 20px;
  box-shadow: 0 8px 22px -16px rgba(10,40,90,.2);
}
.cred-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 30% 25%, #2a3d86, #15224f);
  color: #fff; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  font-family: "Schibsted Grotesk", sans-serif; letter-spacing: -.01em;
}
.cred-name { font-weight: 700; font-size: 15.5px; color: var(--ink); }
.cred-role { font-size: 13.5px; color: var(--muted); }
.cred-stats { display: flex; gap: 8px 18px; flex-wrap: wrap; margin-left: auto; }
.cred-stats span { font-size: 13.5px; color: var(--text); font-weight: 600; white-space: nowrap; }
.cred-stats span b { color: var(--blue); font-weight: 800; }

/* ── Vendor logos strip ── */
.logos-strip { text-align: center; padding: 40px 0 8px; }
.logos-strip .label {
  font-size: 13.5px; font-weight: 600; letter-spacing: .01em;
  color: var(--muted); margin-bottom: 20px;
}
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px 38px; }
.logos-row span { font-size: 18px; font-weight: 700; color: #aab2c0; letter-spacing: -.01em; }

/* ── Problem / pain cards (white, bordered) ── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pcard {
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  padding: 26px 24px; transition: box-shadow .18s, transform .18s, border-color .18s;
}
.pcard:hover { box-shadow: 0 18px 40px -26px rgba(10,40,90,.32); transform: translateY(-2px); border-color: #dbe3f1; }
.pcard .ic {
  width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center; justify-content: center;
  background: var(--tint-blue); color: var(--blue); margin-bottom: 16px;
}
.pcard.lav .ic { background: var(--tint-lav); color: #7c4dff; }
.pcard.mint .ic { background: var(--tint-mint); color: #12b76a; }
.pcard.amber .ic { background: #fef0c7; color: #b54708; }
.pcard h3 { font-size: 18px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 8px; }
.pcard p { font-size: 14.5px; color: var(--text); }
/* side-by-side icon+heading, icon in flow (no tile container) — avoids the
   stacked rounded-icon-tile feature-card cliché entirely */
.pcard-head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.pcard-head .ic { margin-bottom: 0; width: auto; height: auto; background: none; }
.pcard-head .ic svg { width: 24px; height: 24px; }
.pcard-head h3 { margin-bottom: 0; }

/* ── Numbered how-it-works steps ── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.steps.three { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding-top: 8px; }
.step .num {
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--ink); color: #fff; font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.step h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; letter-spacing: -.01em; }
.step p { font-size: 14.5px; color: var(--text); }

/* ── Feature list (checkmark rows) ── */
.feature-list { display: flex; flex-direction: column; gap: 14px; }
.feature-list li { list-style: none; display: flex; gap: 12px; align-items: flex-start; }
.feature-list .tick {
  width: 22px; height: 22px; border-radius: 7px; flex-shrink: 0; margin-top: 1px;
  background: var(--tint-mint); color: #12b76a; display: flex; align-items: center; justify-content: center;
}
.feature-list b { font-weight: 700; color: var(--ink); }
.feature-list span { color: var(--text); font-size: 15px; }

/* ── Split: text + visual ── */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.split.flip > :first-child { order: 2; }
.split .copy h2 { font-size: clamp(26px, 3.4vw, 38px); }
.split .copy .lede { margin-top: 14px; margin-bottom: 22px; }

/* ── Data / comparison tables ── */
.data-table { width: 100%; border-collapse: collapse; font-size: 14.5px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.data-table th, .data-table td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.data-table thead th { background: #f7f9fc; font-weight: 700; color: var(--ink); font-size: 13px; letter-spacing: .01em; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table td:first-child { font-weight: 600; color: var(--ink); }
.data-table .hl { color: var(--blue); font-weight: 700; }

/* ── Callout / note ── */
.callout {
  background: var(--tint-blue); border: 1px solid #d3e3fb;
  border-radius: 12px; padding: 16px 20px; margin: 26px 0;
}
.callout p { color: #1d3a63; font-size: 15px; }
.callout.warn { background: #fffaeb; border-color: #fde2a8; }
.callout.warn p { color: #93370d; }

/* ════════════ ARTICLE / PROSE (blog posts, methodology, whitepaper) ════════════ */
.article-wrap { max-width: 760px; margin: 0 auto; padding: 0 28px; }
.post-head { max-width: 760px; margin: 0 auto; padding: 56px 28px 0; }
.post-kicker { font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--blue-ink); }
.post-head h1 { font-size: clamp(30px, 4.6vw, 46px); font-weight: 800; letter-spacing: -.026em; line-height: 1.08; margin: 14px 0 0; }
.post-meta { display: flex; align-items: center; gap: 10px 16px; flex-wrap: wrap; margin-top: 22px; font-size: 14px; color: var(--muted); }
.post-meta .author { font-weight: 700; color: var(--ink); }
.post-meta .dot { color: #c3cad6; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag { font-size: 12px; font-weight: 600; color: #3a527e; background: var(--tint-blue); border-radius: 999px; padding: 4px 11px; }

.prose { font-size: 17px; color: #2d3b50; line-height: 1.72; }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { font-family: "Schibsted Grotesk", sans-serif; font-size: 27px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); line-height: 1.2; margin-top: 1.8em; }
.prose h3 { font-family: "Schibsted Grotesk", sans-serif; font-size: 21px; font-weight: 700; letter-spacing: -.01em; color: var(--ink); margin-top: 1.5em; }
.prose h4 { font-size: 17px; font-weight: 700; color: var(--ink); margin-top: 1.4em; }
.prose p { color: #2d3b50; }
.prose a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; text-decoration-color: #b9d4fb; }
.prose a:hover { text-decoration-color: var(--blue); }
.prose strong { color: var(--ink); font-weight: 700; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-top: .5em; }
.prose li::marker { color: var(--blue); }
.prose blockquote {
  font-family: inherit; font-size: 19px; font-weight: 500; line-height: 1.55;
  color: var(--ink); border-left: 3px solid var(--blue); background: #f7faff;
  border-radius: 0 12px 12px 0; padding: 16px 22px; margin: 1.6em 0; max-width: none; letter-spacing: 0;
}
.prose code { font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace; font-size: .86em; background: #f1f4f9; color: #1d3a63; padding: 2px 6px; border-radius: 6px; }
.prose pre { background: #0d1b2e; color: #d6e2f5; border-radius: 14px; padding: 18px 20px; overflow-x: auto; font-size: 14px; line-height: 1.6; }
.prose pre code { background: none; color: inherit; padding: 0; font-size: inherit; }
.prose img { width: 100%; max-height: 360px; object-fit: cover; object-position: center; border-radius: 14px; border: 1px solid var(--line); display: block; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: block; overflow-x: auto; }
.prose th, .prose td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.prose thead th { background: #f7f9fc; font-weight: 700; color: var(--ink); }
.prose figure { margin: 1.4em 0; }
.prose figcaption { font-size: 13.5px; color: var(--muted); text-align: center; margin-top: 8px; }

/* article footer: author card + pager */
.article-foot { max-width: 760px; margin: 56px auto 0; padding: 0 28px; }
.author-card {
  display: flex; gap: 18px; align-items: flex-start;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fafbfd; padding: 24px;
}
.author-card .cred-avatar { width: 52px; height: 52px; font-size: 17px; }
.author-card h4, .author-card .ac-name { font-size: 16px; font-weight: 700; color: var(--ink); }
.author-card .role { font-size: 13.5px; color: var(--muted); margin-bottom: 8px; }
.author-card p { font-size: 14.5px; color: var(--text); }
.pager { display: flex; justify-content: space-between; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.pager a { flex: 1; min-width: 240px; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; transition: border-color .16s, box-shadow .16s; }
.pager a:hover { border-color: #cfe0fb; box-shadow: 0 12px 30px -22px rgba(10,40,90,.3); }
.pager .lbl { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.pager .ttl { font-size: 15px; font-weight: 700; color: var(--ink); margin-top: 4px; }
.pager .next { text-align: right; }

/* related reading (article foot) */
.related { margin-top: 48px; }
.related h3 { font-family: "Schibsted Grotesk", sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 18px; }
.related .blog-grid { gap: 18px; }
.related .post-card h3 { font-size: 16px; font-family: "Hanken Grotesk", sans-serif; font-weight: 700; }
.related .thumb { aspect-ratio: 16/8; }

/* ════════════ BLOG INDEX ════════════ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
  display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; overflow: hidden; transition: box-shadow .18s, transform .18s, border-color .18s;
}
.post-card:hover { box-shadow: 0 22px 48px -28px rgba(10,40,90,.34); transform: translateY(-3px); border-color: #dbe3f1; }
.post-card .thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--tint-blue), var(--tint-lav)); position: relative; overflow: hidden; }
.post-card .thumb.t1 { background: linear-gradient(135deg, #e8f1ff, #dbe9ff); }
.post-card .thumb.t2 { background: linear-gradient(135deg, #f1ecff, #e6f7ef); }
.post-card .thumb.t3 { background: linear-gradient(135deg, #e6f7ef, #e8f1ff); }
.post-card .thumb .glyph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: .5; }
.post-card .body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card .cat { font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--blue-ink); }
.post-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -.01em; line-height: 1.3; margin: 10px 0 8px; }
.post-card p { font-size: 14px; color: var(--text); margin-bottom: 16px; flex: 1; }
.post-card .pmeta { font-size: 12.5px; color: var(--muted); display: flex; gap: 10px; align-items: center; }
.featured-post {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden; background: #fff; margin-bottom: 40px;
}
.featured-post .fp-visual { background: linear-gradient(135deg, #0a1b2e, #14315e); min-height: 280px; position: relative; }
.featured-post .fp-body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.featured-post .fp-body h2 { font-size: clamp(24px, 3vw, 32px); line-height: 1.16; margin: 12px 0 12px; }
.featured-post .fp-body p { font-size: 16px; color: var(--text); margin-bottom: 22px; }

/* filter chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.chip { font-size: 13.5px; font-weight: 600; color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; cursor: pointer; transition: all .15s; }
.chip:hover { border-color: #cfe0fb; color: var(--blue); }
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ════════════ LEGAL / SIMPLE PROSE ════════════ */
.legal { max-width: 760px; margin: 0 auto; padding: 16px 28px 0; }
.legal .prose h2 { font-size: 22px; margin-top: 1.6em; }
.legal .updated { font-size: 14px; color: var(--muted); margin-bottom: 8px; }

/* ── Contact form (Formspree) ── */
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; font-size: 14px; font-weight: 600; color: var(--ink); }
.contact-form input, .contact-form textarea {
  font-family: inherit; font-size: 15px; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(5,114,236,.12);
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form button { align-self: flex-start; margin-top: 4px; cursor: pointer; }
.form-note { font-size: 13.5px; color: var(--muted); margin-top: 2px; }

/* ── Section tints / bands ── */
.band { background: #fafbfd; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-tint { background: linear-gradient(180deg, #f7faff, #fff); }

/* ── About: timeline / engagements ── */
.creds-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.cred-item { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; border-bottom: 1px solid var(--line); padding: 12px 0; }
.cred-item .c-name { font-weight: 600; color: var(--ink); font-size: 15px; }
.cred-item .c-org { font-size: 13.5px; color: var(--muted); }
.sector-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.sector-tags span { font-size: 13.5px; font-weight: 600; color: #3a527e; background: var(--tint-blue); border-radius: 8px; padding: 7px 13px; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .grid-3, .blog-grid, .steps, .steps.three { grid-template-columns: 1fr 1fr; }
  .grid-2, .creds-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.flip > :first-child { order: 0; }
  .featured-post { grid-template-columns: 1fr; }
  .cred-stats { margin-left: 0; width: 100%; }
}
@media (max-width: 640px) {
  .grid-3, .blog-grid, .steps, .steps.three { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .prose { font-size: 16px; }
}

/* ════════════════════════════════════════════════════════════════
   CHARGED LIGHT — more pep + 2026 features (2026-06-01)
   Keeps the clean light 1Password look; adds accent voltage on EDGES
   (never headline words), color-mix glows, spring motion, View Transitions,
   :has() state, @property mock motion. All motion gated by reduced-motion.
   ════════════════════════════════════════════════════════════════ */
:root {
  --indigo: #3b3df0;
  --violet: #7c4dff;
  --violet-ink: #5b34d6;
  --accent-edge: linear-gradient(100deg, var(--blue) 0%, var(--indigo) 52%, var(--violet) 100%);
  --glow-blue:   color-mix(in oklab, var(--blue)   22%, transparent);
  --glow-violet: color-mix(in oklab, var(--violet) 22%, transparent);
  --glow-mint:   color-mix(in oklab, #12b76a       22%, transparent);
  --ring: color-mix(in srgb, var(--blue) 32%, transparent);
  --ease-pep: cubic-bezier(.22, 1, .36, 1);
  --tint-blue: #e7f0ff;
  --tint-lav:  #efeaff;
  color-scheme: light;
}

/* gradient primary CTA — large buttons only (deliberate accent, not wallpaper) */
.btn-primary.btn-lg {
  background: var(--accent-edge); background-size: 140% 100%; background-position: 0 0; color: #fff;
  box-shadow: 0 8px 20px -8px var(--glow-violet);
  transition: background-position .45s var(--ease-pep), box-shadow .2s, transform .16s var(--ease-pep);
}
.btn-primary.btn-lg:hover { background-position: 100% 0; transform: translateY(-2px); box-shadow: 0 12px 26px -8px var(--glow-violet); }
.btn-primary.btn-lg:active { transform: translateY(0) scale(.98); }

/* live accent gradient on the brand badge + avatars (one identity) */
.logo-badge { background: var(--accent-edge); box-shadow: 0 2px 10px -3px var(--glow-violet); }
.cred-avatar { background: var(--accent-edge); }

/* per-family color-mix hover glow — each card lifts in its own colour */
.pcard { transition: box-shadow .18s, transform .18s var(--ease-pep), border-color .18s; }
.pcard:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--blue) 30%, var(--line)); box-shadow: 0 18px 40px -24px var(--glow-blue); }
.pcard.lav:hover  { border-color: color-mix(in srgb, var(--violet) 30%, var(--line)); box-shadow: 0 18px 40px -24px var(--glow-violet); }
.pcard.mint:hover { border-color: color-mix(in srgb, #12b76a 30%, var(--line)); box-shadow: 0 18px 40px -24px var(--glow-mint); }
.pcard.lav .ic { color: var(--violet); }
.pcard.lav .card-link, .fcard.tint-lav .card-link { color: var(--violet-ink); }
.post-card:hover { border-color: color-mix(in srgb, var(--blue) 28%, var(--line)); box-shadow: 0 22px 48px -26px var(--glow-blue); }
.fcard { transition: box-shadow .2s var(--ease-pep), transform .18s var(--ease-pep); }
.fcard:hover { transform: translateY(-2px); }
.fcard.tint-blue:hover { box-shadow: 0 18px 40px -24px var(--glow-blue); }
.fcard.tint-lav:hover  { box-shadow: 0 18px 40px -24px var(--glow-violet); }
.fcard.tint-mint:hover { box-shadow: 0 18px 40px -24px var(--glow-mint); }
.pager a:hover { border-color: color-mix(in srgb, var(--blue) 35%, var(--line)); box-shadow: 0 12px 30px -22px var(--glow-blue); }

/* eyebrow gradient underline (rule, never a word) */
.eyebrow { position: relative; display: inline-block; padding-bottom: 11px; }
.eyebrow::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; border-radius: 2px; background: var(--accent-edge); }
.eyebrow.center { display: block; }
.eyebrow.center::after { left: 50%; transform: translateX(-50%); }
.stat-block .eyebrow::after { background: linear-gradient(100deg, #7fb6ff, #b69bff); }

/* navy stat-block: gradient top hairline */
.stat-block { position: relative; overflow: hidden; }
.stat-block::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--accent-edge); }

/* cross-document View Transitions (80 pages → one app; unsupported = normal nav) */
@view-transition { navigation: auto; }
.nav { view-transition-name: site-nav; }

/* spring press + brighter lift */
.btn { transition: background .16s, color .16s, border-color .16s, transform .16s var(--ease-pep), box-shadow .2s var(--ease-pep); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--blue) 60%, transparent); }
.btn:active { transform: scale(.97); transition-duration: .08s; }
.chip { transition: all .15s var(--ease-pep); }
.chip:active { transform: scale(.97); }
.post-card:active, .pager a:active { transform: scale(.99); }

/* animated link underline + unified AA focus ring */
:where(a, button, input, textarea, .chip, .btn):focus-visible { outline: none; box-shadow: 0 0 0 3px var(--ring); border-radius: 8px; }
.nav-links a, .footer-col a { position: relative; }
.nav-links a::after, .footer-col a::after {
  content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 100%;
  background: var(--accent-edge); transform: scaleX(0); transform-origin: 0 50%; transition: transform .24s var(--ease-pep);
}
.nav-links a:hover::after, .footer-col a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--ring); }

/* :has() state accenting (zero JS) */
.chip.active { background: var(--accent-edge); border-color: transparent; color: #fff; }
.page-hero:has(.crumbs) { padding-top: 52px; }

/* @property: animate the risk-ring + bar mocks growing in on scroll */
@property --v { syntax: '<number>'; inherits: false; initial-value: 0; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .bars span { transform: scaleY(0); transform-origin: bottom; animation: bar-grow .6s var(--ease-pep) both; animation-timeline: view(); animation-range: entry 8% entry 42%; }
    .bars span:nth-child(2){animation-delay:.05s} .bars span:nth-child(3){animation-delay:.1s}
    .bars span:nth-child(4){animation-delay:.15s} .bars span:nth-child(5){animation-delay:.2s} .bars span:nth-child(6){animation-delay:.25s}
    @keyframes bar-grow { to { transform: scaleY(1); } }
  }
}

/* reduced-motion: strip every charged-light transform/animation */
@media (prefers-reduced-motion: reduce) {
  .btn-primary.btn-lg, .btn-primary.btn-lg:hover, .btn:hover, .btn:active,
  .pcard:hover, .post-card:hover, .fcard:hover, .chip:active, .post-card:active, .pager a:active { transform: none; }
  .btn, .chip, .pcard, .post-card, .fcard { transition: background .12s, color .12s, border-color .12s, box-shadow .15s; }
  .nav-links a::after, .footer-col a::after { transition: none; }
  .bars span { transform: none; animation: none; }
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}

/* ════════════════════════════════════════════════════════════════
   DARK MODE (toggle + prefers-color-scheme) + count-up + scroll-progress
   Deep-slate neutral (NOT navy/cyan slop); blue accent kept, brightened.
   Driven by [data-theme="dark"] on <html>; light is default.
   ════════════════════════════════════════════════════════════════ */

/* theme toggle button (nav) */
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line);
  background: transparent; color: var(--ink); cursor: pointer;
  transition: background .15s, border-color .15s, transform .12s var(--ease-pep);
}
.theme-toggle:hover { background: color-mix(in srgb, var(--ink) 7%, transparent); border-color: color-mix(in srgb, var(--blue) 30%, var(--line)); }
.theme-toggle:active { transform: scale(.94); }
.theme-toggle .sun { display: none; } .theme-toggle .moon { display: block; }
[data-theme="dark"] .theme-toggle .sun { display: block; } [data-theme="dark"] .theme-toggle .moon { display: none; }

/* scroll-progress bar (pure-CSS scroll-driven; reduced-motion → not injected) */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%;
  background: var(--accent-edge); transform: scaleX(0); transform-origin: 0 50%;
  z-index: 100; will-change: transform; pointer-events: none;
}
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .scroll-progress { animation: scrollprog linear; animation-timeline: scroll(root); }
    @keyframes scrollprog { to { transform: scaleX(1); } }
  }
}

/* ── dark tokens ── */
[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0e131b; --surface: #161d28; --surface-2: #11171f;
  --ink: #e9eef6; --text: #aeb9ca; --muted: #828ea3; --line: #28313f;
  --blue-ink: #6ea8ff; --violet-ink: #b39bff;
  --tint-blue: #16223c; --tint-lav: #1e1836; --tint-mint: #0f2722;
  --ring: color-mix(in srgb, #6ea8ff 42%, transparent);
  --glow-blue: color-mix(in oklab, #6ea8ff 26%, transparent);
  --glow-violet: color-mix(in oklab, var(--violet) 30%, transparent);
}
[data-theme="dark"] body { background: var(--bg); }
[data-theme="dark"] .nav { background: color-mix(in srgb, var(--bg) 80%, transparent); }
[data-theme="dark"] .nav.scrolled { border-color: var(--line); box-shadow: 0 1px 20px rgba(0,0,0,.5); }
[data-theme="dark"] .nav-links a { color: #c4cddb; }
[data-theme="dark"] .nav-signin, [data-theme="dark"] .nav-cta-ghost { color: var(--ink); }
[data-theme="dark"] .nav-cta-ghost, [data-theme="dark"] .lang-toggle { border-color: var(--line); }
[data-theme="dark"] .nav-cta-ghost:hover { background: #1d2531; }
[data-theme="dark"] .hero { background: radial-gradient(60% 70% at 50% 0%, #18263f 0%, rgba(24,38,63,0) 70%), linear-gradient(180deg, #10151e 0%, #0e131b 60%); }
[data-theme="dark"] .page-hero { background: radial-gradient(56% 60% at 50% 0%, #18263f 0%, rgba(24,38,63,0) 70%), linear-gradient(180deg, #10151e 0%, #0e131b 80%); }
[data-theme="dark"] .device, [data-theme="dark"] .mock, [data-theme="dark"] .pcard, [data-theme="dark"] .post-card,
[data-theme="dark"] .cred-bar, [data-theme="dark"] .featured-post, [data-theme="dark"] .featured-post .fp-body { background: var(--surface); }
[data-theme="dark"] .device, [data-theme="dark"] .pcard, [data-theme="dark"] .post-card, [data-theme="dark"] .featured-post,
[data-theme="dark"] .pager a, [data-theme="dark"] .data-table, [data-theme="dark"] .chip, [data-theme="dark"] .cred-bar { border-color: var(--line); }
[data-theme="dark"] .device-bar { background: #1b222e; border-color: #28313f; }
[data-theme="dark"] .device-bar .url { background: #11171f; border-color: #28313f; color: #8b96a8; }
[data-theme="dark"] .mock { border-color: rgba(255,255,255,.08); }
[data-theme="dark"] .mock-row { background: #1b222e; color: #c7d0de; }
[data-theme="dark"] .ring::after { background: var(--surface); }
[data-theme="dark"] .ring { background: conic-gradient(#12b76a calc(var(--v) * 1%), #2a3340 0); }
[data-theme="dark"] .step .num { background: var(--blue); }
[data-theme="dark"] .btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line); }
[data-theme="dark"] .btn-ghost:hover { background: #1d2531; }
[data-theme="dark"] .btn-ghost-dark { color: var(--ink); border-color: rgba(255,255,255,.2); }
[data-theme="dark"] .btn-ghost-dark:hover { background: rgba(255,255,255,.06); }
[data-theme="dark"] .footer { background: var(--surface-2); }
[data-theme="dark"] .cta-block { background: radial-gradient(70% 120% at 50% 0%, #18263f 0%, #11171f 62%); }
[data-theme="dark"] .data-table thead th, [data-theme="dark"] .author-card { background: var(--surface-2); }
[data-theme="dark"] .data-table td:first-child { color: var(--ink); }
[data-theme="dark"] .callout { background: #15203a; border-color: #2b426d; }
[data-theme="dark"] .callout p { color: #cdddf5; }
[data-theme="dark"] .callout.warn { background: #241d0c; border-color: #5a4a1e; }
[data-theme="dark"] .callout.warn p { color: #f3dca0; }
[data-theme="dark"] .tag, [data-theme="dark"] .sector-tags span { background: var(--tint-blue); color: #a9c6f5; }
[data-theme="dark"] .prose code { background: #1b222e; color: #a9c6f5; }
[data-theme="dark"] .prose blockquote { background: #141c2a; }
[data-theme="dark"] .contact-form input, [data-theme="dark"] .contact-form textarea { background: var(--surface); color: var(--ink); border-color: var(--line); }
[data-theme="dark"] .post-card .thumb.t1 { background: linear-gradient(135deg, #16233f, #1a2233); }
[data-theme="dark"] .post-card .thumb.t2 { background: linear-gradient(135deg, #1d1836, #14241f); }
[data-theme="dark"] .post-card .thumb.t3 { background: linear-gradient(135deg, #14241f, #16233f); }
[data-theme="dark"] .logos-row span { color: #6f7b90; }

/* dark-mode: alternating section bands (were hardcoded light) */
[data-theme="dark"] .band { background: var(--surface-2); border-color: var(--line); }
[data-theme="dark"] .band-tint { background: linear-gradient(180deg, #10151e 0%, var(--bg) 80%); }
[data-theme="dark"] .post-head .post-kicker { color: var(--blue-ink); }
[data-theme="dark"] .logo-word { color: var(--ink); }

/* ════════════════════════════════════════════════════════════════
   MORE COLOUR (light theme) — soft multi-hue washes so it isn't flat white.
   Dark mode is unaffected ([data-theme=dark] rules have higher specificity).
   ════════════════════════════════════════════════════════════════ */
body { background: #fcfdff; }                       /* barely-cool off-white, not stark #fff */
.hero {
  background:
    radial-gradient(46% 52% at 16% 2%, #e9ecff 0%, rgba(233,236,255,0) 58%),
    radial-gradient(44% 48% at 86% 6%, #e6f7ef 0%, rgba(230,247,239,0) 55%),
    radial-gradient(62% 72% at 50% 0%, #e8f1ff 0%, rgba(232,241,255,0) 72%),
    linear-gradient(180deg, #f5f9ff 0%, #fcfdff 62%);
}
.page-hero {
  background:
    radial-gradient(42% 60% at 88% 0%, #efeaff 0%, rgba(239,234,255,0) 60%),
    radial-gradient(56% 62% at 50% 0%, #e8f1ff 0%, rgba(232,241,255,0) 72%),
    linear-gradient(180deg, #f5f9ff 0%, #fcfdff 82%);
}
/* the feature band gets a soft blue→lavender wash instead of near-white */
.band-tint {
  background:
    radial-gradient(50% 120% at 12% 0%, #eef2ff 0%, rgba(238,242,255,0) 58%),
    radial-gradient(46% 120% at 92% 100%, #f3edff 0%, rgba(243,237,255,0) 55%),
    #fbfcff;
}
/* the methodology/about split band: soft lavender tint, not flat grey */
.band {
  background: radial-gradient(60% 130% at 100% 0%, #f3eefe 0%, rgba(243,238,254,0) 60%), #fafbff;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
/* richer CTA block (blue → lavender) */
.cta-block { background: radial-gradient(75% 130% at 50% 0%, #dfeaff 0%, #efeaff 55%, #f3f0ff 100%); }
/* a touch more saturated feature-card tints (LIGHT theme only) */
.tint-blue { background: #e6efff; }
.tint-lav  { background: #efe9ff; }
.tint-mint { background: #e3f7ee; }
/* dark theme: these hardcoded light washes must NOT win — restore dark tints so
   the feature cards go dark and their headings/text stay readable */
[data-theme="dark"] .tint-blue { background: #16223c; }
[data-theme="dark"] .tint-lav  { background: #1e1836; }
[data-theme="dark"] .tint-mint { background: #0f2722; }
/* soft tinted footer instead of plain grey (light theme) */
.footer { background: linear-gradient(180deg, #f6f5fe 0%, #fafbff 100%); }
[data-theme="dark"] .footer { background: var(--surface-2); }

/* contact form: inline AJAX success + error (stay on the styled page) */
.form-success { text-align: center; padding: 40px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--tint-mint); }
.form-success-ic { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #12b76a; color: #fff; margin-bottom: 16px; }
.form-success h2 { font-family: "Schibsted Grotesk", sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.01em; color: var(--ink); }
.form-success p { font-size: 15.5px; color: var(--text); margin-top: 8px; }
.form-err { font-size: 14px; color: #b42318; font-weight: 600; }
.contact-form button:disabled { opacity: .65; cursor: progress; }
[data-theme="dark"] .form-success { background: #0f2722; border-color: #1c3a30; }
[data-theme="dark"] .form-err { color: #ff8a80; }
/* the [hidden] attribute must beat .contact-form's display:flex */
.contact-form[hidden] { display: none !important; }
/* dark mode: article body text was hardcoded #2d3b50 (near-invisible on dark) */
[data-theme="dark"] .prose,
[data-theme="dark"] .prose p,
[data-theme="dark"] .prose li,
[data-theme="dark"] .prose td,
[data-theme="dark"] .prose th { color: #c5cfdd; }
[data-theme="dark"] .prose strong { color: #f1f5fb; }
[data-theme="dark"] .prose a { color: #6ea8ff; text-decoration-color: #3a6bb0; }
[data-theme="dark"] .prose blockquote { color: #dfe6f1; }
/* breathing room between the post header (tags) and the article body / hero image */
.article-wrap { margin-top: 34px; }
.post-head { padding-bottom: 4px; }
.post-head .tags { margin-top: 18px; }
.prose > img:first-child { margin-bottom: 8px; }

/* ── Security Suite page helpers (2026-06-01) ── */
.feature-list.compact { margin-top: 16px; }
.feature-list.compact li { margin-bottom: 9px; font-size: 14.5px; align-items: flex-start; }
.feature-list.compact .tick { width: 18px; height: 18px; border-radius: 6px; }
.feature-list .tick.tick-x { background: #fdecec; color: #e5484d; }
.feature-list.muted li span:last-child { color: var(--muted, #64748b); }
.pcard .eyebrow { margin-bottom: 4px; }
.pcard h3 + p { margin-top: 0; }
.card-tools { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 16px; }
[data-theme="dark"] .feature-list .tick.tick-x { background: rgba(229,72,77,.16); color: #ff8a8d; }
[data-theme="dark"] .feature-list.muted li span:last-child { color: #8a98ad; }
.footer-lang a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.footer-lang a:hover { color: var(--blue, #0572ec); }
[data-theme="dark"] .contact-form input:focus, [data-theme="dark"] .contact-form textarea:focus { border-color: #6ea8ff; box-shadow: 0 0 0 3px rgba(110,168,255,.28); }

.post-card .thumb img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }
/* Homepage "latest writing" heroes are square renders with centred subjects and
   wide empty margins — a 16/9 crop sliced them down to an empty dark/cream band
   that read as "no image". Give the homepage thumbs (bare .thumb; the /blog grid
   uses .t1/.t2/.t3) a 4/3 crop pulled slightly high so the subject stays in frame. */
.blog-grid .post-card .thumb:not(.t1):not(.t2):not(.t3) { aspect-ratio: 4/3; }
.blog-grid .post-card .thumb:not(.t1):not(.t2):not(.t3) img { object-position: center 42%; }
