:root {
  --bg: #0b0b09;
  --panel: #12120f;
  --panel-2: #191811;
  --text: #e8e1d0;
  --muted: #9b9485;
  --line: rgba(232, 225, 208, 0.17);
  --gold: #b59b6b;
  --bone: #ded6c2;
  --black: #050504;
  --font-display: "Didot", "Bodoni 72", "Times New Roman", serif;
  --font-body: "Avenir Next", "Segoe UI", sans-serif;
  --side: clamp(22px, 3.2vw, 64px);
  --section: clamp(72px, 9vw, 132px);
  --hero-title: clamp(4.4rem, 7.2vw, 8.8rem);
  --title: clamp(2.8rem, 5vw, 6rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: 170px 230px 1fr auto;
  gap: 36px;
  align-items: start;
  padding: 22px var(--side);
  border-bottom: 1px solid transparent;
  color: var(--text);
  background: linear-gradient(180deg, rgba(5, 5, 4, 0.5), rgba(5, 5, 4, 0.08) 70%, transparent);
  transition: transform 420ms cubic-bezier(.22,.61,.36,1), background-color 260ms ease, border-color 260ms ease, padding 260ms ease;
  will-change: transform;
}

.site-header.compact {
  position: sticky;
  grid-template-columns: minmax(180px, auto) 1fr;
  align-items: center;
  background: rgba(8, 8, 7, 0.62);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(232, 225, 208, 0.09);
}

.site-header.compact .nav-links {
  justify-content: flex-end;
  gap: clamp(24px, 4vw, 64px);
}

.site-header.compact .logo {
  white-space: nowrap;
}

.site-header.is-hidden {
  transform: translateY(-120%);
}

.logo {
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: 0.3em;
  line-height: 1.22;
}

.header-kicker {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.72rem;
  line-height: 1.45;
  opacity: .82;
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  gap: clamp(24px, 3.4vw, 54px);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  opacity: .92;
}

.nav-links a, .text-link, .outline-cta {
  transition: color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.nav-links a:hover, .text-link:hover { color: var(--bone); }

.header-actions { display: flex; gap: 12px; align-items: center; }

.icon-button, .menu-button {
  border: 1px solid rgba(232,225,208,.14);
  background: rgba(255,255,255,0.015);
  cursor: pointer;
}

.icon-button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.menu-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.menu-button span {
  width: 16px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 5px currentColor;
}

.exhibition-section { padding: var(--section) var(--side); border-bottom: 1px solid var(--line); }

.hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(560px, 56%) minmax(260px, 44%);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  padding: clamp(90px, 8vh, 120px) var(--side) 48px;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 54% 43%, rgba(214, 220, 214, 0.24), transparent 16%),
    linear-gradient(90deg, rgba(5,5,4,0.98) 0%, rgba(5,5,4,0.82) 31%, rgba(9,9,7,0.28) 52%, rgba(5,5,4,0.88) 100%),
    linear-gradient(0deg, rgba(5,5,4,0.6), transparent 44%),
    url("assets/hero-desktop.webp") center / cover no-repeat;
  opacity: 0.9;
  transform: scale(1.015);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(232,225,208,.14) 49.9% 50%, transparent 50.1%),
    linear-gradient(0deg, rgba(232,225,208,.08), transparent 32%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 42%;
  background: linear-gradient(0deg, rgba(5,5,4,.76), transparent);
  pointer-events: none;
}

.hero-copy, .hero-archive-panel, .hero-progress { position: relative; z-index: 2; }

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero h1, .page-hero h1, .manifesto-copy p, .material-copy h2, .garment-chamber h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.3rem, 5vw, 6rem);
  line-height: 0.94;
  width: min(62vw, 1040px);
  max-width: 100%;
  overflow: visible;
}

.hero-copy p:not(.eyebrow), .material-copy p, .garment-chamber p, .page-hero p, .notes-card p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 470px;
}

.outline-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 20px;
  border: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.outline-cta:hover { border-color: var(--bone); transform: translateX(4px); }

.hero-copy {
  align-self: center;
  padding-top: 0;
  min-width: 0;
  z-index: 4;
}

