/* ============================================================
   RECLAME-SPOT.NL — Stylesheet v2
   ============================================================ */

/* 1. Variables
   ============================================================ */
:root {
  --zwart:   #0f0f0f;
  --wit:     #ffffff;
  --accent:  #FFFF07;
  --bg:      #f5f4f0;
  --licht:   #eeece8;
  --grijs-1: #1a1a1a;
  --grijs-2: #555555;
  --grijs-3: #999999;
  --border:  #e2e0da;
  --nav-h:   68px;
  --radius:  14px;
  --radius-sm: 7px;
  --shadow:  0 2px 4px rgba(0,0,0,0.05), 0 8px 32px rgba(0,0,0,0.09);
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04), 0 2px 10px rgba(0,0,0,0.06);
}

/* 2. Reset & Base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--zwart);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3. Typography
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  color: var(--zwart);
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -0.025em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: -0.01em; font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }

p { color: var(--grijs-2); line-height: 1.7; }
p + p { margin-top: 14px; }

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* 4. Layout
   ============================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.section { padding: 96px 0; }
.section--light { background: var(--licht); }
.section--white { background: var(--wit); }
.section--dark  { background: var(--zwart); }

/* 5. Label & Divider
   ============================================================ */
.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-3);
  margin-bottom: 12px;
}
.label::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.divider {
  width: 32px;
  height: 2px;
  background: var(--accent);
  margin: 20px 0 28px;
}

/* 6. Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s, opacity 0.18s;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover { text-decoration: none; }

.btn-primary, .btn-dark {
  background: var(--zwart);
  color: var(--wit);
  border-color: var(--zwart);
}
.btn-primary:hover, .btn-dark:hover {
  background: var(--grijs-1);
  border-color: var(--grijs-1);
}

.btn-accent {
  background: var(--accent);
  color: var(--zwart);
  border-color: var(--accent);
  font-weight: 700;
}
.btn-accent:hover {
  background: #f0f000;
  border-color: #f0f000;
}

.btn-outline {
  background: transparent;
  color: var(--wit);
  border-color: rgba(255,255,255,0.4);
}
.btn-outline:hover {
  background: var(--wit);
  color: var(--zwart);
  border-color: var(--wit);
}

.btn-outline-dark {
  background: transparent;
  color: var(--zwart);
  border-color: rgba(15,15,15,0.3);
}
.btn-outline-dark:hover {
  background: var(--zwart);
  color: var(--wit);
  border-color: var(--zwart);
}

.btn-light {
  background: var(--wit);
  color: var(--zwart);
  border-color: var(--wit);
}
.btn-light:hover { opacity: 0.88; }

/* 7. Navigation
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--zwart);
  height: var(--nav-h);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav__logo img { height: 32px; width: auto; }

.nav__menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.nav__menu > li > a {
  display: block;
  padding: 7px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  transition: color 0.15s;
  border-radius: var(--radius-sm);
}
.nav__menu > li > a:hover,
.nav__menu > li > a.active { color: var(--wit); }

.nav__item--dropdown { position: relative; }
.nav__item--dropdown > a::after { content: ' ▾'; font-size: 0.65em; opacity: 0.45; }

.nav__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: var(--wit);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  min-width: 210px;
  list-style: none;
  z-index: 300;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.nav__item--dropdown:hover .nav__dropdown { display: block; }

.nav__dropdown li a {
  display: block;
  padding: 10px 16px;
  font-size: 0.875rem;
  color: var(--grijs-1);
  transition: background 0.1s;
  border-bottom: 1px solid var(--border);
}
.nav__dropdown li:last-child a { border-bottom: none; }
.nav__dropdown li a:hover,
.nav__dropdown li a.active { background: var(--bg); color: var(--zwart); }

.nav__cta {
  background: var(--wit) !important;
  color: var(--zwart) !important;
  padding: 7px 18px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px !important;
  margin-left: 8px;
  transition: opacity 0.15s !important;
}
.nav__cta:hover { opacity: 0.82; }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--wit); }

/* 8. Breadcrumb
   ============================================================ */
.breadcrumb {
  background: var(--licht);
  border-bottom: 1px solid var(--border);
  margin-top: var(--nav-h);
}
.breadcrumb__inner {
  padding: 11px 0;
  font-size: 0.8rem;
  color: var(--grijs-3);
  display: flex;
  gap: 6px;
  align-items: center;
}
.breadcrumb__inner a { color: var(--grijs-2); transition: color 0.15s; }
.breadcrumb__inner a:hover { color: var(--zwart); }
.breadcrumb__inner .sep { opacity: 0.35; }

/* 9. Hero (diensten pagina's)
   ============================================================ */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.hero .container { position: relative; z-index: 2; }
