/* =====================================================================
   Tribal Pest Control - redactioneel zwart-wit (herontwerp)
   Fotografie-gedreven, editorial, reticle-motief, signal-CTA's.
   Tokens zijn vastgelegd (zie CLAUDE.md).
   ===================================================================== */

:root {
  --ink:#111111; --paper:#FFFFFF; --gray-bg:#F2F2F2; --gray-mid:#6B6B6B; --line:#E0E0E0;
  /* Een gedisciplineerd accent, UITSLUITEND voor CTA's en het reticle-motief.
     Strikt zwart-wit alternatief: zet --signal op #111111. */
  --signal:#DB511E;

  --container:1240px;
  --measure:68ch;
  --pad-section:120px;
  --s1:8px; --s2:16px; --s3:24px; --s4:32px; --s5:48px; --s6:64px; --s7:96px; --s8:120px;
  --radius:2px;

  --header-h:84px;
  --header-h-scrolled:64px;
  --scrim-bottom:rgba(17,17,17,.72);
  --scrim-top:rgba(17,17,17,.06);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400; font-size: 17px; line-height: 1.75;
  color: var(--ink); background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; filter: grayscale(1) contrast(1.06); }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0 0 var(--s3); }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- typografie ---------- */
.eyebrow {
  font-weight: 600; font-size: 12px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gray-mid); margin: 0 0 var(--s3);
}
.display {
  font-weight: 800; text-transform: uppercase; letter-spacing: .01em;
  line-height: 1.05; font-size: clamp(34px, 5.4vw, 64px);
  overflow-wrap: break-word;
}
h1 { font-weight: 800; font-size: clamp(30px, 4.4vw, 46px); line-height: 1.1; }
h2 { font-weight: 700; font-size: clamp(26px, 3vw, 36px); line-height: 1.18; letter-spacing: 0; }
h3 { font-weight: 600; font-size: 20px; line-height: 1.3; }
h4 { font-weight: 600; font-size: 17px; line-height: 1.35; }
.lede { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.6; color: var(--gray-mid); }
.measure { max-width: var(--measure); }
.measure p, p.measure { max-width: var(--measure); }
.muted { color: var(--gray-mid); }
.caption { font-weight: 500; font-size: 14px; color: var(--gray-mid); }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--s4); }
.section { padding: var(--pad-section) 0; }
.section--paper { background: var(--paper); }
.section--gray  { background: var(--gray-bg); }
.section--dark  { background: var(--ink); color: var(--paper); }
.section--dark .eyebrow, .section--dark .lede, .section--dark .muted { color: #C9C9C9; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--paper); }
.center { text-align: center; }
.section-head { margin-bottom: var(--s6); }
.section-head .lede { margin-top: var(--s2); }
.rule-short { width: 56px; height: 2px; background: var(--signal); border: 0; margin: var(--s3) 0; }
.center .rule-short { margin-left: auto; margin-right: auto; }

/* skip link + focus */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--ink); color: #fff; padding: 12px 18px; }
.skip-link:focus { left: var(--s3); top: var(--s3); }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--signal); outline-offset: 2px;
}

