/* =========================================================
   TRNDS — design tokens
   Botanical-catalog identity: a shared trunk (TRNDS) that
   splits into two worlds — vers (living, green/berry) and
   zijde (still-life, plum/champagne) — tagged like plant
   labels in a nursery.
   ========================================================= */

:root {
  --ink: #211E19;
  --ink-soft: #4A453D;
  --paper: #F5F1E8;
  --paper-raised: #FFFFFF;
  --line: rgba(33, 30, 25, 0.13);
  --line-strong: rgba(33, 30, 25, 0.24);

  --vers-900: #14352A;
  --vers-700: #1F4D3A;
  --vers-500: #3C7A5D;
  --vers-100: #E7EFE7;
  --berry-600: #A6394B;
  --berry-100: #F5E7E7;

  --zijde-900: #3E2E3B;
  --zijde-700: #6B4F63;
  --zijde-500: #9A7C90;
  --zijde-100: #F0E9EE;
  --gold-600: #A98F5A;
  --gold-100: #F3EDDD;

  --radius-s: 6px;
  --radius-m: 14px;
  --radius-l: 28px;

  --shadow-card: 0 1px 2px rgba(33,30,25,0.06), 0 12px 28px -14px rgba(33,30,25,0.22);
  --shadow-pop: 0 20px 45px -18px rgba(33,30,25,0.32);

  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --container: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
}

/* =========================================================
   Reset & base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; }

:focus-visible {
  outline: 2.5px solid var(--vers-700);
  outline-offset: 3px;
  border-radius: 3px;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* nursery-tag color chip used in eyebrows */
.tag-chip { width: 9px; height: 9px; border-radius: 2px; display: inline-block; transform: rotate(45deg); }
.tag-chip.vers { background: var(--vers-500); }
.tag-chip.zijde { background: var(--zijde-700); }
.tag-chip.zakelijk { background: var(--ink); }

/* colored side-bar that "tags" a content block by pijler — the site's signature device */
.tag-bar { border-left: 3px solid var(--line-strong); padding-left: clamp(18px, 3vw, 32px); }
.tag-bar.vers { border-left-color: var(--vers-700); }
.tag-bar.zijde { border-left-color: var(--zijde-700); }
.tag-bar.zakelijk { border-left-color: var(--ink); }

.sprig { flex-shrink: 0; }

/* =========================================================
   Buttons & links
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15.5px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 15px; height: 15px; }

.btn-vers { background: var(--vers-700); color: #fff; }
.btn-vers:hover { background: var(--vers-900); }
.btn-zijde { background: var(--zijde-700); color: #fff; }
.btn-zijde:hover { background: var(--zijde-900); }
.btn-ghost { background: transparent; border-color: var(--line-strong); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); background: var(--paper-raised); }
.btn-ghost.on-dark { border-color: rgba(255,255,255,0.4); color: #fff; }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

.text-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--line-strong);
  transition: text-decoration-color 0.15s ease;
}
.text-link:hover { text-decoration-color: currentColor; }
.text-link.vers { color: var(--vers-700); }
.text-link.zijde { color: var(--zijde-700); }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 241, 232, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 78px; }

.logo { display: flex; align-items: baseline; gap: 4px; text-decoration: none; }
.logo-mark { font-family: var(--font-display); font-weight: 700; font-size: 25px; letter-spacing: 0.01em; color: var(--ink); }
.logo-sub { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; color: var(--ink-soft); text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.main-nav a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0; }
.main-nav a:hover { color: var(--ink); }
.main-nav a.active { color: var(--ink); font-weight: 600; }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--ink); }

.header-ctas { display: flex; align-items: center; gap: 10px; }
.header-ctas .btn { padding: 10px 16px; font-size: 14px; }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 8px; margin: -8px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform 0.2s ease, opacity 0.2s ease; }

@media (max-width: 900px) {
  .main-nav ul { display: none; }
  .header-ctas .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  body.nav-open .main-nav {
    position: fixed; inset: 78px 0 0 0; background: var(--paper); display: block;
    padding: 28px var(--gutter); overflow-y: auto;
  }
  body.nav-open .main-nav ul { display: flex; flex-direction: column; gap: 4px; }
  body.nav-open .main-nav a { display: block; padding: 14px 4px; font-size: 20px; border-bottom: 1px solid var(--line); font-family: var(--font-display); }
  body.nav-open .header-ctas { flex-direction: column; align-items: stretch; margin-top: 24px; }
  body.nav-open .header-ctas .btn { display: flex; justify-content: center; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* =========================================================
   Breadcrumb
   ========================================================= */
