:root{
  --ivory:#FBF7F1;
  --ivory-deep:#F3EBE1;
  --plum:#3E1B26;
  --plum-soft:#5A2A38;
  --gold:#B08D57;
  --gold-light:#D8BC8C;
  --blush:#E7D3CB;
  --ink:#2A2124;
  --muted:#7A6B6D;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Jost","Helvetica Neue",Arial,sans-serif;
  --maxw:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--ivory);color:var(--ink);
  font-family:var(--sans);font-weight:300;font-size:17px;line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:.01em;margin:0}
h1{font-size:clamp(2.6rem,6vw,4.4rem);line-height:1.05}
h2{font-size:clamp(2rem,4vw,3rem);line-height:1.12}
h3{font-size:1.4rem}
em{font-style:italic}
p{margin:0 0 1em}
a{color:inherit}

.eyebrow{
  font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--gold);margin:0 0 .9rem;font-weight:400;
}

.concept-bar{
  background:var(--plum);color:var(--gold-light);
  font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;
  text-align:center;padding:.55rem 1rem;
}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:40;
  display:flex;align-items:center;justify-content:space-between;
  gap:2rem;padding:1rem clamp(1.2rem,4vw,3rem);
  background:rgba(251,247,241,.88);backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(62,27,38,.08);
}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.brand-mark{
  width:38px;height:38px;flex:none;border-radius:50%;
  border:1px solid var(--gold);color:var(--gold);
  display:grid;place-items:center;
  font-family:var(--serif);font-size:1.25rem;
}
.brand-name{
  font-family:var(--serif);font-size:1.15rem;line-height:1.05;
  display:flex;flex-direction:column;letter-spacing:.06em;
}
.brand-name em{
  font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;
  font-style:normal;color:var(--muted);font-family:var(--sans);
}
.nav{display:flex;align-items:center;gap:2rem;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}
.nav a{text-decoration:none;color:var(--ink);opacity:.75;transition:opacity .2s}
.nav a:hover{opacity:1}
.nav-cta{
  border:1px solid var(--plum);padding:.55rem 1.2rem;border-radius:100px;opacity:1 !important;
  transition:background .25s,color .25s;
}
.nav-cta:hover{background:var(--plum);color:var(--ivory)}
.nav-toggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer}
.nav-toggle span{display:block;width:24px;height:1px;background:var(--ink);margin:5px 0;transition:.25s}

/* ---------- hero ---------- */
.hero{
  display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;
  min-height:min(82vh,760px);
}
.hero-media{position:relative;overflow:hidden;background:var(--ivory-deep)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.hero-media::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(62,27,38,.12),transparent 55%);
}
.hero-body{
  display:flex;flex-direction:column;justify-content:center;
  padding:clamp(2.5rem,6vw,5rem);
}
.hero-body h1 em{color:var(--plum)}
.lead{font-size:1.1rem;color:var(--muted);max-width:44ch;margin-top:1.4rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}

.btn{
  display:inline-block;text-decoration:none;cursor:pointer;
  font-family:var(--sans);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;
  padding:1rem 2rem;border-radius:100px;border:1px solid transparent;transition:.25s;
}
.btn-primary{background:var(--plum);color:var(--ivory)}
.btn-primary:hover{background:var(--plum-soft)}
.btn-ghost{border-color:rgba(62,27,38,.3);color:var(--plum)}
.btn-ghost:hover{border-color:var(--plum);background:rgba(62,27,38,.04)}

/* ---------- marquee ---------- */
.marquee{
  overflow:hidden;background:var(--plum);color:var(--gold-light);
  padding:.9rem 0;
}
.marquee-track{
  display:flex;align-items:center;gap:2.5rem;width:max-content;
  animation:slide 38s linear infinite;
  font-family:var(--serif);font-size:1.15rem;letter-spacing:.14em;
}
.marquee-track i{width:5px;height:5px;border-radius:50%;background:var(--gold);flex:none}
@keyframes slide{to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}

