/* CLIFFORD TRAINING & COACHING — Centrale stylesheet v3.0 */

:root {
  --ink: #0E1B2C; --ink-soft: #2A3A52; --ink-light: #5A6A82;
  --paper: #F5F1EA; --paper-warm: #EAE3D6; --paper-deep: #DCD2BD;
  --accent: #C8501E; --accent-soft: #E8B898; --accent-deep: #9A3D17;
  --gold: #B8924A;
  --line: rgba(14, 27, 44, 0.12); --line-strong: rgba(14, 27, 44, 0.25);
  --shadow-sm: 0 2px 8px rgba(14, 27, 44, 0.06);
  --shadow-md: 0 12px 24px -8px rgba(14, 27, 44, 0.12);
  --shadow-lg: 0 24px 48px -12px rgba(14, 27, 44, 0.18);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, .serif { font-family: 'Fraunces', Georgia, serif; font-weight: 400; letter-spacing: -0.02em; line-height: 1.1; }
em { font-style: italic; color: var(--accent); }
a { color: var(--accent-deep); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent); }
::selection { background: var(--accent); color: var(--paper); }

/* NAV */
.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(245,241,234,0.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); padding: 16px 0; }
.nav-inner { max-width: 1320px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 8px; line-height: 0; }
.logo img, .logo svg { display: block; height: 44px; width: auto; }
.logo-text-fallback { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; color: var(--ink); line-height: 1; letter-spacing: 0.01em; }
.logo-text-fallback-white { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; color: var(--paper); line-height: 1; letter-spacing: 0.01em; }
.logo-text { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; color: var(--ink); line-height: 1; }
.logo-dot { color: var(--accent); }
@media (max-width: 640px) {
  .logo img, .logo svg { height: 36px; }
  .logo-text-fallback, .logo-text-fallback-white { font-size: 18px; }
}
.nav-links { display: flex; gap: 28px; list-style: none; font-size: 14px; font-weight: 500; align-items: center; }
.nav-links > li > a { color: var(--ink); padding: 4px 0; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--accent); }
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 10px; opacity: 0.6; }
.nav-dropdown-menu { position: absolute; top: 100%; left: -16px; background: white; min-width: 260px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-4px); transition: all 0.2s; margin-top: 8px; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: 10px 14px; border-radius: 4px; font-size: 14px; color: var(--ink); }
.nav-dropdown-menu a:hover { background: var(--paper); color: var(--accent); }
.nav-cta { padding: 11px 22px; background: var(--ink); color: var(--paper) !important; border-radius: 999px; font-size: 13px; transition: all 0.25s; }
.nav-cta:hover { background: var(--accent); }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; margin: -8px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: all 0.3s; }
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .nav-cta { display: none; }
  .site-nav.mobile-open .nav-links { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 24px; gap: 8px; border-bottom: 1px solid var(--line); align-items: stretch; max-height: calc(100vh - 80px); overflow-y: auto; }
  .site-nav.mobile-open .nav-dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 4px 0 4px 16px; margin: 0; }
}

/* LAYOUT */
.section { max-width: 1320px; margin: 0 auto; padding: 100px 32px; }
.section-narrow { max-width: 880px; margin: 0 auto; padding: 80px 32px; }
@media (max-width: 768px) { .section, .section-narrow { padding: 64px 20px; } }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; }
.eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--accent); }
.dark-section .eyebrow { color: var(--accent-soft); }
.dark-section .eyebrow::before { background: var(--accent-soft); }
h1.page-title { font-size: clamp(40px, 6vw, 76px); margin-bottom: 24px; line-height: 1.02; }
h2.section-title { font-size: clamp(32px, 4.5vw, 56px); margin-bottom: 24px; line-height: 1.05; }
.lead { font-size: 19px; color: var(--ink-soft); line-height: 1.55; max-width: 640px; }

