:root {
  --ink: #0b0a0d;
  --cream: #f4efe5;
  --paper: #fffbf3;
  --orange: #ff5a1f;
  --yellow: #f7d633;
  --pink: #e43387;
  --purple: #7a2cff;
  --line: rgba(11, 10, 13, .16);
  --display: "Fugaz One", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--body); overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.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; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: var(--yellow); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.4rem, 5vw, 5.5rem); border-bottom: 1px solid rgba(255,255,255,.22); }
.wordmark { display: flex; align-items: center; gap: .65rem; text-decoration: none; font-family: var(--display); letter-spacing: .04em; font-size: 1.2rem; }
.wordmark-icon { display: grid; place-items: center; position: relative; width: 41px; height: 41px; border: 2px solid currentColor; border-radius: 50%; font-size: 1.5rem; }
.wordmark-icon span { position: absolute; right: -6px; bottom: -5px; font-family: sans-serif; font-size: .7rem; color: var(--yellow); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.4rem); font-size: .82rem; font-weight: 600; }
.site-nav a { text-decoration: none; transition: color .2s; }
.site-nav a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { border: 1px solid rgba(255,255,255,.7); border-radius: 999px; padding: .75rem 1.2rem; }
.nav-cta:hover { background: var(--cream); color: var(--ink); }
.menu-button { display: none; background: none; border: 0; padding: .6rem; }

.hero { position: relative; min-height: 860px; height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { z-index: -4; object-position: 52% center; scale: 1.025; animation: heroZoom 9s ease-out both; }
.hero-shade { z-index: -3; background: linear-gradient(90deg, rgba(5,3,8,.95) 0%, rgba(5,3,8,.72) 40%, rgba(5,3,8,.18) 72%), linear-gradient(0deg, rgba(5,3,8,.83) 0%, transparent 50%); }
.hero::after { content: ""; position: absolute; z-index: -2; inset: 0; 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='.18'/%3E%3C/svg%3E"); opacity: .16; pointer-events: none; }
.hero-content { width: min(760px, 80vw); margin-left: clamp(1.4rem, 9vw, 10rem); padding-top: 6rem; }
.eyebrow { margin: 0 0 1.15rem; font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); }
.eyebrow.dark { color: var(--pink); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: .85; }
h1 { font-size: clamp(5rem, 11.5vw, 10.8rem); }
h1 em, h2 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 0; }
.hero-copy { width: min(540px, 100%); margin: 1.8rem 0 2.1rem; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.65; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 54px; border: 0; border-radius: 999px; padding: .8rem 1.55rem; font-size: .82rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: var(--yellow); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.65); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.hero-stamp { position: absolute; right: clamp(1.5rem, 5vw, 5rem); bottom: 4.5rem; width: 130px; height: 130px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; animation: rotate 18s linear infinite; }
.hero-stamp span { position: absolute; width: 100%; height: 100%; font-size: .65rem; letter-spacing: .12em; word-spacing: .45rem; padding: 14px; text-align: center; }
.hero-stamp strong { font-size: 2rem; color: var(--yellow); }
.scroll-cue { position: absolute; left: clamp(1.4rem, 5vw, 5.5rem); bottom: 2rem; margin: 0; font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { color: var(--yellow); margin-top: .5rem; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(247,214,51,.25); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 40vw; height: 40vw; right: -16vw; top: 14%; }
.orbit-two { width: 25vw; height: 25vw; right: -4vw; top: 30%; }

.ticker { background: var(--yellow); color: var(--ink); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); overflow: hidden; transform: rotate(-1deg) scale(1.02); position: relative; z-index: 2; }
.ticker-track { display: flex; width: max-content; gap: 2rem; align-items: center; padding: 1.1rem 0; font-family: var(--display); font-size: clamp(1rem, 2vw, 1.7rem); animation: ticker 28s linear infinite; }
.ticker b { color: var(--pink); }