.hero-copy > p:not(.eyebrow) {
  margin-top: 20px;
  max-width: 390px;
  color: rgba(232, 225, 208, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.hero-enter {
  display: inline-grid;
  gap: 12px;
  margin-top: 54px;
  color: var(--bone);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
}

.hero-enter i {
  display: block;
  width: 58px;
  height: 42px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  opacity: .74;
}

.chapter-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  width: min(320px, 90%);
  margin-top: 40px;
  color: var(--muted);
}

.chapter-line i { height: 1px; background: linear-gradient(90deg, var(--bone), transparent); }

.glass-panel {
  align-self: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(20, 20, 16, 0.72);
  backdrop-filter: blur(12px);
}

.glass-panel img { width: 100%; height: 240px; object-fit: cover; opacity: 0.82; }
.glass-panel span, .glass-panel p { color: var(--muted); text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.12em; }
.glass-panel h2 { margin: 12px 0; font-family: var(--font-display); font-size: 2.1rem; line-height: 1; font-weight: 400; }
.glass-panel a { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; text-transform: uppercase; font-size: 0.75rem; }

.hero-archive-panel {
  align-self: center;
  min-height: 360px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(232,225,208,.08);
  background: linear-gradient(135deg, rgba(31,30,24,.58), rgba(10,10,8,.38));
  box-shadow: inset 0 1px rgba(255,255,255,.05), 0 42px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(8px);
}

.hero-archive-panel div + div { margin-top: 42px; }
.hero-archive-panel span {
  display: block;
  margin-bottom: 18px;
  color: rgba(232,225,208,.68);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .68rem;
}

.hero-archive-panel ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(232,225,208,.72);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .64rem;
}

.hero-archive-panel b {
  display: inline-block;
  width: 34px;
  color: rgba(232,225,208,.58);
  font-weight: 500;
}

.hero-archive-panel p {
  margin: 0;
  color: rgba(232,225,208,.74);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .68rem;
  line-height: 1.8;
}

.hero-progress {
  position: absolute;
  left: var(--side);
  bottom: 26px;
  width: min(380px, 32vw);
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.68rem;
}

.hero-progress b {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: .18em;
}

.hero-progress div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.hero-progress i { height: 1px; background: linear-gradient(90deg, var(--bone), rgba(232,225,208,.08)); }

.manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  background:
    linear-gradient(rgba(11,11,9,.86), rgba(11,11,9,.92)),
    url("assets/material-iridescent-close.webp") center / cover;
}

.section-label { color: var(--muted); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; }
.manifesto-copy p { margin: 0 0 22px; font-size: clamp(3.2rem, 6vw, 7rem); line-height: 0.98; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; align-self: end; background: var(--line); }
.manifesto-grid article { padding: 28px; background: var(--bg); }
.manifesto-grid span { display: block; color: var(--muted); margin-bottom: 14px; text-transform: uppercase; font-size: 0.72rem; }

.collection-strip { display: grid; grid-template-columns: 260px 1fr; gap: 28px; padding-right: 0; }
.strip-intro { padding-right: 22px; }
.strip-intro h2, .timeline-preview h2, .notes-card h2 { font-family: var(--font-display); font-size: clamp(2rem, 3vw, 4rem); font-weight: 400; line-height: 1; }
.rail-cue {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: rgba(232, 225, 208, 0.58);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .64rem;
  white-space: nowrap;
}

.rail-cue i {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 1px;
  background: currentColor;
}

.rail-cue i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.page-cue {
  display: flex;
  justify-content: flex-end;
  margin: -30px 0 18px;
}

.material-cue {
  display: none;
  padding: 18px 16px 0;
}

.look-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 24vw);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border-left: 1px solid var(--line);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.look-track::-webkit-scrollbar { display: none; }

.collection-matrix,
.year-track,
.site-header.compact .nav-links {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.collection-matrix::-webkit-scrollbar,
.year-track::-webkit-scrollbar,
.site-header.compact .nav-links::-webkit-scrollbar {
  display: none;
}
.look-card { position: relative; min-height: clamp(560px, 58vw, 760px); overflow: hidden; padding: 34px; border-right: 1px solid var(--line); scroll-snap-align: start; cursor: pointer; }
.look-card img { position: absolute; inset: 92px 12px 0; width: calc(100% - 24px); height: calc(100% - 92px); object-fit: contain; object-position: bottom center; opacity: 0.64; transition: transform 500ms ease, opacity 500ms ease; }
.look-card:hover img, .look-card.is-active img { transform: scale(1.05); opacity: 0.88; }
.look-card span, .look-card h3, .look-card p { position: relative; z-index: 2; }
.look-card h3 { margin: 20px 0 10px; font-family: var(--font-display); font-size: 2rem; line-height: 1; font-weight: 400; }

.material-lab { display: grid; grid-template-columns: 0.7fr 1fr 0.42fr; gap: 48px; align-items: center; }
.material-copy h2, .garment-chamber h2 { margin: 0; font-size: var(--title); line-height: 0.95; }
.material-lens { position: relative; overflow: hidden; border: 1px solid var(--line); min-height: 600px; cursor: crosshair; }
.material-lens img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; transform-origin: var(--lens-x, 50%) var(--lens-y, 50%); transition: transform 160ms ease; }
.material-lens:hover img { transform: scale(1.18); }
.material-lens span { position: absolute; left: 22px; bottom: 22px; color: var(--muted); text-transform: uppercase; font-size: 0.72rem; }
.material-stats { display: grid; gap: 1px; background: var(--line); }
.material-stats p { margin: 0; padding: 22px; background: var(--bg); }
.material-stats b, .material-stats span { display: block; }
.material-stats span { color: var(--muted); margin-top: 8px; }

