/*
============================================================
SERVA STANDARD CSS — v5.2.10 CENTRAL DESIGN SYSTEM
============================================================
Enige bron voor globale vormgeving:
- typografie
- buttons en links
- chips en ronde controls
- kaarten, panels en media
- containers, spacing en formulieren

Module- en header-CSS bepalen alleen layout en maatvoering.
============================================================
*/

/* ============================================================
   01. DESIGN TOKENS
   ============================================================ */
:root {
  --sv-black: #050505;
  --sv-white: #fff;
  --sv-text: #111;
  --sv-text-soft: #262626;
  --sv-muted: #62666c;
  --sv-muted-2: #8a8d92;
  --sv-line: rgba(0,0,0,.10);
  --sv-line-soft: rgba(0,0,0,.065);
  --sv-soft: #f6f6f4;
  --sv-soft-2: #eeeeeb;
  --sv-cream: #f7f7f5;
  --sv-blue: #14213d;

  --sv-container: 1760px;
  --sv-container-wide: 1480px;
  --sv-container-md: 1120px;
  --sv-content: 1280px;
  --sv-page-gutter: clamp(22px, 4vw, 56px);

  --sv-font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  --sv-font-base: var(--sv-font-system);
  --sv-font-volvo: "Volvo Centrum Text", "Serva Volvo Brand", var(--sv-font-base);
    --sv-font-volvo-display: "Volvo Centrum Display", var(--sv-font-volvo);
--sv-font-lynk: "Serva Lynk Brand", var(--sv-font-base);

  --sv-type-display: clamp(54px, 8vw, 132px);
  --sv-type-h1: clamp(46px, 6vw, 86px);
  --sv-type-section-title: clamp(40px, 5.1vw, 74px);
  --sv-type-card-title: clamp(24px, 2.05vw, 34px);
  --sv-type-small-title: clamp(19px, 1.4vw, 24px);
  --sv-type-lead: clamp(18px, 1.55vw, 24px);
  --sv-type-intro: clamp(16px, 1.18vw, 19px);
  --sv-type-copy: 15px;
  --sv-type-small: 13px;
  --sv-type-eyebrow: 11px;

  --sv-lh-display: .91;
  --sv-lh-section-title: .95;
  --sv-lh-card-title: 1.05;
  --sv-lh-copy: 1.64;

  --sv-letter-display: -.065em;
  --sv-letter-section: -.06em;
  --sv-letter-card: -.045em;

  /* Optische regeluitlijning voor grote displaykoppen. */
  --sv-display-line-trim: 0em;

  --sv-radius-action: 999px;
  --sv-radius-control: 999px;
  --sv-radius-card: 28px;
  --sv-radius-media: 22px;

  /* Compatibiliteit met bestaande pagina-CSS. */
  --sv-radius-sm: 12px;
  --sv-radius-md: 18px;
  --sv-radius-lg: var(--sv-radius-card);
  --sv-radius-xl: 42px;
  --sv-radius-pill: var(--sv-radius-action);

  --sv-btn-height: 48px;
  --sv-btn-height-sm: 38px;
  --sv-btn-height-hero: 50px;
  --sv-control-height: 40px;
  --sv-chip-height: 36px;

  --sv-shadow-soft: 0 24px 80px rgba(0,0,0,.08);
  --sv-shadow-panel: 0 18px 52px rgba(0,0,0,.055);
  --sv-shadow-card: 0 18px 48px rgba(0,0,0,.055);
  --sv-shadow-card-hover: 0 30px 78px rgba(0,0,0,.10);

  --sv-section-y: clamp(72px, 8vw, 132px);
  --sv-section-y-tight: clamp(44px, 5vw, 84px);
  --sv-section-y-large: clamp(90px, 10vw, 176px);

  --sv-carousel-fade-width: clamp(44px, 7vw, 110px);
  --sv-carousel-fade-bg: rgba(255,255,255,1);
}

@media (max-width: 760px) {
  :root {
    --sv-page-gutter: 20px;
    --sv-type-display: clamp(46px, 16vw, 78px);
    --sv-type-h1: clamp(30px, 8.4vw, 38px);
    --sv-type-section-title: clamp(34px, 10.6vw, 52px);
    --sv-type-card-title: 23px;
    --sv-type-lead: 17px;
    --sv-type-intro: 15.5px;
    --sv-btn-height: 46px;
    --sv-control-height: 38px;
    --sv-chip-height: 36px;
  }
}
/* ============================================================
   01B. BRAND FONTS
   ============================================================ */
