/* =================================================================== */
/* VOLLSTÄNDIGER INHALT FÜR: hero.css (Finale Ausrichtung) */
/* =================================================================== */

/* 1. GRUNDSTRUKTUR & ATMOSPHÄRE */
.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 120px 5vw 5vw 5vw;
    box-sizing: border-box;
    overflow: hidden;
}
.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: var(--z-index-background);
    animation: kenBurns 45s infinite alternate ease-in-out;
    transform-origin: center center;
}
@keyframes kenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(30, 10, 22, 0.75) 50%, #1b1b1b 100%);
    z-index: var(--z-index-overlay);
    pointer-events: none;
}

/* 2. SPLIT-LAYOUT */
.hero-split-container {
    position: relative;
    z-index: var(--z-index-content);
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 5vw; /* Etwas mehr Abstand für die breitere Optik */
}
.hero-column {
    display: flex;
    flex-direction: column;
}
.hero-column--left {
    flex: 0.8; /* Nimmt weniger Platz ein */
    text-align: left;
    align-items: flex-start;
}
.hero-column--right {
    flex: 1.2; /* Nimmt mehr Platz ein */
    align-items: stretch; /* Sorgt dafür, dass die Box die Höhe füllen kann */
}

/* 3. STYLING DER ELEMENTE */
.hero-column--left h1 {
    font-family: 'Yeseva One', serif;
    font-size: clamp(3rem, 7vw, 5.5rem); /* Etwas größer für mehr Impact */
    line-height: 1.1;
    margin: 0 0 0.5em 0;
    color: var(--color-headline);
    text-shadow: 0 3px 20px rgba(0,0,0,0.6);
}
.hero-highlight {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    background: rgba(228, 201, 139, 0.12);
    color: var(--color-headline);
    border-radius: 12px;
    display: inline-block;
    padding: 0.5em 1.7em;
    margin-top: 1em;
    font-weight: 500;
}
.hero-content-box {
    background: rgba(25, 18, 25, 0.45);
    backdrop-filter: blur(8px) saturate(1.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--wkv-box-radius);
    padding: 2.5rem;
    width: 100%;
    max-width: none; /* BEHOBEN: Alte Beschränkung entfernt */
}
.hero-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
    margin-bottom: 2em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    color: var(--color-text);
}
.hero-list span {
    display: flex;
    align-items: center;
    gap: 0.8em;
}
.list-icon {
    font-size: 1.2rem;
    line-height: 1;
}
.hero-offer-section {
    padding-top: 1.5em;
    border-top: 1px solid rgba(228, 201, 139, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2em;
    text-align: center;
}
.hero-offer { display: flex; flex-direction: column; align-items: center; gap: 0.2em; }
.offer-label { font-family: 'Josefin Sans', sans-serif; font-weight: 700; font-size: 0.8rem; color: var(--wkv-pink); letter-spacing: 0.1em; text-transform: uppercase; }
.hero-price { font-family: 'Yeseva One', serif; font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--color-headline); line-height: 1.2; font-weight: 600; }
.hero-price s { font-size: 0.6em; color: var(--color-text-soft); font-weight: 400; }
.shipping-info { font-family: 'Josefin Sans', sans-serif; font-size: 0.8rem; color: var(--color-text-soft); }

/* 4. BUTTON & ANIMATION */
.hero-cta.hero-cta--outline {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    background: var(--wkv-pink);
    color: #fff;
    border: 2px solid var(--wkv-pink);
    padding: 0.8rem 1.5rem;
    border-radius: var(--wkv-ci-radius);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease-out;
}
.cta-main-text { font-family: 'Josefin Sans', sans-serif; font-size: 1.05rem; font-weight: 700; }
.cta-sub-text { font-family: 'Josefin Sans', sans-serif; font-size: 0.8rem; font-weight: 400; opacity: 0.8; }
.hero-cta.hero-cta--outline:hover {
    background: var(--wkv-pink-hover);
    border-color: var(--wkv-pink-hover);
    transform: scale(1.03);
    box-shadow: 0 4px 20px 2px rgba(179,19,71,0.3);
}
.animate-on-load {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.animate-on-load.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.hero-column--right.animate-on-load {
    transition-delay: 200ms;
}

/* 5. RESPONSIVE ANPASSUNGEN */
@media (max-width: 1024px) {
    .hero-split-container {
        flex-direction: column;
        text-align: center;
        gap: 2em;
    }
    .hero-column--left {
        text-align: center;
        align-items: center; /* Zentriert die linke Spalte auf Mobile */
        flex: 1; /* Setzt Flex-Ratio zurück */
    }
    .hero-column--right {
        flex: 1; /* Setzt Flex-Ratio zurück */
        width: 100%;
    }
    .hero-content-box {
        max-width: 500px; /* Gibt der Box auf Mobile eine maximale Breite */
    }
    .hero-list {
        align-items: center;
    }
}
@media (max-width: 900px) {
    html { font-size: 15.5px; }
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.55rem; }
}
@media (max-width: 600px) {
    html { font-size: 14.5px; }
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.23rem; }
}