.garment-chamber { display: grid; grid-template-columns: 0.65fr 1fr; gap: 60px; align-items: center; background: #0f0f0d; }
.rotation-viewer { position: relative; display: grid; place-items: center; min-height: 680px; border: 1px solid var(--line); overflow: hidden; background: radial-gradient(circle at 50% 20%, rgba(222,214,194,.12), transparent 35%), #080807; cursor: grab; }
.rotation-viewer img { max-height: 650px; width: auto; object-fit: contain; user-select: none; }
.rotation-viewer.large { min-height: calc(100vh - 180px); }
.rotation-viewer.large img { max-height: 82vh; }
.pin { position: absolute; padding: 8px 12px; border: 1px solid var(--line); background: rgba(5,5,4,.78); color: var(--bone); font-size: 0.72rem; text-transform: uppercase; }
.pin-a { top: 28%; right: 22%; }
.pin-b { bottom: 24%; left: 22%; }

.timeline-preview { display: grid; grid-template-columns: 0.8fr 1fr 1fr; gap: 1px; background: var(--line); padding: 0; }
.timeline-preview > * { background: var(--bg); padding: 54px var(--side); }
.timeline-graph { display: flex; align-items: end; gap: 12px; min-height: 280px; }
.timeline-graph i { width: 1px; background: var(--muted); opacity: .7; }

.footer { display: grid; grid-template-columns: auto 1fr auto; gap: 50px; padding: 34px var(--side); color: var(--muted); text-transform: uppercase; font-size: 0.75rem; }
.footer nav { display: flex; justify-content: center; gap: clamp(24px, 4vw, 70px); }

.film-overlay { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: var(--side); background: rgba(5,5,4,.92); opacity: 0; pointer-events: none; transition: opacity 420ms ease; }
.film-overlay.is-open { opacity: 1; pointer-events: auto; }
.film-overlay::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--black) 0 12%, transparent 12% 88%, var(--black) 88%); transform: scaleX(0); transform-origin: center; transition: transform 800ms ease; }
.film-overlay.is-open::before { transform: scaleX(1); }
.film-overlay img { width: min(1120px, 92vw); max-height: 70vh; object-fit: cover; filter: contrast(1.08); }
.film-overlay div { position: relative; margin-top: -140px; text-align: center; }
.film-overlay h2 { margin: 8px 0; font-family: var(--font-display); font-size: clamp(3rem, 8vw, 9rem); font-weight: 400; }
.film-overlay button { position: absolute; top: 28px; right: 28px; z-index: 3; border: 1px solid var(--line); background: var(--black); padding: 12px 18px; text-transform: uppercase; }

.subpage { background: #0b0b09; }
.page-main { padding: 128px var(--side) var(--section); overflow-x: clip; }
.page-hero { max-width: 860px; margin-bottom: 56px; }
.page-hero h1 { margin: 0; font-size: clamp(2.8rem, 4.4vw, 5rem); line-height: 1.02; }
.page-hero p:not(.eyebrow) { max-width: 520px; }
.collection-matrix { display: grid; grid-template-columns: repeat(5, minmax(260px, 1fr)); border: 1px solid var(--line); overflow-x: auto; }
.collection-matrix article { min-width: 280px; padding: 24px; border-right: 1px solid var(--line); }
.collection-matrix img { height: 420px; width: 100%; object-fit: contain; object-position: center bottom; margin-bottom: 24px; background: rgba(255,255,255,.015); }
.collection-matrix h2, .material-browser h2, .notes-list h2 { font-family: var(--font-display); font-weight: 400; font-size: 2.2rem; line-height: 1; }

.film-hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; }
.film-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.film-hero div { position: relative; text-align: center; }
.film-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(3.2rem, 9vw, 8rem); font-weight: 400; line-height: .94; }
.detail-grid { display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 1px; background: var(--line); }
.detail-grid > * { background: var(--bg); }
.detail-grid img { width: 100%; height: 640px; object-fit: cover; }
.detail-grid article { padding: 54px; }

