@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/outfit-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;
}
/* ---------------------------------------------------------------
   Hudson Auto's
   Thema: dark, locked. Eén accentfamilie (Hudson-blauw).
   Radius-systeem: knoppen pill (999px), kaarten 16px, inputs 10px.
--------------------------------------------------------------- */
:root {
  --bg: #0a0c10;
  --surface: #12151b;
  --surface-2: #181c24;
  --line: rgba(255,255,255,.08);
  --text: #f2f5f8;
  --muted: #9aa4b0;
  --accent: #6ea2ff;        /* tekst/links op donker */
  --accent-strong: #2563eb; /* knopvulling, wit erop = AA */
  --accent-deep: #1d4ed8;
  --radius-card: 16px;
  --radius-input: 10px;
  --ease: cubic-bezier(.16,1,.3,1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
section, #main { scroll-margin-top: 84px; }
#main:focus { outline: none; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  background: var(--accent-strong); color: #fff;
  padding: 10px 16px; border-radius: 999px; font-weight: 600;
}
.skip-link:focus { top: 12px; }

/* ---- Nav ---- */
header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: 68px;
  display: flex; align-items: center;
  background: linear-gradient(rgba(10,12,16,.85), rgba(10,12,16,.55));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 16px; }
.wordmark { font-weight: 800; font-size: 19px; letter-spacing: -.02em; white-space: nowrap; }
.wordmark span { color: var(--accent); }
.nav-right { display: flex; align-items: center; gap: 28px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--muted); transition: color .25s var(--ease); }
.nav-links a:hover { color: var(--text); }
.lang-toggle {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
  padding: 3px; gap: 2px; background: rgba(255,255,255,.04);
}
.lang-toggle a {
  display: inline-flex; align-items: center; min-height: 32px;
  color: var(--muted);
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  padding: 5px 12px; border-radius: 999px;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.lang-toggle a[aria-current="page"] { background: var(--accent-strong); color: #fff; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  border-radius: 999px;
  padding: 13px 26px;
  font-weight: 600; font-size: 15px; font-family: inherit;
  border: 0; cursor: pointer;
  transition: transform .2s var(--ease), background .25s var(--ease);
}
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--accent-strong); color: #fff; }
.btn-primary:hover { background: var(--accent-deep); }
.btn-ghost {
  background: rgba(255,255,255,.06);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.22);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---- Hero ---- */
.hero { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(10,12,16,.96) 0%, rgba(10,12,16,.45) 45%, rgba(10,12,16,.25) 100%),
    linear-gradient(100deg, rgba(10,12,16,.75) 0%, transparent 60%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; padding-bottom: 88px; }
