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

:root {
  --grad: linear-gradient(to right, #5c1d02, #c85a1e);
  --oranje: #C85A1E;
  --transition: 0.25s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  background: #1a0a03;
  color: #fff;
  overflow-x: hidden;
}

/* =====================================================
   HERO
   ┌─────────────────────────────────────────────────┐
   │  [foto – volle breedte]                         │
   │  [mascotte zweeft over de grens]                │
   ├──────────────┬──────────────────────────────────┤
   │ nav links    │ titel + tekst rechts              │
   └──────────────┴──────────────────────────────────┘
===================================================== */
#hero {
  position: relative;
  width: 100%;
}

/* Foto strip bovenaan */
.hero-foto-strip {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.hero-foto-bg {
  position: absolute;
  inset: -18% 0;
  background: url('img/hero.jpg') center/cover no-repeat;
  will-change: transform;
}

/* Mascotte: zweeft over de grens foto → bruin */
.hero-mascot {
  position: absolute;
  left: clamp(2.5rem, 6vw, 6rem);
  top: 40px;
  z-index: 10;
  width: clamp(150px, 18vw, 250px);
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55));
}

.hero-mascot img {
  width: 100%;
  height: auto;
  display: block;
}

/* Bruine onderkant */
.hero-bottom {
  background: var(--grad);
  display: flex;
  min-height: clamp(280px, 42vw, 480px);
}

/* Linker nav-kolom */
.hero-nav-col {
  width: 32%;
  flex-shrink: 0;
  padding-top: clamp(3.5rem, 11vw, 8rem);
  padding-left: clamp(2.5rem, 6vw, 6rem);
  padding-bottom: 3rem;
  padding-right: 1rem;
}

.nav-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.6rem;
}

.hero-nav-links {
  list-style: none;
}

.hero-nav-links li {
  border-left: 2px solid transparent;
  transition: border-color var(--transition);
}

.hero-nav-links li:hover {
  border-color: var(--oranje);
}

.hero-nav-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: clamp(0.9rem, 1.3vw, 1.15rem);
  font-weight: 300;
  padding: 0.35rem 0 0.35rem 0.85rem;
  transition: color var(--transition), padding-left var(--transition);
  letter-spacing: 0.01em;
}

.hero-nav-links li:hover a {
  color: rgba(255,255,255,0.85);
  padding-left: 1.1rem;
}

/* Contact losgemaakt onderaan */
.hero-nav-contact {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.hero-nav-contact a {
  font-weight: 400;
  color: #fff;
}

/* Rechter content-kolom */
.hero-content-col {
  flex: 1;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(3rem, 6vw, 6rem) clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-content-col h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.9rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.hero-content-col p {
  font-size: clamp(0.82rem, 1.05vw, 0.97rem);
  color: rgba(255,255,255,0.9);
  line-height: 1.78;
  margin-bottom: 1rem;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-cta {
  display: inline-block;
  background: var(--oranje);
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}

.hero-cta:hover {
  background: #e06828;
}

.hero-cta--ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.55);
}

.hero-cta--ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.85);
}

/* =====================================================
   DIENST SECTIES  (50/50 split, afwisselend)
   Elke sectie:
     .helft-gradient  ← mascot op oranje achtergrond
     .helft-foto      ← achtergrondafbeelding + tekst
===================================================== */
.dienst-sectie {
  display: flex;
  min-height: 100vh;
}

/* Omgekeerde volgorde */
.dienst-sectie.omgekeerd {
  flex-direction: row-reverse;
}

/* Gradient helft met mascot */
.helft-gradient {
  width: 50%;
  flex-shrink: 0;
  background: var(--grad);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  gap: 1.5rem;
}

.helft-gradient .mascot {
  width: clamp(180px, 22vw, 300px);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.35));
}

.helft-gradient .dienst-icon {
  width: clamp(100px, 12vw, 160px);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.3));
}

/* Foto helft met parallax */
.helft-foto {
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.helft-foto-bg {
  position: absolute;
  inset: -18% 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}

/* Donkere overlay op de foto */
.helft-foto-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 5, 0, 0.68);
  z-index: 1;
}