.material-browser { display: grid; grid-template-columns: 270px 1fr 430px; gap: 1px; background: var(--line); }
.material-browser > * { background: var(--bg); }
.material-browser aside { display: grid; align-content: start; }
.material-browser button { padding: 24px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.material-browser button.is-active { color: var(--bone); background: rgba(255,255,255,.05); }
.material-browser figure { margin: 0; overflow: hidden; }
.material-browser figure img { width: 100%; height: 640px; object-fit: cover; }
.material-browser article { padding: 44px; }
.material-browser dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); margin-top: 34px; }
.material-browser dt, .material-browser dd { margin: 0; padding: 16px; background: var(--bg); }

.viewer-page { min-height: 100vh; display: grid; grid-template-columns: 300px 1fr 78px; gap: 20px; padding: 128px var(--side) var(--side); }
.mode-switch, .frame-dots, .style-switch { display: grid; gap: 10px; }
.style-switch { margin: 28px 0; }
.mode-switch button, .frame-dots button, .style-switch button { border: 1px solid var(--line); background: transparent; padding: 14px; cursor: pointer; text-align: left; }
.mode-switch button:hover, .frame-dots button:hover, .style-switch button:hover,
.mode-switch button.is-active, .frame-dots button.is-active, .style-switch button.is-active { color: var(--bone); border-color: rgba(222, 214, 194, 0.54); background: rgba(255,255,255,.055); }
.frame-dots { align-self: center; }

.year-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, 28vw); overflow-x: auto; border: 1px solid var(--line); }
.year-track article { padding: 30px; border-right: 1px solid var(--line); }
.year-track span { font-family: var(--font-display); font-size: 4rem; color: var(--gold); }
.year-track img { height: 360px; width: 100%; object-fit: cover; margin-top: 24px; opacity: .82; }

.notes-list { display: grid; gap: 1px; background: var(--line); }
.notes-list article { position: relative; padding: 40px; background: var(--bg); cursor: pointer; }
.notes-list article:hover { background: #11110f; }
.cursor-preview { position: fixed; z-index: 20; width: 240px; height: 300px; object-fit: cover; pointer-events: none; opacity: 0; transform: translate(20px, 20px); transition: opacity 180ms ease; }
.cursor-preview.is-visible { opacity: 1; }

.reveal-mask { clip-path: inset(0 0 100% 0); animation: maskOpen 1200ms cubic-bezier(.2,.8,.2,1) forwards 200ms; }
@keyframes maskOpen { to { clip-path: inset(0); } }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header.compact { grid-template-columns: minmax(150px, auto) 1fr; }
  .header-kicker { display: none; }
  .hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
    height: 100svh;
    padding-top: 108px;
  }
  .hero-copy { align-self: end; max-width: min(760px, calc(100vw - 48px)); }
  .hero h1 {
    width: 100%;
    font-size: clamp(2.9rem, 7.1vw, 4.8rem);
    line-height: .94;
  }
  .hero-archive-panel { display: none; }
  .hero-progress { width: min(460px, calc(100vw - 48px)); }
  .collection-strip, .material-lab, .garment-chamber, .timeline-preview, .detail-grid, .material-browser, .viewer-page { grid-template-columns: 1fr; }
  .collection-matrix { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 78vw; }
  .page-cue {
    margin-top: -18px;
  }
  .viewer-page { padding-top: 116px; }
  .frame-dots { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .frame-dots button { text-align: center; }
}

@media (min-width: 1181px) and (max-width: 1420px) {
  .hero {
    grid-template-columns: minmax(500px, 58%) minmax(220px, 42%);
  }
  .hero h1 {
    width: min(62vw, 860px);
    font-size: clamp(3rem, 4.5vw, 4.8rem);
  }
  .hero-archive-panel {
    padding: 28px;
  }
}

