/* =========================================================
   Kobalz Homepage Builder v1.0.33
   Steuert nur den Body-Bereich der Startseite.
========================================================= */

body.kbh-homepage-active {
    background: #ffffff;
}

body.kbh-homepage-active .kbh-original-hidden {
    display: none !important;
}

.kbh-homepage,
.kbh-homepage * {
    box-sizing: border-box;
}

.kbh-homepage {
    width: 100%;
    overflow: hidden;
    color: #171717;
    font-family: inherit;
    background: #ffffff;
}

.kbh-shell {
    width: min(1680px, calc(100vw - 64px));
    margin: 0 auto;
}

/* HERO */

.kbh-hero {
    position: relative;
    padding: 24px 0 20px;
    background:
        radial-gradient(circle at 80% 12%, rgba(248, 196, 0, .20), transparent 28%),
        linear-gradient(135deg, #f7f4ea 0%, #ffffff 42%, #f4f6f8 100%);
    border-bottom: 1px solid #eceff2;
}

.kbh-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1fr);
    gap: 44px;
    align-items: center;
}

.kbh-hero-copy {
    max-width: 760px;
}

.kbh-eyebrow,
.kbh-section-head span,
.kbh-highlight-copy span {
    display: inline-flex;
    align-items: center;
    color: #756010;
    background: rgba(248, 196, 0, .14);
    border: 1px solid rgba(248, 196, 0, .34);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.kbh-hero h1 {
    margin: 16px 0 14px;
    max-width: 760px;
    color: #111111;
    font-size: clamp(38px, 3.25vw, 56px);
    line-height: 1.03;
    letter-spacing: -.052em;
    font-weight: 900;
}

.kbh-hero p {
    max-width: 650px;
    margin: 0;
    color: #4d545d;
    font-size: clamp(16px, .98vw, 18px);
    line-height: 1.52;
}

.kbh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 22px;
}

.kbh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.kbh-btn:hover {
    transform: translateY(-2px);
    text-decoration: none !important;
}

.kbh-btn-primary {
    color: #111111 !important;
    background: #f8c400;
    box-shadow: 0 16px 30px rgba(248, 196, 0, .28);
}

.kbh-btn-primary:hover {
    background: #ffd43d;
    box-shadow: 0 20px 38px rgba(248, 196, 0, .34);
}

.kbh-btn-secondary {
    color: #111111 !important;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.kbh-hero-stage {
    position: relative;
    min-height: 318px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 28% 26%, rgba(255,255,255,.18), transparent 32%),
        linear-gradient(135deg, #111111 0%, #2b2b2b 46%, #111111 100%);
    box-shadow: 0 26px 70px rgba(0,0,0,.15);
    overflow: hidden;
    isolation: isolate;
}

.kbh-hero-stage::before {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.12);
    background: radial-gradient(circle at 82% 16%, rgba(248,196,0,.28), transparent 32%);
}

.kbh-sink-visual {
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 36px;
    height: 166px;
}

.kbh-sink-top {
    position: absolute;
    inset: 22px 0 0 0;
    border-radius: 26px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.03)),
        linear-gradient(135deg, #3b3b3b, #151515 68%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 28px 54px rgba(0,0,0,.42);
}

.kbh-sink-basin {
    position: absolute;
    right: 7%;
    top: 54px;
    width: 34%;
    height: 76px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0c0c0c, #242424);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.1);
}

.kbh-sink-drain {
    position: absolute;
    left: 14%;
    bottom: 34px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #cfd4d8, #7c858d);
    box-shadow: 0 0 0 7px rgba(255,255,255,.06);
}

.kbh-sink-tap {
    position: absolute;
    right: 40%;
    top: -5px;
    width: 42px;
    height: 92px;
    border-radius: 28px 28px 12px 12px;
    background: linear-gradient(135deg, #e5e8eb, #777f86);
    box-shadow: 0 18px 34px rgba(0,0,0,.28);
}

.kbh-sink-tap::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 12px;
    width: 78px;
    height: 32px;
    border: 12px solid #b6bdc3;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 28px 0 0;
}

.kbh-sink-badge {
    position: absolute;
    left: 20px;
    bottom: -2px;
    width: 225px;
    padding: 13px 16px;
    border-radius: 22px;
    color: #111111;
    background: rgba(255,255,255,.93);
    box-shadow: 0 18px 40px rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
}

.kbh-sink-badge small,
.kbh-sink-badge strong {
    display: block;
}

.kbh-sink-badge small {
    color: #6c737a;
    font-size: 12px;
}

.kbh-sink-badge strong {
    margin-top: 2px;
    font-size: 18px;
    line-height: 1.15;
}

/* TRUST */

.kbh-trust {
    padding: 12px 0;
    background: #ffffff;
    border-bottom: 1px solid #eceff2;
}

.kbh-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.kbh-trust article {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 66px;
    padding: 12px 16px;
    border: 1px solid #eceff2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,.035);
}

.kbh-trust svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    fill: #111111;
}

.kbh-trust strong,
.kbh-trust span {
    display: block;
}

.kbh-trust strong {
    color: #111111;
    font-size: 14px;
    font-weight: 850;
}

.kbh-trust span {
    margin-top: 2px;
    color: #666f78;
    font-size: 12px;
    line-height: 1.35;
}

/* SECTIONS */

.kbh-section {
    padding: 52px 0;
}

.kbh-section-head {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.kbh-section-head-left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.kbh-section-head h2,
.kbh-highlight-copy h2,
.kbh-seo-box h2 {
    margin: 17px 0 12px;
    color: #111111;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.05;
    letter-spacing: -.04em;
    font-weight: 900;
}

.kbh-section-head p,
.kbh-highlight-copy p,
.kbh-seo-box p {
    margin: 0;
    color: #5b626b;
    font-size: 17px;
    line-height: 1.65;
}

/* CATEGORIES */

.kbh-categories {
    background: #f7f8fa;
}

.kbh-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kbh-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 200px;
    overflow: hidden;
    padding: 24px;
    border-radius: 26px;
    color: #111111 !important;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 34px rgba(0,0,0,.05);
    transition: transform .18s ease, box-shadow .18s ease;
}

