/* ==========================================================================
   Autorijschool Sediki, Gouda
   Visuele identiteit afgeleid van het eigen merk: het blauwe L-bord op de
   daklichtbak, het Sediki-rood uit het logo, en het gele NL-kenteken van de
   lesauto's. Asfaltgrijs als basis.
   ========================================================================== */

/* --- Fonts (self-hosted, geen externe requests) --------------------------- */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Tokens --------------------------------------------------------------- */
:root {
  --ink: #101720;
  --ink-2: #1a2430;
  --ink-3: #27333f;
  --red: #cc1122;
  --red-dark: #a30d1b;
  --blue: #1b8ed8;
  --blue-dark: #12699f;
  --plate: #f4c400;
  --paper: #f6f6f3;
  --white: #ffffff;
  --text: #1b232c;
  --muted: #5b6673;
  --muted-light: #b6c1cc;
  --line: rgba(16, 23, 32, .13);
  --line-dark: rgba(255, 255, 255, .14);

  --radius: 10px;
  --radius-lg: 18px;
  --shadow: 0 1px 2px rgba(16, 23, 32, .06), 0 8px 24px rgba(16, 23, 32, .08);
  --shadow-lg: 0 2px 6px rgba(16, 23, 32, .08), 0 24px 60px rgba(16, 23, 32, .18);

  --font-display: 'Archivo', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-body: 'Source Sans 3', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --wrap: 1140px;
  --accent: var(--blue);
  --error: #b3261e;
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-dark); }
a:hover { color: var(--red); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -.015em;
  margin: 0 0 .6em;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); font-weight: 800; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.2em; }
li { margin-bottom: .4em; }
strong { font-weight: 700; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 3px;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--plate); color: var(--ink); padding: .7rem 1.1rem;
  font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: .5rem; top: .5rem; }

/* --- Layout --------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section--tight { padding: clamp(2.2rem, 4vw, 3.2rem) 0; }
.section--paper { background: var(--paper); }
.section--ink { background: var(--ink); color: #e8edf2; }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--ink a { color: #9ed6f7; }
.lede { font-size: 1.15rem; color: var(--muted); max-width: 62ch; }
.section--ink .lede { color: var(--muted-light); }
.measure { max-width: 68ch; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* --- Signature 1: het blauwe L-bord --------------------------------------- */
.lplate {
  display: inline-grid;
  place-items: center;
  width: 1.5em; height: 1.5em;
  flex: none;
  background: var(--blue);
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: .18em;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .8em;
  line-height: 1;
  padding-bottom: .06em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
  transform: rotate(-4deg);
}

/* --- Signature 2: het gele NL-kenteken ------------------------------------ */
.plate {
  display: inline-flex;
  align-items: stretch;
  background: var(--plate);
  color: #111;
  border: 2px solid #1a1a1a;
  border-radius: 7px;
  overflow: hidden;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
}
.plate__nl {
  display: grid;
  place-items: center;
  background: #003399;
  color: #fff;
  font-size: .62em;
  padding: .1em .42em;
  letter-spacing: .04em;
}
.plate__nl::before { content: "\2605\A NL"; white-space: pre; text-align: center; line-height: 1.05; font-size: .78em; }
.plate__value { padding: .3em .7em; display: grid; place-items: center; white-space: nowrap; }

