/* ═══════════════════════════════════════════
   VAN DER ENDE DIENSTEN — main.css
═══════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&family=Source+Serif+4:ital,wght@0,300;1,300;1,400&display=swap');

:root {
  --oranje:        #E8620A;
  --oranje-licht:  #FF7A20;
  --oranje-donker: #B84D08;
  --zwart:         #0A0A0A;
  --zwart-mid:     #141414;
  --zwart-zacht:   #1C1C1C;
  --grijs-donker:  #2A2A2A;
  --grijs-mid:     #555;
  --grijs-licht:   #999;
  --wit:           #FAFAF8;
  --font-hoofd:    'Oswald', sans-serif;
  --font-body:     'DM Sans', sans-serif;
  --font-serif:    'Source Serif 4', serif;
  --max:           1200px;
  --radius:        6px;
  --overgang:      0.25s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--zwart); color: var(--wit); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ─── TOPBALK ─── */
.topbalk { background: var(--oranje); padding: 0 24px; display: flex; align-items: center; gap: 16px; height: 34px; overflow: hidden; }
.topbalk-label { font-family: var(--font-hoofd); font-size: 10px; font-weight: 600; letter-spacing: 2px; color: white; white-space: nowrap; background: rgba(0,0,0,0.2); padding: 3px 10px; border-radius: 2px; flex-shrink: 0; }
.topbalk-ticker { font-size: 12px; color: rgba(255,255,255,0.9); white-space: nowrap; animation: ticker 30s linear infinite; }
@keyframes ticker { 0% { transform: translateX(100vw); } 100% { transform: translateX(-100%); } }

/* ─── HEADER ─── */
header { position: sticky; top: 0; z-index: 900; background: rgba(10,10,10,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(232,98,10,0.15); }
.nav-wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; flex-direction: column; line-height: 1.1; }
.logo-hoofd { font-family: var(--font-hoofd); font-size: 20px; font-weight: 700; letter-spacing: 2px; color: var(--oranje); }
.logo-sub { font-size: 10px; color: var(--grijs-licht); letter-spacing: 2px; text-transform: uppercase; margin-top: 1px; }
.site-nav ul { display: flex; align-items: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.site-nav ul li a { font-family: var(--font-hoofd); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.6); padding: 8px 14px; display: block; transition: color var(--overgang); border-radius: var(--radius); }
.site-nav ul li a:hover, .site-nav ul li.current-menu-item > a { color: white; }
.site-nav ul li:last-child > a { background: var(--oranje); color: white !important; margin-left: 8px; }
.site-nav ul li:last-child > a:hover { background: var(--oranje-licht); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: white; transition: all var(--overgang); }

/* ─── MOBIEL MENU ─── */
.mobiel-menu { display: none; position: fixed; inset: 0; background: rgba(10,10,10,0.98); z-index: 800; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.mobiel-menu.open { display: flex; }
.mobiel-nav-link { font-family: var(--font-hoofd); font-size: 32px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); padding: 8px 24px; transition: color var(--overgang); }
.mobiel-nav-link:hover { color: var(--oranje); }