.kbh-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(0,0,0,.1);
    text-decoration: none !important;
}

.kbh-category-art {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 16%, rgba(248,196,0,.28), transparent 30%),
        linear-gradient(135deg, #f0f2f5, #ffffff);
}

.kbh-category-art::before,
.kbh-category-art::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 24px;
    background: rgba(17,17,17,.12);
}

.kbh-category-sink .kbh-category-art::before {
    width: 170px;
    height: 96px;
    border-radius: 22px;
    background: linear-gradient(135deg, #111111, #484848);
}

.kbh-category-sink .kbh-category-art::after {
    right: 54px;
    top: 48px;
    width: 74px;
    height: 40px;
    border-radius: 12px;
    background: #161616;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.12);
}

.kbh-category-tap .kbh-category-art::before {
    width: 64px;
    height: 132px;
    border-radius: 32px 32px 12px 12px;
    background: linear-gradient(135deg, #dce1e5, #848c94);
}

.kbh-category-tools .kbh-category-art::before {
    width: 172px;
    height: 34px;
    border-radius: 999px;
    background: #303438;
    transform: rotate(-12deg);
}

.kbh-category-bake .kbh-category-art::before {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6c472b, #c49866);
}

.kbh-category-board .kbh-category-art::before {
    width: 166px;
    height: 98px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e0b878, #805027);
}

.kbh-category-gift .kbh-category-art::before {
    width: 124px;
    height: 124px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f8c400, #fff0a6);
}

.kbh-category-card strong,
.kbh-category-card em,
.kbh-category-card b {
    position: relative;
    z-index: 1;
}

.kbh-category-card strong {
    display: block;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 900;
}

.kbh-category-card em {
    display: block;
    max-width: 360px;
    margin-top: 8px;
    color: #5d646d;
    font-style: normal;
    line-height: 1.45;
}

.kbh-category-card b {
    display: inline-flex;
    margin-top: 18px;
    color: #111111;
    font-size: 14px;
    font-weight: 900;
}

/* HIGHLIGHT */

.kbh-highlight {
    background: #ffffff;
}

.kbh-highlight-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: 48px;
    align-items: center;
}

.kbh-highlight-media {
    min-height: 430px;
    border-radius: 32px;
    padding: 18px;
    background:
        radial-gradient(circle at 24% 18%, rgba(248,196,0,.18), transparent 28%),
        #f1f2f4;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

.kbh-highlight-sink {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 394px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, #111111 0%, #363636 48%, #111111 100%);
}

.kbh-highlight-sink span {
    position: absolute;
    left: 12%;
    top: 27%;
    width: 76%;
    height: 47%;
    border-radius: 34px;
    background: linear-gradient(90deg, rgba(255,255,255,.13), rgba(255,255,255,.03)), #1e1e1e;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.13), 0 26px 46px rgba(0,0,0,.42);
}

.kbh-highlight-sink b {
    position: absolute;
    right: 18%;
    top: 40%;
    width: 24%;
    height: 25%;
    border-radius: 20px;
    background: rgba(0,0,0,.45);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.11);
}

.kbh-highlight-sink i {
    position: absolute;
    left: 18%;
    bottom: 28%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d9dde1, #828a92);
}

.kbh-highlight-copy {
    max-width: 690px;
}

.kbh-highlight-copy ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 26px;
    padding: 0;
    list-style: none;
}

.kbh-highlight-copy li {
    position: relative;
    padding-left: 28px;
    color: #343a40;
    font-size: 16px;
    line-height: 1.45;
}

.kbh-highlight-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .42em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f8c400;
    box-shadow: inset 0 0 0 3px #111111;
}

.kbh-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111111 !important;
    font-weight: 900;
    text-decoration: none !important;
}

.kbh-text-link::after {
    content: "→";
    transition: transform .18s ease;
}

.kbh-text-link:hover::after {
    transform: translateX(4px);
}

/* FEATURE */

.kbh-products {
    background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}

.kbh-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kbh-feature-card {
    display: block;
    min-height: 200px;
    padding: 27px;
    border-radius: 26px;
    color: #111111 !important;
    text-decoration: none !important;
    background:
        radial-gradient(circle at 84% 16%, rgba(248,196,0,.2), transparent 30%),
        #ffffff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 34px rgba(0,0,0,.05);
    transition: transform .18s ease, box-shadow .18s ease;
}


.kbh-feature-card.kbh-has-image {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding-right: 220px;
}

.kbh-feature-card.kbh-has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.90) 46%, rgba(255,255,255,.42) 72%, rgba(255,255,255,.06) 100%);
}

.kbh-feature-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: -2;
    opacity: .88;
    transition: transform .22s ease, opacity .22s ease;
}

.kbh-feature-card.kbh-has-image:hover .kbh-feature-img {
    transform: scale(1.025);
    opacity: .96;
}

.kbh-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(0,0,0,.1);
    text-decoration: none !important;
}

.kbh-feature-card span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
}

.kbh-feature-card p {
    margin: 14px 0 28px;
    color: #5d646d;
    line-height: 1.52;
}

.kbh-feature-card b {
    color: #111111;
    font-size: 14px;
    font-weight: 900;
}

/* BRANDS + SEO */

.kbh-brands {
    padding-top: 38px;
    background: #ffffff;
}

.kbh-brand-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.kbh-brand-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    color: #111111 !important;
    text-decoration: none !important;
    background: #f4f6f8;
    border: 1px solid #e8ebef;
    font-weight: 900;
    transition: background .18s ease, transform .18s ease;
}

.kbh-brand-row a:hover {
    background: #f8c400;
    transform: translateY(-2px);
}

.kbh-seo {
    padding-top: 34px;
    padding-bottom: 82px;
    background: #ffffff;
}

.kbh-seo-box {
    max-width: 1100px;
    padding: 40px;
    border-radius: 28px;
    background: #f7f8fa;
    border: 1px solid #eceff2;
}

.kbh-seo-box h2 {
    margin-top: 0;
    font-size: clamp(28px, 2.4vw, 40px);
}

.kbh-seo-box p + p {
    margin-top: 14px;
}


