/*
Theme Name: Tim van Hees
Theme URI: https://www.timvanhees.nl
Author: Tim van Hees
Author URI: https://www.linkedin.com/in/tim-van-hees-30a9157a/
Description: Strak, zakelijk portfolio-thema voor Tim van Hees. AI, projectmanagement, emailmarketing en websiterealisatie.
Version: 1.5.2
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: timvanhees
Tags: one-column, custom-menu, custom-logo, translation-ready
*/

/* Archivo + Caveat, lokaal gehost (geen Google Fonts-request, AVG-proof) */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/caveat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/caveat-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #1a2333;
  --ink-soft: #4a5468;
  --paper: #faf9f5;
  --white: #ffffff;
  --tint: oklch(0.965 0.03 80);
  --line: #e8e4db;
  --hero-bg: #121a2b;
  --accent: oklch(0.8 0.155 85);
  --accent-deep: oklch(0.53 0.11 75);
  --accent-ink: #241a03;
  --radius: 14px;
  --font: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --wrap: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
html, body { overflow-x: clip; }
body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-deep); text-decoration: none; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--accent-deep); outline-offset: 2px; border-radius: 3px; }

h1, h2, h3, h4 {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
p { text-wrap: pretty; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.accent { color: var(--accent-deep); }

/* Alleen zichtbaar voor screenreaders (WordPress-conventie) */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip-path: inset(50%); border: 0; white-space: nowrap;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--white);
  padding: 12px 20px; border-radius: 0 0 var(--radius) 0; font-weight: 700;
}
.skip-link:focus { left: 0; color: var(--white); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font); font-weight: 700; font-size: 16px;
  padding: 15px 28px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-accent { background: var(--accent); color: var(--accent-ink); }
