/* ============================================
   BEN KELLENERS · FIETSREPARATIE & ONDERHOUD
   2026 redesign, monochrome huisstijl (zwart / wit / grijs)
   ============================================ */

:root {
  /* Monochrome accent (zwart-wit huisstijl) */
  --accent: #0B0C0E;
  --accent-bright: #17191D;
  --accent-dark: #0B0C0E;
  --accent-deep: #454A52;     /* leesbaar op wit */
  --accent-soft: #EFF1EA;
  --accent-tint: #F6F7F4;

  /* Inkt & oppervlakten (zwart-wit huisstijl) */
  --ink: #0B0C0E;
  --ink-2: #17191D;
  --text: #3B3F46;
  --text-muted: #6B7079;
  --text-soft: #9AA0A8;

  --bg: #ffffff;
  --bg-soft: #F6F7F4;
  --bg-tint: #EFF1EA;
  --border: #E8EAE3;
  --border-strong: #D4D7CC;

  --shadow-xs: 0 1px 2px rgba(11, 12, 14, 0.05);
  --shadow-sm: 0 4px 16px rgba(11, 12, 14, 0.07);
  --shadow: 0 14px 36px rgba(11, 12, 14, 0.10);
  --shadow-lg: 0 28px 70px rgba(11, 12, 14, 0.16);
  --shadow-accent: 0 12px 30px rgba(11, 12, 14, 0.18);

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 26px;
  --radius-xl: 36px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 0.4s var(--ease);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: clip;
  overscroll-behavior-y: none;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.005em;
  min-height: 100vh;
  min-height: 100dvh;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; touch-action: manipulation; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; touch-action: manipulation; }
p, h1, h2, h3, h4 { overflow-wrap: break-word; word-wrap: break-word; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

section { position: relative; z-index: 1; }

/* ============================================
   NAVIGATIE
   ============================================ */

.nav {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--t), background var(--t), border-color var(--t);
}

.nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
  border-bottom-color: var(--border);
}

.nav__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav__brand { flex-shrink: 0; }
.nav__logo { height: 58px; width: auto; }

.nav__links {
  display: flex;
  gap: 2px;
  align-items: center;
}

.nav__links a {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-2);
  border-radius: 10px;
  transition: color var(--t), background var(--t);
}

.nav__links a:hover {
  color: var(--ink);
  background: var(--bg-soft);
}

.nav__actions { display: flex; align-items: center; gap: 10px; }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  border-radius: 100px;
  letter-spacing: 0.005em;
  transition: transform var(--t), background var(--t), color var(--t), box-shadow var(--t);
}

