/* ══════════════════════════════════════════════════════════
   HOMEPAGE STYLES — alle secties
   ══════════════════════════════════════════════════════════ */

/* ── 1. HERO ──────────────────────────────────────────────── */
.hero {
    position: relative;
    height: 92vh; min-height: 560px;
    background: url('https://www.omera.nl/wp-content/uploads/2024/05/Omera-9-scaled-1.jpg') center/cover no-repeat;
    display: flex; align-items: flex-end;
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to left, rgba(12,20,6,0.35) 45%, rgba(0,0,0,0.02) 100%);
}
.hero-content {
    position: relative; z-index: 1;
    width: 100%; max-width: var(--max); margin: 0 auto;
    padding: 215px 32px 265px 650px;
    display: flex; flex-direction: column; align-items: flex-end;
    text-align: right;
}
.hero-label {
    font-family: var(--kop); font-size: 12px; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(255,255,255,0.75); margin-bottom: 16px;
}
.hero-content h1 {
    font-family: var(--display);
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 400; color: var(--wit);
    margin: 0 0 16px; line-height: 1.1;
    text-shadow: 0 2px 24px rgba(0,0,0,0.45);
    max-width: 700px;
}
.hero-content p {
    font-size: 15px; color: rgba(255,255,255,0.85);
    margin: 0 0 28px; letter-spacing: 0.03em;
}
.btn-outline {
    display: inline-block; padding: 14px 32px;
    background: var(--groen); color: var(--wit);
    font-family: var(--kop); font-size: 13px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    border: none; border-radius: 3px; cursor: pointer;
    transition: background 0.2s; text-decoration: none;
}
.btn-outline:hover { background: var(--groen-donker); color: var(--wit); }

/* ── 2. MERKCARROUSEL ─────────────────────────────────────── */
.merken-balk {
    background: var(--wit);
    padding: 32px 0 28px;
    border-bottom: 1px solid var(--lichtgroen2);
    overflow: hidden;
}
.merken-track-wrap { overflow: hidden; }
.merken-track {
    display: flex; align-items: center; gap: 56px;
    animation: merk-scroll 40s linear infinite;
    width: max-content;
}
.merken-track:hover { animation-play-state: paused; }
@keyframes merk-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.merk-logo {
    flex-shrink: 0; display: flex; align-items: center; justify-content: center;
    height: 48px;
}
.merk-logo img { max-height: 38px; max-width: 120px; width: auto; object-fit: contain; }

/* ── 3. WEBSHOP TEASER ────────────────────────────────────── */
.webshop-teaser {
    position: relative; height: 380px;
    background: url('https://www.omera.nl/wp-content/uploads/2024/05/Omera-12-scaled-1.jpg') center/cover no-repeat;
    display: flex; align-items: center; justify-content: center;
}
.webshop-teaser::before {
    content: ''; position: absolute; inset: 0;
    background: rgba(12,20,6,0.52);
}
.webshop-teaser-content { position: relative; z-index: 1; text-align: center; }
.webshop-teaser h2 {
    font-family: var(--kop); font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--wit); margin: 0;
}
.webshop-teaser h2 a {
    color: var(--wit); text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.6);
    text-underline-offset: 6px;
}
.webshop-teaser h2 a:hover { color: var(--groen); text-decoration-color: var(--groen); }

/* ── 4. POPULAIRE PRODUCTEN ───────────────────────────────── */
.producten-sectie { padding: 64px 32px; background: #fafafa; border-top: 1px solid var(--lichtgroen2); }
.sectie-kop { max-width: var(--max); margin: 0 auto 40px; }
.sectie-kop .sectie-label {
    font-family: var(--kop); font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--groen-donker); margin: 0 0 8px; display: block;
}
.sectie-kop h3 {
    font-family: var(--display); font-size: 2rem; font-weight: 600;
    color: var(--donkergroen); margin: 0;
}
.producten-grid {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.product-card {
    border: 1px solid #ececec; border-radius: 10px;
    background: var(--wit); overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
}
.product-card:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: var(--lichtgroen2);
}
.product-img {
    background: var(--wit);
    aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
    padding: 28px; overflow: hidden;
}
.product-img img {
    max-height: 180px; width: auto; max-width: 100%; object-fit: contain;
    transition: transform 0.3s;
}
.product-card:hover .product-img img { transform: scale(1.04); }
.product-info { padding: 18px 20px 20px; background: #f7f7f7; }
.product-merk {
    font-family: var(--kop); font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--groen-donker); margin: 0 0 5px;
}
.product-info h4 {
    font-family: var(--kop); font-size: 14px; font-weight: 700;
    color: var(--donkergroen); margin: 0 0 8px; line-height: 1.3;
}
.product-prijs {
    font-size: 16px; font-weight: 700; color: var(--donkergroen);
    margin: 0 0 14px;
}
.btn-winkelwagen {
    display: block; width: 100%; padding: 11px 12px;
    background: var(--donkergroen); color: var(--groen);
    border: 1px solid var(--groen);
    font-family: var(--kop); font-size: 12px; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase; text-align: center;
    border-radius: 4px; cursor: pointer; transition: all 0.2s;
    text-decoration: none;
}
.btn-winkelwagen:hover { background: var(--groen); color: var(--donkergroen); }

