@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400&family=DM+Sans:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pearl: #FDFAF5;
  --forest: #2C3E35;
  --ice: #C5E8DC;
  --beige: #E8E2D9;
  --dark: #1C1C1C;
  --muted: #6B6B6B;
  --border: #D8D2C9;
  --font-display: 'Fraunces', serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--pearl);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

.hero-img img,
.over-photo img,
.aanbod-card-img img,
.galerij-item img,
.blog-card-img img,
.blog-featured-main img,
.bliss-wat-img img,
.waarom-img img,
.blog-post-hero img,
.author-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* NAV */
nav {
  position: fixed;
  top: 20px; left: 5vw; right: 5vw;
  z-index: 100;
  background: var(--pearl);
  border: 1px solid var(--border);
  border-radius: 60px;
  padding: 0 1.5rem 0 1.75rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s;
}

nav.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.14);
}

.nav-logo img {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.nav-links a {
  font-size: 14px;
  color: var(--dark);
  transition: opacity 0.2s;
}

.nav-links a:hover { opacity: 0.5; }

.nav-cta {
  background: var(--dark);
  color: var(--pearl) !important;
  padding: 9px 20px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.nav-cta:hover { opacity: 0.75 !important; }

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

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--dark);
  transition: all 0.3s;
}

/* HERO */
.hero {
  margin-top: 0;
  height: 100vh;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  inset: 0;
  background: var(--forest);
}

.hero-img img {
  opacity: 0.7;
}

.placeholder-img {
  width: 100%;
  height: 100%;
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.3);
  font-size: 13px;
  font-family: var(--font-body);
  letter-spacing: 0.05em;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 5vw 8vh;
}

.hero-content h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.0;
  color: var(--pearl);
  max-width: 10ch;
  margin-bottom: 1.5rem;
}

.hero-content p {
  font-size: 16px;
  color: rgba(253,250,245,0.75);
  margin-bottom: 2rem;
  max-width: 40ch;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-body);
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
  border: none;
}

.btn:hover { opacity: 0.85; transform: translateY(-1px); }

.btn-ice { background: var(--ice); color: var(--dark); }
.btn-dark { background: var(--dark); color: var(--pearl); }
.btn-outline {
  background: transparent;
  color: var(--dark);
  border: 1.5px solid var(--dark);
}

/* SECTIONS */
section { padding: 7rem 5vw; }

.section-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.1;
  color: var(--dark);
}

h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
  color: var(--dark);
}

/* INTRO */
.intro {
  background: var(--beige);
  padding: 7rem 5vw;
}

.intro-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 1200px;
}

.intro-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 0.5rem;
}

.intro-text p {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.6;
  color: var(--dark);
  margin-bottom: 1.5rem;
}

.intro-text p:last-child {
  margin-bottom: 0;
  color: var(--forest);
}

@media (max-width: 700px) {
  .intro-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* OVER MIJ */
.over {
  background: var(--pearl);
  padding: 7rem 5vw;
}

.over-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  max-width: 1200px;
}

.over-photo {
  aspect-ratio: 4/5;
  border-radius: 12px;
  overflow: hidden;
  background: var(--beige);
}

.over-text .section-label { margin-bottom: 1rem; }
.over-text h2 { margin-bottom: 1.5rem; }
.over-text p { color: var(--muted); margin-bottom: 1rem; font-size: 15px; }

.over-stats {
  display: flex;
  gap: 2.5rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.stat-number {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 36px;
  color: var(--dark);
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

.over-opleidingen {
  margin: 1.5rem 0 2rem;
  list-style: none;
}

.over-opleidingen li {
  font-size: 13px;
  color: var(--muted);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
}

.over-opleidingen li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ice);
  flex-shrink: 0;
}

/* AANBOD CARDS */
.aanbod {
  background: var(--forest);
  padding: 7rem 5vw;
}

.aanbod .section-label { color: var(--ice); }
.aanbod h2 { color: var(--pearl); margin-bottom: 4rem; }

.aanbod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.aanbod-card {
  background: rgba(255,255,255,0.04);
  padding: 3rem;
  border: 1px solid rgba(197,232,220,0.15);
  transition: background 0.3s;
}

.aanbod-card:hover { background: rgba(255,255,255,0.07); }

.aanbod-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: rgba(255,255,255,0.08);
}

.aanbod-card h3 { color: var(--pearl); margin-bottom: 1rem; }
.aanbod-card p { color: rgba(253,250,245,0.65); font-size: 15px; margin-bottom: 0.5rem; }

.aanbod-meta {
  margin: 1.5rem 0 2rem;
  font-size: 13px;
  color: var(--ice);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* GALERIJ */
.galerij {
  background: var(--pearl);
  padding: 7rem 5vw;
}

.galerij h2 { margin-bottom: 3rem; }

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

.galerij-item {
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  background: var(--beige);
}

.galerij-item:first-child {
  aspect-ratio: 4/3;
  grid-column: span 1;
}

/* BLOG */
.blog-section {
  background: var(--beige);
  padding: 7rem 5vw;
}

.blog-section h2 { margin-bottom: 3rem; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-card {
  background: var(--pearl);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
}

.blog-card:hover { transform: translateY(-4px); }

.blog-card-img {
  aspect-ratio: 16/9;
  background: var(--forest);
}

.blog-card-body { padding: 1.5rem; }

.blog-card-date {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.blog-card h4 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: var(--dark);
  margin-bottom: 0.75rem;
}

.blog-card p { font-size: 14px; color: var(--muted); margin-bottom: 1.25rem; }

.blog-read-more {
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* CONTACT */
.contact {
  background: var(--pearl);
  padding: 7rem 5vw;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
  max-width: 1000px;
}

.contact h2 { margin-bottom: 1rem; }
.contact-intro { color: var(--muted); font-size: 15px; margin-bottom: 2rem; }

.contact-details { display: flex; flex-direction: column; gap: 1rem; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--dark);
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ice);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* CONTACT FORM */
.contact-form { display: flex; flex-direction: column; gap: 1rem; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: var(--pearl);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--dark);
  outline: none;
  transition: border-color 0.2s;
}

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

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

/* FOOTER */
footer {
  background: var(--forest);
  padding: 4rem 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-logo img {
  height: 32px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
}

.footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-links a {
  font-size: 13px;
  color: rgba(253,250,245,0.6);
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--pearl); }

.footer-copy {
  font-size: 12px;
  color: rgba(253,250,245,0.4);
}

/* PAGE HERO (inner pages) */
.page-hero {
  margin-top: 0;
  padding: 10rem 5vw 5rem;
  background: var(--forest);
}

.page-hero .section-label { color: var(--ice); }
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(42px, 6vw, 80px);
  line-height: 1.05;
  color: var(--pearl);
  max-width: 14ch;
  margin-top: 1rem;
}

