* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #05060a;
    color: #f7f7fa;
    font-family: Montserrat, Arial, sans-serif;
    overflow-x: hidden
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .04;
    z-index: 100;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}

.site-header {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.logo {
    font-weight: 900;
    font-size: 1.45rem;
    letter-spacing: -1px;
    text-decoration: none;
    color: white
}

.logo span {
    font-style: italic
}

.desktop-nav {
    display: flex;
    gap: 28px
}

.desktop-nav a {
    font-size: 10px;
    letter-spacing: 1.2px;
    font-weight: 800;
    color: #aeb0ba;
    text-decoration: none
}

.desktop-nav a:hover,
.desktop-nav .active {
    color: #fff
}

.desktop-nav .active:after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #2ff0db;
    margin-top: 8px
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px
}

.mode-toggle {
    border: 0;
    border-radius: 24px;
    padding: 11px 16px;
    background: linear-gradient(90deg, #3d27a9, #7443f5);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px
}

.menu-toggle {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    display: none
}

.menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0
}

.hero {
    height: 100vh;
    min-height: 720px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-bg,
.cta-bg {
    position: absolute;
    inset: 0;
    /* IMAGE/STYLE: Replace the image URL in this rule if you want your own photo. */
    background-image: linear-gradient(90deg, rgba(3, 5, 15, .85), rgba(3, 5, 15, .1)), url('../assets/images/hintergrund.png');
    background-size: cover;
    background-position: center
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 65% 65%, rgba(76, 28, 255, .4), transparent 30%), linear-gradient(0deg, rgba(2, 5, 12, .85), transparent 50%)
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 6vw;
    margin-top: 80px
}

.eyebrow {
    font: 10px "DM Mono", monospace;
    letter-spacing: 5px;
    color: #c8cad5
}

.hero h1,
.page-hero h1,
h1 {
    font-size: clamp(5rem, 13vw, 12rem);
    line-height: .72;
    margin: 25px 0 25px;
    font-weight: 900;
    letter-spacing: -.09em
}

.hero h1 em,
.page-hero h1 em,
h1 em {
    font-family: "Permanent Marker", cursive;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.04em
}

.hero-tagline {
    font-size: clamp(1rem, 1.7vw, 1.45rem);
    letter-spacing: 7px;
    font-weight: 700;
    line-height: 1.5
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 23px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 900;
    transition: .25s
}

.btn-light {
    background: #fff;
    color: #07070b
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25)
}

.scroll-hint {
    position: absolute;
    z-index: 2;
    right: 5vw;
    bottom: 38px;
    font: 9px "DM Mono";
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.scroll-hint span {
    font-size: 20px;
    text-align: center
}

.orb-1,
.orb-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: .4
}

.orb-1 {
    width: 400px;
    height: 400px;
    background: #bd00ff;
    right: -150px;
    top: 100px
}

.orb-2 {
    width: 280px;
    height: 280px;
    background: #00e5ff;
    right: 30%;
    bottom: -100px
}

.section-pad {
    padding: 100px 6vw
}

.sound {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 4vw;
    background: #07080d
}

.section-intro h2,
.section-title-row h2,
.latest h2,
.cta h2,
.inner-page h1 {
    font-size: clamp(2.7rem, 5vw, 5.6rem);
    line-height: .92;
    margin: 20px 0;
    font-weight: 900;
    letter-spacing: -.06em
}

.section-intro h2 em,
.section-title-row h2 em,
.latest h2 em,
.cta h2 em {
    font-family: "Permanent Marker";
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(90deg, #ff3078, #ff9b2f);
    -webkit-background-clip: text;
    color: transparent
}

.section-intro>p:not(.eyebrow) {
    max-width: 480px;
    color: #b8bbc5;
    font-size: 13px;
    line-height: 1.7
}

.genre-list {
    font: 10px "DM Mono";
    letter-spacing: 1.4px;
    line-height: 2;
    margin: 28px 0;
    color: #d9dbe2
}

.genre-list span {
    color: #7b39ff;
    margin: 0 8px
}

.text-link {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 800
}

.portrait-card {
    min-height: 550px;
    position: relative;
    background: linear-gradient(135deg, #11152a, #05060a);
    overflow: hidden
}

.portrait {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent), url('../assets/images/kai.jpg');
    background-size: cover;
    background-position: center
}

.portrait-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #a100ff;
    filter: blur(90px);
    opacity: .5;
    z-index: 1;
    left: 20%;
    top: 30%
}