/* ── EXCLUSIEF BALK ───────────────────────────────────────── */
.exclusief-balk {
    background: linear-gradient(90deg, var(--donkergroen) 0%, #0e2d1a 100%);
    padding: 28px 32px;
    border-top: 1px solid rgba(116,208,54,0.2);
    border-bottom: 1px solid rgba(116,208,54,0.2);
}
.exclusief-balk-inner {
    max-width: var(--max); margin: 0 auto;
    display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.exclusief-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(116,208,54,0.15); border: 1px solid rgba(116,208,54,0.4);
    color: var(--groen); font-family: var(--kop); font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    padding: 5px 14px; border-radius: 20px; flex-shrink: 0;
}
.exclusief-tekst {
    flex: 1; font-family: var(--kop); font-size: 15px; font-weight: 600;
    color: var(--wit); line-height: 1.4;
}
.exclusief-tekst span { color: rgba(255,255,255,0.65); font-weight: 400; font-size: 13px; }
.exclusief-foto { border-radius: 8px; overflow: hidden; flex-shrink: 0; border: 1px solid rgba(116,208,54,0.2); }
.exclusief-foto img { height: 72px; width: auto; max-width: none; display: block; }
.exclusief-link {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 24px; background: var(--groen); color: var(--wit);
    font-family: var(--kop); font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
    border-radius: 4px; transition: background 0.2s; flex-shrink: 0;
    text-decoration: none;
}
.exclusief-link:hover { background: var(--groen-donker); color: var(--wit); }

/* ── SET VAN DE MAAND ─────────────────────────────────────── */
.set-van-maand {
    padding: 72px 32px; background: #fafafa;
    border-top: 1px solid var(--lichtgroen2);
}
.set-van-maand-inner {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.set-van-maand-info h4 {
    font-family: var(--kop); font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--groen-donker); margin: 0 0 10px;
}
.set-van-maand-info h3 {
    font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 600;
    color: var(--donkergroen); margin: 0 0 18px; line-height: 1.2;
}
.set-van-maand-info p { font-size: 15px; line-height: 1.8; color: var(--slate); margin: 0 0 20px; }
.set-items { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.set-items li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--slate); line-height: 1.5; }
.set-items li::before { content: '✓'; color: var(--groen-donker); font-weight: 700; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.set-korting-badge {
    display: inline-block;
    background: var(--groen); color: var(--donkergroen);
    font-family: var(--kop); font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
    padding: 6px 14px; border-radius: 4px;
    margin: 0 0 16px;
}
.set-korting-badge .woocommerce-Price-amount { font-weight: 700; }
.set-prijs-sub { font-size: 13px; color: #888; margin: 0 0 24px; }
.set-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px;
    background: var(--donkergroen); color: var(--groen);
    border: 2px solid var(--groen); border-radius: 6px;
    font-family: var(--kop); font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
    transition: all 0.2s; text-decoration: none;
}
.set-btn:hover { background: var(--groen); color: var(--donkergroen); }
.set-gallery {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.set-gallery-item {
    background: var(--wit); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    padding: 24px; aspect-ratio: 1; overflow: hidden;
    transition: box-shadow 0.2s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: none; cursor: zoom-in;
}
.set-gallery-item:first-child { grid-column: 1 / -1; aspect-ratio: 16/7; }
.set-gallery-item:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.set-gallery-item img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.3s; }
.set-gallery-item:hover img { transform: scale(1.04); }

/* ── LIGHTBOX ─────────────────────────────────────────────── */
#omera-lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; }
#omera-lightbox[hidden] { display: none; }
#omera-lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.82); cursor: pointer; }
#omera-lightbox-inner {
    position: relative; z-index: 1;
    background: var(--wit); border-radius: 16px;
    padding: 40px 32px 28px;
    display: flex; flex-direction: column; align-items: center; gap: 16px;
    max-width: min(680px, 90vw);
}
#omera-lightbox-img { max-width: 100%; max-height: 60vh; object-fit: contain; }
#omera-lightbox-naam { font-family: var(--kop); font-size: 13px; color: var(--slate); margin: 0; }
#omera-lightbox-sluiten {
    position: absolute; top: 12px; right: 14px;
    background: none; border: none; font-size: 26px; line-height: 1;
    color: var(--slate); cursor: pointer; padding: 4px 8px;
    transition: color 0.15s;
}
#omera-lightbox-sluiten:hover { color: var(--donkergroen); }

