/* ============================================================================
   Bladnest — Brand stylesheet v2 (fleurdirect-style)
   Geladen na Storefront parent. Overschrijft kleuren, typografie, layout en
   voegt nieuwe homepage-secties toe (USP-balk, hero slider, categorie-tegels,
   productcarousels, promo-banners, reviews, newsletter).
   ========================================================================= */

:root {
    --bn-mos: #2E4A3B;
    --bn-mos-hover: #243a2e;
    --bn-mos-light: #4a6e5b;
    --bn-creme: #F5F1E8;
    --bn-creme-dark: #ebe5d4;
    --bn-klei: #C68B59;
    --bn-klei-hover: #b27a4a;
    --bn-klei-light: #d8a472;
    --bn-diepgroen: #1A2A23;
    --bn-linnen: #E8E1D3;
    --bn-antraciet: #2A2A2A;
    --bn-succes: #4A7C59;
    --bn-warn: #B8593B;
    --bn-fout: #8B2B1F;

    --bn-font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
    --bn-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --bn-radius: 6px;
    --bn-radius-lg: 14px;
    --bn-radius-xl: 20px;
    --bn-shadow-sm: 0 2px 8px rgba(26, 42, 35, 0.06);
    --bn-shadow-md: 0 8px 24px rgba(26, 42, 35, 0.08);
    --bn-shadow-lg: 0 20px 50px rgba(26, 42, 35, 0.12);

    --bn-section-pad: clamp(2.5rem, 5vw, 4.5rem);
    --bn-container: 1280px;
}

/* ============================================================================
   Reset & base
   ========================================================================= */

html, body {
    background: var(--bn-creme);
    color: var(--bn-antraciet);
    font-family: var(--bn-font-body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home #content,
.site-content {
    background: var(--bn-creme);
}

#page.hfeed.site,
#page {
    overflow-x: hidden;
}

#content > .col-full {
    max-width: var(--bn-container);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Op homepage: edge-to-edge */
body.home .site-main {
    margin-top: 0;
    padding-top: 0;
}
body.home .entry-header,
body.home .page .entry-title {
    display: none;
}
body.home #content > .col-full,
body.home .site-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

body.home .entry-content {
    margin: 0;
}

h1, h2, h3, h4, h5, h6,
.site-title, .product_title, .entry-title {
    font-family: var(--bn-font-display);
    color: var(--bn-mos);
    letter-spacing: -0.015em;
    line-height: 1.15;
    font-weight: 600;
    margin: 0 0 0.5em;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.625rem); }
h4 { font-size: 1.25rem; }

p, li { color: var(--bn-antraciet); }

a {
    color: var(--bn-mos);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}

a:hover, a:focus {
    color: var(--bn-klei);
}

::selection {
    background: var(--bn-mos);
    color: var(--bn-creme);
}

/* ============================================================================
   Header — schoon en gestructureerd
   ========================================================================= */

.site-header {
    background: var(--bn-creme);
    border-bottom: 1px solid var(--bn-linnen);
    box-shadow: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.site-header .col-full {
    max-width: var(--bn-container);
}

/* Verberg de secondary navigation zone helemaal als er geen menu gekoppeld is */
.storefront-secondary-navigation:empty,
.secondary-navigation:empty,
#secondary-navigation:empty {
    display: none !important;
}

.site-header .site-branding {
    padding: 0;
}

.site-header .site-branding .site-title {
    margin: 0;
    line-height: 1;
}

.site-header .site-branding .site-title a {
    color: var(--bn-mos);
    font-family: var(--bn-font-display);
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.02em;
    font-size: 2.2rem;
    text-decoration: none;
}

.site-header .site-branding .site-description {
    color: var(--bn-mos-light);
    font-style: italic;
    font-family: var(--bn-font-display);
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    opacity: 0.85;
}

.main-navigation {
    margin-top: 1rem;
}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.5rem;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    list-style: none;
    margin: 0;
}

.main-navigation ul li a {
    color: var(--bn-mos);
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 0.95rem;
    padding: 0.25rem 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
    color: var(--bn-mos);
    border-bottom-color: var(--bn-klei);
}

.site-header .site-search {
    margin-top: 0.5rem;
}

.site-search .widget {
    margin-bottom: 0;
}

