/* Pagina-specifiek - gedeelde basis (tokens, reset, navbar, footer) staat in base.css */


  /* PAGE HERO */
  .over-hero {
    min-height: 67vh;
    background: var(--navy);
    padding: 9rem 5% 4rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .over-hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.06;
    background: var(--mint);
    width: 500px; height: 500px;
    top: -180px; right: -120px;
    pointer-events: none;
  }
  .over-hero .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(93,202,165,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(93,202,165,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
  }
  .section-label {
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--mint);
    margin-bottom: 1rem;
  }
  .over-hero h1 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    letter-spacing: -1.5px;
    max-width: 700px;
  }
  .over-hero h1 .accent { color: var(--mint); }
  .over-hero p {
    color: rgba(244,244,240,0.6);
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.7;
    max-width: 540px;
    margin-top: 1.3rem;
  }

  /* STORY SECTION */
  section.over-story { padding: 5rem 5%; max-width: 1100px; margin: 0 auto; }
  .story-text { max-width: 680px; font-size: 1.02rem; line-height: 1.8; color: rgba(13,27,42,0.75); font-weight: 300; }
  .story-text strong { font-weight: 500; color: var(--navy); }
  .story-text + .story-text { margin-top: 1.3rem; }
  .story-head { margin-bottom: 1.4rem; }
  .story-head .section-title { margin-bottom: 0; }

  /* FOTO GALERIJ */
  .over-gallery {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 215px 215px;
    gap: 1rem;
    margin-top: 3rem;
  }
  .og-main { grid-row: 1 / 3; }
  .og-main, .og-side { border-radius: 20px; overflow: hidden; }
  .over-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }

  /* HET TEAM */
  .team-section { max-width: 1100px; margin: 0 auto; padding: 0 5% 2.5rem; }
  .team-head { margin-bottom: 0.5rem; }
  .team-head .section-title { margin-bottom: 0; }
  .team-section .team-grid { margin-top: 0.9rem; }

  /* PHOTO PLACEHOLDER STRIP */
  .photo-strip {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1.2rem;
    margin: 3.5rem 0;
  }
  .photo-placeholder {
    background: #eef0eb;
    border: 1.5px dashed rgba(13,27,42,0.18);
    border-radius: 20px;
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: rgba(13,27,42,0.35);
  }
  .photo-placeholder .ph-icon { font-size: 1.8rem; }
  .photo-placeholder .ph-label { font-size: 0.78rem; letter-spacing: 0.5px; text-align: center; padding: 0 1rem; }
  .photo-foto { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; }
  .photo-foto.tall { aspect-ratio: auto; height: 100%; }
  .photo-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
  .photo-placeholder.tall { aspect-ratio: auto; height: 100%; }

  /* TEAM CARDS */
  .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .team-card {
    background: var(--navy);
    border-radius: 20px;
    padding: 1.1rem;
    position: relative;
    overflow: hidden;
  }
  .team-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 110px; height: 110px;
    background: rgba(93,202,165,0.08);
    border-radius: 50%;
    transform: translate(35px, -35px);
  }
  .team-photo {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 14px;
    background: rgba(93,202,165,0.07);
    border: 1.5px dashed rgba(93,202,165,0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: rgba(93,202,165,0.6);
    margin-bottom: 0.7rem;
  }
  .team-photo .ph-icon { font-size: 1.6rem; }
  .team-photo .ph-label { font-size: 0.74rem; }
  .team-foto {
    width: 100%;
    height: clamp(170px, 22vw, 260px);
    object-fit: cover;
    object-position: center 25%;
    border-radius: 14px;
    display: block;
    margin-bottom: 0.7rem;
  }
  .team-card h3 { font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.15rem; color: var(--white); margin-bottom: 0.12rem; }
  .team-role { font-size: 0.78rem; color: var(--mint); margin-bottom: 0.45rem; letter-spacing: 0.5px; }
  .team-bio { font-size: 0.84rem; color: rgba(244,244,240,0.55); line-height: 1.45; }
  .team-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.65rem;
    color: var(--mint);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(93,202,165,0.35);
    padding: 0.35rem 0.8rem;
    border-radius: 50px;
    transition: background 0.2s, border-color 0.2s;
  }
  .team-linkedin:hover { background: rgba(93,202,165,0.12); border-color: var(--mint); }

  /* CERTIFICERINGEN */
  .cert-section { background: var(--white); padding: 5rem 5%; }
  .cert-inner { max-width: 1100px; margin: 0 auto; }
  .cert-intro { color: rgba(13,27,42,0.6); font-weight: 300; line-height: 1.7; max-width: 620px; margin-top: 1rem; }
  .cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 2.5rem; }
  .cert-card {
    background: #fff;
    border: 1px solid rgba(13,27,42,0.08);
    border-radius: 16px;
    padding: 1.6rem;
  }
  .cert-issuer {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--mint-dark);
    background: rgba(93,202,165,0.12);
    padding: 0.25rem 0.7rem;
    border-radius: 50px;
    margin-bottom: 1rem;
  }
  .cert-card h3 { font-size: 1.02rem; color: var(--navy); font-weight: 700; line-height: 1.3; margin-bottom: 0.5rem; }
  .cert-meta { font-size: 0.82rem; color: rgba(13,27,42,0.5); margin-bottom: 0.6rem; }
  .cert-skills { font-size: 0.82rem; color: rgba(13,27,42,0.65); line-height: 1.5; }
  .team-foto-groot {
    max-width: 760px;
    margin: 4rem auto 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(13,27,42,0.12);
  }
  .team-foto-groot img {
    width: 100%;
    display: block;
    max-height: 440px;
    object-fit: cover;
    object-position: center 30%;
  }
  .team-intro {
    text-align: center;
    color: rgba(13,27,42,0.6);
    font-weight: 300;
    margin-top: 1.4rem;
  }

  /* ONZE AANPAK */
  .aanpak-section { background: var(--white); padding: 5rem 5%; }
  .aanpak-inner { max-width: 1100px; margin: 0 auto; }
  .aanpak-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
  .aanpak-stap {
    background: #fff;
    border: 1px solid rgba(13,27,42,0.08);
    border-radius: 18px;
    padding: 2rem;
  }
  .aanpak-num {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(93,202,165,0.45);
    margin-bottom: 0.6rem;
  }
  .aanpak-stap h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 0.5rem; font-weight: 700; }
  .aanpak-stap p { font-size: 0.92rem; color: rgba(13,27,42,0.65); line-height: 1.6; font-weight: 300; }

  /* SCROLL REVEAL */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal.in { opacity: 1; transform: none; }

  /* MEER OVER ONS - TABS */
  .over-tabs-section { background: var(--navy); padding: 5rem 5%; }
  .over-tabs-inner { max-width: 1100px; margin: 0 auto; }
  .over-tabs-header { text-align: center; margin-bottom: 2.5rem; }
  .over-tabs-header .section-label { color: var(--mint); }
  .over-tabs-titel {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--white);
  }
  .over-tabs-titel .accent { color: var(--mint); }
  .over-tabs { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
  .over-tab {
    font-family: inherit;
    cursor: pointer;
    border: 1px solid rgba(244,244,240,0.2);
    background: transparent;
    color: rgba(244,244,240,0.8);
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  .over-tab:hover { border-color: var(--mint); }
  .over-tab.active { background: var(--mint); color: var(--navy); border-color: var(--mint); }
  .over-panel { display: none; }
  .over-panel.active { display: block; animation: overFade 0.4s ease; }
  @keyframes overFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
  .over-panel-intro { color: rgba(244,244,240,0.6); font-weight: 300; line-height: 1.6; max-width: 620px; margin: 0 auto 2rem; text-align: center; }

  /* VALUES */
  .values-section { background: #eef0eb; padding: 5rem 5%; }
  .values-inner { max-width: 1100px; margin: 0 auto; }
  .section-title {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--navy);
    margin-bottom: 2.5rem;
  }
  .section-title .accent { color: var(--mint); }
  .values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
  .value-item {
    background: var(--white);
    border-radius: 16px;
    padding: 1.6rem;
    border: 1px solid rgba(13,27,42,0.06);
  }
  .value-item h4 { font-size: 1rem; font-weight: 500; margin-bottom: 0.4rem; }
  .value-item p { font-size: 0.85rem; color: rgba(13,27,42,0.55); line-height: 1.6; }

  /* CTA */
  .over-cta {
    background: var(--navy);
    padding: 4.5rem 5%;
    text-align: center;
  }
  .over-cta h2 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.5px;
    margin-bottom: 0.8rem;
  }
  .over-cta h2 span { color: var(--mint); }
  .over-cta p { color: rgba(244,244,240,0.55); margin-bottom: 1.8rem; }
  .btn-primary {
    background: var(--mint);
    color: var(--navy);
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--mint-dark); transform: translateY(-2px); }


  @media (max-width: 768px) {
    .nav-toggle {
      display: flex; flex-direction: column; justify-content: center; gap: 5px;
      width: 44px; height: 44px; padding: 9px;
      background: none; border: 0; cursor: pointer; z-index: 120;
    }
    .nav-toggle span {
      display: block; height: 2px; width: 100%; border-radius: 2px;
      background: var(--white);
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
    nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-links {
      display: flex;
      position: fixed; top: 0; right: 0;
      flex-direction: column; align-items: flex-start;
      width: min(80vw, 320px); height: 100vh;
      padding: 6rem 2rem 2rem; gap: 1.6rem;
      background: rgba(13,27,42,0.98);
      -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
      box-shadow: -10px 0 40px rgba(0,0,0,0.35);
      transform: translateX(100%);
      transition: transform 0.32s ease;
      z-index: 110;
    }
    nav.nav-open .nav-links { transform: translateX(0); }
    .nav-links a { font-size: 1.05rem; }
    .nav-cta { display: inline-block; padding: 0.7rem 1.6rem; }
    .photo-strip { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .over-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
    .og-main { grid-row: auto; }
    .over-gallery img { height: 220px; }
    .aanpak-grid { grid-template-columns: 1fr; }
    .cert-grid { grid-template-columns: 1fr 1fr; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; gap: 1rem; }
  }
  @media (max-width: 480px) {
    .values-grid { grid-template-columns: 1fr; }
    .cert-grid { grid-template-columns: 1fr; }
  }

/* -- Large-screen content cap (>=1500px) --
   Section inner wrappers (.cert-inner/.aanpak-inner/.over-tabs-inner/.values-inner
   and .over-story/.team-section) already cap at 1100px; align the full-bleed
   bands to that same 1100px rail. */
@media (min-width: 1500px) {
  .over-hero, .cert-section, .aanpak-section, .over-tabs-section, .values-section, .over-cta {
    padding-inline: max(5%, calc((100% - 1100px) / 2));
  }
}


/* Audit 2.0 refinements: compact mobile nav and readable footer */
@media (max-width: 768px) {
  nav { padding: 0.85rem 1rem; }
  nav .nav-links {
    width: min(78vw, 290px) !important;
    padding: 4.7rem 1.1rem 1.25rem !important;
  }
  nav .nav-links a:not(.nav-cta) {
    padding: 0.68rem 0.2rem !important;
    font-size: 0.96rem !important;
    line-height: 1.2 !important;
  }
  nav .nav-links .nav-cta {
    margin-top: 0.95rem !important;
    padding: 0.78rem 1rem !important;
    font-size: 0.95rem !important;
  }
}
@media (max-width: 560px) {
  footer.site-footer { padding: 2.35rem 1.15rem 1.4rem !important; }
  /* Twee kolommen i.p.v. alles onder elkaar -> footer ~40% korter op telefoon */
  footer.site-footer .footer-top { grid-template-columns: 1fr 1fr !important; gap: 1.5rem 1.25rem !important; }
  footer.site-footer .footer-brand { max-width: none !important; }
  footer.site-footer .footer-about { display: none; }
  footer.site-footer .footer-col h4 { margin-bottom: 0.6rem; }
  footer.site-footer .footer-col a,
  footer.site-footer .footer-contact a,
  footer.site-footer .footer-contact span { min-height: 30px; margin-bottom: 0.2rem !important; font-size: 0.86rem; }
  footer.site-footer .footer-regio-row { margin-top: 1.5rem !important; padding-top: 1rem; }
  footer.site-footer .footer-bottom-row { margin-top: 1rem; }
  footer.site-footer .footer-legal { flex-direction: row; flex-wrap: wrap; gap: 0.5rem 1.1rem !important; }
  footer.site-footer .footer-legal a { min-height: 30px; }
}


/* ===== HERO FOTOCLUSTER + GOOGLE REVIEWS (site-breed) ===== */
.hero-photos {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  animation: heroPhotosIn 0.9s ease 0.7s both;
}
@keyframes heroPhotosIn { from { opacity: 0; } to { opacity: 1; } }
.hero-photos-stack { display: flex; align-items: flex-end; }
.hero-photos img {
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.45);
}
.hero-photos .hp-back {
  width: 156px;
  margin-bottom: 26px;
  border: 1px solid rgba(255,255,255,0.12);
  filter: saturate(0.95);
}
.hero-photos .hp-front {
  width: 176px;
  margin-left: -34px;
  position: relative;
  z-index: 2;
  outline: 4px solid var(--navy);
  outline-offset: 0;
}
.hero-photos-badge {
  position: absolute;
  left: -18px;
  bottom: -14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.32);
  white-space: nowrap;
}
.hero-photos-badge strong { font-weight: 700; }
/* Tablet/mobiel: foto zweeft klein rechtsboven en de tekst loopt eromheen
   (zelfde behandeling als de homepage-hero op telefoon). Desktop >1080px houdt
   de absolute foto rechts. .hero-photos staat al vroeg in de hero-DOM. */
