/* Boomverzorging Kempen — stylesheet
   Dev friendly — pure CSS, geen inline style in JS.
   Foto: pas .media__frame img aan (object-fit / object-position). */
:root{
  --bg:#FFFEFB;--surface:#FFF;--line:#E8EEE2;--line-2:#DDE6D4;
  --text:#1B2418;--muted:#6A7D66;--muted-2:#8A9E86;
  --accent:#25402A;--accent-dark:#1C3221;--lime:#D6EFA0;--lime-2:#E6F4C0;--lime-3:#F2F8DF;
  --max:1120px;--radius-xl:28px;
}
*{ -webkit-font-smoothing:antialiased; box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:70px; scroll-padding-bottom:96px; }
/* Landingsdoel van ankerlinks vrijhouden onder de sticky header / vaste dock */
:target{ scroll-margin-top:74px; scroll-margin-bottom:96px; }
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:"Geist", ui-sans-system, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height:1.55; font-size:15px;
}
h1,h2,h3{ font-family:"Inter Tight","Geist", sans-serif; font-weight:800; letter-spacing:-.03em; }

/* Toegankelijkheid: skip-link + zichtbaar bij focus */
.skip-link{
  position:absolute; left:8px; top:-48px; z-index:100;
  background:#25402A; color:#fff; padding:9px 16px; border-radius:999px;
  font-size:13px; font-weight:700; text-decoration:none; transition:top .16s ease;
}
.skip-link:focus{ top:8px; }
:focus-visible{ outline:2px solid #25402A; outline-offset:2px; }

.shell{ width:min(100% - 32px, var(--max)); margin-inline:auto; }
@media(min-width:640px){ .shell{ width:min(100% - 40px, var(--max)); } }

.topbar{ position:sticky; top:0; z-index:40; backdrop-filter:blur(16px); background:color-mix(in srgb, var(--bg) 94%, transparent); border-bottom:1px solid #EEF3E8; }
.topbar__inner{ display:flex; align-items:center; justify-content:space-between; height:54px; gap:12px; }
.brand__mark{ overflow-wrap:normal; }
.brand{ display:inline-flex; align-items:center; gap:8px; text-decoration:none; color:inherit; }
.brand__mark{ font-family:"Inter Tight","Geist",sans-serif; font-weight:800; font-size:16px; text-transform:lowercase; letter-spacing:-.02em; }
.brand__sep{ color:#A9BC9E; }
.brand__meta{ font-size:11.5px; color:var(--muted); font-weight:500; }
.pill{ display:inline-flex; align-items:center; gap:7px; border-radius:999px; font-size:11px; font-weight:700; white-space:nowrap; border:1px solid; }
.pill--live{ background:#E6F0C8; border-color:#CFE2A0; color:#2D4A30; padding:6px 12px 6px 9px; }
.dot{ width:7px; height:7px; border-radius:50%; background:#3EA147; display:inline-block; box-shadow:0 0 0 3px rgba(62,161,71,.18); }

.hero{ padding:28px 0 20px; display:grid; gap:28px; }
@media(min-width:1024px){ .hero{ grid-template-columns:1.08fr .92fr; align-items:start; padding-top:42px; gap:40px; } }
.eyebrow{ display:inline-flex; border:1px solid #DDE6D4; background:#F6FAEE; color:#3E5A3A; border-radius:999px; padding:5px 12px; font-size:10.5px; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
.hero h1{ margin:14px 0 0; font-size:clamp(36px,7vw,64px); line-height:.92; color:#162116; }
.hero__sub{ margin-top:12px; max-width:36ch; color:#6A7D66; font-size:14.8px; line-height:1.55; }
.actions{ margin-top:20px; display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
.btn{ appearance:none; border:1px solid transparent; border-radius:999px; height:44px; padding:0 22px; font-weight:700; font-size:14px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none; font-family:"Geist",sans-serif; }
.btn--primary{ background:#25402A; color:white; }
.btn--ghost{ background:white; border-color:#E8EEE2; color:#25402A; }
.btn--sm{ height:40px; padding:0 18px; font-size:13.5px; }
.btn--lime{ background:#D6EFA0; color:#1F311F; border-color:#D0E68D; }
.chips{ margin-top:18px; display:flex; flex-wrap:wrap; gap:8px; }
.chip{ background:white; border:1px solid #E6EEDD; border-radius:999px; padding:6px 11px; font-size:11px; font-weight:600; color:#4E6750; }

/* FOTO ALLEEN VIA <img> — pas hier aan */
.hero__right{ display:flex; justify-content:center; }
.media{ position:relative; width:min(100%,420px); aspect-ratio:1; }
@media(min-width:1024px){ .media{ width:min(100%,480px); justify-self:end; } }
.media__blob{ position:absolute; inset:5%; border-radius:50%; background:#E6F4C0; }
.media__frame{ position:absolute; inset:0; border-radius:50%; overflow:hidden; border:7px solid white; box-shadow:0 20px 60px rgba(40,60,30,.14),0 4px 14px rgba(0,0,0,.07); }
.media__frame img{ width:100%; height:100%; object-fit:cover; object-position:50% 32%; display:block; }
.media__caption{ position:absolute; left:50%; transform:translateX(-50%); bottom:-6px; background:rgba(255,255,255,.92); backdrop-filter:blur(8px); border:1px solid white; border-radius:999px; padding:8px 13px; font-size:11.5px; font-weight:600; white-space:nowrap; box-shadow:0 8px 20px rgba(0,0,0,.10); }
@media(min-width:1024px){ .media__caption{ left:10%; transform:none; bottom:22px; } }

.card--contact{ margin-top:18px; border-radius:28px; border:1px solid #E9F0DE; background:white; padding:12px; box-shadow:0 10px 40px rgba(36,56,32,.06); }
.card--contact__inner{ border-radius:20px; border:1px solid #ECF2E2; background:#FBFDF6; padding:16px; display:flex; flex-direction:column; gap:16px; }
@media(min-width:920px){ .card--contact__inner{ flex-direction:row; justify-content:space-between; align-items:center; padding:18px 22px; } }
.label{ font-size:10.5px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; color:#8A9E86; }
.label--on-dark{ color:#A3C19A; }
.card--contact h2{ margin:6px 0 0; font-size:clamp(18px,3vw,22px); line-height:1.1; }
.contact__sub{ margin-top:6px; font-size:13px; color:#6A7D66; }
.tags{ display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.tag{ border:1px solid #E5EBD8; background:white; border-radius:999px; padding:4px 10px; font-size:11px; }
.tag--dark{ font-size:11.5px; color:#475E43; }
.contact__actions{ display:grid; grid-template-columns:1fr; gap:8px; width:100%; }
@media(min-width:480px){ .contact__actions{ grid-template-columns:repeat(3,1fr); } }

.section{ margin-top:30px; }
.section__head{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.section__title{ font-size:30px; line-height:.95; margin:2px 0 0; }
.swipe-hint{ display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:700; color:#4E6750; background:#EEF5E0; border:1px solid #DCE8C9; border-radius:999px; padding:5px 12px; letter-spacing:.02em; }
.swipe-hint__arrow{ display:inline-block; animation:swipeNudge 1.4s ease-in-out infinite; }
@keyframes swipeNudge{ 0%,100%{ transform:translateX(0); opacity:.55; } 50%{ transform:translateX(5px); opacity:1; } }
@media(min-width:1024px){ .swipe-hint{ display:none; } }

/* Carrousel-venster met randfade als "er is meer"-hint */
.diensten__viewport{ position:relative; }
.diensten__viewport::after{ content:""; position:absolute; top:10px; bottom:6px; right:0; width:42px; pointer-events:none; background:linear-gradient(to right, rgba(255,254,251,0), var(--bg)); opacity:1; transition:opacity .25s ease; }
.diensten__viewport.is-end::after{ opacity:0; }
@media(min-width:1024px){ .diensten__viewport::after{ display:none; } }

.diensten__scroll{ display:grid; grid-auto-flow:column; grid-auto-columns:82%; gap:12px; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding:10px 2px 6px; margin-top:10px; scroll-snap-type:x mandatory; }
.diensten__scroll::-webkit-scrollbar{ display:none; }
@media(min-width:640px){ .diensten__scroll{ grid-auto-columns:44%; } }
@media(min-width:1024px){ .diensten__scroll{ display:grid; grid-auto-flow:row; grid-template-columns:repeat(4,1fr); overflow:visible; } }

/* Puntjes-indicator onder de carrousel (alleen waar er gescrold wordt) */
.diensten__dots{ display:flex; justify-content:center; gap:7px; margin-top:12px; }
.diensten__dot{ appearance:none; border:none; padding:0; cursor:pointer; width:8px; height:8px; border-radius:999px; background:#CBD8BE; transition:width .25s ease, background .25s ease; }
.diensten__dot:hover{ background:#A9BC9E; }
.diensten__dot.is-active{ width:22px; background:#25402A; }
@media(min-width:1024px){ .diensten__dots{ display:none; } }
.service{ scroll-snap-align:start; border-radius:20px; border:1px solid #E8EFDD; background:#FBFEF3; padding:16px; min-height:138px; display:flex; flex-direction:column; gap:6px; }
.service__emoji{ font-size:20px; }
.service h3{ margin:8px 0 0; font-size:15px; }
.service p{ margin:0; font-size:12.8px; color:#5E7359; }

/* OVER + WERKGEBIED — dev friendly, leesbare klassen */
.over-werk{ margin-top:20px; }
.over-werk__grid{ display:grid; gap:12px; }
@media(min-width:900px){ .over-werk__grid{ grid-template-columns:1.05fr .95fr; align-items:stretch; } }
.card--over{ background:#1E3321; color:#EAF3E2; border-radius:28px; padding:22px 20px; border:1px solid rgba(255,255,255,.08); }
@media(min-width:640px){ .card--over{ padding:26px 26px; } }
.over__title{ margin:10px 0 0; font-size:clamp(22px,3.6vw,28px); line-height:1.08; color:#F6FFF0; max-width:18ch; }
.over__text{ margin-top:12px; font-size:13.4px; line-height:1.6; color:#C7D9BF; max-width:46ch; }
.over__pills{ margin-top:16px; display:flex; flex-wrap:wrap; gap:8px; }
.pill--dark{ background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.14); color:#E6F0DE; padding:6px 11px; font-size:11px; font-weight:700; }
.card--werkgebied{ background:white; border:1px solid #E9F0DE; border-radius:28px; padding:18px; display:flex; flex-direction:column; gap:14px; box-shadow:0 10px 40px rgba(36,56,32,.06); }
@media(min-width:640px){ .card--werkgebied{ padding:20px 22px; } }
.werk__head{ display:flex; flex-wrap:wrap; align-items:center; gap:10px; justify-content:space-between; }
.pill--muted{ background:#F6FAEE; border-color:#E3ECD6; color:#5A7158; font-size:10.5px; padding:5px 10px; font-weight:600; }
.tags--werk{ margin-top:2px; gap:6px; }
.werk__note{ margin-top:auto; background:#F2F8DF; border:1px solid #E2EBCE; border-radius:16px; padding:12px 14px; font-size:12.6px; line-height:1.5; color:#33472E; }
.werk__note strong{ color:#1E331E; }
.quote-strip{ margin-top:12px; background:#FBFDF6; border:1px dashed #D9E6C8; border-radius:999px; padding:10px 18px; display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; font-size:12.8px; color:#445E3E; text-align:center; }
.quote-strip__text{ margin:0; }
.quote-strip p{ margin:0; font-weight:500; }
.quote-strip__icon{ font-family:"Inter Tight",sans-serif; font-weight:700; font-size:18px; color:#9AB88F; line-height:1; margin-top:-2px; }
.quote-strip__attr{ font-weight:700; color:#2F4A2B; white-space:nowrap; font-size:11.5px; }

.site-footer{ margin:28px 0 92px; display:flex; flex-wrap:wrap; gap:6px; justify-content:center; font-size:11px; color:#8EA68E; text-align:center; }
.site-footer address{ font-style:normal; }
.site-footer a{ color:inherit; text-decoration:none; }
.site-footer a:hover{ text-decoration:underline; }
.bottombar{ position:fixed; inset-inline:0; bottom:0; z-index:50; pointer-events:none; }
.bottombar__inner{ width:min(560px, calc(100% - 10px)); margin:0 auto; padding:0 8px max(10px, env(safe-area-inset-bottom)) 8px; pointer-events:auto; }
.bottombar__dock{ display:flex; gap:8px; justify-content:center; align-items:center; flex-wrap:wrap; border-radius:999px; background:rgba(18,31,19,.92); backdrop-filter:blur(18px); padding:8px; border:1px solid rgba(255,255,255,.10); }
.btn--bottom{ height:36px; padding:0 14px; font-size:13px; border-radius:999px; }
.btn--bottom-light{ background:white; color:#152116; border:none; }
.btn--bottom-ghost{ background:rgba(255,255,255,.14); color:white; border:1px solid rgba(255,255,255,.22); }

/* ── Mobiel: header ademruimte, geen wrap, minder gedrang ─────────────── */
@media(max-width:560px){
  /* Header op één regel: naam kort houden, subtitel weg, pill compact */
  .topbar__inner{ gap:10px; }
  .brand{ min-width:0; }
  .brand__mark{ font-size:14.5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .brand__sep,.brand__meta{ display:none; }
  .pill--live{ flex:none; font-size:10px; padding:5px 10px 5px 8px; }
  .pill--live .dot{ width:6px; height:6px; box-shadow:0 0 0 3px rgba(62,161,71,.16); }

  /* Hero: iets minder dominant, wat meer lucht */
  .hero{ padding:20px 0 8px; gap:22px; }
  .media{ width:min(100%,360px); margin-inline:auto; }

  /* Diensten-carrousel: kaart net iets smaller zodat de volgende "gluurt" */
  .diensten__scroll{ grid-auto-columns:86%; }

  /* Werkgebied-header netjes stapelen i.p.v. persen */
  .werk__head{ align-items:flex-start; }
}

@media(prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *{ transition:none !important; animation:none !important; }
}
