:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #000000;
  --muted: #4f4f4f;
  --line: #d8d8d1;
  --lime: #b6be10;
  --yellow: #ffeb3b;
  --panel: #fbfbf6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.site-header,
main,
.site-footer {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 18px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: var(--lime);
  text-decoration: none;
}

.brand-title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 1000;
  line-height: .82;
  letter-spacing: -.06em;
}

.brand-tag {
  font-size: .98rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-nav a {
  font-size: .98rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav .nav-cta {
  padding: 14px 18px;
  background: var(--lime);
  color: #fff;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
}

.language-switcher a {
  padding: 5px 7px;
  font-size: .78rem;
  font-weight: 850;
}

.language-switcher a[aria-current="true"] {
  background: var(--ink);
  color: #fff;
}

main {
  padding-bottom: 56px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .35fr) minmax(0, .65fr);
  gap: 28px;
  align-items: end;
  padding: 34px 0 64px;
}

.hero-copy {
  padding: 24px 0 12px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Arial Black", Impact, Haettenschweiler, "Segoe UI", sans-serif;
  line-height: .96;
  letter-spacing: -.05em;
}

h1 {
  font-size: clamp(2.5rem, 5.2vw, 2.6rem);
}

h2 {
  font-size: clamp(2rem, 3.6vw, 2.1rem);
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.hero-lede {
  max-width: 58ch;
  margin-top: 22px;
  font-size: 1.18rem;
}

.hero-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  max-width: 54ch;
  padding-left: 22px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.hero-points li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lime);
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 2px solid var(--lime);
  font-size: .98rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.button-primary {
  background: var(--lime);
  color: #fff;
}

.button-secondary {
  background: transparent;
  color: var(--lime);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 0 0 0 80px;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .88) 24%, rgba(255, 255, 255, .05) 60%),
    linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.78) 36%, rgba(182,190,16,.14) 100%);
  border: 1px solid rgba(182, 190, 16, .18);
}

.seed-field {
  position: absolute;
  inset: auto -8% -8% -8%;
  height: 52%;
  background:
    radial-gradient(circle at 10% 30%, rgba(140, 92, 40, .95) 0 10px, transparent 11px),
    radial-gradient(circle at 18% 55%, rgba(179, 127, 60, .94) 0 12px, transparent 13px),
    radial-gradient(circle at 28% 26%, rgba(171, 111, 43, .94) 0 13px, transparent 14px),
    radial-gradient(circle at 36% 62%, rgba(133, 88, 45, .92) 0 11px, transparent 12px),
    radial-gradient(circle at 49% 36%, rgba(193, 143, 84, .92) 0 12px, transparent 13px),
    radial-gradient(circle at 61% 55%, rgba(154, 104, 56, .9) 0 11px, transparent 12px),
    radial-gradient(circle at 73% 29%, rgba(186, 136, 76, .92) 0 12px, transparent 13px),
    radial-gradient(circle at 82% 61%, rgba(139, 95, 54, .9) 0 13px, transparent 14px),
    linear-gradient(180deg, rgba(247, 228, 193, .3), rgba(213, 164, 95, .74));
  filter: blur(.2px);
}

.hero-visual.has-image {
  background: #f4f4ec;
  border-color: var(--line);
}

.hero-carousel {
  position: absolute;
  inset: 0;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .6s ease;
}

.hero-image.active {
  opacity: 1;
}

.hero-carousel-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, .74);
}

.hero-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 999px;
  background: rgba(0, 0, 0, .34);
}

.hero-dot.active {
  background: var(--lime);
}

.hero-visual.has-image .seed-field {
  display: none;
}

.section {
  padding: 56px 0;
}

