@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f5f3ec;
  --ink: #102c36;
  --muted: #53666a;
  --line: #cdd4cd;
  --green: #245d4d;
  --mint: #ace5d2;
  --mono: ui-monospace, "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 4px; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #997121; outline-offset: 5px; }
::selection { background: var(--mint); color: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 5.4vw, 5.4rem); letter-spacing: -.065em; font-weight: 540; margin-bottom: 30px; }
h2 { font-size: clamp(2.2rem, 3.8vw, 3.8rem); letter-spacing: -.05em; font-weight: 520; margin-bottom: 26px; }
h3 { font-size: 1.35rem; letter-spacing: -.025em; font-weight: 600; margin-bottom: 16px; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
p { margin-bottom: 1.2em; }
.wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.eyebrow { font-family: var(--mono); font-size: .68rem; font-weight: 500; text-transform: uppercase; letter-spacing: .13em; line-height: 1.6; margin-bottom: 26px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 9px; vertical-align: 1px; }
.skip-link { position: fixed; z-index: 5; top: -100px; left: 16px; background: var(--ink); color: white; padding: 12px 20px; }
.skip-link:focus { top: 10px; }
.site-header { min-height: 100px; padding: 24px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.5rem; font-weight: 650; letter-spacing: .13em; flex-shrink: 0; }
.brand-descriptor { font: .63rem/1.5 var(--mono); letter-spacing: .04em; max-width: 104px; margin-left: 10px; padding-left: 20px; border-left: 1px solid var(--line); text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: .77rem; font-weight: 550; }
.site-header nav a { text-decoration: none; padding-block: 8px; }
.site-header nav a:hover, .text-link:hover, .contents a:hover { color: var(--green); }
.site-header .nav-technical { border-bottom: 1px solid var(--ink); }
.nav-technical span { margin-left: 12px; }
.hero { padding-top: 78px; padding-bottom: 72px; display: grid; grid-template-columns: 1.22fr 1fr; gap: 62px; align-items: center; }
.hero .eyebrow { margin-bottom: 32px; }
.hero-lede { font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.55; max-width: 540px; }
.hero-body { color: var(--muted); max-width: 495px; font-size: .94rem; }
.actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: .79rem; font-weight: 550; line-height: 1.5; padding: 15px 21px; text-decoration: none; border: 1px solid transparent; }
.button.primary { background: var(--ink); color: var(--paper); }
.button.primary:hover { background: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: .77rem; font-weight: 550; text-decoration: none; border-bottom: 1px solid currentColor; padding: 5px 0; }
.print-control { background: transparent; border-top: 0; border-left: 0; border-right: 0; }
.hero-signature { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 44px; font: .62rem var(--mono); color: var(--muted); }
.hero-signature span::before { content: "+"; color: var(--green); margin-right: 7px; }
.kernel-visual { min-height: 516px; padding: 28px; background-color: var(--ink); color: #d9ece5; position: relative; overflow: hidden; background-image: linear-gradient(#ffffff05 1px, transparent 1px), linear-gradient(90deg, #ffffff05 1px, transparent 1px); background-size: 26px 26px; border-radius: 2px; }
.visual-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; font: .57rem var(--mono); letter-spacing: .08em; margin-bottom: 36px; }
.visual-tag { color: var(--mint); border: 1px solid #ace5d24d; padding: 4px 6px; font-size: .53rem; }
.application-rail, .capability-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 8px; text-align: center; font-size: .62rem; }
.application-rail span { padding: 9px 3px; border: 1px solid #9dc1b840; background: #18363f; }
.visual-connections { display: flex; justify-content: space-around; padding-inline: 25px; height: 45px; }
.visual-connections i { width: 1px; background: linear-gradient(#6a9f9099, var(--mint)); position: relative; }
.visual-connections i::after { content: ""; position: absolute; width: 4px; height: 4px; background: var(--mint); bottom: 0; left: -1.5px; }
.kernel-core { position: relative; display: flex; align-items: center; flex-direction: column; padding: 23px 10px; border: 1px solid #ace5d299; background: #173c44; isolation: isolate; }
.kernel-core img { margin-top: 14px; margin-bottom: 5px; }
.kernel-core strong { font-size: 2rem; letter-spacing: .16em; line-height: 1.5; margin-left: 6px; }
.core-overline, .core-subline { font: .59rem var(--mono); letter-spacing: .08em; }
.core-overline { color: var(--mint); }
.core-subline { margin-top: 4px; color: #c0d6d0; }
.core-orbit { position: absolute; width: 150px; height: 150px; border: 1px solid #ace5d211; border-radius: 50%; left: calc(50% - 75px); top: 37px; z-index: -1; }
.core-orbit::after { content: ""; position: absolute; inset: -17px; border: 1px dashed #ace5d218; border-radius: 50%; }
.lower { height: 34px; }
.capability-rail span { border-top: 1px solid #ace5d260; padding-top: 10px; color: var(--mint); font-family: var(--mono); }
.visual-footnote { font-size: .76rem; line-height: 1.65; margin: 28px 0 0; color: #a9c3be; }
.visual-footnote strong { font-weight: 500; color: #e1eee8; }
.section-border { border-top: 1px solid var(--line); }
.mandate { padding-block: 76px; background: #eeeee5; }
.split-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; }
.split-heading > .eyebrow { max-width: 200px; }
.split-heading > div > p { max-width: 680px; }
.section-lede { max-width: 680px; font-size: 1.1rem; line-height: 1.6; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin-top: 48px; }
.pillar-grid article { padding-top: 25px; border-top: 1px solid #aebcb2; }
.small-number { display: block; font: .83rem var(--mono); color: var(--green); margin-bottom: 20px; }
.pillar-grid p { font-size: .89rem; color: var(--muted); margin-bottom: 0; }
.mandate-callout { margin-top: 55px; padding-top: 24px; border-top: 1px solid #aebcb2; display: grid; grid-template-columns: 1fr 2fr; gap: 50px; }
.mandate-callout .eyebrow { max-width: 200px; }
.mandate-callout p { font-size: 1.08rem; margin: 0; }
.mandate-callout strong { font-weight: 600; }
.assurance { padding-block: 86px; }
.section-heading { margin-bottom: 44px; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.assurance-grid p { color: var(--muted); font-size: .88rem; margin-bottom: 0; }
.line-icon { display: flex; align-items: center; width: 34px; height: 35px; margin-bottom: 26px; font-size: 2rem; color: var(--green); font-weight: 300; }
.sectors { padding-block: 78px; }
.sector-tabs { display: flex; flex-wrap: wrap; gap: 0 25px; border-bottom: 1px solid var(--line); }
.sector-tabs button { border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 15px 0; font-size: .79rem; color: var(--muted); }
.sector-tabs button[aria-selected="true"] { border-color: var(--green); color: var(--ink); font-weight: 600; }
.sector-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; padding-top: 44px; }
.sector-panel h3 { font-size: 2.5rem; letter-spacing: -.05em; font-weight: 500; }
.sector-panel > div > p:last-child { color: var(--muted); font-size: .96rem; max-width: 460px; }
.sector-scenario { padding: 28px 32px; background: #e8ece3; border-left: 2px solid var(--green); }
.scenario-label { font: .59rem var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.scenario-title { font-size: 1.2rem; font-weight: 500; margin-top: 12px; margin-bottom: 16px; }
.sector-scenario ol { padding-left: 22px; margin-block: 14px 24px; }
.sector-scenario li { padding-left: 6px; font-size: .83rem; margin-bottom: 10px; }
.sector-scenario li::marker { font-family: var(--mono); color: var(--green); }
.scenario-outcome { display: block; font-size: .77rem; border-top: 1px solid #bacabc; padding-top: 15px; color: var(--green); }
.exchange { background: var(--ink); color: #e7f0e8; padding-block: 76px; }
.exchange .eyebrow { color: var(--mint); }
.exchange-heading { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: end; }
.exchange-heading > p { font-size: .98rem; color: #b7ccc5; }
.exchange h2 { margin-bottom: 0; }
.exchange-flow { display: grid; grid-template-columns: 1fr auto 1.3fr auto 1fr; gap: 20px; align-items: center; padding-block: 44px; margin-top: 30px; }
.flow-label { font: .56rem/1.5 var(--mono); color: var(--mint); text-transform: uppercase; letter-spacing: .07em; }
.exchange-flow h3 { font-size: 1.2rem; margin-top: 14px; }
.exchange-flow p { font-size: .77rem; color: #b7ccc5; margin: 0; }
.flow-arrow { color: #71a08d; font-size: 1.5rem; }
.exchange-grant { border: 1px solid #ace5d260; padding: 26px; background: #1a3a42; }
.exchange-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-top: 25px; border-top: 1px solid #ace5d230; }
.exchange-notes p { font-size: .83rem; color: #b7ccc5; }
.exchange-notes strong { color: #e7f0e8; font-weight: 500; }
.light-link { color: var(--mint); }
.light-link:hover { color: white; }
.closing { padding-block: 94px; }
.closing h2 { max-width: 920px; }
.closing > p:not(.eyebrow) { max-width: 630px; color: var(--muted); font-size: 1.08rem; }
.site-footer { display: flex; align-items: center; gap: 36px; border-top: 1px solid var(--line); padding-block: 30px; }
.site-footer .brand { font-size: 1rem; }
.site-footer p { font-size: .66rem; line-height: 1.6; color: var(--muted); margin: 0 auto 0 0; }
.site-footer > a:last-child { font-size: .66rem; }

/* Technical reading surface: the same visual language, a more precise information density. */
.technical-hero { padding-block: 74px 48px; }
.technical-hero h1 { max-width: 950px; }
.technical-hero .hero-lede { max-width: 740px; }
.technical-intro { max-width: 780px; color: var(--muted); }
.technical-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; font: .62rem var(--mono); border-top: 1px solid var(--line); margin-top: 36px; padding-top: 22px; }
.technical-meta .text-link { margin-left: auto; }
.technical-layout { display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 64px; padding-bottom: 64px; }
.contents { padding-top: 36px; }
.contents nav { position: sticky; top: 30px; }
.contents nav .eyebrow { margin-bottom: 18px; color: var(--muted); }
.contents a { display: block; padding-block: 8px; font-size: .73rem; text-decoration: none; }
.contents-note { font-size: .67rem; color: var(--muted); max-width: 180px; margin-top: 34px; }
.tech-section { padding-block: 36px 48px; border-top: 1px solid var(--line); }
.tech-section h2 { font-size: clamp(1.85rem, 2.7vw, 2.7rem); }
.tech-section h3 { margin-top: 30px; font-size: 1.14rem; }
.tech-section > p, .tech-section dd { font-size: .96rem; color: #3a545b; }
.tech-section .eyebrow { font-size: .62rem; color: var(--green); }
.architecture-stack { margin-block: 30px; }
.stack-layer { padding: 24px 28px; border: 1px solid var(--line); }
.stack-label { font: .59rem var(--mono); letter-spacing: .1em; }
.stack-layer h3 { margin: 12px 0; }
.stack-layer p { margin: 0; font-size: .78rem; }
.app-layer { background: #e8ece3; }
.kernel-layer { background: var(--ink); color: #e7f0e8; border-color: var(--ink); }
.kernel-layer .stack-label { color: var(--mint); }
.kernel-functions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; font-size: .68rem; margin-top: 22px; }
.kernel-functions span { border-top: 1px solid #ace5d24d; padding-top: 10px; }
.provider-layer { background: #eeeee5; }
.stack-seam { font: .58rem/1.7 var(--mono); padding: 12px 20px; color: var(--green); text-align: center; }
.technical-callout { border-left: 3px solid var(--green); background: #e6ebe2; padding: 24px 27px; margin-block: 28px; }
.technical-callout strong { font-size: .9rem; display: block; margin-bottom: 10px; }
.technical-callout p { font-size: .86rem; margin-bottom: 10px; }
.technical-callout p:last-child { margin-bottom: 0; }
.technical-callout.subtle { background: transparent; }
.technical-callout.warning { border-color: #997121; background: #ede9dd; }
.numbered-steps { list-style: none; counter-reset: steps; padding: 0; margin-block: 26px; }
.numbered-steps li { counter-increment: steps; display: grid; grid-template-columns: 24px 80px 1fr; gap: 15px; border-top: 1px solid var(--line); padding-block: 20px; font-size: .88rem; }
.numbered-steps li::before { content: "0" counter(steps); font: .65rem/1.8 var(--mono); color: var(--green); }
.numbered-steps strong { font-weight: 600; }
.commit-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-block: 28px; border-block: 1px solid var(--line); padding-block: 18px; }
.commit-flow span { padding: 0 12px; border-right: 1px solid var(--line); font-size: .73rem; font-weight: 600; }
.commit-flow span:first-child { padding-left: 0; }
.commit-flow span:last-child { border: 0; }
.commit-flow small { color: var(--muted); font-size: .63rem; font-weight: 400; }
.two-column-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.two-column-notes p { font-size: .88rem; color: #3a545b; }
.responsibility-list { margin-block: 30px; }
.responsibility-list > div { display: grid; grid-template-columns: 155px 1fr; gap: 30px; padding-block: 22px; border-top: 1px solid var(--line); }
.responsibility-list dt { font-size: .89rem; font-weight: 600; line-height: 1.5; }
.responsibility-list dd { margin: 0; font-size: .87rem; }
.table-scroll { overflow-x: auto; margin-block: 24px; }
table { border-collapse: collapse; width: 100%; font-size: .83rem; text-align: left; }
th, td { padding: 16px; vertical-align: top; border-bottom: 1px solid var(--line); }
thead { background: #e8ece3; }
th { font-weight: 600; min-width: 145px; }
tbody th { width: 28%; }
.operating-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; }
.operating-grid article { border-top: 1px solid var(--line); margin-top: 20px; }
.operating-grid p { font-size: .85rem; color: #3a545b; }
.source-list { list-style: none; padding: 0; }
.source-list li { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 20px; }
.source-list a { font-size: .87rem; font-weight: 550; }
.source-list p { font-size: .82rem; color: var(--muted); margin-top: 8px; }

@media (min-width: 1600px) {
  .site-header { padding-inline: max(56px, calc((100vw - 1240px) / 2)); }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .site-header { padding-inline: 32px; }
  .brand-descriptor { display: none; }
  .hero { gap: 35px; }
  .kernel-visual { padding: 22px; }
  .assurance-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .sector-panel { gap: 40px; }
  .exchange-heading { gap: 40px; }
  .exchange-flow { gap: 12px; }
  .exchange-grant { padding: 20px; }
  .technical-layout { grid-template-columns: 175px minmax(0, 1fr); gap: 32px; }
}
@media (max-width: 800px) {
  .site-header { flex-wrap: wrap; gap: 14px; min-height: 86px; }
  .site-header nav { gap: 24px; }
  .hero { grid-template-columns: 1fr; padding-top: 46px; gap: 40px; }
  .hero-copy { max-width: 620px; }
  h1 { font-size: clamp(3.3rem, 9vw, 5rem); }
  .kernel-visual { min-height: 0; padding: 28px; }
  .visual-topline { margin-bottom: 25px; }
  .split-heading, .mandate-callout { grid-template-columns: 1fr; gap: 10px; }
  .split-heading > .eyebrow, .mandate-callout .eyebrow { max-width: none; }
  .pillar-grid { gap: 24px; }
  .pillar-grid h3 { font-size: 1.14rem; }
  .exchange-heading { grid-template-columns: 1fr; gap: 25px; }
  .exchange-heading > p { max-width: 490px; }
  .exchange-flow { grid-template-columns: 1fr; gap: 18px; padding-top: 0; }
  .flow-arrow { transform: rotate(90deg); width: fit-content; margin-left: 20px; line-height: 1; }
  .exchange-grant { max-width: 100%; }
  .exchange-notes { gap: 30px; }
  .technical-layout { grid-template-columns: 1fr; gap: 26px; }
  .contents { padding-top: 0; }
  .contents nav { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .contents .eyebrow { grid-column: 1 / -1; }
  .contents-note { max-width: none; margin-top: 15px; }
  .technical-meta .text-link { margin-left: 0; }
  .site-footer { flex-wrap: wrap; gap: 20px; }
}
@media (max-width: 540px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding: 20px; }
  .site-header nav { justify-content: space-between; gap: 15px; width: 100%; font-size: .7rem; }
  .brand { font-size: 1.25rem; }
  .brand img { width: 27px; height: 31px; }
  h1 { font-size: clamp(2.7rem, 10.9vw, 3.8rem); }
  h2 { font-size: 2.25rem; }
  .hero, .mandate, .assurance, .sectors, .exchange, .closing { padding-block: 48px; }
  .hero { padding-top: 37px; }
  .eyebrow { font-size: .6rem; }
  .hero .eyebrow { margin-bottom: 26px; }
  .hero-lede { font-size: 1.12rem; }
  .hero-body { font-size: .9rem; }
  .actions { gap: 18px; }
  .kernel-visual { padding: 23px 18px; }
  .visual-topline { font-size: .48rem; }
  .application-rail { font-size: .57rem; gap: 6px; }
  .hero-signature { font-size: .56rem; gap: 10px 13px; margin-top: 29px; }
  .pillar-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .pillar-grid h3 { font-size: 1.3rem; }
  .small-number { margin-bottom: 10px; }
  .mandate-callout { margin-top: 32px; }
  .assurance-grid { grid-template-columns: 1fr; gap: 30px; }
  .assurance-grid article { border-top: 1px solid var(--line); padding-top: 20px; }
  .line-icon { margin-bottom: 15px; }
  .sector-tabs { gap: 0 19px; }
  .sector-tabs button { font-size: .74rem; padding-block: 12px; }
  .sector-panel { grid-template-columns: 1fr; gap: 15px; padding-top: 30px; }
  .sector-panel h3 { font-size: 2.25rem; }
  .sector-scenario { padding: 24px; }
  .exchange-notes { grid-template-columns: 1fr; gap: 5px; }
  .site-footer { align-items: flex-start; }
  .site-footer p { flex-basis: 100%; order: 3; }
  .site-footer > a:last-child { margin-left: auto; }
  .technical-hero { padding-block: 40px 30px; }
  .technical-hero .hero-lede { font-size: 1.08rem; }
  .technical-intro { font-size: .92rem; }
  .tech-section { padding-block: 28px 30px; }
  .tech-section h2 { font-size: 1.85rem; }
  .tech-section > p { font-size: .91rem; }
  .stack-layer { padding: 21px; }
  .kernel-functions { grid-template-columns: 1fr 1fr; }
  .stack-seam { padding-inline: 8px; font-size: .54rem; }
  .numbered-steps li { grid-template-columns: 20px 1fr; gap: 8px 12px; }
  .numbered-steps li span { grid-column: 2; }
  .commit-flow { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .commit-flow span:nth-child(3) { padding-left: 0; }
  .commit-flow span:nth-child(2) { border: 0; }
  .two-column-notes, .operating-grid { grid-template-columns: 1fr; gap: 0; }
  .responsibility-list > div { grid-template-columns: 1fr; gap: 8px; }
  .technical-callout { padding: 20px; }
  th, td { padding: 13px 10px; min-width: 110px; }
  table { font-size: .77rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media print {
  @page { size: A4; margin: 15mm; }
  :root { font-size: 10pt; color: #142c35; background: white; }
  html { scroll-behavior: auto; }
  .wrap { width: 100%; }
  .site-header { min-height: 0; padding: 0 0 16px; }
  .site-header nav, .skip-link, .actions, .print-control, .sector-tabs, .contents, .technical-meta .text-link { display: none !important; }
  .hero { padding-block: 28px; gap: 30px; grid-template-columns: 1.2fr 1fr; }
  h1, .technical-hero h1 { font-size: 32pt; }
  h2, .tech-section h2 { font-size: 23pt; }
  h3 { break-after: avoid; }
  .hero-signature { margin-top: 18px; }
  .kernel-visual { min-height: 0; padding: 18px; }
  .visual-topline { margin-bottom: 18px; }
  .core-subline { font-size: .52rem; }
  .kernel-core { padding-block: 15px; }
  .mandate, .assurance, .sectors, .exchange, .closing { padding-block: 28px; }
  .section-heading { margin-bottom: 20px; }
  .pillar-grid { margin-top: 20px; }
  .mandate-callout { margin-top: 24px; }
  .assurance-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  [data-sector-panel][hidden] { display: grid !important; }
  .sector-panel { grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 20px; break-inside: avoid; }
  .sector-panel h3 { font-size: 22pt; }
  .sector-panel .eyebrow { margin-bottom: 12px; }
  .sector-scenario { padding: 18px; }
  .exchange-heading { gap: 25px; }
  .exchange-flow { gap: 12px; padding-block: 25px; }
  .exchange-notes { gap: 24px; }
  .exchange-grant { padding: 15px; }
  .kernel-visual, .kernel-layer, .exchange, .sector-scenario, .technical-callout { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .technical-hero { padding-block: 28px; }
  .technical-layout { display: block; padding-bottom: 0; }
  .tech-section { padding-block: 25px; }
  .tech-section .eyebrow { margin-bottom: 12px; }
  .technical-meta { margin-top: 22px; }
  .architecture-stack, .technical-callout, .commit-flow, .operating-grid article, .source-list li, .responsibility-list > div, .pillar-grid article { break-inside: avoid; }
  .technical-callout { margin-block: 20px; }
  .table-scroll { overflow: visible; }
  thead { display: table-header-group; }
  tr { break-inside: avoid; }
  .site-footer { margin-top: 25px; padding-block: 18px; }
  .site-footer > a:last-child { display: none; }
}