/* Tekst boven de overlay */
.helft-foto-tekst {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3.5rem);
}

/* Sectie label */
.sectie-label {
  display: inline-block;
  background: var(--oranje);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.8rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.helft-foto-tekst h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.helft-foto-tekst h2 span { color: #f0844a; }

.helft-foto-tekst p {
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin-bottom: 0.9rem;
  max-width: 52ch;
}

.dienst-lijst {
  list-style: none;
  margin: 1rem 0 1.75rem;
}

.dienst-lijst li {
  font-size: clamp(0.8rem, 0.95vw, 0.9rem);
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 0.4rem;
  padding-left: 1.2rem;
  position: relative;
}

.dienst-lijst li::before {
  content: '✓';
  color: var(--oranje);
  position: absolute;
  left: 0;
  font-weight: 700;
}

.knop {
  display: inline-block;
  background: var(--oranje);
  color: #fff;
  padding: 0.7rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s;
}

.knop:hover {
  background: #e06828;
  transform: translateY(-2px);
}

/* =====================================================
   CONTACT
===================================================== */
#contact {
  background: #0d0400;
  border-top: 3px solid var(--oranje);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 4rem);
}

.contact-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.contact-info h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.75rem;
}

.contact-info > p {
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-regel {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: clamp(0.85rem, 1.1vw, 0.97rem);
  color: rgba(255,255,255,0.85);
}

.contact-icoon {
  width: 40px;
  height: 40px;
  background: var(--grad);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: #fff;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.form-rij {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.form-input {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  padding: 0.85rem 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: #fff;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.form-input:focus {
  border-color: var(--oranje);
  background: rgba(255,255,255,0.09);
}

.form-input::placeholder { color: rgba(255,255,255,0.35); }
textarea.form-input { resize: vertical; min-height: 130px; }

.knop-submit {
  background: var(--grad);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.9rem 2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  align-self: flex-start;
}

.knop-submit:hover { opacity: 0.85; transform: translateY(-1px); }
.knop-submit:disabled { opacity: 0.5; cursor: default; transform: none; }

@media (max-width: 700px) {
  .contact-inner { grid-template-columns: 1fr; }
  .form-rij { grid-template-columns: 1fr; }
}

/* =====================================================
   FOOTER
===================================================== */
footer {
  background: var(--grad);
  position: relative;
  z-index: 10;
  margin-top: -70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(2.5rem, 6vw, 6rem);
}

footer img {
  height: 90px;
  width: auto;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4));
  margin-top: -75px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-right: auto;
}

.footer-privacy {
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.footer-privacy:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-sep {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  font-weight: 300;
}

/* Geef contact genoeg padding-bottom zodat de footer er niet overheen schuift */
#contact {
  padding-bottom: calc(clamp(3rem, 6vw, 5rem) + 80px);
}

/* =====================================================
   GEDEELDE ELEMENTEN SUBPAGINA'S
===================================================== */
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.65rem 1.3rem;
  border-radius: 2rem;
  font-weight: 500;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.back-btn:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.6);
}

/* Footer zonder overlap-effect (subpagina's) */
footer.page-footer {
  margin-top: 0;
}

/* =====================================================
   PRIVACYVERKLARING
===================================================== */
.privacy-hero {
  position: relative;
}

.privacy-mascot {
  position: absolute;
  left: clamp(2.5rem, 6vw, 6rem);
  top: 30px;
  z-index: 10;
  width: clamp(150px, 15vw, 250px);
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55));
}

.privacy-mascot img {
  width: 100%;
  height: auto;
  display: block;
}

.privacy-hero-bottom {
  background: var(--grad);
  padding: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 6vw, 6rem) clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: clamp(120px, 18vw, 180px);
}

.privacy-hero-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.65rem 1.3rem;
  border-radius: 2rem;
  font-weight: 500;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
  margin-left: calc(clamp(150px, 18vw, 250px) + clamp(2.5rem, 6vw, 6rem) + 1.5rem);
}

.privacy-hero-bottom a:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.6);
}

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3rem);
}

