:root {
  --black: #0b0b0b;
  --off-black: #151515;
  --paper: #f3f0e8;
  --paper-2: #e8e3d8;
  --ink: #11110f;
  --sun: #f3f56d;
  --coral: #f3654f;
  --blue: #123b67;
  --sky: #a8d7f4;
  --white: #fffdf8;
  --line-dark: rgba(17, 17, 15, 0.2);
  --line-light: rgba(255, 253, 248, 0.25);
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --pad: clamp(22px, 4vw, 68px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
}

body.lightbox-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
p,
figure,
ol {
  margin: 0;
}

em {
  font-family: var(--serif);
  font-weight: 400;
}

.wrap-wide {
  width: min(100% - (var(--pad) * 2), 1510px);
  margin-inline: auto;
}

.chapter-dark {
  background: var(--black);
  color: var(--white);
}

.chapter-paper {
  background: var(--paper);
  color: var(--ink);
}

.chapter-sun {
  background: var(--sun);
  color: var(--ink);
}

.chapter-coral {
  background: var(--coral);
  color: var(--ink);
}

.chapter-blue {
  background: var(--blue);
  color: var(--white);
}

.chapter-sky {
  background: var(--sky);
  color: var(--ink);
}

.scroll-progress {
  position: fixed;
  z-index: 200;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--coral);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto 0;
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 var(--pad);
  color: var(--white);
  mix-blend-mode: difference;
  transition: height 0.35s ease;
}

.site-header.compact {
  height: 62px;
}

.wordmark,
.site-nav,
.header-note {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.wordmark-dot {
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px transparent;
  transition: background 0.3s;
}

.wordmark:hover .wordmark-dot {
  background: currentColor;
}

.site-nav {
  display: flex;
  gap: 28px;
}

.site-nav a,
.header-note {
  position: relative;
}

.site-nav a::after,
.header-note::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  transition: right 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after,
.header-note:hover::after {
  right: 0;
}

.header-note {
  justify-self: end;
}

.micro {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 4px rgba(243, 245, 109, 0.12);
  animation: statusPulse 2.2s ease-in-out infinite;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 132px var(--pad) 0;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr minmax(0, 9fr);
  gap: clamp(20px, 5vw, 90px);
}

.hero-copy .micro {
  padding-top: 13px;
  white-space: nowrap;
}

.hero h1 {
  max-width: 1180px;
  font-size: clamp(64px, 8.8vw, 142px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.hero-sub {
  grid-column: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  max-width: 960px;
  margin: 38px 0 62px;
}

.hero-sub p {
  max-width: 590px;
  font-family: var(--serif);
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.35;
}

.text-link {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 16px 0 10px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 600;
}

.text-link span {
  font-size: 22px;
  transition: transform 0.25s ease;
}

.text-link:hover span {
  transform: translateY(5px);
}

.hero-stage {
  position: relative;
  height: clamp(500px, 55vw, 790px);
  margin: 0 calc(var(--pad) * -1);
  overflow: hidden;
  background: #1c1c1c;
}

.hero-stage::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.38),
    transparent 22%,
    transparent 78%,
    rgba(0, 0, 0, 0.32)
  );
}

.hero-frame {
  position: absolute;
  overflow: hidden;
  background: #222;
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #191919;
  filter: saturate(0.9);
  transition:
    transform 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.5s;
}

.hero-frame:hover img {
  transform: scale(1.01);
  filter: saturate(1.04);
}

.hero-frame-main {
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 36.5%;
  width: 27%;
}

.hero-frame-main img {
  object-position: center 38%;
}

.hero-frame-left {
  z-index: 1;
  top: 8%;
  bottom: 2%;
  left: 4%;
  width: 25%;
  transform: rotate(-1.2deg);
}

.hero-frame-left img {
  object-position: center 42%;
}

.hero-frame-right {
  z-index: 1;
  top: 5%;
  right: 4%;
  bottom: 1%;
  width: 25%;
  transform: rotate(1.1deg);
}

.hero-frame-right img {
  object-position: center 40%;
}

.hero-caption {
  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 12px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 14px;
  white-space: nowrap;
}

