/* Homepage Aago Vuurkracht */

:root {
  /* Officiële Aago (Nia) huisstijl kleuren */
  --cream: #F7F3EE;
  --sand: #D8C3A5;
  --brown: #5A463B;
  --brown-deep: #3D2E24;
  --ink: #2F2F2F;
  --terra: #C06A4A;
  --terra-glow: #E08560;
  --moss: #849053;
  --moss-soft: #A5B272;
  --fuchsia: #E30B50;
  --fuchsia-glow: #FF2C6E;

  --body: 'Ubuntu', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--brown-deep);
  color: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--terra); color: var(--cream); }

body::before {
  content: '';
  position: fixed; inset: 0;
  background:
    radial-gradient(ellipse at 85% 20%, rgba(192, 106, 74, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 15% 80%, rgba(132, 144, 83, 0.10) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' /%3E%3CfeColorMatrix values='0 0 0 0 0.96 0 0 0 0 0.9 0 0 0 0 0.8 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 2;
}
nav, section, footer { position: relative; z-index: 3; }

/* Logo - echte Aago logo image */

/* ===== FLOATING DOT-NAV RECHTS — altijd zichtbaar ===== */
.float-nav {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.float-nav.visible { opacity: 1; pointer-events: auto; }
.float-nav a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: flex-end;
  color: var(--cream);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  opacity: 0.5;
  transition: opacity 0.3s ease, color 0.3s ease;
  font-weight: 400;
}
.float-nav a .label {
  transform: translateX(4px);
  opacity: 0;
  transition: all 0.3s ease;
  display: inline-block;
}
.float-nav a:hover .label,
.float-nav a.active .label {
  transform: translateX(0);
  opacity: 1;
}
.float-nav a .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--cream);
  transition: background 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
  opacity: 0.6;
}
.float-nav a:hover,
.float-nav a.active {
  opacity: 1;
  color: var(--terra-glow);
}
.float-nav a:hover .dot,
.float-nav a.active .dot {
  background: var(--terra-glow);
  opacity: 1;
  transform: scale(1.3);
}

/* Botanical decoratie links */
.botanical-left {
  position: fixed;
  left: 1.2rem;
  top: 30%;
  width: 50px;
  opacity: 0.22;
  z-index: 2;
  pointer-events: none;
}
.botanical-left svg { width: 100%; height: auto; }
.botanical-left path,
.botanical-left circle {
  stroke: var(--moss-soft);
  stroke-width: 1.3;
  fill: none;
}

