/*
Theme Name: Lumina Botanics
Theme URI: https://luminabotanics.nl
Author: Mandy de Bont
Description: Premium beauty & skincare theme voor Lumina Botanics - officieel Farmasi influencer Nederland.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: lumina-botanics
*/

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Lato', sans-serif; color: #0D0D0D; background: #FFFFFF; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ========================================
   TYPOGRAFIE
   ======================================== */
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1.2; letter-spacing: 0.01em; }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
h4 { font-size: 1.1rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
p { font-size: 1.05rem; color: #3A3A3A; }

.eyebrow { font-family: 'Lato', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #C9A96E; margin-bottom: 0.75rem; display: block; }

/* ========================================
   UTILITY
   ======================================== */
.gold { color: #C9A96E; }
.bg-light { background: #F8F6F1; }
.bg-dark { background: #0D0D0D; color: #FFFFFF; }
.bg-warm { background: #F0EDE7; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
.section-pad { padding: 6rem 0; }
.section-pad-sm { padding: 4rem 0; }
.text-center { text-align: center; }
.divider { width: 48px; height: 2px; background: #C9A96E; margin: 1.5rem auto; }
.divider-left { width: 48px; height: 2px; background: #C9A96E; margin: 1.5rem 0; }

/* ========================================
   KNOPPEN
   ======================================== */
.btn { display: inline-block; padding: 0.9rem 2.4rem; font-family: 'Lato', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: all 0.25s ease; border: none; }
.btn-primary { background: #C9A96E; color: #FFFFFF; }
.btn-primary:hover { background: #b8934f; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,169,110,0.35); }
.btn-outline { background: transparent; color: #0D0D0D; border: 1.5px solid #0D0D0D; }
.btn-outline:hover { background: #0D0D0D; color: #FFFFFF; }
.btn-outline-gold { background: transparent; color: #C9A96E; border: 1.5px solid #C9A96E; }
.btn-outline-gold:hover { background: #C9A96E; color: #FFFFFF; }
.btn-outline-white { background: transparent; color: #FFFFFF; border: 1.5px solid rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: #FFFFFF; }

/* ========================================
   NAVIGATIE
   ======================================== */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,169,110,0.15); transition: box-shadow 0.3s; }
#navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 2rem; max-width: 1180px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; }
.nav-logo img { height: 60px; width: auto; mix-blend-mode: multiply; }
.nav-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; letter-spacing: 0.06em; color: #0D0D0D; line-height: 1; }
.nav-logo-text span { display: block; font-size: 0.6rem; font-family: 'Lato', sans-serif; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: #C9A96E; margin-top: 2px; }
nav ul { list-style: none; display: flex; gap: 1.75rem; align-items: center; }
nav ul li { list-style: none; }
nav ul a { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #3A3A3A; transition: color 0.2s; position: relative; white-space: nowrap; }
nav ul a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: #C9A96E; transition: width 0.25s ease; }
nav ul a:hover { color: #C9A96E; }
nav ul a:hover::after { width: 100%; }
.nav-ctas { display: flex; gap: 0.75rem; align-items: center; margin-left: 1rem; }
.nav-ctas .btn { padding: 0.7rem 1.4rem; font-size: 0.78rem; letter-spacing: 0.1em; white-space: nowrap; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #0D0D0D; transition: all 0.3s; }

/* Mobile menu */
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: #FFFFFF; border-bottom: 1px solid #F0EDE7; padding: 1.5rem 2rem 2rem; z-index: 999; box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 1.25rem; }
.mobile-menu ul a { font-size: 1rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #0D0D0D; }

/* ========================================
   HERO (LANDINGSPAGINA)
   ======================================== */
#home { min-height: 100vh; display: flex; align-items: center; background: #FFFFFF; padding-top: 72px; position: relative; overflow: hidden; }
.hero-circle { position: absolute; top: -120px; right: -120px; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(201,169,110,0.15); pointer-events: none; }
.hero-circle-2 { position: absolute; bottom: -80px; right: 80px; width: 300px; height: 300px; border-radius: 50%; border: 1px solid rgba(201,169,110,0.1); pointer-events: none; }
.hero-inner { max-width: 1180px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: stretch; }
.hero-content { max-width: 580px; }
.hero-content h1 { font-size: clamp(3.2rem, 6.5vw, 5.5rem); font-style: italic; color: #0D0D0D; margin-bottom: 1.5rem; line-height: 1.05; }
.hero-content h1 em { font-style: italic; color: #C9A96E; }
.hero-sub { font-size: 1.1rem; color: #54565B; line-height: 1.8; margin-bottom: 2.5rem; max-width: 460px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-badges { display: flex; gap: 2rem; margin-top: 3rem; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: #54565B; }
.hero-badge-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(201,169,110,0.12); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-logo-wrap { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.hero-logo-wrap img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

/* ========================================
   OVER ONS
   ======================================== */
#over-ons { background: #FFFFFF; }
.over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.over-content h2 { margin-bottom: 1rem; }
.over-content p { margin-bottom: 1.25rem; }
.pijlers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.pijler { text-align: center; padding: 2rem 1.25rem; background: #F8F6F1; border-top: 3px solid #C9A96E; }
.pijler-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.pijler h4 { font-family: 'Lato', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #0D0D0D; margin-bottom: 0.5rem; }
.pijler p { font-size: 0.9rem; line-height: 1.6; color: #54565B; }
.over-visual-block { background: #F8F6F1; padding: 3rem; border-left: 4px solid #C9A96E; }
.farmasi-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(201,169,110,0.1); border: 1px solid rgba(201,169,110,0.3); padding: 0.5rem 1rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #C9A96E; margin-bottom: 1.5rem; }
.over-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.over-fact-number { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; color: #C9A96E; line-height: 1; font-weight: 500; }
.over-fact-label { font-size: 0.82rem; color: #54565B; line-height: 1.4; margin-top: 0.25rem; }

/* ========================================
   PRODUCTEN
   ======================================== */
#producten { background: #F8F6F1; }
.producten-header { margin-bottom: 3.5rem; }
.lijnen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2.5rem; }
.lijn-card { display: flex; flex-direction: column; min-height: 100%; background: #FFFFFF; padding: 2rem; border-bottom: 3px solid var(--lijn-color, transparent); transition: all 0.25s ease; color: inherit; text-decoration: none; }
.lijn-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.lijn-product-frame { width: 74px; height: 74px; border: 2px solid var(--lijn-color, #C9A96E); border-radius: 50%; background: #FFFFFF; display: grid; place-items: center; overflow: hidden; margin-bottom: 1.1rem; }
.lijn-product-frame img { width: 58px; height: 58px; object-fit: cover; border-radius: 12px; display: block; }
.lijn-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.lijn-card p { font-size: 0.88rem; color: #54565B; line-height: 1.6; margin-bottom: 1rem; }
.lijn-tags { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 0.3rem; min-height: 68px; margin-top: auto; }
.lijn-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--lijn-color, rgba(201,169,110,0.12)); color: #54565B; padding: 0.24rem 0.65rem; margin: 0.15rem 0.1rem 0 0; }
.lijn-card-cta { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; margin-top: 1.1rem; min-height: 42px; padding: 0.75rem 1rem; border: 1.5px solid #0D0D0D; background: #FFFFFF; color: #0D0D0D; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; line-height: 1.2; text-transform: uppercase; transition: all 0.2s ease; }
.lijn-card:hover .lijn-card-cta { background: #0D0D0D; color: #FFFFFF; border-color: #0D0D0D; }
.categorie-blokken { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; }
.cat-blok { background: #FFFFFF; padding: 2rem 1.75rem; border-left: 4px solid #C9A96E; }
.cat-blok h4 { font-family: 'Lato', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C9A96E; margin-bottom: 0.5rem; }
.cat-blok h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
.cat-blok p { font-size: 0.88rem; color: #54565B; line-height: 1.6; }
.producten-note { text-align: center; margin-top: 3rem; padding: 2rem; background: rgba(201,169,110,0.08); border: 1px solid rgba(201,169,110,0.2); }
.producten-note p { color: #54565B; font-size: 0.92rem; }
.dct-logo-badge { display: inline-flex; align-items: baseline; font-family: 'Lato', sans-serif; font-weight: 900; font-size: 1.5rem; letter-spacing: 0.04em; color: #0D0D0D; margin-bottom: 0.25rem; }
.dct-logo-badge .dct-line-name { font-weight: 400; font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: #C9A96E; margin-left: 0.4rem; }
.dct-header-wrap { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
.dct-sub-line { width: 2px; height: 36px; background: #C9A96E; flex-shrink: 0; }
.intro-discount-banner { margin: 0 0 1.75rem; padding: 1.35rem 1.5rem; border: 1px solid rgba(201,169,110,0.45); border-left: 5px solid #C9A96E; background: linear-gradient(90deg, rgba(201,169,110,0.18) 0%, #FFFFFF 54%); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; }
.intro-discount-label { display: block; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; color: #9F7B39; margin-bottom: 0.35rem; }
.intro-discount-banner strong { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 600; color: #0D0D0D; line-height: 1.15; }
.intro-discount-banner p { max-width: 760px; margin-top: 0.55rem; font-size: 0.9rem; color: #3A3A3A; line-height: 1.65; }
.intro-discount-banner a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0.85rem 1.2rem; background: #0D0D0D; color: #FFFFFF; font-size: 0.74rem; font-weight: 900; letter-spacing: 0.14em; line-height: 1.2; text-transform: uppercase; text-align: center; white-space: nowrap; }
.intro-discount-banner a:hover { background: #C9A96E; color: #FFFFFF; }

/* ========================================
   WEBSHOP SECTIE
   ======================================== */
#webshop.webshop-light { background: #F8F6F1; color: #0D0D0D; }
#webshop.webshop-light h2 { color: #0D0D0D; }
#webshop.webshop-light p { color: #54565B; }
.webshop-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.webshop-inner h2 { margin-bottom: 1rem; }
.webshop-inner p { margin-bottom: 2rem; font-size: 1.05rem; line-height: 1.8; }
.coming-soon-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.25rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 2.5rem; }
.whatsapp-link { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; color: #54565B; transition: color 0.2s; }
.whatsapp-link:hover { color: #C9A96E; }

/* ========================================
   INFLUENCER
   ======================================== */
#influencer { background: #FFFFFF; }
.influencer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.influencer-content h2 { margin-bottom: 1rem; }
.voordelen { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.5rem; }
.voordeel { display: flex; align-items: flex-start; gap: 1rem; }
.voordeel-icon { width: 40px; height: 40px; background: rgba(201,169,110,0.1); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; border-radius: 4px; }
.voordeel-text h4 { font-family: 'Lato', sans-serif; font-size: 0.9rem; font-weight: 700; color: #0D0D0D; margin-bottom: 0.2rem; letter-spacing: 0; text-transform: none; }
.voordeel-text p { font-size: 0.88rem; color: #54565B; line-height: 1.5; }
.stappen { display: flex; flex-direction: column; gap: 1.5rem; }
.stap { display: flex; gap: 1.25rem; align-items: flex-start; }
.stap-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; color: #C9A96E; line-height: 1; font-weight: 500; min-width: 44px; }
.stap-content h4 { font-family: 'Lato', sans-serif; font-size: 0.9rem; font-weight: 700; color: #0D0D0D; margin-bottom: 0.25rem; letter-spacing: 0; text-transform: none; }
.stap-content p { font-size: 0.85rem; color: #54565B; line-height: 1.5; }
.stap-divider { width: 1px; height: 24px; background: rgba(201,169,110,0.3); margin: 0.25rem 0 0 21px; }

/* ========================================
   OVER MANDY
   ======================================== */
#over-mandy { background: #F0EDE7; }
.mandy-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: center; }
.mandy-portrait { aspect-ratio: 4/5; overflow: hidden; position: relative; background: #F8F6F1; }
.mandy-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.mandy-portrait-placeholder { width: 100%; height: 100%; background: linear-gradient(160deg, #DDD8D0 0%, #C9A96E 100%); display: flex; align-items: center; justify-content: center; }
.mandy-initials { font-family: 'Cormorant Garamond', serif; font-size: 6rem; color: rgba(255,255,255,0.6); font-weight: 300; font-style: italic; }
.quote { border-left: 3px solid #C9A96E; padding: 1rem 1.5rem; margin: 2rem 0; background: rgba(201,169,110,0.06); }
.quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-style: italic; color: #0D0D0D; line-height: 1.6; }

/* ========================================
   CTA BANNER
   ======================================== */
#cta-banner { background: linear-gradient(135deg, #0D0D0D 0%, #1A1510 100%); position: relative; overflow: hidden; }
.cta-banner-deco { position: absolute; right: -100px; top: 50%; transform: translateY(-50%); width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(201,169,110,0.12); pointer-events: none; }
.cta-banner-inner { text-align: center; position: relative; z-index: 1; }
.cta-banner-inner h2 { color: #FFFFFF; margin-bottom: 1rem; }
.cta-banner-inner p { color: rgba(255,255,255,0.65); max-width: 540px; margin: 0 auto 2.5rem; font-size: 1.05rem; line-height: 1.8; }
.cta-banner-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ========================================
   CONTACT
   ======================================== */
#contact { background: #FFFFFF; }
.contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 5rem; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
#lb-contact-form { display: none; }
.cf7-contact-form .wpcf7-form { display: flex; flex-direction: column; gap: 1rem; }
.cf7-contact-form p { margin: 0; }
.cf7-contact-form label { display: flex; flex-direction: column; gap: 0.35rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #54565B; }
.cf7-contact-form input,
.cf7-contact-form select,
.cf7-contact-form textarea { padding: 0.85rem 1rem; border: 1.5px solid #E8E4DE; background: #F8F6F1; font-family: 'Lato', sans-serif; font-size: 0.92rem; color: #0D0D0D; outline: none; transition: border-color 0.2s; width: 100%; margin-top: 0.35rem; }
.cf7-contact-form input:focus,
.cf7-contact-form select:focus,
.cf7-contact-form textarea:focus { border-color: #C9A96E; }
.cf7-contact-form textarea { resize: vertical; min-height: 120px; }
.cf7-contact-form input[type="submit"] { background: #C9A96E; color: #0D0D0D; border: 1.5px solid #C9A96E; cursor: pointer; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.cf7-contact-form input[type="submit"]:hover { background: #0D0D0D; border-color: #0D0D0D; color: #FFFFFF; }
.cf7-contact-form .wpcf7-not-valid-tip { color: #B42318; font-size: 0.78rem; font-weight: 400; letter-spacing: 0; text-transform: none; margin-top: 0.3rem; }
.cf7-contact-form .wpcf7-response-output { margin: 0.75rem 0 0; padding: 1rem 1.1rem; border: 0; border-left: 3px solid #C9A96E; background: #F8F6F1; color: #54565B; font-size: 0.9rem; line-height: 1.6; }
.contact-grid .cf7-contact-form { width: 100%; }
.contact-grid .cf7-contact-form form,
.contact-grid .wpcf7-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; width: 100%; }
.contact-grid .cf7-contact-form p,
.contact-grid .wpcf7-form p { margin: 0; }
.contact-grid .cf7-contact-form p:nth-of-type(n+3),
.contact-grid .wpcf7-form p:nth-of-type(n+3) { grid-column: 1 / -1; }
.contact-grid .cf7-contact-form label,
.contact-grid .wpcf7-form label { display: flex; flex-direction: column; gap: 0.45rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #2F3545; }
.contact-grid .cf7-contact-form .wpcf7-form-control-wrap,
.contact-grid .wpcf7-form .wpcf7-form-control-wrap { display: block; width: 100%; margin-top: 0.45rem; }
.contact-grid .cf7-contact-form input:not([type="submit"]),
.contact-grid .cf7-contact-form select,
.contact-grid .cf7-contact-form textarea,
.contact-grid .wpcf7-form input:not([type="submit"]),
.contact-grid .wpcf7-form select,
.contact-grid .wpcf7-form textarea { width: 100%; min-height: 58px; padding: 0.95rem 1.15rem; border: 1.5px solid #E8E4DE; background: #F8F6F1; font-family: 'Lato', sans-serif; font-size: 0.98rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: #0D0D0D; outline: none; box-shadow: none; border-radius: 0; transition: border-color 0.2s, background-color 0.2s; }
.contact-grid .cf7-contact-form textarea,
.contact-grid .wpcf7-form textarea { min-height: 150px; resize: vertical; }
.contact-grid .cf7-contact-form input:focus,
.contact-grid .cf7-contact-form select:focus,
.contact-grid .cf7-contact-form textarea:focus,
.contact-grid .wpcf7-form input:focus,
.contact-grid .wpcf7-form select:focus,
.contact-grid .wpcf7-form textarea:focus { border-color: #C9A96E; background: #FFFFFF; }
.contact-grid .cf7-contact-form input[type="submit"],
.contact-grid .wpcf7-form input[type="submit"] { grid-column: 1 / -1; width: 100%; min-height: 56px; background: #C9A96E; color: #FFFFFF; border: 1.5px solid #C9A96E; cursor: pointer; font-family: 'Lato', sans-serif; font-size: 0.82rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; border-radius: 0; transition: background-color 0.2s, border-color 0.2s; }
.contact-grid .cf7-contact-form input[type="submit"]:hover,
.contact-grid .wpcf7-form input[type="submit"]:hover { background: #0D0D0D; border-color: #0D0D0D; }
.contact-grid .wpcf7-spinner { display: none; }
.contact-grid .wpcf7 form.sent .wpcf7-response-output,
.contact-grid .wpcf7 form.invalid .wpcf7-response-output,
.contact-grid .wpcf7 form.failed .wpcf7-response-output,
.contact-grid .wpcf7 form.aborted .wpcf7-response-output { margin: 0.75rem 0 0; padding: 1rem 1.1rem; border: 0; border-left: 3px solid #C9A96E; background: #F8F6F1; color: #54565B; font-family: 'Lato', sans-serif; font-size: 0.9rem; line-height: 1.6; }
.contact-grid .wpcf7 form.sent .wpcf7-response-output { border-left-color: #C9A96E; }
.contact-grid .wpcf7 form.invalid .wpcf7-response-output,
.contact-grid .wpcf7 form.failed .wpcf7-response-output,
.contact-grid .wpcf7 form.aborted .wpcf7-response-output { border-left-color: #B42318; }
@media (max-width: 720px) {
  .contact-grid .cf7-contact-form form,
  .contact-grid .wpcf7-form { grid-template-columns: 1fr; }
}
.form-group { display: flex; flex-direction: column; gap: 0.35rem; }
.form-group label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #54565B; }
.form-group input, .form-group select, .form-group textarea { padding: 0.85rem 1rem; border: 1.5px solid #E8E4DE; background: #F8F6F1; font-family: 'Lato', sans-serif; font-size: 0.92rem; color: #0D0D0D; outline: none; transition: border-color 0.2s; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #C9A96E; }
.form-group textarea { resize: vertical; min-height: 120px; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.25rem; }
.contact-detail-icon { width: 36px; height: 36px; background: rgba(201,169,110,0.1); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-detail-text { font-size: 0.9rem; color: #54565B; line-height: 1.5; }
.contact-detail-text strong { color: #0D0D0D; display: block; font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; }
.social-links { display: flex; gap: 0.75rem; margin-top: 2rem; }
.social-link { width: 42px; height: 42px; border: 1.5px solid #E8E4DE; background: #FFFFFF; display: flex; align-items: center; justify-content: center; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.social-link svg { width: 24px; height: 24px; display: block; }
.social-link:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(13,13,13,0.16); }

/* ========================================
   FOOTER
   ======================================== */
footer { background: #0D0D0D; color: rgba(255,255,255,0.55); padding: 2.5rem 0; border-top: 1px solid rgba(201,169,110,0.15); }
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: rgba(255,255,255,0.7); }
.footer-brand span { color: #C9A96E; }
.footer-disclaimer { font-size: 0.75rem; line-height: 1.6; max-width: 480px; text-align: center; }
.footer-copy { font-size: 0.78rem; }

/* ========================================
   SCROLL TO TOP
   ======================================== */
.scroll-top { position: fixed; bottom: 2rem; right: 2rem; width: 44px; height: 44px; background: #C9A96E; color: #FFFFFF; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 900; font-size: 1.1rem; border: none; }
.scroll-top.visible { opacity: 1; pointer-events: auto; }

/* ========================================
   BLOG - OVERZICHTSPAGINA
   ======================================== */
.blog-hero {
  background: #FFFFFF;
  padding: 8rem 0 4rem;
  border-bottom: 1px solid #F0EDE7;
}
.blog-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-style: italic;
  margin-bottom: 0.75rem;
}
.blog-hero p {
  max-width: 520px;
  color: #54565B;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.blog-categories {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.cat-filter {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border: 1.5px solid #E8E4DE;
  color: #54565B;
  transition: all 0.2s;
  cursor: pointer;
}
.cat-filter:hover, .cat-filter.active {
  border-color: #C9A96E;
  color: #C9A96E;
  background: rgba(201,169,110,0.06);
}

.posts-section { padding: 4rem 0 6rem; background: #F8F6F1; }

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.post-card {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.09);
}

.post-card-img,
.post-card-img-link {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #F0EDE7;
  position: relative;
  display: block;
}
.post-card-img img,
.post-card-img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.post-card:hover .post-card-img img,
.post-card:hover .post-card-img-link img { transform: scale(1.04); }

.post-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F0EDE7 0%, #DDD8D0 100%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: rgba(201,169,110,0.4);
  font-style: italic;
}

.post-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.post-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.post-category-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(201,169,110,0.12);
  color: #C9A96E;
  padding: 0.2rem 0.6rem;
}

.post-date {
  font-size: 0.78rem;
  color: #9A9590;
}
.post-reading-time {
  font-size: 0.78rem;
  color: #9A9590;
}
.post-reading-time::before { content: '- '; }

.post-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0D0D0D;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  transition: color 0.2s;
}
.post-card:hover .post-card-title { color: #C9A96E; }

.post-card-excerpt {
  font-size: 0.9rem;
  color: #54565B;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

.post-card-link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A96E;
  transition: gap 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.post-card-link:hover { gap: 0.7rem; }
.post-card-link::after { content: '->'; }

/* Geen posts */
.no-posts {
  text-align: center;
  padding: 4rem 2rem;
  background: #FFFFFF;
  grid-column: 1 / -1;
}
.no-posts h3 { margin-bottom: 0.5rem; color: #54565B; }
.no-posts p { color: #9A9590; font-size: 0.9rem; }

/* Paginering */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3.5rem;
}
.blog-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #E8E4DE;
  font-size: 0.85rem;
  font-weight: 700;
  color: #54565B;
  transition: all 0.2s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  border-color: #C9A96E;
  background: #C9A96E;
  color: #FFFFFF;
}
.blog-pagination .page-numbers.dots { border: none; cursor: default; }

/* ========================================
   BLOG - ENKEL ARTIKEL
   ======================================== */
.single-post-wrapper {
  padding-top: 72px;
}

.single-post-featured {
  width: 100%;
  max-height: 520px;
  overflow: hidden;
  background: #F0EDE7;
}
.single-post-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 520px;
}

.single-post-header {
  padding: 3.25rem 0 2rem;
  border-bottom: 1px solid #F0EDE7;
  margin-bottom: 2.25rem;
  position: relative;
}

.single-post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.single-post-header h1 {
  font-size: clamp(2.15rem, 3.2vw, 3.35rem);
  font-style: italic;
  color: #0D0D0D;
  line-height: 1.15;
  max-width: 800px;
  margin-bottom: 1rem;
}
.single-post-excerpt {
  max-width: 680px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #54565B;
  margin-top: 1.2rem;
}

.single-post-content {
  max-width: 780px;
  padding-bottom: 4rem;
}

.single-post-content p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #3A3A3A;
  margin-bottom: 1.5rem;
}

.single-post-content h2 {
  font-size: 2rem;
  margin: 3rem 0 1rem;
  color: #0D0D0D;
  padding-top: 0.25rem;
  border-top: 1px solid #F0EDE7;
}

.single-post-content h3 {
  font-size: 1.4rem;
  margin: 2rem 0 0.75rem;
  color: #0D0D0D;
}

.single-post-content ul, .single-post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.single-post-content li {
  font-size: 1.05rem;
  color: #3A3A3A;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}

.single-post-content blockquote {
  border-left: 3px solid #C9A96E;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: rgba(201,169,110,0.06);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: #0D0D0D;
  line-height: 1.6;
}

.single-post-content img {
  width: 100%;
  height: auto;
  margin: 2rem 0;
}
.single-post-body > p:first-of-type {
  font-size: 1.14rem;
  line-height: 1.85;
  color: #0D0D0D;
}
.single-post-body figure.wp-block-image {
  max-width: 560px;
  margin: 1.75rem auto 2.25rem;
}
.single-post-body figure.wp-block-image img {
  width: 100%;
  max-height: 315px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  margin: 0;
  border: 1px solid #F0EDE7;
}
.single-post-body figure.wp-block-image + p {
  margin-top: 0;
}

.single-post-content a {
  color: #C9A96E;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
  border-top: 1px solid #F0EDE7;
  margin-top: 1rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.post-nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  max-width: 320px;
}
.post-nav-link.next { text-align: right; }
.post-nav-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C9A96E; }
.post-nav-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: #0D0D0D; line-height: 1.3; transition: color 0.2s; }
.post-nav-link:hover .post-nav-title { color: #C9A96E; }

/* Sidebar blog CTA */
.blog-cta-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-cta-card {
  background: #F8F6F1;
  padding: 2rem;
  border-top: 3px solid #C9A96E;
}
.blog-cta-card h3 {
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
}
.blog-cta-card-featured {
  background: #0D0D0D;
  color: #FFFFFF;
  border-top: 3px solid #C9A96E;
}
.blog-cta-card-featured h3,
.blog-cta-card-featured p {
  color: #FFFFFF;
}
.sidebar-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 0.5rem;
}
.blog-cta-card h4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 0.5rem;
}
.blog-cta-card p {
  font-size: 0.88rem;
  color: #54565B;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Single post layout */
.single-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 4.5rem;
  align-items: start;
  width: min(1180px, calc(100% - 4rem));
  max-width: 1180px;
  margin: 0 auto;
  padding: 7.5rem 0 4rem;
}
.single-post-sidebar {
  position: sticky;
  top: 112px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2.75rem;
}

/* ========================================
   BLOG - AANVULLENDE STIJLEN
   ======================================== */
.post-card-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #F0EDE8;
}

.blog-empty {
  text-align: center;
  padding: 5rem 0;
  color: #6A6A6A;
}
.blog-empty p { font-size: 1.1rem; margin-bottom: 2rem; }

.single-post-featured-img {
  margin: 0 0 2.5rem;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #F0EDE7;
}
.single-post-featured-img img {
  width: 100%;
  height: min(420px, 46vw);
  object-fit: cover;
  display: block;
}

.single-post-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #3A3A3A;
}
.single-post-body p { margin-bottom: 1.5rem; }
.single-post-body h2, .single-post-body h3 { margin: 2.5rem 0 1rem; }
.single-post-body ul, .single-post-body ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.single-post-body li { margin-bottom: 0.4rem; }
.single-post-body blockquote {
  border-left: 3px solid #C9A96E;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #6A6A6A;
  background: #F8F6F1;
}
.single-post-body img { max-width: 100%; height: auto; border-radius: 4px; }

.blog-cta-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 1rem;
}
.blog-cta-logo span { color: #C9A96E; }

/* ========================================
   STATISCHE PAGINA (page.php)
   ======================================== */
.page-wrapper {
  padding-top: 72px;
}
.page-header {
  background: #F8F6F1;
  padding: 5rem 0 3rem;
  border-bottom: 1px solid #E8E4DE;
}
.page-header h1 { font-style: italic; }
.page-content {
  max-width: 800px;
  padding: 4rem 0 6rem;
}
.page-content p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 1.5rem; color: #3A3A3A; }
.page-content h2 { margin: 2rem 0 1rem; }
.page-content ul, .page-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.page-content li { line-height: 1.8; margin-bottom: 0.4rem; font-size: 1.05rem; color: #3A3A3A; }

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-content { max-width: 100%; }
  .hero-sub { max-width: 100%; }
  .hero-actions { justify-content: center; }
  .hero-badges { justify-content: center; }
  .hero-visual { display: none; }
  .over-grid { grid-template-columns: 1fr; gap: 3rem; }
  .lijnen-grid { grid-template-columns: repeat(2, 1fr); }
  .categorie-blokken { grid-template-columns: repeat(2, 1fr); }
  .influencer-grid { grid-template-columns: 1fr; gap: 3rem; }
  .mandy-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .single-post-layout { grid-template-columns: 1fr; width: min(760px, calc(100% - 3rem)); padding-top: 6rem; }
  .single-post-sidebar { position: static; padding-top: 0; }
  .blog-cta-sidebar { position: static; }
}

@media (max-width: 768px) {
  nav ul { display: none; }
  .hamburger { display: flex; }
  .intro-discount-banner { grid-template-columns: 1fr; align-items: flex-start; }
  .pijlers { grid-template-columns: 1fr; }
  .lijnen-grid { grid-template-columns: 1fr; }
  .categorie-blokken { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .section-pad { padding: 4rem 0; }
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2rem; }
  .single-post-header h1 { font-size: 2rem; }
}

@media (max-width: 480px) {
  .hero-inner { padding: 3rem 1.5rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; }
  .single-post-layout { width: calc(100% - 2rem); padding-top: 5rem; }
  .single-post-body figure.wp-block-image { max-width: 100%; }
  .single-post-body figure.wp-block-image img { max-height: 260px; }
}
