:root {
  --ink: #17311e;
  --muted: #5d6b61;
  --paper: #fbfaf1;
  --cream: #f4f2df;
  --white: #ffffff;
  --green: #22c839;
  --green-deep: #10521b;
  --green-dark: #062f11;
  --green-soft: #e4f8e6;
  --sage: #dbead4;
  --burgundy: #8f1636;
  --line: rgba(16, 82, 27, 0.18);
  --shadow: 0 24px 55px rgba(6, 47, 17, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

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

.top-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: var(--green-dark);
  color: white;
  font-size: 0.9rem;
  font-weight: 800;
}

.top-actions a {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(251, 250, 241, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--green-deep);
  font-size: clamp(1.34rem, 2.25vw, 1.95rem);
  font-weight: 800;
}

.brand-logo-wrap {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  padding: 0;
  overflow: visible;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.brand-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(14px, 2.6vw, 34px);
  font-weight: 800;
}

.nav a {
  position: relative;
}

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

.nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: 8px;
  background: var(--green-deep);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(16, 82, 27, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  background: var(--green-dark);
  box-shadow: 0 16px 28px rgba(16, 82, 27, 0.26);
  transform: translateY(-2px);
}

.button-light {
  background: white;
  color: var(--green-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 0;
  align-items: stretch;
  min-height: clamp(560px, 72vh, 760px);
  padding: 0;
  background: var(--green);
  color: var(--green-dark);
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 72vh, 760px);
  border-radius: 0;
  box-shadow: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 72vh, 760px);
  object-fit: cover;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: clamp(28px, 4vw, 62px);
  background: var(--white);
  box-shadow: -18px 0 42px rgba(6, 47, 17, 0.12);
}

.hero-logo-wrap {
  width: clamp(230px, 26vw, 410px);
  height: clamp(230px, 26vw, 410px);
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--green-dark);
}

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

h1,
h2 {
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: clamp(2.45rem, 3.9vw, 4.45rem);
}

h2 {
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: clamp(2.35rem, 5vw, 5.3rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.hero-lede {
  max-width: 600px;
  margin-bottom: 22px;
  color: rgba(6, 47, 17, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.products,
.choice,
.faq,
.insights {
  padding: clamp(62px, 9vw, 118px) clamp(18px, 6vw, 86px);
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading.centered {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 1.08rem;
}

.product-slider {
  display: grid;
  grid-auto-columns: calc((100% - 36px) / 3);
  grid-auto-flow: column;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--green) var(--green-soft);
}

.product-slider,
.article-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar,
.article-slider::-webkit-scrollbar {
  display: none;
}

.product-card-slide {
  display: grid;
  gap: 20px;
  align-content: space-between;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(6, 47, 17, 0.06);
  scroll-snap-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card-slide:hover {
  box-shadow: 0 18px 36px rgba(6, 47, 17, 0.12);
  transform: translateY(-3px);
}

.product-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--burgundy);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.product-card-slide p,
.choice-grid p,
.about-copy p,
.faq-list p,
.service-copy p,
.footer p {
  color: var(--muted);
}

.product-card-slide a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-weight: 800;
  white-space: nowrap;
}

.reviews-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(56px, 8vw, 92px) clamp(18px, 6vw, 86px);
  background: var(--green-dark);
  color: white;
}

.reviews-band h2,
.reviews-band .eyebrow {
  color: white;
}

.reviews-band p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.rating-card {
  padding: 28px;
  border-radius: 8px;
  background: var(--green);
  color: var(--green-dark);
  box-shadow: var(--shadow);
}

.rating-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.rating-card span {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
}

.rating-card a {
  font-weight: 800;
  text-decoration: underline;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(62px, 9vw, 118px) clamp(18px, 6vw, 86px);
  background: var(--cream);
}

.about-copy {
  max-width: 680px;
}

.about-copy h2 {
  color: var(--burgundy);
}

.about-image {
  overflow: hidden;
  border: 4px solid var(--green);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.about-image img {
  width: 100%;
}

.choice {
  background: var(--paper);
}

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

.choice-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.choice-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-weight: 800;
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.faq-list summary {
  position: relative;
  min-height: 74px;
  padding: 24px 36px 20px 0;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 25px;
  right: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: white;
  content: "+";
  font-weight: 800;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 760px;
  margin-bottom: 24px;
}

.insights {
  background: var(--cream);
}

.article-slider {
  display: grid;
  grid-auto-columns: calc((100% - 36px) / 3);
  grid-auto-flow: column;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--green) var(--green-soft);
}

.slider-shell {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 52px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(16, 82, 27, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-deep);
  cursor: pointer;
  font: inherit;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(6, 47, 17, 0.18);
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.slider-arrow:hover {
  background: white;
  box-shadow: 0 18px 34px rgba(6, 47, 17, 0.24);
  transform: translateY(-50%) scale(1.05);
}

.slider-arrow-left {
  left: 0;
}

.slider-arrow-right {
  right: 0;
}

.article-slide {
  min-height: 460px;
  padding: 24px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(6, 47, 17, 0.06);
  scroll-snap-align: center;
}

.article-slide img {
  width: 100%;
  height: 140px;
  margin-bottom: 14px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--green-soft);
}

.article-copy {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.article-copy p {
  max-width: 900px;
  margin: 0;
}

.article-slide > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--burgundy);
  font-size: 0.86rem;
  font-weight: 800;
}

.article-slide h3 {
  margin-bottom: 12px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.service {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(62px, 9vw, 118px) clamp(18px, 6vw, 86px);
  background: var(--green);
}

.service h2,
.service .eyebrow {
  color: var(--green-dark);
}

.service-copy p {
  color: rgba(6, 47, 17, 0.78);
  font-weight: 700;
}

.service-actions {
  display: grid;
  gap: 14px;
}

.service-actions a {
  display: grid;
  gap: 4px;
  padding: 22px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 30px rgba(6, 47, 17, 0.1);
}

.service-actions strong {
  color: var(--green-deep);
  font-size: 1.1rem;
}

.service-actions span {
  color: var(--muted);
  font-weight: 700;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 40px;
  padding: 42px clamp(18px, 6vw, 86px);
  background: var(--green-dark);
  color: white;
}

.footer .brand {
  color: white;
}

.footer p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 14px 34px;
  font-weight: 800;
}

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

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav {
    display: none;
  }

  .nav.is-open {
    position: fixed;
    top: 136px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }

  .nav.is-open a {
    padding: 18px;
  }

  .hero,
  .about,
  .reviews-band,
  .service {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
    box-shadow: none;
  }

  .hero-media,
  .hero-media img {
    min-height: 390px;
  }

  .hero-logo-wrap {
    width: clamp(150px, 28vw, 240px);
    height: clamp(150px, 28vw, 240px);
  }

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

}

@media (max-width: 720px) {
  .top-actions {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .site-header {
    padding: 10px 16px;
  }

  .brand span {
    max-width: 210px;
  }

  .brand-logo-wrap {
    width: 60px;
    height: 60px;
  }

  .hero {
    min-height: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 280px;
  }

  h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .hero-copy {
    padding: 30px 18px 38px;
  }

  .hero-logo-wrap {
    width: clamp(132px, 42vw, 190px);
    height: clamp(132px, 42vw, 190px);
  }

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

  .choice-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .slider-shell {
    padding: 0 44px;
  }

  .product-slider,
  .article-slider {
    grid-auto-columns: 100%;
  }

  .slider-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.35rem;
  }

  .footer nav {
    grid-template-columns: 1fr;
  }
}
