:root {
  --color-primary: #174a36;
  --color-secondary: #3d7654;
  --color-accent: #d9822b;
  --color-accent-hover: #b96518;
  --color-background: #faf8f2;
  --color-background-alt: #eaf0e9;
  --color-surface: #ffffff;
  --color-text: #1d2923;
  --color-text-muted: #66736c;
  --color-border: #d9e1da;
  --color-red-vein: #a7473f;
  --color-green-vein: #438052;
  --color-white-vein: #d8d5cc;
  --color-gold-vein: #c99a38;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--color-background);
  color: var(--color-text);
  font-family: "Manrope", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.announcement {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px clamp(18px, 5vw, 76px);
  background: var(--color-primary);
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 0 clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--color-border);
  background: color-mix(in srgb, var(--color-background) 94%, white);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-primary);
  font-family: "Lora", Georgia, serif;
  font-size: 1.72rem;
  font-weight: 700;
}

.brand-leaf {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50% 50% 50% 8px;
  background: var(--color-secondary);
  color: white;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  transform: rotate(-18deg);
}

.brand-leaf + span {
  transform: translateX(-2px);
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.3vw, 34px);
  color: var(--color-text);
  font-size: 0.86rem;
  font-weight: 800;
}

nav a:hover,
.arrow-link:hover,
.site-footer a:hover {
  color: var(--color-accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.86rem;
  font-weight: 800;
}

.cart-button,
.button,
.newsletter button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 900;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.cart-button,
.button.primary,
.product-button,
.newsletter button {
  background: var(--color-accent);
  color: white;
}

.cart-button {
  min-height: 44px;
  padding: 0 18px;
}

.cart-button:hover,
.button.primary:hover,
.product-button:hover,
.newsletter button:hover {
  background: var(--color-accent-hover);
  transform: translateY(-1px);
}

.button {
  padding: 0 24px;
}

.button.secondary {
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
}

.button.secondary:hover {
  background: var(--color-background-alt);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: 640px;
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 28%, rgba(61, 118, 84, 0.18), transparent 30%),
    linear-gradient(90deg, var(--color-background) 0%, #fffdf7 52%, var(--color-background-alt) 100%);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--color-primary);
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 710px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 5.55rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 900;
}

.hero-copy p {
  max-width: 620px;
  color: var(--color-text);
  font-size: 1.04rem;
  line-height: 1.75;
}

.hero-actions,
.faq-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 34px;
}

.hero-values span {
  min-height: 72px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-values span::before {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border: 1px solid var(--color-primary);
  border-radius: 50% 50% 50% 8px;
  content: "";
}

.hero-art {
  align-self: stretch;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--color-border);
}

.service-bar article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
  min-height: 118px;
  padding: 24px clamp(18px, 3vw, 42px);
  background: var(--color-background-alt);
}

.line-icon {
  display: grid;
  grid-row: span 2;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-bar strong {
  color: var(--color-primary);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.service-bar p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.84rem;
}

.section {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 76px);
}

.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-top p,
.section-heading p {
  color: var(--color-text-muted);
  line-height: 1.7;
}

.centered {
  max-width: 740px;
  margin: 0 auto 28px;
  text-align: center;
}

.arrow-link {
  color: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 900;
}

.arrow-link::after,
.category-grid em::after,
.quality-card a::after,
.article-grid a::after {
  content: " ->";
}

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

.product-card,
.category-grid a,
blockquote,
.article-grid article,
details,
.quality-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
}

.product-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(23, 74, 54, 0.08);
}

.badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.badge.red {
  background: var(--color-red-vein);
}

.badge.green {
  background: var(--color-green-vein);
}

.badge.white {
  background: #817d70;
}

.badge.gold {
  background: var(--color-gold-vein);
}

.product-image {
  height: 210px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-background);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.red-product img {
  object-position: 72% 50%;
}

.green-product img {
  object-position: 62% 44%;
}

.white-product img {
  filter: saturate(0.62) brightness(1.08);
  object-position: 82% 50%;
}

.gold-product img {
  filter: sepia(0.28) saturate(1.1);
  object-position: 46% 58%;
}

.product-meta,
.product-card p {
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.rating {
  color: var(--color-accent);
  font-size: 0.9rem;
  font-weight: 900;
}

.rating span {
  color: var(--color-text-muted);
}

.price {
  color: var(--color-primary);
  font-size: 1.24rem;
}

.product-button {
  width: 100%;
  min-height: 44px;
  margin-top: 4px;
  text-transform: uppercase;
}

.micro-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
  padding: 16px 0 0;
  border-top: 1px solid var(--color-border);
}