/* ===== HERO — nu een natuur-header foto ipv vrouw foto ===== */
.hero {
  min-height: 70vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(0.9);
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(61, 46, 36, 0.55) 0%, rgba(61, 46, 36, 0.4) 50%, rgba(61, 46, 36, 0.95) 100%),
    linear-gradient(90deg, rgba(61, 46, 36, 0.5) 0%, transparent 50%);
}
.hero-inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 6rem 2rem 7rem;
  position: relative;
  z-index: 2;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.hero-text {
  max-width: 800px;
}
.hero-text .label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 2rem;
}
.hero-text .label::before {
  content: '';
  width: 36px; height: 1px;
  background: var(--terra);
}
.hero-text h1 {
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(2.8rem, 6.5vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--cream);
  margin-bottom: 2rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.hero-text h1 .line {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: heroLineRise 1.2s forwards;
}
.hero-text h1 .line-1 { animation-delay: 0.4s; }
.hero-text h1 .line-2 {
  animation-delay: 0.9s;
  font-style: italic;
  color: var(--terra-glow);
  font-weight: 400;
  padding-left: 1.5rem;
}
.hero-text h1 .line-3 {
  animation-delay: 1.4s;
  padding-left: 3rem;
}
@keyframes heroLineRise {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
/* 'Aago betekent vuur.' bouwt op zodra de sectie in beeld komt */
.h2-build .w { display: inline-block; opacity: 0; }
.h2-build.in-view .w { animation: heroLineRise 0.8s ease forwards; }
.h2-build.in-view .w:nth-child(1) { animation-delay: 0.1s; }
.h2-build.in-view .w:nth-child(2) { animation-delay: 0.55s; }
.h2-build.in-view .w:nth-child(3) { animation-delay: 1s; }
.hero-text .lede {
  font-size: 1.2rem;
  line-height: 1.65;
  color: rgba(247, 243, 238, 0.92);
  margin-bottom: 2.5rem;
  max-width: 580px;
  font-weight: 300;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--terra);
  color: var(--cream);
  padding: 1.05rem 2rem;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(192, 106, 74, 0.4);
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: var(--terra-glow);
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(224, 133, 96, 0.5);
}
.btn-ghost {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 1.05rem 1.7rem;
  border: 1px solid rgba(247, 243, 238, 0.4);
  border-radius: 100px;
  transition: all 0.3s ease;
  background: rgba(247, 243, 238, 0.05);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover {
  border-color: var(--cream);
  background: rgba(247, 243, 238, 0.12);
}

/* ===== STATEMENT ===== */
.statement {
  padding: 7rem 2rem;
  text-align: center;
  background: linear-gradient(180deg, var(--brown-deep) 0%, var(--brown) 100%);
  position: relative;
}
.statement-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.statement .overline {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.statement .overline::before,
.statement .overline::after {
  content: '';
  width: 28px; height: 1px;
  background: rgba(247, 243, 238, 0.3);
}
.statement p {
  font-size: clamp(1.7rem, 3.8vw, 2.8rem);
  line-height: 1.35;
  font-weight: 300;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.statement p em {
  font-style: italic;
  color: var(--terra-glow);
  font-weight: 400;
}
.statement .vonk-quote {
  margin-top: 3rem;
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  color: var(--moss-soft);
  line-height: 1.5;
}
.statement .vonk-quote::before { content: '— '; }

/* ===== OVER AAGO ===== */
.over {
  padding: 7rem 2rem;
  background: linear-gradient(180deg, var(--brown) 0%, var(--cream) 45%, var(--cream) 78%, var(--brown) 100%);
  color: var(--brown);
  position: relative;
}
.over-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4rem;
  align-items: center;
}
.over-photo {
  aspect-ratio: 4/5;
  max-width: 460px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(90, 70, 59, 0.32);
  position: relative;
}
.over-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.95);
  transition: transform 0.4s ease;
}
.over-photo:hover img { transform: scale(1.03); }
.over-photo .tag {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem;
  background: var(--cream);
  color: var(--brown);
  padding: 0.55rem 1.1rem;
  border-radius: 100px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.over-text .overline {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.3rem;
  font-weight: 500;
}
.over-text .overline::before {
  content: '';
  width: 30px; height: 1px;
  background: var(--terra);
}
.over-text h2 {
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: var(--brown);
  margin-bottom: 1.8rem;
  letter-spacing: -0.015em;
}
.over-text h2 em {
  font-style: italic;
  color: var(--terra);
  font-weight: 400;
}
.over-text p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--brown);
  margin-bottom: 1.2rem;
  max-width: 520px;
}
.over-text .pullquote {
  margin: 2rem 0;
  padding: 1.5rem 0 1.5rem 1.8rem;
  border-left: 3px solid var(--terra);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--terra);
  font-style: italic;
  max-width: 500px;
}
.over-text .signature {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.over-text .signature .dot {
  width: 10px; height: 10px;
  background: var(--terra);
  border-radius: 50%;
}
.over-text .signature .info .name {
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--brown);
}
.over-text .signature .info .role {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss);
  margin-top: 0.2rem;
  font-weight: 500;
}

/* ===== FULL-WIDTH HEADER BAND ===== */
.full-band {
  height: 380px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.full-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
  transform: scale(1.02);
  transition: transform 8s ease-out;
}
.full-band:hover img { transform: scale(1.06); }
.full-band::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 243, 238, 0.25) 0%, transparent 30%, transparent 60%, rgba(247, 243, 238, 1) 100%);
  z-index: 2;
}
.full-band-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0 2rem;
  text-align: center;
}
.full-band-text p {
  font-family: var(--body);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.3;
  color: var(--cream);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  letter-spacing: -0.005em;
}
.full-band-text p em {
  color: var(--terra-glow);
  font-style: italic;
}