/* ---------- sections ---------- */
.section{max-width:var(--maxw);margin:0 auto;padding:clamp(4rem,9vw,7.5rem) clamp(1.2rem,4vw,3rem)}
.section-head{max-width:46rem;margin-bottom:3rem}
.section-intro{color:var(--muted);margin-top:1rem}

/* ---------- filters + gallery ---------- */
.filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2.2rem}
.filter{
  font-family:var(--sans);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;
  background:none;border:1px solid rgba(62,27,38,.18);color:var(--muted);
  padding:.6rem 1.25rem;border-radius:100px;cursor:pointer;transition:.22s;
}
.filter:hover{border-color:var(--plum);color:var(--plum)}
.filter.is-active{background:var(--plum);border-color:var(--plum);color:var(--ivory)}

.gallery{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem;
}
.tile{
  position:relative;overflow:hidden;background:var(--ivory-deep);
  border:0;padding:0;cursor:zoom-in;aspect-ratio:4/5;
}
.tile img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.7,.3,1);
}
.tile:hover img{transform:scale(1.05)}
.tile figcaption{
  position:absolute;inset:auto 0 0 0;
  padding:2.5rem .9rem .9rem;text-align:left;
  background:linear-gradient(transparent,rgba(42,33,36,.75));
  color:#fff;font-size:.8rem;letter-spacing:.06em;
  opacity:0;transform:translateY(8px);transition:.3s;
}
.tile:hover figcaption,.tile:focus-visible figcaption{opacity:1;transform:none}
.tile.is-hidden{display:none}

/* ---------- over ---------- */
.over{background:var(--ivory-deep);max-width:none}
.over-grid{
  max-width:var(--maxw);margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;
}
.over-media{position:relative}
.over-media>img:first-child{width:100%;aspect-ratio:4/5;object-fit:cover}
.over-media-small{
  position:absolute;right:-1.5rem;bottom:-2rem;width:46%;
  aspect-ratio:1;object-fit:cover;border:8px solid var(--ivory-deep);
}
.over-body blockquote{
  margin:2rem 0;padding-left:1.4rem;border-left:2px solid var(--gold);
  font-family:var(--serif);font-size:1.4rem;font-style:italic;color:var(--plum);line-height:1.4;
}
.credentials{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:.6rem}
.credentials li{display:flex;gap:1rem;align-items:baseline;font-size:.95rem;color:var(--muted)}
.credentials span{
  font-family:var(--serif);font-size:1.25rem;color:var(--plum);
  min-width:4.5rem;letter-spacing:.02em;
}

/* ---------- cards ---------- */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.6rem}
.card{background:#fff;overflow:hidden;display:flex;flex-direction:column}
.card img{aspect-ratio:1;object-fit:cover;width:100%}
.card-body{padding:1.6rem}
.card-body h3{margin-bottom:.6rem}
.card-body p{color:var(--muted);font-size:.95rem;margin:0}

/* ---------- steps ---------- */
.werkwijze{background:var(--plum);color:var(--ivory);max-width:none}
.werkwijze .section-head{max-width:var(--maxw);margin-left:auto;margin-right:auto}
.werkwijze h2{color:var(--ivory)}
.steps{
  list-style:none;padding:0;margin:0 auto;max-width:var(--maxw);
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;
}
.steps li{border-top:1px solid rgba(216,188,140,.3);padding-top:1.5rem}
.step-num{
  display:block;font-family:var(--serif);font-size:2.2rem;color:var(--gold-light);
  margin-bottom:.6rem;
}
.steps h3{color:var(--ivory);margin-bottom:.6rem}
.steps p{color:rgba(251,247,241,.72);font-size:.95rem;margin:0}

/* ---------- faq ---------- */
.faq-list{max-width:52rem}
.faq-list details{border-bottom:1px solid rgba(62,27,38,.12)}
.faq-list summary{
  cursor:pointer;list-style:none;padding:1.4rem 2rem 1.4rem 0;position:relative;
  font-family:var(--serif);font-size:1.3rem;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{
  content:"+";position:absolute;right:.2rem;top:50%;transform:translateY(-50%);
  color:var(--gold);font-family:var(--sans);font-size:1.3rem;font-weight:300;
}
.faq-list details[open] summary::after{content:"\2212"}
.faq-list p{color:var(--muted);padding:0 2rem 1.5rem 0;margin:0;font-size:.98rem}

/* ---------- contact ---------- */
.contact{background:var(--ivory-deep);padding:clamp(4rem,9vw,7rem) clamp(1.2rem,4vw,3rem)}
.contact-inner{max-width:760px;margin:0 auto;text-align:center}
.contact .lead{margin:1.2rem auto 2.8rem}
.form{
  display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;text-align:left;
  background:#fff;padding:clamp(1.5rem,4vw,2.5rem);
}
.field{display:flex;flex-direction:column;gap:.4rem}
.field-wide{grid-column:1/-1}
.field label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.field input,.field select,.field textarea{
  font-family:var(--sans);font-size:1rem;font-weight:300;color:var(--ink);
  border:0;border-bottom:1px solid rgba(62,27,38,.2);background:none;
  padding:.6rem .2rem;transition:border-color .2s;resize:vertical;
}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--gold);
}
.form .btn{grid-column:1/-1;justify-self:start}
.form-note{grid-column:1/-1;margin:0;font-size:.78rem;color:var(--muted)}
.contact-links{
  display:flex;flex-wrap:wrap;justify-content:center;gap:1.8rem;margin-top:2.5rem;
  font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);
}
.contact-links a{color:var(--plum);text-decoration:none;border-bottom:1px solid var(--gold)}

