/* ==============================================================
   COZZMIC CLUB — Modern Refresh
   Atmosphere: cosmic / deep space / night sky
   Type-pairing matches sister-sites jivihonk.com & honkmusicrecords.com
   All sizes in rem. Local fonts embedded.
   ============================================================== */


/* -------- LOCAL WEBFONTS --------------------------------------
   Place the .woff2 files into the /fonts/ folder.
   The site works without them too (system fallback stack below).
   --------------------------------------------------------------- */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Courier Prime';
    src: url('../fonts/CourierPrime-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Courier Prime';
    src: url('../fonts/CourierPrime-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* -------- DESIGN TOKENS --------------------------------------- */
:root {
    /* Cosmic-derived palette — same DNA as sister sites,
       shifted slightly toward the night-sky end. */
    --space-deep:    #07091a;   /* deep cosmos black-blue */
    --space-mid:     #0d1228;   /* primary night-sky navy */
    --space-light:   #1a2245;   /* lighter nebula tone */
    --space-violet:  #2a1f4a;   /* violet hint */
    --petrol-light:  #2d6184;   /* sister-site accent kept for headings */
    --pink:          #d44da8;   /* HONK brand pink — kept across all sites */
    --pink-light:    #e88dcc;
    --white:         #ffffff;
    --off-white:     #f5f7f8;
    --text-dark:     #1a1a1a;
    --text-muted:    #4a5a60;
    --shadow:        rgba(0, 0, 0, 0.45);

    --radius:        0.375rem;     /* 6px  */
    --radius-sm:     0.25rem;      /* 4px  */
    --radius-pill:   1.25rem;      /* 20px */
    --max-w:         68.75rem;     /* 1100px */
    --focus-ring:    #ffc107;

    /* Font stacks */
    --font-body:     'Poppins', 'Segoe UI', Helvetica, Arial, sans-serif;
    --font-mono:     'Courier Prime', 'Courier New', monospace;
}


/* -------- BASE ------------------------------------------------ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
    font-size: 100%;       /* anchor: 1rem = 16px */
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--white);
    line-height: 1.6;
    font-size: 1rem;
    min-height: 100vh;
    background-color: var(--space-deep);
    position: relative;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }

*:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 2px; }


/* -------- COSMIC BACKDROP ------------------------------------- */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background-color: var(--space-mid);
    background-image:
        /* dark tint overlay on top of image */
        linear-gradient(rgba(7, 9, 26, 0.45), rgba(7, 9, 26, 0.70)),
        /* the cosmos photo */
        url('../pics/Pressfoto_33_Kosmos.jpg'),
        /* CSS nebula fallback layers (only visible if image fails) */
        radial-gradient(ellipse at 18% 22%, rgba(212, 77, 168, 0.20) 0%, transparent 45%),
        radial-gradient(ellipse at 82% 78%, rgba(45, 97, 132, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(42, 31, 74, 0.30) 0%, transparent 70%),
        linear-gradient(180deg, var(--space-deep) 0%, var(--space-mid) 50%, var(--space-violet) 100%);
    background-size: auto, cover, auto, auto, auto, auto;
    background-position: center, center top, center, center, center, center;
    background-repeat: no-repeat;
}

/* Subtle twinkling starfield */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 28% 72%, rgba(255,255,255,0.5), transparent),
        radial-gradient(1.5px 1.5px at 45% 30%, rgba(255,220,240,0.6), transparent),
        radial-gradient(1px 1px at 62% 88%, rgba(255,255,255,0.55), transparent),
        radial-gradient(1px 1px at 78% 22%, rgba(255,255,255,0.5), transparent),
        radial-gradient(1.5px 1.5px at 90% 60%, rgba(220,235,255,0.6), transparent),
        radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,0.5), transparent),
        radial-gradient(1px 1px at 35% 12%, rgba(255,255,255,0.45), transparent),
        radial-gradient(1px 1px at 72% 45%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 18% 50%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 95% 8%, rgba(255,255,255,0.5), transparent),
        radial-gradient(1.5px 1.5px at 5% 35%, rgba(255,220,240,0.5), transparent),
        radial-gradient(1px 1px at 42% 92%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 88% 38%, rgba(255,255,255,0.45), transparent);
    opacity: 0.6;
    animation: twinkle 8s ease-in-out infinite alternate;
}
@keyframes twinkle {
    from { opacity: 0.4; }
    to   { opacity: 0.7; }
}


