/* KW Hero-Typed — Polterschild Produkt-Hero. Übernimmt die vormaligen inline-Styles. */
.kw-hero-typed {
    background: #fff;
    padding: 80px 24px 64px;
    color: #1A1410;
    text-align: center;
}
.kw-hero-typed__inner { max-width: 1240px; margin: 0 auto; }
.kw-hero-typed__headline {
    font-size: 2.99rem;
    line-height: 1.15;
    margin: 0 0 36px 0;
    font-weight: 700;
    color: #1A1410;
}
/* getippte Phrase: Ghost reserviert Breite (kein Layout-Shift), .kw-type liegt darüber */
.kw-type-wrap { position: relative; display: inline-block; text-align: left; }
.kw-type-ghost { visibility: hidden; white-space: nowrap; }
.kw-type { position: absolute; left: 0; top: 0; color: #7A1C33; white-space: nowrap; }
.kw-type::after { content: '|'; margin-left: 2px; color: #7A1C33; animation: kw-type-blink 1s step-end infinite; }
.kw-type-caret { display: none; } /* Caret kommt via ::after */
@keyframes kw-type-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.kw-type-br { display: none; }
@media (max-width: 768px) {
    .kw-type-br { display: inline; }
    .kw-type-spacer { display: none; }
    .kw-hero-typed__headline { font-size: 2.1rem; }
    .kw-hero-typed { padding: 56px 18px 48px; }
}

/* Filmstrip */
.kw-hero-typed__strip-wrap { position: relative; }
.kw-hero-typed__strip {
    display: flex;
    gap: 18px;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    flex-wrap: nowrap;
}
.kw-hero-typed__strip::-webkit-scrollbar { height: 6px; }
.kw-hero-typed__strip::-webkit-scrollbar-thumb { background: rgba(122,28,51,0.25); border-radius: 3px; }
.kw-hero-typed__figure {
    margin: 0;
    background: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    scroll-snap-align: center;
}
.kw-hero-typed__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #fff;
    padding: 16px;
    display: block;
}
.kw-hero-typed__cap {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #7A1C33;
    text-align: center;
    padding: 10px 0 14px;
    background: #fff;
    border-top: 1px solid #eee;
}
@media (min-width: 769px) {
    .kw-hero-typed__strip { overflow-x: visible; }
    .kw-hero-typed__figure { flex: 1 1 0; }
    .kw-strip-nav { display: none !important; }
}
@media (max-width: 768px) {
    .kw-hero-typed__figure { min-width: 80%; flex: 0 0 80%; }
}
.kw-strip-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: #7A1C33;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    z-index: 2;
}
.kw-strip-nav--prev { left: 8px; }
.kw-strip-nav--next { right: 8px; }
.kw-strip-nav:hover { background: #5a131f; }
.kw-strip-nav:active { transform: translateY(-50%) scale(0.95); }

/* Keyfact-Pillen */
.kw-hero-typed__keyfacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}
.kw-hero-typed__pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FAF6F0;
    border: 1.5px solid #7A1C33;
    color: #1A1410;
    padding: 16px 28px;
    border-radius: 999px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
.kw-hero-typed__pill strong {
    color: #7A1C33;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.92rem;
}