.site-search input[type="search"] {
    border-radius: 999px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--bn-linnen);
    background: #fff;
    font-size: 0.9rem;
}

.site-header-cart {
    margin: 0;
}

.site-header-cart .cart-contents,
.site-header-cart .widget_shopping_cart {
    background: transparent;
}

.site-header-cart .cart-contents {
    color: var(--bn-mos);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: var(--bn-linnen);
    transition: background 0.15s ease;
}

.site-header-cart .cart-contents:hover {
    background: var(--bn-mos);
    color: var(--bn-creme);
}

/* ============================================================================
   USP bar
   ========================================================================= */

.bn-usp-bar {
    background: var(--bn-mos);
    color: var(--bn-creme);
    font-size: 0.875rem;
    padding: 0.65rem 1rem;
    width: 100%;
}

.bn-usp-bar--global {
    margin-bottom: 0;
}

.bn-usp-bar__inner {
    max-width: var(--bn-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.bn-usp-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: var(--bn-creme);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.bn-usp-icon {
    font-size: 1.05rem;
    line-height: 1;
}

@media (max-width: 760px) {
    .bn-usp-bar { font-size: 0.8rem; padding: 0.4rem 0.5rem; }
    .bn-usp-bar__inner { grid-template-columns: repeat(2, 1fr); gap: 0.4rem; }
}

/* ============================================================================
   Hero slider
   ========================================================================= */

.bn-hero-wrap {
    margin: 0;
    padding: 0;
}

.bn-hero-slider {
    width: 100%;
    height: clamp(420px, 60vw, 640px);
    position: relative;
}

.bn-hero-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: var(--bn-creme);
    padding: 0 clamp(1.5rem, 6vw, 6rem);
    position: relative;
}

.bn-hero-slide--mos { background: linear-gradient(135deg, var(--bn-mos), var(--bn-diepgroen)); }
.bn-hero-slide--klei { background: linear-gradient(135deg, var(--bn-klei), var(--bn-klei-light)); }
.bn-hero-slide--creme { background: var(--bn-creme); color: var(--bn-mos); }

.bn-hero-content {
    max-width: 620px;
    z-index: 2;
    position: relative;
}

.bn-hero-content--center {
    margin: 0 auto;
    text-align: center;
}

.bn-hero-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--bn-creme);
    opacity: 0.9;
}

.bn-hero-slide--creme .bn-hero-eyebrow { color: var(--bn-mos); }

.bn-hero-slide h1 {
    color: var(--bn-creme);
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    line-height: 1.05;
    font-style: italic;
    font-variation-settings: "SOFT" 100;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
}

.bn-hero-slide--creme h1 { color: var(--bn-mos); }

.bn-hero-slide p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--bn-creme);
    opacity: 0.9;
    max-width: 540px;
    margin: 0 auto 2rem;
}

.bn-hero-content:not(.bn-hero-content--center) p { margin-left: 0; }
.bn-hero-slide--creme p { color: var(--bn-antraciet); opacity: 1; }

.bn-hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bn-hero-content--center .bn-hero-actions { justify-content: center; }

/* Slider controls */
.bn-hero-pagination {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.bn-hero-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    border-radius: 0;
    background: var(--bn-creme);
    opacity: 0.4;
    margin: 0 4px !important;
    transition: opacity 0.2s ease;
}

.bn-hero-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.bn-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(245, 241, 232, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(245, 241, 232, 0.3);
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.bn-hero-arrow:hover { background: rgba(245, 241, 232, 0.35); }
.bn-hero-arrow::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--bn-creme);
    border-right: 2px solid var(--bn-creme);
}
.bn-hero-prev { left: 1.5rem; }
.bn-hero-prev::after { transform: rotate(-135deg); margin-left: 4px; }
.bn-hero-next { right: 1.5rem; }
.bn-hero-next::after { transform: rotate(45deg); margin-right: 4px; }

@media (max-width: 760px) {
    .bn-hero-arrow { display: none; }
}

/* ============================================================================
   Buttons
   ========================================================================= */

.bn-button,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button {
    display: inline-block;
    background: var(--bn-mos);
    color: var(--bn-creme);
    border: 1px solid var(--bn-mos);
    border-radius: 999px;
    padding: 0.875rem 1.75rem;
    font-family: var(--bn-font-body);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: none;
    transition: background 0.2s ease, transform 0.05s ease, border-color 0.2s ease;
    cursor: pointer;
    line-height: 1.4;
}