/* -------- SKIP LINK ------------------------------------------- */
.skip-link {
    position: absolute; top: -6.25rem; left: 1rem;
    background: var(--focus-ring); color: var(--text-dark);
    padding: 0.5rem 1rem; border-radius: var(--radius);
    font-weight: 600; font-size: 0.875rem;
    z-index: 1000; transition: top 0.2s;
}
.skip-link:focus { top: 0.5rem; }


/* -------- NAVIGATION ------------------------------------------ */
.navbar {
    position: sticky; top: 0; z-index: 100;
    background: rgba(7, 9, 26, 0.88);
    backdrop-filter: blur(0.625rem);
    -webkit-backdrop-filter: blur(0.625rem);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.navbar-inner {
    max-width: var(--max-w); margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 1.5rem; height: 4.375rem; gap: 1rem;
}
.nav-brand {
    display: flex; align-items: center; gap: 0.75rem;
    font-family: var(--font-mono);
    line-height: 1.1;
}
.nav-brand .brand-mark {
    width: 2.375rem; height: 2.375rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pink), var(--space-violet));
    display: grid; place-items: center;
    font-weight: 700; font-size: 1rem; color: var(--white);
    box-shadow: 0 0.125rem 0.75rem rgba(212, 77, 168, 0.35);
    flex-shrink: 0;
}
.nav-brand .brand-text { display: flex; flex-direction: column; }
.nav-brand .brand-name {
    font-size: 1rem; font-weight: 700; letter-spacing: 0.125rem;
    color: var(--white);
}
.nav-brand .brand-tag {
    font-size: 0.625rem; letter-spacing: 0.156rem; text-transform: uppercase;
    color: var(--pink-light); font-family: var(--font-body);
    font-weight: 500;
}

.nav-links { display: flex; gap: 0.25rem; list-style: none; }
.nav-links a {
    display: block; padding: 0.5rem 0.875rem;
    font-size: 0.8125rem; font-weight: 500; letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    border-radius: var(--radius);
    transition: color 0.25s, background 0.25s;
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.10); }
.nav-links a.active {
    color: var(--white);
    border-bottom: 2px solid var(--pink);
    border-radius: 0;
}

.menu-toggle {
    display: none; background: none; border: none;
    cursor: pointer; padding: 0.5rem;
}
.menu-toggle span {
    display: block; width: 1.5rem; height: 2px;
    background: var(--white); margin: 0.3125rem 0; border-radius: 1px;
    transition: 0.3s;
}


/* -------- HERO ------------------------------------------------ */
.hero {
    max-width: var(--max-w); margin: 0 auto;
    padding: 3.75rem 1.5rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    animation: fadeUp 0.8s ease-out;
}
.hero-photo { flex-shrink: 0; }
.hero-photo img {
    width: 17.5rem; height: 17.5rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 22%;
    border: 3px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 0.5rem 2rem rgba(0, 0, 0, 0.45),
        0 0 3.75rem rgba(212, 77, 168, 0.18);
    filter: contrast(1.02);
}
.hero-text { flex: 1; }
.hero-eyebrow {
    display: inline-block;
    font-size: 0.6875rem; font-weight: 600;
    letter-spacing: 0.1875rem; text-transform: uppercase;
    color: var(--white);
    padding: 0.375rem 1rem;
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: var(--radius-pill);
    margin-bottom: 1.375rem;
    background: rgba(255,255,255,0.04);
}
.hero-title {
    font-family: var(--font-mono);
    font-size: 3rem; font-weight: 700;
    line-height: 1.1; margin-bottom: 1.125rem;
    letter-spacing: 0.0625rem;
    text-shadow: 0 0.125rem 1.125rem rgba(0,0,0,0.5);
}
.hero-title .pink { color: var(--pink-light); }
.hero-subtitle {
    font-size: 1.25rem; font-weight: 300;
    color: rgba(255,255,255,0.92);
    max-width: 35rem; line-height: 1.7;
    text-shadow: 0 1px 0.625rem rgba(0,0,0,0.4);
}
.hero-subtitle a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}
.hero-subtitle a:hover { color: var(--pink-light); }
.hero-divider {
    width: 3.75rem; height: 3px;
    background: var(--pink);
    margin: 1.625rem 0 0;
    border-radius: 2px;
}


