/* =========================================================
   TCK — Stillness at full speed.
   Floodlight design system
   ========================================================= */

:root {
  --ink: #0A0A0B;
  --ink-2: #141416;
  --line: #26262A;
  --chalk: #EDEBE6;
  --ash: #8B8A86;
  --signal: #FF3B1F;
  --sand: #D8C8A8;

  --f-display: "Archivo", "Arial Narrow", sans-serif;
  --f-body: "Inter", system-ui, -apple-system, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;

  --fs-mega: clamp(4rem, 17vw, 22rem);
  --fs-xl: clamp(3rem, 10vw, 11rem);
  --fs-l: clamp(2rem, 4.6vw, 5rem);
  --fs-m: clamp(1.25rem, 2vw, 1.75rem);
  --fs-body: clamp(1rem, 1.1vw, 1.1875rem);
  --fs-mono: clamp(.6875rem, .8vw, .8125rem);

  --gutter: clamp(16px, 2vw, 32px);
  --side: clamp(16px, 4vw, 64px);
  --section: clamp(96px, 18vh, 240px);

  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-shutter: cubic-bezier(.7, 0, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  background: var(--ink);
  color: var(--chalk);
  font-family: var(--f-body);
  font-size: var(--fs-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p, figure { margin: 0; }
::selection { background: var(--sand); color: var(--ink); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }

.mono {
  font-family: var(--f-mono);
  font-size: var(--fs-mono);
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.6;
}
.label { color: var(--ash); margin-bottom: clamp(20px, 3vw, 40px); }

.skip {
  position: fixed; top: 12px; left: 12px; z-index: 1000;
  padding: 10px 16px; background: var(--chalk); color: var(--ink);
  transform: translateY(-200%);
}
.skip:focus { transform: none; }

/* ---------- Motifs: AF point + viewfinder ---------- */
.af {
  display: inline-block; width: 8px; height: 8px;
  background: var(--signal); flex: none;
}
.af--inline { margin-left: 4px; vertical-align: baseline; width: .22em; height: .22em; }
.af--dot { display: inline-block; width: .16em; height: .16em; margin-left: .04em; vertical-align: baseline; }

.vf-c { position: absolute; width: 22px; height: 22px; border: 0 solid var(--chalk); }
.vf-c--tl { top: 0; left: 0; border-top-width: 1.5px; border-left-width: 1.5px; }
.vf-c--tr { top: 0; right: 0; border-top-width: 1.5px; border-right-width: 1.5px; }
.vf-c--bl { bottom: 0; left: 0; border-bottom-width: 1.5px; border-left-width: 1.5px; }
.vf-c--br { bottom: 0; right: 0; border-bottom-width: 1.5px; border-right-width: 1.5px; }

/* Viewfinder frame on any image container; locks focus when .is-locked */
.vf-frame { position: relative; display: block; }
.vf-frame::after {
  --c: rgba(237, 235, 230, .9);
  --s: 18px;
  content: ""; position: absolute; inset: -14px; pointer-events: none; z-index: 2;
  opacity: 0;
  background:
    linear-gradient(var(--c), var(--c)) top left / var(--s) 1.5px no-repeat,
    linear-gradient(var(--c), var(--c)) top left / 1.5px var(--s) no-repeat,
    linear-gradient(var(--c), var(--c)) top right / var(--s) 1.5px no-repeat,
    linear-gradient(var(--c), var(--c)) top right / 1.5px var(--s) no-repeat,
    linear-gradient(var(--c), var(--c)) bottom left / var(--s) 1.5px no-repeat,
    linear-gradient(var(--c), var(--c)) bottom left / 1.5px var(--s) no-repeat,
    linear-gradient(var(--c), var(--c)) bottom right / var(--s) 1.5px no-repeat,
    linear-gradient(var(--c), var(--c)) bottom right / 1.5px var(--s) no-repeat;
  transition: inset .7s cubic-bezier(.34, 1.8, .5, 1), opacity .3s ease;
}
.vf-frame.is-locked::after { inset: 12px; opacity: 1; }
html:not(.js) .vf-frame::after { inset: 12px; opacity: 1; }

/* ---------- Grain ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 900; pointer-events: none;
  opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1.6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1s steps(8) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-3%, 2%); }
  50% { transform: translate(2%, -4%); }
  75% { transform: translate(-1%, 3%); }
  100% { transform: translate(3%, -1%); }
}

.flash { position: fixed; inset: 0; z-index: 950; background: #fff; opacity: 0; pointer-events: none; }

/* ---------- Preloader ---------- */
.preloader { display: none; }
.js .preloader {
  position: fixed; inset: 0; z-index: 1000; background: var(--ink);
  display: grid; place-items: center;
  clip-path: circle(150% at 50% 50%);
}
.preloader__vf { position: relative; width: 120px; height: 80px; }
.preloader__vf .af { position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; }
.preloader__meta {
  position: absolute; left: var(--side); right: var(--side); bottom: var(--side);
  display: flex; justify-content: space-between; color: var(--ash);
}
.preloader__count { color: var(--chalk); }
.is-loaded .preloader { pointer-events: none; }

/* ---------- Cursor ---------- */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .js .cursor {
    display: grid; place-items: center;
    position: fixed; top: 0; left: 0; z-index: 960; pointer-events: none;
    width: 10px; height: 10px; margin: -5px 0 0 -5px;
    background: var(--signal);
    transition: width .35s var(--ease-out), height .35s var(--ease-out), margin .35s var(--ease-out), background-color .25s, border-radius .35s var(--ease-out);
  }
  .cursor.is-big { width: 88px; height: 88px; margin: -44px 0 0 -44px; background: var(--chalk); border-radius: 50%; }
  .cursor__label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; color: var(--ink); opacity: 0; transition: opacity .2s; }
  .cursor.is-big .cursor__label { opacity: 1; }
  .cursor.is-hidden { opacity: 0; }
}

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px var(--side);
  mix-blend-mode: difference;
  transition: transform .5s var(--ease-out);
}
.nav.is-hidden { transform: translateY(-110%); }
.nav__logo { font-family: var(--f-display); font-weight: 800; font-size: 22px; letter-spacing: -.02em; display: flex; align-items: baseline; }
.nav__links { display: flex; gap: clamp(20px, 3vw, 44px); font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.nav__links a { position: relative; padding: 4px 0; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease-out);
}
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border: 1px solid currentColor; border-radius: 100px;
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  transition: background-color .3s, color .3s;
}
.pill:hover { background: var(--chalk); color: var(--ink); }
.nav__burger { display: none; width: 44px; height: 44px; position: relative; }
.nav__burger span { position: absolute; left: 10px; right: 10px; height: 1.5px; background: var(--chalk); transition: transform .4s var(--ease-out); }
.nav__burger span:first-child { top: 17px; }
.nav__burger span:last-child { top: 25px; }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: 790; background: var(--ink);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 32px;
  padding: 100px var(--side) var(--side);
}
.menu[hidden] { display: none; }
.menu nav { display: flex; flex-direction: column; }
.menu nav a {
  font-family: var(--f-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(3rem, 16vw, 6rem); line-height: .95; letter-spacing: -.03em;
}
.menu p { color: var(--ash); }

/* ---------- Display type ---------- */
.xl, .mega-outline, .hero__line, .cta__title, .story__title, .burst__title, .pillar__title, .session__name, .footer__mark {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.03em;
  line-height: .86;
}
.xl { font-size: var(--fs-xl); font-variation-settings: "wdth" 80; }
.section-head { padding: 0 var(--side); margin-bottom: clamp(48px, 8vw, 120px); }

/* Split text helpers */
.split-mask { display: inline-block; overflow: hidden; vertical-align: top; padding: .2em 0 .06em; margin: -.2em 0 -.06em; }
.split-char, .split-word { display: inline-block; will-change: transform; }
.line-mask { display: block; overflow: hidden; padding: .16em 0 .04em; margin: -.16em 0 -.04em; }
.line-inner { display: block; }

/* =========================================================
   01 HERO
   ========================================================= */
.hero { position: relative; height: 260vh; }
.hero__stage {
  --it: 14%; --ir: 42%; --ib: 40%; --il: 16%;
  position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0;
  clip-path: inset(var(--it) var(--ir) var(--ib) var(--il));
  will-change: clip-path;
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.18); will-change: transform; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, .45));
}
.hero__vf { position: absolute; top: calc(var(--it) - 14px); bottom: calc(var(--ib) - 14px); left: calc(var(--il) - 14px); right: calc(var(--ir) - 14px); pointer-events: none; }
.hero__vf .af { position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; margin: -6px 0 0 -6px; opacity: 0; }