.btn-accent:hover { background: var(--accent-deep); color: var(--white); transform: translateY(-2px); }
.btn-ghost-dark { border-color: rgba(255, 255, 255, 0.3); color: var(--white); }
.btn-ghost-dark:hover { border-color: var(--white); color: var(--white); }
.btn-ghost-light { border-color: var(--ink); color: var(--ink); }
.btn-ghost-light:hover { background: var(--ink); color: var(--white); }
.btn:active { transform: scale(0.97); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: transform 0.35s ease;
}
.site-header.header-hidden { transform: translateY(-100%); }
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; height: 76px;
}
.brand { display: inline-flex; align-items: baseline; font-size: 22px; font-weight: 900; letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.brand:hover { color: var(--ink); }
.brand .b-mid { color: var(--accent-deep); font-weight: 900; }
.brand .b-spark {
  color: var(--accent-deep); font-style: normal; font-size: 0.62em; margin-left: 2px;
  display: inline-block; transform: translateY(-0.85em);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.brand:hover .b-spark { transform: translateY(-1.05em) rotate(90deg) scale(1.35); }
.main-nav ul { display: flex; align-items: center; gap: 34px; list-style: none; }
.main-nav a { color: var(--ink-soft); font-weight: 600; font-size: 15px; }
.main-nav a:hover { color: var(--ink); }
.header-cta { font-size: 14px; padding: 11px 22px; }
.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px; background: none; border: 0; cursor: pointer;
}
.nav-toggle span { display: block; height: 2.5px; border-radius: 2px; background: var(--ink); transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .main-nav {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -28px rgba(26, 35, 51, 0.3);
  }
  .nav-open .main-nav { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 10px 0; }
  .main-nav a { display: block; padding: 14px 28px; font-size: 17px; color: var(--ink); }
}
@media (max-width: 480px) {
  .header-cta { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  background: radial-gradient(900px 600px at 88% -10%, rgba(150, 85, 30, 0.4), transparent 65%), var(--hero-bg);
  color: var(--white); overflow: hidden; position: relative;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  animation: tvh-drift 90s linear infinite;
}
.hero .wrap { position: relative; }
@keyframes tvh-drift { to { background-position: 260px 130px; } }
@keyframes tvh-rise { from { transform: translateY(20px); } to { transform: translateY(0); } }
.hero-grid > div:first-child > .kicker { animation: tvh-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s backwards; }
.hero-grid > div:first-child > h1 { animation: tvh-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s backwards; }
.hero-grid > div:first-child > .lede { animation: tvh-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.25s backwards; }
.hero-grid > div:first-child > .hero-actions { animation: tvh-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s backwards; }
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px;
  align-items: center; padding: 96px 0 88px;
}
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-deep); margin-bottom: 26px;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--accent); flex: none; }
.hero .kicker { color: var(--accent); }
.hero .kicker::before { display: none; }
.hero h1 { font-size: clamp(40px, 5.6vw, 72px); font-weight: 900; color: var(--white); }
.squiggle { position: relative; white-space: nowrap; }
.squiggle svg { position: absolute; left: 0; right: 0; bottom: -0.28em; width: 100%; height: 0.22em; overflow: visible; }
.squiggle path {
  fill: none; stroke: var(--accent); stroke-width: 7; stroke-linecap: round;
  stroke-dasharray: 320; stroke-dashoffset: 320; animation: tvh-draw 1s ease 0.4s forwards;
}
@keyframes tvh-draw { to { stroke-dashoffset: 0; } }
.hero .lede {
  margin-top: 26px; max-width: 34em;
  font-size: 19px; color: rgba(255, 255, 255, 0.72);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.spark { position: absolute; color: var(--accent); font-size: 26px; line-height: 1; animation: tvh-twinkle 2.6s ease-in-out infinite alternate; pointer-events: none; }
@keyframes tvh-twinkle { from { opacity: 0.25; transform: scale(0.8) rotate(-8deg); } to { opacity: 1; transform: scale(1.1) rotate(8deg); } }

/* Profielkaart */
@keyframes tvh-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.id-card {
  background: var(--white); color: var(--ink); border-radius: 22px;
  padding: 34px 32px; max-width: 460px; margin-left: auto; position: relative;
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.55);
  animation: tvh-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s backwards, tvh-float 7s ease-in-out 1.4s infinite;
}
.id-head { display: flex; align-items: center; gap: 18px; }
.id-avatar { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; object-position: 60% 15%; flex: none; }
.id-name { font-size: 23px; font-weight: 800; letter-spacing: -0.01em; }
.id-sub { color: var(--ink-soft); font-size: 15px; margin-top: 2px; }
.id-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.id-chips span {
  background: var(--tint); color: var(--accent-deep); font-weight: 700; font-size: 13.5px;
  padding: 7px 15px; border-radius: 999px;
  transition: transform 0.18s ease;
}
.id-chips span:hover { transform: translateY(-2px); }
.id-divider { border-top: 2px dashed var(--line); margin: 22px 0 8px; }
.id-rows { display: flex; flex-direction: column; }
.id-rows a, .id-rows div {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 12px 0; font-weight: 700; font-size: 15.5px; color: var(--ink);
}
.id-rows span { color: var(--ink-soft); font-weight: 500; font-size: 13px; }
.id-rows a:hover span { color: var(--accent-deep); }
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14); padding: 34px 0 44px; gap: 24px;
  position: relative;
}
.stat .num { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; }
.stat .num em { font-style: normal; color: var(--accent); }
.stat .lbl { font-size: 14px; color: rgba(255, 255, 255, 0.6); margin-top: 2px; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 56px 0 48px; }
  .id-card { margin-left: 0; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; }
  .stat .num { font-size: 28px; }
}

/* ---------- Marquee ---------- */
.marquee { background: var(--accent); color: var(--accent-ink); overflow: hidden; padding: 15px 0; }
.marquee-track {
  display: flex; align-items: center; gap: 44px; width: max-content; white-space: nowrap;
  font-weight: 800; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase;
  animation: tvh-marquee 30s linear infinite;
}
.marquee-track .sep { font-size: 12px; opacity: 0.7; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes tvh-marquee { to { transform: translateX(-50%); } }

/* ---------- Scroll reveals (verbergen gebeurt pas via JS met .will-reveal) ---------- */
.will-reveal { opacity: 0; transform: translateY(26px); }
.reveal { transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .will-reveal { opacity: 1; transform: none; }
  .marquee-track, .hero::before, .spark, .id-card,
  .hero-grid > div:first-child > .kicker, .hero-grid > div:first-child > h1,
  .hero-grid > div:first-child > .lede, .hero-grid > div:first-child > .hero-actions { animation: none; }
  .site-header, .btn, .id-chips span, .service .more, .blog-card .more, .about-photo img, .geo-photo { transition: none; }
  .squiggle path { animation: none; stroke-dashoffset: 0; }
  .rotate-words { transition: none; }
}

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 46px); }
.section-head p { margin-top: 16px; color: var(--ink-soft); font-size: 18px; }
@media (max-width: 700px) {
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 36px; }
  .wrap { padding: 0 20px; }
}