/* ─── HERO ─── */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--zwart-mid); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(232,98,10,0.06) 0%, transparent 60%), linear-gradient(to bottom, transparent 40%, rgba(10,10,10,0.98) 100%); z-index: 1; }
.hero-patroon { position: absolute; inset: 0; background-image: radial-gradient(rgba(232,98,10,0.06) 1px, transparent 1px); background-size: 32px 32px; z-index: 0; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.hero-placeholder { position: absolute; inset: 0; background: linear-gradient(135deg, #181818 0%, #0a0a0a 100%); display: flex; align-items: center; justify-content: center; }
.hero-placeholder span { font-family: var(--font-hoofd); font-size: 11px; letter-spacing: 2px; color: rgba(255,255,255,0.06); text-transform: uppercase; }
.hero-content { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 80px 32px; width: 100%; }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--oranje); margin-bottom: 24px; }
.hero-tag::before { content: ''; display: block; width: 28px; height: 1px; background: var(--oranje); }
.hero-naam { font-family: var(--font-hoofd); font-size: clamp(48px, 8vw, 100px); font-weight: 700; line-height: 0.92; letter-spacing: -2px; color: white; margin-bottom: 8px; }
.hero-naam span { color: var(--oranje); }
.hero-bedrijf { font-family: var(--font-hoofd); font-size: clamp(18px, 3vw, 32px); font-weight: 300; color: rgba(255,255,255,0.35); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 32px; }
.hero-omschrijving { font-family: var(--font-serif); font-size: clamp(16px, 2vw, 20px); font-style: italic; font-weight: 300; color: rgba(255,255,255,0.55); max-width: 560px; line-height: 1.7; margin-bottom: 48px; }
.hero-diensten-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.hero-dienst-tag { font-family: var(--font-hoofd); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); padding: 5px 12px; border-radius: 2px; transition: all var(--overgang); }
.hero-dienst-tag:hover { color: var(--oranje); border-color: rgba(232,98,10,0.3); }
.hero-knoppen { display: flex; gap: 16px; flex-wrap: wrap; }

/* ─── KNOPPEN ─── */
.btn-primair { font-family: var(--font-hoofd); font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; background: var(--oranje); color: white; padding: 14px 32px; border-radius: var(--radius); border: none; cursor: pointer; transition: all var(--overgang); display: inline-flex; align-items: center; gap: 8px; }
.btn-primair:hover { background: var(--oranje-licht); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,98,10,0.3); }
.btn-lijn { font-family: var(--font-hoofd); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; background: transparent; color: white; padding: 13px 32px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: all var(--overgang); display: inline-flex; align-items: center; gap: 8px; }
.btn-lijn:hover { border-color: white; }

/* ─── STATS ─── */
.stats-balk { background: var(--oranje); }
.stats-balk-inner { max-width: var(--max); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 24px 0; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); }
.stat-item:last-child { border-right: none; }
.stat-getal { font-family: var(--font-hoofd); font-size: 36px; font-weight: 700; color: white; line-height: 1; }
.stat-label { font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }

/* ─── SECTIES ─── */
.sectie { padding: 96px 32px; }
.sectie-donker { background: var(--zwart-mid); }
.sectie-inner { max-width: var(--max); margin: 0 auto; }
.sectie-tag { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-hoofd); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--oranje); margin-bottom: 16px; }
.sectie-tag::before { content: ''; display: block; width: 20px; height: 1px; background: var(--oranje); }
.sectie-titel { font-family: var(--font-hoofd); font-size: clamp(30px, 4vw, 50px); font-weight: 600; line-height: 1.05; margin-bottom: 16px; }
.sectie-intro { font-family: var(--font-serif); font-size: 17px; font-weight: 300; font-style: italic; color: var(--grijs-licht); max-width: 520px; line-height: 1.8; margin-bottom: 56px; }

/* ─── DIENSTEN GRID ─── */
.diensten-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.dienst-kaart { background: var(--zwart-zacht); padding: 32px 28px; position: relative; overflow: hidden; transition: background var(--overgang); cursor: pointer; }
.dienst-kaart::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--oranje); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.dienst-kaart:hover { background: #222; }
.dienst-kaart:hover::after { transform: scaleX(1); }
.dienst-icoon { font-size: 32px; margin-bottom: 16px; display: block; }
.dienst-nr { font-family: var(--font-hoofd); font-size: 48px; font-weight: 700; color: rgba(232,98,10,0.06); line-height: 1; position: absolute; top: 16px; right: 20px; transition: color var(--overgang); }
.dienst-kaart:hover .dienst-nr { color: rgba(232,98,10,0.12); }
.dienst-naam { font-family: var(--font-hoofd); font-size: 17px; font-weight: 500; color: white; margin-bottom: 10px; letter-spacing: 0.3px; }
.dienst-tekst { font-size: 13px; color: var(--grijs-licht); line-height: 1.7; }
.dienst-meer { font-family: var(--font-hoofd); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--oranje); margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; opacity: 0; transition: opacity var(--overgang); }
.dienst-kaart:hover .dienst-meer { opacity: 1; }

