:root {
  color-scheme: dark;
  --ink: #0b0908;
  --ink-soft: #15110f;
  --ivory: #f2eee5;
  --paper: #e8dfd0;
  --gold: #d5b77b;
  --gold-deep: #9b7642;
  --wine: #4a1116;
  --line: rgb(242 238 229 / 18%);
  --serif: "Songti SC", "Noto Serif SC", STSong, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--ivory); font: 16px/1.6 var(--sans); }
img { display: block; width: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--ink); }

.scroll-progress { position: fixed; z-index: 100; inset: 0 auto auto 0; width: 0; height: 2px; background: var(--gold); pointer-events: none; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 86px; padding: 0 clamp(1.25rem, 4vw, 5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: height .45s ease, background .45s ease, border-color .45s ease; }
.site-header.is-scrolled { height: 66px; background: rgb(11 9 8 / 86%); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: baseline; gap: .8rem; letter-spacing: .28em; font-weight: 700; }
.brand small { color: var(--gold); font-size: .64rem; letter-spacing: .2em; }
.edition { color: rgb(242 238 229 / 68%); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; }
.hero-media { position: absolute; inset: -5%; will-change: transform; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(9 7 6 / 80%) 0%, rgb(9 7 6 / 25%) 55%, rgb(9 7 6 / 42%) 100%), linear-gradient(0deg, rgb(9 7 6 / 78%) 0%, transparent 55%); }
.hero-media img { height: 110%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; width: min(1500px, 100%); margin: auto; padding: 10rem clamp(1.25rem, 5vw, 6rem) clamp(4rem, 8vw, 8rem); }
.kicker { margin: 0 0 1.2rem; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.hero h1 { max-width: 12ch; margin: 0; font: 400 clamp(3.3rem, 8vw, 9rem)/.98 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.hero-meta { margin: 2.2rem 0 0; display: flex; gap: 1.5rem; color: rgb(242 238 229 / 72%); font-size: .78rem; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 3; right: clamp(1.25rem, 4vw, 5rem); bottom: 3rem; display: grid; justify-items: center; gap: .8rem; color: rgb(242 238 229 / 65%); font-size: .62rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue::after { content: ""; width: 1px; height: 70px; background: linear-gradient(var(--gold), transparent); animation: cue 2s ease-in-out infinite; }

.statement { min-height: 90vh; padding: clamp(6rem, 12vw, 13rem) clamp(1.25rem, 6vw, 8rem); display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1.6fr); gap: 8vw; align-items: start; background: var(--paper); color: var(--ink); }
.statement-label { position: sticky; top: 8rem; color: var(--gold-deep); font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; }
.statement h2 { max-width: 13ch; margin: 0; font: 400 clamp(3rem, 6.5vw, 7.2rem)/1.05 var(--serif); letter-spacing: -.045em; }
.statement p { max-width: 48rem; margin: 3rem 0 0; color: #5b5147; font: clamp(1rem, 1.5vw, 1.35rem)/1.9 var(--serif); }

.marquee { overflow: hidden; padding: 1.2rem 0; border-block: 1px solid var(--line); background: var(--wine); }
.marquee-track { width: max-content; display: flex; gap: 3rem; animation: marquee 28s linear infinite; }
.marquee span { color: var(--paper); font: 400 clamp(1.15rem, 2vw, 1.8rem)/1 var(--serif); letter-spacing: .08em; white-space: nowrap; }
.marquee i { color: var(--gold); font-style: normal; }

.feature { padding: clamp(6rem, 10vw, 11rem) 0; background: var(--ink-soft); }
.section-head { width: min(1500px, calc(100% - 2.5rem)); margin: 0 auto 3rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-head h2 { margin: .3rem 0 0; font: 400 clamp(2.8rem, 6vw, 6.5rem)/1 var(--serif); letter-spacing: -.04em; }
.section-head p:last-child { max-width: 30rem; color: rgb(242 238 229 / 55%); font-size: .84rem; }
.feature-rail { padding: 0 max(1.25rem, calc((100vw - 1500px)/2)); display: grid; grid-auto-flow: column; grid-auto-columns: min(72vw, 980px); gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.feature-rail.is-auto-scrolling { scroll-snap-type: none; cursor: grab; }
.feature-rail.is-auto-scrolling:active { cursor: grabbing; }
.feature-card { position: relative; scroll-snap-align: center; aspect-ratio: 3/2; overflow: hidden; background: #211b18; }
.feature-card figure, .feature-card picture { display: block; width: 100%; height: 100%; }
.feature-card img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.feature-card:hover img { transform: scale(1.025); }
.feature-card figcaption { position: absolute; inset: auto 0 0; padding: 5rem 1.5rem 1.5rem; display: flex; justify-content: space-between; background: linear-gradient(transparent, rgb(0 0 0 / 78%)); color: rgb(255 255 255 / 75%); font-size: .72rem; letter-spacing: .12em; }

.gallery { padding: clamp(6rem, 10vw, 10rem) clamp(1rem, 3vw, 3.5rem); }
.gallery-intro { width: min(1500px, 100%); margin: 0 auto clamp(3rem, 6vw, 6rem); display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.gallery-intro h2 { margin: 0; font: 400 clamp(3rem, 7vw, 7rem)/1 var(--serif); letter-spacing: -.05em; }
.gallery-intro p { color: rgb(242 238 229 / 52%); font-size: .74rem; letter-spacing: .16em; }
.photo-grid { width: min(1500px, 100%); margin: auto; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(.6rem, 1vw, 1rem); }
.photo-card { position: relative; grid-column: span 4; overflow: hidden; background: #181412; }
.photo-card:nth-child(10n + 1), .photo-card:nth-child(10n + 7) { grid-column: span 8; }
.photo-card:nth-child(10n + 2), .photo-card:nth-child(10n + 8) { grid-column: span 4; }
.photo-card picture { display: block; }
.photo-card picture, .photo-card img { height: 100%; }
.photo-card img { aspect-ratio: 3/2; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.photo-card:hover img { transform: scale(1.035); filter: brightness(.88); }
.photo-card::after { content: attr(data-index); position: absolute; inset: auto auto .8rem .9rem; opacity: 0; color: #fff; font-size: .65rem; letter-spacing: .18em; transition: opacity .35s ease; pointer-events: none; }
.photo-card:hover::after { opacity: 1; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-footer { min-height: 72vh; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem) 3rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); color: var(--ink); }
.footer-title { max-width: 12ch; margin: 0; font: 400 clamp(3.2rem, 8vw, 8.5rem)/1 var(--serif); letter-spacing: -.05em; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 3rem; border-top: 1px solid rgb(11 9 8 / 25%); }
.contact-label { color: var(--gold-deep); font-size: .7rem; font-weight: 700; letter-spacing: .22em; }
.contact-links { display: grid; gap: .5rem; justify-items: start; font: clamp(1.1rem, 2vw, 1.7rem)/1.4 var(--serif); }
.contact-links a { border-bottom: 1px solid transparent; }
.contact-links a:hover { border-color: currentColor; }
.copyright { margin-top: 5rem; display: flex; justify-content: space-between; color: rgb(11 9 8 / 52%); font-size: .7rem; letter-spacing: .12em; }

@keyframes cue { 0%,100% { opacity: .25; transform: scaleY(.5); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .edition { display: none; }
  .statement { grid-template-columns: 1fr; min-height: auto; }
  .statement-label { position: static; }
  .feature-rail { grid-auto-columns: 86vw; }
  .photo-card, .photo-card:nth-child(n) { grid-column: span 6; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .site-header { height: 68px; }
  .brand { font-size: .78rem; letter-spacing: .18em; }
  .brand small { display: none; }
  .hero-content { padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .hero-meta { flex-direction: column; gap: .35rem; }
  .scroll-cue { display: none; }
  .statement { padding-block: 7rem; }
  .section-head, .gallery-intro { align-items: start; flex-direction: column; }
  .feature-rail { grid-auto-columns: 91vw; }
  .photo-grid { display: block; }
  .photo-card { display: block; margin-bottom: .7rem; }
  .photo-card::after { opacity: .78; }
  .site-footer { min-height: 80vh; }
  .copyright { gap: 1rem; flex-direction: column; }
}

@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; }
}
