:root {
  --ink: #11100f;
  --paper: #f0ede7;
  --white: #fff;
  --accent: #d46d37;
  --blush: #e6dad8;
  --line: rgba(17, 16, 15, .2);
  --pad: clamp(20px, 4vw, 72px);
  --display: "Montserrat", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: var(--white); padding: 10px 16px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 68px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); transition: background .3s, color .3s, border .3s; }
.site-header.scrolled { background: rgba(17,16,15,.94); backdrop-filter: blur(14px); }
.brand { display: block; width: 92px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-ticket { justify-self: end; border: 1px solid currentColor; border-radius: 999px; padding: 10px 22px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: 100svh; padding-top: 68px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: minmax(380px, .82fr) 1.18fr; }
.hero-poster { min-height: calc(100svh - 68px); background: #aa938d; overflow: hidden; }
.hero-poster img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-info { padding: 32px var(--pad) 46px; display: flex; flex-direction: column; min-width: 0; }
.hero-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.age { display: grid; width: 44px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.hero h1 { width: min(100%, 920px); margin: auto 0 4vh; }
.hero h1 img { width: 100%; height: auto; }
.event-meta { border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); display: grid; grid-template-columns: repeat(3, 1fr); }
.event-meta > div { padding: 18px 16px 18px 0; }
.event-meta > div + div { border-left: 1px solid rgba(255,255,255,.32); padding-left: 20px; }
.meta-label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-meta strong { font: 700 clamp(14px, 1.4vw, 22px)/1.1 var(--display); text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 30px; }
.button { min-height: 56px; display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; border-radius: 999px; padding: 0 26px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); min-width: min(360px, 100%); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-note { max-width: 560px; margin: 26px 0 0; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.34); color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }

.ticker { overflow: hidden; background: var(--blush); border-block: 1px solid var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; animation: marquee 18s linear infinite paused; font: 800 clamp(16px, 2vw, 26px)/1 var(--display); text-transform: uppercase; will-change: transform; }
.ticker-track.is-ready { animation-play-state: running; }
.ticker-group { display: flex; flex: none; align-items: center; gap: 28px; padding: 16px 28px 16px 0; }
.ticker-group span, .ticker-group i { flex: none; }
.ticker-group i { font-style: normal; font-size: .7em; }
@keyframes marquee { to { transform: translateX(calc(-1 * var(--ticker-shift, 0px))); } }

.section { padding: clamp(80px, 11vw, 170px) var(--pad); }
.section-kicker { padding-bottom: 14px; margin-bottom: clamp(48px, 7vw, 100px); display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-grid { display: grid; grid-template-columns: minmax(320px, .95fr) minmax(390px, 1.05fr); gap: clamp(60px, 10vw, 170px); }
.display-title { margin: 0; font: 800 clamp(54px, 7.2vw, 122px)/.88 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.display-title em { color: var(--accent); font-style: normal; }
.press-release { max-width: 680px; }
.press-release p { margin: 0 0 24px; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.66; }
.press-release .lead { margin-bottom: 42px; font-size: clamp(24px, 2.3vw, 38px); line-height: 1.3; font-weight: 600; letter-spacing: -.035em; }
.signoff { padding-top: 30px; margin-top: 54px !important; border-top: 1px solid var(--line); }
.signoff strong { display: inline-block; margin-top: 22px; }

.media { background: var(--ink); color: var(--white); }
.media .section-kicker { border-color: rgba(255,255,255,.24); }
.media-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 62px; }
.media-heading h2 { margin: 0; font: 800 clamp(48px, 7vw, 112px)/.88 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.media-heading p { max-width: 360px; margin: 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.6; }
.media-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 18px; }
.media-card { min-width: 0; overflow: hidden; padding: clamp(20px, 2.5vw, 38px); border: 1px solid rgba(255,255,255,.2); background: #191817; }
.card-header { margin-bottom: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card-artist-logo { width: 58px; height: auto; opacity: .58; }
.music-card iframe { width: 100%; height: 420px; border: 0; border-radius: 14px; background: #242424; }
.stay-note { margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.video-frame { position: relative; width: 100%; min-width: 0; min-height: 0; aspect-ratio: 16/9; background: #171515; overflow: hidden; }
.video-frame iframe { position: absolute; inset: 0; display: block; width: 100%; max-width: 100%; height: 100%; border: 0; }

.venue { min-height: clamp(600px, 76svh, 760px); position: relative; isolation: isolate; padding: clamp(70px, 8vw, 110px) var(--pad); overflow: hidden; background: var(--ink) url("assets/club.jpeg") center/cover no-repeat; color: var(--white); }
.venue::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(10,9,8,.9), rgba(10,9,8,.64) 56%, rgba(10,9,8,.78)), linear-gradient(180deg, rgba(10,9,8,.22), rgba(10,9,8,.7)); }
.venue .section-kicker { margin-bottom: 0; border-color: rgba(255,255,255,.35); }
.venue-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 160px); align-items: end; margin-top: clamp(80px, 13vh, 150px); }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.venue-logo { width: min(48vw, 500px); height: auto; margin: 0 0 38px; }
.venue-copy address { margin-bottom: 36px; font: 500 clamp(23px, 2.4vw, 38px)/1.3 var(--body); font-style: normal; letter-spacing: -.03em; }
.venue .text-link.dark { color: var(--white); }
.venue-facts { border-top: 1px solid rgba(255,255,255,.35); }
.venue-facts > div { padding: 18px 0; display: grid; grid-template-columns: 1fr 1.7fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.35); }
.venue-facts span { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.venue-facts strong { font-size: 15px; }

.tickets { min-height: 85vh; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--blush); text-align: center; }
.tickets::before { content: ""; position: absolute; width: min(48vw, 680px); aspect-ratio: 1; border: 1px solid rgba(17,16,15,.3); border-radius: 50%; }
.tickets-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.tickets h2 { margin: 0 0 28px; font: 900 clamp(52px, 8vw, 132px)/.8 var(--display); letter-spacing: -.08em; text-transform: uppercase; }
.tickets h2 span { display: block; }
.artist-logo-dark { display: block; width: min(58vw, 720px); height: auto; margin: 0 auto 18px; filter: invert(1); }
.countdown { margin: 0 0 34px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ticket-orbit { --orbit-size: min(76vw, 1000px); --orbit-radius: min(36vw, 470px); position: absolute; width: var(--orbit-size); aspect-ratio: 1; border: 1px solid rgba(17,16,15,.18); border-radius: 50%; animation: spin 42s linear infinite; }
.ticket-orbit::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(17,16,15,.16); border-radius: 50%; }
.ticket-orbit__char { position: absolute; top: 50%; left: 50%; width: 1em; margin-left: -.5em; transform: translateY(-50%) rotate(var(--angle)) translateY(calc(-1 * var(--orbit-radius))); transform-origin: center; font: 800 clamp(8px, .7vw, 11px)/1 var(--display); letter-spacing: .03em; text-align: center; }
@keyframes spin { to { transform: rotate(360deg); } }

.footer { padding: 62px var(--pad) 30px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr 1.2fr .7fr; gap: 50px; align-items: start; }
.footer-brand { width: min(27vw, 360px); }
.footer-brand img { width: 100%; height: auto; }
.organizer p { margin: 0 0 8px; font-size: 12px; }
.organizer .footer-label { margin-bottom: 20px; color: rgba(255,255,255,.44); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.footer-links a { border-bottom: 1px solid rgba(255,255,255,.45); }
.copyright { grid-column: 1/-1; margin: 40px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 18px; }
  .desktop-nav { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; padding: 0; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; }
  .menu-button span { width: 18px; height: 1px; background: var(--white); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px; background: var(--ink); font: 700 clamp(28px, 6vw, 54px)/1 var(--display); text-transform: uppercase; }
  .mobile-menu[hidden] { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero h1 { width: min(100%, 650px); }
  .about-grid { gap: 60px; }
  .media-grid { grid-template-columns: 1fr; }
  .music-card iframe { height: 360px; }
}

@media (max-width: 720px) {
  .site-header { height: 60px; }
  .header-ticket { padding: 9px 14px; }
  .mobile-menu { inset: 60px 0 0; }
  .hero { min-height: auto; padding-top: 60px; display: flex; flex-direction: column; }
  .hero-poster { min-height: auto; padding-top: 0; }
  .hero-poster img { width: 100%; height: auto; object-fit: contain; }
  .hero-info { min-height: 670px; padding: 32px var(--pad) 34px; }
  .hero h1 { margin: auto 0 42px; font-size: clamp(82px, 27vw, 160px); }
  .event-meta { grid-template-columns: 1fr 1fr; }
  .event-meta > div:last-child { grid-column: 1/-1; border-left: 0; border-top: 1px solid rgba(255,255,255,.32); padding-left: 0; }
  .event-meta strong { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-note { margin-top: 26px; }
  .about-grid, .venue-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 58px; }
  .display-title { font-size: clamp(50px, 16vw, 80px); }
  .media-heading { align-items: flex-start; flex-direction: column; }
  .media-heading h2 { font-size: clamp(44px, 13vw, 72px); }
  .music-card iframe { height: 350px; }
  .venue { min-height: 720px; background-position: 58% center; }
  .venue-grid { margin-top: 68px; }
  .venue-logo { width: min(78vw, 420px); }
  .venue-facts > div { grid-template-columns: 1fr 2fr; }
  .tickets::before { width: 90vw; }
  .ticket-orbit { --orbit-size: 132vw; --orbit-radius: 62vw; width: var(--orbit-size); }
  .footer { grid-template-columns: 1fr; }
  .footer-brand { width: min(70vw, 330px); }
  .copyright { grid-column: 1; }
}

@media (max-width: 400px) {
  .header-ticket { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero h1 { width: 100%; }
  .media-card { padding: 17px; }
}

@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; }
}
