:root {
  /* Fern & Wild brand board */
  --color-terracotta: #B26B54;
  --color-ochre: #C78343;
  --color-beige: #E2D0B4;
  --color-cream: #FFF6E9;
  --color-sage: #839973;
  --color-dark-green: #155142; /* Dark Green */
  --color-grey: #7B7B7B;
  --color-charcoal: #2B2927;

  --color-primary: #B26B54;
  --color-secondary: #2B2927;
  --color-text: #2B2927;
  --color-accent: #C78343;
  --color-light-green: var(--color-beige);
  --color-white: #FFFFFF;
  --color-green-accent: #839973;
  --color-green-accent-2: #839973;
  --color-faded: #C9B89A;
  --color-sale-red: #B26B54;
  --color-body-bg: #F7F1E8;
  --color-link: var(--color-terracotta);
  --color-form-bg: #FBF7F1;
  --color-form-border: var(--color-beige);
  --color-product-border: var(--color-beige);
  --font-display: 'Zeitgeist', Georgia, serif;
  --font-heading: 'Earthbound', Georgia, serif;
  --font-body: 'Quicksand', sans-serif;
  --h1-size: 52px;
  --h2-size: 42px;
  --h3-size: 32px;
  --h4-size: 26px;
  --h5-size: 22px;
  --h6-size: 18px;
  --body-size: 18px;
  --body-size-mobile: 16px;
  --btn-size: 15px;
  --lh-body: 1.65em;
  --heading-color: #2B2927;
  --heading-weight: 400;
  --container-width: 1600px;
  --section-pad: 80px;
  --section-pad-mobile: 48px;
  --header-nav-link-padding-x: 1rem;
  --kb-sidebar-width: 21.875rem;
  --kb-column-gap: 2.5rem;
  --radius: 4px;
  --radius-pill: 999px;
  --radius-circle: 50%;
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: var(--lh-body);
  color: var(--color-text);
  background: var(--color-body-bg);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--color-link); text-decoration: none; }
a:hover,
a:focus,
a:active { text-decoration: none; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.125em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--heading-color);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h1 { font-size: var(--h1-size); }
h2 { font-size: var(--h2-size); }
h3 { font-size: var(--h3-size); }
h4 { font-size: var(--h4-size); }
h5 { font-size: var(--h5-size); }
h6 { font-size: var(--h6-size); }

p { margin: 0 0 1em; }

.lead { font-size: 1.125rem; color: #333; }

.container {
  width: min(100% - 2rem, var(--container-width));
  max-width: var(--container-width);
  margin-inline: auto;
}

.container.narrow { max-width: 900px; }

.page-section { padding: var(--section-pad) 0; }

/* --- SA map proof (draft) --- */
.sa-map-proof__maps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sa-map-proof__figure {
  margin: 0;
}

.sa-map-proof__map-label {
  margin: 0 0 0.75rem;
  font-weight: 600;
  font-size: 1rem;
}

.sa-map-proof__legend-subtitle {
  margin: 1.25rem 0 0.75rem;
  font-size: 1rem;
}

.sa-map-proof__notes {
  margin: 1rem 0 0;
  font-size: 18px;
}

.sa-map-proof__note {
  margin: 1rem 0 0;
  font-size: 15px;
}

.sa-map-proof__lists {
  margin-bottom: 1rem;
}

.sa-map-proof__lists p {
  margin: 0 0 0.5rem;
}

.sa-map-proof__lists p:last-child {
  margin-bottom: 0;
}

.sa-map-proof__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.sa-map-proof__map svg {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-inline: auto;
  display: block;
}

.sa-map-proof__map {
  position: relative;
}

.sa-map-proof__tooltip {
  position: absolute;
  z-index: 2;
  max-width: min(280px, 90%);
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.sa-map-proof__tooltip[hidden] {
  display: none;
}

.sa-map-proof__tooltip strong {
  display: block;
  margin-bottom: 0.35rem;
}

.sa-map-proof__tooltip p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.sa-map-proof__legend {
  background: var(--color-form-bg);
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.sa-map-proof__legend-title {
  margin-bottom: 0.75rem;
}

.sa-map-proof__legend-list {
  display: grid;
  gap: 0.5rem;
  padding-left: 0;
  margin: 0 0 1rem;
}

.sa-map-proof__legend-list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sa-map-proof__swatch {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex: 0 0 auto;
}

.sa-map-proof__swatch--best { background: var(--color-primary); }
.sa-map-proof__swatch--struggle { background: var(--color-faded); }

/* Province styling (data-province codes match FTG_PROVINCES) */
.sa-map-proof__map--provinces .sa-map__province {
  fill: var(--color-primary) !important;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sa-map-proof__map .sa-map__province--neutral { fill: #e9e9e9 !important; }
.sa-map-proof__map .sa-map__province--struggle { fill: var(--color-faded) !important; cursor: help; }

.sa-map-proof__map--provinces .sa-map__province:hover {
  filter: brightness(0.95);
}

@media (max-width: 900px) {
  .sa-map-proof__grid {
    grid-template-columns: 1fr;
  }
  .sa-map-proof__map svg {
    max-width: 100%;
  }
}

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

.site-header { background: var(--color-white); }

.header-top {
  background: var(--color-light-green);
  min-height: 44px;
}

.header-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 44px;
}

.header-top__contact .header-top__list a {
  gap: 0.5rem;
}

.header-top__contact-icon {
  flex-shrink: 0;
}

.header-top__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-top__list li {
  display: flex;
}

.header-top__list a {
  display: inline-flex;
  align-items: center;
  padding: 0 1.25rem;
  min-height: 44px;
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.header-top__list a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  text-decoration: none;
}

.header-main {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-form-border);
}

.header-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 115px;
  padding: 1rem 0;
}

.header-main__logo {
  flex-shrink: 0;
}

.header-main__logo img {
  width: auto;
  max-height: 70px;
}

.header-search {
  position: relative;
  flex: 0 0 450px;
  width: 450px;
  max-width: 450px;
}

.header-search__form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--color-form-bg);
  border-radius: var(--radius);
  min-height: 50px;
  padding: 0 1rem;
}

.header-search__icon {
  flex-shrink: 0;
  color: #666666;
  line-height: 0;
}

.header-search__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text);
  outline: none;
}

.header-search__input::placeholder { color: #666666; }

.header-search__results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  background: var(--color-white);
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-height: 320px;
  overflow-y: auto;
}

.header-search__results[hidden] { display: none; }

.header-search__results a {
  display: block;
  padding: 0.625rem 1rem;
  color: var(--color-text);
  font-size: 15px;
  text-decoration: none;
}

.header-search__results a:hover,
.header-search__results a[aria-selected="true"] {
  background: var(--color-light-green);
  text-decoration: none;
}

.header-main__highlights {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
  flex-shrink: 0;
}

.header-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 260px;
}

.header-highlight__icon {
  flex-shrink: 0;
  line-height: 0;
}

.header-highlight__icon svg {
  display: block;
  height: 32px;
  width: auto;
}

.header-highlight--delivery .header-highlight__icon,
.header-highlight--delivery .header-highlight__title {
  color: var(--color-green-accent);
}

.header-highlight--help .header-highlight__icon,
.header-highlight--help .header-highlight__title {
  color: var(--color-primary);
}

.header-highlight--help .header-highlight__icon:hover {
  color: var(--color-accent);
}

.header-highlight__title {
  margin: 0 0 0.15rem;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 600;
}

.header-highlight__title a {
  color: inherit;
  text-decoration: none;
}

.header-highlight__title a:hover { text-decoration: none; }

.header-highlight__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #666666;
}

.header-nav {
  position: relative;
  background: var(--color-primary);
  min-height: 65px;
}

.header-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 65px;
}

.header-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-light-green);
  cursor: pointer;
}

.header-nav__toggle-icon--close { display: none; }

.header-nav__toggle[aria-expanded="true"] .header-nav__toggle-icon--open { display: none; }
.header-nav__toggle[aria-expanded="true"] .header-nav__toggle-icon--close { display: block; }

.header-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav__list li {
  display: flex;
}

.header-nav__item {
  position: relative;
}

.header-nav__item-row {
  display: flex;
  align-items: stretch;
}

.header-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0 var(--header-nav-link-padding-x);
  min-height: 65px;
  color: var(--color-light-green);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.header-nav__link:hover {
  background: var(--color-light-green);
  color: var(--color-green-accent);
  text-decoration: none;
}

.header-nav__subtoggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-height: 65px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-light-green);
  cursor: pointer;
}

.header-nav__subtoggle:hover,
.header-nav__item--has-mega.is-open .header-nav__subtoggle {
  background: var(--color-light-green);
  color: var(--color-green-accent);
}

.header-nav__item--has-mega.is-open .header-nav__subtoggle svg {
  transform: rotate(180deg);
}

.header-nav__mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: var(--color-form-bg);
  border-top: 3px solid var(--color-green-accent);
  box-shadow: 0 12px 24px rgba(6, 23, 56, 0.12);
}

.header-nav__mega-inner {
  padding: 1.25rem 1rem 1.5rem;
}

.header-nav__mega-title {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-form-border);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.header-nav__mega-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0;
  color: var(--heading-color);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.header-nav__mega-link--title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-primary);
}

.header-nav__mega-link:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.header-nav__mega-link--title:hover {
  color: var(--heading-color);
}

.header-nav__mega-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.header-nav__mega-link--title .header-nav__mega-icon {
  width: 36px;
  height: 36px;
  padding: 0.45rem;
  border: 1px solid #ABE4B2;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  box-sizing: border-box;
}

.header-nav__mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav__mega-grid .header-nav__mega-link {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  min-height: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--color-light-green);
  border-radius: var(--radius);
  background: var(--color-white);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.header-nav__mega-grid .header-nav__mega-link:hover,
.header-nav__mega-grid .header-nav__mega-link:focus-visible {
  border-color: var(--color-green-accent);
  background: var(--color-light-green);
  box-shadow: 0 4px 12px rgba(6, 23, 56, 0.06);
  color: var(--heading-color);
}

.header-nav__mega-grid .header-nav__mega-icon {
  width: 28px;
  height: 28px;
  padding: 0.35rem;
  border: 1px solid #ABE4B2;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  box-sizing: content-box;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.header-nav__mega-grid .header-nav__mega-link:hover .header-nav__mega-icon,
.header-nav__mega-grid .header-nav__mega-link:focus-visible .header-nav__mega-icon {
  border-color: var(--color-primary);
  background: var(--color-white);
}

/* Products mega menu */
.header-nav__mega--products {
  border-top-color: var(--color-green-accent);
}

.header-nav__mega--products .header-nav__mega-inner {
  padding: 1.5rem 1rem 1.75rem;
}

.header-nav__mega-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.75rem;
  align-items: start;
}

.header-nav__mega-aside {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--color-light-green) 0%, #f4fbf2 100%);
  border: 1px solid #c8e8c4;
}

.header-nav__mega-aside-eyebrow {
  margin: 0;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-nav__mega-aside-title {
  margin: 0;
  color: var(--heading-color);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.header-nav__mega-aside-text {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
}

.header-nav__mega-aside-cta {
  align-self: flex-start;
  margin-top: 0.35rem;
}

.header-nav__mega-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.header-nav__mega-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-width: 0;
  padding: 1rem 1rem 0.85rem;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  background: var(--color-white);
}

.header-nav__mega-col--wide {
  grid-column: span 2;
}

.header-nav__mega-col-title {
  margin: 0;
}

.header-nav__mega-col-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--heading-color);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.header-nav__mega-col-heading:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.header-nav__mega-col-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ABE4B2;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  color: var(--color-primary);
  flex-shrink: 0;
}

.header-nav__mega-col-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.header-nav__mega-sublist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav__mega-col--wide .header-nav__mega-sublist {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.header-nav__mega-sublist-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.15rem;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.header-nav__mega-sublist-link:hover,
.header-nav__mega-sublist-link:focus-visible {
  color: var(--color-primary);
  text-decoration: none;
}

.header-nav__mega-sublist-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0.2rem;
  border: 1px solid #ABE4B2;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  box-sizing: content-box;
  object-fit: contain;
}

.header-nav__mega-col-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.35rem;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.header-nav__mega-col-more svg {
  fill: currentColor;
}

.header-nav__mega-col-more:hover {
  color: var(--heading-color);
  text-decoration: none;
}

.header-nav__mega-col-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 120px;
  padding: 1rem;
  border: 1px dashed #c8e8c4;
  border-radius: var(--radius);
  background: var(--color-light-green);
  color: var(--heading-color);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.header-nav__mega-col-card:hover,
.header-nav__mega-col-card:focus-visible {
  border-color: var(--color-green-accent);
  background: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
}

.header-nav__mega-col-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #ABE4B2;
  border-radius: var(--radius-circle);
  background: var(--color-white);
  color: var(--color-primary);
}

.header-nav__mega-col-card-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

@media (max-width: 1400px) {
  .header-nav__mega-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-nav__mega-col--wide {
    grid-column: span 2;
  }

  .header-nav__mega-col--wide .header-nav__mega-sublist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-nav__mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .header-nav__mega-layout {
    grid-template-columns: 1fr;
  }

  .header-nav__mega-aside {
    padding: 1rem;
  }

  .header-nav__mega-aside-title {
    font-size: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .header-nav__item--products .header-nav__subtoggle {
    display: inline-flex;
  }
}

@media (min-width: 1201px) {
  .header-nav__item--has-mega {
    position: static;
  }

  .header-nav__item--has-mega:hover .header-nav__mega,
  .header-nav__item--has-mega:focus-within .header-nav__mega {
    display: block;
  }
}

.header-nav__cart {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-light-green);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.header-nav__cart:hover { text-decoration: none; opacity: 0.9; }

.header-nav__cart-icon {
  position: relative;
  line-height: 0;
}

.header-mobile__menu-open,
.header-mobile__cart,
.header-nav__quick,
.header-mobile-search,
.mobile-menu {
  display: none;
}

body.mobile-menu-open {
  overflow: hidden;
}

.header-nav__quick-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}

