:root {
    --black: #050505;
    --ink: #111111;
    --panel: rgba(255, 255, 255, 0.08);
    --line: rgba(255, 255, 255, 0.16);
    --text: #fff7ed;
    --muted: rgba(255, 247, 237, 0.72);
    --acid: #ff8a1f;
    --aqua: #a855f7;
    --pink: #7c3aed;
    --amber: #ffb000;
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 138, 31, 0.24), transparent 28rem),
        radial-gradient(circle at 82% 24%, rgba(124, 58, 237, 0.28), transparent 26rem),
        linear-gradient(135deg, #07030d 0%, #1a0b22 46%, #190c08 100%);
    direction: ltr;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

.site-shell {
    position: relative;
    overflow: hidden;
}

.site-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.topbar {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 20;
    display: flex;
    width: min(1120px, calc(100% - 32px));
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(5, 5, 5, 0.72);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #080808;
    background: conic-gradient(from 20deg, var(--acid), var(--aqua), var(--pink), var(--amber), var(--acid));
    box-shadow: 0 0 24px rgba(255, 138, 31, 0.32);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-links a {
    padding: 11px 14px;
    border-radius: var(--radius);
    color: var(--muted);
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    color: var(--text);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.hero {
    position: relative;
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
    align-items: center;
    gap: clamp(28px, 6vw, 78px);
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 128px 0 74px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 80px -4vw 40px 34%;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.16) 48%, rgba(5, 5, 5, 0.76)),
        linear-gradient(0deg, rgba(5, 5, 5, 0.72), transparent 42%),
        url("../images/hero-dj-apk.jpg") center / cover no-repeat;
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.44);
    opacity: 0.78;
}

.hero::after {
    content: "";
    position: absolute;
    right: 12%;
    bottom: 44px;
    width: 60vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--acid);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 780px;
    margin-bottom: 20px;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: clamp(4.8rem, 17vw, 12.6rem);
    line-height: 0.78;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 0 44px rgba(168, 85, 247, 0.34);
}

h2 {
    margin-bottom: 0;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: clamp(2.25rem, 5vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: 0;
}

h3 {
    font-size: 1.35rem;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 560px;
    color: var(--muted);
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: var(--radius);
    padding: 0 20px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-3px);
}

.button.primary {
    color: #050505;
    background: linear-gradient(135deg, var(--acid), var(--amber) 46%, var(--aqua));
    box-shadow: 0 18px 40px rgba(255, 138, 31, 0.22);
}

.button.ghost {
    color: var(--text);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.08);
}

.hero-orbit {
    position: absolute;
    inset: 9% auto auto 39%;
    width: min(560px, 54vw);
    aspect-ratio: 1;
    opacity: 0.72;
    pointer-events: none;
}

.turntable {
    position: absolute;
    width: 48%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background:
        radial-gradient(circle, #090909 0 16%, transparent 17%),
        repeating-radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 12px),
        conic-gradient(from 180deg, rgba(255, 138, 31, 0.94), rgba(168, 85, 247, 0.16), rgba(124, 58, 237, 0.86), rgba(255, 176, 0, 0.9));
    filter: drop-shadow(0 0 34px rgba(168, 85, 247, 0.26));
    animation: spin 14s linear infinite;
}

.turntable span {
    position: absolute;
    inset: 44%;
    border-radius: 50%;
    background: var(--text);
}

.deck-left {
    left: 0;
    top: 20%;
}

.deck-right {
    right: 5%;
    top: 0;
    animation-duration: 18s;
    animation-direction: reverse;
}

.wave-ring {
    position: absolute;
    inset: 16%;
    border: 1px solid rgba(255, 138, 31, 0.28);
    border-radius: 50%;
    animation: beatPulse 1.8s ease-in-out infinite;
}

.ring-two {
    inset: 4%;
    border-color: rgba(124, 58, 237, 0.24);
    animation-delay: 0.3s;
}

.hero-panel,
.meter-card,
.booking-form {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
}

.hero-panel {
    position: relative;
    z-index: 2;
    padding: clamp(20px, 4vw, 34px);
}

