/*
Theme Name:  NORDT Child Theme
Theme URI:   https://nordt.nl
Description: Child theme voor NORDT — Digitale Regie & Continuïteit
Author:      Ralph Donhuijsen
Author URI:  https://nordt.nl
Template:    hello-elementor
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: nordt-child
*/

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --color-primary:  #1A1A2E;
  --color-accent:   #E8734A;
  --color-bg:       #F4F1EC;
  --color-muted:    #7A7670;
  --color-white:    #FFFFFF;
  --font-heading:   'Syne', sans-serif;
  --font-body:      'DM Sans', sans-serif;
  --max-width:      1200px;
  --section-pad:    clamp(64px, 8vw, 120px);
  --radius:         4px;
  --transition:     0.25s ease;
}

/* ============================================================
   GLOBAL RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-primary);
  background-color: var(--color-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 20px;
}

.section-label::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  flex-shrink: 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  text-decoration: none;
}

.btn-primary {
  background: var(--color-accent);
  color: var(--color-primary);
  border-color: var(--color-accent);
}

.btn-primary:hover {
  background: #d4622e;
  border-color: #d4622e;
  color: var(--color-primary);
}

.btn-ghost {
  background: transparent;
  color: var(--color-bg);
  border-color: rgba(244, 241, 236, 0.4);
}

.btn-ghost:hover {
  background: rgba(244, 241, 236, 0.1);
  border-color: var(--color-bg);
  color: var(--color-bg);
}

.btn-dark {
  background: var(--color-primary);
  color: var(--color-bg);
  border-color: var(--color-primary);
}

.btn-dark:hover {
  background: #0f0f1e;
  border-color: #0f0f1e;
  color: var(--color-bg);
}

/* ============================================================
   NAVIGATION
   ============================================================ */
#nordt-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--color-primary);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--color-bg);
  letter-spacing: 0.05em;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo:hover,
.nav-logo:focus {
  color: var(--color-bg);
  text-decoration: none;
}

.nav-logo .logo-t {
  color: var(--color-accent);
}

.nav-logo:hover .logo-t,
.nav-logo:focus .logo-t {
  color: var(--color-accent);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  color: rgba(244,241,236,0.75);
  letter-spacing: 0.02em;
  transition: color var(--transition);
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--color-bg);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-bg);
  transition: all var(--transition);
}

/* Mobile nav */
@media (max-width: 768px) {
  .nav-links,
  .nav-cta .btn {
    display: none;
  }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--color-primary);
    padding: 24px clamp(20px, 5vw, 48px) 32px;
    gap: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 999;
  }

  .nav-links.open + .nav-cta .btn {
    display: flex;
  }

  .nav-hamburger {
    display: flex;
  }
}

/* ============================================================
   PAGE OFFSET (for fixed nav)
   ============================================================ */
.page-content {
  padding-top: 72px;
}