.header-nav__quick a {
  flex: 0 0 auto;
  padding: 0;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.header-nav__quick a:hover {
  text-decoration: none;
  opacity: 0.92;
}

.header-mobile-search {
  background: var(--color-light-green);
  border-top: 1px solid #EDEDED;
}

.header-mobile-search__inner {
  padding: 1.35rem 0;
}

.header-mobile-search__field {
  width: 100%;
}

.header-mobile-search__field .header-search__form {
  min-height: 54px;
  background: var(--color-form-bg);
  border: 1px solid var(--color-form-border);
}

.header-mobile__menu-open {
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.header-mobile__cart {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 23, 56, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-menu__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  overflow: hidden;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu.is-open .mobile-menu__overlay {
  opacity: 1;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.mobile-menu__view--submenu {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.mobile-menu.is-fruit-open .mobile-menu__view:first-child {
  display: none;
}

.mobile-menu.is-fruit-open #mobile-menu-fruit-trees {
  display: flex;
}

.mobile-menu.is-products-open .mobile-menu__view:first-child {
  display: none;
}

.mobile-menu.is-products-open #mobile-menu-products {
  display: flex;
}

.mobile-menu.is-products-category-open #mobile-menu-products {
  display: none;
}

.mobile-menu.is-products-category-open .mobile-menu__view--products-category.is-active {
  display: flex;
}

.mobile-menu.is-fruit-open .mobile-menu__view--submenu:not(#mobile-menu-fruit-trees),
.mobile-menu.is-products-open .mobile-menu__view--submenu:not(#mobile-menu-products):not(.mobile-menu__view--products-category.is-active),
.mobile-menu.is-products-category-open .mobile-menu__view--submenu:not(.mobile-menu__view--products-category.is-active) {
  display: none;
}

.mobile-menu__header,
.mobile-menu__subheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 88px;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #EDEDED;
}

.mobile-menu__logo img {
  width: auto;
  max-height: 54px;
}

.mobile-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: var(--color-light-green);
  color: var(--color-text);
  cursor: pointer;
}

.mobile-menu__shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1.25rem 1.25rem 0.5rem;
}

.mobile-menu__shortcut {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.mobile-menu__shortcut-icon {
  display: block;
  width: 32px;
  height: 32px;
}

.mobile-menu__shortcut:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.mobile-menu__search {
  padding: 1rem 1.25rem 0.5rem;
  background: var(--color-light-green);
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.mobile-menu__search-field {
  width: 100%;
}

.mobile-menu__search-field .header-search__form {
  min-height: 54px;
  background: var(--color-form-bg);
  border: 1px solid var(--color-form-border);
}

.mobile-menu__nav {
  flex: 1 1 auto;
  overflow-y: auto;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu__list li + li {
  border-top: 1px solid #EDEDED;
}

.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0 1.25rem;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mobile-menu__link:hover,
.mobile-menu__link:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.mobile-menu__list a.mobile-menu__link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.mobile-menu__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.mobile-menu__subtitle {
  flex: 1 1 auto;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
  text-align: center;
}

.mobile-menu__subbody {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1rem 1.25rem 1.5rem;
}

.mobile-menu__fruit-all,
.mobile-menu__fruit-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--heading-color);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.mobile-menu__fruit-all {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-light-green);
  border-radius: var(--radius);
  background: var(--color-light-green);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary);
}

.mobile-menu__fruit-all:hover,
.mobile-menu__fruit-link:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.mobile-menu__fruit-all:hover {
  border-color: var(--color-green-accent);
}

.mobile-menu__fruit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu__fruit-grid .mobile-menu__fruit-link {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-height: 0;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--color-light-green);
  border-radius: var(--radius);
  background: var(--color-white);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.mobile-menu__fruit-grid .mobile-menu__fruit-link:hover {
  border-color: var(--color-green-accent);
  background: var(--color-light-green);
  color: var(--heading-color);
}

.mobile-menu__fruit-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mobile-menu__fruit-all .mobile-menu__fruit-icon,
.mobile-menu__fruit-grid .mobile-menu__fruit-icon {
  padding: 0.45rem;
  border: 1px solid #ABE4B2;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  box-sizing: border-box;
}

.mobile-menu__fruit-grid .mobile-menu__fruit-link:hover .mobile-menu__fruit-icon {
  border-color: var(--color-primary);
  background: var(--color-white);
}

.mobile-menu__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #EDEDED;
}

.mobile-menu__category-list li + li {
  border-top: 1px solid #EDEDED;
}

.mobile-menu__category-row,
.mobile-menu__category-row--button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 58px;
  padding: 0 0.25rem;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mobile-menu__category-row-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.mobile-menu__category-row:hover,
.mobile-menu__category-row:focus,
.mobile-menu__category-row--button:hover,
.mobile-menu__category-row--button:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.mobile-menu__category-icon {
  flex-shrink: 0;
}

.mobile-menu__category-icon--svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0.45rem;
  border: 1px solid #ABE4B2;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  color: var(--color-primary);
  box-sizing: border-box;
}

.mobile-menu__category-icon--svg svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mobile-menu__fruit-all .mobile-menu__category-icon--svg {
  width: 40px;
  height: 40px;
}

.site-footer {
  margin-top: 0;
}

/* Main content clearance for footer torn-edge overlap (see .site-footer__main margin-top) */
#main-content {
  padding-bottom: 0;
}

.site-footer__main {
  margin-top: -100px;
  padding: 200px 0 120px;
  background-color: transparent;
  background-image: url('../img/site/product_footer_bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-white);
}

.footer-newsletter-band {
  padding:100px 0 150px;
  background-color: var(--color-white);
  background-image: url('../img/site/footer-bg-2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 0.9fr);
  align-items: center;
  gap: 2rem;
  margin-bottom: 0;
  padding: 2rem;
  border: 1px solid rgba(175, 209, 168, 0.65);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow:
    0 1px 2px rgba(6, 23, 56, 0.06),
    0 12px 32px rgba(6, 23, 56, 0.1);
}

.footer-newsletter__title {
  margin: 0 0 0.65rem;
  font-size: var(--h3-size);
}

.footer-newsletter__intro {
  margin: 0;
  max-width: 620px;
  color: #505645;
}

.footer-newsletter__notice {
  margin: 1rem 0 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: rgba(54, 151, 14, 0.12);
  color: #23451d;
  font-size: 14px;
}

.footer-newsletter__notice--error {
  background: rgba(170, 47, 47, 0.12);
  color: #7a2727;
}

.footer-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.footer-newsletter__input {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 16px;
  background: var(--color-form-bg);
}

.footer-newsletter__input::placeholder {
  color: #666;
}

.footer-newsletter__submit {
  min-height: 50px;
  padding-inline: 1.75rem;
  border: 0;
  white-space: nowrap;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.site-footer__heading {
  margin: 0 0 1.875rem;
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-white);
}

.site-footer__contact-line {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--color-white);
}

.site-footer__contact-line a {
  color: inherit;
  text-decoration: none;
}

.site-footer__contact-line a:hover {
  color: var(--color-light-green);
  text-decoration: none;
}

.site-footer__highlight {
  color: #54B215;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links li + li {
  margin-top: 0.625rem;
}

.site-footer__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
}

.site-footer__link:hover {
  color: var(--color-light-green);
  text-decoration: none;
}

.site-footer__link-icon {
  flex-shrink: 0;
  line-height: 0;
  margin-top: 0.2rem;
  color: var(--color-white);
}

.site-footer__link:hover .site-footer__link-icon {
  color: var(--color-light-green);
}

.site-footer__bar {
  background: #3B9B0F;
  padding: 0.5rem 0 0;
}

.site-footer__bar-inner {
  text-align: center;
}

.site-footer__copyright {
  margin: 0;
  padding: 0.5rem 0 1rem;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-white);
}

.site-footer__copyright a {
  color: #003366;
  text-decoration: none;
}

.site-footer__copyright a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-size: var(--btn-size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn--primary {
  background: var(--color-primary);
  color: var(--color-white);
}

.btn--primary:hover {
  background: var(--color-accent);
  text-decoration: none;
}

.btn--secondary {
  background: transparent;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn--secondary:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  text-decoration: none;
}

/* Shop page */
/* White title + body; olive breadcrumb/footer stay as contrast */
.shop-page {
  background: var(--color-white);
}

.shop-page.kb-page {
  background: #F7F1E8;
}

.shop-breadcrumb {
  background: var(--color-green-accent);
  color: var(--color-white);
}

.shop-breadcrumb__nav {
  padding: 0.65rem var(--header-nav-link-padding-x);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
}

.shop-breadcrumb__nav a {
  color: var(--color-white);
  text-decoration: none;
}

.shop-breadcrumb__nav a:hover {
  text-decoration: none;
}

.shop-breadcrumb__sep {
  margin: 0 0.35rem;
}

.shop-hero {
  background: var(--color-light-green);
  padding: 3rem 0;
  text-align: center;
}

.shop-page .shop-hero {
  background: var(--color-white);
}

.kb-page .shop-hero {
  background-color: #ede2d3;
}

.shop-hero--chalk {
  position: relative;
  background-color: var(--color-white);
  background-image: none;
}

.shop-hero--chalk::before {
  content: none;
}

.shop-hero--chalk .page-eyebrow {
  font-family: var(--font-body);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-terracotta);
}

.shop-hero--chalk .page-title {
  color: var(--color-charcoal);
}

.shop-hero--chalk p.lead {
  color: var(--color-charcoal);
}

.shop-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-hero .container > * {
  width: min(100%, 80%);
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.page-eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-green-accent);
}

.page-eyebrow a {
  color: inherit;
  text-decoration: none;
}

.page-eyebrow a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.page-title {
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.kb-article-subtitle {
  margin: 0 0 1.25rem;
  max-width: 52rem;
  margin-inline: auto;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
  color: var(--color-green-accent);
  text-transform: none;
}

.shop-hero .shop-hero__subtitle {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  color: var(--heading-color);
  text-transform: none;
}

.shop-hero p.lead:last-child {
  margin-bottom: 0;
}

.shop-hero p.lead + p.lead {
  margin-top: 1rem;
}

.shop-hero .kb-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 2rem;
  padding: 0;
  list-style: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
}

.contact-page__intro {
  padding-top: calc(var(--section-pad) - 1rem);
}

.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem 4rem;
  align-items: start;
}

.contact-page__info {
  max-width: 34rem;
}

.contact-page__info-title {
  margin-bottom: 1.25rem;
  text-transform: none;
}

.contact-page__info p {
  color: #666666;
}

.contact-details {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.contact-detail__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
}

.contact-detail__link:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.contact-detail__icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}

.contact-page__map {
  margin-top: 2rem;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.contact-page__map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}

.contact-page__form-wrap {
  padding: 2rem;
  background: var(--color-form-bg);
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
}

.contact-page__form-title {
  margin: 0 0 1.25rem;
  font-size: var(--h4-size);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--heading-color);
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  background: var(--color-white);
  font: inherit;
  color: var(--color-text);
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: 2px solid var(--color-form-focus);
  outline-offset: 1px;
  border-color: var(--color-form-focus);
}

.contact-form {
  position: relative;
}

.contact-form__submit {
  justify-self: start;
}

.contact-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  margin: 0.25rem 0 1rem;
  cursor: pointer;
}

.contact-form__checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  border: 2px solid var(--color-form-border, #cfd8c8);
  border-radius: 4px;
  background: var(--color-white, #fff);
  cursor: pointer;
}

.contact-form__checkbox input[type="checkbox"]:checked {
  border-color: var(--color-primary, #36970e);
  background-color: var(--color-primary, #36970e);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.65rem;
}

.contact-form__checkbox input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--color-primary, #36970e);
  outline-offset: 2px;
}

.contact-form__notice {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.contact-form__notice--success {
  background: var(--color-light-green);
  color: var(--heading-color);
}

.contact-form__notice--error {
  background: #fff;
  border: 1px solid var(--color-sale-red);
  color: var(--color-sale-red);
}

.contact-form__notice ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.kb-article-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  line-height: 1;
}

.kb-article-meta__item a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.kb-article-meta__item a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.kb-article-meta__icon {
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 14px;
}

.shop-results {
  padding: 2.5rem 0 var(--section-pad);
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
  margin: 0 0 1.5rem;
}

.shop-toolbar__count {
  margin: 0;
  min-width: 0;
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--color-text);
}

.shop-toolbar__ordering {
  flex: 0 0 auto;
  margin-left: auto;
}

.shop-toolbar__sort {
  box-sizing: border-box;
  width: min(calc(var(--shop-sidebar-width, 19rem) * 0.7), 40vw);
  max-width: 100%;
  padding: 0.35rem 1.75rem 0.35rem 0.7rem;
  border: 1px solid var(--color-beige);
  border-radius: 0;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232B2927' d='M1.4.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 0.65rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--color-text);
  appearance: none;
  cursor: pointer;
}

.shop-toolbar__sort:focus {
  outline: 2px solid var(--color-beige);
  outline-offset: 1px;
  border-color: var(--color-beige);
}

@media (max-width: 991px) {
  .shop-toolbar {
    gap: 0.5rem;
  }

  .shop-toolbar__count {
    font-size: 0.9rem;
  }

  .shop-toolbar__sort {
    width: min(9.5rem, 40vw);
  }
}

.shop-layout {
  display: grid;
  grid-template-columns: var(--shop-sidebar-width, 19rem) minmax(0, 1fr);
  gap: var(--kb-column-gap);
  align-items: start;
}

.shop-layout__sidebar,
.shop-layout__main {
  min-width: 0;
}

.shop-filters-panel {
  border: 0;
}

.shop-filters-panel__summary {
  display: none;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  font-size: var(--h5-size);
  font-weight: 600;
  color: var(--color-secondary);
  cursor: pointer;
}

.shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

.shop-filter-panel {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  padding: 1.15rem 1.15rem 1.25rem;
  border: 1px solid var(--color-beige);
  border-radius: 0;
  background: var(--color-white);
  box-shadow: none;
}

.shop-filter-panel__title {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-heading);
  font-size: var(--h5-size);
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-secondary);
}

.shop-filter-section__label {
  margin: 0 0 0.75rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.shop-sidebar__search.header-search {
  flex: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.shop-sidebar__search .header-search__form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 0;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--color-form-border);
  border-radius: 0;
  background: var(--color-white);
}

.shop-sidebar__search .header-search__icon {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--color-white);
  background: var(--color-ochre);
  line-height: 0;
}

.shop-sidebar__search .header-search__input {
  order: 1;
  width: 100%;
  min-width: 0;
  padding: 0.65rem 0.85rem;
  background: transparent;
}

.shop-sidebar__search .header-search__results {
  z-index: 20;
  left: 0;
  right: 0;
  max-width: 100%;
}

