/*
Theme Name: Klaar voor de Camera
Theme URI: https://klaarvoordecamera.nl
Author: Van der Varst Advies
Author URI: https://klaarvoordecamera.nl
Description: Custom thema voor Klaar voor de Camera — mediatraining voor bestuurders en CEO's. Modern, helder en gericht op autoriteit en lead-generatie. Geoptimaliseerd voor een one-pager met optionele inzichten-sectie.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: klaarvoordecamera
Tags: business, one-page, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ===========================================
   Reset + design tokens
   =========================================== */
:root {
  --ink: #0a0a0a;
  --ink-soft: #2b2b2b;
  --muted: #5c5c5c;
  --line: #e5e1d9;
  --paper: #f4f2ee;
  --paper-alt: #ffffff;
  --paper-deep: #ebe6dc;
  --dark: #0e1410;
  --accent: #1f4d3d;
  --accent-hover: #2f6b57;
  --accent-soft: #c2d3ca;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.container-narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ===========================================
   Header
   =========================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244, 242, 238, 0.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}

.site-header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.site-logo {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-logo-mark {
  width: 28px;
  height: 28px;
  background: var(--accent);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.site-nav-links {
  display: flex;
  gap: 36px;
  font-size: 14.5px;
  color: var(--ink-soft);
  font-weight: 500;
}

.site-nav-links a {
  transition: color 0.2s;
}

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  background: var(--accent);
  color: white;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}

.nav-cta:hover {
  background: var(--accent-hover);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 820px) {
  .site-nav-links { display: none; }
  .nav-toggle { display: inline-block; }
  .site-nav-links.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper-alt);
    border-bottom: 1px solid var(--line);
    padding: 20px 32px;
    gap: 16px;
  }
}

/* ===========================================
   Buttons
   =========================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
  border: 1.5px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--ink);
  color: white;
}
.btn-primary:hover { background: var(--accent); }

.btn-accent {
  background: var(--accent);
  color: white;
}
.btn-accent:hover { background: var(--accent-hover); }

.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: white; }

.btn-arrow { transition: transform 0.2s; display: inline-block; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ===========================================
   Hero (centered, big)
   =========================================== */
.hero {
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 800px;
  height: 800px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(31,77,61,0.06), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.hero-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.hero h1 {
  font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  max-width: 1000px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}

.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  font-family: 'Newsreader', 'Inter', serif;
  letter-spacing: -0.015em;
}

.hero-lead {
  font-size: 20px;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto 44px;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

.hero-cta {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-stats {
  margin-top: 100px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}

.stat {
  text-align: center;
}

.stat-num {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.01em;
}

@media (max-width: 760px) {
  .hero { padding: 70px 0 60px; }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 60px;
  }
}

/* ===========================================
   Sections
   =========================================== */
section { padding: 110px 0; position: relative; }

section.bg-alt { background: var(--paper-alt); }
section.bg-deep { background: var(--paper-deep); }
section.bg-dark { background: var(--dark); color: rgba(255,255,255,0.92); }

.section-head {
  max-width: 760px;
  margin-bottom: 70px;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bg-dark .section-eyebrow { color: var(--accent-soft); }

.section-title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 24px;
}

.bg-dark .section-title { color: white; }

.section-lead {
  font-size: 19px;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 620px;
}

.bg-dark .section-lead { color: rgba(255,255,255,0.75); }

/* ===========================================
   Why cards (3 cards in row, full-bg)
   =========================================== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 40px 32px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.12);
  border-color: var(--accent-soft);
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Newsreader', serif;
  font-style: italic;
}

.why-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.25;
}

.why-card p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6;
}

@media (max-width: 880px) {
  .why-grid { grid-template-columns: 1fr; gap: 18px; }
  .why-card { padding: 32px 28px; }
}

/* Why-section deeper subsections (below the 3 cards) */
.waarom-extra {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1040px;
}

.waarom-extra h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  padding-top: 24px;
  border-top: 2px solid var(--accent);
  display: inline-block;
}

.waarom-extra p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

@media (max-width: 800px) {
  .waarom-extra { grid-template-columns: 1fr; gap: 40px; margin-top: 60px; }
}

/* Aanpak / "Waarom 1-op-1" section */
.aanpak-content {
  max-width: 760px;
  margin: 0 auto;
}

.aanpak-content p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 22px;
}

.aanpak-content p:first-child {
  font-size: 21px;
  color: var(--ink);
  line-height: 1.55;
}

/* ===========================================
   Services (2x2 grid)
   =========================================== */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.services-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 980px) {
  .services-grid-3 { grid-template-columns: 1fr 1fr; }
}