.privacy-content h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 600;
  color: var(--oranje);
  margin: 0 0 0.5rem 0;
}

.privacy-content .datum {
  font-size: 0.85rem;
  opacity: 0.5;
  margin-bottom: 2.5rem;
}

.privacy-content h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--oranje);
  margin: 2.2rem 0 0.6rem 0;
}

.privacy-content p {
  line-height: 1.8;
  margin: 0 0 1rem 0;
  opacity: 0.9;
}

.privacy-content ul {
  padding-left: 1.4rem;
  line-height: 1.9;
  opacity: 0.9;
  margin: 0 0 1rem 0;
}

.privacy-content a {
  color: var(--oranje);
  text-decoration: none;
}

.privacy-content a:hover {
  text-decoration: underline;
}

/* =====================================================
   VOORBEELDEN PAGINA
===================================================== */
.vb-hero {
  position: relative;
}

.vb-mascot {
  position: absolute;
  left: clamp(2.5rem, 6vw, 6rem);
  top: 30px;
  z-index: 10;
  width: clamp(150px, 18vw, 250px);
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55));
}

.vb-mascot img {
  width: 100%;
  height: auto;
  display: block;
}

.vb-hero-bottom {
  background: var(--grad);
  padding: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 6vw, 6rem) clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: clamp(120px, 18vw, 180px);
  gap: 1rem;
}

.vb-hero-title {
  margin-left: calc(clamp(150px, 18vw, 250px) + clamp(2.5rem, 6vw, 6rem) + 1.5rem);
}

.vb-hero-title h1 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 0.3rem 0;
}

.vb-hero-title p {
  font-size: clamp(0.78rem, 1.2vw, 0.88rem);
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.vb-content {
  padding: 9rem clamp(1.5rem, 5vw, 5rem);
}

/* Masonry galerij */
.masonry {
  columns: 4;
  column-gap: 0.85rem;
  orphans: 1;
  widows: 1;
}

@media (max-width: 1100px) {
  .masonry { columns: 3; }
}

@media (max-width: 400px) {
  .masonry { columns: 1; }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  display: block;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 6px;
}

.masonry-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(92,29,2,0.55) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 6px;
}

.masonry-item:hover img {
  transform: scale(1.04);
}

.masonry-item:hover::after {
  opacity: 1;
}

.masonry-item .zoom-icon {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 2.2rem;
  height: 2.2rem;
  background: var(--oranje);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.masonry-item:hover .zoom-icon {
  opacity: 1;
  transform: scale(1);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 4, 1, 0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(4px);
}

.lightbox.open {
  display: flex;
}

.lightbox-inner {
  position: relative;
  max-width: min(90vw, 1100px);
  max-height: 90vh;
}

.lightbox-inner img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 6px;
  display: block;
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}

.lightbox-close {
  position: absolute;
  top: -2.8rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.lightbox-close:hover { opacity: 1; }

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(200,90,30,0.75);
  border: none;
  color: #fff;
  font-size: 1.4rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.lightbox-nav:hover { background: var(--oranje); }

.lightbox-prev { left: -3.5rem; }
.lightbox-next { right: -3.5rem; }

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 800px) {
  .dienst-sectie,
  .dienst-sectie.omgekeerd { flex-direction: column; }
  .helft-gradient, .helft-foto { width: 100%; min-height: 60vw; }
  .hero-bottom { flex-direction: column; }
  .hero-nav-col { width: 100%; padding-top: 1.5rem; }
  .hero-mascot { width: clamp(120px, 32vw, 190px); }
}

/* Beginwaarden voor animaties */
.slide-l { opacity: 0; transform: translateX(-35px); }
.slide-r { opacity: 0; transform: translateX( 35px); }
.fade-up { opacity: 0; transform: translateY(30px); }

/* =====================================================
   DIENST SECTIES  (.ds)
   Zelfde structuur als hero:
   topbalk → foto strip → mascot (absoluut) → oranje vlak
===================================================== */
.ds {
  position: relative;
  overflow: visible; /* zodat icon boven sectie kan uitsteken */
}