.hero__name { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: difference; }
.hero__line {
  position: absolute; display: block; white-space: nowrap;
  font-size: var(--fs-mega);
  font-variation-settings: "wdth" 100;
  color: var(--chalk);
}
.hero__line--1 { top: clamp(118px, 15vh, 170px); left: var(--side); }
.hero__line--2 { bottom: clamp(56px, 8vh, 100px); right: var(--side); }

.hero__meta { position: absolute; top: clamp(76px, 9.5vh, 100px); right: var(--side); text-align: right; color: var(--ash); }
.hero__tag {
  position: absolute; left: var(--side); bottom: clamp(24px, 4vh, 40px);
  font-size: var(--fs-m); font-weight: 500; letter-spacing: -.01em;
}
.hero__cue { position: absolute; right: var(--side); bottom: clamp(24px, 4vh, 40px); display: flex; align-items: center; gap: 10px; color: var(--ash); }
.hero__cue .af { animation: blink 1.4s steps(1) infinite; }
.hero__exif { position: absolute; left: 50%; bottom: clamp(24px, 4vh, 40px); transform: translateX(-50%); color: var(--chalk); opacity: 0; white-space: nowrap; }
@keyframes blink { 50% { opacity: 0; } }

/* =========================================================
   02 EXIF STRIP
   ========================================================= */