/* v1.0.7 Desktop Feinschliff */
@media (min-width: 1200px) {
    .kbh-hero {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    .kbh-hero-grid {
        align-items: center;
    }

    .kbh-hero h1 {
        max-width: 690px;
    }

    .kbh-hero p {
        max-width: 610px;
    }

    .kbh-hero-stage {
        max-width: 850px;
        margin-left: auto;
    }
}

/* RESPONSIVE */

@media (max-width: 1199.98px) {
    .kbh-shell {
        width: min(100% - 40px, 1180px);
    }

    .kbh-hero-grid,
    .kbh-highlight-grid {
        grid-template-columns: 1fr;
    }

    .kbh-hero-copy,
    .kbh-highlight-copy {
        max-width: 900px;
    }

    .kbh-hero-stage {
        min-height: 380px;
    }

    .kbh-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .kbh-hero {
        padding: 34px 0 30px;
    }

    .kbh-section {
        padding: 52px 0;
    }

    .kbh-category-grid,
    .kbh-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .kbh-shell {
        width: min(100% - 28px, 720px);
    }

    .kbh-hero h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .kbh-hero p,
    .kbh-section-head p,
    .kbh-highlight-copy p,
    .kbh-seo-box p {
        font-size: 16px;
    }

    .kbh-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kbh-btn {
        width: 100%;
    }

    .kbh-hero-stage {
        min-height: 310px;
        border-radius: 22px;
    }

    .kbh-hero-stage::before {
        inset: 12px;
        border-radius: 18px;
    }

    .kbh-sink-visual {
        left: 5%;
        right: 5%;
        bottom: 42px;
        height: 190px;
    }

    .kbh-sink-tap {
        transform: scale(.78);
        transform-origin: top center;
    }

    .kbh-sink-badge {
        left: 16px;
        right: 16px;
        bottom: -16px;
        width: auto;
    }

    .kbh-trust-grid,
    .kbh-category-grid,
    .kbh-feature-grid {
        grid-template-columns: 1fr;
    }

    .kbh-trust article {
        min-height: auto;
        padding: 15px;
    }

    .kbh-section-head {
        text-align: left;
    }

    .kbh-category-card {
        min-height: 222px;
        padding: 22px;
        border-radius: 22px;
    }

    .kbh-highlight-media {
        min-height: 310px;
        border-radius: 22px;
        padding: 12px;
    }

    .kbh-highlight-sink {
        min-height: 286px;
        border-radius: 18px;
    }

    .kbh-highlight-grid {
        gap: 30px;
    }

    .kbh-seo-box {
        padding: 26px;
        border-radius: 22px;
    }
}


/* v1.0.7 Hero-Korrektur: weniger Leerraum, rechte Grafik zuverlässig sichtbar */
@media (min-width: 1200px) {
    .kbh-hero {
        padding-top: 20px !important;
        padding-bottom: 18px !important;
    }

    .kbh-hero-grid {
        grid-template-columns: minmax(0, .78fr) minmax(460px, .92fr) !important;
        gap: 38px !important;
    }

    .kbh-hero h1 {
        max-width: 660px !important;
        font-size: clamp(36px, 2.75vw, 50px) !important;
        line-height: 1.04 !important;
        margin-top: 15px !important;
        margin-bottom: 13px !important;
    }

    .kbh-hero p {
        max-width: 600px !important;
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    .kbh-hero-actions {
        margin-top: 20px !important;
    }

    .kbh-hero-stage {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: 250px !important;
        max-width: 800px !important;
        border-radius: 24px !important;
    }

    .kbh-hero-stage::before {
        inset: 16px !important;
        border-radius: 19px !important;
    }

    .kbh-sink-visual {
        height: 138px !important;
        bottom: 30px !important;
        left: 7% !important;
        right: 7% !important;
    }

    .kbh-sink-top {
        border-radius: 22px !important;
    }

    .kbh-sink-basin {
        top: 47px !important;
        height: 62px !important;
        border-radius: 14px !important;
    }

    .kbh-sink-drain {
        width: 21px !important;
        height: 21px !important;
        bottom: 28px !important;
    }

    .kbh-sink-tap {
        top: -2px !important;
        width: 34px !important;
        height: 74px !important;
        border-radius: 22px 22px 10px 10px !important;
    }

    .kbh-sink-tap::after {
        right: -52px !important;
        top: 10px !important;
        width: 66px !important;
        height: 26px !important;
        border-width: 10px !important;
    }

    .kbh-sink-badge {
        width: 200px !important;
        padding: 11px 14px !important;
        border-radius: 18px !important;
    }

    .kbh-sink-badge strong {
        font-size: 16px !important;
    }

    .kbh-trust {
        padding: 10px 0 !important;
    }

    .kbh-trust article {
        min-height: 58px !important;
        padding: 10px 14px !important;
    }
}

@media (max-width: 1199.98px) {
    .kbh-hero-stage {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* =========================================================
   v1.0.7 Kategorie-Feinschliff
   Weniger Demo-Optik, bessere Lesbarkeit, ruhigeres Raster.
========================================================= */
@media (min-width: 1200px) {
    .kbh-section {
        padding-top: 46px !important;
        padding-bottom: 48px !important;
    }

    .kbh-categories {
        padding-top: 42px !important;
    }

    .kbh-section-head {
        margin-bottom: 24px !important;
    }

    .kbh-section-head h2,
    .kbh-highlight-copy h2,
    .kbh-seo-box h2 {
        font-size: clamp(28px, 2.35vw, 42px) !important;
        letter-spacing: -.035em !important;
    }

    .kbh-section-head p {
        font-size: 16px !important;
    }

    .kbh-category-grid {
        gap: 16px !important;
    }

    .kbh-category-card {
        min-height: 178px !important;
        padding: 22px !important;
        border-radius: 22px !important;
        box-shadow: 0 10px 28px rgba(0,0,0,.045) !important;
    }

    .kbh-category-card strong {
        max-width: 58% !important;
        font-size: 22px !important;
        letter-spacing: -.02em !important;
    }

    .kbh-category-card em {
        max-width: 58% !important;
        font-size: 14px !important;
        line-height: 1.42 !important;
    }

    .kbh-category-card b {
        margin-top: 14px !important;
    }

    .kbh-category-art {
        opacity: .95 !important;
        background:
            radial-gradient(circle at 82% 16%, rgba(248,196,0,.24), transparent 28%),
            linear-gradient(135deg, #f5f6f8 0%, #ffffff 62%) !important;
    }

    .kbh-category-art::before,
    .kbh-category-art::after {
        right: 28px !important;
    }

    .kbh-category-sink .kbh-category-art::before {
        top: 30px !important;
        width: 142px !important;
        height: 78px !important;
        border-radius: 19px !important;
    }

    .kbh-category-sink .kbh-category-art::after {
        right: 54px !important;
        top: 49px !important;
        width: 62px !important;
        height: 34px !important;
        border-radius: 10px !important;
    }

    .kbh-category-tap .kbh-category-art::before {
        top: 26px !important;
        right: 34px !important;
        width: 54px !important;
        height: 112px !important;
    }

    .kbh-category-tools .kbh-category-art::before {
        top: 36px !important;
        right: 28px !important;
        width: 150px !important;
        height: 28px !important;
    }

    .kbh-category-bake .kbh-category-art::before {
        top: 25px !important;
        right: 42px !important;
        width: 106px !important;
        height: 106px !important;
    }

    .kbh-category-board .kbh-category-art::before {
        top: 34px !important;
        right: 32px !important;
        width: 140px !important;
        height: 82px !important;
    }

    .kbh-category-gift .kbh-category-art::before {
        top: 30px !important;
        right: 46px !important;
        width: 104px !important;
        height: 104px !important;
    }
}

@media (max-width: 767.98px) {
    .kbh-section {
        padding: 42px 0 !important;
    }

    .kbh-category-card {
        min-height: 184px !important;
    }

    .kbh-category-card strong,
    .kbh-category-card em {
        max-width: 62% !important;
    }
}


/* =========================================================
   v1.0.8 Startseiten-Feinschliff
   Hero ohne unruhige rechte Demo-Grafik, weniger Leerräume,
   kompaktere Abstände zwischen den Bereichen.
========================================================= */

@media (min-width: 1200px) {
    .kbh-hero {
        padding-top: 24px !important;
        padding-bottom: 26px !important;
        background:
            radial-gradient(circle at 78% 10%, rgba(248,196,0,.18), transparent 27%),
            linear-gradient(135deg, #fbfaf5 0%, #ffffff 48%, #f4f6f8 100%) !important;
    }

    .kbh-hero-grid {
        display: block !important;
    }

    .kbh-hero-copy {
        max-width: 760px !important;
    }

    .kbh-hero-stage {
        display: none !important;
    }

    .kbh-hero h1 {
        max-width: 720px !important;
        font-size: clamp(34px, 2.55vw, 48px) !important;
        line-height: 1.05 !important;
        margin-top: 14px !important;
        margin-bottom: 12px !important;
    }

    .kbh-hero p {
        max-width: 670px !important;
        font-size: 16.5px !important;
        line-height: 1.5 !important;
    }

    .kbh-hero-actions {
        margin-top: 18px !important;
    }

    .kbh-btn {
        min-height: 44px !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
        font-size: 15px !important;
    }

    .kbh-trust {
        padding: 10px 0 !important;
    }

    .kbh-trust article {
        min-height: 54px !important;
        padding: 9px 14px !important;
        border-radius: 16px !important;
    }

    .kbh-categories {
        padding-top: 34px !important;
        padding-bottom: 42px !important;
    }

    .kbh-highlight {
        padding-top: 40px !important;
        padding-bottom: 44px !important;
    }

    .kbh-products {
        padding-top: 40px !important;
        padding-bottom: 42px !important;
    }

    .kbh-brands {
        padding-top: 26px !important;
        padding-bottom: 34px !important;
    }

    .kbh-seo {
        padding-top: 24px !important;
        padding-bottom: 54px !important;
    }

    .kbh-section-head {
        margin-bottom: 22px !important;
    }

    .kbh-section-head h2,
    .kbh-highlight-copy h2,
    .kbh-seo-box h2 {
        font-size: clamp(28px, 2.1vw, 38px) !important;
        line-height: 1.08 !important;
    }

    .kbh-highlight-grid {
        gap: 42px !important;
    }

    .kbh-highlight-media {
        min-height: 360px !important;
        border-radius: 28px !important;
    }

    .kbh-highlight-sink {
        min-height: 324px !important;
    }

    .kbh-feature-card {
        min-height: 176px !important;
        padding: 24px !important;
        border-radius: 22px !important;
    }

    .kbh-feature-card span {
        font-size: 23px !important;
    }

    .kbh-feature-card p {
        margin-top: 12px !important;
        margin-bottom: 22px !important;
        font-size: 15px !important;
    }

    .kbh-brand-row a {
        min-height: 46px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .kbh-seo-box {
        max-width: 1060px !important;
        padding: 34px 38px !important;
        border-radius: 24px !important;
    }

    .kbh-seo-box h2 {
        font-size: clamp(26px, 2vw, 36px) !important;
    }
}

@media (max-width: 1199.98px) {
    .kbh-hero-stage {
        display: none !important;
    }

    .kbh-hero {
        padding-top: 28px !important;
        padding-bottom: 26px !important;
    }

    .kbh-hero-grid {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    .kbh-hero h1 {
        font-size: clamp(32px, 10vw, 42px) !important;
    }

    .kbh-categories {
        padding-top: 32px !important;
    }

    .kbh-section-head h2,
    .kbh-highlight-copy h2,
    .kbh-seo-box h2 {
        font-size: clamp(28px, 8vw, 36px) !important;
    }
}

/* =========================================================
   Backend-pflegbare Bilder ab v1.0.10
========================================================= */
.kbh-hero-image {
    min-height: 260px;
    border-radius: 28px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 22px 60px rgba(0,0,0,.12);
    overflow: hidden;
}

.kbh-category-card.kbh-has-image .kbh-category-art {
    background-size: cover !important;
    background-position: center !important;
    opacity: .95;
}

.kbh-highlight-media.kbh-has-image {
    background-size: cover !important;
    background-position: center !important;
    min-height: 320px;
}

@media (max-width: 991.98px) {
    .kbh-hero-image {
        min-height: 220px;
    }
}


/* =========================================================
   v1.0.15 Hero-Bild als echte Bannerfläche
   Das hochgeladene Hero-Bild wird jetzt als großer Bildbereich genutzt.
   Text, Eyebrow und Buttons liegen links über dem ruhigen Bildbereich.
========================================================= */

.kbh-hero-grid.kbh-hero-with-image {
    position: relative;
    display: block !important;
    min-height: 420px;
    padding: 46px 54px;
    overflow: hidden;
    border-radius: 28px;
    background: #f7f4ea;
    box-shadow: 0 18px 50px rgba(0,0,0,.06);
}

.kbh-hero-grid.kbh-hero-with-image .kbh-hero-image {
    position: absolute !important;
    inset: 0;
    z-index: 0;
    min-height: 0 !important;
    height: 100%;
    border-radius: 0 !important;
    background-size: cover !important;
    background-position: center right !important;
    box-shadow: none !important;
}

.kbh-hero-grid.kbh-hero-with-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg,
            rgba(255,255,255,.96) 0%,
            rgba(255,255,255,.90) 26%,
            rgba(255,255,255,.46) 52%,
            rgba(255,255,255,.05) 78%,
            rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.kbh-hero-grid.kbh-hero-with-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle at 18% 12%, rgba(248,196,0,.16), transparent 32%);
    pointer-events: none;
}

.kbh-hero-grid.kbh-hero-with-image .kbh-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 660px !important;
}

@media (min-width: 1200px) {
    .kbh-hero:has(.kbh-hero-with-image) {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        background: #ffffff !important;
    }

    .kbh-hero-grid.kbh-hero-with-image .kbh-hero h1,
    .kbh-hero-grid.kbh-hero-with-image h1 {
        max-width: 640px !important;
        font-size: clamp(34px, 2.45vw, 46px) !important;
    }

    .kbh-hero-grid.kbh-hero-with-image p {
        max-width: 590px !important;
    }
}

@media (max-width: 991.98px) {
    .kbh-hero-grid.kbh-hero-with-image {
        min-height: 500px;
        padding: 34px 28px;
        border-radius: 22px;
    }

    .kbh-hero-grid.kbh-hero-with-image .kbh-hero-image {
        background-position: center bottom !important;
    }

    .kbh-hero-grid.kbh-hero-with-image::before {
        background:
            linear-gradient(180deg,
                rgba(255,255,255,.97) 0%,
                rgba(255,255,255,.90) 42%,
                rgba(255,255,255,.38) 70%,
                rgba(255,255,255,.08) 100%);
    }
}

@media (max-width: 767.98px) {
    .kbh-hero-grid.kbh-hero-with-image {
        min-height: 560px;
        padding: 26px 20px;
    }

    .kbh-hero-grid.kbh-hero-with-image h1 {
        font-size: clamp(30px, 9vw, 40px) !important;
    }
}


/* =========================================================
   v1.0.16 Farbangleichung an Artikeldetailseite
   Basis: Weiß / Hellgrau, tiefes Schwarz, Kobalz-Grün als
   Hauptaktion und Linienfarbe. Bestehende Bilder/Inhalte bleiben unberührt.
========================================================= */

:root {
    --kbh-green: #008000;
    --kbh-green-dark: #006b00;
    --kbh-green-soft: rgba(0, 128, 0, .08);
    --kbh-black: #111111;
    --kbh-text: #17212b;
    --kbh-muted: #5a646f;
    --kbh-border: #dfe4e8;
    --kbh-soft: #f4f6f8;
}

body.kbh-homepage-active {
    background: #ffffff !important;
}

.kbh-homepage {
    color: var(--kbh-text) !important;
    background: #ffffff !important;
}

.kbh-shell {
    width: min(1680px, calc(100vw - 64px));
}

/* Hero im Stil der Produktdetailseite: sauber, weiß, grüne Akzente */
.kbh-hero,
.kbh-hero:has(.kbh-hero-with-image) {
    background: #ffffff !important;
    border-bottom: 1px solid var(--kbh-border) !important;
}

.kbh-hero-grid.kbh-hero-with-image {
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    border-bottom: 3px solid var(--kbh-green) !important;
}

.kbh-hero-grid.kbh-hero-with-image::before {
    background:
        linear-gradient(90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.94) 28%,
            rgba(255,255,255,.70) 50%,
            rgba(255,255,255,.20) 72%,
            rgba(255,255,255,0) 100%) !important;
}

.kbh-hero-grid.kbh-hero-with-image::after {
    background: linear-gradient(180deg, rgba(0,128,0,.08), rgba(0,128,0,0) 38%) !important;
}

.kbh-eyebrow,
.kbh-section-head span,
.kbh-highlight-copy span {
    color: var(--kbh-green-dark) !important;
    background: #ffffff !important;
    border: 1px solid rgba(0,128,0,.35) !important;
    box-shadow: inset 0 0 0 1px rgba(0,128,0,.04) !important;
}

.kbh-hero h1,
.kbh-section-head h2,
.kbh-highlight-copy h2,
.kbh-seo-box h2,
.kbh-feature-card span,
.kbh-category-card strong {
    color: var(--kbh-black) !important;
}

.kbh-hero p,
.kbh-section-head p,
.kbh-highlight-copy p,
.kbh-seo-box p,
.kbh-feature-card p,
.kbh-category-card em,
.kbh-trust span {
    color: var(--kbh-muted) !important;
}

.kbh-btn-primary {
    color: #ffffff !important;
    background: var(--kbh-green) !important;
    box-shadow: 0 12px 28px rgba(0,128,0,.22) !important;
}

.kbh-btn-primary:hover {
    color: #ffffff !important;
    background: var(--kbh-green-dark) !important;
    box-shadow: 0 16px 34px rgba(0,128,0,.28) !important;
}

.kbh-btn-secondary {
    color: var(--kbh-black) !important;
    background: rgba(255,255,255,.94) !important;
    border: 1px solid var(--kbh-border) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.05) !important;
}

.kbh-btn-secondary:hover {
    border-color: rgba(0,128,0,.45) !important;
    box-shadow: 0 14px 30px rgba(0,128,0,.10) !important;
}

/* Vorteilsleiste passend zu Preis-/Kaufbox-Stil */
.kbh-trust {
    background: #ffffff !important;
    border-bottom: 1px solid var(--kbh-border) !important;
}

.kbh-trust article {
    background: #ffffff !important;
    border: 1px solid var(--kbh-border) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.035) !important;
}

.kbh-trust article:hover {
    border-color: rgba(0,128,0,.32) !important;
}

.kbh-trust svg {
    fill: var(--kbh-green) !important;
}

.kbh-trust strong {
    color: var(--kbh-black) !important;
}

/* Sektionen ruhiger und shop-näher */
.kbh-categories,
.kbh-products {
    background: var(--kbh-soft) !important;
}

.kbh-highlight,
.kbh-brands,
.kbh-seo {
    background: #ffffff !important;
}

.kbh-category-card,
.kbh-feature-card {
    background: #ffffff !important;
    border: 1px solid var(--kbh-border) !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.045) !important;
}

.kbh-category-card:hover,
.kbh-feature-card:hover {
    border-color: rgba(0,128,0,.38) !important;
    box-shadow: 0 18px 42px rgba(0,128,0,.10) !important;
}

.kbh-category-card b,
.kbh-feature-card b,
.kbh-text-link {
    color: var(--kbh-green) !important;
}

.kbh-category-card:not(.kbh-has-image) .kbh-category-art {
    background:
        radial-gradient(circle at 82% 16%, rgba(0,128,0,.12), transparent 28%),
        linear-gradient(135deg, #f7f8fa 0%, #ffffff 62%) !important;
}

.kbh-category-sink .kbh-category-art::before,
.kbh-category-tools .kbh-category-art::before {
    background: linear-gradient(135deg, #111111, #3b3f43) !important;
}

.kbh-category-sink .kbh-category-art::after {
    background: #121212 !important;
}

.kbh-category-tap .kbh-category-art::before {
    background: linear-gradient(135deg, #dce1e5, #848c94) !important;
}

.kbh-category-bake .kbh-category-art::before {
    background: linear-gradient(135deg, #6c472b, #b08355) !important;
}

.kbh-category-board .kbh-category-art::before {
    background: linear-gradient(135deg, #d9ae6f, #805027) !important;
}

.kbh-category-gift .kbh-category-art::before {
    background: linear-gradient(135deg, var(--kbh-green), #56b356) !important;
}

/* Kobalz-Kitchen-Highlight: schwarze Spülenfläche + grüne Bulletpunkte */
.kbh-highlight-media {
    background: #f4f6f8 !important;
    border: 1px solid var(--kbh-border) !important;
}

.kbh-highlight-sink {
    background: linear-gradient(135deg, #111111 0%, #2f3336 48%, #111111 100%) !important;
}

.kbh-highlight-copy li::before {
    background: var(--kbh-green) !important;
    box-shadow: inset 0 0 0 3px #ffffff, 0 0 0 1px var(--kbh-green) !important;
}

.kbh-text-link:hover {
    color: var(--kbh-green-dark) !important;
}

/* Marken und SEO */
.kbh-brand-row a {
    color: var(--kbh-black) !important;
    background: #ffffff !important;
    border: 1px solid var(--kbh-border) !important;
}

.kbh-brand-row a:hover {
    color: #ffffff !important;
    background: var(--kbh-green) !important;
    border-color: var(--kbh-green) !important;
}

.kbh-seo-box {
    background: #f7f8fa !important;
    border: 1px solid var(--kbh-border) !important;
    border-top: 3px solid var(--kbh-green) !important;
}

/* Wenn echte Bilder in Kacheln liegen, bleibt die Lesbarkeit sauber. */
.kbh-category-card.kbh-has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 46%, rgba(255,255,255,.20) 100%);
    pointer-events: none;
}

.kbh-category-card.kbh-has-image .kbh-category-art {
    opacity: 1 !important;
}

.kbh-highlight-media.kbh-has-image {
    border-top: 3px solid var(--kbh-green) !important;
}

@media (min-width: 1200px) {
    .kbh-hero-grid.kbh-hero-with-image {
        min-height: 410px !important;
        padding: 48px 58px !important;
    }

    .kbh-hero-grid.kbh-hero-with-image h1 {
        font-size: clamp(34px, 2.55vw, 48px) !important;
        letter-spacing: -.045em !important;
    }
}

@media (max-width: 991.98px) {
    .kbh-hero-grid.kbh-hero-with-image::before {
        background:
            linear-gradient(180deg,
                rgba(255,255,255,.98) 0%,
                rgba(255,255,255,.94) 42%,
                rgba(255,255,255,.48) 72%,
                rgba(255,255,255,.08) 100%) !important;
    }
}


/* =========================================================
   v1.0.18 Fix: echte Kategorie-Bilder sichtbar machen
   Die grüne Design-Hintergrundfläche darf hochgeladene Bilder nicht überschreiben.
========================================================= */

.kbh-category-card.kbh-has-image .kbh-category-art {
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.kbh-category-card.kbh-has-image .kbh-category-art::before,
.kbh-category-card.kbh-has-image .kbh-category-art::after {
    display: none !important;
}

.kbh-category-card.kbh-has-image::after {
    z-index: 0 !important;
    background: linear-gradient(90deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.88) 42%,
        rgba(255,255,255,.40) 67%,
        rgba(255,255,255,.10) 100%) !important;
}

.kbh-category-card.kbh-has-image strong,
.kbh-category-card.kbh-has-image em,
.kbh-category-card.kbh-has-image b {
    z-index: 1 !important;
}


/* =========================================================
   v1.0.21 Fix: Kategorie-Bilder als echte IMG-Elemente rendern
   Dadurch sind hochgeladene Bilder nicht mehr vom Background-CSS abhängig.
========================================================= */

.kbh-category-card.kbh-has-image {
    background: #ffffff !important;
}

.kbh-category-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 0;
    display: block;
}

.kbh-category-card.kbh-has-image .kbh-category-art {
    display: none !important;
}

.kbh-category-card.kbh-has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1 !important;
    background: linear-gradient(90deg,
        rgba(255,255,255,.97) 0%,
        rgba(255,255,255,.91) 38%,
        rgba(255,255,255,.58) 62%,
        rgba(255,255,255,.16) 100%) !important;
    pointer-events: none;
}

.kbh-category-card.kbh-has-image strong,
.kbh-category-card.kbh-has-image em,
.kbh-category-card.kbh-has-image b {
    position: relative;
    z-index: 2 !important;
}

.kbh-category-card.kbh-has-image:hover .kbh-category-img {
    transform: scale(1.035);
}

.kbh-category-img {
    transition: transform .28s ease;
}


/* =========================================================
   v1.0.21: echtes Bild im Kobalz-Kitchen-Highlight
   ========================================================= */
.kbh-highlight-media.kbh-has-image {
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #f4f6f8 !important;
    border: 1px solid var(--kbh-border) !important;
    border-top: 3px solid var(--kbh-green) !important;
}

.kbh-highlight-media .kbh-highlight-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 360px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 28px !important;
}

@media (max-width: 991.98px) {
    .kbh-highlight-media .kbh-highlight-img {
        min-height: 260px !important;
        border-radius: 20px !important;
    }
}


/* =========================================================
   v1.0.21: Kobalz-Kitchen-Highlight kompakter und harmonischer
   - Bild weniger dominant
   - Text enger am Bild
   - weniger Weißraum nach oben/unten
   - gemeinsame Premium-Sektion statt riesigem Banner
========================================================= */

@media (min-width: 992px) {
    .kbh-highlight {
        padding-top: 34px !important;
        padding-bottom: 36px !important;
    }

    .kbh-highlight-grid {
        grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr) !important;
        gap: 36px !important;
        align-items: center !important;
    }

    .kbh-highlight-media {
        min-height: 320px !important;
        border-radius: 26px !important;
        box-shadow: 0 20px 42px rgba(17, 24, 39, .08) !important;
    }

    .kbh-highlight-media.kbh-has-image {
        min-height: 320px !important;
        border-radius: 26px !important;
    }

    .kbh-highlight-media .kbh-highlight-img {
        min-height: 320px !important;
        max-height: 340px !important;
        border-radius: 24px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .kbh-highlight-copy {
        max-width: 650px !important;
        padding-top: 2px !important;
    }

    .kbh-highlight-copy h2 {
        font-size: clamp(30px, 2vw, 40px) !important;
        line-height: 1.06 !important;
        letter-spacing: -.035em !important;
        margin-bottom: 16px !important;
    }

    .kbh-highlight-copy p {
        max-width: 620px !important;
        margin-bottom: 0 !important;
        font-size: 16px !important;
        line-height: 1.62 !important;
    }

    .kbh-highlight-copy ul {
        margin: 20px 0 20px !important;
        gap: 8px !important;
    }

    .kbh-highlight-copy li {
        font-size: 15.5px !important;
        line-height: 1.42 !important;
    }
}

@media (min-width: 1400px) {
    .kbh-highlight-media,
    .kbh-highlight-media.kbh-has-image {
        min-height: 330px !important;
    }

    .kbh-highlight-media .kbh-highlight-img {
        min-height: 330px !important;
        max-height: 350px !important;
    }
}

@media (max-width: 991.98px) {
    .kbh-highlight {
        padding-top: 28px !important;
        padding-bottom: 32px !important;
    }

    .kbh-highlight-grid {
        gap: 22px !important;
    }

    .kbh-highlight-media,
    .kbh-highlight-media.kbh-has-image {
        min-height: 230px !important;
        border-radius: 22px !important;
    }

    .kbh-highlight-media .kbh-highlight-img {
        min-height: 230px !important;
        max-height: 260px !important;
        border-radius: 20px !important;
    }
}


/* =========================================================
   v1.0.22: Kobalz-Kitchen-Bild ohne harte grüne Oberkante
   - grüne Linie am Bild entfernt
   - Bild wirkt ruhiger und hochwertiger
   - Farbakzent bleibt über Label, Bulletpoints und Link erhalten
========================================================= */
.kbh-highlight-media,
.kbh-highlight-media.kbh-has-image {
    border-top: 1px solid var(--kbh-border) !important;
    border-color: var(--kbh-border) !important;
    box-shadow: 0 22px 46px rgba(17, 24, 39, .09) !important;
}

.kbh-highlight-media.kbh-has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(0, 128, 0, .08);
    z-index: 2;
}

.kbh-highlight-media .kbh-highlight-img {
    display: block;
}

/* v1.0.23: Empfehlungsbilder */
@media (max-width: 900px) {
    .kbh-feature-card.kbh-has-image {
        padding-right: 150px;
        min-height: 170px;
    }
}

@media (max-width: 575px) {
    .kbh-feature-card.kbh-has-image {
        padding-right: 24px;
        padding-bottom: 150px;
    }

    .kbh-feature-card.kbh-has-image::before {
        background: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.25) 100%);
    }

    .kbh-feature-img {
        object-position: center bottom;
    }
}


