/* ============================================================
   CANIS CUSTOS — design system
   Premium heraldisch · dark-luxury · goud accent
   ============================================================ */

:root {
  --ink:      #101012;
  --ink-2:    #17171a;
  --ink-3:    #1f1f24;
  --ink-soft: #2a2a30;
  --gold:     #c8a24a;
  --gold-2:   #e2c57e;
  --gold-deep:#9c7c31;
  --cream:    #f4efe6;
  --bone:     #f3ede2;
  --muted:    #b7b0a4;
  --muted-d:  #6f6a60;
  --line:     rgba(200,162,74,.20);
  --line-soft:rgba(244,239,230,.10);

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans:  "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  --maxw: 1180px;
  --gut: clamp(20px, 5vw, 64px);
  --r: 14px;
  --r-lg: 22px;
  --shadow: 0 30px 80px -30px rgba(0,0,0,.7);
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--ink);
  color: var(--cream);
  font-size: clamp(16px, 1.05vw, 17.5px);
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: .002em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1,h2,h3,h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.012em;
  margin: 0;
}
h1 { font-size: clamp(2.6rem, 6.6vw, 5.1rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
p  { margin: 0 0 1em; }

::selection { background: var(--gold); color: var(--ink); }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(72px, 11vw, 150px); position: relative; }
.section--bone { background: var(--bone); color: var(--ink); }
.section--ink2 { background: var(--ink-2); }
.center { text-align: center; }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.32rem); color: var(--muted); max-width: 60ch; }
.section--bone .lead { color: #4f4a40; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: .7em;
  margin: 0 0 1.2rem;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); opacity: .7; }
.center .eyebrow { justify-content: center; }
.center .eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--gold); opacity: .7; }

.section-head { max-width: 64ch; margin-bottom: clamp(40px, 6vw, 72px); }
.center .section-head { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--sans); font-weight: 600; font-size: .96rem;
  letter-spacing: .01em;
  padding: .92em 1.5em; border-radius: 100px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .35s var(--ease), background .3s, color .3s, box-shadow .3s, border-color .3s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1408;
  box-shadow: 0 10px 30px -10px rgba(200,162,74,.6);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -12px rgba(200,162,74,.75); }
.btn--ghost { border-color: var(--line); color: var(--cream); background: rgba(244,239,230,.02); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-3px); }
.section--bone .btn--ghost { color: var(--ink); border-color: rgba(16,16,18,.22); }
.section--bone .btn--ghost:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.btn--wa { background: #1faa53; color: #fff; }
.btn--wa:hover { transform: translateY(-3px); box-shadow: 0 14px 34px -12px rgba(31,170,83,.6); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(16,16,18,.72);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line-soft);
  transition: background .3s;
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 34px; height: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,.4)); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.16rem; letter-spacing: .04em; color: var(--cream); }
.brand-sub { font-size: .57rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: .94rem; font-weight: 500; color: var(--muted); position: relative; padding: 4px 0; transition: color .25s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--cream); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0; background: var(--gold);
  transition: width .3s var(--ease);
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--cream); cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(70px, 12vw, 130px) clamp(60px, 9vw, 120px); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(200,162,74,.16), transparent 55%),
    radial-gradient(90% 70% at 12% 100%, rgba(200,162,74,.08), transparent 60%),
    linear-gradient(180deg, #0c0c0e, #131316);
}
.hero-crest {
  position: absolute; right: -7%; top: 50%; transform: translateY(-50%);
  width: min(56vw, 640px); opacity: .07; z-index: 0; pointer-events: none;
  filter: drop-shadow(0 0 60px rgba(200,162,74,.3));
}
.hero .wrap { position: relative; z-index: 2; }
.hero-inner { max-width: 760px; }
.hero h1 { margin-bottom: .35em; }
.hero h1 .accent { color: var(--gold-2); font-style: italic; }
.hero-sub { font-size: clamp(1.1rem, 1.9vw, 1.4rem); color: var(--muted); max-width: 52ch; margin-bottom: 2.2rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2.6rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; color: var(--muted); font-size: .9rem; }
.hero-trust .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); display: inline-block; margin-right: 9px; vertical-align: middle; }