.micro-bar span {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.category-section {
  padding-top: 22px;
}

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

.category-grid a {
  display: grid;
  min-height: 156px;
  place-items: center;
  padding: 24px 14px;
  text-align: center;
}

.category-grid span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  place-items: center;
  border: 1px solid var(--color-secondary);
  border-radius: 16px;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 900;
}

.category-grid strong {
  color: var(--color-primary);
  font-family: "Lora", Georgia, serif;
  font-size: 1.12rem;
}

.category-grid em {
  color: var(--color-text);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1fr) minmax(230px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 7vw, 88px) clamp(18px, 5vw, 76px);
  background: var(--color-background-alt);
}

.leaf-image {
  min-height: 420px;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}

.leaf-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.why-copy p,
.standard-cta p,
.reviews-section .section-heading p,
.learn-section .section-top p,
.faq-section .section-heading p,
.newsletter p,
.site-footer p {
  color: var(--color-text-muted);
  line-height: 1.7;
}

.why-copy ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.why-copy li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.why-copy li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-primary);
  content: "";
}

.quality-card {
  padding: 30px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(23, 74, 54, 0.08);
}

.quality-mark {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-background-alt);
  color: var(--color-primary);
  font-weight: 900;
}

.qr-demo {
  width: 86px;
  height: 86px;
  margin: 18px auto;
  background:
    linear-gradient(90deg, var(--color-primary) 10px, transparent 10px) 0 0 / 20px 20px,
    linear-gradient(var(--color-primary) 10px, transparent 10px) 0 0 / 20px 20px,
    var(--color-background);
  border: 8px solid white;
  outline: 1px solid var(--color-border);
}

.quality-card a {
  color: var(--color-primary);
  font-size: 0.88rem;
  font-weight: 900;
}

.standard-cta {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 76px);
  background: var(--color-primary);
  color: white;
  text-align: center;
}

.standard-cta h2,
.standard-cta .eyebrow {
  color: white;
}

.standard-cta h2 {
  max-width: 820px;
  margin: 0 auto 16px;
}

.standard-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: color-mix(in srgb, white 78%, transparent);
}

.standard-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.standard-items span {
  padding: 9px 14px;
  border: 1px solid color-mix(in srgb, white 25%, transparent);
  border-radius: 999px;
  font-weight: 800;
}

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

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

blockquote {
  margin: 0;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(23, 74, 54, 0.07);
}

blockquote p {
  color: var(--color-text);
  font-size: 0.98rem;
  line-height: 1.65;
}

cite {
  display: grid;
  color: var(--color-primary);
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
}

cite span {
  color: var(--color-secondary);
  font-size: 0.8rem;
}

.learn-section {
  background: var(--color-background-alt);
}

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

.article-grid article {
  overflow: hidden;
}

.article-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.article-grid article:nth-child(2) img {
  object-position: 38% center;
}

.article-grid article:nth-child(3) img {
  filter: saturate(0.55) brightness(1.08);
  object-position: 88% center;
}

.article-grid span,
.article-grid h3,
.article-grid p,
.article-grid a {
  margin-right: 20px;
  margin-left: 20px;
}

.article-grid span {
  display: inline-flex;
  margin-top: 18px;
  padding: 4px 8px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-grid p {
  color: var(--color-text-muted);
  line-height: 1.62;
}

.article-grid a {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--color-primary);
  font-weight: 900;
}

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

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--color-primary);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.faq-cta {
  justify-content: center;
  margin-top: 26px;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 0.85fr) minmax(260px, 0.55fr);
  gap: 28px;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 76px);
  background: var(--color-primary);
  color: white;
}

.newsletter .eyebrow,
.newsletter h2 {
  color: white;
}

.newsletter p {
  margin-bottom: 0;
  color: color-mix(in srgb, white 78%, transparent);
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 52px;
}

.newsletter input {
  min-width: 0;
  border: 0;
  border-radius: 6px 0 0 6px;
  padding: 0 18px;
  font: inherit;
}

.newsletter button {
  border-radius: 0 6px 6px 0;
  padding: 0 22px;
  text-transform: uppercase;
}