/* --- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.1;
  padding: .92rem 1.5rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--white); }
.btn--blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn--blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--white); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .45); }
.btn--ghost:hover { background: rgba(255, 255, 255, .1); color: var(--white); border-color: var(--white); }
.btn--outline { background: var(--white); color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--ink); color: var(--ink); }
.btn--sm { padding: .6rem 1rem; font-size: .95rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
}
.site-header__bar {
  display: flex; align-items: center; gap: 1rem;
  min-height: 68px;
  padding: .55rem 1.25rem;
  max-width: var(--wrap); margin: 0 auto;
}
.logo {
  display: inline-flex; align-items: center; gap: .5rem;
  text-decoration: none; color: var(--white);
  font-family: var(--font-display);
  line-height: 1;
  margin-right: auto;
}
.logo__top {
  display: block; font-size: .68rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted-light);
}
.logo__name { display: block; font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; }
.logo__name em { font-style: normal; color: var(--red); }
.logo .lplate { font-size: 1.05rem; transform: rotate(-6deg); }

.nav { display: flex; align-items: center; gap: .15rem; }
.nav a {
  display: inline-block;
  font-family: var(--font-display);
  font-size: .95rem; font-weight: 600;
  color: #d7dee6; text-decoration: none;
  padding: .5rem .6rem; border-radius: 6px;
}
.nav a:hover { color: var(--white); background: rgba(255, 255, 255, .08); }
.nav a[aria-current="page"] { color: var(--white); box-shadow: inset 0 -3px 0 var(--red); }
.header-call {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--red); color: var(--white);
  font-family: var(--font-display); font-weight: 700; font-size: .98rem;
  padding: .62rem 1rem; border-radius: var(--radius); text-decoration: none;
  white-space: nowrap;
}
.header-call:hover { background: var(--red-dark); color: var(--white); }
.nav-toggle {
  display: none;
  background: transparent; border: 2px solid rgba(255, 255, 255, .3);
  color: var(--white); border-radius: 8px; padding: .5rem .7rem;
  font: 700 .9rem/1 var(--font-display); cursor: pointer;
}
.nav-toggle:hover { border-color: var(--white); }
.nav a.nav__home { display: none; }

@media (max-width: 60rem) {
  .nav-toggle { display: inline-block; }
  .nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink-2);
    padding: .5rem 1.25rem 1rem;
    border-bottom: 3px solid var(--red);
  }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .75rem .2rem; border-bottom: 1px solid var(--line-dark); font-size: 1.05rem; }
  .nav a[aria-current="page"] { box-shadow: none; color: var(--plate); }
  .nav a.nav__home { display: block; }
  .site-header__bar { position: relative; flex-wrap: nowrap; }
  .logo__name { font-size: 1.28rem; }
}
/* Op smalle telefoons moet het telefoonnummer in de balk zichtbaar blijven:
   dat is de belangrijkste actie. Er wordt dus ruimte weggehaald bij het logo
   en de menuknop, niet bij het nummer. */
@media (max-width: 30rem) {
  .site-header__bar { gap: .5rem; padding: .5rem .9rem; }
  .logo__top { display: none; }
  .logo__name { font-size: 1.15rem; }
  .logo .lplate { font-size: .95rem; }
  .header-call { font-size: .9rem; padding: .55rem .7rem; gap: .3rem; }
  .nav-toggle { padding: .45rem .6rem; font-size: .85rem; }
}
@media (max-width: 24rem) {
  .header-call span[aria-hidden] { display: none; }
}

/* --- Hero ----------------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--ink);
  color: #e9eef3;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(to right, rgba(16, 23, 32, .96) 0%, rgba(16, 23, 32, .88) 45%, rgba(16, 23, 32, .55) 100%),
                    url('/assets/lesautos-gouda.webp');
  background-size: cover;
  background-position: center 62%;
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  padding: clamp(2.5rem, 6vw, 4.5rem) 1.25rem clamp(2.5rem, 6vw, 4rem);
  max-width: var(--wrap); margin: 0 auto;
}
.hero h1 { color: var(--white); margin-bottom: .5rem; }
.hero h1 em { font-style: normal; color: var(--plate); }
.hero__sub { font-size: 1.18rem; color: #cfd9e3; max-width: 46ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 700;
  font-size: .82rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--plate);
  margin: 0 0 1rem;
}
.section--paper .eyebrow, .section .eyebrow { color: var(--red); }
.section--ink .eyebrow { color: var(--plate); }

.hero__usps { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .55rem; }
.hero__usps li { display: flex; align-items: center; gap: .65rem; font-weight: 600; color: #dde5ed; }

.hero__card {
  background: var(--white);
  color: var(--text);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
  border-top: 5px solid var(--red);
}
.hero__card h2 { font-size: 1.35rem; margin-bottom: .35rem; }
.hero__card p.hero__card-note { font-size: .95rem; color: var(--muted); margin-bottom: 1.1rem; }

@media (max-width: 58rem) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero::before { background-position: center 55%; background-image: linear-gradient(to bottom, rgba(16, 23, 32, .93) 0%, rgba(16, 23, 32, .9) 60%, rgba(16, 23, 32, .95) 100%), url('/assets/lesautos-gouda.webp'); }
}

/* --- Trust strip ---------------------------------------------------------- */
.trust {
  background: var(--ink-2);
  color: #dbe3ea;
  border-top: 1px solid var(--line-dark);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.4rem;
  padding: 1.6rem 1.25rem;
  max-width: var(--wrap); margin: 0 auto;
}
.trust__item { display: flex; align-items: center; gap: .8rem; }
.trust__item strong { display: block; font-family: var(--font-display); font-size: 1.02rem; color: var(--white); }
.trust__item span { font-size: .92rem; color: var(--muted-light); }