.hero h1 { color: var(--wit); }
.hero p { color: rgba(255,255,255,0.75); font-size: 1.1rem; max-width: 52ch; margin-top: 16px; }
.hero .label { color: rgba(255,255,255,0.5); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }

/* 10. Homepage Hero Split
   ============================================================ */
.hero-index {
  margin-top: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - var(--nav-h));
}

.hero-index__panel {
  background: var(--wit);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  border-right: 1px solid var(--border);
}

.hero-index__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-3);
  margin-bottom: 24px;
}
.hero-index__eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--accent);
}

.hero-index__title {
  font-size: clamp(3.4rem, 6.5vw, 6rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--zwart);
}
.hero-index__title .hl {
  display: inline-block;
  background: var(--accent);
  color: var(--zwart);
  padding: 2px 10px 4px;
  margin-left: -4px;
}

.hero-index__sub {
  font-size: 1.05rem;
  color: var(--grijs-2);
  max-width: 42ch;
  line-height: 1.65;
  margin-top: 20px;
}

.hero-index__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  margin-top: 48px;
  padding-top: 36px;
  gap: 0;
}

.hero-stat {
  padding-right: 28px;
  border-right: 1px solid var(--border);
}
.hero-stat:last-child { padding-right: 0; border-right: none; }
.hero-stat + .hero-stat { padding-left: 28px; }

.hero-stat__num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--zwart);
}
.hero-stat__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grijs-3);
  margin-top: 6px;
}

.hero-index__actions {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
}

#hero-map { min-height: 100%; }

/* 11. Diensten kaarten (homepage)
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--wit);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: box-shadow 0.25s, transform 0.25s;
}
.service-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-card__img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.service-card:hover .service-card__img img { transform: scale(1.07); }

.service-card__body {
  padding: 20px 22px 24px;
  background: var(--wit);
  transition: background 0.25s;
}
.service-card:hover .service-card__body { background: var(--zwart); }

.service-card__body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: -0.01em;
  transition: color 0.25s;
}
.service-card:hover .service-card__body h3 { color: var(--wit); }

.service-card__body p  {
  font-size: 0.855rem;
  line-height: 1.55;
  margin-bottom: 16px;
  transition: color 0.25s;
}
.service-card:hover .service-card__body p { color: rgba(255,255,255,0.45); }

.service-card__link {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--zwart);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.15s, color 0.25s;
}
.service-card__link::after { content: '→'; }
.service-card:hover .service-card__link { gap: 10px; color: var(--accent); }

/* 12. Stats bar (donker)
   ============================================================ */
.stats-bar {
  background: var(--zwart);
  padding: 56px 0;
}
.stats-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stats-bar__item {
  padding: 0 40px;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.stats-bar__item:first-child { padding-left: 0; }
.stats-bar__item:last-child  { border-right: none; padding-right: 0; }

.stats-bar__num {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--accent);
  line-height: 1;
}
.stats-bar__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-top: 10px;
}

/* 13. Voordelen grid (diensten pagina's)
   ============================================================ */
.voordelen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.voordeel {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: var(--wit);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}
.voordeel__icon { flex-shrink: 0; width: 32px; height: 32px; }
.voordeel__icon svg { width: 100%; height: 100%; fill: var(--zwart); }
.voordeel h4 { margin-bottom: 6px; font-size: 0.975rem; }
.voordeel p  { font-size: 0.875rem; }

/* 14. Foto grid (campagne impressie)
   ============================================================ */
.foto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: var(--radius);
  overflow: hidden;
}
.foto-grid__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.foto-grid__item--wide { grid-column: span 2; }
.foto-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.foto-grid__item:hover img { transform: scale(1.05); }
.foto-grid__overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.55);
  padding: 10px 14px;
  opacity: 0;
  transition: opacity 0.2s;
}
.foto-grid__item:hover .foto-grid__overlay { opacity: 1; }
.foto-grid__overlay span { color: var(--wit); font-size: 0.8rem; font-weight: 500; }

/* 15. Mosaic (homepage impressie)
   ============================================================ */
.mosaic-item:hover img { transform: scale(1.04); }
.mosaic-item:hover .foto-grid__overlay { opacity: 1 !important; }

/* 16. Diensten card grid (detail pagina's)
   ============================================================ */
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.dienst-card {
  background: var(--wit);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 28px 24px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.dienst-card:hover {
  border-color: var(--zwart);
  box-shadow: var(--shadow-sm);
}
.dienst-card__icon { width: 36px; height: 36px; margin-bottom: 16px; }
.dienst-card__icon svg { width: 100%; height: 100%; fill: var(--zwart); }
.dienst-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.dienst-card p  { font-size: 0.875rem; }

/* 17. Locaties grid
   ============================================================ */
.locaties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.locatie-item {
  padding: 11px 16px;
  font-size: 0.875rem;
  color: var(--grijs-1);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--wit);
}

