:root {
  --orange: #f5683a;
  --orange-deep: #df4f24;
  --ink: #151515;
  --paper: #d8d5c9;
  --sand: #b9a99f;
  --line: rgba(255, 255, 255, 0.18);
  --max: 1280px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--orange); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }
.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: 0; opacity: .035; pointer-events: none; z-index: 50; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 28rem; height: 28rem; border-radius: 50%; background: rgba(245,104,58,.09); filter: blur(70px); pointer-events: none; z-index: -1; translate: -50% -50%; transition: opacity .2s; }

.site-header { position: fixed; top: 0; left: 0; right: 0; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4rem); z-index: 100; transition: background .35s, height .35s, border .35s; }
.site-header.scrolled { height: 72px; background: rgba(10,10,11,.86); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { width: 155px; }
.brand img { width: 100%; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.4rem); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--orange); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: .9rem 1.15rem; color: var(--ink); background: var(--orange); border-radius: 999px; }
.menu-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 6px 0; transition: transform .25s; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; padding: 10rem clamp(1.25rem,5vw,5rem) 5rem; isolation: isolate; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,7,9,.9) 0%, rgba(8,7,9,.62) 46%, rgba(8,7,9,.26) 68%, rgba(8,7,9,.68) 100%), linear-gradient(0deg, var(--ink), transparent 28%); }
.hero-media { position: absolute; inset: 0; z-index: -2; background: #110d0d; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { background: var(--slide-image) center 48%/cover no-repeat; opacity: .9; }
.hero-lines { position: absolute; inset: -10%; background: repeating-radial-gradient(circle at 72% 56%, transparent 0 100px, rgba(245,104,58,.2) 102px 105px, transparent 107px 155px); mix-blend-mode: screen; opacity: .55; }
.hero-content { position: relative; width: min(780px, 72vw); z-index: 2; }
.eyebrow, .section-index { margin: 0 0 1.3rem; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero-logo { width: min(720px, 72vw); filter: brightness(0) invert(1); margin-bottom: 1.7rem; }
.hero-statement { font-size: clamp(1.15rem, 2vw, 1.75rem); line-height: 1.28; font-weight: 300; letter-spacing: -.02em; }
.hero-statement strong { color: var(--orange); }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 55px; padding: 0 1.4rem; border: 0; border-radius: 3px; text-transform: uppercase; letter-spacing: .07em; font-size: .78rem; font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(0,0,0,.28); }
.button-light { background: var(--paper); color: var(--ink); }
.button-orange { background: var(--orange); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { color: var(--orange); margin-left: .5rem; }
.hero-card { position: absolute; right: clamp(1.25rem,5vw,5rem); bottom: 4rem; width: 230px; padding: 1.4rem; border: 1px solid rgba(255,255,255,.35); background: rgba(11,9,10,.52); backdrop-filter: blur(12px); }
.hero-card-tag { display: inline-block; padding: .32rem .52rem; color: var(--ink); background: var(--orange); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-card strong { display: block; margin: 1rem 0 .7rem; font: 3rem/.85 var(--display); text-transform: uppercase; }
.hero-card > span:last-child { font-size: .68rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; right: 2rem; top: 42%; display: flex; align-items: center; gap: .8rem; rotate: 90deg; transform-origin: right; font-size: .58rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { width: 48px; height: 1px; background: white; }

.ticker { overflow: hidden; padding: .8rem 0; color: var(--ink); background: var(--orange); rotate: -1deg; scale: 1.02; }
.ticker-track { display: flex; align-items: center; width: max-content; gap: 1.4rem; animation: marquee 26s linear infinite; font: 2rem var(--display); letter-spacing: .03em; }
.ticker-track i { font: 1rem var(--body); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(5.5rem, 10vw, 10rem) 0; }
.display-title { margin: 0; font: clamp(4rem, 9vw, 8.7rem)/.84 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.display-title em { color: var(--orange); font-style: normal; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem,8vw,9rem); align-items: start; }
.manifesto-copy { padding-top: 1rem; color: rgba(255,255,255,.66); line-height: 1.75; }
.manifesto-copy .lead { color: white; font-size: clamp(1.25rem,2.2vw,1.8rem); line-height: 1.35; font-weight: 600; letter-spacing: -.025em; }
.location-line { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.location-line > span { font-size: 1.5rem; }
.location-line small, .info-item small { display: block; margin-bottom: .3rem; color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font-size: .62rem; font-weight: 900; }
.location-line strong { color: white; }
.manifesto-quote { position: relative; margin-top: clamp(5rem,10vw,10rem); padding: 2rem clamp(1rem,8vw,8rem); text-align: center; }
.manifesto-quote::before, .manifesto-quote::after { content: ""; position: absolute; top: 50%; width: 14%; height: 1px; background: var(--orange); }
.manifesto-quote::before { left: 0; }.manifesto-quote::after { right: 0; }
.manifesto-quote span { display: block; height: 3.5rem; color: var(--orange); font: 7rem/.8 Georgia, serif; }
.manifesto-quote p { width: min(730px, 80%); margin: 0 auto; font-size: clamp(1.5rem,3.5vw,3.1rem); line-height: 1.2; font-weight: 600; letter-spacing: -.035em; }

.lineup { width: 100%; max-width: none; padding-left: max(1.25rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--orange); color: var(--ink); }
.lineup .section-index { color: var(--ink); opacity: .65; }
.section-heading { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: end; }
.section-heading > p { margin: 0 0 .5rem; line-height: 1.65; color: currentColor; opacity: .68; }
.artist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 4rem; }
.artist-card { position: relative; min-height: 0; aspect-ratio: 4 / 5; overflow: hidden; isolation: isolate; background: #1b1110; }
.artist-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.02) contrast(1.02); transition: scale .7s ease, filter .5s; }
.artist-card:hover img, .artist-card:focus img { scale: 1.035; filter: saturate(1.08) contrast(1.04); }
.artist-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.5), transparent 62%), linear-gradient(0deg, rgba(0,0,0,.82), transparent 48%); }
.artist-overlay { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.25rem,3vw,2.25rem); color: white; }
.artist-overlay > span { align-self: flex-start; padding: .35rem .55rem; color: var(--ink); background: var(--orange); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.artist-overlay h3 { margin: 1.05rem 0 0; font: clamp(2.8rem,4.7vw,5.5rem)/.82 var(--display); text-transform: uppercase; }

.experience { padding-bottom: 4rem; }
.experience .section-heading { margin-bottom: 4rem; }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.experience-card { position: relative; min-height: 550px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; overflow: hidden; isolation: isolate; }
.experience-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--image) center/cover; transition: scale .7s, filter .5s; }
.experience-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.08) 65%); }
.experience-card:hover::before { scale: 1.06; filter: saturate(1.15); }
.experience-card > span { align-self: flex-start; padding: .4rem .55rem; background: var(--orange); color: var(--ink); font-size: .65rem; font-weight: 900; }
.experience-card h3 { margin: 0; font: 3.2rem/.9 var(--display); text-transform: uppercase; }
.experience-card p { margin-bottom: 0; color: rgba(255,255,255,.72); }