/* ---------- buttons / CTA-systeem ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s1);
  height: 54px; padding: 0 32px;
  font-family: inherit; font-weight: 700; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase;
  border-radius: var(--radius); cursor: pointer; text-decoration: none;
  border: 1px solid transparent; transition: background-color .15s ease, color .15s ease, opacity .15s ease;
}
.btn i { width: 18px; height: 18px; }
.btn--cta { background: var(--signal); color: #fff; border-color: var(--signal); }
.btn--cta:hover { background: #b8420f; border-color: #b8420f; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--on-dark { color: #fff; border-color: rgba(255,255,255,.6); }
.btn--on-dark:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--sm { height: 46px; padding: 0 22px; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s4); align-items: center; }
.cta-micro { font-size: 13px; color: var(--gray-mid); margin: var(--s2) 0 0; }
.band .cta-micro { color: rgba(255,255,255,.85); }

.textlink {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: 14px; text-decoration: none; color: var(--ink);
  border-bottom: 2px solid var(--signal); padding-bottom: 2px;
}
.textlink:hover { color: var(--signal); }
.textlink i { width: 16px; height: 16px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: saturate(1.1) blur(6px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h); transition: height .2s ease;
}
.site-header.is-scrolled .header-inner { height: var(--header-h-scrolled); }
.brand { text-decoration: none; line-height: 1; display: block; }
.brand__name { font-weight: 800; font-size: 19px; letter-spacing: .14em; }
.brand__sub  { font-weight: 600; font-size: 9px; letter-spacing: .42em; color: var(--gray-mid); margin-top: 3px; margin-left: .5em; }

.nav { display: flex; align-items: center; gap: var(--s4); }
.nav__list { display: flex; align-items: center; gap: var(--s4); }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 4px;
  font-weight: 600; font-size: 13px; letter-spacing: .03em;
  text-decoration: none; color: var(--ink); padding: 8px 0; cursor: pointer;
  background: none; border: 0; font-family: inherit;
}
.nav__link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--signal); }
.nav__link i { width: 15px; height: 15px; }
.nav__submenu {
  position: absolute; top: calc(100% + 12px); left: 0; min-width: 240px;
  background: var(--paper); border: 1px solid var(--line); padding: var(--s1) 0;
  opacity: 0; visibility: hidden; transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
}
/* onzichtbare brug die het gat tussen item en paneel overbrugt */
.nav__submenu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav__item--dropdown.open > .nav__submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__submenu a { display: block; padding: 10px var(--s3); font-weight: 500; font-size: 14px; text-decoration: none; white-space: nowrap; }
.nav__submenu a:hover, .nav__submenu a[aria-current="page"] { background: var(--gray-bg); }

.nav-toggle { display: none; align-items: center; justify-content: center; width: 46px; height: 46px; background: none; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.nav-toggle i { width: 24px; height: 24px; }

/* Dicht: onzichtbaar maar BINNEN de viewport (translateX(100%) gaf op mobiel
   een fantoom-breedte waardoor de pagina naar rechts uitliep, S24-bug juli 2026).
   Open: het menu valt van boven over de pagina. */
.nav-overlay {
  position: fixed; inset: 0; top: var(--header-h); z-index: 90;
  background: var(--paper); overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity .2s ease, transform .25s ease, visibility .25s;
  padding: var(--s4) 0 var(--s8);
}
.nav-overlay.is-open { opacity: 1; visibility: visible; transform: none; }
.nav-overlay .container > a.btn { width: 100%; margin-bottom: var(--s4); }
.drawer-group { border-top: 1px solid var(--line); padding: var(--s2) 0; }
.drawer-group > .drawer-label { font-weight: 700; font-size: 14px; display: block; padding: 10px 0; }
.drawer-group a { display: block; padding: 9px 0 9px var(--s3); font-weight: 500; font-size: 14px; text-decoration: none; color: var(--gray-mid); }
.drawer-group a[aria-current="page"] { color: var(--ink); }

/* ---------- hero (beeld boven, gecentreerd tekstblok eronder) ---------- */
.hero { background: var(--paper); }
.hero__media { width: 100%; }
.hero__media img { width: 100%; height: clamp(340px, 52vh, 600px); object-fit: cover; display: block; }
.hero--compact .hero__media img { height: clamp(240px, 38vh, 440px); }

.hero__content {
  max-width: 820px; margin: 0 auto; text-align: center;
  padding-top: calc(var(--s5) + var(--s1));   /* circa 56px tussen beeld en eyebrow */
  padding-bottom: var(--s7);
}
.hero__content .eyebrow { margin: 0 0 var(--s3); }                       /* eyebrow -> H1: 24px */
.hero__content .display { margin: 0 0 var(--s3); }                       /* H1 -> subkop: 24px */
.hero__content .hero__sub {
  font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; color: var(--gray-mid);
  max-width: 60ch; margin: 0 auto calc(var(--s4) + var(--s1));           /* subkop -> knoppen: 40px */
}
.hero__content .btn-row { justify-content: center; margin: 0 0 var(--s2); } /* knoppen -> microcopy: circa 20px */
.hero__content .cta-micro { margin: 0; color: var(--gray-mid); }

/* ---------- editorial (afwisselend beeld/tekst) ---------- */
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s7); align-items: center; }
.editorial--reverse .editorial__media { order: 2; }
.editorial__media { position: relative; }
.editorial__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.editorial__media--bleed img { aspect-ratio: 3 / 4; }
.editorial__body .eyebrow { margin-bottom: var(--s2); }
.editorial__body h2 { margin-bottom: var(--s3); }

