/* Noel Terhorst — editorial styles (Fraunces + Inter Tight) */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter Tight', ui-sans-serif, system-ui, sans-serif;
    background: #F7F5F0;
    color: #1A1A1A;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
::selection { background: #8A3A33; color: #F7F5F0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 48px; } }

.serif, h1, h2, h3, .brand {
    font-family: 'Fraunces', ui-serif, Georgia, serif;
    font-variation-settings: "opsz" 96, "SOFT" 40, "WONK" 0;
}
h1 { font-variation-settings: "opsz" 144, "SOFT" 40, "wght" 500; }
h2 { font-variation-settings: "opsz" 144, "SOFT" 50, "wght" 500; }
h3 { font-variation-settings: "opsz" 60, "SOFT" 40, "wght" 500; }

.overline {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #8A3A33;
    font-weight: 600;
}
.overline-blue { color: #5EA3E0; }
.overline-light { color: #D4A28A; }

.empty-state {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 24px;
    color: #5C5C5C;
    font-variation-settings: "opsz" 72, "SOFT" 60, "wght" 400;
}

/* HEADER */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    transition: background 500ms, box-shadow 500ms, border 500ms;
}
.site-header.scrolled {
    background: rgba(247, 245, 240, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #E5E1D8;
}
.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    height: 80px; max-width: 1400px; margin: 0 auto; padding: 0 24px;
}
@media (min-width: 768px) { .header-inner { padding: 0 48px; } }
.brand { font-size: 28px; letter-spacing: -0.015em; font-variation-settings: "opsz" 96, "SOFT" 30, "wght" 500; }
.brand em, .brand .brand-w2 { font-style: italic; font-weight: 300; font-variation-settings: "opsz" 96, "SOFT" 80, "wght" 300; }
.brand .brand-w1, .brand .brand-w2 { font-variation-settings: normal; }
.nav-main { display: none; gap: 32px; align-items: center; }
.nav-main a {
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
    transition: color 300ms;
}
.nav-main a:hover { color: #8A3A33; }
.nav-burger { background: none; border: none; font-size: 26px; cursor: pointer; }
@media (min-width: 1024px) { .nav-main { display: flex; } .nav-burger { display: none; } }
body.nav-open .nav-main {
    display: flex; flex-direction: column; position: fixed; top: 80px; left: 0; right: 0;
    background: #F7F5F0; padding: 24px; gap: 12px; border-bottom: 1px solid #E5E1D8;
}

/* HERO */
.hero {
    position: relative; min-height: 100vh;
    display: flex; flex-direction: column; justify-content: center; padding-top: 100px;
    overflow: hidden;
}
.hero-bg-mode {
    /* background-image/position/size set by inline <style> per-page (in index.php) so
       the mobile override works reliably with a direct URL. */
    color: #F7F5F0;
}
.hero-bg-mode .hero-bg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.7));
    z-index: 1;
}
.hero-bg-mode .hero-inner { position: relative; z-index: 2; grid-template-columns: 1fr; }
.hero-bg-mode .overline { color: #5EA3E0; }
.hero-bg-mode h1 { color: #F7F5F0; text-shadow: 0 4px 20px rgba(0,0,0,0.4); }
.hero-bg-mode .tagline { color: rgba(247,245,240,0.9); }
.hero-bg-mode .btn-primary { background: #F7F5F0; color: #1A1A1A; }
.hero-bg-mode .btn-primary:hover { background: #5EA3E0; color: #1A1A1A; }
.hero-bg-mode .btn-outline { border-color: #F7F5F0; color: #F7F5F0; }
.hero-bg-mode .btn-outline:hover { background: #F7F5F0; color: #1A1A1A; }
.hero-bg-mode .marquee, .hero-bg-mode .static-ticker {
    background: rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.2); color: #F7F5F0;
    backdrop-filter: blur(6px);
    position: relative; z-index: 2;
}
.hero-bg-mode .marquee-track { color: #F7F5F0; }

/* Cover card on top of a dark background — invert card styling for contrast */
.hero-bg-mode .hero-media-frame { max-width: 380px; }
.hero-bg-mode .hero-media-frame::before { border-color: #5EA3E0; }
.hero-bg-mode .hero-badge {
    background: rgba(26, 26, 26, 0.9); border-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px); color: #F7F5F0;
}
.hero-bg-mode .hero-badge .overline { color: #5EA3E0; }
.hero-bg-mode .hero-badge strong { color: #F7F5F0; }

/* Header — light-on-dark whenever hero has a background image AND we're at top */
.site-header.header-hero-bg:not(.scrolled) {
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
}
.site-header.header-hero-bg:not(.scrolled) .brand,
.site-header.header-hero-bg:not(.scrolled) .nav-main a,
.site-header.header-hero-bg:not(.scrolled) .nav-burger {
    color: #F7F5F0; text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
.site-header.header-hero-bg:not(.scrolled) .nav-main a:hover { color: #5EA3E0; }
.hero-inner {
    max-width: 1400px; margin: 0 auto; padding: 40px 24px 120px;
    display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
    width: 100%;
}
@media (min-width: 768px) { .hero-inner { grid-template-columns: 7fr 5fr; gap: 60px; padding: 40px 48px 120px; } }
.hero-text h1 {
    font-size: 72px; line-height: 0.88; letter-spacing: -0.03em; margin: 12px 0 24px;
    font-variation-settings: "opsz" 144, "SOFT" 40, "wght" 500;
}
.hero-text h1 span { display: block; font-variation-settings: normal; }
.hero-text h1 span[style*="Fraunces"] { /* keep variable-font expressiveness when Fraunces is chosen */ font-variation-settings: revert; }
@media (min-width: 768px) { .hero-text h1 { font-size: 136px; } }
.tagline {
    font-family: 'Fraunces', serif; font-style: italic;
    font-variation-settings: "opsz" 72, "SOFT" 60, "wght" 400;
    font-size: 22px; color: #5C5C5C; max-width: 480px; line-height: 1.3; margin: 0 0 32px;
}
@media (min-width: 768px) { .tagline { font-size: 28px; } }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.btn-primary, .btn-outline {
    display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px;
    text-transform: uppercase; letter-spacing: 0.2em; font-size: 11px; font-weight: 600;
    transition: all 300ms; cursor: pointer;
}
.btn-primary { background: #1A1A1A; color: #F7F5F0; }
.btn-primary:hover { background: #8A3A33; }
.btn-outline { border: 1px solid #1A1A1A; color: #1A1A1A; background: transparent; }
.btn-outline:hover { background: #1A1A1A; color: #F7F5F0; }

.hero-media-frame { position: relative; width: 100%; max-width: 460px; margin: 0 auto; }
.hero-media-frame::before {
    content: ''; position: absolute; top: -12px; left: -12px; right: 12px; bottom: 12px;
    border: 1px solid #8A3A33;
}
.hero-media-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.hero-badge {
    position: absolute; bottom: -20px; right: -20px; background: #F7F5F0;
    border: 1px solid #E5E1D8; padding: 12px 16px; box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.hero-badge strong { display: block; font-family: 'Fraunces', serif; font-size: 18px; font-weight: 500; font-variation-settings: "opsz" 60, "SOFT" 40, "wght" 500; }

.marquee {
    position: absolute; bottom: 0; left: 0; right: 0;
    border-top: 1px solid #E5E1D8; border-bottom: 1px solid #E5E1D8;
    background: rgba(239, 236, 229, 0.6); padding: 18px 0; overflow: hidden;
}
.marquee-track {
    display: inline-flex; gap: 40px; white-space: nowrap;
    animation: marquee var(--nt-marquee-speed, 90s) linear infinite;
    font-family: 'Fraunces', serif; font-style: italic; font-size: 32px;
    font-variation-settings: "opsz" 72, "SOFT" 60, "wght" 400;
}
.marquee-track em { font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.static-ticker {
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    gap: 24px; padding: 0 24px;
    font-family: 'Fraunces', serif; font-style: italic;
    font-variation-settings: "opsz" 72, "SOFT" 60, "wght" 400;
    font-size: 24px;
}
@media (min-width: 768px) { .static-ticker { font-size: 32px; gap: 40px; } }
.static-ticker em { font-style: normal; }

.social-links-icons { gap: 12px; }
.social-links-icons a {
    padding: 0; width: 52px; height: 52px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(247,245,240,0.35); color: #F7F5F0;
    transition: background 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}
.social-links-icons a svg { width: 24px; height: 24px; }
.social-links-icons a:hover { background: #5EA3E0; border-color: #5EA3E0; color: #1A1A1A; transform: translateY(-2px); }

/* SECTIONS */
.section-white, .section-cream, .section-dark {
    padding: 100px 0;
}
.section-white { background: #FFFFFF; }
.section-cream { background: #FAF8F3; }
.section-dark { background: #1A1A1A; color: #F7F5F0; }
.section-bordered { border-top: 1px solid #E5E1D8; border-bottom: 1px solid #E5E1D8; }

.section-head {
    display: flex; flex-direction: column; gap: 24px; margin-bottom: 60px;
    align-items: flex-start;
}
@media (min-width: 768px) { .section-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.section-head h2 {
    font-size: 52px; letter-spacing: -0.03em; line-height: 1; margin: 12px 0 0;
    font-variation-settings: "opsz" 144, "SOFT" 50, "wght" 500;
}
@media (min-width: 768px) { .section-head h2 { font-size: 88px; } }
.section-head h2.on-dark { color: #F7F5F0; }
.section-head h2 em, .section-head h2 span {
    font-style: italic;
    font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 300;
    display: block; color: #8A3A33;
}
.section-lead { max-width: 400px; font-size: 14px; color: #5C5C5C; margin: 0; }

/* MUSIK */
.music-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.music-card { display: flex; flex-direction: column; gap: 12px; }
.music-cover { position: relative; aspect-ratio: 1; overflow: hidden; background: #EFECE5; display: block; }
.music-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms; }
.music-cover:hover img { transform: scale(1.04); }
.music-cover-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.15) 55%, transparent 100%); display: flex; align-items: flex-end; justify-content: center; gap: 12px; padding: 20px; opacity: 0; transition: opacity 400ms; }
.music-cover:hover .music-cover-overlay { opacity: 1; }
.music-service-btn {
    width: 52px; height: 52px; border-radius: 50%;
    background: #FFFFFF;
    display: inline-flex; align-items: center; justify-content: center;
    transition: transform 250ms ease, box-shadow 250ms ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}
.music-service-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 10px 26px rgba(0,0,0,0.5); }
.music-service-btn svg { display: block; }
.music-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.music-meta h3 { font-size: 22px; margin: 0; letter-spacing: -0.01em; }

/* BIO */
.bio-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 768px) { .bio-grid { grid-template-columns: 5fr 7fr; gap: 80px; } }
.bio-image img { aspect-ratio: 3/4; object-fit: cover; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.bio-text h2 { font-size: 44px; line-height: 1; margin: 20px 0 24px; letter-spacing: -0.03em; }
@media (min-width: 768px) { .bio-text h2 { font-size: 60px; } }
.bio-text h2 span { display: block; font-style: italic; color: #8A3A33; font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 300; }
.bio-text p { font-size: 16px; line-height: 1.8; color: #3A3A3A; margin: 0 0 20px; max-width: 640px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; padding-top: 32px; border-top: 1px solid #E5E1D8; max-width: 640px; }
.stats strong { font-family: 'Fraunces', serif; font-size: 32px; color: #8A3A33; display: block; font-variation-settings: "opsz" 96, "SOFT" 40, "wght" 500; }

/* TERMINE */
.termine-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #D9D4C7; border-bottom: 1px solid #D9D4C7; }
.termine-list li { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 24px 8px; border-bottom: 1px solid #D9D4C7; transition: background 300ms; }
.termine-list li:last-child { border-bottom: none; }
.termine-list li:hover { background: rgba(247,245,240,0.6); }
@media (min-width: 768px) { .termine-list li { grid-template-columns: 2fr 3fr 4fr 3fr; align-items: center; padding: 32px 16px; } }
.td-date { display: flex; align-items: baseline; gap: 8px; }
.td-date .day { font-family: 'Fraunces', serif; font-size: 48px; color: #8A3A33; line-height: 1; font-variation-settings: "opsz" 144, "SOFT" 40, "wght" 500; }
.td-city { font-family: 'Fraunces', serif; font-size: 26px; font-variation-settings: "opsz" 72, "SOFT" 40, "wght" 500; }
.td-venue { font-size: 15px; color: #5C5C5C; }
.td-venue em { display: block; font-size: 12px; margin-top: 2px; font-style: italic; }
.td-ticket a { border-bottom: 1px solid #1A1A1A; padding-bottom: 2px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
.td-ticket a:hover { color: #8A3A33; border-color: #8A3A33; }
.td-ticket .overline { color: #5C5C5C; font-size: 10px; }
.termine-list .empty { font-family: 'Fraunces', serif; font-style: italic; font-size: 24px; text-align: center; padding: 60px; color: #5C5C5C; }

/* VIDEOS */
.videos-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .videos-grid { grid-template-columns: 1fr 1fr; gap: 60px; } }
.videos-grid article h3 { font-size: 26px; margin: 16px 0 8px; }
.videos-grid article p { color: #5C5C5C; font-size: 14px; margin: 0; }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

/* GALERIE (light) */
.masonry { columns: 1; column-gap: 16px; }
@media (min-width: 640px) { .masonry { columns: 2; } }
@media (min-width: 900px) { .masonry { columns: 3; } }
.masonry-item {
    position: relative; display: block; break-inside: avoid; margin-bottom: 16px; overflow: hidden;
    background: #EFECE5; width: 100%; padding: 0; border: 0; cursor: pointer;
}
.masonry-item img { width: 100%; height: auto; transition: transform 700ms, opacity 400ms; display: block; }
.masonry-item:hover img { transform: scale(1.03); opacity: 0.92; }
.masonry-caption {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 14px 16px 12px;
    color: #F7F5F0;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
    text-align: left;
}

/* PRESSE */
.quotes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 40px; margin-bottom: 80px; }
.quotes-grid figure { margin: 0; border-left: 2px solid #8A3A33; padding-left: 24px; }
.quotes-grid blockquote { font-family: 'Fraunces', serif; font-style: italic; font-variation-settings: "opsz" 72, "SOFT" 60, "wght" 400; font-size: 22px; line-height: 1.35; color: #1A1A1A; margin: 0 0 16px; }
.quotes-grid figcaption { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: #8A3A33; font-weight: 600; }
.subhead { font-size: 32px; margin: 0 0 24px; }
.press-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.press-item { display: flex; flex-direction: column; gap: 8px; }
.press-tile {
    position: relative; aspect-ratio: 3/4; display: block; overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #EFECE5; padding: 0; border: 0; cursor: pointer; width: 100%;
}
.press-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms; }
.press-tile:hover img { transform: scale(1.05); }
.press-caption {
    position: absolute; left: 12px; right: 12px; bottom: 12px;
    color: #F7F5F0; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
    opacity: 0; transition: opacity 400ms; text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    text-align: left;
}
.press-tile:hover .press-caption { opacity: 1; }
.press-download {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
    color: #5C5C5C; padding: 6px 2px;
}
.press-download:hover { color: #8A3A33; }
.press-download svg { flex-shrink: 0; }

/* In-page lightbox */
.nt-lightbox {
    position: fixed; inset: 0; z-index: 100;
    background: rgba(10, 10, 10, 0.92);
    display: none; align-items: center; justify-content: center;
    padding: 24px;
}
.nt-lightbox.is-open { display: flex; }
.nt-lightbox-close {
    position: absolute; top: 24px; right: 28px; z-index: 2;
    background: transparent; border: 0; color: #F7F5F0; font-size: 48px; line-height: 1;
    cursor: pointer; padding: 0 8px; font-family: inherit;
    transition: color 200ms, transform 200ms;
}
.nt-lightbox-close:hover { color: #8A3A33; transform: scale(1.1); }
.nt-lightbox-download {
    position: absolute; top: 32px; left: 28px; z-index: 2;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 18px; background: rgba(255,255,255,0.12); backdrop-filter: blur(8px);
    color: #F7F5F0; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
    border: 1px solid rgba(255,255,255,0.25);
    transition: background 200ms, color 200ms;
}
.nt-lightbox-download:hover { background: #F7F5F0; color: #1A1A1A; }
.nt-lightbox-inner {
    max-width: 95vw; max-height: 92vh;
    display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.nt-lightbox-inner img {
    max-width: 100%; max-height: 82vh; object-fit: contain;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.nt-lightbox-caption {
    color: #F7F5F0; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
    text-align: center; max-width: 80vw;
}

/* KONTAKT */
.kontakt-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .kontakt-grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.kontakt-grid h2 { font-size: 52px; margin: 12px 0 24px; letter-spacing: -0.03em; line-height: 1; }
@media (min-width: 768px) { .kontakt-grid h2 { font-size: 80px; } }
.kontakt-info { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; padding-top: 24px; border-top: 1px solid #E5E1D8; font-size: 14px; }
.kontakt-info strong { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500; font-variation-settings: "opsz" 60, "SOFT" 40, "wght" 500; }
.kontakt-info a { color: #1A1A1A; }
.kontakt-info a:hover { color: #8A3A33; }

.kontakt-form { background: #FAF8F3; padding: 32px; display: flex; flex-direction: column; gap: 16px; border: 1px solid #E5E1D8; }
.kontakt-form h3 { font-size: 32px; margin: 0 0 8px; }
.kontakt-form label { display: flex; flex-direction: column; gap: 6px; }
.kontakt-form label .overline { color: #5C5C5C; font-size: 10px; letter-spacing: 0.2em; }
.kontakt-form input, .kontakt-form textarea { background: #FFFFFF; border: 1px solid #E5E1D8; padding: 12px 14px; font-size: 14px; font-family: inherit; transition: border-color 300ms; }
.kontakt-form input:focus, .kontakt-form textarea:focus { border-color: #8A3A33; outline: none; }
.kontakt-form textarea { resize: vertical; }
.kontakt-form button { margin-top: 8px; background: #1A1A1A; color: #F7F5F0; border: none; padding: 14px; text-transform: uppercase; letter-spacing: 0.22em; font-size: 11px; font-weight: 600; cursor: pointer; transition: background 300ms; font-family: inherit; }
.kontakt-form button:hover { background: #8A3A33; }
.alert-success { background: #EDF7EE; color: #1B5E20; padding: 12px; border: 1px solid #4CAF50; font-size: 13px; }
.alert-error { background: #FEECEC; color: #8A2222; padding: 12px; border: 1px solid #D65252; font-size: 13px; }

/* FOOTER */
.site-footer { background: #1A1A1A; color: #F7F5F0; }
.footer-social { border-bottom: 1px solid #3A3A3A; }
.footer-social-inner { padding: 40px 24px; display: flex; flex-direction: column; gap: 24px; align-items: center; }
@media (min-width: 768px) { .footer-social-inner { padding: 40px 48px; flex-direction: row; justify-content: space-between; } }
.footer-social-text { display: flex; flex-direction: column; gap: 4px; }
@media (min-width: 768px) { .footer-social-text { flex-direction: row; align-items: baseline; gap: 24px; } }
.footer-social-text p { font-family: 'Fraunces', serif; font-style: italic; font-variation-settings: "opsz" 72, "SOFT" 60, "wght" 400; font-size: 22px; margin: 0; }
@media (min-width: 768px) { .footer-social-text p { font-size: 28px; } }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.social-links a {
    padding: 10px 18px; border: 1px solid rgba(247,245,240,0.25); font-size: 11px;
    letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; transition: all 300ms;
}
.social-links a:hover { background: #5EA3E0; border-color: #5EA3E0; color: #1A1A1A; }

.footer-main { padding: 60px 24px 30px; }
@media (min-width: 768px) { .footer-main { padding: 60px 48px 30px; } }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 60px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer-brand h3 { font-size: 60px; letter-spacing: -0.03em; margin: 0; line-height: 0.9; font-variation-settings: "opsz" 144, "SOFT" 50, "wght" 500; }
@media (min-width: 768px) { .footer-brand h3 { font-size: 88px; } }
.footer-brand h3 em { font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 300; }
.footer-quote { font-family: 'Fraunces', serif; font-style: italic; font-variation-settings: "opsz" 60, "SOFT" 60, "wght" 400; font-size: 20px; color: #D4A28A; max-width: 340px; margin: 24px 0 0; }
.footer-grid .overline { margin-bottom: 12px; display:block; }
.footer-block { font-size: 14px; color: rgba(247,245,240,0.7); line-height: 1.7; }
.footer-block strong { color: #F7F5F0; font-family: 'Fraunces', serif; font-size: 18px; font-weight: 500; font-variation-settings: "opsz" 60, "SOFT" 40, "wght" 500; }
.footer-block a { color: #F7F5F0; }
.footer-block a:hover { color: #5EA3E0; }
.footer-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
.footer-nav a:hover { color: #5EA3E0; }
.footer-bottom { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; margin-top: 24px; border-top: 1px solid #3A3A3A; color: rgba(247,245,240,0.6); font-size: 12px; }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a:hover { color: #5EA3E0; }

/* IMPRESSUM PAGE */
.impressum-page { padding-top: 120px; padding-bottom: 100px; }
.impressum-container { max-width: 720px; }
.back-link { display: inline-flex; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: #5C5C5C; margin-bottom: 40px; font-weight: 600; }
.back-link:hover { color: #8A3A33; }
.impressum-brand { font-family: 'Fraunces', serif; font-size: 28px; letter-spacing: -0.02em; margin-bottom: 8px; font-variation-settings: "opsz" 96, "SOFT" 30, "wght" 500; }
.impressum-brand em { font-style: italic; font-variation-settings: "opsz" 96, "SOFT" 80, "wght" 300; }
.impressum-page h1 { font-size: 60px; letter-spacing: -0.03em; margin: 24px 0 40px; }
.impressum-body { font-size: 16px; line-height: 1.9; color: #3A3A3A; }

/* ADMIN */
.admin-body { background: #F7F5F0; min-height: 100vh; }
.admin-shell { display: flex; }
.admin-sidebar { width: 260px; position: fixed; top: 0; bottom: 0; background: #FFFFFF; border-right: 1px solid #E5E1D8; padding: 32px 24px; display: flex; flex-direction: column; overflow-y: auto; }
.admin-sidebar .brand { font-size: 24px; margin-bottom: 4px; }
.admin-sidebar .sub { font-size: 10px; text-transform: uppercase; letter-spacing: 0.24em; color: #8A3A33; margin-bottom: 32px; font-weight: 600; }
.admin-nav { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.admin-nav a { display: block; padding: 10px 12px; font-size: 13px; color: #3A3A3A; transition: background 200ms; }
.admin-nav a:hover { background: #FAF8F3; }
.admin-nav a.active { background: #1A1A1A; color: white; }
.admin-sidebar .footer-actions { padding-top: 20px; margin-top: 20px; border-top: 1px solid #E5E1D8; font-size: 12px; display: flex; flex-direction: column; gap: 8px; }
.admin-sidebar .footer-actions a { color: #5C5C5C; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; font-weight: 600; }
.admin-sidebar .footer-actions a:hover { color: #8A3A33; }
.admin-sidebar .logout { color: #8A3A33 !important; }

.admin-main { margin-left: 260px; padding: 40px; flex: 1; }
@media (max-width: 768px) { .admin-main { margin-left: 0; padding: 24px; } .admin-sidebar { position: static; width: 100%; height: auto; } .admin-shell { flex-direction: column; } }

.admin-card { background: #FFFFFF; border: 1px solid #E5E1D8; padding: 32px 40px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); margin-bottom: 24px; }
.admin-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 32px; flex-wrap: wrap; }
.admin-head h1 { font-size: 40px; margin: 0 0 8px; letter-spacing: -0.02em; font-variation-settings: "opsz" 144, "SOFT" 40, "wght" 500; }
.admin-head p { color: #5C5C5C; font-size: 14px; margin: 0; max-width: 600px; }

.form-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.form-grid .full { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: #5C5C5C; font-weight: 600; }
.form-field input, .form-field textarea, .form-field select { background: #FFFFFF; border: 1px solid #E5E1D8; padding: 10px 12px; font-size: 14px; font-family: inherit; }
.form-field input:focus, .form-field textarea:focus { border-color: #8A3A33; outline: none; }
.form-field textarea { resize: vertical; min-height: 120px; }

.btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; border: none; font-family: inherit; font-weight: 600; transition: all 300ms; }
.btn.primary { background: #8A3A33; color: white; }
.btn.primary:hover { background: #6D2D27; }
.btn.secondary { background: #FAF8F3; color: #1A1A1A; border: 1px solid #E5E1D8; }
.btn.secondary:hover { background: #EFECE5; }
.btn.danger { background: none; border: 1px solid #8A3A33; color: #8A3A33; }
.btn.danger:hover { background: #8A3A33; color: white; }
.btn-row { display: flex; gap: 12px; align-items: center; }

.item-list { display: flex; flex-direction: column; border: 1px solid #E5E1D8; }
.item-row { border-bottom: 1px solid #E5E1D8; }
.item-row:last-child { border-bottom: none; }
.item-summary { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: white; cursor: pointer; }
.item-summary:hover { background: #FAF8F3; }
.item-body { padding: 24px 20px; background: #FAF8F3; border-top: 1px solid #E5E1D8; display: flex; flex-direction: column; gap: 16px; }

.thumb { width: 80px; height: 80px; object-fit: cover; border: 1px solid #E5E1D8; }
.upload-row { display: flex; align-items: center; gap: 12px; }
.thumb-wrap { position: relative; }

.flash-list { position: fixed; top: 20px; right: 20px; z-index: 100; display: flex; flex-direction: column; gap: 8px; }
.flash { padding: 12px 20px; color: white; font-size: 13px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.flash.success { background: #1A1A1A; border-left: 3px solid #4CAF50; }
.flash.error { background: #8A2222; }

.login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.login-card { background: white; padding: 40px 48px; border: 1px solid #E5E1D8; box-shadow: 0 20px 50px rgba(0,0,0,0.08); width: 100%; max-width: 420px; }
.login-card h1 { font-size: 32px; margin: 0 0 8px; letter-spacing: -0.02em; }
.login-card .sub { color: #5C5C5C; font-size: 14px; margin: 0 0 24px; }
.login-card label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.login-card label .overline { color: #5C5C5C; font-size: 10px; letter-spacing: 0.2em; font-weight: 600; }
.login-card input { background: white; border: 1px solid #E5E1D8; padding: 12px 14px; font-family: inherit; font-size: 14px; }
.login-card input:focus { border-color: #8A3A33; outline: none; }
.login-card button { width: 100%; background: #1A1A1A; color: white; border: none; padding: 14px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; cursor: pointer; font-family: inherit; }
.login-card button:hover { background: #8A3A33; }
.login-card .back-link { display: block; text-align: center; margin-top: 16px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #5C5C5C; }

.message-list { display: flex; flex-direction: column; gap: 12px; }
.message-item { background: white; border: 1px solid #E5E1D8; padding: 20px; }
.message-item .meta { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.message-item .meta strong { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500; font-variation-settings: "opsz" 60, "SOFT" 40, "wght" 500; }
.message-item .msg-body { white-space: pre-wrap; font-size: 14px; color: #3A3A3A; }