.bn-button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: var(--bn-mos-hover);
    border-color: var(--bn-mos-hover);
    color: var(--bn-creme);
    transform: translateY(-1px);
}

.bn-button--cream {
    background: var(--bn-creme);
    color: var(--bn-mos);
    border-color: var(--bn-creme);
}

.bn-button--cream:hover {
    background: var(--bn-creme-dark);
    border-color: var(--bn-creme-dark);
    color: var(--bn-mos);
}

.bn-button--mos {
    background: var(--bn-mos);
    color: var(--bn-creme);
}

.bn-button--ghost {
    background: transparent;
    color: var(--bn-creme);
    border-color: rgba(245, 241, 232, 0.7);
}

.bn-button--ghost:hover {
    background: rgba(245, 241, 232, 0.15);
    color: var(--bn-creme);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background: var(--bn-klei);
    border-color: var(--bn-klei);
    color: var(--bn-creme);
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    background: var(--bn-klei-hover);
    border-color: var(--bn-klei-hover);
}

/* ============================================================================
   Section wrapper + eyebrow
   ========================================================================= */

.bn-section {
    max-width: var(--bn-container);
    margin: 0 auto;
    padding: var(--bn-section-pad) 1.5rem;
}

.bn-section--alt {
    background: var(--bn-linnen);
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.bn-section--alt > * {
    max-width: var(--bn-container);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.bn-section--alt + .bn-carousel-wrap {
    background: var(--bn-linnen);
    margin-top: -2rem;
    padding-top: 0;
    padding-bottom: var(--bn-section-pad);
}

.bn-section__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.bn-section__header h2 {
    margin: 0.3rem 0 0.5rem;
}

.bn-section__header p {
    color: var(--bn-mos-light);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0.5rem auto 0;
}

.bn-section__header--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: left;
    gap: 1rem;
}

.bn-section__header--row > div { text-align: left; }

.bn-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: var(--bn-klei);
    margin-bottom: 0.5rem;
}

.bn-eyebrow--light {
    color: var(--bn-creme);
    opacity: 0.85;
}

.bn-link-arrow {
    display: inline-block;
    color: var(--bn-mos);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    transition: color 0.2s ease, transform 0.2s ease;
}

.bn-link-arrow:hover {
    color: var(--bn-klei);
    transform: translateX(4px);
}

/* ============================================================================
   Category tiles
   ========================================================================= */

.bn-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

@media (max-width: 1024px) { .bn-category-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 760px) { .bn-category-grid { grid-template-columns: repeat(2, 1fr); } }

.bn-cat-tile {
    background: var(--bn-cat-bg, var(--bn-linnen));
    border-radius: var(--bn-radius-lg);
    padding: 1.5rem 1rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    aspect-ratio: 1 / 1.05;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.bn-cat-tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--bn-shadow-md);
    color: inherit;
}

.bn-cat-tile__art {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.bn-cat-tile__body h3 {
    color: inherit;
    font-size: 1rem;
    margin: 0 0 0.15rem;
    font-weight: 600;
}

.bn-cat-tile__body span {
    font-size: 0.78rem;
    font-family: var(--bn-font-body);
    opacity: 0.75;
    letter-spacing: 0.02em;
}

/* ============================================================================
   Product carousel
   ========================================================================= */

.bn-carousel-wrap {
    max-width: var(--bn-container);
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    position: relative;
}

.bn-product-carousel {
    overflow: hidden;
    padding: 0.5rem 0 1rem;
}

.bn-product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--bn-radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    border: 1px solid var(--bn-linnen);
}

.bn-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bn-shadow-md);
    color: inherit;
}

.bn-product-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--bn-linnen);
}

.bn-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bn-product-card:hover .bn-product-card__img {
    transform: scale(1.04);
}

.bn-product-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--bn-klei);
    color: var(--bn-creme);
    font-size: 0.72rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
}