/* ---------- usp strip ---------- */
.usp { border-block: 1px solid var(--line-soft); background: var(--ink-2); }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.usp-item { padding: clamp(26px, 3vw, 40px) clamp(18px, 2vw, 30px); display: flex; gap: 16px; align-items: flex-start; border-right: 1px solid var(--line-soft); }
.usp-item:last-child { border-right: 0; }
.usp-ico { flex: none; width: 42px; height: 42px; color: var(--gold); }
.usp-ico svg { width: 100%; height: 100%; }
.usp-item h3 { font-family: var(--sans); font-size: 1.02rem; font-weight: 600; letter-spacing: 0; margin-bottom: 3px; color: var(--cream); }
.usp-item p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.45; }

/* ---------- cards / services ---------- */
.grid { display: grid; gap: clamp(18px, 2vw, 26px); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  position: relative; background: var(--ink-2); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); padding: clamp(26px, 3vw, 38px);
  transition: transform .4s var(--ease), border-color .4s, background .4s;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(160deg, var(--line), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: 0; transition: opacity .4s;
}
.card:hover { transform: translateY(-6px); border-color: var(--line); background: var(--ink-3); }
.card:hover::before { opacity: 1; }
.card-ico { width: 46px; height: 46px; color: var(--gold); margin-bottom: 20px; }
.card-ico svg { width: 100%; height: 100%; }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--muted); margin-bottom: 1.2rem; }
.card .price { font-family: var(--serif); color: var(--gold-2); font-size: 1.5rem; }
.card .price small { font-family: var(--sans); font-size: .8rem; color: var(--muted); font-weight: 500; }
.card-tag {
  position: absolute; top: 20px; right: 20px; font-size: .64rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); border: 1px solid var(--line); border-radius: 100px; padding: 5px 11px;
}
.section--bone .card { background: #fff; border-color: rgba(16,16,18,.08); box-shadow: 0 24px 60px -36px rgba(40,30,10,.3); }
.section--bone .card:hover { background: #fffdf8; }
.section--bone .card p { color: #5a554b; }
.section--bone .card .price small { color: #777063; }

/* ---------- featured service / timeline ---------- */
.feature {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 72px); align-items: center;
}
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 14px; bottom: 14px; width: 1.5px; background: linear-gradient(var(--gold), transparent); }
.timeline li { position: relative; padding: 0 0 30px 58px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline .tl-dot {
  position: absolute; left: 8px; top: 2px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--ink); border: 1.5px solid var(--gold); display: grid; place-items: center; color: var(--gold);
  font-size: .7rem; font-weight: 700; font-family: var(--sans);
}
.timeline .tl-time { font-family: var(--serif); color: var(--gold-2); font-size: 1.05rem; }
.timeline h4 { font-family: var(--sans); font-weight: 600; font-size: 1.05rem; margin: 2px 0 4px; }
.timeline p { color: var(--muted); margin: 0; font-size: .94rem; }

.feature-panel {
  background: linear-gradient(165deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 46px);
  position: relative; overflow: hidden;
}
.feature-panel .price-big { font-family: var(--serif); font-size: clamp(3rem, 6vw, 4.4rem); color: var(--gold-2); line-height: 1; }
.feature-panel .price-big small { font-family: var(--sans); font-size: 1rem; color: var(--muted); font-weight: 500; }

/* ---------- media placeholder ---------- */
.media-ph {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background:
    repeating-linear-gradient(45deg, rgba(200,162,74,.05) 0 12px, transparent 12px 24px),
    linear-gradient(160deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--line); aspect-ratio: 4/3; display: grid; place-items: center; text-align: center;
  color: var(--muted-d);
}
.media-ph[data-tall] { aspect-ratio: 3/4; }
.media-ph .ph-mark { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 20px; }
.media-ph .ph-mark svg { width: 46px; height: 46px; color: var(--gold); opacity: .55; }
.media-ph .ph-mark span { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }

/* ---------- media foto's ---------- */
.media-fig {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); aspect-ratio: 4/3; margin: 0; display: block;
}
.media-fig[data-tall] { aspect-ratio: 3/4; }
.media-fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gast-card { margin: 0; }
.gast-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--line); display: block; }
.gast-card figcaption { padding: 14px 4px 0; }
.gast-card figcaption b { color: var(--cream); font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.gast-card figcaption span { display: block; color: var(--muted); font-size: .86rem; margin-top: 3px; }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(16px,2vw,24px); }
.stat { text-align: center; padding: 20px; }
.stat .num { font-family: var(--serif); font-size: clamp(2.4rem,4vw,3.4rem); color: var(--gold-2); line-height: 1; }
.stat .lbl { color: var(--muted); font-size: .9rem; margin-top: 8px; }