.exif {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden; padding: clamp(18px, 2.4vw, 32px) 0;
}
.exif__track { display: flex; width: max-content; }
.exif__row { display: flex; flex: none; }
.exif__row li {
  display: flex; align-items: baseline; gap: 14px; flex: none;
  padding: 0 clamp(24px, 3vw, 48px);
  font-family: var(--f-mono); font-size: var(--fs-mono); text-transform: uppercase; letter-spacing: .08em; color: var(--ash);
}
.exif__row li::after { content: ""; width: 7px; height: 7px; background: var(--signal); margin-left: clamp(24px, 3vw, 48px); align-self: center; }
.exif__row b {
  font-family: var(--f-display); font-weight: 700; font-size: clamp(1.75rem, 3.4vw, 3.4rem);
  letter-spacing: -.02em; color: var(--chalk); font-variation-settings: "wdth" 75;
  text-transform: none;
}

/* =========================================================
   03 MISSION
   ========================================================= */
.mission { padding: var(--section) var(--side); max-width: 1500px; }
.mission__text {
  font-family: var(--f-display); font-weight: 700; font-size: var(--fs-l);
  line-height: 1.02; letter-spacing: -.025em; font-variation-settings: "wdth" 88;
  text-transform: uppercase;
}
.mission__foot { display: flex; align-items: center; gap: 12px; margin-top: clamp(32px, 5vw, 64px); color: var(--ash); }

/* =========================================================
   04 PILLARS
   ========================================================= */
.pillars { padding-bottom: var(--section); }
.pillar { position: sticky; top: 0; height: 100vh; height: 100svh; padding: clamp(72px, 10vh, 110px) var(--side) var(--side); background: var(--ink); }
.pillar + .pillar { border-top: 1px solid var(--line); }
.pillar__inner {
  height: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gutter); align-items: stretch;
  transform-origin: 50% 0;
}
.pillar__text { display: flex; flex-direction: column; justify-content: space-between; padding-right: 4vw; }
.pillar__n { font-family: var(--f-display); font-weight: 200; font-size: clamp(5rem, 14vw, 14rem); line-height: .8; color: var(--line); font-variation-settings: "wdth" 62; letter-spacing: -.04em; -webkit-text-stroke: 1px var(--ash); color: transparent; }
.pillar__tag { color: var(--signal); margin-top: auto; margin-bottom: 16px; }
.pillar__title { font-size: clamp(2.75rem, 6vw, 6.5rem); font-variation-settings: "wdth" 78; margin-bottom: 24px; }
.pillar__copy { max-width: 34ch; color: var(--ash); font-size: var(--fs-m); line-height: 1.4; }
.pillar__media { overflow: hidden; height: 100%; min-height: 0; }
.pillar__media img { width: 100%; height: 100%; object-fit: cover; }
.pillar__media figcaption { position: absolute; left: 20px; bottom: 18px; z-index: 3; color: var(--chalk); text-shadow: 0 1px 12px rgba(0,0,0,.6); }