@font-face {
  font-family: "Volvo Centrum Text";
  src: url("../fonts/volvo-centrum-text-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Volvo Centrum Text";
  src: url("../fonts/volvo-centrum-text-medium.woff2") format("woff2");
  font-weight: 500 650;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Volvo Centrum Text";
  src: url("../fonts/volvo-centrum-text-bold.woff2") format("woff2");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Volvo Centrum Display";
  src: url("../fonts/volvo-centrum-display-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Volvo Centrum Display";
  src: url("../fonts/volvo-centrum-display-medium.woff2") format("woff2");
  font-weight: 500 650;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Volvo Centrum Display";
  src: url("../fonts/volvo-centrum-display-bold.woff2") format("woff2");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}


/* ============================================================
   02. RESET & BASE
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sv-white);
  color: var(--sv-text);
  font-family: var(--sv-font-base);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
img, video { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--sv-black); color: var(--sv-white); }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   03. PAGE & CONTAINERS
   ============================================================ */
.sv-site-main { min-height: 58vh; }
.sv-page,
.sv-page--builder,
.sv-page-content,
.sv-page-content--flush {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.sv-page-content > :first-child,
.sv-page-content--flush > :first-child { margin-top: 0; }
.sv-page-content > :last-child,
.sv-page-content--flush > :last-child { margin-bottom: 0; }
.sv-page { overflow-x: clip; }

.sv-fullbleed,
.sv-section--fullbleed {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.sv-container,
.sv-container--md,
.sv-container--wide,
.sv-container--xl,
.sv-section-inner {
  width: min(100% - (var(--sv-page-gutter) * 2), var(--sv-container));
  margin-inline: auto;
}
.sv-container--md { max-width: var(--sv-container-md); }
.sv-container--wide { max-width: var(--sv-container-wide); }
.sv-container--xl { max-width: var(--sv-container); }
.sv-section-inner { max-width: var(--sv-content); }

.sv-section {
  position: relative;
  padding: var(--sv-section-y) 0;
  background: var(--sv-section-bg, var(--sv-white));
}
.sv-section--tight { padding-block: var(--sv-section-y-tight); }
.sv-section--large { padding-block: var(--sv-section-y-large); }
.sv-section--soft { --sv-section-bg: var(--sv-soft); }
.sv-section--cream { --sv-section-bg: var(--sv-cream); }
.sv-section--black,
.sv-section--dark { --sv-section-bg: var(--sv-black); color: var(--sv-white); }

.sv-right-bleed {
  width: calc(100vw - ((100vw - min(100vw - (var(--sv-page-gutter) * 2), var(--sv-content))) / 2));
  max-width: none;
  margin-right: calc(50% - 50vw);
}

.sv-stack { display: grid; gap: var(--sv-stack-gap, 24px); }
.sv-stack--sm { --sv-stack-gap: 14px; }
.sv-stack--lg { --sv-stack-gap: clamp(28px, 4vw, 64px); }
.sv-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.sv-center { text-align: center; }
.sv-max-md { max-width: 780px; }
.sv-max-lg { max-width: 1040px; }

/* ============================================================
   04. TYPOGRAPHY SYSTEM
   ============================================================ */
.sv-display,
.sv-h1,
.sv-h2,
.sv-h3,
.sv-section-title,
.sv-card-title,
.sv-lead,
.sv-section-lead,
.sv-copy,
.sv-section-intro { margin-top: 0; }

.sv-display {
  margin-bottom: 0;
  font-size: var(--sv-type-display);
  line-height: var(--sv-lh-display);
  letter-spacing: var(--sv-letter-display);
  font-weight: 420;
}
.sv-h1 {
  margin-bottom: 0;
  font-size: var(--sv-type-h1);
  line-height: .94;
  letter-spacing: -.06em;
  font-weight: 420;
}
.sv-h2,
.sv-section-title,
.sv-home-actions__head h2,
.sv-volvo-feel h2,
.sv-modelwall__head h2,
.sv-occasion-strip__head h2 {
  margin: 0;
  font-size: var(--sv-type-section-title);
  line-height: var(--sv-lh-section-title);
  letter-spacing: var(--sv-letter-section);
  font-weight: 420;
  color: var(--sv-black);
}
.sv-section--black .sv-section-title,
.sv-section--dark .sv-section-title { color: var(--sv-white); }
.sv-h3,
.sv-card-title,
.sv-home-actions__body h3,
.sv-volvo-feel__card h3,
.sv-modelwall__name,
.sv-occasion-card__title {
  margin: 0;
  font-size: var(--sv-type-card-title);
  line-height: var(--sv-lh-card-title);
  letter-spacing: var(--sv-letter-card);
  font-weight: 520;
  color: var(--sv-black);
}
/* Display headings met optische regeluitlijning.
   Gebruik alleen voor grote marketingkoppen waarvan regels bewust in HTML zijn gesplitst. */
.sv-display-lines {
  display: block;
}

.sv-display-line {
  display: block;
  transform: translateX(calc(var(--sv-display-line-trim, 0em) * -1));
  will-change: transform;
}

.sv-display-line--d { --sv-display-line-trim: .074em; }
.sv-display-line--b { --sv-display-line-trim: .074em; }
.sv-display-line--p { --sv-display-line-trim: .052em; }
.sv-display-line--r { --sv-display-line-trim: .020em; }
.sv-display-line--v { --sv-display-line-trim: .015em; }
.sv-display-line--o { --sv-display-line-trim: .036em; }
.sv-display-line--c { --sv-display-line-trim: .034em; }
.sv-display-line--e { --sv-display-line-trim: .032em; }
.sv-display-line--a { --sv-display-line-trim: .030em; }
.sv-display-line--s { --sv-display-line-trim: .030em; }
.sv-display-line--x { --sv-display-line-trim: .018em; }
.sv-display-line--n { --sv-display-line-trim: .022em; }
.sv-display-line--m { --sv-display-line-trim: .022em; }
.sv-display-line--i { --sv-display-line-trim: .008em; }
.sv-display-line--l { --sv-display-line-trim: .010em; }
.sv-display-line--t { --sv-display-line-trim: .014em; }


.sv-small-title {
  margin: 0;
  font-size: var(--sv-type-small-title);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 620;
  color: var(--sv-black);
}
.sv-kicker,
.sv-eyebrow,
.sv-section-eyebrow,
.sv-home-actions__eyebrow,
.sv-home-actions__label,
.sv-volvo-feel__eyebrow,
.sv-volvo-feel__quote span,
.sv-modelwall__eyebrow,
.sv-modelwall__spotlight-eyebrow,
.sv-modelwall__column-title,
.sv-occasion-strip__eyebrow,
.sv-occasion-card__eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--sv-muted);
  font-size: var(--sv-type-eyebrow);
  line-height: 1;
  font-weight: 650;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.sv-lead,
.sv-section-lead,
.sv-volvo-feel__lead {
  margin: 22px 0 0;
  color: var(--sv-text-soft);
  font-size: var(--sv-type-lead);
  line-height: 1.45;
  letter-spacing: -.015em;
  font-weight: 400;
}
.sv-copy,
.sv-section-intro,
.sv-modelwall__intro,
.sv-occasion-strip__head p {
  margin: 18px 0 0;
  color: var(--sv-muted);
  font-size: var(--sv-type-intro);
  line-height: 1.55;
  font-weight: 400;
}
.sv-text,
.sv-home-actions__body p,
.sv-volvo-feel__content p:not(.sv-volvo-feel__lead),
.sv-volvo-feel__card p,
.sv-occasion-card__text,
.sv-modelwall__spotlight-text {
  color: var(--sv-muted);
  font-size: var(--sv-type-copy);
  line-height: var(--sv-lh-copy);
  font-weight: 400;
}
.sv-section--black .sv-lead,
.sv-section--dark .sv-lead,
.sv-section--black .sv-copy,
.sv-section--dark .sv-copy,
.sv-section--black .sv-section-intro,
.sv-section--dark .sv-section-intro { color: rgba(255,255,255,.72); }

/* ============================================================
   05. BUTTONS & LINKS
   ============================================================ */
.sv-buttons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.sv-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--sv-btn-height);
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: var(--sv-radius-action);
  background: var(--sv-black);
  color: var(--sv-white);
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease, box-shadow .18s ease;
}
.sv-btn:hover {
  transform: translateY(-1px);
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: var(--sv-white);
  opacity: 1;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
.sv-btn:active { transform: translateY(0); box-shadow: none; }
.sv-btn:focus-visible { outline: 2px solid rgba(0,0,0,.32); outline-offset: 3px; }
.sv-btn__label { position: relative; z-index: 1; display: block; line-height: 1; transform: translateY(1px); }
.sv-btn--light { background: var(--sv-white); color: var(--sv-black); border-color: var(--sv-white); }
.sv-btn--light:hover { background: #f2f2f2; color: var(--sv-black); border-color: #f2f2f2; box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.sv-btn--outline { background: transparent; color: var(--sv-black); border-color: rgba(0,0,0,.22); box-shadow: none; }
.sv-btn--outline:hover { background: rgba(0,0,0,.045); color: var(--sv-black); border-color: rgba(0,0,0,.34); box-shadow: none; }
.sv-btn--glass { background: rgba(255,255,255,.10); color: var(--sv-white); border-color: rgba(255,255,255,.38); box-shadow: none; }
.sv-btn--glass:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.68); color: var(--sv-white); box-shadow: none; }
.sv-btn--ghost { background: transparent; color: var(--sv-black); border-color: transparent; box-shadow: none; }
.sv-btn--ghost:hover { background: rgba(0,0,0,.045); color: var(--sv-black); border-color: transparent; box-shadow: none; }
.sv-btn--hero { height: var(--sv-btn-height-hero); min-height: var(--sv-btn-height-hero); min-width: 158px; padding: 0 28px; font-size: 15px; }
.sv-btn--sm { min-height: var(--sv-btn-height-sm); padding-inline: 16px; font-size: 14px; }

.sv-link,
.sv-modelwall__link,
.sv-modelwall__card-link {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--sv-black);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
  transition: transform .18s ease, opacity .18s ease, border-color .18s ease, color .18s ease;
}
.sv-link:hover,
.sv-modelwall__link:hover,
.sv-modelwall__card-link:hover { transform: translateX(2px); color: var(--sv-black); opacity: .66; border-color: rgba(0,0,0,.32); }
.sv-link:active,
.sv-modelwall__link:active,
.sv-modelwall__card-link:active { transform: translateX(0); }
.sv-link:focus-visible,
.sv-modelwall__link:focus-visible,
.sv-modelwall__card-link:focus-visible { outline: 2px solid rgba(0,0,0,.28); outline-offset: 4px; }
.sv-section--black .sv-link,
.sv-section--dark .sv-link,
.sv-section--black .sv-modelwall__link,
.sv-section--dark .sv-modelwall__link,
.sv-section--black .sv-modelwall__card-link,
.sv-section--dark .sv-modelwall__card-link { color: var(--sv-white); }
.sv-link--sm { font-size: 12px; font-weight: 600; }