/* ---------- testimonials ---------- */
.quote-card { background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: clamp(26px,3vw,36px); }
.quote-card .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; font-size: 1rem; }
.quote-card blockquote { font-family: var(--serif); font-size: 1.22rem; line-height: 1.5; margin: 0 0 18px; color: var(--cream); }
.quote-card .who { display: flex; align-items: center; gap: 12px; }
.quote-card .who .av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(150deg,var(--gold-2),var(--gold-deep)); color: var(--ink); display: grid; place-items: center; font-weight: 700; font-family: var(--serif); }
.quote-card .who b { font-size: .95rem; font-weight: 600; }
.quote-card .who span { color: var(--muted); font-size: .84rem; display: block; }

/* ---------- faq ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line-soft); padding: 6px 0; }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 4px; position: relative;
  font-family: var(--serif); font-size: clamp(1.1rem,1.8vw,1.32rem); color: var(--cream); transition: color .25s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-size: 1.6rem; color: var(--gold); transition: transform .3s; font-weight: 400;
}
.faq details[open] summary { color: var(--gold-2); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .faq-a { padding: 0 44px 22px 4px; color: var(--muted); }
.faq .faq-a p { margin: 0; }

/* ---------- pricing table ---------- */
.ptable { width: 100%; border-collapse: collapse; }
.ptable caption { text-align: left; font-family: var(--serif); font-size: 1.4rem; color: var(--gold-2); padding: 26px 0 14px; }
.ptable th, .ptable td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line-soft); }
.ptable thead th { font-family: var(--sans); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.ptable tbody tr { transition: background .25s; }
.ptable tbody tr:hover { background: var(--ink-2); }
.ptable td.price-col { font-family: var(--serif); color: var(--gold-2); font-size: 1.15rem; white-space: nowrap; }
.ptable td .muted { color: var(--muted); font-size: .88rem; }
.badge-soon { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--line); border-radius: 100px; padding: 3px 9px; }

/* ---------- contact / form ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px,5vw,64px); }
.contact-info .ci-row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); align-items: flex-start; }
.contact-info .ci-row:last-child { border-bottom: 0; }
.contact-info .ci-ico { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line); }
.contact-info .ci-ico svg { width: 20px; height: 20px; }
.contact-info .ci-row b { display: block; font-weight: 600; margin-bottom: 2px; }
.contact-info .ci-row span, .contact-info .ci-row a { color: var(--muted); }
.contact-info .ci-row a:hover { color: var(--gold-2); }

form.cc-form { background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: clamp(26px,3.4vw,40px); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .82rem; letter-spacing: .04em; color: var(--muted); margin-bottom: 7px; font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--ink); border: 1px solid var(--ink-soft); border-radius: 11px;
  color: var(--cream); font-family: var(--sans); font-size: 1rem; padding: 13px 15px; transition: border-color .25s, box-shadow .25s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,162,74,.14);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .82rem; color: var(--muted-d); margin-top: 4px; }

/* ---------- cta band ---------- */
.cta-band {
  background:
    radial-gradient(80% 140% at 50% 0%, rgba(200,162,74,.16), transparent 60%),
    linear-gradient(180deg, var(--ink-2), var(--ink));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-align: center;
}
.cta-band h2 { margin-bottom: .4em; }
.cta-band .lead { margin-inline: auto; margin-bottom: 2rem; }