.section-pad { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.4rem, 7vw, 8rem); }
.experience { background: var(--paper); color: var(--ink); }
.section-heading { max-width: 1150px; margin: 0 auto 4.5rem; }
h2 { font-size: clamp(3.5rem, 7.6vw, 8rem); }
.section-heading h2 em, .story h2 em, .booking h2 em { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.experience-grid { max-width: 1250px; margin: auto; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(2.5rem, 6vw, 7rem); }
.video-poster { position: relative; min-height: 560px; overflow: hidden; background: var(--ink); }
.video-poster img { height: 100%; min-height: 560px; object-fit: cover; transition: scale .8s; }
.video-poster:hover img { scale: 1.04; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,4,8,.6), transparent 50%); }
.play-button { position: absolute; z-index: 2; inset: 50% auto auto 50%; translate: -50% -50%; width: 98px; height: 98px; border: 0; border-radius: 50%; background: var(--yellow); color: var(--ink); cursor: pointer; font-size: 1.4rem; transition: scale .2s, background .2s; }
.play-button:hover { scale: 1.08; background: white; }
.poster-label { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; padding: 1.4rem; color: white; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.experience-copy .lead { font-size: clamp(1.5rem, 2.4vw, 2.15rem); line-height: 1.2; font-weight: 600; }
.experience-copy > p:not(.lead) { color: #5c5860; line-height: 1.8; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.6rem 0; margin: 2rem 0; }
.stat-row div { display: flex; flex-direction: column; }
.stat-row strong { font-family: var(--display); font-size: 2.3rem; color: var(--pink); }
.stat-row span { font-size: .74rem; color: #6b6670; }
.text-link { display: inline-flex; gap: 1rem; font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: .4rem; }

.shows { background: var(--purple); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.shows h2 { font-size: clamp(4rem, 8vw, 8.5rem); }
.shows h2 em { color: var(--yellow); }
.shows-intro > p:last-child { max-width: 390px; color: rgba(255,255,255,.72); line-height: 1.7; }
.show-list { border-top: 1px solid rgba(255,255,255,.35); }
.show-row { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.date-block { display: flex; flex-direction: column; }
.date-block span { color: var(--yellow); font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.date-block strong { font-family: var(--display); font-size: 2.2rem; }
.show-row p { margin: 0 0 .4rem; color: rgba(255,255,255,.65); font-size: .8rem; }
.show-row h3 { margin: 0; font-size: 1.5rem; }
.show-tag { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: .6rem 1rem; font-size: .72rem; }
.signup-form { margin-top: 2.5rem; }
.signup-form label { display: block; font-weight: 700; margin-bottom: .8rem; }
.signup-form > div { display: flex; }
.signup-form input { flex: 1; min-width: 0; background: rgba(255,255,255,.1); color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 999px 0 0 999px; padding: 1rem 1.2rem; outline: none; }
.signup-form input::placeholder { color: rgba(255,255,255,.58); }
.signup-form button { border: 0; border-radius: 0 999px 999px 0; padding: 0 1.4rem; background: var(--yellow); font-weight: 700; cursor: pointer; }

.story { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; }
.story-image { min-height: 720px; overflow: hidden; }
.story-image img { height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.1); }
.story-copy { display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(3.6rem, 6.2vw, 6.8rem); margin-bottom: 2.5rem; }
.story-copy > p:not(.eyebrow) { max-width: 700px; font-size: 1.02rem; color: #5d5860; line-height: 1.8; }

.music { position: relative; min-height: 790px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; background: var(--ink); overflow: hidden; }
.music::before { content: ""; position: absolute; width: 700px; height: 700px; right: -260px; top: -230px; border-radius: 50%; background: var(--pink); filter: blur(150px); opacity: .24; }
.music-photo { position: relative; rotate: -3deg; box-shadow: 25px 25px 0 var(--yellow); }
.music-photo::after { content: "LIVE"; position: absolute; top: -30px; right: -28px; background: var(--orange); padding: .9rem 1.1rem; font-family: var(--display); font-size: 1.3rem; rotate: 7deg; }
.music-photo img { aspect-ratio: 4/3; object-fit: cover; }
.music-copy { position: relative; }
.music-copy h2 { margin-bottom: 2.5rem; }
.track-list { border-top: 1px solid rgba(255,255,255,.25); }
.track-list button { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; text-align: left; background: none; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); padding: 1.25rem 0; cursor: pointer; }
.track-play { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: .7rem; }
.track-list strong, .track-list small { display: block; }
.track-list small { color: rgba(255,255,255,.55); margin-top: .3rem; }
.track-list time { color: var(--yellow); }
.platforms { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2rem; font-size: .78rem; }
.platforms span { color: rgba(255,255,255,.5); }
.platforms a { text-decoration-color: var(--orange); text-underline-offset: 4px; }

.booking { background: var(--yellow); color: var(--ink); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); }
.booking-heading > p:not(.eyebrow) { max-width: 530px; line-height: 1.65; }
.booking-heading ul { list-style: none; padding: 0; margin: 2.5rem 0 0; border-top: 1px solid var(--line); }
.booking-heading li { padding: 1rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.booking-heading li span { display: inline-block; width: 40px; color: var(--pink); font-size: .72rem; }
.booking-form { align-self: center; background: var(--paper); padding: clamp(1.5rem, 4vw, 3.5rem); box-shadow: 16px 16px 0 var(--pink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.booking-form label { display: block; margin-bottom: 1.25rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.booking-form input, .booking-form select, .booking-form textarea { display: block; width: 100%; margin-top: .55rem; border: 0; border-bottom: 1px solid #a19b96; border-radius: 0; background: transparent; padding: .85rem .15rem; outline: none; text-transform: none; letter-spacing: 0; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--pink); box-shadow: 0 2px 0 var(--pink); }
.booking-form textarea { resize: vertical; }
.button-dark { background: var(--ink); color: white; width: 100%; margin-top: .6rem; }
.button-dark:hover { background: var(--pink); }
.form-note { text-align: center; font-size: .7rem; color: #6d6863; }
.form-status { min-height: 1.25rem; margin: .6rem 0 0; font-size: .78rem; }

footer { background: var(--ink); padding: 7rem clamp(1.4rem, 7vw, 8rem) 2rem; text-align: center; }
.footer-mark { display: flex; justify-content: center; align-items: center; line-height: .8; font-family: var(--display); font-size: clamp(4rem, 10vw, 9rem); }
.footer-mark b { margin: 0 -.08em; color: var(--yellow); font-size: .42em; }
.footer-mark strong { font-weight: 400; }
footer > p { margin: 1rem 0 2.5rem; color: rgba(255,255,255,.58); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.8rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 7rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-bottom a { color: white; }

.demo-toast { position: fixed; z-index: 50; bottom: 1.5rem; left: 50%; transform: translate(-50%, 2rem); opacity: 0; visibility: hidden; pointer-events: none; max-width: calc(100vw - 2rem); background: white; color: var(--ink); padding: 1rem 1.4rem; border-left: 5px solid var(--orange); box-shadow: 0 12px 50px rgba(0,0,0,.35); font-size: .82rem; transition: transform .35s, opacity .35s, visibility .35s; }
.demo-toast.visible { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.reveal { opacity: 1; transform: none; }

@keyframes heroZoom { from { scale: 1.12; } to { scale: 1.025; } }
@keyframes rotate { to { rotate: 360deg; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .menu-button span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 6px; background: white; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; background: var(--ink); font-family: var(--display); font-size: 1.8rem; transform: translateX(100%); transition: transform .35s; }
  .site-nav.open { transform: none; }
  .nav-cta { margin-top: 1rem; font-family: var(--body); font-size: .85rem; }
  .hero { min-height: 760px; }
  .hero-content { width: calc(100% - 2.8rem); margin: 0 1.4rem; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,3,8,.95) 0%, rgba(5,3,8,.5) 90%); }
  .hero-stamp { width: 92px; height: 92px; right: 1.2rem; bottom: 2rem; }
  .hero-stamp span { display: none; }
  .scroll-cue { display: none; }
  .experience-grid, .shows, .story, .music, .booking { grid-template-columns: 1fr; }
  .experience-grid { gap: 3rem; }
  .video-poster, .video-poster img { min-height: 420px; }
  .shows { align-items: start; }
  .story-image { min-height: 520px; }
  .story-copy { grid-row: 1; }
  .music-photo { width: 92%; }
  .booking-form { box-shadow: 10px 10px 0 var(--pink); }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(4.3rem, 23vw, 7rem); }
  h2 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-copy { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .button { width: 100%; }
  .ticker-track { padding: .85rem 0; }
  .section-heading { margin-bottom: 2.8rem; }
  .video-poster, .video-poster img { min-height: 310px; }
  .play-button { width: 72px; height: 72px; }
  .stat-row { grid-template-columns: 1fr; }
  .show-row { grid-template-columns: 80px 1fr; }
  .show-tag { grid-column: 2; justify-self: start; }
  .signup-form > div { flex-direction: column; gap: .6rem; }
  .signup-form input, .signup-form button { border-radius: 999px; min-height: 50px; }
  .story-image { min-height: 400px; }
  .story-copy h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .music { padding-top: 8rem; }
  .music-photo { box-shadow: 12px 12px 0 var(--yellow); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
}

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