/* 18. CTA banner
   ============================================================ */
.cta-banner {
  background: var(--wit);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 80px 0;
}
.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-banner__inner h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: 10px; }
.cta-banner__inner p  { font-size: 0.975rem; }

/* 19. Footer
   ============================================================ */
.footer {
  background: var(--zwart);
  padding: 72px 0 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__brand img { height: 28px; width: auto; margin-bottom: 18px; }
.footer__brand p { font-size: 0.875rem; color: rgba(255,255,255,0.4); line-height: 1.7; max-width: 28ch; }
.footer__col h4 {
  color: var(--wit);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer__col ul li a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.45);
  transition: color 0.15s;
}
.footer__col ul li a:hover { color: var(--wit); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.25);
  gap: 16px;
}
.footer__bottom a { color: rgba(255,255,255,0.4); transition: color 0.15s; }
.footer__bottom a:hover { color: var(--wit); }

/* 20. Timing table
   ============================================================ */
.timing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.timing-table th {
  background: var(--zwart);
  color: var(--wit);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
}
.timing-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--grijs-1);
  background: var(--wit);
}
.timing-table tr:last-child td { border-bottom: none; }
.timing-table tr:hover td { background: var(--bg); }
.timing-tag { display: inline-block; padding: 3px 10px; font-size: 0.73rem; font-weight: 600; border-radius: 4px; }
.timing-tag--top    { background: var(--zwart); color: var(--wit); }
.timing-tag--goed   { background: var(--licht); color: var(--grijs-1); }
.timing-tag--rustig { background: var(--licht); color: var(--grijs-3); }

/* 21. Intro block
   ============================================================ */
.intro-block { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.intro-block .divider { margin: 20px auto 28px; }

/* 22. Contact form
   ============================================================ */
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grijs-2);
  margin-bottom: 6px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: var(--wit);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--zwart);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--zwart);
  box-shadow: 0 0 0 3px rgba(15,15,15,0.07);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 40px;
}

/* 23. Borden grid
   ============================================================ */
.borden-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bord-item {
  background: var(--wit);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.bord-item:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.bord-item__img { aspect-ratio: 16/9; overflow: hidden; }
.bord-item__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.bord-item:hover .bord-item__img img { transform: scale(1.05); }
.bord-item__body { padding: 14px 18px 18px; }
.bord-item__body h4 { font-size: 0.9rem; margin-bottom: 4px; }
.bord-item__body p  { font-size: 0.8rem; color: var(--grijs-3); }

/* 24. Mapbox popup
   ============================================================ */
.rs-popup .mapboxgl-popup-content {
  padding: 0;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}
.rs-popup .mapboxgl-popup-tip { display: none; }
.mapboxgl-ctrl-group {
  border-radius: var(--radius-sm) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-sm) !important;
  overflow: hidden;
}
.mapboxgl-ctrl-group button { border-radius: 0 !important; }

/* 25. Mosaic mobile
   ============================================================ */
.mosaic-mobile-stack { grid-template-columns: 1fr !important; height: auto !important; }
.mosaic-mobile-stack > div:first-child { grid-row: span 1 !important; aspect-ratio: 16/9; }
.mosaic-mobile-stack > div:last-child  { grid-template-columns: 1fr 1fr !important; }

/* 26. Ticker / marquee strip
   ============================================================ */
.ticker {
  background: var(--zwart);
  overflow: hidden;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ticker__track {
  display: flex;
  gap: 0;
  animation: ticker-scroll 30s linear infinite;
  width: max-content;
}
.ticker__track:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
  flex-shrink: 0;
}
.ticker__item::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* 27. Scroll reveal animations
   ============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
[data-reveal][data-delay="1"] { transition-delay: 0.1s; }
[data-reveal][data-delay="2"] { transition-delay: 0.2s; }
[data-reveal][data-delay="3"] { transition-delay: 0.3s; }
[data-reveal][data-delay="4"] { transition-delay: 0.4s; }
[data-reveal][data-delay="5"] { transition-delay: 0.5s; }
[data-reveal][data-delay="6"] { transition-delay: 0.6s; }

/* 28. Layout utility classes (grid containers used inline in HTML)
   ============================================================ */
.over-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.over-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}
.campagne-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 560px;
  border-radius: var(--radius);
  overflow: hidden;
}
.campagne-mosaic__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  grid-row: span 2;
}
.cta-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.form-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.diensten-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* 29. Responsive — 1200px (laptop)
   ============================================================ */
@media (max-width: 1200px) {
  .over-grid  { gap: 56px; }
  .contact-grid { gap: 56px; }
  .cta-layout { gap: 32px; }
}

/* 30. Responsive — 1024px (tablet landscape / small laptop)
   ============================================================ */