.bn-product-card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.bn-product-card__cat {
    font-size: 0.72rem;
    color: var(--bn-klei);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.bn-product-card__title {
    font-size: 1.05rem;
    color: var(--bn-mos);
    margin: 0;
    font-weight: 500;
    font-family: var(--bn-font-display);
    line-height: 1.2;
}

.bn-product-card__price {
    color: var(--bn-antraciet);
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.25rem;
}

.bn-product-card__price del {
    color: var(--bn-mos-light);
    font-weight: 400;
    margin-right: 0.4rem;
    opacity: 0.7;
}

.bn-carousel-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bn-creme);
    color: var(--bn-mos);
    border: 1px solid var(--bn-linnen);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    box-shadow: var(--bn-shadow-sm);
    transition: transform 0.15s ease, background 0.15s ease;
}

.bn-carousel-arrow:hover {
    background: var(--bn-mos);
    color: var(--bn-creme);
    transform: translateY(-50%) scale(1.05);
}

.bn-carousel-prev { left: 0; }
.bn-carousel-next { right: 0; }

@media (max-width: 760px) {
    .bn-carousel-arrow { display: none; }
}

.bn-carousel-empty {
    text-align: center;
    color: var(--bn-mos-light);
    padding: 2rem;
}

/* ============================================================================
   Promo cards (2-col)
   ========================================================================= */

.bn-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 760px) { .bn-promo-grid { grid-template-columns: 1fr; } }

.bn-promo-card {
    display: block;
    border-radius: var(--bn-radius-xl);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    aspect-ratio: 16 / 9;
    position: relative;
}

.bn-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bn-shadow-lg);
    color: inherit;
}

.bn-promo-card--klei {
    background: linear-gradient(135deg, var(--bn-klei), var(--bn-klei-hover));
    color: var(--bn-creme);
}

.bn-promo-card--mos {
    background: linear-gradient(135deg, var(--bn-mos), var(--bn-diepgroen));
    color: var(--bn-creme);
}

.bn-promo-card__inner {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bn-promo-card__inner h3 {
    color: var(--bn-creme);
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    margin: 0.5rem 0 1rem;
    font-style: italic;
    font-variation-settings: "SOFT" 100;
}

.bn-promo-card__inner p {
    color: var(--bn-creme);
    opacity: 0.92;
    margin: 0 0 1.25rem;
    max-width: 480px;
    line-height: 1.5;
}

.bn-promo-card__inner .bn-link-arrow {
    color: var(--bn-creme);
    font-weight: 500;
}

/* ============================================================================
   Themed banner (kattenveilig etc.)
   ========================================================================= */

.bn-themed-banner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    background: linear-gradient(135deg, var(--bn-mos), var(--bn-diepgroen));
    color: var(--bn-creme);
    border-radius: var(--bn-radius-xl);
    padding: clamp(2rem, 4vw, 3rem);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    align-items: center;
}

.bn-themed-banner:hover {
    transform: translateY(-4px);
    box-shadow: var(--bn-shadow-lg);
    color: inherit;
}

@media (max-width: 760px) {
    .bn-themed-banner { grid-template-columns: 1fr; }
    .bn-themed-banner__art { display: none; }
}

.bn-themed-banner h2 {
    color: var(--bn-creme);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-style: italic;
    font-variation-settings: "SOFT" 100;
    margin: 0.5rem 0 1rem;
}

.bn-themed-banner p {
    color: var(--bn-creme);
    opacity: 0.92;
    margin-bottom: 1.5rem;
    max-width: 540px;
}

.bn-themed-banner__art {
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 1;
    letter-spacing: 0.5rem;
    text-align: right;
}

/* ============================================================================
   Reviews
   ========================================================================= */

.bn-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 1024px) { .bn-reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .bn-reviews-grid { grid-template-columns: 1fr; } }

.bn-review {
    background: var(--bn-creme);
    border-radius: var(--bn-radius-lg);
    padding: 1.5rem;
    border: 1px solid rgba(46, 74, 59, 0.08);
}

.bn-stars {
    color: var(--bn-klei);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.bn-review p {
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 1rem;
}

.bn-review footer {
    font-size: 0.85rem;
    color: var(--bn-mos-light);
}

.bn-trust-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1.5rem;
    background: var(--bn-creme);
    border-radius: var(--bn-radius-lg);
    border: 1px solid rgba(46, 74, 59, 0.08);
}

@media (max-width: 760px) { .bn-trust-badges { grid-template-columns: repeat(2, 1fr); } }

.bn-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bn-trust-badge strong {
    font-family: var(--bn-font-display);
    color: var(--bn-mos);
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 600;
    line-height: 1;
}