/* =========================================================
   v1.0.24 – Feinschliff Empfehlungskarten
   - etwas mehr Bildwirkung
   - Karten minimal höher
   - harmonischer Abstand zum Markenbereich
========================================================= */
.kbh-products {
    padding-bottom: 62px !important;
}

.kbh-feature-grid {
    gap: 20px !important;
}

.kbh-feature-card {
    min-height: 226px !important;
    padding: 30px 28px !important;
}

.kbh-feature-card.kbh-has-image {
    padding-right: 235px !important;
}

.kbh-feature-card.kbh-has-image::before {
    background: linear-gradient(90deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.90) 34%,
        rgba(255,255,255,.66) 55%,
        rgba(255,255,255,.18) 78%,
        rgba(255,255,255,.03) 100%) !important;
}

.kbh-feature-img {
    opacity: 1 !important;
    filter: saturate(1.06) contrast(1.03);
}

.kbh-feature-card span {
    max-width: 340px;
    font-size: 25px !important;
}

.kbh-feature-card p {
    max-width: 390px;
    margin: 14px 0 30px !important;
}

.kbh-brands {
    padding-top: 48px !important;
}

@media (max-width: 1200px) {
    .kbh-feature-card.kbh-has-image {
        padding-right: 185px !important;
    }
}

