:root {
  --yc-color-brand: #4e713f;
  --yc-color-accent: #789762;
  --yc-color-background: #fbfbf8;
  --yc-color-surface: #fff;
  --yc-color-text: #293129;
  --yc-color-ink: #293129;
  --yc-color-muted: #747d72;
  --yc-color-subtle: #f1f5ed;
  --yc-color-border: #dfe7da;
  --gv-green: #4e713f;
  --gv-green-dark: #263a27;
  --gv-green-soft: #eef4e9;
  --gv-sage: #789762;
  --gv-cream: #fbfbf8;
  --gv-line: #dfe7da;
  --gv-muted: #747d72;
  --gv-shell: 90rem;
  color: var(--gv-green-dark);
  background: var(--gv-cream);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--gv-green-dark);
  background: var(--gv-cream);
}

body,
button,
input,
select,
textarea {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.gv-brand,
.yc-brand,
.yc-page-heading h1,
.yc-product__details h1,
.yc-product-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

a {
  color: inherit;
}

.gv-shell,
.yc-shell {
  width: min(calc(100% - 72px), var(--gv-shell));
  margin-inline: auto;
}

.gv-utility {
  min-height: 32px;
  border-bottom: 1px solid #edf0ea;
  color: #778074;
  background: #fff;
  font-size: 12px;
}

.gv-utility .gv-shell,
.gv-utility__primary,
.gv-utility nav {
  display: flex;
  align-items: center;
}

.gv-utility .gv-shell {
  min-height: 32px;
  justify-content: space-between;
}

.gv-utility__primary,
.gv-utility nav {
  gap: 24px;
}

.gv-utility strong {
  display: inline-flex;
  align-items: center;
  color: var(--gv-green);
}

.gv-utility a {
  text-decoration: none;
}

.gv-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #e8ede4;
  background: rgb(255 255 255 / 96%);
}

.gv-masthead {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.gv-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #34452f;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.gv-brand span:last-child {
  display: grid;
  gap: 5px;
}

.gv-brand small {
  color: #929a8e;
  font:
    8px/1 Arial,
    sans-serif;
  letter-spacing: 0.25em;
}

.gv-nav {
  display: flex;
  min-width: 0;
  gap: 28px;
  align-items: center;
  justify-content: center;
}

.gv-nav a {
  position: relative;
  color: #465145;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.gv-nav a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gv-green);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.gv-nav a:hover::after,
.gv-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.gv-tools {
  display: flex;
  gap: 14px;
  align-items: center;
}

.gv-tools a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gv-green);
  border-radius: 6px;
  padding: 0 16px;
  color: var(--gv-green);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.gv-tools a:first-child {
  color: #fff;
  background: var(--gv-green);
}

.gv-tools a:last-child {
  border-color: transparent;
  color: #687165;
}

.gv-mobile-menu {
  display: none;
}

.gv-hero {
  position: relative;
  isolation: isolate;
  min-height: 370px;
  overflow: hidden;
  border-bottom: 1px solid #e8ede4;
  background: #e1eadb;
}

.gv-hero > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 54%;
}

.gv-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    #fbfcf8 0%,
    rgb(251 252 248 / 97%) 36%,
    rgb(251 252 248 / 70%) 53%,
    rgb(251 252 248 / 8%) 78%
  );
}

.gv-hero .gv-shell {
  display: flex;
  min-height: 370px;
  align-items: center;
}

.gv-hero__copy {
  max-width: 660px;
  padding-block: 30px 50px;
}