/* ---------- fotografische band / tussenband ---------- */
.band { position: relative; min-height: 420px; display: flex; align-items: center; overflow: hidden; }
.band__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.78) 0%, rgba(17,17,17,.45) 55%, rgba(17,17,17,.25) 100%); }
.band__scrim--center { background: rgba(17,17,17,.62); }
.band__inner { position: relative; z-index: 2; color: #fff; padding: var(--s7) 0; }
.band__statement { font-weight: 700; font-size: clamp(24px, 3.4vw, 40px); line-height: 1.2; max-width: 18ch; margin: 0; }
.band__inner .eyebrow { color: rgba(255,255,255,.85); }

/* afsluitende CTA-band */
.cta-band .band__inner { width: 100%; text-align: center; }
.cta-band__title { font-weight: 800; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.12; color: #fff; max-width: 22ch; margin: 0 auto; }
.cta-band__micro { color: rgba(255,255,255,.85); margin: var(--s3) 0 var(--s4); }

/* ---------- gelijke kaartenroosters ---------- */
.cardgrid { display: grid; gap: var(--s4); }
.cardgrid--2 { grid-template-columns: repeat(2, 1fr); }
.cardgrid--3 { grid-template-columns: repeat(3, 1fr); }
.cardgrid--4 { grid-template-columns: repeat(4, 1fr); }
.cardgrid--5 { grid-template-columns: repeat(5, 1fr); }

.imgcard { display: flex; flex-direction: column; height: 100%; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.section--gray .imgcard { background: var(--paper); }
.imgcard__media { display: block; overflow: hidden; }
.imgcard__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.imgcard__media:hover img { transform: scale(1.04); }
.imgcard__body { display: flex; flex-direction: column; flex: 1; padding: var(--s3); gap: var(--s2); }
.imgcard__label { font-weight: 600; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gray-mid); margin: 0; }
.imgcard__title { font-weight: 600; font-size: 19px; line-height: 1.25; min-height: 2.5em; margin: 0; }
.imgcard__text { color: var(--gray-mid); font-size: 15px; margin: 0; }
.imgcard .textlink { margin-top: auto; align-self: flex-start; }

/* ---------- kerncijfers + reticle ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); }
.stat { padding: var(--s5) var(--s4); text-align: center; }
.stat__num { display: block; font-weight: 800; font-size: clamp(40px, 5vw, 64px); line-height: 1; }
.stat__label { display: block; margin-top: var(--s2); font-size: 14px; color: var(--gray-mid); }
.section--dark .stat__label { color: #C9C9C9; }

.reticle { position: relative; }
.reticle::before, .reticle::after {
  content: ""; position: absolute; width: 22px; height: 22px; pointer-events: none; z-index: 3;
}
.reticle::before { top: 10px; left: 10px; border-top: 2px solid var(--signal); border-left: 2px solid var(--signal); }
.reticle::after { bottom: 10px; right: 10px; border-bottom: 2px solid var(--signal); border-right: 2px solid var(--signal); }

/* ---------- werkwijze als tijdlijn ---------- */
.timeline-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--s7); align-items: start; }
.timeline { position: relative; }
.tl-step { position: relative; display: grid; grid-template-columns: auto 1fr; gap: var(--s3); padding: var(--s4) 0; border-top: 1px solid var(--line); }
.tl-step:first-child { border-top: 0; padding-top: 0; }
.tl-num { font-weight: 800; font-size: 18px; color: var(--signal); width: 44px; }
.tl-body h3 { margin-bottom: 6px; }
.tl-body p { color: var(--gray-mid); font-size: 16px; }
.timeline__media { position: sticky; top: calc(var(--header-h) + var(--s4)); }
.timeline__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }

/* ---------- redactioneel tekstblok (keypoints/wet) ---------- */
.keylist { display: grid; gap: var(--s4); }
.keylist--4 { grid-template-columns: repeat(4, 1fr); }
.keylist--3 { grid-template-columns: repeat(3, 1fr); }
.keylist--2 { grid-template-columns: repeat(2, 1fr); }
.keypoint { border-top: 2px solid var(--ink); padding-top: var(--s3); }
.section--dark .keypoint { border-top-color: var(--signal); }
.keypoint h3 { margin-bottom: 6px; }
.keypoint p { color: var(--gray-mid); font-size: 16px; }
.section--dark .keypoint p { color: #C9C9C9; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); max-width: 880px; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font-family: inherit; font-weight: 600; font-size: 17px; color: var(--ink); padding: var(--s3) 0; display: flex; align-items: center; justify-content: space-between; gap: var(--s2); }
.faq__q i { width: 20px; height: 20px; flex: 0 0 auto; color: var(--signal); transition: transform .2s ease; }
.faq__q[aria-expanded="true"] i { transform: rotate(45deg); }
.faq__a { overflow: hidden; max-height: 0; transition: max-height .25s ease; }
.faq__a-inner { padding: 0 0 var(--s3); color: var(--gray-mid); font-size: 16px; max-width: var(--measure); }

/* ---------- form ---------- */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--gray-mid); }
.field input, .field select, .field textarea { font-family: inherit; font-size: 16px; color: var(--ink); height: 50px; padding: 0 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.field textarea { height: auto; min-height: 130px; padding: 12px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.checkbox-field { flex-direction: row; align-items: flex-start; gap: var(--s2); margin-top: var(--s1); }
.checkbox-field input { width: 18px; height: auto; flex: 0 0 auto; margin-top: 3px; }
.checkbox-field label { font-size: 14px; letter-spacing: 0; text-transform: none; font-weight: 400; color: var(--gray-mid); }
.checkbox-field label a { color: var(--ink); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 13px; color: var(--gray-mid); margin-top: var(--s3); }
.formmsg { padding: var(--s3); border: 1px solid var(--line); border-left: 4px solid var(--signal); border-radius: var(--radius); margin-bottom: var(--s4); font-size: 16px; }
.formmsg--ok { background: var(--gray-bg); }
.formmsg--err { background: var(--gray-bg); }

/* aside */
.aside-block { margin-bottom: var(--s5); }
.aside-block h3 { margin-bottom: var(--s3); }
.aside-line { display: flex; align-items: flex-start; gap: var(--s2); margin-bottom: var(--s2); font-size: 16px; }
.aside-line i { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 4px; color: var(--signal); }
.checklist li { display: flex; align-items: flex-start; gap: var(--s2); margin-bottom: var(--s2); font-size: 16px; }
.checklist i { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 4px; color: var(--signal); }
.notice { border: 1px solid var(--line); border-left: 4px solid var(--signal); padding: var(--s3); font-size: 15px; color: var(--gray-mid); border-radius: var(--radius); }
.notice strong { color: var(--ink); }

/* ---------- werkgebied diagram ---------- */
.geo-diagram { display: flex; flex-direction: column; align-items: center; gap: var(--s3); }
.geo-circle { position: relative; width: 320px; height: 320px; max-width: 100%; display: flex; align-items: center; justify-content: center; }
.geo-ring { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.geo-ring--1 { width: 100%; height: 100%; }
.geo-ring--2 { width: 66%; height: 66%; }
.geo-ring--3 { width: 33%; height: 33%; }
.geo-center { position: relative; z-index: 2; text-align: center; }
.geo-dot { width: 12px; height: 12px; background: var(--signal); border-radius: 50%; margin: 0 auto 8px; }
.geo-center span { font-weight: 700; font-size: 13px; letter-spacing: .08em; }
.geo-ringlabel { font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray-mid); text-align: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--paper); padding: var(--s7) 0 var(--s5); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--s5); }
.footer-col h4 { font-weight: 600; font-size: 12px; letter-spacing: .2em; color: #9a9a9a; margin-bottom: var(--s3); text-transform: uppercase; }
.footer-col .brand__name { color: var(--paper); }
.footer-col p { color: #C9C9C9; font-size: 14px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: var(--paper); font-size: 14px; text-decoration: none; }
.footer-col a:hover { text-decoration: underline; }
.footer-sub { border-top: 1px solid var(--gray-mid); margin-top: var(--s6); padding-top: var(--s4); display: flex; justify-content: space-between; gap: var(--s3); flex-wrap: wrap; font-size: 13px; color: #9a9a9a; }
.footer-sub a { color: #9a9a9a; }

/* ---------- scroll reveal ---------- */
.reveal.is-prepped { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }

/* spacing helpers */
.mt-2 { margin-top: var(--s2); } .mt-3 { margin-top: var(--s3); } .mt-4 { margin-top: var(--s4); } .mt-5 { margin-top: var(--s5); }

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width: 1024px) {
  :root { --pad-section: 88px; }
  .container { padding: 0 var(--s3); }
  .cardgrid--4, .cardgrid--5 { grid-template-columns: repeat(2, 1fr); }
  .cardgrid--3 { grid-template-columns: repeat(2, 1fr); }
  .keylist--3, .keylist--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .editorial { gap: var(--s5); }
  .timeline-wrap { grid-template-columns: 1.2fr .8fr; gap: var(--s5); }

  .nav__list { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav .btn--header { display: none; }
}

@media (max-width: 640px) {
  :root { --pad-section: 64px; }
  body { font-size: 16px; }
  /* 'RATTENBESTRIJDING' moet op een 360px-scherm binnen de regel passen */
  .display { font-size: clamp(23px, 7.4vw, 34px); }
  .editorial, .editorial--reverse .editorial__media, .timeline-wrap { grid-template-columns: 1fr; }
  .editorial--reverse .editorial__media { order: 0; }
  .cardgrid--2, .cardgrid--3, .cardgrid--4, .cardgrid--5 { grid-template-columns: 1fr; }
  .keylist--2, .keylist--3, .keylist--4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: var(--s2); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .footer-sub { flex-direction: column; gap: var(--s2); }
  .btn-row { width: 100%; }
  .btn-row .btn { width: 100%; }
  .form-card { padding: var(--s3); }
  .geo-circle { width: 280px; height: 280px; }
  .imgcard__title { min-height: 0; }
  .timeline__media { position: static; }
  .hero__content { padding-top: var(--s5); padding-bottom: var(--s6); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal.is-prepped { opacity: 1; transform: none; }
  .imgcard__media:hover img { transform: none; }
}

/* ---------- zwevende WhatsApp-knop (mobiel/tablet, klantwens juli 2026) ---------- */
.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 95;
  display: none; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  box-shadow: 0 4px 14px rgba(17,17,17,.28);
}
.wa-float svg { width: 30px; height: 30px; display: block; }
.wa-float:active { transform: scale(.96); }
@media (max-width: 1024px) {
  .wa-float { display: flex; }
}

/* ---------- pantser tegen Elementor-kit-styling (oude Horé-Plaza-kit) ----------
   De kit van de oude site zet globale kleuren op kale button/a-elementen
   (specificiteit 0,1,1) en laadt NA tribal.css. Daarom hier 0,2,0-regels. */
.site-header .nav-toggle, .site-header .nav-toggle:hover, .site-header .nav-toggle:focus {
  background: transparent; color: var(--ink); border: 1px solid var(--line);
}
/* dropdown-triggers zijn <button>-elementen; de kit kleurt die anders in */
.site-header .nav__link, .site-header .nav__link:hover, .site-header .nav__link:focus {
  background: none; border: 0; color: var(--ink); padding: 8px 0;
}
.btn.btn--cta { background: var(--signal); color: #fff; border-color: var(--signal); }
.btn.btn--cta:hover { background: #b8420f; border-color: #b8420f; color: #fff; }
.btn.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn.btn--ghost:hover { background: var(--ink); color: #fff; }