@media (max-width: 900px) {
    .kbh-feature-card {
        min-height: 205px !important;
    }

    .kbh-feature-card.kbh-has-image {
        padding-right: 150px !important;
    }
}

@media (max-width: 575px) {
    .kbh-feature-card {
        min-height: 0 !important;
    }

    .kbh-feature-card.kbh-has-image {
        padding-right: 24px !important;
        padding-bottom: 155px !important;
    }
}

/* v1.0.25: Empfehlungen/Marken Feinschliff */
.kbh-products {
    padding-bottom: 72px !important;
}

.kbh-products + .kbh-brands,
.kbh-brands {
    padding-top: 64px !important;
}

.kbh-brand-row {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    gap: 12px 14px !important;
}

@media (max-width: 900px) {
    .kbh-products {
        padding-bottom: 54px !important;
    }

    .kbh-products + .kbh-brands,
    .kbh-brands {
        padding-top: 50px !important;
    }
}


/* =========================================================
   v1.0.26 – SEO-/Beratungstext ruhiger und hochwertiger
   - keine massive Box mehr
   - kein harter grüner Rahmen oben
   - dezente Editorial-Fläche passend zur Artikeldetailseite
========================================================= */
.kbh-seo {
    background: #ffffff !important;
    padding-top: 58px !important;
    padding-bottom: 76px !important;
}