.breadcrumb { font-family: var(--font-mono); font-size: 12px; color: var(--ink-soft); padding: 18px var(--gutter) 0; }
.breadcrumb .container { padding: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { text-decoration: none; color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.breadcrumb .sep { opacity: 0.5; }

/* =========================================================
   Hero — simple (content pages)
   ========================================================= */
.hero-simple { padding: 56px 0 64px; }
.hero-simple .eyebrow { margin-bottom: 18px; }
.hero-simple h1 { font-size: clamp(34px, 5vw, 54px); max-width: 15ch; }
.hero-simple .lede { font-size: 19px; color: var(--ink-soft); max-width: 56ch; margin-top: 18px; }
.hero-simple .hero-ctas { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

.hero-simple.with-image .hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.hero-simple.with-image .hero-photo { border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-pop); aspect-ratio: 4/3; }
.hero-simple.with-image .hero-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 820px) {
  .hero-simple.with-image .hero-grid { grid-template-columns: 1fr; }
  .hero-simple.with-image .hero-photo { order: -1; aspect-ratio: 16/9; }
}

/* =========================================================
   Hero — split (home page signature)
   ========================================================= */
.hero-split-intro { padding: 70px 0 20px; text-align: center; }
.hero-split-intro .eyebrow { justify-content: center; margin-bottom: 20px; }
.hero-split-intro h1 { font-size: clamp(36px, 6vw, 68px); max-width: 20ch; margin: 0 auto; }
.hero-split-intro .lede { max-width: 58ch; margin: 22px auto 0; font-size: 19px; color: var(--ink-soft); }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; margin-top: 48px; position: relative; }
.split::after {
  content: ""; position: absolute; left: 50%; top: 6%; bottom: 6%; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--line-strong), transparent);
}
.split-panel { position: relative; display: flex; align-items: flex-end; padding: 40px clamp(20px,4vw,52px); overflow: hidden; min-height: 420px; }
.split-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-panel .scrim { position: absolute; inset: 0; }
.split-panel.vers .scrim { background: linear-gradient(0deg, rgba(20,53,42,0.92) 0%, rgba(20,53,42,0.35) 55%, rgba(20,53,42,0.05) 100%); }
.split-panel.zijde .scrim { background: linear-gradient(0deg, rgba(62,46,59,0.92) 0%, rgba(62,46,59,0.35) 55%, rgba(62,46,59,0.05) 100%); }
.split-panel-content { position: relative; color: #fff; }
.split-panel-content .eyebrow { color: rgba(255,255,255,0.78); }
.split-panel-content h2 { font-size: clamp(26px, 3vw, 34px); color: #fff; margin: 10px 0 12px; }
.split-panel-content p { color: rgba(255,255,255,0.88); max-width: 40ch; font-size: 15.5px; }
.split-panel-content .btn { margin-top: 16px; }
.split-panel.vers { border-top-left-radius: var(--radius-l); border-bottom-left-radius: var(--radius-l); }
.split-panel.zijde { border-top-right-radius: var(--radius-l); border-bottom-right-radius: var(--radius-l); }

@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; min-height: auto; }
  .split::after { display: none; }
  .split-panel { min-height: 340px; }
  .split-panel.vers { border-radius: var(--radius-l) var(--radius-l) 0 0; }
  .split-panel.zijde { border-radius: 0 0 var(--radius-l) var(--radius-l); }
}

/* =========================================================
   Sections / prose
   ========================================================= */
.section { padding: 64px 0; }
.section.tight { padding: 40px 0; }
.section-head { max-width: 62ch; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 36px); }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head p { color: var(--ink-soft); font-size: 17px; margin-top: 12px; }

.prose { max-width: 68ch; }
.prose h3 { font-size: 23px; margin: 40px 0 14px; }
.prose h3:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); font-size: 17px; }
.prose ul, .prose ol { margin: 0 0 22px; padding-left: 22px; color: var(--ink-soft); }
.prose li { margin-bottom: 9px; }
.prose strong { color: var(--ink); }

hr.divider { border: none; border-top: 1px solid var(--line); margin: 48px 0; }

/* sprig divider — signature ornament between sections */
.sprig-divider { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 8px 0 48px; color: var(--line-strong); }
.sprig-divider svg { color: var(--vers-500); }
.sprig-divider.zijde svg { color: var(--zijde-500); }

/* =========================================================
   Cards — topic / article grid
   ========================================================= */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.topic-card {
  background: var(--paper-raised); border-radius: var(--radius-m); padding: 26px 24px;
  box-shadow: var(--shadow-card); text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; gap: 10px; transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-top: 3px solid var(--line-strong);
}
.topic-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); }
.topic-card.vers { border-top-color: var(--vers-700); }
.topic-card.zijde { border-top-color: var(--zijde-700); }
.topic-card h3 { font-size: 19px; }
.topic-card p { color: var(--ink-soft); font-size: 15px; margin: 0; flex-grow: 1; }
.topic-card .card-arrow { font-family: var(--font-mono); font-size: 12.5px; font-weight: 600; }
.topic-card.vers .card-arrow { color: var(--vers-700); }
.topic-card.zijde .card-arrow { color: var(--zijde-700); }