/* Scheidingslijn boven de foto */
.ds-topbalk {
  height: 3px;
  background: linear-gradient(to right, rgba(255,255,255,0.15), rgba(255,255,255,0.6), rgba(255,255,255,0.15));
}

/* Foto strip (volle breedte, zelfde hoogte als hero) */
.ds-foto-strip {
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

/* Subtiele witte lijn bovenaan de foto */
.ds-foto-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.55), rgba(255,255,255,0.1));
  z-index: 1;
  pointer-events: none;
}

/* Subtiele overlay onderaan de foto richting het oranje vlak */
.ds-foto-strip::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(92,29,2,0.55));
  pointer-events: none;
}

/* Parallax achtergrond */
.ds-foto-bg {
  position: absolute;
  inset: -18% 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

/* Drijvend icoon — steekt boven de foto-strip uit.
   Gepositioneerd vanaf LEFT: 32% zodat de linkerrand van het icon
   altijd op dezelfde positie zit als .ds-conduit (linkerkolom = 32%).
   Zo blijft de aftakking in de afbeelding altijd aangesloten op de buizenlijn,
   ook als de viewport smaller wordt (bijv. iPad).
   Mobiel krijgt later een aparte @media layout.
*/
.ds-icon-float {
  position: absolute;
  left: calc(35% + 60px);
  top: -110px;
  z-index: 20;
  width: clamp(280px, 62%, 700px);
  pointer-events: none;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.45));
  overflow: visible;
}

.ds-icon-float img {
  width: 100%;
  height: auto;
  display: block;
}

.kabel-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Mascotte: zweeft over de grens foto → oranje */
.ds-mascot {
  position: absolute;
  left: clamp(2.5rem, 6vw, 6rem);
  top: 80px;
  z-index: 10;
  width: clamp(150px, 18vw, 260px);
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55));
}

.ds-mascot img {
  width: 100%;
  height: auto;
  display: block;
}

/* Oranje vlak onderaan */
.ds-bottom {
  background: var(--grad);
  display: flex;
  min-height: clamp(280px, 40vw, 460px);
}

/* Linker tekstkolom */
.ds-col-links {
  width: 35%;
  flex-shrink: 0;
  /* padding-top duwt tekst onder de mascotte */
  padding-top: clamp(3.5rem, 11vw, 8rem);
  padding-left: clamp(2.5rem, 6vw, 6rem);
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

.ds-col-links p {
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  font-weight: 300;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  padding-right: 40px;
  margin-bottom: 25px;
}

/* Conduit: buizen afbeelding als herhalende achtergrond */
.ds-conduit {
  width: 60px;
  flex-shrink: 0;
  align-self: stretch;
  background-image: url('img/buizen.png');
  background-repeat: repeat-y;
  background-size: 100% auto;
  transition: box-shadow 0.6s ease;
}

/* Stroom-animatie: actief als sectie in beeld is */
@keyframes stroom-omhoog {
  from { background-position-y: 0px; }
  to   { background-position-y: -80px; }
}

.ds-conduit.stroom-actief {
  animation: stroom-omhoog 0.7s linear infinite;
  box-shadow: 0 0 10px 3px rgba(255, 160, 0, 0.65), 0 0 22px 5px rgba(255, 120, 0, 0.3);
}

/* Rechter kolom: heading + tekst */
.ds-col-rechts {
  flex: 1;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(4rem, 8vw, 6rem) clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ds-col-rechts h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.3rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ds-col-rechts p {
  font-size: clamp(0.82rem, 1.05vw, 0.97rem);
  color: rgba(255,255,255,0.9);
  line-height: 1.78;
  margin-bottom: 1rem;
}

/* Laadpaal: zelfde spiegelindeling als thuisbatterij */
#laadpaal .ds-icon-float {
  left: auto;
  right: calc(65% - 5px);
  top: -84px;
  width: 400px;
}

#laadpaal .ds-mascot {
  left: auto;
  right: 6rem;
  top: 70px;
  width: 295px;
}

/* Sectie-specifieke overrides */
#zonnepanelen .ds-mascot {
  top: 85px;
  width: 270px;
}

