/* ==========================================================================
   Motrac 2026 – design system
   Tokens → base → layout → componenten → secties → motion
   ========================================================================== */
@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-latin-ext.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Merk – Motrac-rood (#BA1124, huidige site); Linde-rood is #AA0020 (zie docs) */
  --red: #ba1124;
  --red-hot: #e2162e;
  --red-deep: #7d0b18;
  --ink: #0d0f10;
  --ink-2: #15181a;
  --ink-3: #1e2225;
  --steel: #4a5d5c;
  --mist: #eeeff3;
  --paper: #f7f7f9;
  --white: #fff;
  --text: #131516;
  --muted: #5b6468;
  --line: rgba(19, 21, 22, 0.12);
  --line-dark: rgba(255, 255, 255, 0.12);
  --green: #15850f;
  --blue-spot: #2f7bff;

  --font: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --radius: 18px;
  --radius-sm: 10px;
  --wrap: 1320px;
  --gutter: clamp(16px, 4vw, 48px);
  --ease: cubic-bezier(0.2, 0.7, 0.1, 1);
  --shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.35);
  color-scheme: light;
}

/* ---------------- Base ---------------- */
*,
*::before,
*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
  font-stretch: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--red); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--blue-spot); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--red); color: #fff; }
.sr-only, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.center { text-align: center; margin-top: 40px; }

/* ---------------- Typografie ---------------- */
.display {
  font-size: clamp(48px, 9.2vw, 148px);
  line-height: 0.9;
  font-weight: 800;
  font-stretch: 112%;
  letter-spacing: -0.035em;
  margin: 0.15em 0 0.2em;
  text-wrap: balance;
}
.display__line { display: block; }
.display__line--accent { color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.85); }
.display--sm { font-size: clamp(40px, 6vw, 84px); }
.display--page { font-size: clamp(44px, 7vw, 112px); }
.h1 { font-size: clamp(36px, 5vw, 68px); line-height: 1; font-weight: 800; font-stretch: 108%; letter-spacing: -0.03em; margin: 0.2em 0 0.3em; text-wrap: balance; }
.h2 { font-size: clamp(30px, 3.6vw, 52px); line-height: 1.02; font-weight: 750; font-stretch: 106%; letter-spacing: -0.025em; margin: 0.2em 0 0.35em; text-wrap: balance; }
.h3 { font-size: clamp(22px, 2vw, 28px); line-height: 1.15; font-weight: 700; letter-spacing: -0.015em; margin: 0.2em 0 0.4em; }
.lead { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; color: var(--muted); max-width: 62ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-stretch: 115%;
  color: var(--red);
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; }
.prose p { margin: 0 0 1.1em; }
.prose .lead { color: var(--text); }
.tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; border-radius: 99px; background: var(--mist); color: var(--steel); }
.link-arrow { font-weight: 700; text-decoration: none; display: inline-flex; gap: 6px; transition: gap 0.3s var(--ease), color 0.2s; }
a:hover .link-arrow, .link-arrow:hover { gap: 12px; color: var(--red); }
.linklike { background: none; border: 0; padding: 0; color: var(--red); text-decoration: underline; cursor: pointer; }