.intro-grid,
.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.panel {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.statement p,
.panel p,
.panel ul {
  margin-top: 16px;
}

.checklist ul {
  padding-left: 20px;
  color: var(--muted);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.inline-link {
  color: var(--lime);
  font-weight: 800;
  text-decoration: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seed-card {
  min-height: 220px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.seed-card p {
  margin-top: 14px;
}

.shop-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 28px;
  background: #111;
}

.shop-strip h3,
.shop-strip p {
  color: #fff;
}

.shop-strip p {
  margin-top: 10px;
  max-width: 58ch;
}

.accent-panel {
  background: linear-gradient(180deg, rgba(182, 190, 16, .12), rgba(182, 190, 16, .03));
}

#site-footer {
  margin-top: 34px;
  background: var(--lime);
}

.site-footer {
  padding: 42px 0 40px;
  border-top: 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 1.35fr 1.1fr .9fr .75fr;
  gap: 28px;
  align-items: start;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.site-footer p,
.site-footer address,
.footer-note {
  margin: 0;
  color: #fff;
  line-height: 1.55;
  font-style: normal;
}

.footer-brand-mark {
  margin-bottom: 14px;
}

.footer-links,
.footer-social {
  display: grid;
  gap: 9px;
}

.site-footer a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  text-decoration: underline;
}

.newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 14px;
  font: inherit;
}

.newsletter-form button {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.footer-note {
  margin-top: 9px;
  font-size: .86rem;
}

.footer-support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  font-size: .86rem;
  font-weight: 600;
}

.footer-support img {
  max-height: 42px;
  max-width: min(230px, 100%);
  object-fit: contain;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-social span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
}

.legal-page {
  max-width: 980px;
}

.legal-hero {
  padding-bottom: 12px;
}

.legal-content {
  color: var(--ink);
  line-height: 1.65;
}

.legal-content h1,
.legal-content h2,
.legal-content h3 {
  margin-top: 1.6em;
}

.legal-content p,
.legal-content li {
  max-width: 82ch;
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: .92rem;
}

.legal-content th,
.legal-content td {
  border: 1px solid var(--line);
  padding: 10px;
  vertical-align: top;
}

@media (max-width: 980px) {
  .site-header,
  .section-head,
  .shop-strip {
    display: grid;
  }

  .site-nav {
    justify-content: start;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .intro-grid,
  .two-column,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 12px;
  }

  .hero-visual {
    min-height: 320px;
    order: -1;
  }

  .hero-image {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 24px, 1240px);
  }

  .site-nav a,
  .button {
    width: 100%;
  }

  .footer-main,
  .newsletter-form {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer-support {
    align-items: flex-start;
  }

  .panel,
  .seed-card,
  .shop-strip {
    padding: 22px;
  }
}

.page-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 56px;
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(216, 216, 209, .6);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px 16px;
  font-weight: 800;
}

.cart-link {
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  margin-left: 8px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: .84rem;
}

.mini-cart {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(420px, 100%);
  transform: translateX(100%);
  transition: transform .2s ease;
  background: rgba(17, 17, 17, .15);
  z-index: 50;
}

.mini-cart.open { transform: translateX(0); }

.mini-cart-inner {
  margin-left: auto;
  width: min(420px, 100%);
  min-height: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: -14px 0 42px rgba(0, 0, 0, .12);
}

.mini-cart-head,
.summary-line,
.cart-row,
.product-card-meta,
.review-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mini-cart-head {
  margin-bottom: 18px;
}

.mini-cart-head button,
.cart-remove {
  border: 0;
  background: none;
  color: var(--lime);
  font-weight: 800;
}

.mini-cart-row,
.review-list div {
  display: grid;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.mini-cart-row {
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
}

.review-list div {
  grid-template-columns: minmax(0, 1fr) auto;
}

.mini-cart-row p,
.cart-item-copy p,
.product-category,
.product-reference,
.search-hint,
.product-meta-list span,
.price-from,
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span,
.review-list span,
.mock-banner,
.state-card p,
.cart-row p {
  color: var(--muted);
  font-size: .95rem;
}

.page-content,
.checkout-page,
.shop-page,
.product-page {
  padding-top: 20px;
}

.page-hero.compact {
  min-height: 0;
  padding-top: 18px;
  padding-bottom: 16px;
}

.compact-bottom {
  border-bottom: 1px solid var(--line);
}

.panel-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.card-grid-compact .seed-card,
.category-card {
  min-height: 0;
}

.category-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.category-group-card {
  display: grid;
  gap: 20px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}

.category-group-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.category-title-link,
.category-view-all,
.subcategory-link {
  text-decoration: none;
}

.category-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--lime);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.category-view-all {
  flex: 0 0 auto;
  color: var(--lime);
  font-weight: 900;
}