@media (max-width: 1024px) {
  .hero-index { grid-template-columns: 1fr; min-height: auto; }
  .hero-index__panel { padding: 72px 40px; border-right: none; border-bottom: 1px solid var(--border); }
  #hero-map { min-height: 420px; }

  .over-grid   { grid-template-columns: 1fr; gap: 48px; }
  .over-fotos  { grid-template-rows: 200px 200px; }
  .cta-layout  { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .diensten-hero-grid { grid-template-columns: 1fr; }

  .stats-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .stats-bar__item:nth-child(2) { border-right: none; }
  .stats-bar__item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.1); }
  .stats-bar__item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.1); border-right: none; }
  .stats-bar__item { padding: 20px 40px; }

  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .borden-grid { grid-template-columns: repeat(2, 1fr); }
  .foto-grid { grid-template-columns: repeat(2, 1fr); }
  .foto-grid__item--wide { grid-column: span 2; }
  .cta-banner__inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .voordelen-grid { grid-template-columns: repeat(2, 1fr); }
}

/* 31. Responsive — 768px (tablet portrait)
   ============================================================ */
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .container { padding: 0 24px; }

  .hero-index__panel { padding: 60px 32px; }
  #hero-map { min-height: 360px; }

  .campagne-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .campagne-mosaic > div:first-child { height: 280px; grid-row: span 1 !important; }
  .campagne-mosaic__right {
    grid-row: span 1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px;
    height: 160px;
  }

  .over-fotos { grid-template-rows: 170px 170px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* 32. Responsive — 600px (mobiel groot)
   ============================================================ */
@media (max-width: 600px) {
  .hero-index__stats { gap: 0; }
  .hero-stat__num { font-size: 1.5rem; }
  .hero-stat { padding: 0 10px; }
  .hero-stat:first-child { padding-left: 0; }

  .over-grid { gap: 32px; }
  .over-fotos {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 110px 110px;
  }
  .over-fotos > div:first-child { grid-row: span 1 !important; }

  .cta-layout > div:last-child { flex-direction: row !important; flex-wrap: wrap; }

  .form-name-grid { grid-template-columns: 1fr; gap: 0; }

  .campagne-mosaic__right { grid-template-columns: 1fr 1fr; }
  .campagne-mosaic > div:first-child { height: 220px; }
}

/* 33. Responsive — 480px (mobiel klein)
   ============================================================ */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .section { padding: 56px 0; }

  .hero-index__panel { padding: 44px 16px; }
  #hero-map { min-height: 280px; }

  h2 { font-size: clamp(1.6rem, 7vw, 2.4rem); }

  .hero-index__stats { grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); margin-top: 32px; padding-top: 24px; }
  .hero-stat__num { font-size: 1.25rem; }
  .hero-stat__label { font-size: 0.58rem; }
  .hero-stat { padding: 0 8px; }

  .hero-index__actions { flex-direction: column; gap: 10px; }
  .hero-index__actions .btn { width: 100%; justify-content: center; }

  .stats-bar__item { padding: 16px !important; }
  .stats-bar__num  { font-size: 2rem; }

  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .borden-grid   { grid-template-columns: 1fr; }
  .voordelen-grid { grid-template-columns: 1fr; }

  .campagne-mosaic { border-radius: 0; }
  .campagne-mosaic__right { grid-template-columns: 1fr 1fr; height: 140px; grid-template-rows: 140px; }

  .footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }

  .timing-table { font-size: 0.8rem; }
  .timing-table th, .timing-table td { padding: 9px 10px; }

  .ticker__item { font-size: 0.6rem; padding: 0 16px; gap: 16px; }
}

/* 34. Mobile nav (shared across breakpoints)
   ============================================================ */
@media (max-width: 900px) {
  .nav__menu {
    display: none;
    position: fixed;
    top: var(--nav-h); left: 0; right: 0;
    background: var(--zwart);
    flex-direction: column;
    padding: 8px 0 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
    gap: 0;
    align-items: stretch;
    overflow-y: auto;
    max-height: calc(100vh - var(--nav-h));
    z-index: 300;
  }
  .nav__menu.open { display: flex; }
  .nav__menu > li > a { padding: 13px 20px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,0.05); color: rgba(255,255,255,0.7); }
  .nav__menu > li > a:hover { color: var(--wit); }
  .nav__toggle { display: flex; }
  .nav__dropdown { position: static; border: none; border-radius: 0; display: none; box-shadow: none; min-width: 0; }
  .nav__item--dropdown:hover .nav__dropdown { display: none; }
  .nav__item--dropdown.open .nav__dropdown { display: block; }
  .nav__dropdown li a { background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.55); padding-left: 36px; border-radius: 0; }
  .nav__cta { margin: 8px 16px 0 !important; border-radius: 4px !important; text-align: center; display: block !important; }
}
@media (min-width: 901px) {
  .nav__toggle { display: none; }
}