.quote-card {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 38%;
    min-height: 60%;
    padding: 50px 25px;
    background: linear-gradient(145deg, #38219b, #120e38);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quote-card p {
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1.8
}

.quote-card strong {
    text-align: center;
    font-family: "Permanent Marker";
    font-size: 22px
}

.wave-mini {
    height: 70px;
    background: repeating-linear-gradient(90deg, transparent 0 5px, #f43ad4 6px 8px, transparent 9px 13px);
    mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent)
}

.latest {
    display: grid;
    grid-template-columns: 1.3fr .65fr .5fr;
    gap: 40px;
    background: linear-gradient(180deg, #05070d, #080b12);
    align-items: center
}

.player {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px
}

.play {
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #20e3d0;
    color: #04100f;
    cursor: pointer
}

.player-track {
    height: 2px;
    background: #28303b;
    flex: 1;
    position: relative;
    overflow: hidden
}

.progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #19ebdb, #8b42ff);
    transition: width 1.5s linear
}

.time {
    font: 10px "DM Mono";
    color: #999
}

.mix-cover,
.release-art {
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(16, 20, 40, .1), rgba(243, 54, 130, .4)), url('../assets/images/dj.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    position: relative
}

.mix-cover strong {
    font-size: clamp(1.5rem, 3vw, 3rem);
    line-height: .9
}

.mix-cover em {
    color: #ff97dc;
    font-family: "Permanent Marker";
    font-size: 1.2rem
}

.cover-logo {
    position: absolute;
    top: 22px;
    right: 22px;
    font-weight: 900
}

.listen-on a {
    display: block;
    color: #c5c7d0;
    text-decoration: none;
    margin: 17px 0;
    font-size: 12px
}

.events-preview {
    border-top: 1px solid #18202a
}

.section-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 45px
}

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

.event-card {
    border: 1px solid #28303a;
    background: #0a0d14;
    min-height: 330px
}

.event-photo {
    height: 180px;
    background-size: cover;
    background-position: center
}

.city-zurich .event-photo {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/dj4.jpg')
}

.city-miami .event-photo {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/')
}

.city-sxm .event-photo {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/')
}

.olten .event-photo {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/olten.jpg')
}
.event-info {
    padding: 18px
}

.event-info h3 {
    margin: 0;
    font-size: 1.6rem
}

.event-info p {
    margin: 8px 0;
    font-size: 12px
}

.event-info small {
    color: #9ea2ae
}

.event-info a {
    display: inline-block;
    margin-top: 18px;
    border: 1px solid #4b5563;
    padding: 9px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 9px
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr 1.4fr .9fr 1.1fr;
    gap: 8px
}

.g {
    height: 260px;
    background-size: cover;
    background-position: center
}

.g1 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/27.jpg')
}

.g2 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/14.jpg')
}

.g3 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/12.jpg')
}

.g4 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/4.jpg')
}

.g5 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/19.jpg')
}

.cta {
    min-height: 460px;
    position: relative;
    display: flex;
    align-items: center
}

.cta-bg {
    /* IMAGE/STYLE: Replace the image URL in this rule if you want your own photo. */
    background-image: linear-gradient(90deg, rgba(5, 5, 15, .5), rgba(5, 5, 15, .85)), url('../assets/images/hintergrund4.jpeg')
}

.cta-content {
    position: relative;
    padding: 70px 6vw;
    max-width: 750px
}

.cta-content p {
    color: #c5c8d0;
    font-size: 12px;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 30px
}

footer {
    padding: 45px 6vw;
    background: #05060a;
    border-top: 1px solid #222832
}

.footer-top,
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.socials {
    display: flex;
    gap: 18px
}

.socials a {
    color: white;
    text-decoration: none;
    font-size: 20px
}

.footer-bottom {
    margin-top: 35px;
    font: 8px "DM Mono";
    letter-spacing: 1px;
    color: #8f949f
}

.inner-page {
    padding-top: 82px
}