/* ---------- Diensten ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.7s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -24px rgba(26, 35, 51, 0.35); }
.service.reveal { transition: transform 0.7s ease, box-shadow 0.18s ease, opacity 0.7s ease; }
.service.reveal.in { transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.7s ease; }
.service.will-reveal { opacity: 0; transform: translateY(26px); }
.service .idx { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: var(--accent-deep); }
.service h3 { font-size: 22px; }
.service p { color: var(--ink-soft); font-size: 15.5px; flex: 1; }
.service .more { font-weight: 700; font-size: 15px; color: var(--ink); display: inline-block; transition: transform 0.2s ease, color 0.15s ease; }
.service .more:hover { color: var(--accent-deep); }
.service:hover .more { transform: translateX(4px); }
.service-featured { background: var(--tint); border-color: var(--accent); grid-column: span 2; }
.service-featured h3 { font-size: 26px; }
.service-featured p { max-width: 44em; }
@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-featured { grid-column: span 1; }
  .service { padding: 28px 24px; }
}

/* ---------- Over ---------- */
.about { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: center; }
.about-photo { overflow: hidden; border-radius: var(--radius); max-width: 480px; }
.about-photo img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; object-position: 60% 15%; transition: transform 0.6s ease; }
.about-photo:hover img { transform: scale(1.04); }
.about h2 { font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 22px; }
.about p { color: var(--ink-soft); margin-bottom: 18px; font-size: 17.5px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.about-tags span {
  font-size: 13.5px; font-weight: 700; padding: 8px 16px; border-radius: 999px;
  border: 1.5px solid var(--ink); color: var(--ink);
}
.about-creds { display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--line); padding-top: 22px; font-size: 15px; color: var(--ink-soft); }
.about-creds strong { color: var(--ink); }
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { max-width: 420px; }
}

/* ---------- ROI / gratis analyse ---------- */
.roi { background: var(--tint); }
.roi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.roi h2 { font-size: clamp(30px, 3.6vw, 46px); }
.roi .roi-intro p { margin-top: 16px; color: var(--ink-soft); font-size: 18px; max-width: 30em; }
.roi .roi-source { font-size: 14px; margin-top: 18px; color: var(--ink-soft); }
.roi .roi-source a { font-weight: 700; }
.roi-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 36px; display: flex; flex-direction: column; gap: 8px;
  box-shadow: 0 24px 60px -40px rgba(26, 35, 51, 0.4);
}
.roi-card .roi-label { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.roi-card .roi-note { font-size: 13.5px; color: var(--ink-soft); margin-top: 14px; }
.scan-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0 22px; text-align: center; }
.scan-stats div { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 18px 8px; }
.scan-stats strong { display: block; font-size: 24px; font-weight: 900; letter-spacing: -0.02em; }
.scan-stats span { display: block; font-size: 13px; color: var(--ink-soft); margin-top: 2px; }
@media (max-width: 900px) { .roi-grid { grid-template-columns: 1fr; gap: 40px; } .roi-card { padding: 28px 22px; } }