.subcategory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.subcategory-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--panel);
  font-size: .95rem;
  font-weight: 850;
}

.subcategory-link small {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.category-empty-note {
  margin-top: 0;
}

.category-card-link,
.product-card-link {
  display: block;
  text-decoration: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  border: 1px solid var(--line);
  background: #fff;
}

.product-card-art,
.product-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 180px;
  background: linear-gradient(180deg, rgba(182, 190, 16, .18), rgba(213, 164, 95, .18));
  color: var(--lime);
  font-family: "Arial Black", Impact, Haettenschweiler, "Segoe UI", sans-serif;
  font-size: 2rem;
  letter-spacing: -.06em;
}

.product-card-art.image-frame,
.product-hero-image,
.product-gallery-strip img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.product-card-art.image-frame {
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
}

.product-card-art.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-hero-image {
  min-height: 180px;
  max-height: 360px;
}

.product-image-carousel {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--panel);
}

.product-image-carousel .product-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: none;
  opacity: 0;
  transition: opacity .6s ease;
}

.product-image-carousel .product-hero-image.active {
  opacity: 1;
}

.product-carousel-controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, .74);
}

.product-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 999px;
  background: rgba(0, 0, 0, .34);
}

.product-dot.active {
  background: var(--lime);
}

.product-gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.product-gallery-strip img {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
}

.product-card-body {
  padding: 20px;
}

.product-card-body p,
.product-card-body h3 {
  margin-top: 10px;
}

.product-card-meta {
  margin-top: 18px;
  align-items: end;
}

.shop-search-panel {
  display: grid;
  gap: 10px;
  padding-top: 24px;
}

.catalog-filters-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 24px;
}

.catalog-filter-grid,
.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.catalog-category-shortcuts-wrap {
  display: grid;
  gap: 8px;
}

.catalog-category-shortcuts-wrap .catalog-filter-label {
  margin: 0;
}

.category-filter-grid {
  display: grid;
  grid-template-columns: minmax(240px, 560px) auto;
  gap: 12px;
  align-items: end;
}

.availability-filter {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.availability-filter input {
  width: 18px;
  height: 18px;
}

.product-stock-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 6px 10px;
  background: #2f2a23;
  color: #fff;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-card-link {
  position: relative;
}

.package-option.unavailable {
  opacity: .55;
}

.package-option small {
  font-weight: 800;
  color: #8a3d2c;
}

.stock-warning {
  margin: 0 0 14px;
  color: #8a3d2c;
  font-weight: 800;
}

.catalog-filter-label {
  display: grid;
  gap: 8px;
  font-weight: 400;
}

.search-form select,
.search-form input,
.catalog-filter-label select,
.catalog-filter-label input,
.checkout-form input,
.checkout-form textarea,
.quantity-label input,
.cart-qty {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  padding: 0 14px;
  font: inherit;
  background: #fff;
}