/* ─── OVER MIJ ─── */
.over-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
.over-foto { width: 100%; aspect-ratio: 3/4; background: var(--grijs-donker); border-radius: var(--radius); overflow: hidden; position: relative; }
.over-foto img { width: 100%; height: 100%; object-fit: cover; }
.over-foto-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, #1e1e1e 0%, #141414 100%); }
.over-foto-placeholder span { font-size: 11px; letter-spacing: 2px; color: rgba(255,255,255,0.1); text-transform: uppercase; }
.over-foto-rand { position: absolute; bottom: -14px; left: -14px; width: 100px; height: 100px; border: 2px solid var(--oranje); border-radius: var(--radius); z-index: -1; }
.over-naam { font-family: var(--font-hoofd); font-size: clamp(32px, 4vw, 52px); font-weight: 700; line-height: 1; margin-bottom: 6px; }
.over-functie { font-family: var(--font-hoofd); font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--oranje); margin-bottom: 28px; }
.over-tekst p { font-size: 15px; color: rgba(255,255,255,0.68); line-height: 1.85; margin-bottom: 18px; }
.over-gegevens { margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.07); display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.over-gegeven-label { font-family: var(--font-hoofd); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--grijs-licht); margin-bottom: 4px; }
.over-gegeven-waarde { font-size: 14px; color: rgba(255,255,255,0.7); }

/* ─── PORTFOLIO / WERK ─── */
.werk-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.werk-item { position: relative; aspect-ratio: 4/3; background: var(--grijs-donker); overflow: hidden; cursor: pointer; }
.werk-item:nth-child(1) { grid-column: span 2; aspect-ratio: 16/9; }
.werk-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.werk-item:hover img { transform: scale(1.05); }
.werk-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #222 0%, #181818 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; transition: transform 0.6s ease; }
.werk-item:hover .werk-placeholder { transform: scale(1.04); }
.werk-placeholder-icoon { font-size: 28px; opacity: 0.15; }
.werk-placeholder-tekst { font-family: var(--font-hoofd); font-size: 10px; letter-spacing: 2px; color: rgba(255,255,255,0.12); text-transform: uppercase; }
.werk-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.92) 0%, transparent 55%); opacity: 0; transition: opacity var(--overgang); display: flex; align-items: flex-end; padding: 24px; }
.werk-item:hover .werk-overlay { opacity: 1; }
.werk-cat { font-family: var(--font-hoofd); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--oranje); margin-bottom: 4px; }
.werk-naam { font-family: var(--font-hoofd); font-size: 18px; font-weight: 500; color: white; }