.shop-filter-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.55rem;
  font-size: 0.95rem;
  color: var(--color-text);
  cursor: pointer;
}

.shop-filter-check:first-of-type {
  margin-top: 0;
}

.shop-filter-check input {
  accent-color: var(--color-primary);
}

.shop-filter-price__track {
  position: relative;
  height: 1.75rem;
}

.shop-filter-price__track::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  margin-top: -2px;
  border-radius: 999px;
  background: #d8dfd4;
  pointer-events: none;
}

.shop-filter-price__range {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.shop-filter-price__range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

.shop-filter-price__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  margin-top: -6px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  cursor: pointer;
}

.shop-filter-price__range::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

.shop-filter-price__range::-moz-range-thumb {
  position: relative;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  cursor: pointer;
}

.shop-filter-price__range--min {
  z-index: 3;
}

.shop-filter-price__range--max {
  z-index: 4;
}

.shop-filter-price__labels {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.shop-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.shop-filter-size-group + .shop-filter-size-group {
  margin-top: 0.85rem;
}

.shop-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--color-form-border);
  border-radius: 0;
  background: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: var(--color-text);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shop-filter-chip:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.shop-filter-chip.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.shop-filter-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-filter-categories__item + .shop-filter-categories__item {
  margin-top: 0.35rem;
}

.shop-filter-categories__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.2rem 0;
  font-size: 0.95rem;
  color: var(--color-text);
  text-decoration: none;
}

.shop-filter-categories__link:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.shop-filter-categories__link.is-active {
  color: var(--color-primary);
  font-weight: 600;
}

.shop-filter-categories__count {
  font-size: 0.85rem;
  color: #7a7a7a;
}

.shop-filter-categories__children {
  margin: 0.35rem 0 0.15rem;
  padding: 0 0 0 0.85rem;
  list-style: none;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}

.shop-filter-categories__children .shop-filter-categories__item + .shop-filter-categories__item {
  margin-top: 0.2rem;
}

.shop-filter-categories__link--child {
  font-size: 0.9rem;
}

.shop-filter-panel__clear {
  align-self: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.shop-filter-panel__clear:hover {
  color: var(--color-secondary);
}

.shop-results__grid .product-grid {
  margin-top: 0;
}

.shop-layout .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-scroll-sentinel {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
}

#shop-results[aria-busy="true"] {
  opacity: 0.65;
  pointer-events: none;
}

@media (max-width: 991px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-filters-panel__summary {
    display: list-item;
  }

  .shop-filters-panel:not([open]) .shop-sidebar {
    display: none;
  }
}

@media (min-width: 992px) {
  .shop-filters-panel .shop-sidebar {
    display: flex;
  }
}

@media (max-width: 900px) {
  .shop-layout .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.category-content {
  padding: 0;
}

.category-content .container {
  width: min(100% - 2rem, var(--container-width));
  margin-inline: auto;
}

.category-content .container > * {
  width: 80%;
  margin-inline: auto;
}

.category-content__band--intro {
  background: #F4F4F4;
  padding: 30px 0;
}

.category-content__band--varieties-title {
  background: var(--color-secondary);
  margin-bottom: -15px;
}

.category-content__band--faq {
  padding: 30px 0 0;
}

.category-content__band--faq-last {
  padding-bottom: var(--section-pad);
}

.category-content__lead-title {
  margin: 0 0 20px;
  text-align: start;
  color: var(--color-secondary);
}

.category-content__banner {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  border-radius: var(--radius);
}

.category-content__featured-title {
  margin: 0 0 20px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.125rem);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  color: #1D8007;
}

.category-content__featured-title--varieties {
  margin: 0;
  padding: 0 0 30px;
  color: var(--color-white);
}

.category-content__featured-title--faq {
  margin: 0 0 30px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  text-align: start;
  color: var(--color-secondary);
}

.category-content__accent {
  color: #03262C;
}

.category-content__accent--green {
  color: var(--color-green-accent);
}

.category-content__prose {
  text-align: start;
}

.category-content__prose p:last-child {
  margin-bottom: 0;
}

.category-content__prose p + p {
  margin-top: 1rem;
}

.category-content__prose a {
  color: var(--color-primary);
}

.variety-guide__band {
  background: var(--color-light-green);
}

.variety-guide__band--first {
  padding: 30px 0 10px;
}

.variety-guide__band--middle {
  padding: 0 0 10px;
}

.variety-guide__band--last {
  padding: 0 0 30px;
}

.variety-guide__title-bar {
  margin-bottom: 20px;
  padding: 10px 15px;
  background: var(--color-accent);
  text-align: center;
}

.variety-guide__title {
  margin: 0;
  font-size: var(--h2-size);
}

.variety-guide__title a {
  color: var(--color-white);
  text-decoration: none;
}

.variety-guide__title a:hover {
  text-decoration: none;
}

.variety-guide__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.variety-guide__media {
  overflow: hidden;
  border-radius: var(--radius);
}

.variety-guide__media img {
  width: 100%;
  height: auto;
  display: block;
}

.variety-guide__label {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #54B215;
}

.variety-guide__label:not(:first-child) {
  margin-top: 20px;
}

.variety-guide__text p:last-child {
  margin-bottom: 0;
}

.variety-guide__text p + p {
  margin-top: 0.75rem;
}

.variety-guide__text a {
  color: var(--color-primary);
}

.variety-guide__divider {
  --divider-pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%25' viewBox='0 0 117 26' fill='black' stroke='none'%3E%3Cpath d='M3,1.5C5,4.9,6,8.8,6,13s-1.7,8.1-5,11.5C0.3,21.1,0,17.2,0,13S1,4.9,3,1.5z M16,1.5c2,3.4,3,7.3,3,11.5s-1,8.1-3,11.5c-2-4.1-3-8.3-3-12.5S14,4.3,16,1.5z M29,1.5c2,4.8,3,9.3,3,13.5s-1,7.4-3,9.5c-2-3.4-3-7.3-3-11.5S27,4.9,29,1.5z M41.1,1.5C43.7,4.9,45,8.8,45,13s-1,8.1-3,11.5c-2-3.4-3-7.3-3-11.5S39.7,4.9,41.1,1.5zM55,1.5c2,2.8,3,6.3,3,10.5s-1.3,8.4-4,12.5c-1.3-3.4-2-7.3-2-11.5S53,4.9,55,1.5z M68,1.5c2,3.4,3,7.3,3,11.5s-0.7,8.1-2,11.5c-2.7-4.8-4-9.3-4-13.5S66,3.6,68,1.5z M82,1.5c1.3,4.8,2,9.3,2,13.5s-1,7.4-3,9.5c-2-3.4-3-7.3-3-11.5S79.3,4.9,82,1.5z M94,1.5c2,3.4,3,7.3,3,11.5s-1.3,8.1-4,11.5c-1.3-1.4-2-4.3-2-8.5S92,6.9,94,1.5z M107,1.5c2,2.1,3,5.3,3,9.5s-0.7,8.7-2,13.5c-2.7-3.4-4-7.3-4-11.5S105,4.9,107,1.5z'/%3E%3C/svg%3E");
  --divider-color: var(--color-primary);
  --divider-pattern-height: 20px;
  --divider-pattern-size: auto;
  display: flex;
  padding: 15px 0;
  margin: 0;
}

.variety-guide__divider-separator {
  display: flex;
  width: 100%;
  margin: 0;
  direction: ltr;
  border-block-start: 0;
  background-color: var(--divider-color);
  -webkit-mask-image: var(--divider-pattern-url);
  mask-image: var(--divider-pattern-url);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: var(--divider-pattern-size) 100%;
  mask-size: var(--divider-pattern-size) 100%;
  min-height: var(--divider-pattern-height);
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.shop-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-pill);
  background: var(--color-light-green);
  font-family: var(--font-heading);
  font-size: var(--btn-size);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-text);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shop-filter:hover {
  border-color: var(--color-primary);
  background: #d4f0cc;
}

.shop-filter.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.product-grid__empty {
  margin: 0;
  text-align: center;
  color: #555;
}

.blog-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.blog-categories__list a {
  font-weight: 600;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.article-content ol,
.kb-article__content ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0 0 1.5rem;
}

.article-content ul,
.kb-article__content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 1.5rem;
}

.article-content li + li,
.kb-article__content li + li {
  margin-top: 0.5rem;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin-top: 1.5rem;
  scroll-margin-top: 6rem;
}

/* KB article ? editorial components (harvest guide + reusable) */
.article-section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.article-section-label::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--color-primary);
  flex-shrink: 0;
}

.article-intro-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0;
  padding: 2rem;
  background: var(--color-light-green);
  border-radius: var(--radius);
}

@media (min-width: 768px) {
  .article-intro-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.article-intro-cards__block h3 {
  margin-top: 0;
  font-size: var(--h4-size);
}

.article-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
}

@media (min-width: 768px) {
  .article-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.article-card {
  padding: 2rem;
  border: 1px solid var(--color-product-border);
  border-radius: var(--radius);
  background: var(--color-white);
}

.article-card--dark {
  background: var(--color-secondary);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
}

.article-card--dark h3 {
  color: var(--color-white);
}

.article-card--dark p {
  color: rgba(255, 255, 255, 0.75);
}

.article-card__tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-green-accent);
}

.article-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.article-chip {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.article-chip--green {
  background: var(--color-light-green);
  color: var(--color-primary);
}

.article-chip--gold {
  background: rgba(128, 187, 1, 0.15);
  color: var(--color-secondary);
}

.article-variety {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--color-form-border);
}

html.js-article-reveal .article-variety.is-visible {
  animation: articleVarietyIn 0.6s ease both;
}

@keyframes articleVarietyIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.article-variety:last-of-type {
  border-bottom: none;
}

@media (prefers-reduced-motion: reduce) {
  html.js-article-reveal .article-variety.is-visible {
    animation: none;
  }
}

.article-variety__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.article-variety__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666;
}

.article-variety__title {
  margin-top: 0;
}

.article-variety__title-group {
  flex: 1 1 16rem;
  min-width: 0;
}

.article-variety__body p + p {
  margin-top: 1rem;
}