/* ---------- footer ---------- */
.site-footer { background: #0b0b0d; border-top: 1px solid var(--line-soft); padding-block: clamp(50px,7vw,82px) 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand img { width: 44px; margin-bottom: 16px; }
.footer-brand .fb-name { font-family: var(--serif); font-size: 1.5rem; letter-spacing: .03em; }
.footer-brand p { color: var(--muted); max-width: 36ch; margin-top: 10px; font-size: .94rem; }
.footer-col h4 { font-family: var(--sans); font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 600; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 11px; }
.footer-col a, .footer-col address { color: var(--muted); font-style: normal; font-size: .94rem; line-height: 1.6; }
.footer-col a:hover { color: var(--gold-2); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 26px; border-top: 1px solid var(--line-soft); color: var(--muted-d); font-size: .82rem; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--gold-2); }
.area-tags { color: var(--muted-d); font-size: .82rem; margin-top: 10px; }

/* ---------- reveal animation (alleen verbergen als JS aan staat) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.js .stagger > * { opacity: 0; transform: translateY(22px); }
.stagger.in > * { animation: rise .7s var(--ease) forwards; }
.stagger.in > *:nth-child(1){animation-delay:.05s}
.stagger.in > *:nth-child(2){animation-delay:.13s}
.stagger.in > *:nth-child(3){animation-delay:.21s}
.stagger.in > *:nth-child(4){animation-delay:.29s}
.stagger.in > *:nth-child(5){animation-delay:.37s}
.stagger.in > *:nth-child(6){animation-delay:.45s}
@keyframes rise { to { opacity: 1; transform: none; } }

.hero-anim > * { opacity: 0; animation: rise .9s var(--ease) forwards; }
.hero-anim > *:nth-child(1){animation-delay:.1s}
.hero-anim > *:nth-child(2){animation-delay:.24s}
.hero-anim > *:nth-child(3){animation-delay:.38s}
.hero-anim > *:nth-child(4){animation-delay:.52s}
.hero-anim > *:nth-child(5){animation-delay:.66s}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal, .stagger > *, .hero-anim > * { opacity: 1; transform: none; }
}

/* ---------- breadcrumb ---------- */
.crumb { font-size: .82rem; color: var(--muted-d); padding-top: 26px; }
.crumb a { color: var(--muted); } .crumb a:hover { color: var(--gold-2); }

/* ---------- page hero (subpages) ---------- */
.page-hero { padding-block: clamp(56px,8vw,96px) clamp(40px,5vw,60px); position: relative; overflow: hidden; }
.page-hero-bg { position:absolute; inset:0; z-index:0; background: radial-gradient(90% 120% at 80% 0%, rgba(200,162,74,.13), transparent 55%), linear-gradient(180deg,#0c0c0e,#131316); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { margin: .2em 0 .3em; }
.page-hero p { color: var(--muted); max-width: 56ch; font-size: clamp(1.05rem,1.6vw,1.25rem); }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .usp-grid { grid-template-columns: repeat(2,1fr); }
  .usp-item:nth-child(2) { border-right: 0; }
  .usp-item { border-bottom: 1px solid var(--line-soft); }
  .feature { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .stats { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta .btn--ghost { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column;
    background: var(--ink-2); border-bottom: 1px solid var(--line); padding: 18px var(--gut) 26px; gap: 4px; align-items: stretch;
  }
  .nav-links.open li { padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .usp-grid { grid-template-columns: 1fr; }
  .usp-item { border-right: 0; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  /* Telefoon: header-CTA past niet naast logo+hamburger → alleen hamburger (hero heeft de CTA's) */
  .nav-cta .btn { display: none; }
  /* Stats stapelen op smal scherm i.p.v. overlopen */
  .stats { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  /* Prijstabel → gestapelde rijen, anders wordt de TARIEF-kolom afgekapt op telefoon */
  .ptable, .ptable tbody, .ptable tr, .ptable td { display: block; width: 100%; }
  .ptable thead { display: none; }
  .ptable tr { padding: 14px 2px; border-bottom: 1px solid var(--line-soft); }
  .ptable td { border-bottom: 0; padding: 2px 0; text-align: left !important; }
  .ptable td b { font-size: 1.05rem; }
  .ptable td .muted { font-size: .92rem; }
  .ptable td.price-col { color: var(--gold-2); font-size: 1.25rem; margin-top: 6px; white-space: normal; }
  .ptable caption { padding-top: 0; }
}