.time-chip {
  position: absolute;
  z-index: 5;
  top: 22px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: rgba(11, 11, 11, 0.78);
  backdrop-filter: blur(12px);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.time-chip span,
.time-chip strong {
  display: block;
}

.time-chip strong {
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 0;
}

.time-chip i {
  width: 1px;
  height: 28px;
  background: var(--line-light);
}

.marquee {
  position: relative;
  z-index: 6;
  margin: 0 calc(var(--pad) * -1);
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 32px;
  padding: 17px 0;
  animation: marquee 28s linear infinite;
}

.marquee span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.marquee i {
  color: var(--sun);
  font-size: 11px;
}

.section-intro {
  padding-top: clamp(100px, 12vw, 185px);
}

.section-title-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.72fr);
  align-items: end;
  gap: clamp(38px, 7vw, 120px);
  margin-top: 28px;
}

.section-title-row h2,
.soundtrack h2,
.vault-heading h2,
.airport-heading h2 {
  font-size: clamp(58px, 7.4vw, 120px);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.section-title-row h2 em {
  font-size: 1.08em;
}

.section-deck {
  font-family: var(--serif);
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.45;
}

.bvd .section-title-row {
  grid-template-columns: minmax(0, 1.55fr) minmax(480px, 0.9fr);
  gap: clamp(48px, 6vw, 98px);
}

.bvd-deck {
  position: relative;
  max-width: 560px;
  padding: 18px 0 5px 24px;
  border-top: 1px solid currentColor;
  border-left: 6px solid currentColor;
  font-size: clamp(18px, 1.35vw, 22px);
}

.bvd-deck span {
  display: block;
}

.year {
  padding-bottom: clamp(120px, 13vw, 210px);
}

.year-editorial {
  position: relative;
  min-height: clamp(720px, 72vw, 1080px);
  margin-top: 80px;
}

.year-number {
  position: absolute;
  z-index: 0;
  top: -9%;
  right: -1%;
  color: var(--coral);
  font-size: clamp(300px, 45vw, 690px);
  font-weight: 300;
  letter-spacing: -0.12em;
  line-height: 0.8;
}

.year-portrait {
  position: absolute;
  z-index: 1;
  background: #b5b5b5;
}

.year-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.year-portrait-main {
  top: 5%;
  left: 8%;
  width: min(45%, 640px);
  height: 65%;
}

.year-portrait-main img {
  object-position: center 44%;
}

.year-portrait-main figcaption {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 0 0 13px;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.year-portrait-small {
  right: 5%;
  bottom: 0;
  width: min(25%, 350px);
  height: 37%;
  background: #d7e1e3;
  transform: rotate(2.5deg);
}

.year-portrait-small img {
  object-fit: cover;
  object-position: center bottom;
}

.year-statement {
  position: absolute;
  z-index: 2;
  bottom: 3%;
  left: 8%;
  width: min(54%, 720px);
  padding: 28px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.year-statement p {
  font-family: var(--serif);
  font-size: clamp(24px, 2.8vw, 44px);
  line-height: 1.13;
}

.wins {
  border-top: 1px solid var(--line-dark);
}

.win-row {
  display: grid;
  grid-template-columns: 60px minmax(220px, 0.95fr) minmax(280px, 1.4fr);
  gap: 30px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-dark);
}

.win-row > span {
  font-size: 11px;
  font-weight: 700;
}

.win-row h3 {
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.win-row p {
  max-width: 720px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.45;
}

.image-manifesto {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image: url("assets/mirror-01.jpg");
  background-attachment: fixed;
  background-position: center 48%;
  background-size: cover;
}

.manifesto-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(8, 8, 8, 0.88),
      rgba(8, 8, 8, 0.16) 72%
    ),
    linear-gradient(transparent 58%, rgba(8, 8, 8, 0.72));
}

.manifesto-copy {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--pad) * 2), 1510px);
  margin: 0 auto;
  padding-bottom: clamp(70px, 8vw, 120px);
  color: var(--white);
}