.article-lede {
  margin-bottom: 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.article-lede p + p {
  margin-top: 1.25rem;
}

.article-section {
  margin: 2.75rem 0 3.25rem;
}

.article-section > h2:first-child,
.article-section > .article-section-label:first-child {
  margin-top: 0;
}

.article-section__intro {
  margin: 0 0 1.25rem;
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.article-section--reference {
  padding: 2rem 1.5rem;
  background: var(--color-light-green);
  border-radius: var(--radius);
}

.article-section--varieties {
  margin-top: 3rem;
}

.article-varieties {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .article-section--reference {
    padding: 2.5rem 2rem;
  }
}

.article-badge {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 8.75rem;
  padding: 1rem 1.25rem;
  border: 2px solid;
  border-radius: var(--radius);
  text-align: center;
}

.article-badge__label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.article-badge__value {
  margin-top: 0.25rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.article-badge--on-tree {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.article-badge--off-tree {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.article-badge--must-pick {
  border-color: var(--color-green-accent);
  color: var(--color-secondary);
  background: rgba(128, 187, 1, 0.08);
}

.article-figure--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 17.5rem;
  margin: 0 0 1.5rem;
  padding: 2rem;
  background: var(--color-form-bg);
  border: 1px dashed var(--color-faded);
  border-radius: var(--radius);
}

.article-figure--placeholder figcaption {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px dashed rgba(6, 23, 56, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666;
  text-align: center;
}

.article-readiness {
  margin: 2rem 0;
  padding: 1.75rem 2rem;
  background: var(--color-light-green);
  border-left: 3px solid var(--color-primary);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.article-readiness__title {
  margin-top: 0;
  font-size: var(--h5-size);
}

.article-readiness__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.article-readiness__list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 0.6rem;
}

.article-readiness__list li::before {
  content: '?';
  flex-shrink: 0;
  color: var(--color-primary);
  font-weight: 600;
}

.article-harvest-grid {
  margin: 1.5rem 0;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.article-harvest-grid__title {
  margin: 0;
  padding: 0.75rem 1.25rem;
  background: var(--color-secondary);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-harvest-grid__cells {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.article-harvest-grid__cell {
  padding: 1.125rem 1.375rem;
  border-right: 1px solid var(--color-form-border);
  border-bottom: 1px solid var(--color-form-border);
  min-width: 0;
}

.article-harvest-grid__cell:last-child {
  border-right: none;
}

.article-harvest-grid__region {
  margin-bottom: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}

.article-harvest-grid__months {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-secondary);
}

.article-callout--tip,
.article-callout--warning {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: 2rem 0 0;
  padding: 1.125rem 1.375rem;
  border-radius: var(--radius);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.article-callout--tip {
  background: rgba(54, 151, 14, 0.08);
  border: 1px solid rgba(54, 151, 14, 0.2);
}

.article-callout--warning {
  background: rgba(197, 0, 0, 0.06);
  border: 1px solid rgba(197, 0, 0, 0.18);
}

.article-callout--warning strong {
  color: var(--color-sale-red);
}

.article-callout__icon {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

.kb-article__content .article-pullquote,
.kb-article__content .article-mistakes {
  margin-inline: -2rem;
  padding-inline: 2rem;
}

.article-pullquote {
  margin-block: 3rem;
  padding: 4rem 2rem;
  background: var(--color-secondary);
  border: none;
  border-radius: 0;
  text-align: center;
}

.article-pullquote p {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  color: var(--color-white);
}

.article-pullquote em {
  font-style: normal;
  font-weight: 700;
  color: var(--color-green-accent);
}

.article-pullquote cite {
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.article-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  border: 1px solid rgba(6, 23, 56, 0.1);
  border-radius: var(--radius);
  background: var(--color-white);
}

.article-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.article-table--reference {
  min-width: 44rem;
}

.article-table thead tr {
  background: var(--color-secondary);
  color: var(--color-white);
}

.article-table th {
  padding: 1.125rem 1.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.45;
  white-space: normal;
}

.article-table td {
  padding: 1.125rem 1.5rem;
  border-bottom: 1px solid var(--color-form-border);
  vertical-align: top;
  line-height: 1.55;
  color: #444;
}

.article-table td:first-child {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
  width: 1%;
}

.article-table td:nth-child(2) {
  white-space: nowrap;
  width: 1%;
}

.article-table td:nth-child(3),
.article-table td:nth-child(4) {
  white-space: normal;
  min-width: 11rem;
}

.article-table tbody tr:hover {
  background: var(--color-light-green);
}

.article-table__on-tree {
  color: var(--color-secondary);
  font-weight: 600;
}

.article-table__off-tree {
  color: var(--color-primary);
  font-weight: 600;
}

.article-table__must-pick {
  color: var(--color-green-accent);
  font-weight: 700;
}

.article-tips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2rem 0 3rem;
}

@media (min-width: 768px) {
  .article-tips {
    grid-template-columns: 1fr 1fr;
  }
}

.article-tip {
  position: relative;
  padding: 1.75rem;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  transition: border-color 0.2s, transform 0.2s;
}

.article-tip:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.article-tip__num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(6, 23, 56, 0.07);
}

.article-tip h4 {
  margin-top: 0;
  font-size: var(--h5-size);
}

.article-mistakes {
  margin-block: 3rem;
  padding: 4rem 2rem;
  background: var(--color-secondary);
  border-radius: 0;
}

.article-mistakes__heading {
  margin-top: 0;
  color: var(--color-white);
}

.article-mistakes__sub {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}

.article-mistakes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-mistakes__item {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.article-mistakes__item:last-child {
  border-bottom: none;
}

.article-mistakes__num {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  text-align: right;
  color: var(--color-green-accent);
  opacity: 0.5;
}

.article-mistakes__content h4 {
  margin-top: 0;
  color: var(--color-white);
  font-size: var(--h5-size);
}

.article-mistakes__content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9375rem;
  line-height: 1.75;
}

.article-action-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: article-action;
}

.article-action-list li {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--color-form-border);
  font-size: 0.9375rem;
  line-height: 1.7;
  counter-increment: article-action;
}

.article-action-list li::before {
  content: counter(article-action) '.';
  flex-shrink: 0;
  min-width: 2rem;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
}

.article-faq {
  margin: 2rem 0 3rem;
}

.article-faq__item {
  border-bottom: 1px solid var(--color-form-border);
}

.article-faq__item:first-child {
  border-top: 1px solid var(--color-form-border);
}

.article-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 0;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-secondary);
  cursor: pointer;
  list-style: none;
}

.article-faq__question::-webkit-details-marker {
  display: none;
}

.article-faq__question::after {
  content: '+';
  flex-shrink: 0;
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.2;
  transition: transform 0.2s ease;
}

.article-faq__item[open] .article-faq__question::after {
  transform: rotate(45deg);
}

.article-faq__answer {
  padding: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #444;
}

@media (max-width: 1023px) {
  .kb-article__content .article-pullquote,
  .kb-article__content .article-mistakes {
    margin-inline: 0;
    padding-inline: 1.25rem;
  }

  .article-variety {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .article-mistakes__item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .article-mistakes__num {
    text-align: left;
  }
}

.page-section--muted {
  background: var(--color-light-green);
}

.product-summary__intro p:last-child,
.product-detail__content p:last-child,
.product-specs__text p:last-child,
.product-care__text p:last-child,
.product-prose-band__content p:last-child {
  margin-bottom: 0;
}

.product-summary__intro p + p,
.product-detail__content p + p {
  margin-top: 1rem;
}

.product-summary__intro a,
.product-detail__content a {
  color: var(--color-primary);
}

/* Product cards ? 5-column grid per branding/product grid.svg */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.product-grid > .product-card {
  margin: 0;
  border: 1px solid var(--color-beige);
  border-bottom: 3px solid var(--color-terracotta);
  background: var(--color-cream);
  border-radius: 0;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.shop-page .product-grid > .product-card {
  background: var(--color-white);
}

.product-grid > .product-card:hover {
  border-bottom-color: var(--color-ochre);
  box-shadow: none;
}

.product-card__media {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product-card__media::before {
  content: '';
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid var(--color-beige);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.product-grid > .product-card:hover .product-card__media::before {
  opacity: 1;
}

.product-card__media.is-sold-out::after,
.product-gallery__main.is-sold-out::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.product-card__badge {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.product-card__badge--sale {
  top: 0.625rem;
  right: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-circle);
  background: var(--color-sale-red);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.product-card__badge--feature {
  top: 0.625rem;
  left: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0.35rem;
  border-radius: var(--radius-circle);
  background: var(--product-badge-bg, var(--color-primary));
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.product-card__badge--image {
  padding: 0.35rem;
}

.product-card__badge--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__image {
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  transition: transform 0.45s ease;
}

.product-grid > .product-card:hover .product-card__image {
  transform: scale(1.06);
}

.product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--color-text);
  text-decoration: none;
}

.product-card__link:hover,
.product-card__link:focus {
  color: var(--color-text);
  text-decoration: none;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0.875rem 0.875rem;
}

.product-grid .product-card__category {
  margin: 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-terracotta);
}

.product-grid .product-card h2.product-card__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--h6-size);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  color: var(--heading-color);
  text-transform: capitalize;
}

.product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  margin: 0.15rem 0 0;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.product-card__price-current {
  color: var(--color-dark-green);
  font-weight: 600;
}

.product-card__price-compare {
  margin: 0;
  color: var(--color-green-accent);
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}

.product-card__price-sale {
  color: var(--color-sale-red);
  font-weight: 500;
}

.product-card__sold-out {
  color: #666666;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
}

.product-card__quick-actions {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  transform: translateY(-50%) scale(0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.product-grid > .product-card:hover .product-card__quick-actions,
.product-grid > .product-card:focus-within .product-card__quick-actions {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
  pointer-events: auto;
}

@media (hover: none), (max-width: 767px) {
  .product-card__quick-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    pointer-events: auto;
  }
}

.product-card__quick-inner {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 16px rgba(40, 30, 20, 0.16);
}

.product-card__quick-btn,
.product-card__quick-wish {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--color-terracotta);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.product-card__quick-btn {
  gap: 0.4rem;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__quick-btn:hover {
  background: var(--color-terracotta);
  color: var(--color-white);
}

.product-card__quick-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.product-card__quick-icon {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
}

.product-card__quick-wish {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-left: 1px solid rgba(178, 107, 84, 0.25);
}

.product-card__quick-wish:hover {
  background: var(--color-terracotta);
  color: var(--color-white);
}

.product-card__quick-wish:disabled {
  opacity: 0.6;
  cursor: wait;
}

.product-card__quick-heart {
  width: 1rem;
  height: 1rem;
}

.product-card__quick-heart--filled {
  display: none;
}

.product-card__quick-wish.is-saved .product-card__quick-heart--outline {
  display: none;
}

.product-card__quick-wish.is-saved .product-card__quick-heart--filled {
  display: inline-block;
  color: var(--color-terracotta);
}

.price-display {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}

.price-display__prefix {
  font-weight: 600;
}

.price-display__compare {
  color: var(--color-secondary);
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: line-through;
}

.price-display__amount,
.price-display ins.price-display__amount {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.price-display--on-sale .price-display__amount,
.price-display--on-sale ins.price-display__amount {
  color: var(--color-sale-red);
}

/* Product page */
.product-page {
  background: #F7F1E8;
}

.product-page .product-grid > .product-card {
  background: var(--color-white);
}

.product-page .product-specs__band,
.product-page .product-upsells__band {
  background: #F7F1E8;
}

.product-page__hero {
  margin: 40px 0;
}

.product-page__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.product-gallery__main-wrap {
  position: relative;
}

.product-gallery__main {
  position: relative;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.product-gallery__sale-badge {
  position: absolute;
  top: calc(0.625rem + 10px);
  right: calc(0.625rem + 10px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: var(--radius-circle);
  background: var(--color-sale-red);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.product-gallery__sale-badge[hidden] {
  display: none !important;
}

.product-gallery__feature-badge {
  position: absolute;
  top: calc(0.625rem + 10px);
  left: calc(0.625rem + 10px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0.4rem;
  border-radius: var(--radius-circle);
  background: var(--product-badge-bg, var(--color-primary));
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  pointer-events: none;
}

.product-gallery__feature-badge--image {
  padding: 0.65rem;
}

.product-gallery__feature-badge--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-secondary);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.product-gallery__nav--prev { left: 12px; }
.product-gallery__nav--next { right: 12px; }

.product-gallery__nav:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

.product-gallery__main img {
  display: block;
  width: 100%;
  height: auto;
}

.product-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}

.product-gallery__thumb {
  width: 100px;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__thumb.is-active {
  border-color: var(--color-primary);
}

.product-summary h1 {
  margin-bottom: 0.75rem;
}

.product-summary__botanical {
  margin: 0 0 1.25rem;
  font-size: 16px;
  font-style: italic;
  color: #282828;
}

.product-summary__price {
  margin: 0 0 0.5rem;
}

.product-summary__rating {
  margin: 0 0 1rem;
}

.star-rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.star-rating__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  line-height: 0;
}

.star-rating__star {
  display: block;
  flex-shrink: 0;
  color: #d3ced2;
}

.star-rating__star.is-filled {
  color: #f39c12;
}

.star-rating__count {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}

.star-rating__count:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.product-summary__meta {
  margin-bottom: 1.5rem;
}

.product-summary__meta .product-shipping {
  margin-bottom: 0.5rem;
}

.product-summary__meta .product-summary__stock {
  margin-bottom: 0;
}

.product-summary__meta + .product-summary__intro,
.product-summary__meta + .product-summary__purchase {
  margin-top: 1.5rem;
}

.product-summary__highlight {
  margin-bottom: 1rem;
}

.product-key-highlight__eyebrow {
  margin: 0 0 0.5rem;
}

.product-key-highlight__eyebrow + .product-key-highlight {
  margin-top: 0;
  margin-bottom: 0;
}

.product-key-highlight {
  margin: 0 0 1rem;
  padding: 0.875rem 1rem;
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius);
  background: rgba(54, 151, 14, 0.1);
  color: #505645;
  font-weight: 500;
  line-height: 1.45;
}

.product-quick-info {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.625rem;
}

.product-quick-info__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #505645;
  line-height: 1.45;
}

.product-quick-info__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border-radius: var(--radius-circle);
  background: var(--color-primary);
  color: var(--color-white);
}

.product-quick-info__chevron {
  display: block;
  fill: currentColor;
}

.product-quick-info__text {
  flex: 1;
  min-width: 0;
}

.product-summary-fact {
  margin: 0 0 0.875rem;
}

.product-summary-fact__label {
  margin: 0 0 0.25rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--color-green-accent);
}

.product-summary-fact__text {
  margin: 0;
  color: #505645;
  line-height: 1.45;
  white-space: pre-line;
}

.product-summary-fact--pollination {
  margin-bottom: 1rem;
}

.product-summary__intro {
  color: #505645;
  margin-bottom: 0;
}

.product-summary__divider {
  margin: 0 0 1rem;
  border: 0;
  border-top: 1px solid var(--color-product-border);
}

.product-summary__intro + .product-summary__purchase {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-product-border);
}

.product-form {
  margin: 0;
}

.product-summary__price-display {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-green-accent);
}

.product-summary__price .price-display__compare,
.product-summary__price .price-display__amount,
.product-summary__price ins.price-display__amount {
  font-size: 24px;
  font-weight: 500;
}

.product-summary__price .price-display__compare {
  color: #999;
}

.product-form__buy-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  width: 100%;
}

.product-quantity {
  flex: 0 0 33.333%;
  min-width: 0;
}

.product-quantity__stepper {
  display: flex;
  width: 100%;
  min-height: 52px;
  border-color: var(--color-product-border);
}

.product-quantity__stepper .qty-stepper__btn {
  flex: 1 1 33.333%;
  width: auto;
  min-width: 0;
  height: auto;
  font-size: 1.25rem;
}

.product-quantity__stepper .qty-stepper__value {
  flex: 1 1 33.333%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.btn--buy {
  flex: 1 1 66.666%;
  min-width: 0;
  padding: 15px 24px;
  border: 0;
  border-radius: var(--radius);
  background: var(--color-terracotta);
  color: var(--color-white);
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn--buy:hover {
  background: var(--color-ochre);
  color: var(--color-white);
  text-decoration: none;
}

.btn--buy:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.variant-swatches {
  margin: 0 0 1.25rem;
}

.variant-swatches__group {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.variant-swatches__group + .variant-swatches__group {
  margin-top: 1.25rem;
}

.variant-swatches__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.variant-swatches__label {
  font-family: var(--font-body);
  font-size: var(--body-size);
  font-weight: 600;
  color: #282828;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.variant-swatches__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  flex: 0 1 auto;
  min-width: 0;
}

.variant-swatches__option {
  margin: 0;
  cursor: pointer;
}

.variant-swatches__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--color-product-border);
  border-radius: 0;
  background: var(--color-cream);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #282828;
  text-align: center;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.variant-swatches__input:checked + .variant-swatches__btn {
  border-color: var(--color-charcoal);
  background: var(--color-cream);
  color: var(--color-charcoal);
}

.variant-swatches__input:focus-visible + .variant-swatches__btn {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.variant-swatches__input:disabled + .variant-swatches__btn {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-save-later-wrap {
  width: 100%;
}

.product-save-later-wrap [hidden] {
  display: none !important;
}

.product-save-later {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.35rem 0.5rem;
  border: 0;
  background: none;
  font-family: var(--font-body);
  font-size: var(--body-size);
  font-weight: 500;
  color: #282828;
  cursor: pointer;
}

.product-save-later.is-saved {
  cursor: default;
}

.product-save-later.is-saved a {
  color: inherit;
  text-decoration: none;
  }

.product-save-later.is-saved a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.product-save-later:hover,
.product-save-later.is-saved {
  color: var(--color-primary);
}

.product-save-later__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
}

.product-save-later__heart--filled {
  display: none;
}

.product-save-later:hover .product-save-later__heart--outline,
.product-save-later.is-saved .product-save-later__heart--outline {
  display: none;
}

.product-save-later:hover .product-save-later__heart--filled,
.product-save-later.is-saved .product-save-later__heart--filled {
  display: inline-block;
}

.product-save-later:disabled {
  opacity: 0.6;
  cursor: wait;
}

.product-summary__stock {
  font-weight: 500;
  margin: 0 0 1rem;
}

.product-summary__stock.in-stock {
  color: var(--color-primary);
}

.product-summary__stock.out-of-stock {
  color: var(--color-sale-red);
}

.product-shipping {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: #282828;
}

.product-shipping[hidden] {
  display: none !important;
}

.product-shipping__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--color-green-accent);
}

.product-waitlist-trigger {
  margin-bottom: 0.75rem;
}

.product-waitlist-trigger__btn {
  width: 100%;
}

.product-waitlist-modal[hidden] {
  display: none;
}

.product-waitlist-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.product-waitlist-modal-open {
  overflow: hidden;
}

.product-waitlist-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.product-waitlist-modal__dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: calc(100vh - 3rem);
  overflow: auto;
}

.product-waitlist-modal__close {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: var(--radius-circle);
  background: var(--color-white);
  color: #282828;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.product-waitlist-panel {
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: var(--radius);
  background: #f3f3f3;
}

.product-waitlist-panel__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-size: 1.375rem;
  line-height: 1.3;
  color: #8b4513;
}

.product-waitlist-panel__intro {
  margin: 0 0 1.25rem;
  color: #505645;
}

.product-waitlist-panel__form {
  display: grid;
  gap: 0.85rem;
}

.product-waitlist-panel__field {
  margin: 0;
}

.product-waitlist-panel__input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--color-product-border);
  border-radius: var(--radius);
  background: var(--color-white);
  font-family: var(--font-body);
  font-size: 1rem;
}

