.elementor-168248 .elementor-element.elementor-element-c7ff7d0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */:root {
  /* Color */
  --brand-red: #D92028;
  --brand-red-deep: #B5171E;
  --brand-charcoal: #54595F;
  --ink: #1A1D1F;
  --surface: #FFFFFF;
  --surface-alt: #F6F7F8;
  --surface-sunken: #ECEEF0;
  --border: #DDE1E4;
  --muted: #8A9097;
  --accent-soft: #FCE8E9;
  --success: #1F9D6B;
  --info: #2F6FB0;

  /* Type */
  --font: "Albert Sans", system-ui, -apple-system, sans-serif;

  /* Geometry */
  --radius: 12px;
  --radius-sm: 8px;
  --maxw: 1200px;
  --gutter: 24px;
  --gap: 32px;

  /* Motion */
  --ease: cubic-bezier(0.4, 0.0, 0.2, 1);
}
body.elementor-page-168248{
    /* ============================================================
   Sterling Compliance — Design System
   Tokens per spec §4–6, motif cap§3, type §5 (Albert Sans)
   ============================================================ */



h1, h2, h3, h4, p { margin: 0; }

a { color: currentColor; text-decoration: none; }

/* ---------- Layout primitives ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.section {
  position: relative;
  padding-block: 112px;
  overflow: clip;
}
.section--alt { background: var(--surface-alt); }
.section--tight { padding-block: 80px; }

/* ---------- Type scale (§5) ---------- */
.eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow--red { color: var(--brand-red); }
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.display {
  font-size: clamp(40px, 5.2vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.h2 {
  font-size: clamp(28px, 3.4vw, 35px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.015em;
}
.h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.lead {
  font-size: 19.5px;
  line-height: 1.6;
  color: var(--brand-charcoal);
}
.body { font-size: 17px; color: var(--brand-charcoal); }
.measure { max-width: 64ch; }
.meta {
  font-size: 13.5px;
  color: var(--muted);
}

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head .lead { margin-top: 18px; }

/* ---------- Motif: concentric echo (§3) ---------- */
.motif {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  opacity: 0.55;
  background:
    radial-gradient(circle, transparent 0 28%, var(--border) 28% 28.4%, transparent 28.4%),
    radial-gradient(circle, transparent 0 42%, var(--border) 42% 42.4%, transparent 42.4%),
    radial-gradient(circle, transparent 0 57%, var(--border) 57% 57.4%, transparent 57.4%),
    radial-gradient(circle, transparent 0 72%, var(--border) 72% 72.4%, transparent 72.4%);
}
.motif--dot {
  background:
    radial-gradient(circle, var(--accent-soft) 0 14%, transparent 14.4%),
    radial-gradient(circle, transparent 0 30%, var(--border) 30% 30.5%, transparent 30.5%),
    radial-gradient(circle, transparent 0 48%, var(--border) 48% 48.5%, transparent 48.5%),
    radial-gradient(circle, transparent 0 66%, var(--border) 66% 66.5%, transparent 66.5%);
}

/* ---------- Buttons (§7 interaction states) ---------- */
.btn {
  --bg: #C01C23;
  --fg: #fff;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.005em;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  background: var(--bg);
  color: var(--fg);
  cursor: pointer;
  transition: background .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease);
}
.btn:hover { background: var(--brand-red-deep); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--surface), 0 0 0 5px var(--brand-red); }

.btn--ghost {
  --bg: transparent;
  --fg: var(--ink);
  border-color: var(--border);
}
.btn--ghost:hover { background: var(--surface-sunken); border-color: var(--muted); }

.tlink {
  font-family: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--brand-red);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: gap .18s var(--ease), color .18s var(--ease);
}
.tlink:hover { gap: 11px; color: var(--brand-red-deep); }
.tlink:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--accent-soft); border-radius: 4px; }
.tlink .arr { transition: transform .18s var(--ease); }