.newsletter-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  gap: 34px;
  padding: 38px clamp(18px, 5vw, 76px) 24px;
  background: #0f3b2b;
  color: white;
}

.footer-brand {
  color: white;
  font-size: 1.46rem;
}

.footer-brand .brand-leaf {
  background: color-mix(in srgb, white 16%, var(--color-secondary));
}

.footer-brand-col p {
  max-width: 320px;
  color: color-mix(in srgb, white 74%, transparent);
}

.footer-brand-col a {
  color: white;
  font-weight: 800;
}

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

.footer-links div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links h3 {
  color: white;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.footer-links a {
  color: color-mix(in srgb, white 76%, transparent);
  font-size: 0.86rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, white 16%, transparent);
  color: color-mix(in srgb, white 70%, transparent);
  font-size: 0.82rem;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .hero,
  .why-section,
  .newsletter,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-values,
  .service-bar,
  .product-grid,
  .category-grid,
  .review-grid,
  .article-grid,
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quality-card {
    max-width: 420px;
  }
}

@media (max-width: 720px) {
  .announcement,
  .section-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .announcement {
    display: grid;
  }

  .site-header {
    gap: 14px;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand {
    font-size: 1.38rem;
  }

  .header-actions {
    justify-content: stretch;
    grid-column: 1 / -1;
  }

  .header-actions a:not(.cart-button) {
    display: none;
  }

  .cart-button {
    width: 100%;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 3.5rem);
  }

  .hero-actions,
  .faq-cta {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-values,
  .service-bar,
  .product-grid,
  .category-grid,
  .micro-bar,
  .review-grid,
  .article-grid,
  .faq-list,
  .newsletter-benefits,
  .footer-links {
    grid-template-columns: 1fr;
  }

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

  .newsletter form {
    grid-template-columns: 1fr;
  }

  .newsletter input,
  .newsletter button {
    min-height: 50px;
    border-radius: 6px;
  }
}

/* Reference-matched first section */
.announcement {
  min-height: 38px;
  padding: 0 clamp(22px, 5vw, 90px);
  align-items: center;
  background: linear-gradient(90deg, #073f2b, #0f5a39);
  color: white;
  font-size: 0.88rem;
}

.announcement-left,
.announcement-right {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.announcement-left img {
  width: 24px;
  height: 24px;
}

.announcement-right span + span {
  padding-left: 24px;
  border-left: 1px solid color-mix(in srgb, white 38%, transparent);
}

.site-header {
  min-height: 72px;
  padding: 0 clamp(22px, 5vw, 88px);
  background: #fffdf8;
}

.brand img {
  width: clamp(154px, 14vw, 220px);
  height: auto;
}

.site-header nav {
  gap: clamp(22px, 3vw, 46px);
}

.nav-menu {
  position: relative;
}

.nav-menu button,
.icon-button {
  border: 0;
  background: transparent;
  color: #10211a;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.nav-menu button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}

.nav-menu button img {
  width: 12px;
  height: 12px;
}

.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 30;
  display: none;
  min-width: 190px;
  padding: 10px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 46px rgba(23, 74, 54, 0.14);
}

.dropdown.is-open {
  display: grid;
}

.dropdown a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 800;
}

.dropdown a:hover {
  background: var(--color-background-alt);
  color: var(--color-primary);
}

.header-actions {
  gap: 18px;
}

.icon-button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
}

.icon-button img {
  width: 29px;
  height: 29px;
}

.cart-button {
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  font-size: 1rem;
}

.cart-button img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 0;
  min-height: clamp(420px, calc(100svh - 244px), 560px);
  padding: 0;
  background: #fbf8f0;
}

.hero-copy {
  padding: clamp(28px, 4.6vw, 58px) clamp(18px, 2vw, 34px) clamp(28px, 4.6vw, 56px) clamp(26px, 4vw, 76px);
}

.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #06402d;
  font-size: clamp(3rem, 4.55vw, 5rem);
  line-height: 1.05;
}

.hero-copy p {
  max-width: 640px;
  color: #1f2f29;
  font-size: clamp(0.98rem, 1.1vw, 1.16rem);
  line-height: 1.6;
}

.hero-actions {
  margin-top: 24px;
  gap: 16px;
}

