:root {
  --paper: #f4f0e8;
  --paper-bright: #fffdf8;
  --ink: #171511;
  --muted: #6c665d;
  --red: #a7261e;
  --red-dark: #68120f;
  --gold: #b68b46;
  --line: rgba(23, 21, 17, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(20px, 4vw, 72px);
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-bright);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open,
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }

::selection { background: var(--red); color: white; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: white;
  color: black;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 104px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 var(--gutter);
  color: white;
  transition: height .4s ease, background .4s ease, color .4s ease, border .4s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  inset: auto var(--gutter) 0;
  height: 1px;
  background: currentColor;
  opacity: .28;
}
.site-header.is-scrolled {
  height: 82px;
  background: rgba(255, 253, 248, .95);
  color: var(--ink);
  backdrop-filter: blur(14px);
}
.wordmark {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--serif);
  font-size: clamp(22px, 1.55vw, 28px);
  font-weight: 700;
  letter-spacing: .02em;
}
.wordmark-cn {
  padding-right: 15px;
  border-right: 1px solid currentColor;
  font-size: clamp(16px, 1.15vw, 20px);
  letter-spacing: .2em;
}
.desktop-nav { display: flex; gap: clamp(22px, 2.5vw, 46px); }
.desktop-nav a {
  position: relative;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right .3s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { right: 0; }
.nav-trailer {
  justify-self: end;
  border: 1px solid currentColor;
  border-radius: 100px;
  padding: 14px 24px;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s, color .25s;
}
.nav-trailer:hover { background: currentColor; color: var(--red); }
.is-scrolled .nav-trailer:hover { color: white; }
.menu-toggle { display: none; }

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: none;
  padding: 120px var(--gutter) 48px;
  background: var(--paper);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s;
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(32px, 9vw, 58px);
}
.mobile-menu p {
  align-self: end;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #140e0b;
  color: white;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.025);
  filter: saturate(.85) contrast(1.06);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .35), transparent 27%, rgba(0, 0, 0, .25) 65%, rgba(0, 0, 0, .72)),
    radial-gradient(circle at 50% 45%, transparent 15%, rgba(34, 10, 5, .28) 100%);
}
.hero-grain,
.manifesto::after,
.accolades::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-content {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(540px, 68vw);
  text-align: center;
  transform: translate(-50%, -48%);
}
.hero-kicker {
  margin-bottom: -20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .35em;
  text-transform: uppercase;
}
.hero-kicker.reveal.is-visible,
.hero-tagline.reveal.is-visible { opacity: .33; }
.hero-logo {
  width: min(330px, 60vw);
  max-height: 54vh;
  margin: auto;
  object-fit: contain;
  opacity: .33;
}
.hero-logo.reveal.is-visible { opacity: .33; }
.hero-tagline {
  margin-top: -28px;
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 27px);
  font-style: italic;
  letter-spacing: .03em;
}
.sound-control {
  position: absolute;
  z-index: 3;
  right: var(--gutter);
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 112px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 100px;
  background: rgba(0,0,0,.25);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.sound-bars { display: flex; align-items: center; gap: 2px; height: 14px; }
.sound-bars i { width: 2px; height: 4px; background: currentColor; }
.sound-bars i:nth-child(2) { height: 9px; }
.sound-bars i:nth-child(3) { height: 13px; }
.sound-bars i:nth-child(4) { height: 7px; }
.sound-control[aria-pressed="true"] .sound-bars i { animation: sound 1s ease-in-out infinite alternate; }
.sound-control[aria-pressed="true"] .sound-bars i:nth-child(2) { animation-delay: -.3s; }
.sound-control[aria-pressed="true"] .sound-bars i:nth-child(3) { animation-delay: -.7s; }
@keyframes sound { to { height: 3px; } }
.hero-scroll {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 28px auto 0;
  padding: 7px 7px 7px 17px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 100px;
  background: rgba(0,0,0,.24);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.hero-scroll i {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
}
.hero-scroll i::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 19px;
  width: 1px;
  height: 18px;
  background: white;
}
.hero-scroll i::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 11px;
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
}
.hero-trailer-cta {
  display: none;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}
.hero-trailer-cta i::before {
  top: 14px;
  left: 17px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid white;
}
.hero-trailer-cta i::after { display: none; }