.bn-trust-badge span {
    color: var(--bn-mos-light);
    font-size: 0.85rem;
    margin-top: 0.3rem;
    letter-spacing: 0.01em;
}

/* ============================================================================
   Newsletter
   ========================================================================= */

.bn-newsletter {
    background: var(--bn-mos);
    color: var(--bn-creme);
    padding: var(--bn-section-pad) 1.5rem;
}

.bn-newsletter__inner {
    max-width: var(--bn-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: center;
}

@media (max-width: 880px) { .bn-newsletter__inner { grid-template-columns: 1fr; } }

.bn-newsletter h2 {
    color: var(--bn-creme);
    font-style: italic;
    font-variation-settings: "SOFT" 100;
    margin: 0.5rem 0 0.75rem;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.bn-newsletter p {
    color: var(--bn-creme);
    opacity: 0.9;
    margin: 0;
    max-width: 540px;
    line-height: 1.55;
}

.bn-newsletter__form {
    display: flex;
    gap: 0.5rem;
    background: var(--bn-creme);
    padding: 0.4rem;
    border-radius: 999px;
}

.bn-newsletter__form input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
    color: var(--bn-antraciet);
}

.bn-newsletter__form input:focus { outline: none; }

.bn-newsletter__form button {
    background: var(--bn-mos);
    color: var(--bn-creme);
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

/* ============================================================================
   Instagram grid
   ========================================================================= */

.bn-instagram-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
}

@media (max-width: 760px) { .bn-instagram-grid { grid-template-columns: repeat(3, 1fr); } }

.bn-ig-tile {
    aspect-ratio: 1 / 1;
    border-radius: var(--bn-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.bn-ig-tile:hover {
    transform: scale(1.03);
}

/* ============================================================================
   Contact pagina
   ========================================================================= */

.bn-contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

@media (max-width: 760px) { .bn-contact-grid { grid-template-columns: 1fr; } }

.bn-contact-form {
    background: var(--bn-linnen);
    padding: 2rem;
    border-radius: var(--bn-radius-lg);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bn-contact-form label {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-weight: 500;
    color: var(--bn-mos);
    font-size: 0.9rem;
}

.bn-contact-form input,
.bn-contact-form textarea {
    border: 1px solid #D5CFC0;
    border-radius: var(--bn-radius);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    background: #fff;
}

.bn-contact-form button {
    align-self: flex-start;
    margin-top: 0.5rem;
}

.bn-form-note {
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    color: var(--bn-mos-light);
}

.bn-contact-aside {
    background: var(--bn-mos);
    color: var(--bn-creme);
    padding: 2rem;
    border-radius: var(--bn-radius-lg);
}

.bn-contact-aside h3 {
    color: var(--bn-creme);
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
}

.bn-contact-aside p {
    color: var(--bn-creme);
    opacity: 0.92;
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.bn-contact-aside p strong { color: var(--bn-creme); font-weight: 500; }

/* ============================================================================
   Footer — 4 kolommen op desktop, responsief afgehandeld
   ========================================================================= */

.site-footer {
    background: var(--bn-diepgroen);
    color: var(--bn-creme);
    padding: clamp(2.5rem, 5vw, 4.5rem) 0 1.5rem;
}

.site-footer .col-full {
    max-width: var(--bn-container);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.site-footer a,
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4 {
    color: var(--bn-creme);
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--bn-klei-light);
    text-decoration: underline;
}

/* Force 4-koloms layout via grid */
.site-footer .footer-widgets,
.site-footer .footer-widgets.row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    margin-bottom: 2.5rem;
}

@media (max-width: 880px) {
    .site-footer .footer-widgets,
    .site-footer .footer-widgets.row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .site-footer .footer-widgets,
    .site-footer .footer-widgets.row {
        grid-template-columns: 1fr;
    }
}

.site-footer .footer-widgets .block,
.site-footer .footer-widgets > div,
.site-footer .footer-widgets .widget {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.site-footer .widget {
    margin-bottom: 0;
}

/* Widget headings */
.site-footer .widget .widget-title,
.site-footer .widget h2,
.site-footer .widget h3 {
    color: var(--bn-creme);
    font-family: var(--bn-font-display);
    font-style: italic;
    font-variation-settings: "SOFT" 100;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
}

/* Tekstinhoud in footer-widgets */
.site-footer .widget p,
.site-footer .widget li,
.site-footer .widget a {
    color: var(--bn-creme);
    opacity: 0.85;
    font-size: 0.92rem;
    line-height: 1.6;
}

.site-footer .widget p {
    margin: 0 0 0.75rem;
}

.site-footer .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .widget ul li {
    padding: 0;
    margin: 0 0 0.5rem;
}

.site-footer .widget ul li a {
    display: inline-block;
    opacity: 0.9;
}

.site-footer .widget ul li a:hover {
    opacity: 1;
    color: var(--bn-klei-light);
}

/* Onderste info-rij */
.site-info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(245, 241, 232, 0.15);
    color: rgba(245, 241, 232, 0.7);
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.site-info a {
    color: rgba(245, 241, 232, 0.85);
    opacity: 0.9;
}

.site-info a:hover {
    color: var(--bn-klei-light);
}

/* Juridisch menu in footer (Storefront's footer location) */
.site-footer .secondary-navigation,
.site-footer .footer-navigation,
.site-footer nav {
    margin: 0;
}

.site-footer nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer nav ul li a {
    font-size: 0.85rem;
    opacity: 0.75;
}

/* "Built with WooCommerce" weghalen */
.site-info .imprint,
.site-info a[href*="woocommerce.com"] {
    display: none;
}

/* ============================================================================
   Features grid (vervangt reviews-sectie)
   ========================================================================= */

.bn-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1024px) { .bn-features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .bn-features-grid { grid-template-columns: 1fr; } }

.bn-feature {
    background: var(--bn-creme);
    border: 1px solid rgba(46, 74, 59, 0.1);
    border-radius: var(--bn-radius-lg);
    padding: 1.75rem 1.5rem;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bn-feature:hover {
    transform: translateY(-3px);
    box-shadow: var(--bn-shadow-md);
    border-color: rgba(46, 74, 59, 0.18);
}

.bn-feature__icon {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.bn-feature h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--bn-mos);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.bn-feature p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--bn-mos-light);
    margin: 0;
}

/* ============================================================================
   WooCommerce overrides
   ========================================================================= */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--bn-font-display);
    color: var(--bn-mos);
    font-weight: 500;
    font-size: 1.05rem;
    padding: 0.5rem 0 0.25rem;
}

.woocommerce ul.products li.product .price {
    color: var(--bn-antraciet);
    font-weight: 500;
    font-size: 0.95rem;
}

.woocommerce span.onsale,
.bn-product-card__badge {
    background: var(--bn-klei);
    color: var(--bn-creme);
    font-family: var(--bn-font-body);
    font-weight: 500;
    border-radius: 999px;
    text-transform: none;
    padding: 0.25rem 0.75rem;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.woocommerce ul.products li.product a img {
    border-radius: var(--bn-radius);
    box-shadow: var(--bn-shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.02);
    box-shadow: var(--bn-shadow-md);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea,
select {
    background: #fff;
    border: 1px solid var(--bn-linnen);
    border-radius: var(--bn-radius);
    padding: 0.75rem 1rem;
    font-family: var(--bn-font-body);
    font-size: 1rem;
    color: var(--bn-antraciet);
    transition: border-color 0.2s ease;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--bn-mos);
}

.woocommerce-cart-form, .woocommerce-checkout { font-family: var(--bn-font-body); }

.woocommerce table.shop_table {
    border-radius: var(--bn-radius);
    border-color: var(--bn-linnen);
}

.woocommerce table.shop_table th {
    background: var(--bn-linnen);
    color: var(--bn-mos);
    font-family: var(--bn-font-display);
    font-weight: 600;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--bn-mos);
    background: var(--bn-linnen);
    color: var(--bn-antraciet);
    border-radius: var(--bn-radius);
}

.woocommerce-message::before, .woocommerce-info::before { color: var(--bn-mos); }

hr {
    border: none;
    border-top: 1px solid var(--bn-linnen);
    margin: 2rem 0;
}

/* Force WC shop pages full width */
body.woocommerce .site-main,
body.archive.woocommerce .site-main {
    max-width: var(--bn-container);
    margin: 0 auto;
    padding: 2rem 1.5rem;
}