.page-hero {
    padding: 120px 6vw 80px;
    min-height: 430px;
    background: radial-gradient(circle at 75% 20%, rgba(119, 48, 255, .35), transparent 28%), linear-gradient(135deg, #070912, #06060b)
}

.page-hero h1 {
    font-size: clamp(4rem, 10vw, 10rem);
    margin-bottom: 20px
}

.page-hero>p:last-child {
    max-width: 560px;
    color: #aeb2bd;
    line-height: 1.7
}

.release-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.release {
    border: 1px solid #252b34;
    padding: 16px;
    background: #0a0c12
}

.release.featured {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 35px;
    align-items: center
}

.release h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    margin: 10px 0
}

.release h3 {
    font-size: 1.4rem
}

.release p {
    font: 10px "DM Mono";
    color: #aeb2bd
}

.release em {
    font-family: "Permanent Marker";
    color: #61f3cf
}

.art-2 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url('../assets/images/hintergrund4.jpeg')
}

.art-3 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1506157786151-b8491531f063?auto=format&fit=crop&w=700&q=80")
}

.art-4 {
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1571266028243-d220c9c3b3c8?auto=format&fit=crop&w=700&q=80")
}

.small-play {
    background: none;
    border: 1px solid #4d5664;
    color: #fff;
    padding: 10px 14px;
    font-size: 10px
}

.tour-list {
    padding-top: 20px
}

.tour-row {
    display: grid;
    grid-template-columns: 90px 1.5fr 1fr 110px;
    align-items: center;
    border-top: 1px solid #272d37;
    padding: 26px 0;
    gap: 20px
}

.date {
    font-size: 2rem;
    font-weight: 900;
    line-height: .8
}

.date small {
    font: 10px "DM Mono";
    letter-spacing: 2px
}

.tour-city {
    font-size: clamp(1.5rem, 4vw, 3.5rem);
    font-weight: 900
}

.tour-place {
    color: #aaa;
    font-size: 12px
}

.tour-row a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    border: 1px solid #47505b;
    padding: 12px
}

.masonry {
    columns: 3 260px;
    column-gap: 14px
}

.m {
    break-inside: avoid;
    margin-bottom: 14px;
    background-size: cover;
    background-position: center
}

.m1 {
    height: 390px;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=900&q=80")
}

.m2 {
    height: 260px;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1514525253161-7a46d19cd819?auto=format&fit=crop&w=900&q=80")
}

.m3 {
    height: 450px;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?auto=format&fit=crop&w=900&q=80")
}

.m4 {
    height: 320px;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1506157786151-b8491531f063?auto=format&fit=crop&w=900&q=80")
}

.m5 {
    height: 420px;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1524368535928-5b5e00ddc76b?auto=format&fit=crop&w=900&q=80")
}

.m6 {
    height: 280px;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=900&q=80")
}

.m7 {
    height: 380px;
    /* IMAGE PLACEHOLDER: Replace the URL below with your own image (e.g. ../assets/images/your-photo.jpg). */
    background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80")
}

/* =========================================
   ABOUT PAGE
========================================= */

.about-layout {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: clamp(40px, 7vw, 120px);
    align-items: start;

    max-width: 1500px;
    margin: 0 auto;

    min-height: 80vh;
    padding-top: 110px;
    padding-bottom: 110px;
}


/* =========================================
   ABOUT IMAGE
========================================= */

.about-photo {
    position: sticky;
    top: 120px;

    width: 100%;
    min-height: 680px;

    border-radius: 4px;

    background-image:
        linear-gradient(180deg,
            rgba(5, 6, 10, .05),
            rgba(5, 6, 10, .55)),
        url('../assets/images/kai.jpg');

    background-size: cover;
    background-position: center;

    overflow: hidden;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .45);

    border: 1px solid rgba(255, 255, 255, .06);
}


/* Pink Glow hinter dem Bild */

.about-photo::after {
    content: "";

    position: absolute;
    inset: auto -30px -30px auto;

    width: 180px;
    height: 180px;

    background: var(--pink);

    filter: blur(90px);
    opacity: .25;

    pointer-events: none;
}


/* =========================================
   ABOUT HEADING
========================================= */

.about-layout .eyebrow {
    margin: 0 0 18px;

    font-size: 9px;

    letter-spacing: 4px;

    color: var(--pink);

    font-family: "DM Mono", monospace;
}


