:root {
  --photo-paper: #f4eadb;
  --photo-ivory: #faf4e8;
  --photo-ink: #2b1f14;
  --photo-ink-soft: rgba(43, 31, 20, .64);
  --photo-night: #130e0a;
  --photo-night-2: #1c1510;
  --photo-cream: #f5ead7;
  --photo-cream-soft: rgba(245, 234, 215, .66);
  --photo-amber: #c46a2b;
  --photo-gold: #e9b45c;
  --photo-teal: #1e6a66;
  --photo-line: rgba(245, 234, 215, .16);
  --photo-line-dark: rgba(43, 31, 20, .18);
  --photo-serif: "Fraunces", Georgia, serif;
  --photo-sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --photo-ease: cubic-bezier(.2, .8, .2, 1);
  --photo-ease-soft: cubic-bezier(.22, 1, .36, 1);
  --photo-nav-h: 74px;
  --photo-page: min(1480px, calc(100vw - clamp(32px, 7vw, 120px)));
}

* { box-sizing: border-box; }
html { background: var(--photo-night); scroll-behavior: auto; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--photo-night);
  color: var(--photo-cream);
  font-family: var(--photo-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
::selection { background: var(--photo-gold); color: var(--photo-ink); }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

/* ---------------- navigation ---------------- */
.photo-nav {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  height: var(--photo-nav-h);
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 0 clamp(18px, 4.2vw, 64px);
  color: var(--photo-cream);
  background: linear-gradient(to bottom, rgba(19, 14, 10, .88), rgba(19, 14, 10, .45) 62%, transparent);
  transition: color .35s ease, background .35s ease, border-color .35s ease;
  pointer-events: none;
}
.photo-nav > * { pointer-events: auto; }
.photo-nav.is-solid {
  background: rgba(19, 14, 10, .9);
  border-bottom: 1px solid rgba(245, 234, 215, .1);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}
.photo-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: inherit;
  text-decoration: none;
  font-family: var(--photo-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .025em;
}
.photo-brand svg { width: 27px; height: 27px; color: var(--photo-gold); }
.photo-brand svg path { opacity: .52; }
.photo-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
}
.photo-nav-links a {
  position: relative;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .58;
  transition: opacity .25s ease;
}
.photo-nav-links a:hover,
.photo-nav-links a[aria-current="page"] { opacity: 1; }
.photo-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: var(--photo-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .38s var(--photo-ease);
}
.photo-nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.photo-nav-links sup { color: var(--photo-gold); font-size: 8px; vertical-align: top; }
.photo-mode {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(245, 234, 215, .18);
  border-radius: 999px;
  background: rgba(19, 14, 10, .28);
  backdrop-filter: blur(10px);
}
.photo-mode button {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .52;
  transition: opacity .2s ease, background .25s ease, color .25s ease;
}
.photo-mode button[aria-checked="true"] {
  background: var(--photo-cream);
  color: var(--photo-ink);
  opacity: 1;
}

