:root {
  --ink: #ece6da;
  --muted: rgba(236, 230, 218, .62);
  --quiet: rgba(236, 230, 218, .42);
  --line: rgba(236, 230, 218, .16);
  --line-strong: rgba(236, 230, 218, .3);
  --bg: #0c0b09;
  --accent: #d39a5d;
  --sans: "DM Sans", Helvetica, Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 15px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 1px solid var(--accent); outline-offset: 5px; }
.skip-link { position: absolute; left: 20px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--ink); color: var(--bg); }
.skip-link:focus { top: 20px; }
.site-header, .site-footer { position: relative; z-index: 5; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 28px clamp(24px, 5vw, 76px); }
.site-header { position: absolute; inset: 0 0 auto; }
.wordmark { font: 400 clamp(25px, 2.2vw, 34px)/.8 var(--serif); letter-spacing: -.015em; }
.mark { color: var(--accent); font: 400 10px/1 var(--sans); vertical-align: top; margin-left: 3px; }
.header-meta { display: flex; align-items: baseline; gap: clamp(22px, 4vw, 56px); color: var(--muted); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.header-meta a, .site-footer a { color: var(--ink); border-bottom: 1px solid var(--line-strong); padding-bottom: 4px; }
.header-meta a { padding-top: 10px; padding-bottom: 10px; margin-top: -10px; margin-bottom: -10px; }
.header-meta a:hover, .site-footer a:hover, .text-link:hover { color: var(--accent); border-color: var(--accent); }
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.hero-media { position: absolute; inset: 0; background: #11100e; }
.hero-still, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-still { display: block; }
.hero-video { display: block; opacity: 0; transition: opacity 900ms ease; }
.hero-video.is-ready { opacity: 1; }
.media-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,11,9,.96) 0%, rgba(12,11,9,.78) 26%, rgba(12,11,9,.18) 62%, rgba(12,11,9,.2) 100%), linear-gradient(0deg, rgba(12,11,9,.45), transparent 38%, rgba(12,11,9,.18)); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(640px, 53vw); margin-left: clamp(24px, 10vw, 168px); margin-top: 5vh; }
.section-label { margin: 0 0 23px; color: var(--accent); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.018em; }
h1 { max-width: 9em; font-size: clamp(53px, 7.1vw, 116px); line-height: .9; }
.hero-intro { max-width: 375px; margin: 31px 0 30px; color: var(--muted); font-size: clamp(15px, 1.35vw, 18px); line-height: 1.65; }
.text-link { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--line-strong); padding-bottom: 8px; color: var(--ink); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; transition: color 180ms ease, border-color 180ms ease; }
.text-link span, .site-footer a span { color: var(--accent); font-size: 15px; }
.link-arrow { display: inline-block; width: 1em; height: 1em; vertical-align: -.125em; }
.hero-index { position: absolute; z-index: 2; right: clamp(24px, 5vw, 76px); bottom: 28px; color: var(--quiet); font-size: 10px; letter-spacing: .2em; }
/* The aperture and captions occupy separate grid columns at every width. */
.reel { background: var(--bg); }
.reel.is-enhanced { height: 250svh; }
.reel-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 44px;
  column-gap: clamp(40px, 7vw, 112px);
  row-gap: 32px;
  padding: clamp(40px, 8svh, 80px) clamp(24px, 7vw, 112px);
}
.is-enhanced .reel-stage { position: sticky; top: 0; height: 100svh; min-height: 540px; }
.reel-aperture {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  width: 100%;
  height: min(72svh, 760px);
  overflow: hidden;
  padding: 12px;
  background: #171410;
  border: 1px solid rgba(236,230,218,.2);
}
.reel-film { display: flex; gap: 24px; position: relative; height: 100%; }
.is-enhanced .reel-film { will-change: transform; }
.film-frame { flex: 0 0 100%; min-width: 0; height: 100%; margin: 0; overflow: hidden; }
.film-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.reel-copy { grid-column: 2; grid-row: 1; min-width: 0; align-self: center; }
.reel-captions { display: grid; gap: 40px; }
.reel-caption { min-width: 0; }
.is-enhanced .reel-captions { gap: 0; }
.is-enhanced .reel-caption { grid-area: 1 / 1; visibility: hidden; opacity: 0; pointer-events: none; }
.is-enhanced .reel-caption.is-active { visibility: visible; opacity: 1; transition: opacity 280ms ease-out; pointer-events: auto; }
.reel-caption-index { color: var(--muted); font-size: 11px; letter-spacing: .16em; font-variant-numeric: tabular-nums; }
.reel-caption h2 { margin-top: 24px; font-size: clamp(58px, 6vw, 96px); line-height: .9; }
.reel-caption h2 em { color: var(--accent); font-style: italic; white-space: nowrap; }
.reel-scope { max-width: 310px; margin: 48px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.reel-index { display: none; }
.is-enhanced .reel-index { grid-column: 2; grid-row: 2; display: flex; gap: 24px; align-items: center; min-width: 0; }
.reel-index-value { color: var(--muted); white-space: nowrap; font-size: 11px; letter-spacing: .1em; font-variant-numeric: tabular-nums; }
.reel-control {
  appearance: none;
  -webkit-appearance: none;
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  cursor: ew-resize;
  touch-action: pan-y;
  background: transparent;
  --position: 0%;
}
.reel-control::-webkit-slider-runnable-track { height: 1px; background: linear-gradient(to right, var(--accent) var(--position), var(--line-strong) var(--position)); }
.reel-control::-moz-range-track { height: 1px; background: var(--line-strong); }
.reel-control::-moz-range-progress { height: 1px; background: var(--accent); }
.reel-control::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: 10px; height: 10px; margin-top: -4.5px; border-radius: 50%; background: var(--ink); border: 0; }
.reel-control::-moz-range-thumb { width: 10px; height: 10px; border-radius: 50%; background: var(--ink); border: 0; }
.reel-control:focus-visible { outline: 1px solid var(--accent); outline-offset: 4px; }
.reel-control:hover::-webkit-slider-thumb { background: var(--accent); }
.reel-control:hover::-moz-range-thumb { background: var(--accent); }
.reel.is-reduced { height: auto; }
.is-reduced .reel-stage { position: relative; }
.is-reduced .reel-caption.is-active { transition: none; }
::selection { color: var(--bg); background: var(--ink); }
html { scrollbar-color: #716351 var(--bg); }
.site-footer { border-top: 1px solid var(--line); color: var(--quiet); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.site-footer a { color: var(--ink); }
@media (max-width: 780px) {
  html, body { overflow-x: clip; }
  .site-header { padding-top: 24px; }
  .header-meta > span { display: none; }
  .header-meta { font-size: 11px; }
  .hero { min-height: 780px; align-items: flex-start; }
  .hero-media { height: 100%; }
  .hero-still, .hero-video { object-position: 73% center; }
  .media-shade { background: linear-gradient(180deg, rgba(12,11,9,.9) 0%, rgba(12,11,9,.52) 31%, rgba(12,11,9,.2) 48%, rgba(12,11,9,.34) 59%, rgba(12,11,9,.78) 100%); }
  .hero-copy { width: auto; margin: 170px 24px 0; }
  h1 { max-width: 8em; font-size: clamp(53px, 15vw, 80px); }
  .hero-intro { max-width: 300px; margin-top: 25px; }
  .hero-intro { color: rgba(236, 230, 218, .76); text-shadow: 0 1px 18px rgba(12, 11, 9, .38); }
  .hero-index { right: 24px; bottom: 25px; }

  .reel-stage {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(140px, 1fr) auto 44px;
    gap: 24px;
    padding: 36px 24px 20px;
  }
  .is-enhanced .reel-stage { min-height: 620px; }
  .reel-aperture { grid-column: 1; grid-row: 1; height: 100%; min-height: 0; padding: 8px; }
  .reel-copy { grid-column: 1; grid-row: 2; align-self: start; }
  .reel-caption h2 { margin-top: 14px; font-size: clamp(50px, 14vw, 70px); }
  .reel-scope { max-width: 300px; margin-top: 26px; font-size: 15px; }
  .is-enhanced .reel-index { grid-column: 1; grid-row: 3; }
  .site-footer { flex-wrap: wrap; padding: 24px; }
  .site-footer span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .hero-still { display: block; }
  .hero-video.is-ready { opacity: 0; }
}

@media (min-width: 781px) and (max-width: 1050px) {
  .reel-stage { column-gap: 40px; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
  .reel-caption h2 { font-size: 5.8vw; }
}
@media (max-width: 780px) and (max-height: 700px) {
  .reel-stage { gap: 18px; padding-top: 24px; }
  .reel-caption h2 { font-size: 50px; }
  .reel-scope { margin-top: 18px; }
}