/* ============================================================
   06. CONTROLS: CHIPS, ICON BUTTONS, CAROUSEL BUTTONS, BARS
   ============================================================ */
.sv-chip,
.sv-filter-chip,
.sv-occasion-model-chips__chip,
.sv-modelwall__filter-btn {
  height: var(--sv-chip-height);
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--sv-radius-control);
  background: #fff;
  color: var(--sv-black);
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.sv-chip:hover,
.sv-filter-chip:hover,
.sv-occasion-model-chips__chip:hover,
.sv-modelwall__filter-btn:hover { background: #f3f3f0; border-color: rgba(0,0,0,.18); }
.sv-chip.is-active,
.sv-filter-chip.is-active,
.sv-occasion-model-chips__chip.is-active,
.sv-modelwall__filter-btn.is-active { background: var(--sv-black); border-color: var(--sv-black); color: var(--sv-white); }

.sv-icon-btn,
.sv-carousel-btn,
.sv-modelwall__carousel-btn,
.sv-occasion-strip__btn {
  width: var(--sv-control-height);
  height: var(--sv-control-height);
  min-width: var(--sv-control-height);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--sv-radius-control);
  background: #fff;
  color: var(--sv-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  box-shadow: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, opacity .18s ease;
}
.sv-icon-btn:hover,
.sv-carousel-btn:hover,
.sv-modelwall__carousel-btn:hover,
.sv-occasion-strip__btn:hover { background: #f3f3f0; border-color: rgba(0,0,0,.18); transform: translateY(-1px); }
.sv-icon-btn:focus-visible,
.sv-carousel-btn:focus-visible,
.sv-modelwall__carousel-btn:focus-visible,
.sv-occasion-strip__btn:focus-visible { outline: 2px solid rgba(0,0,0,.28); outline-offset: 3px; }
.sv-icon-btn.is-disabled,
.sv-carousel-btn.is-disabled,
.sv-modelwall__carousel-btn.is-disabled,
.sv-occasion-strip__btn.is-disabled { opacity: .32; pointer-events: none; }

.sv-module-bar,
.sv-carousel-bar,
.sv-modelwall__carousel-head,
.sv-occasion-strip__controlbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  background: #fff;
  border: 0;
  box-shadow: 0 10px 34px rgba(0,0,0,.045);
}

.sv-carousel-track,
.sv-modelwall__columns,
.sv-occasion-strip__track {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.24) rgba(0,0,0,.06);
}
.sv-carousel-track::-webkit-scrollbar,
.sv-modelwall__columns::-webkit-scrollbar,
.sv-occasion-strip__track::-webkit-scrollbar { height: 8px; }
.sv-carousel-track::-webkit-scrollbar-track,
.sv-modelwall__columns::-webkit-scrollbar-track,
.sv-occasion-strip__track::-webkit-scrollbar-track { background: rgba(0,0,0,.06); }
.sv-carousel-track::-webkit-scrollbar-thumb,
.sv-modelwall__columns::-webkit-scrollbar-thumb,
.sv-occasion-strip__track::-webkit-scrollbar-thumb { background: rgba(0,0,0,.24); }
.sv-carousel-track::-webkit-scrollbar-thumb:hover,
.sv-modelwall__columns::-webkit-scrollbar-thumb:hover,
.sv-occasion-strip__track::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,.34); }

.sv-carousel-frame,
.sv-modelwall__carousel,
.sv-occasion-strip__rail { position: relative; }
.sv-carousel-frame::after,
.sv-modelwall__carousel::after,
.sv-occasion-strip__rail::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 8px;
  width: var(--sv-carousel-fade-width);
  pointer-events: none;
  background: linear-gradient(270deg, var(--sv-carousel-fade-bg) 0%, rgba(255,255,255,.92) 28%, rgba(255,255,255,0) 100%);
  z-index: 5;
}

/* ============================================================
   07. PANELS, CARDS & MEDIA
   ============================================================ */
.sv-module-bar,
.sv-carousel-bar,
.sv-modelwall__carousel-head,
.sv-occasion-strip__controlbar,
.sv-home-entry__card,
.sv-home-actions__card,
.sv-volvo-feel__quote,
.sv-modelwall__spotlight,
.sv-modelwall__card,
.sv-occasion-card,
.sv-occasion-strip__empty {
  border-radius: var(--sv-radius-card);
}

.sv-home-actions__image,
.sv-volvo-feel__photo,
.sv-modelwall__media,
.sv-occasion-card__media,
.sv-occasion-card__media img,
.sv-media { border-radius: var(--sv-radius-media); }

.sv-home-actions__card,
.sv-modelwall__card,
.sv-occasion-card,
.sv-volvo-feel__photo,
.sv-modelwall__spotlight { overflow: hidden; }

.sv-panel,
.sv-card {
  min-height: 100%;
  padding: clamp(24px, 3vw, 42px);
  border: 0;
  border-radius: var(--sv-radius-card);
  background: var(--sv-white);
  box-shadow: var(--sv-shadow-card);
}
.sv-card--soft { background: var(--sv-soft); }
.sv-card--image { padding: 0; overflow: hidden; }
.sv-card__body { padding: clamp(22px, 3vw, 36px); display: grid; gap: 12px; }
.sv-card p { color: var(--sv-muted); line-height: 1.65; }
.sv-grid { display: grid; grid-template-columns: repeat(var(--sv-grid-cols, 3), minmax(0, 1fr)); gap: var(--sv-grid-gap, clamp(18px, 2.5vw, 34px)); }
.sv-grid--2 { --sv-grid-cols: 2; }
.sv-grid--3 { --sv-grid-cols: 3; }
.sv-grid--4 { --sv-grid-cols: 4; }

.sv-media {
  position: relative;
  overflow: hidden;
  background: var(--sv-soft);
}
.sv-media img,
.sv-media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.sv-media--16x9 { aspect-ratio: 16 / 9; }
.sv-media--4x3 { aspect-ratio: 4 / 3; }
.sv-media--21x9 { aspect-ratio: 21 / 9; }
.sv-media--contain img { object-fit: contain; padding: clamp(24px, 5vw, 70px); }

/* ============================================================
   08. HERO
   ============================================================ */