/* Homepage: nav overlaps hero, no offset needed */
body.home .page-content {
  padding-top: 0;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.section-hero {
  background: var(--color-primary);
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 0 clamp(20px, 4vw, 56px) 112px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-h1 {
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--color-bg);
  letter-spacing: -0.015em;
  max-width: 62%;
  margin-bottom: 44px;
}

.hero-subtext {
  font-size: 15px;
  font-weight: 300;
  color: rgba(244,241,236,0.58);
  line-height: 1.85;
  max-width: 56%;
  margin-bottom: 24px;
}

.hero-subtext br {
  display: block;
  content: '';
}

.hero-bodytext {
  font-size: 13px;
  font-weight: 300;
  color: rgba(244,241,236,0.35);
  line-height: 1.7;
  max-width: 52%;
  margin-bottom: 56px;
}

@media (max-width: 900px) {
  .hero-h1,
  .hero-subtext,
  .hero-bodytext {
    max-width: 100%;
  }
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.nordt-stats {
  background: #E8734A;
  padding: 32px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.nordt-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  text-align: center;
}

.nordt-stat-num {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: -0.03em;
  line-height: 1;
}

.nordt-stat-lbl {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: rgba(26,26,46,0.6);
  max-width: 180px;
  line-height: 1.4;
  text-align: center;
}

.nordt-stat-div {
  width: 1px;
  height: 36px;
  background: rgba(26,26,46,0.18);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .nordt-stats {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .nordt-stat-item {
    align-items: flex-start;
    text-align: left;
  }

  .nordt-stat-lbl {
    text-align: left;
  }

  .nordt-stat-div {
    display: none;
  }
}

/* ============================================================
   HERKENBAAR SECTION
   ============================================================ */
.section-herkenbaar {
  background: var(--color-primary);
  padding-block: var(--section-pad);
}

.herkenbaar-inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.herkenbaar-inner .section-label {
  grid-column: 1 / -1;
}

.herkenbaar-left h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: var(--color-bg);
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.herkenbaar-left .intro-text {
  font-size: 15px;
  font-weight: 300;
  color: rgba(244,241,236,0.7);
  line-height: 1.7;
  margin-bottom: 32px;
}

.herkenbaar-bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.herkenbaar-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(244,241,236,0.85);
  line-height: 1.5;
}

.herkenbaar-bullets li::before {
  content: '•';
  color: var(--color-accent);
  font-size: 18px;
  line-height: 1.3;
  flex-shrink: 0;
}

.herkenbaar-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 80px;
}

.herk-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid var(--color-accent);
  padding: 24px 28px;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.herk-card h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-bg);
  margin-bottom: 10px;
}

.herk-card p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(244,241,236,0.65);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .herkenbaar-inner {
    grid-template-columns: 1fr;
  }

  .herkenbaar-right {
    padding-top: 0;
  }
}

/* ============================================================
   DIENSTEN SECTION
   ============================================================ */
.section-diensten {
  background: var(--color-bg);
  padding-block: var(--section-pad);
}

.diensten-inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.diensten-header {
  max-width: 640px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.diensten-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.diensten-header .intro-text {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.6;
}

.diensten-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dienst-card {
  background: var(--color-white);
  border: 1px solid rgba(26,26,46,0.08);
  border-top: 2px solid transparent;
  border-radius: var(--radius);
  padding: 40px 32px 36px;
  transition: all var(--transition);
  position: relative;
}

.dienst-card:hover {
  border-top-color: var(--color-accent);
  box-shadow: 0 8px 32px rgba(26,26,46,0.08);
  transform: translateY(-2px);
}

/* Kaart 01 — subtiel als entry point */
.dienst-card--featured {
  border-top-color: var(--color-accent);
  box-shadow: 0 4px 20px rgba(26,26,46,0.07);
}

.dienst-number {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  margin-bottom: 24px;
}

.dienst-card h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.25;
}

.dienst-card p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(26,26,46,0.65);
  line-height: 1.65;
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .diensten-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .diensten-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   QUOTE SECTION
   ============================================================ */
.section-quote {
  background: var(--color-primary);
  padding-block: var(--section-pad);
  text-align: center;
}

.quote-inner {
  max-width: 760px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: 0.6;
  color: var(--color-accent);
  margin-bottom: 24px;
  opacity: 0.8;
}

.quote-text {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--color-bg);
  line-height: 1.25;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.quote-text .accent {
  color: var(--color-accent);
}

.quote-author {
  font-size: 13px;
  font-weight: 400;
  color: rgba(244,241,236,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   OVER NORDT SECTION (homepage)
   ============================================================ */
.section-over {
  background: var(--color-bg);
  padding-block: var(--section-pad);
}

.over-inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.over-left .section-label {
  display: inline-flex;
  color: var(--color-accent);
}

.over-left h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.over-left p {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.75;
  margin-bottom: 18px;
}

.over-left p:last-child {
  margin-bottom: 0;
}

.over-right h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 28px;
  padding-top: 48px;
}

.werkwijze-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.werkwijze-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(26,26,46,0.1);
}