/* ===== VIJF KERNWAARDEN ===== */
.values {
  padding: 7rem 2rem 8rem;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 78%, var(--brown-deep) 100%);
  color: var(--brown);
  position: relative;
}
.values-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 5rem;
}
.values-head .overline {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--moss);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.values-head .overline::before,
.values-head .overline::after {
  content: '';
  width: 28px; height: 1px;
  background: var(--moss);
}
.values-head h2 {
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
  color: var(--brown);
  margin-bottom: 1.2rem;
  letter-spacing: -0.015em;
}
.values-head h2 em { font-style: italic; color: var(--terra); font-weight: 400; }
.values-head p {
  color: var(--brown);
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto;
  opacity: 0.75;
}

.path {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 2rem 0;
}
.path::before {
  content: '';
  position: absolute;
  top: 90px;
  left: 8%;
  right: 8%;
  height: 1.5px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(192, 106, 74, 0.3) 20%,
    rgba(132, 144, 83, 0.4) 50%,
    rgba(192, 106, 74, 0.3) 80%,
    transparent 100%);
  z-index: 1;
}
.values-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.value-card {
  background: transparent;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(.2, .8, .2, 1);
}
.value-card:hover { transform: translateY(-6px); }

.botanical-marker {
  width: 90px;
  height: 90px;
  margin: 0 auto 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.5s cubic-bezier(.2, .8, .2, 1);
}
.botanical-marker::before {
  content: '';
  position: absolute;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid rgba(192, 106, 74, 0.2);
  z-index: 0;
  transition: all 0.4s ease;
}
.value-card:hover .botanical-marker::before {
  border-color: var(--terra);
  box-shadow: 0 8px 25px rgba(192, 106, 74, 0.18);
  transform: scale(1.05);
}
.botanical-marker svg {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(.2, .8, .2, 1);
}
.value-card:hover .botanical-marker svg {
  transform: rotate(-6deg) scale(1.08);
}

/* ===== Botanische symbolen — exacte stijl uit het merkdoc ===== */
.botanical-marker svg path,
.botanical-marker svg circle,
.botanical-marker svg line,
.botanical-marker svg ellipse {
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 1. Transformerend = takje (moss/brown) */
.value-card:nth-child(1) .botanical-marker svg path,
.value-card:nth-child(1) .botanical-marker svg circle,
.value-card:nth-child(1) .botanical-marker svg ellipse {
  stroke: #6b7a4a;
  fill: none;
  stroke-width: 1.5;
}
.value-card:nth-child(1) .botanical-marker svg .leaf {
  fill: #849053;
  stroke: #6b7a4a;
  stroke-width: 1.2;
}

/* 2. Puur = bloem met 4 blaadjes (zachtroze) */
.value-card:nth-child(2) .botanical-marker svg path,
.value-card:nth-child(2) .botanical-marker svg circle {
  stroke: #d8a4a4;
  stroke-width: 1.5;
  fill: none;
}
.value-card:nth-child(2) .botanical-marker svg .petal {
  fill: #e8c1c1;
  stroke: #c98a8a;
  stroke-width: 1.2;
}
.value-card:nth-child(2) .botanical-marker svg .center {
  fill: #c98a8a;
  stroke: none;
}

/* 3. Verbinding = twee cirkels Venn (terracotta/sand) */
.value-card:nth-child(3) .botanical-marker svg circle {
  stroke: #b88768;
  stroke-width: 1.5;
  fill: rgba(212, 169, 140, 0.35);
}

/* 4. Natuurlijk = paardenbloem (moss) */
.value-card:nth-child(4) .botanical-marker svg path,
.value-card:nth-child(4) .botanical-marker svg circle,
.value-card:nth-child(4) .botanical-marker svg line {
  stroke: #849053;
  stroke-width: 1.5;
  fill: none;
}
.value-card:nth-child(4) .botanical-marker svg .flower {
  fill: #c5d5b0;
  stroke: #849053;
  stroke-width: 1.2;
}

/* 5. Vuurkracht = vlam-druppel (fuchsia/coral) */
.value-card:nth-child(5) .botanical-marker svg path {
  fill: #f0c0b5;
  stroke: #C06A4A;
  stroke-width: 1.5;
}
.value-card:nth-child(5) .botanical-marker svg .accent {
  fill: none;
  stroke: #E30B50;
  stroke-width: 1.5;
}

.value-card h3 {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  color: var(--brown);
  margin-bottom: 0.5rem;
  letter-spacing: -0.005em;
  transition: color 0.3s ease;
  font-style: italic;
}
.value-card:hover h3 { color: var(--terra); }

.value-reveal {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(.2, .8, .2, 1), opacity 0.4s ease 0.1s;
}
.value-card:hover .value-reveal {
  max-height: 300px;
  opacity: 1;
}
.value-reveal p.desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--brown);
  opacity: 0.78;
  margin: 0.5rem auto 0.9rem;
  max-width: 200px;
}
.value-reveal p.quote {
  font-size: 0.82rem;
  font-style: italic;
  color: var(--terra);
  line-height: 1.4;
  opacity: 0.9;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(192, 106, 74, 0.2);
  max-width: 200px;
  margin: 0 auto;
}

