/* ============================================================
   Art of Expression — gedeelde stijl
   Kleuren en lettertypes staan bovenaan zodat je ze makkelijk
   kunt aanpassen.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');

:root {
  --cream:      #F5EFE1;
  --cream-soft: #FBF7EC;
  --ink:        #1C1A17;
  --ink-soft:   #524D44;
  --terra:      #A6331B;   /* brick-rood — hoofdaccent */
  --terra-deep: #85260F;   /* donkerder voor hover */
  --sage:       #FF6B35;   /* oranje — levendig accent */
  --sage-deep:  #D9531F;   /* donkerder oranje */
  --pop:        #FBFF00;   /* elektrisch geel — spaarzaam gebruiken */
  --line:       #E7DCC9;

  /* Montserrat als schreefloos lettertype voor de hele site */
  --serif: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --sans:  'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --wrap: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 .5em;
}

a { color: var(--terra-deep); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

/* -------- Navigatie -------- */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(246,240,230,.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px;
}
.brand {
  font-family: var(--serif); font-size: 20px; letter-spacing: .01em;
  text-decoration: none; color: var(--ink); font-weight: 600;
}
.brand small { display:block; font-family:var(--sans); font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:var(--sage-deep); font-weight:600; margin-top:2px; }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--terra-deep); }

/* -------- Knoppen -------- */
.btn {
  display: inline-block;
  background: var(--terra);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .01em;
  transition: background .2s, transform .2s;
  border: none;
  cursor: pointer;
}
.btn:hover { background: var(--terra-deep); transform: translateY(-1px); }
.btn.ghost {
  background: transparent; color: var(--ink) !important;
  border: 1.5px solid var(--terra); padding: 12px 28px;
}
.btn.ghost:hover { background: var(--terra); color: #fff !important; }
.btn.small { padding: 10px 22px; font-size: 15px; }

/* -------- Hero -------- */
.hero {
  position: relative;
  padding: 84px 0 40px;
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(188,106,69,.14), transparent 60%),
    radial-gradient(90% 80% at 0% 10%, rgba(120,132,106,.16), transparent 55%),
    var(--cream);
  text-align: center;
  overflow: hidden;
}
.hero .eyebrow {
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--sage-deep); font-weight: 600; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(46px, 8vw, 88px); font-weight: 800; letter-spacing: -.035em; line-height: .98; margin-bottom: .3em; }
.hero h1::after { content:""; display:block; width:84px; height:9px; border-radius:5px; background: var(--pop); margin: 22px auto 4px; }
.hero .lead {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(20px, 3vw, 27px); color: var(--ink-soft);
  max-width: 620px; margin: 0 auto 30px; line-height: 1.4;
}
.hero .meta {
  display: inline-flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center;
  margin-bottom: 36px; color: var(--ink); font-weight: 500; font-size: 16px;
}
.hero .meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero .meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terra); }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* -------- Secties -------- */
section.block { padding: 78px 0; }
section.block.alt { background: var(--cream-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-eyebrow {
  font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--terra); font-weight: 600; margin-bottom: 14px;
}
.block h2 { font-size: clamp(23px, 3.1vw, 32px); margin-bottom: .4em; color: var(--terra); }
.block .intro-text { font-size: 20px; max-width: 720px; color: var(--ink-soft); }
.narrow { max-width: 760px; }
.block p { margin: 0 0 1.1em; }
.block p:last-child { margin-bottom: 0; }

.lead-quote {
  font-family: var(--serif); font-size: clamp(19px,2.4vw,25px);
  font-style: normal; font-weight: 500; line-height: 1.4; color: var(--ink);
  max-width: 540px; margin: 0 auto; text-align: center;
}
/* Zorg dat gecentreerde tekstblokken ook echt gecentreerd blijven
   (sterkere selector dan .block p, die anders de marges overschrijft) */
.block .lead-quote, .block .intake-info, .block .pay-note { margin-left: auto; margin-right: auto; }

/* -------- Waarde-lijst -------- */
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 12px; }
.value-item {
  background: var(--cream-soft); border: 1px solid var(--line);
  border-radius: 16px; padding: 26px 26px 28px;
}
.value-item .num { font-family: var(--serif); font-size: 22px; color: var(--terra); margin-bottom: 8px; }
.value-item p { font-size: 17px; color: var(--ink); margin: 0; }

/* -------- Voor wie -------- */
.check-list { list-style: none; padding: 0; margin: 18px 0 0; max-width: 760px; }
.check-list li {
  position: relative; padding: 14px 0 14px 42px;
  border-bottom: 1px solid var(--line); font-size: 17px;
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 13px;
  width: 22px; height: 22px; transform: rotate(-10deg);
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C7 7 5 13 12 22C19 13 17 7 12 2Z' fill='%23FF6B35'/><path d='M12 5V19' stroke='%23FBF7EC' stroke-width='1.4' opacity='.6'/></svg>") no-repeat center / contain;
}