.nav__cta:hover {
  background: var(--ink-2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.nav__cta svg { width: 16px; height: 16px; }

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.nav__burger span {
  width: 26px;
  height: 2.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform var(--t), opacity var(--t);
}

.nav__burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  padding: 14px 20px 22px;
  gap: 4px;
  border-top: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  /* 100% = hoogte van de nav; op lage schermen scrolt het menu zelf */
  max-height: calc(100vh - 100%);
  max-height: calc(100dvh - 100%);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-menu.open { display: flex; }

/* Pagina op slot zolang het menu open is (op html, zodat de sticky nav blijft staan) */
html.menu-open { overflow: hidden; }

.mobile-menu a {
  padding: 14px 16px;
  font-weight: 600;
  color: var(--ink);
  border-radius: 12px;
  transition: background var(--t);
}

.mobile-menu a:hover { background: var(--bg-soft); }

.mobile-menu__cta {
  background: var(--ink) !important;
  color: #fff !important;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

/* ============================================
   HERO
   ============================================ */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 84vh;
  min-height: 84dvh;
  padding: 64px 24px 72px;
  overflow: hidden;
  background: var(--ink);
}

.hero__bg { position: absolute; inset: 0; z-index: 0; }

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  animation: heroZoom 16s var(--ease) both;
}

@keyframes heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.88) 0%, rgba(8, 9, 11, 0.55) 42%, rgba(8, 9, 11, 0.15) 74%, rgba(8, 9, 11, 0.04) 100%),
    linear-gradient(0deg, rgba(8, 9, 11, 0.5) 0%, transparent 38%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.hero__card {
  max-width: 540px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(15, 17, 20, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  color: #fff;
  animation: heroCardIn 0.9s var(--ease) both;
}

.hero__title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.hl {
  position: relative;
  white-space: nowrap;
}
.hl::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.hero__sub {
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 22px;
  max-width: 480px;
}

.hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero__facts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.fact strong {
  display: block;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.fact span {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.62);
}

.fact + .fact {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroCardIn {
  from { opacity: 0; transform: translateY(30px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.hero__title { animation: fadeUp 0.65s var(--ease) 0.22s both; }
.hero__sub   { animation: fadeUp 0.65s var(--ease) 0.34s both; }
.hero__cta   { animation: fadeUp 0.65s var(--ease) 0.46s both; }
.hero__facts { animation: fadeUp 0.65s var(--ease) 0.58s both; }

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 100px;
  transition: transform var(--t), background var(--t), box-shadow var(--t), color var(--t), border-color var(--t);
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid transparent;
  letter-spacing: -0.005em;
}

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn--primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 24px rgba(11, 12, 14, 0.22);
}

.btn--primary:hover {
  background: var(--ink-2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn--accent {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.btn--accent:hover {
  background: var(--bg-tint);
  transform: translateY(-2px);
}

.btn--glass {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn--glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #fff;
  transform: translateY(-2px);
}

.btn--outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.btn--outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.btn--inline { align-self: flex-start; }

/* ============================================
   SECTION HEAD
   ============================================ */

.section { padding: 82px 0; }
.section--soft { background: var(--bg-soft); }

.section-head {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}

.section-lead {
  font-size: 1.08rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ============================================
   DIENSTEN
   ============================================ */

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service:hover {
  transform: translateY(-6px);
  border-color: var(--accent-dark);
  box-shadow: var(--shadow);
}

.service--feature {
  grid-column: span 1;
  grid-row: span 2;
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  justify-content: space-between;
  background-image: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, 0.10), transparent 60%);
}

.service--feature:hover { border-color: rgba(255, 255, 255, 0.25); }

.service__icon {
  width: 54px;
  height: 54px;
  padding: 13px;
  background: var(--accent-soft);
  border-radius: 14px;
  color: var(--accent-deep);
  transition: background var(--t), color var(--t);
}

.service:hover .service__icon { background: var(--ink); color: #fff; }

.service--feature .service__icon {
  background: #fff;
  color: var(--ink);
}

.service h3 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.service--feature h3 { color: #fff; font-size: 1.7rem; }

.service p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

.service--feature p { color: rgba(255, 255, 255, 0.78); }

.service__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.service__list li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.service__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 8px;
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(-45deg);
}

.service__feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 13px 24px;
  background: #fff;
  color: var(--ink);
  border-radius: 100px;
  font-weight: 700;
  font-size: 14.5px;
  align-self: flex-start;
  transition: transform var(--t), box-shadow var(--t);
}

.service__feature-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3); }
.service__feature-cta svg { width: 16px; height: 16px; }

/* ============================================
   OVER ONS
   ============================================ */

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}

.about__media { position: relative; }

.about__img {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
}

.about__img img { width: 100%; height: 100%; object-fit: cover; }

.about__badge {
  position: absolute;
  bottom: -26px;
  right: -22px;
  padding: 22px 26px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  z-index: 2;
  text-align: center;
}

.about__badge strong {
  display: block;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.about__badge span { font-size: 12.5px; font-weight: 600; opacity: 0.8; }

.about__content p {
  color: var(--text);
  font-size: 1.06rem;
  margin-bottom: 16px;
  line-height: 1.75;
}

.about__content strong { color: var(--ink); font-weight: 700; }

.about__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 32px;
}

.about__point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.about__point-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: var(--accent-soft);
  border-radius: 11px;
  color: var(--accent-deep);
}

.about__point h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 1px;
  letter-spacing: -0.01em;
}

.about__point p { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.45; }

/* ============================================
   OPENINGSTIJDEN
   ============================================ */

.hours__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.hours__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

.hours__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 26px;
}

.hours__status--appt { background: var(--bg-tint); color: var(--ink); }

.hours__status .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.hours__list { display: flex; flex-direction: column; }

.hours__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15.5px;
}

.hours__row:last-child { border-bottom: none; }

.hours__row .day { font-weight: 600; color: var(--ink); }
.hours__row .time { color: var(--text-muted); font-weight: 500; font-variant-numeric: tabular-nums; }
.hours__row .time.closed { color: var(--text-soft); }

.hours__row.today {
  margin: 0 -16px;
  padding: 14px 16px;
  background: var(--accent-soft);
  border-radius: 12px;
  border-bottom-color: transparent;
}
.hours__row.today + .hours__row { border-top: 1px solid var(--border); }
.hours__row.today .day { color: var(--ink); }
.hours__row.today .time { color: var(--ink); font-weight: 700; }