.manifesto-copy h2 {
  margin-top: 26px;
  font-size: clamp(67px, 9vw, 145px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.manifesto-copy h2 em {
  color: var(--sun);
}

.manifesto-copy > p:last-child {
  max-width: 580px;
  margin: 36px 0 0 50%;
  font-family: var(--serif);
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.45;
}

.bvd {
  padding-bottom: clamp(100px, 10vw, 150px);
  overflow: hidden;
}

.rail {
  cursor: grab;
  scrollbar-width: none;
}

.rail::-webkit-scrollbar {
  display: none;
}

.rail.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.story-rail {
  display: flex;
  gap: clamp(16px, 2.2vw, 34px);
  overflow-x: auto;
  padding: 75px var(--pad) 28px;
  scroll-snap-type: x mandatory;
}

.story-slide {
  position: relative;
  flex: 0 0 min(42vw, 650px);
  height: min(66vw, 790px);
  overflow: hidden;
  scroll-snap-align: center;
  background: #222;
}

.story-slide-wide {
  flex-basis: min(66vw, 950px);
}

.story-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-slide-bvd-one img {
  object-fit: contain;
  object-position: center;
}

.story-slide-bvd-two img {
  object-position: center 35%;
}

.story-slide:hover img {
  transform: scale(1.025);
}

.story-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.78));
}

.story-index {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 9px;
  background: var(--sun);
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.story-copy {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: var(--white);
}

.story-copy h3 {
  font-size: clamp(30px, 3.7vw, 61px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.story-copy p {
  max-width: 520px;
  margin-top: 13px;
  font-family: var(--serif);
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.35;
}

.drag-hint {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  width: min(100% - (var(--pad) * 2), 1510px);
  margin: 10px auto 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.drag-hint span {
  font-size: 18px;
  line-height: 0.45;
}

.wabi {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(35px, 8vw, 130px);
  padding: clamp(110px, 12vw, 180px) var(--pad);
  overflow: hidden;
}

.wabi-copy h2 {
  margin-top: 27px;
  font-size: clamp(58px, 6.8vw, 110px);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.wabi-copy h2 em {
  color: var(--white);
}

.wabi-copy > p:last-child {
  max-width: 570px;
  margin-top: 37px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.45;
}

.wabi-photos {
  position: relative;
  min-height: min(68vw, 850px);
}

.wabi-photos figure {
  position: absolute;
  box-shadow: 0 24px 60px rgba(70, 18, 8, 0.22);
}

.wabi-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wabi-one {
  z-index: 1;
  top: 0;
  right: 3%;
  width: 67%;
  height: 72%;
  transform: rotate(2.5deg);
}

.wabi-two {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 54%;
  height: 58%;
  transform: rotate(-4deg);
}

.hand-note {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 12%;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(23px, 2.5vw, 40px);
  font-style: italic;
  transform: rotate(-7deg);
}

.rituals {
  padding-bottom: clamp(120px, 12vw, 190px);
  overflow: hidden;
}

.section-intro-light .section-deck {
  color: rgba(255, 253, 248, 0.82);
}

.call-stage {
  position: relative;
  height: clamp(720px, 68vw, 1020px);
  margin-top: 90px;
}

.call-window {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.48);
  background: #080808;
  box-shadow: 0 38px 110px rgba(4, 15, 26, 0.35);
}

.call-window img {
  width: 100%;
  height: calc(100% - 34px);
  object-fit: cover;
}

.call-window-main img,
.call-window-float-one img {
  object-fit: contain;
  object-position: center;
}

.window-bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: var(--paper);
  color: var(--ink);
}

.window-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}

.window-bar span:nth-child(2) {
  background: #f6bd56;
}

.window-bar span:nth-child(3) {
  background: #55b584;
}

.window-bar b {
  margin-left: auto;
  font-size: 8px;
  letter-spacing: 0.09em;
}

.call-window-main {
  z-index: 1;
  top: 0;
  left: 2%;
  width: 76%;
  height: 67%;
}

.call-window-float-one {
  z-index: 3;
  right: -1%;
  bottom: 1%;
  width: 43%;
  height: 48%;
  transform: rotate(1.5deg);
}

.call-window-float-two {
  z-index: 2;
  bottom: 2%;
  left: 10%;
  width: 24%;
  height: 38%;
  border: 10px solid var(--paper);
  transform: rotate(-3.4deg);
}

.call-window-float-two img {
  height: 100%;
}

.call-window-float-two figcaption {
  position: absolute;
  right: 8px;
  bottom: 6px;
  padding: 5px 7px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
}

.call-quote {
  position: absolute;
  z-index: 4;
  top: 74%;
  left: 40%;
  max-width: 320px;
  color: var(--sun);
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 51px);
  font-style: italic;
  line-height: 1.02;
}

.ritual-lines {
  border-top: 1px solid var(--line-light);
}

.ritual-line {
  display: grid;
  grid-template-columns: 54px minmax(250px, 0.95fr) minmax(280px, 1.4fr);
  gap: 30px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line-light);
}

