/* ══════════════════════════════════════════════════════════════════
   TaxiVast — design system
   Palet: middernachtblauw + warm crème + messing. Eén stylesheet voor
   de homepage én alle plaatspagina's. Klassenamen niet hernoemen:
   build-plaatspaginas.mjs en index.html gebruiken ze allebei.
   ══════════════════════════════════════════════════════════════════ */

:root{
  /* kleur */
  --night:#0B1220;
  --navy:#101B31;
  --ink:#141F36;
  --ink-soft:#5B6880;
  --ink-mute:#8A94A8;
  --cream:#FAF7F2;
  --cream-deep:#F1EAE0;
  --paper:#FFFFFF;
  --line:rgba(20,31,54,.10);
  --line-strong:rgba(20,31,54,.17);
  --brass:#A8762E;
  --brass-mid:#D9A544;
  --brass-lite:#E9C07A;
  --goud:linear-gradient(180deg,#F5CE82 0%,#DCA542 100%);
  --wa:#25D366;
  /* oude namen blijven werken voor inline stijlen in de HTML */
  --amber:#DCA542;
  --amber-deep:#A8762E;
  --amber-soft:#FBF3E4;
  --soft:#FAF7F2;
  --meter:#101B31;
  --sky:#E8F1FA;
  --dawn:#FBF8F3;

  /* diepte */
  --sh-1:0 1px 2px rgba(16,27,49,.05), 0 2px 10px rgba(16,27,49,.05);
  --sh-2:0 2px 6px rgba(16,27,49,.05), 0 14px 32px rgba(16,27,49,.08);
  --sh-3:0 4px 12px rgba(16,27,49,.07), 0 32px 74px rgba(16,27,49,.17);

  /* vorm */
  --r-s:10px; --r-m:14px; --r-l:20px;

  /* beweging */
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *, *::before, *::after{ animation:none !important; transition:none !important; }
  html.js .reveal{ opacity:1 !important; transform:none !important; }
}
body{
  font-family:'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background:var(--cream); color:var(--ink);
  font-size:17px; line-height:1.6;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
a{ color:inherit; }
img,svg{ max-width:100%; display:block; }
p{ text-wrap:pretty; }
::selection{ background:var(--brass-lite); color:#20160A; }
.wrap{ max-width:1180px; margin:0 auto; padding:0 24px; }
@media (max-width:600px){ .wrap{ padding:0 18px; } }

/* ── typografie ───────────────────────────────────────────────── */
h1,h2,h3,.groot,.price-line strong,.prijskaart strong{
  font-family:'Fraunces','Archivo',Georgia,serif;
  font-variation-settings:"SOFT" 0,"WONK" 0;
  font-optical-sizing:auto;
  font-weight:600; letter-spacing:-.018em;
}
.eyebrow{
  display:flex; align-items:center; gap:10px;
  font-family:'Archivo',sans-serif;
  font-size:.73rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase;
  color:var(--brass); margin-bottom:18px;
}
.eyebrow::before{
  content:""; width:26px; height:1px; background:currentColor; opacity:.55; flex:none;
}

/* onthulling bij scrollen — alleen met JS, anders gewoon zichtbaar */
html.js .reveal{
  opacity:0; transform:translateY(20px);
  transition:opacity .75s var(--ease), transform .75s var(--ease);
}
html.js .reveal.in{ opacity:1; transform:none; }

/* ── kopbalk ──────────────────────────────────────────────────── */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(250,247,242,.88);
  -webkit-backdrop-filter:saturate(180%) blur(14px);
  backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid var(--line);
  transition:background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
/* op de homepage zweeft de balk over de donkere hero */
header.over-hero{
  background:transparent; border-bottom-color:transparent;
  -webkit-backdrop-filter:none; backdrop-filter:none;
}
/* De hero is licht, dus de balk blijft overal donkere tekst op licht. */
header.over-hero .logo, header.gescrolld .logo,
header.over-hero .tel-link, header.gescrolld .tel-link{ color:var(--ink); }
header.over-hero .logo em, header.gescrolld .logo em{ color:var(--brass); }
header.over-hero nav a, header.gescrolld nav a{ color:var(--ink-soft); }
header.over-hero nav a:hover, header.over-hero nav a:focus-visible,
header.gescrolld nav a:hover, header.gescrolld nav a:focus-visible{ color:var(--ink); }
header.over-hero nav a::after, header.gescrolld nav a::after{ background:var(--brass-mid); }
header.gescrolld{
  background:rgba(255,255,255,.88);
  -webkit-backdrop-filter:saturate(180%) blur(16px);
  backdrop-filter:saturate(180%) blur(16px);
  border-bottom-color:var(--line);
  box-shadow:0 8px 28px rgba(16,27,49,.07);
}

.bar{ display:flex; align-items:center; gap:30px; height:76px; }
.logo{
  display:flex; align-items:center; gap:11px;
  font-family:'Fraunces',Georgia,serif; font-variation-settings:"SOFT" 0,"WONK" 0;
  font-weight:600; font-size:1.3rem; letter-spacing:-.02em; text-decoration:none;
  color:var(--ink); white-space:nowrap;
}
.logo em{ font-style:normal; color:var(--brass); }
.logo .merk{ flex:none; width:34px; height:34px; }
nav{ display:flex; gap:26px; margin-left:auto; }
nav a{
  text-decoration:none; font-size:.93rem; font-weight:500; color:var(--ink-soft);
  position:relative; padding:4px 0; transition:color .2s var(--ease);
}
nav a::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background:var(--brass-mid); transform:scaleX(0); transform-origin:left;
  transition:transform .3s var(--ease);
}
nav a:hover, nav a:focus-visible{ color:var(--ink); }
nav a:hover::after, nav a:focus-visible::after{ transform:scaleX(1); }
.tel-link{
  margin-left:20px; font-weight:600; font-size:.93rem; font-variant-numeric:tabular-nums;
  text-decoration:none; color:var(--ink); white-space:nowrap;
  border-bottom:1px solid transparent; transition:border-color .25s var(--ease);
}
.tel-link:hover{ border-bottom-color:currentColor; }
.call-btn{
  margin-left:16px; background:var(--goud); color:#20160A;
  font-weight:700; text-decoration:none; padding:11px 22px; border-radius:99px;
  font-size:.92rem; white-space:nowrap; letter-spacing:.01em;
  box-shadow:0 1px 0 rgba(255,255,255,.45) inset, 0 6px 18px rgba(176,122,34,.28);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s var(--ease);
}
.call-btn:hover{
  transform:translateY(-1px); filter:brightness(1.05);
  box-shadow:0 1px 0 rgba(255,255,255,.45) inset, 0 10px 26px rgba(176,122,34,.36);
}
@media (max-width:900px){
  nav, .tel-link{ display:none; }
  .bar{ height:66px; }
  .call-btn{ margin-left:auto; }
}

/* ── hero ─────────────────────────────────────────────────────── */
.hero{
  position:relative; overflow:hidden; background:var(--paper);
  margin-top:-76px; padding-top:76px;
}
@media (max-width:900px){ .hero{ margin-top:-66px; padding-top:66px; } }
/* De foto is een brede filmband bovenin die naar het diepe blauw uitdooft;
   het boekingsformulier maakt de hero te hoog om de foto helemaal te vullen. */
/* ── De foto in de hero staat UIT ──────────────────────────────────
   Raed koos voor een schone witte hero, zoals de site die hij als
   voorbeeld gaf. Wil je de Koppelpoort terug? Haal `display:none`
   hieronder weg; alle instellingen eronder staan nog goed.            */
.hero .foto{ display:none; }

.hero .foto{
  position:absolute; top:0; left:0; right:0; width:100%;
  height:min(100%, 900px);
  object-fit:cover; object-position:center 62%;
  /* De foto is nu textuur achter lichte vlakken, geen donkere filmband:
     ingetogen, zodat de zwarte tekst er overheen leesbaar blijft. */
  opacity:.55; filter:saturate(.80) contrast(1.00) brightness(1.06);
  -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 42%,rgba(0,0,0,0) 92%);
  mask-image:linear-gradient(180deg,#000 0%,#000 42%,rgba(0,0,0,0) 92%);
}
.hero::before{
  content:""; position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(110% 85% at 82% 8%, rgba(233,192,122,.16) 0%, rgba(233,192,122,0) 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper) 52%, var(--cream) 100%);
}
/* Filmkorrel hoorde bij de foto. Op wit wordt het vuil, dus heel licht. */
.hero::after{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none; opacity:.018;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero .wrap{
  display:grid; grid-template-columns:1.02fr .98fr; gap:64px;
  padding-top:86px; padding-bottom:150px; align-items:start;
  position:relative; z-index:2;
}
.hero-tekst{ color:var(--ink); padding-top:16px; }
.hero-tekst .eyebrow{ color:var(--brass); }
.hero h1{
  font-size:clamp(2.55rem, 5.1vw, 4.1rem); font-weight:600;
  line-height:1.02; letter-spacing:-.025em; color:var(--ink);
  text-wrap:balance;
}
.hero h1 em{ font-style:normal; color:var(--brass); }
.hero .sub{
  margin-top:24px; font-size:1.1rem; line-height:1.66;
  color:var(--ink-soft); max-width:33rem;
}
.hero .usps{ margin-top:32px; display:grid; gap:13px; list-style:none; max-width:33rem; }
.hero .usps li{
  display:grid; grid-template-columns:22px 1fr; gap:12px; align-items:start;
  font-size:.98rem; color:var(--ink);
}
.hero .usps li::before{
  content:""; width:22px; height:22px; margin-top:2px; border-radius:50%;
  background:rgba(168,118,46,.12)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8.6l3.4 3.4 7.6-8' fill='none' stroke='%23A8762E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
}
.hero-voet{
  margin-top:36px; padding-top:26px; border-top:1px solid var(--line-strong);
  display:flex; align-items:center; gap:14px 30px; flex-wrap:wrap;
  font-size:.76rem; letter-spacing:.14em; text-transform:uppercase;
  color:var(--ink-mute); font-weight:600;
}
.hero-voet b{ color:var(--brass); font-weight:700; }
@media (max-width:980px){
  .hero .wrap{ grid-template-columns:1fr; padding-top:52px; padding-bottom:120px; gap:40px; }
  .hero-tekst{ padding-top:0; }
  .hero .foto{ object-position:center 45%; }
}

/* ── de meter (boekingswidget) ────────────────────────────────── */
.meter{
  background:var(--paper); border:1px solid var(--line);
  border-radius:var(--r-l); padding:26px; position:relative; z-index:2;
  box-shadow:var(--sh-3);
}
.meter::before{
  content:""; position:absolute; left:26px; right:26px; top:0; height:2px; border-radius:2px;
  background:var(--goud);
}
.meter h2{ font-size:1.22rem; font-weight:600; letter-spacing:-.015em; }
.meter .hint{ font-size:.87rem; color:var(--ink-soft); margin-top:4px; }
.price-line{
  margin-top:20px; background:var(--navy); border-radius:var(--r-m); padding:18px 20px;
  display:flex; align-items:baseline; justify-content:space-between; gap:12px;
  position:relative; overflow:hidden;
}
.price-line::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(90% 140% at 88% 0%, rgba(233,192,122,.16) 0%, rgba(233,192,122,0) 60%);
}
.price-line .lbl{
  font-size:.7rem; letter-spacing:.16em; text-transform:uppercase;
  color:rgba(255,255,255,.52); font-weight:700;
}
.price-line strong{
  font-size:2.5rem; font-weight:600; color:#fff; white-space:nowrap;
  font-variant-numeric:tabular-nums; letter-spacing:-.03em; line-height:1;
}
.price-line .tijd{ font-size:.82rem; color:rgba(255,255,255,.58); font-variant-numeric:tabular-nums; white-space:nowrap; }
/* smal scherm: label bovenaan, prijs groot eronder, reistijd rechts ernaast */
@media (max-width:560px){
  .price-line{
    display:grid; grid-template-columns:1fr auto; align-items:end;
    row-gap:6px; padding:16px;
  }
  .price-line .lbl{ grid-column:1 / -1; }
  .price-line strong{ grid-column:1; font-size:2.15rem; }
  .price-line .tijd{ grid-column:2; text-align:right; }
}
/* zodat "Boek nu" het formulier niet onder de vaste kopbalk parkeert */
.meter form{ scroll-margin-top:100px; }
.meter form{ margin-top:18px; display:grid; gap:14px; grid-template-columns:1fr 1fr; }
.meter .full{ grid-column:1 / -1; }
.meter label{
  display:block; font-size:.74rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color:var(--ink-soft); margin-bottom:7px;
}
.meter input, .meter select{
  width:100%; padding:13px 14px; border-radius:var(--r-s);
  border:1px solid var(--line-strong); background:#FDFCFA; color:var(--ink);
  font:inherit; font-size:.97rem; min-height:48px;
  transition:border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.meter input:hover, .meter select:hover{ border-color:rgba(20,31,54,.28); }
.meter input:focus, .meter select:focus{
  background:#fff; border-color:var(--brass-mid);
  box-shadow:0 0 0 3px rgba(220,165,66,.18); outline:none;
}
.meter select{
  appearance:none; -webkit-appearance:none; padding-right:40px; cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%235B6880' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 15px center;
}
.meter input::placeholder{ color:#A3ACBC; }
.meter input:focus-visible, .meter select:focus-visible,
.meter button:focus-visible, a:focus-visible, summary:focus-visible{
  outline:3px solid var(--brass-mid); outline-offset:2px;
}
.meter .boek{
  grid-column:1 / -1; margin-top:8px;
  background:var(--goud); color:#20160A; border:0; cursor:pointer;
  font:inherit; font-weight:800; font-size:1.05rem; letter-spacing:.01em;
  padding:17px; border-radius:var(--r-s);
  box-shadow:0 1px 0 rgba(255,255,255,.5) inset, 0 8px 22px rgba(176,122,34,.30);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s var(--ease);
}
.meter .boek:hover{
  transform:translateY(-1px); filter:brightness(1.05);
  box-shadow:0 1px 0 rgba(255,255,255,.5) inset, 0 12px 30px rgba(176,122,34,.38);
}
.meter .boek:active{ transform:translateY(0); }
.meter .of{ grid-column:1 / -1; text-align:center; font-size:.87rem; color:var(--ink-soft); line-height:1.5; }
.meter .of a{ color:var(--ink); font-weight:700; }
.meter .notice{
  grid-column:1 / -1; font-size:.89rem; line-height:1.5;
  background:var(--amber-soft); border:1px solid #EFDCB4; border-radius:var(--r-s);
  padding:12px 14px; color:var(--ink);
}
.betaald-banner{
  margin-top:18px; background:#EAF7EF; border:1px solid #BFE4CD; border-radius:var(--r-s);
  padding:14px 16px; font-size:.93rem; color:#14532D;
}
.betaald-banner button{
  margin-top:12px; display:block; width:100%; background:var(--wa); color:#06341B;
  border:0; cursor:pointer; font:inherit; font-weight:800; padding:13px 14px; border-radius:var(--r-s);
}
/* enkele reis / retour */
.rit-keuze{ display:flex; gap:6px; background:var(--cream-deep); padding:5px; border-radius:12px; }
.rit-keuze label{
  flex:1; margin:0; cursor:pointer;
  text-transform:none; letter-spacing:normal; font-size:inherit; color:inherit;
}
.rit-keuze input{ position:absolute; opacity:0; width:0; height:0; }
.rit-keuze span{
  display:block; text-align:center; padding:10px 8px; border-radius:9px;
  font-size:.92rem; font-weight:700; color:var(--ink-soft);
  transition:background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
}
.rit-keuze input:checked + span{
  background:var(--paper); color:var(--ink); box-shadow:var(--sh-1);
}
.rit-keuze input:focus-visible + span{ outline:3px solid var(--brass-mid); outline-offset:2px; }

.busje-hint{
  grid-column:1 / -1; font-size:.86rem; line-height:1.5;
  background:var(--amber-soft); border:1px solid #EFDCB4; border-radius:var(--r-s);
  padding:11px 13px; color:var(--ink);
}
.veld-anders{ display:none; }
.veld-anders.aan{ display:block; }

/* ── secties ──────────────────────────────────────────────────── */
section{ padding:104px 0; }
section h2{
  font-size:clamp(1.9rem,3.3vw,2.75rem); font-weight:600;
  letter-spacing:-.022em; line-height:1.1; text-wrap:balance; max-width:22ch;
}
section h3{ font-size:1.3rem; font-weight:600; }
section .intro{ margin-top:16px; color:var(--ink-soft); max-width:42rem; font-size:1.04rem; }
@media (max-width:760px){ section{ padding:72px 0; } }

/* vertrouwensstrip onder de hero */
.strip{ padding:0; }
.strip .wrap{
  display:grid; grid-template-columns:repeat(4,1fr); gap:16px;
  transform:translateY(-58px); position:relative; z-index:3;
}
.strip article{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-m); padding:24px;
  box-shadow:var(--sh-2);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.strip article:hover{ transform:translateY(-3px); box-shadow:var(--sh-3); }
.strip .ico{ width:30px; height:30px; margin-bottom:14px; color:var(--brass); }
.strip b{ display:block; font-weight:700; font-size:1rem; letter-spacing:-.01em; }
.strip span{ display:block; margin-top:6px; font-size:.89rem; color:var(--ink-soft); line-height:1.5; }
@media (max-width:900px){ .strip .wrap{ grid-template-columns:1fr 1fr; transform:translateY(-44px); } }
@media (max-width:520px){ .strip .wrap{ grid-template-columns:1fr; } }

/* ── tarieven ─────────────────────────────────────────────────── */
#tarieven{ background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.tabel-scroll{
  overflow-x:auto; margin-top:40px; border:1px solid var(--line);
  border-radius:var(--r-m); background:var(--paper); box-shadow:var(--sh-1);
}
table{ border-collapse:collapse; width:100%; min-width:560px; }
th,td{ text-align:left; padding:17px 22px; border-bottom:1px solid var(--line); }
thead th{
  font-size:.7rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--ink-mute); background:var(--cream);
}
tbody tr{ transition:background .2s var(--ease); }
tbody tr:hover{ background:var(--cream); }
tbody td:first-child{ font-weight:500; }
tr:last-child td{ border-bottom:0; }
td.prijs{
  font-family:'Fraunces',Georgia,serif; font-variation-settings:"SOFT" 0,"WONK" 0;
  font-weight:600; font-size:1.12rem; font-variant-numeric:tabular-nums; white-space:nowrap;
  letter-spacing:-.015em;
}
td .van{ font-family:'Archivo',sans-serif; font-weight:400; color:var(--ink-mute); font-size:.82rem; }
.prijs-noot{ margin-top:18px; font-size:.9rem; color:var(--ink-soft); max-width:46rem; }

/* ── stappen ──────────────────────────────────────────────────── */
.stappen{ background:var(--cream); }
.stap-grid{ margin-top:48px; display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }
.stap-grid article{ position:relative; padding-top:22px; border-top:1px solid var(--line-strong); }
.stap-grid article::before{
  content:attr(data-nr);
  font-family:'Fraunces',Georgia,serif; font-variation-settings:"SOFT" 0,"WONK" 0;
  font-size:2.7rem; font-weight:600; line-height:1; letter-spacing:-.03em;
  color:transparent; -webkit-text-stroke:1px var(--brass-mid);
  display:block; margin-bottom:16px;
}
.stap-grid b{ display:block; font-size:1.12rem; font-weight:700; margin-bottom:8px; letter-spacing:-.01em; }
.stap-grid p{ color:var(--ink-soft); font-size:.96rem; }
@media (max-width:820px){ .stap-grid{ grid-template-columns:1fr; gap:30px; } }

/* ── kaartenraster (diensten, vertrouwen) ─────────────────────── */
.dienst-grid{ margin-top:44px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.dienst-grid article{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-m); padding:28px;
  box-shadow:var(--sh-1);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.dienst-grid article:hover{
  transform:translateY(-3px); box-shadow:var(--sh-2); border-color:rgba(168,118,46,.28);
}
.dienst-grid .ico{ width:30px; height:30px; margin-bottom:16px; color:var(--brass); }
.dienst-grid b{ display:block; font-size:1.06rem; font-weight:700; margin-bottom:9px; letter-spacing:-.01em; }
.dienst-grid p{ font-size:.95rem; color:var(--ink-soft); }
@media (max-width:820px){ .dienst-grid{ grid-template-columns:1fr; } }

/* ── comfort ──────────────────────────────────────────────────── */
.comfort{ background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.comfort ul{ margin-top:32px; display:grid; gap:0; list-style:none; padding:0; max-width:46rem; }
.comfort li{
  display:grid; grid-template-columns:24px 1fr; gap:14px; align-items:start;
  padding:16px 0; border-bottom:1px solid var(--line); font-size:1.02rem;
}
.comfort li:last-child{ border-bottom:0; }
.comfort li::before{
  content:""; width:24px; height:24px; margin-top:1px; border-radius:50%;
  background:var(--amber-soft)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8.6l3.4 3.4 7.6-8' fill='none' stroke='%23A8762E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
}

/* ── stadsband (volle breedte foto) ───────────────────────────── */
.stad-band{ position:relative; overflow:hidden; }
.stad-band img{
  width:100%; height:440px; object-fit:cover; object-position:center 55%; display:block;
  filter:saturate(.86) contrast(1.05) brightness(.92);
}
.stad-band .tekst{
  position:absolute; inset:0; display:flex; align-items:flex-end;
  background:linear-gradient(180deg, rgba(8,13,24,0) 22%, rgba(8,13,24,.55) 62%, rgba(8,13,24,.90) 100%);
}
.stad-band .tekst p{
  font-family:'Fraunces',Georgia,serif; font-variation-settings:"SOFT" 0,"WONK" 0;
  color:#fff; font-size:clamp(1.25rem,2.6vw,1.9rem); font-weight:500; letter-spacing:-.02em;
  line-height:1.3; max-width:1180px; margin:0 auto; padding:0 24px 48px; width:100%;
  text-wrap:balance;
}
@media (min-width:900px){ .stad-band .tekst p{ padding-right:36%; } }
@media (max-width:700px){ .stad-band img{ height:320px; } }

/* ── werkgebied ───────────────────────────────────────────────── */
.gebied{ background:var(--cream); }
.gebied p{ max-width:48rem; color:var(--ink-soft); }
.gebied .plaatsen{ margin-top:24px; display:flex; flex-wrap:wrap; gap:9px; }
.gebied .plaatsen span{
  background:var(--paper); border:1px solid var(--line); border-radius:99px;
  padding:8px 16px; font-size:.88rem; font-weight:500; color:var(--ink-soft);
}

/* ── faq ──────────────────────────────────────────────────────── */
.faq details{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-m);
  margin-top:12px; padding:0 22px; box-shadow:var(--sh-1);
  transition:border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.faq details[open]{ border-color:rgba(168,118,46,.30); box-shadow:var(--sh-2); }
.faq summary{
  cursor:pointer; font-weight:600; font-size:1.02rem; padding:20px 0;
  list-style:none; position:relative; padding-right:40px;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content:""; position:absolute; right:2px; top:50%; width:13px; height:13px;
  transform:translateY(-50%);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 14 14'%3E%3Cpath d='M7 1v12M1 7h12' fill='none' stroke='%23A8762E' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/13px no-repeat;
  transition:transform .3s var(--ease);
}
.faq details[open] summary::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 14 14'%3E%3Cpath d='M1 7h12' fill='none' stroke='%23A8762E' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  transform:translateY(-50%) rotate(180deg);
}
.faq details p{ padding:0 0 22px; color:var(--ink-soft); max-width:46rem; }
.faq h2 + details, .faq .intro + details{ margin-top:36px; }

/* ── contact + voettekst (donker slot) ────────────────────────── */
.contact{
  background:
    radial-gradient(90% 120% at 82% 0%, rgba(233,192,122,.15) 0%, rgba(233,192,122,0) 58%),
    linear-gradient(180deg, var(--cream-deep) 0%, var(--cream) 100%);
  color:var(--ink); padding:104px 0 96px;
  border-top:1px solid var(--line);
}
.contact h2{ color:var(--ink); }
.contact .eyebrow{ color:var(--brass); }
.contact .kols{ margin-top:44px; display:grid; grid-template-columns:1fr 1fr; gap:48px; }
.contact p{ color:var(--ink-soft); margin-top:12px; }
.contact a{
  color:var(--brass); font-weight:600; text-decoration:none;
  border-bottom:1px solid rgba(168,118,46,.35);
}
.contact a:hover{ border-bottom-color:var(--brass); }
.contact .groot{
  font-size:clamp(1.9rem,3.4vw,2.5rem); font-weight:600; letter-spacing:-.025em;
  margin-top:0; font-variant-numeric:tabular-nums;
}
.contact .groot a{ color:var(--ink); border-bottom:0; }
.contact .knoppen a{ border-bottom:0; }
.contact .knop-hoofd{ color:#20160A; }
.contact .knop-tweede{ color:var(--ink); border-color:var(--line-strong); }
.contact .groot a:hover{ color:var(--brass); }
.contact b{ color:var(--ink) !important; }
@media (max-width:760px){
  .contact .kols{ grid-template-columns:1fr; gap:32px; }
  .contact{ padding:72px 0 64px; }
}

footer{
  background:var(--paper); color:var(--ink-mute); font-size:.85rem;
  border-top:1px solid var(--line);
}
footer .wrap{ padding:26px 24px 20px; display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; }
footer a{ color:var(--ink-soft); text-decoration:none; }
footer a:hover{ color:var(--ink); }

/* Tweede voetregel: wie de site gemaakt heeft en dat hij niet vrij te
   kopiëren is. Bewust stil gehouden — dit hoort te staan, niet te roepen. */
footer .voet-onder{
  display:block; padding-top:16px; padding-bottom:26px;
  border-top:1px solid var(--line);
  font-size:.77rem; line-height:1.65; color:var(--ink-mute);
  max-width:70ch;
}
footer .voet-onder strong{ color:var(--ink-soft); font-weight:600; }

/* ── plaatspagina's (taxi-leusden/, taxi-soest/, …) ───────────── */
.kruimels{ background:var(--cream); border-bottom:1px solid var(--line); font-size:.83rem; }
.kruimels .wrap{ padding-top:14px; padding-bottom:14px; color:var(--ink-mute); }
.kruimels a{ color:var(--brass); font-weight:600; text-decoration:none; }
.kruimels a:hover{ text-decoration:underline; text-underline-offset:3px; }
.kruimels span{ color:var(--ink-mute); margin:0 6px; }

.plaats-kop{
  background:
    radial-gradient(85% 110% at 84% 6%, rgba(233,192,122,.18) 0%, rgba(233,192,122,0) 56%),
    linear-gradient(180deg, var(--cream-deep) 0%, var(--cream) 100%);
  color:var(--ink); padding:76px 0 84px; position:relative; overflow:hidden;
  border-bottom:1px solid var(--line);
}
.plaats-kop .eyebrow{ color:var(--brass); }
.plaats-kop h1{
  font-size:clamp(2.1rem, 4.4vw, 3.15rem); font-weight:600;
  line-height:1.06; letter-spacing:-.025em; max-width:20ch; color:var(--ink); text-wrap:balance;
}
.plaats-kop .intro{ margin-top:20px; font-size:1.08rem; color:var(--ink-soft); max-width:44rem; }

.prijskaart{
  margin-top:40px; display:grid; grid-template-columns:repeat(3,1fr); gap:0;
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-l);
  padding:0; box-shadow:var(--sh-3); overflow:hidden;
}
.prijskaart > div{ padding:26px 28px; border-right:1px solid var(--line); }
.prijskaart > div:last-child{ border-right:0; }
.prijskaart .lbl{
  display:block; font-size:.7rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--ink-mute);
}
.prijskaart strong{
  display:block; font-size:2.15rem; font-weight:600; letter-spacing:-.03em;
  line-height:1.1; margin-top:8px; font-variant-numeric:tabular-nums; color:var(--ink);
}
.prijskaart .sub{ display:block; font-size:.84rem; color:var(--ink-soft); margin-top:4px; }
@media (max-width:760px){
  .prijskaart{ grid-template-columns:1fr; }
  .prijskaart > div{ border-right:0; border-bottom:1px solid var(--line); }
  .prijskaart > div:last-child{ border-bottom:0; }
  .prijskaart strong{ font-size:1.85rem; }
}

.knoppen{ margin-top:32px; display:flex; flex-wrap:wrap; gap:12px; }
.knop-hoofd, .knop-tweede{
  text-decoration:none; font-weight:700; padding:15px 26px; border-radius:99px;
  font-size:.98rem; white-space:nowrap;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), filter .25s var(--ease);
}
.knop-hoofd{
  background:var(--goud); color:#20160A;
  box-shadow:0 1px 0 rgba(255,255,255,.5) inset, 0 8px 22px rgba(176,122,34,.30);
}
.knop-hoofd:hover{ transform:translateY(-1px); filter:brightness(1.05); }
.knop-tweede{ background:var(--paper); color:var(--ink); border:1px solid var(--line-strong); }
.knop-tweede:hover{ background:var(--paper); border-color:var(--ink); }

