/*
 * Aidy Smith — launch concept
 * Bootstrap 5.3.8 is loaded locally before this file.
 */
:root {
    --ink: #09090d;
    --ink-2: #111119;
    --paper: #f6f5f2;
    --white: #ffffff;
    --muted: #6d6d78;
    --cyan: #00e7ff;
    --blue: #1677ff;
    --pink: #ff2b9d;
    --purple: #8b3dff;
    --acid: #b7ff26;
    --orange: #ff7a18;
    --line: rgba(255,255,255,.14);
    --radius: 1.25rem;
    --shadow: 0 24px 70px rgba(5,5,10,.18);
    --font-display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--white); overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--cyan); color: #000; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 9999; background: #fff; color: #000; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(7,7,11,.92); box-shadow: 0 10px 40px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.navbar { min-height: 84px; }
.navbar-brand { color: #fff; }
.brand-lockup { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-name { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: -.04em; }
.brand-tag { margin-top: .36rem; color: rgba(255,255,255,.58); font-size: .58rem; font-weight: 800; letter-spacing: .2em; }
.navbar-nav .nav-link { color: rgba(255,255,255,.72); font-size: .9rem; font-weight: 700; padding-inline: .8rem !important; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: #fff; }
.dropdown-menu { --bs-dropdown-bg: #111118; --bs-dropdown-border-color: rgba(255,255,255,.12); padding: .6rem; border-radius: .8rem; box-shadow: var(--shadow); }
.dropdown-item { border-radius: .5rem; font-weight: 650; }
.dropdown-item:active, .dropdown-item:hover { background: rgba(0,231,255,.12); color: var(--cyan); }

.btn { --bs-btn-border-radius: 999px; font-weight: 800; letter-spacing: .01em; padding: .76rem 1.25rem; }
.btn-sm { padding: .55rem 1rem; }
.btn-lg { padding: .95rem 1.45rem; }
.btn-brand { --bs-btn-color: #050508; --bs-btn-bg: var(--cyan); --bs-btn-border-color: var(--cyan); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--pink); --bs-btn-hover-border-color: var(--pink); box-shadow: 0 8px 28px rgba(0,231,255,.2); }
.btn-dnb { --bs-btn-color: #fff; --bs-btn-bg: var(--purple); --bs-btn-border-color: var(--purple); --bs-btn-hover-color: #050508; --bs-btn-hover-bg: var(--acid); --bs-btn-hover-border-color: var(--acid); box-shadow: 0 8px 30px rgba(139,61,255,.3); }

.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--blue); }
.section-title { margin-top: 1rem; font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.065em; text-transform: uppercase; }
.section-copy { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.section-pad { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-dark { color: #fff; background: var(--ink); }
.section-heading { max-width: 790px; }
.narrow-content { max-width: 840px; }
.min-page-content { min-height: 55vh; }
.bg-light-subtle { background: var(--paper) !important; }

.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000 25%, transparent 100%); }
.home-hero { position: relative; min-height: 100vh; color: #fff; background: radial-gradient(circle at 78% 22%, rgba(139,61,255,.28), transparent 28%), radial-gradient(circle at 15% 68%, rgba(0,231,255,.16), transparent 34%), #07070b; overflow: hidden; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; }
.hero-orb--one { width: 220px; height: 220px; right: 7%; top: 12%; background: linear-gradient(145deg, var(--pink), transparent 70%); }
.hero-orb--two { width: 300px; height: 300px; left: -120px; bottom: 5%; background: linear-gradient(145deg, var(--cyan), transparent 70%); }
.display-hero { margin-top: 1.1rem; font-family: var(--font-display); font-size: clamp(4.2rem, 10.5vw, 9.5rem); line-height: .82; letter-spacing: -.09em; }
.text-gradient { color: transparent; background: linear-gradient(90deg, var(--cyan), var(--pink)); -webkit-background-clip: text; background-clip: text; }
.hero-copy { max-width: 720px; margin-top: 2rem; color: rgba(255,255,255,.68); font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.7; }
.hero-copy strong { color: #fff; }
.hero-note { margin-top: 2rem; color: rgba(255,255,255,.58); font-size: .86rem; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: .45rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px var(--acid); }

.identity-stack { display: grid; gap: 1rem; }
.identity-card { position: relative; display: flex; min-height: 240px; flex-direction: column; justify-content: flex-end; padding: 1.8rem; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.identity-card::before { content: ""; position: absolute; inset: 0; opacity: .85; transition: transform .4s ease; }
.identity-card:hover { color: #fff; transform: translateY(-5px); border-color: rgba(255,255,255,.35); }
.identity-card:hover::before { transform: scale(1.08); }
.identity-card > * { position: relative; z-index: 1; }
.identity-card--commercial::before { background: radial-gradient(circle at 15% 15%, rgba(255,255,255,.2), transparent 22%), linear-gradient(135deg, var(--blue), var(--pink)); }
.identity-card--dnb::before { background: repeating-linear-gradient(115deg, rgba(255,255,255,.03) 0 1px, transparent 1px 14px), linear-gradient(135deg, #05050a, #32105e 60%, #071b39); }
.identity-index { position: absolute; top: 1.4rem; right: 1.4rem; font-family: var(--font-display); font-size: 2rem; opacity: .25; }
.identity-kicker { margin-bottom: .45rem; font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.identity-card strong { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: .9; letter-spacing: -.06em; }
.identity-card > span:not(.identity-index):not(.identity-kicker):not(.identity-link) { margin-top: .7rem; opacity: .75; }
.identity-link { margin-top: 1.2rem; font-size: .82rem; font-weight: 800; }

.stats-strip { background: #fff; border-bottom: 1px solid #e7e7eb; }
.stat-cell { display: flex; min-height: 132px; flex-direction: column; justify-content: center; padding: 1.8rem; border-right: 1px solid #e7e7eb; }
.stat-cell:last-child { border-right: 0; }
.stat-cell strong { font-family: var(--font-display); font-size: 1.9rem; letter-spacing: -.05em; text-transform: uppercase; }
.stat-cell span { color: var(--muted); font-size: .85rem; }

.genre-cloud { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.8rem; }
.genre-cloud span { padding: .58rem .8rem; background: #fff; border: 1px solid #dedee5; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.visual-stage { position: relative; min-height: 520px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.visual-stage--commercial { display: flex; align-items: center; justify-content: center; color: #fff; background: radial-gradient(circle at 20% 18%, var(--cyan), transparent 23%), radial-gradient(circle at 75% 78%, var(--pink), transparent 30%), linear-gradient(145deg, #111124, #08080d); }
.visual-stage::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 9%, rgba(255,255,255,.035) 9% 9.3%); }
.visual-word { position: relative; z-index: 2; font-family: var(--font-display); font-size: clamp(5rem, 12vw, 9rem); letter-spacing: -.1em; transform: rotate(-7deg); }
.equaliser { position: absolute; right: 2rem; bottom: 2rem; z-index: 2; display: flex; height: 90px; align-items: end; gap: 6px; }
.equaliser i { display: block; width: 8px; background: #fff; animation: bars 1.2s infinite alternate ease-in-out; }
.equaliser i:nth-child(1) { height: 30%; }.equaliser i:nth-child(2) { height: 75%; animation-delay:.1s}.equaliser i:nth-child(3){height:48%;animation-delay:.2s}.equaliser i:nth-child(4){height:92%;animation-delay:.3s}.equaliser i:nth-child(5){height:62%;animation-delay:.4s}.equaliser i:nth-child(6){height:38%;animation-delay:.5s}.equaliser i:nth-child(7){height:82%;animation-delay:.6s}.equaliser i:nth-child(8){height:52%;animation-delay:.7s}
.visual-caption { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 2; max-width: 180px; color: rgba(255,255,255,.65); font-size: .7rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
@keyframes bars { to { transform: scaleY(.45); } }

.dnb-section, .dnb-black { position: relative; color: #fff; background: #050508; overflow: hidden; }
.dnb-section { background: radial-gradient(circle at 20% 60%, rgba(139,61,255,.28), transparent 34%), radial-gradient(circle at 90% 20%, rgba(0,231,255,.12), transparent 25%), #050508; }
.dnb-scanline { position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(0deg, transparent 0 5px, #fff 5px 6px); }
.demon-mark { position: relative; display: grid; min-height: 430px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: repeating-linear-gradient(125deg, rgba(255,255,255,.025) 0 1px, transparent 1px 16px), radial-gradient(circle, rgba(139,61,255,.25), transparent 55%); overflow: hidden; }
.demon-mark::before, .demon-mark::after { position: absolute; font-family: var(--font-display); font-size: 15rem; line-height: 1; }
.demon-mark .demon-a, .demon-mark .demon-d { position: absolute; font-family: var(--font-display); font-size: clamp(10rem, 25vw, 18rem); line-height: 1; letter-spacing: -.18em; }
.demon-mark .demon-a { color: transparent; -webkit-text-stroke: 2px var(--purple); transform: translateX(-18%); }
.demon-mark .demon-d { color: rgba(0,231,255,.88); mix-blend-mode: screen; transform: translateX(18%); }
.demon-mark small { position: absolute; bottom: 2rem; z-index: 3; font-weight: 900; letter-spacing: .35em; }
.demon-mark--large { min-height: 600px; }

.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; }
.experience-card { min-height: 180px; padding: 1.4rem; border: 1px solid #dfdfe5; border-radius: 1rem; background: #fff; }
.experience-card span { color: var(--blue); font-size: .66rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.experience-card h3 { margin-top: 1rem; font-family: var(--font-display); font-size: 1.5rem; letter-spacing: -.04em; text-transform: uppercase; }
.experience-card p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.experience-card--accent { color: #fff; border: 0; background: linear-gradient(135deg, var(--blue), var(--purple)); }
.experience-card--accent span, .experience-card--accent p { color: rgba(255,255,255,.72); }

.booking-banner { padding: 4.5rem 0; color: #fff; background: linear-gradient(100deg, var(--blue), var(--purple) 55%, var(--pink)); }
.booking-banner h2 { margin: .8rem 0 .5rem; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 4rem); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.booking-banner p { color: rgba(255,255,255,.78); }

.page-hero { position: relative; display: flex; min-height: 620px; align-items: flex-end; padding: 11rem 0 5.5rem; color: #fff; overflow: hidden; }
.page-hero--commercial { background: radial-gradient(circle at 75% 25%, rgba(255,43,157,.35), transparent 28%), linear-gradient(135deg, #06183d, #10101b 55%, #281143); }
.page-hero--dnb { background: repeating-linear-gradient(115deg, rgba(255,255,255,.025) 0 1px, transparent 1px 16px), radial-gradient(circle at 80% 25%, rgba(0,231,255,.18), transparent 22%), radial-gradient(circle at 20% 70%, rgba(139,61,255,.38), transparent 34%), #050508; }
.page-hero--neutral { background: radial-gradient(circle at 78% 28%, rgba(0,231,255,.18), transparent 28%), linear-gradient(135deg, #08080d, #191927); }
.page-title { max-width: 1050px; margin: 1rem 0 1.3rem; font-family: var(--font-display); font-size: clamp(3.5rem, 9vw, 8rem); line-height: .83; letter-spacing: -.085em; text-transform: uppercase; }
.page-lead { max-width: 780px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.65; }

.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.service-card { min-height: 245px; padding: 1.6rem; border: 1px solid #dfdfe5; border-radius: 1rem; background: #fff; }
.service-card > span { color: var(--blue); font-family: var(--font-display); font-size: .75rem; }
.service-card h3 { margin: 2.5rem 0 .8rem; font-family: var(--font-display); font-size: 1.7rem; letter-spacing: -.05em; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-card--dark { color: #fff; border: 0; background: linear-gradient(145deg, #12121d, #321253); }
.service-card--dark p { color: rgba(255,255,255,.62); }
.playlist-board { border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); overflow: hidden; }
.playlist-board > div { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.playlist-board > div:last-child { border-bottom: 0; }
.playlist-board strong { font-family: var(--font-display); color: var(--cyan); letter-spacing: -.04em; }
.playlist-board span { color: rgba(255,255,255,.62); }
.feature-tile { height: 100%; padding: 1.6rem; border-radius: 1rem; background: #fff; box-shadow: 0 12px 38px rgba(15,15,25,.06); }
.feature-icon { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; border-radius: .85rem; background: linear-gradient(135deg, var(--blue), var(--pink)); font-size: 1.3rem; }
.feature-tile h3 { margin-top: 1.5rem; font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; }
.feature-tile p { color: var(--muted); font-size: .9rem; }
.process-list { display: grid; gap: .9rem; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid #e1e1e6; }
.process-list li > span { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); font-family: var(--font-display); }
.process-list h3 { font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); }

.dnb-panel-section { color: #fff; background: linear-gradient(180deg, #09090f, #111020); }
.dnb-style-card { min-height: 420px; padding: 2rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: radial-gradient(circle at 85% 10%, rgba(139,61,255,.28), transparent 28%), rgba(255,255,255,.025); }
.dnb-style-card > span { color: var(--acid); font-family: var(--font-display); }
.dnb-style-card h2 { margin-top: 10rem; font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 4.8rem); letter-spacing: -.08em; }
.dnb-style-card p { color: rgba(255,255,255,.58); }
.timeline-dnb { border-top: 1px solid rgba(255,255,255,.14); }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.timeline-item span { color: var(--purple); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.timeline-item h3 { margin: 0; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.04em; text-transform: uppercase; }
.soundcloud-cta { padding: 5rem 0; color: #0b0b0e; background: linear-gradient(90deg, #ff7a18, #ffb000); }
.soundcloud-cta h2 { margin: .8rem 0; font-family: var(--font-display); font-size: clamp(2.6rem,5vw,5rem); line-height: .9; letter-spacing: -.07em; text-transform: uppercase; }
.soundcloud-cta .eyebrow { color: #111; }
.soundcloud-address { display: inline-flex; margin-top: 1.5rem; gap: 1rem; color: var(--orange); font-family: var(--font-display); font-size: clamp(1.2rem,3vw,2.1rem); text-decoration: none; }
.mix-placeholder { display: flex; min-height: 430px; flex-direction: column; justify-content: flex-end; padding: 2rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: radial-gradient(circle at 50% 35%, rgba(139,61,255,.38), transparent 33%), repeating-linear-gradient(125deg, rgba(255,255,255,.025) 0 1px, transparent 1px 13px), #090910; }
.mix-label { color: var(--acid); font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.mix-placeholder strong { margin-top: 1.5rem; font-family: var(--font-display); font-size: 2.8rem; letter-spacing: -.07em; }
.mix-placeholder small { color: rgba(255,255,255,.55); }
.waveform { display: flex; height: 110px; align-items: center; gap: 3px; margin-top: 2rem; }
.waveform i { flex: 1; height: var(--h); background: linear-gradient(to top, var(--purple), var(--cyan)); }
.notice-panel { padding: 1.5rem; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: rgba(255,255,255,.035); }
.notice-panel strong { color: var(--acid); }
.notice-panel p { color: rgba(255,255,255,.58); }

.empty-state { display: grid; grid-template-columns: 220px 1fr; gap: 3rem; align-items: center; padding: 3rem; border: 1px solid #e0e0e5; border-radius: var(--radius); background: var(--paper); }
.empty-date { display: grid; aspect-ratio: 1; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg, var(--blue), var(--pink)); font-family: var(--font-display); font-size: 2rem; }
.empty-state h2 { font-family: var(--font-display); font-size: clamp(2rem,4vw,4rem); letter-spacing: -.06em; text-transform: uppercase; }
.empty-state p { color: var(--muted); }
.event-type-card { min-height: 280px; padding: 2rem; color: #fff; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue), var(--pink)); }
.event-type-card--dnb { background: linear-gradient(135deg, #09090e, #351164); }
.event-type-card > span { font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.event-type-card h3 { margin-top: 4rem; font-family: var(--font-display); font-size: 2.7rem; letter-spacing: -.06em; text-transform: uppercase; }
.event-type-card p { color: rgba(255,255,255,.72); }
.event-type-card a { font-weight: 800; }

.portrait-placeholder { display: grid; min-height: 620px; place-content: center; padding: 2rem; text-align: center; border-radius: var(--radius); background: radial-gradient(circle at 30% 20%, rgba(0,231,255,.55), transparent 25%), radial-gradient(circle at 75% 75%, rgba(255,43,157,.55), transparent 30%), #0b0b12; box-shadow: var(--shadow); }
.portrait-placeholder span { color: transparent; font-family: var(--font-display); font-size: 12rem; line-height: .8; -webkit-text-stroke: 2px #fff; }
.portrait-placeholder small { margin-top: 2rem; color: var(--cyan); font-weight: 900; letter-spacing: .25em; }
.portrait-placeholder p { max-width: 230px; margin: .8rem auto 0; color: rgba(255,255,255,.55); }
.value-card { min-height: 300px; padding: 2rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.value-card span { color: var(--cyan); font-family: var(--font-display); }
.value-card h2 { margin-top: 6rem; font-family: var(--font-display); font-size: 2rem; text-transform: uppercase; }
.value-card p { color: rgba(255,255,255,.58); }

.form-section { background: var(--paper); }
.booking-form { padding: clamp(1.3rem,4vw,3rem); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 60px rgba(10,10,18,.08); }
.form-block { position: relative; padding: 0 0 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e3e3e8; }
.form-block h2 { margin-left: 58px; font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -.04em; text-transform: uppercase; }
.form-step { position: absolute; top: -.6rem; left: 0; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); font-family: var(--font-display); font-size: .75rem; }
.form-label { font-size: .82rem; font-weight: 800; }
.form-control, .form-select { min-height: 54px; border-color: #d8d8df; border-radius: .75rem; background-color: #fafafa; }
textarea.form-control { min-height: auto; }
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 .25rem rgba(22,119,255,.12); background: #fff; }
.deposit-consent { padding: 1.3rem; border: 1px solid rgba(22,119,255,.23); border-radius: .9rem; background: rgba(22,119,255,.055); }
.form-smallprint { margin: 1rem 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.booking-sidebar { position: sticky; top: 110px; padding: 2rem; color: #fff; border-radius: var(--radius); background: radial-gradient(circle at 100% 0, rgba(139,61,255,.5), transparent 35%), var(--ink); }
.booking-sidebar h2 { margin: 1rem 0; font-family: var(--font-display); font-size: 2rem; letter-spacing: -.06em; text-transform: uppercase; }
.booking-sidebar p, .booking-sidebar li { color: rgba(255,255,255,.62); }
.booking-sidebar hr { border-color: rgba(255,255,255,.16); margin: 2rem 0; }
.booking-sidebar h3 { font-family: var(--font-display); font-size: 1.15rem; text-transform: uppercase; }
.booking-sidebar a { color: var(--cyan); }
.contact-panel { min-height: 100%; padding: 2.5rem; color: #fff; border-radius: var(--radius); background: radial-gradient(circle at 100% 0, rgba(255,43,157,.38), transparent 36%), #09090e; }
.contact-panel h2 { margin-top: 1rem; font-family: var(--font-display); font-size: clamp(1.5rem,3.4vw,2.7rem); letter-spacing: -.06em; overflow-wrap: anywhere; }
.contact-panel p { color: rgba(255,255,255,.62); }
.contact-panel hr { margin: 2.5rem 0; border-color: rgba(255,255,255,.15); }
.contact-panel h3 { font-family: var(--font-display); text-transform: uppercase; }
.contact-panel > a:not(.btn) { color: var(--cyan); font-weight: 800; text-decoration: none; }

.legal-page h2 { margin: 2.6rem 0 .8rem; font-family: var(--font-display); font-size: 1.6rem; letter-spacing: -.035em; text-transform: uppercase; }
.legal-page p { color: #565661; font-size: 1.02rem; line-height: 1.8; }
.legal-note { margin-top: 3rem; padding: 1.3rem; border-left: 4px solid var(--pink); background: var(--paper); }
.error-page { display: grid; min-height: 80vh; place-items: center; padding: 10rem 0 5rem; color: #fff; background: radial-gradient(circle, rgba(139,61,255,.35), transparent 35%), #07070b; }
.error-code { color: transparent; font-family: var(--font-display); font-size: clamp(8rem,24vw,20rem); line-height: .75; -webkit-text-stroke: 2px var(--cyan); }
.error-page h1 { margin-top: 2rem; font-family: var(--font-display); text-transform: uppercase; }
.error-page p { color: rgba(255,255,255,.6); }

.site-footer { color: #fff; background: #050508; }
.footer-brand { color: #fff; }
.footer-copy { max-width: 500px; color: rgba(255,255,255,.48); line-height: 1.7; }
.footer-heading { color: rgba(255,255,255,.48); font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.footer-links li { margin: .7rem 0; }
.footer-links a { color: rgba(255,255,255,.76); font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: var(--cyan); }
.footer-rule { margin: 2.5rem 0 1.5rem; border-color: rgba(255,255,255,.12); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: 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; }
}

@media (max-width: 991.98px) {
    .site-header { background: rgba(7,7,11,.94); }
    .navbar-collapse { padding: 1rem 0 1.3rem; }
    .dropdown-menu { border: 0; box-shadow: none; }
    .home-hero .min-vh-100 { min-height: auto !important; padding-top: 10rem !important; }
    .identity-stack { margin-bottom: 4rem; }
    .page-hero { min-height: 560px; }
    .booking-sidebar { position: static; }
}
@media (max-width: 767.98px) {
    .navbar { min-height: 72px; }
    .display-hero { font-size: clamp(3.6rem,19vw,6rem); }
    .page-title { font-size: clamp(3.2rem,17vw,5.4rem); }
    .identity-card { min-height: 220px; }
    .stat-cell { border-right: 0; border-bottom: 1px solid #e7e7eb; }
    .visual-stage { min-height: 420px; }
    .experience-grid, .service-grid { grid-template-columns: 1fr; }
    .playlist-board > div { grid-template-columns: 1fr; gap: .25rem; }
    .empty-state { grid-template-columns: 1fr; padding: 1.5rem; }
    .empty-date { width: 130px; }
    .portrait-placeholder { min-height: 480px; }
    .portrait-placeholder span { font-size: 8rem; }
    .timeline-item { grid-template-columns: 80px 1fr; }
    .demon-mark--large { min-height: 430px; }
}

/* Audio Demon flyer archive */
.past-flyers-section { background: linear-gradient(180deg, #08080d 0%, #11111b 100%); }
.archive-label { display: inline-flex; padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.flyer-card { height: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.flyer-image { display: block; width: 100%; height: 430px; padding: 0; overflow: hidden; border: 0; background: #050508; cursor: zoom-in; }
.flyer-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease, opacity .35s ease; }
.flyer-image:hover img { transform: scale(1.025); opacity: .9; }
.flyer-card figcaption { padding: 1.35rem; }
.flyer-card figcaption span { color: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.flyer-card figcaption h3 { margin: .45rem 0; color: #fff; font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; }
.flyer-card figcaption p { margin: 0; color: rgba(255,255,255,.55); font-size: .86rem; line-height: 1.6; }
.flyer-modal .modal-content { border: 1px solid rgba(255,255,255,.13); background: #09090e; }
.flyer-modal .modal-title { color: #fff; font-family: var(--font-display); text-transform: uppercase; }
.flyer-modal img { max-width: 100%; max-height: 78vh; border-radius: .6rem; }
@media (max-width: 767.98px) { .flyer-image { height: 520px; } }

/* Expanded launch content and optional SoundCloud integration */
.home-soundcloud-section { color: #fff; background: radial-gradient(circle at 84% 18%, rgba(255,122,24,.22), transparent 28%), radial-gradient(circle at 15% 80%, rgba(139,61,255,.28), transparent 34%), #07070b; }
.soundcloud-home-card { display: flex; min-height: 430px; flex-direction: column; justify-content: center; padding: clamp(1.5rem,4vw,3rem); color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,122,24,.16), rgba(139,61,255,.14)), #0c0c13; box-shadow: var(--shadow); transition: transform .25s ease, border-color .25s ease; }
.soundcloud-home-card:hover { color: #fff; transform: translateY(-5px); border-color: rgba(255,122,24,.65); }
.soundcloud-home-card > span { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .19em; }
.soundcloud-home-card > strong { margin-top: 1.25rem; font-family: var(--font-display); font-size: clamp(2.8rem,7vw,5.5rem); line-height: .9; letter-spacing: -.07em; }
.soundcloud-home-card > small { margin-top: .7rem; color: rgba(255,255,255,.58); }
.soundcloud-home-card > b { margin-top: 2rem; color: var(--cyan); }
.waveform--wide { width: 100%; }
.home-archive-section { background: var(--paper); overflow: hidden; }
.home-flyer-stack { position: relative; min-height: 570px; }
.home-flyer-stack img { position: absolute; width: 42%; max-height: 530px; object-fit: cover; object-position: top; border: 8px solid #fff; border-radius: .65rem; box-shadow: 0 22px 55px rgba(10,10,18,.25); }
.home-flyer-stack img:nth-child(1) { left: 3%; top: 5%; transform: rotate(-7deg); z-index: 1; }
.home-flyer-stack img:nth-child(2) { left: 30%; top: 0; transform: rotate(2deg); z-index: 3; }
.home-flyer-stack img:nth-child(3) { right: 2%; top: 8%; transform: rotate(8deg); z-index: 2; }

.soundcloud-embed-card { min-height: 520px; padding: clamp(1.4rem,4vw,2.5rem); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: radial-gradient(circle at 100% 0, rgba(255,122,24,.22), transparent 34%), rgba(255,255,255,.035); overflow: hidden; }
.soundcloud-embed-intro { transition: opacity .25s ease, max-height .35s ease, margin .35s ease; }
.soundcloud-embed-intro.is-loaded { max-height: 0; margin: 0; opacity: 0; overflow: hidden; }
.soundcloud-kicker { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .19em; }
.soundcloud-embed-intro h2 { margin-top: 1.4rem; color: #fff; font-family: var(--font-display); font-size: clamp(2rem,4vw,3.4rem); letter-spacing: -.06em; text-transform: uppercase; }
.soundcloud-embed-intro p { max-width: 620px; color: rgba(255,255,255,.58); line-height: 1.7; }
.soundcloud-player-slot iframe { display: block; width: 100% !important; min-height: 450px; border: 0; border-radius: .75rem; background: #fff; }
.soundcloud-loading, .soundcloud-error { padding: 2rem; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.12); border-radius: .9rem; background: rgba(0,0,0,.22); }
.soundcloud-error strong { color: #fff; }
.release-roadmap { display: grid; gap: 1rem; }
.release-roadmap > div { padding: 1.5rem; border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: rgba(255,255,255,.035); }
.release-roadmap span { color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.release-roadmap h3 { margin: .6rem 0; color: #fff; font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; }
.release-roadmap p { margin: 0; color: rgba(255,255,255,.55); }
.booking-banner--dnb { background: linear-gradient(120deg, #351164, #09090e 55%, #07314a); }

.past-events-preview { color: #fff; background: radial-gradient(circle at 10% 10%, rgba(139,61,255,.28), transparent 30%), #08080d; }
.event-flyer-preview { display: block; height: 100%; padding: .8rem; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.035); transition: transform .25s ease, border-color .25s ease; }
.event-flyer-preview:hover { color: #fff; transform: translateY(-5px); border-color: var(--cyan); }
.event-flyer-preview img { width: 100%; height: 420px; object-fit: cover; object-position: top; border-radius: .8rem; }
.event-flyer-preview span { display: flex; flex-direction: column; padding: 1.15rem .7rem .7rem; }
.event-flyer-preview strong { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -.03em; }
.event-flyer-preview small { margin-top: .35rem; color: rgba(255,255,255,.55); }
.event-listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.event-listing-grid article { padding: 1.6rem; border: 1px solid #dedee5; border-radius: 1rem; background: #fff; }
.event-listing-grid span { color: var(--blue); font-family: var(--font-display); }
.event-listing-grid h3 { margin-top: 1.8rem; font-family: var(--font-display); font-size: 1.3rem; text-transform: uppercase; }
.event-listing-grid p { margin-bottom: 0; color: var(--muted); }

.about-signoff { display: flex; flex-direction: column; margin-top: 2rem; padding-left: 1rem; border-left: 4px solid var(--cyan); }
.about-signoff strong { font-family: var(--font-display); font-size: 1.35rem; }
.about-signoff span { color: var(--muted); font-size: .85rem; }
.identity-explainer { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.identity-explainer article { min-height: 330px; padding: 2rem; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue), var(--pink)); color: #fff; }
.identity-explainer article.identity-explainer--dnb { background: linear-gradient(135deg, #09090e, #351164); }
.identity-explainer span { font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.identity-explainer h3 { margin-top: 4rem; font-family: var(--font-display); font-size: 2rem; letter-spacing: -.05em; text-transform: uppercase; }
.identity-explainer p { color: rgba(255,255,255,.68); }
.identity-explainer a { font-weight: 800; }
.career-timeline { border-left: 1px solid #d8d8df; }
.career-timeline > div { position: relative; padding: 0 0 2.4rem 2rem; }
.career-timeline > div::before { content: ""; position: absolute; left: -7px; top: .25rem; width: 13px; height: 13px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(0,231,255,.12); }
.career-timeline span { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.career-timeline h3 { margin: .45rem 0; font-family: var(--font-display); font-size: 1.55rem; text-transform: uppercase; }
.career-timeline p { margin: 0; color: var(--muted); }
.setup-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.setup-list > div { display: flex; min-height: 145px; flex-direction: column; justify-content: end; padding: 1.4rem; border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: rgba(255,255,255,.035); }
.setup-list strong { color: #fff; font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; }
.setup-list span { color: rgba(255,255,255,.52); font-size: .85rem; }

.equipment-note { display: flex; gap: 1rem; align-items: center; margin-top: 1.4rem; padding: 1.2rem 1.4rem; border: 1px solid #dedee5; border-radius: 1rem; background: #fff; }
.equipment-note strong { white-space: nowrap; }
.equipment-note span { color: var(--muted); }
.event-approach-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.event-approach-grid article { min-height: 240px; padding: 1.6rem; border: 1px solid #dedee5; border-radius: 1rem; }
.event-approach-grid span { color: var(--pink); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.event-approach-grid h3 { margin-top: 3rem; font-family: var(--font-display); font-size: 1.4rem; text-transform: uppercase; }
.event-approach-grid p { color: var(--muted); }
.process-list--dark li { border-color: rgba(255,255,255,.12); }
.process-list--dark h3 { color: #fff; }
.process-list--dark p { color: rgba(255,255,255,.55); }
.booking-faq .accordion-item { margin-bottom: .8rem; overflow: hidden; border: 1px solid #dedee5; border-radius: .9rem !important; }
.booking-faq .accordion-button { font-weight: 800; }
.booking-faq .accordion-button:not(.collapsed) { color: #000; background: rgba(0,231,255,.12); box-shadow: none; }
.booking-faq .accordion-body { color: var(--muted); line-height: 1.7; }

.booking-tip-card { height: 100%; min-height: 250px; padding: 1.5rem; border: 1px solid #dedee5; border-radius: 1rem; background: #fff; }
.booking-tip-card > span { color: var(--blue); font-family: var(--font-display); }
.booking-tip-card h3 { margin-top: 3.5rem; font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; }
.booking-tip-card p { color: var(--muted); }
.deposit-summary { padding: 2rem; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.deposit-summary strong { display: block; color: var(--cyan); font-family: var(--font-display); font-size: 5rem; line-height: .9; }
.deposit-summary span { display: block; margin-top: .7rem; color: #fff; font-weight: 800; }
.deposit-summary p { margin-top: .5rem; color: rgba(255,255,255,.52); }
.deposit-summary a { color: var(--acid); font-weight: 800; text-decoration: none; }
.contact-route-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.contact-route-grid > a { display: flex; min-height: 330px; flex-direction: column; justify-content: end; padding: 2rem; color: #fff; text-decoration: none; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue), var(--pink)); transition: transform .25s ease; }
.contact-route-grid > a:last-child { background: linear-gradient(135deg, #09090e, #351164); }
.contact-route-grid > a:hover { color: #fff; transform: translateY(-5px); }
.contact-route-grid span { font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.contact-route-grid h3 { margin-top: 4rem; font-family: var(--font-display); font-size: 1.7rem; text-transform: uppercase; }
.contact-route-grid p { color: rgba(255,255,255,.68); }
.contact-route-grid b { color: var(--cyan); }
.site-footer .small a { color: rgba(255,255,255,.7); text-decoration: none; }
.site-footer .small a:hover { color: var(--cyan); }

@media (max-width: 991.98px) {
    .home-flyer-stack { min-height: 500px; }
    .home-flyer-stack img { width: 44%; }
}
@media (max-width: 767.98px) {
    .home-flyer-stack { min-height: 420px; }
    .home-flyer-stack img { width: 52%; max-height: 390px; border-width: 5px; }
    .home-flyer-stack img:nth-child(1) { left: 0; }
    .home-flyer-stack img:nth-child(2) { left: 24%; }
    .home-flyer-stack img:nth-child(3) { right: 0; }
    .event-listing-grid, .identity-explainer, .setup-list, .event-approach-grid, .contact-route-grid { grid-template-columns: 1fr; }
    .equipment-note { align-items: flex-start; flex-direction: column; }
    .event-flyer-preview img { height: 520px; }
    .soundcloud-player-slot iframe { min-height: 500px; }
}


/* Audio Demon milestones and label proof */
.dnb-proof-section { color: #fff; background: radial-gradient(circle at 80% 20%, rgba(0,231,255,.16), transparent 30%), radial-gradient(circle at 10% 85%, rgba(139,61,255,.25), transparent 38%), #0b0b12; }
.proof-flyer { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #050508; box-shadow: 0 28px 70px rgba(0,0,0,.4); cursor: zoom-in; }
.proof-flyer img { display: block; width: 100%; max-height: 720px; object-fit: cover; object-position: top; transition: transform .35s ease, opacity .35s ease; }
.proof-flyer:hover img { transform: scale(1.02); opacity: .88; }
.proof-flyer span { position: absolute; right: 1rem; bottom: 1rem; padding: .55rem .75rem; color: #050508; border-radius: 999px; background: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dnb-proof-grid { display: grid; gap: 1rem; margin-top: 2rem; }
.dnb-proof-grid article { padding: 1.45rem; border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: rgba(255,255,255,.04); }
.dnb-proof-grid span { color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.dnb-proof-grid h3 { margin: .5rem 0; color: #fff; font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; }
.dnb-proof-grid p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }
.event-credibility-section { background: #fff; }
.event-credibility-card { height: 100%; min-height: 260px; padding: 1.7rem; border: 1px solid #dedee5; border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f5f5f8); box-shadow: 0 16px 42px rgba(14,14,24,.08); }
.event-credibility-card span { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.event-credibility-card h2 { margin-top: 4rem; font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.04em; text-transform: uppercase; }
.event-credibility-card p { margin-bottom: 0; color: var(--muted); }
@media (min-width: 1200px) {
    .past-flyers-section .flyer-image { height: 360px; }
    .past-flyers-section .flyer-card figcaption { padding: 1.1rem; }
    .past-flyers-section .flyer-card figcaption h3 { font-size: 1.05rem; }
}