/* NUR ABOUT ÜBERSCHRIFT */

.about-layout h1 {
    font-size: clamp(3.2rem, 5vw, 6rem) !important;

    line-height: .88;

    margin: 0 0 45px;

    letter-spacing: -.07em;

    max-width: 750px;
}


/* Marker Text */

.about-layout h1 em {
    color: var(--pink);

    font-family: "Permanent Marker", cursive;

    font-style: normal;

    letter-spacing: -.03em;
}


/* =========================================
   ABOUT TEXT
========================================= */

.about-layout .lead {
    max-width: 680px;

    font-size: clamp(.88rem, 1vw, 1rem);

    line-height: 1.85;

    color: #aeb2bc;

    font-weight: 500;
}


/* Jeder Absatz */

.about-layout .lead p {
    margin: 0 0 22px;

    max-width: 650px;

    color: #aeb2bc;

    line-height: 1.85;
}


/* Der letzte Absatz */

.about-layout .lead p:last-child {
    margin-bottom: 0;
}


/* =========================================
   WICHTIGE TEXTSTELLEN
========================================= */

.about-layout .lead strong {
    color: #ffffff;

    font-weight: 800;
}


/* =========================================
   SPEZIELLE "JETZT ODER NIE" STYLE
========================================= */

.about-layout .lead p strong {
    color: #fff;
}


/* =========================================
   QUOTE / ABSCHLUSS
========================================= */

/* Der zweitletzte Absatz */

.about-layout .lead p:nth-last-child(2) {
    margin-top: 40px;

    padding: 24px 0;

    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);

    font-family: "Permanent Marker", cursive;

    font-size: 1.2rem;

    color: var(--pink);

    line-height: 1.5;
}


/* Your DJ XENON */

.about-layout .lead p:last-child {
    margin-top: 25px;

    font-family: "DM Mono", monospace;

    font-size: 10px;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: var(--pink);
}


/* =========================================
   STATS
========================================= */

.about-layout .stat-row {
    display: flex;

    align-items: stretch;

    gap: 0;

    margin-top: 55px;

    border-top: 1px solid rgba(255, 255, 255, .1);

    padding-top: 30px;
}


.about-layout .stat-row div {
    display: flex;

    flex-direction: column;

    padding-right: 45px;

    margin-right: 45px;

    border-right: 1px solid rgba(255, 255, 255, .1);
}


/* Letzte Statistik */

.about-layout .stat-row div:last-child {
    border-right: none;

    margin-right: 0;
}


/* Zahl */

.about-layout .stat-row strong {
    font-size: clamp(2.2rem, 3vw, 3.5rem);

    line-height: 1;

    font-weight: 900;

    color: var(--pink);

    letter-spacing: -.05em;
}


/* Beschreibung */

.about-layout .stat-row span {
    margin-top: 10px;

    font-family: "DM Mono", monospace;

    font-size: 9px;

    letter-spacing: 2px;

    color: #8f96a3;
}


/* =========================================
   ABOUT CONTENT ANIMATION
========================================= */

