/* Botanics Group — design system
   Style: premium natural / editorial (Playfair Display + Inter)
   Palette keyed to the forest-green logo on warm cream. */

:root {
  --green-950: #10281B;
  --green-900: #163826;
  --green-800: #1C462F;
  --green-700: #1F4D33;
  --green-600: #2E6B48;
  --sage: #8FAE9B;
  --gold: #A9782E;
  --ink: #1E2922;
  --muted: #5A685F;
  --bg: #FAF9F5;
  --bg-alt: #F1EFE6;
  --card: #FFFFFF;
  --border: #E3E0D3;
  --shadow-sm: 0 1px 2px rgba(22, 42, 30, 0.06), 0 1px 3px rgba(22, 42, 30, 0.08);
  --shadow-md: 0 4px 14px rgba(22, 42, 30, 0.09), 0 2px 4px rgba(22, 42, 30, 0.05);
  --shadow-lg: 0 16px 40px rgba(22, 42, 30, 0.13);
  --radius: 14px;
  --radius-lg: 22px;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
  --container: 1160px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--green-700); }

:focus-visible {
  outline: 3px solid var(--green-600);
  outline-offset: 2px;
  border-radius: 4px;
}

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

/* ---------- Typography ---------- */

h1, h2, h3 { font-family: var(--font-head); color: var(--green-950); margin: 0 0 0.5em; line-height: 1.15; }
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); font-weight: 600; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 600; }
h3 { font-size: 1.22rem; font-weight: 600; font-family: var(--font-body); color: var(--ink); }
p { margin: 0 0 1em; }
.lead { font-size: 1.13rem; color: var(--muted); max-width: 46rem; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.section { padding: 84px 0; }
.section--alt { background: var(--bg-alt); }
.section--tight { padding: 56px 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn svg { flex: none; }
.btn--primary { background: var(--green-700); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--green-800); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--green-800); border-color: var(--green-700); }
.btn--ghost:hover { background: rgba(31, 77, 51, 0.07); }
.btn--light { background: #fff; color: var(--green-800); }
.btn--light:hover { background: var(--bg-alt); transform: translateY(-1px); }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 249, 245, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--border); box-shadow: var(--shadow-sm); }

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 76px;
}
.site-header__logo img { height: 52px; width: auto; }
.site-header__nav { margin-left: auto; }
.site-header__nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav a {
  display: inline-block;
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.site-header__nav a:hover { color: var(--green-700); background: rgba(31, 77, 51, 0.06); }
.site-header__nav a[aria-current="page"] { color: var(--green-700); font-weight: 600; }
.site-header__cta { margin-left: 6px; }
.site-header .btn { min-height: 44px; padding: 9px 20px; }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--green-900);
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .site-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    padding: 12px 24px 20px;
  }
  .site-header__nav.is-open { display: block; }
  .site-header__nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .site-header__nav a { display: block; padding: 13px 12px; font-size: 1.02rem; }
  .site-header__cta { margin: 10px 12px 0; }
}

/* ---------- Hero ---------- */

.hero { position: relative; overflow: hidden; background: var(--bg); }
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
  padding: 72px 0 84px;
}
.hero__copy .btn + .btn { margin-left: 12px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__actions .btn + .btn { margin-left: 0; }
.hero__media { position: relative; }
.hero__media img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: auto -28px -28px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 174, 155, 0.35), transparent 70%);
  z-index: -1;
}

.page-hero { background: linear-gradient(180deg, var(--bg-alt), var(--bg)); padding: 72px 0 56px; }
.page-hero h1 { max-width: 15em; }
.page-hero .lead { margin-bottom: 0; }

@media (max-width: 880px) {
  .hero__inner { grid-template-columns: 1fr; padding: 48px 0 64px; }
  .hero__media { order: -1; }
  .hero__media img { max-height: 340px; }
}

/* ---------- Stat bar ---------- */

.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 28px 16px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--border); }
.stat__value { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--green-800); line-height: 1.1; }
.stat__label { font-size: 0.88rem; color: var(--muted); margin-top: 4px; }
@media (max-width: 720px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: none; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--border); }
}

/* ---------- Cards & grids ---------- */

.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card h3 { margin-top: 18px; }
.card p { color: var(--muted); font-size: 0.96rem; margin-bottom: 0; }

.icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(31, 77, 51, 0.09);
  color: var(--green-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Category tiles */

.tile {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  aspect-ratio: 3 / 4;
}
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.tile:hover img { transform: scale(1.045); }
.tile__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background: linear-gradient(180deg, rgba(16, 40, 27, 0) 40%, rgba(16, 40, 27, 0.82) 100%);
}
.tile__overlay strong { color: #fff; font-family: var(--font-head); font-size: 1.3rem; font-weight: 600; }
.tile__overlay span { color: rgba(255, 255, 255, 0.85); font-size: 0.87rem; margin-top: 4px; }

/* Product cards */

.product-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.product-card__body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card__cat { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.product-card__body h3 { font-size: 1.05rem; margin: 0; }
.product-card__body p { color: var(--muted); font-size: 0.92rem; margin: 0 0 10px; }
.product-card__body .btn { margin-top: auto; align-self: flex-start; min-height: 42px; padding: 8px 18px; font-size: 0.9rem; }

/* ---------- Split sections ---------- */

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.split--reverse > .split__media { order: 2; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; max-height: 460px; }
.split__copy .lead { margin-bottom: 18px; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split--reverse > .split__media { order: 0; }
}

.checklist { list-style: none; margin: 0 0 8px; padding: 0; }
.checklist li { position: relative; padding: 7px 0 7px 34px; color: var(--ink); }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green-700) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat;
}

/* ---------- Process steps ---------- */

.steps { counter-reset: step; }
.step {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px 28px;
  box-shadow: var(--shadow-sm);
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* Timeline (How It Works) */

.timeline { position: relative; max-width: 780px; margin: 0 auto; padding-left: 34px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--green-600), var(--sage));
}
.timeline__item { position: relative; padding: 0 0 40px 24px; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green-700);
  border: 4px solid var(--bg);
  box-shadow: 0 0 0 2px var(--green-600);
}
.timeline__item h3 { font-family: var(--font-head); font-size: 1.35rem; color: var(--green-900); }
.timeline__item p { color: var(--muted); margin-bottom: 0; }
.timeline__tag { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }

/* ---------- Testimonials ---------- */

.quote-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.quote-card blockquote { margin: 0; font-size: 1.02rem; color: var(--ink); }
.quote-card blockquote::before { content: "\201C"; display: block; font-family: var(--font-head); font-size: 3rem; line-height: 0.6; color: var(--sage); margin-bottom: 14px; }
.quote-card figcaption strong { display: block; color: var(--green-900); }
.quote-card figcaption span { color: var(--muted); font-size: 0.88rem; }

/* ---------- FAQ ---------- */

.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--green-950);
  min-height: 48px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  flex: none;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F4D33' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 24px 22px; margin: 0; color: var(--muted); }

/* ---------- CTA band ---------- */

.cta-band { background: var(--green-900); color: #E8EFE9; padding: 76px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(232, 239, 233, 0.85); max-width: 40rem; }
.cta-band__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Forms ---------- */

.form-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field--full { grid-column: 1 / -1; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }

.form-field label { display: block; font-size: 0.9rem; font-weight: 600; color: var(--green-950); margin-bottom: 6px; }
.form-field label .opt { font-weight: 400; color: var(--muted); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(46, 107, 72, 0.18);
}
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 14px; }

/* ---------- Footer ---------- */

.site-footer { background: var(--green-950); color: #C9D6CC; padding: 64px 0 28px; margin-top: 0; }
.site-footer a { color: #C9D6CC; text-decoration: none; transition: color 0.15s ease; }
.site-footer a:hover { color: #fff; }
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(201, 214, 204, 0.18);
}
.site-footer__brand img { height: 56px; width: auto; filter: brightness(0) invert(1); opacity: 0.95; margin-bottom: 16px; }
.site-footer__brand p { font-size: 0.93rem; color: rgba(201, 214, 204, 0.85); max-width: 30rem; }
.site-footer h2 { font-family: var(--font-body); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; font-size: 0.95rem; }
.site-footer__bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; padding-top: 24px; font-size: 0.87rem; color: rgba(201, 214, 204, 0.7); }
@media (max-width: 880px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }

/* ---------- Reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Utility ---------- */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--green-900);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 10px 0;
  z-index: 100;
}
.skip-link:focus { left: 0; }