.now-playing {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-weight: 700;
}

.pulse-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--acid);
    box-shadow: 0 0 18px var(--acid);
    animation: beatPulse 0.9s ease-in-out infinite;
}

.visualizer {
    display: flex;
    height: 270px;
    align-items: end;
    gap: 10px;
    margin: 28px 0;
}

.visualizer span {
    flex: 1;
    min-width: 14px;
    height: var(--h);
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, var(--acid), var(--aqua) 48%, var(--pink));
    box-shadow: 0 0 26px rgba(255, 138, 31, 0.24);
    transform-origin: bottom;
    animation: audioBars 0.95s ease-in-out infinite alternate;
    animation-delay: var(--d);
}

.track-line {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.track-line div {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.track-line i {
    display: block;
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--pink), var(--amber), var(--acid));
    animation: trackMove 4s ease-in-out infinite alternate;
}

.ticker {
    border-block: 1px solid var(--line);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 38px;
    padding: 18px 0;
    color: var(--text);
    font-family: "Space Grotesk", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    animation: ticker 22s linear infinite;
}

.ticker-track span {
    display: inline-flex;
    align-items: center;
    gap: 38px;
}

.ticker-track span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pink);
    box-shadow: 0 0 18px var(--pink);
}

.section,
.booking-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(74px, 10vw, 132px) 0;
}

.section-heading {
    max-width: 840px;
    margin-bottom: 36px;
}

.sound-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mix-card {
    position: relative;
    min-height: 310px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
        radial-gradient(circle at 80% 10%, rgba(255, 138, 31, 0.2), transparent 15rem);
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.mix-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
        linear-gradient(135deg, rgba(255, 138, 31, 0.16), transparent 48%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.mix-card::after {
    content: "";
    position: absolute;
    inset: auto 18px 18px;
    height: 2px;
    background: linear-gradient(90deg, var(--pink), var(--aqua), var(--acid));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.mix-card:hover,
.mix-card.active {
    border-color: rgba(255, 138, 31, 0.58);
    transform: translateY(-8px);
}

.mix-card.playing {
    border-color: rgba(255, 138, 31, 0.82);
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 138, 31, 0.28), transparent 14rem),
        linear-gradient(145deg, rgba(168, 85, 247, 0.2), rgba(255, 138, 31, 0.12));
    box-shadow: 0 24px 70px rgba(168, 85, 247, 0.24);
}

.mix-card.playing::before {
    opacity: 1;
    transform: translateY(0);
}

.mix-card:hover::after,
.mix-card.active::after {
    transform: scaleX(1);
}

.mix-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 68px;
}

.mix-top span {
    color: var(--muted);
    font-weight: 800;
}

.play-button {
    position: relative;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease;
}

.play-button::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid var(--text);
}

.mix-card.playing .play-button {
    background: var(--acid);
    transform: scale(1.06);
}

.mix-card.playing .play-button::before {
    left: 16px;
    top: 15px;
    width: 14px;
    height: 18px;
    border: 0;
    background: linear-gradient(90deg, #050505 0 35%, transparent 35% 65%, #050505 65%);
}

.mix-card p,
.show-list p,
.meter-card p,
.booking-copy p {
    position: relative;
    z-index: 2;
    color: var(--muted);
    line-height: 1.65;
}

.mix-card h3 {
    position: relative;
    z-index: 2;
}

.mini-bars {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 38px;
    display: flex;
    height: 52px;
    align-items: end;
    gap: 5px;
}

.mini-bars span {
    width: 7px;
    min-height: 12px;
    border-radius: 999px;
    background: var(--aqua);
    animation: miniBars 0.7s ease-in-out infinite alternate;
}

.mini-bars span:nth-child(2) { animation-delay: .1s; background: var(--acid); }
.mini-bars span:nth-child(3) { animation-delay: .2s; background: var(--pink); }
.mini-bars span:nth-child(4) { animation-delay: .3s; background: var(--amber); }
.mini-bars span:nth-child(5) { animation-delay: .4s; background: var(--aqua); }

.playing-label {
    position: absolute;
    left: 22px;
    bottom: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--acid);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.playing-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--acid);
    box-shadow: 0 0 16px var(--acid);
    animation: beatPulse 0.8s ease-in-out infinite;
}

