/* ===========================================================
   EMSR MASTER STYLE - FULL FILE
   BRAND FIX: RECORDS gleiche Schrift + nicht fett + bündig
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap');

:root {
    --neon-yellow: #ffff00;
    --record-red: #ff1a2f;
    --white: #ffffff;
    --black: #000000;

    --nav-bg: rgba(0, 0, 0, 0.78);
    --nav-border: rgba(255, 255, 255, 0.10);

    --btn-bg: rgba(0, 0, 0, 0.88);
    --btn-border: rgba(255, 255, 255, 0.16);
    --btn-border-hover: rgba(255, 255, 255, 0.34);
    --btn-text: #ffffff;
    --btn-active-line: #ffff00;

    --social-bg: rgba(0, 0, 0, 0.88);
    --social-border: rgba(255, 255, 255, 0.16);
    --social-hover-shadow: 0 0 18px rgba(255, 255, 255, 0.14);

    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.28);
    --shadow-neon: 0 0 15px rgba(255, 255, 0, 0.22);

    --radius-pill: 999px;
    --radius-card: 22px;
    --content-max: 1600px;

    --font-brand: "Arial Narrow", Arial, sans-serif;
    --font-ui: "Montserrat", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ===========================================================
   RESET
   =========================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html {
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-ui);
    color: var(--white);
    background: var(--emsr-wallpaper, url('../img/header.jpg')) no-repeat center center fixed !important;
    background-size: cover !important;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body::before,
body::after,
.god-rays,
.emsr-bg {
    display: none !important;
}

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

button,
input,
textarea,
select,
summary {
    font: inherit;
}

/* ===========================================================
   GLOBAL FONT RULES
   =========================================================== */
body,
p,
li,
span,
small,
strong,
em,
label,
input,
textarea,
select,
button,
table,
th,
td,
blockquote,
figcaption,
h3,
h4,
h5,
h6 {
    font-family: var(--font-ui);
    font-variant-ligatures: none;
}

h1,
h2,
.site-brand,
.brand-font,
.display-font,
.logo-text,
.hero-title,
.page-title,
.section-title {
    font-family: var(--font-brand);
}

.main-content,
.main-content p,
.main-content li,
.main-content span,
.main-content small,
.main-content strong,
.main-content em,
.main-content label,
.main-content input,
.main-content textarea,
.main-content select,
.main-content button {
    font-family: var(--font-ui) !important;
}

.artist-card,
.artist-card p,
.artist-card li,
.artist-card span,
.artist-card small,
.artist-card strong,
.artist-card em,
.artist-card label,
.artist-name,
.artist-title,
.artist-meta,
.artist-description,
.artist-bio,
.artist-info,
.artist-content,
.artist-copy,
.artist-links,
.artist-links a,
.artist-socials,
.artist-socials a,

.booking-page,
.booking-page p,
.booking-page li,
.booking-page span,
.booking-page small,
.booking-page strong,
.booking-page em,
.booking-page label,
.booking-page input,
.booking-page textarea,
.booking-page select,
.booking-page button,
.booking-card,
.booking-panel,
.booking-box,
.booking-form,
.booking-form *:not(i),
.booking-hero,
.booking-hero *:not(i),
.booking-intro,
.booking-copy,
.booking-copy *:not(i),

.emsr-footer,
.emsr-footer p,
.emsr-footer li,
.emsr-footer span,
.emsr-footer small,
.emsr-footer strong,
.emsr-footer em,
.emsr-footer a,
.emsr-footer-copytext,
.emsr-footer-links,
.emsr-footer-bottom {
    font-family: var(--font-ui) !important;
}

.display-font,
.brand-font {
    font-family: var(--font-brand) !important;
}

/* ===========================================================
   NAVBAR
   =========================================================== */
.emsr-navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 0;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--nav-border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.nav-wrap {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}

/* ===========================================================
   BRANDING
   =========================================================== */
.emsr-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    flex-shrink: 0;
}

.emsr-brand img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: block;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.22);
    flex-shrink: 0;
}

.emsr-brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: max-content;
    min-width: 0;
}

.emsr-brand .t1,
.emsr-brand .t2 {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    align-self: flex-start;
}

.emsr-brand .t1 {
    font-family: var(--font-brand) !important;
    color: var(--neon-yellow) !important;
    font-size: 34px;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 0.88;
}

.emsr-brand .t2 {
    font-family: var(--font-brand) !important;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    opacity: 0.98;
    line-height: 0.95;
    margin-top: -2px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    transform: none !important;
    width: auto !important;
}

/* ===========================================================
   MENU
   =========================================================== */