.sv-page .sv-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  height: min(64svh, 620px);
  min-height: 500px;
  margin-left: -50vw;
  overflow: hidden;
  background: var(--sv-black);
}
.sv-page .sv-hero__media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: hidden; }
.sv-page .sv-hero__image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; display: block; object-fit: cover; object-position: center center; }
.sv-page .sv-hero__image--mobile { display: none; }
.sv-page .sv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,14,24,.76) 0%, rgba(0,14,24,.54) 25%, rgba(0,14,24,.20) 45%, rgba(0,14,24,0) 68%);
}
.sv-page .sv-hero__content { position: absolute; z-index: 2; left: clamp(28px,5.5vw,96px); top: 50%; transform: translateY(-50%); width: min(680px,50vw); color: var(--sv-white); }
.sv-page .sv-hero__label { margin: 0 0 10px; font-size: 14px; line-height: 1.3; color: rgba(255,255,255,.72); }
.sv-page .sv-hero h1 { max-width: 680px; margin: 0 0 16px; font-size: clamp(38px, 3.8vw, 60px); line-height: .96; letter-spacing: -.055em; font-weight: 420; color: var(--sv-white); }
.sv-page .sv-hero__intro { max-width: 560px; margin: 0 0 24px; font-size: 16px; line-height: 1.5; color: rgba(255,255,255,.82); }
.sv-page .sv-hero__price { margin: 0 0 24px; font-size: 15px; line-height: 1.4; color: rgba(255,255,255,.78); }
.sv-page .sv-hero__price strong { margin-left: 6px; font-size: 23px; font-weight: 550; color: var(--sv-white); letter-spacing: -.02em; }
.sv-page .sv-hero__price span { margin-left: 4px; font-size: 13px; color: rgba(255,255,255,.62); }
.sv-page .sv-hero--price-off .sv-hero__price { display: none; }
.sv-page .sv-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 4px; }

/* Algemene contentpatronen voor overige pagina's. */
.sv-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 7vw, 120px); align-items: start; }
.sv-text-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 6vw, 96px); align-items: center; }
.sv-text-media--reverse .sv-text-media__text { order: 2; }
.sv-text-media__text { display: grid; gap: 22px; }

/* ============================================================
   09. SPECS, CTA, FAQ & FORMS
   ============================================================ */