.mix-card.playing .playing-label {
    opacity: 1;
    transform: translateY(0);
}

.show-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 18px;
}

.meter-card {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    justify-content: end;
    padding: 26px;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 178, 63, 0.22), transparent 13rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.volume-knob {
    position: relative;
    width: min(270px, 74vw);
    aspect-ratio: 1;
    margin: 0 auto 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background:
        radial-gradient(circle, #111 0 32%, transparent 33%),
        conic-gradient(from -80deg, var(--acid), var(--aqua), var(--pink), rgba(255, 255, 255, 0.1), var(--acid));
    animation: knobGlow 1.4s ease-in-out infinite alternate;
}

.volume-knob span {
    position: absolute;
    left: 50%;
    top: 11%;
    width: 6px;
    height: 25%;
    border-radius: 999px;
    background: var(--text);
    transform: translateX(-50%);
    transform-origin: 50% 158%;
    animation: knobTurn 3.4s ease-in-out infinite alternate;
}

.show-list {
    display: grid;
    gap: 12px;
}

.show-list div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 6px 18px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.07);
    transition: transform 180ms ease, background 180ms ease;
}

.show-list div:hover {
    background: rgba(255, 255, 255, 0.11);
    transform: translateX(8px);
}

.show-list span {
    grid-row: span 2;
    color: var(--acid);
    font-weight: 900;
}

.show-list strong {
    font-size: 1.14rem;
}

.show-list p {
    margin-bottom: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-auto-rows: 210px;
    gap: 14px;
}

.gallery-tile {
    position: relative;
    min-height: 180px;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 138, 31, 0.22), rgba(124, 58, 237, 0.12) 58%, rgba(5, 5, 5, 0.24)),
        radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255, 176, 0, 0.24), transparent 12rem),
        var(--tile-image) center / cover no-repeat;
    background-color: var(--tile-b);
    transition: transform 220ms ease, filter 220ms ease;
}

.gallery-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 247, 237, 0.07) 0 1px, transparent 1px 22px),
        linear-gradient(to top, rgba(5, 3, 13, 0.72), transparent 58%);
    opacity: 0.58;
}

.gallery-tile::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 28%;
    height: 44%;
    border-radius: 999px;
    background: rgba(255, 138, 31, 0.18);
    filter: blur(26px);
    animation: lightSweep 3.6s ease-in-out infinite alternate;
}

.gallery-tile:hover {
    filter: saturate(1.18);
    transform: translateY(-6px) scale(1.01);
}

.gallery-tile figcaption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 2;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.tile-one {
    grid-row: span 2;
    --tile-a: #ff8a1f;
    --tile-b: #180922;
    --tile-image: url("../images/gallery-main-floor.jpg");
}

.tile-two {
    --tile-a: #a855f7;
    --tile-b: #201008;
    --tile-image: url("../images/gallery-private-party.jpg");
}

.tile-three {
    grid-column: span 2;
    --tile-a: #ffb000;
    --tile-b: #16081f;
    --tile-image: url("../images/gallery-festival-drop.jpg");
}

.tile-four {
    --tile-a: #7c3aed;
    --tile-b: #1e0c05;
    --tile-image: url("../images/gallery-after-dark.jpg");
}

.booking-section {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
    gap: clamp(22px, 5vw, 72px);
    padding-top: 72px;
}

.booking-copy {
    position: sticky;
    top: 120px;
}

.booking-form {
    display: grid;
    gap: 16px;
    padding: clamp(18px, 4vw, 30px);
}

.booking-form label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-weight: 700;
}

.booking-form input,
.booking-form select {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0 14px;
    color: var(--text);
    background: rgba(0, 0, 0, 0.28);
    outline: none;
}

.booking-form input:focus,
.booking-form select:focus {
    border-color: var(--acid);
    box-shadow: 0 0 0 4px rgba(255, 138, 31, 0.16);
}

