:root {
  --paper: #f3f0e8;
  --ink: #16322d;
  --muted: #515f5a;
  --line: #c9cbc3;
  --acid: #d9f253;
  --coral: #ef7654;
  --coral-dark: #96391f;
  --blue: #87b6ff;
  --cream: #fffdf7;
  --dark: #102723;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
em { font-family: "Newsreader", serif; font-weight: 400; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 30; padding: .75rem 1rem; background: var(--dark); color: white; }
.skip-link:focus { top: 1rem; }
.site-header, main, footer { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.site-header { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { font: 500 .9rem "DM Mono", monospace; text-decoration: none; letter-spacing: -.02em; }
.wordmark span { color: var(--coral-dark); }
nav { display: flex; align-items: center; gap: 2.2rem; }
nav a { text-decoration: none; font-size: .8rem; font-weight: 700; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: .7rem 1rem; transition: color .2s, background .2s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }

.eyebrow, .section-number, .card-kicker, .coming-soon, .card-number { font: 500 .69rem "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.home-page .site-header { position: absolute; z-index: 5; left: 50%; color: white; border-color: rgba(255,255,255,.48); transform: translateX(-50%); }
.home-page .wordmark span { color: var(--acid); }
.home-page .nav-cta { border-color: white; }
.home-page .nav-cta:hover { color: var(--dark); background: white; }
.hero { width: 100vw; min-height: 100svh; margin-left: calc(50% - 50vw); padding: 165px max(32px, calc((100vw - 1280px) / 2)) 100px; display: flex; align-items: flex-end; position: relative; isolation: isolate; overflow: hidden; color: white; background: #315b76; }
.hero::after { content: ""; position: absolute; z-index: 0; inset: -5%; background: url("images/morning-mountain.jpg") center center / cover no-repeat; transform: scale(1.04); animation: mountain-drift 24s ease-in-out infinite alternate; will-change: transform; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,20,24,.78) 0%, rgba(5,20,24,.52) 48%, rgba(5,20,24,.12) 78%), linear-gradient(0deg, rgba(5,20,24,.58), transparent 52%); }
.hero-copy { position: relative; z-index: 2; }
@keyframes mountain-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-1.4%, -1%, 0); }
}
.eyebrow { display: flex; gap: .7rem; align-items: center; margin: 0 0 2.3rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(239,118,84,.13); }
h1 { max-width: 850px; margin-bottom: 2rem; font-size: clamp(4.2rem, 7.6vw, 7.4rem); line-height: .9; letter-spacing: -.07em; font-weight: 600; }
.hero-intro { max-width: 650px; color: rgba(255,255,255,.88); font-size: 1.12rem; line-height: 1.75; }
.hero-gallery-link { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1rem; padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; color: white; text-decoration: none; font-size: .78rem; font-weight: 700; transition: color .2s, background .2s; }
.hero-gallery-link:hover { color: var(--dark); background: white; }
.vibe-link { margin-left: .55rem; border-color: var(--acid); color: var(--acid); }
.hero-art { justify-self: center; position: relative; width: min(30vw, 360px); aspect-ratio: .82; border: 1px solid var(--ink); overflow: hidden; background: var(--blue); transform: rotate(2deg); }
.hero-frame { position: absolute; border: 2px solid var(--ink); }
.frame-one { inset: 9% 12% 34%; }
.frame-two { inset: 26% -12% 10% 35%; transform: rotate(-12deg); background: var(--acid); }
.hero-sun { position: absolute; top: 18%; left: 19%; width: 28%; aspect-ratio: 1; border-radius: 50%; background: var(--coral); }
.hero-caption { position: absolute; right: 7%; bottom: 5%; font: 500 clamp(1.8rem, 4vw, 3.4rem)/.82 "DM Mono"; letter-spacing: -.11em; }

.section-rule { border-top: 1px solid var(--line); padding: 100px 0 120px; }
.section-number { color: var(--muted); margin-bottom: 3.5rem; }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; margin-bottom: 4rem; }
.section-heading .section-number, .section-heading h2 { margin-bottom: 0; }
h2 { font-size: clamp(2.9rem, 5.2vw, 5rem); line-height: .98; letter-spacing: -.06em; font-weight: 500; }
.section-intro { margin: .9rem 0 0; color: var(--muted); }

