@font-face {
  font-family: "Intel One Mono";
  src: url("./assets/IntelOneMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intel One Mono";
  src: url("./assets/IntelOneMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --green: #91ed11;
  --black: #050505;
  --red: #b4000b;
  --font-body: "Inter", Arial, sans-serif;
  --font-label: "Intel One Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #fff; background: var(--black); font-family: var(--font-body); overflow-x: clip; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(100% - 12.5rem, 1240px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -4rem; left: 1rem; background: var(--green); color: #000; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 96px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(calc((100vw - 1240px)/2), 6.25rem); }
.brand img { width: 133px; height: auto; }
.menu-toggle { width: 48px; height: 48px; border: 0; background: transparent; color: white; cursor: pointer; display: flex; flex-direction: column; justify-content: center; gap: 6px; align-items: flex-end; padding: 7px; }
.menu-toggle span { display: block; width: 29px; height: 3px; background: currentColor; transition: transform .25s, opacity .25s, width .25s; }
.menu-toggle span:nth-child(2) { width: 21px; }
.menu-toggle:hover span:nth-child(2), .menu-toggle:focus-visible span:nth-child(2) { width: 29px; }
.menu-open .menu-toggle span:first-child { transform: translateY(9px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:last-child { transform: translateY(-9px) rotate(-45deg); }
.site-menu { position: absolute; top: 80px; right: max(calc((100vw - 1240px)/2), 6.25rem); width: min(360px, calc(100vw - 3rem)); padding: 1.2rem; display: grid; gap: .15rem; background: rgba(7,7,7,.96); border: 1px solid #333; box-shadow: 0 18px 50px #0009; opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .25s, transform .25s; }
.menu-open .site-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.site-menu a { display: block; padding: .9rem 1rem; font-family: var(--font-label); font-size: .94rem; text-decoration: none; text-transform: uppercase; }
.site-menu a:hover, .site-menu a:focus-visible { color: var(--green); background: #191919; }
.hero { position: relative; min-height: 820px; height: 100svh; max-height: 1100px; display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("./assets/hero.png") center center / cover no-repeat; transform: scale(1.025); animation: hero-breathe 18s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.15) 48%, transparent 74%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 38%); }
.hero-content { position: relative; z-index: 1; padding-top: 4rem; }
.eyebrow { margin: 0 0 2rem; color: var(--green); font: 700 clamp(1rem, 1.5vw, 1.35rem)/1.35 var(--font-label); letter-spacing: -.02em; }
.display-title { font-weight: 400; letter-spacing: -.045em; line-height: 1.04; margin: 0; }
.hero-title { font-size: clamp(4rem, 6.5vw, 6.4rem); max-width: 730px; background: linear-gradient(112deg, #fff 0%, #fff 39%, rgba(255,255,255,.63) 78%, rgba(255,255,255,.38) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 620px; margin: 2.1rem 0 3.5rem; font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 600; line-height: 1.45; color: #f4e8e8; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 1rem 1.4rem; font: 700 1rem/1.25 var(--font-label); text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, background-color .2s; }
.button-green { background: var(--green); color: #050505; }
.button-green:hover, .button-green:focus-visible { background: #a8ff3c; box-shadow: 0 0 26px #91ed1166; transform: translateY(-3px); }
.section-dark { background: #000; }
.signal { padding-block: clamp(8rem, 13vw, 13rem); }
.signal-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(310px, .75fr); gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.signal-title { font-size: clamp(3.8rem, 6vw, 6rem); background: linear-gradient(100deg, #fff 6%, #d7d7d7 55%, #777 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-copy { font-size: clamp(1.25rem, 1.7vw, 1.55rem); font-weight: 600; line-height: 1.48; }
.signal-copy .section-copy { margin: 2.2rem 0 0; color: #c5c5c5; }
.spotify-shell { width: 100%; max-width: 430px; justify-self: end; border-radius: 12px; overflow: hidden; min-height: 352px; background: #191919; }
.spotify-shell iframe { display: block; border: 0; }
.world { background: linear-gradient(180deg, #b6000b 0%, #bd0715 68%, #cb5761 100%); overflow: hidden; }
.world-layout { min-height: 960px; display: grid; grid-template-columns: 1fr .8fr; gap: 2rem; align-items: center; }
.world-copy { padding-block: 7.5rem; position: relative; z-index: 1; }
.world-title { font-size: clamp(4rem, 6vw, 6.25rem); background: linear-gradient(110deg, #fff 8%, #f5d7da 53%, #ec8c96 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.world-body { margin-top: 4.3rem; max-width: 635px; color: #170103; font-size: clamp(1.2rem, 1.7vw, 1.5rem); font-weight: 600; line-height: 1.5; }
.world-body p { margin: 0 0 2.2rem; }
.world-art { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; margin-right: -3rem; }
.world-art img { width: min(100%, 840px); height: auto; filter: drop-shadow(0 30px 36px #42000055); animation: float-art 9s ease-in-out infinite; }
.production { padding-block: clamp(7rem, 11vw, 11rem) clamp(8rem, 11vw, 11rem); background: #fff; color: #0a0a0a; }
.eyebrow-box { width: max-content; margin-bottom: 3.5rem; padding: .35rem .7rem; background: #000; }
.production-title { font-size: clamp(4.5rem, 7vw, 7rem); background: linear-gradient(105deg, #000 0%, #555 50%, #aaa 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.production-intro { max-width: 700px; margin: 2.2rem 0 4.2rem; font-size: clamp(1.2rem, 1.7vw, 1.5rem); font-weight: 600; line-height: 1.45; color: #343434; }
.artist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); }
.artist-card { min-width: 0; }
.artist-image { width: 100%; aspect-ratio: 1 / 1.55; overflow: hidden; background: #050505; }
.artist-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.artist-card:hover img { transform: scale(1.045); }
.artist-card h3 { margin: 2rem auto 0; max-width: 370px; text-align: center; font: 700 clamp(1rem, 1.4vw, 1.3rem)/1.4 var(--font-label); }
.artist-card h3 span { display: block; }
.mobile-break { display: none; }
.contact { position: relative; overflow: hidden; }
.contact-layout { min-height: 680px; display: grid; grid-template-columns: 1fr .82fr; gap: 2rem; align-items: center; }
.contact-copy { position: relative; z-index: 2; padding-block: 7rem; }
.contact-title { font-size: clamp(4rem, 6.6vw, 6.5rem); background: linear-gradient(110deg, #fff 5%, #f3f3f3 47%, #858585 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.contact-copy .section-copy { max-width: 635px; margin: 2.2rem 0 3.2rem; color: #c8c8c8; }
.contact-art { position: relative; height: 100%; min-height: 620px; display: flex; align-items: flex-end; justify-content: center; }
.contact-art img { width: min(100%, 720px); height: auto; position: relative; z-index: 1; margin-bottom: -1.2rem; filter: drop-shadow(0 5px 20px #91ed1133); animation: float-art 10s ease-in-out infinite; }
.contact-glow { position: absolute; width: 780px; height: 720px; top: 20%; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(122,218,9,.78) 0%, rgba(90,172,0,.38) 24%, rgba(20,50,0,.16) 51%, transparent 70%); filter: blur(32px); animation: glow-pulse 7s ease-in-out infinite alternate; }
.footer { background: #fff; color: #080808; }
.footer-layout { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-credit, .footer-email { margin: 0; font-size: clamp(.9rem, 1.2vw, 1.15rem); font-weight: 700; white-space: nowrap; }
.footer-email { text-decoration: none; }
.footer-email:hover { text-decoration: underline; }
.social-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .55rem 1.4rem; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 34px; transition: transform .2s, opacity .2s; }
.social-links a:hover, .social-links a:focus-visible { transform: translateY(-3px); opacity: .7; }
.social-links img { width: 27px; height: 27px; }
.reveal { opacity: 1; }
.js-motion .reveal:not(.is-visible) { opacity: 0; transform: translateY(28px); }
.js-motion .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .78s cubic-bezier(.22, 1, .36, 1), transform .78s cubic-bezier(.22, 1, .36, 1); }
@keyframes hero-breathe { from { transform: scale(1.025); } to { transform: scale(1.08); } }
@keyframes float-art { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
@keyframes glow-pulse { from { opacity: .65; transform: translateX(-54%) scale(.92); } to { opacity: 1; transform: translateX(-46%) scale(1.1); } }
@media (max-width: 1100px) {
  .container { width: min(100% - 6rem, 960px); }
  .site-header { padding-inline: 3rem; }
  .site-menu { right: 3rem; }
  .world-layout { min-height: 800px; }
  .footer-layout { gap: 1rem; }
  .footer-credit, .footer-email { white-space: normal; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 3.5rem); }
  .site-header { height: 68px; padding-inline: 1.5rem; flex-direction: row-reverse; justify-content: flex-end; gap: 2.5rem; }
  .brand img { width: 100px; }
  .menu-toggle { width: 35px; height: 40px; padding: 4px; align-items: flex-start; }
  .menu-toggle span { width: 26px; }
  .menu-toggle span:nth-child(2) { width: 26px; }
  .site-menu { top: 65px; right: 1.5rem; left: 1.5rem; width: auto; }
  .hero { height: auto; min-height: 830px; align-items: flex-end; }
  .hero-image { background-image: url("./assets/hero-mobile.png"); background-position: 52% center; }
  .hero-shade { background: linear-gradient(180deg, transparent 5%, rgba(0,0,0,.07) 35%, rgba(0,0,0,.75) 100%); }
  .hero-content { padding: 0 0 4.2rem; }
  .eyebrow { font-size: clamp(.98rem, 4.2vw, 1.25rem); margin-bottom: 1.7rem; }
  .hero-title { font-size: clamp(2.9rem, 9.6vw, 5rem); line-height: 1.05; }
  .hero-copy { font-size: clamp(1.08rem, 4.5vw, 1.4rem); margin: 1.45rem 0 2.4rem; }
  .desktop-break { display: none; }
  .button { min-height: 54px; font-size: clamp(.81rem, 3.7vw, 1rem); padding-inline: 1.1rem; }
  .signal { padding-block: 4rem 6rem; }
  .signal-layout { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 4.6rem; }
  .spotify-shell { align-self: center; max-width: 410px; }
  .signal-copy { padding-inline: .5rem; }
  .signal-title { font-size: clamp(3.1rem, 10vw, 4.8rem); }
  .signal-copy .section-copy { margin-top: 1.4rem; }
  .world-layout { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 0; }
  .world-copy { padding: 6.5rem 0 0; }
  .world-title { font-size: clamp(2.9rem, 9vw, 5rem); }
  .world-body { margin-top: 0; padding-bottom: 4.4rem; font-size: clamp(1.12rem, 4.7vw, 1.45rem); }
  .world-body p { margin: 0 0 1.8rem; }
  .world-art { width: 100%; min-height: 470px; margin: 0; order: 0; align-self: center; }
  .world-art img { width: min(100%, 520px); }
  .world-copy { display: contents; }
  .world-copy > .eyebrow { order: -2; margin: 6.5rem 0 1.7rem; }
  .world-copy > .world-title { order: -1; }
  .world-body { order: 1; }
  .production { padding-block: 6.5rem 7rem; }
  .eyebrow-box { margin-bottom: 2.6rem; }
  .production-title { font-size: clamp(3.7rem, 10.8vw, 5.5rem); }
  .mobile-break { display: block; }
  .production-intro { font-size: clamp(1.15rem, 4.7vw, 1.45rem); margin: 2rem 0 3.5rem; }
  .artist-grid { display: grid; grid-template-columns: 1fr; gap: 3.8rem; }
  .artist-image { aspect-ratio: 1 / 1.25; }
  .artist-card h3 { margin-top: 1.4rem; font-size: 1.05rem; }
  .contact-layout { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .contact-copy { padding: 6.4rem 0 2rem; }
  .contact-title { font-size: clamp(3.3rem, 10.5vw, 5.2rem); }
  .contact-copy .section-copy { margin: 1.8rem 0 2.6rem; font-size: clamp(1.13rem, 4.6vw, 1.4rem); }
  .contact-art { min-height: 520px; height: 520px; margin-inline: -1.75rem; }
  .contact-art img { max-width: 590px; width: min(120%, 590px); }
  .contact-glow { width: 600px; height: 560px; top: 15%; }
  .footer-layout { padding-block: 2.3rem 3rem; display: flex; flex-direction: column; align-items: flex-start; min-height: 0; gap: 1.6rem; }
  .footer-credit, .footer-email { font-size: 1.05rem; }
  .social-links { align-self: stretch; justify-content: center; gap: .9rem 1.45rem; }
}
@media (max-width: 400px) {
  .container { width: calc(100% - 3rem); }
  .hero { min-height: 790px; }
  .world-art { min-height: 390px; }
  .contact-art { height: 440px; min-height: 440px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