.sv-specs { display: grid; grid-template-columns: repeat(var(--sv-spec-cols, 4), minmax(0, 1fr)); border-top: 1px solid var(--sv-line); border-bottom: 1px solid var(--sv-line); }
.sv-spec { padding: clamp(22px, 3vw, 38px); border-right: 1px solid var(--sv-line); }
.sv-spec:last-child { border-right: 0; }
.sv-spec strong { display: block; font-size: clamp(28px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; font-weight: 450; }
.sv-spec span { display: block; margin-top: 10px; color: var(--sv-muted); font-size: 15px; }
.sv-cta { border-radius: var(--sv-radius-card); padding: clamp(34px, 6vw, 82px); background: var(--sv-black); color: var(--sv-white); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.sv-cta .sv-lead { color: rgba(255,255,255,.72); }
.sv-faq { border-top: 1px solid var(--sv-line); }
.sv-faq details { border-bottom: 1px solid var(--sv-line); padding: 22px 0; }
.sv-faq summary { cursor: pointer; font-weight: 650; font-size: clamp(18px, 1.5vw, 23px); }
.sv-faq p { color: var(--sv-muted); max-width: 840px; line-height: 1.7; }

.sv-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sv-field { display: grid; gap: 8px; }
.sv-field label { font-weight: 650; font-size: 14px; }
.sv-field input,
.sv-field select,
.sv-field textarea {
  width: 100%;
  border: 1px solid var(--sv-line);
  border-radius: var(--sv-radius-md);
  background: var(--sv-white);
  min-height: 50px;
  padding: 0 15px;
  color: var(--sv-text);
}
.sv-field textarea { padding-block: 14px; min-height: 130px; }
.sv-field input:focus,
.sv-field select:focus,
.sv-field textarea:focus { outline: 2px solid rgba(0,0,0,.16); outline-offset: 2px; border-color: rgba(0,0,0,.28); }

/* ============================================================
   10. BRAND MODES
   ============================================================ */
.sv-brand-volvo { --sv-font-base: var(--sv-font-volvo); font-family: var(--sv-font-volvo); }
.sv-brand-volvo .sv-kicker,
.sv-brand-volvo .sv-eyebrow,
.sv-brand-volvo .sv-section-eyebrow { letter-spacing: .24em; }
.sv-brand-lynk { --sv-font-base: var(--sv-font-lynk); }

/* Volvo Display headings */
.sv-brand-volvo .sv-display,
.sv-brand-volvo .sv-h1,
.sv-brand-volvo .sv-h2,
.sv-brand-volvo .sv-section-title,
.sv-brand-volvo .sv-home-actions__head h2,
.sv-brand-volvo .sv-volvo-feel h2,
.sv-brand-volvo .sv-modelwall__head h2,
.sv-brand-volvo .sv-occasion-strip__head h2 {
  font-family: var(--sv-font-volvo-display);
}


/* ============================================================
   11. FOOTER
   ============================================================ */
.sv-site-footer { border-top: 1px solid var(--sv-line-soft); background: #f7f7f7; }
.sv-footer__inner { width: min(100% - (var(--sv-page-gutter) * 2), var(--sv-container)); margin: 0 auto; padding: 54px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 36px; }
.sv-footer__brand p { margin: 22px 0 0; color: var(--sv-muted); font-size: 16px; }
.sv-footer-menu { display: flex; flex-wrap: wrap; gap: 24px; list-style: none; margin: 0; padding: 0; font-weight: 650; }

/* ============================================================
   12. RESPONSIVE BASE
   ============================================================ */
@media (max-width: 1100px) {
  .sv-grid--4 { --sv-grid-cols: 2; }
  .sv-intro,
  .sv-text-media { grid-template-columns: 1fr; }
  .sv-text-media--reverse .sv-text-media__text { order: 0; }
  .sv-specs { --sv-spec-cols: 2; }
  .sv-cta { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .sv-grid,
  .sv-grid--2,
  .sv-grid--3,
  .sv-grid--4 { --sv-grid-cols: 1; }
  .sv-buttons { gap: 10px; }
  .sv-btn { min-height: var(--sv-btn-height); padding: 0 20px; font-size: 14px; }
  .sv-btn--sm { min-height: var(--sv-btn-height-sm); padding-inline: 15px; font-size: 13px; }
  .sv-btn--hero { height: 48px; min-height: 48px; min-width: 0; width: 100%; }
  .sv-link,
  .sv-modelwall__link,
  .sv-modelwall__card-link { font-size: 14px; }
  .sv-module-bar,
  .sv-carousel-bar,
  .sv-modelwall__carousel-head,
  .sv-occasion-strip__controlbar { min-height: 0; padding: 14px; }
  .sv-specs { --sv-spec-cols: 1; }
  .sv-spec { border-right: 0; border-bottom: 1px solid var(--sv-line); }
  .sv-spec:last-child { border-bottom: 0; }
  .sv-form-grid { grid-template-columns: 1fr; }
  .sv-footer__inner { flex-direction: column; }

  .sv-page { overflow-x: hidden; }
  .sv-page .sv-hero { left: auto; width: 100%; max-width: 100%; height: auto; min-height: 0; margin-left: 0; display: flex; flex-direction: column; background: var(--sv-black); }
  .sv-page .sv-hero::after { display: none; }
  .sv-page .sv-hero__media { position: relative; inset: auto; order: 0; width: 100%; height: 250px; flex: 0 0 250px; }
  .sv-page .sv-hero__image--desktop { display: none; }
  .sv-page .sv-hero__image--mobile { display: block; }
  .sv-page .sv-hero__content { position: relative; z-index: 2; order: 1; left: auto; top: auto; transform: none; width: 100%; padding: 22px 20px 28px; background: var(--sv-black); color: var(--sv-white); }
  .sv-page .sv-hero__label { margin: 0 0 8px; font-size: 12.5px; color: rgba(255,255,255,.58); }
  .sv-page .sv-hero h1 { max-width: 340px; margin: 0 0 12px; font-size: var(--sv-type-h1); line-height: 1; letter-spacing: -.05em; }
  .sv-page .sv-hero__intro { max-width: 360px; margin: 0 0 18px; font-size: 14px; color: rgba(255,255,255,.72); }
  .sv-page .sv-hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 6px; margin-top: 0; }
  .sv-page .sv-hero__actions > p:empty,
  .sv-page .sv-hero__actions br { display: none; }
  .sv-page .sv-hero__actions > * { margin-top: 0; margin-bottom: 0; }
  .sv-page .sv-hero__actions .sv-btn { height: 40px; min-height: 40px; padding: 0 18px; margin: 0; font-size: 14px; }
}


/* ============================================================
   13. BREADCRUMBS — GLOBAL COMPONENT
   ============================================================ */
.sv-breadcrumb {
  width: 100%;
  background: var(--sv-white);
}
.sv-breadcrumb__inner {
  width: min(100% - (2 * var(--sv-page-gutter)), var(--sv-content));
  margin: 0 auto;
  padding: 18px 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--sv-muted);
  font-size: 12px;
  line-height: 1.25;
}
.sv-breadcrumb a {
  color: var(--sv-text);
  text-decoration: none;
}
.sv-breadcrumb a:hover { text-decoration: underline; }
.sv-breadcrumb [aria-current="page"] { color: var(--sv-muted); }
@media (max-width: 640px) {
  .sv-breadcrumb__inner {
    padding-top: 14px;
    padding-bottom: 8px;
    gap: 6px;
    font-size: 11px;
  }
}


/* ============================================================
   14. SERVA TYPOGRAFISCHE NORM EN SPLIT-HERO
   Contacttypografie + vestigingsbanner zijn de vaste basis.
   ============================================================ */
:root {
  --sv-type-h1: clamp(48px, 5.46vw, 74px);
  --sv-type-h2: clamp(38px, 4vw, 58px);
  --sv-type-h3: clamp(26px, 2.4vw, 36px);
  --sv-type-lead: clamp(17px, 1.55vw, 21px);
  --sv-hero-height: 560px;
  --sv-hero-radius-mobile: 16px;
}

.sv-site-main :is(h1,.sv-h1) {
  font-family: var(--sv-font-volvo) !important;
  font-size: var(--sv-type-h1) !important;
  font-weight: 420 !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
}
.sv-site-main :is(h2,.sv-h2) {
  font-family: var(--sv-font-volvo) !important;
  font-size: var(--sv-type-h2) !important;
  font-weight: 420 !important;
  line-height: .96 !important;
  letter-spacing: -.05em !important;
}
.sv-site-main h3 {
  font-family: var(--sv-font-volvo) !important;
  font-size: var(--sv-type-h3);
  font-weight: 520;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.sv-site-main :is(.sv-lead,.serva-accessory-v15__lead,.sv-loc-hero__content>p:not(.sv-eyebrow)) {
  font-family: var(--sv-font-volvo);
  font-size: var(--sv-type-lead) !important;
  font-weight: 400;
  line-height: 1.45 !important;
  letter-spacing: -.015em;
}
.sv-site-main :is(.sv-section-eyebrow,.sv-eyebrow) {
  font-family: var(--sv-font-volvo);
  font-size: 11px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase;
}

/* Gecentreerde sectiekoppen, behalve functionele links/rechts-content. */
.sv-site-main :is(.sv-section-head,.sv-loc-section-head,.serva-accessory-v15__section-heading,.sv-team-heading,.sv-contact-v14__section-head) {
  text-align: center;
}
.sv-site-main :is(.sv-section-head,.sv-loc-section-head,.serva-accessory-v15__section-heading,.sv-team-heading,.sv-contact-v14__section-head) > :is(p,h2,h3) {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Eén breadcrumbcomponent. Minder ruimte erboven, meer eronder. */
.sv-breadcrumb,
.serva-accessory-v15__breadcrumb.sv-breadcrumb {
  color: var(--sv-muted);
  background: transparent;
}
.sv-breadcrumb__inner,
.serva-accessory-v15__breadcrumb .sv-breadcrumb__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--sv-muted);
  font-family: var(--sv-font-volvo);
  font-size: 11px !important;
  font-weight: 400;
  line-height: 1.25;
}
.sv-breadcrumb a { color: var(--sv-text); text-decoration: none; }
.sv-breadcrumb a:hover { text-decoration: underline; }

@media (max-width: 760px) {
  :root {
    --sv-type-h1: clamp(42px, 12vw, 56px);
    --sv-type-h2: clamp(34px, 10vw, 46px);
    --sv-type-h3: clamp(24px, 7vw, 32px);
  }
  .sv-site-main :is(h1,h2,h3,.sv-h1,.sv-h2),
  .sv-site-main :is(.sv-section-eyebrow,.sv-eyebrow) {
    text-align: center !important;
  }
  .sv-site-main :is(.sv-buttons,.sv-loc-actions,.serva-accessory-v15__hero-actions) {
    justify-content: center !important;
  }
}

/* ============================================================
   15. STANDAARD SPLIT-HERO
   Eén gedeelde banner voor vestiging, contact en accessoires.
   Pagina-CSS beheert alleen inhoud en afbeeldinguitsnede.
   ============================================================ */
:root {
  --sv-split-hero-height: 560px;
  --sv-split-hero-content: 1480px;
  --sv-split-hero-gutter: 34px;
  --sv-split-hero-mobile-gutter: 16px;
  --sv-split-hero-mobile-radius: 16px;
}

.sv-split-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 70px minmax(0, 1fr);
  gap: 0;
  width: 100%;
  height: var(--sv-split-hero-height);
  min-height: var(--sv-split-hero-height);
  margin: 0;
  overflow: hidden;
  background: var(--sv-soft, #f6f6f4);
}

.sv-split-hero > .sv-breadcrumb--hero {
  position: static;
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 22px var(--sv-split-hero-gutter) 34px max(var(--sv-split-hero-gutter), calc((100vw - var(--sv-split-hero-content)) / 2));
  background: transparent;
}

.sv-split-hero > .sv-breadcrumb--hero .sv-breadcrumb__inner {
  width: auto;
  margin: 0;
  padding: 0;
}

.sv-split-hero > :is(.sv-split-hero__content,.sv-loc-hero__content,.serva-accessory-v15__hero-content,.sv-contact-v14__hero-copy) {
  grid-column: 1;
  grid-row: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0 clamp(34px, 4vw, 64px) 58px max(var(--sv-split-hero-gutter), calc((100vw - var(--sv-split-hero-content)) / 2));
}

.sv-split-hero > :is(.sv-split-hero__media,.sv-loc-hero__image,.serva-accessory-v15__hero-media,.sv-contact-v14__hero-media) {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  height: var(--sv-split-hero-height);
  min-height: var(--sv-split-hero-height);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}

.sv-split-hero > :is(.sv-split-hero__media,.sv-loc-hero__image,.serva-accessory-v15__hero-media,.sv-contact-v14__hero-media) :is(img,video) {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 0;
}

@media (max-width: 760px) {
  .sv-split-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .sv-split-hero > .sv-breadcrumb--hero {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding: 12px 20px 10px;
  }

  .sv-split-hero > :is(.sv-split-hero__media,.sv-loc-hero__image,.serva-accessory-v15__hero-media,.sv-contact-v14__hero-media) {
    grid-column: 1;
    grid-row: 2;
    width: calc(100% - (2 * var(--sv-split-hero-mobile-gutter)));
    height: auto;
    min-height: 0;
    margin: 0 var(--sv-split-hero-mobile-gutter);
    border-radius: var(--sv-split-hero-mobile-radius);
  }

  .sv-split-hero > :is(.sv-split-hero__media,.sv-loc-hero__image,.serva-accessory-v15__hero-media,.sv-contact-v14__hero-media) :is(img,video) {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: inherit;
  }

  .sv-split-hero > :is(.sv-split-hero__content,.sv-loc-hero__content,.serva-accessory-v15__hero-content,.sv-contact-v14__hero-copy) {
    grid-column: 1;
    grid-row: 3;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 28px 20px 44px;
    text-align: center;
  }
}


/* 16. CONTACTPAGINA — VOLLE-BREEDTE SECTIEKOPPEN */
.sv-contact-v14__section-head {
  width: min(100% - (2 * var(--sv-page-gutter)), var(--sv-content));
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.sv-contact-v14__section-head :is(.sv-section-eyebrow,h2,p) {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.sv-contact-v14__hero-copy > .sv-section-eyebrow { margin-bottom: 18px !important; }
.sv-contact-v14__hero-copy > p:empty { display: none !important; margin: 0 !important; }


/* 17. MOBIELE TEKSTUITLIJNING */
@media(max-width:760px){
  .sv-site-main :is(.sv-loc-hero__content,.serva-accessory-v15__hero-content,.sv-contact-v14__hero-copy),
  .sv-site-main :is(.sv-loc-intro>div:first-child,.sv-section-head,.sv-loc-section-head,.sv-contact-v14__section-head,.serva-accessory-v15__section-heading,.serva-accessory-v15__guide-heading) {
    text-align:center !important;
  }
  .sv-site-main :is(.sv-loc-hero__content,.serva-accessory-v15__hero-content,.sv-contact-v14__hero-copy,.sv-loc-intro>div:first-child,.sv-section-head,.sv-loc-section-head,.sv-contact-v14__section-head,.serva-accessory-v15__section-heading,.serva-accessory-v15__guide-heading) :is(p,h1,h2,h3,.sv-section-eyebrow,.sv-eyebrow) {
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }}


/* 18. REVIEWS — DESKTOP TWEEKOLOMS, MOBIEL GECENTREERD */
@media(min-width:761px){
 .sv-location-page .sv-loc-review>div:first-child,
 .sv-location-page .sv-loc-review>div:first-child :is(.sv-eyebrow,h2,p){
   text-align:left !important;
   margin-left:0 !important;
   margin-right:0 !important;
 }
}
@media(max-width:760px){
 .sv-location-page .sv-loc-review{grid-template-columns:1fr !important}
 .sv-location-page .sv-loc-review>div:first-child,
 .sv-location-page .sv-loc-review>div:first-child :is(.sv-eyebrow,h2,p){
   text-align:center !important;
   margin-left:auto !important;
   margin-right:auto !important;
 }
 .sv-location-page .sv-review-score{justify-content:center !important}
}



/* Beide vestigingskaarten gebruiken exact dezelfde beschikbare kolombreedte. */
.sv-location-page .sv-loc-intro{
  grid-template-columns:minmax(0,761px) minmax(0,410px) !important;
}
.sv-location-page .sv-loc-contact-card{
  width:100% !important;
  max-width:none !important;
  justify-self:stretch !important;
  box-sizing:border-box !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  column-gap:14px !important;
  align-content:start !important;
}
.sv-location-page .sv-loc-contact-card>.sv-eyebrow{
  grid-column:1 !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
  white-space:nowrap;
}
.sv-location-page .sv-loc-contact-card>.sv-contact-status{
  position:static !important;
  inset:auto !important;
  grid-column:2 !important;
  justify-self:end !important;
  width:auto !important;
  margin:0 !important;
  white-space:nowrap;
}
.sv-location-page .sv-loc-contact-card>:not(.sv-eyebrow):not(.sv-contact-status){grid-column:1 / -1 !important}
.sv-location-page .sv-loc-contact-card>h3{margin-top:14px !important}

@media(max-width:760px){
 .sv-location-page .sv-loc-intro{grid-template-columns:1fr !important}
 .sv-location-page .sv-loc-contact-card{grid-template-columns:minmax(0,1fr) auto !important}
 .sv-location-page .sv-loc-contact-card>.sv-contact-status{position:static !important;margin:0 !important}
}


/* 20. VESTIGINGSCONTACT — BOVENREGEL OPTISCH GELIJK */
.sv-location-page .sv-loc-contact-card{align-items:start !important}
.sv-location-page .sv-loc-contact-card>.sv-eyebrow,
.sv-location-page .sv-loc-contact-card>.sv-contact-status{
  align-self:center !important;
  min-height:16px !important;
  line-height:16px !important;
}
.sv-location-page .sv-loc-contact-card>.sv-eyebrow{display:flex !important;align-items:center !important}
.sv-location-page .sv-loc-contact-card>.sv-contact-status{display:flex !important;align-items:center !important}


/* 21. VESTIGINGSCONTACT — CONTACT EN STATUS OP DEZELFDE REGEL */
.sv-loc-contact-card > .sv-eyebrow,
.sv-loc-contact-card > .sv-contact-status {
  grid-row: 1 !important;
  align-self: center !important;
}


/* ============================================================
   HEADER — VOLVO VESTIGINGEN
   ============================================================ */
.sv-site-header .sv-actionmenu > li,
.sv-site-header .sv-topmenu > li,
.sv-site-header .sv-mobile-list > li {
  position: relative;
}

.sv-site-header .serva-volvo-locations-submenu {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.sv-desktop-shell .serva-volvo-locations-submenu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  display: grid;
  gap: 2px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-4px);
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.sv-desktop-shell li:hover > .serva-volvo-locations-submenu,
.sv-desktop-shell li:focus-within > .serva-volvo-locations-submenu {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.sv-site-header .serva-volvo-locations-submenu a {
  display: block;
  padding: 10px 12px;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.sv-site-header .serva-volvo-locations-submenu a:hover,
.sv-site-header .serva-volvo-locations-submenu a:focus-visible {
  background: rgba(0,0,0,.045);
}

.sv-mobile-shell .serva-volvo-locations-submenu {
  display: grid;
  gap: 2px;
  padding: 4px 0 8px 16px;
}

/* ============================================================
   SERVA MODELPAGINA'S — CENTRALE HUISSTIJL
   Gebaseerd op accessoire- en werkplaatspagina's.
   Geen modelinhoud; alleen gedeelde layout en componenten.
   ============================================================ */

/* 01. Basis, typografie en variabelen */
.svm-page {
  --sv-model-black: #050505;
  --sv-model-ink: #111;
  --sv-model-muted: #626a73;
  --sv-model-soft: #f6f6f4;
  --sv-model-border: rgba(0,0,0,.10);
  --sv-model-blue: #14557f;
  color: var(--sv-model-ink);
  background: #fff;
  font-family: "Volvo Centrum Text","Serva Volvo Brand",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Helvetica,sans-serif;
}

.svm-page *,
.svm-page *::before,
.svm-page *::after { box-sizing: border-box; }

.svm-page img { display:block; width:100%; height:auto; }

.svm-wrap {
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
}

.svm-page h1,
.svm-page h2,
.svm-page h3,
.svm-page h4,
.svm-page p { margin-top:0; }

.svm-page h1 {
  margin-bottom: 24px;
  font-size: clamp(52px, 5.15vw, 74px);
  font-weight: 420;
  line-height: .92;
  letter-spacing: -.045em;
}

.svm-page h2 {
  margin-bottom: 18px;
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 420;
  line-height: .96;
  letter-spacing: -.04em;
}

.svm-page h3 {
  margin-bottom: 14px;
  font-size: clamp(25px, 2.15vw, 34px);
  font-weight: 420;
  line-height: 1.02;
  letter-spacing: -.025em;
}

.svm-page p { line-height: 1.55; }

.svm-page .sv-section-eyebrow {
  margin-bottom: 12px;
  color: rgba(0,0,0,.50);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.svm-page .sv-btn {
  min-height: 48px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--sv-model-black);
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s ease,color .18s ease,border-color .18s ease;
}

.svm-page .sv-btn:hover { background:#2b2b2b; color:#fff; }

.svm-page .sv-btn--outline {
  border-color: rgba(0,0,0,.22);
  background: transparent;
  color: var(--sv-model-black);
}

.svm-page .sv-btn--outline:hover {
  border-color: var(--sv-model-black);
  background: var(--sv-model-black);
  color: #fff;
}

.svm-page .sv-link {
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0,0,0,.25);
  color: var(--sv-model-black);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

/* 02. Navigatie en algemene knoppen */
.sv-breadcrumb {
  margin-bottom: clamp(32px,5vw,70px);
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  color:rgba(0,0,0,.55);
  font-size:11px;
}

.sv-breadcrumb a { color:inherit; text-decoration:none; }

/* 03. Modelhero en kernspecificaties */
.svm-hero { background:var(--sv-model-soft); }

.svm-hero__grid {
  min-height: min(720px,72vh);
  display:grid;
  grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
  align-items:stretch;
}

.svm-hero__copy {
  padding: clamp(46px,6vw,92px) clamp(28px,5vw,76px) clamp(50px,7vw,96px) 0;
  align-self:center;
}

.svm-lead {
  max-width: 570px;
  margin-bottom: 30px;
  color:var(--sv-model-muted);
  font-size: clamp(18px,1.5vw,22px);
}

.svm-actions { display:flex; flex-wrap:wrap; gap:12px; }

.svm-hero__media { min-height:540px; overflow:hidden; }
.svm-hero__media img { width:100%; height:100%; object-fit:cover; }

.svm-stats { border-block:1px solid var(--sv-model-border); background:#fff; }

.svm-stats__grid { display:grid; grid-template-columns:repeat(4,1fr); }

.svm-stats__grid > div {
  min-width:0;
  padding:32px clamp(18px,2.5vw,38px);
  border-right:1px solid var(--sv-model-border);
}

.svm-stats__grid > div:last-child { border-right:0; }

.svm-stats strong {
  display:block;
  margin-bottom:7px;
  font-size:clamp(28px,2.5vw,42px);
  font-weight:420;
  line-height:1;
  letter-spacing:-.035em;
}

.svm-stats small {
  color:#92979c;
  font-size:.5em;
  font-weight:500;
  letter-spacing:0;
}

.svm-stats span { color:var(--sv-model-muted); font-size:13px; }

/* 04. Algemene contentsecties en kaarten */
.svm-section { padding:clamp(72px,8vw,128px) 0; }
.svm-section--white { background:#fff; }
.svm-section--soft { background:var(--sv-model-soft); }

.svm-heading { max-width:820px; margin-bottom:clamp(38px,5vw,66px); }
.svm-heading > p:last-child { max-width:680px; margin-bottom:0; color:var(--sv-model-muted); font-size:18px; }
.svm-heading--center { margin-inline:auto; text-align:center; }
.svm-heading--center > p:last-child { margin-inline:auto; }

.svm-choice-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.svm-card {
  min-height:420px;
  padding:clamp(28px,3vw,44px);
  display:flex;
  flex-direction:column;
  border:1px solid var(--sv-model-border);
  border-radius:22px;
  background:#fff;
}

.svm-card > p:not(.sv-section-eyebrow) { color:var(--sv-model-muted); }
.svm-card__links { margin-top:auto; padding-top:26px; display:flex; flex-direction:column; align-items:flex-start; gap:18px; }

/* 06. Modelvarianten en vervolgstappen */
.svm-family-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.svm-family-card {
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid var(--sv-model-border);
  border-radius:22px;
  background:#fff;
  color:var(--sv-model-ink);
  text-decoration:none;
}

.svm-family-card__media { aspect-ratio:1.34/1; display:grid; place-items:center; overflow:hidden; background:#e9eef0; }
.svm-family-card__media img { width:88%; height:88%; object-fit:contain; }
.svm-family-card__body { min-height:280px; padding:28px; display:flex; flex-direction:column; }
.svm-family-card__body p:not(.sv-section-eyebrow) { color:var(--sv-model-muted); }
.svm-family-card__body > span { margin-top:auto; padding-top:24px; font-size:13px; font-weight:650; }
.svm-family-card--dark { background:#171d21; color:#fff; }
.svm-family-card--dark .svm-family-card__media { background:#171d21; }
.svm-family-card--dark .sv-section-eyebrow,
.svm-family-card--dark .svm-family-card__body p { color:rgba(255,255,255,.62); }

/* 05. Datagedreven modelconfigurator */
.svm-config-grid {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);
  gap:20px;
  align-items:start;
}

.svm-config-visual,
.svm-config-panel {
  overflow:hidden;
  border:1px solid var(--sv-model-border);
  border-radius:22px;
  background:#fff;
}

.svm-config-stage {
  min-height:570px;
  padding:36px;
  display:grid;
  place-items:center;
  background:var(--sv-model-soft);
}

.svm-config-stage img { max-width:900px; max-height:500px; object-fit:contain; }

.svm-config-specs { margin:0; display:grid; grid-template-columns:repeat(3,1fr); }
.svm-config-specs > div { padding:24px 28px; border-right:1px solid var(--sv-model-border); }
.svm-config-specs > div:last-child { border-right:0; }
.svm-config-specs dt { margin-bottom:6px; color:var(--sv-model-muted); font-size:12px; }
.svm-config-specs dd { margin:0; font-size:18px; font-weight:700; }

.svm-config-panel { padding:clamp(26px,3vw,42px); }

.svm-config-summary {
  margin-bottom:30px;
  padding-bottom:28px;
  border-bottom:1px solid var(--sv-model-border);
}

.svm-config-summary > span { color:var(--sv-model-muted); font-size:12px; text-transform:uppercase; letter-spacing:.12em; }
.svm-config-summary h3 { margin:8px 0 7px; font-size:40px; }
.svm-config-summary p { margin:0; color:var(--sv-model-muted); font-size:14px; }

.svm-config-group { padding:0 0 26px; margin:0 0 26px; border-bottom:1px solid var(--sv-model-border); }
.svm-config-group h4 { margin-bottom:14px; font-size:16px; font-weight:700; }
.svm-config-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }

.svm-config-options button {
  min-height:66px;
  padding:13px 14px;
  border:1px solid var(--sv-model-border);
  border-radius:8px;
  background:#fff;
  color:var(--sv-model-ink);
  text-align:left;
  cursor:pointer;
}

.svm-config-options button strong,
.svm-config-options button span { display:block; }
.svm-config-options button strong { font-size:15px; }
.svm-config-options button span { margin-top:4px; color:var(--sv-model-muted); font-size:12px; }
.svm-config-options button.is-active { border-color:var(--sv-model-blue); box-shadow:inset 0 0 0 1px var(--sv-model-blue); }

.svm-config-swatches { display:flex; flex-wrap:wrap; gap:16px; }
.svm-config-swatches button { padding:0; border:0; background:transparent; color:var(--sv-model-muted); cursor:pointer; }
.svm-config-swatches button > span {
  width:42px; height:42px; margin:0 auto 7px;
  display:block; border:4px solid #fff; border-radius:50%; box-shadow:0 0 0 1px var(--sv-model-border);
}
.svm-config-swatches button.is-active > span { box-shadow:0 0 0 2px var(--sv-model-blue); }
.svm-config-swatches small { display:block; max-width:72px; font-size:10px; }

.svm-config-actions { display:flex; flex-wrap:wrap; gap:10px; }

.svm-story {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:clamp(38px,7vw,96px);
  align-items:center;
}

.svm-story__media { overflow:hidden; border-radius:22px; }
.svm-story__media img { min-height:560px; object-fit:cover; }
.svm-story__copy p { color:var(--sv-model-muted); font-size:18px; }
.svm-story__copy ul { margin:0 0 30px; padding-left:20px; line-height:1.8; }

.svm-next-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.svm-next-card {
  min-height:230px;
  padding:28px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--sv-model-border);
  border-radius:22px;
  background:#fff;
  color:var(--sv-model-ink);
  text-decoration:none;
}

.svm-next-card > span { color:var(--sv-model-muted); font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.svm-next-card h3 { margin-top:auto; margin-bottom:0; font-size:25px; }
.svm-next-card p { margin:8px 0 0; color:rgba(255,255,255,.72); }
.svm-next-card--primary { grid-column:span 2; background:var(--sv-model-blue); color:#fff; }
.svm-next-card--primary > span { color:rgba(255,255,255,.65); }

/* 07. Responsive gedrag */
@media (max-width:1100px) {
  .svm-family-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .svm-config-grid { grid-template-columns:1fr; }
  .svm-config-stage { min-height:480px; }
}

@media (max-width:820px) {
  .svm-wrap { width:min(calc(100% - 32px),1280px); }
  .svm-hero__grid,
  .svm-story { grid-template-columns:1fr; }
  .svm-hero__copy { padding-right:0; }
  .svm-hero__media { min-height:420px; margin-inline:-16px; }
  .svm-stats__grid { grid-template-columns:repeat(2,1fr); }
  .svm-stats__grid > div:nth-child(2) { border-right:0; }
  .svm-stats__grid > div:nth-child(-n+2) { border-bottom:1px solid var(--sv-model-border); }
  .svm-choice-grid { grid-template-columns:1fr; }
  .svm-card { min-height:0; }
  .svm-next-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:560px) {
  .svm-wrap { width:min(calc(100% - 24px),1280px); }
  .svm-page h1 { font-size:50px; }
  .svm-page h2 { font-size:38px; }
  .svm-actions,
  .svm-config-actions { flex-direction:column; align-items:stretch; }
  .svm-page .sv-btn { width:100%; }
  .svm-family-grid,
  .svm-next-grid { grid-template-columns:1fr; }
  .svm-next-card--primary { grid-column:auto; }
  .svm-config-stage { min-height:320px; padding:18px; }
  .svm-config-specs > div { padding:18px 14px; }
  .svm-config-options { grid-template-columns:1fr; }
  .svm-story__media img { min-height:360px; }
}
#serva-ex30-page.svm-page a.sv-btn,
#serva-ex30-page.svm-page button.sv-btn { color:#fff; }
#serva-ex30-page.svm-page a.sv-btn--outline,
#serva-ex30-page.svm-page button.sv-btn--outline { color:var(--sv-model-black); }
#serva-ex30-page.svm-page a.sv-btn--outline:hover,
#serva-ex30-page.svm-page button.sv-btn--outline:hover { color:#fff; }

/* 05A. Velgkeuzes en geselecteerde velg */
.svm-page [data-config-wheels] button {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  text-align: left;
}
.svm-page .svm-wheel-thumb {
  width: 58px;
  height: 58px;
  padding: 4px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  background: #f5f5f5;
}
.svm-page .svm-option-copy { min-width:0; display:grid; gap:3px; }
.svm-page .svm-config-wheel-preview {
  position:absolute;
  right:18px;
  bottom:18px;
  width:min(240px,calc(100% - 36px));
  padding:10px 12px;
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  align-items:center;
  gap:11px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 32px rgba(0,0,0,.10);
  backdrop-filter:blur(8px);
}
.svm-page .svm-config-stage { position:relative; }
.svm-page .svm-config-wheel-preview img {
  width:64px;
  height:64px;
  padding:4px;
  display:block;
  object-fit:contain;
  border-radius:50%;
  background:#f5f5f5;
}
.svm-page .svm-config-wheel-preview span { min-width:0; display:grid; gap:2px; }
.svm-page .svm-config-wheel-preview small { color:var(--sv-model-muted); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.svm-page .svm-config-wheel-preview strong { font-size:14px; line-height:1.25; }
@media (max-width:680px) {
  .svm-page .svm-config-wheel-preview { right:10px; bottom:10px; grid-template-columns:50px minmax(0,1fr); }
  .svm-page .svm-config-wheel-preview img { width:50px; height:50px; }
}


/* ============================================================
   MODELCONFIGURATOR — EXTERIEUROPTIES MET BRONBEELD
   Generiek voor alle modellen; beelden en regels komen uit Site Kit.
   ============================================================ */
.sv-page [data-config-options] .svm-option-thumb {
  width: 88px;
  aspect-ratio: 4 / 3;
  flex: 0 0 88px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--sv-cream, #f7f7f5);
}

@media (max-width: 640px) {
  .sv-page [data-config-options] .svm-option-thumb {
    width: 72px;
    flex-basis: 72px;
  }
}


/* ============================================================
   MODELCONFIGURATOR — EXTERIEUR / INTERIEURWEERGAVE
   Generieke beeldschakelaar voor alle modelconfigurators.
   ============================================================ */
.sv-page .svm-config-view-toggle {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(16, 24, 32, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  transform: translateX(-50%);
  box-shadow: 0 8px 24px rgba(16, 24, 32, .08);
}
.sv-page .svm-config-view-toggle button {
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--sv-ink, #101820);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.sv-page .svm-config-view-toggle button.is-active {
  background: var(--sv-ink, #101820);
  color: #fff;
}
@media (max-width: 640px) {
  .sv-page .svm-config-view-toggle { top: 10px; }
  .sv-page .svm-config-view-toggle button { min-height: 34px; padding: 0 14px; font-size: 13px; }
}