/* ===== TRAINING (BENTO) ===== */
.training {
  padding: 7rem 2rem;
  background: linear-gradient(180deg, var(--brown) 0%, var(--brown-deep) 50%, var(--brown) 100%);
  color: var(--cream);
  position: relative;
}
.training-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.training-head {
  text-align: center;
  margin-bottom: 3.5rem;
  color: var(--cream);
}
.training-head .overline {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fuchsia-glow);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.training-head .overline::before,
.training-head .overline::after {
  content: '';
  width: 28px; height: 1px;
  background: var(--fuchsia);
}
.training-head h2 {
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--cream);
  margin-bottom: 1rem;
}
.training-head h2 em {
  font-style: italic;
  color: var(--fuchsia-glow);
  font-weight: 400;
}
.training-head h2 .big-number {
  color: var(--fuchsia-glow);
  font-weight: 700;
  font-size: 1.15em;
}
.training-head p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--cream);
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

.bento {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.2rem;
  margin-top: 3rem;
}
.cell {
  background: rgba(247, 243, 238, 0.05);
  border: 1px solid rgba(247, 243, 238, 0.08);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}
.cell:hover {
  background: rgba(247, 243, 238, 0.08);
  border-color: rgba(247, 243, 238, 0.18);
  transform: translateY(-3px);
}
.cell-intro {
  grid-column: span 1;
  grid-row: span 2;
  background: var(--fuchsia);
  border-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cell-intro:hover {
  background: var(--fuchsia-glow);
  border-color: transparent;
  box-shadow: 0 15px 40px rgba(227, 11, 80, 0.4);
}
.cell-intro h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.cell-intro h3 em { font-style: italic; }
.cell-intro p {
  color: rgba(247, 243, 238, 0.92);
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 300;
}
.cell-intro .cell-cta {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--cream);
  color: var(--fuchsia);
  padding: 0.95rem 1.6rem;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: all 0.3s ease;
  align-self: flex-start;
  letter-spacing: 0.01em;
}
.cell-intro .cell-cta:hover {
  background: var(--brown-deep);
  color: var(--cream);
  transform: translateX(4px);
}

.cell-stat .value {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--fuchsia-glow);
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
}
.cell-stat .value em { font-style: italic; font-weight: 400; font-size: 0.75em; }
.cell-stat .label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.7);
}
.cell-highlight {
  grid-column: span 2;
  background: rgba(227, 11, 80, 0.13);
  border-color: rgba(255, 44, 110, 0.25);
}
.cell-highlight:hover {
  background: rgba(227, 11, 80, 0.2);
  border-color: rgba(255, 44, 110, 0.4);
}
.cell-highlight .quote {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--cream);
  font-style: italic;
  margin-bottom: 0.8rem;
}
.cell-highlight .quote em { color: var(--moss-soft); }
.cell-highlight .attr {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(165, 178, 114, 0.85);
}

/* ===== CIRKELS ===== */
.cirkels {
  padding: 7rem 2rem;
  background: var(--brown-deep);
  color: var(--cream);
}
.cirkels-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}
.cirkels-head .overline {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--moss-soft);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.cirkels-head .overline::before,
.cirkels-head .overline::after {
  content: '';
  width: 28px; height: 1px;
  background: var(--moss-soft);
}
.cirkels-head h2 {
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--cream);
  margin-bottom: 1rem;
}
.cirkels-head h2 em { font-style: italic; color: var(--terra-glow); font-weight: 400; }
.cirkels-head p { color: rgba(247, 243, 238, 0.75); font-size: 1.05rem; }