/* ---------- Contactformulier ---------- */
.cta-person { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.cta-person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: 60% 15%; }
.cta-person span { font-size: 14.5px; font-weight: 600; color: var(--ink-soft); max-width: 24em; }
.contact-form {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; display: grid; gap: 16px;
  box-shadow: 0 24px 60px -40px rgba(26, 35, 51, 0.4);
}
.contact-form label { display: grid; gap: 7px; font-weight: 700; font-size: 14px; }
.contact-form input, .contact-form select, .contact-form textarea {
  font-family: var(--font); font-size: 16px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  background: var(--paper); width: 100%; transition: border-color 0.15s ease;
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--accent-deep); background: var(--white);
}
.contact-form .btn { width: 100%; }
.contact-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.form-notice { padding: 14px 18px; border-radius: 10px; font-weight: 600; font-size: 15px; }
.form-notice.ok { background: var(--tint); color: var(--accent-deep); }
.form-notice.fout { background: #fbe9e7; color: #a13c2f; }

/* ---------- CTA ---------- */
.cta { background: var(--white); border-top: 1px solid var(--line); }
.cta .inner { padding: 96px 0; display: grid; grid-template-columns: 1fr 0.9fr; gap: 64px; align-items: start; }
.cta h2 { font-size: clamp(32px, 4vw, 54px); font-weight: 900; }
.cta p { margin-top: 20px; color: var(--ink-soft); font-size: 18px; max-width: 30em; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.cta-contacts { display: flex; flex-direction: column; gap: 4px; margin-top: 34px; }
.cta-contacts a {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 20px 4px; border-bottom: 1px solid var(--line);
  color: var(--ink); font-weight: 700; font-size: 17px;
}
.cta-contacts a:first-child { border-top: 1px solid var(--line); }
.cta-contacts a span { color: var(--ink-soft); font-weight: 500; font-size: 14px; }
.cta-contacts a:hover span { color: var(--accent-deep); }
@media (max-width: 900px) { .cta .inner { grid-template-columns: 1fr; gap: 40px; padding: 64px 0; } }
@media (max-width: 480px) { .cta-actions .btn { width: 100%; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--paper); color: var(--ink-soft); border-top: 1px solid var(--line); }
.site-footer .wrap {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 16px; padding-top: 30px; padding-bottom: 30px; font-size: 14px;
}
.site-footer a { color: var(--ink); font-weight: 600; }
.site-footer a:hover { color: var(--accent-deep); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; }

/* ---------- Blog ---------- */
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 56px; flex-wrap: wrap; }
.section-head-row h2 { font-size: clamp(30px, 3.6vw, 46px); }
.section-head-row .all-link { font-weight: 700; font-size: 16px; color: var(--ink); white-space: nowrap; padding-bottom: 6px; }
.section-head-row .all-link:hover { color: var(--accent-deep); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.blog-card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 18px 40px -24px rgba(26, 35, 51, 0.35); }
.blog-card .meta { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-deep); }
.blog-card h3 { font-size: 21px; line-height: 1.2; }
.blog-card h2 { font-size: 21px; line-height: 1.2; }
.blog-card h3 a, .blog-card h2 a { color: var(--ink); }
.blog-card h3 a:hover, .blog-card h2 a:hover { color: var(--accent-deep); }
.blog-card p { color: var(--ink-soft); font-size: 15.5px; flex: 1; }
.blog-card .more { font-weight: 700; font-size: 15px; color: var(--ink); display: inline-block; transition: transform 0.2s ease, color 0.15s ease; }
.blog-card .more:hover { color: var(--accent-deep); }
.blog-card:hover .more { transform: translateX(4px); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } .section-head-row { margin-bottom: 36px; } }

/* Paginering blogoverzicht */
.tvh-pagination { margin-top: 48px; }
.tvh-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.tvh-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 44px; padding: 0 14px; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--white);
  color: var(--ink); font-weight: 700; font-size: 15px;
}
.tvh-pagination .page-numbers.current { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.tvh-pagination a.page-numbers:hover { border-color: var(--accent-deep); color: var(--accent-deep); }

/* ---------- Landingspagina's ---------- */
.page-hero { background: var(--tint); padding: 84px 0; position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(26, 35, 51, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
}
.page-hero .wrap { position: relative; }
.page-hero h1 { font-size: clamp(34px, 4.5vw, 58px); font-weight: 900; max-width: 16em; }
.page-hero .lede { margin-top: 22px; max-width: 36em; font-size: 19px; color: var(--ink-soft); }
.page-hero .hero-actions { margin-top: 32px; }
@media (max-width: 700px) { .page-hero { padding: 56px 0; } }

.landing-geo { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.geo-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
.geo-photo { border-radius: var(--radius); aspect-ratio: 4 / 3.4; object-fit: cover; object-position: 50% 20%; width: 100%; box-shadow: 0 24px 60px -40px rgba(26, 35, 51, 0.4); transition: transform 0.3s ease; }
.geo-photo:hover { transform: translateY(-6px); }
@media (max-width: 900px) { .geo-grid { grid-template-columns: 1fr; gap: 36px; } }
.landing-geo .geo-inner { max-width: 760px; }
.landing-geo h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 18px; }
.landing-geo p { color: var(--ink-soft); font-size: 17.5px; margin-bottom: 14px; }

/* ---------- Over Tim (uitgebreid) ---------- */
.over-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: start; }
.over-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.over-photos img { border-radius: var(--radius); width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 55% 15%; box-shadow: 0 24px 60px -40px rgba(26, 35, 51, 0.4); }
.over-photos img:last-child { margin-top: 44px; }
.over-story h2 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 20px; }
.over-story p { color: var(--ink-soft); font-size: 17.5px; margin-bottom: 18px; }