.hours__aside {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: radial-gradient(ellipse 70% 60% at 100% 100%, rgba(255, 255, 255, 0.08), transparent 60%);
}

.hours__aside h3 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.hours__aside p { color: rgba(255, 255, 255, 0.78); margin-bottom: 26px; font-size: 1.02rem; }

.hours__aside .btn { align-self: flex-start; }
.hours__aside .btn + .btn { margin-top: 12px; }

/* ============================================
   GALERIJ
   ============================================ */

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 360px;
  gap: 16px;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  transition: transform var(--t), box-shadow var(--t);
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.gallery__item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gallery__item:hover img { transform: scale(1.06); }

/* ============================================
   CONTACT
   ============================================ */

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: stretch;
}

.contact__list { display: flex; flex-direction: column; gap: 14px; margin: 30px 0; }

.contact__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}

.contact__list li:hover {
  border-color: var(--accent-dark);
  transform: translateX(4px);
  box-shadow: var(--shadow-xs);
}

.contact__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: var(--accent-soft);
  border-radius: 12px;
  color: var(--accent-deep);
}

.contact__list strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
  font-weight: 700;
  margin-bottom: 3px;
}

.contact__list .val, .contact__list a {
  font-size: 16px;
  color: var(--ink);
  font-weight: 600;
}

.contact__list a:hover { color: var(--accent-deep); }

.contact__map {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  min-height: 460px;
  background: var(--bg-soft);
}

.contact__map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; filter: grayscale(0.2) contrast(1.05); }

/* ============================================
   FOOTER
   ============================================ */

.footer {
  padding: 76px 0 calc(28px + env(safe-area-inset-bottom));
  background: var(--ink);
  color: rgba(255, 255, 255, 0.66);
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__brand img {
  height: 74px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer__brand p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14.5px;
  max-width: 360px;
  line-height: 1.65;
}

.footer__col h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 18px;
}

.footer__col ul { display: flex; flex-direction: column; gap: 11px; }

.footer__col a, .footer__contact li {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--t);
  line-height: 1.55;
}

.footer__col a:hover { color: #fff; }

.footer__bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.footer__bottom a:hover,
.footer__bottom button:hover { color: #fff; }

.footer__credit a { color: #fff; font-weight: 700; }
.footer__credit a:hover { text-decoration: underline; }

/* ============================================
   LEGAL / SUBPAGINA (privacyverklaring)
   ============================================ */

.legal { padding: 88px 0 96px; background: var(--bg); }

/* HERO — grote gecentreerde titel */
.legal-hero {
  position: relative;
  padding: 24px 0 64px;
  margin: 0 auto 32px;
  max-width: 900px;
  text-align: center;
}

.legal-hero__title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 28px;
  color: var(--ink);
  text-wrap: balance;
}

.legal-hero__lede {
  font-size: 1.08rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
  text-wrap: pretty;
}

/* LAYOUT — sticky sidebar + body */
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 80px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.legal-body { min-width: 0; }

/* SIDEBAR — sticky TOC */
.legal-sidebar {
  position: sticky;
  top: 120px;
  align-self: start;
  max-height: calc(100vh - 140px);
  max-height: calc(100dvh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--border-strong) transparent;
}

.legal-sidebar::-webkit-scrollbar { width: 4px; }
.legal-sidebar::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 4px; }

.legal-sidebar__label {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-soft);
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.legal-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.legal-sidebar__list a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 16px;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.35;
  box-shadow: inset 1px 0 0 transparent;
  transition: color var(--t), box-shadow var(--t), background var(--t);
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
  text-decoration: none;
}

.legal-sidebar__list a > span:last-child { min-width: 0; overflow-wrap: break-word; }

.legal-sidebar__list a .num {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 600;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: -0.01em;
  transition: color var(--t);
}

.legal-sidebar__list a:hover {
  color: var(--ink);
  box-shadow: inset 1px 0 0 var(--text-soft);
}

.legal-sidebar__list a:hover .num { color: var(--ink); }

.legal-sidebar__list a.is-active {
  color: var(--ink);
  box-shadow: inset 2px 0 0 var(--ink);
  background: var(--bg-soft);
}

.legal-sidebar__list a.is-active .num { color: var(--ink); }

/* ARTICLES — editorial */
.legal-article {
  padding: 52px 0;
  border-top: 1px solid var(--border);
  scroll-margin-top: 120px;
  position: relative;
}

.legal-article:first-of-type {
  border-top: none;
  padding-top: 0;
}