/* Thuisbatterij: achtergrond iets lager zodat bovenkant accu's zichtbaar is */
#thuisbatterij .ds-foto-bg {
  background-position: center 30%;
}

/* Thuisbatterij: gespiegeld — icon links, mascotte rechts.
   Het icon staat links van de conduit. De kabel aan de onderkant
   sluit aan op de linkerrand van de buizenlijn (left: 35%).
   Rechterrand icon = 35% → left = 35% - icon breedte.
*/
#thuisbatterij .ds-icon-float {
  left: auto;
  right: calc(65% - 5px);
  top: -84px;
  width: 400px;
}

#thuisbatterij .ds-mascot {
  left: auto;
  right: 6rem;
  top: 70px;
  width: 295px;
}

/* Heading in linkerkolom (thuisbatterij en spiegelversies) */
.ds-col-links h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
}

/* =====================================================
   GROEPENKAST
===================================================== */
#groepenkast .ds-bottom {
  min-height: 895px;
  align-items: stretch;
}

/* Spacer houdt ruimte vrij voor de absolute illustratie */
.gk-spacer {
  width: 260px;
  flex-shrink: 0;
}

/* Illustratie zweeft over de grens foto → oranje */
.gk-illustratie {
  position: absolute;
  left: 32.8%;
  top: 278px;
  z-index: 15;
  width: 260px;
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.5));
}

.gk-illustratie img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tips in de rechterkolom */
.gk-tip {
  margin-bottom: 3.1rem;
}

.gk-tip strong {
  display: block;
  font-weight: 600;
  font-size: clamp(0.8rem, 1vw, 0.92rem);
  color: #fff;
  margin-bottom: 0.25rem;
}

.gk-tip p {
  font-size: clamp(0.82rem, 1.05vw, 0.97rem);
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 0;
}

/* =====================================================
   INSTAGRAM
===================================================== */
#instagram {
  background: #110600;
  padding: 3rem 0 3.5rem;
  border-top: 3px solid var(--oranje);
}

.insta-kop {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  padding: 0 clamp(2rem, 6vw, 6rem) 1.5rem;
}

.insta-kop h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  color: #fff;
}

.insta-link {
  color: var(--oranje);
  font-size: 0.9rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

.insta-link:hover { opacity: 0.8; }

.insta-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.insta-pijl {
  background: var(--oranje);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-pijl:hover { background: #e06828; }
.insta-pijl:disabled { opacity: 0.25; cursor: default; }

.insta-strip {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  scroll-behavior: smooth;
  flex: 1;
  scrollbar-width: none;
}

.insta-strip::-webkit-scrollbar { display: none; }

.insta-post {
  flex-shrink: 0;
  height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--oranje) #1e0c04;
}

.insta-post::-webkit-scrollbar { width: 4px; }
.insta-post::-webkit-scrollbar-track { background: #1e0c04; }
.insta-post::-webkit-scrollbar-thumb { background: var(--oranje); border-radius: 2px; }

/* Vang iframes op die Instagram's embed.js direct in de strip injecteert */
#instaStrip > iframe {
  flex-shrink: 0;
  max-width: 328px;
}

/* Placeholder kaart (verwijderen zodra echte embeds zijn toegevoegd) */
.insta-placeholder {
  flex-shrink: 0;
  width: 320px;
  background: #1e0c04;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.insta-ph-beeld {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #672102 0%, #C85A1E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-ph-beeld::after {
  content: '📷';
  font-size: 3rem;
  opacity: 0.4;
}

.insta-ph-tekst {
  padding: 0.9rem 1rem 1.1rem;
}

.insta-ph-naam {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--oranje);
  margin-bottom: 0.4rem;
}

.insta-ph-tekst p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 800px) {
  .ds-foto-strip { height: 180px; }
  .ds-bottom { flex-direction: column; }
  .ds-col-links { width: 100%; padding-top: 1.5rem; }
  .ds-icon-float { top: -30px; width: clamp(120px, 35vw, 200px); }
  .ds-conduit { width: 100%; height: 24px; flex-direction: row; }
}