.emsr-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}

.emsr-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: var(--btn-text) !important;
    text-decoration: none !important;
    font-family: var(--font-ui);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;

    padding: 10px 16px 14px;
    border: 1.5px solid var(--btn-border) !important;
    border-radius: 18px;
    background: var(--btn-bg);
    box-shadow: var(--shadow-soft);

    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.emsr-nav a i {
    font-size: 13px;
    line-height: 1;
    opacity: 0.95;
}

.emsr-nav a::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease, background 0.25s ease;
}

.emsr-nav a:hover {
    color: var(--white) !important;
    border-color: var(--btn-border-hover) !important;
    background: rgba(0, 0, 0, 0.96);
    transform: translateY(-1px);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.03);
}

.emsr-nav a:hover::after {
    transform: scaleX(1);
    background: rgba(255, 255, 255, 0.35);
}

.emsr-nav a.active,
.emsr-nav a.is-active,
.emsr-nav a[aria-current="page"] {
    color: var(--white) !important;
    background: rgba(0, 0, 0, 0.98) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.30),
        0 0 16px rgba(255, 255, 0, 0.08);
}

.emsr-nav a.active::after,
.emsr-nav a.is-active::after,
.emsr-nav a[aria-current="page"]::after {
    transform: scaleX(1);
    background: var(--btn-active-line);
    box-shadow: var(--shadow-neon);
}

.emsr-nav a[href*="admin.php"] {
    color: #ffffff !important;
    border-color: rgba(255, 26, 47, 0.34) !important;
}

.emsr-nav a[href*="admin.php"]:hover {
    border-color: rgba(255, 26, 47, 0.55) !important;
}

.emsr-nav a[href*="admin.php"].active,
.emsr-nav a[href*="admin.php"].is-active,
.emsr-nav a[href*="admin.php"][aria-current="page"] {
    border-color: rgba(255, 26, 47, 0.55) !important;
}

.emsr-nav a[href*="admin.php"].active::after,
.emsr-nav a[href*="admin.php"].is-active::after,
.emsr-nav a[href*="admin.php"][aria-current="page"]::after {
    background: var(--record-red) !important;
    box-shadow: 0 0 14px rgba(255, 26, 47, 0.30);
}

/* ===========================================================
   RIGHT ACTIONS
   =========================================================== */
.emsr-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* ===========================================================
   SOCIALS
   =========================================================== */
.emsr-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.emsr-socials a {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1.5px solid var(--social-border);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 1;

    background: var(--social-bg);
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        background 0.25s ease;
}

.emsr-socials a::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
    pointer-events: none;
}

.emsr-socials a i {
    position: relative;
    z-index: 1;
}

.emsr-socials a:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: var(--social-hover-shadow);
    background: #050505;
}

.emsr-socials a[aria-label="Facebook"]:hover {
    color: #1877f2 !important;
    border-color: rgba(24, 119, 242, 0.55);
    box-shadow: 0 0 18px rgba(24, 119, 242, 0.20);
}

.emsr-socials a[aria-label="Instagram"]:hover {
    color: #e1306c !important;
    border-color: rgba(225, 48, 108, 0.55);
    box-shadow: 0 0 18px rgba(225, 48, 108, 0.20);
}

.emsr-socials a[aria-label="YouTube"]:hover {
    color: #ff0000 !important;
    border-color: rgba(255, 0, 0, 0.55);
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.20);
}

.emsr-socials a[aria-label="Mixcloud"]:hover {
    color: #5000ff !important;
    border-color: rgba(80, 0, 255, 0.50);
    box-shadow: 0 0 18px rgba(80, 0, 255, 0.18);
}

/* ===========================================================
   LANGUAGE DROPDOWN
   =========================================================== */
.emsr-language-dropdown {
    position: relative;
    flex-shrink: 0;
}

.emsr-language-dropdown details {
    position: relative;
}

.emsr-language-dropdown summary {
    list-style: none;
    cursor: pointer;
}

.emsr-language-dropdown summary::-webkit-details-marker {
    display: none;
}

.emsr-language-current {
    min-height: 42px;
    padding: 0 12px;
    border: 1.5px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(0,0,0,.88);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 18px rgba(0,0,0,.22);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.emsr-language-current:hover {
    border-color: rgba(255,255,255,.30);
    transform: translateY(-1px);
}

.emsr-language-current .lang-text {
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1;
}

.emsr-language-caret {
    font-size: 12px;
    opacity: .85;
}

.emsr-language-dropdown details[open] .emsr-language-caret {
    transform: rotate(180deg);
}

.emsr-language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 96px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(0,0,0,.96);
    box-shadow: 0 18px 38px rgba(0,0,0,.34);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10001;
}