/* ---------------- global view treatment ---------------- */
.photo-view { min-height: 100svh; }
.section-index {
  margin: 0;
  color: var(--photo-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.text-link span { transition: transform .3s var(--photo-ease); }
.text-link:hover span { transform: translate(4px, -4px); }

/* ---------------- hero ---------------- */
.photo-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(30px, 5vw, 90px);
  align-items: center;
  padding: calc(var(--photo-nav-h) + clamp(36px, 7vh, 80px)) clamp(24px, 6.2vw, 96px) clamp(42px, 6vh, 74px);
  isolation: isolate;
}
.photo-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(196, 106, 43, .18), transparent 31%),
    linear-gradient(125deg, #120d09 0%, #1b120b 54%, #100b08 100%);
}
.photo-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .2;
  background-image: url("../scratch-paper-texture.webp");
  background-size: 820px auto;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.photo-grain {
  position: absolute;
  z-index: 8;
  inset: -70%;
  opacity: .09;
  pointer-events: none;
  background-image: url("../paper-texture.webp");
  background-size: 620px;
  animation: photoGrain .55s steps(2) infinite;
  mix-blend-mode: screen;
}
@keyframes photoGrain {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(2.5%, -1.5%, 0); }
  50% { transform: translate3d(-1.7%, 2%, 0); }
  75% { transform: translate3d(1.1%, 1.7%, 0); }
  100% { transform: translate3d(-2.4%, -1%, 0); }
}
.hero-copy { position: relative; z-index: 12; align-self: center; padding-top: 3vh; }
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(18px, 3vh, 34px);
  color: var(--photo-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.hero-kicker::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.hero-copy h1 {
  margin: 0;
  color: var(--photo-cream);
  font-family: var(--photo-serif);
  font-size: clamp(70px, 8.4vw, 148px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: .78;
}
.hero-copy h1 span {
  display: block;
  opacity: 0;
  transform: translateY(42px) skewY(3deg);
  animation: heroLineIn 1.15s var(--photo-ease-soft) forwards;
}
.hero-copy h1 span:nth-child(2) { margin-left: .28em; animation-delay: .08s; }
.hero-copy h1 span:nth-child(3) { margin-left: .05em; animation-delay: .16s; }
@keyframes heroLineIn { to { opacity: 1; transform: none; } }
.hero-lede {
  max-width: 39ch;
  margin: clamp(28px, 4vh, 48px) 0 0;
  color: var(--photo-cream-soft);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.65;
}
.hero-collage {
  position: relative;
  z-index: 4;
  width: min(100%, 820px);
  height: min(68vh, 720px);
  min-height: 480px;
  justify-self: end;
  perspective: 1200px;
}
.hero-frame {
  --x: 0px;
  --y: 0px;
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(245, 234, 215, .18);
  background: #241910;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .42);
  transform: translate3d(var(--x), var(--y), 0) rotate(var(--r)) scale(.94);
  opacity: 0;
  animation: frameIn 1.15s var(--photo-ease-soft) var(--delay) forwards;
  transition: box-shadow .45s ease;
  will-change: transform;
}
@keyframes frameIn { to { opacity: 1; transform: translate3d(var(--x), var(--y), 0) rotate(var(--r)) scale(1); } }
.hero-frame:nth-child(1) {
  z-index: 3;
  width: 57%;
  height: 72%;
  right: 6%;
  top: 7%;
  --r: 2.1deg;
  --delay: .1s;
}
.hero-frame:nth-child(2) {
  z-index: 2;
  width: 48%;
  height: 54%;
  left: 2%;
  bottom: 3%;
  --r: -4.6deg;
  --delay: .22s;
}
.hero-frame:nth-child(3) {
  z-index: 4;
  width: 37%;
  height: 39%;
  right: 1%;
  bottom: 0;
  --r: 5.2deg;
  --delay: .34s;
}
.hero-frame::after {
  content: attr(data-mark);
  position: absolute;
  right: 11px;
  bottom: 9px;
  padding: 5px 7px;
  color: #2b1f14;
  background: rgba(250, 244, 232, .92);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02); }
.hero-frame:hover { box-shadow: 0 44px 125px rgba(0, 0, 0, .52); }
.hero-meta {
  z-index: 12;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  padding-top: 28px;
  border-top: 1px solid rgba(245, 234, 215, .14);
  color: rgba(245, 234, 215, .43);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-scroll {
  position: absolute;
  z-index: 12;
  right: clamp(24px, 6.2vw, 96px);
  bottom: clamp(34px, 5vh, 68px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--photo-cream);
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-scroll i {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(245, 234, 215, .24);
  border-radius: 50%;
}
.hero-scroll i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 11px;
  width: 1px;
  height: 18px;
  background: var(--photo-gold);
  animation: scrollStem 1.9s ease-in-out infinite;
}
.hero-scroll i::after {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: 24px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--photo-gold);
  border-bottom: 1px solid var(--photo-gold);
  transform: rotate(45deg);
}
@keyframes scrollStem { 0%, 100% { transform: scaleY(.35); transform-origin: top; } 50% { transform: scaleY(1); } }

/* ---------------- statement ---------------- */
.photo-statement {
  display: grid;
  grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 120px);
  width: var(--photo-page);
  margin: 0 auto;
  padding: clamp(110px, 18vh, 210px) 0;
  border-bottom: 1px solid var(--photo-line);
}
.statement-copy { max-width: 1040px; }
.statement-copy p { margin: 0; }
.statement-copy p:first-child {
  color: var(--photo-cream);
  font-family: var(--photo-serif);
  font-size: clamp(42px, 5.4vw, 86px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.statement-copy p:last-child {
  max-width: 58ch;
  margin-top: clamp(30px, 5vh, 54px);
  color: var(--photo-cream-soft);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

/* ---------------- horizontal essays ---------------- */
.essay-reel {
  --reel-distance: 3600px;
  position: relative;
  height: calc(100svh + var(--reel-distance));
  background: var(--photo-night);
}
.reel-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: calc(var(--photo-nav-h) + 22px) 0 28px;
}
.reel-heading,
.reel-footer {
  width: var(--photo-page);
  margin: 0 auto;
}
.reel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: clamp(18px, 2.5vh, 30px);
}
.reel-heading h2 {
  margin: 8px 0 0;
  font-family: var(--photo-serif);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}
.reel-heading > p {
  max-width: 28ch;
  margin: 0 0 7px;
  color: var(--photo-cream-soft);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.reel-viewport { min-width: 0; overflow: hidden; display: flex; align-items: center; }
.reel-track {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 42px);
  width: max-content;
  padding: 0 max(5vw, calc((100vw - min(1480px, calc(100vw - clamp(32px, 7vw, 120px)))) / 2));
  transform: translate3d(var(--reel-x, 0px), 0, 0);
  will-change: transform;
}
.essay-card {
  position: relative;
  flex: 0 0 min(72vw, 1050px);
  height: min(58vh, 590px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(210px, 22vw, 320px);
  overflow: hidden;
  color: var(--photo-cream);
  text-decoration: none;
  border: 1px solid rgba(245, 234, 215, .17);
  background: #21170f;
  isolation: isolate;
  opacity: .46;
  transform: scale(.93);
  transition: opacity .55s ease, transform .7s var(--photo-ease-soft), border-color .35s ease;
}
.essay-card.is-active { opacity: 1; transform: scale(1); border-color: rgba(245, 234, 215, .35); }
.essay-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15, 10, 7, .05) 0, rgba(15, 10, 7, .02) 44%, rgba(15, 10, 7, .65) 74%, rgba(15, 10, 7, .94));
}
.essay-card-main { position: relative; min-width: 0; overflow: hidden; }
.essay-card-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.02);
  transform: scale(1.045);
  transition: transform 1.1s var(--photo-ease-soft), filter .5s ease;
}
.essay-card.is-active .essay-card-main img { transform: scale(1); }
.essay-card:hover .essay-card-main img { transform: scale(1.025); filter: saturate(1); }
.essay-card-side {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 44px);
}
.essay-card-number {
  color: var(--card-accent, var(--photo-gold));
  font-family: var(--photo-serif);
  font-size: 14px;
  letter-spacing: .12em;
}
.essay-card-copy h3 {
  margin: 0;
  font-family: var(--photo-serif);
  font-size: clamp(42px, 4.3vw, 72px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
}
.essay-card-copy p { margin: 17px 0 0; color: var(--photo-cream-soft); font-size: 13px; line-height: 1.5; }
.essay-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(245, 234, 215, .18);
  color: rgba(245, 234, 215, .48);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.essay-card-arrow {
  position: absolute;
  z-index: 6;
  right: clamp(24px, 3vw, 44px);
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(245, 234, 215, .28);
  border-radius: 50%;
  color: var(--photo-cream);
  font-size: 18px;
  transform: translateY(-50%);
  transition: background .3s ease, color .3s ease, transform .35s var(--photo-ease);
}
.essay-card:hover .essay-card-arrow { background: var(--photo-cream); color: var(--photo-ink); transform: translate(4px, -50%); }
.reel-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .36fr) auto;
  align-items: center;
  gap: 26px;
  color: var(--photo-cream-soft);
  font-size: 11px;
}
.reel-footer p { margin: 0; }
.reel-progress { height: 1px; overflow: hidden; background: rgba(245, 234, 215, .16); }
.reel-progress i { display: block; width: 100%; height: 100%; background: var(--photo-gold); transform: scaleX(var(--reel-progress, 0)); transform-origin: left; }
.reel-count { font-family: var(--photo-serif); font-size: 14px; letter-spacing: .08em; }
.reel-count span { color: var(--photo-gold); }

