/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  position: relative;
  height: 48vh;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/nederland-straat.jpg');
  background-size: cover;
  background-position: center 35%;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 7, 4, 0.72) 0%,
    rgba(10, 7, 4, 0.30) 60%,
    rgba(10, 7, 4, 0.10) 100%
  );
}

.page-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px 52px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-hero__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terra);
}

.page-hero__content h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--white);
}

/* Active nav link */
.nav__link--active {
  color: var(--white) !important;
  background: rgba(255,255,255,0.14) !important;
  border-radius: var(--r-pill);
}
.nav.scrolled .nav__link--active {
  color: var(--white) !important;
  background: rgba(255,255,255,0.18) !important;
}

/* ============================================================
   VERHAAL
   ============================================================ */
.verhaal {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: start;
}

.verhaal__intro {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 28px;
}

.verhaal__tekst p:not(.verhaal__intro) {
  font-size: 16px;
  line-height: 1.80;
  color: var(--muted);
  margin-bottom: 20px;
}
.verhaal__tekst p:last-child { margin-bottom: 0; }

.verhaal__beeld {
  position: sticky;
  top: 100px;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.12);
}
.verhaal__beeld img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* ============================================================
   PULL QUOTE
   ============================================================ */
.over-quote {
  padding: 72px 0;
  background: var(--ink);
}

.over-quote__text {
  font-family: var(--serif);
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.20;
  letter-spacing: -.02em;
  color: var(--white);
  max-width: 760px;
  quotes: none;
}

/* ============================================================
   AANPAK GRID
   ============================================================ */
.aanpak {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.aanpak__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.22s, transform 0.22s;
}
.aanpak__item:hover {
  box-shadow: 0 12px 40px rgba(217,95,59,0.08);
  transform: translateY(-3px);
}

.aanpak__icon {
  width: 52px;
  height: 52px;
  background: var(--terra-pale);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terra);
  flex-shrink: 0;
}

.aanpak__item h3 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.25;
}

.aanpak__item p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

/* ============================================================
   OVER-ONS CTA
   ============================================================ */
.over-cta { background: var(--bg); }

.over-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 32px;
  background: var(--terra-pale);
  border: 1px solid rgba(217,95,59,0.18);
  border-radius: var(--r-xl);
}

.over-cta__inner h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--ink);
}

.over-cta__inner p {
  font-size: 16px;
  color: var(--muted);
  max-width: 440px;
}

/* ============================================================
   JURIDISCHE PAGINA'S
   ============================================================ */
.legal-meta {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 40px;
}

.legal-tekst {
  max-width: 760px;
}

.legal-tekst h2 {
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  color: var(--ink);
  margin-top: 48px;
  margin-bottom: 14px;
}

.legal-tekst h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-2);
  margin-top: 28px;
  margin-bottom: 10px;
}

.legal-tekst p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.80;
  margin-bottom: 16px;
}

.legal-tekst ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-tekst ul li {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 6px;
}

.legal-tekst a {
  color: var(--terra);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-tabel {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
}

.cookie-tabel th {
  text-align: left;
  padding: 10px 14px;
  background: var(--bg-tint);
  color: var(--ink-2);
  font-weight: 600;
  border-bottom: 2px solid var(--border);
}

.cookie-tabel td {
  padding: 10px 14px;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-lijst {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow 0.22s;
}
.faq-item.open {
  box-shadow: 0 8px 32px rgba(217,95,59,0.07);
  border-color: rgba(217,95,59,0.22);
}

.faq-item__vraag {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  transition: color 0.18s;
}
.faq-item.open .faq-item__vraag { color: var(--terra); }

.faq-item__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 0.28s var(--ease), color 0.18s;
}
.faq-item.open .faq-item__icon {
  transform: rotate(45deg);
  color: var(--terra);
}

.faq-item__antwoord {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease);
}
.faq-item.open .faq-item__antwoord {
  max-height: 400px;
}

.faq-item__antwoord p {
  padding: 0 28px 24px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .verhaal { grid-template-columns: 1fr; gap: 40px; }
  .verhaal__beeld { position: static; }
  .verhaal__beeld img { height: 340px; }
  .aanpak { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .aanpak { grid-template-columns: 1fr; }
  .page-hero { height: 40vh; }
}
