:root {
  color-scheme: dark;
  --ink: #153741;
  --teal: #075268;
  --teal-2: #0f7c91;
  --teal-dark: #032f3b;
  --orange: #f37a42;
  --mist: #e8f1f2;
  --paper: #f8faf9;
  --line: rgba(8, 76, 94, .18);
  --chrome: #061f28;
  --muted: #6b7c81;
  --page-radius: 3px;
  --shadow: 0 40px 100px rgba(0, 0, 0, .45), 0 8px 25px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { height: 100%; background: var(--chrome); }
body {
  min-height: 100%; margin: 0; overflow: hidden; color: #eef5f5;
  background:
    radial-gradient(circle at 22% 22%, rgba(16, 115, 136, .22), transparent 28%),
    linear-gradient(145deg, #0a303b 0%, #061f28 55%, #04171e 100%);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid #ff9a6b; outline-offset: 3px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 16px; background: #fff; color: var(--teal); border-radius: 4px; }
.skip-link:focus { top: 12px; }

.reader-bar {
  height: 70px; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid rgba(4,47,59,.14); background: rgba(248, 250, 249, .96); color: var(--teal);
  backdrop-filter: blur(18px); position: relative; z-index: 40;
}
.reader-brand { display: flex; gap: 10px; align-items: center; min-width: 0; }
.reader-brand__mark { width: 5px; height: 31px; background: var(--orange); display: inline-block; }
.reader-brand strong, .reader-brand small { display: block; line-height: 1; letter-spacing: .08em; }
.reader-brand strong { font-size: 13px; }
.reader-brand small { font-size: 10px; color: #91a8ae; margin-top: 5px; }
.reader-title { text-align: center; }
.reader-title span, .reader-title small { display: block; }
.reader-title span { font-weight: 700; font-size: 13px; letter-spacing: .13em; }
.reader-title small { color: #637b82; font-size: 10px; margin-top: 5px; letter-spacing: .08em; }
.reader-actions { display: flex; justify-content: flex-end; gap: 6px; }
.icon-button, .nav-button, .close-button {
  border: 0; color: #eaf4f4; background: transparent; cursor: pointer;
}
.reader-bar .icon-button { color: var(--teal); }
.reader-bar .icon-button:hover { background: rgba(7,82,104,.08); }
.icon-button { height: 44px; padding: 0 10px; border-radius: 6px; display: flex; align-items: center; gap: 8px; font-size: 12px; }
.icon-button:hover { background: rgba(255,255,255,.08); }
.icon-button svg, .nav-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.reader-shell { height: calc(100dvh - 70px); position: relative; display: grid; grid-template-rows: minmax(0, 1fr) 76px; isolation: isolate; }
.reader-glow { position: fixed; width: 26vw; aspect-ratio: 1; border-radius: 50%; filter: blur(85px); opacity: .18; pointer-events: none; }
.reader-glow--one { background: #1595ac; left: 3vw; top: 25vh; }
.reader-glow--two { background: #f2773d; right: 8vw; bottom: 5vh; opacity: .08; }
.page-stage {
  position: relative; align-self: center; justify-self: center; height: min(82dvh, 940px); max-height: calc(100dvh - 158px);
  aspect-ratio: 210 / 297; perspective: 2200px; transform-style: preserve-3d;
}
.page-stage::after { content: ""; position: absolute; left: 8%; right: 8%; bottom: -18px; height: 28px; background: rgba(0,0,0,.62); filter: blur(18px); z-index: -1; }
.page {
  position: absolute; inset: 0; background: var(--paper); color: var(--ink); overflow: auto; opacity: 0; visibility: hidden;
  transform: translateX(28px) rotateY(-7deg) scale(.985); transform-origin: left center; border-radius: var(--page-radius);
  box-shadow: var(--shadow); transition: opacity .18s ease, transform .18s ease; container-type: inline-size;
  scrollbar-width: thin; scrollbar-color: rgba(8,82,104,.35) transparent;
}
.page::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 9px; background: linear-gradient(90deg, rgba(0,0,0,.12), transparent); pointer-events: none; }
.page.is-active { opacity: 1; visibility: visible; transform: none; z-index: 5; }
.page.is-leaving-next { visibility: visible; opacity: 0; transform: rotateY(-28deg) translateX(-4%); z-index: 6; transition: opacity .34s ease, transform .44s cubic-bezier(.2,.7,.2,1); }
.page.is-leaving-prev { visibility: visible; opacity: 0; transform: rotateY(24deg) translateX(4%); transform-origin: right center; z-index: 6; transition: opacity .34s ease, transform .44s cubic-bezier(.2,.7,.2,1); }
.page.is-entering-next { animation: enterNext .44s cubic-bezier(.2,.7,.2,1); }
.page.is-entering-prev { animation: enterPrev .44s cubic-bezier(.2,.7,.2,1); }
@keyframes enterNext { from { opacity: 0; transform: rotateY(18deg) translateX(4%); transform-origin: right center; } to { opacity: 1; transform: none; } }
@keyframes enterPrev { from { opacity: 0; transform: rotateY(-18deg) translateX(-4%); } to { opacity: 1; transform: none; } }

.page-inner { min-height: 100%; padding: 6.8cqw 7.3cqw 4.5cqw; display: flex; flex-direction: column; background: var(--paper); }
.page-inner--tight { padding-top: 5.6cqw; }
.page-inner--projects { padding-top: 5.4cqw; }
.mag-head { display: flex; justify-content: space-between; padding-bottom: 2.2cqw; border-bottom: 1px solid var(--line); font-size: max(12px, 1.65cqw); font-weight: 700; letter-spacing: .12em; color: var(--teal); }
.mag-head--light { color: #fff; border-color: rgba(255,255,255,.38); }
.section-marker { margin-top: 4.5cqw; color: var(--orange); font-size: max(12px, 1.65cqw); letter-spacing: .15em; font-weight: 700; }
.section-marker--light { color: #ff9b6d; }
.display-title { margin: 1.5cqw 0 2.5cqw; font-size: clamp(39px, 8.6cqw, 70px); line-height: .94; letter-spacing: -.055em; color: var(--teal); }
.page-title { margin: 4.2cqw 0 3.6cqw; font-size: clamp(31px, 6.5cqw, 52px); line-height: .98; letter-spacing: -.04em; color: var(--teal); }
.page-title em { color: var(--orange); font-style: normal; font-weight: 400; }
.lead { margin: -1cqw 0 3.4cqw; font-size: max(16px, 2.05cqw); line-height: 1.45; color: #334f57; }
.folio { margin-top: auto; padding-top: 2.5cqw; display: flex; justify-content: space-between; color: var(--muted); font-size: max(12px, 1.45cqw); letter-spacing: .07em; }
.folio--light { color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.2); }

/* Cover */
.page--cover { background: var(--paper); color: var(--ink); overflow: hidden; }
.cover-image, .cover-wash, .cover-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.cover-image { left: auto; width: 62%; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.cover-wash { background: linear-gradient(180deg, rgba(4,28,36,.12) 0%, rgba(4,35,44,.38) 44%, rgba(3,33,42,.95) 90%); }
.cover-grid { opacity: .17; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 10cqw 10cqw; mask-image: linear-gradient(to bottom, transparent 0%, #000 48%, #000 100%); }
.cover-content { position: relative; min-height: 100%; padding: 5.6cqw 6.2cqw; display: flex; flex-direction: column; }
.cover-topline { display: flex; align-items: center; justify-content: space-between; font-size: max(12px, 1.5cqw); letter-spacing: .12em; }
.cover-wordmark { display: flex; align-items: baseline; gap: 8px; font-size: max(14px, 2.2cqw); }
.cover-wordmark strong { color: var(--orange); }
.cover-wordmark span { font-weight: 700; }
.cover-spine { position: absolute; top: 18cqw; right: 3cqw; writing-mode: vertical-rl; font-size: max(12px, 1.5cqw); letter-spacing: .2em; padding-top: 3cqw; border-top: 4px solid var(--orange); }
.cover-heading { margin-top: auto; max-width: 86%; }
.cover-kicker { display: inline-block; margin-bottom: 2cqw; color: #ff9a6d; font-size: max(12px, 1.7cqw); font-weight: 700; letter-spacing: .2em; }
.cover-heading h1 { margin: 0; font-size: clamp(54px, 12cqw, 96px); line-height: .82; letter-spacing: -.065em; color: #fff; }
.cover-heading h1 em { color: var(--orange); font-style: normal; }
.cover-heading p { max-width: 80%; margin: 3.6cqw 0 4cqw; color: #dbe9ea; font-size: max(17px, 2.6cqw); line-height: 1.3; }
.cover-index { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.4); padding-top: 2.4cqw; font-size: max(12px, 1.4cqw); font-weight: 700; letter-spacing: .08em; }

/* Editorial */
.page--editorial blockquote { margin: 1.2cqw 0 4cqw; padding: 3.1cqw 0 3.1cqw 3.2cqw; border-left: 5px solid var(--orange); background: linear-gradient(90deg, var(--mist), rgba(232,241,242,.12)); color: var(--teal); font-size: max(19px, 3.2cqw); line-height: 1.22; font-weight: 700; }
.editorial-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 4cqw; }
.editorial-columns p { margin: 0; font-size: max(16px, 2cqw); line-height: 1.48; }
.pillar-rail { margin-top: 5cqw; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.pillar-rail div { display: grid; grid-template-columns: 5cqw 1fr; gap: 0 1.5cqw; padding: 2.5cqw 2cqw 2.5cqw 0; border-bottom: 1px solid var(--line); }
.pillar-rail div:nth-child(odd) { border-right: 1px solid var(--line); }
.pillar-rail b { grid-row: 1 / 3; color: var(--orange); font-size: max(18px, 3cqw); }
.pillar-rail span { font-size: max(13px, 1.7cqw); font-weight: 700; letter-spacing: .08em; }
.pillar-rail small { font-size: max(13px, 1.7cqw); color: var(--muted); margin-top: .6cqw; }

/* Value */
.value-collage { height: 33cqw; display: grid; grid-template-columns: 1.28fr .72fr; gap: 2.6cqw; }
.value-collage figure { margin: 0; position: relative; overflow: hidden; background: #dce7e8; }
.value-collage img { width: 100%; height: 100%; object-fit: cover; }
.value-collage figcaption { position: absolute; left: 0; bottom: 0; padding: 1.2cqw 1.7cqw; background: var(--teal); color: #fff; font-size: max(12px, 1.45cqw); letter-spacing: .08em; }
.value-list { margin-top: 3cqw; display: grid; grid-template-columns: 1fr 1fr; gap: 0 3.2cqw; }
.value-list > div { display: grid; grid-template-columns: 4.3cqw 1fr; padding: 2.15cqw 0; border-bottom: 1px solid var(--line); }
.value-list span { grid-row: 1 / 3; color: var(--orange); font-weight: 700; font-size: max(15px, 2.3cqw); }
.value-list h3 { margin: 0; color: var(--teal); font-size: max(16px, 2.15cqw); }
.value-list p { margin: .6cqw 0 0; font-size: max(14px, 1.75cqw); line-height: 1.35; color: #445e65; }
.closing-line { margin: 3cqw 0 0; padding: 2.2cqw; background: var(--mist); font-size: max(14px, 1.8cqw); line-height: 1.4; }

/* CDE */
.diagram-spread { display: grid; grid-template-columns: .86fr 1.14fr; gap: 3cqw; height: 30cqw; }
.diagram-spread figure { margin: 0; display: flex; flex-direction: column; justify-content: center; border-top: 3px solid var(--teal); padding-top: 1.6cqw; }
.diagram-spread img { width: 100%; height: 23cqw; object-fit: contain; }
.diagram-spread figcaption { color: var(--teal); font-size: max(12px, 1.45cqw); font-weight: 700; letter-spacing: .08em; }
.state-flow { margin-top: 3.5cqw; display: grid; grid-template-columns: repeat(4,1fr); background: var(--teal); color: #fff; }
.state-flow div { padding: 2cqw 1.6cqw; border-right: 1px solid rgba(255,255,255,.24); }
.state-flow div:nth-child(even) { background: var(--teal-2); }
.state-flow b, .state-flow span, .state-flow small { display: block; }
.state-flow b { color: #ffab86; font-size: max(16px, 2.4cqw); }
.state-flow span { margin: .8cqw 0; font-size: max(12px, 1.38cqw); font-weight: 700; letter-spacing: .04em; }
.state-flow small { font-size: max(12px, 1.38cqw); line-height: 1.3; }
.cde-notes { margin-top: 3cqw; display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5cqw; }
.cde-notes p { margin: 0; padding-top: 2cqw; border-top: 2px solid var(--orange); font-size: max(13px, 1.6cqw); line-height: 1.35; }
.cde-notes strong { display: block; color: var(--teal); margin-bottom: .8cqw; font-size: max(13px, 1.55cqw); text-transform: uppercase; }

/* People */
.people-hero { margin: 0; height: 39cqw; position: relative; overflow: hidden; }
.people-hero img { width: 100%; height: 100%; object-fit: cover; }
.people-hero figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.3cqw 1.8cqw; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: max(12px,1.45cqw); letter-spacing: .08em; }
.training-intro { display: grid; grid-template-columns: 13cqw 1fr; align-items: center; gap: 3cqw; padding: 2.8cqw 0; }
.training-intro span { color: var(--orange); font-size: clamp(34px, 6cqw, 48px); font-weight: 700; }
.training-intro p { margin: 0; font-size: max(14px, 1.78cqw); line-height: 1.4; }
.module-strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--mist); }
.module-strip div { padding: 2.1cqw; border-right: 1px solid var(--line); }
.module-strip b, .module-strip span, .module-strip small { display: block; }
.module-strip b { color: var(--orange); font-size: max(19px, 3cqw); }
.module-strip span { color: var(--teal); font-size: max(12px, 1.5cqw); font-weight: 700; margin: .6cqw 0; }
.module-strip small { font-size: max(12px, 1.45cqw); line-height: 1.25; }
.institution-rail { display: flex; justify-content: space-between; gap: 1cqw; margin-top: 3cqw; padding: 2cqw 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--teal); font-size: max(12px, 1.4cqw); font-weight: 700; }

/* Reality */
.page--reality { background: #042c37; color: #fff; overflow: hidden; }
.reality-image, .reality-overlay { position: absolute; inset: 0; }
.reality-image img { width: 100%; height: 100%; object-fit: cover; }
.reality-overlay { background: linear-gradient(180deg, rgba(1,21,27,.18) 0%, rgba(2,34,43,.12) 40%, rgba(2,35,44,.95) 71%, #032d38 100%); }
.reality-content { position: relative; min-height: 100%; padding: 5.6cqw 7cqw 4.5cqw; display: flex; flex-direction: column; }
.reality-heading { margin-top: auto; max-width: 92%; }
.reality-heading h2 { margin: 1.4cqw 0 2cqw; font-size: clamp(50px, 11cqw, 88px); line-height: .87; letter-spacing: -.06em; }
.reality-heading p { max-width: 80%; margin: 0 0 4cqw; font-size: max(16px, 2.15cqw); line-height: 1.4; color: #e1eced; }
.reality-methods { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.32); }
.reality-methods div { padding: 2.2cqw 1.7cqw 2.4cqw 0; }
.reality-methods b, .reality-methods span, .reality-methods small { display: block; }
.reality-methods b { color: var(--orange); font-size: max(20px, 3.2cqw); }
.reality-methods span { font-size: max(12px, 1.38cqw); font-weight: 700; margin: .6cqw 0; }
.reality-methods small { font-size: max(12px, 1.35cqw); line-height: 1.3; color: #cfdddf; }

/* Portfolio opener */
.page--portfolio { background: var(--teal-dark); color: #fff; overflow: hidden; }
.portfolio-mosaic { position: absolute; inset: 0; opacity: .46; }
.portfolio-mosaic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,47,59,.98) 0%, rgba(3,47,59,.9) 46%, rgba(3,47,59,.28) 100%), linear-gradient(0deg, #032f3b 0%, transparent 48%); }
.portfolio-mosaic img { position: absolute; right: -12%; width: 68%; height: 36%; object-fit: cover; transform: rotate(-3deg); box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.portfolio-mosaic img:nth-child(1) { top: 5%; }
.portfolio-mosaic img:nth-child(2) { top: 34%; right: -3%; transform: rotate(3deg); }
.portfolio-mosaic img:nth-child(3) { top: 65%; right: -14%; transform: rotate(-2deg); }
.portfolio-content { position: relative; min-height: 100%; padding: 5.6cqw 7cqw 4.5cqw; display: flex; flex-direction: column; }
.portfolio-title { margin-top: 9cqw; width: 74%; }
.portfolio-title > span { color: var(--orange); font-weight: 700; letter-spacing: .12em; }
.portfolio-title h2 { margin: 1.5cqw 0 2.2cqw; font-size: clamp(47px, 10cqw, 80px); line-height: .86; letter-spacing: -.06em; }
.portfolio-title p { margin: 0; max-width: 75%; font-size: max(16px, 2.05cqw); line-height: 1.38; color: #d7e4e6; }
.portfolio-index { list-style: none; margin: 5cqw 0 0; padding: 0; width: 76%; display: grid; grid-template-columns: 1fr 1fr; gap: 0 4cqw; }
.portfolio-index li { display: grid; grid-template-columns: 3.8cqw 1fr; align-items: start; gap: 1cqw; padding: 1.25cqw 0; border-top: 1px solid rgba(255,255,255,.24); font-size: max(12px, 1.5cqw); line-height: 1.25; }
.portfolio-index b { color: var(--orange); }

/* Projects */
.project-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 4cqw; }
.project-story { position: relative; padding-right: 2cqw; }
.project-story + .project-story { padding: 0 0 0 3cqw; border-left: 1px solid var(--line); }
.project-story figure { margin: 0 0 2.4cqw; height: 34cqw; position: relative; overflow: hidden; }
.project-story figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-story:hover figure img { transform: scale(1.025); }
.project-story figure span { position: absolute; right: 0; bottom: 0; width: 7.5cqw; height: 7.5cqw; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: max(17px, 2.8cqw); font-weight: 700; }
.project-client { color: var(--orange); font-size: max(12px, 1.45cqw); font-weight: 700; letter-spacing: .08em; }
.project-story h3 { margin: 1cqw 0 1.8cqw; color: var(--teal); font-size: max(20px, 3.15cqw); line-height: 1.03; letter-spacing: -.025em; }
.project-story p { margin: 0 0 2cqw; font-size: max(14px, 1.78cqw); line-height: 1.42; }
.project-story > small { color: var(--teal); font-size: max(12px, 1.35cqw); font-weight: 700; letter-spacing: .05em; }
.metro-visual { height: 25cqw; overflow: hidden; position: relative; }
.metro-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.metro-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,57,70,.72), transparent 70%); }
.metro-visual span { position: absolute; z-index: 1; left: 2.5cqw; bottom: 2cqw; color: #fff; font-size: max(12px,1.5cqw); font-weight: 700; letter-spacing: .12em; }
.metro-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 4cqw; margin-top: 3.5cqw; }
.metro-stories article { display: grid; grid-template-columns: 5cqw 1fr; gap: 1.6cqw; }
.metro-stories article > b { color: var(--orange); font-size: max(22px, 3.5cqw); }
.metro-stories span { color: var(--orange); font-size: max(12px, 1.35cqw); font-weight: 700; }
.metro-stories h3 { margin: .7cqw 0 1.4cqw; color: var(--teal); font-size: max(19px, 2.65cqw); line-height: 1.08; }
.metro-stories p { margin: 0 0 1.4cqw; font-size: max(14px, 1.72cqw); line-height: 1.4; }
.metro-stories small { color: var(--teal); font-size: max(12px, 1.3cqw); font-weight: 700; }

/* Final */
.bridge-ribbon { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4cqw; }
.bridge-ribbon figure { margin: 0; height: 27cqw; position: relative; overflow: hidden; }
.bridge-ribbon img { width: 100%; height: 100%; object-fit: cover; }
.bridge-ribbon figure span { position: absolute; left: 0; bottom: 0; padding: 1.2cqw 1.8cqw; background: var(--orange); color: #fff; font-weight: 700; }
.bridge-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 4cqw; margin-top: 2.6cqw; }
.bridge-copy article + article { padding-left: 3cqw; border-left: 1px solid var(--line); }
.bridge-copy span { color: var(--orange); font-size: max(12px,1.4cqw); font-weight: 700; }
.bridge-copy h3 { margin: .8cqw 0 1.4cqw; color: var(--teal); font-size: max(18px,2.45cqw); line-height: 1.08; }
.bridge-copy p { margin: 0; font-size: max(14px,1.65cqw); line-height: 1.4; }
.final-statement { margin-top: 3.5cqw; padding: 3cqw; background: var(--teal); color: #fff; display: grid; grid-template-columns: .35fr 1fr; gap: .5cqw 3cqw; }
.final-statement > span { grid-row: 1 / 3; color: #ffad88; font-size: max(12px,1.4cqw); font-weight: 700; letter-spacing: .1em; }
.final-statement h3 { margin: 0; font-size: max(21px,3.2cqw); line-height: 1.05; }
.final-statement p { margin: .8cqw 0 0; font-size: max(14px,1.65cqw); line-height: 1.35; color: #dce9ea; }
.final-reference { margin-top: 2.5cqw; color: var(--muted); font-size: max(12px,1.25cqw); }

.page-navigation {
  width: min(920px, calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: 116px 1fr 116px; align-items: center; gap: 24px; z-index: 25;
}
.nav-button { height: 48px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 6px; background: rgba(255,255,255,.06); font-size: 13px; }
.nav-button:hover:not(:disabled) { background: rgba(255,255,255,.12); }
.nav-button:disabled { opacity: .32; cursor: not-allowed; }
.page-progress__meta { display: flex; justify-content: space-between; color: #c9d7d9; font-size: 12px; letter-spacing: .06em; }
.page-progress__meta b { color: #fff; font-size: 15px; }
.page-progress__track { height: 2px; margin-top: 10px; background: rgba(255,255,255,.16); overflow: hidden; }
.page-progress__track span { display: block; height: 100%; width: 9.09%; background: var(--orange); transition: width .35s ease; }

.overview {
  position: fixed; inset: 70px 0 0 auto; width: min(450px, 100%); padding: 28px; background: rgba(5,31,40,.97); backdrop-filter: blur(22px);
  border-left: 1px solid rgba(255,255,255,.12); z-index: 50; transform: translateX(102%); transition: transform .32s ease; overflow: auto;
}
.overview.is-open { transform: none; }
.overview__header { display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 22px; }
.eyebrow { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.overview h2 { margin: 8px 0 0; font-size: 27px; }
.close-button { width: 42px; height: 42px; font-size: 31px; border-radius: 4px; }
.close-button:hover { background: rgba(255,255,255,.08); }
.overview__grid { display: grid; gap: 8px; margin-top: 20px; }
.overview-item { width: 100%; padding: 14px 12px; border: 0; border-left: 3px solid transparent; color: #dce9eb; background: rgba(255,255,255,.045); text-align: left; display: grid; grid-template-columns: 38px 1fr; gap: 10px; cursor: pointer; }
.overview-item:hover, .overview-item.is-current { background: rgba(255,255,255,.09); border-left-color: var(--orange); }
.overview-item b { color: var(--orange); }
.overview-item span { line-height: 1.25; }
.toast { position: fixed; left: 50%; bottom: 90px; transform: translate(-50%, 18px); padding: 12px 16px; color: #062f3b; background: #fff; border-radius: 4px; box-shadow: 0 12px 40px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transition: .25s ease; z-index: 80; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

/* Edição horizontal 16:9 */
.reader-brand { height: 54px; }
.reader-logo { width: 128px; height: 52px; object-fit: contain; }
.page-stage {
  width: min(94vw, calc((100dvh - 164px) * 1.7778), 1600px);
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9;
}
.page-inner { padding: 2.7cqw 4.2cqw 1.8cqw; }
.page-inner--tight, .page-inner--projects { padding-top: 2.4cqw; }
.mag-head { padding-bottom: .85cqw; font-size: max(12px, .78cqw); }
.section-marker { margin-top: 1.6cqw; font-size: max(12px, .78cqw); }
.display-title { margin: .7cqw 0 1.25cqw; font-size: clamp(42px, 4.7cqw, 76px); }
.page-title { margin: 1.45cqw 0 1.55cqw; font-size: clamp(35px, 3.65cqw, 59px); }
.lead { margin: -.3cqw 0 1.35cqw; font-size: max(16px, 1.02cqw); line-height: 1.4; }
.folio { padding-top: .9cqw; font-size: max(12px, .68cqw); }

/* Capa horizontal */
.cover-wash { background: linear-gradient(90deg, #f8faf9 0%, #f8faf9 36%, rgba(248,250,249,.96) 45%, rgba(248,250,249,.16) 72%), linear-gradient(0deg, rgba(3,47,59,.58), transparent 42%); }
.cover-grid { opacity: .12; background-image: linear-gradient(rgba(7,82,104,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(7,82,104,.25) 1px, transparent 1px); background-size: 6cqw 6cqw; mask-image: linear-gradient(90deg, #000 0%, #000 46%, transparent 72%); }
.cover-content { padding: 3.1cqw 4.1cqw 2.8cqw; }
.cover-topline { font-size: max(12px, .72cqw); }
.cover-logo-panel { width: 17cqw; min-width: 210px; }
.cover-logo-panel img { display: block; width: 100%; height: auto; }
.cover-logo-panel img { filter: none; }
.cover-spine { top: 3.2cqw; right: 4.1cqw; writing-mode: horizontal-tb; padding: .35cqw 0 .35cqw 1.1cqw; border-top: 0; border-left: 4px solid var(--orange); font-size: max(12px, .72cqw); }
.cover-heading { max-width: 58%; }
.cover-kicker { margin-bottom: 1.1cqw; font-size: max(12px, .82cqw); }
.cover-heading h1 { font-size: clamp(62px, 7.4cqw, 118px); line-height: .82; color: var(--teal); }
.cover-heading p { max-width: 78%; margin: 1.6cqw 0 1.9cqw; color: #36545c; font-size: max(17px, 1.35cqw); }
.cover-index { width: 71%; padding-top: 1.15cqw; border-color: rgba(7,82,104,.32); color: var(--teal); font-size: max(12px, .72cqw); }

/* Editorial */
.page--editorial blockquote { margin: .65cqw 0 1.45cqw; padding: 1.25cqw 1.6cqw; border-left-width: 5px; font-size: max(19px, 1.65cqw); }
.editorial-columns { gap: 3cqw; }
.editorial-columns p { font-size: max(16px, .98cqw); line-height: 1.42; }
.pillar-rail { margin-top: 1.8cqw; grid-template-columns: repeat(4, 1fr); }
.pillar-rail div { grid-template-columns: 2.5cqw 1fr; padding: 1.3cqw 1.2cqw; border-right: 1px solid var(--line); }
.pillar-rail div:last-child { border-right: 0; }
.pillar-rail b { font-size: max(18px, 1.6cqw); }
.pillar-rail span { font-size: max(13px, .82cqw); }
.pillar-rail small { font-size: max(13px, .78cqw); margin-top: .3cqw; }

/* Valor */
.value-collage { height: 18cqw; gap: 1.6cqw; }
.value-collage figcaption { padding: .65cqw 1cqw; font-size: max(12px, .72cqw); }
.value-list { margin-top: 1.5cqw; grid-template-columns: repeat(4, 1fr); gap: 0 1.6cqw; }
.value-list > div { grid-template-columns: 2.5cqw 1fr; padding: 1.05cqw 0; }
.value-list span { font-size: max(15px, 1.25cqw); }
.value-list h3 { font-size: max(16px, 1.08cqw); }
.value-list p { margin-top: .35cqw; font-size: max(14px, .84cqw); }
.closing-line { margin-top: 1.35cqw; padding: 1.1cqw 1.4cqw; font-size: max(14px, .88cqw); }

/* CDE */
.diagram-spread { height: 14cqw; gap: 2.1cqw; }
.diagram-spread figure { padding-top: .8cqw; }
.diagram-spread img { height: 10.8cqw; }
.diagram-spread figcaption { font-size: max(12px, .7cqw); }
.state-flow { margin-top: 1.4cqw; }
.state-flow div { padding: .95cqw 1cqw; }
.state-flow b { font-size: max(16px, 1.2cqw); }
.state-flow span { margin: .35cqw 0; font-size: max(12px, .69cqw); }
.state-flow small { font-size: max(12px, .7cqw); }
.cde-notes { margin-top: 1.3cqw; gap: 1.7cqw; }
.cde-notes p { padding-top: .8cqw; font-size: max(13px, .78cqw); }
.cde-notes strong { margin-bottom: .35cqw; font-size: max(13px, .75cqw); }

/* Pessoas */
.people-hero { height: 20.5cqw; }
.people-hero figcaption { padding: .75cqw 1cqw; font-size: max(12px,.7cqw); }
.training-intro { grid-template-columns: 8cqw 1fr; gap: 1.8cqw; padding: 1.15cqw 0; }
.training-intro span { font-size: clamp(34px, 3.3cqw, 54px); }
.training-intro p { font-size: max(14px, .87cqw); }
.module-strip div { padding: 1cqw 1.2cqw; }
.module-strip b { font-size: max(19px, 1.5cqw); }
.module-strip span { margin: .25cqw 0; font-size: max(12px, .75cqw); }
.module-strip small { font-size: max(12px, .7cqw); }
.institution-rail { margin-top: 1.1cqw; padding: .8cqw 0; font-size: max(12px, .7cqw); }

/* Captura de realidade */
.reality-overlay { background: linear-gradient(90deg, rgba(1,22,28,.92) 0%, rgba(2,34,43,.66) 47%, rgba(2,35,44,.08) 75%), linear-gradient(0deg, rgba(2,34,43,.96) 0%, transparent 45%); }
.reality-content { padding: 2.8cqw 4.2cqw 2.1cqw; }
.reality-heading { max-width: 53%; }
.reality-heading h2 { margin: .7cqw 0 1cqw; font-size: clamp(54px, 5.8cqw, 94px); }
.reality-heading p { max-width: 92%; margin-bottom: 1.8cqw; font-size: max(16px, 1.05cqw); }
.reality-methods div { padding: 1.05cqw 1.2cqw 1.1cqw 0; }
.reality-methods b { font-size: max(20px, 1.7cqw); }
.reality-methods span { margin: .28cqw 0; font-size: max(12px, .7cqw); }
.reality-methods small { font-size: max(12px, .68cqw); }

/* Abertura do portfólio */
.portfolio-mosaic::after { background: linear-gradient(90deg, rgba(3,47,59,.99) 0%, rgba(3,47,59,.92) 43%, rgba(3,47,59,.2) 72%), linear-gradient(0deg, #032f3b 0%, transparent 35%); }
.portfolio-mosaic img { right: -4%; width: 55%; height: 40%; }
.portfolio-mosaic img:nth-child(1) { top: -3%; }
.portfolio-mosaic img:nth-child(2) { top: 31%; right: 1%; }
.portfolio-mosaic img:nth-child(3) { top: 65%; right: -5%; }
.portfolio-content { padding: 2.8cqw 4.2cqw 2.1cqw; }
.portfolio-title { margin-top: 4.2cqw; width: 53%; }
.portfolio-title h2 { margin: .8cqw 0 1cqw; font-size: clamp(49px, 5.4cqw, 88px); }
.portfolio-title p { max-width: 88%; font-size: max(16px, 1cqw); }
.portfolio-index { margin-top: 2.1cqw; width: 58%; gap: 0 2cqw; }
.portfolio-index li { grid-template-columns: 2.3cqw 1fr; gap: .6cqw; padding: .55cqw 0; font-size: max(12px, .72cqw); }

/* Projetos */
.project-duo { gap: 2.4cqw; }
.project-story { padding-right: 1.2cqw; }
.project-story + .project-story { padding-left: 2.4cqw; }
.project-story figure { margin-bottom: 1.2cqw; height: 15.2cqw; }
.project-story figure span { width: 4.2cqw; height: 4.2cqw; font-size: max(17px, 1.45cqw); }
.project-client { font-size: max(12px, .72cqw); }
.project-story h3 { margin: .5cqw 0 .8cqw; font-size: max(20px, 1.75cqw); }
.project-story p { margin-bottom: .9cqw; font-size: max(14px, .9cqw); line-height: 1.38; }
.project-story > small { font-size: max(12px, .68cqw); }
.metro-visual { height: 13.5cqw; }
.metro-visual span { left: 1.5cqw; bottom: 1.1cqw; font-size: max(12px,.72cqw); }
.metro-stories { gap: 2.6cqw; margin-top: 1.6cqw; }
.metro-stories article { grid-template-columns: 3.2cqw 1fr; gap: 1cqw; }
.metro-stories article > b { font-size: max(22px, 1.9cqw); }
.metro-stories span { font-size: max(12px, .68cqw); }
.metro-stories h3 { margin: .35cqw 0 .7cqw; font-size: max(19px, 1.45cqw); }
.metro-stories p { margin-bottom: .7cqw; font-size: max(14px, .86cqw); }
.metro-stories small { font-size: max(12px, .66cqw); }

/* Encerramento */
.bridge-ribbon { gap: 1.5cqw; }
.bridge-ribbon figure { height: 13.5cqw; }
.bridge-ribbon figure span { padding: .65cqw 1cqw; }
.bridge-copy { gap: 2.6cqw; margin-top: 1.25cqw; }
.bridge-copy article + article { padding-left: 2cqw; }
.bridge-copy span { font-size: max(12px,.7cqw); }
.bridge-copy h3 { margin: .35cqw 0 .65cqw; font-size: max(18px,1.35cqw); }
.bridge-copy p { font-size: max(14px,.83cqw); }
.final-statement { margin-top: 1.35cqw; padding: 1.2cqw 1.5cqw; grid-template-columns: 10cqw 1fr; gap: .2cqw 1.6cqw; align-items: center; }
.final-logo { grid-row: 1 / 3; width: 100%; }
.final-statement h3 { font-size: max(21px,1.7cqw); }
.final-statement p { margin-top: .35cqw; font-size: max(14px,.82cqw); }
.final-reference { margin-top: 1cqw; font-size: max(12px,.64cqw); }

/* Páginas ampliadas e legendas editoriais */
.large-image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5cqw; height: 25.2cqw; }
.large-image-pair figure, .image-led-figure, .training-screen, .wide-figure, .aero-layout figure, .cert-layout figure, .institution-gallery figure, .cde-assets figure, .diagram-feature figure, .project-hero { margin: 0; display: flex; flex-direction: column; min-width: 0; }
.large-image-pair img, .image-led-figure img, .wide-figure img, .cert-layout img, .institution-gallery img, .project-hero img { width: 100%; min-height: 0; flex: 1; object-fit: cover; }
.large-image-pair figcaption, .image-led-figure figcaption, .training-screen figcaption, .wide-figure figcaption, .aero-layout figcaption, .cert-layout figcaption, .institution-gallery figcaption, .cde-assets figcaption, .diagram-feature figcaption, .project-hero figcaption {
  min-height: 2.25cqw; padding: .55cqw .7cqw; color: #51676d; background: #edf3f3; border-top: 2px solid var(--orange); font-size: max(12px, .69cqw); line-height: 1.25;
}
.large-image-pair figcaption { min-height: 3.35cqw; }
.large-image-pair figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; }
.large-image-pair img { display: block; height: 100%; min-height: 0; }
.feature-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4cqw; align-items: start; margin-top: 1.1cqw; }
.feature-copy article { min-width: 0; padding-top: .75cqw; border-top: 1px solid var(--line); }
.feature-copy strong { display: block; margin-bottom: .35cqw; color: var(--teal); font-size: max(15px, .92cqw); }
.feature-copy p { margin: 0; font-size: max(14px, .82cqw); line-height: 1.4; }
.image-led-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 3cqw; min-height: 42cqw; }
.image-led-copy { padding-top: 1.5cqw; }
.image-led-copy > p { max-width: 92%; font-size: max(16px, 1.02cqw); line-height: 1.5; }
.image-led-figure { height: 42cqw; }
.numbered-points { margin-top: 2cqw; display: grid; grid-template-columns: 1fr 1fr; gap: .9cqw 1.5cqw; }
.numbered-points p { margin: 0; padding-top: .75cqw; border-top: 1px solid var(--line); font-size: max(14px, .84cqw); line-height: 1.3; }
.numbered-points b { margin-right: .55cqw; color: var(--orange); }
.training-layout { display: grid; grid-template-columns: 1.14fr .86fr; gap: 3.3cqw; min-height: 44cqw; padding-top: 1.5cqw; }
.training-screen { height: 43cqw; }
.training-screen img { width: 100%; flex: 1; min-height: 0; object-fit: contain; background: #eef3f3; }
.training-copy { padding-top: .5cqw; }
.training-copy > p { font-size: max(16px, .98cqw); line-height: 1.48; }
.training-copy h3 { margin: 2cqw 0 .5cqw; color: var(--teal); font-size: max(22px, 1.5cqw); }
.module-feature { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8cqw; margin-bottom: 1.6cqw; }
.module-feature > div { padding: 1.5cqw; background: var(--mist); border-top: 5px solid var(--teal); }
.module-feature b { display: block; color: var(--orange); font-size: max(28px, 2.4cqw); }
.module-feature h3 { margin: .35cqw 0 .55cqw; color: var(--teal); font-size: max(20px, 1.35cqw); }
.module-feature p { margin: 0; font-size: max(14px, .86cqw); line-height: 1.4; }
.wide-figure { height: 21cqw; }
.light-caption { display: inline-block; max-width: 90%; margin: -.7cqw 0 1.5cqw; color: rgba(255,255,255,.78); font-size: max(12px,.7cqw); line-height: 1.3; }
.aero-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 2.2cqw; min-height: 37cqw; }
.aero-main { height: 37cqw; }
.aero-main img { width: 100%; flex: 1; min-height: 0; object-fit: contain; background: #eef3f3; }
.aero-side { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4cqw; }
.aero-side figure { grid-column: 1 / 3; height: 24cqw; }
.aero-side figure img { width: 100%; flex: 1; min-height: 0; object-fit: cover; }
.aero-side > p { margin: 0; font-size: max(14px, .82cqw); line-height: 1.4; }
.aero-side > p strong { display: block; margin-bottom: .35cqw; color: var(--teal); font-size: max(15px, .9cqw); }
.cert-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3.2cqw; min-height: 45cqw; padding-top: 1.5cqw; }
.cert-layout figure { height: 43cqw; }
.cert-layout > div { padding-top: 1cqw; }
.cert-layout > div > p { font-size: max(16px, 1cqw); line-height: 1.5; }
.cert-layout blockquote { margin: 2.2cqw 0 0; padding: 1.4cqw 1.6cqw; border-left: 5px solid var(--orange); background: var(--mist); color: var(--teal); font-size: max(18px, 1.25cqw); font-weight: 700; line-height: 1.35; }
.institution-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 1.4cqw; height: 29cqw; }
.institution-gallery figure { display: grid; grid-template-rows: 22cqw 7cqw; height: 29cqw; overflow: hidden; }
.institution-gallery img { width: 100%; height: 100%; min-height: 0; flex: none; object-fit: cover; object-position: center; }
.institution-gallery figcaption { height: 7cqw; min-height: 0; }
.institution-labels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4cqw; margin-top: 1.2cqw; }
.institution-labels span { color: var(--teal); font-size: max(13px, .82cqw); font-weight: 700; letter-spacing: .07em; }
.cde-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3cqw; min-height: 34cqw; }
.cde-copy > p { margin: 0; font-size: max(16px, 1cqw); line-height: 1.5; }
.cde-library { margin-top: 1.15cqw; padding: 1.05cqw 1.2cqw 1.1cqw; border-left: 5px solid var(--orange); background: linear-gradient(115deg, var(--mist), rgba(232,241,242,.3)); }
.cde-library > span { color: var(--orange); font-size: max(12px,.68cqw); font-weight: 700; letter-spacing: .1em; }
.cde-library h3 { margin: .35cqw 0 .45cqw; color: var(--teal); font-size: max(17px,1.1cqw); line-height: 1.12; }
.cde-library p { margin: 0; font-size: max(13px,.78cqw); line-height: 1.35; }
.cde-library ul { display: grid; grid-template-columns: repeat(4,auto); gap: .65cqw; margin: .8cqw 0 0; padding: 0; list-style: none; }
.cde-library li { padding-top: .45cqw; border-top: 1px solid var(--line); color: var(--teal); font-size: max(12px,.67cqw); font-weight: 700; }
.cde-assets { display: grid; grid-template-rows: 1fr 1fr; gap: 1.3cqw; }
.cde-assets figure { display: grid; grid-template-columns: 1fr .72fr; grid-template-rows: 1fr; height: 16.5cqw; background: #eef3f3; }
.cde-assets img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.cde-assets figcaption { display: flex; align-items: center; border-top: 0; border-left: 3px solid var(--orange); padding: 1.1cqw; }
.diagram-feature { display: grid; grid-template-columns: .84fr 1.16fr; gap: 2.2cqw; height: 27cqw; }
.diagram-feature figure { height: 27cqw; }
.diagram-feature img { width: 100%; flex: 1; min-height: 0; object-fit: contain; background: #fff; }

/* Uma imagem principal por empreendimento */
.project-feature { padding-top: 2.2cqw; }
.project-hero { height: 32cqw; margin-top: 1.2cqw; }
.project-hero img { object-position: center; }
.project-hero--mono img { filter: grayscale(1) contrast(1.06); }
.project-feature-copy { display: grid; grid-template-columns: .95fr 1.05fr; gap: 3cqw; align-items: start; padding-top: 1.4cqw; }
.project-feature-copy--with-model { grid-template-columns: minmax(0, .9fr) minmax(0, .78fr) minmax(0, 1.22fr); gap: 1.25cqw; }
.project-feature-copy span { color: var(--orange); font-size: max(12px, .72cqw); font-weight: 700; letter-spacing: .08em; }
.project-feature-copy h2 { margin: .4cqw 0 0; color: var(--teal); font-size: max(28px, 2.3cqw); line-height: 1.02; letter-spacing: -.035em; }
.project-feature-copy--with-model h2 { font-size: max(25px, 1.85cqw); }
.project-feature-copy p { margin: 0; font-size: max(14px, .84cqw); line-height: 1.4; }
.project-inline-model { display: grid; grid-template-rows: minmax(0,1fr) auto; align-self: stretch; min-width: 0; height: 10.8cqw; margin: -.5cqw 0 0; overflow: visible; }
.project-inline-model img { width: 100%; height: 100%; min-height: 0; object-fit: contain; transform: scale(1.045); transform-origin: center bottom; filter: saturate(1.02) contrast(1.03) drop-shadow(0 .5cqw .48cqw rgba(3,47,59,.18)); }
.project-inline-model figcaption { padding: .35cqw .15cqw 0; border-top: 2px solid var(--orange); color: #51676d; background: transparent; font-size: max(11px,.62cqw); line-height: 1.18; }
.project-inline-model__duo { display: grid; grid-template-columns: 1fr 1fr; gap: .4cqw; min-height: 0; }
.project-inline-model__duo img { min-width: 0; }

/* Contracapa */
.page--back-cover { overflow: hidden; background: #f6f8f7; }
.back-cover-grid { position: absolute; inset: 0; background: #f6f8f7; }
.back-cover-content { position: relative; min-height: 100%; padding: 3.4cqw 4.2cqw 2.4cqw; display: flex; flex-direction: column; }
.back-cover-logo { width: 22cqw; height: auto; }
.back-cover-message { margin: auto 0; width: 48%; }
.back-cover-message > span { color: var(--orange); font-size: max(12px,.78cqw); font-weight: 700; letter-spacing: .14em; }
.back-cover-message h2 { margin: 1.1cqw 0 1.2cqw; color: var(--teal); font-size: clamp(42px, 4.25cqw, 70px); line-height: .98; letter-spacing: -.05em; }
.back-cover-message h2 em { color: var(--orange); font-style: normal; }
.back-cover-message p { margin: 0; color: var(--ink); font-size: max(16px, 1cqw); font-weight: 700; }
.back-cover-editorial { position: absolute; top: 3.4cqw; right: 4.2cqw; bottom: 4.7cqw; width: 35%; display: flex; flex-direction: column; justify-content: space-between; color: var(--teal); }
.back-cover-editorial > div > p { margin: .4cqw 0 0; color: var(--teal-2); font-size: max(12px,.72cqw); font-weight: 700; letter-spacing: .16em; }
.back-cover-edition { display: block; color: #dce8e9; font-size: clamp(94px, 11cqw, 176px); font-weight: 700; line-height: .82; letter-spacing: -.08em; }
.back-cover-editorial dl { margin: 0; }
.back-cover-editorial dl div { padding: 1cqw 0; border-top: 1px solid var(--line); }
.back-cover-editorial dt { color: var(--teal-2); font-size: max(12px,.68cqw); letter-spacing: .08em; text-transform: uppercase; }
.back-cover-editorial dd { margin: .35cqw 0 0; color: var(--teal); font-size: max(16px,1.05cqw); font-weight: 700; }
.back-cover-footer { display: flex; justify-content: space-between; color: #718187; font-size: max(12px,.7cqw); letter-spacing: .07em; }
.back-cover-footer span:last-child { color: var(--teal); }

@media (max-width: 820px) {
  body { overflow: hidden; }
  .reader-bar { height: 60px; padding: 0 14px; grid-template-columns: 1fr auto; }
  .reader-brand { height: 48px; }
  .reader-logo { width: 104px; height: 42px; }
  .reader-title { display: none; }
  .reader-actions { gap: 0; }
  .icon-button { width: 42px; padding: 0; justify-content: center; }
  .icon-button span { display: none; }
  .reader-shell { height: calc(100dvh - 60px); grid-template-rows: minmax(0,1fr) 68px; }
  .page-stage { width: calc(100vw - 16px); height: calc(100dvh - 140px); max-height: none; aspect-ratio: auto; }
  .page { border-radius: 2px; }
  .page-inner, .reality-content, .portfolio-content, .cover-content { padding: 24px 20px 18px; }
  .display-title { font-size: 46px; }
  .page-title { font-size: 38px; }
  .cover-logo-panel { width: 190px; min-width: 0; padding: 8px 10px; }
  .cover-spine { top: 26px; right: 20px; font-size: 12px; }
  .cover-heading { max-width: 82%; }
  .cover-heading h1 { font-size: clamp(62px, 16vw, 104px); }
  .cover-heading p { max-width: 90%; font-size: 18px; }
  .cover-index { width: 100%; }
  .value-collage, .people-hero { height: 230px; }
  .diagram-spread { height: auto; }
  .diagram-spread img { height: 150px; }
  .project-story figure { height: 210px; }
  .metro-visual { height: 210px; }
  .bridge-ribbon figure { height: 180px; }
  .reality-heading { max-width: 72%; }
  .portfolio-title { width: 70%; }
  .portfolio-index { width: 78%; }
  .large-image-pair { height: 350px; }
  .large-image-pair figcaption, .image-led-figure figcaption, .training-screen figcaption, .wide-figure figcaption, .aero-layout figcaption, .cert-layout figcaption, .institution-gallery figcaption, .cde-assets figcaption, .diagram-feature figcaption, .project-hero figcaption { min-height: 42px; padding: 8px 10px; }
  .image-led-layout, .training-layout, .cert-layout { min-height: 520px; }
  .image-led-figure, .training-screen, .cert-layout figure { height: 500px; }
  .wide-figure { height: 280px; }
  .aero-layout { min-height: 480px; }
  .aero-main { height: 480px; }
  .aero-side figure { height: 290px; }
  .institution-gallery, .institution-gallery figure { height: 310px; }
  .institution-gallery figure { grid-template-rows: 225px 85px; }
  .institution-gallery figcaption { height: 85px; }
  .cde-assets figure { height: 220px; }
  .diagram-feature, .diagram-feature figure { height: 330px; }
  .project-hero { height: 390px; }
  .project-inline-model { height: 152px; }
  .back-cover-logo { width: 300px; }
  .back-cover-message { width: 48%; }
  .page-navigation { width: calc(100% - 22px); grid-template-columns: 48px 1fr 48px; gap: 10px; }
  .nav-button { width: 48px; }
  .nav-button span { display: none; }
  .overview { inset: 60px 0 0 auto; }
}

@media (max-width: 520px) {
  .editorial-columns, .project-duo, .metro-stories, .bridge-copy, .value-list, .diagram-spread, .large-image-pair, .image-led-layout, .training-layout, .cert-layout, .aero-layout, .institution-gallery, .cde-layout, .diagram-feature, .project-feature-copy { grid-template-columns: 1fr; }
  .page { overflow-y: auto; }
  .page-inner { min-height: 100%; }
  .display-title { font-size: 40px; }
  .page-title { font-size: 34px; }
  .cover-logo-panel { width: 150px; }
  .cover-spine { display: none; }
  .cover-heading { max-width: 100%; }
  .cover-heading h1 { font-size: 58px; }
  .cover-index { grid-template-columns: 1fr 1fr; gap: 8px 12px; }
  .editorial-columns { gap: 12px; }
  .editorial-columns p { font-size: 16px; }
  .pillar-rail { grid-template-columns: 1fr 1fr; }
  .pillar-rail div:nth-child(2) { border-right: 0; }
  .project-story + .project-story, .bridge-copy article + article { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .project-story figure { height: 210px; }
  .page-inner--projects { min-height: auto; }
  .module-strip, .state-flow, .reality-methods { grid-template-columns: 1fr 1fr; }
  .institution-rail { flex-wrap: wrap; }
  .cover-heading p { max-width: 94%; }
  .portfolio-title, .portfolio-index { width: 90%; }
  .portfolio-index { grid-template-columns: 1fr; }
  .portfolio-mosaic img { width: 72%; opacity: .65; }
  .reality-heading { max-width: 100%; }
  .bridge-ribbon { grid-template-columns: 1fr; }
  .final-statement { grid-template-columns: 110px 1fr; }
  .large-image-pair, .image-led-layout, .training-layout, .cert-layout, .aero-layout, .institution-gallery, .cde-layout, .diagram-feature { height: auto; min-height: 0; }
  .large-image-pair figure, .image-led-figure, .training-screen, .cert-layout figure, .aero-main, .institution-gallery figure, .diagram-feature figure { height: 280px; }
  .institution-gallery figure { grid-template-rows: 190px 90px; }
  .institution-gallery figcaption { height: 90px; }
  .feature-copy { grid-template-columns: 1fr; }
  .numbered-points, .module-feature, .institution-labels { grid-template-columns: 1fr; }
  .wide-figure { height: 260px; }
  .aero-side { grid-template-columns: 1fr; }
  .aero-side figure { grid-column: auto; height: 260px; }
  .cde-assets figure { grid-template-columns: 1fr; grid-template-rows: 150px auto; height: auto; }
  .cde-assets figcaption { border-left: 0; border-top: 2px solid var(--orange); }
  .project-hero { height: 300px; }
  .project-feature-copy { gap: 18px; }
  .cde-library ul { grid-template-columns: 1fr 1fr; gap: 8px 14px; }
  .project-inline-model { height: 230px; }
  .back-cover-grid { background: #f6f8f7; }
  .back-cover-logo { width: 240px; }
  .back-cover-message { width: 100%; }
  .back-cover-message h2 { font-size: 42px; }
  .back-cover-editorial { position: relative; inset: auto; width: 100%; margin-top: 48px; padding: 28px 0 72px; color: var(--teal); }
  .back-cover-edition { font-size: 96px; }
}

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