/* -------- LOGO FEATURE BLOCK ---------------------------------- */
.logo-feature {
    max-width: var(--max-w); margin: 0.625rem auto 2.5rem;
    padding: 0 1.5rem;
    text-align: center;
}
.logo-feature .logo-frame {
    display: inline-block;
    background: var(--white);
    border: 3px solid var(--pink);
    padding: 1.125rem 2.75rem 0.875rem;
    border-radius: var(--radius-sm);
    box-shadow:
        0 0.5rem 2.5rem rgba(0,0,0,0.5),
        0 0 3.75rem rgba(212, 77, 168, 0.25);
}
.logo-feature .logo-title {
    font-family: var(--font-body);
    font-weight: 800;
    font-size: clamp(2.125rem, 5vw, 3.375rem);
    color: var(--pink);
    letter-spacing: 0.0625rem;
    line-height: 1;
}
.logo-feature .logo-sub {
    font-family: var(--font-body);
    font-weight: 600;
    color: var(--pink);
    font-size: clamp(0.8125rem, 1.8vw, 1.0625rem);
    letter-spacing: 0.0625rem;
    margin-top: 0.375rem;
}
.logo-feature .tagline {
    margin-top: 1.375rem;
    font-family: var(--font-mono);
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.0625rem;
    text-shadow: 0 1px 0.625rem rgba(0,0,0,0.4);
}


/* -------- SECTION HEADER PILL --------------------------------- */
.section-header {
    max-width: var(--max-w); margin: 0 auto;
    padding: 0 1.5rem 1.875rem;
    text-align: center;
}
.section-header h2 {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 1.5rem; font-weight: 700;
    color: var(--petrol-light);
    background: var(--white);
    padding: 0.5rem 1.75rem;
    border-radius: var(--radius);
    box-shadow: 0 0.25rem 1.125rem rgba(0,0,0,0.3);
    letter-spacing: 0.0625rem;
}


/* -------- WHITE CONTENT CARDS --------------------------------- */
.content-section {
    max-width: var(--max-w); margin: 0 auto;
    padding: 0 1.5rem 2.5rem;
}
.card {
    background: var(--white);
    color: var(--text-dark);
    border-radius: var(--radius);
    padding: 2.25rem 2.5rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.35);
    margin-bottom: 1.75rem;
    border: 1px solid rgba(255,255,255,0.2);
}
.card h2 {
    font-family: var(--font-mono);
    font-size: 1.5rem; font-weight: 700;
    color: var(--petrol-light);
    margin-bottom: 0.875rem;
    letter-spacing: 0.03rem;
}
.card p {
    font-size: 0.9375rem; font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 0.875rem; line-height: 1.75;
}
.card p:last-child { margin-bottom: 0; }
.card a {
    color: var(--petrol-light);
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
    text-decoration-color: rgba(45,97,132,0.4);
    transition: color 0.2s, text-decoration-color 0.2s;
}
.card a:hover {
    color: var(--pink);
    text-decoration-color: var(--pink);
}
.card a.pink-accent { color: var(--pink); font-weight: 500; }