.product-waitlist-panel__input:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 1px;
  border-color: var(--color-primary);
}

.product-waitlist-panel__checkbox {
  margin: 0.15rem 0 0;
}

.product-waitlist-panel__checkbox a {
  color: var(--color-green-accent);
  text-decoration: none;
}

.product-waitlist-panel__submit {
  width: 100%;
  margin-top: 0.25rem;
}

.product-waitlist-panel__error {
  margin: 0;
  color: var(--color-sale-red);
  font-size: 0.95rem;
}

.product-waitlist-panel__notice {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  background: var(--color-light-green);
  color: var(--heading-color);
  font-size: 0.95rem;
}

.product-related {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-product-border);
}

.product-related h2,
.product-upsells h2 {
  margin: 0 0 1rem;
}

.product-related .product-grid {
  margin-top: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-page__detail-band {
  margin-bottom: 50px;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.product-detail-layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.product-detail__col--sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.product-detail__heading {
  margin: 0 0 1.25rem;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.product-detail__panel {
  padding: 1.5rem 1.25rem 2rem;
  border: 1px solid var(--color-product-border);
  background: var(--color-white);
}

.product-detail__content {
  font-size: 18px;
  line-height: 30px;
}

.product-detail__content--advice {
  font-size: 1rem;
  line-height: 1.55;
  font-family: var(--font-body);
  color: var(--heading-color);
}

.product-growing-difficulty__level {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.product-growing-difficulty__notes {
  margin-top: 0.85rem;
}

.product-detail__content--advice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail__content--advice li {
  position: relative;
  margin: 0 0 0.65rem;
  padding: 0 0 0 1.35rem;
}

.product-detail__content--advice li:last-child {
  margin-bottom: 0;
}

.product-detail__content--advice li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0.8rem;
  height: 0.8rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4 1.5L9 6l-5 4.5' stroke='%23B26B54' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-detail__content > *:first-child {
  margin-top: 0;
}

.product-detail__content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.product-specs__label,
.product-care__title {
  margin: 0 0 0.5em;
  font-family: var(--font-heading);
  font-size: var(--h5-size);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  color: var(--heading-color);
}

.product-specs__label:not(:first-child) {
  margin-top: 20px;
}

/* Below-fold sections — tribal divider spacing (do not stack padding-top on prose bands) */
.product-specs__band {
  background: var(--color-light-green);
  padding: 50px 0;
}

.product-seed-info__band {
  padding: 50px 0;
}

.product-seed-info__advice.product-prose-band {
  padding: 0;
}

.product-seed-info__list {
  margin: 0;
  padding: 0;
}

.product-seed-info__list--facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 0;
}

.product-seed-info__fact {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0;
  padding: 0.85rem 0;
  border-bottom: 1px dashed rgba(43, 41, 39, 0.18);
}

.product-seed-info__label {
  margin: 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-terracotta);
}

.product-seed-info__value {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--heading-color);
}

.product-seed-info__value p {
  margin: 0;
}

.product-seed-info__value p:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .product-seed-info__list--facts {
    grid-template-columns: 1fr;
  }
}

.product-specs__band .product-divider,
.product-care .product-divider,
.product-prose-band .product-divider {
  padding: 0;
  margin-top: 50px;
}

.product-seed-info__band .product-divider {
  padding: 0;
  margin-top: 0;
  margin-bottom: 50px;
}

.product-care .product-divider {
  margin-bottom: 50px;
}

.product-care > .container > .product-divider:last-child,
.product-care__main .product-divider:last-child {
  margin-bottom: 0;
}

.product-specs__title-bar {
  margin-bottom: 1.5rem;
  padding: 10px 15px;
  background: var(--color-accent);
  text-align: center;
}

.product-specs__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.125rem);
  font-weight: 600;
  color: var(--color-white);
}

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

.product-care {
  padding: 50px 0 30px;
}

.product-care:has(.product-divider),
.product-care:has(.product-care__layout) {
  padding-bottom: 50px;
}

.product-care__layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.product-care__main .product-care__item:last-child {
  margin-bottom: 0;
}

.product-care__prose h3 {
  margin: 0 0 30px;
}

.product-care__prose .product-prose-band__content > *:last-child {
  margin-bottom: 0;
}

.product-care__aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.product-care__map-figure {
  margin: 0;
}

.product-care__map svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 900px) {
  .product-care__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.product-care__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.product-care__item:last-of-type {
  margin-bottom: 0;
}

.product-care__icon {
  width: 64px;
  height: 64px;
}

.product-care__suitability {
  display: grid;
  gap: 1rem;
}

.product-care__suitability-label {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: var(--heading-color);
}

.product-care__suitability-value {
  margin: 0;
}

.product-care__suitability-block .product-care__text > *:last-child {
  margin-bottom: 0;
}

.product-prose-band {
  padding: 0;
}

.product-prose-band:has(.product-divider) {
  padding-bottom: 50px;
}

.product-prose-band h3 {
  margin: 0 0 30px;
}

.product-prose-band__content > *:last-child {
  margin-bottom: 0;
}

.product-prose-band__accent {
  color: var(--color-green-accent);
}

.product-upsells__band {
  background: #F2F5E9;
  padding: 80px 0;
}

.product-reviews {
  padding: 0 0 60px;
}

.product-reviews__rule {
  border: 0;
  border-top: 1px solid var(--color-product-border);
  margin: 0 0 30px;
}

.product-reviews > .container > h2 {
  margin-bottom: 1.5rem;
}

.product-reviews__inner {
  display: grid;
  gap: 2rem;
}

.product-reviews__heading {
  margin: 0 0 1.25rem;
  font-family: var(--font-heading);
  font-size: var(--h5-size);
  font-weight: var(--heading-weight);
  color: var(--heading-color);
}

.product-reviews__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-review {
  padding: 0 0 1.25rem;
  margin: 0 0 1.25rem;
  border-bottom: 1px solid var(--color-product-border);
}

.product-review:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.product-review__meta {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.product-review__avatar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  color: var(--color-secondary);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.product-review__byline {
  min-width: 0;
}

.product-review__author-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin: 0 0 0.2rem;
}

.product-review__author-line strong {
  font-size: 1rem;
  color: #282828;
}

.product-review__verified {
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #e2f6de;
  color: #31552b;
  font-size: 12px;
  font-weight: 600;
}

.product-review__author-line .star-rating {
  gap: 0.5rem;
}

.product-review__author-line .star-rating__stars {
  gap: 1px;
}

.product-review__date {
  display: block;
  font-size: 14px;
  color: #666666;
}

.product-review__body {
  padding-left: calc(48px + 0.75rem);
  color: #282828;
}

.product-review__body p:last-child {
  margin-bottom: 0;
}

.product-reviews__form-wrap {
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-product-border);
}

.product-reviews__form-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-size: var(--h5-size);
  font-weight: var(--heading-weight);
  color: var(--heading-color);
}

.product-reviews__field {
  margin-bottom: 1rem;
}

.product-reviews__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.product-reviews__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-reviews__field input,
.product-reviews__field textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--color-product-border);
  border-radius: var(--radius);
  font: inherit;
  background: var(--color-white);
}

.product-reviews__field input:disabled,
.product-reviews__field textarea:disabled {
  background: #f8f8f8;
  color: #999;
}

.product-reviews__rating-input {
  display: flex;
  gap: 1px;
}

.product-reviews__rating-star {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 0;
  color: #d3ced2;
  cursor: default;
}

.product-reviews__rating-star svg {
  display: block;
  width: 16px;
  height: 16px;
}

.product-reviews__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  font-size: 14px;
  color: #666666;
}

.btn--review-submit {
  padding: 12px 28px;
  border: 0;
  border-radius: var(--radius);
  background: var(--color-green-accent);
  color: var(--color-white);
  font-family: var(--font-body);
  font-weight: 500;
  cursor: not-allowed;
  opacity: 0.65;
}

.product-divider {
  --divider-pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%25' viewBox='0 0 117 26' fill='black' stroke='none'%3E%3Cpath d='M3,1.5C5,4.9,6,8.8,6,13s-1.7,8.1-5,11.5C0.3,21.1,0,17.2,0,13S1,4.9,3,1.5z M16,1.5c2,3.4,3,7.3,3,11.5s-1,8.1-3,11.5c-2-4.1-3-8.3-3-12.5S14,4.3,16,1.5z M29,1.5c2,4.8,3,9.3,3,13.5s-1,7.4-3,9.5c-2-3.4-3-7.3-3-11.5S27,4.9,29,1.5z M41.1,1.5C43.7,4.9,45,8.8,45,13s-1,8.1-3,11.5c-2-3.4-3-7.3-3-11.5S39.7,4.9,41.1,1.5zM55,1.5c2,2.8,3,6.3,3,10.5s-1.3,8.4-4,12.5c-1.3-3.4-2-7.3-2-11.5S53,4.9,55,1.5z M68,1.5c2,3.4,3,7.3,3,11.5s-0.7,8.1-2,11.5c-2.7-4.8-4-9.3-4-13.5S66,3.6,68,1.5z M82,1.5c1.3,4.8,2,9.3,2,13.5s-1,7.4-3,9.5c-2-3.4-3-7.3-3-11.5S79.3,4.9,82,1.5z M94,1.5c2,3.4,3,7.3,3,11.5s-1.3,8.1-4,11.5c-1.3-1.4-2-4.3-2-8.5S92,6.9,94,1.5z M107,1.5c2,2.1,3,5.3,3,9.5s-0.7,8.7-2,13.5c-2.7-3.4-4-7.3-4-11.5S105,4.9,107,1.5z'/%3E%3C/svg%3E");
  --divider-color: var(--color-primary);
  --divider-pattern-height: 20px;
  --divider-pattern-size: auto;
  display: flex;
  padding: 0;
  margin: 0;
}

.product-divider__separator {
  display: flex;
  width: 100%;
  margin: 0;
  direction: ltr;
  border-block-start: 0;
  background-color: var(--divider-color);
  -webkit-mask-image: var(--divider-pattern-url);
  mask-image: var(--divider-pattern-url);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: var(--divider-pattern-size) 100%;
  mask-size: var(--divider-pattern-size) 100%;
  min-height: var(--divider-pattern-height);
}

.product-notice {
  background: var(--color-light-green);
  border-left: 4px solid var(--color-primary);
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}

.breadcrumbs {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #555;
}

.breadcrumbs a { color: var(--color-secondary); }

/* Knowledge base */
.kb-page {
  margin-bottom: 0;
}

.kb-section-heading {
  margin: 0 0 1.5rem;
  font-family: var(--font-heading);
  font-size: var(--h2-size);
  font-weight: 700;
  line-height: 1.1;
  text-align: start;
  color: var(--heading-color);
  text-transform: none;
}

.kb-section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.kb-section-heading-row .kb-section-heading {
  margin-bottom: 0;
}

.kb-featured-image {
  padding: 0 0 2rem;
}

.kb-featured-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1600 / 785;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 900px) {
  .kb-featured-image img {
    aspect-ratio: auto;
    height: 785px;
  }
}

.shop-hero .kb-category-nav,
.shop-hero .kb-article-meta {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.shop-hero a.shop-filter {
  text-decoration: none;
}

.shop-hero .shop-filter:not(.is-active) {
  background: var(--color-white);
}

.shop-hero .shop-filter:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
}

.kb-category-nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.kb-category-nav-wrap .kb-category-nav {
  margin-bottom: 0;
}

.kb-category-nav__toggle {
  border: 0;
  background: none;
  padding: 0.25rem 0.5rem;
  font-family: var(--font-heading);
  font-size: var(--btn-size);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-primary);
  cursor: pointer;
  text-decoration: none;
  }

.kb-category-nav__toggle:hover {
  color: var(--heading-color);
}

@media (max-width: 899px) {
  .kb-category-nav:not(.is-expanded) .shop-filter.kb-category-nav__item--more {
    display: none;
  }
}

@media (min-width: 900px) {
  .kb-category-nav__toggle {
    display: none;
  }
}

.kb-section {
  padding: 3rem 0;
}

.kb-section--with-sidebar {
  padding-bottom: var(--section-pad);
}

.kb-page--article .kb-section--with-sidebar {
  padding-bottom: 3rem;
}

.kb-section--white {
  background: var(--color-white);
}

.kb-section--light-green {
  background: var(--color-light-green);
}

.kb-section--related-posts {
  background: var(--color-light-green);
  padding-bottom: var(--section-pad);
}

.kb-section--related-posts .kb-section__title {
  text-align: center;
  margin-bottom: 0.65rem;
}

.kb-section--related-posts .kb-article__rule {
  width: 100px;
  height: 2px;
  margin: 0 auto 1.5rem;
  border: 0;
  background: var(--color-primary);
}

.kb-section__title {
  margin: 0 0 1.5rem;
  font-family: var(--font-heading);
  font-size: var(--h4-size);
  font-weight: 700;
  color: var(--heading-color);
}

.kb-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.kb-section-header__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.kb-section-header__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--h4-size);
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.kb-section-header__rule {
  display: block;
  width: 100px;
  height: 2px;
  background: var(--color-primary);
}

.kb-section-header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-secondary);
  text-decoration: none;
  white-space: nowrap;
}

.kb-section-header__link:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.kb-section-header__link-icon {
  flex-shrink: 0;
}

.kb-section-block + .kb-section-block {
  margin-top: 2rem;
}

.kb-section-block__divider {
  margin: 2.5rem 0;
}