.gv-kicker,
.yc-eyebrow {
  margin: 0;
  color: #537348;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gv-hero h1 {
  max-width: 630px;
  margin: 16px 0 14px;
  color: #293129;
  font-size: clamp(40px, 3.2vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.gv-hero__lead {
  max-width: 610px;
  margin: 0;
  color: #697267;
  font-size: 16px;
  line-height: 1.55;
}

.gv-hero__benefits {
  display: flex;
  gap: 27px;
  margin: 25px 0;
}

.gv-hero__benefits span {
  display: grid;
  gap: 2px;
  color: #4b5948;
  font-size: 12px;
  font-weight: 700;
}

.gv-hero__benefits small {
  color: #8a9387;
  font-weight: 400;
}

.gv-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.gv-button,
.yc-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gv-green);
  border-radius: 6px;
  padding: 0 20px;
  color: #fff;
  background: var(--gv-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gv-text-link,
.yc-text-link {
  color: var(--gv-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gv-category-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: -29px;
}

.gv-category-rail a {
  display: flex;
  min-height: 76px;
  gap: 13px;
  align-items: center;
  border: 1px solid #e2e8de;
  border-radius: 8px;
  padding: 12px 16px;
  color: #4a5548;
  background: #fff;
  box-shadow: 0 7px 22px rgb(68 91 57 / 8%);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.gv-category-rail a:hover {
  box-shadow: 0 14px 26px rgb(68 91 57 / 16%);
  transform: translateY(-4px);
}

.gv-category-rail__media {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 6px;
  background: var(--gv-green-soft);
}

.gv-category-rail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gv-category-rail a > span:last-child {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
}

.gv-category-rail small {
  color: #949c91;
  font-size: 10px;
  font-weight: 400;
}

.gv-home-section {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
  border-bottom: 1px solid #e6ebe2;
  padding-block: 46px;
}

.gv-section-intro h2 {
  margin: 0 0 10px;
  color: #354034;
  font-size: 30px;
  line-height: 1.05;
}

.gv-section-intro p {
  margin: 0 0 18px;
  color: #818a7f;
  font-size: 13px;
  line-height: 1.5;
}

.gv-months {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e0e7dc;
  border-radius: 9px;
  background: #fff;
}

.gv-months span {
  display: grid;
  min-height: 72px;
  place-content: center;
  border-right: 1px solid #e6ebe2;
  color: #7d867a;
  text-align: center;
}

.gv-months span:last-child {
  border-right: 0;
}

.gv-months span.is-active {
  color: #4c6d40;
  background: #f1f6ed;
}

.gv-months b {
  font-size: 11px;
}

.gv-months small {
  margin-top: 7px;
  font-size: 8px;
}

.gv-legend {
  display: flex;
  gap: 26px;
  margin-top: 12px;
  color: #8f978c;
  font-size: 11px;
}

.gv-legend span::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  content: "";
  background: var(--gv-sage);
}

.gv-legend span:last-child::before {
  background: #d9c8a6;
}

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

.gv-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e8dc;
  border-radius: 9px;
  background: #fff;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.gv-product-card:hover {
  box-shadow: 0 14px 27px rgb(68 91 57 / 13%);
  transform: translateY(-4px);
}

.gv-product-card__media {
  display: grid;
  height: 150px;
  place-items: center;
  overflow: hidden;
  color: #769268;
  background: #e5ecdf;
  text-decoration: none;
}

.gv-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.gv-product-card:hover img {
  transform: scale(1.045);
}

.gv-product-card__body {
  display: grid;
  gap: 5px;
  padding: 13px;
}

.gv-product-card__body > small {
  color: #82907d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gv-product-card h3 {
  min-height: 38px;
  margin: 3px 0 0;
  color: #3d493b;
  font-size: 17px;
  line-height: 1.1;
}

.gv-product-card h3 a {
  text-decoration: none;
}

.gv-product-card__meta {
  color: #8a9287;
  font-size: 10px;
}

.gv-product-card__action {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  border: 1px solid #91a784;
  border-radius: 999px;
  padding: 0 10px;
  color: #55734b;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.gv-process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.gv-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 11px;
  align-items: start;
}

.gv-step > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 7px;
  color: #55734b;
  background: #eef4e9;
  font-size: 11px;
  font-weight: 800;
}

.gv-step h3 {
  margin: 0 0 6px;
  color: #4a5548;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.gv-step p {
  margin: 0;
  color: #929a8f;
  font-size: 10px;
  line-height: 1.45;
}

.gv-cta {
  display: grid;
  min-height: 106px;
  grid-template-columns: 170px 1fr auto;
  gap: 28px;
  align-items: center;
  margin-block: 20px;
  border: 1px solid #d9e3d3;
  border-radius: 9px;
  padding: 15px 28px;
  background: #f3f7ef;
}

.gv-cta__art {
  height: 66px;
  overflow: hidden;
  border-radius: 6px;
  background: #dfe8d8;
}

.gv-cta__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
}

.gv-cta h2 {
  margin: 0 0 7px;
  font-size: 25px;
}