/* ============================================================
   HEADER
   ============================================================ */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--border);
}
.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.brand .mark {
  width: 26px; height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--brand-red) 0 26%, transparent 27%),
    radial-gradient(circle, transparent 0 54%, var(--brand-red) 54% 66%, transparent 67%);
}
.brand .div { color: var(--border); font-weight: 400; }
.brand .sub { color: var(--brand-charcoal); font-weight: 500; }
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--brand-charcoal);
  transition: color .15s var(--ease);
  white-space: nowrap;
}
.nav .btn { white-space: nowrap; color: var(--fg); }
.nav a:hover { color: var(--ink); }
.nav .btn { padding: 10px 18px; font-size: 14px; }
@media (max-width: 1080px) { .nav .navlinks { display: none !important; } }

/* ============================================================
   BLOCK A — Orientation Banner
   ============================================================ */
.hero { padding-block: 96px 104px; }
.hero .wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.hero .display { margin-bottom: 22px; }
.hero .display em { font-style: normal; color: var(--brand-red); }
.hero .lead { margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

.hero-art {
  position: relative;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}
.hero-rings {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 19%, var(--border) 19% 19.3%, transparent 19.3%),
    radial-gradient(circle, transparent 0 33%, var(--border) 33% 33.3%, transparent 33.3%),
    radial-gradient(circle, transparent 0 48%, var(--border) 48% 48.3%, transparent 48.3%),
    radial-gradient(circle, transparent 0 64%, var(--border) 64% 64.3%, transparent 64.3%),
    radial-gradient(circle, transparent 0 81%, var(--border) 81% 81.3%, transparent 81.3%);
}
.hero-core {
  position: relative;
  width: 38%; height: 38%;
  border-radius: 50%;
  background: var(--brand-red);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 50px -16px color-mix(in srgb, var(--brand-red) 55%, transparent);
}
.hero-core svg { width: 42%; height: 42%; }
.hero-chip {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 15px 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px -14px rgba(26,29,31,0.28);
}
.hero-chip .dot { width: 8px; height: 8px; border-radius: 50%; }
.hero-chip.c1 { top: 8%; left: -4%; }
.hero-chip.c2 { bottom: 14%; right: -6%; }
.hero-chip.c3 { bottom: -2%; left: 16%; }

@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 48px; }
  .hero-art { max-width: 380px; }
}

/* ============================================================
   BLOCK B — Posture Snapshot
   ============================================================ */
.posture {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}
.stat {
  padding: 36px 30px;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }
.stat .fig {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--brand-charcoal);
}
.stat .fig em { font-style: normal; color: var(--brand-red); }
.stat .lbl {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}
.stat .clause {
  margin-top: 7px;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.5;
}
@media (max-width: 820px) {
  .posture { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 480px) {
  .posture { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); }
  .stat:last-child { border-bottom: none; }
}

/* ============================================================
   BLOCK C — Capability Map
   ============================================================ */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cap {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 26px 24px;
  cursor: pointer;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
  text-align: left;
  font-family: inherit;
  width: 100%;
  display: block;
}
.cap:hover { border-color: var(--muted); box-shadow: 0 14px 34px -22px rgba(26,29,31,0.4); }
.cap:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--accent-soft); border-color: var(--brand-red); }
.cap-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.cap .h3 { padding-right: 4px; }
.cap-toggle {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--brand-charcoal);
  transition: transform .25s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.cap[aria-expanded="true"] .cap-toggle { transform: rotate(45deg); background: var(--brand-red); color: #fff; border-color: var(--brand-red); }
.cap-summary { margin-top: 12px; color: var(--brand-charcoal); font-size: 15.5px; }
.cap-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s var(--ease);
}
.cap-detail > div { overflow: hidden; }
.cap[aria-expanded="true"] .cap-detail { grid-template-rows: 1fr; }
.cap-detail p {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 15px;
  color: var(--brand-charcoal);
  line-height: 1.62;
}
.cap-detail .tlink { margin-top: 14px; font-size: 14.5px; }

