:root {
  --paper: #f3efe6;
  --paper-2: #e9e3d7;
  --paper-3: #ddd6c8;
  --ink: #102849;
  --ink-2: #1b3659;
  --muted: #5d6874;
  --line: #b9b4aa;
  --red: #c63a21;
  --yellow: #efac00;
  --green: #58763f;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Iowan Old Style", "Times New Roman", serif;
  --reading-measure: 66ch;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: clamp(17px, 1.1vw, 19px)/1.56 var(--serif); text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 99; background: var(--yellow); border: 1px solid var(--ink); padding: 10px 14px; font: 700 12px var(--sans); text-decoration: none; }
.skip-link:focus { top: 16px; }

.topbar { max-width: 1480px; margin: auto; padding: 18px clamp(20px, 2.8vw, 40px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--ink); font: 700 10px/1 var(--sans); letter-spacing: .09em; }
.wordmark { width: min-content; font: 700 26px/1 Arial, sans-serif; letter-spacing: -.12em; text-decoration: none; }
.wordmark span { color: var(--red); }
nav { display: flex; gap: clamp(16px, 1.8vw, 26px); }
nav a { text-decoration: none; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--red); transition: right .2s; }
nav a:hover::after, nav a:focus-visible::after, nav a[aria-current="page"]::after { right: 0; }
.edition { text-align: right; color: var(--muted); }
.edition i, .live-mark i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 7px; }

.hero { max-width: 1480px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr); min-height: clamp(620px, 50vw, 720px); border-bottom: 1px solid var(--ink); }
.hero-copy { padding: 34px clamp(20px, 2.8vw, 40px) clamp(52px, 4.5vw, 68px); display: flex; flex-direction: column; justify-content: flex-end; }
.classification { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 9px 0; margin-bottom: auto; color: var(--muted); font: 700 9px/1 var(--sans); letter-spacing: .09em; }
.kicker { font: 700 10px/1.25 var(--sans); letter-spacing: .11em; color: var(--red); margin: 0 0 18px; }
.hero h1, .section h2, .page-hero h1, .author-copy h2 { font-weight: 500; letter-spacing: -.058em; }
.hero h1 { max-width: 9.5ch; font-size: clamp(64px, 7.4vw, 118px); line-height: .84; margin: 0; }
.hero em, .section em, .page-hero em, .author-copy em { font-weight: 400; color: var(--red); }
.lede { font-size: clamp(20px, 1.7vw, 25px); line-height: 1.38; max-width: 31ch; margin: 34px 0 32px; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { display: inline-block; width: fit-content; font: 700 10px/1 var(--sans); letter-spacing: .075em; border: 1px solid var(--ink); padding: 14px 16px; text-decoration: none; background: transparent; }
.button.primary { background: var(--yellow); }
.button span, .text-link span { font-size: 17px; margin-left: 13px; }

.briefing { border-left: 1px solid var(--ink); background: var(--paper-2); padding: 34px clamp(26px, 2.5vw, 38px); display: flex; flex-direction: column; }
.briefing-head { display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); padding-bottom: 10px; font: 700 9px/1 var(--sans); letter-spacing: .1em; }
.live-mark { color: var(--green); }
.briefing dl { margin: 31px 0; }
.briefing dl div { display: grid; grid-template-columns: 84px 1fr; gap: 15px; border-top: 1px solid var(--line); padding: 15px 0; }
.briefing dl div:last-child { border-bottom: 1px solid var(--line); }
.briefing dt { font: 700 9px/1.3 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
.briefing dd { margin: 0; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.35; }
.briefing-note { margin-top: auto; border-left: 4px solid var(--yellow); padding: 11px 15px; background: rgba(255,255,255,.25); }
.briefing-note span { font: 700 9px/1 var(--sans); letter-spacing: .1em; }
.briefing-note p { margin: 5px 0 0; font-size: 14px; color: var(--muted); }

.signal-strip { max-width: 1480px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--ink); }
.signal-strip span { padding: 16px 18px; border-right: 1px solid var(--line); font: 700 9px/1 var(--sans); letter-spacing: .08em; }
.signal-strip span:last-child { border: 0; }