/* -------- RELEASES GRID (3 columns) --------------------------- */
.releases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.release-card {
    background: var(--white);
    color: var(--text-dark);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.35);
    display: flex; flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    opacity: 0;
    animation: fadeUp 0.6s ease-out forwards;
}
.release-card:nth-child(1) { animation-delay: 0.05s; }
.release-card:nth-child(2) { animation-delay: 0.15s; }
.release-card:nth-child(3) { animation-delay: 0.25s; }
.release-card:nth-child(4) { animation-delay: 0.35s; }
.release-card:nth-child(5) { animation-delay: 0.45s; }
.release-card:nth-child(6) { animation-delay: 0.55s; }
.release-card:hover {
    transform: translateY(-0.25rem);
    box-shadow:
        0 0.875rem 2.5rem rgba(212, 77, 168, 0.25),
        0 0.5rem 1.75rem rgba(0, 0, 0, 0.4);
}
.release-cover {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, var(--space-violet), var(--space-deep));
    display: grid; place-items: center;
    color: rgba(255,255,255,0.85);
    position: relative;
    overflow: hidden;
}
.release-cover img { width: 100%; height: 100%; object-fit: cover; }
.release-cover .placeholder-mark {
    position: absolute; inset: 0;
    display: grid; place-items: center;
    text-align: center; padding: 1.25rem;
    background: linear-gradient(135deg, var(--space-violet), var(--space-deep));
    color: rgba(255,255,255,0.9);
    font-family: var(--font-mono);
    font-size: 0.8125rem; letter-spacing: 0.0625rem;
}
.release-info {
    padding: 1.125rem 1.25rem 1.375rem;
    display: flex; flex-direction: column;
    gap: 0.375rem; flex: 1;
}
.release-info h3 {
    font-family: var(--font-mono);
    font-size: 1rem; font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
}
.release-info h3 .subtitle {
    display: block;
    font-weight: 400;
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin-top: 0.125rem;
}
.release-info .artist-line {
    font-size: 0.75rem;
    color: var(--pink);
    font-weight: 600;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    margin-bottom: 0.125rem;
}
.release-info .label-line {
    font-size: 0.6875rem;
    color: var(--text-muted);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: auto;
    padding-top: 0.5rem;
}


/* -------- AVAILABILITY + STREAMING ROW ------------------------ */
.availability {
    max-width: var(--max-w); margin: 0 auto;
    padding: 1rem 1.5rem 1.875rem;
    text-align: center;
}
.availability-text {
    font-family: var(--font-mono);
    font-size: 1.25rem; font-weight: 700;
    color: var(--pink-light);
    letter-spacing: 0.094rem;
    line-height: 1.4;
    text-shadow: 0 0.125rem 0.875rem rgba(0,0,0,0.5);
    margin-bottom: 1.75rem;
}
.streaming-row {
    display: flex;
    justify-content: center;
    gap: 1.125rem;
    flex-wrap: wrap;
}
.streaming-row a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 0.625rem 1.125rem;
    border-radius: 1.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    color: rgba(255,255,255,0.92);
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.streaming-row a:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.45);
    transform: translateY(-0.125rem);
}
.streaming-row svg {
    width: 1.375rem; height: 1.375rem;
    flex-shrink: 0;
}

/* ==============================================================
   SUBPAGES  (songs / bio / photos / media / contact / partner / rechtliches)
   ============================================================== */

/* -------- SUBPAGE HEADER ------------------------------------- */
.page-header {
    max-width: var(--max-w); margin: 0 auto;
    padding: 3.125rem 1.5rem 1.875rem;
    animation: fadeUp 0.6s ease-out;
}
.page-header h1 {
    font-family: var(--font-mono);
    font-size: 2.25rem; font-weight: 700;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0.125rem 0.875rem rgba(0,0,0,0.5);
}
.page-header .subtitle {
    font-size: 0.9375rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}
.page-header .subtitle a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}
.page-header .subtitle a:hover { color: var(--pink-light); }
.page-header .accent-line {
    width: 3.75rem; height: 0.1875rem;
    background: var(--pink);
    margin-top: 1rem;
    border-radius: 2px;
}


/* -------- SECTION ON LIGHT BACKGROUND (white cards island) --- */
.section-light {
    background: var(--off-white);
    padding: 3.125rem 1.5rem 3.75rem;
    color: var(--text-dark);
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.section-inner {
    max-width: var(--max-w);
    margin: 0 auto;
}


/* ==============================================================
   SONGS PAGE
   ============================================================== */
.songs-list {
    list-style: none;
}
.songs-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.125rem;
    background: var(--white);
    border-radius: var(--radius);
    margin-bottom: 0.5rem;
    box-shadow: 0 0.0625rem 0.25rem var(--shadow-light);
    transition: transform 0.2s, box-shadow 0.2s;
}
.songs-list li:hover {
    transform: translateX(0.25rem);
    box-shadow: 0 0.125rem 0.625rem rgba(212, 77, 168, 0.18);
}
.songs-list .song-title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--text-dark);
}
.songs-list .song-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03rem;
    color: var(--white);
    background: var(--petrol-light);
    padding: 0.4375rem 0.875rem;
    border-radius: 1.25rem;
    transition: background 0.25s, transform 0.25s;
    text-transform: uppercase;
}
.songs-list .song-link:hover {
    background: var(--pink);
    transform: translateX(0.125rem);
}