@media (max-width: 1080px) {
  .over-hero { display: block; min-height: auto; padding: 6rem 5% 2.5rem; }
  .hero-photos {
    display: block;
    float: right;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
    margin: 0.15rem 0 0.55rem 1rem;
    z-index: 1;
  }
  .hero-photos-stack { justify-content: flex-end; }
  .hero-photos .hp-back { width: 66px; margin-bottom: 9px; }
  .hero-photos .hp-front { width: 76px; margin-left: -15px; }
  .hero-photos-badge { font-size: 0.56rem; padding: 0.26rem 0.42rem; left: auto; right: 0; bottom: -10px; }
  .over-hero h1 { font-size: 1.7rem; letter-spacing: -0.6px; }
}

/* Final phone footer override: keep mobile footers compact across page-specific CSS. */
@media (max-width: 560px) {
  footer.site-footer { padding: 0.85rem 1rem 0.8rem !important; }
  footer.site-footer .footer-top { display: grid !important; grid-template-columns: 1fr !important; gap: 0.55rem !important; }
  footer.site-footer .footer-brand { grid-column: auto !important; max-width: none !important; }
  footer.site-footer .footer-logo { margin-bottom: 0.25rem !important; }
  footer.site-footer .footer-logo svg { width: 96px !important; height: auto !important; }
  footer.site-footer .footer-tagline,
  footer.site-footer .footer-about,
  footer.site-footer .footer-socials,
  footer.site-footer .footer-regio-row,
  footer.site-footer .footer-top > .footer-col:not(.footer-contact),
  footer.site-footer .footer-contact h4 { display: none !important; }
  footer.site-footer .footer-contact { display: flex !important; flex-wrap: wrap !important; gap: 0.2rem 0.8rem !important; align-items: center !important; }
  footer.site-footer .footer-contact a,
  footer.site-footer .footer-contact span { display: inline-block !important; min-height: 0 !important; margin: 0 !important; font-size: 0.78rem !important; line-height: 1.28 !important; }
  footer.site-footer .footer-contact a:first-of-type { display: none !important; }
  footer.site-footer .footer-bottom-row { flex-direction: row !important; align-items: center !important; justify-content: space-between !important; margin-top: 0.45rem !important; gap: 0.35rem !important; padding-top: 0 !important; }
  footer.site-footer .footer-copy,
  footer.site-footer .footer-legal a { font-size: 0.72rem !important; }
  footer.site-footer .footer-legal { flex-direction: row !important; flex-wrap: wrap !important; gap: 0.25rem 0.75rem !important; }
  footer.site-footer .footer-legal a { min-height: 0 !important; }
}
