/* Volledige styling lokaal zodat de static map standalone werkt */
:root{
  --bg: #ffffff;
  --text: #0b0b0b;
  --muted: #6b7280;
  --border: #e5e7eb;
  --primary: #111827;
  --accent: #0ea5e9;
  --accent-600: #0284c7;
  --ring: rgba(14,165,233,0.25);
}

*{ box-sizing: border-box; }
html,body{ margin:0; padding:0; background:var(--bg); color:var(--text); font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
/* Smooth anchor offset for sticky header */
html{ scroll-behavior: smooth; scroll-padding-top: 72px; }

.container{ width: min(1100px, 92%); margin: 0 auto; }

.site-header{ position: sticky; top:0; z-index:10; background: rgba(255,255,255,0.85); backdrop-filter: blur(8px); border-bottom:1px solid var(--border); }
.header-inner{ position:relative; display:flex; align-items:center; justify-content:space-between; padding: 14px 0; }
.brand{ display:flex; gap:10px; align-items:center; font-weight:600; color:inherit; text-decoration:none; }
.brand .logo{ width:28px; height:28px; }
.nav{ display:flex; gap:18px; align-items:center; }
.nav a{ color: var(--text); text-decoration:none; font-weight:500; }

/* Mobiele menu-knop (desktop standaard verbergen) */
.nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  font-weight:600;
}
.nav-toggle::before{
  content: '';
  width: 16px; height: 2px; background: currentColor;
  box-shadow: 0 6px 0 0 currentColor, 0 -6px 0 0 currentColor;
  border-radius: 2px;
}

.btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding: 12px 16px; border-radius: 10px; border:1px solid var(--border); background:#fff; color:var(--text); text-decoration:none; font-weight:600; transition:.2s ease; }
.btn:hover{ transform: translateY(-1px); }
.btn-primary{ background: var(--accent); color: #fff; border-color: transparent; }
.btn-primary:hover{ background: var(--accent-600); }

.hero{ padding: 64px 0 24px; }
.hero-inner{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items:center; }
.hero-copy h1{ font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 54px); line-height: 1.05; margin:0 0 12px; }
.hero-copy p{ color: var(--muted); margin: 0 0 22px; font-size: 18px; }
.hero-art .art-card{ border:1px solid var(--border); border-radius:16px; overflow:hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.hero-art img{ width:100%; height:auto; display:block; }

.features{ padding: 40px 0; }
h2{ font-family: 'Playfair Display', serif; font-size: clamp(26px, 3vw, 36px); margin:0 0 8px; }
.section-lead{ color: var(--muted); margin: 0 0 20px; }
.style-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.style-card{ position:relative; display:flex; flex-direction:column; align-items:center; padding:14px; border:1px solid var(--border); border-radius:12px; cursor:pointer; user-select:none; background: #fff; transition:border-color .15s ease, box-shadow .15s ease; }
.style-card:hover{ box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.style-card input{ position:absolute; inset:0; opacity:0; }
.style-card input:checked + .style-visual{ outline: 3px solid var(--accent); box-shadow: 0 0 0 6px var(--ring); }
.style-visual{ width:100%; aspect-ratio: 4/3; border-radius:10px; border:1px dashed #cbd5e1; background: #f8fafc; display:block; margin-bottom:10px; background-size: cover; background-position:center; }
.style-name{ font-weight:600; }

.style-line{ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 150"><rect width="100%" height="100%" fill="white"/><path d="M15 120 C45 85 85 100 115 70 C135 50 165 42 185 52" stroke="black" stroke-width="2" fill="none"/><circle cx="80" cy="70" r="10" stroke="black" stroke-width="2" fill="none"/></svg>'); }
.style-contour{ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 150"><rect width="100%" height="100%" fill="white"/><path d="M50 110 C60 80 80 60 100 60 C120 60 140 80 150 110" stroke="black" stroke-width="2" fill="none"/><path d="M85 55 C90 45 110 45 115 55" stroke="black" stroke-width="2" fill="none"/></svg>'); }
.style-cartoon{ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 150"><rect width="100%" height="100%" fill="white"/><g stroke="black" stroke-width="2" fill="none"><circle cx="70" cy="70" r="16"/><circle cx="120" cy="70" r="12"/><path d="M55 105 Q100 125 145 105"/></g><g fill="%23fde68a" opacity="0.8"><circle cx="70" cy="70" r="10"/></g><g fill="%23a7f3d0" opacity="0.8"><circle cx="120" cy="70" r="8"/></g></svg>'); }
.style-other{ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 150"><defs><linearGradient id="g" x1="0" x2="1"><stop offset="0" stop-color="%23e9d5ff"/><stop offset="1" stop-color="%23bae6fd"/></linearGradient></defs><rect width="100%" height="100%" fill="white"/><circle cx="100" cy="75" r="40" fill="url(%23g)"/><text x="100" y="85" text-anchor="middle" font-family="Poppins,Arial" font-size="28" fill="%23111827">?</text></svg>'); }

.process{ padding: 40px 0; background: #fafafa; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.steps{ margin: 0; padding-left: 18px; color: #374151; display:grid; gap: 8px; }

.cta{ padding: 40px 0 64px; }
.about{ padding: 40px 0; background:#fff; border-top:1px solid var(--border); }
.faq{ padding: 40px 0; background:#fafafa; border-top:1px solid var(--border); }
.faq details{
  position: relative;
  border:1px solid var(--border);
  border-radius:12px;
  padding:12px 14px;
  background:#fff;
  margin-bottom:12px;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.faq details:hover{
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.faq details[open]{
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--ring);
}
.faq summary{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  cursor:pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::marker{ content: none; }
.faq summary::after{
  content: '';
  margin-left: auto;
  width: 10px; height: 10px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform .2s ease, border-color .2s ease;
}
.faq details[open] > summary::after{
  transform: rotate(-135deg);
  border-color: var(--accent-600);
}
.faq summary:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px var(--ring);
  border-radius: 8px;
}
.faq .faq-content{
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height .28s ease, opacity .2s ease, margin-top .28s ease;
}
.faq details[open] .faq-content{
  opacity: 1;
  margin-top: 10px;
}
.faq .faq-content p{
  margin: 0 2px 2px;
  color: #374151;
}
.request-form{ border:1px solid var(--border); border-radius:16px; padding: 18px; background:#fff; box-shadow: 0 10px 30px rgba(0,0,0,0.04); }
.form-grid{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field{ display:flex; flex-direction:column; gap:8px; }
.form-field--full{ grid-column: 1 / -1; }
label{ font-weight:600; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], select, textarea{
  border:1px solid var(--border); border-radius:10px; padding: 12px 12px; font: inherit; background:#fff; color:var(--text);
}
input:focus, select:focus, textarea:focus{ outline:none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--ring); }
.hint{ color: var(--muted); font-size: 12px; }
.error{ color: #b91c1c; font-size: 13px; min-height: 16px; }
.form-actions{ display:flex; align-items:center; gap: 12px; grid-column: 1 / -1; }
.form-status{ color: var(--muted); font-size: 14px; }
.previews{ display:grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; margin-top: 8px; }
.preview{ position:relative; border:1px solid var(--border); border-radius:10px; overflow:hidden; }
.preview img{ width:100%; height:120px; object-fit:cover; display:block; }
.preview .meta{ position:absolute; inset:auto 8px 8px 8px; background: rgba(255,255,255,0.9); border-radius: 8px; padding: 4px 6px; font-size: 12px; }
.form-consent label{ font-weight:400; }

.site-footer{ border-top:1px solid var(--border); background:#fff; }
.footer-inner{ display:flex; align-items:center; justify-content:space-between; padding: 18px 0; }
.footer-brand{ display:flex; align-items:center; gap:10px; font-weight:600; }
.footer-brand .logo{ width:22px; height:22px; }
.footer-links{ display:flex; gap:12px; }
.btn-soft{ background:#f8fafc; color:var(--text); border:1px solid var(--border); border-radius:10px; padding:10px 14px; font-weight:600; text-decoration:none; box-shadow: 0 1px 0 rgba(0,0,0,0.02); }
.btn-soft:hover{ background:#eef2f7; transform: translateY(-1px); }
.copyright{ color: var(--muted); font-size: 14px; padding: 0 0 18px; }

@media (max-width: 900px){
  /* Header visueel rustig en veilig voor notches */
  .site-header{ background:#fff; padding-top: max(0px, env(safe-area-inset-top)); backdrop-filter: none; }
  .brand span{ font-size: 16px; }
  .nav-toggle{ font-size: 14px; }
  @media (max-width: 380px){
    .brand span{ display:none; }
  }

  .hero-inner{ grid-template-columns: 1fr; }
  .style-grid{ grid-template-columns: repeat(2, 1fr); }
  .form-grid{ grid-template-columns: 1fr; }

  /* Header: toon toggle, klap navigatie in */
  .nav-toggle{ display:inline-flex; }
  .header-inner{ gap:10px; }
  .nav{
    position: absolute;
    top: calc(100% + 8px);
    left: 0; right: 0;
    display: none;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 12px 12px;
    box-shadow: 0 20px 34px rgba(0,0,0,0.08);
    z-index: 100;
    animation: navSlide .18s ease;
  }
  .nav a{ display:block; padding: 12px 10px; border-radius: 8px; }
  .nav a:hover{ background:#f8fafc; }
  .nav .btn{ width: 100%; justify-content: center; }
  .nav.nav--open{ display:flex; }

  @keyframes navSlide{ from{ transform: translateY(-6px); opacity:.0; } to{ transform: translateY(0); opacity:1; } }

  /* Footer stapelen en laten wrappen */
  .footer-inner{ flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 16px 0; }
  .footer-brand{ gap:12px; }
  .footer-brand .logo{ width:26px; height:26px; }
  .footer-brand span{ font-size:16px; }
  .footer-links{ width:100%; flex-wrap: wrap; justify-content: center; gap:10px; }
  .site-footer .btn-soft{ background: transparent; border-color: transparent; padding: 12px 14px; box-shadow: none; }
  .copyright{ text-align: center; padding-bottom: 22px; }
}

/* Body scroll blokkeren wanneer mobiel menu open is */
@media (max-width: 900px){
  body.has-open-nav{ overflow: hidden; }
}

