:root {
  --ink: #f7f2ff;
  --muted: #a9a1b7;
  --bg: #07050d;
  --panel: #100b1d;
  --violet: #6c28c9;
  --violet-bright: #9757ff;
  --mint: #47f3ca;
  --line: rgba(255,255,255,.12);
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.noise { position: fixed; inset: 0; pointer-events: none; opacity: .055; z-index: 20; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; left: 0; top: 0; right: 0; height: 2px; z-index: 80; background: rgba(255,255,255,.04); }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--violet-bright),var(--mint)); box-shadow: 0 0 12px var(--mint); }
.cursor-glow { position: fixed; width: 28rem; height: 28rem; border-radius: 50%; background: rgba(106,40,201,.13); filter: blur(50px); pointer-events: none; z-index: 0; transform: translate(-50%,-50%); transition: opacity .3s; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 30; height: 86px; display: flex; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7,5,13,.7); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: .75rem; font-family: var(--display); font-weight: 600; font-size: 1.05rem; letter-spacing: -.02em; }
.brand img { width: 2.45rem; height: 2.45rem; object-fit: contain; }
nav { display: flex; gap: 2rem; margin: auto; }
nav a { color: var(--muted); font-size: .9rem; transition: color .25s; }
nav a:hover { color: var(--ink); }
.header-cta { font-size: .88rem; font-weight: 600; color: var(--mint); }
.header-cta span, .button span { margin-left: .45rem; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding: 130px 6vw 70px; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 50vw; height: 50vw; right: -18vw; top: -21vw; border: 1px solid rgba(71,243,202,.1); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(108,40,201,.025), 0 0 0 18vw rgba(71,243,202,.018); }
.hero-copy { position: relative; z-index: 2; max-width: 780px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-family: var(--display); font-size: .75rem; font-weight: 600; color: var(--mint); display: flex; align-items: center; gap: .7rem; margin: 0 0 1.5rem; }
.eyebrow span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 16px var(--mint); }
h1, h2, h3 { font-family: var(--display); margin: 0; }
h1 { font-size: clamp(4rem, 7.2vw, 8.4rem); line-height: .9; letter-spacing: -.07em; font-weight: 500; }
h1 em { color: var(--mint); font-style: normal; font-weight: 500; }
.hero-lede { max-width: 570px; color: var(--muted); font-size: clamp(1.05rem,1.4vw,1.3rem); line-height: 1.65; margin: 2rem 0 2.4rem; }
.hero-actions { display: flex; gap: 1.7rem; align-items: center; }
.button { min-height: 54px; padding: 0 1.4rem; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: .92rem; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #07050d; background: var(--mint); box-shadow: 0 12px 40px rgba(71,243,202,.16); }
.button-primary:hover { box-shadow: 0 18px 50px rgba(71,243,202,.28); }
.text-link { font-size: .92rem; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: .3rem; }
.text-link span { color: var(--mint); margin-left: .5rem; }

.hero-art { min-height: 600px; position: relative; display: grid; place-items: center; }
.hero-art { transition: transform .18s ease-out; will-change: transform; }
.hero-logo { position: relative; z-index: 4; width: min(39vw,580px); filter: drop-shadow(0 30px 70px rgba(95,30,180,.42)); animation: float 6s ease-in-out infinite; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(71,243,202,.18); transform: rotate(-19deg); }
.orbit::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 22px var(--mint); top: 50%; left: -5px; }
.orbit-one { width: 84%; aspect-ratio: 1; animation: spin 18s linear infinite; }
.orbit-two { width: 65%; aspect-ratio: 1; border-color: rgba(151,87,255,.24); animation: spinReverse 14s linear infinite; }
.stage-light { position: absolute; top: 17%; width: 20%; height: 58%; background: linear-gradient(to bottom,rgba(151,87,255,.28),transparent); filter: blur(12px); clip-path: polygon(42% 0,58% 0,100% 100%,0 100%); opacity: .65; }
.stage-light-one { left: 28%; transform: rotate(12deg); }
.stage-light-two { right: 22%; transform: rotate(-15deg); background: linear-gradient(to bottom,rgba(71,243,202,.18),transparent); }
.signal { position: absolute; z-index: 6; font-family: var(--display); font-size: .63rem; letter-spacing: .13em; color: #c8bfd5; padding: .55rem .8rem; border: 1px solid var(--line); background: rgba(7,5,13,.72); backdrop-filter: blur(10px); }
.signal i { width: 5px; height: 5px; border-radius: 50%; display: inline-block; background: var(--mint); margin-right: .45rem; box-shadow: 0 0 10px var(--mint); }
.signal-one { top: 26%; right: 2%; }
.signal-two { bottom: 23%; left: 1%; }
.signal-three { bottom: 10%; right: 12%; }
.scroll-note { position: absolute; bottom: 28px; left: 6vw; color: #777081; display: flex; align-items: center; gap: 1rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.scroll-note i { width: 70px; height: 1px; background: linear-gradient(90deg,var(--mint),transparent); }

.section { padding: 8rem 6vw; position: relative; }
.section-kicker { display: flex; gap: 1.2rem; align-items: center; color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; margin-bottom: 4rem; }
.section-kicker span { color: var(--mint); }
.world { border-top: 1px solid var(--line); }
.world-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; margin-bottom: 5rem; }
.world-heading h2 { font-size: clamp(3.2rem,6vw,7.4rem); line-height: .95; letter-spacing: -.06em; font-weight: 500; }
.world-heading h2 span { color: #665c72; }
.world-heading p { color: var(--muted); font-size: 1.1rem; line-height: 1.7; max-width: 440px; }
.world-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.world-card { min-height: 430px; background: var(--bg); padding: 2rem; display: flex; flex-direction: column; position: relative; transition: background .4s, transform .4s; overflow: hidden; }
.world-card::before { content: ""; position: absolute; inset: auto -30% -50% -30%; height: 70%; border-radius: 50%; background: var(--violet); filter: blur(90px); opacity: 0; transition: opacity .4s; }
.world-card:hover, .world-card.featured { background: #0d0817; }
.world-card:hover::before, .world-card.featured::before { opacity: .14; }
.card-number { font-size: .68rem; letter-spacing: .14em; color: #746b80; }
.card-icon { font-size: 2.5rem; margin: auto 0 2rem; color: var(--mint); }
.world-card h3 { font-size: 1.65rem; margin-bottom: 1rem; font-weight: 500; }
.world-card p { color: var(--muted); line-height: 1.65; margin: 0 0 1.5rem; position: relative; }
.card-line { height: 2px; width: 38px; background: var(--mint); position: relative; }

.manifesto { min-height: 95vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: radial-gradient(circle at 50% 50%,rgba(88,29,159,.19),transparent 46%); }
.manifesto-orbit { position: absolute; width: min(66vw,900px); aspect-ratio: 1; border: 1px solid rgba(71,243,202,.14); border-radius: 50%; transform: rotateX(64deg); box-shadow: 0 0 0 6vw rgba(151,87,255,.018),0 0 0 14vw rgba(71,243,202,.012); }
.manifesto-small { font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; color: var(--mint); margin-bottom: 2rem; position: relative; }
.manifesto-text { font-family: var(--display); font-size: clamp(3.7rem,7.2vw,8.8rem); line-height: .93; letter-spacing: -.065em; margin: 0; position: relative; }
.manifesto-text span { color: var(--mint); }
.manifesto-note { color: var(--muted); max-width: 520px; line-height: 1.7; margin-top: 2.2rem; position: relative; }

.artists { padding-top: 4rem; }
.artists-panel { min-height: 520px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 5rem; padding: 5vw; color: #090510; background: var(--mint); position: relative; overflow: hidden; }
.artists-panel::before { content: ""; position: absolute; width: 440px; height: 440px; border: 80px solid rgba(108,40,201,.15); border-radius: 50%; right: -170px; top: -210px; }
.artists-panel .eyebrow { color: #351458; }
.artists-panel .eyebrow span { background: #351458; box-shadow: none; }
.artists-panel h2 { font-size: clamp(3rem,5.2vw,6.6rem); line-height: .94; letter-spacing: -.06em; font-weight: 600; }
.artists-copy { position: relative; z-index: 1; }
.artists-copy p { font-size: 1.15rem; line-height: 1.7; max-width: 470px; margin: 0 0 2rem; }
.button-light { background: #0a0610; color: white; }

.contact { padding-top: 10rem; }
.contact-top { display: grid; grid-template-columns: .4fr 1.6fr; align-items: start; margin-bottom: 5rem; }
.contact-top p { color: var(--mint); font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; }
.contact-top h2 { font-size: clamp(3.7rem,7vw,8rem); line-height: .92; letter-spacing: -.065em; font-weight: 500; }
.contact-grid { border-top: 1px solid var(--line); }
.contact-grid a { min-height: 105px; display: grid; grid-template-columns: .6fr 1.35fr auto; align-items: center; border-bottom: 1px solid var(--line); transition: background .25s,padding .25s; }
.contact-grid a:hover { background: rgba(255,255,255,.025); padding: 0 1rem; }
.contact-grid span { color: var(--muted); font-size: .82rem; }
.contact-grid strong { font-family: var(--display); font-size: clamp(1.1rem,2vw,1.7rem); font-weight: 500; }
.contact-grid i { color: var(--mint); font-size: 1.4rem; font-style: normal; }

footer { margin: 4rem 6vw 0; padding: 2.5rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; color: #756d80; font-size: .76rem; }
.footer-brand { display: flex; align-items: center; gap: .6rem; color: var(--ink); font-family: var(--display); font-weight: 600; }
.footer-brand img { width: 2rem; height: 2rem; object-fit: contain; }
footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100%{transform:translateY(0) rotate(-1deg)} 50%{transform:translateY(-16px) rotate(1deg)} }
@keyframes spin { to { transform: rotate(341deg); } }
@keyframes spinReverse { from { transform: rotate(341deg); } to { transform: rotate(-19deg); } }

@media (max-width: 980px) {
  .site-header { height: 74px; padding: 0 5vw; }
  nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding: 125px 6vw 70px; }
  .hero-copy { z-index: 7; }
  h1 { font-size: clamp(3.8rem,13vw,7rem); }
  .hero-art { min-height: 480px; margin-top: -1rem; }
  .hero-logo { width: min(78vw,520px); }
  .world-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card { min-height: 330px; }
  .artists-panel { grid-template-columns: 1fr; gap: 4rem; }
  .contact-top { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}

@media (max-width: 620px) {
  .brand span { font-size: .95rem; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 1.3rem; }
  .hero { padding-left: 5vw; padding-right: 5vw; }
  h1 { font-size: clamp(3.5rem,16vw,5.2rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-art { min-height: 390px; }
  .signal { font-size: .52rem; }
  .signal-one { top: 18%; }
  .signal-two { bottom: 18%; }
  .section { padding: 6rem 5vw; }
  .world-heading h2,.manifesto-text,.contact-top h2 { letter-spacing: -.05em; }
  .artists-panel { min-height: 560px; padding: 2.2rem 1.4rem; }
  .artists-panel h2 { font-size: 3.15rem; }
  .contact-grid a { grid-template-columns: 1fr auto; padding: 1.2rem 0; }
  .contact-grid span { grid-column: 1 / 3; }
  .contact-grid strong { overflow-wrap: anywhere; }
  .cursor-glow { display: none; }
}

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