.cirkels-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.cirkel-card {
  background: rgba(247, 243, 238, 0.04);
  border: 1px solid rgba(247, 243, 238, 0.08);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  color: var(--cream);
  position: relative;
  text-decoration: none;
  display: block;
}
.cirkel-card:hover {
  transform: translateY(-8px);
  background: rgba(247, 243, 238, 0.07);
  border-color: rgba(247, 243, 238, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}
.cirkel-card:hover .more {
  color: var(--cream);
  gap: 0.7rem;
}
.cirkel-card .img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.cirkel-card .img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: saturate(0.95);
}
.cirkel-card:hover .img img { transform: scale(1.07); }
.cirkel-card .img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(61, 46, 36, 0.7) 100%);
}
.cirkel-card .tag {
  position: absolute;
  top: 1rem; left: 1rem;
  background: rgba(61, 46, 36, 0.88);
  backdrop-filter: blur(6px);
  color: var(--cream);
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
}
.cirkel-card .body { padding: 1.8rem; }
.cirkel-card .date {
  font-size: 0.74rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--terra-glow);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.cirkel-card h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 0.7rem;
}
.cirkel-card h3 em { font-style: italic; color: var(--terra-glow); }
.cirkel-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(247, 243, 238, 0.75);
  margin-bottom: 1rem;
}
.cirkel-card .more {
  color: var(--terra-glow);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* ===== QUOTES ROTATOR ===== */
.quotes {
  padding: 7rem 2rem;
  background: var(--brown);
  color: var(--cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quotes::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(192, 106, 74, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(132, 144, 83, 0.12) 0%, transparent 55%);
}
.quotes-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.quotes .overline {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.55);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 2.5rem;
}
.quotes .overline::before,
.quotes .overline::after {
  content: '';
  width: 28px; height: 1px;
  background: rgba(247, 243, 238, 0.3);
}
.quote-rotator {
  position: relative;
  min-height: 260px;
}
.quote-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quote-slide.active { opacity: 1; }
.quote-slide blockquote {
  font-weight: 400;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
  color: var(--cream);
}
.quote-slide blockquote em {
  font-style: italic;
  color: var(--terra-glow);
  font-weight: 400;
}
.quote-slide cite {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra-glow);
  font-weight: 500;
}
.quote-slide cite::before { content: '— '; }
.quote-nav {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 3rem;
}
.quote-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(247, 243, 238, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.quote-dot.active { background: var(--terra); transform: scale(1.3); }

/* ===== CONTACT ===== */
.contact {
  padding: 8rem 2rem;
  background: linear-gradient(180deg, var(--brown) 0%, var(--brown-deep) 100%);
  color: var(--cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse at bottom, rgba(224, 133, 96, 0.35) 0%, transparent 60%);
  pointer-events: none;
}
.contact-inner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact .overline {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra-glow);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}
.contact .overline::before,
.contact .overline::after {
  content: '';
  width: 28px; height: 1px;
  background: var(--terra-glow);
}
.contact h2 {
  font-weight: 500;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.contact h2 em {
  font-style: italic;
  color: var(--terra-glow);
  font-weight: 400;
}
.contact p {
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(247, 243, 238, 0.8);
  max-width: 540px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--terra);
  color: var(--cream);
  padding: 1.2rem 2.4rem;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 15px 40px rgba(192, 106, 74, 0.4);
}
.contact-btn:hover {
  background: var(--terra-glow);
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(224, 133, 96, 0.55);
}
.contact-info {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(247, 243, 238, 0.12);
  flex-wrap: wrap;
}
.contact-info .item { text-align: center; }
.contact-info .lab {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.5);
  margin-bottom: 0.3rem;
}
.contact-info .val {
  font-size: 0.95rem;
  color: var(--cream);
  font-weight: 400;
}

