:root {
  color-scheme: dark;
  --bg: #131416; --ink: #eeeef0; --muted: #a4a5aa; --line: #36373b; --accent: #c7b99d;
  --gutter: clamp(22px, 4.6vw, 88px);
  --serif: Georgia, 'Times New Roman', 'Noto Serif KR', 'Nanum Myeongjo', Batang, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.75 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
svg { display: block; width: 24px; height: 24px; flex: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { font-weight: 400; }
::selection { background: #c7b99d; color: #131416; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: fixed; z-index: 30; top: 10px; left: 10px; padding: 12px 20px; background: var(--ink); color: var(--bg); transform: translateY(-160%); }
.skip:focus { transform: none; }
.section-shell { max-width: 1800px; margin-inline: auto; padding-inline: var(--gutter); }
.eyebrow { font-size: .8125rem; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.site-header { min-height: 125px; padding: 26px var(--gutter); display: grid; grid-template-columns: minmax(240px, 1fr) 1fr auto; gap: 36px; align-items: center; max-width: 1800px; margin-inline: auto; }
.wordmark { width: fit-content; font-family: var(--serif); font-size: clamp(36px, 3.8vw, 58px); letter-spacing: -.055em; line-height: .98; }
.wordmark > span:first-child { display: block; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: .25em; line-height: 2; }
.wordmark-period { color: var(--accent); }
.header-description { color: var(--muted); font-size: .8125rem; line-height: 1.65; letter-spacing: .01em; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 42px); font-size: .875rem; }
.site-header nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a[aria-current] { border-bottom-color: var(--accent); }
.hero { max-width: 1800px; margin-inline: auto; }
.hero-stage { position: relative; isolation: isolate; height: min(68vw, 690px); height: clamp(400px, calc(100svh - 245px), 820px); margin-inline: var(--gutter); overflow: hidden; background: #08090a; }
.hero-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 1.5s ease, visibility 1.5s; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: contain; }
.hero.is-playing .hero-slide.is-active img { animation: quiet-approach 8s linear both; }
@keyframes quiet-approach { from { transform: scale(1); } to { transform: scale(1.025); } }
.hero-bottom { min-height: 122px; display: flex; align-items: center; gap: 28px; margin: 0 var(--gutter); padding: 22px 0 24px; border-bottom: 1px solid var(--line); }
.hero-caption { flex: 1; min-width: 0; }
.hero-caption .eyebrow { margin-bottom: 7px; font-size: .75rem; }
.hero-caption > p:last-child { font-size: 1rem; line-height: 1.65; }
#hero-credit { color: var(--muted); font-size: .875rem; }
.caption-divider { margin: 0 12px; color: #62646b; }
.hero-controls { display: flex; align-items: center; gap: 6px; }
#hero-counter { min-width: 55px; text-align: center; color: var(--muted); font-size: .8125rem; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border: 1px solid transparent; background: transparent; flex: none; }
.icon-button:hover { border-color: currentColor; }
.icon-button svg { width: 22px; height: 22px; }
.previous svg { transform: rotate(180deg); }
.pause-button { margin-left: 4px; font-size: 1.0625rem; }
.hero-work-link { display: flex; gap: 20px; align-items: center; font-size: .875rem; padding: 12px 0 12px 18px; }
.hero-work-link:hover svg { transform: translateX(4px); }
.hero-work-link svg { transition: transform .2s; }
.portfolio { padding-top: 92px; padding-bottom: 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2 { font-family: var(--serif); font-size: clamp(30px, 3.4vw, 48px); letter-spacing: -.045em; line-height: 1.4; word-break: keep-all; }
.section-meta { color: #c1c2c5; font-size: .875rem; line-height: 1.9; text-align: right; }
.section-meta span { color: var(--muted); font-size: .8125rem; }
.collections-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 28px; }
.collection-card { display: block; min-width: 0; }
.collection-image { position: relative; height: auto; aspect-ratio: 3/2; background: #202124; overflow: hidden; }
.collection-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s ease; }
.collection-open { position: absolute; right: 16px; bottom: 16px; width: 36px; height: 36px; background: #131416e8; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateX(-5px); transition: opacity .25s, transform .25s; }
.collection-open svg { width: 20px; height: 20px; }
.collection-card:hover .collection-image img { transform: scale(1.025); }
.collection-card:hover .collection-open, .collection-card:focus-visible .collection-open { opacity: 1; transform: none; }
.collection-caption { display: flex; align-items: baseline; gap: 15px; padding-top: 18px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.collection-number { font-size: .75rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.collection-caption h3 { font-size: 1.25rem; letter-spacing: -.025em; }
.collection-caption p { margin-top: 2px; font-size: .8125rem; color: var(--muted); }
.collection-total { font-family: var(--serif); color: var(--accent); font-size: 1.5rem; line-height: 1; margin-left: auto; font-variant-numeric: tabular-nums; }
.collection-route { padding-top: 22px; }
.collection-topline { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 20px 0 28px; }
.collection-topline > span { color: var(--muted); font-size: .75rem; letter-spacing: .08em; }
.back-link { display: flex; align-items: center; gap: 12px; font-size: .875rem; }
.back-link svg { transform: rotate(180deg); width: 20px; height: 20px; }
.category-nav { display: flex; flex-wrap: wrap; gap: 4px 25px; border-block: 1px solid var(--line); padding: 12px 0; }
.category-nav a { padding: 9px 0; color: var(--muted); font-size: .875rem; position: relative; }
.category-nav a:hover, .category-nav a[aria-current] { color: var(--ink); }
.category-nav a[aria-current]::after { content: ''; position: absolute; bottom: -13px; height: 2px; left: 0; right: 0; background: var(--accent); }
.category-panel { padding-top: 65px; scroll-margin-top: 20px; }
.category-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 52px; }
.category-intro .eyebrow { color: var(--accent); margin-bottom: 16px; }
.category-intro h2 { font-family: var(--serif); font-size: clamp(38px, 5vw, 72px); line-height: 1.3; letter-spacing: -.04em; word-break: keep-all; }
.category-intro h2:focus, #portfolio-title:focus { outline: none; }
.category-intro-copy { max-width: 560px; }
.category-intro-copy p { color: #c4c5c9; font-size: 1rem; word-break: keep-all; }
.category-count { display: block; margin-top: 20px; color: var(--muted); font-size: .75rem; letter-spacing: .1em; }
.category-history { border-top: 1px solid var(--line); padding: 26px 0 42px; display: grid; grid-template-columns: 1fr 3fr; gap: 35px; }
.category-history h3 { font-size: .875rem; color: var(--accent); }
.category-history ul { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 32px; margin: 0; padding: 0; }
.category-history strong { display: block; font-weight: 400; font-size: 1rem; word-break: keep-all; }
.category-history span { display: block; color: var(--muted); font-size: .875rem; margin-top: 4px; word-break: keep-all; }
.gallery-heading { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; margin: 0 0 28px; align-items: baseline; }
.gallery-heading > p:last-child { font-size: .8125rem; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; align-items: start; }
.photo-card { min-width: 0; }
.photo-link { display: block; position: relative; background: #242528; aspect-ratio: 3/2; }
.photo-link img { width: 100%; height: 100%; object-fit: contain; transition: opacity .25s; }
.photo-link:hover img { opacity: .87; }
.expand { position: absolute; width: 34px; height: 34px; padding: 8px; right: 12px; bottom: 12px; background: #131416dc; opacity: 0; transition: opacity .2s; }
.expand svg { width: 100%; height: 100%; }
.photo-link:hover .expand, .photo-link:focus-visible .expand { opacity: 1; }
.photo-card figcaption { display: flex; align-items: baseline; gap: 12px; padding-top: 16px; }
.photo-number { flex: none; color: var(--muted); font-size: .75rem; font-variant-numeric: tabular-nums; }
.photo-card h4 { font-size: 1rem; line-height: 1.6; word-break: keep-all; }
.photo-card figcaption p { margin-top: 4px; font-size: .875rem; line-height: 1.6; color: var(--muted); word-break: keep-all; }
.gallery-pagination { padding: 54px 0 0; text-align: center; }
.gallery-progress { margin-bottom: 16px; font-size: .8125rem; color: var(--muted); }
.more-button { min-width: 220px; padding: 14px 24px; border: 1px solid #666870; background: transparent; font-size: .875rem; }
.more-button span { margin-left: 38px; font-size: 1.25rem; }
.more-button:hover { background: var(--ink); color: var(--bg); }
.collection-end { margin-top: 66.6px; padding: 30px 0 65px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.text-link { font-size: .875rem; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #64666d; }
.next-collection { display: grid; grid-template-columns: 1fr auto; gap: 2px 24px; align-items: center; }
.next-collection > span { font-size: .75rem; color: var(--muted); }
.next-collection strong { font-family: var(--serif); font-size: 1.625rem; font-weight: 400; grid-column: 1; }
.next-collection svg { grid-row: 1/3; grid-column: 2; }
.studio { border-top: 1px solid var(--line); padding-top: 86px; padding-bottom: 90px; }
.studio-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; margin-bottom: 52px; align-items: start; }
.studio-image { width: 100%; height: auto; }
.studio-copy h3 { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 5px; }
.studio-copy .credentials { font-size: .875rem; color: var(--muted); margin-bottom: 24px; }
.studio-copy p { font-size: 1rem; margin-bottom: 16px; color: #c4c5c9; word-break: keep-all; }
.studio-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; border-top: 1px solid var(--line); padding-top: 30px; margin-bottom: 50px; }
.studio-values h3 { font-size: 1rem; margin-bottom: 12px; }
.studio-values p { font-size: .875rem; color: var(--muted); word-break: keep-all; }
.records { border-top: 1px solid var(--line); padding-top: 32px; }
.records > h3 { font-size: 1rem; margin-bottom: 25px; color: var(--accent); }
.record-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 44px; }
.record-list li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.record-list strong { display: block; font-size: 1rem; font-weight: 400; }
.record-list span { display: block; font-size: .875rem; color: var(--muted); margin-top: 3px; }
.exhibitions { margin-top: 30px; color: var(--muted); font-size: .875rem; line-height: 1.9; word-break: keep-all; }
.exhibition-index { padding-block: 75px 100px; border-top: 1px solid var(--line); }
.exhibition-features { display: grid; gap: 45px; }
.exhibition-feature { display: grid; grid-template-columns: 1.55fr 1fr; background: #e9e7e2; color: #242522; }
.exhibition-feature-image { min-width: 0; background: #202824; }
.exhibition-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.exhibition-feature-copy { padding: clamp(30px, 4vw, 64px); display: flex; flex-direction: column; align-items: start; }
.exhibition-feature-copy .eyebrow { color: #65665f; font-size: .6875rem; }
.exhibition-feature h3 { font-family: var(--serif); font-size: clamp(45px, 5vw, 82px); line-height: 1.2; letter-spacing: -.06em; margin-block: 27px 22px; }
.exhibition-feature h3 span { display: block; font-size: .37em; letter-spacing: -.035em; margin-top: 9px; }
.exhibition-subtitle { font-size: 1rem; word-break: keep-all; }
.exhibition-feature-meta { color: #686963; font-size: .8125rem; margin-top: 8px; }
.exhibition-enter { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #bcbeb5; padding-top: 20px; margin-top: 38px; width: 100%; font-size: .875rem; }
.exhibition-enter svg { transition: transform .25s; }
.exhibition-feature:hover .exhibition-enter svg { transform: translateX(5px); }
.exhibition-route { padding-top: 22px; }
.exhibition-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-block: 42px 55px; }
.exhibition-heading .eyebrow { color: var(--accent); margin-bottom: 15px; }
.exhibition-heading h2 { font-family: var(--serif); font-size: clamp(54px, 6.5vw, 100px); line-height: 1.2; letter-spacing: -.06em; }
.exhibition-heading h2 span { display: inline-block; font-size: .39em; letter-spacing: -.04em; margin-left: 20px; }
.exhibition-heading > div:last-child { padding-bottom: 6px; }
.exhibition-summary { color: var(--muted); font-size: .8125rem; margin-top: 12px; }
.exhibition-navigation { position: sticky; top: 0; z-index: 5; display: flex; gap: 25px; align-items: center; justify-content: space-between; border-block: 1px solid var(--line); background: var(--bg); padding-block: 13px; }
.exhibition-nav { display: flex; gap: clamp(16px, 2.3vw, 36px); align-items: center; overflow-x: auto; scrollbar-width: thin; min-width: 0; }
.exhibition-nav a { display: flex; gap: 7px; align-items: baseline; padding-block: 9px; white-space: nowrap; font-size: .875rem; color: #c4c5c9; }
.exhibition-nav a > span { color: #85868c; font-size: .6875rem; }
.exhibition-nav a:hover, .exhibition-nav a[aria-current] { color: var(--accent); }
.catalog-jump { flex: none; max-width: 220px; }
.catalog-jump select { width: 100%; min-height: 44px; max-width: 220px; padding: 10px 26px 10px 12px; border: 1px solid #54565b; background: var(--bg); color: var(--ink); font: inherit; font-size: .8125rem; border-radius: 0; }
.catalog-jump select:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.exhibition-viewer-hint { text-align: right; color: var(--muted); font-size: .8125rem; margin-top: 16px; }
.exhibition-chapter { padding-top: 49.5px; scroll-margin-top: 95px; }
.exhibition-chapter + .exhibition-chapter { margin-top: 54px; border-top: 1px solid var(--line); }
.exhibition-chapter-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 27px; }
.exhibition-chapter-heading .eyebrow { font-size: .6875rem; color: var(--accent); margin-bottom: 10px; }
.exhibition-chapter-heading h3 { font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.exhibition-chapter-heading > p { color: var(--muted); font-size: .8125rem; text-align: right; }
.exhibition-chapter-heading > p span { margin-left: 20px; }
.catalog-spread { margin-bottom: 45px; scroll-margin-top: 100px; }
.spread-topline { display: flex; justify-content: space-between; align-items: center; padding-block: 14px; gap: 20px; font-variant-numeric: tabular-nums; }
.spread-topline h4 { font-size: .8125rem; color: #c1c2c5; }
.spread-topline > span { color: #8c8e95; font-size: .625rem; letter-spacing: .08em; }
.catalog-canvas { position: relative; width: 100%; aspect-ratio: var(--spread-ratio); background: #fff; overflow: hidden; }
.catalog-item { position: absolute; left: var(--x); top: var(--y); width: var(--w); height: var(--h); }
.catalog-photo { height: 100%; width: 100%; aspect-ratio: auto; overflow: hidden; background: #fff; }
.catalog-photo img { position: absolute; left: var(--ix); top: var(--iy); width: var(--iw); height: var(--ih); max-width: none; object-fit: fill; }
.catalog-photo:hover img { opacity: 1; }
.catalog-photo:focus-visible { outline-offset: -3px; }
.catalog-photo .expand { color: #fff; }
.catalog-photo-index { position: absolute; top: 7px; left: 7px; padding: 1px 6px; background: #141517cc; color: #fff; font-size: .625rem; opacity: 0; transition: opacity .2s; }
.catalog-photo:hover .catalog-photo-index, .catalog-photo:focus-visible .catalog-photo-index { opacity: 1; }
.catalog-mobile-caption { display: none; }
.spread-captions { display: flex; flex-wrap: wrap; gap: 5px 24px; padding-top: 17px; max-width: 1200px; }
.spread-captions p { color: #c4c5c9; font-size: .8125rem; line-height: 1.8; word-break: keep-all; }
.spread-captions p span { color: #888a90; font-size: .625rem; margin-right: 8px; }
.catalog-statement { border-block: 1px solid var(--line); padding: 41.4px clamp(0px, 4vw, 60px); margin-block: 58.5px; }
.catalog-statement > .eyebrow { font-size: .75rem; }
.catalog-statement blockquote { font-family: var(--serif); font-size: clamp(19px, 2vw, 28px); line-height: 1.85; letter-spacing: -.02em; word-break: keep-all; margin: 25px 0 22px; }
.catalog-statement summary { width: fit-content; cursor: pointer; color: #b3b4b9; font-size: .8125rem; }
.catalog-statement summary span { margin-left: 16px; }
.catalog-statement details > p { max-width: 820px; font-size: .9375rem; color: #c4c5c9; line-height: 2.15; word-break: keep-all; margin-top: 25px; }
.catalog-statement .statement-signature { color: var(--accent); }
.exhibition-end { display: flex; flex-wrap: wrap; gap: 25.2px; align-items: end; border-top: 1px solid var(--line); padding: 31.5px 0 58.5px; margin-top: 54px; }
.exhibition-end > p { flex: 1; font-family: var(--serif); font-size: 30px; line-height: 1.5; }
.exhibition-end > p > span:first-child { font-size: 20px; margin-left: 7px; }
.exhibition-end > p > span:last-child { display: block; font: 13px/1.7 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--muted); margin-top: 5px; }
.exhibition-route h2:focus, .exhibition-route h3:focus, .exhibition-route h4:focus, #exhibitions-title:focus { outline: none; }
.contact { background: #eaeaec; color: #222326; padding-block: 65px 25.2px; max-width: none; }
.contact-top, .footer { max-width: calc(1800px - var(--gutter) * 2); margin-inline: auto; }
.contact .eyebrow { color: #55565d; margin-bottom: 22px; }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.contact h2 { font-family: var(--serif); font-size: clamp(38px, 4.8vw, 68px); line-height: 1.05; letter-spacing: -.04em; }
.contact address { font-style: normal; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 12px; }
.email { font-family: var(--serif); font-size: clamp(20px, 2.3vw, 34px); letter-spacing: -.02em; border-bottom: 1px solid #93949b; overflow-wrap: anywhere; }
.phone { font-size: 1.125rem; }
.address, .social { font-size: .875rem; color: #54555c; }
.social { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; }
.social svg { width: 18px; height: 18px; }
.footer { margin-top: 59.4px; padding-top: 18.9px; border-top: 1px solid #bfc0c6; display: flex; justify-content: space-between; gap: 24px; font-size: .75rem; color: #55565c; }
.footer a { font-size: .875rem; }
.lightbox { color-scheme: light; border: 0; margin: 0; padding: 0; width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; color: #28292d; background: #f7f7f6; }
.lightbox::backdrop { background: #f7f7f6; }
.lightbox[open] { display: flex; flex-direction: column; }
.lightbox-toolbar { flex: none; display: flex; justify-content: space-between; align-items: center; padding: 14px 28px; gap: 15px; border-bottom: 1px solid #d9d9d9; }
.lightbox-toolbar p { font-size: .8125rem; color: #61636a; }
#lightbox-counter { font-variant-numeric: tabular-nums; margin-left: auto; margin-right: 28px; }
.lightbox-stage { min-height: 0; flex: 1; position: relative; padding: 34px 92px; display: flex; align-items: center; justify-content: center; }
.lightbox-image { width: 100%; height: 100%; object-fit: contain; }
.lightbox-image-wrap { width: 100%; height: 100%; min-width: 0; min-height: 0; }
/* Swap the image box before a quarter-turn so every edge stays visible. */
.oriented-photo { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; container-type: size; }
.oriented-photo img { position: absolute; left: 50%; top: 50%; width: 100cqh; height: 100cqw; max-width: none; translate: -50% -50%; rotate: var(--display-rotation); object-fit: contain; }
#category-maps .photo-link { aspect-ratio: 2 / 3; }
.lightbox-prev, .lightbox-next { position: absolute; top: calc(50% - 22px); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-caption { display: flex; justify-content: space-between; align-items: end; flex: none; gap: 20px; padding: 0 36px 26px; }
.lightbox-caption h2 { font-size: 1.125rem; line-height: 1.6; }
#lightbox-credit { font-size: .875rem; color: #61636a; margin-top: 3px; }
.lightbox-help { font-size: .75rem; color: #787a81; }
.lightbox-help span { margin-left: 20px; }
.lightbox-message { position: absolute; padding: 22px; background: #f7f7f6; color: #555; max-width: 80%; text-align: center; }
@media (min-width: 1700px) { .collections-grid, .category-grid { gap: 54px 36px; } }
@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 110px; }
  .header-description { display: none; }
  .collections-grid, .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 24px; }
  .category-history { grid-template-columns: 1fr; gap: 22px; }
  .hero-work-link { display: none; }
  .studio-layout { grid-template-columns: 1fr; gap: 35px; }
  .studio-image { max-width: 900px; }
  .studio-copy { max-width: 720px; }
  .exhibition-heading h2 span { display: block; margin: 8px 0 0; }
  .exhibition-navigation { gap: 14px; }
  .exhibition-nav { gap: 19px; }
  .exhibition-nav a > span { display: none; }
  .catalog-jump { max-width: 175px; }
}
@media (max-width: 760px) {
  .exhibition-feature { grid-template-columns: 1fr; }
  .exhibition-feature-image { aspect-ratio: 1.9; }
  .exhibition-feature-copy { padding: 28px; }
  .exhibition-feature h3 { margin-block: 18px; font-size: 52px; }
  .exhibition-feature h3 span { display: inline; margin-left: 15px; }
  .exhibition-enter { margin-top: 25px; }
  .exhibition-heading { display: block; padding-block: 25px 30px; }
  .exhibition-heading > div:last-child { margin-top: 23px; }
  .exhibition-heading h2 span { display: inline; margin-left: 14px; }
  .exhibition-navigation { flex-wrap: wrap; gap: 8px; padding-block: 8px; }
  .exhibition-nav { flex: 1 1 100%; justify-content: space-between; gap: 22px; }
  .catalog-jump { max-width: none; flex: 1; }
  .catalog-jump select { max-width: none; }
  .exhibition-chapter, .catalog-spread { scroll-margin-top: 150px; }
}
@media (max-width: 700px) {
  .exhibition-index { padding-block: 50px 60px; }
  .exhibition-route { padding-top: 0; }
  .exhibition-chapter { padding-top: 28.8px; }
  .exhibition-chapter + .exhibition-chapter { margin-top: 34.2px; }
  .exhibition-chapter-heading { margin-bottom: 13.5px; }
  .exhibition-chapter-heading > p span { display: block; margin-left: 0; }
  .catalog-spread { margin-bottom: 28.8px; }
  .catalog-canvas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; aspect-ratio: auto; background: transparent; overflow: visible; align-items: start; }
  .catalog-item { position: static; width: auto; height: auto; min-width: 0; }
  .catalog-photo { width: 100%; height: auto; aspect-ratio: var(--photo-ratio); }
  .catalog-photo img { position: static; width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
  .catalog-photo-index { display: none; }
  .catalog-photo .expand { opacity: 1; }
  .catalog-single { grid-template-columns: 1fr; }
  .catalog-mobile-caption { display: block; color: #c4c5c9; font-size: .75rem; line-height: 1.7; padding-top: 9px; word-break: keep-all; }
  .catalog-mobile-caption > span { color: #92949b; margin-right: 7px; font-size: .6875rem; }
  .spread-captions { display: none; }
  .catalog-statement { padding-block: 25.2px; margin-block: 34.2px; }
  .catalog-statement blockquote br { display: none; }
  .exhibition-end { padding-block: 25.2px 40.5px; margin-top: 31.5px; gap: 19.8px; }
  .exhibition-end > p { flex: 1 1 100%; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; }
  .site-header { display: flex; flex-wrap: wrap; padding-block: 22px 0; gap: 20px; min-height: 130px; }
  .wordmark { font-size: 38px; }
  .wordmark > span:first-child { font-size: 12px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 3px 0 12px; }
  .hero-stage { margin-inline: 0; height: clamp(290px, calc(100svh - 290px), 580px); }
  .hero-bottom { gap: 12px; flex-wrap: wrap; padding-block: 20px; min-height: 130px; }
  .hero-caption { flex: 1 1 100%; }
  .hero-caption > p:last-child { font-size: .9375rem; }
  .hero-controls { margin-left: auto; order: 2; }
  .hero-work-link { display: flex; order: 1; margin-right: auto; padding: 0; }
  .hero-controls .icon-button { width: 38px; height: 38px; padding: 8px; }
  .hero-caption .eyebrow { margin-bottom: 5px; }
  .portfolio { padding-top: 57px; padding-bottom: 65px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .section-heading h2 { font-size: 30px; }
  .section-meta { text-align: left; margin-top: 18px; font-size: .8125rem; }
  .section-meta br, .section-meta span { display: none; }
  .collections-grid, .category-grid { gap: 28px 14px; }
  .collection-caption { gap: 8px; padding-block: 12px; flex-wrap: wrap; }
  .collection-number { display: none; }
  .collection-caption h3 { font-size: 1rem; }
  .collection-caption p { font-size: .75rem; line-height: 1.55; }
  .collection-total { font-size: 1.125rem; }
  .collection-open { width: 28px; height: 28px; padding: 6px; bottom: 8px; right: 8px; opacity: 1; transform: none; }
  .collection-route { padding-top: 5px; }
  .collection-topline { padding: 15px 0 22px; }
  .collection-topline > span { display: none; }
  .category-nav { flex-wrap: nowrap; overflow-x: auto; gap: 22px; padding-block: 8px; scrollbar-width: thin; }
  .category-nav a { white-space: nowrap; flex: none; }
  .category-nav a[aria-current]::after { bottom: -8px; }
  .category-panel { padding-top: 38px; }
  .category-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .category-intro h2 { font-size: 42px; }
  .category-intro .eyebrow { margin-bottom: 10px; }
  .category-count { margin-top: 14px; }
  .category-history { padding-block: 23px 30px; }
  .category-history ul { grid-template-columns: 1fr; gap: 18px; }
  .category-history strong { font-size: .9375rem; }
  .gallery-heading { display: block; margin-bottom: 22px; }
  .gallery-heading > p:last-child { margin-top: 8px; }
  .photo-card figcaption { gap: 7px; padding-top: 11px; }
  .photo-number { display: none; }
  .photo-card h4 { font-size: .875rem; }
  .photo-card figcaption p { font-size: .8125rem; }
  .expand { width: 28px; height: 28px; padding: 6px; bottom: 7px; right: 7px; opacity: 1; }
  .collection-end { margin-top: 40.5px; padding-bottom: 42px; }
  .next-collection { gap: 2px 14px; }
  .next-collection strong { font-size: 1.25rem; }
  .studio { padding-block: 56px; }
  .studio-values { grid-template-columns: 1fr; gap: 25px; }
  .record-list { grid-template-columns: 1fr; }
  .contact { padding-top: 47px; }
  .contact-top { grid-template-columns: 1fr; gap: 28px; }
  .contact h2 { font-size: 45px; }
  .contact address { padding-top: 0; }
  .email { font-size: 23px; }
  .footer { margin-top: 42px; align-items: center; gap: 14px; }
  .footer > span { display: none; }
  .lightbox-toolbar { padding: 10px 14px; gap: 8px; }
  #lightbox-counter { margin-right: 5px; }
  .lightbox-stage { padding: 25px 8px 72px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 14px; }
  .lightbox-prev { left: calc(50% - 60px); }
  .lightbox-next { right: calc(50% - 60px); }
  .lightbox-caption { padding: 8px 22px 24px; }
  .lightbox-caption h2 { font-size: 1rem; }
  .lightbox-help { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