@media (max-width: 760px) {
  .site-header { padding: 18px 20px; grid-template-columns: 1fr auto; }
  .site-header.compact { grid-template-columns: 1fr; gap: 18px; }
  .site-header.compact .nav-links {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .nav-links { display: none; }
  .logo { font-size: 1.05rem; }
  .header-actions { gap: 12px; }
  .icon-button {
    width: 32px;
    height: 32px;
  }
  .menu-button {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 0.68rem;
  }
  .hero {
    min-height: 100svh;
    height: 100svh;
    padding: 88px 20px 70px;
    align-items: end;
  }
  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5,5,4,.12), rgba(5,5,4,.42) 48%, rgba(5,5,4,.94) 100%),
      url("assets/hero-mobile.webp") center / cover no-repeat;
    opacity: 1;
  }
  .hero::before { background: linear-gradient(0deg, rgba(232,225,208,.13), transparent 38%); }
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.3rem, 9vw, 3.5rem);
    line-height: .98;
  }
  .hero-copy {
    align-self: end;
    padding-top: 0;
    padding-bottom: 18px;
  }
  .hero-copy .eyebrow { margin-bottom: min(40vh, 320px); }
  .hero-copy > p:not(.eyebrow) {
    max-width: 280px;
    font-size: .66rem;
  }
  .hero-enter { display: none; }
  .hero-progress {
    left: 20px;
    bottom: 18px;
    width: calc(100% - 40px);
  }
  .manifesto, .manifesto-grid, .footer { grid-template-columns: 1fr; }
  .manifesto { gap: 34px; }
  .manifesto-copy p {
    font-size: clamp(2rem, 8.2vw, 2.85rem);
    line-height: 1.04;
    margin-bottom: 14px;
  }
  .manifesto-grid article {
    padding: 22px 18px;
  }
  .look-track { grid-auto-columns: 84vw; }
  .rail-cue {
    gap: 10px;
    margin-top: 20px;
    font-size: .58rem;
    letter-spacing: .13em;
  }
  .rail-cue i {
    width: 40px;
  }
  .page-cue {
    justify-content: flex-start;
    margin: -22px 0 14px;
  }
  .look-card {
    min-height: 520px;
    padding: 24px 18px;
  }
  .look-card img {
    inset: 88px 10px 0;
    width: calc(100% - 20px);
    height: calc(100% - 88px);
  }
  .look-card h3 { font-size: 1.7rem; }
  .page-main, .viewer-page { padding: 104px 20px 64px; }
  .page-hero {
    max-width: 100%;
    margin-bottom: 38px;
  }
  .page-hero h1 {
    font-size: clamp(2rem, 8.6vw, 3rem);
    line-height: 1.04;
  }
  .collection-matrix {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 84vw;
  }
  .collection-matrix article {
    min-width: auto;
    padding: 18px;
  }
  .collection-matrix img {
    height: 320px;
  }
  .film-hero {
    min-height: 78svh;
    padding: 116px 20px 40px;
    place-items: end center;
  }
  .film-hero div {
    width: 100%;
    text-align: left;
  }
  .film-hero h1 {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }
  .detail-grid img {
    height: 360px;
    object-fit: cover;
  }
  .detail-grid article {
    padding: 28px 20px;
  }
  .material-browser {
    grid-template-columns: 1fr;
  }
  .material-browser aside {
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .material-browser aside::-webkit-scrollbar { display: none; }
  .material-cue {
    display: inline-flex;
    grid-column: 1 / -1;
    position: sticky;
    left: 0;
    width: max-content;
    margin: 0;
  }
  .material-browser button {
    white-space: nowrap;
    padding: 18px 16px;
  }
  .material-browser figure img {
    height: 420px;
  }
  .material-browser article {
    padding: 28px 20px;
  }
  .material-browser dl {
    grid-template-columns: 1fr;
  }
  .viewer-page {
    gap: 18px;
  }
  .rotation-viewer.large {
    min-height: 540px;
  }
  .rotation-viewer.large img {
    max-height: 500px;
  }
  .pin { display: none; }
  .year-track {
    grid-auto-columns: 84vw;
  }
  .year-track article {
    padding: 20px 18px;
  }
  .year-track span {
    font-size: 2.9rem;
  }
  .year-track img {
    height: 280px;
  }
  .notes-list article {
    padding: 26px 20px;
  }
  .material-lens, .material-lens img, .rotation-viewer { min-height: 520px; }
  .footer {
    gap: 20px;
    padding: 24px 20px 36px;
  }
  .footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 22px;
  }
}

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