.kb-layout {
  display: grid;
  align-items: start;
  column-gap: var(--kb-column-gap);
  row-gap: var(--kb-column-gap);
  grid-template-columns: minmax(0, 1fr) var(--kb-sidebar-width);
}

.kb-layout--article {
  display: flex;
  flex-direction: column;
  gap: var(--kb-column-gap);
  width: 100%;
}

.kb-toc {
  min-width: 0;
}

.kb-toc__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--heading-color);
}

.kb-toc__list,
.kb-toc__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-toc__item + .kb-toc__item {
  margin-top: 0.5rem;
}

.kb-toc__sublist {
  margin-top: 0.5rem;
  padding-left: 0.85rem;
  border-left: 1px solid var(--color-product-border);
}

.kb-toc__sublist .kb-toc__item + .kb-toc__item {
  margin-top: 0.35rem;
}

.kb-toc__link {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-secondary);
  text-decoration: none;
}

.kb-toc__link:hover,
.kb-toc__link.is-active {
  color: var(--color-primary);
}

.kb-layout__aside {
  align-self: start;
  min-width: 0;
}

.kb-layout--article .kb-layout__main,
.kb-layout--article .kb-article {
  min-width: 0;
}

.kb-sidebar {
  display: grid;
  gap: 1.25rem;
}

.kb-grid {
  display: grid;
  gap: 1.25rem;
}

.kb-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.kb-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.125rem;
}

.kb-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kb-grid--category {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

@media (max-width: 1200px) {
  .kb-grid--category {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Blog cards ? branding/blog-post-grid.svg (product-card structure) */
.kb-grid > .kb-card {
  margin: 0;
  min-width: 0;
  border: 1px solid var(--color-light-green);
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  box-shadow:
    0 1px 2px rgba(6, 23, 56, 0.06),
    0 6px 18px rgba(6, 23, 56, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.kb-grid > .kb-card:hover {
  box-shadow:
    0 2px 6px rgba(6, 23, 56, 0.08),
    0 14px 36px rgba(6, 23, 56, 0.12);
}

.kb-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--color-text);
  text-decoration: none;
}

.kb-card__link:hover,
.kb-card__link:focus {
  color: var(--color-text);
  text-decoration: none;
}

.kb-card__media {
  position: relative;
  overflow: hidden;
}

.kb-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 500 / 340;
  object-fit: cover;
}

.kb-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  padding: 1.25rem 1.25rem 1.375rem;
}

.kb-card__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 35px;
  margin-bottom: 1rem;
}

.kb-card__category {
  margin: 0;
  min-width: 0;
}

.kb-card__category-pill {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  padding: 0.45rem 1rem;
  border: 1px solid var(--color-green-accent);
  border-radius: var(--radius-pill);
  background: var(--color-light-green);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kb-card__meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
  text-align: right;
}

.kb-card__meta-sep {
  color: #666666;
}

.kb-card__reading-time {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  line-height: 1;
  white-space: nowrap;
}

.kb-card__clock {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: block;
  color: #666666;
}

.kb-card__title {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
  text-transform: capitalize;
}

.kb-card__excerpt {
  margin: 0 0 1rem;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.kb-card__rule {
  border: 0;
  border-top: 1px solid var(--color-light-green);
  margin: auto 0 1rem;
}

.kb-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.kb-card__date {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
}

.kb-card__read-more {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-heading);
  font-size: var(--btn-size);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-secondary);
}

.kb-card__read-more-icon {
  flex-shrink: 0;
}

.kb-card--compact .kb-card__body {
  flex: 1;
  gap: 0.5rem;
  padding: 1rem 1.25rem 1.25rem;
}

.kb-card--compact .kb-card__title {
  margin: 0;
  font-size: var(--h6-size);
  font-weight: var(--heading-weight);
}

.kb-card__byline {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}

.kb-card__byline-sep {
  margin-inline: 0.35rem;
}

.kb-article__content {
  font-size: 18px;
  line-height: 1.67;
  color: #282828;
}

.kb-article__rule {
  border: 0;
  border-top: 1px solid var(--color-product-border);
  margin: 2rem 0;
}

.kb-post-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1.5rem 0;
}

.kb-post-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  max-width: min(45%, 20rem);
  color: var(--heading-color);
  text-decoration: none;
}

.kb-post-nav__link:hover {
  text-decoration: none;
}

.kb-post-nav__link:hover .kb-post-nav__title {
  color: var(--color-primary);
}

.kb-post-nav__link--next {
  margin-left: auto;
  text-align: right;
}

.kb-post-nav__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.kb-post-nav__link--next .kb-post-nav__text {
  align-items: flex-end;
}

.kb-post-nav__arrow {
  flex-shrink: 0;
  color: #b5b5b5;
  line-height: 0;
}

.kb-post-nav__label {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-green-accent);
}

.kb-post-nav__title {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.kb-comments {
  margin-top: 2.5rem;
}

.kb-comments__list-wrap {
  margin-bottom: 1.5rem;
}

.kb-comments__list-title {
  margin: 0 0 1.25rem;
  font-size: var(--h5-size);
}

.kb-comments__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kb-comment {
  padding: 0 0 1.25rem;
  margin: 0 0 1.25rem;
  border-bottom: 1px solid var(--color-product-border);
}

.kb-comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.kb-comment__meta {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.kb-comment__avatar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-circle);
  background: var(--color-light-green);
  color: var(--color-secondary);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.kb-comment__byline {
  min-width: 0;
}

.kb-comment__author-line {
  margin: 0 0 0.2rem;
}

.kb-comment__author-line strong {
  font-size: 1rem;
  color: #282828;
}

.kb-comment__date {
  display: block;
  font-size: 14px;
  color: #666666;
}

.kb-comment__body {
  padding-left: calc(48px + 0.75rem);
  color: #282828;
}

.kb-comments__panel {
  background: #F4F4F4;
  border-radius: var(--radius);
  padding: 1.5rem;
}

.kb-comments__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.kb-comments__heading {
  margin: 0;
  font-size: var(--h5-size);
}

.kb-comments__toggle {
  flex-shrink: 0;
  padding: 0.65rem 1.25rem;
}

.kb-comments__notice {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.kb-comments__notice--success {
  background: var(--color-light-green);
  color: var(--color-secondary);
}

.kb-comments__notice--error {
  background: #fff;
  border: 1px solid var(--color-sale-red);
  color: var(--color-sale-red);
}

.kb-comments__notice ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.kb-comments__form-wrap {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #E0E0E0;
}

.kb-comments__form-note {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: #666666;
}

.kb-comments__form {
  display: grid;
  gap: 1rem;
}

.kb-comments__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.kb-comments__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--heading-color);
}

.kb-comments__field input,
.kb-comments__field textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  background: var(--color-white);
  font: inherit;
  color: var(--color-text);
}

.kb-comments__field textarea {
  resize: vertical;
  min-height: 140px;
}

.kb-comments__field input:focus,
.kb-comments__field textarea:focus {
  outline: 2px solid var(--color-form-focus);
  outline-offset: 1px;
  border-color: var(--color-form-focus);
}

.kb-comments__submit {
  justify-self: start;
}

.kb-article-footer {
  margin-top: 2rem;
}

.kb-article-footer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--color-product-border);
  border-bottom: 1px solid var(--color-product-border);
}

.kb-article-footer__tags,
.kb-article-footer__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.kb-article-footer__share {
  margin-left: auto;
}

.kb-article-footer__label {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.kb-article-footer__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.kb-article-footer__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--color-faded);
  border-radius: var(--radius-pill);
  background: var(--color-light-green);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-charcoal);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kb-article-footer__tag:hover {
  border-color: var(--color-primary);
  background: #d4f0cc;
  color: var(--color-charcoal);
  text-decoration: none;
}

.kb-article-footer__share-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-article-footer__share-list > li {
  margin: 0;
}

.kb-article-footer__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius);
  color: var(--color-primary);
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.kb-article-footer__share-link .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.kb-article-footer__share-link:hover {
  background: var(--color-light-green);
  text-decoration: none;
}

button.kb-article-footer__share-link:hover {
  background: var(--color-light-green);
}

button.kb-article-footer__share-link {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.kb-article-author {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 1rem 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--color-product-border);
}

.kb-article-author__avatar {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: var(--radius-circle);
  object-fit: cover;
}

.kb-article-author__name {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-size: var(--h5-size);
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.kb-article-author__bio {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: #282828;
}

.kb-article-author__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.kb-article-author__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius);
  color: var(--color-primary);
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.kb-article-author__social-link .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.kb-article-author__social-link:hover {
  background: var(--color-light-green);
  text-decoration: none;
}

.kb-article-footer .kb-post-nav {
  padding-top: 1.75rem;
  padding-bottom: 0;
}

.kb-sidebar__widget {
  padding: 1.25rem 1.25rem;
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow:
    0 1px 2px rgba(6, 23, 56, 0.06),
    0 6px 18px rgba(6, 23, 56, 0.08);
}

.kb-sidebar__widget--newsletter {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.kb-sidebar__heading {
  margin: 0 0 1.25rem;
  font-family: var(--font-heading);
  font-size: var(--h5-size);
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.kb-sidebar__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.kb-sidebar__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.kb-sidebar__social-link:hover {
  color: var(--color-green-accent);
  opacity: 0.9;
}

.kb-sidebar__category-list,
.kb-sidebar__category-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-sidebar__category-list--nested {
  margin-top: 0.35rem;
  padding-left: 1rem;
}

.kb-sidebar__category-item + .kb-sidebar__category-item {
  margin-top: 0.35rem;
}

.kb-sidebar__category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.3rem 0;
  color: var(--color-secondary);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.kb-sidebar__category-link:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.kb-sidebar__category-link:hover .kb-sidebar__category-count {
  border-color: var(--color-terracotta);
}

.kb-sidebar__category-name {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.kb-sidebar__category-name::before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-circle);
  background: var(--color-green-accent);
}

.kb-sidebar__category-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.15rem 0.55rem;
  border: 1px solid var(--color-terracotta);
  border-radius: var(--radius-pill);
  background: var(--color-terracotta);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.kb-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.kb-sidebar__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--color-faded);
  border-radius: var(--radius-pill);
  background: var(--color-light-green);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-charcoal);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kb-sidebar__tag:hover {
  border-color: var(--color-primary);
  background: #d4f0cc;
  color: var(--color-charcoal);
  text-decoration: none;
}

.kb-sidebar__popular-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-sidebar__popular-item + .kb-sidebar__popular-item {
  margin-top: 0.35rem;
}

.kb-sidebar__popular-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-inline: -0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.kb-sidebar__popular-link:hover {
  background: var(--color-secondary);
  text-decoration: none;
}

.kb-sidebar__popular-link:hover .kb-sidebar__popular-title,
.kb-sidebar__popular-link:hover .kb-sidebar__popular-meta {
  color: var(--color-white);
}

.kb-sidebar__popular-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.kb-sidebar__popular-thumb {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--color-form-bg);
}

.kb-sidebar__popular-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kb-sidebar__popular-title {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--color-secondary);
}

.kb-sidebar__popular-meta {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #666666;
}

.kb-sidebar__popular-meta-sep {
  margin-inline: 0.35rem;
}

.kb-newsletter {
  padding: 1.75rem 1.75rem 1.5rem;
  border-radius: var(--radius);
  background: var(--color-light-green);
  box-shadow:
    0 1px 2px rgba(6, 23, 56, 0.06),
    0 6px 18px rgba(6, 23, 56, 0.08);
}

.kb-sidebar__widget--newsletter .kb-newsletter {
  background: var(--color-secondary);
  box-shadow:
    0 1px 2px rgba(6, 23, 56, 0.12),
    0 8px 24px rgba(6, 23, 56, 0.18);
}

.kb-newsletter__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.kb-sidebar__widget--newsletter .kb-newsletter__eyebrow-line {
  display: none;
}

.kb-newsletter__eyebrow-line {
  flex: 1;
  height: 1px;
  background: var(--color-product-border);
}

.kb-newsletter__eyebrow-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
  white-space: nowrap;
}

.kb-sidebar__widget--newsletter .kb-newsletter__eyebrow-text {
  color: var(--color-ochre);
}

.kb-newsletter__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-size: var(--h4-size);
  font-weight: 700;
  color: var(--heading-color);
}

.kb-sidebar__widget--newsletter .kb-newsletter__title {
  color: var(--color-white);
}

.kb-newsletter__intro {
  margin: 0 0 1.25rem;
  font-size: 14px;
  line-height: 1.5;
  color: #505645;
}

.kb-newsletter__notice {
  margin: 0 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: rgba(54, 151, 14, 0.12);
  color: #23451d;
  font-size: 14px;
}

.kb-newsletter__notice--error {
  background: rgba(170, 47, 47, 0.12);
  color: #7a2727;
}

.kb-sidebar__widget--newsletter .kb-newsletter__notice {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
}

.kb-sidebar__widget--newsletter .kb-newsletter__intro {
  color: rgba(255, 255, 255, 0.82);
}

.kb-newsletter__form {
  display: grid;
  gap: 0.75rem;
}

.kb-newsletter__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 16px;
  background: var(--color-white);
}

.kb-newsletter__input::placeholder {
  font-family: var(--font-body);
  font-size: 16px;
  color: #666;
}

.kb-newsletter__submit {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: var(--radius);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.blog-card {
  border: 1px solid var(--color-form-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.blog-card__body { padding: 1.25rem; }

.blog-card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
}

.article-body {
  max-width: 760px;
}

.article-body h2 { margin-top: 2rem; }

.article-meta {
  color: #555;
  margin-bottom: 1.5rem;
}

/* Home page ? hero (matches live home-slider + locally-grown badge) */
.hero {
  position: relative;
  min-height: 800px;
  overflow: visible;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--color-light-green);
  opacity: 0.4;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  align-items: center;
  min-height: 800px;
  padding: 100px 0;
}

.hero__copy {
  max-width: 100%;
}

.hero__headline {
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 8vw, 5.625rem);
  font-weight: 600;
  line-height: 1;
  color: #1D8007;
  margin: 0;
  text-transform: none;
}

.hero__headline-accent {
  color: #03262C;
}

.hero__tagline {
  display: inline-block;
  margin: 5px 8px 20px 0;
  padding: 5px 13px 10px 18px;
  background: #03262C;
  font-family: var(--font-heading);
  font-size: clamp(1.5625rem, 6vw, 4.9375rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--color-white);
}