/* --- Cards ---------------------------------------------------------------- */
.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); }
.grid--3 { grid-template-columns: 1fr; }
@media (min-width: 40rem) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62rem) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow);
}
/* De afbeelding staat absoluut, zodat de aspect-ratio van .card__media de
   hoogte bepaalt in plaats van de eigen verhouding van de foto. Zonder dit
   werd een staande foto (motor, 3:4) veel hoger dan een liggende (auto, 4:3)
   en liep de kaart ernaast leeg. */
.card__media { position: relative; aspect-ratio: 16 / 10; background: var(--ink-3); }
.card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card__tag {
  position: absolute; left: 1rem; top: 1rem;
  background: var(--ink); color: var(--white);
  font-family: var(--font-display); font-weight: 700; font-size: .78rem;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .35rem .65rem; border-radius: 5px;
}
.card__body { padding: 1.4rem; display: flex; flex-direction: column; gap: .1rem; flex: 1; }
.card__body h3 { margin-bottom: .45rem; }
.card__body p { color: var(--muted); }
.card__list { list-style: none; padding: 0; margin: .3rem 0 1.2rem; }
.card__list li { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .45rem; font-size: .98rem; }
.card__list li::before {
  content: ""; flex: none; width: 9px; height: 9px; margin-top: .5rem;
  background: var(--blue); border-radius: 2px; transform: rotate(-8deg);
}
.card__cta { margin-top: auto; }

.feature {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
}
.feature h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.feature p { margin: 0; color: var(--muted); font-size: .98rem; }

/* --- Stats (kentekenplaat) ------------------------------------------------ */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 1.5rem; }
.stat { text-align: center; }
.stat .plate { font-size: 1.7rem; }
.stat p { margin: .85rem 0 0; font-size: .98rem; color: var(--muted-light); }
.section--paper .stat p { color: var(--muted); }

/* --- Reviews -------------------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 1.4rem; }
.quote {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.5rem;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow);
}
.quote__mark { font-family: var(--font-display); font-size: 2.6rem; font-weight: 800; color: var(--plate); line-height: .7; margin-bottom: .5rem; }
.quote blockquote { margin: 0 0 1rem; font-size: 1.02rem; }
.quote figcaption { margin-top: auto; font-family: var(--font-display); font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: .5rem; }
.quote figcaption::before { content: ""; width: 22px; height: 2px; background: var(--red); flex: none; }

/* --- Gallery -------------------------------------------------------------- */
/* Vaste kolomaantallen in plaats van auto-fill: met tien staande foto's op de
   fotopagina en zes op de homepage levert auto-fill een rafelige laatste rij
   op. Deze aantallen delen precies op. */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 40rem) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 62rem) { .gallery { grid-template-columns: repeat(5, 1fr); } }