.about-layout>div:last-child {
    position: relative;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

    .about-layout {
        grid-template-columns: 1fr;

        gap: 45px;

        padding-top: 60px;
        padding-bottom: 70px;
    }


    /* Bild */

    .about-photo {
        position: relative;

        top: auto;

        min-height: 430px;

        background-position: center top;
    }


    /* Heading */

    .about-layout h1 {
        font-size: clamp(3rem, 13vw, 5rem) !important;

        margin-bottom: 32px;

        line-height: .9;
    }


    /* Text kleiner auf Mobile */

    .about-layout .lead {
        font-size: .88rem;

        line-height: 1.8;
    }


    .about-layout .lead p {
        margin-bottom: 20px;

        line-height: 1.8;
    }


    /* Stats */

    .about-layout .stat-row {
        margin-top: 40px;

        padding-top: 25px;

        gap: 0;
    }


    .about-layout .stat-row div {
        padding-right: 25px;

        margin-right: 25px;
    }


    .about-layout .stat-row strong {
        font-size: 2.3rem;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .about-layout {
        gap: 35px;
    }


    .about-photo {
        min-height: 360px;
    }


    .about-layout .eyebrow {
        letter-spacing: 3px;

        font-size: 8px;
    }


    .about-layout h1 {
        font-size: 3.1rem !important;
    }


    .about-layout .lead {
        font-size: .84rem;
    }


    .about-layout .lead p {
        line-height: 1.75;
    }


    .about-layout .stat-row div {
        padding-right: 18px;

        margin-right: 18px;
    }


    .about-layout .stat-row strong {
        font-size: 2rem;
    }


    .about-layout .stat-row span {
        font-size: 8px;

        letter-spacing: 1px;
    }

}
.booking-form {
    background: #0b0d14;
    border: 1px solid #252c36;
    padding: 35px;
    display: grid;
    gap: 18px
}

.booking-form label {
    font: 10px "DM Mono";
    letter-spacing: 1px;
    color: #aeb4c0;
    display: grid;
    gap: 8px
}

.booking-form input,
.booking-form textarea,
.booking-form select {
    width: 100%;
    background: #07080d;
    border: 1px solid #303743;
    color: #fff;
    padding: 14px;
    font: 14px Montserrat
}

.booking-form textarea {
    resize: vertical
}

.btn-gradient {
    border: 0;
    background: linear-gradient(90deg, #ff4c92, #8748ff, #17d9d0);
    color: #fff
}

.form-status {
    min-height: 18px;
    font-size: 11px;
    color: #54efd6
}

body.xenon-mode {
    background: #090411
}

.xenon-mode .hero-overlay {
    background: radial-gradient(circle at 60% 55%, rgba(255, 0, 184, .55), transparent 30%), radial-gradient(circle at 85% 20%, rgba(0, 242, 255, .35), transparent 25%)
}

.xenon-mode .mode-toggle {
    background: linear-gradient(90deg, #ff1787, #ff7b00)
}

.xenon-mode .noise {
    opacity: .08
}

@media(max-width:850px) {
    .desktop-nav {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .mode-toggle {
        font-size: 8px;
        padding: 9px 10px
    }

    .site-header {
        padding: 0 20px
    }

    .hero {
        min-height: 650px
    }

    .sound,
    .latest,
    .about-layout,
    .booking-layout {
        grid-template-columns: 1fr
    }

    .quote-card {
        width: 45%;
        min-height: 45%
    }

    .latest {
        gap: 25px
    }

    .event-grid {
        grid-template-columns: 1fr
    }

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

    .gallery-grid .g {
        height: 190px
    }

    .footer-bottom {
        gap: 20px;
        flex-wrap: wrap
    }

    .release-grid {
        grid-template-columns: 1fr
    }

    .release.featured {
        grid-column: span 1;
        grid-template-columns: 1fr
    }

    .tour-row {
        grid-template-columns: 65px 1fr
    }

    .tour-place,
    .tour-row a {
        grid-column: 2
    }

    .section-title-row {
        gap: 25px;
        flex-direction: column
    }

    .page-hero {
        padding-top: 90px
    }

    .hero-content {
        padding: 0 20px
    }

    .section-pad {
        padding: 70px 20px
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .hero h1 {
        font-size: 5rem
    }

    .hero-tagline {
        letter-spacing: 4px
    }

    .about-photo {
        min-height: 430px
    }
}

/* Pink-only premium variant */
:root {
    --pink: #ff3f9f;
    --pink2: #ff77bd
}

body {
    cursor: auto !important
}

a,
button,
input,
select,
textarea {
    cursor: pointer
}

.mode-toggle {
    display: none !important
}

.site-header {
    background: rgba(5, 6, 10, .82);
    backdrop-filter: blur(14px);
    position: fixed
}

.desktop-nav .active:after {
    background: var(--pink)
}

.hero-overlay {
    background: radial-gradient(circle at 65% 65%, rgba(255, 47, 139, .42), transparent 30%), linear-gradient(0deg, rgba(2, 5, 12, .85), transparent 50%)
}

.hero h1,
.page-hero h1 {
    font-size: clamp(4.2rem, 10vw, 9rem) !important
}

.section-intro h2,
.section-title-row h2,
.latest h2,
.cta h2,
.inner-page h1 {
    font-size: clamp(2.3rem, 4.3vw, 4.7rem) !important
}

.hero h1 em,
.page-hero h1 em {
    color: var(--pink)
}

.section-intro h2 em,
.section-title-row h2 em,
.latest h2 em,
.cta h2 em {
    background: linear-gradient(90deg, #ff2f8d, #ff9acb);
    -webkit-background-clip: text;
    color: transparent
}

.orb-1,
.portrait-glow {
    background: #ff1685 !important
}

.orb-2 {
    background: #ff71b7 !important
}

.genre-list span {
    color: var(--pink)
}

.play {
    background: var(--pink);
    color: #fff
}

.progress {
    background: linear-gradient(90deg, #ff2f8d, #ff9acb)
}

.btn-gradient {
    background: linear-gradient(90deg, #ff2f8d, #ff77bd)
}

.quote-card {
    background: linear-gradient(145deg, #8b124d, #240b1c)
}

.xenon-mode .hero-overlay {
    background: radial-gradient(circle at 60% 55%, rgba(255, 0, 120, .55), transparent 30%)
}

/* image cards for added pages */
.page-image {
    height: 360px;
    background-size: cover;
    background-position: center;
    margin: 0 6vw 50px;
    border: 1px solid #34303a
}

.img-eq {
    /* IMAGE/STYLE: Replace the image URL in this rule if you want your own photo. */
    background-image: linear-gradient(0deg, rgba(255, 35, 135, .22), rgba(0, 0, 0, .1)), url('https://images.unsplash.com/photo-1571266028243-d220c9c3b3c8?auto=format&fit=crop&w=1600&q=85')
}

.img-events {
    /* IMAGE/STYLE: Replace the image URL in this rule if you want your own photo. */
    background-image: linear-gradient(0deg, rgba(255, 35, 135, .22), rgba(0, 0, 0, .1)), url('https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?auto=format&fit=crop&w=1600&q=85')
}

.equipment-list {
    padding: 0 6vw 100px
}

.equipment-item {
    display: grid;
    grid-template-columns: 90px 1fr 170px;
    gap: 24px;
    padding: 30px 0;
    border-bottom: 1px solid #2c3038;
    align-items: center
}

.equipment-item b {
    font: 11px 'DM Mono';
    color: var(--pink)
}

.equipment-item h2 {
    margin: 0;
    font-size: clamp(1.4rem, 3vw, 2.7rem)
}

.equipment-item p {
    color: #aaa;
    font-size: 12px
}

.event-card .event-photo {
    height: 240px
}

@media(max-width:850px) {
    .equipment-item {
        grid-template-columns: 60px 1fr
    }

    .equipment-item b {
        grid-column: 2
    }

    .page-image {
        height: 240px
    }
}

/* ===== PROFESSIONAL FINISH ===== */
html {
    scroll-behavior: smooth
}

body {
    min-width: 320px
}

.desktop-nav.mobile-open {
    display: flex !important;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 18px 20px;
    background: #090a10;
    border-bottom: 1px solid #252b34;
    gap: 18px
}

.menu-toggle {
    background: transparent;
    border: 0
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px 0
}

.menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg)
}

.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg)
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--pink);
    outline-offset: 3px
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto
}

.skip-link:focus {
    left: 16px;
    top: 16px;
    z-index: 9999;
    background: #fff;
    color: #000;
    padding: 10px
}

.event-card {
    transition: transform .25s ease, border-color .25s ease
}

.event-card:hover {
    transform: translateY(-4px);
    border-color: var(--pink)
}

.site-header {
    z-index: 1000
}

.site-header a {
    white-space: nowrap
}

.form-status {
    line-height: 1.5
}

.image-note {
    font: 10px 'DM Mono';
    color: #858b96;
    letter-spacing: .08em;
    margin-top: 8px
}

@media(max-width:850px) {
    .desktop-nav.mobile-open {
        display: flex !important
    }

    .desktop-nav.mobile-open a {
        font-size: 12px
    }

    .footer-top {
        gap: 25px;
        flex-wrap: wrap
    }
}

/* =========================================
   EQUIPMENT BILDER
   Diesen Code ganz unten in style.css einfügen
========================================= */

.equipment-picture {
    width: 90px;
    height: 90px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 12px;

    transition: transform 0.3s ease;
}


/* ================= LAPTOP ================= */

.equipment-laptop .equipment-picture {
    background-image: url('../assets/images/laptop.png');
}


/* ================= CONTROLLER ================= */

.equipment-controller .equipment-picture {
    background-image: url('../assets/images/neuerpult.png');
}


/* ================= KOPFHÖRER ================= */

.equipment-headphones .equipment-picture {
    background-image: url('../assets/images/hörer.png');
}


/* ================= HOVER EFFEKT ================= */

.equipment-item:hover .equipment-picture {
    transform: scale(1.08);
}


/* ================= TEXT ================= */

.equipment-info b {
    display: block;
    margin-bottom: 8px;

    font: 11px "DM Mono", monospace;
    color: var(--pink);
}


.equipment-type {
    color: #aaa;
    font: 11px "DM Mono", monospace;
    letter-spacing: 1px;
    text-align: right;
}


/* ================= MOBILE ================= */

@media (max-width: 850px) {

    .equipment-picture {
        width: 60px;
        height: 60px;
    }


    .equipment-type {
        grid-column: 2;
        text-align: left;
    }

}

/* =========================================
   BOOKING PAGE — PREMIUM DESIGN
========================================= */

.booking-layout {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(420px, 1.15fr);
    gap: clamp(50px, 8vw, 130px);

    align-items: start;

    max-width: 1500px;
    margin: 0 auto;

    padding-top: 110px;
    padding-bottom: 110px;
}


/* =========================================
   LEFT CONTENT
========================================= */

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


.booking-content .eyebrow {
    color: var(--pink);
    margin-bottom: 18px;
}


/* HEADLINE */

.booking-content h1 {
    font-size: clamp(3.2rem, 5vw, 6rem) !important;

    line-height: .88;

    margin: 0 0 30px;

    letter-spacing: -.07em;
}


.booking-content h1 em {
    color: var(--pink);

    font-family: "Permanent Marker", cursive;

    font-style: normal;
}


/* INTRO TEXT */

.booking-intro {
    max-width: 520px;

    color: #aeb2bc;

    font-size: .95rem;

    line-height: 1.85;

    margin-bottom: 45px;
}


/* =========================================
   BOOKING DETAILS
========================================= */

.booking-details {
    display: grid;

    gap: 0;

    border-top:
        1px solid rgba(255, 255, 255, .1);

    max-width: 540px;
}


.booking-detail {
    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 18px;

    padding: 22px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, .08);
}


/* NUMBER */

.booking-number {
    font-family: "DM Mono", monospace;

    font-size: 10px;

    color: var(--pink);

    padding-top: 3px;
}


/* TITLE */

.booking-detail strong {
    display: block;

    font-size: 10px;

    letter-spacing: 1.5px;

    color: #fff;

    margin-bottom: 8px;
}


/* DESCRIPTION */

.booking-detail p {
    margin: 0;

    font-size: 12px;

    line-height: 1.7;

    color: #858b96;
}


/* =========================================
   EVENT TAGS
========================================= */

.booking-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 35px;

    max-width: 550px;
}


.booking-tags span {
    padding: 9px 12px;

    border:
        1px solid rgba(255, 255, 255, .12);

    font-family: "DM Mono", monospace;

    font-size: 8px;

    letter-spacing: 1px;

    color: #aeb2bc;

    transition:
        .25s ease;
}


.booking-tags span:hover {
    border-color: var(--pink);

    color: #fff;

    background:
        rgba(255, 63, 159, .08);
}


/* =========================================
   BOOKING FORM
========================================= */

.booking-form {
    position: relative;

    display: grid;

    gap: 20px;

    padding: clamp(28px, 4vw, 50px);

    background:
        linear-gradient(145deg,
            rgba(17, 18, 27, .95),
            rgba(8, 9, 14, .98));

    border:
        1px solid rgba(255, 255, 255, .1);

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .35);

    overflow: hidden;
}


/* PINK GLOW */

.booking-form::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    top: -150px;
    right: -100px;

    border-radius: 50%;

    background: var(--pink);

    filter: blur(100px);

    opacity: .12;

    pointer-events: none;
}