/* =========================================================
   05 THE BURST
   ========================================================= */
.burst { position: relative; height: 420vh; }
.burst__stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.burst__frames { position: absolute; inset: 0; }
.burst__frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.burst__frame.is-on { opacity: 1; }
.burst__frames::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,11,.55), transparent 35%, transparent 60%, rgba(10,10,11,.75)); }
.burst__ui { position: absolute; inset: 0; padding: clamp(84px, 12vh, 130px) var(--side) var(--side); display: flex; flex-direction: column; }
.burst__ui .label { color: var(--chalk); }
.burst__title { font-size: clamp(2.75rem, 8vw, 9rem); font-variation-settings: "wdth" 70; }
.burst__hud { margin-top: auto; display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: center; }
.burst__rec { display: inline-flex; align-items: center; gap: 8px; color: var(--signal); }
.burst__rec .af { animation: blink 1s steps(1) infinite; }
.burst__count b { font-weight: 500; color: var(--chalk); }
.burst__bar { height: 1px; background: rgba(237,235,230,.25); margin-top: 16px; }
.burst__bar span { display: block; height: 100%; background: var(--chalk); transform: scaleX(0); transform-origin: left; }

/* =========================================================
   06 SELECTED WORK
   ========================================================= */
.work { padding-top: var(--section); padding-bottom: var(--section); }
.mega-outline {
  font-size: var(--fs-xl); font-variation-settings: "wdth" 110;
  color: transparent; -webkit-text-stroke: 1.5px var(--chalk);
  background: linear-gradient(90deg, var(--chalk) 50%, transparent 50%) 100% 0 / 200% 100% no-repeat;
  -webkit-background-clip: text; background-clip: text;
}
.filters {
  display: flex; gap: 10px; padding: 0 var(--side); margin-bottom: clamp(40px, 6vw, 80px);
  overflow-x: auto; scrollbar-width: none;
}
.filters::-webkit-scrollbar { display: none; }
.filters button {
  flex: none; padding: 10px 16px; min-height: 44px; border: 1px solid var(--line); border-radius: 100px;
  color: var(--ash); letter-spacing: .08em; text-transform: uppercase; transition: color .3s, border-color .3s, background-color .3s;
}
.filters button:hover { color: var(--chalk); border-color: var(--ash); }
.filters button.is-active { background: var(--chalk); color: var(--ink); border-color: var(--chalk); }

.grid {
  display: grid; grid-template-columns: repeat(12, 1fr); column-gap: var(--gutter); row-gap: clamp(48px, 7vw, 120px);
  padding: 0 var(--side); align-items: start; grid-auto-flow: row dense;
}
.card { grid-column: span 4; }
.card[data-orient="l"] { grid-column: span 7; }
.card.is-hidden { display: none; }
.card[data-slot="0"] { grid-column: 1 / span 5; }
.card[data-slot="1"] { grid-column: 7 / span 4; margin-top: 16vw; }
.card[data-slot="2"] { grid-column: 2 / span 4; }
.card[data-slot="3"] { grid-column: 8 / span 5; margin-top: 8vw; }
.card[data-slot="4"] { grid-column: 1 / span 4; margin-top: 4vw; }
.card[data-slot="5"] { grid-column: 6 / span 3; }
.card[data-slot="6"] { grid-column: 10 / span 3; margin-top: 12vw; }
.card[data-orient="l"][data-slot] { grid-column: 3 / span 8; margin-top: 0; }
.card__btn { display: block; width: 100%; text-align: left; }
.card__media { overflow: hidden; }
.card__media img { width: 100%; height: auto; transition: transform 1.2s var(--ease-out); }
.card__btn:hover .card__media img, .card__btn:focus-visible .card__media img { transform: scale(1.04); }
.card__cap { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; color: var(--ash); }
.card__cap span:first-child { color: var(--chalk); }

