/*
Theme Name: Radio-Wolfs-Beat
Theme URI: https://laut.fm/radio-wolfs-beat
Author: Wolfgang
Description: Professionelles Theme für das Webradio Radio-Wolfs-Beat.
Version: 1.0
Text Domain: radio-wolfs-beat
*/

:root {
    --bg-dark: #0b0c10;
    --bg-light: #1f2833;
    --accent: #66fcf1;
    --accent-soft: #45a29e;
    --text-main: #c5c6c7;
    --text-strong: #ffffff;
    --font-main: "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: var(--font-main);
    background: radial-gradient(circle at top, #1f2833 0, #0b0c10 55%, #000000 100%);
    color: var(--text-main);
    line-height: 1.6;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Header mit Bild */

header.site-header {
    position: relative;
    top: 0;
    z-index: 100;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    border-bottom: none;
}

header.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
}

.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.8rem 1.2rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.logo {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    font-size: 0.95rem;
}

.logo span.subline {
    font-size: 0.8rem;
    color: var(--text-main);
    text-transform: none;
    letter-spacing: normal;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 1.2rem;
    font-size: 0.95rem;
}

.main-nav a {
    padding: 0.3rem 0.2rem;
    border-bottom: 2px solid transparent;
}

.main-nav a:hover {
    border-bottom-color: var(--accent-soft);
}

/* Layout */

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 1.2rem;
}

/* Buttons */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.18s ease;
}

.btn-primary {
    background: var(--accent);
    color: #0b0c10;
    font-weight: 600;
}

.btn-primary:hover {
    background: #3df5eb;
    transform: translateY(-1px);
}

.btn-outline {
    border-color: var(--accent-soft);
    color: var(--accent-soft);
    background: transparent;
}

.btn-outline:hover {
    background: rgba(69, 162, 158, 0.12);
    transform: translateY(-1px);
}

/* Hero */

.hero {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3.5rem 1.2rem 2.5rem;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
    gap: 2.5rem;
    align-items: center;
}

.hero h1 {
    font-size: 2.4rem;
    color: var(--text-strong);
    margin-bottom: 0.8rem;
}

.hero h1 span { color: var(--accent); }

.hero .lead {
    font-size: 1.05rem;
    margin-bottom: 1.4rem;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.6rem;
}

.tag {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(102, 252, 241, 0.4);
    color: var(--accent);
}

/* Player */

.player-box {
    background: rgba(31, 40, 51, 0.9);
    border-radius: 18px;
    padding: 1.4rem 1.2rem;
    border: 1px solid rgba(102, 252, 241, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

.player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
}

.player-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent-soft);
}

.player-status {
    font-size: 0.8rem;
    color: var(--accent);
}

.player-status::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 0.35rem;
    box-shadow: 0 0 8px rgba(102, 252, 241, 0.9);
}

.player-box iframe {
    width: 100%;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    height: 120px;
}

.player-meta {
    margin-top: 0.9rem;
    font-size: 0.85rem;
}

/* Sections */

.section-title {
    font-size: 1.6rem;
    color: var(--text-strong);
    margin-bottom: 0.4rem;
}

.section-lead {
    font-size: 0.98rem;
    margin-bottom: 1.4rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.card {
    background: rgba(31, 40, 51, 0.9);
    border-radius: 14px;
    padding: 1.1rem 1rem;
    border: 1px solid rgba(102, 252, 241, 0.18);
}

.card h3 {
    font-size: 1.05rem;
    color: var(--text-strong);
    margin-bottom: 0.4rem;
}

.card p { font-size: 0.9rem; }

.highlight { color: var(--accent); font-weight: 500; }

/* Kontakt */

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
    gap: 1.6rem;
}

.contact-item { margin-bottom: 0.6rem; font-size: 0.9rem; }

.contact-label { font-weight: 600; color: var(--text-strong); }

.legal-box {
    font-size: 0.85rem;
    background: rgba(11, 12, 16, 0.9);
    border-radius: 12px;
    padding: 1rem;
    border: 1px dashed rgba(102, 252, 241, 0.25);
}

/* Footer */

footer.site-footer {
    border-top: 1px solid rgba(102, 252, 241, 0.15);
    margin-top: 2rem;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem;
    font-size: 0.85rem;
}

/* Responsive */

@media (max-width: 860px) {
    .hero {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 2.4rem;
    }
}

@media (max-width: 640px) {
    .main-nav ul { display: none; }
    .grid-3 { grid-template-columns: minmax(0, 1fr); }
    .contact-grid { grid-template-columns: minmax(0, 1fr); }
}
