/* Foliva — landingspagina (B-043). Statisch, in het Foliva-palet (zie src/styles/tokens.css). */
:root {
  --bg: oklch(0.975 0.008 135);
  --bg-2: oklch(0.962 0.010 135);
  --surface: oklch(0.995 0.004 130);
  --line: oklch(0.90 0.012 140);
  --ink: oklch(0.28 0.022 155);
  --ink-2: oklch(0.44 0.020 152);
  --ink-3: oklch(0.58 0.018 150);
  --green: oklch(0.557 0.056 150);
  --green-deep: oklch(0.40 0.052 156);
  --green-tint: oklch(0.925 0.046 150);
  --leaf: #5D7D62;
  --bee: #CFA23E;
  --radius: 16px;
  --maxw: 1080px;
  --sans: 'Hanken Grotesk', system-ui, -apple-system, Segoe UI, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg);
  line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative;
}
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; margin: 0; color: var(--ink); }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; }

.eyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-deep);
}

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 18px; border-radius: 11px; font-weight: 600; font-size: 15px;
  cursor: pointer; border: 1px solid transparent; transition: transform .08s ease, background .15s, border-color .15s, box-shadow .15s;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 14px 26px; font-size: 16.5px; border-radius: 13px; }
.btn-primary { background: var(--green-deep); color: #fff; }
.btn-primary:hover { background: oklch(0.36 0.052 156); box-shadow: 0 8px 22px oklch(0.40 0.052 156 / 0.30); }
.btn-ghost { background: transparent; color: var(--green-deep); border-color: var(--line); }
.btn-ghost:hover { background: var(--bg-2); }
.btn-cream { background: #fff; color: var(--green-deep); }
.btn-cream:hover { background: var(--bg); box-shadow: 0 8px 22px rgba(0,0,0,0.18); }

/* header */
.site-head {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(18px, 5vw, 48px);
  background: oklch(0.995 0.004 130 / 0.82); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-name { font-weight: 800; font-size: 19px; letter-spacing: -0.02em; }

/* woordmerk, nagebouwd zoals de webapp (blad-o + bijtje op de i) */
.brand-word { display: inline-flex; align-items: baseline; font-size: 34px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
.brand-word .leaf-o { display: inline-block; width: 0.74em; height: 0.74em; margin: 0 -0.08em; transform: translateY(0.1em) rotate(-12deg); }
.brand-word .leaf-o img { width: 100%; height: 100%; }
.brand-word .brand-i { position: relative; display: inline-block; }
.brand-word .i-bee { position: absolute; left: 50%; bottom: 0.68em; transform: translateX(-50%); width: 0.52em; }
.brand-word .i-bee img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 3vw, 28px); }
.site-nav > a:not(.btn) { font-weight: 600; color: var(--ink-2); font-size: 15px; }
.site-nav > a:not(.btn):hover { color: var(--ink); }

main { display: block; position: relative; z-index: 1; }
.section, .hero, .closing { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px, 9vw, 110px) clamp(18px, 5vw, 48px); }

/* hero */
.hero { position: relative; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 40px; align-items: center; }
.hero-glow {
  position: absolute; top: -18%; right: -8%; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, var(--green-tint) 0%, oklch(0.95 0.05 150 / 0.5) 42%, transparent 72%);
  z-index: 0;
}
.hero-inner, .hero-art { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(40px, 7vw, 70px); font-weight: 800; margin: 14px 0 18px; }
.hero h1 .accent {
  background: linear-gradient(105deg, var(--green) 30%, var(--bee));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: clamp(16px, 2.2vw, 20px); color: var(--ink-2); max-width: 34ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin-top: 18px; color: var(--ink-3); font-size: 14px; }
.note-ic { width: 16px; height: 16px; vertical-align: -3px; margin-right: 5px; }
.hero-art { display: grid; place-items: center; }
.hero-art img {
  width: min(330px, 72vw); height: auto;
  filter: drop-shadow(0 26px 54px oklch(0.40 0.052 156 / 0.30));
  animation: float 7s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-16px) rotate(3deg); } }