.service-card {
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.service-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.service-duration {
  font-size: 13px;
  color: var(--muted);
  padding: 4px 12px;
  background: var(--paper-deep);
  border-radius: 999px;
}

.service-card h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  line-height: 1.2;
}

.service-card p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
  flex: 1;
}

.service-card .for-whom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-soft);
}

.service-card .for-whom strong {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 880px) {
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 36px 28px; }
}

/* ===========================================
   About
   =========================================== */
.about {
  background: var(--dark);
  color: white;
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(31,77,61,0.4), transparent 65%);
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}


.about-portrait {
  aspect-ratio: 4/5;
  background: linear-gradient(160deg, #1f4d3d 0%, #0a3528 100%);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.6);
}

.about-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(200, 220, 200, 0.15), transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(0,0,0,0.4), transparent 60%);
}

.about-portrait::after {

  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 88px;
  color: rgba(255,255,255,0.2);
  font-weight: 400;
}

.about-text .section-eyebrow {
  color: var(--accent-soft);
}

.about-text h2 {
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: white;
  margin-bottom: 28px;
}

.about-text p {
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-text p.lead {
  font-size: 22px;
  color: white;
  line-height: 1.5;
  font-weight: 400;
}

.about-credentials {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.cred-num {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
}

.cred-num em {
  font-style: italic;
  font-family: 'Newsreader', serif;
  color: var(--accent-soft);
  font-weight: 400;
}

.cred-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}

@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-portrait { max-width: 320px; }
}

/* ===========================================
   Testimonials (light, single scrolling row)
   =========================================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.t-card {
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.t-card:hover { transform: translateY(-3px); }

.t-stars {
  color: var(--accent);
  font-size: 14px;
  margin-bottom: 22px;
  letter-spacing: 0.1em;
}

.t-quote {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 28px;
  flex: 1;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.t-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.t-name {
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  display: block;
  margin-bottom: 2px;
}

.t-role {
  font-size: 13px;
  color: var(--muted);
}

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

/* ===========================================
   Process (vertical timeline with line)
   =========================================== */
.process-wrap {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.process-wrap::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: var(--line);
}

.process-step {
  display: flex;
  gap: 32px;
  margin-bottom: 44px;
  position: relative;
}

.process-step:last-child { margin-bottom: 0; }

.process-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--paper-alt);
  border: 2px solid var(--accent);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.process-content {
  padding-top: 14px;
}

.process-content h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.process-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .process-step { gap: 20px; }
  .process-wrap::before { left: 25px; }
  .process-num { width: 52px; height: 52px; font-size: 16px; }
  .process-content h4 { font-size: 19px; }
}

/* ===========================================
   Contact
   =========================================== */
.contact-block {
  max-width: 880px;
  margin: 0 auto;
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 60px 56px;
  text-align: center;
}

.contact-block .section-eyebrow { margin-bottom: 18px; }
.contact-block h2 {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  line-height: 1.1;
}

.contact-block .lead {
  color: var(--ink-soft);
  font-size: 18px;
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.contact-form {
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}

.field { margin-bottom: 18px; }

.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  background: var(--paper-alt);
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.2s;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.contact-direct {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14.5px;
  color: var(--muted);
}

.contact-direct a {
  color: var(--accent);
  font-weight: 600;
}

.contact-direct a:hover { text-decoration: underline; }

.form-note {
  font-size: 12.5px;
  color: var(--muted);
  text-align: center;
  margin-top: 14px;
}

.cf7-fallback {
  background: var(--paper-deep);
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--ink-soft);
  margin-top: 12px;
}

.cf7-fallback strong { color: var(--ink); }

@media (max-width: 720px) {
  .contact-block { padding: 40px 28px; }
}

/* ===========================================
   Footer
   =========================================== */
.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 70px 0 32px;
  font-size: 14.5px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
}

.footer-brand .site-logo { color: white; }
.footer-brand p {
  max-width: 340px;
  margin-top: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
}

.footer-col h5 {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  padding: 5px 0;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--accent-soft); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ===========================================
   Content pages (single / page templates)
   =========================================== */
.content-hero {
  padding: 100px 0 50px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  margin-bottom: 60px;
}

.content-hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.content-meta {
  color: var(--muted);
  font-size: 14px;
}

.content-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px 100px;
}

.content-body p, .content-body ul, .content-body ol {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.75;
}

.content-body h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 50px 0 20px;
}

.content-body h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 36px 0 14px;
}

.content-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-body img {
  border-radius: 8px;
  margin: 32px 0;
}

/* WordPress core classes */
.alignleft { float: left; margin-right: 24px; }
.alignright { float: right; margin-left: 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  height: 1px; width: 1px;
  overflow: hidden;
}