.section { padding: clamp(90px, 11vw, 180px) var(--gutter); }
.section-rule {
  width: min(100%, var(--max));
  margin: 0 auto clamp(70px, 9vw, 135px);
  padding-top: 13px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow {
  margin-bottom: 25px;
  color: var(--red);
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: .96; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
h1 { font-size: clamp(50px, 7vw, 112px); }
h2 { font-size: clamp(52px, 7.5vw, 120px); }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.lead { font-size: clamp(20px, 2.3vw, 32px); line-height: 1.32; }

.intro { background: var(--paper-bright); }
.intro-grid {
  width: min(100%, var(--max));
  margin: auto;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  column-gap: clamp(40px, 8vw, 150px);
  row-gap: clamp(90px, 12vw, 190px);
  align-items: start;
}
.intro-copy { padding-top: 6vw; }
.intro-copy h1 { margin-bottom: 50px; }
.intro-copy > p:not(.eyebrow) { max-width: 700px; }
.intro-copy .lead { margin-bottom: 30px; }
.intro-copy p:last-child { max-width: 560px; color: var(--muted); }
.story-figure { margin: 0; }
.story-figure img { width: 100%; height: 100%; object-fit: cover; }
.story-figure-tall { height: min(870px, 70vw); }
.story-figure-wide { height: min(590px, 44vw); }
.story-figure figcaption,
.legacy-image figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.story-figure figcaption span { color: var(--red); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-coda {
  max-width: 580px;
  align-self: center;
  font-family: var(--serif);
  font-size: clamp(26px, 3.1vw, 47px);
  line-height: 1.2;
}

.manifesto {
  position: relative;
  min-height: min(950px, 80vw);
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  background: var(--red-dark);
  color: white;
  overflow: hidden;
}
.manifesto-image { background: url('assets/images/P010-red-group-jump.jpg') center/cover no-repeat; }
.manifesto-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 120px);
  background: var(--red-dark);
}
.manifesto-panel .eyebrow { color: #e0b36e; }
.manifesto-panel blockquote {
  margin: 0 0 42px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.3vw, 69px);
  line-height: 1.08;
}
.manifesto-panel > p:last-child { max-width: 430px; color: rgba(255,255,255,.72); }

.experience { background: var(--paper); }
.section-heading { width: min(100%, var(--max)); margin: 0 auto clamp(70px, 8vw, 125px); }
.section-heading h2 { max-width: 1050px; }
.section-heading > p:last-child { max-width: 590px; margin: 42px 0 0 auto; color: var(--muted); font-size: 18px; }
.gallery-shell { position: relative; width: min(100%, var(--max)); margin: auto; }
.gallery-track {
  display: flex;
  gap: clamp(20px, 2.5vw, 40px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-card {
  flex: 0 0 clamp(300px, 39vw, 610px);
  scroll-snap-align: start;
}
.gallery-card:nth-child(even) { flex-basis: clamp(270px, 29vw, 450px); }
.gallery-card > img,
.gallery-card > button { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-card:nth-child(even) > img { aspect-ratio: 3 / 4; }
.gallery-card > button {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}
.gallery-card > button img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, opacity .4s; }
.gallery-card > button:hover img { transform: scale(1.025); opacity: .83; }
.gallery-index {
  display: block;
  margin-top: 15px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
button .gallery-index {
  position: absolute;
  left: 18px;
  bottom: 17px;
  margin: 0;
  color: white;
}
.gallery-card h3 { margin-top: 15px; font-family: var(--serif); font-size: clamp(28px, 3vw, 45px); font-weight: 400; }
.gallery-card p { max-width: 500px; margin-top: 13px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.play-badge,
.play-disc {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--paper-bright);
  color: var(--red);
  font-size: 17px;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
}
.gallery-card .play-badge { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); }
.gallery-edge-arrow {
  position: absolute;
  z-index: 4;
  top: calc(clamp(115px, 15vw, 225px) + 65px);
  display: grid;
  place-items: center;
  width: clamp(54px, 5vw, 76px);
  height: clamp(54px, 5vw, 76px);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  background: rgba(255, 253, 248, .34);
  color: white;
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
  transition: background .25s, transform .25s;
}
.gallery-edge-arrow:hover,
.gallery-edge-arrow:focus-visible {
  background: rgba(255, 253, 248, .58);
  transform: translateY(-50%) scale(1.06);
}
.gallery-edge-arrow-prev { left: clamp(10px, 1.5vw, 24px); }
.gallery-edge-arrow-next { right: clamp(10px, 1.5vw, 24px); }
.gallery-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.accolades {
  position: relative;
  min-height: min(920px, 78vw);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background: #15110f;
}
.accolades-bg { position: absolute; inset: 0; background: url('assets/images/P008-massive-group-jump.jpg') center/cover no-repeat; }
.accolades-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.82)); }
.accolades-content { position: relative; z-index: 1; width: min(100%, var(--max)); margin: auto; padding: 9vw var(--gutter) 6vw; }
.accolades-content .eyebrow { color: #f0c06f; }
.accolades-content h2 { max-width: 1000px; }
.accolade-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255,255,255,.5);
}
.accolade-grid div { padding: 22px 26px 0 0; border-right: 1px solid rgba(255,255,255,.32); }
.accolade-grid div + div { padding-left: 26px; }
.accolade-grid div:last-child { border: 0; }
.accolade-grid strong { display: block; font-family: var(--serif); font-size: clamp(27px, 3vw, 48px); font-weight: 400; }
.accolade-grid span { display: block; max-width: 220px; margin-top: 7px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.4; }

