:root {
  color-scheme: light;
  --canopy: #183a2f;
  --leaf: #4f8a5f;
  --fern: #dcebd3;
  --mint: #eef7e9;
  --sky: #d8edf0;
  --sun: #efbd57;
  --berry: #6f3d72;
  --clay: #b76542;
  --ink: #17211c;
  --muted: #5f6a61;
  --paper: #fbfaf5;
  --white: #ffffff;
  --line: rgba(23, 33, 28, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

body,
button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
li,
blockquote,
dt,
dd {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 max(20px, calc((100% - 1160px) / 2));
  color: var(--white);
  background: rgba(24, 58, 47, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.02rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.nav-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 720;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.home-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(18, 42, 34, 0.9), rgba(18, 42, 34, 0.58), rgba(18, 42, 34, 0.18)), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero-copy {
  padding: 84px 0 74px;
}

.hero-copy h1,
.page-intro h1,
.product-summary h1,
.contact-page h1,
.article-header h1,
.policy-page h1 {
  max-width: 820px;
  font-size: 3.7rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 690px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.button,
.newsletter-form button,
.contact-form button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button-primary,
.newsletter-form button,
.contact-form button {
  color: #1c2118;
  background: var(--sun);
}

.hero-copy .button {
  margin-top: 32px;
}

.featured-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 260px));
  gap: 12px;
  margin-top: 42px;
}

.featured-link {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

.featured-link em,
.status-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #271a0a;
  background: var(--sun);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

.plants-band,
.details-band,
.gallery-band,
.blog-band,
.reviews-band {
  padding: 76px 0;
}

.plants-band,
.gallery-band,
.details-band {
  background: var(--mint);
}

.reviews-band,
.blog-band {
  background: var(--paper);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  gap: 36px;
  align-items: start;
}

.kicker {
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 2.05rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.plant-grid,
.review-grid,
.post-grid,
.gallery-grid,
.product-thumbs {
  display: grid;
  gap: 18px;
}

.plant-grid,
.review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plant-story,
.review-card,
.post-card,
.content-section,
.detail-row,
.contact-facts > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.plant-story,
.review-card,
.content-section,
.detail-row,
.contact-facts > div {
  padding: 24px;
}

.plant-story h3,
.post-card h2,
.detail-row dt,
.content-section h2 {
  font-size: 1.18rem;
  line-height: 1.25;
}

.plant-story p,
.review-card blockquote,
.post-card p,
.detail-row dd,
.content-section p,
.section-lede,
.product-summary p,
.policy-body p,
.article-body p {
  color: var(--muted);
}

.plant-story p,
.post-card p,
.content-section p,
.detail-row dd {
  margin-top: 12px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--canopy);
  font-weight: 850;
  text-decoration-color: rgba(24, 58, 47, 0.35);
  text-underline-offset: 4px;
}

.section-lede {
  max-width: 780px;
  margin: 12px 0 26px;
}

.review-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card figcaption {
  margin-top: 18px;
  color: var(--canopy);
  font-weight: 850;
}

.page-intro,
.product-page,
.contact-page,
.article-header,
.policy-page {
  padding: 76px 0 54px;
  background: var(--white);
}

.intro-narrow {
  max-width: 860px;
}

.page-intro p,
.article-header p {
  max-width: 860px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.media-intro h1 {
  margin-bottom: 30px;
}

.wide-image,
.article-image {
  width: 100%;
  max-height: 440px;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-image,
.post-image,
.gallery-thumb {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-image {
  aspect-ratio: 1 / 1;
}

.post-image {
  aspect-ratio: 16 / 10;
  border-radius: 8px 8px 0 0;
}

.gallery-thumb {
  aspect-ratio: 1 / 1;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
  gap: 44px;
  align-items: start;
}

.product-main-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.product-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: 20px;
}

.price-line span,
.price-line strong {
  color: var(--canopy);
  font-size: 1.85rem;
}

.price-line em {
  color: var(--muted);
  font-style: normal;
}

.status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.content-stack {
  display: grid;
  gap: 18px;
  padding-bottom: 76px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 38px;
}

.contact-facts {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-facts span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-facts strong {
  display: block;
  margin-top: 4px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mint);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--canopy);
  font-weight: 780;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
}

textarea {
  resize: vertical;
}

.post-card {
  overflow: hidden;
}

.post-card time {
  display: block;
  margin: 18px 18px 8px;
  color: var(--clay);
  font-size: 0.85rem;
  font-weight: 800;
}

.post-card h2,
.post-card p,
.post-card .text-link {
  margin-left: 18px;
  margin-right: 18px;
}

.post-card .text-link {
  margin-bottom: 20px;
}

.post-card h2 a {
  text-decoration: none;
}

.article-body,
.policy-body {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 76px;
}

.article-body h2,
.policy-body h2 {
  margin-top: 30px;
  font-size: 1.35rem;
}

.article-body p,
.policy-body p {
  margin-top: 14px;
}

.newsletter-band {
  padding: 54px 0;
  color: var(--white);
  background: var(--berry);
}

.newsletter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 30px;
  align-items: center;
}

.newsletter-layout p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.8);
  background: #101814;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.45fr) minmax(220px, 0.45fr);
  gap: 36px;
  padding: 42px 0;
}

.footer-grid strong {
  color: var(--white);
}

.footer-grid p,
.footer-grid li {
  margin-top: 10px;
}

.footer-grid ul {
  padding-left: 18px;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px max(20px, calc((100% - 1160px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 960px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px 20px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-copy h1,
  .page-intro h1,
  .product-summary h1,
  .contact-page h1,
  .article-header h1,
  .policy-page h1 {
    font-size: 2.65rem;
  }

  .split-heading,
  .product-layout,
  .contact-grid,
  .newsletter-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .post-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .section-inner,
  .article-body,
  .policy-body {
    width: min(100% - 28px, 1160px);
  }

  .home-hero {
    min-height: 590px;
  }

  .hero-copy,
  .plants-band,
  .details-band,
  .gallery-band,
  .blog-band,
  .reviews-band,
  .page-intro,
  .product-page,
  .contact-page,
  .article-header,
  .policy-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-copy h1,
  .page-intro h1,
  .product-summary h1,
  .contact-page h1,
  .article-header h1,
  .policy-page h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .featured-strip,
  .plant-grid,
  .review-grid,
  .post-grid,
  .gallery-grid,
  .detail-list,
  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .product-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
  }
}