/* Links in lopende tekst óók zonder kleur herkenbaar (toegankelijkheid) */
.over-story p a, .tl-item p a, .means-note a, .landing-geo p a, .entry-content a {
  text-decoration: underline; text-underline-offset: 2px;
}
.timeline { max-width: 720px; border-left: 2px solid var(--line); margin-left: 8px; padding-left: 36px; }
.tl-item { position: relative; padding-bottom: 38px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -45px; top: 5px; width: 14px; height: 14px;
  border-radius: 50%; background: var(--accent); border: 3px solid var(--paper);
}
.tl-year { font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-deep); }
.tl-item h3 { font-size: 21px; margin: 6px 0 6px; }
.tl-item p { color: var(--ink-soft); font-size: 16px; max-width: 56ch; }
@media (max-width: 900px) {
  .over-grid { grid-template-columns: 1fr; gap: 40px; }
  .over-photos img:last-child { margin-top: 28px; }
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; display: grid; gap: 12px; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color 0.2s ease; }
.faq-list details[open] { border-color: var(--accent); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-weight: 700; font-size: 17px; line-height: 1.4;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; flex: none; width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--tint); color: var(--accent-deep); font-size: 19px; font-weight: 700;
  transition: transform 0.25s ease;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details[open] p { animation: tvh-rise 0.35s ease; }
.faq-list details p { padding: 0 24px 22px; color: var(--ink-soft); font-size: 16px; max-width: 60ch; }

/* ---------- Content pages (page.php / single.php) ---------- */
.entry-content { max-width: 760px; margin: 0 auto; padding: 72px 28px 96px; }
.entry-content h2 { font-size: 30px; margin: 40px 0 14px; }
.entry-content h3 { font-size: 23px; margin: 32px 0 12px; }
.entry-content p, .entry-content ul, .entry-content ol { margin-bottom: 18px; color: var(--ink-soft); }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content img { border-radius: var(--radius); }
.entry-meta { color: var(--ink-soft); font-size: 14px; margin-top: 10px; }

/* Blog index */
.post-list { max-width: 760px; margin: 0 auto; padding: 72px 28px 96px; display: grid; gap: 22px; }
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.post-card h2 { font-size: 24px; }
.post-card h2 a { color: var(--ink); }
.post-card h2 a:hover { color: var(--accent-deep); }
.post-card p { color: var(--ink-soft); margin-top: 10px; }