.trailer { background: var(--paper-bright); }
.trailer-poster {
  position: relative;
  display: block;
  width: min(100%, var(--max));
  aspect-ratio: 16 / 7;
  margin: auto;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #111;
  text-align: left;
  cursor: pointer;
}
.trailer-poster > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.72); transition: transform 1s ease, filter .4s; }
.trailer-poster:hover > img { transform: scale(1.02); filter: saturate(1) brightness(.62); }
.trailer-copy { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 28px; color: white; }
.trailer-copy small { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.trailer-copy strong { font-family: var(--serif); font-size: clamp(36px, 5vw, 78px); font-weight: 400; line-height: .98; }

.journey { background: var(--paper); }
.journey-heading { width: min(100%, var(--max)); margin: 0 auto clamp(80px, 10vw, 150px); }
.timeline { width: min(1100px, 84%); margin: 0 auto; }
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 50px;
  padding: 0 0 95px;
}
.timeline-item:not(:last-child)::before { content: ""; position: absolute; left: 111px; top: 23px; bottom: 0; width: 1px; background: var(--line); }
.timeline-item::after { content: ""; position: absolute; left: 104px; top: 8px; width: 15px; height: 15px; border: 1px solid var(--red); border-radius: 50%; background: var(--paper); }
.timeline-item time { color: var(--red); font-family: var(--serif); font-size: 40px; line-height: 1; }
.timeline-item h3 { font-family: var(--serif); font-size: clamp(32px, 4vw, 57px); font-weight: 400; }
.timeline-item p { max-width: 680px; margin-top: 16px; color: var(--muted); }