.hero-actions .button {
  min-width: 188px;
  min-height: 52px;
  border-radius: 8px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions .secondary {
  background: #fffdf8;
}

.hero-art {
  min-height: clamp(420px, calc(100svh - 244px), 560px);
  border-radius: 0;
}

.hero-art img {
  object-fit: contain;
  object-position: center;
}

.service-bar {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #eef4ed;
  border-top: 1px solid var(--color-border);
}

.service-bar article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  justify-items: center;
  align-content: center;
  min-height: 136px;
  padding: 18px 16px;
  border-right: 1px solid var(--color-border);
  background: #f1f5ef;
  text-align: center;
}

.service-bar article:last-child {
  border-right: 0;
}

.service-bar img {
  width: 38px;
  height: 38px;
}

.service-bar strong {
  color: #073f2b;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.service-bar p {
  max-width: 170px;
  color: #313f39;
  font-size: 0.86rem;
  line-height: 1.55;
}

.products-section {
  padding-top: clamp(32px, 4.2vw, 58px);
  padding-bottom: clamp(30px, 4vw, 54px);
  background: #fffdf8;
}

.products-section .section-top {
  align-items: center;
  max-width: 1680px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
}

.products-section .section-top > div {
  flex: 1;
  text-align: center;
}

.products-section .section-top h2,
.category-section h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3vw, 3.05rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.products-section .section-top p,
.category-section .section-heading p {
  color: var(--color-text);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 600;
}

.products-section .arrow-link {
  flex: 0 0 auto;
  transform: translateY(-18px);
}

.product-grid {
  max-width: 1680px;
  margin: 0 auto;
  gap: clamp(18px, 1.8vw, 26px);
}

.product-card {
  gap: 9px;
  padding: clamp(18px, 1.4vw, 26px);
  border-color: #e1ddd2;
  box-shadow: none;
}

.product-image {
  height: clamp(210px, 19vw, 320px);
  background: #fbf8f0;
}

.product-image img {
  object-fit: cover;
}

.red-product img,
.green-product img,
.white-product img,
.gold-product img {
  object-position: center;
  filter: none;
}

.badge {
  top: clamp(18px, 1.4vw, 26px);
  left: clamp(18px, 1.4vw, 26px);
  padding: 9px 17px;
  font-size: 0.84rem;
}

.product-card h3 {
  margin-top: 8px;
  color: var(--color-primary);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.15rem, 1.5vw, 1.52rem);
}

.product-meta {
  color: var(--color-primary);
  font-size: 1rem;
}

.rating {
  font-size: 1.06rem;
}

.price {
  font-size: 1.38rem;
}

.product-button {
  min-height: 52px;
  gap: 10px;
  border-radius: 7px;
  font-size: 0.94rem;
}

.product-button::before {
  width: 20px;
  height: 20px;
  background: currentColor;
  content: "";
  mask: url("/assets/cart.svg") center / contain no-repeat;
}

.micro-bar {
  max-width: 1580px;
  margin: 34px auto 0;
  padding: 0 0 0;
  border-top: 0;
}

.micro-bar div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 18px;
  align-items: center;
  padding: 0 clamp(18px, 3vw, 56px);
  border-right: 1px solid var(--color-border);
}

.micro-bar div:last-child {
  border-right: 0;
}

.micro-bar img {
  grid-row: span 2;
  width: 42px;
  height: 42px;
}

.micro-bar strong {
  color: var(--color-primary);
  font-size: 0.98rem;
}

.micro-bar span {
  text-align: left;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.42;
}

.category-section {
  padding-top: 30px;
  border-top: 1px solid var(--color-border);
  background: #fffdf8;
}

.category-section .centered {
  margin-bottom: 20px;
}

.category-grid {
  max-width: 1640px;
  margin: 0 auto;
  gap: clamp(18px, 1.6vw, 24px);
}

.category-grid a {
  min-height: 210px;
  padding: 28px 16px;
  border-color: #e1ddd2;
  box-shadow: none;
}

.category-grid img {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}

.category-grid strong {
  font-size: clamp(1.18rem, 1.45vw, 1.52rem);
}

.category-grid em {
  margin-top: 10px;
  color: var(--color-primary);
  font-size: 0.96rem;
}

.quality-experience-section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 6vw, 96px) clamp(18px, 5vw, 76px) clamp(44px, 5.2vw, 76px);
  background:
    radial-gradient(circle at 82% 12%, rgba(61, 118, 84, 0.11), transparent 28%),
    linear-gradient(180deg, #f7faf4 0%, #fffaf2 72%, #fff8ee 100%);
}