.discipline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.discipline-card { min-width: 0; min-height: 540px; padding: 1.2rem; display: flex; flex-direction: column; position: relative; overflow: hidden; text-decoration: none; border: 1px solid var(--line); background: var(--cream); transition: transform .35s ease, box-shadow .35s ease; }
.discipline-card:hover { transform: translateY(-8px); box-shadow: 0 22px 48px rgba(16,39,35,.13); }
.card-number { position: absolute; top: 1.5rem; left: 1.5rem; z-index: 3; }
.card-visual { flex: 1; min-height: 370px; position: relative; overflow: hidden; }
.card-label { min-height: 120px; padding: 1.35rem .25rem .2rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.card-kicker { display: block; margin-bottom: .75rem; }
.card-label h3 { margin: 0; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.round-arrow { flex: 0 0 auto; width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; transition: color .2s, background .2s; }
.discipline-card:hover .round-arrow { color: var(--cream); background: var(--ink); }

.photography-card { background: #d7e2de; }
.photo-visual { background: linear-gradient(150deg, #23483f 0 48%, #ec7956 48% 66%, #d9f253 66%); clip-path: polygon(4% 10%, 94% 2%, 100% 92%, 0 100%); }
.photo-orb { position: absolute; width: 45%; aspect-ratio: 1; left: 28%; top: 27%; border: 16px solid rgba(255,255,255,.85); border-radius: 50%; mix-blend-mode: screen; }
.viewfinder-corner { position: absolute; z-index: 2; width: 46px; height: 46px; border-color: white; border-style: solid; }
.corner-a { left: 12%; top: 18%; border-width: 2px 0 0 2px; }
.corner-b { right: 10%; bottom: 12%; border-width: 0 2px 2px 0; }
.painting-card { background: #f4d9ce; }
.paint-visual { background: #f3ac71; }
.paint-stroke { position: absolute; display: block; border-radius: 50%; filter: blur(.2px); }
.stroke-a { width: 110%; height: 44%; left: -12%; top: 7%; background: #e84e3e; transform: rotate(-15deg); }
.stroke-b { width: 72%; height: 68%; right: -9%; bottom: -6%; background: #173c73; transform: rotate(22deg); }
.stroke-c { width: 58%; height: 30%; left: 6%; bottom: 14%; background: var(--acid); transform: rotate(8deg); }
.infographic-card { color: var(--paper); background: var(--dark); border-color: var(--dark); }
.info-visual { background-image: linear-gradient(rgba(243,240,232,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(243,240,232,.11) 1px, transparent 1px); background-size: 38px 38px; }
.info-dot { position: absolute; z-index: 2; width: 18px; aspect-ratio: 1; border-radius: 50%; }
.dot-a { left: 14%; top: 65%; background: var(--coral); }
.dot-b { left: 47%; top: 23%; background: var(--acid); }
.dot-c { right: 11%; bottom: 20%; background: var(--blue); }
.info-line { position: absolute; height: 2px; background: var(--paper); transform-origin: left; opacity: .75; }
.line-a { left: 17%; top: 67%; width: 48%; transform: rotate(-44deg); }
.line-b { left: 51%; top: 27%; width: 47%; transform: rotate(43deg); }
.info-ring { position: absolute; left: 26%; top: 37%; width: 48%; aspect-ratio: 1; border: 1px solid var(--paper); border-radius: 50%; opacity: .5; }
.infographic-card:hover .round-arrow { color: var(--ink); background: var(--acid); }

.gallery-section { min-height: 700px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); }
.gallery-section.gallery-reverse { grid-template-columns: 1.22fr .78fr; }
.gallery-reverse .gallery-copy { order: 2; }
.gallery-copy h2 { margin-bottom: 2rem; }
.gallery-copy > p:not(.section-number) { max-width: 520px; color: var(--muted); line-height: 1.75; }
.coming-soon { display: inline-block; margin-top: 1.1rem; padding: .55rem .8rem; border: 1px solid var(--ink); border-radius: 999px; color: inherit; text-decoration: none; transition: color .2s, background .2s; }
.coming-soon:hover { color: var(--paper); background: var(--ink); }
.gallery-preview { height: 480px; position: relative; }
.preview-card { position: absolute; overflow: hidden; display: flex; align-items: flex-end; padding: 1rem; border: 8px solid var(--cream); box-shadow: 0 15px 35px rgba(16,39,35,.14); color: white; font: 500 .63rem "DM Mono"; letter-spacing: .12em; }
.preview-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.preview-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,20,24,.7)); }
.preview-card span { position: relative; z-index: 1; }
.preview-tall { width: 42%; height: 76%; left: 5%; top: 2%; transform: rotate(-5deg); }
.preview-tall img { object-position: 58% center; }
.preview-small { width: 37%; height: 47%; right: 8%; top: 4%; transform: rotate(4deg); }
.preview-wide { width: 58%; height: 42%; right: 1%; bottom: 3%; transform: rotate(2deg); }
.painting-preview { height: 500px; position: relative; background: #ded8ca; }
.canvas { position: absolute; object-fit: cover; border: 7px solid var(--cream); box-shadow: 0 14px 30px rgba(16,39,35,.18); }
.canvas-a { width: 48%; height: 72%; left: 5%; top: 9%; transform: rotate(-5deg); }
.canvas-b { width: 45%; height: 53%; right: 5%; top: 4%; transform: rotate(5deg); }
.canvas-c { width: 51%; height: 38%; right: 8%; bottom: 4%; transform: rotate(-2deg); }
.process-graphic { min-height: 380px; padding: 2rem; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: .7rem; color: var(--paper); background: var(--dark); }
.process-step { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; border: 1px solid rgba(243,240,232,.35); border-radius: 50%; text-align: center; }
.process-step span { color: var(--acid); font: .65rem "DM Mono"; }
.process-step strong { font-size: .83rem; }
.process-final { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.process-final span { color: var(--ink); }
.process-arrow { opacity: .5; }

.section-content { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.about-copy { padding-top: .4rem; max-width: 530px; }
.about-copy p { color: var(--muted); font-size: 1.04rem; line-height: 1.8; margin-bottom: 1.4rem; }
.connect { min-height: 640px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 110px 0; }
.connect .section-number { margin-bottom: 3rem; }
.connect h2 { margin-bottom: 2rem; }
.connect > p:not(.section-number) { color: var(--muted); max-width: 520px; line-height: 1.7; }
.connect-link { display: inline-flex; gap: 1rem; margin-top: 1.4rem; padding: .9rem 1.3rem; border-radius: 999px; background: var(--coral); color: var(--dark); text-decoration: none; font-weight: 700; font-size: .9rem; transition: transform .2s; }
.connect-link:hover { transform: rotate(-2deg) scale(1.03); }
footer { padding: 2rem 0 3.2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font: .68rem "DM Mono", monospace; text-transform: uppercase; letter-spacing: .05em; }
footer p { margin: 0; }
footer a { text-decoration: none; }
.photo-page { background: var(--dark); }
.photo-page .site-header { position: absolute; z-index: 5; left: 50%; color: white; border-color: rgba(255,255,255,.45); transform: translateX(-50%); }
.photo-page .wordmark span { color: var(--acid); }
.photo-page .nav-cta { border-color: white; }
.photo-page .nav-cta:hover { color: var(--dark); background: white; }
.photo-page main { width: 100%; }
.photo-feature { position: relative; min-height: 100svh; margin: 0; overflow: hidden; background: #427cae; }
.photo-feature img { width: 100%; height: 100svh; display: block; object-fit: cover; object-position: center; }
.photo-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,16,23,.38), transparent 34%, transparent 62%, rgba(5,16,23,.72)); pointer-events: none; }
.photo-feature figcaption { position: absolute; z-index: 2; left: max(32px, calc((100% - 1280px) / 2)); right: max(32px, calc((100% - 1280px) / 2)); bottom: 4rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; color: white; }
.photo-title { margin: 0; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .82; letter-spacing: -.065em; font-weight: 500; }
.photo-meta { margin: 0 0 .35rem; font: 500 .7rem/1.7 "DM Mono", monospace; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.photo-page footer { width: 100%; padding-inline: max(32px, calc((100% - 1280px) / 2)); color: var(--paper); background: var(--dark); border: 0; }
.collection-page { color: var(--paper); background: var(--dark); }
.collection-page .site-header { position: absolute; z-index: 5; left: 50%; color: white; border-color: rgba(255,255,255,.45); transform: translateX(-50%); }
.collection-page .wordmark span { color: var(--acid); }
.collection-page .nav-cta { border-color: white; }
.collection-page main { width: 100%; }
.collection-hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.collection-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.collection-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,24,.78), rgba(5,20,24,.08) 75%), linear-gradient(0deg, rgba(5,20,24,.7), transparent 55%); }
.collection-hero-copy { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding-bottom: clamp(3rem, 8vw, 7rem); position: relative; z-index: 2; }
.collection-hero-copy h1 { margin-bottom: 1.5rem; }
.collection-hero-copy > p:last-child { max-width: 610px; color: rgba(255,255,255,.84); font-size: 1.05rem; line-height: 1.7; }
.collection-intro { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: .65fr 1.35fr; }
.collection-intro > div > p { max-width: 620px; color: #b7c1bd; line-height: 1.75; }
.photo-grid { width: min(1440px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; align-items: start; gap: 16px; }
.photo-tile { min-width: 0; margin: 0; position: relative; overflow: hidden; background: #1b332e; }
.photo-tile img { width: 100%; height: auto; display: block; }
.photo-tile figcaption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; display: flex; justify-content: space-between; gap: 1rem; padding: .7rem .8rem; color: white; background: rgba(8,26,23,.68); backdrop-filter: blur(8px); font: 500 .68rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.photo-tile figcaption span { color: var(--acid); }
.photo-wide { grid-column: span 2; }
.curation-note { width: min(1040px, calc(100% - 64px)); margin: 0 auto; padding: 150px 0; text-align: center; }
.curation-note .section-number { color: #9caaa5; }
.curation-note h2 { margin-bottom: 2rem; }
.curation-note > p:not(.section-number) { max-width: 720px; margin: 0 auto; color: #b7c1bd; line-height: 1.8; }
.selection-key { margin-top: 3rem; display: flex; justify-content: center; flex-wrap: wrap; gap: .65rem; }
.selection-key span { padding: .7rem 1rem; border: 1px solid rgba(243,240,232,.3); border-radius: 999px; font: .7rem "DM Mono", monospace; text-transform: uppercase; }
.selection-key b { margin-right: .45rem; color: var(--acid); }
.collection-page footer { color: var(--paper); border-color: rgba(243,240,232,.25); }
.infographic-hero > img { object-position: center 27%; }
.infographic-page .wordmark span { color: var(--acid); }
.infographic-page .collection-intro { padding-bottom: 90px; }
.study-note { margin-top: 1.5rem; padding-left: 1.2rem; border-left: 2px solid var(--acid); font-size: .82rem; }
.infographic-grid { width: min(1440px, calc(100% - 32px)); margin: 0 auto; columns: 2; column-gap: 16px; }
.infographic-tile { display: block; break-inside: avoid; margin: 0 0 16px; color: inherit; text-decoration: none; background: #172f2a; border: 1px solid rgba(243,240,232,.16); }
.infographic-tile figure { margin: 0; }
.infographic-tile img { width: 100%; height: auto; display: block; transition: filter .35s ease, transform .55s ease; }
.infographic-tile:hover img { filter: brightness(.82); }
.infographic-tile figcaption { padding: 1.2rem 1.25rem 1.35rem; display: grid; grid-template-columns: 1fr auto; gap: .45rem 1rem; align-items: end; }
.infographic-tile figcaption span { grid-column: 1 / -1; color: var(--acid); font: 500 .65rem "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.infographic-tile figcaption strong { font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.05; }
.infographic-tile figcaption small { color: #b7c1bd; font: .63rem "DM Mono", monospace; text-transform: uppercase; }
.painting-page .wordmark span { color: var(--acid); }
.painting-page .collection-hero > img { object-position: center; }
.painting-grid { width: min(1440px, calc(100% - 32px)); margin: 0 auto; columns: 2; column-gap: 16px; }
.painting-tile { break-inside: avoid; margin: 0 0 16px; position: relative; overflow: hidden; background: #172f2a; }
.painting-tile img { width: 100%; height: auto; display: block; transition: filter .35s ease, transform .55s ease; }
.painting-tile:hover img { filter: brightness(.82); transform: scale(1.012); }
.painting-tile figcaption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; display: flex; justify-content: space-between; gap: 1rem; padding: .75rem .85rem; color: white; background: rgba(8,26,23,.72); backdrop-filter: blur(8px); font: 500 .68rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.painting-tile figcaption span { color: var(--acid); }
.gallery-item { cursor: zoom-in; }
.gallery-item:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.gallery-viewer {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: white;
  background: rgba(4, 13, 12, .94);
}
.gallery-viewer::backdrop { background: rgba(4, 13, 12, .94); }
.gallery-viewer__frame { min-height: 100%; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; gap: 1rem; padding: 4.5rem 2rem 1.5rem; }
.gallery-viewer__figure { min-width: 0; max-width: min(1200px, 100%); max-height: calc(100vh - 6rem); margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.gallery-viewer__image { display: block; max-width: 100%; max-height: calc(100vh - 10rem); object-fit: contain; }
.gallery-viewer__caption { width: 100%; padding-top: 1rem; display: flex; justify-content: space-between; gap: 1rem; font: 500 .7rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.gallery-viewer__count { color: var(--acid); white-space: nowrap; }
.gallery-viewer button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(16,39,35,.55); font: 1.25rem/1 sans-serif; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.gallery-viewer button:hover, .gallery-viewer button:focus-visible { border-color: var(--acid); color: var(--dark); background: var(--acid); outline: none; }
.gallery-viewer__close { position: fixed; z-index: 2; top: 1rem; right: 1rem; font-size: 1.8rem !important; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (min-width: 901px) {
  .collection-page:not(.infographic-page) .collection-hero > img { object-fit: contain; }
}

@media (max-width: 900px) {
  .site-header, main, footer { width: min(100% - 36px, 1280px); }
  .site-header { height: 84px; }
  nav { gap: 1rem; }
  nav a:not(.nav-cta) { display: none; }
  .home-page .site-header { width: calc(100% - 36px); }
  .hero { min-height: 100svh; padding: 145px 18px 65px; }
  .hero::after { background-position: 58% center; }
  .hero::before { background: linear-gradient(0deg, rgba(5,20,24,.82) 0%, rgba(5,20,24,.46) 65%, rgba(5,20,24,.2)); }
  .vibe-link { margin-left: 0; }
  h1 { font-size: clamp(3.5rem, 15vw, 6rem); }
  .hero-art { width: min(82vw, 330px); }
  .section-rule { padding: 76px 0 90px; }
  .section-heading { display: block; }
  .section-heading .section-number { margin-bottom: 2rem; }
  .discipline-grid { grid-template-columns: 1fr; }
  .discipline-card { min-height: 490px; }
  .gallery-section, .gallery-section.gallery-reverse { min-height: 0; grid-template-columns: 1fr; gap: 4rem; }
  .gallery-reverse .gallery-copy { order: 0; }
  .gallery-preview, .painting-preview { height: 420px; }
  .process-graphic { min-height: 0; grid-template-columns: 1fr; gap: .8rem; }
  .process-step { width: 145px; justify-self: center; }
  .process-arrow { transform: rotate(90deg); }
  .section-content { grid-template-columns: 1fr; gap: 2rem; }
  .connect { min-height: 560px; }
  footer { flex-wrap: wrap; gap: 1rem; }
  footer p:nth-child(2) { display: none; }
  .photo-page .site-header { width: calc(100% - 36px); }
  .collection-page .site-header { width: calc(100% - 36px); }
  .collection-hero-copy, .collection-intro, .curation-note { width: calc(100% - 36px); }
  .infographic-page .collection-hero-copy { width: calc(100% - 48px); }
  .infographic-page .collection-hero-copy h1 { font-size: clamp(2.85rem, 12.5vw, 4.5rem); }
  .infographic-page .collection-hero-copy > p:last-child { max-width: 305px; font-size: .86rem; line-height: 1.55; }
  .collection-intro { padding: 80px 0; display: block; }
  .collection-intro .section-number { margin-bottom: 2rem; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-wide { grid-column: auto; }
  .infographic-grid { width: calc(100% - 24px); columns: 1; }
  .painting-grid { width: calc(100% - 24px); columns: 1; }
  .infographic-tile figcaption { grid-template-columns: 1fr; }
  .gallery-viewer__frame { grid-template-columns: 1fr 1fr; align-content: center; gap: .75rem; padding: 4.5rem 1rem 1rem; }
  .gallery-viewer__figure { grid-column: 1 / -1; grid-row: 1; max-height: calc(100vh - 9rem); }
  .gallery-viewer__image { max-height: calc(100vh - 13rem); }
  .gallery-viewer__previous { grid-column: 1; grid-row: 2; justify-self: end; }
  .gallery-viewer__next { grid-column: 2; grid-row: 2; justify-self: start; }
  .curation-note { padding: 100px 0; text-align: left; }
  .selection-key { justify-content: flex-start; }
  .photo-feature figcaption { left: 18px; right: 18px; bottom: 2rem; display: block; }
  .photo-title { font-size: clamp(3.5rem, 18vw, 6rem); }
  .photo-meta { margin-top: 1.4rem; text-align: left; }
}

@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; }
  .hero::after { animation: none; transform: scale(1.04); }
}