/* =========================================
   FORM HEADER
========================================= */

.form-header {
    position: relative;

    margin-bottom: 15px;
}


.form-header>span {
    display: block;

    font-family: "DM Mono", monospace;

    font-size: 9px;

    letter-spacing: 2px;

    color: var(--pink);

    margin-bottom: 15px;
}


.form-header h2 {
    margin: 0 0 12px;

    font-size: clamp(1.7rem, 3vw, 2.5rem);

    letter-spacing: -.04em;
}


.form-header p {
    max-width: 480px;

    margin: 0;

    font-size: 12px;

    line-height: 1.7;

    color: #858b96;
}


/* =========================================
   FORM ROW
========================================= */

.form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 14px;
}


/* =========================================
   LABELS
========================================= */

.booking-form label {
    display: grid;

    gap: 9px;

    font-family: "DM Mono", monospace;

    font-size: 9px;

    letter-spacing: 1.3px;

    color: #9da3af;
}


/* =========================================
   INPUTS
========================================= */

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;

    border:
        1px solid rgba(255, 255, 255, .1);

    background:
        rgba(4, 5, 9, .7);

    color: #fff;

    padding: 15px 16px;

    font-family:
        "Montserrat",
        Arial,
        sans-serif;

    font-size: 12px;

    outline: none;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