/* ── PODCAST ──────────────────────────────────────────────── */
.podcast-sectie {
    background: var(--creme);
    padding: 56px 32px;
    border-top: 1px solid var(--lichtgroen2);
}
.podcast-inner {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center;
}
.podcast-art {
    width: 120px; height: 120px; border-radius: 16px; flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15); overflow: hidden;
}
.podcast-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.podcast-label {
    font-family: var(--kop); font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--groen-donker); margin: 0 0 6px;
}
.podcast-tekst h3 {
    font-family: var(--display); font-size: 1.8rem; font-weight: 600;
    color: var(--donkergroen); margin: 0 0 8px;
}
.podcast-tekst p { font-size: 15px; line-height: 1.7; color: var(--slate); margin: 0; max-width: 520px; }
.podcast-actie { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.podcast-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 26px; background: var(--donkergroen); color: var(--groen);
    border: 2px solid var(--groen); border-radius: 6px;
    font-family: var(--kop); font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
    transition: all 0.2s; white-space: nowrap; text-decoration: none;
}
.podcast-btn:hover { background: var(--groen); color: var(--donkergroen); }
.podcast-afleveringen { font-size: 13px; color: #aaa; font-family: var(--kop); }

/* ── 5. ONZE KENNIS ───────────────────────────────────────── */
.kennis-sectie {
    display: grid; grid-template-columns: 1fr 1fr;
    background: var(--wit);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
    padding-bottom: 80px;
}
.kennis-links {
    background: #f5f5f5;
    display: flex; align-items: flex-end; justify-content: center;
    overflow: hidden; padding: 40px 24px;
}
.kennis-links img { width: auto; max-width: 100%; height: auto; object-fit: contain; object-position: bottom; max-height: 700px; }
.kennis-rechts {
    background: var(--wit);
    padding: 60px 56px 60px 48px;
    display: flex; flex-direction: column; justify-content: center;
}
.kennis-rechts blockquote {
    font-family: var(--kop); font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 700; color: var(--slate);
    margin: 0 0 20px; line-height: 1.3; border: none; padding: 0;
}
.kennis-rechts p { font-size: 15px; line-height: 1.75; color: var(--slate); margin: 0 0 24px; }
.kennis-rechts h4 { font-family: var(--kop); font-size: 14px; font-weight: 700; color: var(--slate); margin: 0 0 12px; }
.kennis-lijst { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.kennis-lijst li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--slate); }
.kennis-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--groen); flex-shrink: 0; display: block; }
.kennis-sign img { height: 38px; width: auto; }

/* ── 6. SHOWROOM ──────────────────────────────────────────── */
.showroom-sectie {
    background: var(--donkergroen);
    padding: 72px 32px 64px;
    margin-top: -1px;
}
.showroom-header {
    max-width: var(--max); margin: 0 auto 40px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.showroom-header h2 {
    font-family: var(--kop); font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    font-weight: 700; color: var(--wit); margin: 0; line-height: 1.2;
}
.showroom-header p { font-size: 16px; color: rgba(255,255,255,0.78); margin: 0; line-height: 1.7; }
.showroom-foto { max-width: 50%; margin: 0 auto 48px; border-radius: 6px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.4); }
.showroom-foto img { width: 100%; height: auto; display: block; }
.showroom-cols {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}
.showroom-col { display: flex; gap: 20px; align-items: flex-start; }
.showroom-col-img { flex-shrink: 0; width: 70px; height: 70px; border-radius: 50%; overflow: hidden; }
.showroom-col-img img { width: 100%; height: 100%; object-fit: cover; }
.showroom-col-tekst h4 { font-family: var(--kop); font-size: 16px; font-weight: 700; color: var(--wit); margin: 0 0 8px; }
.showroom-col-tekst p { font-size: 14px; color: rgba(255,255,255,0.72); margin: 0; line-height: 1.7; }