.legacy { background: var(--paper-bright); }
.legacy-intro { width: min(100%, var(--max)); margin: auto; }
.legacy-intro h2 { max-width: 1100px; }
.legacy-intro > p:last-child { max-width: 650px; margin: 45px 8% 0 auto; color: var(--muted); font-size: 18px; }
.credits-grid {
  width: min(100%, var(--max));
  margin: clamp(80px, 10vw, 150px) auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.credits-grid article { min-height: 240px; padding: 25px 25px 28px 0; border-right: 1px solid var(--line); }
.credits-grid article + article { padding-left: 25px; }
.credits-grid article:last-child { border-right: 0; }
.credits-grid span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.credits-grid h3 { margin-top: 80px; font-family: var(--serif); font-size: clamp(25px, 2.8vw, 43px); font-weight: 400; }
.credits-grid p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.legacy-image { width: min(100%, var(--max)); margin: 0 auto; }
.legacy-image img { width: 100%; max-height: 780px; object-fit: cover; }

.faq { background: var(--paper); }
.faq-grid { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 170px); }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.quick-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 65px; }
.quick-facts div { padding-top: 17px; border-top: 1px solid var(--line); }
.quick-facts span, .quick-facts small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.quick-facts strong { display: block; margin: 12px 0; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.quick-facts small { font-size: 13px; line-height: 1.45; letter-spacing: .04em; text-transform: none; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 31px 0;
  list-style: none;
  font-family: var(--serif);
  font-size: clamp(21px, 2.5vw, 34px);
  line-height: 1.2;
  cursor: pointer;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary .faq-question { min-width: 0; }
.accordion summary .faq-icon { flex: 0 0 auto; color: var(--red); font-family: var(--sans); font-size: 26px; font-weight: 300; transition: transform .3s; }
.accordion details[open] summary .faq-icon { transform: rotate(45deg); }
.accordion details p { max-width: 750px; padding: 0 55px 32px 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr .8fr;
  gap: 60px;
  padding: 90px var(--gutter) 34px;
  border-top: 1px solid var(--line);
  background: var(--paper-bright);
}
.footer-mark img { width: 120px; height: 160px; object-fit: contain; object-position: center; }
.footer-mark p { margin-top: -8px; font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.site-footer nav { display: grid; align-content: start; gap: 12px; padding-top: 18px; }
.site-footer nav a { width: fit-content; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-note { padding-top: 18px; text-align: right; }
.footer-note p { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-note a { display: inline-block; margin-top: 50px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-legal { grid-column: 1 / -1; padding-top: 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.5; }

.video-modal {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #090807;
  color: white;
}
.video-modal::backdrop { background: rgba(0,0,0,.96); }
.video-modal[open] { display: grid; grid-template-rows: 74px 1fr; }
.modal-bar { display: flex; justify-content: space-between; align-items: center; padding: 0 var(--gutter); border-bottom: 1px solid rgba(255,255,255,.2); }
.modal-bar p { font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.modal-bar button { border: 0; background: transparent; color: white; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.video-modal video { width: 100%; height: calc(100vh - 74px); object-fit: contain; }

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

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
  }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { display: grid; }
  .hero-story-cta { display: none; }
  .hero-trailer-cta { display: inline-flex; }
  .manifesto { min-height: 900px; grid-template-columns: 1fr; grid-template-rows: 1.2fr .8fr; }
  .credits-grid { grid-template-columns: 1fr 1fr; }
  .credits-grid article:nth-child(2) { border-right: 0; }
  .credits-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .site-header { height: 68px; grid-template-columns: 1fr auto; }
  .site-header::after { inset-inline: 20px; }
  .wordmark { font-size: 15px; }
  .wordmark-cn { display: none; }
  .nav-trailer { display: none; }
  .hero-content { width: 88vw; }
  .hero-logo { width: 260px; }
  .hero-tagline { margin-top: -17px; }
  .sound-control { right: 20px; bottom: 23px; }
  .hero-scroll { margin-top: 22px; }
  .hero-scroll span { display: inline; }
  .section-rule { margin-bottom: 64px; }
  .intro-grid { grid-template-columns: 1fr; row-gap: 75px; }
  .intro-copy { padding-top: 0; }
  .intro-copy h1 { margin-bottom: 35px; }
  .story-figure-tall { height: 128vw; }
  .story-figure-wide { height: 75vw; }
  .story-figure-wide { order: 4; }
  .story-coda { order: 3; }
  .manifesto { min-height: 920px; grid-template-rows: 1fr 1fr; }
  .manifesto-panel { padding: 50px 24px; }
  .section-heading > p:last-child,
  .legacy-intro > p:last-child { margin-left: 0; }
  .gallery-card { flex-basis: 84vw; }
  .gallery-card:nth-child(even) { flex-basis: 72vw; }
  .accolades { min-height: 920px; }
  .accolades-content { padding-bottom: 55px; }
  .accolade-grid { grid-template-columns: 1fr 1fr; }
  .accolade-grid div { min-height: 115px; border-bottom: 1px solid rgba(255,255,255,.3); }
  .accolade-grid div:nth-child(2) { border-right: 0; }
  .accolade-grid div + div { padding-left: 16px; }
  .trailer-poster { aspect-ratio: 4 / 5; }
  .trailer-copy { flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 32px; }
  .timeline { width: 100%; }
  .timeline-item { grid-template-columns: 85px 1fr; gap: 25px; padding-bottom: 70px; }
  .timeline-item:not(:last-child)::before { left: 67px; }
  .timeline-item::after { left: 60px; }
  .timeline-item time { font-size: 29px; }
  .credits-grid { grid-template-columns: 1fr; }
  .credits-grid article,
  .credits-grid article + article { min-height: 165px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .credits-grid h3 { margin-top: 45px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero { background: #1a0d09 url('assets/images/V012.jpg') center/cover no-repeat; }
  .reveal { opacity: 1; transform: none; }
}
