: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 {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

main {
  flex: 0 0 auto;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

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

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: 108px;
  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: 12px;
  min-height: 64px;
  font-size: 1.02rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-text {
  display: block;
  line-height: 1;
}

.brand-name {
  display: block;
  color: #f7f9df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow:
    0 1px 0 rgba(4, 19, 12, 0.86),
    0 0 18px rgba(240, 191, 75, 0.26);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-toggle,
.nav-toggle-button {
  display: none;
}

.nav-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 9px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.82rem, 0.78vw, 0.92rem);
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
}

.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;
}

.page-intro 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;
  --canopy: #183a2f;
  --leaf: #4f8a5f;
  --fern: #dcebd3;
  --sky: #d8edf0;
  --sun: #efbd57;
  --berry: #6f3d72;
  --clay: #b76542;
  --ink: #17211c;
  --muted: #5f6a61;
  --paper: #fbfaf5;
  --white: #ffffff;
  --line: rgba(23, 33, 28, 0.14);
}

.button-primary,
.newsletter-form button,
.contact-form button {
  color: #1c2118;
  background: var(--sun);
}

.status-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 2px solid rgba(240, 191, 75, 0.78);
  color: #211807;
  background: var(--sun);
  box-shadow: 0 14px 28px rgba(240, 191, 75, 0.28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.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;
}

.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-visual {
  display: grid;
  align-content: start;
  gap: 30px;
}

.contact-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.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;
}

.captcha-field {
  display: grid;
  gap: 8px;
  color: var(--canopy);
  font-weight: 780;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.captcha-code,
.captcha-refresh {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.captcha-code {
  justify-content: center;
  min-width: 128px;
  padding: 0 16px;
  background: var(--white);
  color: var(--ink);
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 1.08rem;
  letter-spacing: 0.08em;
}

.captcha-refresh {
  padding: 0 12px;
  color: var(--canopy);
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.captcha-field input {
  text-transform: uppercase;
}

.contact-form-status {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--canopy);
  font-weight: 700;
}

.contact-honeypot {
  display: none;
}

input,
select,
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 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 h2 {
  max-width: 100%;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.04;
  white-space: nowrap;
}

.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 {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(180deg, #101814 0%, #0d1712 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(190px, 0.7fr) minmax(260px, 0.9fr);
  align-items: start;
  gap: 42px;
  padding: 38px 0 34px;
}

.footer-grid strong {
  color: var(--white);
}

.footer-grid li {
  margin-top: 10px;
}

.footer-brand {
  display: grid;
  gap: 14px;
}

.footer-brand-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 950;
}

.footer-brand-link img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.footer-grid ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.footer-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}

.payment-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #101814;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.payment-icon-cash {
  background: #dcebd3;
}

.payment-icon-venmo {
  background: #7db8e8;
}

.payment-icon-paypal {
  background: #f3d27a;
}