.werkwijze-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.werkwijze-arrow {
  color: var(--color-accent);
  font-size: 16px;
  flex-shrink: 0;
  font-weight: 600;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .over-inner {
    grid-template-columns: 1fr;
  }

  .over-right h3 {
    padding-top: 0;
  }
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.section-cta {
  background: var(--color-accent);
  padding-block: var(--section-pad);
  text-align: center;
}

.cta-inner {
  max-width: 680px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.section-cta h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.section-cta p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(26,26,46,0.8);
  line-height: 1.6;
  margin-bottom: 16px;
}

.cta-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 36px;
  text-align: left;
  display: inline-flex;
}

.cta-bullets li {
  font-size: 15px;
  font-weight: 400;
  color: rgba(26,26,46,0.85);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cta-bullets li::before {
  content: '→';
  color: var(--color-primary);
  font-weight: 600;
  flex-shrink: 0;
}

/* ============================================================
   HERKENBAAR — conclusiezin
   ============================================================ */
.herkenbaar-conclusie {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-accent);
  font-family: var(--font-heading);
  letter-spacing: 0.01em;
}

/* ============================================================
   DIENST CARD — uitkomsten lijst
   ============================================================ */
.dienst-uitkomsten {
  list-style: none;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dienst-uitkomsten li {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.dienst-uitkomsten li::before {
  content: '→';
  color: var(--color-accent);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   SCAN SECTIE
   ============================================================ */
.section-scan {
  background: var(--color-primary);
  padding-block: var(--section-pad);
}

.scan-inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.scan-label-row {
  margin-bottom: 32px;
}

.scan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.scan-left h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  color: var(--color-bg);
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.scan-left h2 .accent {
  color: var(--color-accent);
}

.scan-left p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(244,241,236,0.7);
  line-height: 1.7;
  margin-bottom: 14px;
}

.scan-right {
  border-left: 1px solid rgba(255,255,255,0.1);
  padding-left: clamp(24px, 4vw, 48px);
}

.scan-within {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 24px;
}

.scan-uitkomsten {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.scan-uitkomsten li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(244,241,236,0.85);
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.scan-uitkomsten li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.scan-arrow {
  color: var(--color-accent);
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 600;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .scan-grid {
    grid-template-columns: 1fr;
  }

  .scan-right {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-left: 0;
    padding-top: 32px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
#nordt-footer {
  background: var(--color-primary);
  padding-block: clamp(48px, 6vw, 80px) clamp(32px, 4vw, 48px);
}

.footer-inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}

.footer-brand .footer-logo {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: var(--color-bg);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: block;
}

.footer-brand .footer-logo .logo-t {
  color: var(--color-accent);
}

.footer-tagline {
  font-size: 14px;
  font-weight: 300;
  color: rgba(244,241,236,0.5);
  line-height: 1.5;
}

.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-nav a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(244,241,236,0.6);
  transition: color var(--transition);
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--color-bg);
}

.footer-bottom {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 13px;
  color: rgba(244,241,236,0.35);
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: var(--color-primary);
  padding-block: clamp(80px, 10vw, 140px) clamp(56px, 7vw, 100px);
  padding-top: calc(72px + clamp(64px, 8vw, 100px));
}

.page-hero .container h1 {
  font-family: var(--font-heading);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  color: var(--color-bg);
  line-height: 1.0;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.page-hero .container h1 .accent {
  color: var(--color-accent);
}

.page-hero .container .hero-sub {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 300;
  color: rgba(244,241,236,0.7);
  line-height: 1.6;
  max-width: 580px;
}

/* ============================================================
   DIENSTEN PAGE
   ============================================================ */
.diensten-page-content {
  padding-block: var(--section-pad);
}

.diensten-page-intro {
  max-width: 680px;
  margin-bottom: clamp(48px, 6vw, 80px);
}

.diensten-page-intro h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 20px;
  line-height: 1.1;
}

.diensten-page-intro p {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}

.dienst-detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 5vw, 64px);
  padding-block: clamp(48px, 6vw, 72px);
  border-top: 1px solid rgba(26,26,46,0.1);
  align-items: start;
}