.moment { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.moment-image { position: relative; height: min(760px, 75vw); max-height: 780px; overflow: hidden; }
.moment-image img { width: 100%; height: 100%; object-fit: cover; }
.location-feature .moment-image { height: min(820px, 82vw); }
.location-feature .moment-image img { object-position: center top; }
.moment-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(245,104,58,.25), transparent 55%); mix-blend-mode: screen; pointer-events: none; }
.moment-copy p { width: min(500px,100%); margin: 2rem 0; font-size: 1.08rem; line-height: 1.7; color: rgba(255,255,255,.65); }
.moment-copy .display-title { font-size: clamp(4rem,8vw,8rem); }

.info-band { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-item { min-height: 180px; display: flex; flex-direction: column; justify-content: center; padding: 2rem clamp(1.25rem, 3vw, 3.5rem); border-right: 1px solid var(--line); }
.info-item:last-child { border: 0; }
.info-item strong { font-size: clamp(1.35rem,2.4vw,2.2rem); }

.signup { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,9rem); padding-left: max(1.25rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--orange); color: var(--ink); }
.signup .section-index { color: var(--ink); opacity: .65; }
.signup-copy p { max-width: 500px; font-size: 1.1rem; line-height: 1.6; }
.ticket-action { align-self: center; padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid rgba(0,0,0,.28); background: rgba(255,255,255,.1); }
.ticket-action-label { display: inline-block; margin-bottom: 1.2rem; padding: .4rem .65rem; color: var(--orange); background: var(--ink); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ticket-action h3 { margin: 0; font: clamp(2.5rem,5vw,4.8rem)/.9 var(--display); text-transform: uppercase; }
.ticket-action p { margin: 1.25rem 0 1.8rem; font-size: 1rem; line-height: 1.6; }
.ticket-action .button { width: 100%; }
.ticket-action small { display: block; margin-top: 1rem; opacity: .65; font-size: .72rem; line-height: 1.5; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,9rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.7rem 0; cursor: pointer; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--orange); font-size: 1.6rem; font-weight: 300; transition: rotate .25s; }
.faq details[open] summary span { rotate: 45deg; }
.faq details p { margin: 0; padding: 0 3rem 1.7rem 0; color: rgba(255,255,255,.62); line-height: 1.65; }