/* ==============================================================
   BIO PAGE
   ============================================================== */
.bio-layout {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 1.5rem 3.125rem;
}
.bio-photo { flex-shrink: 0; }
.bio-photo img {
    width: 14rem;
    border-radius: var(--radius);
    box-shadow:
        0 0.5rem 2rem rgba(0,0,0,0.45),
        0 0 2.5rem rgba(212, 77, 168, 0.12);
    border: 1px solid rgba(255,255,255,0.12);
}
.bio-text { flex: 1; }
.bio-text h2 {
    font-family: var(--font-mono);
    font-size: 1.375rem; font-weight: 700;
    margin: 2.25rem 0 0.625rem;
    color: var(--white);
    letter-spacing: 0.03rem;
}
.bio-text h2:first-of-type { margin-top: 0; }
.bio-text p {
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 1.125rem;
    color: rgba(255, 255, 255, 0.92);
}
.lang-tag {
    display: inline-flex;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: 0.875rem;
    margin-bottom: 1rem;
    color: var(--pink-light);
    background: rgba(255,255,255,0.04);
}

.lang-flag {
    width: 18px;
    height: auto;
    display: block;
	margin-right: 10px;
}


.disco-section { margin-top: 1.875rem; }
.disco-section h3 {
    font-family: var(--font-mono);
    font-size: 1rem;
    font-weight: 700;
    margin: 1.125rem 0 0.5rem;
    color: var(--pink-light);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.disco-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.625rem;
}
.disco-section li {
    font-weight: 300;
    font-size: 0.875rem;
    padding: 0.1875rem 0 0.1875rem 1rem;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
}
.disco-section li::before {
    content: "·";
    position: absolute;
    left: 0.25rem;
    color: var(--pink);
    font-weight: bold;
}
.bio-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin: 2.5rem 0;
}


/* ==============================================================
   PHOTOS PAGE
   ============================================================== */
.photo-notice {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 1.5rem 1.875rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 1.5rem;
}
.photo-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 0.125rem 0.625rem var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.photo-card:hover {
    transform: translateY(-0.25rem);
    box-shadow:
        0 0.625rem 1.875rem rgba(212, 77, 168, 0.25),
        0 0.25rem 0.875rem rgba(0,0,0,0.18);
}
.photo-card img {
    width: 100%;
    height: 16.25rem;
    object-fit: contain;
    background: var(--off-white);
}
.photo-card figcaption {
    padding: 0.75rem 0.875rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.5;
}


/* ==============================================================
   PARTNER PAGE
   ============================================================== */
.partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
    gap: 1.5rem;
}
.partner-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.125rem 0.625rem var(--shadow-light);
    transition: transform 0.3s, box-shadow 0.3s;
    min-height: 10rem;
}
.partner-card:hover {
    transform: translateY(-0.25rem);
    box-shadow:
        0 0.5rem 1.5rem rgba(212, 77, 168, 0.22),
        0 0.25rem 0.875rem rgba(0,0,0,0.18);
}
.partner-card img {
    max-height: 7.5rem;
    max-width: 12.5rem;
    object-fit: contain;
}


/* ==============================================================
   MEDIA PAGE
   ============================================================== */
.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1.75rem;
}
.media-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 0.125rem 0.625rem var(--shadow-light);
    transition: transform 0.3s, box-shadow 0.3s;
}
.media-card:hover {
    transform: translateY(-0.25rem);
    box-shadow:
        0 0.5rem 1.5rem rgba(212, 77, 168, 0.22),
        0 0.25rem 0.875rem rgba(0,0,0,0.18);
}
.media-card img {
    width: 100%;
    height: auto;
}
.media-card .caption {
    padding: 1rem 1.125rem;
    font-size: 0.875rem;
    color: var(--text-dark);
    line-height: 1.55;
    border-top: 1px solid rgba(0,0,0,0.06);
}


/* ==============================================================
   CONTACT PAGE
   ============================================================== */
.contact-columns {
    display: flex;
    gap: 3.125rem;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 1.5rem 5rem;
    align-items: flex-start;
}