.dienst-detail:last-child {
  padding-bottom: 0;
}

.dienst-detail-number {
  font-family: var(--font-heading);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  color: rgba(26,26,46,0.06);
  line-height: 1;
  position: sticky;
  top: 100px;
}

.dienst-detail-body h3 {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.15;
}

.dienst-detail-body .dienst-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: rgba(232,115,74,0.1);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.dienst-detail-body p {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}

.dienst-detail-body ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dienst-detail-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--color-primary);
  line-height: 1.5;
}

.dienst-detail-body ul li::before {
  content: '→';
  color: var(--color-accent);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dienst-detail {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dienst-detail-number {
    position: static;
    font-size: clamp(40px, 8vw, 64px);
  }
}

/* ============================================================
   OVER PAGE
   ============================================================ */
.over-page-content {
  padding-block: var(--section-pad);
  background: var(--color-bg);
}

.over-page-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.over-page-text h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 28px;
  line-height: 1.1;
}

.over-page-text p {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

.over-page-text p strong {
  font-weight: 600;
  color: var(--color-primary);
}

.over-sidebar {
  background: var(--color-primary);
  padding: 36px 32px;
  border-radius: var(--radius);
  position: sticky;
  top: 100px;
}

.over-sidebar h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-bg);
  margin-bottom: 24px;
}

.over-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.over-sidebar ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(244,241,236,0.75);
  line-height: 1.5;
}

.over-sidebar ul li::before {
  content: '→';
  color: var(--color-accent);
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 900px) {
  .over-page-grid {
    grid-template-columns: 1fr;
  }

  .over-sidebar {
    position: static;
  }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-page-content {
  padding-block: var(--section-pad);
  background: var(--color-bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-info h2 {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 20px;
  line-height: 1.1;
}

.contact-info p {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-detail-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  min-width: 64px;
  padding-top: 2px;
}

.contact-detail-value {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.4;
}

.contact-detail-value a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.contact-detail-value a:hover {
  color: var(--color-accent);
}

.contact-form-wrapper {
  background: var(--color-white);
  border: 1px solid rgba(26,26,46,0.08);
  border-radius: var(--radius);
  padding: 40px 36px;
}

.contact-form-wrapper h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 24px;
}

/* WP forms override */
.contact-form-wrapper .wpcf7-form,
.contact-form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-primary);
  background: var(--color-bg);
  border: 1px solid rgba(26,26,46,0.15);
  border-radius: var(--radius);
  outline: none;
  transition: border-color var(--transition);
  appearance: none;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  border-color: var(--color-accent);
}

.contact-form-wrapper textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form-wrapper input[type="submit"],
.contact-form-wrapper .wpcf7-submit {
  background: var(--color-accent);
  color: var(--color-primary);
  border: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--transition);
  letter-spacing: 0.04em;
  align-self: flex-start;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper .wpcf7-submit:hover {
  background: #d4622e;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   TYPOGRAPHY UTILITIES
   ============================================================ */
.text-accent { color: var(--color-accent); }
.text-muted  { color: var(--color-muted); }
.text-light  { color: var(--color-bg); }

/* ============================================================
   SECTION SPACING — light/dark alternation
   ============================================================ */
section + section {
  /* handled via explicit padding-block per section */
}

/* ============================================================
   PRINT / ACCESSIBILITY
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

/* ============================================================
   TIJDELIJK — alle links uitgeschakeld (pagina's nog niet actief)
   Verwijder dit blok zodra de pagina's live zijn.
   ============================================================ */
a {
  pointer-events: none;
  cursor: default;
}