.hero__text {
  margin: 10px 0 0;
  max-width: 42rem;
  font-size: clamp(0.875rem, 1.5vw, 1.375rem);
  font-weight: 500;
  line-height: 1.6;
  color: #03262C;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0.75rem;
}

.btn--hero-primary,
.btn--hero-secondary {
  border-radius: 40px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-width: 2px;
  border-style: solid;
}

.btn--hero-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.btn--hero-primary:hover {
  background: var(--color-white);
  border-color: var(--color-primary);
  color: var(--color-accent);
  text-decoration: none;
}

.btn--hero-secondary {
  background: #03262C;
  border-color: #03262C;
  color: var(--color-white);
}

.btn--hero-secondary:hover {
  background: var(--color-white);
  border-color: #03262C;
  color: #03262C;
  text-decoration: none;
}

.hero__badge {
  position: relative;
  min-height: 1px;
}

.hero__badge img {
  position: absolute;
  width: 81%;
  max-width: 250px;
  bottom: -100px;
  left: -48px;
}

@media (min-width: 1025px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .hero,
  .hero__inner {
    min-height: 500px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 70%) minmax(0, 30%);
    padding: 100px 0;
  }

  .hero__headline {
    font-size: 5.625rem;
  }

  .hero__tagline {
    font-size: 2.625rem;
  }

  .hero__text {
    font-size: 1rem;
  }

  .hero__badge img {
    max-width: 180px;
    bottom: -10px;
    left: -189px;
  }
}

@media (max-width: 767px) {
  .hero {
    background-position: center center;
    min-height: 450px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .hero__headline {
    font-size: 3.5rem;
  }

  .hero__tagline {
    font-size: 1.5625rem;
  }

  .hero__text {
    font-size: 0.875rem;
  }

  .btn--hero-primary,
  .btn--hero-secondary {
    font-size: 16px;
    padding: 15px 30px;
  }

  .hero__badge {
    display: none;
  }
}

/* Home page ? latest products band */
.home-products {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 14rem;
}

.home-products__title {
  text-align: center;
  margin-bottom: 1.25rem;
}

.home-products__intro {
  width: min(100%, 48rem);
  margin: 0 auto 0.5rem;
  text-align: center;
  line-height: 1.6;
}

.home-products__intro p:last-child {
  margin-bottom: 0;
}

/* Home page ? call to action band */
.home-cta {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/site/contact-bg.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.home-cta__overlay {
  position: absolute;
  inset: 0;
  background: var(--color-secondary);
  opacity: 0.93;
  pointer-events: none;
}

.home-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5rem 0;
}

.home-cta__title {
  max-width: 18ch;
  margin: 0 0 1.25rem;
  font-family: var(--font-heading);
  font-size: clamp(2.125rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--color-white);
  text-transform: none;
}

.home-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.home-cta__btn .icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
}

.home-cta__leaf {
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
  max-width: none;
  pointer-events: none;
}

.home-cta__leaf--left {
  left: max(0px, calc(50% - 880px));
  bottom: -8rem;
  width: min(357px, 24vw);
}

.home-cta__leaf--right {
  right: max(0px, calc(50% - 880px));
  top: -4rem;
  width: min(328px, 22vw);
}

@media (min-width: 1025px) {
  .home-cta {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .home-cta {
    min-height: 360px;
    margin-top: -3rem;
  }

  .home-cta__leaf--left {
    bottom: -3.5rem;
    width: 200px;
  }

  .home-cta__leaf--right {
    top: -5rem;
    width: 200px;
  }

  .home-products {
    padding-top: 0;
    padding-bottom: 8rem; /* 3rem visible + 3rem absorbed by home-cta margin-top: -3rem at tablet */
  }
}

@media (max-width: 767px) {
  .home-cta {
    min-height: 260px;
    margin-top: -2rem;
  }

  .home-cta__inner {
    padding: 3.5rem 0;
  }

  .home-cta__leaf {
    display: none;
  }

  .home-products {
    padding-top: 0;
    padding-bottom: 6rem; /* 3rem visible + 2rem absorbed by home-cta margin-top: -2rem at mobile */
  }
}

/* Home page ? category icon cards */
.home-icons {
  position: relative;
  z-index: 1;
  margin-top: 110px;
  padding-top: 4rem;
  background: var(--color-white);
}

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

.home-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 5.625rem 1.25rem;
  border: 2px solid #E9F8E6;
  background-color: var(--color-white);
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.home-icon-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #ABE4B2;
  border-radius: 50%;
  background: var(--color-light-green);
  color: var(--color-primary);
}

.home-icon-card__icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.home-icon-card__title {
  margin: 15px 0 0;
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  text-transform: none;
}

.home-icon-card:hover .home-icon-card__title,
.home-icon-card:focus-visible .home-icon-card__title {
  color: var(--color-white);
}

.home-icon-card:hover,
.home-icon-card:focus-visible {
  background-color: #03262C;
  background-image: url('../img/site/letus-leaf-latest.png');
  text-decoration: none;
}

.home-icon-card:hover .home-icon-card__icon,
.home-icon-card:focus-visible .home-icon-card__icon {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

@media (max-width: 1024px) {
  .home-icons {
    margin-top: 80px;
    padding: 0 10px;
  }

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

  .home-icon-card {
    padding: 4rem 1rem;
  }
}

@media (max-width: 767px) {
  .home-icons {
    margin-top: 48px;
    padding: 0;
  }

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

  .home-icon-card {
    padding: 3rem 1rem;
  }

  .home-icon-card__title {
    font-size: 1.5rem;
  }
}

/* Home page ? about band */
.home-about {
  position: relative;
  overflow: hidden;
  margin-top: 110px;
  padding: 11.25rem 0;
  background: url('../img/site/about-bg.jpg') center center / cover no-repeat;
}

.home-about__wrap {
  position: relative;
}

.home-about__label {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(6rem, 12vw, 12.5rem);
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
  color: var(--color-white);
  white-space: nowrap;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: left bottom;
  pointer-events: none;
}

.home-about__copy {
  padding-left: 3rem;
}

.home-about__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  min-height: 400px;
}

.home-about__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-secondary);
  text-transform: none;
}

.home-about__lead {
  margin: 0.625rem 0 0;
  font-weight: 600;
}

.home-about__text {
  margin: -0.625rem 0 0.625rem;
}

.home-about__highlight {
  display: grid;
  grid-template-columns: minmax(0, 20%) minmax(0, 80%);
  align-items: center;
  gap: 0;
  margin-top: 0.5rem;
}

.home-about__highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-top: 0.625rem;
  border-radius: 50%;
  background: var(--color-light-green);
  color: var(--color-primary);
}

.home-about__highlight-icon svg {
  width: 50px;
  height: 50px;
  fill: currentColor;
}

.home-about__highlight-title {
  margin: 0;
  padding-left: 1.5625rem;
  font-family: var(--font-heading);
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-secondary);
  text-transform: capitalize;
}

.home-about__highlight-accent {
  color: #1D8007;
}

.home-about__media {
  position: relative;
  min-height: 24rem;
}

.home-about__media img {
  position: absolute;
  top: -7.3125rem;
  left: -0.1875rem;
  width: min(771px, 110%);
  max-width: none;
}

@media (max-width: 1024px) {
  .home-about {
    margin-top: 80px;
    padding: 3.125rem 1.25rem;
  }

  .home-about__label {
    display: none;
  }

  .home-about__copy {
    padding-left: 0;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .home-about__media {
    min-height: 18rem;
  }

  .home-about__media img {
    position: relative;
    top: -14.4375rem;
    left: auto;
    width: min(260px, 70%);
    margin-inline: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .home-about {
    padding: 3.125rem 1.25rem;
  }

  .home-about__title {
    font-size: 1.875rem;
  }

  .home-about__highlight {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-about__highlight-icon {
    margin-inline: auto;
  }

  .home-about__highlight-title {
    padding-left: 0;
    margin-top: 0.625rem;
    font-size: 1.875rem;
    line-height: 1.3;
  }

  .home-about__media {
    display: none;
  }
}

/* Home page ? testimonials */
.home-testimonials {
  margin-top: 0;
  padding: 5rem 0;
}

.home-testimonials__header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.home-testimonials__title {
  margin: 0 0 0.3125rem;
}

.home-testimonials__intro {
  max-width: 48rem;
  margin: 0.3125rem auto 0;
  line-height: 1.6;
}

.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-testimonials__item {
  display: flex;
  min-height: 100%;
}

.home-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  padding: 1.875rem 1.875rem 5.5rem;
  background-image: linear-gradient(310deg, #50AE14 0%, #30910C 100%);
  overflow: hidden;
}

.home-testimonial-card__stars {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 1rem;
}

.home-testimonial-card__stars svg {
  width: 1rem;
  height: 1rem;
  fill: #fec42d;
}

.home-testimonial-card__quote {
  flex: 1 1 auto;
  margin: 0;
  text-align: right;
}

.home-testimonial-card__quote p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
}

.home-testimonial-card__footer {
  margin-top: 1.25rem;
  text-align: left;
}

.home-testimonial-card__author {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #03262C;
}

.home-testimonial-card__role {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}

.home-testimonial-card__mark {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  font-family: var(--font-heading);
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .home-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .home-testimonials {
    margin-top: 4rem;
  }

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

  .home-testimonial-card__author {
    font-size: 1.5rem;
  }
}

/* Home page ? grafted fruit trees promo band */
.home-promo {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  min-height: 700px;
  background-image: url('../img/site/discount-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-promo__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  min-height: 700px;
}

.home-promo__copy {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  padding: 3rem 0;
  padding-left: 3rem;
}

.home-promo__eyebrow {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #54B215;
}

.home-promo__title {
  margin: 0.625rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-white);
  text-transform: none;
}

.btn--promo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.875rem 1.75rem;
  border: 2px solid #54B215;
  border-radius: 40px;
  background: #54B215;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.btn--promo svg,
.btn--promo .icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
}

.btn--promo:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
}

.home-promo__media {
  position: relative;
  min-height: 24rem;
}

.home-promo__media img {
  position: absolute;
  right: -3.625rem;
  bottom: -8.8125rem;
  width: min(48.4375rem, 48vw);
  max-width: 48.4375rem;
  height: auto;
}