.gallery--home { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 40rem) { .gallery--home { grid-template-columns: repeat(3, 1fr); } }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--ink-3); box-shadow: var(--shadow); }
.gallery img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.gallery--wide { grid-template-columns: repeat(1, 1fr); }
@media (min-width: 40rem) { .gallery--wide { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62rem) { .gallery--wide { grid-template-columns: repeat(3, 1fr); } }
.gallery--wide img { aspect-ratio: 4 / 3; }

/* --- Tables (tarieven) ---------------------------------------------------- */
/* align-self: start voorkomt dat een korte tabel wordt uitgerekt tot de hoogte
   van de tabel ernaast, wat een lege witte vlakte onder de laatste rij geeft. */
.table-wrap { overflow-x: auto; align-self: start; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; font-size: 1rem; min-width: 480px; }
caption { text-align: left; padding: 1.1rem 1.2rem .2rem; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
th, td { text-align: left; padding: .8rem 1.2rem; border-bottom: 1px solid var(--line); }
thead th { background: var(--ink); color: var(--white); font-family: var(--font-display); font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; border-bottom: none; }
tbody tr:last-child td { border-bottom: none; }
tbody tr:nth-child(even) { background: rgba(16, 23, 32, .025); }
td.price, th.price { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 600; }
tbody th { font-weight: 600; }
td.price--text { white-space: normal; font-weight: 500; }

/* Op een telefoon moeten de schakel- en automaatprijs allebei zichtbaar zijn.
   Zonder deze regels schuift de automaatkolom buiten beeld en ziet de bezoeker
   nooit dat hij bestaat. */
@media (max-width: 34rem) {
  table { min-width: 0; font-size: .88rem; }
  caption { padding: .9rem .75rem .2rem; font-size: 1.02rem; }
  th, td { padding: .6rem .5rem; }
  thead th { font-size: .74rem; letter-spacing: .03em; }
}

/* --- FAQ ------------------------------------------------------------------ */
.faq { display: grid; gap: .75rem; max-width: 74ch; }
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 1.2rem;
}
.faq summary {
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  padding: 1rem 0; cursor: pointer; list-style: none;
  display: flex; align-items: flex-start; gap: .7rem; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; margin-left: auto; flex: none;
  font-size: 1.4rem; line-height: 1; color: var(--red);
}
.faq details[open] summary::after { content: "\2212"; }
.faq details > *:not(summary) { margin-bottom: 1rem; color: var(--muted); }

/* --- Steps (HowTo) -------------------------------------------------------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.1rem; counter-reset: step; }
.steps li {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start;
  counter-increment: step;
}
.steps li::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 2.4rem; height: 2.4rem;
  background: var(--blue); color: var(--white);
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  border-radius: 8px;
}
.steps h3 { margin-bottom: .2rem; font-size: 1.08rem; }
.steps p { margin: 0; color: var(--muted); }
.section--ink .steps p { color: var(--muted-light); }

/* --- CTA band ------------------------------------------------------------- */
.cta-band { background: var(--red); color: var(--white); }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255, 255, 255, .92); }
.cta-band .btn--outline { background: var(--white); color: var(--red); border-color: var(--white); }
.cta-band .btn--outline:hover { background: rgba(255, 255, 255, .88); color: var(--red-dark); }
.cta-band .btn--ghost:hover { background: rgba(255, 255, 255, .16); }

