:root {
  --black: #09090b;
  --ink: #111115;
  --paper: #e9e4d9;
  --muted: #a9a5a0;
  --red: #b01620;
  --red-bright: #e0202c;
  --purple: #7770a8;
  --line: rgba(255,255,255,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--black);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.noise {
  position: fixed;
  inset: -3%;
  z-index: 20;
  pointer-events: none;
  opacity: .045;
  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='.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");
  animation: grain-shift .28s steps(2) infinite;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}
.site-header.scrolled { background: rgba(9,9,11,.9); backdrop-filter: blur(14px); border-color: var(--line); padding-block: 14px; }
.wordmark { text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.wordmark span { color: var(--red-bright); }
nav { display: flex; gap: clamp(24px, 4vw, 56px); }
nav a { font-family: "Barlow Condensed", sans-serif; font-size: .9rem; font-weight: 700; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--red-bright); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding: 130px clamp(24px, 8vw, 130px) 90px; isolation: isolate; overflow: hidden; }
.hero-art { position: absolute; z-index: -4; inset: 0 0 0 18%; background: url("assets/ricin-fall-leaves-lightning.webp?v=1") center center/contain no-repeat; filter: saturate(.9) contrast(1.04) brightness(1.08); }
.hero-glow { position: absolute; z-index: -3; top: 8%; right: 2%; width: min(62vw,850px); aspect-ratio: 1; border-radius: 50%; pointer-events: none; background: radial-gradient(circle,rgba(199,43,61,.3) 0,rgba(105,80,154,.19) 32%,transparent 68%); mix-blend-mode: screen; filter: blur(22px); animation: tree-aura 5s ease-in-out infinite alternate; }
.hero-leaves { position: absolute; z-index: -1; inset: 0 0 0 36%; overflow: hidden; pointer-events: none; perspective: 700px; }
.animated-leaf { position: absolute; top: -10%; left: var(--leaf-x); width: var(--leaf-size); height: calc(var(--leaf-size) * .52); border-radius: 85% 12% 85% 12%; opacity: 0; background: linear-gradient(145deg,#301b42 10%,#a63c4b 58%,#171326); box-shadow: inset 1px 0 rgba(255,195,170,.25),0 0 9px rgba(181,44,66,.28); transform-origin: 20% 50%; animation: leaf-fall var(--leaf-speed) linear var(--leaf-delay) infinite; }
.animated-leaf::after { content: ""; position: absolute; top: 48%; left: -18%; width: 68%; height: 1px; background: rgba(225,164,142,.45); transform: rotate(-17deg); transform-origin: right; }
.hero-vignette { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #09090b 4%, rgba(9,9,11,.98) 22%, rgba(9,9,11,.54) 53%, rgba(9,9,11,.08) 78%), linear-gradient(0deg, #09090b 0%, rgba(9,9,11,.82) 7%, rgba(9,9,11,.28) 18%, transparent 32%); }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 18px; color: var(--red-bright); font-family: "Barlow Condensed", sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: .88; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(5rem, 13vw, 11rem); font-weight: 900; letter-spacing: -.055em; text-shadow: 5px 5px 0 rgba(176,22,32,.3); }
h1 span { display: block; color: transparent; -webkit-text-stroke: 2px var(--paper); }
.hero-line { max-width: 520px; margin: 28px 0 34px; color: #d3cfca; font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.4rem, 2.4vw, 2.1rem); font-weight: 500; line-height: 1.2; text-transform: uppercase; letter-spacing: .035em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid var(--paper); font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button-primary { border-color: var(--red); background: var(--red); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-bright); border-color: var(--red-bright); transform: translateY(-2px); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--black); background: var(--paper); }
.hero-character { width: clamp(240px, 28vw, 430px); margin: 18px 0 -72px 20px; pointer-events: none; filter: drop-shadow(0 18px 18px rgba(0,0,0,.55)); }
.hero-character-video { display: block; width: 100%; height: auto; }
.video-production-title { margin: 8px 0 0; color: var(--paper); font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 900; line-height: .9; letter-spacing: -.025em; text-align: center; text-shadow: 3px 3px 0 rgba(176,22,32,.42); text-transform: uppercase; }
.video-production-title span { display: block; color: transparent; -webkit-text-stroke: 1px var(--paper); }

.scroll-cue { position: absolute; right: clamp(24px,5vw,80px); bottom: 28px; color: var(--muted); font-family: "Barlow Condensed",sans-serif; font-size: .75rem; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { color: var(--red-bright); font-size: 1.2rem; }

.section { padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 130px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 54px; border-bottom: 1px solid var(--line); }
.section-heading h2, .manifesto h2, .contact h2 { margin: 0 0 -8px; font-size: clamp(4rem, 9vw, 8rem); font-weight: 900; letter-spacing: -.045em; }
.music { background: #0d0d10; }
.release { display: grid; grid-template-columns: minmax(260px, 520px) minmax(260px, 520px); gap: clamp(42px, 8vw, 120px); align-items: center; justify-content: center; }
.release-art { position: relative; box-shadow: 30px 30px 0 rgba(176,22,32,.16); }
.release-art::before { content: ""; position: absolute; inset: -12px; z-index: -1; border: 1px solid rgba(224,32,44,.45); }
.release-label { color: var(--red-bright); font-family: "Barlow Condensed",sans-serif; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.release h3 { margin: 10px 0 24px; font-size: clamp(3rem, 6vw, 6rem); }
.release-copy > p:not(.release-label,.small-note) { max-width: 520px; color: #c3bfba; font-size: 1.05rem; }
.platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.platforms a, .socials a { padding-bottom: 3px; border-bottom: 1px solid var(--red); font-family: "Barlow Condensed",sans-serif; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.platforms a { margin-right: 18px; }
.platforms a:hover, .socials a:hover { color: var(--red-bright); }
.small-note { margin-top: 24px; color: #716f72; font-size: .78rem; }

.manifesto { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; gap: clamp(50px, 10vw, 150px); align-items: center; background: var(--paper); color: var(--ink); }
.manifesto-image { transform: rotate(-2deg); box-shadow: 22px 22px 0 var(--red); }
.manifesto h2 { max-width: 850px; margin-bottom: 40px; color: #111; }
.manifesto h2 em { color: var(--red); font-style: normal; }
.manifesto-copy > p:not(.eyebrow) { max-width: 680px; font-size: 1.08rem; }

.shows { background: #09090b; }
.show-list { border-top: 1px solid var(--line); }
.show-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 32px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.date strong { display: block; color: var(--red-bright); font-family: "Barlow Condensed",sans-serif; font-size: 2rem; line-height: 1; }
.date span { color: var(--muted); font-size: .8rem; }
.show-row h3 { margin: 0 0 6px; font-size: 1.7rem; }
.show-row p { margin: 0; color: var(--muted); }
.text-link { font-family: "Barlow Condensed",sans-serif; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--red-bright); }

.contact { position: relative; min-height: 85vh; display: grid; place-items: center; padding: 100px 24px; overflow: hidden; text-align: center; isolation: isolate; }
.contact-art { position: absolute; z-index: -2; inset: -8%; background: url("assets/ricin-fall-crown.jpg") center/cover no-repeat; filter: brightness(.42) saturate(1.18); transform-origin: 50% 45%; animation: contact-drift 10s ease-in-out infinite alternate; will-change: transform, filter; }
.contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle, transparent, rgba(9,9,11,.88) 75%), linear-gradient(0deg,#09090b,transparent 30%,transparent 70%,#09090b); }
.contact h2 { margin-bottom: 46px; font-size: clamp(4rem, 10vw, 9rem); text-shadow: 4px 4px 0 var(--red); }
.socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 45px; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px clamp(24px,5vw,80px); border-top: 1px solid var(--line); color: #888589; font-size: .75rem; }
.back-top { text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }

@keyframes character-sway {
  0% { transform: translateY(0) rotate(-1.5deg); }
  100% { transform: translateY(-10px) rotate(1.5deg); }
}

@keyframes hero-drift {
  0% { transform: scale(1.02) translate3d(2%,1.5%,0); filter: saturate(.62) contrast(1.08) brightness(.86); }
  50% { filter: saturate(.92) contrast(1.18) brightness(1.06); }
  100% { transform: scale(1.22) translate3d(-5%,-2.5%,0); filter: saturate(.82) contrast(1.15) brightness(1); }
}

@keyframes contact-drift {
  0% { transform: scale(1.02) translate3d(-3%,2%,0) rotate(-.5deg); filter: brightness(.34) saturate(1); }
  100% { transform: scale(1.2) translate3d(4%,-3%,0) rotate(.7deg); filter: brightness(.52) saturate(1.5); }
}

@keyframes atmosphere-breathe {
  from { opacity: .9; }
  to { opacity: 1; }
}

@keyframes tree-aura {
  0% { transform: scale(.82) translate3d(3%,2%,0); opacity: .32; filter: blur(30px) hue-rotate(-8deg); }
  100% { transform: scale(1.16) translate3d(-3%,-2%,0); opacity: .82; filter: blur(16px) hue-rotate(9deg); }
}

@keyframes leaf-fall {
  0% { opacity: 0; transform: translate3d(0,-8vh,0) rotate(0deg) rotateX(20deg); }
  8% { opacity: var(--leaf-opacity); }
  45% { transform: translate3d(var(--leaf-drift),48vh,80px) rotate(310deg) rotateX(155deg); }
  86% { opacity: var(--leaf-opacity); }
  100% { opacity: 0; transform: translate3d(var(--leaf-drift-end),112vh,-40px) rotate(720deg) rotateX(330deg); }
}

@keyframes grain-shift {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1.5%,1%); }
  50% { transform: translate(1%,-1.5%); }
  75% { transform: translate(1.5%,1%); }
  100% { transform: translate(-1%,-1%); }
}

@media (max-width: 780px) {
  .site-header { padding: 18px 22px; }
  .menu-toggle { display: block; z-index: 2; cursor: pointer; }
  nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 28px; background: rgba(9,9,11,.98); opacity: 0; visibility: hidden; transition: .25s; }
  nav a { font-size: 2.2rem; }
  body.menu-open nav { opacity: 1; visibility: visible; }
  body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-toggle > span { transition: .2s; }
  .hero { align-items: end; min-height: 820px; padding-inline: 22px; }
  .hero-art { inset: 0; background-position: center top; background-size: contain; opacity: .78; }
  .hero-character { width: min(82vw, 360px); margin: 14px 0 -42px 0; }
  .hero-vignette { background: linear-gradient(0deg,#09090b 0%,rgba(9,9,11,.86) 10%,rgba(9,9,11,.35) 30%,transparent 48%), linear-gradient(90deg,rgba(9,9,11,.62),transparent); }
  h1 { font-size: clamp(5rem, 25vw, 8rem); }
  .scroll-cue { display: none; }
  .section { padding-inline: 22px; }
  .release, .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { max-width: 480px; margin: auto; order: 2; }
  .manifesto-copy { order: 1; }
  .show-row { grid-template-columns: 80px 1fr; }
  .show-row .text-link { grid-column: 2; }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .noise, .hero-art, .hero-vignette, .hero-glow, .animated-leaf, .contact-art { animation: none !important; }
  .animated-leaf { display: none; }
}