.contact-form-wrap {
    max-width: 36.25rem;
    width: 100%;
    flex: 1;
}
.contact-form-wrap h2 {
    font-family: var(--font-mono);
    font-size: 1.375rem;
    margin-bottom: 1.375rem;
    color: var(--white);
    letter-spacing: 0.03rem;
}
.contact-fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.form-group {
    margin-bottom: 1.125rem;
}
.form-group label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 0.375rem;
    color: rgba(255, 255, 255, 0.92);
}
.form-group label .required {
    color: var(--pink-light);
    margin-left: 0.125rem;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--text-dark);
    background: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
    transition: border-color 0.25s, box-shadow 0.25s;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--pink);
    box-shadow: 0 0 0 0.1875rem rgba(212, 77, 168, 0.25);
}
.form-group textarea {
    min-height: 9.375rem;
    resize: vertical;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.btn-send {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--white);
    background: var(--pink);
    border: none;
    border-radius: 1.75rem;
    cursor: pointer;
    transition: background 0.25s, transform 0.15s, box-shadow 0.25s;
    letter-spacing: 0.03rem;
    box-shadow: 0 0.25rem 0.875rem rgba(212, 77, 168, 0.35);
}
.btn-send:hover {
    background: var(--pink-light);
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.375rem 1.25rem rgba(212, 77, 168, 0.45);
}
.btn-send:active { transform: translateY(0); }
.btn-send:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.btn-send svg {
    width: 1.125rem; height: 1.125rem;
    fill: currentColor;
}

/* form status messages */
.form-status {
    margin-top: 1rem;
    padding: 0.875rem 1.125rem;
    border-radius: var(--radius);
    font-size: 0.875rem;
    font-weight: 500;
    display: none;
}
.form-status.success {
    display: block;
    background: rgba(76, 175, 80, 0.15);
    border: 1px solid rgba(76, 175, 80, 0.4);
    color: #a5d6a7;
}
.form-status.error {
    display: block;
    background: rgba(244, 67, 54, 0.15);
    border: 1px solid rgba(244, 67, 54, 0.4);
    color: #ef9a9a;
}

.noscript-warning {
    padding: 0.875rem 1.125rem;
    background: rgba(244, 67, 54, 0.15);
    border: 1px solid rgba(244, 67, 54, 0.4);
    border-radius: var(--radius);
    color: #ef9a9a;
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
}

/* Honeypot – hidden from humans */
.hp-field {
    position: absolute;
    left: -625rem;
    opacity: 0;
    height: 0; width: 0;
    overflow: hidden;
}

/* Impressum / contact card on contact subpage */
.contact-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius);
    padding: 2.25rem 2.5rem;
    max-width: 37.5rem;
    flex: 1;
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
}
.contact-card h2 {
    font-family: var(--font-mono);
    font-size: 1.375rem;
    margin-bottom: 1.125rem;
    color: var(--white);
    letter-spacing: 0.03rem;
}
.contact-card h2 .pink-mark {
    color: var(--pink-light);
}
.contact-card p {
    font-weight: 300;
    margin-bottom: 0.5rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.92);
}
.contact-card .copyright-block {
    margin-top: 1.25rem;
    color: rgba(255,255,255,0.7);
}
.contact-card .disclaimer {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}
.contact-card .email-link {
    display: inline-block;
    margin-top: 0.625rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 1.25rem;
    font-size: 0.875rem;
    transition: background 0.25s, border-color 0.25s, color 0.25s;
    color: var(--white);
}
.contact-card .email-link:hover {
    background: rgba(212, 77, 168, 0.18);
    border-color: var(--pink-light);
    color: var(--pink-light);
}


/* ==============================================================
   RECHTLICHES / LEGAL PAGE
   ============================================================== */
.legal-content {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 1.5rem 3.75rem;
}
.legal-content h2 {
    font-family: var(--font-mono);
    font-size: 1.375rem;
    margin: 2.25rem 0 0.75rem;
    color: var(--white);
    letter-spacing: 0.03rem;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p {
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9375rem;
}
.legal-content a {
    color: var(--pink-light);
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}
.legal-content a:hover { color: var(--white); }
.legal-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 2.25rem 0;
}


/* ==============================================================
   SISTER-SITES BANNER + FOOTER (shared)
   ============================================================== */
.sister-banner {
    text-align: center;
    padding: 2.75rem 1.5rem;
    background: rgba(7, 9, 26, 0.85);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    border-top: 1px solid rgba(255,255,255,0.08);
}
.sister-banner h3 {
    font-family: var(--font-mono);
    font-size: 0.875rem;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}