/* =========================================================
   07 THE LINEUP
   ========================================================= */
.lineup { position: relative; }
.lineup__stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; display: flex; align-items: center; }
.lineup__head { position: absolute; top: clamp(84px, 12vh, 130px); left: var(--side); z-index: 0; }
.lineup__hint { color: var(--ash); margin-top: 20px; }
.lineup__track {
  display: flex; gap: clamp(20px, 3vw, 56px); padding-left: 44vw; padding-right: var(--side);
  will-change: transform; align-items: flex-end; margin-top: 10vh; position: relative; z-index: 1;
}
.shot { flex: none; width: clamp(240px, 25vw, 420px); }
.shot:nth-child(even) { margin-bottom: 8vh; }
.shot__media { aspect-ratio: 2 / 3; overflow: hidden; }
.shot__media img { width: 100%; height: 100%; object-fit: cover; }
.shot figcaption { display: flex; gap: 14px; margin-top: 14px; color: var(--ash); flex-wrap: wrap; }
.shot figcaption span:first-child { color: var(--signal); }

/* Native (mobile / reduced motion) lineup */
.lineup.is-native .lineup__stage { position: static; height: auto; display: block; padding: var(--section) 0; }
.lineup.is-native .lineup__head { position: static; padding: 0 var(--side); margin-bottom: 40px; }
.lineup.is-native .lineup__track {
  overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--side) 8px; margin: 0;
  scrollbar-width: none; transform: none !important;
}
.lineup.is-native .lineup__track::-webkit-scrollbar { display: none; }
.lineup.is-native .shot { scroll-snap-align: center; width: 72vw; max-width: 380px; margin-bottom: 0; }

/* =========================================================
   08 STORY
   ========================================================= */