.gv-cta p {
  margin: 0;
  color: #7a8478;
  font-size: 13px;
}

.gv-footer {
  border-top: 1px solid #e3e9df;
  color: #697365;
  background: #fff;
}

.gv-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 42px;
  padding-block: 44px 30px;
}

.gv-footer__brand p {
  max-width: 260px;
  margin: 19px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.gv-footer nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.gv-footer h2 {
  margin: 0 0 7px;
  color: #465245;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
}

.gv-footer nav a {
  font-size: 11px;
  text-decoration: none;
}

.gv-footer__legal {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5eae1;
  padding-block: 14px;
  color: #929a8e;
  font-size: 10px;
}

[data-yc-motion="reveal"] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 600ms ease,
    transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-yc-motion="reveal"].is-visible {
  opacity: 1;
  transform: none;
}

/* Shared route presentation */
.yc-announcement {
  color: #fff;
  background: var(--gv-green);
}

.yc-header-context {
  border-bottom: 1px solid #edf0ea;
  color: #7f887c;
  background: #fff;
}

.yc-header {
  border-bottom: 1px solid var(--gv-line);
  background: #fff;
}

.yc-header__inner {
  min-height: 76px;
}

.yc-brand {
  color: #34452f;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.yc-primary-nav a,
.yc-utilities a {
  color: #4e594c;
  font-size: 12px;
  text-decoration: none;
}

.yc-header-search input {
  border-color: var(--gv-line);
  border-radius: 999px;
  background: #fbfcf9;
}

.yc-utility-registration {
  border: 1px solid var(--gv-green);
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--gv-green) !important;
}

.yc-price-access-notice {
  color: #fff;
  background: #5b754f;
}

.yc-section {
  padding-block: 54px;
}