/* ---------------- preview/contact sheet teaser ---------------- */
.archive-preview {
  width: var(--photo-page);
  margin: 0 auto;
  padding: clamp(110px, 18vh, 210px) 0 clamp(100px, 15vh, 170px);
}
.archive-preview-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: clamp(42px, 7vh, 76px);
}
.archive-preview h2 {
  max-width: 850px;
  margin: 10px 0 0;
  font-family: var(--photo-serif);
  font-size: clamp(50px, 6.4vw, 102px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .94;
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(60px, 6vw);
  gap: clamp(8px, 1vw, 14px);
}
.preview-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #21170f;
  cursor: zoom-in;
}
.preview-photo:nth-child(1) { grid-column: span 4; grid-row: span 4; }
.preview-photo:nth-child(2) { grid-column: span 3; grid-row: span 5; }
.preview-photo:nth-child(3) { grid-column: span 5; grid-row: span 3; }
.preview-photo:nth-child(4) { grid-column: span 2; grid-row: span 3; }
.preview-photo:nth-child(5) { grid-column: span 4; grid-row: span 4; }
.preview-photo:nth-child(6) { grid-column: span 3; grid-row: span 3; }
.preview-photo:nth-child(7) { grid-column: span 3; grid-row: span 4; }
.preview-photo:nth-child(8) { grid-column: span 5; grid-row: span 3; }
.preview-photo:nth-child(9) { grid-column: span 4; grid-row: span 4; }
.preview-photo:nth-child(10) { grid-column: span 3; grid-row: span 3; }
.preview-photo:nth-child(11) { grid-column: span 2; grid-row: span 3; }
.preview-photo:nth-child(12) { grid-column: span 3; grid-row: span 4; }
.preview-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--photo-ease-soft), filter .4s ease; }
.preview-photo:hover img { transform: scale(1.045); filter: saturate(1.08); }
.preview-photo figcaption {
  position: absolute;
  left: 10px;
  bottom: 8px;
  padding: 4px 6px;
  color: var(--photo-ink);
  background: rgba(250, 244, 232, .88);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease;
}
.preview-photo:hover figcaption { opacity: 1; transform: none; }
.photo-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  width: var(--photo-page);
  margin: 0 auto;
  padding: 28px 0 46px;
  border-top: 1px solid var(--photo-line);
  color: var(--photo-cream-soft);
  font-size: 10px;
  letter-spacing: .08em;
}
.photo-footer p { margin: 0; }
.photo-footer a { color: var(--photo-cream); text-decoration: none; }