.story {
  background: var(--chalk); color: var(--ink);
  display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 5vw, 96px);
  padding: var(--section) var(--side);
}
.story__body { grid-column: 1 / -1; display: grid; grid-template-columns: 5fr 7fr; column-gap: clamp(32px, 5vw, 96px); align-items: start; }
.story__body > .label, .story__title { grid-column: 1; }
.story__title { position: sticky; top: 14vh; grid-row: 2 / span 2; }
.story__copy, .story__kit { grid-column: 2; }
.story__copy { grid-row: 2; }
.story__kit { grid-row: 3; }
.story ::selection { background: var(--ink); color: var(--chalk); }
.story .label { color: #6b6a66; }
.story__title { font-size: clamp(3rem, 7.4vw, 8.5rem); font-variation-settings: "wdth" 72; margin-bottom: clamp(40px, 5vw, 72px); }
.story__title em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.story__copy { max-width: 58ch; font-size: clamp(1.0625rem, 1.25vw, 1.3125rem); }
.story__copy p + p { margin-top: 1.1em; }
.story__sig { margin-top: 2em !important; }
.story__kit { margin-top: clamp(40px, 5vw, 64px); padding-top: 20px; border-top: 1px solid rgba(10,10,11,.15); color: #6b6a66; }

/* =========================================================
   09 SESSIONS
   ========================================================= */
.sessions { position: relative; padding: var(--section) 0; }
.sessions__list { border-top: 1px solid var(--line); }
.session {
  position: relative; display: grid; grid-template-columns: 80px 1.3fr 1fr 1.4fr; gap: var(--gutter); align-items: center;
  padding: clamp(24px, 3vw, 44px) var(--side); border-bottom: 1px solid var(--line);
  isolation: isolate; overflow: hidden;
}
.session::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--chalk);
  transform: scaleY(0); transform-origin: bottom; transition: transform .6s var(--ease-out);
}
.session__n { color: var(--ash); display: flex; align-items: center; gap: 10px; }
.session__name { font-size: clamp(1.9rem, 4.2vw, 4.5rem); font-variation-settings: "wdth" 76; transition: color .4s, font-variation-settings .6s var(--ease-out); }
.session__for { color: var(--ash); transition: color .4s; }
.session__inc { color: var(--ash); max-width: 40ch; transition: color .4s; }
.session__thumb { display: none; }
@media (hover: hover) and (pointer: fine) {
  .session:hover::before { transform: scaleY(1); transform-origin: top; }
  .session:hover .session__name { color: var(--ink); font-variation-settings: "wdth" 100; }
  .session:hover .session__for, .session:hover .session__inc, .session:hover .session__n { color: #3c3b39; }
}
.sessions__note { padding: 40px var(--side) 0; color: var(--ash); font-size: var(--fs-m); }
.sessions__note a { color: var(--chalk); border-bottom: 1px solid var(--signal); }
.session-float {
  position: fixed; top: 0; left: 0; z-index: 700; width: 280px; aspect-ratio: 4 / 5; overflow: hidden;
  pointer-events: none; opacity: 0; transform: scale(.6);
}
.session-float img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   10 FINAL CTA
   ========================================================= */
.cta {
  position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--section) var(--side);
}
.cta__bg { position: absolute; inset: 0; z-index: -1; }
.cta__bg img { width: 100%; height: 120%; object-fit: cover; opacity: .28; filter: grayscale(.4) contrast(1.1); }
.cta__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--ink), rgba(10,10,11,.4) 40%, rgba(10,10,11,.6) 70%, var(--ink)); }
.cta__title { font-size: clamp(4.5rem, 21vw, 26rem); line-height: .82; font-variation-settings: "wdth" 90; display: flex; flex-direction: column; }
.cta__title > span:last-child { align-self: flex-end; }
.cta__lead { max-width: 36ch; margin-top: clamp(28px, 4vw, 56px); font-size: var(--fs-m); color: var(--chalk); }
.cta__buttons { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 64px;
  padding: 0 clamp(24px, 3vw, 40px); border-radius: 100px;
  font-family: var(--f-mono); font-size: clamp(.8125rem, 1vw, .9375rem); letter-spacing: .08em; text-transform: uppercase;
  transition: background-color .3s, color .3s, border-color .3s;
}
.btn > span { display: inline-block; pointer-events: none; }
.btn--solid { background: var(--chalk); color: var(--ink); }
.btn--solid:hover { background: var(--signal); color: var(--chalk); }
.btn--line { border: 1px solid rgba(237,235,230,.4); text-transform: none; letter-spacing: .02em; }
.btn--line:hover { border-color: var(--chalk); background: rgba(237,235,230,.06); }
.cta__note { margin-top: 28px; color: var(--ash); }

/* =========================================================
   11 FOOTER
   ========================================================= */
.footer { border-top: 1px solid var(--line); padding: 40px var(--side) 0; overflow: hidden; }
.footer__cols { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 32px; }
.footer__cols a { transition: color .3s; }
.footer__cols a:hover { color: var(--signal); }
.footer__clock { color: var(--ash); }
.footer__legal { color: var(--ash); margin-top: 24px; font-size: 10px; }
.footer__mark {
  font-size: clamp(6rem, 29vw, 34rem); line-height: .74; font-variation-settings: "wdth" 125;
  margin-top: 40px; margin-bottom: -.12em; display: flex; align-items: baseline; letter-spacing: -.05em; color: var(--chalk);
}
.footer__mark .af { width: .14em; height: .14em; margin-left: .03em; }

/* =========================================================
   LIGHTBOX + TOAST
   ========================================================= */
.lightbox {
  position: fixed; inset: 0; z-index: 980; background: rgba(10,10,11,.97);
  display: grid; grid-template-columns: 80px 1fr 80px; align-items: center;
}
.lightbox[hidden] { display: none; }
.lightbox__fig { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; height: 100svh; padding: 72px 0 32px; }
.lightbox__fig img { max-height: calc(100svh - 150px); width: auto; max-width: 100%; object-fit: contain; }
.lightbox figcaption { display: flex; gap: 24px; justify-content: space-between; width: 100%; max-width: 900px; margin-top: 16px; color: var(--ash); }
.lightbox__close { position: absolute; top: 20px; right: var(--side); padding: 12px; }
.lightbox__nav { height: 100%; font-size: 28px; color: var(--ash); transition: color .3s; }
.lightbox__nav:hover { color: var(--chalk); }