.yc-page-heading h1 {
  margin: 8px 0 24px;
  color: var(--gv-green-dark);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.yc-breadcrumbs,
.yc-muted,
.yc-results-summary {
  color: #849080;
  font-size: 12px;
}

.yc-listing {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
}

.yc-filters,
.yc-sort,
.yc-summary,
.yc-account-auth form,
.yc-checkout-form > section {
  border: 1px solid var(--gv-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

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

.yc-product-card {
  overflow: hidden;
  border: 1px solid var(--gv-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.yc-product-card:hover {
  box-shadow: 0 16px 30px rgb(68 91 57 / 13%);
  transform: translateY(-4px);
}

.yc-product-card__media {
  background: #edf2e9;
}

.yc-product-card__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.yc-product-card__body {
  padding: 17px;
}

.yc-product-card__body h3 {
  color: #3d493b;
  font-size: 22px;
}

.yc-badge {
  border-radius: 999px;
  color: #fff;
  background: var(--gv-sage);
}

.yc-product {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 70px;
}

.yc-product-gallery__main,
.yc-product-gallery__thumbnails button {
  overflow: hidden;
  border: 1px solid var(--gv-line);
  border-radius: 12px;
  background: #edf2e9;
}

.yc-product__details h1 {
  margin-block: 12px;
  color: var(--gv-green-dark);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.yc-product__botanical {
  color: #82907d;
  font-style: italic;
}

.yc-product-facts {
  border-block: 1px solid var(--gv-line);
}

.yc-product-price-access,
.yc-product-support {
  border: 1px solid #d7e3d1;
  border-radius: 10px;
  background: var(--gv-green-soft);
}

.yc-product-support {
  color: #fff;
  background: var(--gv-green-dark);
}

.yc-cart-layout,
.yc-checkout-layout {
  gap: 38px;
}

.yc-checkout-shell {
  background: #f5f7f2;
}

.yc-checkout-steps li.is-current,
.yc-checkout-steps li.is-complete {
  border-color: var(--gv-green);
  color: var(--gv-green);
}

.yc-footer {
  border-top: 1px solid var(--gv-line);
  color: #687266;
  background: #fff;
}

.yc-footer h2 {
  color: #40513b;
}

.yc-footer__legal {
  border-top-color: var(--gv-line);
}

@media (max-width: 1180px) {
  .gv-shell,
  .yc-shell {
    width: min(calc(100% - 40px), 74rem);
  }

  .gv-masthead {
    gap: 18px;
  }

  .gv-nav {
    gap: 16px;
  }

  .gv-tools a:last-child {
    display: none;
  }

  .gv-category-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .gv-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gv-product-grid .gv-product-card:nth-child(n + 7) {
    display: none;
  }

  .gv-process-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .gv-utility nav,
  .gv-utility__primary > span,
  .gv-nav,
  .gv-tools a:last-child {
    display: none;
  }

  .gv-masthead {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .gv-tools a:first-child {
    min-height: 38px;
    padding-inline: 12px;
  }

  .gv-mobile-menu {
    position: relative;
    display: block;
    grid-column: 3;
    grid-row: 1;
  }

  .gv-mobile-menu summary {
    min-width: 44px;
    list-style: none;
    cursor: pointer;
    color: var(--gv-green);
    font-size: 22px;
    text-align: center;
  }

  .gv-mobile-menu nav {
    position: absolute;
    top: 42px;
    right: 0;
    display: grid;
    width: min(320px, calc(100vw - 40px));
    border: 1px solid var(--gv-line);
    border-radius: 8px;
    padding: 12px 18px;
    background: #fff;
    box-shadow: 0 18px 34px rgb(52 76 43 / 16%);
  }

  .gv-mobile-menu a {
    border-bottom: 1px solid var(--gv-line);
    padding: 12px 0;
    text-decoration: none;
  }

  .gv-hero,
  .gv-hero .gv-shell {
    min-height: 540px;
  }

  .gv-hero::after {
    background: linear-gradient(90deg, rgb(251 252 248 / 98%), rgb(251 252 248 / 70%));
  }

  .gv-hero__copy {
    max-width: 610px;
  }

  .gv-home-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gv-months {
    grid-template-columns: repeat(6, 1fr);
  }

  .gv-process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .gv-cta {
    grid-template-columns: 110px 1fr;
  }

  .gv-cta .gv-button {
    grid-column: 1 / -1;
  }

  .gv-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gv-footer__brand {
    grid-column: 1 / -1;
  }

  .yc-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 560px) {
  .gv-shell,
  .yc-shell {
    width: calc(100% - 28px);
  }

  .gv-utility {
    min-height: 34px;
  }

  .gv-masthead {
    min-height: 66px;
    gap: 8px;
  }

  .gv-brand {
    font-size: 14px;
  }

  .gv-tools a:first-child {
    min-height: 34px;
    padding-inline: 9px;
    font-size: 10px;
  }

  .gv-hero,
  .gv-hero .gv-shell {
    min-height: 600px;
  }

  .gv-hero > img {
    object-position: 61% center;
  }

  .gv-hero::after {
    background: linear-gradient(90deg, rgb(251 252 248 / 96%), rgb(251 252 248 / 61%));
  }

  .gv-hero__copy {
    align-self: flex-start;
    padding-top: 48px;
  }

  .gv-hero h1 {
    font-size: 43px;
  }

  .gv-hero__lead {
    font-size: 14px;
  }

  .gv-hero__benefits {
    display: grid;
    gap: 10px;
  }

  .gv-actions {
    flex-wrap: wrap;
    gap: 14px;
  }

  .gv-category-rail {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: -34px;
  }

  .gv-category-rail a {
    min-height: 68px;
    padding: 9px;
  }

  .gv-category-rail__media {
    width: 29px;
    height: 29px;
  }

  .gv-home-section {
    padding-block: 38px;
  }

  .gv-months {
    grid-template-columns: repeat(4, 1fr);
  }

  .gv-months span:nth-child(n + 9) {
    display: none;
  }

  .gv-product-grid,
  .yc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .gv-product-card__media {
    height: 115px;
  }

  .gv-product-card__body {
    padding: 10px;
  }

  .gv-product-card h3 {
    font-size: 15px;
  }

  .gv-process-list {
    grid-template-columns: 1fr;
  }

  .gv-cta {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .gv-cta__art {
    height: 48px;
  }

  .gv-cta .gv-button {
    grid-column: auto;
  }

  .gv-footer__grid {
    gap: 28px 18px;
  }

  .gv-footer__legal {
    gap: 7px;
    flex-direction: column;
  }

  .yc-page-heading h1,
  .yc-product__details h1 {
    font-size: 42px;
  }

  .yc-product-card__body {
    padding: 11px;
  }

  .yc-product-card__body h3 {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-yc-motion="reveal"] {
    opacity: 1;
    transform: none;
  }
}
