:root {
  --gold: #bc8734;
  --navy: #0b2234;
  --cream: #f9f2e7;
  --white: #ffffff;
  --ink: #14222d;
  --muted: #64717a;
  --line: rgba(11,34,52,.12);
  --shadow: 0 24px 60px rgba(11,34,52,.10);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(249,242,231,.94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 88px; height: 58px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 30px; font-weight: 700; font-size: .94rem; }
.nav a { transition: .2s ease; }
.nav a:hover { color: var(--gold); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--navy); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; font-size: 28px; color: var(--navy); }
.hero { position: relative; overflow: hidden; padding: 82px 0 70px; background: var(--cream); }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(188,135,52,.12); right: -170px; top: -160px; filter: blur(2px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 800; color: var(--gold); }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(3.4rem, 7vw, 6.3rem); line-height: .92; letter-spacing: -.065em; margin-bottom: 28px; color: var(--navy); }
h1 span { color: var(--gold); }
.hero-text { max-width: 610px; font-size: 1.12rem; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin: 30px 0 34px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: white; box-shadow: 0 12px 28px rgba(188,135,52,.25); }
.btn-secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.dark-text { color: var(--navy); }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); max-width: 650px; border-top: 1px solid var(--line); padding-top: 22px; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row div + div { border-left: 1px solid var(--line); padding-left: 20px; margin-left: 20px; }
.trust-row strong { font-size: 1rem; color: var(--navy); }
.trust-row span { color: var(--muted); font-size: .78rem; }
.hero-mark { display: flex; justify-content: center; }
.hero-logo-image { width: min(500px, 82vw); max-height: 500px; object-fit: contain; filter: drop-shadow(0 24px 35px rgba(11,34,52,.14)); }
.section { padding: 105px 0; }
.products-section { background: var(--white); }
.section-heading { max-width: 690px; margin: 0 auto 55px; text-align: center; }
.section-heading h2, .delivery-section h2, .contact-card h2 { font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; letter-spacing: -.045em; color: var(--navy); margin-bottom: 18px; }
.section-heading p:not(.eyebrow), .contact-card p { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.product-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--cream); box-shadow: 0 10px 35px rgba(11,34,52,.06); display: flex; flex-direction: column; }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; background: var(--navy); padding: 4px; }
.photo { aspect-ratio: 1 / .82; display: grid; place-items: center; background: #e9e0d4; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; overflow: hidden; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.product-content { padding: 25px; display: flex; flex-direction: column; flex: 1; }
.product-number { font-size: .7rem; color: var(--gold); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.product-content h3 { color: var(--navy); font-size: 1.55rem; margin: 6px 0 10px; }
.product-content p { color: var(--muted); font-size: .93rem; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 18px; }
.spec { border-top: 1px solid var(--line); padding-top: 10px; }
.spec span { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.spec strong { color: var(--navy); font-size: 1rem; }
.product-btn { margin-top: 18px; width: 100%; }
.dark-section { background: var(--navy); color: white; }
.section-heading.light h2 { color: white; }
.section-heading.light p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); overflow: hidden; }
.steps article { padding: 35px; background: var(--navy); }
.steps span { color: var(--gold); font-weight: 900; letter-spacing: .12em; }
.steps h3 { margin: 18px 0 10px; font-size: 1.35rem; }
.steps p { color: rgba(255,255,255,.64); font-size: .93rem; }
.delivery-section { background: var(--cream); }
.delivery-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; }
.lead { color: var(--muted); max-width: 650px; font-size: 1.05rem; }
.delivery-points { margin-top: 30px; display: grid; gap: 12px; }
.delivery-points div { display: flex; gap: 12px; align-items: center; font-weight: 700; }
.delivery-points b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: white; }
.location-card { background: var(--navy); color: white; padding: 38px; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.location-pin { width: 58px; height: 58px; margin: 0 auto 20px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; font-size: 1.8rem; }
.location-card .small-label { text-transform: uppercase; letter-spacing: .16em; color: var(--gold); font-size: .7rem; font-weight: 900; }
.location-card h3 { font-size: 2rem; margin-bottom: 8px; }
.location-card p:not(.small-label) { color: rgba(255,255,255,.7); }
.location-card a { color: white; font-weight: 800; }
.contact-section { padding-top: 25px; padding-bottom: 105px; }
.contact-card { background: var(--gold); color: white; border-radius: var(--radius); padding: 55px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.contact-card h2 { color: white; }
.contact-card p { color: rgba(255,255,255,.8); max-width: 650px; }
.contact-card .eyebrow { color: var(--navy); }
.contact-actions { display: grid; gap: 10px; min-width: 220px; }
.contact-actions .btn-primary { background: var(--navy); box-shadow: none; }
.contact-actions .btn-secondary { border-color: white; color: white; }
footer { background: var(--navy); color: white; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-brand img { width: 110px; height: 75px; object-fit: contain; }
.footer-brand p, footer p:not(.footer-title) { color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-title { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 900; }
.footer-grid a { display: block; margin-bottom: 7px; }
.copyright { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; color: rgba(255,255,255,.4); font-size: .75rem; }
@media (max-width: 900px) {
  .hero-grid, .delivery-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-mark { order: -1; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .trust-row { margin: auto; text-align: left; }
  .product-grid { grid-template-columns: 1fr; max-width: 560px; margin: auto; }
  .steps, .footer-grid { grid-template-columns: 1fr; }
  .contact-actions { max-width: 320px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav { display: none; position: absolute; top: 82px; left: 14px; right: 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: 16px; box-shadow: var(--shadow); flex-direction: column; }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { padding-top: 48px; }
  .hero-logo-image { width: 300px; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; }
  .trust-row div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; margin-left: 0; padding-top: 12px; }
  .section { padding: 75px 0; }
  .contact-card { padding: 35px 24px; }
}


/* Combi deal */
.product-card.deal-card { background: var(--navy); color: white; }
.product-card.deal-card .product-content h3 { color: white; }
.product-card.deal-card .product-content p { color: rgba(255,255,255,.72); }
.product-card.deal-card .spec { border-color: rgba(255,255,255,.16); }
.product-card.deal-card .spec span { color: rgba(255,255,255,.55); }
.product-card.deal-card .spec strong { color: white; }
.product-card.deal-card .deal-label { display: inline-flex; align-self: flex-start; margin: 24px 25px 0; padding: 7px 11px; border-radius: 999px; background: var(--gold); color: white; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

/* Product gallery: één grote foto, klikbaar voor de andere foto's */
.photo-gallery-preview { background: transparent; padding: 0; }
.photo-main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: #e9e0d4;
  aspect-ratio: 16 / 10;
}
.photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}
.photo-main:hover img { transform: scale(1.035); filter: brightness(.82); }
.photo-overlay {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(11,34,52,.9);
  color: white;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  opacity: .96;
}
.photo-overlay b { color: var(--gold); margin-left: 5px; }

/* Full-screen fotogalerij */
body.modal-open { overflow: hidden; }
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.gallery-modal.open { display: flex; }
.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3,13,21,.88);
  backdrop-filter: blur(8px);
}
.gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(1000px, 94vw);
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) 55px;
  grid-template-rows: minmax(300px, 72vh) auto;
  align-items: center;
  gap: 10px;
}
.gallery-image {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 72vh;
  object-fit: contain;
  border-radius: 14px;
}
.gallery-close, .gallery-prev, .gallery-next {
  border: 0;
  cursor: pointer;
  color: white;
  background: rgba(255,255,255,.12);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: .2s ease;
}
.gallery-close:hover, .gallery-prev:hover, .gallery-next:hover {
  background: var(--gold);
}
.gallery-close { position: absolute; top: -8px; right: -8px; z-index: 3; font-size: 30px; }
.gallery-prev { grid-column: 1; grid-row: 1; justify-self: center; }
.gallery-next { grid-column: 3; grid-row: 1; justify-self: center; }
.gallery-count {
  grid-column: 2;
  grid-row: 2;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: .82rem;
  margin-bottom: 8px;
}
.gallery-thumbs {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 52px;
}
.gallery-thumb {
  width: 74px;
  height: 52px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 7px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  opacity: .65;
}
.gallery-thumb.active { border-color: var(--gold); opacity: 1; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 700px) {
  .gallery-modal { padding: 12px; }
  .gallery-dialog { grid-template-columns: 42px minmax(0,1fr) 42px; }
  .gallery-image { height: 62vh; }
  .gallery-close { top: 0; right: 0; }
  .gallery-prev, .gallery-next { width: 38px; height: 38px; font-size: 25px; }
}