/* ---------------- story route ---------------- */
.story-view { background: var(--photo-night); }
.story-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: calc(var(--photo-nav-h) + 60px) clamp(24px, 6vw, 92px) clamp(44px, 7vh, 78px);
  isolation: isolate;
}
.story-hero-media { position: absolute; z-index: -3; inset: 0; }
.story-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.03); }
.story-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 7, 4, .78), rgba(11, 7, 4, .12) 62%), linear-gradient(to top, rgba(11, 7, 4, .9), rgba(11, 7, 4, .03) 55%, rgba(11, 7, 4, .35));
}
.story-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .08;
  background-image: url("../paper-texture.webp");
  mix-blend-mode: screen;
}
.story-hero-copy { width: min(1180px, 100%); }
.story-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(26px, 5vh, 54px);
  color: var(--photo-cream);
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.story-number { margin: 0 0 12px; color: var(--story-accent, var(--photo-gold)); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.story-hero h1 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--photo-serif);
  font-size: clamp(82px, 12vw, 190px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: .78;
}
.story-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  margin-top: clamp(30px, 5vh, 56px);
  color: rgba(245, 234, 215, .63);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.story-intro {
  display: grid;
  grid-template-columns: minmax(160px, .32fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 120px);
  width: var(--photo-page);
  margin: 0 auto;
  padding: clamp(90px, 14vh, 160px) 0;
}
.story-intro aside { color: var(--story-accent, var(--photo-gold)); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.story-intro-copy { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr); gap: clamp(34px, 7vw, 110px); align-items: start; }
.story-intro-copy h2 {
  margin: 0;
  font-family: var(--photo-serif);
  font-size: clamp(46px, 5vw, 82px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}
.story-intro-copy p { margin: 0; color: var(--photo-cream-soft); font-size: 16px; line-height: 1.7; }
.story-sequence { padding-bottom: clamp(90px, 14vh, 170px); }
.story-block {
  width: var(--photo-page);
  margin: 0 auto clamp(36px, 6.5vw, 108px);
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .9s var(--photo-ease-soft), transform 1s var(--photo-ease-soft);
}
.story-block.is-visible { opacity: 1; transform: none; }
.story-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #20170f;
  cursor: zoom-in;
}
.story-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.05s var(--photo-ease-soft); }
.story-photo:hover img { transform: scale(1.025); }
.story-photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 4px 7px;
  color: var(--photo-ink);
  background: rgba(250, 244, 232, .88);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .25s ease;
}
.story-photo:hover figcaption { opacity: 1; }
.story-block--full { width: 100%; }
.story-block--full .story-photo { height: min(84svh, 980px); }
.story-block--duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 1.5vw, 24px); }
.story-block--duo .story-photo { height: min(70vw, 790px); max-height: 78svh; }
.story-block--duo .story-photo.is-landscape { height: min(48vw, 630px); align-self: center; }
.story-block--offset { display: grid; grid-template-columns: minmax(0, .42fr) minmax(0, .58fr); gap: clamp(22px, 5vw, 84px); align-items: end; }
.story-block--offset .story-photo:first-child { height: min(62vw, 720px); margin-bottom: 8vw; }
.story-block--offset .story-photo:last-child { height: min(52vw, 640px); }
.story-block--triptych { display: grid; grid-template-columns: .8fr 1.2fr .8fr; gap: clamp(9px, 1.25vw, 20px); align-items: center; }
.story-block--triptych .story-photo { height: min(44vw, 560px); }
.story-block--triptych .story-photo:nth-child(2) { height: min(57vw, 720px); }
.story-block--panorama .story-photo { aspect-ratio: 2.25 / 1; }
.story-block--contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 14px);
  padding: clamp(10px, 1.4vw, 20px);
  border: 1px solid var(--photo-line);
  background: #17100b;
}
.story-block--contact .story-photo { aspect-ratio: 1 / 1; }
.story-break {
  width: var(--photo-page);
  margin: clamp(90px, 14vh, 170px) auto;
  padding: clamp(60px, 9vh, 110px) 0;
  border-top: 1px solid var(--photo-line);
  border-bottom: 1px solid var(--photo-line);
}
.story-break p { max-width: 18ch; margin: 0; font-family: var(--photo-serif); font-size: clamp(42px, 5.8vw, 92px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.story-next {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(54px, 9vh, 96px) clamp(24px, 6vw, 92px);
  isolation: isolate;
}
.story-next img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.58) saturate(.85); }
.story-next::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to top, rgba(10, 6, 3, .9), transparent 70%); }
.story-next a { color: var(--photo-cream); text-decoration: none; }
.story-next small { display: block; margin-bottom: 13px; color: var(--photo-gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.story-next h2 { max-width: 10ch; margin: 0; font-family: var(--photo-serif); font-size: clamp(62px, 9vw, 136px); font-weight: 500; letter-spacing: -.04em; line-height: .85; }

/* ---------------- full index ---------------- */
.index-view { min-height: 100svh; padding-top: calc(var(--photo-nav-h) + 70px); background: var(--photo-night); }
.index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  width: var(--photo-page);
  margin: 0 auto;
  padding: clamp(50px, 8vh, 100px) 0 clamp(52px, 8vh, 92px);
}
.index-hero h1 { max-width: 11ch; margin: 10px 0 0; font-family: var(--photo-serif); font-size: clamp(62px, 8vw, 126px); font-weight: 500; letter-spacing: -.04em; line-height: .86; }
.index-hero > p { margin: 0 0 8px; color: var(--photo-cream-soft); font-size: 15px; line-height: 1.65; }
.index-tools {
  position: sticky;
  z-index: 30;
  top: var(--photo-nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 14px max(24px, calc((100vw - min(1480px, calc(100vw - clamp(32px, 7vw, 120px)))) / 2));
  border-top: 1px solid var(--photo-line);
  border-bottom: 1px solid var(--photo-line);
  background: rgba(19, 14, 10, .92);
  backdrop-filter: blur(18px);
}
.index-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.index-filters button,
.density-control button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(245, 234, 215, .18);
  border-radius: 999px;
  background: transparent;
  color: var(--photo-cream-soft);
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.index-filters button[aria-pressed="true"],
.density-control button[aria-pressed="true"] { border-color: var(--photo-cream); background: var(--photo-cream); color: var(--photo-ink); }
.density-control { display: flex; gap: 4px; }
.contact-sheet {
  --index-cols: 5;
  display: grid;
  grid-template-columns: repeat(var(--index-cols), minmax(0, 1fr));
  align-items: start;
  gap: clamp(9px, 1vw, 16px);
  width: var(--photo-page);
  margin: 0 auto;
  padding: clamp(42px, 7vh, 74px) 0 clamp(90px, 14vh, 150px);
}
.contact-sheet[data-density="dense"] { --index-cols: 8; gap: 7px; }
.index-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: var(--ratio, 1 / 1);
  background: #21170f;
  cursor: zoom-in;
}
.index-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--photo-ease-soft), filter .35s ease; }
.index-photo:hover img { transform: scale(1.04); filter: saturate(1.08); }
.index-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 26px 10px 8px;
  color: var(--photo-cream);
  background: linear-gradient(to top, rgba(9, 5, 3, .82), transparent);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .25s ease;
}
.index-photo:hover figcaption { opacity: 1; }
.contact-sheet[data-density="dense"] figcaption { display: none; }
.index-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--photo-page);
  margin: 0 auto;
  padding: 30px 0 50px;
  border-top: 1px solid var(--photo-line);
  color: var(--photo-cream-soft);
  font-size: 11px;
}
.index-footer p { margin: 0; }