.ritual-line > span {
  color: var(--sun);
  font-size: 10px;
  font-weight: 700;
}

.ritual-line h3 {
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.ritual-line p {
  color: rgba(255, 253, 248, 0.75);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.45;
}

.food {
  padding: clamp(120px, 12vw, 190px) 0;
}

.food-grid {
  display: grid;
  grid-template-columns:
    minmax(340px, 0.92fr) minmax(260px, 0.62fr)
    minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
}

.food-copy {
  align-self: center;
  padding-right: 7%;
}

.food-copy h2 {
  margin-top: 28px;
  font-size: clamp(52px, 5.7vw, 91px);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.food-copy > p {
  margin-top: 34px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
}

.food-order {
  margin-top: 45px;
  padding: 20px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.food-order span,
.food-order small,
.food-order strong {
  display: block;
}

.food-order span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.food-order strong {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
}

.food-order small {
  margin-top: 5px;
  opacity: 0.66;
}

.food-photo-main {
  height: min(57vw, 760px);
}

.food-photo-small {
  height: min(31vw, 455px);
}

.food-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-photo-small img {
  /* Keep Vinanti eating pizza and both GMeet camera tiles in frame;
     any necessary horizontal crop comes from the shared screen on the left. */
  object-position: right center;
}

.moving {
  padding-bottom: clamp(110px, 11vw, 170px);
  overflow: hidden;
}

.video-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 80px var(--pad) 24px;
  scroll-snap-type: x mandatory;
}

.video-card {
  position: relative;
  flex: 0 0 min(38vw, 560px);
  height: min(62vw, 730px);
  overflow: hidden;
  scroll-snap-align: center;
  background: #050505;
}

.video-card.video-card-wide {
  flex-basis: min(58vw, 820px);
}

.video-card.video-card-portrait {
  flex-basis: min(38vw, 560px);
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050505;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(transparent 58%, rgba(0, 0, 0, 0.78));
}

.video-card button {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  transition: opacity 0.25s;
}

.video-card button span {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid var(--white);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(7px);
  font-size: 20px;
  transition:
    transform 0.25s,
    background 0.25s;
}

.video-card button:hover span {
  transform: scale(1.08);
  background: var(--white);
  color: var(--ink);
}

.video-card.playing button {
  opacity: 0;
  pointer-events: none;
}

.video-card > div {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.video-card small {
  color: var(--sun);
  font-size: 9px;
  font-weight: 700;
}

.video-card h3 {
  margin-top: 8px;
  max-width: 96%;
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.airport {
  padding: clamp(115px, 12vw, 180px) 0 clamp(100px, 10vw, 150px);
}

.airport-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}

.airport-heading h2 {
  grid-column: 1 / -1;
  margin-top: 20px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.airport-heading > p:last-child {
  grid-column: 2;
  max-width: 780px;
  margin-top: 20px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.45;
}

.airport-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 80px;
}

.airport-strip figure {
  position: relative;
  height: min(54vw, 760px);
  overflow: hidden;
  border-right: 1px solid var(--sky);
  background: #aaa;
}

.airport-strip figure:nth-child(even) {
  margin-top: 70px;
}

.airport-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.airport-strip figure:hover img {
  transform: scale(1.035);
}

.airport-strip span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  background: var(--sky);
  font-size: 9px;
  font-weight: 700;
}

.airport-last {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
  padding-top: 25px;
  border-top: 1px solid var(--line-dark);
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 29px);
  font-style: italic;
}

.vault-section {
  padding: clamp(120px, 12vw, 190px) 0;
}

.vault-heading {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(250px, 0.75fr);
  gap: 40px;
  align-items: end;
}

.vault-heading .micro,
.vault-heading h2 {
  grid-column: 1;
}

.vault-heading h2 {
  margin-top: 28px;
}

.vault-controls {
  grid-column: 2;
  grid-row: 1 / 3;
}

.vault-controls p {
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-top: 28px;
  padding: 16px 0 12px;
  border: 0;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.outline-button span {
  font-size: 18px;
}

.vault-grid {
  columns: 4 260px;
  column-gap: 10px;
  margin-top: 90px;
  padding: 0 10px;
}

.vault-grid figure {
  position: relative;
  break-inside: avoid;
  margin: 0 0 10px;
  overflow: hidden;
  background: var(--off-black);
  cursor: zoom-in;
}

.vault-grid figure.extra {
  display: none;
}

.vault-grid.open figure.extra {
  display: block;
  animation: vaultIn 0.55s both;
}

.vault-grid img {
  width: 100%;
  transition:
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.4s;
}

.vault-grid figure:hover img {
  transform: scale(1.035);
  filter: brightness(0.7);
}

.vault-grid figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.vault-grid figure:hover figcaption {
  opacity: 1;
  transform: none;
}

.soundtrack {
  padding: clamp(120px, 12vw, 185px) 0;
}

.soundtrack-top h2 {
  max-width: 1100px;
  margin-top: 28px;
}

.song-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 85px;
  padding: 0;
  list-style: none;
}

.song-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition:
    padding 0.28s,
    background 0.28s;
}

