/* =========================================================
   OUTDOOR OFFROAD – MERKPAGINA'S
   (Basis + Honda + STIHL + Segway)
   ========================================================= */

/* ===== BASIS MERKLAYOUT (kleurloos) ===== */
.oo-brand-hero {
    max-width: 1400px;
    width: 100%;
    margin: 25px auto 25px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 14px;
    padding: 20px 20px 20px 20px;
    display: flex;
    gap: 24px;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .03);
}
.oo-brand-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background: transparent; /* neutraal! */
    border-radius: 0 0 14px 14px;
}

.oo-brand-left { flex: 1; min-width: 0; }
.oo-brand-right { flex: 0 0 180px; display: flex; justify-content: flex-end; }

.oo-brand-path {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 4px;
}
.oo-brand-hero h1 {
    font-size: 30px;
    margin: 0 0 6px;
    color: #131313;
}
.oo-brand-sub {
    margin: 0 0 14px;
    color: #3f4a5a;
    max-width: 560px;
    line-height: 1.55;
}

/* USP’s – neutraal */
.oo-brand-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}
.oo-brand-usps li {
    background: #f6f7f8;
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 10px;
    padding: 8px 10px 6px;
    transition: all .2s ease;
}
.oo-brand-usps li strong {
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
    color: #212121;
}
.oo-brand-usps li p {
    margin: 0;
    font-size: 12.5px;
    color: #4b5563;
}

/* logo neutraal */
.oo-brand-logo-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 14px;
    width: 160px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.03);
}
.oo-brand-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.oo-brand-logo-text {
    font-weight: 700;
    font-size: 20px;
    color: #1f2937;
    letter-spacing: .05em;
}

/* containerdelen */
.oo-cat-filter-wrapper,
.oo-brand-desc,
.oo-brand-bottom {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.oo-brand-desc {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.02);
    border-radius: 10px;
    padding: 16px 20px 10px;
    margin: 25px auto 15px;
}
.oo-brand-bottom {
    background: #f4f9f5;
    border: 1px solid rgba(45, 95, 64, 0.12);
    border-radius: 10px;
    padding: 16px 20px 14px;
    margin: 0 auto 25px;
}
.oo-brand-bottom h2 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #2d5f40;
}

.oo-cat-filter-wrapper .filtertoggle {
    display: none;
    gap: 6px;
    align-items: center;
    color: #fff;
    padding: 7px 14px 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1100px) {
    .oo-cat-filter-wrapper .filtertoggle { display: inline-flex; }
}

@media (max-width: 960px) {
    .oo-brand-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .oo-brand-right {
        justify-content: flex-start;
    }
    .oo-cat-filter-wrapper,
    .oo-brand-desc,
    .oo-brand-bottom {
        padding-inline: 15px;
    }
}

/* =========================================================
   HONDA
   ========================================================= */
.oo-brand-hero--honda {
    border: 1px solid rgba(228, 30, 38, .1);
}
.oo-brand-hero--honda::after {
    background: #e41e26;
}
.oo-brand-hero--honda .oo-brand-usps li {
    background: #fff4f4;
    border: 1px solid rgba(228, 30, 38, 0.12);
}
.oo-brand-hero--honda .oo-brand-usps li strong,
.oo-brand-hero--honda .oo-brand-logo-text {
    color: #e41e26;
}
.oo-brand-hero--honda .oo-brand-logo-card {
    border: 1px solid rgba(228, 30, 38, 0.4);
}
.oo-brand-wrap .oo-brand-hero--honda ~ .oo-cat-filter-wrapper .filtertoggle {
    background: #e41e26;
}
.oo-brand-wrap .oo-brand-hero--honda ~ .oo-cat-filter-wrapper .filtertoggle:hover {
    background: #c81c22;
}

/* =========================================================
   STIHL
   ========================================================= */
.oo-brand-hero--stihl {
    border: 1px solid rgba(245, 103, 23, .12);
}
.oo-brand-hero--stihl::after {
    background: #f56717;
}
.oo-brand-hero--stihl .oo-brand-usps li {
    background: #fff6f0;
    border: 1px solid rgba(245, 103, 23, 0.14);
}
.oo-brand-hero--stihl .oo-brand-usps li strong,
.oo-brand-hero--stihl .oo-brand-logo-text {
    color: #f56717;
}
.oo-brand-hero--stihl .oo-brand-logo-card {
    border: 1px solid rgba(245, 103, 23, 0.4);
}
.oo-brand-wrap .oo-brand-hero--stihl ~ .oo-cat-filter-wrapper .filtertoggle {
    background: #f56717;
}
.oo-brand-wrap .oo-brand-hero--stihl ~ .oo-cat-filter-wrapper .filtertoggle:hover {
    background: #e05a11;
}

/* =========================================================
   SEGWAY
   ========================================================= */
.oo-brand-hero--segway {
    border: 1px solid rgba(34, 26, 22, .08);
}
.oo-brand-hero--segway::after {
    background: #221a16;
}
.oo-brand-hero--segway .oo-brand-usps li {
    background: #fbf9f7;
    border: 1px solid rgba(34, 26, 22, .05);
}
.oo-brand-hero--segway .oo-brand-usps li strong,
.oo-brand-hero--segway .oo-brand-logo-text {
    color: #221a16;
}
.oo-brand-hero--segway .oo-brand-logo-card {
    border: 1px solid rgba(34, 26, 22, .25);
}
.oo-brand-wrap .oo-brand-hero--segway ~ .oo-cat-filter-wrapper .filtertoggle {
    background: #221a16;
}
.oo-brand-wrap .oo-brand-hero--segway ~ .oo-cat-filter-wrapper .filtertoggle:hover {
    background: #17100d;
}