.cap--bridge {
  background: var(--accent-soft);
  border-color: color-mix(in srgb, var(--brand-red) 22%, var(--border));
}
.cap--bridge .cap-toggle { border-color: color-mix(in srgb, var(--brand-red) 30%, var(--border)); }
.cap--bridge .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 12px;
}
@media (max-width: 900px) { .cap-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cap-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BLOCK D — Operating Model Narrative
   ============================================================ */
.opmodel .wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.opmodel-narr .lead { margin-top: 22px; }
.opmodel-narr .body { margin-top: 18px; }
.principles { display: grid; gap: 4px; }
.principle {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  align-items: start;
}
.principle:last-child { border-bottom: 1px solid var(--border); }
.principle .num {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: 0.04em;
  padding-top: 2px;
}
.principle h3 { margin-bottom: 7px; }
.principle p { font-size: 15.5px; color: var(--brand-charcoal); }
@media (max-width: 820px) {
  .opmodel .wrap { grid-template-columns: 1fr; gap: 44px; }
}

/* ============================================================
   BLOCK E — Governance Structure Visual
   ============================================================ */
.gov { position: relative; }
.gov-diagram {
  display: grid;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}
.tier {
  position: relative;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
}
.section--alt .tier { background: var(--surface); }
.tier-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 20px;
}
.tier-label .step {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--brand-red);
  color: #fff;
  font-size: 12px;
}
.tier-nodes {
  display: grid;
  gap: 18px;
}
.tier--3 .tier-nodes { grid-template-columns: repeat(3, 1fr); }
.tier--2 .tier-nodes { grid-template-columns: repeat(2, 1fr); }
.node {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
}
.node-mark {
  flex: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--brand-red) 0 26%, transparent 27%),
    radial-gradient(circle, transparent 0 58%, color-mix(in srgb, var(--brand-red) 40%, transparent) 58% 70%, transparent 71%);
}
.node h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.node p { font-size: 14px; color: var(--brand-charcoal); line-height: 1.5; }
.tier-connect {
  display: grid;
  place-items: center;
  height: 4px;
}
.tier-connect span {
  width: 1px; height: 22px;
  background: var(--border);
  margin-top: -13px;
}
.tier-connect::after {
  content: "";
  position: relative;
  top: -2px;
  width: 7px; height: 7px;
  border-right: 1px solid var(--muted);
  border-bottom: 1px solid var(--muted);
  transform: rotate(45deg);
}
@media (max-width: 760px) {
  .tier--3 .tier-nodes, .tier--2 .tier-nodes { grid-template-columns: 1fr; }
}

/* ============================================================
   BLOCK F — Frameworks in Practice
   ============================================================ */
.fw { }
.fw-panel {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}
.fw-tabs {
  display: flex;
  flex-direction: column;
  background: var(--surface-alt);
  border-right: 1px solid var(--border);
  padding: 12px;
  gap: 4px;
}
.fw-tab {
  font-family: inherit;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  cursor: pointer;
  color: var(--brand-charcoal);
  transition: background .18s var(--ease), color .18s var(--ease);
}
.fw-tab .t {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  display: block;
}
.fw-tab .s {
  font-size: 13px;
  color: var(--muted);
  margin-top: 3px;
  display: block;
}
.fw-tab:hover { background: var(--surface-sunken); }
.fw-tab:focus-visible { outline: none; box-shadow: inset 0 0 0 2px var(--brand-red); }
.fw-tab[aria-selected="true"] { background: var(--surface); box-shadow: inset 3px 0 0 var(--brand-red); }
.fw-tab[aria-selected="true"] .t { color: var(--brand-red); }