.legal-article:last-of-type { padding-bottom: 24px; }

.legal-article__header {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
}

.legal-article__num {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  color: var(--ink);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  opacity: 0.9;
  align-self: center;
}

.legal-article__title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
  text-wrap: balance;
  margin: 0;
  align-self: center;
}

.legal-article__body p {
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 1rem;
}

.legal-article__body p:last-child { margin-bottom: 0; }
.legal-article__body strong { color: var(--ink); font-weight: 700; }

.legal-article__body a {
  color: var(--ink);
  border-bottom: 1px solid var(--border-strong);
  text-decoration: none;
  font-weight: 500;
  transition: border-color var(--t), color var(--t);
}

.legal-article__body a:hover { border-bottom-color: var(--ink); color: var(--text-muted); }

.legal-article__body ul {
  color: var(--text);
  line-height: 1.8;
  margin: 8px 0 22px;
  list-style: none;
  padding-left: 0;
}

.legal-article__body ul > li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.legal-article__body ul > li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 13px;
  width: 14px;
  height: 1px;
  background: var(--ink);
}

.legal-address {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-left: 3px solid var(--ink);
  border-radius: 0 14px 14px 0;
  padding: 22px 26px;
  margin: 14px 0 20px;
  color: var(--text);
  line-height: 1.85;
  font-size: 0.96rem;
}

.legal-address strong {
  display: block;
  color: var(--ink);
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 700;
}

.legal-address a {
  color: var(--ink);
  border-bottom: 1px solid var(--border-strong);
  text-decoration: none;
  font-weight: 500;
  transition: border-color var(--t);
}

.legal-address a:hover { border-bottom-color: var(--ink); }

/* BACK / FOOTER */
.legal-back {
  margin-top: 56px;
  padding: 36px 0 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.legal-back a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--t), border-color var(--t), background var(--t);
}

.legal-back a:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.legal-back a .arrow {
  display: inline-block;
  transition: transform var(--t);
}

.legal-back a:hover .arrow { transform: translateX(-4px); }

.legal-updated {
  font-size: 0.72rem;
  color: var(--text-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Reveal-animatie voor artikelen */
.legal-article.is-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.legal-article.is-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .legal-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .legal-sidebar {
    position: static;
    max-height: none;
    padding: 22px 24px;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
  }
  .legal-sidebar__list { border-left: none; }
  .legal-sidebar__list a { padding: 8px 12px 8px 14px; }
  .legal-hero { padding: 12px 0 40px; margin-bottom: 20px; }
  .legal-article { padding: 40px 0; }
  .legal-article__header { grid-template-columns: 56px minmax(0, 1fr); gap: 18px; margin-bottom: 20px; }
  .legal-article__num { font-size: 2.1rem; }
  .legal-article__title { font-size: 1.35rem; }
}

@media (max-width: 640px) {
  .legal { padding: 60px 0 72px; }
  .legal-hero__title { font-size: clamp(2.1rem, 8vw, 2.6rem); }
}

/* ============================================
   COOKIE BANNER
   ============================================ */

.cookie-banner {
  position: fixed;
  left: max(20px, env(safe-area-inset-left));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 200;
  width: 380px;
  max-width: calc(100vw - 40px - env(safe-area-inset-left) - env(safe-area-inset-right));
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity var(--t), transform var(--t);
}
.cookie-banner.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cookie-banner[hidden] { display: none; }

.cookie-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 22px 18px;
  box-shadow: 0 22px 56px rgba(11, 12, 14, 0.20);
}

.cookie-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.cookie-head h3 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0;
}

.cookie-close {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: color var(--t), border-color var(--t), background var(--t);
  flex-shrink: 0;
}
.cookie-close:hover { color: var(--ink); border-color: var(--border-strong); background: var(--bg-soft); }

.cookie-body {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0 0 12px;
}

.cookie-prefs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
}
.cookie-prefs[hidden], .cookie-btn[hidden] { display: none; }

.cookie-pref {
  display: flex;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  align-items: flex-start;
}

.cookie-cb {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
.cookie-cb input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  width: 100%;
  height: 100%;
}
.cookie-cb input:disabled { cursor: not-allowed; }

.cb-mark {
  position: absolute;
  inset: 0;
  border: 1.5px solid var(--border-strong);
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background var(--t), border-color var(--t);
}
.cb-mark svg { width: 12px; height: 12px; opacity: 0; transition: opacity var(--t); }
.cookie-cb input:checked + .cb-mark {
  background: var(--ink);
  border-color: var(--ink);
}
.cookie-cb input:checked + .cb-mark svg { opacity: 1; }
.cookie-cb input:disabled + .cb-mark { opacity: 0.7; }