.kbh-seo-box {
    position: relative;
    max-width: 1320px !important;
    padding: 0 0 0 34px !important;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.kbh-seo-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: calc(100% - 12px);
    border-radius: 999px;
    background: var(--kbh-green);
    opacity: .95;
}

.kbh-seo-box h2 {
    max-width: 760px !important;
    margin: 0 0 18px !important;
    font-size: clamp(30px, 2.35vw, 42px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.035em !important;
}

.kbh-seo-box p {
    max-width: 920px !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.78 !important;
    color: #4b5563 !important;
}

.kbh-seo-box p + p {
    margin-top: 14px !important;
}

@media (min-width: 1100px) {
    .kbh-seo-box {
        display: grid !important;
        grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
        column-gap: 70px;
        align-items: start;
    }

    .kbh-seo-box h2 {
        grid-column: 1;
        grid-row: 1 / span 2;
        margin-bottom: 0 !important;
    }

    .kbh-seo-box p {
        grid-column: 2;
    }
}

@media (max-width: 900px) {
    .kbh-seo {
        padding-top: 44px !important;
        padding-bottom: 58px !important;
    }

    .kbh-seo-box {
        padding-left: 22px !important;
    }

    .kbh-seo-box h2 {
        font-size: clamp(26px, 7vw, 34px) !important;
    }

    .kbh-seo-box p {
        font-size: 15.5px !important;
        line-height: 1.68 !important;
    }
}


/* =========================================================
   v1.0.33 – PageSpeed/CLS Stabilisierung
   - Startseitenbereich bekommt vor dem JS-Rendering reservierten Platz
   - Footer und nachfolgende Inhalte springen nicht mehr sichtbar nach unten
   - echte Bilder behalten feste Flächen und verursachen weniger Layout Shift
========================================================= */
body[data-page="18"] #content,
body.is-home #content,
body.page-home #content {
    min-height: 2600px;
}