/* ---------- footer ---------- */
.site-footer{
  background:var(--plum);color:rgba(251,247,241,.7);
  text-align:center;padding:3.5rem 1.5rem;
}
.site-footer .brand{justify-content:center;margin-bottom:1.2rem}
.site-footer .brand-name{color:var(--ivory);align-items:center}
.site-footer .brand-name em{color:var(--gold-light)}
.site-footer .brand-mark{border-color:var(--gold-light);color:var(--gold-light)}
.site-footer p{margin:.3rem 0;font-size:.9rem}
.site-footer .fine{font-size:.75rem;color:rgba(251,247,241,.4);margin-top:1.2rem}

/* ---------- lightbox ---------- */
.lightbox{
  position:fixed;inset:0;z-index:60;background:rgba(30,16,21,.94);
  display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;
}
.lightbox[hidden]{display:none}
.lightbox img{max-width:min(90vw,900px);max-height:82vh;object-fit:contain}
#lb-caption{
  position:absolute;bottom:1.8rem;left:0;right:0;text-align:center;
  color:rgba(251,247,241,.8);font-size:.85rem;letter-spacing:.08em;margin:0;
}
.lightbox button{
  background:none;border:0;color:var(--ivory);cursor:pointer;
  font-size:2.5rem;line-height:1;opacity:.65;transition:opacity .2s;padding:.5rem 1rem;
}
.lightbox button:hover{opacity:1}
.lb-close{position:absolute;top:1rem;right:1.5rem;font-size:2.2rem}

/* ---------- responsive ---------- */
@media (max-width:900px){
  .hero{grid-template-columns:1fr;min-height:0}
  .hero-media{aspect-ratio:4/3}
  .over-grid{grid-template-columns:1fr}
  .over-media-small{right:1rem;bottom:-1.5rem;width:38%}
  .nav{
    position:fixed;inset:0 0 auto 0;top:calc(100% + 0px);
    display:none;flex-direction:column;gap:1.4rem;
    background:var(--ivory);padding:2rem;
    border-bottom:1px solid rgba(62,27,38,.1);
  }
  .site-header.is-open .nav{display:flex;position:absolute;top:100%}
  .nav-toggle{display:block}
  .site-header.is-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .site-header.is-open .nav-toggle span:nth-child(2){opacity:0}
  .site-header.is-open .nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
}
@media (max-width:620px){
  body{font-size:16px}
  .gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.6rem}
  .form{grid-template-columns:1fr}
  .over-media-small{position:static;width:100%;margin-top:1rem;border:0;aspect-ratio:16/10}
}
