:root {
  --ink: #070707;
  --ink-soft: #11120f;
  --paper: #f3f1e9;
  --acid: #e8ff31;
  --muted: #aaa99f;
  --line: rgba(243, 241, 233, 0.18);
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--acid); }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  padding: .8rem 1rem;
  color: var(--ink);
  background: var(--acid);
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.loader {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  transition: transform 1s var(--ease) .25s;
  animation: loaderOut 1s var(--ease) 1.35s forwards;
}
.loader.is-done { transform: translateY(-102%); }
.loader__word { font-size: clamp(4rem, 15vw, 12rem); font-weight: 950; letter-spacing: -.1em; line-height: 1; }
.loader__line { position: absolute; right: 10%; bottom: 10%; left: 10%; height: 2px; background: rgba(7,7,7,.18); overflow: hidden; }
.loader__line span { display: block; width: 100%; height: 100%; background: var(--ink); transform: translateX(-100%); animation: loading 1.1s var(--ease) forwards; }
@keyframes loading { to { transform: translateX(0); } }
@keyframes loaderOut { to { transform: translateY(-102%); } }

.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 120; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--acid); transform: scaleX(0); transform-origin: left; }
.cursor-glow { position: fixed; z-index: 25; width: 28rem; height: 28rem; margin: -14rem 0 0 -14rem; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(232,255,49,.09), transparent 68%); opacity: 0; transition: opacity .35s ease; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 1.15rem var(--pad);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, padding .35s ease;
}
.site-header.is-scrolled { padding-top: .8rem; padding-bottom: .8rem; border-color: var(--line); background: rgba(7,7,7,.78); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; gap: .24rem; justify-self: start; font-size: .95rem; font-weight: 500; letter-spacing: -.04em; }
.wordmark strong { color: var(--acid); font-weight: 900; }
.desktop-nav { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: .25rem; left: 0; height: 1px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: .45rem; justify-self: end; padding: .7rem 1rem; border: 1px solid var(--line); border-radius: 100px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .25s ease, background .25s ease; }
.header-cta__icon { display: grid; flex: 0 0 auto; width: 1rem; height: 1rem; }
.header-cta__icon svg { width: 100%; height: 100%; fill: currentColor; }
.header-cta:hover { color: var(--ink); background: var(--acid); }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.hero__media, .hero__scrim, .hero__grid { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 115%; object-fit: cover; filter: saturate(.72) contrast(1.08); transform: scale(1.08); }
.hero__scrim { background: linear-gradient(90deg, rgba(7,7,7,.86) 0%, rgba(7,7,7,.22) 55%, rgba(7,7,7,.5) 100%), linear-gradient(0deg, rgba(7,7,7,.8) 0%, transparent 55%); }
.hero__grid { opacity: .2; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 9vw 9vw; mask-image: linear-gradient(to bottom, transparent, #000 40%, #000); }
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100svh; max-width: var(--max); margin: 0 auto; padding: 9rem var(--pad) 2.3rem; }
.eyebrow, .section-index, .film-kicker { margin: 0; color: var(--acid); font-size: .74rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero__title { margin: .75rem 0 1.4rem; font-size: clamp(5.2rem, 16.4vw, 16rem); font-weight: 950; letter-spacing: -.095em; line-height: .72; text-transform: uppercase; }
.title-line { display: block; overflow: hidden; }
.title-line span { display: block; transform: translateY(110%); }
.is-ready .title-line span { animation: titleIn 1.2s var(--ease) .5s forwards; }
.title-line--second { color: transparent; -webkit-text-stroke: clamp(1px, .15vw, 3px) var(--paper); }
.is-ready .title-line--second span { animation-delay: .62s; }
@keyframes titleIn { to { transform: translateY(0); } }
.hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero__bottom p { margin: 0; max-width: 28rem; color: rgba(243,241,233,.78); font-size: clamp(1rem, 1.4vw, 1.25rem); }
.round-cta { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: clamp(7.5rem, 10vw, 9.5rem); aspect-ratio: 1; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: .78rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: transform .35s var(--ease); }
.round-cta:hover { transform: rotate(-8deg) scale(1.05); }
.round-cta__arrow { position: absolute; margin-top: 5.3rem; font-size: 1rem; }
.hero__side { position: absolute; right: 1.1rem; bottom: 2.4rem; z-index: 3; display: flex; align-items: center; gap: .9rem; writing-mode: vertical-rl; font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.hero__side i { width: 1px; height: 3rem; background: var(--acid); }

.manifesto { overflow: hidden; color: var(--ink); background: var(--acid); }
.marquee { width: 100%; padding: 1.3rem 0; overflow: hidden; border-bottom: 1px solid rgba(7,7,7,.25); }
.marquee__track { display: flex; align-items: center; width: max-content; animation: marquee 22s linear infinite; }
.marquee span { padding: 0 2rem; font-size: clamp(2.5rem, 6vw, 6rem); font-weight: 950; letter-spacing: -.06em; line-height: 1; white-space: nowrap; }
.marquee b { font-size: 1.4rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
.manifesto__inner { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 11vw, 10rem) var(--pad); }
.manifesto .section-index { color: rgba(7,7,7,.66); }
.manifesto__copy { max-width: 68rem; margin: 2rem 0 0; font-size: clamp(2.2rem, 5.4vw, 5.4rem); font-weight: 800; letter-spacing: -.055em; line-height: .98; }

.section-shell { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 11vw, 11rem) var(--pad); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-heading h2, .connect h2, .story h2 { margin: .8rem 0 0; font-size: clamp(3.5rem, 8vw, 8rem); font-weight: 900; letter-spacing: -.075em; line-height: .85; text-transform: uppercase; }
.text-link { padding-bottom: .4rem; border-bottom: 1px solid var(--paper); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--acid); }

.featured-film { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(18rem, .8fr); margin-bottom: clamp(4rem, 8vw, 8rem); border: 1px solid var(--line); background: var(--ink-soft); }
.featured-film__player { position: relative; min-height: 30rem; background: #000; }
.featured-film__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.featured-film__info { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 4vw, 4rem); }
.featured-film__info h3 { margin: 1rem 0; font-size: clamp(2rem, 3.4vw, 3.8rem); letter-spacing: -.055em; line-height: .95; }
.featured-film__info p:not(.film-kicker) { margin: 0 0 2rem; color: var(--muted); font-size: 1rem; }
.button { display: inline-flex; align-items: center; gap: .8rem; padding: .95rem 1.2rem; border-radius: 100px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.button--light { color: var(--ink); background: var(--paper); }
.button--light:hover { background: var(--acid); }

.film-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2.5rem, 6vw, 6rem) clamp(1.2rem, 3vw, 3rem); }
.film-card { display: block; transform-style: preserve-3d; }
.film-card:nth-child(even) { margin-top: clamp(3rem, 8vw, 8rem); }
.film-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #161616; }
.film-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,7,7,.42), transparent 52%); transition: background .4s ease; }
.film-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .8s var(--ease), filter .5s ease; }
.film-card:hover img { transform: scale(1.055); filter: saturate(1.12); }
.play { position: absolute; right: 1.2rem; bottom: 1.2rem; z-index: 2; display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: .8rem; transition: transform .35s var(--ease); }
.film-card:hover .play { transform: scale(1.12) rotate(8deg); }
.film-card__meta { display: flex; justify-content: space-between; margin-top: 1rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.film-card h3 { max-width: 38rem; margin: .6rem 0 0; font-size: clamp(1.45rem, 2.4vw, 2.6rem); letter-spacing: -.045em; line-height: 1.02; }

.story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 100svh; background: var(--paper); color: var(--ink); }
.story__visual { position: relative; min-height: 75svh; overflow: hidden; }
.story__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,7,7,.44), transparent 45%); }
.story__visual img { width: 100%; height: 115%; object-fit: cover; filter: grayscale(.15) contrast(1.05); }
.story__number { position: absolute; right: 1rem; bottom: -3vw; z-index: 2; color: var(--acid); font-size: clamp(8rem, 22vw, 22rem); font-weight: 950; letter-spacing: -.12em; line-height: .8; }
.story__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) var(--pad); }
.story .section-index { color: #64645e; }
.story h2 { margin-bottom: 2rem; font-size: clamp(3rem, 6vw, 6.5rem); }
.story__content > p:not(.section-index) { max-width: 40rem; margin: 0; color: #4b4b46; font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.story__tags { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2.5rem; }
.story__tags span { padding: .65rem .9rem; border: 1px solid rgba(7,7,7,.28); border-radius: 100px; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.connect { padding-bottom: clamp(6rem, 10vw, 9rem); }
.connect h2 { margin-bottom: clamp(3rem, 7vw, 7rem); }
.connect h2 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.social-list { border-top: 1px solid var(--line); }
.social-row { display: grid; grid-template-columns: 4rem minmax(0, 1fr) auto 4rem; align-items: center; min-height: clamp(7rem, 12vw, 11rem); border-bottom: 1px solid var(--line); transition: color .35s ease, padding .45s var(--ease); }
.social-row:hover { padding: 0 1.25rem; color: var(--ink); background: var(--acid); }
.social-row__index { color: var(--muted); font-size: .7rem; font-weight: 800; }
.social-row__identity { display: flex; align-items: center; gap: clamp(.65rem, 1.2vw, 1rem); min-width: 0; }
.social-row__icon { display: grid; place-items: center; flex: 0 0 auto; width: clamp(1.25rem, 1.7vw, 1.7rem); aspect-ratio: 1; transition: transform .35s var(--ease); }
.social-row__icon svg { width: 100%; height: 100%; overflow: visible; fill: currentColor; }
.social-row__icon rect, .social-row__icon circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-row__icon .social-row__icon-dot { fill: currentColor; stroke: none; }
.social-row__name { font-size: clamp(2.5rem, 6vw, 6rem); font-weight: 900; letter-spacing: -.06em; }
.social-row__handle { color: var(--muted); font-size: .84rem; font-weight: 700; }
.social-row:hover .social-row__index, .social-row:hover .social-row__handle { color: rgba(7,7,7,.65); }
.social-row:hover .social-row__icon { transform: scale(1.14); }
.social-row__arrow { justify-self: end; font-size: 2rem; transition: transform .35s var(--ease); }
.social-row:hover .social-row__arrow { transform: rotate(45deg); }

.collab-contact { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(2rem, 5vw, 5rem); align-items: end; margin-top: clamp(4rem, 8vw, 7rem); padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(213,255,20,.1), transparent 52%); }
.collab-contact__label { margin: 0 0 .8rem; color: var(--acid); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.collab-contact h3 { max-width: 14ch; margin: 0; font-size: clamp(2rem, 4.5vw, 4.5rem); font-weight: 900; letter-spacing: -.055em; line-height: .95; }
.collab-contact__mail { display: inline-flex; align-items: center; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--paper); font-size: clamp(.86rem, 1.3vw, 1.05rem); font-weight: 750; transition: color .25s ease, border-color .25s ease; }
.collab-contact__mail:hover { color: var(--acid); border-color: var(--acid); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: end; padding: 2rem var(--pad); border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.site-footer p:last-child { justify-self: end; }
.site-footer a { color: var(--paper); }

.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .hero__title { font-size: clamp(4.7rem, 23vw, 10rem); line-height: .77; }
  .hero__bottom { align-items: flex-start; }
  .hero__side { display: none; }
  .featured-film { grid-template-columns: 1fr; }
  .featured-film__player { min-height: 0; aspect-ratio: 16 / 9; }
  .story { grid-template-columns: 1fr; }
  .story__visual { min-height: 62svh; }
  .story__content { min-height: 78svh; }
}

@media (max-width: 640px) {
  .site-header { padding-top: .9rem; padding-bottom: .9rem; }
  .header-cta { padding: .6rem .8rem; }
  .hero__content { padding-top: 7rem; }
  .hero__media img { object-position: 58% center; }
  .hero__bottom { flex-direction: column; align-items: flex-start; }
  .round-cta { align-self: flex-end; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .film-grid { grid-template-columns: 1fr; }
  .film-card:nth-child(even) { margin-top: 0; }
  .social-row { grid-template-columns: 2.2rem minmax(0, 1fr) 2rem; min-height: 7rem; }
  .social-row__identity { gap: .6rem; }
  .social-row__icon { width: 1.2rem; }
  .social-row__handle { display: none; }
  .social-row__name { font-size: clamp(2.2rem, 13vw, 4rem); }
  .collab-contact { grid-template-columns: 1fr; align-items: start; padding: 1.5rem; }
  .collab-contact__mail { width: 100%; justify-content: space-between; overflow-wrap: anywhere; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p:first-child { display: none; }
}

@media (pointer: coarse) { .cursor-glow { display: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .loader { display: none; }
  .reveal { opacity: 1; transform: none; }
  .hero__media img { transform: none !important; }
}

.error-page { display: grid; place-items: center; min-height: 100svh; padding: 2rem; text-align: center; }
.error-page main { max-width: 50rem; }
.error-page p { margin: 0 0 1rem; color: var(--acid); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.error-page h1 { margin: 0 0 2rem; font-size: clamp(4rem, 14vw, 10rem); font-weight: 950; letter-spacing: -.08em; line-height: .82; text-transform: uppercase; }
.error-page a { display: inline-block; padding: 1rem 1.25rem; border-radius: 100px; color: var(--ink); background: var(--acid); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