.quality-overview {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.92fr) minmax(300px, 0.95fr) minmax(360px, 1.08fr) minmax(220px, 0.56fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
  max-width: 1640px;
  margin: 0 auto;
}

.quality-leaves {
  align-self: stretch;
  min-height: 460px;
  pointer-events: none;
}

.quality-leaves img {
  width: min(43vw, 610px);
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: translateX(calc(clamp(18px, 5vw, 76px) * -1));
}

.quality-experience-section .eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #0d5a36;
  font-size: 0.92rem;
  letter-spacing: 0.2em;
}

.quality-experience-section .eyebrow::after {
  width: 54px;
  height: 1px;
  background: currentColor;
  content: "";
}

.why-copy h2 {
  max-width: 570px;
  margin-bottom: 24px;
  color: #06402d;
  font-size: clamp(2.4rem, 3.25vw, 4.1rem);
  line-height: 1.18;
}

.why-copy p:not(.eyebrow) {
  max-width: 560px;
  color: #1d2923;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.78;
}

.quality-button {
  gap: 16px;
  min-height: 56px;
  margin-top: 22px;
  padding: 0 32px;
  background: linear-gradient(180deg, #dc8b2c, #d27405);
  box-shadow: 0 14px 28px rgba(210, 116, 5, 0.18);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.quality-list {
  display: grid;
}

.quality-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #d8dfd2;
}

.quality-list article:last-child {
  border-bottom: 0;
}

.quality-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #d8e2d2;
  border-radius: 999px;
  background: #e9efe4;
}

.quality-icon img {
  width: 32px;
  height: 32px;
}

.quality-list h3 {
  margin-bottom: 7px;
  color: #06402d;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.18rem, 1.32vw, 1.55rem);
  line-height: 1.2;
}

.quality-list p {
  margin: 0;
  color: #26332d;
  font-size: clamp(0.93rem, 0.94vw, 1.02rem);
  line-height: 1.55;
}

.quality-experience-section .quality-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 394px;
  padding: 32px 24px;
  border: 1px solid #c8d9c4;
  border-radius: 14px;
  background: rgba(244, 249, 241, 0.78);
  box-shadow: none;
}

.quality-card .qr-leaf {
  width: 54px;
  height: 42px;
  margin-bottom: 16px;
}

.quality-card h3 {
  margin-bottom: 18px;
  color: #06402d;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.quality-card p {
  max-width: 180px;
  margin-bottom: 18px;
  color: #26332d;
  font-size: 0.94rem;
  line-height: 1.55;
}

.quality-card .lab-qr {
  width: 118px;
  height: 118px;
  margin-bottom: 18px;
  border-radius: 3px;
}

.quality-card a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #0a5a35;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.quality-experience-section .reviews-section {
  position: relative;
  max-width: 1420px;
  margin: clamp(58px, 7vw, 96px) auto 0;
  padding: 0 64px 0;
  background: transparent;
}

.reviews-section .section-heading {
  margin-bottom: 34px;
}

.reviews-eyebrow {
  margin-bottom: 14px;
}

.reviews-eyebrow::before {
  width: 34px;
  height: 18px;
  background: url("/assets/section3/ethical-sourcing.svg") center / contain no-repeat;
  content: "";
}

.reviews-section .section-heading h2 {
  margin-bottom: 10px;
  color: #06402d;
  font-size: clamp(2rem, 2.7vw, 3.3rem);
  line-height: 1.08;
}

.reviews-section .section-heading p:not(.eyebrow) {
  color: #26332d;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
}

.quality-experience-section .review-grid {
  max-width: none;
  gap: 24px;
}

.quality-experience-section blockquote {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 28px;
  border: 1px solid #e3d8c7;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 48px rgba(23, 74, 54, 0.06);
}

.quality-experience-section blockquote .rating {
  margin-bottom: 14px;
  color: #dc7900;
  font-size: 1.12rem;
  letter-spacing: 0.08em;
}

.quality-experience-section blockquote p {
  margin-bottom: 22px;
  color: #25332d;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.72;
}

.quality-experience-section cite {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-items: center;
  color: #06402d;
}