/* KNOPPEN */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 999px; font-weight: 500; font-size: 15px; transition: all 0.25s; cursor: pointer; border: none; text-decoration: none !important; font-family: inherit; }
.btn-primary { background: var(--ink); color: var(--paper) !important; }
.btn-primary:hover { background: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-accent { background: var(--accent); color: var(--paper) !important; }
.btn-accent:hover { background: var(--accent-deep); transform: translateY(-2px); }
.btn-secondary { color: var(--ink) !important; border: 1px solid var(--ink); background: transparent; }
.btn-secondary:hover { background: var(--ink); color: var(--paper) !important; }
.btn-light { color: var(--paper) !important; border: 1px solid var(--paper); background: transparent; }
.btn-light:hover { background: var(--paper); color: var(--ink) !important; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* HERO */
.hero { padding: 80px 32px 100px; max-width: 1320px; margin: 0 auto; }
.hero-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.hero h1 { font-size: clamp(40px, 6vw, 78px); margin-bottom: 28px; line-height: 1.02; }
.hero p.lead { margin-bottom: 36px; }
.hero-image { position: relative; aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: var(--ink-soft); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-caption { position: absolute; bottom: 24px; left: 24px; right: 24px; color: var(--paper); font-family: 'Fraunces', serif; font-style: italic; font-size: 15px; line-height: 1.4; padding: 16px; background: rgba(14,27,44,0.7); backdrop-filter: blur(8px); border-radius: 4px; }
@media (max-width: 968px) { .hero-split { grid-template-columns: 1fr; gap: 40px; } .hero { padding: 40px 20px 64px; } .hero-image { aspect-ratio: 3/4; max-height: 500px; } }

/* PAGE HEADER */
.page-header { background: var(--paper-warm); padding: 80px 32px 64px; border-bottom: 1px solid var(--line); }
.page-header-inner { max-width: 1320px; margin: 0 auto; }
.page-header h1 { font-size: clamp(40px, 5.5vw, 64px); margin-bottom: 20px; max-width: 900px; }
.page-header .lead { font-size: 19px; max-width: 720px; }
.breadcrumbs { font-size: 13px; color: var(--ink-light); margin-bottom: 20px; }
.breadcrumbs a { color: var(--ink-light); }
.breadcrumbs a:hover { color: var(--accent); }

/* TRUST BAR */
.trust-bar { padding: 36px 32px; background: var(--paper-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-inner { max-width: 1320px; margin: 0 auto; }
.trust-label { text-align: center; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 22px; font-weight: 500; }
.trust-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px 48px; font-family: 'Fraunces', serif; font-size: 20px; color: var(--ink-soft); opacity: 0.75; }

/* CARDS */
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cards-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 968px) { .cards-grid, .cards-grid-3, .cards-grid-4 { grid-template-columns: 1fr; } }
.services-group { margin-bottom: 56px; }
.services-group:last-child { margin-bottom: 0; }
.group-label { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; }
.group-label span { font-family: 'Fraunces', serif; font-size: 14px; font-weight: 500; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.group-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.service-card { background: white; padding: 40px 32px; border-radius: 8px; border: 1px solid var(--line); transition: all 0.3s; display: flex; flex-direction: column; text-decoration: none; }
.service-card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: var(--shadow-lg); }
.service-num { font-family: 'Fraunces', serif; font-size: 13px; font-weight: 500; color: var(--accent); letter-spacing: 0.06em; margin-bottom: 12px; }
.service-card h3 { font-size: 26px; margin-bottom: 14px; color: var(--ink); }
.service-card p { color: var(--ink-soft); margin-bottom: 24px; font-size: 15px; flex-grow: 1; }
.service-link { color: var(--ink) !important; font-size: 14px; font-weight: 500; border-bottom: 1px solid var(--ink); padding-bottom: 2px; align-self: start; transition: all 0.2s; }
.service-card:hover .service-link { color: var(--accent) !important; border-color: var(--accent); }

/* DARK SECTION */
.dark-section { background: var(--ink); color: var(--paper); padding: 100px 32px; }
.dark-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; }
.dark-section h2 { color: var(--paper); }
.dark-section p { color: rgba(245,241,234,0.82); font-size: 17px; margin-bottom: 18px; }
.dave-photo { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: linear-gradient(135deg, var(--accent), var(--gold)); position: relative; }
.dave-photo img { width: 100%; height: 100%; object-fit: cover; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; padding-top: 36px; border-top: 1px solid rgba(245,241,234,0.15); }
.stat-num { font-family: 'Fraunces', serif; font-size: 48px; color: var(--accent-soft); font-weight: 300; line-height: 1; }
.stat-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 8px; opacity: 0.7; }
@media (max-width: 968px) { .dark-inner { grid-template-columns: 1fr; } .stats-row { grid-template-columns: 1fr 1fr; } .dark-section { padding: 64px 20px; } }

/* MENTORS */
.mentors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mentor-card { background: white; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); transition: all 0.3s; }
.mentor-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.mentor-photo { aspect-ratio: 1/1; overflow: hidden; background: var(--paper-warm); }
.mentor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s; }
.mentor-card:hover .mentor-photo img { transform: scale(1.04); }
.mentor-content { padding: 28px; }
.mentor-name { font-family: 'Fraunces', serif; font-size: 22px; margin-bottom: 4px; }
.mentor-role { font-size: 13px; color: var(--accent); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; margin-bottom: 14px; }
.mentor-content p { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
@media (max-width: 968px) { .mentors-grid { grid-template-columns: 1fr; } }

/* TESTIMONIALS */
.testimonials-section { background: var(--paper-warm); padding: 100px 0; }
.testimonials-header { max-width: 1320px; margin: 0 auto 56px; padding: 0 32px; display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 32px; }
.testimonials-header h2 { font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; max-width: 600px; }
.testimonials-meta { text-align: right; font-size: 14px; color: var(--ink-soft); }
.testimonials-meta strong { font-family: 'Fraunces', serif; font-size: 32px; color: var(--accent); display: block; line-height: 1; }
.testimonials-grid { max-width: 1320px; margin: 0 auto; padding: 0 32px; columns: 3; column-gap: 24px; }
@media (max-width: 968px) { .testimonials-grid { columns: 2; } .testimonials-meta { text-align: left; } }
@media (max-width: 640px) { .testimonials-grid { columns: 1; } }
.testimonial { background: white; padding: 28px; border-radius: 6px; margin-bottom: 24px; break-inside: avoid; border: 1px solid var(--line); transition: all 0.3s; }
.testimonial:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.testimonial-mark { font-family: 'Fraunces', serif; font-size: 56px; line-height: 0.5; color: var(--accent); margin-bottom: 24px; display: block; }
.testimonial p { font-size: 15px; line-height: 1.65; color: var(--ink); margin-bottom: 20px; }
.testimonial-author { padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.testimonial-photo { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-soft), var(--gold)); display: flex; align-items: center; justify-content: center; color: white; font-family: 'Fraunces', serif; font-weight: 500; font-size: 16px; flex-shrink: 0; overflow: hidden; }
.testimonial-photo img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-info { min-width: 0; }
.testimonial-name { font-weight: 600; font-size: 14px; }
.testimonial-role { font-size: 12px; color: var(--ink-soft); margin-top: 1px; }
.testimonial-company { font-size: 11px; color: var(--accent); font-weight: 500; margin-top: 2px; letter-spacing: 0.03em; text-transform: uppercase; }
.testimonials-cta { text-align: center; margin-top: 48px; padding: 0 32px; }