/* --- Contact -------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 2.2rem; align-items: start; }
.nap { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 1rem; }
.nap li { display: grid; grid-template-columns: auto 1fr; gap: .9rem; align-items: start; }
.nap__label { display: block; font-family: var(--font-display); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.nap__value { font-size: 1.08rem; font-weight: 600; color: var(--ink); }
.nap .icon {
  display: grid; place-items: center; width: 2.3rem; height: 2.3rem; flex: none;
  background: var(--ink); color: var(--white); border-radius: 8px;
  font-family: var(--font-display); font-weight: 800; font-size: .95rem;
}
.map-link { display: block; text-decoration: none; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-link img { width: 100%; height: auto; }
.map-link span {
  display: block; background: var(--ink); color: var(--white);
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  padding: .8rem 1.1rem;
}
.map-link:hover span { background: var(--red); }

/* --- Areas ---------------------------------------------------------------- */
.areas { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.areas li {
  margin: 0;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 999px; padding: .35rem .9rem; font-size: .95rem; font-weight: 600; color: var(--ink);
}
.section--ink .areas li { background: rgba(255, 255, 255, .07); border-color: var(--line-dark); color: #e6edf4; }

/* --- Breadcrumb ----------------------------------------------------------- */
.crumbs { font-size: .9rem; color: var(--muted); padding: 1rem 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.crumbs li { margin: 0; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--line); }

/* --- Page header ---------------------------------------------------------- */
.page-head { background: var(--paper); border-bottom: 1px solid var(--line); padding-bottom: clamp(2rem, 4vw, 3rem); }
.page-head h1 { margin-top: .6rem; }

/* --- Footer --------------------------------------------------------------- */
.site-footer { background: var(--ink); color: #c4ced8; padding: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem; }
.site-footer h2 { color: var(--white); font-size: 1.02rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .9rem; }
.site-footer a { color: #c4ced8; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 2rem; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: .5rem; }
.footer-bottom {
  margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between;
  font-size: .88rem; color: #8d99a6;
}

/* --- Forms (zie references/lead-forms.md) --------------------------------- */
.lead-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-form { display: grid; gap: .75rem; }
.lead-form [hidden] { display: none; }
.lead-form__row { display: grid; gap: .75rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 32rem) { .lead-form__row { grid-template-columns: 1fr; } }
.lead-form__field { display: grid; gap: .25rem; font-size: .95rem; }
.lead-form__field > span { font-weight: 600; color: var(--ink); }
.lead-form__field input,
.lead-form__field select,
.lead-form__field textarea {
  font: inherit;
  padding: .6rem .7rem;
  border: 1px solid var(--form-border, rgba(0, 0, 0, .25));
  border-radius: var(--radius, 6px);
  background: var(--form-surface, #fff);
  color: var(--form-text, #1a1a1a);
  width: 100%;
  color-scheme: var(--form-color-scheme, light);
}
.lead-form__field input::placeholder,
.lead-form__field textarea::placeholder { color: var(--form-placeholder, rgba(26, 26, 26, .6)); opacity: 1; }
.lead-form__field select option { color: var(--form-text, #1a1a1a); background: var(--form-surface, #fff); }
.lead-form__field :focus-visible { outline: 3px solid var(--form-focus-ring, var(--accent, #ffc733)); outline-offset: 2px; }
.lead-form__submit { justify-self: stretch; }
.lead-form__submit:disabled { opacity: .65; cursor: not-allowed; }
.lead-form__note { font-size: .85rem; opacity: .8; margin: 0; }
.lead-form__status:empty { display: none; }
.lead-form__status {
  font-size: .9rem;
  color: var(--form-error-text, var(--error, #b3261e));
  background: var(--form-surface, #fff);
  padding: .6rem .8rem;
  border-radius: var(--radius, 6px);
}
.lead-form__status--done {
  color: var(--form-success-text, var(--form-text, #1a1a1a));
  padding: 1rem;
  border-radius: var(--radius, 6px);
  background: var(--form-surface, #fff);
}
.lead-form__status--done:focus { outline: 3px solid var(--form-focus-ring, var(--accent, #ffc733)); outline-offset: 2px; }
.lead-form--full { max-width: 40rem; }
.lead-form--full .lead-form__submit { justify-self: start; }

/* --- Notice --------------------------------------------------------------- */
.notice {
  background: #fff8e0;
  border: 1px solid #e8d48a;
  border-left: 5px solid var(--plate);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  font-size: .98rem;
}
.notice strong { color: var(--ink); }
.terms { font-size: .93rem; color: var(--muted); }

/* --- Utility -------------------------------------------------------------- */
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 1.4rem; }
.mt-3 { margin-top: 2.2rem; }
.mb-2 { margin-bottom: 1.4rem; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