/* ── 7. GLOEDNIEUWE SHOWROOM ──────────────────────────────── */
.nieuw-showroom {
    background: var(--donkergroen);
    padding: 72px 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.nieuw-showroom-inner {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.nieuw-tekst h2 { font-family: var(--kop); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; color: var(--wit); margin: 0 0 16px; }
.nieuw-tekst p { font-size: 15px; line-height: 1.8; color: rgba(255,255,255,0.78); margin: 0 0 28px; }
.nieuw-tekst h3 { font-family: var(--kop); font-size: 15px; font-weight: 700; color: var(--wit); margin: 0 0 14px; }
.openingstijden { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.openingstijden li { display: flex; align-items: center; gap: 14px; font-size: 15px; color: rgba(255,255,255,0.82); }
.openingstijden li svg { flex-shrink: 0; color: var(--groen); }

/* Before/After */
.ba-wrap { position: relative; aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; cursor: col-resize; box-shadow: 0 16px 48px rgba(0,0,0,0.4); }
.ba-oud, .ba-nieuw { position: absolute; inset: 0; background-size: cover; background-position: center; }
.ba-oud { background-image: url('https://www.omera.nl/wp-content/uploads/2024/05/omera-vlaardingen-hifi-streaming-media-winkel-2.png'); }
.ba-nieuw { background-image: url('https://www.omera.nl/wp-content/uploads/2024/05/Omera-1-9-scaled-1.jpg'); clip-path: inset(0 50% 0 0); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--wit); transform: translateX(-50%); display: flex; align-items: center; justify-content: center; }
.ba-btn { position: absolute; width: 36px; height: 36px; border-radius: 50%; background: var(--donkergroen); border: 2px solid var(--wit); display: flex; align-items: center; justify-content: center; color: var(--wit); gap: 2px; }
.ba-label { position: absolute; bottom: 12px; background: var(--donkergroen); color: var(--wit); font-family: var(--kop); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 3px; }
.ba-label.nieuw { left: 12px; }
.ba-label.oud { right: 12px; }

/* ── SISTER WEBSITES ──────────────────────────────────────── */
.sister-websites { padding: 64px 32px; background: var(--wit); border-top: 1px solid var(--lichtgroen2); }
.sister-websites-inner { max-width: var(--max); margin: 0 auto; }
.sister-websites h2 { font-family: var(--kop); font-size: 1.8rem; font-weight: 700; color: var(--donkergroen); margin: 0 0 40px; text-align: center; }
.sister-carousel { position: relative; overflow: hidden; }
.sister-track { display: flex; gap: 24px; transition: transform 0.4s ease; }
.sister-item {
    flex: 0 0 calc(25% - 18px); min-width: 280px;
    background: var(--lichtgroen); border-radius: 8px; overflow: hidden;
    position: relative; cursor: pointer; transition: transform 0.2s;
}
.sister-item:hover { transform: translateY(-4px); }
.sister-img { width: 100%; height: 200px; background: #e0e0e0; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; }
.sister-content {
    padding: 20px; position: absolute; inset: 0;
    background: rgba(0,0,0,0.7); color: var(--wit);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; opacity: 0; transition: opacity 0.3s;
}
.sister-item:hover .sister-content { opacity: 1; }
.sister-content h3 { font-family: var(--kop); font-size: 1.2rem; font-weight: 700; margin: 0 0 8px; }
.sister-content p { font-size: 13px; line-height: 1.5; margin: 0; }

/* ── 8. CTA BANNER ───────────────────────────────────────── */
.cta-banner {
    position: relative; padding: 100px 32px;
    background: url('https://www.omera.nl/wp-content/uploads/2024/05/Omera-1-5-scaled-1.jpg') center/cover no-repeat;
    text-align: center;
}
.cta-banner::before { content: ''; position: absolute; inset: 0; background: rgba(12,20,6,0.72); }
.cta-content { position: relative; z-index: 1; }
.cta-content h2 { font-family: var(--kop); font-size: clamp(1.5rem, 3vw, 2.4rem); color: var(--wit); margin: 0 0 8px; font-weight: 700; }
.cta-content h3 { font-family: var(--kop); font-size: clamp(1.1rem, 2vw, 1.6rem); color: rgba(255,255,255,0.85); font-weight: 400; margin: 0 0 32px; }
.btn-primary {
    display: inline-block; padding: 15px 34px;
    background: var(--groen); color: var(--wit);
    font-family: var(--kop); font-size: 13px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    border-radius: 3px; transition: background 0.2s; text-decoration: none;
}
.btn-primary:hover { background: var(--groen-donker); color: var(--wit); }

/* ── LIGHTBOX ─────────────────────────────────────────────── */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 9999; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox-content { position: relative; max-width: 600px; max-height: 600px; background: var(--wit); border-radius: 12px; padding: 24px; text-align: center; animation: slideUp 0.3s ease; }
@keyframes slideUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.lightbox-img { max-width: 100%; max-height: 500px; object-fit: contain; margin-bottom: 16px; }
.lightbox-close { position: absolute; top: 12px; right: 12px; background: var(--groen); color: var(--wit); border: none; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; }

/* ── WEBSITE MODAL ────────────────────────────────────────── */
.website-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 9999; align-items: center; justify-content: center; }
.website-modal.open { display: flex; }
.website-modal-content { position: relative; width: 90vw; height: 90vh; background: var(--wit); border-radius: 12px; overflow: hidden; }
.website-modal-close { position: absolute; top: 12px; right: 12px; background: var(--groen); color: var(--wit); border: none; border-radius: 50%; width: 40px; height: 40px; cursor: pointer; font-size: 24px; z-index: 1000; display: flex; align-items: center; justify-content: center; }
.website-modal iframe { width: 100%; height: 100%; border: none; }

/* ── NIEUWSBRIEF POPUP ────────────────────────────────────── */
#nieuwsbrief-popup { display: none; position: fixed; bottom: 24px; right: 24px; z-index: 9998; width: 380px; max-width: calc(100vw - 32px); background: var(--wit); border-radius: 12px; box-shadow: 0 16px 48px rgba(0,0,0,0.25); overflow: hidden; animation: popup-in 0.4s ease; }
#nieuwsbrief-popup.vis { display: block; }
@keyframes popup-in { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.nb-top { background: var(--donkergroen); padding: 24px 28px 20px; position: relative; }
.nb-top h3 { font-family: var(--kop); font-size: 1.2rem; font-weight: 700; color: var(--wit); margin: 0 0 6px; }
.nb-top p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.75); margin: 0; }
.nb-close { position: absolute; top: 12px; right: 14px; background: none; border: none; color: rgba(255,255,255,0.6); font-size: 22px; line-height: 1; cursor: pointer; padding: 4px; }
.nb-form { padding: 24px 28px 28px; display: flex; flex-direction: column; gap: 14px; }
.nb-form label { font-family: var(--kop); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--donkergroen); display: block; margin-bottom: 6px; }
.nb-form input[type="text"], .nb-form input[type="email"] { width: 100%; padding: 11px 14px; border: 1px solid #ddd; border-radius: 6px; font-family: var(--body); font-size: 14px; }
.nb-form input:focus { outline: none; border-color: var(--groen); box-shadow: 0 0 0 3px rgba(116,208,54,0.15); }
.nb-submit { width: 100%; padding: 13px; background: var(--groen); color: var(--wit); border: none; border-radius: 6px; font-family: var(--kop); font-size: 13px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.nb-submit:hover { background: var(--groen-donker); }
.nb-note { font-size: 11px; color: #aaa; text-align: center; margin: 0; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
    .producten-grid { grid-template-columns: repeat(2, 1fr); }
    .showroom-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 921px) {
    .hero-content { padding: 120px 32px 120px; align-items: center; text-align: center; }
    .kennis-sectie { grid-template-columns: 1fr; clip-path: none; padding-bottom: 40px; }
    .kennis-links { min-height: 320px; }
    .showroom-header { grid-template-columns: 1fr; gap: 16px; }
    .nieuw-showroom-inner { grid-template-columns: 1fr; }
    .set-van-maand-inner { grid-template-columns: 1fr; gap: 40px; }
    .set-gallery { grid-template-columns: repeat(3, 1fr); }
    .set-gallery-item:first-child { grid-column: auto; aspect-ratio: 1; }
    .podcast-inner { grid-template-columns: auto 1fr; }
    .podcast-actie { grid-column: 1 / -1; align-items: flex-start; }
    .exclusief-balk-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .sister-carousel { overflow: auto; }
    .sister-track { flex-wrap: wrap; }
    .sister-item { flex: 0 0 calc(50% - 12px); min-width: 200px; }
}
@media (max-width: 600px) {
    .producten-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .showroom-cols { grid-template-columns: 1fr; }
}
@media (max-width: 544px) {
    .hero { height: 70vh; min-height: 400px; }
    .set-gallery { grid-template-columns: 1fr 1fr; }
    .set-gallery-item:first-child { grid-column: 1 / -1; aspect-ratio: 16/7; }
    .podcast-inner { grid-template-columns: 1fr; }
    .podcast-art { width: 80px; height: 80px; }
    #nieuwsbrief-popup { bottom: 12px; right: 16px; left: 16px; width: auto; }
}