.checkout-form textarea {
  min-height: 130px;
  padding-top: 14px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumb-sep { color: var(--line); }

.compact-head {
  margin-bottom: 16px;
}

.category-shortcuts-section {
  padding-bottom: 0;
}

.home-category-shortcut.is-active {
  border-color: var(--lime);
  background: var(--sand);
  color: var(--lime);
  pointer-events: none;
}

.category-filter-panel {
  padding-top: 24px;
}

.hidden {
  display: none !important;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.chip {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: var(--panel);
  text-decoration: none;
  font-weight: 700;
}

.product-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 22px;
}

.product-media-card,
.product-info-card,
.cart-summary-card,
.checkout-form,
.state-card {
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}

.product-meta-list,
.product-attributes,
.product-attribute-group,
.package-list,
.faq-list {
  display: grid;
  gap: 12px;
}

.product-meta-list div,
.package-option,
.faq-item,
.mock-banner {
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.product-meta-list div {
  display: grid;
  gap: 5px;
}

.product-attribute-group {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.product-attribute-group h2 {
  font-family: inherit;
  font-size: .86rem;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-chip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-nav-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  background: #fff;
  color: inherit;
  font-weight: 850;
  text-decoration: none;
}

.product-nav-chip.secondary span {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 750;
}

.product-nav-chip:hover,
.product-nav-chip:focus-visible {
  border-color: var(--lime);
}

.product-chip-sep {
  color: var(--lime);
  font-weight: 900;
}

.product-meta-list strong,
.product-price-block strong,
.summary-line.total strong {
  color: var(--ink);
  font-size: 1.25rem;
}

.product-meta-list .scientific-name {
  font-style: italic;
  font-weight: 100;
}

.product-price-block {
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 22px 0;
}

.product-description,
.cultivation-calendar,
.product-hashtags {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.product-description h2,
.cultivation-calendar h2,
.product-hashtags h2 {
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-description p,
.cultivation-calendar p {
  color: var(--ink);
  line-height: 1.7;
}

.hashtag-chip {
  color: var(--forest);
}

.calendar-grid {
  display: grid;
  gap: 8px;
  overflow-x: auto;
}

.calendar-months,
.calendar-row {
  display: grid;
  grid-template-columns: minmax(120px, 1.4fr) repeat(12, minmax(28px, 1fr));
  align-items: center;
  gap: 4px;
  min-width: 560px;
}

.calendar-months span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.calendar-row strong {
  font-size: 0.88rem;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 800;
}

.calendar-legend span::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: currentColor;
}

.calendar-legend .sowing,
.calendar-row:has(.sowing) strong {
  color: #2f8f5b;
}

.calendar-legend .transplanting,
.calendar-row:has(.transplanting) strong {
  color: #b66f13;
}

.calendar-legend .harvesting,
.calendar-row:has(.harvesting) strong {
  color: #a3453a;
}

.calendar-cell {
  height: 18px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.calendar-cell.active {
  border-color: var(--green);
  background: var(--green);
}

.calendar-cell.sowing.active {
  border-color: #2f8f5b;
  background: #2f8f5b;
}

.calendar-cell.transplanting.active {
  border-color: #e7a737;
  background: #e7a737;
}

.calendar-cell.harvesting.active {
  border-color: #c95d4f;
  background: #c95d4f;
}

.calendar-chips {
  display: none;
  gap: 6px;
}

.calendar-chips p {
  margin: 0;
}

.product-description-more {
  margin-top: 6px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-description-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.product-description-more summary::-webkit-details-marker {
  display: none;
}

.product-description-more summary::after {
  content: "+";
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.product-description-more[open] summary::after {
  content: "−";
}

.product-description-more div {
  padding-bottom: 18px;
}

.add-to-cart-form {
  display: grid;
  gap: 18px;
}

.package-list {
  border: 0;
  padding: 0;
  margin: 0;
}

.package-list legend {
  margin-bottom: 8px;
  font-weight: 800;
}

.package-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.package-option input {
  margin-right: 10px;
}

.quantity-label,
.checkout-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.state-card.warning,
.mock-banner {
  background: rgba(255, 235, 59, .14);
}

.state-card.success {
  background: rgba(182, 190, 16, .12);
}

.state-card.error {
  background: rgba(166, 20, 20, .08);
}

.cart-table {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.cart-row {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto 110px auto;
}

.cart-item-main {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.mini-cart-row .cart-item-main {
  grid-template-columns: 48px minmax(0, 1fr);
}

.cart-item-thumb {
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.mini-cart-row .cart-item-thumb {
  width: 48px;
}

.cart-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-copy {
  min-width: 0;
}

.cart-item-copy h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.cart-item-copy h3 a {
  text-decoration: none;
}

.cart-item-copy h3 a:hover {
  text-decoration: underline;
}

.cart-item-copy p {
  margin: 0;
}

.cart-quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.cart-quantity button,
.cart-remove {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.cart-remove {
  color: #7a1e1e;
}

.cart-line-total {
  text-align: right;
}

.review-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-item p { margin-top: 10px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .product-grid,
  .seasonal-strip.product-grid,
  .seasonal-group .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding-top: 12px;
  }

  .site-nav.open {
    display: flex;
  }

  .search-form,
  .catalog-filter-grid,
  .category-filter-grid {
    grid-template-columns: 1fr;
  }

  .cart-row {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .product-grid,
  .card-grid,
  .category-group-grid,
  .subcategory-list {
    grid-template-columns: 1fr;
  }

  .seasonal-strip.product-grid,
  .seasonal-group .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-group-head {
    display: grid;
  }

  .mini-cart {
    width: 100%;
  }

  .mini-cart-inner {
    padding: 18px;
  }

  .cart-row,
  .mini-cart-row {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 8px;
  }

  .cart-row {
    padding: 12px;
  }

  .cart-item-main {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }

  .cart-item-thumb,
  .mini-cart-row .cart-item-thumb {
    width: 44px;
  }

  .cart-item-copy h3 {
    font-size: .92rem;
  }

  .cart-item-copy p {
    font-size: .82rem;
  }

  .cart-quantity {
    gap: 4px;
  }

  .cart-quantity button,
  .cart-remove {
    width: 28px;
    height: 28px;
  }

  .cart-line-total {
    font-size: .9rem;
  }

  .cultivation-calendar {
    padding: 16px;
  }

  .calendar-grid {
    display: none;
  }

  .calendar-chips {
    display: grid;
  }
}

#producers-count { display: none; }

.seasonal-head {
  align-items: center;
}

.seasonal-cta-box {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.seasonal-nav-card {
  display: grid;
  gap: 18px;
}

.seasonal-nav-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.seasonal-current-month {
  text-align: center;
  justify-self: center;
}

.seasonal-current-month h2 {
  margin: 0;
  color: var(--lime);
}

.seasonal-nav-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}

.seasonal-nav-arrow.align-right {
  justify-self: end;
}

.seasonal-month-chips {
  justify-content: center;
}

.chip.active {
  background: var(--lime);
  color: #fff;
  border-color: var(--lime);
}

.section-block + .section-block {
  margin-top: 28px;
}

@media (max-width: 980px) {
  .seasonal-nav-top {
    grid-template-columns: 1fr;
  }

  .seasonal-nav-arrow,
  .seasonal-nav-arrow.align-right {
    justify-self: stretch;
    justify-content: center;
  }

  .home-search-panel {
    grid-template-columns: 1fr;
  }

  .home-category-shortcuts-list {
    grid-template-columns: 1fr;
  }
}

.home-search-stack {
  display: grid;
  gap: 16px;
}

.home-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.home-category-shortcuts {
  display: grid;
  gap: 14px;
}

.home-category-shortcuts-title {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
}

.home-category-shortcuts-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-category-shortcut {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.home-category-shortcut:hover,
.home-category-shortcut:focus-visible {
  border-color: var(--lime);
  color: var(--lime);
  outline: none;
}

.home-search-panel input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
}

  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
}

.producer-home-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.producer-home-copy .button {
  justify-self: start;
}

.producer-home-meta,
.producer-sequence {
  color: var(--lime);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.producer-map-card {
  display: grid;
  gap: 12px;
}

.producer-map-card img {
  width: 100%;
  display: block;
  border: 1px solid var(--line);
  background: #fff;
}

.producer-map-card.small img {
  max-height: 320px;
  object-fit: cover;
}

.producer-map-actions {
  display: flex;
  justify-content: flex-end;
}

.producer-list {
  display: grid;
  gap: 18px;
}

.producer-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
}

.producer-card-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  display: block;
}

.producer-card-body {
  display: grid;
  gap: 12px;
}

.producer-card-body h2 {
  margin: 0;
  color: var(--lime);
}

.producer-place,
.producer-contact {
  color: var(--muted);
  font-size: .95rem;
}

.producer-contact a {
  color: inherit;
}

@media (max-width: 860px) {
  .producer-home-panel,
  .producer-card {
    grid-template-columns: 1fr;
  }

  .producer-card {
    padding: 20px;
  }

  .producer-card-media {
    max-width: 140px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.pagination-button {
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.pagination-button:hover,
.pagination-button:focus-visible,
.pagination-button.is-active {
  border-color: var(--lime);
  color: var(--lime);
  outline: none;
}

.pagination-button.is-active {
  background: var(--sand);
  cursor: default;
}

.pagination-button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 4px;
}

.content-section-split {
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, .62fr);
  gap: 36px;
  align-items: start;
}

.prose-block {
  max-width: 76ch;
}

.prose-block p + p,
.pillar-card p + p,
.simple-card p + p,
.closing-band p + p {
  margin-top: 14px;
}

.plain-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.plain-list li + li {
  margin-top: 10px;
}

.plain-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lime);
  font-weight: 900;
}

.two-col-list {
  columns: 2;
  column-gap: 32px;
}

.two-col-list li {
  break-inside: avoid;
}

.soft-section {
  padding: 34px;
  background: linear-gradient(180deg, rgba(182, 190, 16, .10), rgba(182, 190, 16, .03));
  border: 1px solid var(--line);
}

.simple-card-grid {
  display: grid;
  gap: 18px;
}

.simple-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.simple-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.simple-card,
.pillar-card {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
}

.simple-card h3,
.pillar-card h2 {
  max-width: 14ch;
}

.simple-card p,
.pillar-card p {
  margin-top: 16px;
}

.compact-card {
  padding: 22px;
}

.project-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.pillar-card {
  min-height: 100%;
  background: var(--panel);
}

.pillar-card:nth-child(2) {
  background: #fff;
}

.closing-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 34px;
  background: #111;
}

.closing-band h2,
.closing-band p:not(.eyebrow) {
  color: #fff;
}

.closing-band .button-secondary {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 980px) {
  .content-section-split,
  .project-pillars,
  .simple-card-grid.three,
  .simple-card-grid.two,
  .closing-band {
    grid-template-columns: 1fr;
  }

  .two-col-list {
    columns: 1;
  }

  .soft-section,
  .closing-band {
    padding: 24px;
  }
}

.editorial-image-wide {
  margin: 0;
  padding-top: 0;
}

.editorial-image-wide img,
.editorial-image-grid img {
  display: block;
  width: 100%;
  object-fit: cover;
  background: var(--panel);
}

.editorial-image-wide img {
  max-height: 560px;
  aspect-ratio: 3 / 2;
}

.editorial-image-wide figcaption,
.editorial-image-grid figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.4;
}

.editorial-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
}

.editorial-image-grid figure {
  margin: 0;
}

.editorial-image-grid img {
  height: clamp(160px, 18vw, 240px);
  min-height: 0;
}

.editorial-image-grid figcaption {
  color: var(--lime);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .editorial-image-grid {
    grid-template-columns: 1fr;
  }

  .editorial-image-grid img {
    height: 220px;
    min-height: 0;
  }
}

.newsletter-honeypot {
  position: absolute !important;
  left: -5000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: .45em;
  height: .45em;
  margin-left: .45em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-.15em) rotate(45deg);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 40;
  min-width: 230px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .10);
  display: none;
}

.nav-submenu a {
  display: block;
  padding: 10px 12px;
  font-size: .9rem;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-submenu a:hover,
.nav-submenu a:focus {
  background: var(--panel);
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
  display: block;
}

@media (max-width: 980px) {
  .nav-dropdown {
    display: grid;
    width: 100%;
    gap: 6px;
  }

  .nav-submenu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 0 14px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-submenu a {
    padding: 6px 0;
    white-space: normal;
  }
}
