@font-face { font-family: 'Geist'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('fonts/geist-latin.woff2') format('woff2'); }
@font-face { font-family: 'Geist Mono'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('fonts/geist-mono-latin.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/instrument-serif-regular.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/instrument-serif-italic.woff2') format('woff2'); }
:root {
  --paper: #f7f5eb;
  --ink: #283f38;
  --muted: #5c665e;
  --wine: #702e36;
  --brass: #d7bb71;
  --mint: #dfe8dc;
  --rule: #283f3833;
  --sans: 'Geist', Arial, sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
  --mono: 'Geist Mono', monospace;
  --gutter: 40px;
}
*, *::before, *::after { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:disabled { opacity: .4; cursor: default; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
em { font-family: var(--serif); font-weight: 400; }
svg { width: 20px; height: 20px; flex: 0 0 auto; stroke-width: 1.6; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #b75928; outline-offset: 5px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 10; top: -100px; left: 20px; background: var(--paper); padding: 16px; }
.skip-link:focus { top: 10px; }
.small-type { font-family: var(--mono); font-size: 11px; line-height: 1.6; font-weight: 400; }
.content-width { max-width: 1240px; padding-inline: var(--gutter); margin-inline: auto; }
.archive-header { min-height: 78px; padding: 12px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 4px solid var(--wine); background: var(--paper); }
.museum-brand { display: flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 600; }
.brand-seal { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--wine); border-radius: 50%; font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--wine); }
.brand-sub { display: block; font-family: var(--serif); font-size: 15px; font-weight: 400; margin-top: 3px; }
.header-links { display: flex; gap: 28px; font-size: 13px; }
.header-links a { padding-block: 14px; }
.header-links a:hover { color: var(--wine); text-decoration: underline; text-underline-offset: 5px; }
.museum { position: relative; isolation: isolate; padding: 26px var(--gutter) 18px; color: #fff9e7; background: #4d7066 url('images/archive-gallery.webp') center center / cover no-repeat; border-bottom: 5px solid var(--wine); }
.museum-heading { text-align: center; }
.museum-kicker { color: #fff5d5; }
.museum-kicker span { margin-inline: 10px; }
.museum-heading h1 { font-family: var(--serif); font-size: 64px; line-height: 1.1; font-weight: 400; margin-top: 7px; text-shadow: 0 2px 5px #1b312740; }
.museum-heading h1 em { color: #f2d49e; }
.museum-subtitle { font-size: 13px; margin-top: 8px; }
.room-nav { display: flex; justify-content: center; gap: 4px; margin: 18px auto 20px; width: fit-content; max-width: 100%; padding: 4px; background: #233d36e8; border: 1px solid #dcc58c80; }
.room-nav button { border: 0; background: transparent; color: #f4f4e7; padding: 11px 16px; font-size: 12px; min-height: 44px; white-space: nowrap; }
.room-nav button span { font-family: var(--mono); font-size: 10px; opacity: .65; margin-right: 6px; }
.room-nav button[aria-pressed=true] { background: #efdbab; color: #253e35; }
.room-nav button:hover:not([aria-pressed=true]) { background: #ffffff15; }
.gallery-stage { display: grid; grid-template-columns: 160px minmax(0, 800px) 160px; justify-content: center; align-items: center; gap: 32px; max-width: 1320px; margin: 0 auto; }
.admission-ticket { background: #f3e5b8; color: var(--wine); text-align: center; padding: 20px 14px 12px; transform: rotate(-4deg); box-shadow: 3px 5px 15px #14282030; position: relative; margin-bottom: 46px; }
.admission-ticket > .small-type { font-size: 9px; }
.ticket-mark { font: 66px/1 var(--serif); margin: 15px 0 13px; }
.ticket-mark span { font-size: 43px; margin-left: -15px; }
.ticket-title { font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.ticket-perforation { border-top: 1px dashed #702e3670; margin: 23px -14px 15px; position: relative; }
.ticket-bottom { font-size: 11px; line-height: 1.6; margin-block: 10px 18px; }
.ticket-number { display: block; border-top: 1px solid #702e3650; padding-top: 7px; }
.exhibit { min-width: 0; }
.exhibit-overline { display: flex; justify-content: space-between; margin-bottom: 11px; gap: 10px; color: #fff9e7; font-size: 10px; }
.exhibit-frame { display: block; position: relative; width: 100%; aspect-ratio: 1.8; padding: 16px; background: #f1eddf; border: 10px solid #b69c5c; outline: 1px solid #674e27; box-shadow: inset 0 0 0 3px #846832, inset 0 0 0 6px #e6d1a0, 0 12px 22px #1b302957; touch-action: pan-y; }
.exhibit-frame img { width: 100%; height: 100%; object-fit: contain; background: #f8f8f4; transition: opacity .2s; }
.exhibit-frame[aria-busy=true] img { opacity: 0; }
.exhibit-frame[aria-busy=true]::after { content: ''; position: absolute; top: calc(50% - 12px); left: calc(50% - 12px); width: 24px; height: 24px; border: 2px solid #702e3630; border-top-color: var(--wine); border-radius: 50%; animation: loading-turn 1s linear infinite; }
@keyframes loading-turn { to { transform: rotate(360deg); } }
.frame-action { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 34px; height: 34px; background: var(--wine); color: var(--paper); border: 1px solid #fff5d580; transition: transform .2s; }
.exhibit-frame:hover .frame-action { transform: scale(1.12); }
.exhibit-label { background: #f7f3df; color: var(--ink); max-width: 350px; width: calc(100% - 36px); margin: 16px auto 0; padding: 12px 14px 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 1px 3px 6px #19362940; border: 1px solid #8e895f; }
.exhibit-label .small-type { font-size: 9px; text-transform: uppercase; }
.exhibit-label h2 { font-family: var(--serif); font-size: 28px; line-height: 1.15; margin-top: 2px; font-weight: 400; overflow-wrap: anywhere; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; min-width: 44px; padding: 0; border: 1px solid currentColor; background: transparent; flex-shrink: 0; transition: background .2s, color .2s; }
.label-open { border: 0; color: var(--wine); }
.label-open:hover { background: #702e3610; }
.exhibit-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 18px; }
.exhibit-controls > .icon-button { background: var(--wine); border-color: #e4d4ab; border-radius: 50%; color: #fff5dc; }
.exhibit-controls > .icon-button:hover { background: #53212a; }
.exhibit-pagination { display: flex; align-items: center; justify-content: center; background: #233d36; border: 1px solid #dcc58c80; padding-inline: 5px; }
.exhibit-pagination button { width: 32px; height: 44px; background: transparent; border: 0; color: #fff9e7; font: 10px var(--mono); padding: 0; }
.exhibit-pagination button span { display: grid; place-items: center; width: 26px; height: 26px; margin: auto; border: 1px solid transparent; }
.exhibit-pagination button[aria-current] span { border-color: #ebd9a7; background: #273f38; }
.wall-directory { align-self: center; margin-bottom: 44px; background: #243e37; padding: 18px 14px 0; border: 1px solid #b59d64; box-shadow: 0 4px 8px #152d3140; }
.wall-directory > .small-type { font-size: 8px; color: #ecd5a5; }
.wall-directory h2 { font: 25px var(--serif); margin: 6px 0 12px; }
.wall-directory ol { list-style: none; padding: 0; margin: 0; }
.wall-directory li { border-top: 1px solid #eddfb129; }
.wall-directory button { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; background: none; color: #fff9e7; border: 0; padding: 12px 0; min-height: 44px; font-size: 11px; }
.wall-directory button span { font-family: var(--mono); font-size: 9px; color: #ddc698; }
.wall-directory button[aria-current] { color: #f3d083; }
.wall-directory button:hover { color: #f3d083; text-decoration: underline; }
.directory-footer { display: flex; align-items: center; gap: 4px; justify-content: space-between; font-size: 10px; border-top: 1px solid #eddfb160; padding: 13px 0; line-height: 1.5; }
.directory-footer svg { width: 15px; height: 15px; }
.museum-floorline { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1160px; margin: 20px auto 0; color: #fff9e7; font-size: 10px; background: #233d36ed; padding: 4px 16px; border: 1px solid #dcc58c50; }
.museum-floorline a { display: flex; align-items: center; gap: 10px; min-height: 36px; }
.museum-floorline svg { width: 14px; height: 14px; }
.catalogue { padding-block: 56px 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading .small-type { color: var(--wine); }
.section-heading h2 { font-family: var(--serif); font-size: 54px; font-weight: 400; line-height: 1.1; margin-top: 8px; }
.section-heading h2 em { color: var(--wine); }
.catalogue-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-block: 1px solid var(--rule); margin: 28px 0; padding: 10px 0; }
.search-field { display: flex; align-items: center; gap: 12px; width: min(100%, 380px); }
.search-field input { color: var(--ink); min-width: 0; width: 100%; font-size: 14px; border: 0; min-height: 44px; padding: 8px 0; background: transparent; border-radius: 0; }
.search-field input::placeholder { color: #606b61; }
.view-switch { display: flex; gap: 4px; }
.view-switch button { border-color: transparent; }
.view-switch button[aria-pressed=true] { background: var(--ink); color: var(--paper); }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.catalogue-card { min-width: 0; position: relative; }
.catalogue-card button { display: block; width: 100%; border: 0; padding: 0; background: transparent; text-align: left; }
.card-image { aspect-ratio: 1.42; padding: 22px; background: #dce7df; border: 1px solid #283f3820; display: grid; place-items: center; position: relative; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: contain; min-height: 0; transition: transform .35s; }
.catalogue-card:nth-child(2) .card-image { background: #dce2e8; }
.catalogue-card:nth-child(3) .card-image { background: #efdfbe; }
.catalogue-card:nth-child(4) .card-image { background: #dde2d1; }
.catalogue-card:nth-child(5) .card-image { background: #e8dcce; }
.catalogue-card button:hover .card-image img { transform: translateY(-4px); }
.card-id { position: absolute; top: 8px; left: 9px; font: 9px var(--mono); }
.card-caption { padding-top: 14px; }
.card-caption .small-type { color: var(--muted); font-size: 10px; }
.card-title { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 5px; }
.card-name { font: 29px/1.2 var(--serif); overflow-wrap: anywhere; }
.card-title svg { color: var(--wine); }
.card-description { display: block; font-size: 13px; line-height: 1.65; margin-top: 8px; color: var(--muted); }
.catalogue-grid[data-view=list] { grid-template-columns: 1fr; gap: 0; }
.catalogue-grid[data-view=list] .catalogue-card { border-bottom: 1px solid var(--rule); padding-block: 16px; }
.catalogue-grid[data-view=list] button { display: grid; grid-template-columns: 160px 1fr; gap: 28px; align-items: center; }
.catalogue-grid[data-view=list] .card-caption { padding: 0; }
.catalogue-grid[data-view=list] .card-description { max-width: 650px; }
.empty-state { text-align: center; padding: 40px 20px; }
.empty-state h3 { font: 32px var(--serif); margin-bottom: 8px; }
.empty-state p { font-size: 14px; }
.empty-state button { background: var(--wine); color: var(--paper); border: 0; padding: 14px 24px; margin-top: 24px; }
.curator { background: #e2e8d9; border-block: 1px solid var(--rule); }
.curator-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 68px; }
.curator-heading h2 { font: 56px/1.1 var(--serif); margin: 18px 0 24px; }
.curator-heading h2 em { color: var(--wine); }
.curator-signature { font: italic 32px var(--serif); color: var(--wine); display: block; margin-bottom: 8px; }
.curator-copy > p { font-size: 16px; line-height: 1.8; }
.curator-copy > p + p { margin-top: 14px; }
.curator-facts { margin: 28px 0 22px; }
.curator-facts > div { display: grid; grid-template-columns: 160px 1fr; border-top: 1px solid var(--rule); padding-block: 12px; font-size: 13px; gap: 12px; }
.curator-facts dt { color: #56634f; }
.curator-facts dd { margin: 0; }
.curator-facts em { font-size: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; min-height: 44px; }
.archive-footer { background: var(--wine); color: #f6edcf; }
.archive-footer > div { padding-top: 52px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; }
.footer-top h2 { font: 50px/1.12 var(--serif); margin-top: 16px; }
.footer-links { display: grid; gap: 2px; }
.footer-links a { display: flex; gap: 10px; justify-content: space-between; align-items: center; font-size: 16px; min-height: 48px; border-bottom: 1px solid #f6edcf55; }
.footer-links a:hover { color: #f2ce82; }
.footer-links .small-type { margin-left: auto; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #f6edcf55; margin-top: 48px; padding-block: 20px; font-size: 9px; }
.footer-bottom a { display: flex; align-items: center; gap: 8px; min-height: 44px; }
dialog { color: var(--ink); padding: 0; border: 0; max-width: none; max-height: calc(100dvh - 48px); overscroll-behavior: contain; }
dialog::backdrop { background: #172923cc; backdrop-filter: blur(5px); }
.record-dialog { width: min(1020px, calc(100% - 64px)); background: var(--paper); }
.record-bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 24px; border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 2; background: var(--paper); }
.record-bar .icon-button { border: 0; color: var(--wine); }
.record-heading { padding: 36px 40px 28px; }
.record-heading h2 { font: 60px/1.1 var(--serif); margin: 8px 0 14px; overflow-wrap: anywhere; }
.record-heading h2 em { color: var(--wine); }
.record-heading > p:last-child { max-width: 680px; font-size: 17px; line-height: 1.7; }
.record-heading > p em { font: inherit; }
.record-overview { display: grid; grid-template-columns: 1fr 1fr; padding: 0 40px 36px; gap: 36px; }
.record-cover { display: grid; place-items: center; aspect-ratio: 1.4; background: #e1e6dc; width: 100%; padding: 16px; border: 0; }
.record-cover img { width: 100%; height: 100%; object-fit: contain; min-height: 0; }
.record-facts { margin: 0; align-self: center; }
.record-facts > div { display: grid; grid-template-columns: 75px 1fr; gap: 15px; padding-block: 12px; border-bottom: 1px solid var(--rule); font-size: 13px; }
.record-facts dt { color: var(--muted); }
.record-facts dd { margin: 0; }
.record-chapter { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 36px; border-top: 1px solid var(--rule); margin: 0 40px; padding: 32px 0; }
.record-chapter h3 { font: 32px var(--serif); margin-top: 8px; }
.record-chapter p { font-size: 15px; line-height: 1.8; }
.record-chapter em { font: inherit; }
.record-steps { display: grid; gap: 20px; }
.record-steps h4 { font-size: 14px; font-weight: 600; margin: 0 0 5px; }
.record-images { padding: 30px 40px 36px; background: #e7eadd; }
.record-images-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 24px; }
.record-images-heading h3 { font: 32px var(--serif); }
.record-images-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.record-images-grid figure { min-width: 0; }
.record-image-button { width: 100%; border: 0; padding: 12px; background: #f8f8f3; aspect-ratio: 1.4; position: relative; }
.record-image-button img { width: 100%; height: 100%; object-fit: contain; }
.record-image-button > svg { position: absolute; right: 10px; bottom: 10px; background: var(--paper); padding: 4px; width: 28px; height: 28px; }
.record-images-grid figcaption { font-size: 12px; line-height: 1.6; margin-top: 10px; }
.record-next { padding: 24px 40px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.record-next button { background: var(--wine); color: var(--paper); border: 0; padding: 13px 18px; display: flex; align-items: center; gap: 18px; font-size: 14px; }
.record-next a { font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.image-dialog { width: calc(100% - 40px); max-width: 1500px; background: #1d302b; color: var(--paper); height: calc(100dvh - 40px); max-height: none; }
.image-dialog[open] { display: flex; flex-direction: column; }
.image-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 20px; font-size: 13px; border-bottom: 1px solid #ffffff30; }
.image-bar > div { display: flex; gap: 8px; }
.image-bar .icon-button { border-color: #ffffff50; }
.image-scroll { flex: 1; min-height: 0; overflow: auto; display: grid; place-items: center; padding: 20px; }
.image-scroll img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.image-scroll.zoomed { display: block; }
.image-scroll.zoomed img { width: max(1200px, 150%); max-width: none; height: auto; object-fit: initial; }
.image-nav { display: flex; align-items: center; justify-content: center; gap: 30px; padding: 10px; }
.image-nav .icon-button { border: 0; }
@media (min-width: 1700px) {
  .museum { padding-top: 40px; background-size: 100% 100%; }
  .gallery-stage { grid-template-columns: 180px minmax(0, 1000px) 180px; max-width: 1500px; gap: 40px; }
}
@media (max-width: 1100px) {
  .gallery-stage { grid-template-columns: 120px minmax(0, 680px) 120px; gap: 20px; }
  .wall-directory { padding-inline: 10px; }
  .wall-directory button { gap: 7px; font-size: 10px; }
  .header-links { gap: 16px; }
  .curator-inner, .footer-top { gap: 48px; }
}
@media (max-width: 900px) {
  :root { --gutter: 28px; }
  .header-links { display: none; }
  .gallery-stage { grid-template-columns: minmax(0, 510px); }
  .admission-ticket, .wall-directory { display: none; }
  .museum-floorline > span { display: none; }
  .museum-floorline { justify-content: center; margin-top: 12px; }
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .curator-inner { gap: 32px; }
  .curator-heading h2 { font-size: 46px; }
  .curator-facts > div { grid-template-columns: 1fr; gap: 5px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}
@media (max-width: 600px) {
  :root { --gutter: 20px; }
  .archive-header { min-height: 72px; padding: 12px 16px; gap: 10px; }
  .museum-brand { font-size: 9px; gap: 8px; }
  .brand-seal { width: 34px; height: 34px; font-size: 23px; flex-shrink: 0; }
  .brand-sub { font-size: 12px; max-width: 160px; line-height: 1.3; }
  .museum { padding: 24px var(--gutter) 10px; background-size: auto 100%; }
  .museum-kicker { font-size: 8px; max-width: 270px; margin-inline: auto; line-height: 1.8; }
  .museum-kicker span { margin-inline: 3px; }
  .museum-heading h1 { font-size: 48px; margin-top: 10px; }
  .museum-subtitle { font-size: 12px; line-height: 1.6; max-width: 265px; margin: 9px auto 0; }
  .room-nav { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; margin: 18px 0; padding: 3px; }
  .room-nav button { font-size: 11px; padding: 8px 2px; min-height: 44px; }
  .room-nav button span { display: none; }
  .exhibit-overline { font-size: 9px; }
  .exhibit-frame { aspect-ratio: 1.55; max-height: 300px; padding: 16px; border-width: 7px; }
  .frame-action { right: 12px; bottom: 12px; width: 30px; height: 30px; }
  .exhibit-label { width: calc(100% - 24px); margin-top: 14px; padding: 10px 10px 10px 14px; min-height: 73px; }
  .exhibit-label .small-type { font-size: 8px; }
  .exhibit-label h2 { font-size: 27px; }
  .exhibit-controls { margin-top: 16px; gap: 20px; }
  .museum-floorline { margin-top: 12px; }
  .catalogue { padding-block: 38px 44px; }
  .section-heading { align-items: start; gap: 14px; }
  .section-heading h2 { font-size: 41px; }
  .section-heading > .small-type { font-size: 9px; max-width: 75px; text-align: right; padding-top: 3px; }
  .section-heading .small-type { font-size: 9px; }
  .catalogue-toolbar { margin: 22px 0; gap: 8px; }
  .search-field { gap: 8px; }
  .search-field input { font-size: 16px; }
  .catalogue-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .card-image { padding: 24px; aspect-ratio: 1.5; }
  .card-caption .small-type { font-size: 10px; }
  .card-name { font-size: 32px; }
  .card-description { font-size: 14px; }
  .catalogue-grid[data-view=list] button { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; }
  .catalogue-grid[data-view=list] .card-image { padding: 10px; aspect-ratio: 1; }
  .catalogue-grid[data-view=list] .card-id, .catalogue-grid[data-view=list] .card-description { display: none; }
  .catalogue-grid[data-view=list] .card-name { font-size: 26px; }
  .catalogue-grid[data-view=list] .card-caption .small-type { font-size: 9px; }
  .curator-inner { grid-template-columns: minmax(0, 1fr); padding-block: 42px; gap: 32px; }
  .curator-heading h2 { font-size: 44px; }
  .curator-facts > div { grid-template-columns: 140px minmax(0, 1fr); gap: 10px; }
  .footer-top { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .footer-top h2 { font-size: 44px; }
  .archive-footer > div { padding-top: 40px; }
  .footer-bottom { margin-top: 30px; font-size: 8px; gap: 10px; }
  .footer-bottom a { font-size: 8px; gap: 5px; }
  .record-dialog { width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; }
  .record-bar { padding: 8px 20px; }
  .record-heading { padding: 26px 20px 22px; }
  .record-heading h2 { font-size: 46px; }
  .record-heading > p:last-child { font-size: 16px; }
  .record-overview { grid-template-columns: minmax(0, 1fr); padding: 0 20px 26px; gap: 18px; }
  .record-chapter { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-inline: 20px; padding-block: 24px; }
  .record-images { padding: 26px 20px; }
  .record-images-heading h3 { font-size: 28px; }
  .record-images-heading .small-type { font-size: 9px; }
  .record-images-grid { grid-template-columns: minmax(0, 1fr); }
  .record-next { padding: 20px; flex-wrap: wrap; }
  .image-dialog { width: 100%; height: 100dvh; margin: 0; }
  .image-bar { padding: 8px 12px; font-size: 11px; }
  .image-bar > span { overflow-wrap: anywhere; }
  .image-scroll { padding: 8px; }
}
@media (max-width: 370px) {
  .brand-sub { display: none; }
  .museum-brand > span:last-child { max-width: 82px; line-height: 1.5; }
  .museum-heading h1 { font-size: 41px; }
  .room-nav button { font-size: 10px; }
  .section-heading h2 { font-size: 36px; }
  .curator-facts > div { grid-template-columns: 120px minmax(0, 1fr); }
}
@media (max-width: 600px) and (max-height: 800px) {
  .museum { padding-top: 14px; }
  .museum-kicker, .museum-subtitle, .museum-floorline { display: none; }
  .museum-heading h1 { font-size: 40px; margin-top: 0; }
  .room-nav { margin-block: 12px 14px; }
  .exhibit-frame { aspect-ratio: auto; height: 150px; padding: 12px; }
  .exhibit-label { margin-top: 10px; min-height: 65px; }
  .exhibit-controls { margin-top: 10px; margin-bottom: 8px; }
  .catalogue { padding-top: 26px; }
}
@media (min-width: 901px) and (max-height: 900px) {
  .museum { padding-block: 16px 10px; }
  .museum-heading h1 { font-size: 54px; }
  .museum-subtitle, .museum-kicker { display: none; }
  .room-nav { margin-block: 16px 18px; }
  .exhibit-frame { aspect-ratio: auto; height: clamp(300px, 42vh, 440px); }
  .exhibit-label { margin-top: 12px; padding-block: 8px; }
  .exhibit-controls { margin-top: 12px; }
  .museum-floorline { margin-top: 8px; }
  .catalogue { padding-top: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