/* PLACEHOLDER */

.booking-form input::placeholder,
.booking-form textarea::placeholder {
    color: #626873;
}


/* FOCUS */

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    border-color: var(--pink);

    background:
        rgba(10, 10, 16, .95);

    box-shadow:
        0 0 0 3px rgba(255, 63, 159, .08);
}


/* SELECT */

.booking-form select {
    cursor: pointer;
}


/* DATE */

.booking-form input[type="date"] {
    color-scheme: dark;
}


/* TEXTAREA */

.booking-form textarea {
    resize: vertical;

    min-height: 150px;

    line-height: 1.7;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.booking-submit {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 17px 22px;

    margin-top: 5px;

    border: none;

    cursor: pointer;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.booking-submit:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(255, 63, 159, .25);
}


/* ARROW */

.button-arrow {
    font-size: 18px;

    transition:
        transform .25s ease;
}


.booking-submit:hover .button-arrow {
    transform:
        translateX(5px);
}


/* =========================================
   FORM STATUS
========================================= */

.form-status {
    margin: 0;

    font-size: 11px;

    line-height: 1.6;

    color: #61f3cf;
}


/* =========================================
   FORM NOTE
========================================= */

.form-note {
    margin: 0;

    text-align: center;

    font-family: "DM Mono", monospace;

    font-size: 8px;

    line-height: 1.6;

    letter-spacing: .5px;

    color: #656b76;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

    .booking-layout {
        grid-template-columns: 1fr;

        gap: 55px;

        padding-top: 65px;

        padding-bottom: 75px;
    }


    .booking-content {
        position: relative;

        top: auto;
    }


    .booking-content h1 {
        font-size:
            clamp(3rem, 13vw, 5rem) !important;
    }


    .booking-intro {
        font-size: .9rem;
    }


    .booking-form {
        padding: 28px 22px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 550px) {

    .form-row {
        grid-template-columns: 1fr;
    }


    .booking-detail {
        grid-template-columns: 35px 1fr;

        gap: 12px;
    }


    .booking-tags span {
        font-size: 7px;

        padding: 8px 9px;
    }


    .booking-form {
        padding: 25px 18px;
    }


    .booking-form input,
    .booking-form select,
    .booking-form textarea {
        padding: 14px;
    }

}
/* =========================================
   SUBTILE SCROLL- & INTERAKTIONSEFFEKTE
========================================= */
html { scroll-behavior: smooth; }
.site-header { transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease, transform .3s ease; }
.site-header.is-scrolled { background: rgba(8, 9, 12, .86); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.reveal-left { transform: translateX(-34px); }
.reveal.reveal-right { transform: translateX(34px); }
.reveal.is-visible { opacity: 1; transform: translate(0,0); }
.event-card, .portrait-card, .mix-cover, .gallery-grid .g { transition: transform .35s ease, box-shadow .35s ease, filter .35s ease; }
.event-card:hover { transform: translateY(-7px); }
.portrait-card:hover, .mix-cover:hover { transform: translateY(-5px) scale(1.01); }
.gallery-grid .g:hover { transform: scale(1.025); filter: brightness(1.08); }
.btn { transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