.toast {
  position: fixed; left: 50%; bottom: 28px; z-index: 990;
  background: var(--chalk); color: var(--ink); padding: 12px 20px; border-radius: 100px;
  transition: transform .5s var(--ease-out);
  transform: translate(-50%, calc(100% + 48px));
}
.toast.is-on { transform: translate(-50%, 0); }

/* =========================================================
   JS initial states (only when JS is running)
   ========================================================= */
.js .reveal-block { opacity: 0; transform: translateY(40px); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .session { grid-template-columns: 56px 1fr 1fr; }
  .session__inc { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .nav__links, .nav__dm { display: none; }
  .nav__burger { display: block; }
  .nav { mix-blend-mode: normal; }

  .hero { height: 200vh; }
  .hero__stage { --it: 24%; --ir: 8%; --ib: 34%; --il: 8%; }
  .hero__media img { object-position: 38% 50%; }
  .hero__line { font-size: clamp(3rem, 16.5vw, 9rem); }
  .hero__line--1 { top: 15vh; left: var(--side); }
  .hero__line--2 { bottom: 17vh; right: var(--side); }
  .hero__meta { top: auto; bottom: calc(16vh - 36px - 1em); right: var(--side); display: none; }
  .hero__tag { bottom: 32px; font-size: 1.05rem; }
  .hero__cue { bottom: 36px; }
  .hero__exif { bottom: 76px; font-size: 10px; }

  .pillar { position: relative; height: auto; padding: 0 var(--side) 72px; }
  .pillar + .pillar { border-top: 0; }
  .pillar__inner { grid-template-columns: 1fr; gap: 28px; }
  .pillar__text { padding-right: 0; order: 2; }
  .pillar__n { font-size: 5rem; margin-bottom: 12px; }
  .pillar__tag { margin-top: 0; }
  .pillar__media { aspect-ratio: 4 / 5; height: auto; }

  .burst { height: 340vh; }

  .grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .card, .card[data-slot] { grid-column: span 1 !important; margin-top: 0 !important; }
  .card[data-orient="l"] { grid-column: 1 / -1 !important; }
  .card:nth-child(even of :not(.is-hidden)) { transform: translateY(40px); }
  .card__cap { flex-direction: column; gap: 2px; font-size: 10px; }

  .story { grid-template-columns: 1fr; }
  .story__body { grid-template-columns: 1fr; }
  .story__body > * { grid-column: 1 !important; grid-row: auto !important; }
  .story__title { position: static; }

  .session { grid-template-columns: 1fr 96px; gap: 8px 16px; padding: 28px var(--side); }
  .session__n { grid-column: 1; }
  .session__name { grid-column: 1; }
  .session__for, .session__inc { grid-column: 1; }
  .session__thumb { display: block; grid-column: 2; grid-row: 1 / span 4; width: 96px; height: 120px; object-fit: cover; }
  .session-float { display: none; }

  .cta__title > span:last-child { align-self: flex-start; }
  .btn { width: 100%; }

  .lightbox { grid-template-columns: 1fr; }
  .lightbox__nav { display: none; }
  .lightbox figcaption { padding: 0 var(--side); flex-direction: column; gap: 4px; }
}

@media (max-width: 600px) {
  .filters { padding-right: var(--side); }
  .exif__row b { font-size: 1.6rem; }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .grain, .hero__cue .af, .burst__rec .af { animation: none; }
  .hero { height: 100vh; height: 100svh; }
  .hero__stage { --it: 0%; --ir: 0%; --ib: 0%; --il: 0%; }
  .hero__vf { display: none; }
  .hero__media img { transform: none; }
  .hero__exif { opacity: 1; }
  .burst { height: auto; }
  .burst__stage { position: relative; height: auto; }
  .burst__frames { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
  .burst__frame { position: relative; opacity: 1; height: auto; aspect-ratio: 3 / 2; }
  .burst__frames::after { display: none; }
  .burst__ui { position: relative; }
  .burst__hud, .burst__bar { display: none; }
  .pillar { position: relative; }
  .js .reveal-block { opacity: 1; transform: none; }
  .vf-frame::after { transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
