@font-face {
  font-family: "Xinqi Title";
  src: url("assets/xinqi-title-noto-serif-tc.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #171714;
  --ink-soft: #4f504a;
  --paper: #eeeee9;
  --paper-bright: #f8f8f4;
  --stone: #c9c7bd;
  --olive: #414638;
  --gold: #9a7a42;
  --night: #121310;
  --layout-max: 1600px;
  --reading-max: 1360px;
  --page-progress: 0%;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
body.menu-open { position: fixed; width: 100%; overflow: hidden; touch-action: none; }
button, a { color: inherit; }
button { font: inherit; }
img { display: block; width: 100%; }
a { text-decoration: none; }
h1, h2, p, figure, dl, dd { margin: 0; }
a:focus-visible, button:focus-visible { outline: 2px solid #c4a66b; outline-offset: 4px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 2px;
  z-index: 100;
  background: rgba(255,255,255,.18);
}
.page-progress span { display: block; width: var(--page-progress); height: 100%; background: #c4a66b; }

.social-dock { position: fixed; z-index: 50; top: 50%; right: clamp(12px, 1.5vw, 24px); translate: 0 -50%; display: grid; gap: 12px; }
.social-link { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.2); transition: transform .25s ease, box-shadow .25s ease; }
.social-link:hover, .social-link:focus-visible { transform: scale(1.08); box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.social-link-line { background: #06c755; font-size: 9px; font-weight: 700; }
.social-link-facebook { background: #1877f2; font-family: Arial, sans-serif; font-size: 30px; font-weight: 700; line-height: 1; }
.social-link-facebook span { translate: 0 2px; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 4vw, 60px);
  color: #fff;
}
.brand img { width: 70px; height: 70px; object-fit: contain; }
.site-nav { position: absolute; z-index: 21; top: 24px; right: clamp(20px, 4vw, 60px); color: #fff; font-size: clamp(15px, 1.1vw, 18px); }
.nav-links { display: flex; gap: clamp(32px, 2.5vw, 44px); align-items: center; }
.mobile-menu-meta, .mobile-menu-footer { display: none; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: currentColor;
  scale: 0 1;
  transform-origin: right;
  transition: scale .35s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { scale: 1; transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }

.hero {
  min-height: 94svh;
  height: 94svh;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--night);
}
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 46%; transform: scale(1.035); animation: hero-settle 1.1s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(8,9,7,.72) 0%, rgba(8,9,7,.2) 53%, rgba(8,9,7,.38) 100%), linear-gradient(0deg, rgba(8,9,7,.52), transparent 55%); }
.hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 8vw, 126px);
  top: 52%;
  translate: 0 -50%;
}
.hero-kicker { margin-bottom: 20px; font-size: 12px; letter-spacing: .16em; }
.hero h1 {
  font-family: "Xinqi Title", "Songti TC", "Noto Serif TC", "PMingLiU", serif;
  font-size: clamp(68px, 11vw, 160px);
  font-weight: 400;
  line-height: .95;
}
.hero-artists { margin-top: 28px; font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(16px, 1.7vw, 24px); line-height: 1.8; }
.hero-date { position: absolute; z-index: 2; right: clamp(24px, 5vw, 76px); bottom: 54px; display: grid; gap: 7px; text-align: right; }
.hero-date span { font-size: clamp(13px, .95vw, 15px); letter-spacing: .16em; }
.hero-date strong { font-family: "Times New Roman", serif; font-size: clamp(24px, 2.8vw, 38px); font-weight: 400; line-height: 1; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(24px, 4vw, 60px); bottom: 48px; display: flex; align-items: center; gap: 14px; font-size: 11px; }
.scroll-cue span { width: 56px; height: 1px; background: currentColor; position: relative; overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: #b5965f; translate: -100% 0; animation: line-pass 2s 1s ease-in-out infinite; }

.section-pad {
  padding-block: clamp(88px, 12vw, 180px);
  padding-inline: max(clamp(24px, 4vw, 72px), calc((100vw - var(--layout-max)) / 2));
}
.section-label { font-size: 12px; color: var(--ink-soft); }
.story {
  background: var(--paper-bright);
  padding-block: clamp(72px, 7vw, 108px);
}
.story-inner { width: 100%; max-width: 1180px; margin-inline: auto; }
.story .section-label { width: 100%; max-width: 900px; margin: 0 auto clamp(34px, 3.5vw, 50px); }
.story-copy { width: 100%; max-width: 900px; margin-inline: auto; }
.story-copy h2 { margin-bottom: clamp(22px, 2.4vw, 34px); font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(30px, 3vw, 46px); font-weight: 400; line-height: 1.45; }
.story-thesis { max-width: 840px; margin-bottom: clamp(34px, 3.8vw, 48px); font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.75; }
.story-prose { max-width: 840px; }
.story-prose > p { color: var(--ink-soft); font-size: clamp(16px, 1.18vw, 19px); line-height: 2; }
.story-prose > p + p { margin-top: clamp(22px, 2.5vw, 32px); }
.story-prose .story-lead { margin-block: clamp(44px, 5vw, 64px); color: var(--ink); font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(38px, 3.7vw, 58px); line-height: 1.5; }
.story-lead strong { font-weight: 500; }

.trio-section { padding: clamp(72px, 9vw, 140px) clamp(24px, 5vw, 78px); background: var(--paper); }
.trio-works { width: 100%; max-width: var(--layout-max); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(260px, .72fr); grid-template-rows: repeat(2, minmax(220px, 25vw)); gap: clamp(18px, 2.4vw, 38px); }
.trio-work { display: block; width: 100%; height: 100%; overflow: hidden; border: 0; padding: 0; background: #d5d4cd; cursor: zoom-in; }
.trio-work:first-child { grid-row: 1 / 3; }
.trio-work img { width: 100%; height: 100%; object-fit: cover; }

.selection-section { padding: clamp(88px, 11vw, 170px) clamp(24px, 3.2vw, 54px); background: #f4f3ef; }
.selection-head, .selection-grid { width: 100%; max-width: var(--layout-max); margin-inline: auto; }
.selection-head { display: grid; grid-template-columns: .8fr 1fr .8fr; align-items: end; gap: 30px; margin-bottom: 58px; }
.selection-head p, .selection-head span { color: var(--ink-soft); font-size: 11px; }
.selection-head h2 { font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(36px, 4.4vw, 64px); font-weight: 400; text-align: center; }
.selection-head span { text-align: right; }
.selection-head-single { grid-template-columns: 1fr; }
.selection-head-single h2 { max-width: 1500px; margin-inline: auto; font-size: clamp(28px, 3.5vw, 50px); line-height: 1.55; }
.swipe-hint { display: none; }
.selection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(42px, 5vw, 78px) clamp(18px, 1.8vw, 30px); }
.selection-rail, .selection-mosaic { display: contents; }
.selection-image { display: block; width: 100%; aspect-ratio: 4 / 3; border: 0; padding: 0; background: #e5e2da; cursor: zoom-in; }
.selection-image img { height: 100%; object-fit: cover; }

.artists { background: #d1d0c8; }
.artist-grid { width: 100%; max-width: var(--layout-max); margin: 50px auto 0; display: grid; grid-template-columns: 1.05fr .72fr 1.05fr; gap: clamp(24px, 4vw, 64px); align-items: start; }
.artist-figure.is-second { padding-top: 190px; }
.artist-media { position: relative; aspect-ratio: 3 / 4; background: #4c5044; }
.artist-media img { height: 100%; object-fit: cover; filter: saturate(.76); }
.artist-media span { position: absolute; left: 24px; bottom: 22px; color: #fff; font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(28px, 3.6vw, 52px); text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.artist-figure figcaption { margin-top: 14px; color: var(--ink-soft); font-size: 11px; line-height: 1.8; }
.artist-text { padding-top: 12vw; font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(21px, 2.4vw, 35px); line-height: 1.75; }

.artist-context { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.35fr); gap: clamp(60px, 8vw, 140px); align-items: start; background: var(--night); color: #ebe8de; }
.artist-context-label { margin-bottom: 34px; color: #96968d; font-size: 11px; }
.artist-narratives { position: sticky; top: 104px; align-self: start; }
.artist-narrative { padding: clamp(34px, 4vw, 58px) 0; border-top: 1px solid #3d3d38; }
.artist-narrative:last-child { border-bottom: 1px solid #3d3d38; }
.artist-narrative header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.artist-narrative h2, .artist-resume h2 { color: #c7a25a; font-family: "Songti TC", "Noto Serif TC", serif; font-weight: 400; }
.artist-narrative h2 { font-size: clamp(30px, 3vw, 44px); }
.artist-narrative small { color: #ebe8de; font-size: 11px; }
.artist-resume header span { color: #ebe8de; font-size: clamp(12px, .9vw, 14px); }
.artist-narrative > p { font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(17px, 1.45vw, 22px); line-height: 2; }
.artist-resumes { border-top: 1px solid #3d3d38; }
.artist-resumes > .artist-context-label { padding-top: 20px; margin-bottom: 0; }
.artist-resume { padding: clamp(50px, 6vw, 84px) 0; border-bottom: 1px solid #3d3d38; }
.artist-resume > header { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.artist-resume h2 { font-size: clamp(36px, 3.2vw, 50px); }
.resume-highlights { padding: 32px 0 40px; border-top: 1px solid #31312e; }
.resume-highlights h3, .resume-sections h3 { margin-bottom: 18px; color: #ebe8de; font-size: clamp(12px, .85vw, 14px); font-weight: 400; }
.resume-highlights ul, .resume-sections ul { list-style: none; }
.resume-highlights li { padding: 8px 0; color: #ebe8de; font-size: clamp(16px, 1.15vw, 19px); line-height: 1.85; }
.resume-highlights strong { color: #f0ede2; font-weight: 500; }
.resume-details { border-top: 1px solid #4a4a43; }
.resume-details summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; color: #ebe8de; font-size: clamp(13px, .9vw, 15px); cursor: pointer; list-style: none; }
.resume-details summary::-webkit-details-marker { display: none; }
.resume-details summary::after { content: "+"; color: #99988f; font-size: 20px; font-weight: 300; }
.resume-details[open] summary::after { content: "−"; }
.resume-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px clamp(38px, 5vw, 76px); padding: 38px 0 12px; }
.resume-sections section { break-inside: avoid; }
.resume-sections li, .resume-sections p { padding: 4px 0; color: #e3e0d7; font-size: clamp(13px, .95vw, 15px); line-height: 1.95; }

.space-section { background: #d8d6cd; }
.space-copy { width: 100%; max-width: var(--layout-max); margin: 0 auto clamp(58px, 9vw, 130px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(54px, 8vw, 130px); align-items: start; }
.space-copy header { max-width: 760px; }
.space-copy h2 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 .22em; font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(50px, 6vw, 92px); font-weight: 400; line-height: 1.15; }
.space-copy h2 span { color: #88877f; font-size: .55em; }
.space-copy h2 small { font-size: .43em; font-weight: 400; white-space: nowrap; }
.space-thesis { max-width: 720px; margin-top: clamp(42px, 5vw, 72px); font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.9; }
.space-description { max-width: 680px; padding-top: 8px; color: var(--ink-soft); font-size: clamp(17px, 1.35vw, 21px); line-height: 2.2; }
.space-gallery { width: 100%; max-width: var(--layout-max); margin-inline: auto; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(180px, 18vw); gap: clamp(12px, 1.5vw, 24px); align-items: stretch; }
.space-photo { margin: 0; background: #aaa89f; }
.space-photo:nth-child(1) { grid-column: 1 / 9; grid-row: span 2; }
.space-photo:nth-child(2) { grid-column: 9 / 13; }
.space-photo:nth-child(3) { grid-column: 9 / 13; }
.space-photo:nth-child(4) { grid-column: 1 / 5; }
.space-photo:nth-child(5) { grid-column: 5 / 9; }
.space-photo:nth-child(6) { grid-column: 9 / 13; }
.space-photo:nth-child(7) { grid-column: 1 / 7; grid-row: span 2; }
.space-photo:nth-child(8) { grid-column: 7 / 10; }
.space-photo:nth-child(9) { grid-column: 10 / 13; }
.space-photo:nth-child(10) { grid-column: 7 / 13; }
.space-photo:nth-child(11) { grid-column: 1 / 6; }
.space-photo:nth-child(12) { grid-column: 6 / 13; }
.space-photo img { height: 100%; object-fit: cover; }

.visit { background: var(--paper-bright); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 160px); }
.visit-title p { margin-bottom: 28px; font-size: clamp(13px, 1vw, 15px); color: var(--ink-soft); }
.visit-title h2 { font-family: "Songti TC", "Noto Serif TC", serif; font-size: clamp(45px, 7vw, 98px); font-weight: 400; line-height: 1.25; }
.visit-info dl { border-top: 1px solid #bdbcb4; }
.visit-info dl div { display: grid; grid-template-columns: 104px 1fr; gap: 34px; padding: 28px 0; border-bottom: 1px solid #d2d1ca; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.95; }
.visit-info dt { color: var(--ink-soft); }
.map-link { display: inline-flex; align-items: center; gap: 58px; margin-top: 46px; padding-bottom: 11px; border-bottom: 1px solid currentColor; font-size: clamp(18px, 1.35vw, 21px); font-weight: 500; }
.visit-actions { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.line-contact { margin: 30px 0 0; width: 118px; text-align: center; }
.line-contact img { width: 118px; height: 118px; padding: 9px; background: var(--night); object-fit: contain; }
.line-contact figcaption { margin-top: 9px; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }

footer { min-height: 330px; padding: 70px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; background: var(--night); color: #e8e5dc; }
footer img { width: 92px; }
footer p { font-size: 12px; }
footer a { justify-self: end; font-size: 12px; }

.image-frame { overflow: hidden; clip-path: inset(0); }
.image-frame img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
button.image-frame:hover img { transform: scale(1.018); }
.reveal { opacity: 1; transform: none; transition: opacity .62s ease, transform .62s cubic-bezier(.2,.7,.2,1); }

.lightbox { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; border: 0; padding: 44px; background: rgba(14,14,12,.95); color: #fff; }
.lightbox::backdrop { background: #111; }
.lightbox img { width: 100%; height: calc(100% - 48px); object-fit: contain; }
.lightbox p { position: absolute; left: 32px; bottom: 18px; font-size: 12px; }
.lightbox-close { position: absolute; z-index: 2; right: 24px; top: 18px; width: 40px; height: 40px; border: 0; background: transparent; color: #fff; font-size: 32px; cursor: pointer; }
.lightbox-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  translate: 0 -50%;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(12,13,11,.58);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-nav:hover, .lightbox-nav:focus-visible { background: rgba(154,122,66,.86); border-color: #d7bf8b; transform: scale(1.06); }

@keyframes hero-settle { from { transform: scale(1.07); } to { transform: scale(1.015); } }
@keyframes line-pass { 0%, 20% { translate: -100% 0; } 65%, 100% { translate: 100% 0; } }

@media (max-width: 900px) {
  .site-header { padding: 14px 18px; }
  .brand img { width: 58px; height: 58px; }
  .menu-toggle { display: grid; gap: 6px; position: relative; z-index: 121; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: #fff; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 110;
    inset: 0;
    width: 100%;
    height: 100dvh;
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: calc(92px + env(safe-area-inset-top)) 28px calc(28px + env(safe-area-inset-bottom));
    background: #11120f;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: opacity .28s ease, visibility .28s ease;
    font-family: "Songti TC", "Noto Serif TC", serif;
    font-size: 28px;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-links { align-self: center; display: flex; flex-direction: column; gap: 26px; }
  .site-nav a { min-width: 9em; padding: 10px 0; text-align: center; }
  .mobile-menu-meta, .mobile-menu-footer { display: flex; }
  .mobile-menu-meta { align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); font-family: "PingFang TC", sans-serif; font-size: 12px; }
  .mobile-menu-meta strong { font-family: "Xinqi Title", "Songti TC", serif; font-size: 22px; font-weight: 400; }
  .mobile-menu-footer { justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-family: "PingFang TC", sans-serif; font-size: 12px; }
  body.menu-open .social-dock { opacity: 0; visibility: hidden; pointer-events: none; }
  .hero { min-height: 90svh; height: 90svh; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,9,7,.7), rgba(8,9,7,.1)), linear-gradient(0deg, rgba(8,9,7,.72), transparent 60%); }
  .hero-copy { top: 48%; left: 24px; }
  .hero-date { left: 24px; right: auto; text-align: left; bottom: 44px; }
  .scroll-cue { display: none; }
  .story .section-label { margin-bottom: 30px; }
  .story-copy { max-width: 680px; }
  .trio-works { grid-template-columns: 1fr; grid-template-rows: none; }
  .trio-work, .trio-work:first-child { grid-row: auto; aspect-ratio: 4 / 3; }
  .selection-head { grid-template-columns: 1fr; gap: 10px; }
  .selection-head h2, .selection-head span { text-align: left; }
  .selection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px 16px; }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-text { padding: 50px 0; }
  .artist-figure.is-second { padding-top: 0; }
  .artist-context { grid-template-columns: 1fr; }
  .artist-narratives { position: static; }
  .artist-resumes { margin-top: 20px; }
  .space-copy { grid-template-columns: 1fr; }
  .space-description { max-width: 720px; }
  .space-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: minmax(180px, 42vw); }
  .space-photo:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
  .space-photo:nth-child(n+2) { grid-column: auto; grid-row: auto; }
  .visit { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer a { justify-self: start; }
}

@media (max-width: 520px) {
  .section-pad { padding: 76px 24px; }
  .section-label, .artist-context-label { font-size: 12px; letter-spacing: 0; }

  .site-header {
    position: fixed;
    z-index: 120;
    min-height: 70px;
    padding: 10px 16px;
    background: rgba(12,13,11,.72);
    backdrop-filter: blur(12px);
  }
  .brand img { width: 50px; height: 50px; }
  .menu-toggle { padding: 12px 6px; }
  .site-nav { padding-inline: 24px; font-size: 27px; letter-spacing: 0; }
  .nav-links { gap: 28px; }

  .lightbox { padding: 64px 16px 84px; }
  .lightbox img { height: 100%; }
  .lightbox-close { top: calc(12px + env(safe-area-inset-top)); right: 12px; }
  .lightbox-nav { top: auto; bottom: calc(18px + env(safe-area-inset-bottom)); translate: none; width: 46px; height: 46px; font-size: 23px; }
  .lightbox-prev { left: calc(50% - 58px); }
  .lightbox-next { right: calc(50% - 58px); }

  .social-dock { top: auto; right: 12px; bottom: 18px; translate: none; gap: 8px; }
  .social-link { width: 38px; height: 38px; border-color: rgba(199,162,90,.55); background: rgba(18,19,16,.9); box-shadow: 0 5px 18px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
  .social-link-line { font-size: 8px; }
  .social-link-facebook { font-size: 24px; }

  .hero { min-height: 100svh; height: 100svh; }
  .hero::after { content: ""; position: absolute; z-index: 1; inset: 82px 16px 18px; border: 1px solid rgba(255,255,255,.38); pointer-events: none; }
  .hero-media img { object-position: 56% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,9,7,.82) 0%, rgba(8,9,7,.24) 55%, rgba(8,9,7,.28) 100%); }
  .hero-copy { top: auto; left: 28px; right: 46px; bottom: 170px; translate: none; }
  .hero-kicker { margin-bottom: 16px; font-size: 12px; letter-spacing: 0; }
  .hero h1 { font-size: 66px; line-height: .92; }
  .hero-artists { margin-top: 22px; font-size: 18px; line-height: 1.65; }
  .hero-date { left: 28px; bottom: 48px; gap: 5px; }
  .hero-date span { font-size: 12px; letter-spacing: 0; }
  .hero-date strong { font-size: 25px; }

  main section[id] { scroll-margin-top: 70px; }
  .story-copy,
  .selection-head,
  .artist-text,
  .artist-narratives,
  .artist-resumes,
  .space-copy,
  .visit-title,
  .visit-info { padding-right: 46px; }

  .story { padding: 78px 24px 88px; }
  .story .section-label { margin-bottom: 34px; }
  .story-copy h2 { margin-bottom: 26px; font-size: 31px; line-height: 1.4; }
  .story-thesis { margin-bottom: 38px; font-size: 25px; line-height: 1.75; }
  .story-prose > p { font-size: 17px; line-height: 2.05; }
  .story-prose > p + p { margin-top: 26px; }
  .story-prose .story-lead { margin-block: 48px; font-size: 30px; line-height: 1.65; }

  .trio-section { padding: 64px 24px 82px; }
  .trio-works { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 12px; }
  .trio-work, .trio-work:first-child { grid-row: auto; aspect-ratio: 1 / 1; }
  .trio-work:first-child { grid-column: 1 / 3; aspect-ratio: 5 / 4; }

  .selection-section { padding: 76px 0 88px; overflow: hidden; }
  .selection-head { width: auto; margin: 0 24px 38px; }
  .selection-head-single h2 { font-size: 29px; line-height: 1.55; }
  .selection-head-single { position: relative; padding-bottom: 28px; }
  .selection-head-single .swipe-hint {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--ink-soft);
    font-size: 12px;
    text-align: right;
  }
  .selection-head-single .swipe-hint::after { content: "  →"; }
  .selection-grid {
    width: auto;
    max-width: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .selection-rail {
    display: flex;
    gap: 16px;
    padding: 0 24px 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  .selection-rail::-webkit-scrollbar { display: none; }
  .selection-rail .selection-item { flex: 0 0 74vw; scroll-snap-align: start; }
  .selection-rail .selection-image { aspect-ratio: 4 / 5; }
  .selection-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 142px;
    gap: 10px;
    padding: 48px 24px 0;
  }
  .selection-mosaic .selection-item { min-width: 0; }
  .selection-mosaic .selection-image { height: 100%; aspect-ratio: auto; }
  .selection-mosaic .selection-item:nth-child(1),
  .selection-mosaic .selection-item:nth-child(4),
  .selection-mosaic .selection-item:nth-child(7),
  .selection-mosaic .selection-item:nth-child(10),
  .selection-mosaic .selection-item:nth-child(13) { grid-column: 1 / 3; grid-row: span 2; }

  .artists { padding-top: 76px; padding-bottom: 84px; }
  .artist-grid { margin-top: 38px; display: grid; grid-template-columns: 1fr; gap: 54px; }
  .artist-figure { order: 1; }
  .artist-figure.is-second { order: 2; padding-top: 0; }
  .artist-text { order: 3; padding: 0 0 4px; font-size: 25px; line-height: 1.85; }
  .artist-media { aspect-ratio: 4 / 5; }
  .artist-media span { left: 18px; bottom: 16px; font-size: 38px; }

  .artist-context { gap: 82px; padding-top: 82px; padding-bottom: 92px; }
  .artist-narratives { position: static; }
  .artist-narrative { padding: 38px 0 44px; }
  .artist-narrative header { align-items: flex-start; margin-bottom: 24px; }
  .artist-narrative h2 { font-size: 36px; }
  .artist-narrative small { padding-top: 8px; font-size: 12px; }
  .artist-narrative > p { font-size: 18px; line-height: 2.05; }
  .artist-resumes { margin-top: 0; }
  .artist-resume { padding: 56px 0; }
  .artist-resume > header { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 34px; }
  .artist-resume h2 { font-size: 38px; }
  .artist-resume header span { font-size: 13px; }
  .resume-highlights { padding: 28px 0 34px; }
  .resume-highlights h3, .resume-sections h3 { font-size: 13px; }
  .resume-highlights li { padding: 7px 0; font-size: 16px; line-height: 1.9; }
  .resume-details summary { padding: 22px 0; font-size: 15px; }
  .resume-sections { grid-template-columns: 1fr; gap: 42px; padding-top: 30px; }
  .resume-sections li, .resume-sections p { font-size: 15px; line-height: 2; }

  .space-copy { gap: 34px; margin-bottom: 58px; }
  .space-copy h2 { display: block; font-size: 48px; line-height: 1.25; }
  .space-copy h2 span { display: none; }
  .space-copy h2 small { display: block; margin-top: 8px; font-size: 22px; white-space: normal; }
  .space-thesis { margin-top: 34px; font-size: 25px; line-height: 1.85; }
  .space-description { padding-top: 0; font-size: 17px; line-height: 2.1; }
  .space-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 142px; gap: 10px; }
  .space-photo:nth-child(n) { display: block; grid-column: auto; grid-row: auto; min-height: 0; }
  .space-photo:nth-child(1),
  .space-photo:nth-child(4),
  .space-photo:nth-child(7),
  .space-photo:nth-child(10) { grid-column: 1 / 3; grid-row: span 2; }

  .visit { gap: 54px; }
  .visit-title p { margin-bottom: 22px; font-size: 13px; }
  .visit-title h2 { font-size: 48px; line-height: 1.35; }
  .visit-info dl div { grid-template-columns: 70px 1fr; gap: 18px; padding: 24px 0; font-size: 17px; line-height: 1.85; }
  .map-link { gap: 36px; margin-top: 34px; font-size: 18px; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  .line-contact { width: 132px; }
  .line-contact img { width: 132px; height: 132px; }

  footer { min-height: 300px; padding: 58px 24px 34px; gap: 24px; }
  footer img { width: 78px; }
  footer p, footer a { font-size: 13px; line-height: 1.8; }

  .lightbox { padding: 52px 12px 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .image-frame { clip-path: inset(0); }
}