@media (min-width: 1025px) {
  .home-promo {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .home-promo {
    margin-top: 0;
    min-height: 500px;
  }

  .home-promo__grid {
    min-height: 500px;
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }

  .home-promo__media {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-promo {
    margin-top: 0;
  }

  .home-promo__copy {
    padding: 2.5rem 0;
    padding-left: 0;
  }
}

/* Home page ? knowledge base posts */
.home-kb {
  padding: 5.625rem 0 var(--section-pad);
}

.home-kb__title {
  margin: 0 0 2rem;
  font-family: var(--font-heading);
  font-size: var(--h2-size);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
}

.home-kb__title a {
  color: var(--heading-color);
  text-decoration: none;
}

.home-kb__title a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.home-kb__grid {
  align-items: stretch;
}

@media (max-width: 767px) {
  .home-kb {
    padding: 3.125rem 0.625rem var(--section-pad-mobile);
  }
}

@media (min-width: 900px) {
  .kb-layout--article {
    flex-direction: row;
    align-items: flex-start;
  }

  .kb-layout--article .kb-toc {
    flex: 2 1 0;
    min-width: 0;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
  }

  .kb-layout--article .kb-article {
    flex: 5 1 0;
    min-width: 0;
    padding-inline: 2rem;
  }

  .kb-layout--article .kb-layout__aside {
    flex: 2 1 0;
    min-width: 0;
  }
}

@media (max-width: 1200px) {
  .header-main__inner {
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .header-main__logo { order: 1; }
  .header-main__highlights {
    order: 2;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
  }

  .header-main__search {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }

  .header-highlight { max-width: 220px; }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .header-nav__toggle { display: inline-flex; }

  .header-nav__menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    background: var(--color-primary);
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .header-nav__menu.is-open { display: block; }

  .header-nav {
    position: relative;
  }

  .header-nav__inner {
    flex-wrap: wrap;
    min-height: 56px;
  }

  .header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .header-nav__item,
  .header-nav__item-row {
    width: 100%;
  }

  .header-nav__item-row {
    justify-content: space-between;
  }

  .header-nav__subtoggle {
    display: inline-flex;
  }

  .header-nav__mega {
    position: static;
    border-top: 0;
    box-shadow: none;
    background: transparent;
    padding: 0.25rem 0 0.5rem var(--header-nav-link-padding-x);
  }

  .header-nav__mega-inner {
    padding: 0;
  }

  .header-nav__mega-link {
    color: var(--color-light-green);
    font-size: 18px;
    font-family: var(--font-heading);
    opacity: 0.92;
  }

  .header-nav__mega-link--title {
    font-size: 18px;
    color: var(--color-light-green);
    opacity: 1;
  }

  .header-nav__mega-link--title .header-nav__mega-icon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .header-nav__mega-link:hover,
  .header-nav__mega-link--title:hover {
    color: var(--color-white);
    opacity: 1;
  }

  .header-nav__mega-grid {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .header-nav__mega-grid .header-nav__mega-link {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    min-height: 0;
    padding: 0.45rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    text-align: left;
  }

  .header-nav__mega-grid .header-nav__mega-link:hover,
  .header-nav__mega-grid .header-nav__mega-link:focus-visible {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--color-white);
  }

  .header-nav__mega-grid .header-nav__mega-icon {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .header-nav__mega-grid .header-nav__mega-link:hover .header-nav__mega-icon,
  .header-nav__mega-grid .header-nav__mega-link:focus-visible .header-nav__mega-icon {
    border-color: transparent;
    background: transparent;
  }

  .header-nav__mega--products {
    padding-left: 0;
  }

  .header-nav__mega-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .header-nav__mega-aside {
    padding: 0.85rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .header-nav__mega-aside-eyebrow,
  .header-nav__mega-aside-title,
  .header-nav__mega-aside-text {
    color: var(--color-light-green);
  }

  .header-nav__mega-aside-title {
    font-size: 20px;
  }

  .header-nav__mega-aside-text {
    font-size: 15px;
    opacity: 0.92;
  }

  .header-nav__mega-columns {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .header-nav__mega-col,
  .header-nav__mega-col--wide {
    grid-column: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .header-nav__mega-col-heading,
  .header-nav__mega-col-more {
    color: var(--color-light-green);
    font-size: 18px;
  }

  .header-nav__mega-col-heading:hover,
  .header-nav__mega-col-more:hover {
    color: var(--color-white);
  }

  .header-nav__mega-col-icon {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--color-light-green);
  }

  .header-nav__mega-sublist,
  .header-nav__mega-col--wide .header-nav__mega-sublist {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .header-nav__mega-sublist-link {
    color: var(--color-light-green);
    font-size: 17px;
    opacity: 0.92;
  }

  .header-nav__mega-sublist-link:hover,
  .header-nav__mega-sublist-link:focus-visible {
    color: var(--color-white);
    opacity: 1;
  }

  .header-nav__mega-sublist-icon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .header-nav__mega-col-card {
    min-height: 0;
    padding: 0.45rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: row;
    justify-content: flex-start;
    color: var(--color-light-green);
    font-size: 17px;
    text-align: left;
  }

  .header-nav__mega-col-card:hover,
  .header-nav__mega-col-card:focus-visible {
    background: transparent;
    color: var(--color-white);
  }

  .header-nav__mega-col-card-icon {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--color-light-green);
  }

  .header-nav__item--has-mega.is-open .header-nav__mega {
    display: block;
  }
}

@media (max-width: 900px) {
  body { font-size: var(--body-size-mobile); }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  .page-section { padding: var(--section-pad-mobile) 0; }
  .product-page__layout { grid-template-columns: 1fr; }
  .product-specs__grid { grid-template-columns: 1fr; }
  .product-review__body { padding-left: 0; }
  .product-reviews__field-row { grid-template-columns: 1fr; }
  .kb-layout { grid-template-columns: 1fr; }
  .kb-grid--2,
  .kb-grid--3,
  .kb-grid--4,
  .kb-grid--category { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kb-post-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .kb-post-nav__link {
    max-width: none;
  }

  .kb-post-nav__link--next {
    align-self: flex-end;
  }

  .kb-article-footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .kb-article-footer__share {
    margin-left: 0;
    width: 100%;
  }

  .kb-article-author {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .kb-article-author__avatar {
    width: 80px;
    height: 80px;
  }

  .kb-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .kb-section-header__link,
  .kb-section-heading-row .kb-section-header__link {
    align-self: flex-end;
  }

  .kb-section-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .kb-card__top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .kb-card__meta {
    justify-content: flex-start;
    text-align: left;
  }

  .kb-card__body {
    padding: 1rem 0.875rem 1.125rem;
  }

  .kb-card__category {
    width: 100%;
    max-width: 100%;
  }

  .kb-card__category-pill {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 0.2rem 0.5rem;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .kb-card__title {
    margin-bottom: 0.75rem;
    font-size: calc(var(--body-size-mobile) + 2px);
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .kb-card__excerpt {
    margin-bottom: 0.75rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .header-main__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "menu logo cart";
    align-items: center;
    gap: 0.75rem;
    min-height: 88px;
    padding: 0.75rem 0;
    border-bottom: 0;
  }

  .header-top {
    display: none;
  }

  .header-main {
    border-bottom: 1px solid #EDEDED;
  }

  .header-mobile__menu-open {
    display: inline-flex;
    grid-area: menu;
  }

  .header-main__logo {
    grid-area: logo;
    justify-self: center;
  }

  .header-main__logo img {
    max-height: 54px;
  }

  .header-mobile__cart {
    display: inline-flex;
    grid-area: cart;
    justify-self: end;
  }

  .header-main__search,
  .header-main__highlights {
    display: none;
  }

  .header-nav__inner {
    display: none;
  }

  .header-nav {
    background: var(--color-primary);
    min-height: 0;
  }

  .header-nav__quick,
  .header-mobile-search {
    display: block;
  }

  .header-nav__quick a {
    font-size: 16px;
  }

  .site-footer__main {
    margin-top: -60px;
    padding: 130px 0 50px;
  }

  .footer-newsletter-band {
    padding-bottom: 100px;
  }

  .footer-newsletter {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.5rem;
  }

  .footer-newsletter__form {
    grid-template-columns: 1fr;
  }

  .footer-newsletter__submit {
    width: 100%;
  }

  #main-content {
    padding-bottom: 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .site-footer__heading {
    font-size: 34px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__column:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .site-footer__main {
    padding: 130px 0 40px;
  }
}

/* Product card grid ? responsive + title must stay H6-sized inside cards */
@media (max-width: 1400px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .kb-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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

  .contact-page__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .product-grid .product-card h2.product-card__title {
    font-size: var(--h6-size);
  }

  .variety-guide__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .category-content__prose {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .kb-comments__field-row {
    grid-template-columns: 1fr;
  }

  .contact-form__field-row {
    grid-template-columns: 1fr;
  }

  .kb-comments__panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ============================================================
   Fern & Wild ? Granny-inspired chrome + home (homepage-8 / 5)
   ============================================================ */

.btn--primary,
.btn.btn--primary {
  background: var(--color-terracotta);
  border-color: var(--color-terracotta);
  color: var(--color-white);
  border-radius: var(--radius);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: var(--btn-size);
}

.btn--primary:hover,
.btn.btn--primary:hover {
  background: var(--color-ochre);
  border-color: var(--color-ochre);
  color: var(--color-white);
  text-decoration: none;
}

.site-header--half {
  background: var(--color-white);
  border-bottom: 1px solid rgba(43, 41, 39, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-half__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 2.5rem;
  min-height: 110px;
  padding: 0.85rem 0;
}

.site-header--half .container {
  width: min(100% - 2rem, var(--container-width));
  max-width: var(--container-width);
}

.header-half__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-half__list a {
  color: var(--color-charcoal);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 500;
}

.header-mobile__menu-open {
  display: none;
  grid-column: 1;
  justify-self: start;
  align-items: center;
  gap: 0.4rem;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--color-charcoal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  cursor: pointer;
}

.header-half__nav--left {
  grid-column: 1;
  justify-self: start;
  display: flex;
}

.header-half__logo {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
}

.header-half__logo-img,
.header-half__logo img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.header-half__right {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.header-half__nav {
  display: flex;
}

.header-half__list a:hover {
  color: var(--color-terracotta);
  text-decoration: none;
}

.header-half__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-half__search-toggle,
.header-half__cart {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--color-charcoal);
  cursor: pointer;
  padding: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-half__search-toggle:hover,
.header-half__cart:hover {
  color: var(--color-terracotta);
}

.header-search-panel {
  border-top: 1px solid rgba(43, 41, 39, 0.08);
  background: var(--color-beige);
  padding: 1rem 0;
}

.header-search-panel[hidden] { display: none !important; }

@media (max-width: 900px) {
  .header-half__nav--left,
  .header-half__nav--right {
    display: none;
  }

  .header-mobile__menu-open {
    display: inline-flex;
  }

  .header-half__right {
    justify-self: end;
  }

  .header-half__logo-img,
  .header-half__logo img {
    width: 72px;
    height: 72px;
  }
}

/* Home — design1 hero match (LEGACY BEM — superseded by .fw-hero-copy in fw-hero.css / home.php).
   Kept inert so old selectors do not fight the clean home markup. */
.fw-hero__overlay,
.fw-hero__inner,
.fw-hero__eyebrow,
.fw-hero__title,
.fw-hero__text,
.fw-hero__actions {
  /* unused on current home — see fw-hero.css */
}

.btn--hero-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 60px;
  box-sizing: border-box;
  background: #B36B53;
  color: #fff;
  border: 1px solid #B36B53;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn--hero-solid:hover {
  background: #C78342;
  border-color: #C78342;
  color: #fff;
  text-decoration: none;
}

.btn--hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 60px;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn--hero-outline:hover {
  background: #fff;
  color: #2A2925;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .fw-hero { min-height: 800px; }
  .fw-hero__eyebrow { font-size: 28px; padding-bottom: 28px; }
  .fw-hero__title { font-size: 72px; padding-bottom: 28px; }
  .fw-hero__text { font-size: 18px; padding-bottom: 28px; }
}

@media only screen and (max-width: 767px) {
  .fw-hero { min-height: 610px; }
  .fw-hero__eyebrow { font-size: 20px; padding-bottom: 20px; }
  .fw-hero__title { font-size: 48px; padding-bottom: 20px; }
  .fw-hero__text { font-size: 16px; padding-bottom: 20px; }
  .fw-hero__actions { gap: 12px; }
}

.fw-section {
  padding: var(--section-pad) 0;
}

.fw-section--beige {
  background: var(--color-beige);
}

.fw-section--cream {
  background: var(--color-cream);
}

.fw-section--white {
  background: var(--color-white);
}

.fw-heading {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.fw-heading__eyebrow {
  font-family: var(--font-display);
  color: var(--color-terracotta);
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}

.fw-heading__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  margin: 0 0 0.85rem;
  color: var(--color-charcoal);
}

.fw-heading__divider {
  width: 64px;
  height: 2px;
  background: var(--color-sage);
  margin: 0 auto 1rem;
}

.fw-heading__desc {
  margin: 0;
  color: var(--color-grey);
}

.fw-category-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.fw-category-card {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--color-white);
  text-decoration: none;
  background: var(--color-charcoal);
}

.fw-category-card:hover {
  text-decoration: none;
  color: var(--color-white);
}

.fw-category-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fw-category-card:hover .fw-category-card__bg {
  transform: scale(1.04);
}

.fw-category-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(43, 41, 39, 0.78) 100%);
}

.fw-category-card__copy {
  position: relative;
  z-index: 1;
  padding: 1.75rem;
}

.fw-category-card__label {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 0 0 0.35rem;
}

.fw-category-card__text {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
}

.fw-testimonial {
  position: relative;
  padding: var(--section-pad) 0;
  color: var(--color-white);
  background: var(--color-charcoal);
  overflow: hidden;
}

.fw-testimonial__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.fw-testimonial__inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 1.25rem;
}

.fw-testimonial__quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  line-height: 1.45;
  margin: 0 0 1.25rem;
}

.fw-testimonial__name {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: var(--color-beige);
}

.fw-cta-band {
  background: var(--color-sage);
  color: var(--color-white);
  padding: 3.5rem 0;
  text-align: center;
}

.fw-cta-band__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 0.75rem;
  color: var(--color-white);
}

.fw-cta-band__text {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
}

@media (max-width: 700px) {
  .fw-category-cards {
    grid-template-columns: 1fr;
  }
  .fw-section {
    padding: var(--section-pad-mobile) 0;
  }
}

.footer-newsletter-band {
  background: var(--color-charcoal);
  color: var(--color-beige);
}

.site-footer {
  background: var(--color-secondary);
}

.home-products__title,
.fw-heading__title,
.hero__headline {
  font-family: var(--font-display);
  font-weight: 400;
}

.fw-products-more { text-align: center; margin-top: 2rem; }


/* ============================================================
   Fern & Wild ? Granny footer-1 adaptation
   ============================================================ */

/* Hide / neutralize leftover FTG footer treatment when present */
.footer-newsletter-band { display: none !important; }
.site-footer { display: none !important; }

.fw-footer {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--color-charcoal);
}

.fw-footer a {
  color: var(--color-beige);
  text-decoration: none;
}

.fw-footer a:hover {
  color: var(--color-white);
  text-decoration: none;
}

.fw-footer__widgets {
  background: #222222;
  padding: 5rem 0 3rem;
}

.fw-footer__grid {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 1.1fr) 1fr;
  gap: 2rem;
  align-items: start;
  text-align: center;
}

.fw-footer__heading {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.2;
}

.fw-footer__heading--feature {
  font-size: 1.75rem;
  margin-bottom: 0.85rem;
}

.fw-footer__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.fw-footer__text--tight {
  margin-bottom: 0.15rem;
}

.fw-footer__text a {
  color: inherit;
}

.fw-footer__text a:hover {
  color: var(--color-beige);
}

.fw-footer__styled-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-ochre);
}

.fw-footer__styled-link:hover {
  color: var(--color-white);
}

.fw-footer__col--feature {
  position: relative;
  z-index: 2;
}

.fw-footer__feature {
  background: #141414;
  border-radius: 3px;
  padding: 1.75rem 1.5rem 2rem;
  margin-top: -4.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.fw-footer__feature-rule {
  width: 48px;
  height: 2px;
  margin: 0 auto 1.25rem;
  background: var(--color-ochre);
}

.fw-footer__hours {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  text-align: left;
}

.fw-footer__hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.fw-footer__hours li span {
  color: var(--color-beige);
  white-space: nowrap;
}

.fw-footer__feature-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  border: 2px solid var(--color-terracotta);
  color: var(--color-white);
  box-sizing: border-box;
}

.fw-footer__feature-btn:hover {
  background: var(--color-terracotta);
  color: var(--color-white);
  text-decoration: none;
}

.fw-footer__social {
  background: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.75rem 0;
}

.fw-footer__social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
}

.fw-footer__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  justify-content: flex-end;
}

.fw-footer__quick a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.fw-footer__quick a:hover {
  color: var(--color-ochre);
}

.fw-footer__newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) auto;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1c1c1c;
}

.fw-footer__newsletter-name,
.fw-footer__newsletter-email {
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--color-white);
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.fw-footer__newsletter-name {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.fw-footer__newsletter-name::placeholder,
.fw-footer__newsletter-email::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.fw-footer__newsletter-form button {
  appearance: none;
  border: 0;
  min-width: 52px;
  background: var(--color-terracotta);
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fw-footer__newsletter-form button:hover {
  background: var(--color-ochre);
}

.fw-footer__newsletter-notice {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  color: var(--color-beige);
}

.fw-footer__newsletter-notice--error {
  color: #f0b4a8;
}

.fw-footer__copyright {
  background: #1a1a1a;
  padding: 1.25rem 0;
  text-align: center;
}

.fw-footer__copyright p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.fw-footer__copyright a {
  color: var(--color-ochre);
}

.fw-footer__copyright a:hover {
  color: var(--color-white);
}

@media (max-width: 900px) {
  .fw-footer__widgets {
    padding-top: 3.5rem;
  }

  .fw-footer__grid {
    grid-template-columns: 1fr;
  }

  .fw-footer__feature {
    margin-top: 0;
    order: -1;
  }

  .fw-footer__col--feature {
    order: -1;
  }

  .fw-footer__social-grid {
    grid-template-columns: 1fr;
  }

  .fw-footer__quick {
    justify-content: center;
  }

  .fw-footer__newsletter-form {
    grid-template-columns: 1fr;
  }

  .fw-footer__newsletter-name {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