/* ---------------- lightbox ---------------- */
.photo-lightbox {
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(12, 8, 5, .96);
  color: var(--photo-cream);
}
.photo-lightbox::backdrop { background: rgba(12, 8, 5, .84); backdrop-filter: blur(10px); }
.photo-lightbox[open] { animation: lightboxIn .32s ease both; }
@keyframes lightboxIn { from { opacity: 0; } }
.lightbox-shell { height: 100%; display: grid; grid-template-rows: auto 1fr auto; padding: max(18px, env(safe-area-inset-top)) clamp(18px, 3vw, 48px) max(18px, env(safe-area-inset-bottom)); }
.lightbox-shell header,
.lightbox-shell footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; }
.lightbox-shell header { border-bottom: 1px solid var(--photo-line); }
.lightbox-shell footer { border-top: 1px solid var(--photo-line); }
.lightbox-shell header p,
.lightbox-shell footer p { margin: 0; color: var(--photo-cream-soft); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.lightbox-shell button { padding: 9px 0; border: 0; background: transparent; color: var(--photo-cream); cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.lightbox-shell figure { min-height: 0; margin: 0; display: grid; grid-template-rows: 1fr auto; place-items: center; padding: clamp(18px, 4vh, 44px) 0 16px; }
.lightbox-shell figure img { max-width: min(1500px, 94vw); max-height: calc(100svh - 210px); width: auto; height: auto; object-fit: contain; box-shadow: 0 24px 80px rgba(0, 0, 0, .32); }
.lightbox-shell figcaption { margin-top: 12px; color: rgba(245, 234, 215, .42); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.no-script { position: fixed; z-index: 999; inset: auto 20px 20px; padding: 14px; background: var(--photo-cream); color: var(--photo-ink); }

/* ---------------- professional mode ---------------- */
html[data-site-mode="professional"] {
  background: var(--photo-ivory);
}
html[data-site-mode="professional"] body {
  background: var(--photo-ivory);
  color: var(--photo-ink);
}
html[data-site-mode="professional"] .photo-nav {
  color: var(--photo-ink);
  background: rgba(250, 244, 232, .88);
  border-bottom: 1px solid var(--photo-line-dark);
  backdrop-filter: blur(18px);
}
html[data-site-mode="professional"] .photo-nav.is-solid { background: rgba(250, 244, 232, .94); border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .photo-mode { border-color: var(--photo-line-dark); background: rgba(250, 244, 232, .7); }
html[data-site-mode="professional"] .photo-mode button[aria-checked="true"] { background: var(--photo-ink); color: var(--photo-ivory); }
html[data-site-mode="professional"] .photo-hero {
  min-height: 94svh;
  color: var(--photo-ink);
  background: var(--photo-ivory);
}
html[data-site-mode="professional"] .photo-hero::before { background: linear-gradient(135deg, #faf4e8, #f1e5d3); }
html[data-site-mode="professional"] .photo-hero::after { opacity: .22; mix-blend-mode: multiply; }
html[data-site-mode="professional"] .photo-grain { display: none; }
html[data-site-mode="professional"] .hero-copy h1,
html[data-site-mode="professional"] .hero-scroll { color: var(--photo-ink); }
html[data-site-mode="professional"] .hero-lede { color: var(--photo-ink-soft); }
html[data-site-mode="professional"] .hero-frame { border-color: rgba(43,31,20,.18); box-shadow: 0 22px 70px rgba(80, 54, 34, .18); }
html[data-site-mode="professional"] .hero-frame:nth-child(1) { --r: 0deg; }
html[data-site-mode="professional"] .hero-frame:nth-child(2) { --r: 0deg; }
html[data-site-mode="professional"] .hero-frame:nth-child(3) { --r: 0deg; }
html[data-site-mode="professional"] .hero-meta { border-color: var(--photo-line-dark); color: rgba(43,31,20,.48); }
html[data-site-mode="professional"] .hero-scroll i { border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .photo-statement,
html[data-site-mode="professional"] .archive-preview,
html[data-site-mode="professional"] .essay-reel,
html[data-site-mode="professional"] .photo-footer,
html[data-site-mode="professional"] .story-view,
html[data-site-mode="professional"] .index-view { background: var(--photo-ivory); color: var(--photo-ink); }
html[data-site-mode="professional"] .photo-statement { border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .statement-copy p:first-child,
html[data-site-mode="professional"] .reel-heading h2,
html[data-site-mode="professional"] .archive-preview h2 { color: var(--photo-ink); }
html[data-site-mode="professional"] .statement-copy p:last-child,
html[data-site-mode="professional"] .reel-heading > p,
html[data-site-mode="professional"] .reel-footer,
html[data-site-mode="professional"] .photo-footer { color: var(--photo-ink-soft); }
html[data-site-mode="professional"] .essay-card { border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .reel-progress { background: rgba(43,31,20,.14); }
html[data-site-mode="professional"] .photo-footer { border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .photo-footer a { color: var(--photo-ink); }
html[data-site-mode="professional"] .story-intro-copy p,
html[data-site-mode="professional"] .index-hero > p,
html[data-site-mode="professional"] .index-footer { color: var(--photo-ink-soft); }
html[data-site-mode="professional"] .story-block--contact { border-color: var(--photo-line-dark); background: #efe4d4; }
html[data-site-mode="professional"] .story-break { border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .index-tools { background: rgba(250,244,232,.94); border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .index-filters button,
html[data-site-mode="professional"] .density-control button { color: var(--photo-ink-soft); border-color: var(--photo-line-dark); }
html[data-site-mode="professional"] .index-filters button[aria-pressed="true"],
html[data-site-mode="professional"] .density-control button[aria-pressed="true"] { background: var(--photo-ink); border-color: var(--photo-ink); color: var(--photo-ivory); }
html[data-site-mode="professional"] .index-footer { border-color: var(--photo-line-dark); }

/* ---------------- responsive ---------------- */
@media (max-width: 1050px) {
  :root { --photo-nav-h: 68px; }
  .photo-nav { grid-template-columns: 1fr auto; }
  .photo-nav-links { display: none; }
  .photo-hero { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); }
  .hero-copy h1 { font-size: clamp(64px, 9.5vw, 105px); }
  .essay-card { flex-basis: 82vw; grid-template-columns: minmax(0, 1fr) 270px; }
  .contact-sheet { --index-cols: 4; }
  .contact-sheet[data-density="dense"] { --index-cols: 6; }
  .story-intro-copy { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --photo-page: calc(100vw - 36px); }
  .photo-nav { padding: 0 18px; gap: 12px; }
  .photo-brand span { display: none; }
  .photo-mode button { padding: 0 9px; font-size: 8px; }
  .photo-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 38px;
    padding: calc(var(--photo-nav-h) + 54px) 18px 46px;
  }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(65px, 19vw, 100px); line-height: .82; }
  .hero-copy h1 span:nth-child(2) { margin-left: .14em; }
  .hero-collage { width: 100%; height: 58vh; min-height: 440px; justify-self: center; }
  .hero-frame:nth-child(1) { width: 63%; height: 71%; right: 4%; }
  .hero-frame:nth-child(2) { width: 51%; height: 48%; left: 0; }
  .hero-frame:nth-child(3) { width: 39%; height: 35%; right: 0; }
  .hero-meta { grid-column: auto; flex-wrap: wrap; gap: 10px 18px; }
  .hero-scroll { display: none; }
  .photo-statement { grid-template-columns: 1fr; gap: 26px; padding: 90px 0; }
  .statement-copy p:first-child { font-size: clamp(42px, 13vw, 66px); }
  .essay-reel { height: auto; padding: 90px 0 110px; }
  .reel-sticky { position: relative; height: auto; overflow: visible; padding: 0; display: block; }
  .reel-heading { align-items: start; }
  .reel-heading > p { display: none; }
  .reel-viewport { overflow: visible; margin-top: 38px; }
  .reel-track { width: 100%; display: grid; gap: 18px; padding: 0 18px; transform: none !important; }
  .essay-card { width: 100%; height: min(78vh, 630px); min-height: 520px; display: block; opacity: 1; transform: none; }
  .essay-card::before { background: linear-gradient(to top, rgba(10,6,3,.9), rgba(10,6,3,.08) 68%); }
  .essay-card-main { position: absolute; inset: 0; }
  .essay-card-side { position: absolute; inset: 0; justify-content: end; padding: 26px; }
  .essay-card-number { margin-bottom: auto; }
  .essay-card-meta { margin-top: 25px; }
  .essay-card-arrow { right: 24px; top: 30px; transform: none; }
  .essay-card:hover .essay-card-arrow { transform: translateX(4px); }
  .reel-footer { display: none; }
  .archive-preview { padding: 90px 0 110px; }
  .archive-preview-head { align-items: start; flex-direction: column; }
  .preview-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 64px; }
  .preview-photo:nth-child(n) { grid-column: span 3; grid-row: span 3; }
  .preview-photo:nth-child(3n+1) { grid-column: span 6; grid-row: span 4; }
  .photo-footer { grid-template-columns: 1fr; gap: 10px; }
  .story-hero { min-height: 82svh; padding: calc(var(--photo-nav-h) + 52px) 18px 42px; }
  .story-hero h1 { font-size: clamp(74px, 23vw, 120px); }
  .story-intro { grid-template-columns: 1fr; gap: 24px; padding: 80px 0; }
  .story-block { width: calc(100vw - 24px); margin-bottom: 42px; }
  .story-block--full { width: 100%; }
  .story-block--full .story-photo { height: 62svh; }
  .story-block--duo { grid-template-columns: 1fr; gap: 12px; }
  .story-block--duo .story-photo,
  .story-block--duo .story-photo.is-landscape { height: auto; aspect-ratio: var(--ratio, 4 / 5); }
  .story-block--offset { grid-template-columns: 1fr; gap: 12px; }
  .story-block--offset .story-photo:first-child,
  .story-block--offset .story-photo:last-child { height: auto; aspect-ratio: var(--ratio, 4 / 5); margin: 0; }
  .story-block--triptych { grid-template-columns: 1fr 1fr; }
  .story-block--triptych .story-photo,
  .story-block--triptych .story-photo:nth-child(2) { height: auto; aspect-ratio: var(--ratio, 4 / 5); }
  .story-block--triptych .story-photo:nth-child(2) { grid-row: span 2; }
  .story-block--contact { grid-template-columns: repeat(2, 1fr); padding: 7px; }
  .story-block--panorama .story-photo { aspect-ratio: 16 / 10; }
  .story-break { width: calc(100vw - 36px); margin: 80px auto; }
  .story-next { min-height: 66svh; padding: 52px 18px; }
  .index-view { padding-top: calc(var(--photo-nav-h) + 26px); }
  .index-hero { grid-template-columns: 1fr; gap: 24px; padding: 58px 0 46px; }
  .index-hero h1 { font-size: clamp(62px, 18vw, 92px); }
  .index-tools { position: relative; top: auto; align-items: flex-start; flex-direction: column; padding: 14px 18px; }
  .contact-sheet { --index-cols: 2; }
  .contact-sheet[data-density="dense"] { --index-cols: 3; }
  .index-photo figcaption { opacity: 1; }
  .contact-sheet[data-density="dense"] figcaption { display: none; }
}

@media (max-width: 420px) {
  .photo-mode button { min-height: 28px; padding: 0 8px; letter-spacing: .08em; }
  .hero-collage { min-height: 390px; height: 52vh; }
  .essay-card { min-height: 470px; }
  .essay-card-copy h3 { font-size: 48px; }
  .preview-grid { grid-auto-rows: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .photo-grain { display: none; }
  .hero-copy h1 span, .hero-frame, .story-block { opacity: 1; transform: none; }
  .essay-reel { height: auto; padding: 90px 0; }
  .reel-sticky { position: relative; height: auto; }
  .reel-track { transform: none !important; overflow-x: auto; }
}

::view-transition-group(photo-shared) {
  animation-duration: .9s;
  animation-timing-function: var(--photo-ease-soft);
}
::view-transition-old(photo-shared),
::view-transition-new(photo-shared) {
  animation: none;
  height: 100%;
  object-fit: cover;
}
