/*
Theme Name: Hormonbalance Landing V3
Theme URI: https://example.com/hormonbalance
Author: Hormonbalance
Author URI: https://example.com
Description: Multi-Produkt-Theme für die Hormonbalance-Marke. Marken-Startseite mit Produktübersicht und beliebig viele Verkaufsseiten (Page-Template "Verkaufsseite"). DSGVO-konform mit lokalen Fonts. Emojis, Kommentare und Standard-Widgets deaktiviert.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hormonbalance
Tags: landing-page, one-page, custom-colors, custom-logo
*/

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #FAF5F0;
    color: #2C2C2C;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: all 0.2s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* Typografie */
h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #8B3A4A;
}
h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(1.875rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.5rem; }
p { color: #2C2C2C; }

.accent { color: #B8576B; }
.gold { color: #C9A961; }

/* Layout */
.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}
section { padding: 96px 0; }
@media (max-width: 768px) {
    section { padding: 64px 0; }
}

.eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #B8576B;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
    display: block;
}

/* Topbar Countdown */
.topbar {
    background: linear-gradient(90deg, #8B3A4A 0%, #B8576B 100%);
    color: #FAF5F0;
    text-align: center;
    padding: 12px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(139, 58, 74, 0.15);
}
.topbar.expired { background: #7A7A7A; }
.topbar strong { font-weight: 700; }
#countdown { font-variant-numeric: tabular-nums; font-weight: 700; }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}
.btn-primary {
    background: #8B3A4A;
    color: #FAF5F0;
    box-shadow: 0 4px 24px rgba(139, 58, 74, 0.25);
}
.btn-primary:hover {
    background: #B8576B;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(139, 58, 74, 0.35);
}
.btn-secondary {
    background: transparent;
    color: #8B3A4A;
    border: 2px solid #8B3A4A;
}
.btn-secondary:hover {
    background: #8B3A4A;
    color: #FAF5F0;
    transform: translateY(-2px);
}
.btn-full { width: 100%; }
.btn .check { font-weight: 700; }

/* Hero */
.hero {
    text-align: center;
    padding-top: 80px;
}
.hero h1 {
    max-width: 900px;
    margin: 24px auto 24px;
}
.hero .accent { display: block; color: #B8576B; font-style: italic; }
.hero .subhead {
    font-size: 1.25rem;
    color: #7A7A7A;
    max-width: 680px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.hero .trust-line {
    margin-top: 16px;
    font-size: 0.875rem;
    color: #7A7A7A;
}

/* Two-Column Sections */
.two-col {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}
.two-col.reverse { grid-template-columns: 1fr 1.1fr; }
@media (max-width: 968px) {
    .two-col, .two-col.reverse {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .two-col.reverse .col-image { order: -1; }
}
.col-text h2 { margin-bottom: 24px; }
.col-text p {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #2C2C2C;
}
.col-text p + p { margin-top: 0; }
.col-text .btn { margin-top: 24px; }

/* Book Mockup (CSS-Only) */
.book-mockup {
    position: relative;
    perspective: 1500px;
    padding: 40px;
}
.book {
    position: relative;
    transform: rotateY(-18deg) rotateX(4deg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    margin: 0 auto;
    max-width: 380px;
    aspect-ratio: 3/4;
    box-shadow:
        0 20px 60px rgba(139, 58, 74, 0.25),
        0 0 80px rgba(201, 169, 97, 0.15);
}
.book:hover { transform: rotateY(-12deg) rotateX(2deg); }
.book-cover {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8B3A4A 0%, #B8576B 60%, #C9A961 100%);
    border-radius: 4px 12px 12px 4px;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FAF5F0;
    overflow: hidden;
}
.book-cover::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 14px;
    background: linear-gradient(90deg, rgba(0,0,0,0.4), rgba(0,0,0,0));
}
.book-cover::after {
    content: '';
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 2px;
    pointer-events: none;
}
.book-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 500;
}
.book-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    line-height: 1.05;
    font-weight: 700;
    color: #FAF5F0;
    margin: 0;
}
.book-title em { color: #FAF5F0; font-style: italic; opacity: 0.95; }
.book-tagline {
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: 0.9;
}
.book-divider {
    width: 40px;
    height: 2px;
    background: #C9A961;
    margin: 12px 0;
}

/* Book Open (zweites Mockup) */
.book-open {
    display: flex;
    background: #FAF5F0;
    border-radius: 6px;
    box-shadow:
        0 24px 60px rgba(139, 58, 74, 0.2),
        0 0 80px rgba(201, 169, 97, 0.12);
    max-width: 480px;
    margin: 0 auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    transform: rotateX(2deg);
}
.book-page {
    flex: 1;
    padding: 28px 22px;
    font-size: 0.7rem;
    line-height: 1.5;
    color: #2C2C2C;
    background: linear-gradient(90deg, rgba(0,0,0,0.04), transparent 10%);
}
.book-page + .book-page {
    background: linear-gradient(90deg, rgba(0,0,0,0.15), transparent 8%);
}
.book-page .page-eyebrow {
    font-size: 0.55rem;
    color: #C9A961;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
}
.book-page .page-title {
    font-family: 'Playfair Display', serif;
    color: #8B3A4A;
    font-size: 0.95rem;
    margin-bottom: 8px;
    line-height: 1.2;
}
.book-page .page-body { color: #555; font-size: 0.68rem; }
.book-page .page-list { list-style: none; margin-top: 6px; }
.book-page .page-list li {
    padding: 2px 0;
    color: #555;
    font-size: 0.65rem;
}
.book-page .page-list li::before { content: '— '; color: #B8576B; }
.book-page .page-callout {
    background: #FFF5F0;
    border-left: 2px solid #C9A961;
    padding: 6px 8px;
    margin-top: 8px;
    font-size: 0.6rem;
    color: #8B3A4A;
    border-radius: 0 4px 4px 0;
}

/* Vorteilsliste */
.benefit-list {
    list-style: none;
    margin-top: 24px;
}
.benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    font-size: 1.0625rem;
    color: #2C2C2C;
}
.benefit-list li::before {
    content: '✓';
    color: #C9A961;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
    line-height: 1.4;
}

/* Phasen-Cards */
.phases { margin-top: 24px; }
.phase-card {
    background: #FAF5F0;
    border: 1px solid #E8C5CB;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}
.phase-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: #C9A961;
}
.phase-card:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 32px rgba(139, 58, 74, 0.08);
}
.phase-label {
    font-size: 0.75rem;
    color: #C9A961;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}
.phase-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.375rem;
    color: #8B3A4A;
    margin-bottom: 8px;
}
.phase-body { color: #555; font-size: 1rem; }

/* Social Proof */
.section-social {
    background: #FFF8F4;
    text-align: center;
}
.section-social h2 { text-align: center; margin-bottom: 56px; }
.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}
@media (max-width: 968px) {
    .testimonials { grid-template-columns: 1fr; }
}
.testimonial {
    background: #FAF5F0;
    border: 1px solid #E8C5CB;
    border-radius: 16px;
    padding: 32px;
    text-align: left;
}
.testimonial-quote {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: #2C2C2C;
    margin-bottom: 24px;
    font-style: italic;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B8576B, #C9A961);
    color: #FAF5F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.testimonial-name { font-weight: 600; color: #8B3A4A; font-size: 0.9375rem; }
.testimonial-role { font-size: 0.8125rem; color: #7A7A7A; }

/* Zahlenleiste */
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 800px;
    margin: 0 auto 56px;
}
@media (max-width: 768px) {
    .stats { grid-template-columns: 1fr; gap: 24px; }
}
.stat { text-align: center; }
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #8B3A4A;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label { font-size: 0.9375rem; color: #7A7A7A; }

/* Angebot / Preis-Box */
.section-offer { background: #FAF5F0; }
.price-box {
    background: #FFFFFF;
    border: 1px solid #E8C5CB;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow:
        0 30px 80px rgba(139, 58, 74, 0.12),
        0 0 0 1px rgba(201, 169, 97, 0.15);
    position: relative;
}
@media (max-width: 768px) { .price-box { padding: 32px 24px; } }
.price-box h2 { margin-bottom: 24px; font-size: 1.875rem; }
.price-list {
    list-style: none;
    margin: 24px 0 32px;
    padding: 24px 0;
    border-top: 1px solid #E8C5CB;
    border-bottom: 1px solid #E8C5CB;
}
.price-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 1rem;
    color: #2C2C2C;
}
.price-list li::before {
    content: '✓';
    color: #C9A961;
    font-weight: 700;
    flex-shrink: 0;
}
.price-display {
    text-align: center;
    margin: 32px 0 24px;
}
.price-old {
    font-size: 1.25rem;
    color: #7A7A7A;
    text-decoration: line-through;
    margin-right: 12px;
}
.price-new {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #8B3A4A;
    line-height: 1;
}
.price-note {
    text-align: center;
    font-size: 0.875rem;
    color: #7A7A7A;
    margin-bottom: 32px;
}
.countdown-box {
    background: #FFF8F4;
    border: 1px solid #E8C5CB;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    text-align: center;
}
.countdown-label {
    font-size: 0.8125rem;
    color: #8B3A4A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 12px;
}
.countdown-display {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-variant-numeric: tabular-nums;
}
.countdown-unit { text-align: center; }
.countdown-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #8B3A4A;
    line-height: 1;
}
.countdown-text {
    font-size: 0.6875rem;
    color: #7A7A7A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 4px;
}
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    font-size: 0.8125rem;
    color: #7A7A7A;
    flex-wrap: wrap;
}
.trust-badges span { display: flex; align-items: center; gap: 6px; }

/* Bundle Mockup */
.bundle-stack { position: relative; padding: 20px; }
.bundle-item {
    position: relative;
    background: linear-gradient(135deg, #B8576B, #8B3A4A);
    color: #FAF5F0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(139, 58, 74, 0.18);
    margin-bottom: 12px;
}
.bundle-item.bonus {
    background: #FFFFFF;
    color: #2C2C2C;
    border: 1px solid #E8C5CB;
}
.bundle-item.bonus .bundle-label { color: #C9A961; }
.bundle-item.bonus .bundle-title { color: #8B3A4A; }
.bundle-label {
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 4px;
    font-weight: 600;
}
.bundle-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
}
.bundle-item.main {
    transform: rotate(-2deg);
    background: linear-gradient(135deg, #8B3A4A, #B8576B, #C9A961);
    padding: 32px 24px;
    margin-bottom: 20px;
}
.bundle-item.main .bundle-title { font-size: 1.5rem; line-height: 1.2; }

/* Einwand-Sektion */
.objection {
    background: #FAF5F0;
    border-left: 4px solid #C9A961;
    border-radius: 0 12px 12px 0;
    padding: 28px 32px;
    margin-bottom: 24px;
}
.objection-q {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #8B3A4A;
    margin-bottom: 12px;
    font-weight: 700;
}
.objection-a {
    color: #2C2C2C;
    font-size: 1.0625rem;
    line-height: 1.6;
}

/* FAQ Accordion */
.faq { max-width: 800px; margin: 0 auto; }
.faq-item {
    background: #FAF5F0;
    border: 1px solid #E8C5CB;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
}
.faq-item.open { box-shadow: 0 8px 32px rgba(139, 58, 74, 0.08); }
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #8B3A4A;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.faq-toggle {
    width: 32px;
    height: 32px;
    background: #B8576B;
    color: #FAF5F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 16px;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
    font-size: 1rem;
    color: #2C2C2C;
    line-height: 1.65;
}
.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 24px 24px;
}

/* Center utilities */
.text-center { text-align: center; }
.cta-center { display: flex; justify-content: center; margin-top: 32px; }

/* Footer */
.footer {
    background: #FFF8F4;
    border-top: 1px solid #E8C5CB;
    padding: 48px 0;
    text-align: center;
    font-size: 0.875rem;
    color: #7A7A7A;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
@media (max-width: 768px) {
    .footer-content { flex-direction: column; gap: 12px; }
}
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-links a:hover { color: #8B3A4A; }

/* Section Dividers */
.divider {
    width: 60px;
    height: 2px;
    background: #C9A961;
    margin: 0 auto 32px;
}

/* Hero specific tweaks */
.hero h1 .accent-block {
    color: #B8576B;
    font-style: italic;
    display: block;
    margin-top: 8px;
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .hero { padding-top: 48px; }
    .price-new { font-size: 2.75rem; }
    .countdown-num { font-size: 1.5rem; }
    .btn { padding: 14px 24px; font-size: 0.9375rem; }
    .trust-badges { gap: 16px; }
}

/* =====================================================
   SITE-HEADER (auf Unterseiten)
   ===================================================== */
.site-header {
    background: #FFFFFF;
    border-bottom: 1px solid #E8C5CB;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 2px 12px rgba(139, 58, 74, 0.04);
}
.site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}
.site-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #8B3A4A;
    letter-spacing: -0.01em;
}
.site-title:hover { color: #B8576B; }
.custom-logo-link img { max-height: 200px; width: auto; }

.site-nav { display: flex; align-items: center; }
.primary-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
    align-items: center;
}
.primary-menu li { position: relative; }
.primary-menu a {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #2C2C2C;
    padding: 8px 0;
    transition: color 0.2s ease;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a {
    color: #8B3A4A;
}

/* Submenu */
.primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #E8C5CB;
    border-radius: 8px;
    min-width: 200px;
    padding: 8px 0;
    list-style: none;
    box-shadow: 0 8px 32px rgba(139, 58, 74, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    margin: 0;
}
.primary-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.primary-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 0.875rem;
}
.primary-menu .sub-menu a:hover {
    background: #FFF8F4;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.menu-toggle-bar {
    width: 24px;
    height: 2px;
    background: #8B3A4A;
    transition: all 0.3s ease;
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.screen-reader-text {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media (max-width: 768px) {
    .menu-toggle { display: flex; }
    .primary-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFFFFF;
        border-top: 1px solid #E8C5CB;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 16px 24px;
        box-shadow: 0 8px 32px rgba(139, 58, 74, 0.08);
    }
    .site-nav.open .primary-menu { display: flex; }
    .primary-menu a {
        padding: 12px 0;
        border-bottom: 1px solid #FFF8F4;
        display: block;
    }
    .primary-menu li:last-child a { border-bottom: none; }
    .primary-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding-left: 16px;
        background: #FFF8F4;
        border-radius: 4px;
        margin-top: 4px;
    }
}

/* =====================================================
   FOOTER (vereinheitlicht V3)
   ===================================================== */
.footer {
    background: #FFF8F4;
    border-top: 1px solid #E8C5CB;
    padding: 48px 0 32px;
    text-align: left;
    margin-top: 32px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E8C5CB;
}
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .footer { padding: 32px 0 24px; }
}
.footer-col { color: #2C2C2C; }
.footer-widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
    color: #8B3A4A;
    margin-bottom: 16px;
    font-weight: 700;
}
.footer-widget {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #2C2C2C;
}
.footer-widget p { font-size: 0.9375rem; color: #2C2C2C; margin-bottom: 8px; }
.footer-widget ul { list-style: none; padding: 0; margin: 0; }
.footer-widget ul li { padding: 4px 0; }
.footer-widget a {
    color: #8B3A4A;
    transition: color 0.2s ease;
}
.footer-widget a:hover {
    color: #B8576B;
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.875rem;
    color: #7A7A7A;
}
.footer-bottom.with-widgets {
    /* keine extra Padding/Border nötig — schon vom Grid getrennt */
}
.footer-bottom .footer-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom .footer-links a { color: #7A7A7A; }
.footer-bottom .footer-links a:hover { color: #8B3A4A; }
.footer-copy { color: #7A7A7A; }
@media (max-width: 600px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom .footer-links {
        justify-content: center;
    }
}

/* =====================================================
   PAGE CONTENT (für eigene Unterseiten wie Über mich, Blog)
   ===================================================== */
.page-content {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #2C2C2C;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    margin: 32px 0 16px;
}
.page-content h2 { font-size: 1.875rem; }
.page-content h3 { font-size: 1.375rem; }
.page-content p {
    margin-bottom: 16px;
    color: #2C2C2C;
}
.page-content ul,
.page-content ol {
    margin: 16px 0 16px 24px;
}
.page-content li {
    margin-bottom: 8px;
}
.page-content a {
    color: #8B3A4A;
    text-decoration: underline;
    text-decoration-color: #E8C5CB;
    text-underline-offset: 3px;
}
.page-content a:hover {
    color: #B8576B;
    text-decoration-color: #B8576B;
}
.page-content blockquote {
    border-left: 4px solid #C9A961;
    padding: 16px 24px;
    margin: 24px 0;
    background: #FFF8F4;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #8B3A4A;
}
.page-content img {
    border-radius: 8px;
    margin: 24px 0;
}
.page-content code {
    background: #FFF8F4;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    color: #8B3A4A;
}

/* =====================================================
   MARKEN-STARTSEITE (front-page.php)
   ===================================================== */
.brand-hero {
    padding: 96px 0 80px;
    text-align: center;
    background: linear-gradient(180deg, #FAF5F0 0%, #FFF8F4 100%);
}
@media (max-width: 768px) { .brand-hero { padding: 64px 0 56px; } }

.brand-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    color: #8B3A4A;
    margin: 24px auto 24px;
    max-width: 900px;
    font-weight: 700;
}
.brand-subhead {
    font-size: 1.125rem;
    color: #7A7A7A;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* Produkt-Grid */
.brand-products {
    padding: 96px 0;
}
@media (max-width: 768px) { .brand-products { padding: 64px 0; } }

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.product-card {
    background: #FFFFFF;
    border: 1px solid #E8C5CB;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(139, 58, 74, 0.15);
    border-color: #B8576B;
}
.product-card-visual {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #B8576B 0%, #8B3A4A 60%, #C9A961 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #B8576B 0%, #8B3A4A 60%, #C9A961 100%);
}
.product-card-initials {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    color: #FAF5F0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.product-card-content {
    padding: 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #8B3A4A;
    margin-bottom: 12px;
    font-weight: 700;
}
.product-card-excerpt {
    color: #555;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}
.product-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
}
.product-card-price .price-old {
    font-size: 0.9375rem;
    color: #7A7A7A;
    text-decoration: line-through;
}
.product-card-price .price-new {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #8B3A4A;
    font-weight: 700;
}
.product-card-cta {
    color: #B8576B;
    font-weight: 600;
    font-size: 0.9375rem;
    margin-top: auto;
    transition: color 0.2s ease;
}
.product-card:hover .product-card-cta {
    color: #8B3A4A;
}

/* Werte-Sektion */
.brand-values {
    padding: 96px 0;
    background: #FFF8F4;
    border-top: 1px solid #E8C5CB;
    border-bottom: 1px solid #E8C5CB;
}
@media (max-width: 768px) { .brand-values { padding: 64px 0; } }

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}
@media (max-width: 768px) {
    .values-grid { grid-template-columns: 1fr; gap: 32px; }
}
.value-card {
    text-align: center;
}
.value-icon {
    font-size: 2.5rem;
    color: #C9A961;
    margin-bottom: 16px;
    line-height: 1;
}
.value-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.375rem;
    color: #8B3A4A;
    margin-bottom: 12px;
    font-weight: 700;
}
.value-card p {
    color: #555;
    font-size: 0.9375rem;
    line-height: 1.65;
}

/* Über-Sektion */
.brand-about {
    padding: 96px 0;
}
@media (max-width: 768px) { .brand-about { padding: 64px 0; } }

.about-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.about-content h2 {
    margin-bottom: 24px;
}
.about-content p {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #2C2C2C;
    margin-bottom: 16px;
}

/* Site-Header soll auf Startseite leicht transparent wirken */
body.home .site-header {
    background: rgba(250, 245, 240, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Topbar muss bei vorhandenem Header darunter Platz haben */
.topbar { z-index: 60; }
