:root {
  --ivory: #f5f4ee;
  --ivory-2: #e9e7de;
  --paper: #fbfaf6;
  --ink: #18181a;
  --muted: #62615d;
  --line: #d4d1c7;
  --accent: #0d9da4;
  --accent-dark: #08777d;
  --dark: #18181a;
  --shell: min(1240px, calc(100vw - 64px));
  --h2: clamp(2.3rem, 3.6vw, 3.55rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.zoom-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 200; padding: 10px 16px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 80; height: 78px; background: rgba(245,244,238,.94); border-bottom: 1px solid rgba(24,24,26,.14); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; height: 100%; }
.brand { display: flex; align-items: center; width: 122px; flex: 0 0 122px; }
.brand img { display: block; width: 100%; filter: invert(1); }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { position: relative; color: #4e4e4b; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { color: var(--ink); }
.main-nav a.active::after { content: ""; position: absolute; right: 0; bottom: -28px; left: 0; height: 3px; background: var(--accent); }
.language-switch { display: flex; align-items: center; gap: 5px; margin-left: 28px; padding-left: 22px; color: #8b8983; border-left: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.language-option { padding: 5px 2px; color: #8b8983; border: 0; background: none; cursor: pointer; }
.language-option.active { color: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { padding: 68px 0 82px; }
.hero-overline, .section-kicker { margin: 0; color: var(--accent-dark); font-size: .72rem; font-weight: 700; letter-spacing: .155em; text-transform: uppercase; }
.hero-overline { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.hero-stage { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 24px; align-items: stretch; padding-top: 38px; }
.hero-copy { grid-column: 1 / span 6; display: flex; flex-direction: column; min-width: 0; }
.slides { position: relative; flex: 1; min-height: 480px; }
.hero-slide { position: absolute; inset: 0; display: flex; flex-direction: column; opacity: 0; transform: translateY(12px); visibility: hidden; transition: opacity .45s ease, transform .45s ease; }
.hero-slide.active { position: relative; opacity: 1; transform: none; visibility: visible; }
.slide-number { margin: 0 0 28px; color: #7a7872; font-size: .75rem; font-weight: 600; letter-spacing: .1em; }
.hero h1 { max-width: 670px; margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(3.2rem, 5vw, 5.15rem); font-weight: 500; line-height: 1.01; letter-spacing: -.058em; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #4c4c49; font-family: Manrope, Inter, sans-serif; font-size: 1.08rem; line-height: 1.7; }
.text-link, .inline-link { display: inline-flex; align-items: center; align-self: flex-start; gap: 14px; margin-top: auto; padding: 22px 0 7px; border-bottom: 1px solid var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link i, .inline-link i { color: var(--accent-dark); font-style: normal; font-size: 1.1rem; }
.carousel-controls { display: grid; grid-template-columns: 44px 1fr 44px; gap: 12px; align-items: center; margin-top: 34px; }
.carousel-arrow { width: 44px; height: 44px; border: 1px solid var(--ink); background: transparent; cursor: pointer; transition: .2s ease; }
.carousel-arrow:hover { color: #fff; background: var(--ink); }
.progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.progress i { position: relative; height: 3px; overflow: hidden; background: #cecbc1; }
.progress i::after { content: ""; position: absolute; inset: 0; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.progress i.done::after { transform: scaleX(1); }
.progress i.active::after { animation: progress 7s linear forwards; }
.carousel.paused .progress i.active::after { animation-play-state: paused; }
@keyframes progress { to { transform: scaleX(1); } }

.hero-visual { position: relative; grid-column: 8 / span 5; min-width: 0; min-height: 570px; padding: 24px; overflow: hidden; text-align: left; border: 1px solid var(--line); background: var(--ivory-2); cursor: zoom-in; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 8%, rgba(13,157,164,.18), transparent 34%); pointer-events: none; }
.visual-heading, .visual-legend { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #595955; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual > svg { position: absolute; inset: 58px 10px 48px; width: calc(100% - 20px); height: calc(100% - 106px); }
.grid-lines path { fill: none; stroke: #d1cec4; stroke-width: 1; }
.area { fill: url(#area); }
.line-primary { fill: none; stroke: var(--accent); stroke-width: 3; }
.line-secondary { fill: none; stroke: var(--ink); stroke-width: 1.5; stroke-dasharray: 7 7; }
.points circle { fill: var(--ivory); stroke: var(--accent); stroke-width: 3; }
.labels text { fill: #73716b; font: 700 9px Inter, sans-serif; letter-spacing: .08em; }
.visual-legend { position: absolute; right: 24px; bottom: 21px; left: 24px; justify-content: flex-start; gap: 22px; font-size: .59rem; }
.visual-legend span { display: flex; align-items: center; gap: 7px; }
.visual-legend b { font-weight: 700; }
.visual-legend i { display: inline-block; width: 18px; height: 2px; }
.visual-legend .teal { background: var(--accent); }
.visual-legend .black { background: var(--ink); }
.zoom-hint { position: absolute; top: 49px; right: 22px; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--ink); font-size: .9rem; }

.section-space { padding: 112px 0; }
.section-head { display: grid; grid-template-columns: repeat(12,1fr); column-gap: 24px; align-items: start; }
.section-title { grid-column: 1 / span 5; }
.section-description { grid-column: 8 / span 5; padding-top: 0; }
.section-kicker { margin-bottom: 18px; }
.section-title h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: var(--h2); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.section-description p { margin: 0 0 18px; color: var(--muted); font-family: Manrope, Inter, sans-serif; font-size: 1rem; line-height: 1.72; }

.dark-section { padding: 96px 0; color: #fff; background: var(--dark); }
.dark-section .section-kicker { color: #69d1d5; }
.dark-section .section-description p { color: #c7c6c0; }

.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 54px 0 30px; }
.filter { min-height: 42px; padding: 9px 15px; border: 1px solid #bbb8ae; background: transparent; font-size: .78rem; cursor: pointer; transition: .2s ease; }
.filter:hover, .filter.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.research-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.research-card { position: relative; min-width: 0; border: 1px solid var(--line); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.research-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(24,24,26,.09); }
.research-card.featured { grid-column: 1 / -1; }
.card-main { display: grid; height: 100%; }
.featured .card-main { grid-template-columns: 1.08fr .92fr; }
.card-chart { position: relative; min-height: 215px; overflow: hidden; background: var(--ivory-2); }
.featured .card-chart { min-height: 350px; }
.chart-label { position: absolute; top: 19px; left: 21px; z-index: 2; font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
.chart-featured svg { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 75%; }
.mini-grid path { fill: none; stroke: rgba(24,24,26,.12); stroke-width: 1; }
.mini-area { fill: rgba(13,157,164,.2); }
.mini-line { fill: none; stroke: var(--accent); stroke-width: 3; }
.card-content { display: flex; flex-direction: column; min-height: 322px; padding: 27px 29px; }
.featured .card-content { justify-content: center; min-height: 350px; padding: 42px; }
.card-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 22px; color: #65645f; font-size: .68rem; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; }
.card-content h3 { margin: 0 0 17px; padding-right: 20px; font-family: Manrope, Inter, sans-serif; font-size: 1.56rem; font-weight: 500; line-height: 1.28; letter-spacing: -.028em; }
.featured .card-content h3 { font-size: clamp(2rem,3vw,2.55rem); }
.card-content p { margin: 0 0 28px; color: var(--muted); font-size: .9rem; line-height: 1.62; }
.card-action { display: flex; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: .7rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.card-action b { font-weight: 700; }
.card-action i { color: var(--accent-dark); font-size: 1rem; font-style: normal; }
.card-action.muted { color: #8c8a83; }
.pdf-link { position: absolute; top: 16px; right: 16px; z-index: 3; padding: 7px 9px; color: #fff; background: var(--ink); font-size: .64rem; font-weight: 700; letter-spacing: .08em; }
.bars-chart { color: var(--ink); background: var(--ivory-2); }
.bar-field { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: flex-end; gap: 9px; height: 128px; }
.bar-field i { flex: 1; height: 29%; background: #b9b6ad; }.bar-field i:nth-child(2) { height: 43%; }.bar-field i:nth-child(3) { height: 66%; background: #7fc8cb; }.bar-field i:nth-child(4) { height: 51%; }.bar-field i:nth-child(5) { height: 78%; background: var(--accent); }.bar-field i:nth-child(6) { height: 62%; }.bar-field i:nth-child(7) { height: 89%; background: #65ced2; }.bar-field i:nth-child(8) { height: 96%; }
.metric-chart { padding: 62px 24px 20px; background: #dce9e6; }
.metric-chart strong { display: block; font-size: 3rem; line-height: 1; letter-spacing: -.06em; }
.metric-chart small { color: #5e6967; font-size: .63rem; font-weight: 700; letter-spacing: .15em; }
.metric-chart svg { position: absolute; right: 18px; bottom: 20px; width: 48%; }
.metric-chart svg path { fill: none; stroke: var(--accent); stroke-width: 3; }
.rings { position: absolute; inset: 48px 28px 20px; }
.rings i { position: absolute; border: 1px solid #99978f; border-radius: 50%; }.rings i:nth-child(1) { inset: 0 28%; }.rings i:nth-child(2) { inset: 24px 18%; border-color: var(--accent); }.rings i:nth-child(3) { inset: 48px 7%; border-style: dashed; }
.routes-chart { color: var(--ink); background: #dce9e6; }
.route { position: absolute; left: 15%; width: 70%; height: 1px; background: #8f9794; transform-origin: left; }.route::before,.route::after { content: ""; position: absolute; width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: #58c8cd; }.route::after { right: 0; }.r1 { top: 42%; transform: rotate(-12deg); }.r2 { top: 58%; transform: rotate(7deg); }.r3 { top: 72%; transform: rotate(-22deg); }
.future-chart { background: repeating-linear-gradient(135deg,#f6f5f0 0,#f6f5f0 12px,#e7e4da 12px,#e7e4da 13px); }
.issue-number { position: absolute; right: 23px; bottom: 2px; color: #d4d1c7; font-size: 7.5rem; font-weight: 700; line-height: 1; letter-spacing: -.08em; }
.archive-chart { background: #dce9e6; }.archive-chart.pale { background: var(--ivory-2); }.archive-mark { position: absolute; right: 25px; bottom: -8px; color: rgba(13,157,164,.28); font-family: Georgia,serif; font-size: 9rem; line-height: 1; }
.additional.filtered-out, .research-card.filtered-out { display: none; }
.empty-filter { padding: 32px; text-align: center; border: 1px solid var(--line); }
.outline-button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 58px; margin-top: 24px; padding: 15px 20px; border: 1px solid var(--ink); background: transparent; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.outline-button:hover { color: #fff; background: var(--ink); }.outline-button i { font-size: 1.2rem; font-style: normal; font-weight: 400; }

.publication-band { display: block; padding: 58px 0; background: var(--ivory-2); border-block: 1px solid var(--line); transition: background .2s ease; }
.publication-band:hover { background: #dedbd0; }
.publication-inner { display: grid; grid-template-columns: 5fr 2fr 4fr 1fr; gap: 24px; align-items: end; }
.publication-inner > div { grid-column: 1; }
.publication-inner h2 { margin: 0; font-family: Manrope,Inter,sans-serif; font-size: 2rem; font-weight: 500; letter-spacing: -.035em; }
.publication-inner > p { grid-column: 3; margin: 0; color: var(--muted); }
.publication-inner > span { grid-column: 4; justify-self: end; padding-bottom: 5px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 64px 0 0; padding: 0; list-style: none; border-block: 1px solid var(--ink); }
.process-grid li { min-height: 290px; padding: 25px 24px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span, .system-grid article > span { color: var(--accent-dark); font-size: .7rem; font-weight: 700; }
.process-grid h3, .system-grid h3 { margin: 66px 0 15px; font-family: Manrope,Inter,sans-serif; font-size: 1.35rem; font-weight: 500; line-height: 1.3; }
.process-grid p, .system-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.inline-link { margin-top: 30px; }

.system-section { background: var(--paper); border-block: 1px solid var(--line); }
.system-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 64px; border-block: 1px solid var(--ink); }
.system-grid article { display: flex; flex-direction: column; min-height: 310px; padding: 26px; border-right: 1px solid var(--line); }
.system-grid article:last-child { border-right: 0; }
.system-grid h3 { margin-top: 62px; }
.system-grid small { margin-top: auto; padding-top: 20px; color: var(--ink); border-top: 1px solid var(--line); font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.privacy-note { margin-top: 28px !important; padding-top: 20px; border-top: 1px solid var(--line); font-size: .8rem !important; }
.subscribe-form { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px 24px; margin-top: 62px; padding: 40px; border: 1px solid var(--line); background: var(--paper); }
.subscribe-form label { grid-column: span 4; display: grid; gap: 8px; }
.subscribe-form label > span { color: #55544f; font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.subscribe-form input { width: 100%; min-width: 0; height: 52px; padding: 0 13px; color: var(--ink); border: 1px solid #bdbab0; border-radius: 0; background: var(--ivory); outline: none; }
.subscribe-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.subscribe-form .consent { grid-column: 1 / span 8; display: flex; align-items: start; gap: 11px; }
.consent input { width: 17px; height: 17px; min-height: auto; margin-top: 3px; accent-color: var(--accent); }
.consent span { font-size: .72rem !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.subscribe-form button { grid-column: 9 / span 4; display: flex; justify-content: space-between; align-items: center; height: 52px; padding: 0 18px; color: #fff; border: 0; background: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.subscribe-form button i { color: #68d3d6; font-size: 1rem; font-style: normal; }
.form-status { grid-column: 1 / -1; margin: 0; color: var(--accent-dark); font-size: .8rem; }

.site-footer { padding: 62px 0 34px; color: #fff; background: #050505; }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 46px; border-bottom: 1px solid #303030; }
.footer-brand { width: 145px; }.footer-brand img { display: block; width: 100%; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-nav a { color: #bcbcbc; font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; color: #868686; font-size: .68rem; }
.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 22px; }
.disclaimer { margin-top: 28px; padding-top: 22px; color: #6f6f6f; border-top: 1px solid #242424; font-size: .64rem; line-height: 1.55; }

.zoom-trigger { appearance: none; font: inherit; color: inherit; }
.zoom-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; border: 0; background: rgba(245,244,238,.98); }
.zoom-modal::backdrop { background: rgba(24,24,26,.84); }
.zoom-close { position: fixed; top: max(16px,env(safe-area-inset-top)); right: 18px; z-index: 3; width: 46px; height: 46px; color: #fff; border: 0; background: var(--ink); font-size: 1.7rem; cursor: pointer; }
.zoom-toolbar { position: fixed; top: max(16px,env(safe-area-inset-top)); left: 18px; z-index: 3; display: flex; align-items: center; color: #fff; background: var(--ink); }
.zoom-toolbar button, .zoom-toolbar span { display: grid; min-width: 44px; height: 46px; place-items: center; color: #fff; border: 0; border-right: 1px solid #444; background: transparent; }
.zoom-toolbar button { cursor: pointer; }.zoom-toolbar span { min-width: 64px; font-size: .72rem; }
.zoom-viewport { position: absolute; inset: 74px 12px 12px; overflow: hidden; touch-action: none; cursor: grab; }
.zoom-viewport:active { cursor: grabbing; }
.zoom-content { display: grid; width: 100%; height: 100%; place-items: center; transform-origin: center; will-change: transform; }
.zoom-content svg, .zoom-content img { width: min(1100px,92vw); height: min(720px,76vh); object-fit: contain; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 940px); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 78px; right: 0; left: 0; display: none; gap: 0; padding: 10px 20px 22px; background: var(--ivory); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav a.active::after { display: none; }
  .language-switch { margin-left: 13px; padding-left: 13px; }
  .hero-copy { grid-column: 1 / span 6; }
  .hero-visual { grid-column: 7 / span 6; }
  .hero h1 { font-size: clamp(2.8rem,6vw,4.4rem); }
  .slides { min-height: 530px; }
  .section-description { grid-column: 8 / span 5; }
  .publication-inner { grid-template-columns: 5fr 1fr 5fr 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 768px) {
  :root { --shell: calc(100vw - 32px); --h2: clamp(2.1rem,9vw,2.75rem); }
  .site-header { height: 70px; }
  .brand { width: 110px; flex-basis: 110px; }
  .main-nav { top: 70px; }
  .hero { padding: 45px 0 64px; }
  .hero-overline { padding-bottom: 18px; line-height: 1.5; }
  .hero-stage { display: flex; flex-direction: column; gap: 44px; padding-top: 28px; }
  .hero-copy, .hero-visual { width: 100%; }
  .slides { min-height: 0; }
  .hero-slide { min-height: 0; }
  .slide-number { margin-bottom: 19px; }
  .hero h1 { font-size: clamp(2.65rem,12vw,4.4rem); line-height: 1.02; }
  .hero-lead { margin-top: 25px; font-size: 1rem; line-height: 1.65; }
  .text-link { margin-top: 22px; }
  .carousel-controls { margin-top: 28px; }
  .hero-visual { min-height: 410px; }
  .section-space { padding: 78px 0; }
  .section-head { display: block; }
  .section-title, .section-description { width: 100%; }
  .section-description { padding-top: 26px; }
  .dark-section { padding: 72px 0; }
  .filter-row { flex-wrap: wrap; margin: 40px 0 26px; }
  .filter { min-height: 44px; }
  .research-grid { grid-template-columns: 1fr; }
  .research-card.featured { grid-column: auto; }
  .featured .card-main { grid-template-columns: 1fr; }
  .featured .card-chart, .card-chart { min-height: 210px; }
  .featured .card-content, .card-content { min-height: 0; padding: 25px 24px; }
  .featured .card-content h3, .card-content h3 { font-size: 1.48rem; }
  .card-meta { display: grid; gap: 4px; }
  .publication-inner { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .publication-inner > div, .publication-inner > p, .publication-inner > span { grid-column: 1; justify-self: start; }
  .process-grid, .system-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .process-grid li, .system-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid li:last-child, .system-grid article:last-child { border-bottom: 0; }
  .process-grid h3, .system-grid h3 { margin-top: 48px; }
  .subscribe-form { grid-template-columns: 1fr; margin-top: 44px; padding: 25px 20px; }
  .subscribe-form label, .subscribe-form .consent, .subscribe-form button { grid-column: 1; }
  .footer-top { display: grid; gap: 34px; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; justify-content: start; gap: 16px 24px; }
  .footer-bottom { display: grid; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100vw - 28px); }
  .language-switch { gap: 3px; margin-left: 5px; padding-left: 8px; }
  .menu-toggle { width: 38px; padding-inline: 8px; }
  .hero { padding-top: 38px; }
  .hero h1 { font-size: 2.58rem; }
  .hero-visual { min-height: 360px; padding: 16px; }
  .hero-visual > svg { inset: 48px 0 45px; width: 100%; height: calc(100% - 93px); }
  .visual-heading { font-size: .6rem; }
  .visual-legend { right: 16px; bottom: 14px; left: 16px; gap: 11px; font-size: .52rem; }
  .zoom-hint { top: 42px; right: 14px; }
  .card-content { padding-inline: 20px; }
  .publication-inner h2 { font-size: 1.7rem; }
  .footer-nav { grid-template-columns: 1fr; }
  .zoom-toolbar { left: 8px; }
  .zoom-close { right: 8px; }
}

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