.footer-links {
  display: grid;
  gap: 11px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.footer-payments {
  justify-self: end;
}

.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;
  }

  .page-intro 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;
  }

  .page-intro 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;
  }

  .newsletter-layout h2 {
    font-size: clamp(1.25rem, 6.2vw, 1.6rem);
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* GreenLands visual redesign */
:root {
  --canopy: #123829;
  --canopy-2: #0d241c;
  --leaf: #4d8f55;
  --moss: #dcebd3;
  --mint: #eef7e9;
  --sky: #b8e7ee;
  --sun: #f0bf4b;
  --coral: #d96f48;
  --berry: #8a3c66;
  --ink: #15221b;
  --muted: #5b675d;
  --paper: #fbfaf2;
  --line: rgba(21, 34, 27, 0.14);
  --shadow: 0 22px 60px rgba(13, 36, 28, 0.16);
  font-family: "Aptos", "Trebuchet MS", Verdana, sans-serif;
}

body {
  background:
    linear-gradient(135deg, rgba(184, 231, 238, 0.18), transparent 36%),
    linear-gradient(180deg, var(--paper), #f3f5ea 58%, #fffaf0);
}

main {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
}

.site-header {
  min-height: 88px;
  padding: 0 max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(13, 36, 28, 0.96), rgba(18, 56, 41, 0.9)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
}

.brand {
  font-weight: 900;
}

.nav-link {
  min-height: 40px;
  border: 1px solid transparent;
  font-weight: 850;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  border-color: rgba(255, 255, 255, 0.18);
}

.home-hero {
  position: relative;
  min-height: clamp(560px, 72svh, 740px);
  background-image:
    linear-gradient(90deg, rgba(9, 30, 23, 0.96), rgba(13, 36, 28, 0.76), rgba(13, 36, 28, 0.3)),
    linear-gradient(180deg, transparent 76%, rgba(13, 36, 28, 0.64)),
    var(--hero-image);
  isolation: isolate;
}

.home-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  content: "";
  background: repeating-linear-gradient(90deg, rgba(240, 191, 75, 0.42) 0 2px, transparent 2px 34px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 46px;
  align-items: center;
  padding: 58px 0;
}

.hero-copy,
.hero-showcase,
.plants-band,
.reviews-band,
.page-intro,
.product-page,
.contact-page,
.article-header,
.policy-page,
.newsletter-band {
  animation: rise-in 560ms ease both;
}

.page-intro h1,
.contact-page h1,
.article-header h1,
.policy-page h1 {
  max-width: 880px;
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy p:not(.kicker) {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 550;
  line-height: 1.42;
  cursor: default;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.button,
.newsletter-form button,
.contact-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
}

.hero-actions .button {
  min-width: 154px;
  min-height: 52px;
  margin-top: 0;
  line-height: 1;
}

.button-primary,
.newsletter-form button,
.contact-form button {
  color: #17210f;
  background: var(--sun);
  box-shadow: 0 12px 26px rgba(240, 191, 75, 0.24);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.button:hover,
.newsletter-form button:hover,
.contact-form button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #211807;
  background: var(--sun);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.hero-showcase {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.hero-card {
  width: min(100%, 430px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.hero-card-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 85% 100%, 0 100%);
}

.hero-badges {
  width: min(100%, 430px);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.plants-band,
.details-band,
.gallery-band,
.blog-band,
.reviews-band {
  padding: 92px 0;
}

.plants-band,
.gallery-band,
.details-band {
  background:
    linear-gradient(135deg, rgba(184, 231, 238, 0.46), transparent 34%),
    linear-gradient(180deg, var(--mint), #f7faef);
}

.reviews-band,
.blog-band {
  background:
    repeating-linear-gradient(135deg, rgba(18, 56, 41, 0.04) 0 1px, transparent 1px 22px),
    var(--paper);
}

.split-heading {
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 46px;
}

.kicker {
  margin-bottom: 12px;
  color: var(--coral);
  font-weight: 950;
  letter-spacing: 0;
}

.home-hero .kicker {
  color: var(--sun);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 4.5vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.product-summary h1 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.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));
  grid-auto-flow: dense;
}

.plant-story,
.review-card,
.post-card,
.content-section,
.detail-row {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.plant-story,
.review-card,
.content-section,
.detail-row {
  padding: 26px;
}

.detail-row {
  position: relative;
  padding-left: 82px;
}

.detail-icon {
  position: absolute;
  top: 24px;
  left: 26px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #18321f;
  background: linear-gradient(145deg, rgba(240, 191, 75, 0.95), rgba(220, 235, 211, 0.92));
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.68), 0 12px 24px rgba(13, 36, 28, 0.14);
}

.plant-story {
  position: relative;
  overflow: hidden;
}

.plant-story::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, var(--sun), var(--leaf), var(--sky));
}

.story-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.plant-story h3,
.post-card h2,
.detail-row dt,
.content-section h2 {
  font-size: 1.25rem;
}

.text-link {
  margin-top: 20px;
  font-weight: 950;
}

.section-lede {
  margin: 16px 0 28px;
  font-size: 1.05rem;
}

.review-card {
  position: relative;
  min-height: 248px;
  overflow: hidden;
}

.quote-mark {
  position: absolute;
  top: -22px;
  right: 18px;
  color: rgba(217, 111, 72, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  line-height: 1;
}

.review-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}

.review-avatar {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #132019;
  background:
    linear-gradient(145deg, rgba(240, 191, 75, 0.98), rgba(220, 235, 211, 0.92));
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72), 0 10px 22px rgba(13, 36, 28, 0.16);
}

.page-intro,
.product-page,
.contact-page,
.article-header,
.policy-page {
  padding: 94px 0 66px;
  background:
    linear-gradient(115deg, rgba(184, 231, 238, 0.42), transparent 42%),
    linear-gradient(180deg, #ffffff, #f8faf0);
}

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

.wide-image,
.article-image,
.product-main-image,
.contact-image,
.gallery-image {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.wide-image,
.article-image {
  max-height: 480px;
}

.gallery-image:nth-child(1),
.gallery-image:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.product-layout {
  grid-template-columns: minmax(0, 0.56fr) minmax(320px, 0.44fr);
  gap: 48px;
}

.product-summary {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.price-line span,
.price-line strong {
  font-size: 2rem;
}

.detail-row dt {
  color: var(--canopy);
  font-weight: 950;
}

.content-stack {
  padding: 0 0 92px;
}

.contact-grid {
  gap: 42px;
}

.contact-form {
  padding: 26px;
  border-color: rgba(18, 56, 41, 0.22);
  background:
    linear-gradient(135deg, rgba(184, 231, 238, 0.36), transparent 44%),
    var(--mint);
  box-shadow: var(--shadow);
}

.contact-form label,
.captcha-field {
  color: var(--canopy);
  font-weight: 900;
}

.captcha-code {
  font-family: "Cascadia Mono", Consolas, "Liberation Mono", monospace;
  letter-spacing: 0;
}

.captcha-refresh {
  background: rgba(255, 255, 255, 0.58);
  font-weight: 950;
}

input,
select,
textarea {
  border-color: rgba(21, 34, 27, 0.18);
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.96);
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(77, 143, 85, 0.16);
}

textarea {
  min-height: 150px;
}

.article-body,
.policy-body {
  width: min(900px, calc(100% - 40px));
  padding: 50px 0 92px;
}

.newsletter-band {
  padding: 58px 0;
  background:
    linear-gradient(90deg, rgba(13, 36, 28, 0.96), rgba(138, 60, 102, 0.9)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 24px);
}

.newsletter-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
}

.site-footer {
  background:
    linear-gradient(180deg, #101814 0%, #0d1712 100%);
}

.footer-grid {
  padding: 38px 0 34px;
}

.payment-icon-cash {
  background: var(--moss);
}

.footer-bottom {
  padding: 18px max(20px, calc((100% - 1180px) / 2));
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

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

@media (max-width: 980px) {
  .hero-layout,
  .split-heading,
  .product-layout,
  .contact-grid,
  .newsletter-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-payments {
    justify-self: start;
  }

  .hero-showcase {
    justify-items: start;
  }

  .hero-badges {
    justify-content: flex-start;
  }

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

  .gallery-image:nth-child(1),
  .gallery-image:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .section-inner,
  .article-body,
  .policy-body {
    width: min(100% - 28px, 1180px);
  }

  .home-hero {
    min-height: auto;
  }

  .hero-layout {
    padding: 46px 0;
  }

  .page-intro h1,
  .contact-page h1,
  .article-header h1,
  .policy-page h1 {
    font-size: clamp(2.35rem, 15vw, 4rem);
  }

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

  .plants-band,
  .details-band,
  .gallery-band,
  .blog-band,
  .reviews-band,
  .page-intro,
  .product-page,
  .contact-page,
  .article-header,
  .policy-page {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .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));
  }

  .product-summary,
  .contact-form,
  .plant-story,
  .review-card,
  .content-section,
  .detail-row {
    padding: 20px;
  }

  .detail-row {
    padding-left: 72px;
  }

  .detail-icon {
    top: 20px;
    left: 22px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: auto;
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
    width: fit-content;
    justify-self: start;
    min-height: 56px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand-name {
    font-size: 1.16rem;
  }

  .nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    display: block;
    opacity: 0;
    pointer-events: none;
  }

  .nav-toggle-button {
    width: 46px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
  }

  .nav-toggle-line {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--white);
  }

  .nav-toggle:focus-visible + .nav-toggle-button {
    outline: 3px solid rgba(240, 191, 75, 0.7);
    outline-offset: 3px;
  }

  .site-nav {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0 2px;
  }

  .nav-toggle:checked ~ .site-nav {
    display: grid;
  }

  .nav-link {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 12px;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
  }
}

html {
  scrollbar-color: var(--sun) var(--canopy-2);
  scrollbar-width: thin;
}

* {
  scrollbar-color: var(--sun) rgba(13, 36, 28, 0.92);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(13, 36, 28, 0.98), rgba(18, 56, 41, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 14px);
}

::-webkit-scrollbar-thumb {
  border: 3px solid rgba(13, 36, 28, 0.98);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sun), var(--leaf));
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffd568, var(--coral));
}