/* FEATURE BLOCK */
.feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature-block.reverse .feature-image { order: 2; }
.feature-image { aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; background: var(--paper-warm); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 968px) { .feature-block { grid-template-columns: 1fr; gap: 32px; } .feature-block.reverse .feature-image { order: 0; } }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.blog-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.blog-card { background: white; border-radius: 6px; overflow: hidden; border: 1px solid var(--line); transition: all 0.3s; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-image { aspect-ratio: 16/10; background: var(--paper-warm); overflow: hidden; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-image img { transform: scale(1.04); }
.blog-content { padding: 28px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-meta { font-size: 12px; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; font-weight: 500; }
.blog-card h3 { font-size: 22px; line-height: 1.3; margin-bottom: 12px; color: var(--ink); }
.blog-card:hover h3 { color: var(--accent); }
.blog-card p { color: var(--ink-soft); font-size: 14px; flex-grow: 1; margin-bottom: 16px; }
.blog-card-link { font-size: 13px; font-weight: 500; color: var(--accent); }
@media (max-width: 968px) { .blog-grid, .blog-grid-4 { grid-template-columns: 1fr; } }

/* BLOG ARTICLE LAYOUT */
.article-body { max-width: 760px; margin: 0 auto; padding: 64px 32px 80px; }
.article-body p { font-size: 18px; line-height: 1.75; color: var(--ink); margin-bottom: 22px; }
.article-body h2 { font-size: clamp(26px, 3vw, 34px); margin: 56px 0 20px; color: var(--ink); }
.article-body h3 { font-size: 22px; margin: 40px 0 14px; font-family: 'Fraunces', serif; color: var(--ink); }
.article-body ul, .article-body ol { margin: 0 0 22px 28px; font-size: 18px; line-height: 1.75; color: var(--ink); }
.article-body ul li, .article-body ol li { margin-bottom: 8px; }
.article-body blockquote { border-left: 3px solid var(--accent); padding: 8px 0 8px 28px; margin: 32px 0; font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; line-height: 1.45; color: var(--ink-soft); }
.article-body strong { font-weight: 600; color: var(--ink); }
.article-body em { font-style: italic; color: var(--ink-soft); }
.article-meta { font-size: 13px; color: var(--ink-light); letter-spacing: 0.04em; margin-bottom: 20px; }
.article-meta time { text-transform: uppercase; font-weight: 500; }
.article-hero { aspect-ratio: 16/7; overflow: hidden; background: var(--paper-warm); }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-footer { max-width: 760px; margin: 0 auto; padding: 0 32px 80px; border-top: 1px solid var(--line); padding-top: 40px; }
.article-footer .sources { font-size: 14px; color: var(--ink-light); line-height: 1.6; }
.article-footer .sources strong { display: block; margin-bottom: 10px; color: var(--ink); }
.article-footer .sources ol { margin-left: 20px; }
.article-footer .sources ol li { margin-bottom: 4px; }
.article-nav { max-width: 760px; margin: 0 auto 80px; padding: 32px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.article-nav a { font-size: 14px; color: var(--ink); max-width: 320px; }
.article-nav a:hover { color: var(--accent); }
.article-nav .nav-label { font-size: 11px; color: var(--ink-light); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }

/* RICH TEXT CONTENT (subpagina's) */
.content-body { max-width: 880px; margin: 0 auto; padding: 64px 32px 80px; }
.content-body p { font-size: 18px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 22px; }
.content-body p strong { color: var(--ink); font-weight: 600; }
.content-body h2 { font-family: 'Fraunces', serif; font-size: clamp(28px, 3.5vw, 40px); margin: 64px 0 20px; color: var(--ink); line-height: 1.15; }
.content-body h3 { font-family: 'Fraunces', serif; font-size: 24px; margin: 40px 0 14px; color: var(--ink); font-weight: 500; }
.content-body ul, .content-body ol { margin: 0 0 22px 28px; font-size: 18px; line-height: 1.75; color: var(--ink-soft); }
.content-body ul li, .content-body ol li { margin-bottom: 10px; }
.content-body blockquote { background: var(--paper-warm); border-left: 3px solid var(--accent); padding: 28px 32px; margin: 40px 0; border-radius: 4px; }
.content-body blockquote p { font-family: 'Fraunces', serif; font-style: italic; font-size: 19px; line-height: 1.55; color: var(--ink); margin-bottom: 14px; }
.content-body blockquote p:last-child { margin-bottom: 0; }
.content-body blockquote .quote-author { display: block; font-family: 'Inter', sans-serif; font-style: normal; font-size: 14px; color: var(--ink-soft); margin-top: 4px; }
.content-body blockquote .quote-author strong { display: inline; color: var(--ink); font-weight: 600; }

.page-cta-band { background: var(--ink); color: var(--paper); padding: 72px 32px; text-align: center; margin-top: 40px; }
.page-cta-band .inner { max-width: 640px; margin: 0 auto; }
.page-cta-band h3 { font-size: clamp(26px, 3vw, 36px); color: var(--paper); margin-bottom: 12px; }
.page-cta-band p { font-size: 16px; opacity: 0.85; margin-bottom: 28px; }
.page-cta-band .btn-accent { background: var(--accent); }

/* CTA */
.cta-section { background: var(--accent); color: var(--paper); padding: 80px 32px; text-align: center; }
.cta-section.dark { background: var(--ink); }
.cta-inner { max-width: 800px; margin: 0 auto; }
.cta-section h2 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 20px; color: var(--paper); }
.cta-section p { font-size: 18px; margin-bottom: 36px; opacity: 0.92; }
.cta-section .btn-primary { background: var(--ink); }
.cta-section .btn-primary:hover { background: var(--paper); color: var(--ink) !important; }

/* FOOTER */
.site-footer { background: var(--ink); color: var(--paper); padding: 64px 32px 32px; }
.footer-inner { max-width: 1320px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(245,241,234,0.15); }
.footer-grid h4 { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; opacity: 0.6; color: var(--paper); font-weight: 500; }
.footer-grid a { display: block; color: var(--paper); padding: 5px 0; font-size: 14px; opacity: 0.85; }
.footer-grid a:hover { color: var(--accent-soft); opacity: 1; }
.footer-brand .logo img { height: 48px; }
.footer-brand p { margin-top: 14px; opacity: 0.7; font-size: 14px; max-width: 320px; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; font-size: 13px; opacity: 0.6; flex-wrap: wrap; gap: 14px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }

/* SR-ONLY */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