section.grijs{ background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
section p{ color:var(--ink-soft); }
section p + p{ margin-top:14px; }
.plaatsen{ margin-top:24px; display:flex; flex-wrap:wrap; gap:9px; }
.plaatsen span{
  background:var(--paper); border:1px solid var(--line); border-radius:99px;
  padding:8px 16px; font-size:.88rem; font-weight:500; color:var(--ink-soft);
}
.plaatsen.links a{
  background:var(--paper); border:1px solid var(--line); border-radius:99px;
  padding:8px 16px; font-size:.88rem; font-weight:600;
  text-decoration:none; color:var(--ink);
  transition:border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.plaatsen.links a:hover{ border-color:var(--brass-mid); transform:translateY(-1px); box-shadow:var(--sh-1); }

/* lijst met plaatslinks op de homepage */
.plaats-links{ margin-top:22px; display:flex; flex-wrap:wrap; gap:10px; }
.plaats-links a{
  background:var(--paper); border:1px solid var(--line); border-radius:99px;
  padding:9px 18px; font-size:.9rem; font-weight:600;
  text-decoration:none; color:var(--ink);
  transition:border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.plaats-links a:hover{ border-color:var(--brass-mid); transform:translateY(-1px); box-shadow:var(--sh-1); }

/* ── vaste mobiele balk ───────────────────────────────────────── */
.belbalk{ display:none; }
@media (max-width:900px){
  body{ padding-bottom:70px; }
  .belbalk{
    display:grid; grid-template-columns:1fr 1fr; gap:1px;
    position:fixed; bottom:0; left:0; right:0; z-index:60;
    background:var(--line-strong);
    box-shadow:0 -8px 30px rgba(11,18,32,.14);
  }
  .belbalk a{
    display:flex; align-items:center; justify-content:center; gap:9px;
    padding:18px; font-weight:700; text-decoration:none; font-size:1rem;
  }
  .belbalk .bel{ background:var(--night); color:#fff; }
  .belbalk .app{ background:var(--wa); color:#06341B; }
  .belbalk svg{ width:18px; height:18px; flex:none; }
}