::-webkit-scrollbar-corner {
  background: var(--canopy-2);
}

.captcha-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(180px, 1fr);
  align-items: stretch;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(18, 56, 41, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 9% 20%, rgba(240, 191, 75, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(238, 247, 233, 0.5)),
    repeating-linear-gradient(135deg, rgba(18, 56, 41, 0.1) 0 1px, transparent 1px 10px);
}

.captcha-challenge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 10px 82px 10px 14px;
  border: 1px solid rgba(240, 191, 75, 0.62);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 213, 104, 0.38), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(138, 60, 102, 0.34), transparent 28%),
    radial-gradient(circle at 54% 32%, rgba(184, 231, 238, 0.18), transparent 30%),
    linear-gradient(64deg, transparent 0 21%, rgba(240, 191, 75, 0.22) 21% 22%, transparent 22% 49%, rgba(184, 231, 238, 0.2) 49% 50%, transparent 50% 100%),
    linear-gradient(135deg, rgba(13, 36, 28, 0.98), rgba(18, 56, 41, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -18px 32px rgba(0, 0, 0, 0.2),
    0 12px 24px rgba(13, 36, 28, 0.18);
}

.captcha-challenge::before,
.captcha-challenge::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.captcha-challenge::before {
  background:
    radial-gradient(circle at 12% 38%, rgba(255, 255, 255, 0.32) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 24%, rgba(240, 191, 75, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 74%, rgba(184, 231, 238, 0.26) 0 1px, transparent 2px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 11px),
    repeating-linear-gradient(135deg, rgba(240, 191, 75, 0.18) 0 2px, transparent 2px 13px),
    repeating-linear-gradient(24deg, transparent 0 9px, rgba(184, 231, 238, 0.2) 9px 11px, transparent 11px 20px);
  background-size: 17px 13px, 23px 19px, 29px 17px, auto, auto, auto;
  opacity: 0.9;
}

.captcha-challenge::after {
  inset: 8px;
  border: 1px dashed rgba(255, 224, 131, 0.42);
  border-radius: 6px;
  background:
    linear-gradient(7deg, transparent 0 20%, rgba(255, 224, 131, 0.36) 20% 22%, transparent 22% 60%, rgba(184, 231, 238, 0.28) 60% 62%, transparent 62%),
    linear-gradient(-13deg, transparent 0 31%, rgba(246, 181, 201, 0.22) 31% 33%, transparent 33% 72%, rgba(255, 255, 255, 0.18) 72% 73%, transparent 73%);
  opacity: 0.92;
}

.captcha-code {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12em;
  padding: 0 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #ffe083;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 950;
  letter-spacing: 0;
  text-shadow:
    1px 1px 0 #06100c,
    -1px 0 0 rgba(184, 231, 238, 0.42),
    0 0 14px rgba(240, 191, 75, 0.44);
  transform: skew(-8deg) rotate(-1deg);
}

.captcha-char {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 0.72em;
  text-align: center;
}

.captcha-char-0 {
  color: #ffe083;
  transform: translateY(-2px) rotate(-10deg);
}

.captcha-char-1 {
  color: #c9f3e2;
  transform: translateY(3px) rotate(7deg) scale(1.08);
}

.captcha-char-2 {
  color: #ffd568;
  transform: translateY(-1px) rotate(12deg);
}

.captcha-char-3 {
  color: #f6b5c9;
  transform: translateY(2px) rotate(-6deg) scale(0.96);
}

.captcha-char-4 {
  color: #e8fff1;
  transform: translateY(-3px) rotate(5deg) scale(1.06);
}

.captcha-char-5 {
  color: #f0bf4b;
  transform: translateY(1px) rotate(-13deg);
}

.captcha-code::before {
  position: absolute;
  inset: -7px 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(106deg, transparent 0 15%, rgba(255, 224, 131, 0.38) 15% 17%, transparent 17% 44%, rgba(184, 231, 238, 0.32) 44% 46%, transparent 46% 100%),
    linear-gradient(-9deg, transparent 0 30%, rgba(246, 181, 201, 0.26) 30% 32%, transparent 32% 72%, rgba(255, 255, 255, 0.2) 72% 73%, transparent 73%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(255, 255, 255, 0.1) 5px 6px);
  opacity: 0.86;
  pointer-events: none;
}

.captcha-code::after {
  position: absolute;
  inset: 50% -2px auto;
  z-index: 1;
  height: 12px;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 4%, rgba(255, 224, 131, 0.42) 4% 7%, transparent 7% 18%, rgba(184, 231, 238, 0.34) 18% 20%, transparent 20% 41%, rgba(240, 191, 75, 0.34) 41% 43%, transparent 43% 100%),
    linear-gradient(178deg, transparent 0 42%, rgba(255, 255, 255, 0.34) 42% 48%, transparent 48%);
  opacity: 0.82;
  pointer-events: none;
  transform: rotate(-2deg);
}

.captcha-refresh {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-color: rgba(18, 56, 41, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(220, 235, 211, 0.7));
  box-shadow: 0 8px 18px rgba(13, 36, 28, 0.1);
}

.captcha-answer {
  width: 100%;
  min-height: 68px;
  align-self: stretch;
  border-width: 1px;
  border-color: rgba(18, 56, 41, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 239, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(18, 56, 41, 0.04) 18px 19px);
  color: var(--canopy);
  font-family: "Cascadia Mono", Consolas, "Liberation Mono", monospace;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 10px 22px rgba(13, 36, 28, 0.1);
}

.captcha-answer:focus {
  border-color: var(--sun);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.82),
    0 0 0 4px rgba(240, 191, 75, 0.2),
    0 12px 24px rgba(13, 36, 28, 0.12);
}

@media (max-width: 640px) {
  .captcha-row {
    grid-template-columns: 1fr;
  }

  .captcha-challenge,
  .captcha-answer {
    min-height: 62px;
  }
}