.fw-pane { padding: 44px 44px; }
.fw-pane[hidden] { display: none; }
.fw-pane .eyebrow { margin-bottom: 12px; }
.fw-pane h3 { font-size: 25px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 14px; }
.fw-pane .prose { color: var(--brand-charcoal); max-width: 60ch; }
.fw-proof {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 13px;
}
.fw-proof li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  font-size: 15px;
  color: var(--ink);
}
.fw-proof .ck {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--brand-red);
  display: grid; place-items: center;
}
.fw-metric {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.fw-metric .m {
  font-size: 38px;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: -0.02em;
  line-height: 1;
}
.fw-metric .d { font-size: 14.5px; color: var(--muted); max-width: 30ch; }
@media (max-width: 760px) {
  .fw-panel { grid-template-columns: 1fr; }
  .fw-tabs { flex-direction: row; overflow-x: auto; border-right: none; border-bottom: 1px solid var(--border); }
  .fw-tab { flex: none; min-width: 180px; }
  .fw-tab[aria-selected="true"] { box-shadow: inset 0 -3px 0 var(--brand-red); }
  .fw-pane { padding: 30px 24px; }
}

/* ============================================================
   BLOCK G — Customer Safety Bridge
   ============================================================ */
.safety { background: var(--surface-alt); }
.safety .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.safety-intro .h2 { margin-bottom: 18px; }
.safety-points {
  list-style: none;
  padding: 0;
  margin: 26px 0 30px;
  display: grid;
  gap: 16px;
}
.safety-points li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 14px;
  font-size: 16px;
  color: var(--ink);
}
.safety-points .ck {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--surface); border: 1px solid var(--border);
  display: grid; place-items: center; color: var(--success);
}
.warn {
  background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--brand-red) 20%, var(--border));
  border-radius: var(--radius);
  padding: 34px 34px;
}
.warn-head {
  display: flex; align-items: center; gap: 13px;
  color: var(--brand-red);
  margin-bottom: 16px;
}
.warn-head .ic {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--brand-red); color: #fff;
  display: grid; place-items: center; flex: none;
}
.warn-head h3 { font-size: 19px; font-weight: 700; color: var(--brand-red); }
.warn p { color: var(--ink); font-size: 15.5px; }
.warn .body { margin-top: 10px; }
.warn-foot {
  margin-top: 24px; padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--brand-red) 16%, var(--border));
}
@media (max-width: 820px) {
  .safety .wrap { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   BLOCK H — Insights Stream
   ============================================================ */
.insights-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 40px;
}
.scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 1fr);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
  margin-inline: calc(-1 * var(--gutter));
  padding-inline: var(--gutter);
  scrollbar-width: thin;
}
.insight {
  scroll-snap-align: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  min-height: 232px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.section--alt .insight { background: var(--surface); }
.insight:hover { border-color: var(--muted); box-shadow: 0 16px 36px -24px rgba(26,29,31,0.4); transform: translateY(-2px); }
.insight-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.pill {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px;
}
.pill--info { background: color-mix(in srgb, var(--info) 12%, transparent); color: var(--info); }
.pill--red { background: var(--accent-soft); color: var(--brand-red); }
.pill--char { background: var(--surface-sunken); color: var(--brand-charcoal); }
.insight .date { font-size: 13px; color: var(--muted); }
.insight h3 { font-size: 19px; margin-bottom: 10px; }
.insight .teaser { font-size: 14.5px; color: var(--brand-charcoal); margin-bottom: 18px; }
.insight .tlink { margin-top: auto; font-size: 14.5px; }

/* ============================================================
   BLOCK I — Document Library
   ============================================================ */
.filter-row {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 34px;
}
.chip {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 17px;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--brand-charcoal);
  cursor: pointer;
  transition: all .16s var(--ease);
}
.chip:hover { border-color: var(--muted); color: var(--ink); }
.chip:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--accent-soft); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip .n { opacity: 0.55; margin-left: 6px; font-weight: 500; }

