:root {
  --ink: #0a0a09;
  --paper: #eee9de;
  --white: #faf8f1;
  --red: #b31515;
  --gold: #b58a2c;
  --line: rgba(10, 10, 9, .24);
  --pad: clamp(24px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .13;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 30;
  height: 72px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(10,10,9,.92);
  backdrop-filter: blur(8px);
}
.brand { font-weight: 1000; font-size: 22px; letter-spacing: -.06em; }
.brand-mark { color: var(--gold); margin-left: 6px; }
nav { display: flex; gap: clamp(18px, 3vw, 42px); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
nav a:hover { color: var(--gold); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #111; color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.13) saturate(.75); transform: scale(1.01); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,6,.94) 0%, rgba(7,7,6,.55) 43%, rgba(7,7,6,.08) 75%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 46%); }
.hero-copy { position: relative; z-index: 2; padding: 140px var(--pad) max(72px,8vh); width: min(950px, 92%); }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 900; letter-spacing: .3em; }
.eyebrow::before { content: ""; display: inline-block; width: 42px; height: 2px; background: currentColor; vertical-align: middle; margin-right: 14px; }
.eyebrow.red { color: var(--gold); }
h1 { margin: 0; font-size: clamp(70px, 12vw, 185px); line-height: .76; letter-spacing: -.085em; font-weight: 1000; transform: scaleX(.87); transform-origin: left; }
h1 span { color: transparent; -webkit-text-stroke: clamp(1px, .14vw, 3px) var(--white); }
.hero-lede { margin: 34px 0 0; max-width: 520px; font-size: clamp(17px, 1.7vw, 25px); line-height: 1.45; font-weight: 700; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { min-width: 180px; padding: 17px 20px; display: inline-flex; justify-content: space-between; gap: 22px; border: 1px solid rgba(255,255,255,.65); font-size: 12px; font-weight: 900; letter-spacing: .12em; transition: .2s ease; }
.button-primary { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button:hover { background: var(--white); border-color: var(--white); color: var(--ink); transform: translateY(-2px); }
.scroll-cue { position: absolute; z-index: 2; right: var(--pad); bottom: 40px; margin: 0; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .25em; opacity: .65; }

.section-pad { padding: 100px var(--pad); }
.section-number { padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.section-number.light { color: var(--white); border-color: rgba(255,255,255,.25); }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 48px; min-height: 68vh; align-items: start; }
.manifesto .section-number { grid-column: 1 / -1; }
.manifesto-copy { grid-column: 2; margin: 34px 0 0; font-size: clamp(40px, 6.1vw, 98px); line-height: .96; letter-spacing: -.06em; font-weight: 900; }
.manifesto-copy strong { color: var(--gold); text-shadow: 1px 1px 0 rgba(0,0,0,.18); }
.manifesto-en { grid-column: 2; margin: 6px 0 0 auto; max-width: 600px; font-size: 13px; line-height: 1.8; font-weight: 700; }
.mobile-only { display: none; }

.release { background: var(--white); }
.release-grid { display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; gap: clamp(44px, 8vw, 130px); align-items: center; margin-top: 52px; }
.cover-wrap { position: relative; box-shadow: 18px 18px 0 var(--ink); }
.cover-wrap img { width: 100%; aspect-ratio: 1; object-fit: cover; image-rendering: auto; }
.cover-stamp { position: absolute; top: -18px; right: -18px; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 11px; font-weight: 900; transform: rotate(12deg); }
.release-copy h2 { margin: 0; font-size: clamp(64px, 10vw, 150px); line-height: .8; letter-spacing: -.08em; font-weight: 1000; }
.release-copy > p:not(.eyebrow) { max-width: 620px; margin: 34px 0; font-size: 16px; line-height: 1.9; font-weight: 600; }
.platform-link { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--ink); padding: 18px 4px; font-size: 12px; letter-spacing: .12em; }
.platform-link:last-child { border-bottom: 1px solid var(--ink); }
.platform-link b { font-size: 10px; }
.platform-link:hover { color: var(--gold); padding-left: 12px; }

.watch { background: var(--ink); }
.video-card { position: relative; display: block; margin-top: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); }
.video-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: grayscale(.35) contrast(1.15); transition: transform .5s ease, filter .4s ease; }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 55%); }
.video-card:hover img { transform: scale(1.025); filter: grayscale(0) contrast(1.1); }
.play-button { position: absolute; z-index: 2; top: 50%; left: 50%; translate: -50% -50%; width: 96px; height: 96px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; color: white; font-size: 24px; padding-left: 5px; transition: .2s; }
.video-card:hover .play-button { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: scale(1.08); }
.video-meta { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; display: flex; justify-content: space-between; color: white; font-size: 11px; letter-spacing: .12em; }
.video-meta em { font-style: normal; }

.links h2 { margin: 54px 0 46px; font-size: clamp(78px, 15vw, 225px); line-height: .7; letter-spacing: -.09em; font-weight: 1000; }
.links h2 span { color: var(--gold); text-shadow: 2px 2px 0 rgba(0,0,0,.16); }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.link-grid a { position: relative; min-height: 210px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: .2s; }
.link-grid a > span { position: absolute; top: 24px; right: 24px; font-size: 24px; }
.link-grid small { font-size: 9px; letter-spacing: .18em; }
.link-grid strong { font-size: clamp(22px, 3vw, 40px); letter-spacing: -.055em; }
.link-grid a:hover { background: var(--ink); color: var(--white); box-shadow: inset 0 4px 0 var(--gold); }
.link-grid a:hover > span { color: var(--gold); }

footer { padding: 70px var(--pad) 40px; display: grid; grid-template-columns: 80px 1fr auto; gap: 28px; align-items: center; background: var(--ink); color: var(--white); }
footer img { width: 80px; border-radius: 50%; }
footer p { margin: 4px 0; font-size: 9px; letter-spacing: .16em; }
.footer-logo { font-size: 24px; font-weight: 1000; letter-spacing: -.06em; }
.copyright { align-self: end; }

@media (max-width: 760px) {
  .site-header { height: 60px; }
  nav { display: none; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 58% center; opacity: .72; }
  .hero-scrim { background: linear-gradient(0deg, rgba(7,7,6,.95) 0%, rgba(7,7,6,.5) 68%, rgba(7,7,6,.2)); }
  .hero-copy { width: 100%; padding-bottom: 72px; }
  h1 { font-size: clamp(65px, 24vw, 104px); }
  .hero-lede { font-size: 16px; }
  .button { flex: 1; min-width: 145px; }
  .scroll-cue { display: none; }
  .section-pad { padding-top: 72px; padding-bottom: 72px; }
  .manifesto { display: block; min-height: 0; }
  .manifesto-copy { margin-top: 42px; font-size: 43px; }
  .manifesto-en { margin-top: 36px; }
  .mobile-only { display: initial; }
  .release-grid { grid-template-columns: 1fr; }
  .cover-wrap { width: calc(100% - 18px); }
  .release-copy h2 { font-size: 72px; }
  .play-button { width: 64px; height: 64px; font-size: 18px; }
  .video-meta { left: 14px; right: 14px; bottom: 12px; font-size: 8px; }
  .video-meta em { display: none; }
  .links h2 { font-size: 84px; }
  .link-grid { grid-template-columns: 1fr 1fr; }
  .link-grid a { min-height: 150px; padding: 20px; }
  .link-grid strong { font-size: 22px; }
  footer { grid-template-columns: 64px 1fr; }
  footer img { width: 64px; }
  .copyright { grid-column: 1 / -1; margin-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
