:root{
  --amethist-diep:#241530;
  --amethist:#7C5CA8;
  --amethist-licht:#B9A3D6;
  --agaat-zand:#C9A87C;
  --steenwit:#F5F1EB;
  --blauwgrijs:#4A6670;
  --inkt:#241D2B;
  --groen:#3E7A5E;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Karla',sans-serif;background:var(--steenwit);color:var(--inkt);line-height:1.6}
img{max-width:100%}
a:focus-visible,button:focus-visible,.gal-item:focus-visible{outline:2px solid var(--agaat-zand);outline-offset:3px}

/* ---------- NAV ---------- */
nav{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;justify-content:space-between;
  padding:1.05rem 2.5rem;background:rgba(36,21,48,.86);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,124,.18)}
.logo{font-family:'Fraunces',serif;font-weight:600;font-size:1.45rem;color:var(--steenwit);letter-spacing:.05em;text-decoration:none;white-space:nowrap}
.logo span{color:var(--agaat-zand)}
.nav-rechts{display:flex;align-items:center;gap:1.8rem}
.nav-links{display:flex;gap:1.7rem;list-style:none}
.nav-links a{color:var(--steenwit);text-decoration:none;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;opacity:.85;transition:.2s}
.nav-links a:hover{opacity:1;color:var(--agaat-zand)}
.taal{font-family:'IBM Plex Mono',monospace;font-size:.78rem;color:rgba(245,241,235,.6);letter-spacing:.06em}
.taal a{color:rgba(245,241,235,.6);text-decoration:none}
.taal a:hover{color:var(--agaat-zand)}
.taal .actief{color:var(--agaat-zand);font-weight:500}
.menu-knop{display:none;background:none;border:none;cursor:pointer;padding:.4rem;flex-direction:column;gap:5px}
.menu-knop span{display:block;width:24px;height:2px;background:var(--steenwit);transition:.25s}
.menu-knop[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-knop[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-knop[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---------- HERO ---------- */
header{position:relative;min-height:100vh;background:radial-gradient(ellipse 90% 70% at 75% 35%, #3D2A4D 0%, var(--amethist-diep) 70%);
  display:flex;align-items:center;overflow:hidden}
.agaat-ringen{position:absolute;right:-8vw;top:50%;transform:translateY(-50%);width:58vw;max-width:860px;opacity:.5;pointer-events:none}
@media(prefers-reduced-motion:no-preference){
  .agaat-ringen g{transform-origin:center;animation:draai 110s linear infinite}
  @keyframes draai{to{transform:rotate(360deg)}}
  .hero-foto{animation:zweef 7s ease-in-out infinite alternate}
  @keyframes zweef{from{transform:rotate(-2deg) translateY(0)}to{transform:rotate(-2deg) translateY(-14px)}}
}
.hero-grid{position:relative;z-index:2;display:flex;align-items:center;gap:3rem;flex-wrap:wrap;max-width:1180px;margin:0 auto;padding:7.5rem 2.5rem 4rem}
.hero-inhoud{flex:1.2;min-width:300px}
.eyebrow{font-family:'IBM Plex Mono',monospace;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--agaat-zand);margin-bottom:1.2rem}
h1{font-family:'Fraunces',serif;font-weight:300;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.06;color:var(--steenwit)}
h1 em{font-style:italic;font-weight:400;color:var(--amethist-licht)}
.merknaam{font-family:'IBM Plex Mono',monospace;font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;color:var(--steenwit);opacity:.9;margin-bottom:.9rem}
.hero-tekst{margin-top:1.5rem;color:rgba(245,241,235,.78);font-size:1.06rem;max-width:46ch}
.hero-acties{margin-top:2.2rem;display:flex;gap:1rem;flex-wrap:wrap}
.knop{display:inline-block;padding:.88rem 1.8rem;border-radius:2rem;font-weight:700;font-size:.95rem;text-decoration:none;transition:transform .15s ease,background .2s,border-color .2s}
.knop:hover{transform:translateY(-2px)}
.knop-vol{background:var(--agaat-zand);color:var(--amethist-diep)}
.knop-lijn{border:1.5px solid rgba(245,241,235,.5);color:var(--steenwit)}
.knop-lijn:hover{border-color:var(--agaat-zand);color:var(--agaat-zand)}
.knop-donker{background:var(--amethist-diep);color:var(--steenwit)}
.hero-visueel{flex:1;min-width:280px;display:flex;justify-content:center}
.hero-foto{width:min(330px,72vw);border-radius:16rem 16rem 1.2rem 1.2rem;box-shadow:0 30px 70px rgba(0,0,0,.55),0 0 0 1px rgba(201,168,124,.35);transform:rotate(-2deg);overflow:hidden}
.hero-foto img{display:block;width:100%}
.hero-onderschrift{margin-top:1rem;text-align:center;font-family:'IBM Plex Mono',monospace;font-size:.72rem;color:rgba(245,241,235,.55);letter-spacing:.08em}

/* ---------- VERTROUWENSBALK ---------- */
.bewijs{background:var(--inkt);color:var(--steenwit);padding:2.2rem 2.5rem}
.bewijs-binnen{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.4rem 2.6rem;align-items:center;justify-content:space-between}
.bewijs-cijfer{display:flex;flex-direction:column;gap:.15rem}
.bewijs-cijfer b{font-family:'Fraunces',serif;font-size:1.7rem;font-weight:600;color:var(--agaat-zand);line-height:1}
.bewijs-cijfer span{font-family:'IBM Plex Mono',monospace;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(245,241,235,.65)}
.badge{display:inline-flex;align-items:center;gap:.5rem;font-family:'IBM Plex Mono',monospace;font-size:.75rem;letter-spacing:.06em;
  border:1px solid rgba(201,168,124,.45);border-radius:2rem;padding:.45rem 1rem;color:var(--steenwit)}
.badge svg{width:15px;height:15px;flex-shrink:0}

/* ---------- SECTIES ---------- */
section{padding:5.5rem 2.5rem}
.binnen{max-width:1140px;margin:0 auto}
h2{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.15;margin-bottom:.8rem}
h3{font-family:'Fraunces',serif;font-weight:600}
.sectie-intro{max-width:60ch;color:#5a5063;margin-bottom:3rem}
.divider{display:flex;justify-content:center;padding:0 2.5rem}
.divider svg{width:120px;opacity:.55}
.sectie-cta{margin-top:3rem;text-align:center}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.zichtbaar{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ---------- OVER ---------- */
.over{background:#EFE8DD}
.over-flex{display:flex;gap:3.2rem;flex-wrap:wrap;align-items:flex-start}
.over-tekst{flex:1.4;min-width:300px}
.over-tekst p{margin-bottom:1.05rem;color:#4b4255}
.over-zij{flex:1;min-width:260px;background:#fff;border-radius:14px;padding:1.6rem 1.7rem;box-shadow:0 3px 16px rgba(43,27,51,.09)}
.over-zij h3{font-size:1.05rem;margin-bottom:.9rem}
.over-zij ul{list-style:none;font-size:.92rem;color:#4b4255}
.over-zij li{padding:.5rem 0 .5rem 1.5rem;position:relative;border-bottom:1px dashed #E2D9CB}
.over-zij li:last-child{border-bottom:none}
.over-zij li::before{content:"◆";position:absolute;left:0;color:var(--agaat-zand);font-size:.7rem;top:.75rem}

/* ---------- COLLECTIE ---------- */
.rooster{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.7rem}
.kaart{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 14px rgba(43,27,51,.08);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}
.kaart:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(43,27,51,.16)}
.kaart-beeld{height:270px;overflow:hidden;background:#EFEAE2}
.kaart-beeld img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .5s ease}
.kaart:hover .kaart-beeld img{transform:scale(1.06)}
.kaart-info{padding:1.3rem 1.4rem 1.5rem;flex:1;display:flex;flex-direction:column}
.kaart-info h3{font-size:1.15rem;margin-bottom:.4rem}
.kaart-info p{font-size:.92rem;color:#5a5063;flex:1}
.spec{margin-top:1rem;padding-top:.8rem;border-top:1px dashed #DDD3C6;font-family:'IBM Plex Mono',monospace;font-size:.74rem;color:var(--blauwgrijs);letter-spacing:.03em}

/* ---------- GALERIJ ---------- */
.galerij{background:linear-gradient(180deg,var(--steenwit) 0%,#EDE6DB 100%)}
.gal-grid{columns:3 280px;column-gap:1.2rem}
.gal-item{break-inside:avoid;margin:0 0 1.2rem;position:relative;border-radius:12px;overflow:hidden;cursor:zoom-in;box-shadow:0 3px 14px rgba(43,27,51,.12)}
.gal-item img{display:block;width:100%;transition:transform .5s ease}
.gal-item:hover img{transform:scale(1.05)}
.gal-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:2rem .9rem .7rem;
  background:linear-gradient(transparent,rgba(36,21,48,.88));color:var(--steenwit);
  font-family:'IBM Plex Mono',monospace;font-size:.7rem;letter-spacing:.06em;opacity:0;transition:opacity .3s}
.gal-item:hover figcaption,.gal-item:focus-visible figcaption{opacity:1}
#lightbox{position:fixed;inset:0;z-index:100;background:rgba(20,10,28,.93);display:none;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}
#lightbox.open{display:flex}
#lightbox img{max-width:92vw;max-height:86vh;border-radius:10px;box-shadow:0 20px 80px rgba(0,0,0,.6)}
#lightbox .lb-sluit{position:absolute;top:1.2rem;right:1.6rem;background:none;border:none;color:var(--steenwit);font-size:2.2rem;cursor:pointer;line-height:1}

/* ---------- HERKOMST ---------- */
.herkomst{background:var(--amethist-diep);color:var(--steenwit)}
.herkomst h2{color:var(--steenwit)}
.herkomst .sectie-intro{color:rgba(245,241,235,.72)}
.herkomst-flex{display:flex;gap:3.5rem;align-items:center;flex-wrap:wrap}
.herkomst-tekst{flex:1;min-width:290px}
.herkomst-tekst p{margin-bottom:1.1rem;color:rgba(245,241,235,.82)}
.route{flex:1;min-width:290px;background:rgba(255,255,255,.05);border:1px solid rgba(201,168,124,.35);border-radius:14px;padding:1.8rem;font-family:'IBM Plex Mono',monospace;font-size:.85rem}
.route-stap{display:flex;gap:1rem;align-items:baseline;padding:.55rem 0}
.route-stap + .route-stap{border-top:1px dashed rgba(201,168,124,.3)}
.route-stap .nr{color:var(--agaat-zand)}

/* ---------- REVIEWS ---------- */
.reviews{background:#fff}
.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem}
.review{background:var(--steenwit);border-radius:14px;padding:1.5rem;border-left:3px solid var(--agaat-zand)}
.review p{font-size:.95rem;color:#4b4255;margin-bottom:.9rem}
.review footer{background:none;padding:0;font-family:'IBM Plex Mono',monospace;font-size:.72rem;color:var(--blauwgrijs);letter-spacing:.05em}
.sterren{color:var(--agaat-zand);letter-spacing:.15em;margin-bottom:.6rem;font-size:.85rem}

/* ---------- VEILINGEN ---------- */
.veiling{background:#EFE8DD}
.veiling-flex{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap}
.veiling-tekst{flex:2;min-width:280px}
.veiling-cta{flex:1;min-width:240px;text-align:center;display:flex;flex-direction:column;gap:.8rem}
.veiling-cta a{display:block}
.sub-link{font-family:'IBM Plex Mono',monospace;font-size:.78rem;color:var(--blauwgrijs);text-decoration:none;letter-spacing:.04em}
.sub-link:hover{color:var(--amethist)}

/* ---------- FAQ ---------- */
.faq details{background:#fff;border-radius:12px;margin-bottom:.8rem;box-shadow:0 2px 10px rgba(43,27,51,.06);overflow:hidden}
.faq summary{padding:1.1rem 1.4rem;cursor:pointer;font-weight:700;font-size:1rem;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-family:'IBM Plex Mono',monospace;color:var(--agaat-zand);font-size:1.3rem;flex-shrink:0}
.faq details[open] summary::after{content:"–"}
.faq details p{padding:0 1.4rem 1.3rem;color:#5a5063;font-size:.95rem}

/* ---------- FOOTER ---------- */
footer{background:var(--inkt);color:rgba(245,241,235,.65);padding:3rem 2.5rem 2rem;font-size:.88rem}
.footer-binnen{max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}
.footer-kolom{min-width:200px}
.footer-kolom h4{font-family:'IBM Plex Mono',monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--agaat-zand);margin-bottom:.8rem;font-weight:500}
.footer-kolom a{color:rgba(245,241,235,.72);text-decoration:none;display:block;padding:.15rem 0}
.footer-kolom a:hover{color:var(--agaat-zand)}
footer .logo{font-size:1.2rem;margin-bottom:.4rem;display:inline-block}
.zakelijk{font-family:'IBM Plex Mono',monospace;font-size:.78rem;line-height:1.9}
.footer-onder{max-width:1140px;margin:2.4rem auto 0;padding-top:1.4rem;border-top:1px solid rgba(245,241,235,.12);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.76rem;color:rgba(245,241,235,.45)}

/* ---------- MOBIELE STICKY CTA ---------- */
.mobiel-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
  background:rgba(36,21,48,.95);backdrop-filter:blur(10px);border-top:1px solid rgba(201,168,124,.3)}
.mobiel-cta a{display:block;text-align:center;background:var(--agaat-zand);color:var(--amethist-diep);
  font-weight:700;padding:.8rem;border-radius:2rem;text-decoration:none;font-size:.95rem}

@media(max-width:860px){
  nav{padding:1rem 1.3rem}
  .menu-knop{display:flex}
  .nav-rechts{gap:1rem}
  .nav-links{position:fixed;top:60px;left:0;right:0;flex-direction:column;gap:0;background:rgba(36,21,48,.98);
    backdrop-filter:blur(14px);padding:.5rem 1.3rem 1.4rem;border-bottom:1px solid rgba(201,168,124,.2);display:none}
  .nav-links.open{display:flex}
  .nav-links li{border-top:1px solid rgba(245,241,235,.09)}
  .nav-links a{display:block;padding:.95rem 0;font-size:.95rem}
  section{padding:4rem 1.3rem}
  .hero-grid{padding:6.5rem 1.3rem 3rem}
  .agaat-ringen{opacity:.22;right:-45vw;width:130vw}
  .gal-grid{columns:2 150px}
  .bewijs{padding:1.8rem 1.3rem}
  .bewijs-binnen{gap:1.2rem 1.8rem}
  .bewijs-cijfer b{font-size:1.4rem}
  .mobiel-cta{display:block}
  body{padding-bottom:4.6rem}
  footer{padding:2.4rem 1.3rem 1.6rem}
}