.sister-links {
    display: inline-flex; gap: 0.875rem; flex-wrap: wrap;
    justify-content: center;
}
.sister-links a {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 1rem; font-weight: 700;
    letter-spacing: 0.125rem;
    color: var(--white);
    padding: 0.625rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: var(--radius-sm);
    transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.sister-links a:hover {
    color: var(--pink-light);
    border-color: var(--pink-light);
    background: rgba(212, 77, 168, 0.08);
}

.footer {
    background: rgba(4, 6, 18, 0.95);
    padding: 1.75rem 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-inner {
    max-width: var(--max-w); margin: 0 auto;
    display: flex; flex-direction: column; align-items: center; gap: 0.875rem;
}
.footer-copy {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.55);
}
.footer-links {
    display: flex; gap: 1.375rem; flex-wrap: wrap;
    justify-content: center;
}
.footer-links a {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.65);
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 0.1875rem;
    transition: color 0.25s, text-decoration-color 0.25s;
    letter-spacing: 0.03rem;
}
.footer-links a:hover {
    color: rgba(255,255,255,0.95);
    text-decoration-color: rgba(255,255,255,0.4);
}
.footer-disclaimer {
    font-size: 0.6875rem;
    color: rgba(255,255,255,0.35);
    max-width: 45rem;
    line-height: 1.6;
    margin-top: 0.25rem;
}


/* ==============================================================
   ANIMATIONS
   ============================================================== */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(1rem); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
    body::after { animation: none; }
}


/* ==============================================================
   RESPONSIVE
   ============================================================== */
@media (max-width: 56.25em) {   /* 900px */
    .hero {
        flex-direction: column; text-align: center;
        gap: 1.75rem; padding: 3.125rem 1.5rem 1.875rem;
    }
    .hero-subtitle { margin: 0 auto; }
    .hero-divider { margin: 1.625rem auto 0; }
    .hero-title { font-size: 2.375rem; }
    .releases-grid { grid-template-columns: repeat(2, 1fr); }

    .contact-columns { flex-direction: column; gap: 2.5rem; }
    .contact-form-wrap, .contact-card { max-width: 100%; }
}

@media (max-width: 43.75em) {   /* 700px */
    .bio-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .bio-photo img { width: 10rem; }
}

@media (max-width: 40em) {   /* 640px */
    body { background-attachment: scroll; }
    .nav-links {
        display: none;
        position: absolute; top: 4.375rem; left: 0; right: 0;
        flex-direction: column; gap: 0.125rem;
        background: rgba(7, 9, 26, 0.97);
        padding: 0.75rem 1.5rem 1.25rem;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .nav-links.open { display: flex; }
    .menu-toggle { display: block; }
    .nav-brand .brand-tag { display: none; }

    .hero-photo img { width: 12.5rem; height: 12.5rem; }
    .hero-title { font-size: 1.875rem; }
    .hero-subtitle { font-size: 0.9375rem; }
    .home-section-pill h2 { font-size: 1.1875rem; padding: 0.375rem 1.125rem; }
    .card { padding: 1.625rem 1.375rem; }
    .releases-grid { grid-template-columns: 1fr; }
    .logo-feature .logo-frame { padding: 0.875rem 1.625rem 0.625rem; }
    .availability-text { font-size: 1.0625rem; }
    .streaming-row { gap: 0.625rem; }
    .streaming-row a { padding: 0.5rem 0.875rem; font-size: 0.75rem; }

    .page-header { padding: 2rem 1.5rem 1.5rem; }
    .page-header h1 { font-size: 1.625rem; }
    .section-light { padding: 2.25rem 1rem 2.75rem; }
    .photo-grid { grid-template-columns: 1fr; }
    .partner-grid { grid-template-columns: 1fr; }
    .media-grid { grid-template-columns: 1fr; }
    .contact-card { padding: 1.625rem 1.375rem; }
    .songs-list li { padding: 0.75rem 0.875rem; }
    .songs-list .song-title { font-size: 0.875rem; }

    .sister-links a {
        font-size: 0.8125rem;
        padding: 0.5rem 1rem;
        letter-spacing: 0.094rem;
    }
}