/* ---------- Persoonlijke accenten ---------- */
.hand-note { font-family: "Caveat", cursive; font-weight: 600; line-height: 1.15; }
.card-note { position: absolute; top: -46px; left: 2px; color: var(--accent); font-size: 26px; transform: rotate(-5deg); display: inline-flex; align-items: flex-start; gap: 5px; pointer-events: none; }
.card-note svg { margin-top: 12px; flex: none; }
.mark { position: relative; z-index: 0; white-space: nowrap; }
.mark::after {
  content: ""; position: absolute; z-index: -1; left: -0.1em; right: -0.1em; bottom: 0.05em; height: 0.42em;
  background: var(--accent); opacity: 0.55; border-radius: 3px;
  transform: scaleX(1); transform-origin: 0 60%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.will-reveal .mark::after { transform: scaleX(0); transition: none; }

/* ---------- Zo werk ik ---------- */
.principle-list { display: grid; }
.principle { display: grid; grid-template-columns: 96px 1fr; gap: 24px; align-items: start; padding: 42px 0; border-top: 1px solid var(--line); }
.principle:last-child { border-bottom: 1px solid var(--line); }
.p-idx { font-family: "Caveat", cursive; font-weight: 600; font-size: 36px; line-height: 1; color: var(--accent-deep); transform: rotate(-4deg); transition: transform 0.25s ease; margin-top: 10px; }
.principle:hover .p-idx { transform: rotate(-10deg) scale(1.18); }
.principle h3 { font-size: clamp(24px, 3.2vw, 38px); }
.principle div p { margin-top: 12px; color: var(--ink-soft); font-size: 17px; max-width: 56ch; }
@media (max-width: 700px) {
  .principle { grid-template-columns: 1fr; gap: 6px; padding: 30px 0; }
  .p-idx { margin-top: 0; }
}

/* ---------- Over-foto als polaroid ---------- */
.about-photo { background: var(--white); border: 1px solid var(--line); padding: 12px; rotate: -1.5deg; transition: rotate 0.35s ease; box-shadow: 0 24px 60px -40px rgba(26, 35, 51, 0.5); }
.about-photo:hover { rotate: 0deg; }
.about-photo img { border-radius: 8px; }
.photo-note { display: block; text-align: center; padding: 12px 4px 2px; font-size: 23px; color: var(--ink-soft); }
.about-more { display: inline-block; margin-top: 22px; font-weight: 700; font-size: 15px; color: var(--ink); }
.about-more:hover { color: var(--accent-deep); }

@media (prefers-reduced-motion: reduce) {
  .mark::after, .p-idx, .about-photo { transition: none; }
  .will-reveal .mark::after { transform: scaleX(1); }
}

/* ---------- Belofte-statement ---------- */
.promise { background: var(--hero-bg); color: var(--white); position: relative; overflow: hidden; }
.promise::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px); background-size: 26px 26px; }
.promise .wrap { position: relative; max-width: 960px; padding-top: clamp(72px, 10vw, 120px); padding-bottom: clamp(72px, 10vw, 120px); }
.promise-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; }
.promise-kicker::before { content: ""; width: 26px; height: 2px; background: var(--accent); }
.promise-line { font-size: clamp(28px, 4vw, 52px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.16; text-wrap: balance; }
.promise .mark::after { opacity: 0.85; height: 0.36em; }
.promise-sign { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.promise-sign img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: 60% 15%; border: 2px solid rgba(255, 255, 255, 0.25); }
.promise-sign .hand-note { font-size: 34px; color: var(--accent); line-height: 1; }

/* ---------- Vraagstukken ---------- */
.problems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; display: flex; flex-direction: column; gap: 14px; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.7s ease; }
.problem:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 18px 40px -24px rgba(26, 35, 51, 0.35); }
.problem.reveal { transition: transform 0.7s ease, box-shadow 0.18s ease, opacity 0.7s ease; }
.problem.reveal.in { transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.7s ease; }
.problem.will-reveal { opacity: 0; transform: translateY(26px); }
.p-pain { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-deep); }
.problem h3 { font-size: 22px; line-height: 1.2; }
.problem p { color: var(--ink-soft); font-size: 15.5px; flex: 1; }
.problem .more { font-weight: 700; font-size: 15px; color: var(--ink); display: inline-block; transition: transform 0.2s ease, color 0.15s ease; }
.problem:hover .more { transform: translateX(4px); color: var(--accent-deep); }
@media (max-width: 900px) { .problems-grid { grid-template-columns: 1fr; } }

/* ---------- Middelen ---------- */
.means { margin-top: 22px; padding: 28px 32px; background: var(--tint); border-radius: var(--radius); display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.means-lead { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.means-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.means-chips a { background: var(--white); border: 1px solid var(--line); color: var(--ink); font-weight: 700; font-size: 14.5px; padding: 9px 16px; border-radius: 999px; transition: transform 0.18s ease, border-color 0.18s ease, color 0.15s ease; }
.means-chips a:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent-deep); }
.means-note { flex-basis: 100%; margin: 0; color: var(--ink-soft); font-size: 15.5px; }
.means-note strong { color: var(--ink); }
.means-note a { color: var(--ink); }
.means-note a:hover { color: var(--accent-deep); }

/* ---------- Zo werk ik: foto ernaast ---------- */
.principles-grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 56px; align-items: stretch; }
.principle-photo { border-radius: var(--radius); overflow: hidden; box-shadow: 0 26px 64px -40px rgba(26, 35, 51, 0.5); }
.principle-photo img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; object-position: 46% 32%; }
@media (max-width: 900px) {
  .principles-grid { grid-template-columns: 1fr; gap: 30px; }
  .principle-photo img { min-height: 300px; }
}