.hero h1 {
  font-size: clamp(38px, 5.2vw, 66px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.04;
  max-width: 20ch;
  padding-bottom: 4px;
}
.hero p { margin-top: 22px; font-size: 18px; color: #c8d0da; max-width: 46ch; }
.hero-cta { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- Modellen: asymmetrisch grid ---- */
.section { padding: 128px 0; }
.section-head { max-width: 62ch; margin-bottom: 56px; }
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px;
}
h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800; letter-spacing: -.02em; line-height: 1.08;
}
.section-head p { margin-top: 16px; color: var(--muted); font-size: 17px; }
.models { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.model {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform .35s var(--ease), border-color .35s var(--ease);
}
.model:hover { border-color: rgba(110,162,255,.4); }
@media (prefers-reduced-motion: no-preference) { .model:hover { transform: translateY(-4px); } }
.model-feature { grid-column: 1 / -1; }
.model-media { aspect-ratio: 16 / 8; overflow: hidden; background: var(--surface-2); }
.model-feature .model-media { aspect-ratio: 21 / 9; }
.model-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
@media (prefers-reduced-motion: no-preference) { .model:hover .model-media img { transform: scale(1.03); } }
.model-body { padding: 24px 26px 26px; }
.model-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.model-body h3 { font-size: 24px; font-weight: 700; letter-spacing: -.01em; }
.model-body .desc { color: var(--muted); font-size: 15px; margin-top: 4px; max-width: 40ch; }
.price { text-align: right; white-space: nowrap; }
.price .from { display: block; font-size: 12.5px; color: var(--muted); min-height: 1.4em; }
.price .amount { font-size: 22px; font-weight: 700; color: var(--accent); transition: opacity .2s var(--ease); }
.price.is-updating .amount { opacity: .35; }

/* ---- Configurator (opties per model) ---- */
.config { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.opt-group { display: flex; flex-direction: column; gap: 8px; }
.opt-label { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  border: 1px solid rgba(255,255,255,.18); border-radius: 12px;
  background: rgba(255,255,255,.03); color: var(--text);
  padding: 9px 14px; font: inherit; cursor: pointer; text-align: left;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.chip:hover { border-color: rgba(110,162,255,.6); }
.chip[aria-checked="true"] { border-color: var(--accent); background: rgba(110,162,255,.12); }
.chip { min-height: 44px; }
.chip .chip-main { font-size: 14.5px; font-weight: 600; line-height: 1.25; }
.chip .chip-sub { font-size: 12.5px; color: var(--muted); }
.chip .chip-delta { font-size: 12.5px; color: var(--accent); }
.config-cta { margin-top: 4px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.config-cta .summary { font-size: 13.5px; color: var(--muted); }
.models-note { margin-top: 18px; font-size: 13px; color: var(--muted); }

/* ---- Full-bleed statement ---- */
.statement { position: relative; min-height: 72vh; min-height: 72dvh; display: flex; align-items: center; overflow: hidden; }
.statement img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 85% center; }
.statement::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(10,12,16,.88) 10%, rgba(10,12,16,.35) 70%);
}
.statement-inner { position: relative; z-index: 1; }
.statement h2 { max-width: 14ch; }
.statement p { margin-top: 18px; color: #c8d0da; font-size: 18px; max-width: 44ch; }

/* ---- Waarom elektrisch: split + rijen ---- */
.why { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
.why-sticky { position: sticky; top: 120px; }
.why-sticky p { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 40ch; }
.why-rows { display: flex; flex-direction: column; }
.why-row { padding: 34px 0; border-top: 1px solid var(--line); }
.why-row:last-child { border-bottom: 1px solid var(--line); }
.why-row h3 { font-size: 21px; font-weight: 700; }
.why-row p { margin-top: 8px; color: var(--muted); max-width: 56ch; }

/* ---- Zo werkt het: horizontale strip ---- */
.steps-band { background: var(--surface); border-block: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.step h3 { font-size: 20px; font-weight: 700; color: var(--accent); }
.step p { margin-top: 10px; color: var(--muted); font-size: 15.5px; }

/* ---- Contact ---- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contact-info p.lead { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 40ch; }
.contact-meta { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; font-size: 16px; }
.contact-meta a { color: var(--accent); font-weight: 500; }
.contact-meta a:hover { text-decoration: underline; }
.contact-meta .label { color: var(--muted); font-size: 13.5px; display: block; }
.contact-cta { margin-top: 36px; }
form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 34px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.field label { font-size: 14.5px; font-weight: 600; }
.field .hint { font-size: 13px; color: var(--muted); }
input, textarea, select {
  background: var(--surface-2);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--radius-input);
  padding: 13px 15px;
  color: var(--text);
  font-family: inherit; font-size: 16px;
  transition: border-color .25s var(--ease);
}
input::placeholder, textarea::placeholder { color: #78828e; }
input:focus, textarea:focus, select:focus { outline: 2px solid var(--accent-strong); outline-offset: 1px; border-color: transparent; }
textarea { resize: vertical; min-height: 110px; }
.form-note { margin-top: 14px; font-size: 13px; color: var(--muted); }
.form-note.error { color: #ff9a9a; }
[aria-invalid="true"] { border-color: #ff9a9a; }

/* ---- Zwevende WhatsApp-knop (mobiel) ---- */
.wa-fab {
  display: none; position: fixed; right: 18px; bottom: 18px; z-index: 40;
  width: 56px; height: 56px; border-radius: 999px;
  background: #25d366; color: #0a0c10;
  align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
}
.wa-fab:active { transform: scale(.96); }

/* ---- Footer ---- */
footer { border-top: 1px solid var(--line); padding: 44px 0; }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot .fine { color: var(--muted); font-size: 14px; }
.foot-links { display: flex; gap: 26px; font-size: 14.5px; color: var(--muted); }
.foot-links a:hover { color: var(--text); }

/* ---- Reveal-animatie ---- */
@media (prefers-reduced-motion: no-preference) and (scripting: enabled) {
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-media img { animation: heroIn 1.6s var(--ease) both; }
  @keyframes heroIn { from { transform: scale(1.06); } to { transform: scale(1); } }
}

/* ---- Mobiel ---- */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .wa-fab { display: inline-flex; }
  .nav-right { gap: 12px; }
  .section { padding: 88px 0; }
  .models, .why, .steps, .contact { grid-template-columns: 1fr; }
  .why { gap: 12px; }
  .why-sticky { position: static; }
  .model-feature .model-media, .model-media { aspect-ratio: 16 / 9; }
  .model-head { flex-direction: column; align-items: flex-start; }
  .price { text-align: left; }
  .price .amount { font-size: 20px; }
  .hero-inner { padding-bottom: 56px; }
  .steps { gap: 32px; }
  form { padding: 24px; }
}

/* ---- Technische gegevens (per model, uitklapbaar) ---- */
.specs { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 14px; }
.specs summary {
  cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 8px;
  font-size: 14.5px; font-weight: 600; color: var(--accent); min-height: 44px;
}
.specs summary::-webkit-details-marker { display: none; }
.specs summary::after { content: "+"; font-size: 18px; line-height: 1; transition: transform .25s var(--ease); }
.specs[open] summary::after { content: "\2212"; }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 6px; font-size: 14.5px; }
.spec-table th, .spec-table td { text-align: left; vertical-align: top; padding: 10px 0; border-bottom: 1px solid var(--line); }
.spec-table th { font-weight: 500; color: var(--muted); width: 40%; padding-right: 16px; }
.spec-table td { color: var(--text); }
.doc-link { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

/* ---- Maatwerk ---- */
.custom-band { background: var(--surface); border-block: 1px solid var(--line); }
.custom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.custom-card {
  background: var(--bg); border: 1px solid var(--line); border-top: 2px solid var(--accent);
  border-radius: var(--radius-card); padding: 22px 22px 24px;
}
.custom-card-wide { grid-column: span 2; }
.custom-card h3 { font-size: 17px; font-weight: 700; }
.custom-card p { margin-top: 8px; color: var(--muted); font-size: 15px; }
.notice {
  margin-top: 28px; background: rgba(110,162,255,.07); border: 1px solid rgba(110,162,255,.25);
  border-left: 3px solid var(--accent); border-radius: var(--radius-card); padding: 24px 26px;
}
.notice h3 { font-size: 18px; font-weight: 700; }
.notice p { margin-top: 8px; color: #c8d0da; max-width: 70ch; }
.notice .btn { margin-top: 18px; }

/* ---- Over Hudson ---- */
#about .section-head p + p { margin-top: 10px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.stat-value { font-size: 26px; font-weight: 800; letter-spacing: -.01em; color: var(--text); }
.stat-label { color: var(--muted); font-size: 14.5px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-grid .notice { margin-top: 16px; }

@media (max-width: 1024px) {
  .custom-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .custom-grid, .stats, .about-grid { grid-template-columns: 1fr; }
  .custom-card-wide { grid-column: auto; }
  .spec-table th { width: 44%; }
}

/* ---- Binnen en buiten (features) ---- */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; display: flex; flex-direction: column; }
.feat-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface-2); }
.feat-media img { width: 100%; height: 100%; object-fit: cover; }
.feat-media-light { background: #eef0f3; }
.feat h3 { font-size: 18px; font-weight: 700; padding: 20px 22px 0; }
.feat p { color: var(--muted); font-size: 15px; padding: 8px 22px 24px; }

/* ---- Foto's in maatwerk en over Hudson ---- */
.fridge-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
.fridge-strip img { width: 100%; height: auto; border-radius: 10px; }
.custom-photo { margin: -6px 0 12px; }
.custom-photo img { width: 100%; height: auto; max-height: 220px; object-fit: contain; }
.chassis { margin-top: 28px; text-align: center; }
.chassis img { display: inline-block; width: 100%; max-width: 560px; height: auto; opacity: .92; }
.about-media { margin-bottom: 24px; border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--line); }
.about-media img { width: 100%; height: auto; max-height: 520px; object-fit: cover; object-position: center 60%; }
.notice-media { margin: -4px 0 16px; border-radius: 10px; overflow: hidden; }
.notice-media img { width: 100%; height: auto; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.btn-row .btn { margin-top: 0; }
@media (max-width: 1024px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .feat-grid { grid-template-columns: 1fr; } }

/* ---- 404 ---- */
.notfound { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; gap: 14px; padding-top: 80px; padding-bottom: 80px; }
.notfound h1 { font-size: clamp(30px, 5vw, 54px); font-weight: 800; letter-spacing: -.02em; margin-top: 24px; }
.notfound p { color: var(--muted); max-width: 48ch; }
.notfound p a { color: var(--accent); text-decoration: underline; }
