:root {
	--black: #090909;
	--near-black: #121212;
	--warm-gray: #e8e8e2;
	--warm-gray-dark: #c8c8c1;
	--white: #f7f7f3;
	--ink: #111111;
	--muted-dark: #a9a9a2;
	--muted-light: #676762;
	--line-dark: #40403d;
	--line-light: #191919;
	--page-pad: clamp(1.25rem, 3.2vw, 3.75rem);
	--header-height: 4.75rem;
	--font-sans: Arial, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
	font-family: var(--font-sans);
	color: var(--white);
	background: var(--black);
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--black); color: var(--white); }
body.light-page { background: var(--warm-gray); color: var(--ink); }
body, button { font: inherit; }
img, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, p, dl, dd, figure { margin: 0; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { border-radius: 0; }
[hidden] { display: none !important; }

:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; translate: 0 -200%; padding: .7rem 1rem; background: var(--white); color: var(--black); text-decoration: none; }
.skip-link:focus { translate: 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.eyebrow { color: var(--muted-dark); font-size: .68rem; font-weight: 700; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.light-page .eyebrow { color: var(--muted-light); }
.wordmark { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; line-height: 1.02; text-decoration: none; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid currentColor; padding: .85rem 0; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.text-link--wide { width: 100%; }

/* Shared navigation */
.site-header { position: relative; z-index: 20; display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; padding: 0 var(--page-pad); border-bottom: 1px solid var(--line-light); }
.site-header--light { background: var(--warm-gray); color: var(--ink); }
.site-header--dark { border-color: var(--line-dark); background: var(--black); color: var(--white); }
.site-header--overlay { position: absolute; inset: 0 0 auto; border-color: rgba(255, 255, 255, .28); color: var(--white); }
.desktop-navigation { display: flex; align-items: center; gap: .25rem; }
.desktop-navigation a { display: inline-flex; align-items: center; gap: .55rem; padding: .65rem .75rem; font-size: .7rem; letter-spacing: .07em; text-decoration: none; }
.desktop-navigation a[aria-current="page"] { border-bottom: 1px solid currentColor; }
.desktop-navigation a span { transition: translate .2s ease; }
.desktop-navigation a:hover span, .desktop-navigation a:focus-visible span { translate: .2rem 0; }
.mobile-navigation { display: none; }

/* Home */
.portfolio-shell { min-height: 100svh; background: var(--black); color: var(--white); }
.featured-work { position: relative; min-height: max(46rem, 100svh); display: flex; align-items: end; overflow: hidden; padding: calc(var(--header-height) + 4rem) var(--page-pad) clamp(2rem, 6vw, 5rem); isolation: isolate; }
.featured-media, .featured-overlay, .featured-placeholder { position: absolute; inset: 0; }
.featured-media { z-index: -3; background: #242424; }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-placeholder { background: radial-gradient(circle at 72% 40%, rgba(224, 230, 219, .92) 0 2%, transparent 24%), radial-gradient(ellipse at 55% 58%, #65536f 0 10%, #30394a 47%, transparent 72%), linear-gradient(135deg, #182126, #63716e 48%, #3a263b 76%, #090909); }
.featured-placeholder::after { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(255,255,255,.12) 10px 11px); }
.featured-overlay { z-index: -2; background: linear-gradient(180deg, rgba(0, 0, 0, .28), transparent 36%, rgba(0, 0, 0, .77)); }
.featured-copy { width: min(84rem, 94%); }
.featured-copy .eyebrow { color: var(--white); }
.featured-copy h1 { max-width: 11ch; margin: .8rem 0 2.25rem; font-size: clamp(4rem, 11vw, 11.5rem); font-weight: 400; letter-spacing: -.085em; line-height: .78; overflow-wrap: anywhere; }
.featured-meta { display: grid; width: min(42rem, 100%); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; border-top: 1px solid rgba(255, 255, 255, .55); padding-top: .8rem; }
.featured-meta dt, .featured-meta dd { font-size: .66rem; line-height: 1.45; }
.featured-meta dt { margin-bottom: .3rem; color: rgba(255,255,255,.65); letter-spacing: .08em; }
.featured-link { display: inline-flex; gap: 1.5rem; margin-top: 2rem; border-bottom: 1px solid currentColor; padding: .7rem 0; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.featured-scroll { position: absolute; right: var(--page-pad); bottom: 2rem; font-size: .65rem; letter-spacing: .08em; text-decoration: none; writing-mode: vertical-rl; }
.home-index { padding: clamp(5rem, 11vw, 10rem) var(--page-pad); }
.home-index-heading { display: grid; grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr); gap: 4rem; align-items: end; margin-bottom: clamp(4rem, 9vw, 8rem); }
.home-index-heading h2 { margin-top: .7rem; font-size: clamp(3.5rem, 9vw, 9rem); font-weight: 400; letter-spacing: -.085em; line-height: .73; }
.home-index-heading > p { max-width: 30rem; color: var(--muted-dark); font-size: .86rem; line-height: 1.7; }
.work-index-list { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.work-index-item { display: grid; grid-template-columns: minmax(3.5rem, .45fr) minmax(0, 4fr); align-items: stretch; border-bottom: 1px solid var(--line-dark); }
.work-index-number { align-self: center; font-size: .68rem; letter-spacing: .08em; }
.work-index-item > a { display: grid; grid-template-columns: minmax(10rem, 2fr) minmax(4rem, .55fr) minmax(8rem, 1fr) minmax(7rem, 1fr); gap: 1rem; align-items: baseline; padding: 1.2rem 0; text-decoration: none; }
.work-index-item strong { font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 400; letter-spacing: -.02em; }
.work-index-item a > span { color: var(--muted-dark); font-size: .68rem; line-height: 1.45; }
.work-index-item a:hover strong, .work-index-item a:focus-visible strong { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .3em; }
.home-index .text-link--wide { margin-top: 2rem; }
.home-information { display: grid; grid-template-columns: minmax(8rem, .7fr) minmax(0, 2fr) auto; gap: 2rem; align-items: end; border-top: 1px solid var(--line-dark); padding: clamp(4rem, 8vw, 7rem) var(--page-pad); }
.home-information h2 { max-width: 18ch; font-size: clamp(2.2rem, 5.5vw, 5.75rem); font-weight: 400; letter-spacing: -.065em; line-height: .94; }

/* Work archive */
.works-shell, .detail-shell, .information-shell { min-height: 100svh; background: var(--warm-gray); color: var(--ink); }
.works-intro { display: grid; grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr); gap: 4rem; align-items: end; padding: clamp(6rem, 14vh, 10rem) var(--page-pad) clamp(3rem, 6vw, 6rem); }
.works-intro h1 { margin-top: .65rem; font-size: clamp(5rem, 14vw, 14rem); font-weight: 400; letter-spacing: -.095em; line-height: .68; }
.works-intro > p { max-width: 35rem; font-size: .86rem; line-height: 1.7; }
.archive-controls { display: none; grid-template-columns: auto minmax(0, 1fr); gap: 2rem; align-items: start; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); padding: 1rem var(--page-pad); }
.js .archive-controls { display: grid; }
.view-switch, .category-filter { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.view-switch > span, .category-filter > span, .taxonomy-select > span, .archive-search > span { margin-right: .45rem; color: var(--muted-light); font-size: .62rem; font-weight: 700; letter-spacing: .09em; }
.archive-controls button, .viewer-activate { border: 1px solid currentColor; padding: .5rem .72rem; background: transparent; color: inherit; font-size: .64rem; font-weight: 700; letter-spacing: .06em; cursor: pointer; }
.archive-controls button[aria-pressed="true"], .archive-controls button:hover, .viewer-activate:hover { background: var(--ink); color: var(--warm-gray); }
.taxonomy-controls { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(11rem, .5fr) auto; gap: .7rem 1rem; align-items: center; }
.category-filter { min-width: 0; }
.category-filter button { max-width: 18rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.taxonomy-select, .archive-search { display: flex; align-items: center; gap: .35rem; }
.taxonomy-select select, .archive-search input { min-height: 2rem; border: 1px solid var(--ink); border-radius: 0; padding: .42rem .55rem; background: transparent; color: inherit; font: inherit; font-size: .68rem; }
.taxonomy-select select { max-width: 13rem; }
.archive-search input { width: 100%; min-width: 11rem; }
.archive-result-count { color: var(--muted-light); font-size: .62rem; letter-spacing: .08em; white-space: nowrap; }
.archive-view--index { padding: clamp(4rem, 8vw, 7rem) var(--page-pad); }
.index-view-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.index-view-heading h2 { font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.06em; }
.index-view-heading p { color: var(--muted-light); font-size: .62rem; letter-spacing: .07em; }
.light-page .work-index-list { border-color: var(--line-light); }
.light-page .work-index-item { border-color: var(--line-light); }
.light-page .work-index-item a > span { color: var(--muted-light); }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--ink); border-bottom: 1px solid var(--ink); }
.work-card { min-width: 0; background: var(--warm-gray); }
.work-card > a { display: block; height: 100%; text-decoration: none; }
.work-card-media { aspect-ratio: 1; overflow: hidden; background: var(--near-black); }
.work-card-media img { width: 100%; height: 100%; object-fit: cover; transition: scale .45s ease; }
.work-card:hover .work-card-media img { scale: 1.025; }
.media-placeholder { position: relative; width: 100%; height: 100%; min-height: 12rem; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #1d252a, #6d7772 46%, #4a3048 78%, #171217); color: rgba(255,255,255,.75); }
.media-placeholder::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 9px, rgba(255,255,255,.08) 9px 10px); }
.media-placeholder span { position: relative; z-index: 1; font-size: .68rem; letter-spacing: .08em; }
.media-placeholder--large { min-height: min(68rem, 75svh); }
.work-card-copy { min-height: 13rem; padding: 1rem; }
.work-card-copy h2 { min-height: 2.25em; margin: 1.4rem 0 2rem; font-size: clamp(1.35rem, 2.3vw, 2.75rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; overflow-wrap: anywhere; }
.work-card-copy dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; border-top: 1px solid var(--line-light); padding-top: .65rem; }
.work-card-copy dt, .work-card-copy dd { font-size: .62rem; line-height: 1.4; }
.work-card-copy dt { margin-bottom: .25rem; color: var(--muted-light); letter-spacing: .06em; }
.archive-empty { padding: 4rem var(--page-pad); }

/* Work detail */
.detail-heading { min-height: min(54rem, 78svh); display: flex; flex-direction: column; justify-content: end; padding: clamp(6rem, 13vh, 10rem) var(--page-pad) clamp(3rem, 6vw, 6rem); }
.detail-heading h1 { max-width: 12ch; margin: .9rem 0 clamp(2.5rem, 6vw, 5rem); font-size: clamp(4.2rem, 11vw, 11rem); font-weight: 400; letter-spacing: -.09em; line-height: .77; overflow-wrap: anywhere; }
.detail-summary { width: min(42rem, 70%); margin-left: auto; font-size: clamp(1.25rem, 2.35vw, 2.5rem); letter-spacing: -.035em; line-height: 1.17; white-space: pre-line; }
.detail-metadata { display: grid; grid-template-columns: minmax(8rem, .7fr) minmax(0, 3fr); gap: 2rem; border-top: 1px solid var(--line-light); padding: 1rem var(--page-pad) clamp(4rem, 8vw, 7rem); }
.detail-metadata dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 1.5rem; }
.detail-metadata dl > div { min-height: 4.5rem; border-bottom: 1px solid rgba(0,0,0,.28); padding: .6rem 0; }
.detail-metadata dt { margin-bottom: .5rem; color: var(--muted-light); font-size: .61rem; letter-spacing: .08em; }
.detail-metadata dd { font-size: .78rem; line-height: 1.45; }
.work-media { background: var(--black); color: var(--white); }
.section-label-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line-dark); padding: 1rem var(--page-pad); }
.section-label-row > p:last-child { color: var(--muted-dark); font-size: .68rem; }
.image-gallery { display: grid; gap: 1px; background: var(--line-dark); }
.image-gallery figure { background: var(--black); }
.image-gallery img { width: 100%; max-height: 95svh; object-fit: contain; }
.image-gallery figcaption, .video-frame figcaption { padding: .75rem var(--page-pad); color: var(--muted-dark); font-size: .68rem; line-height: 1.5; }
.video-frame video { width: 100%; max-height: 90svh; background: #000; }
.media-empty { min-height: 22rem; display: grid; place-items: center; padding: 2rem; color: var(--muted-dark); font-size: .76rem; }
.deferred-viewer { position: relative; }
.viewer-poster { max-height: 78svh; overflow: hidden; background: #111; }
.viewer-poster img { width: 100%; height: min(78svh, 64rem); object-fit: cover; opacity: .82; }
.viewer-action { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 1rem var(--page-pad); }
.viewer-action p, .no-script-note { color: var(--muted-dark); font-size: .68rem; line-height: 1.5; }
.viewer-activate { color: var(--white); white-space: nowrap; }
.viewer-activate:disabled { cursor: default; opacity: .5; }
.viewer-target:empty { display: none; }
.deferred-viewer[data-active="true"] .viewer-poster { display: none; }
.viewer-target figure { margin: 0 auto; }
.work-media--scroll .viewer-target img { width: min(100%, 100rem); margin: 0 auto; }
.work-media--panorama .viewer-target, .work-media--deep-zoom .viewer-target { overflow: auto; max-height: 82svh; background: #050505; overscroll-behavior: contain; }
.work-media--panorama .viewer-target img { width: auto; max-width: none; height: min(78svh, 64rem); }
.work-media--deep-zoom .viewer-target img { width: max(100%, 112rem); max-width: none; }
.work-media--street-view .viewer-target iframe { width: 100%; height: min(76svh, 58rem); border: 0; }
.manifest-notice { min-height: 24rem; display: grid; align-content: center; justify-items: center; gap: 1rem; padding: 2rem; }
.manifest-notice p { color: var(--muted-dark); }
.manifest-notice a { border-bottom: 1px solid currentColor; padding: .5rem 0; font-size: .72rem; text-decoration: none; }
.no-script-note { border-top: 1px solid var(--line-dark); padding: 1rem var(--page-pad); }
.detail-sections { padding: clamp(5rem, 10vw, 10rem) var(--page-pad); }
.detail-sections > section { display: grid; grid-template-columns: minmax(4rem, .7fr) minmax(0, 3fr); gap: 2rem; border-top: 1px solid var(--line-light); padding: 1rem 0 clamp(5rem, 10vw, 9rem); }
.section-number { font-size: .68rem; letter-spacing: .08em; }
.detail-sections h2 { margin-bottom: clamp(2rem, 5vw, 4.5rem); font-size: clamp(2rem, 5.5vw, 6rem); font-weight: 400; letter-spacing: -.07em; }
.detail-sections section div > p { max-width: 50rem; font-size: clamp(1.05rem, 1.8vw, 1.65rem); line-height: 1.55; white-space: pre-line; }
.detail-navigation { padding: 0 var(--page-pad) clamp(5rem, 9vw, 9rem); }
.detail-navigation > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 2rem; background: var(--line-light); border: 1px solid var(--line-light); }
.detail-navigation > div > a, .detail-navigation > div > span { min-height: 12rem; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 1rem; background: var(--warm-gray); text-decoration: none; }
.detail-navigation > div > a:last-child { text-align: right; }
.detail-navigation a span { color: var(--muted-light); font-size: .62rem; letter-spacing: .08em; }
.detail-navigation strong { font-size: clamp(1.25rem, 2.3vw, 2.5rem); font-weight: 400; letter-spacing: -.04em; }

/* Information */
.information-page { padding: clamp(6rem, 14vh, 10rem) var(--page-pad) clamp(5rem, 10vw, 10rem); }
.information-page > header { margin-bottom: clamp(6rem, 14vw, 13rem); }
.information-page > header h1 { max-width: 14ch; margin-top: .8rem; font-size: clamp(3.4rem, 8.6vw, 9rem); font-weight: 400; letter-spacing: -.085em; line-height: .81; }
.information-section { display: grid; grid-template-columns: minmax(4rem, .7fr) minmax(0, 3fr); gap: 2rem; border-top: 1px solid var(--line-light); padding: 1rem 0 clamp(5rem, 9vw, 8rem); }
.information-number { font-size: .68rem; letter-spacing: .08em; }
.information-section h2 { margin-bottom: clamp(2.5rem, 6vw, 5rem); font-size: clamp(2rem, 5.6vw, 6rem); font-weight: 400; letter-spacing: -.07em; }
.information-section div > p { max-width: 45rem; font-size: clamp(1rem, 1.7vw, 1.5rem); line-height: 1.55; }
.pending-label { display: inline-block; margin-right: .55rem; border: 1px solid currentColor; padding: .15rem .35rem; font-size: .6em; font-weight: 700; letter-spacing: .06em; vertical-align: .15em; }

/* Footer */
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: end; border-top: 1px solid var(--line-dark); padding: 1.5rem var(--page-pad) 3rem; background: var(--black); color: var(--white); }
.site-footer p, .site-footer > a:last-child { color: var(--muted-dark); font-size: .66rem; letter-spacing: .06em; }
.site-footer > a:last-child { text-decoration: none; }

@media (min-width: 1500px) {
	.work-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.home-index-heading, .works-intro { grid-template-columns: 1fr; gap: 2.5rem; }
	.home-index-heading > p, .works-intro > p { max-width: 36rem; }
	.work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.archive-controls { grid-template-columns: 1fr; }
	.taxonomy-controls { grid-template-columns: 1fr 1fr; }
	.category-filter { grid-column: 1 / -1; }
	.archive-result-count { justify-self: end; }
	.detail-summary { width: min(42rem, 86%); }
	.detail-metadata dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	:root { --page-pad: 1rem; --header-height: 4rem; }
	.desktop-navigation { display: none; }
	.mobile-navigation { display: block; }
	.mobile-navigation summary { width: 2.6rem; height: 2.6rem; display: grid; place-content: center; gap: .35rem; cursor: pointer; list-style: none; }
	.mobile-navigation summary::-webkit-details-marker { display: none; }
	.mobile-navigation summary span { width: 1.45rem; height: 1px; display: block; background: currentColor; transition: rotate .2s ease, translate .2s ease; }
	.mobile-navigation[open] summary { position: fixed; z-index: 2; top: .7rem; right: .65rem; color: var(--white); }
	.mobile-navigation[open] summary span:first-child { translate: 0 .2rem; rotate: 45deg; }
	.mobile-navigation[open] summary span:last-child { translate: 0 -.2rem; rotate: -45deg; }
	.mobile-navigation nav { position: fixed; z-index: 1; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 4rem 1rem; background: rgba(9,9,9,.98); color: var(--white); }
	.mobile-navigation nav a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); padding: .5rem 0; font-size: clamp(2.2rem, 12vw, 4.5rem); font-weight: 400; letter-spacing: -.065em; line-height: 1; text-decoration: none; }
	.mobile-navigation nav a span { font-size: .35em; }
	.featured-work { min-height: max(40rem, 100svh); padding-bottom: 5rem; }
	.featured-copy { width: 100%; }
	.featured-copy h1 { margin-bottom: 1.75rem; font-size: clamp(3.5rem, 18vw, 6.5rem); }
	.featured-meta { grid-template-columns: 1fr; gap: .6rem; }
	.featured-meta > div { display: grid; grid-template-columns: 5rem 1fr; }
	.featured-meta dt { margin-bottom: 0; }
	.featured-scroll { display: none; }
	.home-index-heading h2 { font-size: clamp(3.4rem, 20vw, 6rem); }
	.work-index-item { grid-template-columns: 2.75rem minmax(0, 1fr); }
	.work-index-item > a { grid-template-columns: 1fr auto; gap: .45rem 1rem; padding: 1rem 0; }
	.work-index-item strong { grid-column: 1 / -1; }
	.work-index-item a > span:nth-of-type(2), .work-index-item a > span:nth-of-type(3) { grid-column: 1 / -1; }
	.home-information { grid-template-columns: 1fr; align-items: start; }
	.home-information h2 { margin: 2.25rem 0; }
	.site-footer { grid-template-columns: 1fr auto; }
	.site-footer p { grid-column: 1 / -1; grid-row: 2; }
	.works-intro { padding-top: 6rem; }
	.works-intro h1 { font-size: clamp(4.7rem, 25vw, 8rem); }
	.work-grid { grid-template-columns: 1fr; }
	.work-card-copy { min-height: 11rem; }
	.index-view-heading { align-items: start; flex-direction: column; }
	.view-switch > span, .category-filter > span { width: 100%; margin-bottom: .25rem; }
	.taxonomy-controls { grid-template-columns: 1fr; }
	.category-filter, .taxonomy-select, .archive-search, .archive-result-count { grid-column: 1; }
	.taxonomy-select, .archive-search { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); }
	.taxonomy-select select { width: 100%; max-width: none; }
	.archive-result-count { justify-self: start; }
	.detail-heading { min-height: 68svh; padding-top: 6rem; }
	.detail-heading h1 { font-size: clamp(3.4rem, 17vw, 6rem); }
	.detail-summary { width: 100%; }
	.detail-metadata, .detail-sections > section, .information-section { grid-template-columns: 1fr; }
	.detail-metadata dl { grid-template-columns: 1fr; }
	.detail-sections > section, .information-section { gap: 2.5rem; }
	.viewer-action { align-items: start; flex-direction: column; }
	.viewer-activate { width: 100%; }
	.detail-navigation > div { grid-template-columns: 1fr; }
	.detail-navigation > div > a, .detail-navigation > div > span { min-height: 9rem; }
	.information-page > header h1 { font-size: clamp(3.2rem, 16vw, 5.5rem); }
}

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