.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.doc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.doc:hover { border-color: var(--muted); box-shadow: 0 14px 32px -24px rgba(26,29,31,0.4); }
.doc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.badge {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 6px;
  background: var(--surface-sunken); color: var(--brand-charcoal);
}
.doc .cat { font-size: 12.5px; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.doc h3 { font-size: 18px; margin-bottom: 9px; }
.doc .desc { font-size: 14.5px; color: var(--brand-charcoal); margin-bottom: 20px; }
.doc-foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.status { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; }
.status .d { width: 7px; height: 7px; border-radius: 50%; }
.status--pub { color: var(--success); }
.status--pub .d { background: var(--success); }
.status--rev { color: var(--info); }
.status--rev .d { background: var(--info); }
.doc-foot .tlink { font-size: 14px; }
.doc.is-hidden { display: none; }
@media (max-width: 900px) { .doc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .doc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BLOCK J — Closing Reassurance
   ============================================================ */
.closing {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding-block: 90px;
  position: relative;
  overflow: clip;
}
.closing .motif { opacity: 0.12; }
.closing .eyebrow { color: color-mix(in srgb, #fff 70%, transparent); justify-content: center; }
.closing .h2 { color: #fff; max-width: 18ch; margin: 0 auto 32px; position: relative; }
.closing-links { display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center; position: relative; }
.closing .btn--ghost { --fg: #fff; border-color: color-mix(in srgb, #fff 28%, transparent); }
.closing .btn--ghost:hover { background: color-mix(in srgb, #fff 10%, transparent); border-color: #fff; }

/* ---------- Footer ---------- */
.foot {
  background: var(--ink);
  border-top: 1px solid color-mix(in srgb, #fff 10%, transparent);
  color: color-mix(in srgb, #fff 60%, transparent);
  padding-block: 30px;
  font-size: 13.5px;
}
.foot .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot a:hover { color: #fff; }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   DETAIL DRAWER (shared — docs & articles)
   ============================================================ */
.drawer-backdrop {
  position: fixed; inset: 0;
  background: color-mix(in srgb, var(--ink) 48%, transparent);
  opacity: 0; visibility: hidden;
  transition: opacity .28s var(--ease), visibility .28s var(--ease);
  z-index: 200;
}
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(520px, 92vw);
  background: var(--surface);
  box-shadow: -30px 0 80px -40px rgba(26,29,31,0.5);
  transform: translateX(100%);
  transition: transform .34s var(--ease);
  z-index: 201;
  display: flex; flex-direction: column;
  overflow-y: auto;
}
.drawer.open { transform: none; }
.drawer-head {
  position: sticky; top: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.drawer-head .badge { background: var(--accent-soft); color: var(--brand-red); }
.drawer-close {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--surface);
  cursor: pointer; color: var(--brand-charcoal);
  display: grid; place-items: center;
  transition: background .15s var(--ease), color .15s var(--ease);
  font-family: inherit;
}
.drawer-close:hover { background: var(--surface-sunken); color: var(--ink); }
.drawer-close:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--accent-soft); }
.drawer-body { padding: 30px 28px 36px; }
.drawer-body .eyebrow { margin-bottom: 14px; }
.drawer-body h2 { font-size: 27px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.12; margin-bottom: 16px; }
.drawer-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: 13.5px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.drawer-meta b { color: var(--ink); font-weight: 600; }
.drawer-prose p { color: var(--brand-charcoal); margin-bottom: 16px; font-size: 16px; }
.drawer-prose p:last-child { margin-bottom: 0; }
.drawer-foot { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.drawer-note {
  margin-top: 22px; padding: 16px 18px;
  background: var(--surface-alt); border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13.5px; color: var(--muted);
}
@media (prefers-reduced-motion: reduce) {
  .drawer, .drawer-backdrop { transition: none; }
}

/* ============================================================
   VARIANT SWITCHER (floating)
   ============================================================ */
.variant-switch {
  position: fixed;
  left: 22px; bottom: 22px;
  z-index: 150;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(10px) saturate(1.3);
  border: 1px solid var(--border);
  border-radius: 100px;
  box-shadow: 0 14px 40px -18px rgba(0,0,0,0.45);
}
.variant-switch .vs-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--muted); padding: 0 8px 0 10px;
}
.variant-switch a {
  font-size: 13px; font-weight: 600;
  padding: 7px 15px; border-radius: 100px;
  color: var(--brand-charcoal);
  transition: background .15s var(--ease), color .15s var(--ease);
}
.variant-switch a:hover { color: var(--ink); }
.variant-switch a[aria-current="true"] {
  background: var(--brand-red-deep, var(--brand-red));
  color: #fff;
}
@media (max-width: 560px) { .variant-switch .vs-label { display: none; } }

button.cap {
    color: var(--brand-red);
}
.cap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.cap {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.cap * {
  min-width: 0 !important;
}

@media (max-width: 980px) {
  .cap-grid {
    grid-template-columns: 1fr !important;
  }
}

[type=button], [type=submit], button{
    white-space: unset;
}

/* Governance section fix */
.gov .gov-diagram {
  display: grid !important;
  gap: 22px !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}

.gov .tier {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 24px 28px !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  background: var(--surface) !important;
  box-sizing: border-box !important;
}

.gov .tier-label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--brand-red) !important;
}

.gov .tier-label .step {
  flex: 0 0 24px !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  background: var(--brand-red) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}

.gov .tier-nodes {
  display: grid !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gov .tier--2 .tier-nodes {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.gov .tier--3 .tier-nodes {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.gov .node {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  min-width: 0 !important;
}

.gov .node-mark {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  flex: none !important;
}

@media (max-width: 760px) {
  .gov .tier--2 .tier-nodes,
  .gov .tier--3 .tier-nodes {
    grid-template-columns: 1fr !important;
  }
}
}/* End custom CSS */