.booking-form option {
    color: #050505;
}

.form-note {
    min-height: 24px;
    margin: 0;
    color: var(--acid);
    font-weight: 700;
}

.site-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 26px max(16px, calc((100vw - 1180px) / 2));
    border-top: 1px solid var(--line);
    color: var(--muted);
    background: rgba(0, 0, 0, 0.48);
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: var(--acid);
    font-weight: 800;
}

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 18;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #050505;
    background: linear-gradient(135deg, var(--acid), var(--amber) 48%, var(--aqua));
    box-shadow: 0 18px 45px rgba(255, 138, 31, 0.28), 0 0 0 0 rgba(168, 85, 247, 0.28);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px) scale(0.92);
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.back-to-top::before,
.back-to-top::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: inherit;
    border: 1px solid rgba(255, 138, 31, 0.42);
    opacity: 0;
    transform: scale(0.78);
    pointer-events: none;
}

.back-to-top::after {
    inset: -13px;
    border-color: rgba(168, 85, 247, 0.34);
    animation-delay: 0.35s;
}

.back-to-top span {
    position: relative;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
    transform: translateY(4px) rotate(45deg);
    transition: transform 180ms ease;
}

.back-to-top:hover,
.back-to-top:focus-visible {
    filter: saturate(1.18);
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 22px 70px rgba(255, 138, 31, 0.34), 0 0 34px rgba(168, 85, 247, 0.22);
}

.back-to-top:hover span,
.back-to-top:focus-visible span {
    transform: translateY(-1px) rotate(45deg);
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    animation: topButtonFloat 2.4s ease-in-out infinite;
}

.back-to-top.visible::before,
.back-to-top.visible::after {
    animation: topButtonRing 1.9s ease-out infinite;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes beatPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes audioBars {
    0% { transform: scaleY(0.42); }
    100% { transform: scaleY(1); }
}

@keyframes miniBars {
    0% { height: 16px; }
    100% { height: 52px; }
}

@keyframes trackMove {
    to { transform: translateX(24%); }
}

@keyframes ticker {
    to { transform: translateX(-50%); }
}

@keyframes knobGlow {
    to {
        box-shadow: 0 0 58px rgba(255, 138, 31, 0.26), 0 0 80px rgba(124, 58, 237, 0.2);
        transform: scale(1.025);
    }
}

@keyframes knobTurn {
    to { transform: translateX(-50%) rotate(64deg); }
}

@keyframes lightSweep {
    to {
        transform: translateX(24%) rotate(-6deg);
        opacity: 0.76;
    }
}

@keyframes topButtonFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -5px; }
}

@keyframes topButtonRing {
    0% {
        opacity: 0;
        transform: scale(0.76);
    }
    25% {
        opacity: 0.85;
    }
    100% {
        opacity: 0;
        transform: scale(1.22);
    }
}

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

@media (max-width: 900px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: fixed;
        inset: 78px 16px auto;
        display: grid;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: rgba(5, 5, 5, 0.94);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .menu-open .nav-links {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .hero,
    .sound-grid,
    .show-layout,
    .booking-section {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 118px;
    }

    .hero-orbit {
        inset: 12% auto auto 22%;
        width: 80vw;
    }

    .visualizer {
        height: 210px;
    }

    .booking-copy {
        position: static;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tile-one,
    .tile-three {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 560px) {
    .topbar {
        top: 10px;
        width: calc(100% - 20px);
    }

    .brand span:last-child {
        display: none;
    }

    .hero {
        width: min(100% - 22px, 1180px);
        padding-bottom: 52px;
    }

    h1 {
        font-size: clamp(4.2rem, 28vw, 7rem);
    }

    h2 {
        font-size: 2.28rem;
    }

    .hero-actions,
    .site-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .sound-grid {
        gap: 12px;
    }

    .mix-card {
        min-height: 280px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .tile-one,
    .tile-three {
        grid-column: auto;
    }

    .section,
    .booking-section {
        width: min(100% - 22px, 1180px);
    }
}