.photo-card { border-radius: var(--radius-m); overflow: hidden; box-shadow: var(--shadow-card); position: relative; aspect-ratio: 4/5; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   Comparison table
   ========================================================= */
.compare-wrap { overflow-x: auto; border-radius: var(--radius-m); box-shadow: var(--shadow-card); background: var(--paper-raised); }
table.compare { width: 100%; border-collapse: collapse; min-width: 560px; }
table.compare th, table.compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15px; vertical-align: top; }
table.compare thead th { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); font-weight: 600; background: var(--paper); }
table.compare thead th.vers { color: var(--vers-700); }
table.compare thead th.zijde { color: var(--zijde-700); }
table.compare tbody th { font-weight: 600; white-space: nowrap; }
table.compare tbody tr:last-child td, table.compare tbody tr:last-child th { border-bottom: none; }

/* =========================================================
   FAQ accordion
   ========================================================= */
.faq-list { max-width: 68ch; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 0; font-family: var(--font-display); font-size: 19px; color: var(--ink);
}
.faq-q .plus { font-family: var(--font-body); font-size: 22px; font-weight: 300; color: var(--ink-soft); transition: transform 0.25s ease; flex-shrink: 0; }
.faq-item[open] .faq-q .plus { transform: rotate(45deg); }
.faq-a { padding: 0 0 24px; color: var(--ink-soft); max-width: 62ch; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }

/* =========================================================
   CTA band
   ========================================================= */
.cta-band { border-radius: var(--radius-l); padding: 48px clamp(24px, 5vw, 60px); display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band.vers { background: var(--vers-700); color: #fff; }
.cta-band.zijde { background: var(--zijde-700); color: #fff; }
.cta-band.neutral { background: var(--ink); color: #fff; }
.cta-band .eyebrow { color: rgba(255,255,255,0.7); margin-bottom: 10px; }
.cta-band h3 { color: #fff; font-size: clamp(22px, 3vw, 30px); max-width: 24ch; }
.cta-band-text { max-width: 42ch; }
.cta-band .btn-ghost.on-dark { }

.dual-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .dual-cta { grid-template-columns: 1fr; } }
.dual-cta .cta-band { flex-direction: column; align-items: flex-start; padding: 36px 30px; }

/* =========================================================
   Info blocks (location, hours, delivery region)
   ========================================================= */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 800px) { .info-grid { grid-template-columns: 1fr; } }
.info-card { background: var(--paper-raised); border-radius: var(--radius-m); padding: 26px; box-shadow: var(--shadow-card); }
.info-card .eyebrow { margin-bottom: 12px; }
.info-card dl { margin: 0; }
.info-card dt { font-weight: 600; font-size: 15px; margin-top: 12px; }
.info-card dt:first-child { margin-top: 0; }
.info-card dd { margin: 2px 0 0; color: var(--ink-soft); font-size: 15px; }
.info-card ul { list-style: none; color: var(--ink-soft); font-size: 15px; }
.info-card ul li { padding: 4px 0; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed var(--line); }
.info-card ul li:last-child { border-bottom: none; }
.region-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.region-tag { font-family: var(--font-mono); font-size: 12.5px; background: var(--paper); border: 1px solid var(--line); padding: 5px 11px; border-radius: 999px; }

/* =========================================================
   Contact form (demo)
   ========================================================= */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 600; }
.field input, .field select, .field textarea {
  font: inherit; padding: 12px 14px; border-radius: var(--radius-s); border: 1.5px solid var(--line-strong);
  background: var(--paper-raised); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--vers-700); outline: none; }
.route-choice { display: flex; gap: 12px; }
.route-option {
  flex: 1; border: 1.5px solid var(--line-strong); border-radius: var(--radius-m); padding: 16px; cursor: pointer;
  display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14.5px;
}
.route-option input { accent-color: var(--vers-700); }
.form-note { font-size: 13.5px; color: var(--ink-soft); margin-top: 14px; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.82); margin-top: 40px; }
.footer-top { padding: 64px 0 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand .logo-mark { color: #fff; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 14.5px; max-width: 34ch; margin-top: 14px; }
.footer-col h4 { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 16px; font-weight: 600; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { text-decoration: none; color: rgba(255,255,255,0.82); font-size: 14.5px; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: underline; }
.footer-socials { display: flex; gap: 14px; }

/* =========================================================
   Reveal-on-scroll
   ========================================================= */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   Utilities
   ========================================================= */
.mt-0 { margin-top: 0; }
.center { text-align: center; }
.stack { display: flex; flex-direction: column; gap: 14px; }
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 700px) { .gallery-strip { grid-template-columns: repeat(2, 1fr); } }
.gallery-strip .photo-card { aspect-ratio: 1/1; }