/* zwevend tuinleven */
.critters { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.critter { position: absolute; }
.bee { width: 34px; }
.bee-1 { top: 18%; right: 5%; animation: drift 9s ease-in-out infinite; }
.bee-2 { bottom: 14%; right: 26%; width: 26px; animation: drift 12s ease-in-out infinite reverse; }
.bfly { width: 40px; top: 11%; right: 38%; animation: flutter 7.5s ease-in-out infinite; }
@keyframes drift { 0%,100% { transform: translate(0,0) rotate(-6deg); } 50% { transform: translate(12px,-20px) rotate(10deg); } }
@keyframes flutter { 0%,100% { transform: translate(0,0) rotate(-10deg); } 50% { transform: translate(-14px,-14px) rotate(12deg); } }

@media (prefers-reduced-motion: reduce) {
  .hero-art img, .critter, .closing-bee { animation: none !important; }
}

/* section heads */
.section-head { text-align: center; max-width: 36ch; margin: 0 auto clamp(34px, 5vw, 54px); }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; margin-top: 10px; }
.section-alt { max-width: none; background: var(--bg-2); }
.section-alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }

/* features grid */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .12s ease, box-shadow .15s, border-color .15s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px oklch(0.40 0.052 156 / 0.12); border-color: var(--green-tint); }
.card-ic {
  width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center; font-size: 25px; margin-bottom: 16px;
}
.ic-green { background: var(--green-tint); }
.ic-gold { background: #f6ead0; }
.ic-sky { background: #dcebf1; }
.ic-clay { background: #f4e2d6; }
.ic-rose { background: #f5dde3; }
.card h3 { font-size: 18.5px; font-weight: 700; margin-bottom: 7px; }
.card p { color: var(--ink-2); font-size: 14.5px; }

/* steps */
.steps { list-style: none; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps li { position: relative; padding-top: 8px; text-align: center; }
.step-n {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--green-deep); color: #fff; font-weight: 800; font-size: 19px; margin: 0 auto 14px;
  box-shadow: 0 6px 16px oklch(0.40 0.052 156 / 0.28);
}
.steps h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.steps p { color: var(--ink-2); font-size: 14.5px; }

/* closing (gradient band) */
.closing-wrap { background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%); }
.closing { text-align: center; color: #fff; }
.closing-bee { width: 46px; margin: 0 auto 18px; animation: drift 8s ease-in-out infinite; }
.closing h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; color: #fff; margin-bottom: 26px; }

/* footer */
.site-foot {
  border-top: 1px solid var(--line); padding: 30px clamp(18px, 5vw, 48px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  color: var(--ink-3); font-size: 14px; position: relative; z-index: 1;
}
.site-foot .brand-name { font-size: 17px; font-weight: 800; }

/* responsive */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero .eyebrow, .hero .cta-row { justify-content: center; }
  .cta-row { justify-content: center; }
  .hero-art { order: -1; }
  .hero-art img { width: min(210px, 52vw); }
  .lede { max-width: none; margin-inline: auto; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  /* Tuinleven herpositioneren: het blad staat nu bovenaan en gecentreerd, dus de
     vlinder linksboven het blad, het kleine bijtje eronder, de grote bij rechtsboven (#37). */
  .bee-1 { top: 9%; right: 9%; }
  .bfly  { top: 6%; left: 13%; right: auto; }
  .bee-2 { display: block; top: 19%; left: 17%; right: auto; bottom: auto; }
}
@media (max-width: 560px) {
  .site-nav > a:not(.btn) { display: none; }
  .grid { grid-template-columns: 1fr; }
  /* Eén kolom: kaartinhoud centreren zodat de blokken niet links-zwaar ogen (#38). */
  .card { text-align: center; }
  .card-ic { margin-left: auto; margin-right: auto; }
}