.song-list li:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: var(--sun);
}

.song-list span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.song-list a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: inherit;
  text-decoration: none;
}

.song-list strong {
  font-size: clamp(25px, 2.4vw, 39px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.song-list i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}

.song-list a:hover i,
.song-list a:focus-visible i {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.court {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #080808;
}

.court > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.court-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82),
      rgba(0, 0, 0, 0.38) 45%,
      rgba(0, 0, 0, 0.18)
    ),
    linear-gradient(transparent 58%, rgba(0, 0, 0, 0.62));
}

.court-copy {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--pad) * 2), 1510px);
  margin: 0 auto;
  padding-bottom: clamp(70px, 8vw, 120px);
}

.court-copy h2 {
  max-width: 960px;
  margin-top: 27px;
  font-size: clamp(62px, 8vw, 130px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.court-copy h2 em {
  color: var(--sky);
}

.court-copy > p:last-child {
  max-width: 520px;
  margin: 38px 0 0 48%;
  font-family: var(--serif);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.45;
}

.letter {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(120px, 13vw, 210px) var(--pad);
}

.letter-shell {
  width: min(100%, 1070px);
  text-align: center;
}

.letter h2 {
  margin-top: 28px;
  font-size: clamp(66px, 9vw, 145px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.letter-seal {
  display: flex;
  width: min(100%, 560px);
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0;
  padding: 19px 0 15px;
  border: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.letter-seal i {
  font-family: var(--serif);
  font-size: 24px;
  font-style: normal;
  transition: transform 0.25s;
}

.letter-seal:hover i {
  transform: translate(4px, -4px);
}

.letter-card {
  max-width: 780px;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s,
    margin 0.7s;
}

.letter-card.open {
  max-height: 1800px;
  margin-top: 58px;
  opacity: 1;
}

.letter-card p {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.48;
  text-align: left;
}

.letter-card p + p {
  margin-top: 25px;
}

.letter-card > span {
  display: block;
  margin-top: 32px;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  text-align: left;
}

.quiz {
  padding: clamp(96px, 12vw, 176px) 0;
}

.quiz-paper {
  background: var(--paper-2);
  color: var(--ink);
}

.quiz-sun {
  background: var(--sun);
  color: var(--ink);
}

.quiz-blue {
  background: var(--blue);
  color: var(--white);
}

.quiz-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.8fr);
  gap: clamp(38px, 8vw, 142px);
  align-items: start;
  padding-top: 20px;
  border-top: 1px solid currentColor;
}

.quiz-copy h2 {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(54px, 7.4vw, 120px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.89;
}

.quiz-blue .quiz-copy h2 em {
  color: var(--sky);
}

.quiz-deck {
  max-width: 460px;
  margin-top: 32px;
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.35;
}

.quiz-card {
  padding: clamp(25px, 3.2vw, 46px);
  border: 1px solid currentColor;
  background: color-mix(in srgb, currentColor 4%, transparent);
}

.quiz-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.quiz-card h3 {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.45vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.quiz-options {
  display: grid;
  gap: 10px;
  margin-top: 31px;
}

.quiz-option {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid currentColor;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  transition: background 0.2s, color 0.2s, transform 0.2s, opacity 0.2s;
}

.quiz-option:hover,
.quiz-option:focus-visible {
  outline: none;
  background: currentColor;
  color: var(--paper);
  transform: translateX(5px);
}

.quiz-blue .quiz-option:hover,
.quiz-blue .quiz-option:focus-visible {
  color: var(--blue);
}

.quiz-option.is-correct,
.quiz-option.is-selected {
  background: currentColor;
  color: var(--paper);
}

.quiz-blue .quiz-option.is-correct,
.quiz-blue .quiz-option.is-selected {
  color: var(--blue);
}

.quiz-option.is-incorrect {
  opacity: 0.42;
}

.quiz-option.is-dimmed:not(.is-selected) {
  opacity: 0.45;
}

.quiz-option:disabled {
  cursor: default;
}

.quiz-feedback {
  min-height: 1.45em;
  margin-top: 26px;
  color: var(--coral);
  font-family: var(--serif);
  font-size: clamp(19px, 1.55vw, 25px);
  font-style: italic;
  line-height: 1.28;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s;
}

.quiz-feedback.show {
  opacity: 1;
  transform: none;
}

.quiz-blue .quiz-feedback {
  color: var(--sun);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px var(--pad) 42px;
  border-top: 1px solid var(--line-light);
  background: var(--black);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.lightbox {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  background: rgba(5, 5, 5, 0.96);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.32s,
    visibility 0.32s;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox figure {
  text-align: center;
}

.lightbox img {
  max-width: min(84vw, 1200px);
  max-height: 82vh;
  margin: auto;
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 14px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}

.lightbox button {
  border: 0;
  background: transparent;
  color: var(--white);
  font-family: var(--serif);
  font-size: 45px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 32px !important;
}

.lightbox-count {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.reveal {
  opacity: 1;
}

body.motion-ready .reveal {
  opacity: 0;
  transform: translateY(38px);
  clip-path: inset(0 0 16% 0);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

body.motion-ready .reveal.in {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 0 0);
}

body.motion-ready .hero-frame-left.reveal.in {
  transform: rotate(-1.2deg);
}

body.motion-ready .hero-frame-right.reveal.in {
  transform: rotate(1.6deg);
}

body.motion-ready .year-portrait-small.reveal.in {
  transform: rotate(-2deg);
}

body.motion-ready .call-window-main.reveal.in {
  transform: rotate(-1deg);
}

body.motion-ready .call-window-float-one.reveal.in {
  transform: rotate(5deg);
}

body.motion-ready .call-window-float-two.reveal.in {
  transform: rotate(-5deg);
}

@keyframes statusPulse {
  50% {
    opacity: 0.4;
    transform: scale(0.76);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes vaultIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .site-nav {
    display: none;
  }

  .hero-copy {
    grid-template-columns: 1fr;
  }

  .hero-copy .micro,
  .hero-sub {
    grid-column: 1;
  }

  .hero h1 {
    max-width: 920px;
  }

  .section-title-row,
  .vault-heading,
  .food-grid,
  .quiz-inner {
    grid-template-columns: 1fr;
  }

  .bvd .section-title-row {
    grid-template-columns: 1fr;
  }

  .section-deck {
    max-width: 650px;
  }

  .year-portrait-main {
    top: 5%;
    left: 0;
    width: 54%;
    height: 65%;
  }

  .year-statement {
    right: auto;
    bottom: 2%;
    left: 0;
    width: 58%;
  }

  .year-portrait-small {
    right: 2%;
    width: 32%;
  }

  .story-slide {
    flex-basis: min(68vw, 590px);
    height: min(94vw, 760px);
  }

  .story-slide-wide {
    flex-basis: min(83vw, 760px);
  }

  .wabi {
    grid-template-columns: 1fr;
  }

  .wabi-copy {
    max-width: 800px;
  }

  .wabi-photos {
    min-height: 820px;
  }

  .ritual-line,
  .win-row {
    grid-template-columns: 44px minmax(200px, 0.75fr) minmax(260px, 1.25fr);
  }

  .food-photo-main {
    grid-row: 2;
    width: min(72%, 560px);
    height: min(110vw, 820px);
  }

  .food-photo-small {
    position: static;
    width: 100%;
    height: min(61vw, 520px);
    border: 0;
  }

  .food-grid {
    position: relative;
  }

  .video-card {
    flex-basis: min(66vw, 580px);
    height: min(98vw, 730px);
  }

  .video-card.video-card-wide {
    flex-basis: min(80vw, 720px);
  }

  .vault-controls {
    grid-column: 1;
    grid-row: auto;
    max-width: 590px;
    margin-top: 35px;
  }
}

@media (max-width: 700px) {
  :root {
    --pad: 20px;
  }

  .site-header {
    height: 62px;
  }

  .quiz {
    padding-block: 84px;
  }

  .quiz-inner {
    gap: 34px;
  }

  .quiz-copy h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .quiz-card {
    padding: 25px 20px;
  }

  .wordmark,
  .header-note {
    font-size: 9px;
  }

  .hero {
    min-height: auto;
    padding-top: 105px;
  }

  .hero-copy .micro {
    padding: 0;
  }

  .hero h1 {
    margin-top: 24px;
    font-size: clamp(56px, 17vw, 84px);
    line-height: 0.9;
  }

  .hero-sub {
    display: block;
    margin: 32px 0 48px;
  }

  .hero-sub p {
    font-size: 18px;
  }

  .hero-sub .text-link {
    margin-top: 24px;
  }

  .hero-stage {
    height: 610px;
  }

  .hero-frame-main {
    left: 7%;
    width: 70%;
  }

  .hero-frame-left {
    top: 41%;
    bottom: -5%;
    left: -22%;
    width: 48%;
  }

  .hero-frame-right {
    top: 9%;
    right: -25%;
    bottom: 20%;
    width: 51%;
  }

  .hero-caption {
    bottom: 14px;
    left: 42%;
    max-width: 220px;
    font-size: 12px;
    white-space: normal;
  }

  .time-chip {
    top: 12px;
    right: 10px;
    transform: scale(0.86);
    transform-origin: top right;
  }

  .section-intro {
    padding-top: 100px;
  }

  .section-title-row {
    gap: 28px;
  }

  .bvd-deck {
    max-width: 650px;
  }

  .section-title-row h2,
  .soundtrack h2,
  .vault-heading h2,
  .airport-heading h2 {
    font-size: clamp(50px, 15vw, 76px);
  }

  .year-editorial {
    min-height: 760px;
    margin-top: 56px;
  }

  .year-number {
    top: 0;
    right: -9%;
    font-size: 230px;
  }

  .year-portrait-main {
    top: 16%;
    left: 0;
    width: 73%;
    height: 50%;
  }

  .year-portrait-small {
    right: 0;
    bottom: 1%;
    width: 43%;
    height: 28%;
  }

  .year-statement {
    right: auto;
    bottom: 0;
    left: 0;
    width: 52%;
    padding: 17px;
    background: var(--paper);
  }

  .year-statement p {
    font-size: 22px;
  }

  .win-row,
  .ritual-line {
    grid-template-columns: 35px 1fr;
    gap: 9px 15px;
    padding: 25px 0;
  }

  .win-row p,
  .ritual-line p {
    grid-column: 2;
    font-size: 16px;
  }

  .image-manifesto {
    min-height: 84svh;
    background-attachment: scroll;
    background-position: 61% center;
  }

  .manifesto-copy h2 {
    font-size: 58px;
  }

  .manifesto-copy > p:last-child {
    margin-left: 12%;
    font-size: 18px;
  }

  .story-rail {
    padding-top: 55px;
  }

  .story-slide,
  .story-slide-wide {
    flex-basis: 84vw;
    height: 118vw;
  }

  .story-copy h3 {
    font-size: 36px;
  }

  .bvd-deck span {
    display: inline;
  }

  .wabi {
    padding-block: 100px;
  }

  .wabi-copy h2 {
    font-size: 55px;
  }

  .wabi-photos {
    min-height: 600px;
  }

  .wabi-one {
    width: 76%;
    height: 68%;
  }

  .wabi-two {
    width: 64%;
    height: 50%;
  }

  .hand-note {
    right: -3%;
    bottom: 8%;
    font-size: 22px;
  }

  .call-stage {
    height: 680px;
    margin-top: 60px;
  }

  .call-window-main {
    left: 0;
    width: 95%;
    height: 47%;
  }

  .call-window-float-one {
    right: -4%;
    width: 71%;
    height: 39%;
  }

  .call-window-float-two {
    bottom: 8%;
    left: 0;
    width: 41%;
    height: 31%;
    border-width: 6px;
  }

  .call-quote {
    top: 49%;
    left: 18%;
    max-width: 220px;
    font-size: 31px;
  }

  .food {
    padding-block: 100px;
  }

  .food-copy h2 {
    font-size: 52px;
  }

  .food-photo-small {
    width: 100%;
    height: 66vw;
    border: 0;
  }

  .food-photo-main {
    width: 100%;
    height: 142vw;
  }

  .video-rail {
    padding-top: 55px;
  }

  .video-card,
  .video-card:nth-child(even),
  .video-card.video-card-wide,
  .video-card.video-card-portrait {
    flex-basis: 83vw;
    height: 118vw;
  }

  .airport-heading {
    grid-template-columns: 1fr;
  }

  .airport-heading > p:last-child {
    grid-column: 1;
  }

  .airport-strip {
    grid-template-columns: repeat(4, 78vw);
    gap: 8px;
    overflow-x: auto;
    padding: 0 20px 22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .airport-strip::-webkit-scrollbar {
    display: none;
  }

  .airport-strip figure,
  .airport-strip figure:nth-child(even) {
    height: 118vw;
    margin-top: 0;
    border: 0;
    scroll-snap-align: center;
  }

  .airport-last {
    display: block;
    margin-top: 42px;
  }

  .airport-last p + p {
    margin-top: 12px;
  }

  .vault-section {
    padding-block: 100px;
  }

  .vault-grid {
    columns: 2 140px;
    column-gap: 7px;
    margin-top: 60px;
    padding: 0 7px;
  }

  .vault-grid figure {
    margin-bottom: 7px;
  }

  .vault-grid figcaption {
    display: none;
  }

  .song-list {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .song-list li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 20px 0;
  }

  .court {
    min-height: 84svh;
  }

  .court > img {
    object-fit: contain;
    object-position: center center;
  }

  .court-overlay {
    background: linear-gradient(transparent 35%, rgba(0, 0, 0, 0.85));
  }

  .court-copy h2 {
    font-size: 57px;
  }

  .court-copy > p:last-child {
    margin-left: 11%;
    font-size: 17px;
  }

  .letter {
    min-height: auto;
    padding-block: 110px;
  }

  .letter h2 {
    font-size: 64px;
  }

  .letter-card p {
    font-size: 19px;
  }

  footer {
    display: block;
    text-align: center;
  }

  footer a {
    display: inline-block;
    margin-top: 15px;
  }

  .lightbox {
    grid-template-columns: 42px 1fr 42px;
  }

  .lightbox img {
    max-width: 76vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  body.motion-ready .reveal {
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}