body.kbh-homepage-active #content {
    min-height: 0;
}

.kbh-homepage {
    min-height: 2400px;
    contain: layout paint;
}

.kbh-hero,
.kbh-hero-grid,
.kbh-trust,
.kbh-categories,
.kbh-highlight,
.kbh-products,
.kbh-brands,
.kbh-seo {
    content-visibility: auto;
    contain-intrinsic-size: auto 520px;
}

.kbh-hero {
    content-visibility: visible;
    min-height: 470px;
}

.kbh-hero-grid.kbh-hero-with-image,
.kbh-hero-image {
    min-height: 410px;
}

.kbh-category-card {
    min-height: 230px;
}

.kbh-category-img,
.kbh-feature-img,
.kbh-highlight-img {
    aspect-ratio: 16 / 9;
}

@media (max-width: 991.98px) {
    body[data-page="18"] #content,
    body.is-home #content,
    body.page-home #content {
        min-height: 3200px;
    }

    .kbh-homepage {
        min-height: 3000px;
    }

    .kbh-hero {
        min-height: 560px;
    }

    .kbh-hero-grid.kbh-hero-with-image,
    .kbh-hero-image {
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {
    body[data-page="18"] #content,
    body.is-home #content,
    body.page-home #content {
        min-height: 3600px;
    }

    .kbh-homepage {
        min-height: 3400px;
    }

    .kbh-category-card {
        min-height: 210px;
    }
}

/* =========================================================
   v1.0.33 Mobile LCP Fix
   Hero-Bild wird als echtes, priorisiertes IMG gerendert.
   Dadurch erkennt der Browser das wichtigste Startseitenbild früher
   und muss es nicht erst als CSS-Background nach JS-Aufbau entdecken.
========================================================= */
.kbh-hero-grid.kbh-hero-with-image .kbh-hero-image {
    background-image: none !important;
    overflow: hidden !important;
}

.kbh-hero-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    object-fit: cover !important;
    object-position: center right !important;
    border: 0 !important;
}

@media (max-width: 991.98px) {
    .kbh-hero-grid.kbh-hero-with-image .kbh-hero-image,
    .kbh-hero-img {
        min-height: 300px !important;
    }

    .kbh-hero-img {
        object-position: center bottom !important;
    }
}

@media (max-width: 575.98px) {
    .kbh-hero-grid.kbh-hero-with-image .kbh-hero-image,
    .kbh-hero-img {
        min-height: 300px !important;
    }
}

/* v1.0.36: LCP-Hero-Bild nutzt decoding=sync im JS; CSS-Basis unverändert stabil. */
