:root {
  --ink: #15130f;
  --paper: #f2eee5;
  --paper-2: #e8e1d5;
  --cream: #d7c8af;
  --gold: #a77f4c;
  --red: #8c241f;
  --line: rgba(21,19,15,.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --display: "Italiana", "Times New Roman", serif;
  --sans: "Jost", Arial, sans-serif;
  --gutter: clamp(20px, 4vw, 68px);
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--ink); color: var(--paper); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%); background: #fff; color: #111; padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1002; left: 0; right: 0; top: 0; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 var(--gutter); color: #fff; mix-blend-mode: difference; transition: opacity .35s ease, transform .35s ease; }
.site-header.hidden { transform: translateY(-100%); }
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: clamp(17px, 1.45vw, 23px); font-weight: 400; letter-spacing: .01em; }
.brand-sub { font-size: 8px; letter-spacing: .25em; margin-top: 6px; opacity: .75; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .28s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.cart { white-space: nowrap; }
.menu-toggle { display: none; width: 34px; height: 34px; background: transparent; border: 0; padding: 7px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: .3s ease; }

.mobile-menu { position: fixed; inset: 0; z-index: 990; background: #15130f; color: #f3ede3; padding: 120px var(--gutter) 40px; display: flex; flex-direction: column; justify-content: space-between; visibility: hidden; opacity: 0; transition: .35s ease; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { font-family: var(--serif); font-size: clamp(42px, 13vw, 76px); line-height: 1.05; border-bottom: 1px solid rgba(255,255,255,.12); padding: 8px 0; }
.mobile-menu-foot { font-size: 10px; letter-spacing: .15em; opacity: .6; text-transform: uppercase; }

.scroll-scene { position: relative; }
.scene-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.origin-scene { height: 560vh; background: #15130f; }
.origin-sticky { color: #fff; background: #171510; }
.origin-visual, .origin-visual > div { position: absolute; inset: 0; }
.paper-source { background-color: #b8b0a3; background-image: url("https://www.hahnemuehle.com/fileadmin/_processed_/4/3/csm_Hahnemuehle_Detail_German_Etching_e139284372.jpg"); background-size: cover; background-position: 45% 55%; filter: grayscale(1) contrast(1.08) brightness(.78); transform: scale(2.2); will-change: transform, filter, opacity; }
.paper-procedural { opacity: .58; mix-blend-mode: soft-light; background-image: repeating-linear-gradient(13deg, rgba(255,255,255,.08) 0 1px, rgba(30,24,18,.04) 1px 3px, transparent 3px 6px), repeating-linear-gradient(101deg, transparent 0 5px, rgba(255,255,255,.05) 5px 6px); background-size: 37px 23px, 47px 41px; transform: scale(1.25); }
.raking-light { background: radial-gradient(ellipse at 18% 50%, rgba(255,244,219,.56) 0, rgba(218,186,132,.14) 28%, transparent 59%); mix-blend-mode: screen; transform: translateX(-40%); will-change: transform, opacity; }
.pigment-bloom { opacity: 0; background: radial-gradient(circle at 57% 45%, rgba(120,23,17,.9), transparent 31%), radial-gradient(circle at 34% 60%, rgba(20,61,103,.8), transparent 29%), radial-gradient(circle at 70% 66%, rgba(184,136,52,.72), transparent 28%); filter: blur(48px) saturate(1.2); mix-blend-mode: multiply; transform: scale(.6); will-change: opacity, transform; }
.art-reveal { opacity: 0; background-repeat: no-repeat; background-position: center; will-change: opacity, transform, filter; }
.art-reveal-a { background-image: url('/art/sagrado-corazon.webp'); background-size: min(170vw, 2100px) auto; filter: saturate(1.1) contrast(1.03); transform: scale(2.3); }
.art-reveal-b { background-image: url('/art/sagrado-corazon.webp'); background-size: min(38vw, 520px) auto; background-position: 71% 51%; filter: drop-shadow(0 28px 55px rgba(0,0,0,.25)); transform: translateX(12vw) scale(.85); }
.vignette { background: linear-gradient(90deg, rgba(0,0,0,.56), transparent 45%, rgba(0,0,0,.14)), linear-gradient(0deg, rgba(0,0,0,.38), transparent 38%); }
.origin-brand { position: absolute; right: var(--gutter); bottom: -4vw; font-family: var(--display); font-size: clamp(130px, 30vw, 520px); line-height: .7; opacity: .035; letter-spacing: -.09em; }
.origin-copy { position: absolute; left: var(--gutter); top: 50%; width: min(780px, 76vw); transform: translateY(-44%); opacity: 0; will-change: opacity, transform; }
.eyebrow { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; font-weight: 400; margin-bottom: 22px; }
.origin-copy h1, .origin-copy h2 { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(64px, 9vw, 156px); line-height: .83; letter-spacing: -.04em; }
.origin-copy em, .manifesto em, .material em, .detail-copy em, .editions em, .artist-copy em, .gallery-copy em, .finale em { font-weight: 300; font-style: italic; }
.origin-copy p { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; margin-top: 34px; opacity: .7; }
.text-link { display: inline-flex; gap: 35px; align-items: center; margin-top: 38px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px, 4px); }
.scene-index { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 34px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 13px; align-items: center; font-size: 8px; letter-spacing: .2em; opacity: .58; }
.scene-index i { height: 1px; background: rgba(255,255,255,.35); }
.scroll-cue { position: absolute; right: var(--gutter); bottom: 66px; display: flex; gap: 10px; align-items: center; font-size: 8px; letter-spacing: .2em; opacity: .55; transform: rotate(90deg); transform-origin: right bottom; }
.scroll-cue span { width: 28px; height: 1px; background: currentColor; animation: cue 1.6s ease-in-out infinite; transform-origin: left; }
@keyframes cue { 0%,100%{transform:scaleX(.2);opacity:.3}50%{transform:scaleX(1);opacity:1} }

.manifesto { min-height: 130vh; padding: 14vh var(--gutter) 16vh; display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.manifesto-index { font-size: 9px; letter-spacing: .22em; margin-bottom: 10vh; }
.manifesto-lead { margin: 0 0 3vh auto; width: min(650px, 68vw); font-family: var(--serif); font-size: clamp(26px, 3.8vw, 58px); line-height: 1; }
.manifesto-display { margin: 0; max-width: 1450px; font-family: var(--serif); font-size: clamp(58px, 8.5vw, 150px); line-height: .9; letter-spacing: -.045em; }
.manifesto-foot { margin-top: 10vh; display: flex; justify-content: flex-end; gap: 55px; border-top: 1px solid var(--line); padding-top: 18px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.reveal-text { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.75,.2,1); }
.reveal-text.is-visible { opacity: 1; transform: none; }

.material { padding: 14vh var(--gutter) 16vh; background: #dcd4c6; position: relative; }
.section-number { position: absolute; top: 9vh; right: var(--gutter); font-family: var(--serif); font-size: clamp(80px, 12vw, 180px); color: rgba(21,19,15,.08); }
.material-head { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(270px,.6fr); gap: 10vw; align-items: end; margin-bottom: 10vh; }
.material-head h2 { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(54px, 7vw, 118px); line-height: .88; letter-spacing: -.04em; }
.material-head > p { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(18px, 1.7vw, 28px); line-height: 1.2; }
.material-lab { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(340px,.7fr); min-height: 90vh; border-top: 1px solid rgba(21,19,15,.24); border-bottom: 1px solid rgba(21,19,15,.24); }
.material-visual { position: sticky; top: 0; align-self: start; height: 100vh; overflow: hidden; border-right: 1px solid rgba(21,19,15,.24); }
.material-photo { position: absolute; inset: 0; background-color: #c9c0b2; background-image: url("https://www.hahnemuehle.com/fileadmin/_processed_/4/3/csm_Hahnemuehle_Detail_German_Etching_e139284372.jpg"); background-size: cover; background-position: center; filter: grayscale(1) sepia(.08) contrast(1.15); transform: scale(1.22); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.material-visual:hover .material-photo { transform: scale(1.55); }
.material-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 8vw 8vw; mix-blend-mode: overlay; }
.material-lens { position: absolute; width: 22vw; height: 22vw; min-width: 220px; min-height: 220px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 0 1px rgba(0,0,0,.18), 0 12px 60px rgba(0,0,0,.22); backdrop-filter: contrast(1.22) brightness(1.08); pointer-events: none; }
.material-lens::before, .material-lens::after { content:""; position:absolute; background:rgba(255,255,255,.65); }
.material-lens::before { width: 34px; height: 1px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.material-lens::after { height: 34px; width: 1px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.material-scale { position: absolute; left: 22px; bottom: 22px; color: #fff; font-size: 8px; letter-spacing: .2em; }
.material-specs { display: flex; flex-direction: column; }
.material-specs article { min-height: 25vh; padding: 4vh 3vw; border-bottom: 1px solid rgba(21,19,15,.24); display: grid; grid-template-columns: 54px 1fr; column-gap: 18px; align-content: center; }
.material-specs article:last-child { border-bottom: 0; }
.spec-num { grid-row: 1 / 3; font-size: 9px; letter-spacing: .14em; opacity: .6; }
.material-specs h3 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 2.3vw, 42px); font-weight: 400; }
.material-specs p { margin: 8px 0 0; max-width: 430px; font-size: 12px; line-height: 1.65; }
.material-credit { margin-top: 12px; font-size: 8px; letter-spacing: .07em; opacity: .55; }

.detail-scene { height: 380vh; background: #111; }
.detail-sticky { color: #fff; background: #100f0e; }
.detail-stage, .detail-stage > div { position: absolute; inset: 0; }
.detail-image { background-size: cover; background-repeat: no-repeat; background-position: center; opacity: 0; transform: scale(3.4); filter: saturate(1.18) contrast(1.08); will-change: opacity, transform, filter; }
.detail-a { background-image: url('/art/dance-freedom.webp'); background-position: 68% 44%; }
.detail-b { background-image: url('/art/reclining.webp'); background-position: 42% 56%; }
.detail-c { background-image: url('/art/sagrado-corazon.webp'); background-position: 52% 35%; }
.detail-shade { background: linear-gradient(90deg, rgba(0,0,0,.74) 0 35%, rgba(0,0,0,.06) 72%); }
.detail-copy { position: absolute; left: var(--gutter); top: 50%; transform: translateY(-50%); width: min(620px, 48vw); z-index: 3; }
.detail-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(60px, 7.5vw, 128px); font-weight: 300; line-height: .86; letter-spacing: -.045em; }
.detail-copy p { max-width: 480px; font-size: 11px; line-height: 1.65; margin-top: 30px; opacity: .7; }
.detail-counter { position: absolute; right: var(--gutter); bottom: 36px; font-family: var(--serif); font-size: 24px; }

.editions { background: #f3eee5; padding-top: 14vh; }
.section-kicker { padding: 0 var(--gutter) 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .17em; }
.editions-intro { padding: 9vh var(--gutter) 12vh; display: grid; grid-template-columns: 1.5fr .55fr; gap: 8vw; align-items: end; }
.editions-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(72px, 9vw, 150px); font-weight: 300; line-height: .83; letter-spacing: -.05em; }
.editions-intro p { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(19px, 1.6vw, 27px); line-height: 1.2; }
.edition-rail-wrap { height: 720vh; }
.edition-rail-sticky { background: #191714; color: #eee8dd; display: flex; flex-direction: column; justify-content: center; }
.edition-rail { display: flex; gap: 6vw; align-items: center; padding: 0 12vw; width: max-content; will-change: transform; }
.edition-card { width: min(72vw, 920px); height: 78vh; display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: clamp(28px,4vw,70px); flex: 0 0 auto; }
.edition-art { height: min(66vh, 720px); display: grid; place-items: center; overflow: hidden; background: #211e1a; }
.edition-art img { max-height: 84%; max-width: 82%; object-fit: contain; box-shadow: 0 30px 70px rgba(0,0,0,.34); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.edition-card:hover .edition-art img { transform: scale(1.045); }
.edition-meta span { display: block; margin-bottom: 8vh; font-size: 9px; letter-spacing: .2em; opacity: .6; }
.edition-meta h3 { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(42px, 5vw, 84px); line-height: .9; }
.edition-meta p { margin: 22px 0; font-size: 9px; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; opacity: .58; }
.edition-meta b { font-weight: 400; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.rail-progress { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 30px; height: 1px; background: rgba(255,255,255,.18); }
.rail-progress span { display: block; width: 100%; height: 100%; background: #fff; transform: scaleX(0); transform-origin: left; }

.artist-chapter { min-height: 120vh; display: grid; grid-template-columns: 1.05fr .95fr; background: #c5b29a; position: relative; overflow: hidden; }
.artist-photo { min-height: 100%; overflow: hidden; }
.artist-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% center; transform: scale(1.05); }
.artist-copy { padding: 17vh var(--gutter) 12vh clamp(35px,5vw,90px); display: flex; flex-direction: column; justify-content: center; }
.artist-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 8vw, 136px); font-weight: 300; line-height: .81; letter-spacing: -.05em; }
.artist-copy p { max-width: 540px; font-family: var(--serif); font-size: clamp(18px,1.55vw,26px); line-height: 1.27; margin: 38px 0 0; }
.artist-links { display: flex; gap: 40px; flex-wrap: wrap; }
.artist-quote { position: absolute; left: calc(50% - 2vw); bottom: 5vh; font-family: var(--serif); font-size: clamp(28px, 4vw, 64px); font-style: italic; line-height: .92; color: #fff; transform: translateX(-50%); text-shadow: 0 3px 20px rgba(0,0,0,.2); }

.gallery-chapter { height: 110vh; position: relative; color: #fff; overflow: hidden; display: flex; align-items: center; }
.gallery-image, .gallery-image img, .gallery-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.gallery-image img { object-fit: cover; transform: scale(1.06); transition: transform 2.2s cubic-bezier(.2,.8,.2,1); }
.gallery-chapter:hover .gallery-image img { transform: scale(1); }
.gallery-overlay { background: linear-gradient(90deg, rgba(13,12,10,.8), rgba(13,12,10,.22) 60%, rgba(13,12,10,.1)); }
.gallery-copy { position: relative; z-index: 2; padding: 0 var(--gutter); width: min(850px, 80vw); }
.gallery-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(66px, 8.6vw, 146px); font-weight: 300; line-height: .85; letter-spacing: -.05em; }
.gallery-copy p { max-width: 480px; font-family: var(--serif); font-size: clamp(18px,1.6vw,26px); }
.light-link { display: inline-block; margin-top: 18px; padding: 13px 20px; border: 1px solid rgba(255,255,255,.6); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; transition: .25s; }
.light-link:hover { background: #fff; color: #111; }

.collection-grid { padding: 14vh var(--gutter) 18vh; background: #eee8de; }
.collection-head { display: grid; grid-template-columns: 1.2fr .5fr; gap: 8vw; align-items: end; padding-bottom: 7vh; }
.collection-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 8vw, 128px); font-weight: 300; line-height: .9; letter-spacing: -.04em; }
.collection-head > p { margin: 0 0 10px; font-family: var(--serif); font-size: 21px; line-height: 1.25; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6vw 2vw; }
.grid-card > div { aspect-ratio: 4/5; background: #e2dbd0; display: grid; place-items: center; overflow: hidden; }
.grid-card img { max-width: 74%; max-height: 74%; object-fit: contain; transition: transform .65s cubic-bezier(.2,.8,.2,1); box-shadow: 0 18px 32px rgba(0,0,0,.08); }
.grid-card:hover img { transform: scale(1.05); }
.grid-card > span { display: flex; justify-content: space-between; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .06em; }
.grid-card b, .grid-card i { font-weight: 400; font-style: normal; }
.grid-card i { opacity: .55; }

.finale { min-height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; color: #fff; background: #111; overflow: hidden; text-align: center; }
.finale-bg { position: absolute; inset: -8%; background-image: url('/art/love-on-ice.webp'); background-position: center; background-size: cover; filter: blur(22px) saturate(1.25) brightness(.52); transform: scale(1.45); }
.finale-bg::after { content:""; position:absolute; inset:0; background:rgba(0,0,0,.32); }
.finale-copy { position: relative; z-index: 2; }
.finale-copy > span { font-size: 8px; letter-spacing: .28em; }
.finale h2 { margin: 22px 0 35px; font-family: var(--serif); font-size: clamp(90px, 13vw, 210px); font-weight: 300; line-height: .72; letter-spacing: -.06em; }
.finale-cta { display: inline-flex; align-items: center; gap: 45px; border: 1px solid rgba(255,255,255,.5); padding: 16px 22px; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.finale-cta span { font-size: 16px; }

.site-footer { background: #15130f; color: #d9d1c4; padding: 10vh var(--gutter) 34px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 5vw; font-size: 10px; }
.footer-brand { font-family: var(--serif); font-size: clamp(24px,2.4vw,40px); }
.footer-brand span { display: block; margin-top: 7px; font-family: var(--sans); font-size: 8px; letter-spacing: .2em; opacity: .55; }
.footer-col { display: flex; flex-direction: column; gap: 8px; line-height: 1.45; }
.footer-col > span { font-size: 8px; letter-spacing: .2em; text-transform: uppercase; opacity: .45; margin-bottom: 8px; }
.footer-col a:hover { opacity: .65; }
.footer-bottom { grid-column: 1/-1; margin-top: 8vh; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 8px; letter-spacing: .12em; opacity: .55; text-transform: uppercase; }

.cursor { position: fixed; z-index: 2000; width: 58px; height: 58px; border-radius: 50%; background: #f2eee5; color: #15130f; display: grid; place-items: center; pointer-events: none; transform: translate(-50%,-50%) scale(0); transition: transform .18s ease; mix-blend-mode: exclusion; }
.cursor.on { transform: translate(-50%,-50%) scale(1); }
.cursor span { font-size: 8px; letter-spacing: .16em; }

@media (max-width: 1000px) {
  :root { --header-h: 70px; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .origin-copy { width: calc(100vw - 2*var(--gutter)); }
  .material-head, .editions-intro, .collection-head { grid-template-columns: 1fr; }
  .material-head { gap: 34px; }
  .material-lab { grid-template-columns: 1fr; }
  .material-visual { position: relative; height: 75vh; border-right: 0; border-bottom: 1px solid rgba(21,19,15,.24); }
  .material-specs { display: grid; grid-template-columns: 1fr 1fr; }
  .material-specs article { min-height: 28vh; border-right: 1px solid rgba(21,19,15,.24); }
  .edition-card { width: 86vw; grid-template-columns: 1.15fr .85fr; }
  .artist-chapter { grid-template-columns: 1fr; }
  .artist-photo { height: 80vh; }
  .artist-copy { min-height: 80vh; }
  .artist-quote { left: var(--gutter); top: 70vh; bottom: auto; transform: none; }
  .grid { grid-template-columns: repeat(2,1fr); gap: 8vw 3vw; }
  .site-footer { grid-template-columns: 2fr 1fr 1fr; }
  .site-footer .footer-col:last-of-type { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --gutter: 19px; }
  .site-header { height: 64px; }
  .brand-name { font-size: 17px; }
  .brand-sub { font-size: 6.5px; }
  .cart { display: none; }
  .origin-scene { height: 470vh; }
  .origin-copy { top: 58%; }
  .origin-copy h1, .origin-copy h2 { font-size: clamp(58px, 18vw, 88px); }
  .origin-copy p { max-width: 74vw; font-size: 8px; line-height: 1.6; }
  .art-reveal-a { background-size: auto 160vh; }
  .art-reveal-b { background-size: min(62vw, 390px) auto; background-position: 68% 47%; }
  .scene-index { bottom: 18px; }
  .scroll-cue { display: none; }
  .manifesto { min-height: 110vh; padding-top: 12vh; }
  .manifesto-index { margin-bottom: 7vh; }
  .manifesto-lead { width: 92%; margin-left: 0; font-size: 29px; }
  .manifesto-display { font-size: clamp(52px, 15vw, 78px); }
  .manifesto-foot { justify-content: flex-start; flex-direction: column; gap: 10px; margin-top: 8vh; }
  .material { padding-top: 11vh; }
  .material-head h2 { font-size: clamp(55px, 16vw, 84px); }
  .material-head > p { font-size: 19px; }
  .material-visual { height: 62vh; }
  .material-lens { width: 55vw; height: 55vw; }
  .material-specs { grid-template-columns: 1fr; }
  .material-specs article { border-right: 0; min-height: 23vh; padding: 32px 12px; }
  .detail-scene { height: 320vh; }
  .detail-shade { background: linear-gradient(0deg, rgba(0,0,0,.78) 0 38%, rgba(0,0,0,.05) 74%); }
  .detail-copy { top: auto; bottom: 10vh; transform: none; width: calc(100vw - 2*var(--gutter)); }
  .detail-copy h2 { font-size: clamp(56px, 17vw, 82px); }
  .detail-copy p { font-size: 10px; max-width: 90%; }
  .detail-counter { bottom: 25px; }
  .section-kicker { gap: 20px; }
  .section-kicker span:last-child { text-align: right; }
  .editions-intro { padding-top: 7vh; }
  .editions-intro h2 { font-size: clamp(68px, 19vw, 100px); }
  .edition-rail-wrap { height: 650vh; }
  .edition-rail { gap: 10vw; padding: 0 8vw; }
  .edition-card { width: 84vw; height: 82vh; grid-template-columns: 1fr; grid-template-rows: 1.35fr .65fr; gap: 24px; }
  .edition-art { height: auto; min-height: 0; }
  .edition-meta span { margin-bottom: 14px; }
  .edition-meta h3 { font-size: 49px; }
  .edition-meta p { margin: 10px 0 16px; }
  .artist-photo { height: 68vh; }
  .artist-copy { padding-top: 11vh; min-height: auto; padding-bottom: 12vh; }
  .artist-copy h2 { font-size: clamp(64px, 20vw, 94px); }
  .artist-quote { top: 58vh; font-size: 36px; }
  .gallery-chapter { height: 90vh; align-items: flex-end; padding-bottom: 9vh; }
  .gallery-copy { width: 100%; }
  .gallery-copy h2 { font-size: clamp(62px, 18vw, 91px); }
  .collection-grid { padding-top: 11vh; }
  .grid { grid-template-columns: 1fr 1fr; gap: 9vw 3vw; }
  .grid-card > span { flex-direction: column; gap: 3px; font-size: 9px; }
  .finale h2 { font-size: clamp(90px, 27vw, 140px); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; margin-bottom: 4vh; }
  .site-footer .footer-col:last-of-type { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cursor { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .origin-scene, .detail-scene, .edition-rail-wrap { height: auto; }
  .scene-sticky { position: relative; height: 100svh; }
  .origin-copy { opacity: 0; }
  .origin-copy-4 { opacity: 1; }
  .paper-source { transform: scale(1.1); }
  .art-reveal-b { opacity: .95; transform: none; }
  .detail-a { opacity: 1; transform: scale(1.1); }
  .edition-rail-sticky { height: auto; padding: 10vh 0; overflow-x: auto; }
  .edition-rail { transform: none !important; }
}