/* ─── BLOG / NIEUWS ─── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.blog-kaart { background: var(--zwart-zacht); border-radius: var(--radius); overflow: hidden; transition: transform var(--overgang), box-shadow var(--overgang); cursor: pointer; border: 1px solid rgba(255,255,255,0.04); }
.blog-kaart:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.blog-afb { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--grijs-donker); display: block; }
.blog-afb-placeholder { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, #222 0%, #1a1a1a 100%); display: flex; align-items: center; justify-content: center; font-size: 32px; opacity: 0.15; }
.blog-body { padding: 24px; }
.blog-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.blog-cat { font-family: var(--font-hoofd); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; background: var(--oranje); color: white; padding: 3px 8px; border-radius: 2px; }
.blog-datum { font-size: 12px; color: var(--grijs-licht); }
.blog-titel { font-family: var(--font-hoofd); font-size: 18px; font-weight: 500; color: white; line-height: 1.25; margin-bottom: 10px; }
.blog-excerpt { font-size: 13px; color: var(--grijs-licht); line-height: 1.7; }
.blog-lees { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-hoofd); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--oranje); margin-top: 16px; transition: gap var(--overgang); }
.blog-kaart:hover .blog-lees { gap: 10px; }

/* ─── CONTACT ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-icoon { width: 42px; height: 42px; background: rgba(232,98,10,0.1); border: 1px solid rgba(232,98,10,0.2); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-label { font-family: var(--font-hoofd); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--oranje); margin-bottom: 3px; }
.contact-waarde { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.kvk-blok { margin-top: 32px; padding: 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius); }
.kvk-titel { font-family: var(--font-hoofd); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--grijs-licht); margin-bottom: 10px; }
.kvk-gegeven { font-size: 13px; color: rgba(255,255,255,0.55); padding: 3px 0; }
.form-veld { margin-bottom: 18px; }
.form-veld label { display: block; font-family: var(--font-hoofd); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--grijs-licht); margin-bottom: 8px; }
.form-veld input, .form-veld textarea, .form-veld select { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 12px 16px; font-family: var(--font-body); font-size: 14px; color: white; outline: none; transition: border-color var(--overgang); }
.form-veld input:focus, .form-veld textarea:focus, .form-veld select:focus { border-color: var(--oranje); background: rgba(232,98,10,0.04); }
.form-veld textarea { min-height: 110px; resize: vertical; }
.form-veld select option { background: var(--zwart-mid); }
.form-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ─── FOOTER ─── */
.site-footer { background: var(--zwart); border-top: 1px solid rgba(255,255,255,0.05); padding: 48px 32px 28px; }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-logo { font-family: var(--font-hoofd); font-size: 18px; font-weight: 700; letter-spacing: 2px; color: var(--oranje); margin-bottom: 10px; }
.footer-tekst { font-size: 13px; color: var(--grijs-licht); line-height: 1.7; max-width: 300px; }
.footer-col-titel { font-family: var(--font-hoofd); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: white; margin-bottom: 14px; }
.footer-link { display: block; font-size: 13px; color: var(--grijs-licht); padding: 3px 0; transition: color var(--overgang); }
.footer-link:hover { color: var(--oranje); }
.footer-nav ul { padding: 0; margin: 0; list-style: none; }
.footer-nav ul li a { display: block; font-size: 13px; color: var(--grijs-licht); padding: 3px 0; transition: color var(--overgang); }
.footer-nav ul li a:hover { color: var(--oranje); }
.footer-bodem { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-kvk { font-size: 12px; color: rgba(255,255,255,0.2); }

/* ─── ANIMATIES ─── */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-in.zichtbaar { opacity: 1; transform: translateY(0); }

/* ─── SINGLE POST ─── */
.single-wrap { max-width: 740px; margin: 0 auto; padding: 64px 32px; }
.single-wrap h1 { font-family: var(--font-hoofd); font-size: clamp(26px, 4vw, 44px); font-weight: 600; line-height: 1.1; margin-bottom: 20px; }
.post-meta { display: flex; gap: 12px; align-items: center; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.post-content p { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.72); margin-bottom: 22px; }
.post-content h2 { font-family: var(--font-hoofd); font-size: 24px; margin: 32px 0 14px; }
.post-content img { width: 100%; border-radius: var(--radius); margin: 28px 0; }
.post-afb { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--radius); margin-bottom: 36px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .diensten-grid { grid-template-columns: repeat(3,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .site-nav { display: none; }
  .hamburger { display: flex; }
  .sectie { padding: 64px 20px; }
  .over-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .diensten-grid { grid-template-columns: repeat(2,1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .werk-grid { grid-template-columns: 1fr; }
  .werk-item:nth-child(1) { grid-column: span 1; aspect-ratio: 4/3; }
  .stats-balk-inner { grid-template-columns: repeat(2,1fr); padding: 0 20px; }
  .form-rij { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bodem { flex-direction: column; text-align: center; }
  .nav-wrap { padding: 0 20px; }
}
@media (max-width: 480px) {
  .diensten-grid { grid-template-columns: 1fr; }
  .hero-naam { letter-spacing: -1px; }
}