.cookie-pref-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text-muted);
}
.cookie-pref-text b {
  color: var(--ink);
  font-weight: 700;
  font-size: 0.86rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.cookie-btn {
  flex: 1;
  min-width: fit-content;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--ink);
  transition: color var(--t), background var(--t), border-color var(--t), transform var(--t);
}
.cookie-btn.primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.cookie-btn.primary:hover {
  background: var(--ink-2);
  transform: translateY(-1px);
}
.cookie-btn.ghost {
  background: transparent;
  color: var(--text);
}
.cookie-btn.ghost:hover {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--bg-soft);
}

.cookie-link {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-link:hover { color: var(--ink); }

@media (max-width: 560px) {
  .cookie-banner {
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
  }
}

/* ============================================
   SCROLL TO TOP
   ============================================ */

.scroll-top {
  position: fixed;
  bottom: max(26px, env(safe-area-inset-bottom));
  right: max(26px, env(safe-area-inset-right));
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity var(--t), transform var(--t), background var(--t);
}

.scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.scroll-top:hover { background: var(--ink-2); transform: translateY(-4px); }
.scroll-top svg { width: 20px; height: 20px; }

/* WhatsApp floating */
.wa-float {
  position: fixed;
  bottom: max(26px, env(safe-area-inset-bottom));
  left: max(26px, env(safe-area-inset-left));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
  z-index: 90;
  transition: transform var(--t), box-shadow var(--t);
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); }
.wa-float svg { width: 30px; height: 30px; position: relative; z-index: 1; }

.wa-float::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  z-index: 0;
  animation: waPulse 2.6s ease-out infinite;
}

@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.55; }
  70%, 100% { transform: scale(1.9); opacity: 0; }
}

/* ============================================
   SCROLL REVEAL
   ============================================ */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal--left { transform: translateX(-46px); }
.reveal--right { transform: translateX(46px); }
.reveal--scale { transform: scale(0.93); }

.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0.001ms !important; }
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__actions .nav__cta { display: none; }
  .nav__burger { display: flex; }

  .hero { min-height: 78vh; min-height: 78dvh; padding: 116px 24px 80px; }
  .hero__card { max-width: 100%; }

  .services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service--feature { grid-column: span 2; grid-row: span 1; }

  .about__grid { grid-template-columns: minmax(0, 1fr); gap: 70px; }
  .about__media { max-width: 460px; }

  .hours__grid { grid-template-columns: minmax(0, 1fr); }

  .gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 220px; }

  .contact__grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .contact__map { min-height: 380px; }

  .footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }

  /* Geen zijwaartse animaties op tablet/mobiel: voorkomt horizontale overflow */
  .reveal--left, .reveal--right { transform: translateY(30px); }
}

@media (max-width: 640px) {
  .nav__inner { padding: 12px 18px; }
  .nav__logo { height: 44px; }

  .section { padding: 54px 0; }
  .container { padding: 0 18px; }

  .hero { min-height: auto; padding: 104px 18px 60px; }
  .hero__card { padding: 26px 22px; }
  .hero__cta { width: 100%; }
  .hero__cta .btn { flex: 1 1 100%; min-width: 0; }

  /* Knoppen mogen op mobiel afbreken en vullen de breedte */
  .btn { white-space: normal; text-align: center; line-height: 1.3; }
  .btn--inline { align-self: stretch; }
  .hours__aside .btn { align-self: stretch; }
  .hero__facts { gap: 16px; }
  .fact + .fact { padding-left: 16px; }
  .hero__scrim {
    background: linear-gradient(0deg, rgba(8, 9, 11, 0.86) 0%, rgba(8, 9, 11, 0.55) 50%, rgba(8, 9, 11, 0.4) 100%);
  }

  .services__grid { grid-template-columns: minmax(0, 1fr); }
  .service--feature { grid-column: span 1; }
  .service { padding: 26px; }

  .about__points { grid-template-columns: minmax(0, 1fr); }
  .about__badge { right: 12px; bottom: -20px; padding: 16px 20px; }
  .about__badge strong { font-size: 30px; }

  .hours__card, .hours__aside { padding: 28px; }

  .gallery__grid { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 220px; }

  .footer__top { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .footer__bottom { justify-content: center; text-align: center; }

  .wa-float { width: 50px; height: 50px; }
  .wa-float svg { width: 26px; height: 26px; }
}