.section { max-width: 1480px; margin: auto; padding: clamp(76px, 7vw, 108px) clamp(20px, 2.8vw, 40px); display: grid; grid-template-columns: 110px minmax(0, 1.2fr) minmax(300px, .8fr); column-gap: clamp(30px, 3vw, 48px); border-bottom: 1px solid var(--ink); }
.section-index { grid-row: 1 / span 3; }
.section-index span { display: block; color: var(--red); font: 700 11px/1 var(--sans); margin-bottom: 12px; }
.section-index p { margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); font: 700 9px/1 var(--sans); letter-spacing: .15em; color: var(--muted); }
.section-lead h2, .author-copy h2 { font-size: clamp(42px, 5vw, 74px); line-height: .95; margin: 0; max-width: 14ch; }
.section-copy { align-self: end; max-width: var(--reading-measure); color: var(--muted); }
.section-copy p { margin: 0 0 19px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; grid-column: 2 / 4; max-width: 800px; margin-top: 40px; }
.two-col p { margin: 0; }

.profile .section-lead { grid-column: 2 / 4; max-width: 980px; }
.profile .two-col { grid-column: 2 / 4; max-width: 900px; margin-top: 46px; }

.capability { background: rgba(233,227,215,.35); }
.capability .section-lead, .atlas-preview .section-lead, .metals .section-lead, .standards .section-lead { grid-column: 2 / 4; }
.capability-grid { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.capability-grid article { min-height: 300px; padding: 21px 21px 22px 0; margin-right: 21px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.capability-grid article:last-child { border: 0; margin-right: 0; }
.cap-no { font: 700 9px/1 var(--sans); letter-spacing: .1em; color: var(--red); }
.capability-grid h3 { font-size: 29px; line-height: 1.02; letter-spacing: -.04em; font-weight: 500; margin: 65px 0 15px; }
.capability-grid p { color: var(--muted); margin: 0 0 24px; line-height: 1.52; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.tags span { border: 1px solid var(--line); padding: 4px 6px; font: 700 8px/1 var(--sans); letter-spacing: .08em; }

.atlas-preview { background: var(--paper-2); }
.atlas-intro { grid-column: 3; }
.text-link { display: inline-block; color: var(--paper); font: 700 10px/2.6 var(--sans); letter-spacing: .08em; text-decoration: none; border-bottom: 1px solid var(--paper); }
.ink-link { color: var(--ink); border-color: var(--ink); }
.focus-rule { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border: 1px solid var(--ink); }
.focus-rule > div { min-height: 190px; padding: 18px; border-right: 1px solid var(--ink); }
.focus-rule > div:last-child { border-right: 0; }
.focus-rule span { font: 700 9px/1 var(--sans); letter-spacing: .1em; color: var(--red); }
.focus-rule strong { display: block; margin: 32px 0 13px; font: 500 clamp(32px, 4vw, 58px)/.9 var(--serif); letter-spacing: -.055em; }
.focus-rule p { margin: 0; color: var(--muted); font-size: 14px; }
.portfolio-path { grid-column: 2 / 4; list-style: none; display: grid; grid-template-columns: repeat(8, 1fr); padding: 0; margin: 34px 0 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.portfolio-path li { position: relative; min-height: 88px; padding: 13px 9px; border-right: 1px solid var(--line); font: 700 9px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .06em; }
.portfolio-path li:last-child { border-right: 0; }
.portfolio-path li::after { content: "→"; position: absolute; right: -7px; top: 44px; z-index: 1; background: var(--paper-2); color: var(--red); }
.portfolio-path li:last-child::after { display: none; }
.portfolio-path span { display: block; color: var(--red); margin-bottom: 29px; font-size: 8px; }

.metals { background: var(--paper); }
.metals-intro { grid-column: 3; margin-top: 35px; }
.metals-console { grid-column: 2 / 4; display: grid; grid-template-columns: .72fr 1.28fr; margin-top: 55px; border: 1px solid var(--ink); min-height: 560px; }
.stage-rail { border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.stage { flex: 1; appearance: none; border: 0; border-bottom: 1px solid var(--line); background: var(--paper-2); text-align: left; padding: 16px 18px; cursor: pointer; font: 500 24px/1 var(--serif); letter-spacing: -.025em; display: flex; align-items: center; gap: 22px; }
.stage:last-child { border-bottom: 0; }
.stage span { color: var(--muted); font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.stage:hover, .stage:focus-visible { background: var(--paper-3); }
.stage.active { background: var(--ink); color: var(--paper); }
.stage.active span { color: var(--yellow); }
.lens-panel { padding: 31px; display: flex; flex-direction: column; }
.lens-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; border-bottom: 1px solid var(--ink); padding-bottom: 18px; }
.lens-heading span { grid-column: 1 / 3; color: var(--red); font: 700 9px/1 var(--sans); letter-spacing: .1em; margin-bottom: 28px; }
.lens-heading h3 { margin: 0; font: 500 clamp(44px, 5vw, 70px)/.85 var(--serif); letter-spacing: -.055em; }
.lens-heading b { color: var(--green); font: 700 8px/1 var(--sans); letter-spacing: .08em; border: 1px solid currentColor; padding: 6px; }
.lens-panel dl { margin: 15px 0 30px; }
.lens-panel dl div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.lens-panel dt { color: var(--red); font: 700 9px/1.3 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.lens-panel dd { margin: 0; font-size: 18px; line-height: 1.35; }
.halt { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; padding: 15px; background: var(--yellow); border: 1px solid var(--ink); }
.halt span { grid-column: 1 / 3; font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.halt strong { font: 700 13px/1 var(--sans); letter-spacing: .08em; }
.halt p { margin: 0; font-size: 13px; }
.spine-rule { grid-column: 2 / 4; display: grid; grid-template-columns: 180px 1fr; gap: 20px; margin-top: 25px; border-left: 4px solid var(--red); background: var(--paper-2); padding: 16px; }
.spine-rule strong { font: 700 9px/1.3 var(--sans); letter-spacing: .1em; }
.spine-rule p { margin: 0; color: var(--muted); }

.dark { background: var(--ink); color: var(--paper); }
.dark .section-index span, .dark .kicker { color: var(--yellow); }
.dark .section-index p, .dark .section-copy { color: #c5c9cb; }
.dark .section-lead h2 em { color: var(--yellow); }
.method-chain { grid-column: 2 / 4; display: flex; align-items: center; justify-content: space-between; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); padding: 20px 0; }
.method-chain div { display: grid; gap: 6px; }
.method-chain span { font: 700 8px/1 var(--sans); color: var(--yellow); }
.method-chain strong { font: 700 10px/1 var(--sans); letter-spacing: .08em; }
.method-chain small { font-size: 12px; color: #aab1b6; }
.method-chain i { font-style: normal; color: var(--yellow); }

.author-preview { grid-template-columns: 110px minmax(340px, .85fr) minmax(0, 1.15fr); background: var(--paper-2); }
.author-field { grid-column: 2; min-height: 490px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); padding: 20px; display: flex; flex-direction: column; }
.author-field > span { padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.45); color: var(--yellow); font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.author-field > strong { margin: 32px 0 auto; font: 500 clamp(110px, 15vw, 230px)/.74 var(--serif); letter-spacing: -.11em; color: var(--paper); }
.author-field > div { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: end; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); }
.author-field i { color: var(--yellow); font: 500 54px/.8 var(--serif); font-style: normal; }
.author-field p { margin: 0; color: #c5c9cb; font-size: 14px; }
.author-field small { margin-top: 17px; font: 700 8px/1.45 var(--sans); letter-spacing: .08em; color: #c5c9cb; }
.author-copy { grid-column: 3; align-self: center; }
.author-copy p:not(.kicker) { max-width: 60ch; color: var(--muted); }
.boundary-inline { border-left: 4px solid var(--yellow); padding: 11px 14px; margin: 28px 0; background: rgba(255,255,255,.28); font-size: 14px; }

.standards-grid { grid-column: 2 / 4; display: grid; grid-template-columns: 1fr 1fr; margin-top: 55px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.standard { padding: 23px; min-height: 180px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.standard span { font: 700 9px/1 var(--sans); color: var(--red); }
.standard h3 { font-size: 26px; letter-spacing: -.035em; margin: 27px 0 8px; }
.standard p { margin: 0; color: var(--muted); }
.boundary { grid-column: 2 / 4; display: grid; grid-template-columns: 150px 1fr; gap: 20px; margin-top: 28px; border-left: 4px solid var(--yellow); background: var(--paper-2); padding: 16px; }
.boundary strong { font: 700 9px/1.3 var(--sans); letter-spacing: .1em; }
.boundary p { margin: 0; color: var(--muted); }

.contact { min-height: 530px; }
.contact .section-copy small { display: block; margin-top: 10px; font: 700 8px/1.4 var(--sans); letter-spacing: .05em; color: var(--red); }
.email { display: inline-block; font-size: clamp(24px, 3vw, 41px); line-height: 1.05; text-decoration: none; border-bottom: 2px solid var(--red); color: var(--ink); }

.not-found { max-width: 1480px; min-height: calc(100vh - 165px); margin: auto; padding: 14vh 40px 100px 150px; border-bottom: 1px solid var(--ink); }
.not-found h1 { margin: 0; font: 500 clamp(58px, 9vw, 130px)/.82 var(--serif); letter-spacing: -.065em; }
.not-found h1 em { color: var(--red); font-weight: 400; }
.not-found > p:not(.kicker) { max-width: 520px; margin: 38px 0 32px; color: var(--muted); font-size: 20px; }

footer { max-width: 1480px; margin: auto; padding: 17px 40px; display: flex; justify-content: space-between; gap: 25px; color: var(--muted); font: 700 8px/1.3 var(--sans); letter-spacing: .09em; }
footer a { text-decoration: none; }

/* Secondary pages */
.page-hero { max-width: 1480px; margin: auto; min-height: 560px; padding: 36px 40px 65px; border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.page-hero .classification { grid-column: 1 / 3; align-self: start; margin-bottom: auto; }
.page-hero h1 { font-size: clamp(62px, 9vw, 126px); line-height: .82; margin: 0; }
.page-hero-copy { align-self: end; }
.page-hero-copy p { max-width: 520px; margin: 0 0 22px; color: var(--muted); font-size: 20px; }
.page-boundary { border-left: 4px solid var(--yellow); padding: 14px 16px; background: var(--paper-2); color: var(--muted); font-size: 14px; }

.atlas-governance { max-width: 1480px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); }
.atlas-governance > div { min-height: 150px; padding: 18px; border-right: 1px solid var(--line); }
.atlas-governance > div:last-child { border-right: 0; }
.atlas-governance span { color: var(--red); font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.atlas-governance strong { display: block; margin: 25px 0 8px; font: 500 30px/1 var(--serif); letter-spacing: -.04em; }
.atlas-governance p { margin: 0; color: var(--muted); font-size: 13px; }

.atlas-workspace { max-width: 1480px; margin: auto; padding: 76px 40px 100px; border-bottom: 1px solid var(--ink); }
.workspace-head { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; }
.workspace-head h2 { margin: 0; font: 500 clamp(44px, 6vw, 84px)/.92 var(--serif); letter-spacing: -.055em; }
.workspace-head p { margin: 0; color: var(--muted); }
.filter-bar { margin: 45px 0 28px; display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.filter-bar button { appearance: none; cursor: pointer; border: 1px solid var(--line); background: transparent; padding: 8px 10px; font: 700 8px/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.filter-bar button:hover, .filter-bar button:focus-visible { border-color: var(--ink); }
.filter-bar button.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.project-count { margin-left: auto; align-self: center; color: var(--muted); font: 700 8px/1 var(--sans); letter-spacing: .08em; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.project-card { min-height: 360px; padding: 18px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; background: var(--paper); }
.project-card[hidden] { display: none; }
.project-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font: 700 8px/1 var(--sans); letter-spacing: .09em; }
.priority { color: var(--red); }
.project-card h3 { margin: 62px 0 14px; font: 500 30px/1.02 var(--serif); letter-spacing: -.04em; }
.project-card > p { margin: 0; color: var(--muted); }
.project-gate { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.project-gate span { display: block; margin-bottom: 6px; color: var(--red); font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.project-gate p { margin: 0; font-size: 14px; }
.project-card[data-priority="p0"] { background: var(--paper-2); }

.pipeline { max-width: 1480px; margin: auto; padding: 80px 40px; border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.pipeline h2 { margin: 0 0 50px; font: 500 clamp(44px, 6vw, 80px)/.92 var(--serif); letter-spacing: -.055em; }
.pipeline h2 em { color: var(--yellow); font-weight: 400; }
.pipeline ol { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.4); border-left: 1px solid rgba(255,255,255,.4); }
.pipeline li { min-height: 125px; padding: 15px; border-right: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); font: 700 9px/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.pipeline li span { display: block; color: var(--yellow); margin-bottom: 45px; font-size: 8px; }

.author-hero { max-width: 1480px; margin: auto; display: grid; grid-template-columns: 1.06fr .94fr; min-height: clamp(640px, 52vw, 730px); border-bottom: 1px solid var(--ink); }
.author-hero-copy { padding: 34px clamp(20px, 2.8vw, 40px) 65px; display: flex; flex-direction: column; justify-content: flex-end; }
.author-hero-copy .classification { margin-bottom: auto; }
.author-hero h1 { margin: 0; font: 500 clamp(72px, 10vw, 140px)/.78 var(--serif); letter-spacing: -.065em; }
.author-hero h1 em { color: var(--red); font-weight: 400; }
.author-hero .lede { max-width: 660px; }
.author-hero-field { border-left: 1px solid var(--ink); background: var(--ink); color: var(--paper); padding: 34px clamp(26px, 2.5vw, 38px); display: flex; flex-direction: column; }
.field-head { display: flex; justify-content: space-between; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.45); color: var(--yellow); font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.author-initials { display: block; margin: 58px 0 auto; font: 500 clamp(130px, 19vw, 270px)/.72 var(--serif); letter-spacing: -.12em; }
.author-hero-field ol { list-style: none; margin: 35px 0 20px; padding: 0; border-top: 1px solid rgba(255,255,255,.45); }
.author-hero-field li { display: grid; grid-template-columns: 44px 1fr; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.25); font: 700 9px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.author-hero-field li span { color: var(--yellow); font-size: 8px; }
.author-hero-field > p { margin: 0; max-width: 390px; color: #c5c9cb; font-size: 14px; }

.author-statement { max-width: 1480px; margin: auto; padding: 90px 40px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; border-bottom: 1px solid var(--ink); }
.author-statement h2 { margin: 0; font: 500 clamp(48px, 6vw, 82px)/.92 var(--serif); letter-spacing: -.055em; }
.author-statement h2 em { color: var(--red); font-weight: 400; }
.author-statement-copy { max-width: 60ch; font-size: clamp(18px, 1.35vw, 21px); line-height: 1.55; }
.author-statement-copy p { margin: 0 0 22px; }
.author-statement-copy .small-note { color: var(--muted); font-size: 14px; border-left: 4px solid var(--yellow); padding-left: 15px; }

.works { max-width: 1480px; margin: auto; padding: 90px 40px; border-bottom: 1px solid var(--ink); }
.works-head { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.works h2 { margin: 0; font: 500 clamp(48px, 6vw, 82px)/.92 var(--serif); letter-spacing: -.055em; }
.works-head p { margin: 0; color: var(--muted); }
.book-shelf { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); min-height: 430px; align-items: end; }
.book { min-height: 360px; padding: 18px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.book:first-child { border-left: 1px solid var(--ink); }
.book:nth-child(1) { background: var(--ink); color: var(--paper); min-height: 430px; }
.book:nth-child(2) { background: var(--yellow); min-height: 385px; }
.book:nth-child(3) { background: var(--paper-2); min-height: 410px; }
.book:nth-child(4) { background: var(--red); color: var(--paper); min-height: 370px; }
.book:nth-child(5) { background: var(--paper-3); min-height: 395px; }
.book span { font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.book h3 { margin: 0; font: 500 clamp(24px, 3vw, 40px)/.95 var(--serif); letter-spacing: -.045em; writing-mode: vertical-rl; transform: rotate(180deg); }
.book small { font: 700 8px/1.2 var(--sans); letter-spacing: .08em; }
.catalogue-link { margin-top: 30px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.catalogue-link p { margin: 0; color: var(--muted); font-size: 13px; }

.themes { max-width: 1480px; margin: auto; padding: 80px 40px; border-bottom: 1px solid var(--ink); background: var(--paper-2); }
.theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.theme-grid div { min-height: 210px; padding: 18px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.theme-grid span { color: var(--red); font: 700 8px/1 var(--sans); letter-spacing: .1em; }
.theme-grid h3 { margin: 55px 0 10px; font: 500 31px/1 var(--serif); letter-spacing: -.04em; }
.theme-grid p { margin: 0; color: var(--muted); font-size: 14px; }

@media (max-width: 1100px) {
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .book-shelf { grid-template-columns: repeat(5, minmax(140px, 1fr)); overflow-x: auto; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { min-height: 590px; }
  .briefing { border-left: 0; border-top: 1px solid var(--ink); min-height: 520px; }
  .section { grid-template-columns: 70px 1fr; }
  .section-lead, .section-copy, .profile .section-lead, .capability .section-lead, .atlas-preview .section-lead, .metals .section-lead, .standards .section-lead { grid-column: 2; }
  .section-copy { margin-top: 35px; }
  .two-col, .capability-grid, .focus-rule, .portfolio-path, .metals-console, .spine-rule, .method-chain, .standards-grid, .boundary { grid-column: 2; }
  .profile .two-col { grid-column: 2; }
  .atlas-intro { grid-column: 2; }
  .metals-intro { grid-column: 2; }
  .portfolio-path { grid-template-columns: repeat(4, 1fr); }
  .portfolio-path li:nth-child(4) { border-right: 0; }
  .metals-console { grid-template-columns: .85fr 1.15fr; }
  .method-chain { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; }
  .method-chain div:nth-of-type(n+4), .method-chain i:nth-of-type(n+3) { margin-top: 25px; }
  .author-preview { grid-template-columns: 70px .85fr 1.15fr; }
  .author-hero { grid-template-columns: 1fr; }
  .author-hero-copy { min-height: 590px; }
  .author-hero-field { border-left: 0; border-top: 1px solid var(--ink); min-height: 620px; }
  .page-hero { grid-template-columns: 1fr; min-height: 620px; }
  .page-hero .classification { grid-column: 1; }
  .atlas-governance { grid-template-columns: 1fr 1fr; }
  .atlas-governance > div:nth-child(2) { border-right: 0; }
  .theme-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .topbar { padding: 15px 20px; grid-template-columns: 1fr auto; }
  .edition { display: none; }
  nav { gap: 10px; font-size: 8px; letter-spacing: .03em; }
  .hero-copy { padding: 28px 20px 50px; min-height: 570px; }
  .classification { font-size: 7px; }
  .hero h1 { font-size: clamp(56px, 19vw, 88px); }
  .lede { font-size: 20px; line-height: 1.4; }
  .briefing { padding: 28px 20px; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip span:nth-child(even) { border-right: 0; }
  .section { padding: 68px 20px; display: block; }
  .section-index { display: flex; gap: 9px; margin-bottom: 28px; }
  .section-index span { margin: 0; }
  .section-index p { writing-mode: initial; transform: none; }
  .section-copy { margin-top: 30px; }
  .two-col { grid-template-columns: 1fr; gap: 13px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { border-right: 0; border-bottom: 1px solid var(--line); margin: 0; min-height: 250px; }
  .capability-grid article:last-child { border-bottom: 0; }
  .capability-grid h3 { margin-top: 35px; }
  .focus-rule { grid-template-columns: 1fr; }
  .focus-rule > div { border-right: 0; border-bottom: 1px solid var(--ink); min-height: 150px; }
  .focus-rule > div:last-child { border-bottom: 0; }
  .portfolio-path { grid-template-columns: 1fr 1fr; }
  .portfolio-path li:nth-child(even) { border-right: 0; }
  .metals-console { grid-template-columns: 1fr; }
  .stage-rail { border-right: 0; border-bottom: 1px solid var(--ink); }
  .stage { min-height: 58px; font-size: 19px; }
  .lens-panel { padding: 22px 17px; }
  .lens-heading { grid-template-columns: 1fr; }
  .lens-heading span { grid-column: 1; }
  .lens-heading b { margin-top: 18px; width: fit-content; }
  .lens-panel dl div { grid-template-columns: 1fr; gap: 6px; }
  .halt { grid-template-columns: 1fr; }
  .halt span { grid-column: 1; }
  .spine-rule { grid-template-columns: 1fr; }
  .method-chain { grid-template-columns: 1fr; }
  .method-chain i { transform: rotate(90deg); width: min-content; margin: 10px; }
  .method-chain div:nth-of-type(n+4), .method-chain i:nth-of-type(n+3) { margin-top: 0; }
  .author-preview { display: block; }
  .author-field { margin-bottom: 35px; min-height: 440px; }
  .standards-grid { grid-template-columns: 1fr; }
  .boundary { grid-template-columns: 1fr; }
  .contact { min-height: 0; }
  footer { padding: 16px 20px; display: grid; }
  footer span:nth-child(2) { order: 3; }
  .page-hero { min-height: 570px; padding: 28px 20px 50px; gap: 35px; }
  .page-hero h1 { font-size: clamp(58px, 19vw, 92px); }
  .atlas-governance { grid-template-columns: 1fr; }
  .atlas-governance > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .atlas-workspace, .pipeline, .works, .themes { padding: 65px 20px; }
  .workspace-head, .works-head { grid-template-columns: 1fr; gap: 24px; }
  .project-count { width: 100%; margin: 6px 0 0; }
  .project-grid { grid-template-columns: 1fr; }
  .pipeline ol { grid-template-columns: 1fr 1fr; }
  .author-hero-copy { min-height: 570px; padding: 28px 20px 50px; }
  .author-hero-field { min-height: 540px; padding: 28px 20px; }
  .not-found { min-height: calc(100vh - 145px); padding: 18vh 20px 70px; }
  .author-statement { padding: 65px 20px; grid-template-columns: 1fr; gap: 35px; }
  .book-shelf { grid-template-columns: repeat(5, 145px); }
  .catalogue-link { align-items: flex-start; flex-direction: column; }
  .theme-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  nav a::after { transition: none; }
}

@media print {
  .topbar nav, .actions, .skip-link, .filter-bar { display: none; }
  body { background: #fff; }
  .section, .hero, .project-card { break-inside: avoid; }
}

/* Issue 03: a quieter, Munari-inspired editorial refinement.
   The visual interest comes from proportion, contrast and sequence—not decoration. */
.munari-profile {
  --paper: #f8f5ed;
  --paper-2: #eee8da;
  --paper-3: #e2d9c7;
  --ink: #102b4b;
  --ink-2: #1a3f67;
  --muted: #53606b;
  --line: #b9b4aa;
  --red: #c7462d;
  --yellow: #f2b705;
}
.munari-profile .topbar { max-width: 1360px; padding-block: 20px; }
.munari-profile .hero, .munari-profile .section, .munari-profile .signal-strip, .munari-profile footer { max-width: 1360px; }
.munari-profile .hero { grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); min-height: clamp(590px, 48vw, 680px); }
.munari-profile .hero-copy { padding-bottom: clamp(60px, 6vw, 84px); }
.munari-profile .hero h1 { font-size: clamp(62px, 7.1vw, 110px); letter-spacing: -.07em; }
.munari-profile .lede { max-width: 28ch; margin-block: 30px 29px; }
.munari-profile .button { border-radius: 0; padding: 15px 18px; }
.munari-profile .button.primary { box-shadow: 7px 7px 0 var(--red); }
.munari-profile .button.primary:hover, .munari-profile .button.primary:focus-visible { box-shadow: 3px 3px 0 var(--red); transform: translate(4px, 4px); }
.munari-profile .briefing { background: var(--paper-2); }
.munari-profile .signal-strip { background: var(--paper); }
.munari-profile .section { padding-block: clamp(82px, 8vw, 124px); }
.munari-profile .capability { background: var(--paper-2); }
.munari-profile .capability-grid article { min-height: 275px; }
.munari-profile .dark { background: var(--ink); }
.munari-profile .method-chain { margin-top: 52px; }
.munari-profile .standards { background: var(--paper); }
.munari-profile .standard { min-height: 170px; }
.munari-profile .contact { min-height: 470px; background: var(--paper-2); }
.munari-profile footer { background: var(--paper); }
@media (max-width: 980px) {
  .munari-profile .hero { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .munari-profile .topbar { padding-block: 16px; }
  .munari-profile .hero-copy { min-height: 540px; }
  .munari-profile .hero h1 { font-size: clamp(54px, 18vw, 82px); }
  .munari-profile .section { padding-block: 72px; }
  .munari-profile .button.primary { box-shadow: 5px 5px 0 var(--red); }
}

/* Field Manual visual refinement: a quieter public counterpart, not a copy of the manual. */
.munari-profile {
  --paper: #f6f1e6;
  --paper-2: #ebe2d2;
  --paper-3: #dfd1ba;
  --ink: #112c50;
  --ink-2: #29496c;
  --muted: #5b6470;
  --line: #bcb09b;
  --red: #b5412b;
  --yellow: #b7832f;
  --green: #516f58;
  background:
    radial-gradient(circle at 1px 1px, rgba(17, 44, 80, .075) 1px, transparent 1.1px) 0 0 / 13px 13px,
    var(--paper);
}
.munari-profile .topbar,
.munari-profile .hero,
.munari-profile .section,
.munari-profile .signal-strip,
.munari-profile footer { border-color: rgba(17, 44, 80, .76); }
.munari-profile .topbar { position: relative; }
.munari-profile .topbar::after {
  content: "";
  position: absolute;
  right: clamp(20px, 2.8vw, 40px);
  bottom: -4px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--yellow);
  background: var(--paper);
  transform: rotate(45deg);
}
.munari-profile .hero-copy { position: relative; overflow: hidden; isolation: isolate; }
.munari-profile .hero-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(220px, 26vw, 400px);
  aspect-ratio: 1;
  right: -18%;
  top: 9%;
  border: 1px solid rgba(183, 131, 47, .55);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(183, 131, 47, .055), 0 0 0 38px rgba(17, 44, 80, .035);
}
.munari-profile .classification { border-top-color: rgba(17, 44, 80, .58); }
.munari-profile .briefing { background: rgba(235, 226, 210, .91); }
.munari-profile .briefing-note,
.munari-profile .boundary { background: rgba(246, 241, 230, .62); }
.munari-profile .button.primary {
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--red);
}
.munari-profile .button.primary:hover,
.munari-profile .button.primary:focus-visible { box-shadow: 2px 2px 0 var(--red); transform: translate(3px, 3px); }
.munari-profile .signal-strip { background: rgba(246, 241, 230, .78); }
.munari-profile .signal-strip span { padding-block: 18px; }
.munari-profile .capability { background: rgba(235, 226, 210, .72); }
.munari-profile .capability-grid article { padding-top: 25px; }
.munari-profile .dark { background: #112c50; }
.munari-profile .dark .section-lead h2 em,
.munari-profile .dark .section-index span,
.munari-profile .dark .kicker,
.munari-profile .method-chain span,
.munari-profile .method-chain i { color: #d4a555; }
.munari-profile .contact { background: rgba(235, 226, 210, .78); }
.munari-profile .email a { text-decoration: none; }

@media (max-width: 720px) {
  .munari-profile .hero-copy::after { right: -34%; top: 6%; }
  .munari-profile .topbar::after { right: 20px; }
}