/* ---------------- Layout ---------------- */
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding-block: clamp(72px, 10vw, 150px); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--flush { padding-top: 24px; }
.section--mist { background: var(--mist); }
.section--dark { background: var(--ink); color: #eef0f1; }
.section--dark .lead, .section--dark .muted { color: rgba(238, 240, 241, 0.66); }
.section-head { margin-bottom: clamp(32px, 4vw, 56px); max-width: 860px; }
.section-head--center { margin-inline: auto; text-align: center; }
.grid { display: grid; gap: clamp(16px, 2vw, 28px); }
.grid--cards { grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); }
.grid--used { grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); }
.grid--posts { grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); }
.split { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

/* ---------------- Knoppen ---------------- */
.btn {
  --bg: var(--ink); --fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px; border-radius: 99px; border: 1.5px solid transparent;
  background: var(--bg); color: var(--fg); font-weight: 700; font-size: 16px; letter-spacing: 0.005em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform 0.35s var(--ease), background 0.25s, color 0.25s, box-shadow 0.35s var(--ease);
  will-change: transform;
}
.btn:hover { color: var(--fg); box-shadow: 0 14px 30px -14px rgba(186, 17, 36, 0.6); }
.btn--primary { --bg: var(--red); }
.btn--primary:hover { --bg: var(--red-hot); }
.btn--dark { --bg: var(--ink); }
.btn--light { --bg: #fff; --fg: var(--ink); }
.btn--light:hover { --fg: var(--red); }
.btn--ghost { --bg: transparent; --fg: currentColor; border-color: currentColor; }
.section--dark .btn--ghost, .pagehead--dark .btn--ghost { --fg: #fff; }
.btn--ghost:hover { --bg: var(--ink); --fg: #fff; border-color: var(--ink); box-shadow: none; }
.btn--glass { --bg: rgba(255, 255, 255, 0.08); --fg: #fff; border-color: rgba(255, 255, 255, 0.22); backdrop-filter: blur(14px); }
.btn--glass:hover { --bg: rgba(255, 255, 255, 0.16); }
.btn--text { --bg: transparent; --fg: currentColor; padding-inline: 8px; text-decoration: underline; }
.btn--sm { min-height: 40px; padding: 8px 16px; font-size: 15px; }
.btn--lg { min-height: 56px; padding: 14px 28px; font-size: 17px; }

/* ---------------- Utility bar & header ---------------- */
.utility { background: var(--ink); color: rgba(255, 255, 255, 0.78); font-size: 13.5px; position: relative; z-index: 31; }
.utility__in { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.utility a { color: #fff; text-decoration: none; }
.utility a:hover { color: #ff8c98; }
.utility nav { display: flex; gap: 22px; }
@media (max-width: 760px) { .utility nav { display: none; } }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); margin-right: 6px; vertical-align: 1px; }
.dot--live { box-shadow: 0 0 0 0 rgba(21, 133, 15, 0.7); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(21, 133, 15, 0); } 100% { box-shadow: 0 0 0 0 rgba(21, 133, 15, 0); } }

.site-header { position: sticky; top: 0; z-index: 30; transition: background 0.35s, box-shadow 0.35s, color 0.35s, transform 0.4s var(--ease); }
.site-header--solid { background: rgba(247, 247, 249, 0.86); backdrop-filter: saturate(1.4) blur(18px); border-bottom: 1px solid var(--line); }
.site-header--overlay { position: fixed; left: 0; right: 0; top: 38px; color: #fff; }
.site-header--overlay.is-scrolled { top: 0; background: rgba(13, 15, 16, 0.78); backdrop-filter: saturate(1.3) blur(18px); border-bottom: 1px solid var(--line-dark); }
.site-header.is-hidden { transform: translateY(-110%); }
.site-header__in { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.logo img { width: 147px; height: auto; border-radius: 4px; }
.mainnav { margin-left: auto; }
.mainnav > ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.mainnav > ul > li > a { display: block; padding: 10px 14px; border-radius: 99px; font-weight: 600; font-size: 15.5px; text-decoration: none; transition: background 0.2s; }
.mainnav > ul > li > a:hover, .mainnav > ul > li > a[aria-current='page'] { background: rgba(127, 127, 127, 0.14); color: inherit; }
.site-header__cta { display: flex; align-items: center; gap: 10px; }
.has-mega { position: static; }
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--ink); color: #fff; border-top: 1px solid var(--line-dark);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity 0.25s, transform 0.35s var(--ease), visibility 0.25s;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.6);
}
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega__in { display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; gap: 32px; padding-block: 36px 44px; }
.mega__title { font-weight: 800; font-size: 19px; text-decoration: none; display: block; margin-bottom: 12px; font-stretch: 108%; }
.mega ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.mega ul a { text-decoration: none; color: rgba(255, 255, 255, 0.72); }
.mega ul a:hover { color: #fff; }
.mega__feature { background: linear-gradient(135deg, var(--red), var(--red-deep)); border-radius: var(--radius); padding: 24px; text-decoration: none; display: grid; gap: 8px; align-content: end; min-height: 180px; }
.mega__feature .eyebrow { color: #fff; }
.mega__feature strong { font-size: 22px; line-height: 1.15; font-stretch: 108%; }
.mega__feature:hover { color: #fff; filter: brightness(1.08); }
.burger { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid currentColor; background: transparent; cursor: pointer; place-content: center; gap: 5px; }
.burger span { display: block; width: 18px; height: 2px; background: currentColor; transition: transform 0.3s var(--ease); }
body.nav-open .burger span:first-child { transform: translateY(3.5px) rotate(45deg); }
body.nav-open .burger span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
@media (max-width: 1080px) {
  .burger { display: grid; }
  .site-header__cta .btn { display: none; }
  .mainnav { position: fixed; inset: 0; top: 0; background: var(--ink); color: #fff; padding: 110px var(--gutter) 40px; transform: translateX(100%); transition: transform 0.45s var(--ease); overflow-y: auto; z-index: -1; }
  body.nav-open .mainnav { transform: none; }
  .mainnav > ul { flex-direction: column; gap: 0; }
  .mainnav > ul > li > a { font-size: 30px; font-weight: 800; padding: 12px 0; border-radius: 0; border-bottom: 1px solid var(--line-dark); font-stretch: 110%; }
  .mega { display: none; }
  body.nav-open .site-header { color: #fff; }
}

/* ---------------- Hero ---------------- */
.hero {
  position: relative; min-height: 100svh; display: grid; align-items: end;
  background: radial-gradient(120% 90% at 70% 40%, #262b2e 0%, var(--ink) 58%);
  color: #fff; overflow: hidden; isolation: isolate;
}
.hero__grain { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0.08; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 45%; z-index: -1; background: linear-gradient(transparent, rgba(13, 15, 16, 0.92)); pointer-events: none; }
.hero__in { padding-block: 180px 72px; }
.hero .eyebrow { color: #ff7482; }
.hero__lead { font-size: clamp(18px, 1.7vw, 23px); color: rgba(255, 255, 255, 0.8); max-width: 50ch; margin: 0 0 28px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.hero__ticker { display: flex; flex-wrap: wrap; gap: 10px 40px; list-style: none; padding: 26px 0 0; margin: 44px 0 0; border-top: 1px solid var(--line-dark); color: rgba(255, 255, 255, 0.7); font-size: 15px; }
.hero__ticker strong { color: #fff; font-size: 22px; font-weight: 800; font-stretch: 110%; margin-right: 6px; }
.hero__scroll { position: absolute; right: var(--gutter); bottom: 40px; width: 30px; height: 50px; border: 1.5px solid rgba(255, 255, 255, 0.5); border-radius: 20px; }
.hero__scroll span { position: absolute; left: 50%; top: 10px; width: 4px; height: 9px; margin-left: -2px; border-radius: 4px; background: #fff; animation: scrollcue 1.8s var(--ease) infinite; }
@keyframes scrollcue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(16px); } }
.hero--page { min-height: 72svh; }
.hero--red { background: radial-gradient(120% 90% at 80% 20%, var(--red-hot) 0%, var(--red) 40%, var(--red-deep) 100%); }
.hero--red::after { background: linear-gradient(transparent, rgba(80, 5, 14, 0.5)); }
.hero--red .eyebrow { color: #fff; }
.hero--light { background: var(--mist); color: var(--text); min-height: 52svh; }
.hero--light::after, .hero--light .hero__grain { display: none; }
.hero--light .hero__lead { color: var(--muted); }
.hero--light .eyebrow { color: var(--red); }
.has-overlay-header .hero--light .hero__in { padding-top: 200px; }
@media (max-width: 760px) { .hero__scroll { display: none; } .hero__in { padding-block: 150px 48px; } .hero__ticker { gap: 8px 24px; } }

/* ---------------- Page head ---------------- */
.pagehead { padding-block: clamp(48px, 7vw, 96px) clamp(24px, 3vw, 40px); }
.pagehead--dark { background: radial-gradient(100% 120% at 90% 0%, #2b3134 0%, var(--ink) 60%); color: #fff; padding-bottom: clamp(56px, 7vw, 96px); }
.pagehead--dark .lead { color: rgba(255, 255, 255, 0.74); }
.pagehead--dark .crumbs, .pagehead--dark .crumbs a { color: rgba(255, 255, 255, 0.6); }
.crumbs { font-size: 14px; color: var(--muted); }
.crumbs a { text-decoration: none; }

/* ---------------- Pijlers ---------------- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1000px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pillars { grid-template-columns: 1fr; } }
.pillar {
  position: relative; display: flex; flex-direction: column; gap: 6px; min-height: 320px; padding: 28px;
  border-radius: var(--radius); text-decoration: none; overflow: hidden;
  background: linear-gradient(160deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--line-dark);
  transition: transform 0.5s var(--ease), border-color 0.3s;
}
.pillar::before { content: ''; position: absolute; inset: -1px; background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(226, 22, 46, 0.35), transparent 45%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.pillar:hover { transform: translateY(-6px); border-color: rgba(226, 22, 46, 0.5); color: inherit; }
.pillar:hover::before { opacity: 1; }
.pillar__n { font-size: 14px; font-weight: 800; letter-spacing: 0.1em; color: var(--red-hot); }
.pillar h3 { font-size: 26px; line-height: 1.1; margin: auto 0 4px; font-stretch: 108%; }
.pillar p { color: rgba(238, 240, 241, 0.7); margin: 0 0 12px; }

/* ---------------- 360°-weergave (Linde turntables) ---------------- */
.tt { position: relative; aspect-ratio: 1; width: 100%; touch-action: pan-y; cursor: grab; user-select: none; -webkit-user-select: none; outline-offset: 6px; }
.tt.is-dragging { cursor: grabbing; }
.tt--tour { cursor: default; }
.tt__img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; -webkit-user-drag: none; }
.tt__hint { position: absolute; left: 50%; bottom: 6%; transform: translateX(-50%); display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 99px; background: rgba(13, 15, 16, 0.55); color: #fff; backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.5s; pointer-events: none; white-space: nowrap; }
.tt.is-loaded .tt__hint { opacity: 1; }
.tt.is-loaded:hover .tt__hint, .tt.is-dragging .tt__hint { opacity: 0; }
.tt--tour .tt__hint { display: none; }
.tt__hint-icon { font-size: 16px; display: inline-block; animation: spinhint 2.4s var(--ease) infinite; }
@keyframes spinhint { 50% { transform: rotate(-200deg); } }

/* Hero met echte truck in een donkere studio */
.hero--studio { background: radial-gradient(55% 60% at 68% 52%, #3b4246 0%, #1c2023 45%, var(--ink) 75%); }
.hero__visual { position: absolute; z-index: -1; right: max(-4vw, -60px); top: 50%; width: min(64vw, 980px); transform: translateY(-46%); }
.hero__visual::before { content: ''; position: absolute; left: 12%; right: 8%; bottom: 13%; height: 12%; border-radius: 50%; background: radial-gradient(closest-side, rgba(0, 0, 0, 0.75), transparent); filter: blur(6px); }
.hero__visual::after { content: ''; position: absolute; left: -2%; bottom: 7%; width: 34%; height: 13%; border-radius: 50%; background: radial-gradient(closest-side, rgba(47, 123, 255, 0.55), rgba(47, 123, 255, 0.12) 60%, transparent); filter: blur(4px); mix-blend-mode: screen; animation: bluespot 2.6s ease-in-out infinite; pointer-events: none; }
@keyframes bluespot { 50% { opacity: 0.55; transform: scale(0.92); } }
.hero__visual .tt { filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.45)); }
.hero__visual .tt__hint { bottom: 20%; }
.hero__visual .tt.is-intro { animation: truckin 1.4s var(--ease) both; }
@keyframes truckin { from { opacity: 0.2; transform: translateX(6%) scale(0.97); } }
.hero__model { position: absolute; right: 12%; top: 16%; display: grid; gap: 2px; text-decoration: none; padding: 10px 16px; border-left: 2px solid var(--red-hot); background: rgba(13, 15, 16, 0.35); backdrop-filter: blur(10px); border-radius: 0 12px 12px 0; }
.hero__model span { font-weight: 800; font-stretch: 110%; }
.hero__model small { color: rgba(255, 255, 255, 0.7); font-size: 13px; max-width: 28ch; }
.hero__model:hover { color: #fff; border-color: #fff; }
.hero--studio .hero__in { position: relative; }
.hero--studio .display, .hero--studio .hero__lead { text-shadow: 0 2px 30px rgba(13, 15, 16, 0.6); }
.hero--studio .display { font-size: clamp(44px, 6.2vw, 104px); max-width: 11ch; }
.hero--studio .hero__lead { max-width: 40ch; }
@media (max-width: 1100px) { .hero__model { display: none; } }
@media (max-width: 760px) {
  .hero__visual { position: relative; z-index: 0; right: auto; top: auto; transform: none; width: 118%; margin: 110px -9% -34% auto; }
  .hero--studio { align-items: start; }
  .hero--studio .hero__in { padding-top: 0; }
  .hero--studio .display { max-width: none; }
  .hero__visual .tt__hint { display: none; }
}

/* Onderdelen-tour */
.tour { position: relative; height: 420svh; background: radial-gradient(70% 70% at 35% 50%, #f9fafb 0%, #e9ebef 70%); }
.tour__sticky { position: sticky; top: 0; height: 100svh; display: grid; grid-template-columns: 1.45fr 1fr; align-items: center; overflow: hidden; }
.tour__stage { position: relative; height: 100%; display: grid; place-items: center; padding: 90px 0 30px 3vw; }
.tour__stage .tt { width: min(100%, calc(100svh - 120px)); }
.tour__stage .tt__img { transition: filter 0.3s; }
.tour__progress { position: absolute; left: var(--gutter); bottom: 32px; font-weight: 800; font-size: 14px; letter-spacing: 0.1em; color: var(--muted); }
.tour__progress span { color: var(--red); font-size: 28px; font-stretch: 110%; }
.tour__spots { position: absolute; inset: 0; pointer-events: none; }
.spot { position: absolute; width: 0; height: 0; opacity: 0; transform: scale(0.4); transition: opacity 0.35s, transform 0.5s var(--ease); }
.spot.is-active { opacity: 1; transform: none; }
.spot__ring { position: absolute; left: -14px; top: -14px; width: 28px; height: 28px; border-radius: 50%; background: var(--red); border: 3px solid #fff; box-shadow: 0 6px 20px rgba(186, 17, 36, 0.5); }
.spot__ring::after { content: ''; position: absolute; inset: -12px; border-radius: 50%; border: 2px solid var(--red); animation: ping 1.8s var(--ease) infinite; }
@keyframes ping { from { transform: scale(0.5); opacity: 1; } to { transform: scale(1.6); opacity: 0; } }
.spot__label { position: absolute; left: 24px; top: -18px; white-space: nowrap; font-weight: 800; font-size: 14px; padding: 7px 12px; border-radius: 99px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.tour__panel { padding: clamp(96px, 12vh, 140px) var(--gutter) 40px 8px; max-height: 100svh; overflow-y: auto; }
.tour__panel .lead { font-size: 17px; }
.partlist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.partlist li { border-bottom: 1px solid var(--line); }
.partlist__btn { width: 100%; display: flex; gap: 14px; align-items: center; padding: 11px 0; background: none; border: 0; cursor: pointer; text-align: left; font-weight: 650; color: var(--muted); transition: color 0.2s, padding 0.3s var(--ease); }
.partlist__btn:hover, .partlist__btn[aria-expanded='true'] { color: var(--text); padding-left: 6px; }
.partlist__btn[aria-expanded='true'] .partlist__n { color: var(--red); }
.partlist__n { font-size: 12px; letter-spacing: 0.1em; color: rgba(19, 21, 22, 0.4); font-variant-numeric: tabular-nums; }
.partlist__detail { padding: 0 0 14px 30px; font-size: 15px; color: var(--muted); }
.partlist__detail p { margin: 0 0 8px; }
@media (max-width: 900px) {
  .tour { height: auto; }
  .tour__sticky { position: relative; height: auto; grid-template-columns: 1fr; }
  .tour__stage { padding: 40px 0 0; }
  .tour__stage .tt { width: 100%; }
  .tour__panel { max-height: none; padding: 16px var(--gutter) 56px; }
  .spot__label { font-size: 12px; }
}

/* ---------------- Kaarten ---------------- */
.pcard { position: relative; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.3s; }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.pcard__link { display: block; text-decoration: none; height: 100%; }
.pcard__link:hover { color: inherit; }
.pcard__media { position: relative; aspect-ratio: 4 / 3; background: radial-gradient(80% 80% at 50% 70%, #fff 0%, var(--mist) 100%); display: grid; place-items: center; overflow: hidden; }
.pcard__media img { width: 86%; height: 86%; object-fit: contain; transition: transform 0.7s var(--ease); mix-blend-mode: multiply; }
.pcard:hover .pcard__media img { transform: scale(1.06) rotate(-1deg); }
.pcard__ph { width: 100%; height: 100%; background: var(--mist); }
.pcard__drive { position: absolute; left: 14px; top: 14px; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 99px; background: rgba(255, 255, 255, 0.9); border: 1px solid var(--line); }
.pcard__body { padding: 18px 20px 22px; }
.pcard__title { font-size: 19px; line-height: 1.2; margin: 0 0 10px; letter-spacing: -0.01em; }
.pcard__specs { display: flex; gap: 22px; margin: 0; font-size: 14px; }
.pcard__specs dt { color: var(--muted); font-size: 12.5px; }
.pcard__specs dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }
.pcard__compare { position: absolute; right: 14px; top: 14px; font-size: 12.5px; font-weight: 700; display: flex; gap: 6px; align-items: center; padding: 4px 10px; border-radius: 99px; background: rgba(255, 255, 255, 0.92); border: 1px solid var(--line); cursor: pointer; }
.pcard__compare input { accent-color: var(--red); }

.catcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .catcards { grid-template-columns: 1fr; } }
.catcard { display: grid; grid-template-rows: auto 1fr; text-decoration: none; border-radius: var(--radius); overflow: hidden; background: var(--ink); color: #fff; transition: transform 0.5s var(--ease); }
.catcard:hover { transform: translateY(-6px); color: #fff; }
.catcard__media { aspect-ratio: 16 / 11; background: radial-gradient(70% 70% at 50% 65%, #3a4144 0%, var(--ink-2) 100%); display: grid; place-items: center; }
.catcard__media img { width: 78%; height: 84%; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.5)); transition: transform 0.8s var(--ease); }
.catcard:hover .catcard__media img { transform: scale(1.07) translateY(-6px); }
.catcard__body { padding: 24px 26px 28px; }
.catcard__body p { color: rgba(255, 255, 255, 0.7); margin: 0 0 14px; }

.ucard { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.ucard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ucard__media { aspect-ratio: 4 / 3; background: var(--mist); overflow: hidden; }
.ucard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.ucard:hover .ucard__media img { transform: scale(1.05); }
.ucard__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.ucard__title { font-size: 17px; line-height: 1.25; margin: 4px 0 0; }
.ucard__meta { list-style: none; display: flex; gap: 16px; padding: 0; margin: 0; font-size: 14px; color: var(--muted); }
.ucard__meta strong { color: var(--text); font-variant-numeric: tabular-nums; }
.ucard__foot { margin-top: auto; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-weight: 800; }

.postcard { display: flex; flex-direction: column; gap: 8px; padding: 28px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); text-decoration: none; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); min-height: 280px; }
.postcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: inherit; }
.postcard h2, .postcard h3 { font-size: 22px; line-height: 1.2; margin: 6px 0 0; }
.postcard p { color: var(--muted); margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.postcard .link-arrow { margin-top: auto; }

/* ---------------- Stats ---------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 800px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { border-top: 1px solid currentColor; padding-top: 18px; border-color: rgba(127, 127, 127, 0.35); }
.stat__value { display: block; font-size: clamp(44px, 6vw, 88px); font-weight: 800; line-height: 1; letter-spacing: -0.04em; font-stretch: 112%; font-variant-numeric: tabular-nums; }
.stat__label { color: var(--muted); font-size: 15px; }
.section--dark .stat__label { color: rgba(255, 255, 255, 0.6); }

/* ---------------- Chips, velden, formulieren ---------------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 99px; border: 1.5px solid var(--line); background: #fff; font-weight: 600; font-size: 14.5px; cursor: pointer; text-decoration: none; transition: all 0.2s; }
.chip:hover { border-color: var(--ink); color: inherit; }
.chip[aria-pressed='true'], .chip:has(input:checked) { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip input { accent-color: var(--red); }
.chips--lg .chip { padding: 12px 20px; font-size: 16px; }
.finder-teaser { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
@media (max-width: 900px) { .finder-teaser { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; gap: 6px; flex: 1 1 100%; min-width: 0; }
.field--half { flex: 1 1 calc(50% - 8px); }
@media (max-width: 600px) { .field--half { flex-basis: 100%; } }
.field--inline { flex-direction: row; align-items: center; gap: 10px; flex: 0 0 auto; }
.field__label { font-size: 14px; font-weight: 700; display: flex; gap: 4px; }
.range .field__label { justify-content: space-between; }
.field__hint { font-size: 13.5px; color: var(--green); font-weight: 600; min-height: 1.2em; }
.req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--line); background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(47, 123, 255, 0.18); }
.field [aria-invalid='true'] { border-color: var(--red); }
.field__error { color: var(--red); font-size: 13.5px; font-weight: 600; }
.fields { display: flex; flex-wrap: wrap; gap: 16px; border: 0; padding: 0; margin: 0 0 16px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; margin: 6px 0 18px; }
.check input { margin-top: 5px; accent-color: var(--red); }
.range input { accent-color: var(--red); padding: 0; border: 0; }
.formblock { padding-block: clamp(72px, 9vw, 130px); background: linear-gradient(180deg, var(--mist), var(--paper)); }
.formblock__in { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; display: grid; grid-template-columns: 0.9fr 1.2fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
@media (max-width: 900px) { .formblock__in { grid-template-columns: 1fr; } }
.formblock__intro { position: sticky; top: 120px; }
.form { background: #fff; padding: clamp(22px, 3vw, 40px); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); border: 1px solid var(--line); }
.form__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.form__foot p { margin: 0; flex: 1; min-width: 200px; }
.form__status:not(:empty) { margin-top: 18px; padding: 16px 18px; border-radius: var(--radius-sm); font-weight: 600; }
.form__status.is-ok { background: #e8f5e6; color: #0f5c0b; }
.form__status.is-error { background: #fdecee; color: var(--red-deep); }
.form.is-sent > *:not(.form__status) { display: none; }
.form.is-sent .form__status { margin: 0; font-size: 18px; }
.prio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 6px 0 18px; }
@media (max-width: 700px) { .prio { grid-template-columns: 1fr; } }
.prio__opt { display: grid; gap: 4px; padding: 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--line); cursor: pointer; font-size: 14px; transition: all 0.2s; position: relative; }
.prio__opt input { position: absolute; opacity: 0; }
.prio__opt span { color: var(--muted); }
.prio__opt:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.prio__opt--1:has(input:checked) { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); background: #fff5f6; }
.prio__opt:has(input:focus-visible) { outline: 3px solid var(--blue-spot); }
fieldset.fields > legend { margin-bottom: 8px; width: 100%; }
.cf-turnstile { margin-bottom: 18px; }

/* ---------------- Productfinder ---------------- */
.finder { display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: start; }
@media (max-width: 980px) { .finder { grid-template-columns: 1fr; } }
.finder__filters { position: sticky; top: 100px; display: grid; gap: 22px; padding: 22px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
@media (max-width: 980px) { .finder__filters { position: static; } }
.filter { display: grid; gap: 8px; }
.filter .chip { padding: 6px 12px; font-size: 13.5px; }
.finder__count { margin: 0 0 18px; color: var(--muted); }
.finder__count strong { color: var(--text); font-size: 20px; }
.finder__empty { padding: 40px; text-align: center; background: #fff; border-radius: var(--radius); }
.pcard.is-out { display: none; }
.comparetray { position: fixed; left: 0; right: 0; bottom: 16px; z-index: 25; pointer-events: none; }
.comparetray__in { pointer-events: auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 12px 12px 24px; background: var(--ink); color: #fff; border-radius: 99px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5); max-width: 560px; animation: rise 0.5s var(--ease); }
@keyframes rise { from { transform: translateY(30px); opacity: 0; } }
.toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; }

/* ---------------- Productdetail ---------------- */
.pdp-hero { background: radial-gradient(90% 90% at 75% 40%, #fff 0%, var(--mist) 70%); }
.pdp-hero__in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; padding-block: clamp(40px, 6vw, 80px) clamp(32px, 4vw, 56px); }
@media (max-width: 900px) { .pdp-hero__in { grid-template-columns: 1fr; } .pdp-hero__media { order: -1; } }
.pdp-hero__claim { font-size: clamp(20px, 2vw, 26px); font-weight: 650; line-height: 1.3; margin: 0 0 24px; color: var(--steel); }
.pdp-hero__media > img { width: 100%; max-height: 560px; object-fit: contain; mix-blend-mode: multiply; animation: floatin 1.2s var(--ease) both; }
.pdp-hero__media .tt { max-width: 620px; margin-inline: auto; animation: floatin 1.2s var(--ease) both; }
@keyframes floatin { from { opacity: 0; transform: translateX(40px) scale(0.96); } }
.keyspecs { display: flex; flex-wrap: wrap; gap: 12px 36px; margin: 0 0 28px; }
.keyspecs dt { font-size: 13px; color: var(--muted); font-weight: 600; }
.keyspecs dd { margin: 0; font-size: 26px; font-weight: 800; font-stretch: 108%; font-variant-numeric: tabular-nums; }
.anchornav { position: sticky; top: 76px; z-index: 20; background: rgba(247, 247, 249, 0.9); backdrop-filter: blur(14px); border-block: 1px solid var(--line); }
.anchornav .wrap { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.anchornav a { padding: 14px 14px; font-weight: 650; font-size: 15px; text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; }
.anchornav a.is-active { border-color: var(--red); color: var(--red); }
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.specs, .compare { width: 100%; border-collapse: collapse; font-size: 15px; font-variant-numeric: tabular-nums; }
.specs th, .specs td, .compare th, .compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
.specs thead th, .compare thead th { position: sticky; top: 0; background: var(--ink); color: #fff; font-size: 13px; letter-spacing: 0.02em; white-space: normal; vertical-align: bottom; }
.specs tbody tr:hover { background: #fafafb; }
.specs tbody th { font-weight: 800; }
.compare td, .compare th { white-space: normal; vertical-align: top; }
.compare thead img { width: 160px; height: 120px; object-fit: contain; background: #fff; border-radius: 10px; margin-bottom: 8px; }
.compare thead a { color: #fff; }
.options { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 380px), 1fr)); gap: 16px; }
.option { display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 18px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
.option img { width: 96px; height: 96px; object-fit: cover; border-radius: 12px; }
.option h3 { font-size: 18px; margin: 0 0 4px; }
.option p { margin: 0; color: var(--muted); font-size: 15px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-weight: 700; font-size: 19px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 14px; font-size: 28px; font-weight: 400; transition: transform 0.3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 22px; color: var(--muted); }
.faq details::details-content { transition: height 0.4s var(--ease), content-visibility 0.4s allow-discrete; height: 0; overflow: clip; }
.faq details[open]::details-content { height: auto; }
@supports (interpolate-size: allow-keywords) { :root { interpolate-size: allow-keywords; } }

/* ---------------- Campagne, deals, service ---------------- */
.campaign { color: #fff; overflow: hidden; }
.campaign--red { background: radial-gradient(100% 140% at 85% 0%, var(--red-hot) 0%, var(--red) 45%, var(--red-deep) 100%); }
.campaign--dark { background: var(--ink); }
.campaign .eyebrow { color: #fff; }
.campaign .lead { color: rgba(255, 255, 255, 0.85); }
.campaign__in { display: flex; justify-content: space-between; align-items: end; gap: 32px; flex-wrap: wrap; }
.deals { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 16px; }
.deal { position: relative; padding: 28px 24px 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.deal h3 { margin: 10px 0 0; font-size: 21px; }
.deal p { color: var(--muted); margin: 0 0 12px; }
.deal .btn { margin-top: auto; align-self: flex-start; }
.deal__badge { position: absolute; top: -12px; left: 20px; background: var(--red); color: #fff; font-weight: 800; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 99px; }
.servicecard { position: relative; padding: 36px; border-radius: calc(var(--radius) + 6px); background: var(--ink); color: #fff; overflow: hidden; }
.servicecard::after { content: ''; position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 123, 255, 0.55), transparent 65%); filter: blur(10px); }
.servicecard__label { margin: 0; color: rgba(255, 255, 255, 0.65); font-weight: 600; display: inline; }
.servicecard__tel { display: block; font-size: clamp(34px, 4vw, 52px); font-weight: 800; letter-spacing: -0.02em; text-decoration: none; margin: 10px 0 20px; font-stretch: 110%; }
.servicecard__tel:hover { color: #ff8c98; }
.pc-check { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pc-check input { flex: 1 1 200px; padding: 14px 16px; border-radius: 99px; border: 1.5px solid var(--line); }
.pc-check__out { flex-basis: 100%; font-weight: 700; color: var(--green); min-height: 1.4em; }
.packages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .packages { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .packages { grid-template-columns: 1fr; } }
.package { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.package h3 { font-size: 26px; margin: 0 0 8px; font-stretch: 110%; }
.package p { margin: 0; color: var(--muted); }
.package--hl { background: var(--ink); color: #fff; border-color: var(--ink); }
.package--hl p { color: rgba(255, 255, 255, 0.75); }
.rentals { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 14px; }
.rental { padding: 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.rental h3 { font-size: 18px; margin: 8px 0 0; }
.rental .link-arrow { margin-top: auto; padding-top: 8px; }
.locations { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 16px; }
.location { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.ctaband { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: clamp(28px, 4vw, 48px); border-radius: calc(var(--radius) + 6px); background: var(--ink); color: #fff; }
.ctaband p { color: rgba(255, 255, 255, 0.72); margin: 0; }
.quote blockquote { font-size: clamp(26px, 3vw, 40px); line-height: 1.25; font-weight: 650; letter-spacing: -0.015em; margin: 0 0 16px; }
.quote figcaption { color: var(--muted); font-weight: 600; }
.rounded { border-radius: var(--radius); }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, 0.72); padding-block: 72px 32px; font-size: 15.5px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: #ff8c98; }
.site-footer__top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line-dark); }
@media (max-width: 900px) { .site-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__top { grid-template-columns: 1fr; } }
.site-footer .muted { color: rgba(255, 255, 255, 0.6); max-width: 42ch; margin: 18px 0; }
.footer-h { font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; margin: 0 0 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.rating { color: #fff; }
.stars { color: #ffc24b; letter-spacing: 2px; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 24px; font-size: 14px; }
.site-footer__bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------------- Motion ---------------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
[data-reveal].is-in { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }
[data-split] .w { display: inline-block; white-space: nowrap; }
[data-split] .ch { display: inline-block; opacity: 0; transform: translateY(0.5em) rotate(4deg); animation: chin 0.9s var(--ease) forwards; animation-delay: calc(var(--c) * 28ms + 150ms); }
@keyframes chin { to { opacity: 1; transform: none; } }

/* Scroll-driven: header-schaduw & voortgangsbalk (progressive enhancement) */
@supports (animation-timeline: scroll()) {
  body::before { content: ''; position: fixed; left: 0; top: 0; height: 3px; width: 100%; background: var(--red); transform-origin: 0 50%; transform: scaleX(0); z-index: 50; animation: progress linear both; animation-timeline: scroll(root); }
  @keyframes progress { to { transform: scaleX(1); } }
}

@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: 0.35s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  @view-transition { navigation: none; }
}