.page-hero p {
  font-size: 17px;
  color: rgba(253,250,245,0.7);
  max-width: 50ch;
  margin-top: 1.5rem;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .over-inner { grid-template-columns: 1fr; gap: 3rem; }
  .aanbod-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .galerij-grid { grid-template-columns: 1fr 1fr; }
  .galerij-item,
  .galerij-item:first-child,
  .galerij-item:nth-child(1),
  .galerij-item:nth-child(4) { grid-column: span 1; aspect-ratio: 1; }
  .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 600px) {
  nav { left: 1rem; right: 1rem; top: 12px; padding: 0 1rem 0 1.25rem; }
  section, .intro, .over, .aanbod, .galerij, .blog-section, .contact { padding: 4rem 1.25rem; }
  .hero-content { padding: 0 1.25rem 7vh; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 84px; left: 1rem; right: 1rem;
    background: var(--pearl);
    padding: 1.5rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: 16px;
    gap: 1.25rem;
    z-index: 99;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  }
  .nav-hamburger { display: flex; }
  .blog-grid { grid-template-columns: 1fr; }
  .galerij-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .galerij-item,
  .galerij-item:first-child,
  .galerij-item:nth-child(1),
  .galerij-item:nth-child(4) { aspect-ratio: 1; grid-column: span 1; }
  .over-stats { gap: 1.5rem; }
  footer { flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; gap: 1rem; }
}

/* ===================================================== */
/* BLOG POST — GEO components (gedeeld over alle posts)  */
/* ===================================================== */

/* Breadcrumbs — neutraliseert de fixed site-nav styling */
nav.blog-breadcrumbs {
  position: static;
  top: auto; left: auto; right: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  height: auto;
  display: block;
  box-shadow: none;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
nav.blog-breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 13px;
  transition: border-color .2s, opacity .2s;
}
nav.blog-breadcrumbs a:hover { border-bottom-color: var(--muted); opacity: 1; }
nav.blog-breadcrumbs span { margin: 0 .5rem; opacity: .5; }

/* TL;DR antwoord-blok (muntgroen) */
.blog-tldr {
  background: var(--ice);
  border-left: 3px solid var(--forest);
  padding: 1.5rem 1.75rem;
  border-radius: 6px;
  margin-bottom: 3rem;
}
.blog-tldr p.tldr-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: .75rem;
}
.blog-tldr p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--dark);
  margin-bottom: 0;
}

/* FAQ blok */
.blog-faq {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}
.blog-faq .section-label { margin-bottom: .5rem; }
.blog-faq h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--dark);
  margin-bottom: 2rem;
}
.blog-faq details {
  border-top: 1px solid var(--border);
  padding: 1.25rem 0;
}
.blog-faq details:last-of-type { border-bottom: 1px solid var(--border); }
.blog-faq summary {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blog-faq summary::-webkit-details-marker { display: none; }
.blog-faq summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: var(--forest);
  transition: transform .2s;
}
.blog-faq details[open] summary::after { content: "–"; }
.blog-faq details p {
  margin-top: .75rem;
  font-size: 15px;
  line-height: 1.75;
  color: #3a3a3a;
}

/* CTA blok onderaan blog */
.blog-cta {
  background: var(--ice);
  padding: 4rem 5vw;
  text-align: center;
}
.blog-cta .cta-inner { max-width: 600px; margin: 0 auto; }
.blog-cta h2 {
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--dark);
  margin-bottom: 1rem;
  font-size: clamp(24px, 3vw, 36px);
}
.blog-cta p {
  color: var(--dark);
  opacity: .75;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 1.7;
}
.blog-cta .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* CTA variant — forest achtergrond (voor health-posts) */
.blog-cta.cta-forest {
  background: var(--forest);
  color: var(--pearl);
}
.blog-cta.cta-forest h2 { color: var(--pearl); }
.blog-cta.cta-forest p { color: rgba(253,250,245,0.75); }
.blog-cta.cta-forest .btn-outline { border-color: var(--pearl); color: var(--pearl); }

/* Inline link kleur binnen blog body */
.blog-post-body p a {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Author blokje → klikbaar naar /over */
a.blog-author {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s, transform .2s;
  cursor: pointer;
}
a.blog-author:hover { opacity: .75; }
a.blog-author:hover .author-naam {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Datum als time element */
time.blog-datum {
  font-size: 13px;
  color: var(--muted);
}

@media (max-width: 600px) {
  .blog-faq { padding: 0 1.25rem 3rem; }
  .blog-cta { padding: 3rem 1.25rem; }
}