.review-avatar {
  display: grid;
  grid-row: span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #14633d, #06402d);
  color: white;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.quality-experience-section cite strong {
  font-size: 0.98rem;
}

.quality-experience-section cite small {
  position: relative;
  padding-left: 18px;
  color: #26332d;
  font-size: 0.86rem;
  font-weight: 600;
}

.quality-experience-section cite small::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: grid;
  width: 12px;
  height: 12px;
  place-items: center;
  border-radius: 999px;
  background: #147044;
  color: white;
  content: "✓";
  font-size: 8px;
  line-height: 1;
}

.review-arrow {
  position: absolute;
  top: 58%;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f7148, #0d5635);
  color: white;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1;
}

.review-prev {
  left: 0;
}

.review-next {
  right: 0;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.review-dots span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #d8d3c5;
}

.review-dots .is-active {
  background: #0f663c;
}

@media (max-width: 1440px) and (min-width: 861px) {
  .announcement {
    min-height: 34px;
    font-size: 0.8rem;
  }

  .site-header {
    min-height: 64px;
  }

  .brand img {
    width: 176px;
  }

  .site-header nav {
    gap: 20px;
    font-size: 0.82rem;
  }

  .icon-button {
    width: 34px;
    height: 34px;
  }

  .icon-button img {
    width: 24px;
    height: 24px;
  }

  .cart-button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(460px, 1.02fr);
    min-height: clamp(392px, calc(100svh - 210px), 520px);
  }

  .hero-copy {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hero-copy h1 {
    max-width: 640px;
    margin-bottom: 14px;
    font-size: clamp(2.75rem, 4.1vw, 3.95rem);
  }

  .hero-copy p {
    max-width: 540px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-actions .button {
    min-width: 178px;
    min-height: 50px;
    font-size: 0.82rem;
  }

  .hero-art {
    min-height: clamp(392px, calc(100svh - 210px), 520px);
  }

  .service-bar article {
    min-height: 116px;
    padding: 14px 10px;
  }

  .service-bar img {
    width: 32px;
    height: 32px;
  }

  .service-bar p {
    max-width: 150px;
    font-size: 0.78rem;
  }

  .products-section {
    padding-right: 56px;
    padding-left: 56px;
  }

  .product-image {
    height: 230px;
  }

  .product-card {
    padding: 18px;
  }

  .category-grid a {
    min-height: 178px;
  }
}

.panel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(6, 64, 45, 0.35);
}

.store-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  display: grid;
  align-content: start;
  gap: 16px;
  width: min(420px, 92vw);
  height: 100dvh;
  padding: 28px;
  background: white;
  box-shadow: -24px 0 60px rgba(23, 74, 54, 0.18);
}

.store-panel[hidden],
.panel-backdrop[hidden] {
  display: none;
}

.panel-close {
  justify-self: end;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  cursor: pointer;
  font-weight: 900;
}

.store-panel h2 {
  font-size: 2rem;
}

.store-panel input {
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font: inherit;
}

.panel-note {
  color: var(--color-text-muted);
  line-height: 1.6;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-right: clamp(22px, 5vw, 88px);
  }

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

@media (max-width: 860px) {
  .announcement-right,
  .site-header nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 88px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .service-bar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1320px) {
  .quality-overview {
    grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr) minmax(210px, 0.68fr);
  }

  .quality-leaves {
    position: absolute;
    inset: 0 auto auto 0;
    width: 34vw;
    min-height: 420px;
    opacity: 0.28;
  }

  .quality-leaves img {
    width: 100%;
  }

  .why-copy {
    grid-column: 1;
  }
}

@media (max-width: 1040px) {
  .quality-overview {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .quality-leaves {
    width: 52vw;
    opacity: 0.2;
  }

  .why-copy,
  .quality-list,
  .quality-experience-section .quality-card {
    position: relative;
  }

  .quality-list article {
    gap: 18px;
  }

  .quality-experience-section .quality-card {
    min-height: 0;
  }

  .quality-experience-section .reviews-section {
    padding: 0;
  }

  .review-arrow {
    display: none;
  }

  .quality-experience-section .review-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .quality-experience-section {
    padding-top: 48px;
  }

  .quality-leaves {
    width: 74vw;
    min-height: 300px;
  }

  .quality-experience-section .eyebrow {
    gap: 10px;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  .quality-experience-section .eyebrow::after {
    width: 34px;
  }

  .why-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .quality-button {
    width: 100%;
    padding: 0 18px;
  }

  .quality-list article {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .quality-icon {
    width: 54px;
    height: 54px;
  }

  .quality-experience-section blockquote {
    padding: 22px;
  }
}