.site-footer { display: grid; grid-template-columns: 200px 1fr 160px; gap: 3rem; align-items: start; padding: 4rem max(1.25rem, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); }
.site-footer > img { filter: brightness(0) invert(1); }
.footer-center p { margin-top: 0; font-size: 1.2rem; font-weight: 600; }
.footer-center div { display: flex; gap: 1.5rem; color: rgba(255,255,255,.55); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-production { justify-self: end; }
.footer-production small { display: block; margin-bottom: .7rem; color: rgba(255,255,255,.45); text-transform: uppercase; font-size: .58rem; letter-spacing: .15em; }
.footer-production img { width: 130px; }
.copyright { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: rgba(255,255,255,.4); font-size: .65rem; }
.mobile-cta { display: none; }

.reveal { opacity: 0; translate: 0 28px; transition: opacity .8s ease, translate .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; translate: 0 0; }

@media (max-width: 920px) {
  .site-header { height: 72px; }
  .brand { width: 130px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.6rem; background: var(--orange); color: var(--ink); translate: 100% 0; transition: translate .4s cubic-bezier(.2,.7,.2,1); font: 2.6rem/.9 var(--display); }
  .main-nav.open { translate: 0 0; }
  .main-nav .nav-cta { border: 1px solid var(--ink); background: transparent; font: .8rem var(--body); }
  .menu-open .menu-toggle span:not(.sr-only):first-child { transform: translateY(4px) rotate(45deg); background: var(--ink); }
  .menu-open .menu-toggle span:not(.sr-only):nth-child(2) { transform: translateY(-4px) rotate(-45deg); background: var(--ink); }
  .hero { padding-bottom: 7.5rem; }
  .hero-content { width: 100%; }
  .hero-logo { width: min(700px, 92vw); }
  .hero-card { right: 1.25rem; bottom: 1.5rem; width: 190px; padding: 1rem; }
  .hero-card strong { font-size: 2.2rem; }
  .scroll-cue { display: none; }
  .manifesto-grid, .section-heading, .moment, .signup, .faq { grid-template-columns: 1fr; }
  .artist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-card:last-child { grid-column: 1 / -1; min-height: 430px; }
  .moment-image { height: 720px; }
  .faq { gap: 3rem; }
}

@media (max-width: 620px) {
  .section { width: min(100% - 2rem, var(--max)); padding: 5rem 0; }
  .display-title { font-size: clamp(3.5rem, 18vw, 5.7rem); }
  .hero { min-height: 790px; padding: 7rem 1rem 8rem; align-items: end; }
  .hero::after { background: linear-gradient(0deg, rgba(8,7,9,.96) 0%, rgba(8,7,9,.42) 68%, rgba(8,7,9,.75) 100%); }
  .hero-slide { background-position: 50% center; }
  .hero-logo { width: 100%; margin-bottom: 1rem; }
  .hero-statement { font-size: 1.15rem; }
  .hero-actions { display: grid; gap: 1rem; align-items: start; }
  .hero-actions .button { display: none; }
  .hero-card { left: 1rem; right: auto; bottom: 1.2rem; width: calc(100% - 2rem); display: grid; grid-template-columns: auto 1fr; gap: .4rem 1rem; align-items: end; }
  .hero-card strong { grid-column: 1; margin: .55rem 0 0; font-size: 2.1rem; }
  .hero-card > span:last-child { align-self: end; padding-bottom: .15rem; }
  .ticker-track { font-size: 1.55rem; }
  .manifesto-grid { gap: 2rem; }
  .manifesto-quote { padding: 1rem 0; }
  .manifesto-quote::before, .manifesto-quote::after { display: none; }
  .manifesto-quote p { width: 100%; }
  .lineup, .signup { padding-left: 1rem; padding-right: 1rem; }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-card { aspect-ratio: 4 / 5; }
  .artist-card img { object-position: center bottom; }
  .artist-overlay h3 { font-size: 4.5rem; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card:last-child { grid-column: auto; min-height: 480px; }
  .moment-image { height: 590px; }
  .info-band { grid-template-columns: 1fr; }
  .info-item { min-height: 120px; padding: 1.6rem 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 1rem 7rem; }
  .site-footer > img { width: 190px; }
  .footer-production { justify-self: start; }
  .copyright { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 90; left: .75rem; right: .75rem; bottom: .75rem; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.15rem; color: var(--ink); background: var(--orange); box-shadow: 0 12px 40px rgba(0,0,0,.45); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; }
}

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