/* -------- Verwachten (feiten) -------- */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.fact {
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 14px; padding: 18px 16px; text-align: center;
  display: flex; align-items: center; justify-content: center; min-height: 60px;
}
.fact .lbl { font-size: 16px; color: var(--ink); font-weight: 500; }

/* -------- Coaches -------- */
.coaches { display: grid; grid-template-columns: repeat(2, 1fr); gap: 46px; margin-top: 20px; }
.coach { text-align: center; }
.coach .photo {
  width: 190px; height: 190px; border-radius: 50%; margin: 0 auto 22px;
  background: linear-gradient(150deg, var(--sage) 0%, var(--terra) 100%);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: var(--serif); font-size: 46px; font-style: italic;
  box-shadow: 0 14px 34px rgba(120,132,106,.28);
  overflow: hidden; border: 5px solid #fff;
}
.coach .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.coach h3 { font-size: 26px; margin-bottom: 4px; }
.coach .role { color: var(--terra); font-weight: 600; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.coach p { text-align: left; font-size: 16.5px; color: var(--ink-soft); }
.coach .links { margin-top: 14px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.coach .links a { font-size: 14px; font-weight: 600; text-decoration: none; }
.coach .links a:hover { text-decoration: underline; }

/* -------- Workshop-teaser -------- */
.teaser {
  background: linear-gradient(135deg, var(--terra) 0%, var(--sage-deep) 100%);
  color: #fff; border-radius: 24px; padding: 48px 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.teaser h2 { color: #fff; margin-bottom: 10px; }
.teaser p { color: rgba(255,255,255,.92); margin: 0; max-width: 560px; }
.teaser .btn { background: var(--pop); color: var(--ink) !important; white-space: nowrap; }
.teaser .btn:hover { background: #e6e900; transform: translateY(-1px); }
.badge-incl {
  display:inline-block; font-size:12px; letter-spacing:.12em; text-transform:uppercase;
  background: var(--pop); color: var(--ink); padding:5px 12px; border-radius:20px; margin-bottom:14px; font-weight:700;
}

/* -------- Kleine workshop-vermelding -------- */
.workshop-note {
  text-align: center; max-width: 660px; margin: 0 auto;
  background: var(--cream-soft); border: 1px solid var(--line);
  border-radius: 16px; padding: 24px 30px;
}
.workshop-note .tag {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--terra); font-weight: 700;
}
.workshop-note p { font-size: 16px; color: var(--ink-soft); margin: 8px auto 12px; }
.workshop-note a.more { font-weight: 600; text-decoration: none; font-size: 15px; color: var(--terra-deep); }
.workshop-note a.more:hover { text-decoration: underline; }

/* -------- Aanmelden / CTA -------- */
.signup { text-align: center; }
.signup h2 { margin-bottom: .3em; }
.signup .price-note { color: var(--ink-soft); font-size: 17px; margin-bottom: 28px; }
.intake-info { max-width: 620px; margin: 24px auto 0; text-align: center; font-size: 17px; color: var(--ink); line-height: 1.6; }

/* -------- Aanmeldformulier -------- */
.form { max-width: 460px; margin: 0 auto; text-align: left; }
.form label { display: block; font-weight: 600; font-size: 14px; margin: 16px 0 6px; color: var(--ink); }
.form input, .form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; font-size: 16px; font-family: var(--sans); background: #fff; color: var(--ink); box-sizing: border-box; }
.form textarea { resize: vertical; min-height: 100px; line-height: 1.5; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--terra); box-shadow: 0 0 0 3px rgba(166,51,27,.12); }
.form .btn { margin-top: 22px; width: 100%; border: none; cursor: pointer; }
.form .hp { position: absolute; left: -9999px; }
.pay-note { max-width: 620px; margin: 18px auto 0; text-align: center; font-size: 15px; color: var(--ink-soft); font-style: italic; }

/* Twee aanmeldopties */
.option-cal, .option-form { max-width: 520px; margin: 0 auto; text-align: center; }
.opt-title { font-size: 23px; font-weight: 700; color: var(--terra); margin-bottom: 6px; }
.opt-sub { font-size: 16px; color: var(--ink-soft); max-width: 460px; margin: 0 auto 18px; line-height: 1.5; }
.or-divider { display: flex; align-items: center; gap: 16px; max-width: 460px; margin: 34px auto; }
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.or-divider span { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 600; color: var(--ink-soft); }
.option-form .form { margin-top: 4px; }
.contact-block { margin-top: 40px; }
.contact-cards { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; text-align: center; margin-top: 12px; }
.contact-cards div { font-size: 15px; color: var(--ink-soft); line-height: 1.7; }
.contact-cards strong { color: var(--ink); }
.note {
  font-size: 14px; color: var(--ink-soft); margin-top: 16px; font-style: italic;
}

/* -------- Footer -------- */
footer {
  background: var(--ink); color: #cfc8bc; padding: 44px 0; text-align: center;
}
footer a { color: #e7dccb; text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer .brand-f { font-family: var(--serif); font-size: 22px; color: #fff; margin-bottom: 8px; }
footer .small { font-size: 13px; color: #9a9285; margin-top: 14px; }
footer .closing-line {
  font-family: var(--serif); font-size: clamp(17px, 2.4vw, 21px);
  color: #f0e7d8; max-width: 620px; margin: 26px auto 0;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); line-height: 1.5;
}

/* -------- Sub-pagina header -------- */
.page-hero {
  padding: 80px 0 48px;
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(120,132,106,.18), transparent 55%),
    var(--cream);
  text-align: center;
}
.page-hero .eyebrow { font-size:13px; letter-spacing:.2em; text-transform:uppercase; color:var(--terra); font-weight:600; margin-bottom:16px; }
.page-hero h1 { font-size: clamp(34px,6vw,58px); }
.page-hero p { max-width: 620px; margin: 14px auto 0; color: var(--ink-soft); font-size: 20px; }

.haha { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 26px; }
.haha .card {
  background: var(--cream-soft); border: 1px solid var(--line); border-radius: 16px; padding: 26px;
}
.haha .card .letter { font-family: var(--serif); font-size: 40px; color: var(--terra); line-height:1; margin-bottom: 6px; }
.haha .card h3 { font-size: 20px; margin-bottom: 6px; }
.haha .card p { font-size: 16px; color: var(--ink-soft); margin: 0; }

.back-link { display:inline-block; margin-top: 8px; font-weight:600; text-decoration:none; font-size:15px; }
.back-link:hover { text-decoration: underline; }

/* -------- Grotere sectietitel -------- */
.big-title { font-size: clamp(26px, 3.7vw, 37px); margin-bottom: .4em; }
.loc-title { color: var(--terra); font-size: 20px; font-weight: 700; margin: 30px 0 8px; }

/* -------- Prijs -------- */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 10px; }
.prices.two { grid-template-columns: repeat(2, 1fr); max-width: 560px; margin-left: auto; margin-right: auto; }
.price-card {
  background: var(--cream-soft); border: 1px solid var(--line);
  border-radius: 16px; padding: 28px 22px; text-align: center;
}
.price-card .amount { font-family: var(--serif); font-size: 32px; font-weight: 700; color: var(--terra-deep); line-height: 1; }
.price-card .vat { font-size: 13px; color: var(--ink-soft); margin-top: 6px; letter-spacing: .02em; }
.price-card .who { font-size: 15px; color: var(--ink); margin-top: 14px; font-weight: 600; }
.price-incl { font-size: 17px; color: var(--ink); }
.earlybird { max-width: 640px; margin: 24px auto 0; background: var(--cream-soft); border: 1.5px solid var(--terra); border-radius: 16px; padding: 20px 26px; text-align: center; }
.eb-badge { display: inline-block; background: var(--pop); color: var(--ink); font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; }
.earlybird p { margin: 12px 0 0; font-size: 16px; color: var(--ink); line-height: 1.5; }
.earlybird strong { color: var(--terra-deep); }
.price-help { font-size: 16px; color: var(--ink-soft); }

/* -------- Locatiefoto's (carrousel) -------- */
.carousel { position: relative; max-width: 860px; margin: 34px auto 0; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; transition: transform .5s ease; }
.carousel-slide { flex: 0 0 50%; padding: 0 5px; box-sizing: border-box; }
.carousel-slide img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; border-radius: 14px; }
.carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.94); color: var(--ink);
  font-size: 24px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.18); transition: background .2s, transform .2s; z-index: 2;
}
.carousel-arrow:hover { background: #fff; }
.carousel-arrow.prev { left: -6px; }
.carousel-arrow.next { right: -6px; }
.carousel-dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.carousel-dots button { width: 9px; height: 9px; border-radius: 50%; border: none; background: var(--line); cursor: pointer; padding: 0; transition: background .2s; }
.carousel-dots button.active { background: var(--terra); }

/* -------- Footer contact -------- */
footer .contact { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin: 8px 0 4px; text-align: left; }
footer .contact div { font-size: 15px; line-height: 1.7; }
footer .contact strong { color: #fff; font-weight: 600; }

/* ============================================================
   Decoratieve, natuurlijke elementen
   ============================================================ */

/* Botanische takjes in de hero-hoeken */
.hero { overflow: hidden; }
.hero::before, .hero::after {
  content: ""; position: absolute; width: 150px; height: 205px; z-index: 0;
  pointer-events: none; opacity: .16;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 160'><path d='M60 158 C56 120 58 80 70 30' fill='none' stroke='%23A6331B' stroke-width='2.5' stroke-linecap='round'/><g fill='%23A6331B'><path transform='translate(66,44) rotate(35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(60,66) rotate(-35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(62,92) rotate(35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(58,116) rotate(-35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(70,30) rotate(10)' d='M0 0 C-6 -5 -6 -15 0 -22 C6 -15 6 -5 0 0 Z'/></g></svg>") no-repeat center / contain;
}
.hero::before { top: -6px; left: 6px; transform: rotate(-6deg); }
.hero::after  { bottom: -24px; right: 8px; transform: scaleX(-1) rotate(-4deg); }
.hero .wrap { position: relative; z-index: 1; }

/* Zelfde botanische takjes op de sub-pagina's (aanmelden / bedankt) */
.page-hero { position: relative; overflow: hidden; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero::before, .page-hero::after {
  content: ""; position: absolute; width: 118px; height: 162px; z-index: 0;
  pointer-events: none; opacity: .14;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 160'><path d='M60 158 C56 120 58 80 70 30' fill='none' stroke='%23A6331B' stroke-width='2.5' stroke-linecap='round'/><g fill='%23A6331B'><path transform='translate(66,44) rotate(35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(60,66) rotate(-35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(62,92) rotate(35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(58,116) rotate(-35)' d='M0 0 C-7 -6 -7 -18 0 -26 C7 -18 7 -6 0 0 Z'/><path transform='translate(70,30) rotate(10)' d='M0 0 C-6 -5 -6 -15 0 -22 C6 -15 6 -5 0 0 Z'/></g></svg>") no-repeat center / contain;
}
.page-hero::before { top: -6px; left: 8px; transform: rotate(-6deg); }
.page-hero::after  { bottom: -22px; right: 10px; transform: scaleX(-1) rotate(-4deg); }

/* Rond "zegel" in de hero */
.hero-seal {
  display: none; /* zegel uitgezet */
  position: absolute; top: 30px; right: 46px; width: 118px; height: 118px;
  z-index: 2; animation: sealspin 34s linear infinite;
}
.hero-seal .seal-text { fill: var(--terra); font-family: var(--sans); font-weight: 600; font-size: 8.2px; letter-spacing: 1.5px; text-transform: uppercase; }
@keyframes sealspin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .hero-seal { animation: none; } }

/* Blad-ornament als scheiding tussen tekstblokken */
.leaf-divider { text-align: center; margin: 22px auto 0; line-height: 0; }
.leaf-divider svg { width: 66px; height: auto; opacity: .9; }

/* Zachte organische vlekken achter secties */
#coaches, #prijs { position: relative; overflow: hidden; }
#coaches::before, #prijs::before {
  content: ""; position: absolute; z-index: 0; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,53,.14), rgba(255,107,53,0) 70%);
  pointer-events: none;
}
#coaches::before { top: -120px; right: -90px; }
#prijs::before { bottom: -140px; left: -110px; background: radial-gradient(circle, rgba(166,51,27,.13), rgba(166,51,27,0) 70%); }
#coaches .wrap, #prijs .wrap { position: relative; z-index: 1; }

/* Golvende overgang naar de footer */
.footer-wave { line-height: 0; margin-bottom: -1px; }
.footer-wave svg { display: block; width: 100%; height: 54px; }

/* Klein blaadje vóór de sectie-eyebrows */
.section-eyebrow.leaf::before {
  content: ""; display: inline-block; width: 14px; height: 14px; margin-right: 7px; vertical-align: -2px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C7 7 5 13 12 22C19 13 17 7 12 2Z' fill='%23FF6B35'/></svg>") no-repeat center / contain;
}

/* -------- Responsive -------- */
@media (max-width: 760px) {
  body { font-size: 17px; }
  .nav-links { gap: 16px; }
  .nav-links a.hide-sm { display: none; }
  .value-grid, .coaches, .haha, .prices { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .teaser { padding: 34px 28px; }
  footer .contact { gap: 22px; text-align: center; }
  section.block { padding: 56px 0; }
  .hero-seal { display: none; }
  .hero::before, .hero::after { width: 96px; height: 130px; opacity: .12; }
  .carousel-slide { flex-basis: 100%; }
}