.emsr-language-item {
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.emsr-language-item:hover {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.14);
    transform: translateX(1px);
}

.emsr-language-item.active {
    border-color: rgba(255,255,0,.24);
    background: rgba(255,255,0,.08);
}

.flag {
    width: 18px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,.12);
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flag-de {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Crect width='18' height='4' y='0' fill='%23000000'/%3E%3Crect width='18' height='4' y='4' fill='%23DD0000'/%3E%3Crect width='18' height='4' y='8' fill='%23FFCE00'/%3E%3C/svg%3E");
}

.flag-en {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Crect width='18' height='12' fill='%23012169'/%3E%3Cpath d='M0 0L18 12M18 0L0 12' stroke='%23FFF' stroke-width='3'/%3E%3Cpath d='M0 0L18 12M18 0L0 12' stroke='%23C8102E' stroke-width='1.5'/%3E%3Cpath d='M9 0V12M0 6H18' stroke='%23FFF' stroke-width='4'/%3E%3Cpath d='M9 0V12M0 6H18' stroke='%23C8102E' stroke-width='2'/%3E%3C/svg%3E");
}

/* ===========================================================
   PANELS / CARDS / BOXES
   =========================================================== */
.card,
.panel,
.glass-card,
.booking-card,
.booking-panel,
.booking-box,
.artist-card,
.info-card,
.form-card {
    background: rgba(0, 0, 0, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: var(--radius-card);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.booking-card h1,
.booking-card h2,
.booking-panel h1,
.booking-panel h2,
.booking-box h1,
.booking-box h2 {
    font-family: var(--font-ui) !important;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.booking-card p,
.booking-panel p,
.booking-box p,
.booking-form label,
.booking-form .help-text,
.booking-form .form-text {
    font-family: var(--font-ui) !important;
    line-height: 1.7;
}

/* ===========================================================
   FORMS
   =========================================================== */
input,
textarea,
select {
    background: rgba(8, 8, 8, 0.92);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    padding: 12px 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(255, 255, 0, 0.42);
    box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.10);
    background: rgba(5, 5, 5, 0.98);
}

button,
.btn,
input[type="submit"],
input[type="button"] {
    font-family: var(--font-ui);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 16px;
}

/* ===========================================================
   MAIN CONTENT
   =========================================================== */
.main-content {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 40px 20px;
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1280px) {
    .nav-wrap {
        gap: 14px;
    }

    .emsr-brand img {
        width: 52px;
        height: 52px;
    }

    .emsr-brand .t1 {
        font-size: 30px;
    }

    .emsr-brand .t2 {
        font-size: 14px;
        margin-top: -2px;
        margin-left: 0;
        letter-spacing: 0 !important;
    }

    .emsr-nav {
        gap: 8px;
    }

    .emsr-nav a {
        padding: 9px 14px 13px;
        font-size: 11px;
    }

    .emsr-socials a,
    .emsr-language-current {
        min-height: 40px;
    }

    .emsr-socials a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .nav-wrap {
        gap: 12px;
    }

    .emsr-nav a {
        padding: 8px 12px 12px;
        font-size: 10px;
    }

    .emsr-nav a::after {
        left: 12px;
        right: 12px;
    }
}

@media (max-width: 900px) {
    .nav-wrap {
        flex-wrap: wrap;
        align-items: center;
    }

    .emsr-nav {
        width: 100%;
        justify-content: flex-start;
        order: 3;
    }

    .emsr-actions {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        order: 4;
    }
}

@media (max-width: 640px) {
    .nav-wrap {
        padding: 0 14px;
    }

    .emsr-brand {
        gap: 12px;
    }

    .emsr-brand img {
        width: 48px;
        height: 48px;
    }

    .emsr-brand .t1 {
        font-size: 24px;
    }

    .emsr-brand .t2 {
        font-size: 12px;
        margin-top: -1px;
        margin-left: 0;
        letter-spacing: 0 !important;
    }

    .emsr-nav {
        gap: 8px;
    }

    .emsr-nav a {
        padding: 8px 12px 12px;
        font-size: 10px;
        border-width: 1px !important;
        border-radius: 14px;
    }

    .emsr-nav a::after {
        left: 12px;
        right: 12px;
        bottom: 6px;
    }

    .emsr-nav a i {
        font-size: 12px;
    }

    .emsr-socials a {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .emsr-language-current {
        min-height: 38px;
        padding: 0 10px;
    }

    .emsr-language-item {
        min-height: 36px;
    }
}