/* ===== REFERENTIES ===== */
.refs {
  padding: 5rem 2rem 3rem;
  background: var(--brown-deep);
  color: var(--cream);
}
.refs-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.refs .overline {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.4);
  margin-bottom: 2rem;
  text-align: center;
}
.refs-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.refs-row .ref-item {
  font-size: 0.95rem;
  color: rgba(247, 243, 238, 0.55);
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.refs-row .ref-item::before {
  content: '✦ ';
  color: var(--terra);
  opacity: 0.6;
}

/* ===== RESPONSIVE — Actie 6 ===== */
@media (max-width: 1100px) {
  .values-row { gap: 0.6rem; }
  .botanical-marker { width: 70px; height: 70px; }
  .botanical-marker::before { width: 70px; height: 70px; }
  .botanical-marker svg { width: 46px; height: 46px; }
  .value-card h3 { font-size: 1.1rem; }

  .bento { grid-template-columns: 1fr 1fr; }
  .cell-intro { grid-column: span 2; grid-row: span 1; flex-direction: row; align-items: center; gap: 2rem; }
  .cell-highlight { grid-column: span 2; }

  .full-band { height: 320px; }
}
@media (max-width: 800px) {

  .float-nav { display: none; }
  .botanical-left { display: none; }

  .hero { min-height: 80vh; }
  .hero-inner { padding: 4rem 1.2rem 5rem; min-height: 80vh; }
  .hero-text h1 { font-size: 2.6rem; line-height: 1.08; }
  .hero-text .lede { font-size: 1.05rem; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 0.8rem; }
  .hero-cta-row .btn-primary,
  .hero-cta-row .btn-ghost { justify-content: center; text-align: center; }

  .statement { padding: 4rem 1.2rem; }
  .statement p { font-size: 1.5rem; }
  .statement .vonk-quote { margin-top: 2rem; }

  .over { padding: 4rem 1.2rem; }
  .over-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .over-photo { max-width: 380px; margin: 0 auto; }
  .over-text h2 { font-size: 2rem; }

  .full-band { height: 220px; }
  .full-band-text p { font-size: 1.3rem; }

  .values { padding: 4rem 1.2rem 3rem; }
  .values-head { margin-bottom: 3rem; }
  .values-head h2 { font-size: 2rem; }
  .values-row { grid-template-columns: repeat(1, 1fr); gap: 0.6rem; }
  .path::before { display: none; }

  .value-card {
    text-align: left;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.2rem;
    border: 1px solid rgba(192, 106, 74, 0.18);
    border-radius: 14px;
    margin-bottom: 0.5rem;
    background: rgba(255,255,255,0.4);
  }
  .value-card:hover { transform: none; }
  .botanical-marker {
    margin: 0; width: 64px; height: 64px;
    grid-column: 1; grid-row: 1 / span 2;
    align-self: start;
  }
  .botanical-marker::before { width: 64px; height: 64px; }
  .botanical-marker svg { width: 40px; height: 40px; }
  .value-card h3 {
    grid-column: 2; grid-row: 1;
    margin: 0 0 0.4rem; font-size: 1.15rem;
    align-self: center;
  }
  .value-reveal {
    grid-column: 2; grid-row: 2;
    max-height: 300px; opacity: 1;
  }
  .value-reveal p.desc,
  .value-reveal p.quote { max-width: none; margin-left: 0; margin-right: 0; }

  .training { padding: 4rem 1.2rem; }
  .training-head h2 { font-size: 2rem; }
  .bento { grid-template-columns: 1fr; }
  .cell { padding: 1.5rem; }
  .cell-intro { grid-column: span 1; flex-direction: column; align-items: flex-start; gap: 0; }
  .cell-intro h3 { font-size: 1.5rem; }
  .cell-highlight { grid-column: span 1; }
  .cell-highlight .quote { font-size: 1.1rem; }
  .cell-stat .value { font-size: 2.8rem; }

  .cirkels { padding: 4rem 1.2rem; }
  .cirkels-head h2 { font-size: 2rem; }
  .cirkels-grid { grid-template-columns: 1fr; }

  .quotes { padding: 4rem 1.2rem; }
  .quote-slide blockquote { font-size: 1.5rem; }

  .contact { padding: 4.5rem 1.2rem; }
  .contact h2 { font-size: 2.4rem; }
  .contact p { font-size: 1rem; }
  .contact-btn { padding: 1rem 1.6rem; font-size: 0.92rem; }
  .contact-info { flex-direction: column; gap: 1.2rem; margin-top: 2rem; padding-top: 2rem; }

  .refs { padding: 3rem 1.2rem 2rem; }
  .refs-row { flex-direction: column; gap: 1.2rem; }
}
@media (max-width: 480px) {
  .hero-text h1 { font-size: 2.2rem; }
}

