:root {
  --leaf: #257246;
  --leaf-deep: #123c2a;
  --lime: #b9dc5e;
  --radish: #bd3156;
  --sun: #f4c84d;
  --ink: #17241d;
  --muted: #647267;
  --paper: #fbfaf5;
  --paper-warm: #f3ead7;
  --mint: #e6f2dc;
  --clay: #b96f43;
  --sky: #d9efe9;
  --white: #ffffff;
  --line: rgba(23, 36, 29, 0.14);
  --shadow: 0 24px 60px rgba(18, 65, 39, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 220, 94, 0.18), transparent 28%),
    linear-gradient(180deg, var(--paper), #f6f1e7 45%, var(--paper));
  line-height: 1.6;
}

h1,
h2,
.order-copy h2 {
  font-family: "Playfair Display", Georgia, serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 64px);
  color: var(--white);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 10px clamp(10px, 2vw, 28px);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(18, 60, 42, 0.28);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(18, 65, 39, 0.58);
}

.nav-links {
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  opacity: 0.9;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-video,
.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  z-index: -4;
  filter: saturate(1.12) contrast(1.08);
}

.hero-image {
  object-fit: cover;
  z-index: -3;
}

.video-hero .hero-image {
  opacity: 0;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 22, 14, 0.95) 0%, rgba(9, 35, 23, 0.78) 42%, rgba(9, 35, 23, 0.24) 76%),
    linear-gradient(0deg, rgba(5, 22, 14, 0.66), transparent 48%),
    radial-gradient(circle at 78% 22%, rgba(216, 169, 59, 0.22), transparent 30%);
}

.hero-content {
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding-top: 72px;
  padding-bottom: 138px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 7.4vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-tags span,
.webgl-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  font-weight: 800;
}

.button,
.order-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.button.primary,
.order-form button {
  color: var(--leaf-deep);
  background: var(--sun);
}

.button.light {
  width: fit-content;
  color: var(--leaf-deep);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(18, 60, 42, 0.12);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
}

.harvest-strip {
  position: absolute;
  left: clamp(18px, 7vw, 96px);
  right: clamp(18px, 7vw, 96px);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(18, 65, 39, 0.78);
  backdrop-filter: blur(12px);
}

.harvest-strip div {
  min-height: 96px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.harvest-strip div:last-child {
  border-right: 0;
}

.harvest-strip strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
}

.harvest-strip span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.intro-section,
.webgl-section,
.offer-section,
.variety-section,
.benefit-section,
.process-section,
.order-section,
.seasonal-section,
.workshop-section,
.premium-cta {
  padding: clamp(62px, 9vw, 112px) clamp(18px, 6vw, 84px);
}

.trust-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.trust-section span {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--leaf-deep);
  background: var(--mint);
  font-weight: 800;
  text-align: center;
}

.trust-section span:nth-child(2) {
  background: #f5edcf;
}

.trust-section span:nth-child(3) {
  background: #dcefe9;
}

.trust-section span:nth-child(4) {
  background: #f5e5d7;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) 1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--white);
}

.webgl-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.44fr) minmax(480px, 1fr);
  gap: clamp(30px, 4vw, 62px);
  align-items: center;
  min-height: 820px;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 28%, rgba(185, 220, 94, 0.32), transparent 30%),
    radial-gradient(circle at 52% 72%, rgba(217, 239, 233, 0.9), transparent 34%),
    linear-gradient(115deg, #fffaf0 0%, #f3ead7 44%, #dbeee0 100%);
  overflow: hidden;
  position: relative;
}

.webgl-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 60, 42, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 60, 42, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 82%, transparent);
  pointer-events: none;
}

.webgl-copy {
  max-width: 520px;
  position: relative;
  z-index: 1;
}

.webgl-copy h2 {
  margin: 0;
  color: var(--leaf-deep);
  font-size: clamp(2.4rem, 5.2vw, 5.4rem);
  line-height: 0.98;
}

.webgl-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #52635a;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.webgl-section .eyebrow {
  color: var(--clay);
}

.webgl-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.webgl-badges span {
  border-color: rgba(18, 60, 42, 0.16);
  color: var(--leaf-deep);
  background: rgba(255, 255, 255, 0.72);
}

.webgl-stage {
  position: relative;
  min-height: 690px;
  margin-right: calc(clamp(18px, 6vw, 84px) * -1);
  z-index: 1;
  isolation: isolate;
}

.webgl-stage::before {
  content: "";
  position: absolute;
  inset: 6% clamp(18px, 6vw, 84px) 7% 0;
  border-radius: 32px 0 0 32px;
  background:
    radial-gradient(circle at 45% 34%, rgba(185, 220, 94, 0.28), transparent 32%),
    linear-gradient(145deg, rgba(18, 60, 42, 0.96), rgba(37, 114, 70, 0.84));
  box-shadow: 0 34px 90px rgba(18, 60, 42, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  pointer-events: none;
  z-index: -1;
}

.webgl-stage::after {
  content: "Fresh harvest close-up";
  position: absolute;
  right: clamp(28px, 7vw, 112px);
  top: 9%;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 14px;
  color: var(--leaf-deep);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 40px rgba(18, 60, 42, 0.14);
  font-size: 0.78rem;
  font-weight: 800;
  pointer-events: none;
  z-index: 2;
}

.real-showcase {
  display: grid;
  align-items: center;
  padding: clamp(24px, 4vw, 56px) clamp(18px, 5vw, 76px) clamp(24px, 4vw, 56px) 0;
}

.real-showcase img {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 10px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  box-shadow: 0 42px 110px rgba(18, 60, 42, 0.3);
}

.showcase-note {
  position: absolute;
  right: clamp(24px, 8vw, 118px);
  bottom: clamp(42px, 8vw, 92px);
  z-index: 2;
  max-width: 320px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  color: var(--white);
  background: rgba(18, 60, 42, 0.78);
  box-shadow: 0 22px 70px rgba(18, 60, 42, 0.24);
  backdrop-filter: blur(12px);
}

.showcase-note strong,
.showcase-note span {
  display: block;
}

.showcase-note strong {
  font-size: 1.05rem;
}

.showcase-note span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.section-copy h2,
.section-heading h2,
.benefit-copy h2,
.process-copy h2,
.order-section h2,
.workshop-section h2 {
  margin: 0;
  color: var(--leaf-deep);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.intro-section > p,
.section-heading > p,
.benefit-copy p,
.process-copy p,
.order-section p,
.workshop-section p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.offer-section {
  background:
    radial-gradient(circle at 0 0, rgba(183, 217, 103, 0.28), transparent 32%),
    linear-gradient(135deg, var(--paper) 0%, var(--paper-warm) 100%);
}

.section-heading > p {
  max-width: 520px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.offer-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 10px;
  color: var(--white);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(150deg, rgba(18, 65, 39, 0.92), rgba(18, 65, 39, 0.5));
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -34% -20%;
  z-index: -1;
  height: 60%;
  border-radius: 50%;
  background: rgba(183, 217, 103, 0.24);
}

.offer-card.fresh::after,
.offer-card.plans::after {
  background: rgba(244, 200, 77, 0.18);
}

.offer-card.fresh {
  background: #386d42;
}

.offer-card.seeds {
  background: #896247;
}

.offer-card.plans {
  background: #4e6d77;
}

.offer-card.workshop {
  background: #a46245;
}

.offer-card span {
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.offer-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.offer-card p {
  min-height: 78px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
}

.offer-card a {
  width: fit-content;
  color: var(--sun);
  font-weight: 800;
}

.variety-section {
  background: #f3f0e8;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.variety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.variety-card {
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(23, 36, 29, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.variety-card:hover,
.offer-card:hover,
.product-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(23, 36, 29, 0.13);
}

.swatch {
  width: 46px;
  height: 46px;
  display: block;
  margin-bottom: 28px;
  border-radius: 50%;
}

.swatch.pea {
  background: var(--lime);
}

.swatch.radish {
  background: var(--radish);
}

.swatch.sunflower {
  background: var(--sun);
}

.swatch.broccoli {
  background: var(--leaf);
}

.variety-card h3,
.benefit-list h3 {
  margin: 0 0 10px;
  color: var(--leaf-deep);
  font-size: 1.18rem;
}

.variety-card p,
.benefit-list p {
  margin: 0;
  color: var(--muted);
}

.benefit-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1fr;
  gap: clamp(34px, 7vw, 96px);
  background: var(--paper);
}

.benefit-copy p {
  margin-top: 22px;
}

.benefit-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.benefit-list div {
  display: grid;
  grid-template-columns: 58px 190px 1fr;
  gap: 18px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.benefit-list span {
  color: var(--clay);
  font-weight: 800;
}

.process-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) 1fr;
  gap: clamp(34px, 7vw, 96px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 65, 39, 0.94), rgba(36, 107, 56, 0.86)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 16px);
}

.process-copy h2 {
  color: var(--white);
}

.process-copy p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.74);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.process-steps article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.process-steps span {
  color: var(--sun);
  font-weight: 800;
  text-transform: uppercase;
}

.process-steps h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.order-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(300px, 520px);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
  color: var(--white);
  background: var(--leaf-deep);
}

.order-section h2 {
  color: var(--white);
}

.order-section p {
  max-width: 580px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.price-note {
  width: fit-content;
  margin-top: 30px;
  padding: 18px 22px;
  border-left: 4px solid var(--sun);
  background: rgba(255, 255, 255, 0.08);
}

.price-note span,
.price-note strong {
  display: block;
}

.price-note span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.price-note strong {
  margin-top: 2px;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.order-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}

.order-form label {
  display: grid;
  gap: 8px;
}

.order-form span {
  font-size: 0.88rem;
  font-weight: 800;
}

.order-form input,
.order-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
}

.order-form input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.order-form select option {
  color: var(--ink);
}

.seasonal-section {
  background: var(--white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7f5ee);
}

.product-dot {
  width: 100%;
  height: 130px;
  display: block;
  margin-bottom: 22px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.55) 0 8px, transparent 9px),
    radial-gradient(circle at 58% 55%, rgba(255, 255, 255, 0.42) 0 11px, transparent 12px),
    linear-gradient(135deg, var(--leaf), var(--lime));
}

.product-dot.alfalfa {
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.55) 0 8px, transparent 9px),
    radial-gradient(circle at 58% 55%, rgba(255, 255, 255, 0.42) 0 11px, transparent 12px),
    linear-gradient(135deg, #7ea65c, #c9dc89);
}

.product-dot.amaranth,
.product-dot.beet {
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.38) 0 8px, transparent 9px),
    radial-gradient(circle at 58% 55%, rgba(255, 255, 255, 0.34) 0 11px, transparent 12px),
    linear-gradient(135deg, var(--radish), #395f35);
}

.product-dot.basil {
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.45) 0 8px, transparent 9px),
    radial-gradient(circle at 58% 55%, rgba(255, 255, 255, 0.36) 0 11px, transparent 12px),
    linear-gradient(135deg, #226a42, #79b56d);
}

.product-grid h3,
.product-grid p {
  margin: 0;
}

.product-grid h3 {
  color: var(--leaf-deep);
  font-size: 1.18rem;
}

.product-grid p {
  margin-top: 4px;
  color: var(--muted);
}

.product-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--clay);
}

.workshop-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(241, 234, 220, 0.92), rgba(228, 239, 220, 0.92)),
    repeating-linear-gradient(90deg, rgba(18, 65, 39, 0.08) 0 1px, transparent 1px 32px);
}

.workshop-panel,
.faq-panel {
  border-radius: 8px;
}

.workshop-panel {
  padding: clamp(28px, 5vw, 54px);
  background: var(--white);
  box-shadow: 0 20px 70px rgba(23, 36, 29, 0.08);
}

.workshop-panel p {
  margin: 20px 0 28px;
}

.workshop-panel .button {
  color: var(--leaf-deep);
}

.faq-panel {
  display: grid;
  align-content: center;
  gap: 12px;
}

.faq-panel details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.faq-panel summary {
  color: var(--leaf-deep);
  font-weight: 800;
  cursor: pointer;
}

.faq-panel p {
  margin: 10px 0 0;
  font-size: 0.98rem;
}

.site-footer {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 6vw, 84px);
  color: rgba(255, 255, 255, 0.76);
  background: #102d1f;
}

.site-footer p {
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.site-footer span {
  display: block;
}

.site-footer address {
  display: grid;
  gap: 4px;
  font-style: normal;
}

.site-footer strong,
.site-footer a {
  color: var(--white);
  font-weight: 800;
}

/* Premium MGM-inspired sections */
.process-section {
  display: block;
  color: var(--ink);
  background: #f7f7f4;
  text-align: center;
}

.process-copy {
  max-width: 860px;
  margin: 0 auto 44px;
}

.process-copy h2 {
  color: #080b09;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.process-copy p {
  margin-top: 14px;
  color: #4d5c54;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 36px);
  max-width: 1080px;
  margin: 0 auto;
  background: transparent;
}

.process-steps article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 22px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(23, 36, 29, 0.16);
}

.process-steps article > span {
  margin-top: 18px;
  color: #0d2637;
  font-size: 1.22rem;
  font-weight: 800;
  text-transform: uppercase;
}

.process-steps h3 {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 600;
}

.step-photo {
  width: 100%;
  aspect-ratio: 1 / 0.92;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(23, 36, 29, 0.12);
}

.step-visual {
  display: none;
}

.step-visual::before,
.step-visual::after,
.step-visual span::before,
.step-visual span::after {
  content: "";
  position: absolute;
  display: block;
}

.step-grow .step-visual::before,
.step-harvest .step-visual::before {
  left: 20px;
  right: 20px;
  bottom: 14px;
  height: 22px;
  border: 4px solid #111;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.step-grow .step-visual::after {
  left: 60px;
  top: 14px;
  width: 58px;
  height: 34px;
  border: 4px solid #111;
  border-radius: 8px;
  transform: rotate(18deg);
}

.step-grow .step-visual span::before {
  left: 44px;
  top: 54px;
  width: 70px;
  height: 44px;
  background: repeating-radial-gradient(circle, #111 0 2px, transparent 3px 12px);
}

.step-harvest .step-visual span::before {
  left: 28px;
  top: 40px;
  width: 96px;
  height: 58px;
  background:
    radial-gradient(circle at 12px 44px, #73b342 0 7px, transparent 8px),
    radial-gradient(circle at 28px 34px, #73b342 0 7px, transparent 8px),
    radial-gradient(circle at 48px 40px, #73b342 0 7px, transparent 8px),
    radial-gradient(circle at 70px 30px, #73b342 0 7px, transparent 8px),
    repeating-linear-gradient(90deg, transparent 0 10px, #111 10px 13px, transparent 13px 20px);
}

.step-harvest .step-visual::after {
  right: 18px;
  top: 24px;
  width: 56px;
  height: 26px;
  border-top: 4px solid #111;
  border-right: 4px solid #111;
  border-radius: 50%;
  transform: rotate(-20deg);
}

.step-pack .step-visual::before {
  inset: 24px 14px;
  border: 5px solid #222;
  border-radius: 18px;
  background:
    linear-gradient(#222, #222) center / 100% 30px no-repeat,
    radial-gradient(circle at 18px 22px, #8dc35a 0 7px, transparent 8px),
    radial-gradient(circle at 42px 18px, #8dc35a 0 7px, transparent 8px),
    radial-gradient(circle at 70px 24px, #8dc35a 0 7px, transparent 8px);
}

.step-pack .step-visual span::before {
  content: "MICROGREENS";
  left: 29px;
  top: 62px;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
}

.step-deliver .step-visual::before {
  left: 28px;
  top: 45px;
  width: 88px;
  height: 44px;
  border-radius: 6px 16px 6px 6px;
  background: #252525;
}

.step-deliver .step-visual::after {
  left: 40px;
  top: 84px;
  width: 90px;
  height: 16px;
  background:
    radial-gradient(circle at 14px 8px, #fff 0 8px, transparent 9px),
    radial-gradient(circle at 72px 8px, #fff 0 8px, transparent 9px);
}

.order-section {
  grid-template-columns: minmax(260px, 0.62fr) minmax(520px, 0.92fr);
  gap: clamp(34px, 7vw, 92px);
  color: #080b09;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.12), transparent 18%),
    radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.11), transparent 18%),
    linear-gradient(135deg, #86bb5b, #75ad45);
  position: relative;
  overflow: hidden;
}

.order-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    radial-gradient(circle at 10% 20%, transparent 0 18px, rgba(255, 255, 255, 0.5) 19px 21px, transparent 22px),
    radial-gradient(circle at 38% 58%, transparent 0 22px, rgba(255, 255, 255, 0.5) 23px 25px, transparent 26px),
    radial-gradient(circle at 76% 24%, transparent 0 18px, rgba(255, 255, 255, 0.5) 19px 21px, transparent 22px);
  background-size: 240px 160px;
}

.order-copy,
.subscription-card {
  position: relative;
  z-index: 1;
}

.order-section h2 {
  max-width: 500px;
  color: #070b08;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  line-height: 1.08;
}

.order-section p {
  max-width: 500px;
  margin: 18px 0 28px;
  color: rgba(7, 11, 8, 0.7);
}

.subscription-card {
  min-height: 350px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 54px);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 34px 90px rgba(18, 60, 42, 0.2);
}

.phone-illustration {
  width: 210px;
  height: 250px;
  position: relative;
  margin-inline: auto;
  border: 5px solid #111;
  border-radius: 26px;
}

.phone-top {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 48px;
  height: 12px;
  border: 3px solid #111;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-logo {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 88px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--leaf);
  background: #e8f4d4;
  font-size: 0.72rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.phone-cart {
  position: absolute;
  top: 92px;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 4px solid #111;
  border-radius: 50%;
  transform: translateX(-50%);
}

.phone-cart::before {
  content: "";
  position: absolute;
  inset: 16px 11px 13px;
  border: 3px solid #111;
  border-top: 0;
}

.phone-illustration > span {
  position: absolute;
  left: 28px;
  width: 150px;
  height: 42px;
  border: 3px solid #111;
  border-radius: 10px;
}

.phone-illustration > span:nth-of-type(1) {
  bottom: 78px;
}

.phone-illustration > span:nth-of-type(2) {
  bottom: 24px;
}

.plan-copy h3 {
  margin: 0 0 28px;
  color: #000;
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
}

.plan-copy p,
.plan-copy small,
.plan-copy span {
  display: block;
  margin: 0;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-copy strong {
  display: block;
  margin: 4px 0;
  color: #000;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  line-height: 1;
}

.plan-copy span {
  margin: 28px 0 22px;
  font-weight: 500;
  text-transform: none;
}

.seasonal-section {
  background:
    linear-gradient(164deg, transparent 0 50%, rgba(117, 173, 69, 0.16) 50% 76%, transparent 76%),
    #fbfaf5;
}

.product-grid {
  gap: clamp(18px, 3vw, 40px);
}

.product-grid article {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(23, 36, 29, 0.1);
}

.product-grid strong {
  margin-top: 0;
  color: #ff6b2a;
  font-size: 1.1rem;
}

.product-grid a,
.product-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  color: var(--white);
  background: #6fb23d;
  box-shadow: 0 16px 34px rgba(111, 178, 61, 0.24);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.premium-cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1fr auto;
  gap: 24px;
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #123c2a, #257246);
}

.premium-cta h2,
.premium-cta p {
  margin: 0;
}

.premium-cta h2 {
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1;
}

.premium-cta p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 980px) {
  .trust-section,
  .offer-grid,
  .variety-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-section,
  .webgl-section,
  .process-section,
  .order-section,
  .premium-cta {
    grid-template-columns: 1fr;
  }

  .subscription-card {
    grid-template-columns: 1fr;
  }

  .webgl-stage {
    min-height: 540px;
    margin-right: 0;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-list div {
    grid-template-columns: 52px 1fr;
  }

  .benefit-list p {
    grid-column: 2;
  }

  .workshop-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    min-height: 96px;
  }

  .brand {
    max-width: 190px;
    line-height: 1.1;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 820px;
    align-items: start;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(18, 45, 30, 0.95) 0%, rgba(18, 45, 30, 0.76) 48%, rgba(18, 45, 30, 0.28) 100%),
      linear-gradient(0deg, rgba(18, 65, 39, 0.38), transparent 42%);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 18px;
    padding-top: 144px;
  }

  .hero h1 {
    font-size: clamp(2.42rem, 11.4vw, 3.6rem);
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 10px;
    text-align: center;
  }

  .harvest-strip {
    left: 18px;
    right: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .harvest-strip div {
    min-height: 108px;
    padding: 14px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
  }

  .harvest-strip div:last-child {
    border-right: 0;
  }

  .harvest-strip strong {
    font-size: 1.42rem;
  }

  .harvest-strip span {
    font-size: 0.78rem;
  }

  .intro-section {
    grid-template-columns: 1fr;
  }

  .webgl-section {
    min-height: auto;
  }

  .webgl-stage {
    min-height: auto;
  }

  .real-showcase {
    padding: 34px 0 0;
  }

  .real-showcase img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-width: 7px;
    border-radius: 22px;
  }

  .showcase-note {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .section-heading {
    display: block;
  }

  .trust-section,
  .offer-grid,
  .variety-grid,
  .process-steps,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .trust-section span {
    min-height: 62px;
  }

  .variety-card,
  .offer-card {
    min-height: auto;
  }

  .process-steps article {
    min-height: 170px;
  }

  .subscription-card {
    padding: 24px;
  }

  .phone-illustration {
    width: 160px;
    height: 205px;
  }

  .phone-illustration > span {
    left: 20px;
    width: 112px;
  }

  .seasonal-section .section-heading {
    display: grid;
    gap: 18px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .site-header {
    gap: 14px;
    padding-inline: 14px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin-inline: 14px;
  }

  .harvest-strip {
    left: 14px;
    right: 14px;
  }
}

/* Luxury editorial refresh */
:root {
  --luxury-ink: #0b2418;
  --luxury-green: #123c2a;
  --luxury-green-2: #1f5b3d;
  --luxury-gold: #d8a93b;
  --luxury-ivory: #fbf6e9;
  --luxury-mist: #edf3e6;
}

body {
  color: var(--luxury-ink);
  background: var(--luxury-ivory);
}

.site-header {
  min-height: clamp(72px, 6.6vw, 90px);
  padding: clamp(6px, 1vw, 10px) clamp(18px, 4vw, 64px) clamp(8px, 1.3vw, 14px);
}

.site-header::before {
  inset: 0 clamp(12px, 2.2vw, 34px) clamp(8px, 1.3vw, 14px);
  border-color: rgba(216, 169, 59, 0.22);
  border-radius: 999px;
  background: rgba(11, 36, 24, 0.62);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
}

.brand-mark {
  border-color: rgba(216, 169, 59, 0.7);
  background: rgba(216, 169, 59, 0.14);
}

.nav-links a {
  color: rgba(255, 255, 255, 0.88);
}

.hero {
  min-height: 100svh;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 24, 16, 0.95) 0%, rgba(13, 44, 30, 0.74) 40%, rgba(13, 44, 30, 0.2) 72%),
    radial-gradient(circle at 70% 20%, rgba(216, 169, 59, 0.18), transparent 30%),
    linear-gradient(0deg, rgba(6, 24, 16, 0.6), transparent 46%);
}

.hero-content {
  width: calc(100% - clamp(40px, 14vw, 224px));
  max-width: 1280px;
  margin-left: clamp(20px, 7vw, 112px);
  padding-bottom: 160px;
}

.eyebrow {
  color: var(--luxury-gold);
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(3.45rem, 7.2vw, 7.2rem);
  line-height: 0.88;
}

.hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-tags span {
  border-color: rgba(216, 169, 59, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.button {
  border-radius: 999px;
  padding-inline: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.product-grid a:hover,
.product-action:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #1c1608;
  background: var(--luxury-gold);
  box-shadow: 0 18px 44px rgba(216, 169, 59, 0.26);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.button.light {
  color: var(--luxury-green);
}

.harvest-strip {
  left: clamp(20px, 7vw, 112px);
  right: clamp(20px, 7vw, 112px);
  border: 1px solid rgba(216, 169, 59, 0.22);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: rgba(11, 36, 24, 0.82);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.16);
}

.harvest-strip strong {
  color: #fff6dc;
}

.trust-section {
  border-bottom: 1px solid rgba(11, 36, 24, 0.08);
  background: var(--luxury-ivory);
}

.trust-section span,
.trust-section span:nth-child(n) {
  min-height: 76px;
  color: var(--luxury-green);
  background: #fffaf0;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.intro-section,
.offer-section,
.variety-section,
.benefit-section,
.process-section,
.seasonal-section,
.workshop-section {
  background: var(--luxury-ivory);
}

.intro-section {
  padding-top: clamp(84px, 10vw, 132px);
  padding-bottom: clamp(84px, 10vw, 132px);
  border-bottom: 1px solid rgba(11, 36, 24, 0.08);
}

.section-copy h2,
.section-heading h2,
.benefit-copy h2,
.process-copy h2,
.workshop-section h2 {
  color: var(--luxury-green);
}

.webgl-section {
  min-height: 760px;
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 169, 59, 0.16), transparent 30%),
    linear-gradient(120deg, #fcf6e8 0%, #f4ead7 42%, #dfeade 100%);
}

.webgl-copy h2 {
  color: var(--luxury-green);
}

.real-showcase img {
  border: 12px solid rgba(255, 255, 255, 0.88);
  border-radius: 34px;
  box-shadow: 0 50px 120px rgba(11, 36, 24, 0.28);
}

.webgl-stage::before {
  border-radius: 38px 0 0 38px;
  background: linear-gradient(145deg, var(--luxury-green), var(--luxury-green-2));
}

.webgl-stage::after {
  content: "Premium harvest close-up";
  color: var(--luxury-green);
}

.showcase-note {
  background: rgba(11, 36, 24, 0.86);
  border-color: rgba(216, 169, 59, 0.22);
}

.offer-section {
  background:
    linear-gradient(180deg, #fbf6e9, #f6efdf);
}

.offer-grid {
  gap: 22px;
}

.offer-card {
  min-height: 360px;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 28px 70px rgba(11, 36, 24, 0.14);
}

.offer-card.fresh,
.offer-card.seeds,
.offer-card.plans,
.offer-card.workshop {
  background: var(--luxury-green);
}

.offer-card::before {
  background:
    linear-gradient(160deg, rgba(11, 36, 24, 0.96), rgba(31, 91, 61, 0.82)),
    radial-gradient(circle at 20% 20%, rgba(216, 169, 59, 0.22), transparent 28%);
}

.offer-card::after {
  background: rgba(216, 169, 59, 0.18);
}

.offer-card a {
  color: var(--luxury-gold);
}

.variety-section {
  background: #f2eadb;
}

.variety-card {
  min-height: 230px;
  border: 0;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(11, 36, 24, 0.1);
}

.benefit-section {
  border-top: 1px solid rgba(11, 36, 24, 0.08);
  border-bottom: 1px solid rgba(11, 36, 24, 0.08);
}

.benefit-list span {
  color: var(--luxury-gold);
}

.order-section {
  background:
    radial-gradient(circle at 20% 30%, rgba(216, 169, 59, 0.18), transparent 25%),
    linear-gradient(135deg, var(--luxury-green), #1f6b43);
}

.order-section::before {
  opacity: 0.09;
}

.order-section h2,
.order-section p,
.order-section .eyebrow {
  color: var(--white);
}

.order-section p {
  color: rgba(255, 255, 255, 0.76);
}

.subscription-card {
  grid-template-columns: minmax(220px, 0.8fr) 1fr;
  border-radius: 30px;
  background: #fffaf0;
  box-shadow: 0 44px 110px rgba(0, 0, 0, 0.2);
}

.subscription-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(11, 36, 24, 0.16);
}

.phone-illustration {
  display: none;
}

.plan-copy h3,
.plan-copy strong {
  color: var(--luxury-green);
}

.plan-copy .button.primary {
  background: var(--luxury-gold);
}

.process-section {
  background: #faf8f1;
}

.process-copy {
  margin-bottom: 54px;
}

.process-steps {
  max-width: 1180px;
  gap: 24px;
}

.process-steps article {
  min-height: 360px;
  border-radius: 24px;
  padding: 18px 18px 26px;
  justify-content: flex-start;
  box-shadow: 0 26px 70px rgba(11, 36, 24, 0.12);
}

.step-photo {
  aspect-ratio: 1 / 0.95;
  border-radius: 20px;
  box-shadow: none;
}

.seasonal-section {
  background:
    linear-gradient(160deg, transparent 0 52%, rgba(31, 91, 61, 0.12) 52% 78%, transparent 78%),
    #fffaf0;
}

.product-grid article {
  gap: 14px;
}

.product-grid img {
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(11, 36, 24, 0.14);
}

.product-grid h3 {
  font-size: 1.06rem;
}

.product-grid a,
.product-action {
  background: var(--luxury-green-2);
  box-shadow: 0 18px 42px rgba(31, 91, 61, 0.2);
}

.premium-cta {
  background:
    radial-gradient(circle at 78% 20%, rgba(216, 169, 59, 0.18), transparent 28%),
    linear-gradient(135deg, #071b12, var(--luxury-green));
}

.workshop-section {
  background: linear-gradient(135deg, #fffaf0, #eaf1df);
}

.workshop-panel,
.faq-panel details {
  border-radius: 22px;
}

.workshop-panel {
  box-shadow: 0 28px 80px rgba(11, 36, 24, 0.12);
}

.site-footer {
  background: #071b12;
}

@media (max-width: 980px) {
  .subscription-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header::before {
    border-radius: 18px;
  }

  .hero-content {
    padding-top: 148px;
    padding-bottom: 250px;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .harvest-strip {
    border-radius: 16px 16px 0 0;
  }

  .webgl-section,
  .order-section,
  .process-section,
  .seasonal-section,
  .premium-cta,
  .workshop-section {
    padding-block: 72px;
  }

  .subscription-card {
    border-radius: 24px;
  }

  .subscription-photo {
    aspect-ratio: 16 / 11;
  }

  .process-steps article {
    min-height: auto;
  }

  .premium-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px 18px 14px;
  }

  .nav-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 14px;
  }

  .nav-links a {
    font-size: 0.78rem;
  }

  .hero-content {
    width: calc(100% - 36px);
    max-width: none;
    margin-left: 18px;
    padding-top: 226px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 12vw, 4rem);
    line-height: 0.92;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding: 16px 14px 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand-text strong {
    line-height: 1;
  }

  .nav-links {
    gap: 7px 12px;
  }

  .nav-links a {
    font-size: 0.76rem;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin-left: 14px;
    padding-top: 218px;
  }
}

@media (max-width: 360px) {
  .hero-content {
    padding-top: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  .video-hero .hero-image {
    opacity: 1;
  }
}

/* Premium process redesign */
.process-section {
  position: relative;
  overflow: hidden;
  padding: clamp(108px, 10vw, 160px) clamp(22px, 6vw, 112px);
  background:
    radial-gradient(circle at 16% 20%, rgba(216, 169, 59, 0.14), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, #eef4e6 100%);
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 36, 24, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 36, 24, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.process-copy {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto clamp(46px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  text-align: left;
}

.process-copy h2 {
  margin: 0;
  max-width: 620px;
  color: var(--luxury-green);
  font-size: clamp(2.8rem, 5.6vw, 6.2rem);
  line-height: 0.9;
}

.process-copy p:not(.eyebrow) {
  align-self: end;
  max-width: 620px;
  margin: 0;
  color: rgba(11, 36, 24, 0.68);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.process-layout {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}

.process-feature {
  position: sticky;
  top: 110px;
  align-self: start;
  margin: 0;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(216, 169, 59, 0.24);
  border-radius: 30px;
  background: var(--luxury-green);
  box-shadow: 0 40px 120px rgba(11, 36, 24, 0.18);
}

.process-feature img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.process-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 22, 14, 0.78), transparent 45%);
}

.process-feature figcaption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 8px;
  color: #fffaf0;
}

.process-feature strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.95;
}

.process-feature span {
  color: rgba(255, 250, 240, 0.76);
}

.process-steps {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.process-steps article {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: 132px 64px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px 24px 18px 18px;
  border: 1px solid rgba(11, 36, 24, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 70px rgba(11, 36, 24, 0.09);
}

.process-steps article::before {
  content: "";
  position: absolute;
  left: 204px;
  top: 100%;
  width: 1px;
  height: 18px;
  background: rgba(216, 169, 59, 0.48);
}

.process-steps article:last-child::before {
  display: none;
}

.process-steps article:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 90px rgba(11, 36, 24, 0.16);
}

.process-steps .step-photo {
  width: 132px;
  height: 118px;
  aspect-ratio: auto;
  border-radius: 18px;
  object-fit: cover;
}

.process-steps article > span {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(216, 169, 59, 0.48);
  border-radius: 999px;
  background: #fffaf0;
  color: var(--luxury-green);
  font-weight: 900;
}

.process-steps h3 {
  margin: 0 0 8px;
  color: var(--luxury-green);
  font-size: 1.45rem;
}

.process-steps p {
  margin: 0;
  color: rgba(11, 36, 24, 0.64);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .process-copy,
  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-feature {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .process-feature img {
    height: 420px;
  }
}

@media (max-width: 720px) {
  .process-section {
    padding: 82px 22px;
  }

  .process-copy {
    margin-bottom: 34px;
  }

  .process-copy h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .process-feature {
    min-height: 360px;
    border-radius: 24px;
  }

  .process-feature img {
    height: 360px;
  }

  .process-feature figcaption {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .process-steps article {
    grid-template-columns: 86px 1fr;
    gap: 16px;
    padding: 14px;
  }

  .process-steps article::before {
    display: none;
  }

  .process-steps .step-photo {
    grid-row: span 2;
    width: 86px;
    height: 96px;
    border-radius: 16px;
  }

  .process-steps article > span {
    width: 42px;
    height: 42px;
  }

  .process-steps article div {
    grid-column: 2;
  }
}

/* Premium non-hero refresh */
.trust-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  border: 0;
  background: rgba(11, 36, 24, 0.12);
}

.trust-section span,
.trust-section span:nth-child(n) {
  min-height: 92px;
  justify-content: center;
  background: linear-gradient(180deg, #fffaf0, #f4ead8);
  border: 0;
  color: #123c2a;
  letter-spacing: 0.04em;
}

.intro-section,
.offer-section,
.variety-section,
.benefit-section,
.process-section,
.seasonal-section,
.workshop-section {
  padding-inline: clamp(22px, 6vw, 112px);
}

.intro-section {
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(38px, 7vw, 120px);
  background:
    linear-gradient(90deg, rgba(216, 169, 59, 0.1), transparent 42%),
    #fffaf0;
}

.intro-section .section-copy h2,
.section-heading h2,
.benefit-copy h2,
.process-copy h2,
.workshop-panel h2,
.premium-cta h2 {
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  line-height: 0.94;
}

.intro-section > p {
  max-width: 720px;
  padding: clamp(28px, 4vw, 46px);
  border-left: 1px solid rgba(216, 169, 59, 0.45);
  border-radius: 0 28px 28px 0;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 24px 80px rgba(11, 36, 24, 0.08);
}

.webgl-section {
  grid-template-columns: minmax(320px, 0.72fr) minmax(460px, 1.28fr);
  gap: clamp(42px, 7vw, 118px);
  padding: clamp(96px, 10vw, 150px) clamp(22px, 6vw, 112px);
  background:
    radial-gradient(circle at 72% 22%, rgba(216, 169, 59, 0.18), transparent 30%),
    linear-gradient(135deg, #fdf8ec 0%, #eef4e6 100%);
}

.webgl-copy {
  align-self: center;
}

.webgl-copy h2 {
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.92;
}

.real-showcase {
  min-height: 500px;
}

.real-showcase img {
  width: min(100%, 860px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-width: 10px;
  border-radius: 28px;
}

.showcase-note {
  right: clamp(18px, 4vw, 64px);
  bottom: clamp(18px, 4vw, 48px);
  max-width: 270px;
  border-radius: 18px;
  backdrop-filter: blur(18px);
}

.offer-section {
  background: #0b2418;
  color: #fffaf0;
}

.offer-section .section-heading p,
.offer-section .eyebrow {
  color: rgba(255, 250, 240, 0.72);
}

.offer-section .section-heading h2 {
  color: #fffaf0;
}

.offer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.offer-card {
  overflow: hidden;
  min-height: 330px;
  border: 1px solid rgba(216, 169, 59, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0.03)),
    #123c2a;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.offer-card span,
.offer-card h3,
.offer-card p,
.offer-card a {
  position: relative;
  z-index: 1;
}

.offer-card span {
  display: block;
  margin: 0 0 34px;
}

.offer-card h3 {
  margin: 0 0 22px;
}

.offer-card p {
  margin: 0 0 28px;
}

.offer-card a {
  display: inline-flex;
  margin-top: auto;
}

.offer-card::before {
  opacity: 0.62;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 169, 59, 0.2), transparent 28%),
    linear-gradient(180deg, transparent 0%, rgba(5, 22, 14, 0.42) 100%);
}

.offer-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.offer-card p {
  color: rgba(255, 250, 240, 0.7);
}

.offer-card span {
  color: var(--luxury-gold);
}

.variety-section {
  background:
    linear-gradient(180deg, #fffaf0, #f3ead9);
}

.variety-grid {
  gap: 22px;
}

.variety-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 0;
  border: 1px solid rgba(11, 36, 24, 0.08);
  background: #fffdf7;
}

.variety-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.variety-card .swatch {
  position: absolute;
  top: 18px;
  left: 18px;
  border: 5px solid rgba(255, 250, 240, 0.9);
  box-shadow: 0 10px 28px rgba(11, 36, 24, 0.22);
}

.variety-card h3,
.variety-card p {
  margin-inline: 24px;
}

.variety-card h3 {
  margin-top: 24px;
  font-size: 1.25rem;
}

.variety-card p {
  margin-bottom: 28px;
}

.benefit-section {
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 8vw, 120px);
  background:
    linear-gradient(90deg, #fbf6e9 0%, #fbf6e9 50%, #eef3e6 50%, #eef3e6 100%);
}

.benefit-list {
  gap: 16px;
}

.benefit-list div {
  padding: 24px 0 24px 28px;
  border-left: 1px solid rgba(216, 169, 59, 0.45);
  border-bottom: 1px solid rgba(11, 36, 24, 0.08);
  background: rgba(255, 255, 255, 0.28);
}

.order-section {
  grid-template-columns: minmax(320px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(36px, 8vw, 124px);
  padding: clamp(100px, 10vw, 148px) clamp(22px, 6vw, 112px);
}

.subscription-card {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(216, 169, 59, 0.22);
}

.plan-copy h3 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1;
}

.process-section {
  padding-top: clamp(100px, 10vw, 150px);
}

.process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-steps article {
  border: 1px solid rgba(11, 36, 24, 0.08);
  background: #fffdf7;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.process-steps article:hover,
.variety-card:hover,
.product-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 90px rgba(11, 36, 24, 0.18);
}

.step-photo {
  height: auto;
  aspect-ratio: 1 / 0.82;
}

.seasonal-section {
  padding-top: clamp(94px, 10vw, 150px);
  background:
    linear-gradient(160deg, transparent 0 45%, rgba(31, 91, 61, 0.12) 45% 74%, transparent 74%),
    #fffaf0;
}

.product-grid {
  gap: clamp(20px, 3vw, 34px);
}

.product-grid article {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(11, 36, 24, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(11, 36, 24, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-grid img {
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
}

.product-grid h3,
.product-grid strong {
  margin-inline: 8px;
}

.product-grid a {
  margin-top: 4px;
}

.premium-cta {
  padding: clamp(76px, 8vw, 118px) clamp(22px, 6vw, 112px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(260px, 0.72fr) auto;
  border-top: 1px solid rgba(216, 169, 59, 0.22);
  border-bottom: 1px solid rgba(216, 169, 59, 0.22);
}

.workshop-section {
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 7vw, 110px);
  padding-top: clamp(100px, 10vw, 150px);
}

.workshop-panel,
.faq-panel details {
  border: 1px solid rgba(11, 36, 24, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 26px 90px rgba(11, 36, 24, 0.1);
}

.faq-panel {
  display: grid;
  gap: 14px;
}

.site-footer {
  padding: 44px clamp(22px, 6vw, 112px);
  border-top: 1px solid rgba(216, 169, 59, 0.18);
}

@media (max-width: 980px) {
  .trust-section,
  .offer-grid,
  .process-steps,
  .product-grid,
  .variety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-section,
  .webgl-section,
  .benefit-section,
  .order-section,
  .workshop-section,
  .premium-cta {
    grid-template-columns: 1fr;
  }

  .benefit-section {
    background: #fbf6e9;
  }
}

@media (max-width: 720px) {
  .trust-section,
  .offer-grid,
  .process-steps,
  .product-grid,
  .variety-grid {
    grid-template-columns: 1fr;
  }

  .trust-section span,
  .trust-section span:nth-child(n) {
    min-height: 62px;
  }

  .intro-section,
  .webgl-section,
  .offer-section,
  .variety-section,
  .benefit-section,
  .order-section,
  .process-section,
  .seasonal-section,
  .workshop-section {
    padding-inline: 22px;
  }

  .intro-section > p {
    padding: 24px;
    border-left: 0;
    border-top: 1px solid rgba(216, 169, 59, 0.45);
    border-radius: 22px;
  }

  .real-showcase {
    min-height: auto;
  }

  .real-showcase img {
    border-width: 6px;
    border-radius: 22px;
  }

  .showcase-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .offer-card,
  .variety-card {
    min-height: auto;
  }

  .offer-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 28px;
  }

  .offer-card span {
    margin-bottom: 22px;
  }

  .premium-cta {
    padding-inline: 22px;
  }
}

/* Final process layout guard */
.process-section .process-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
}

.process-section .process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.process-section .process-steps article {
  display: grid;
  grid-template-columns: 132px 64px 1fr;
  min-height: 0;
  padding: 18px 24px 18px 18px;
}

.process-section .process-steps .step-photo {
  width: 132px;
  height: 118px;
  aspect-ratio: auto;
}

.process-section .process-steps article > span {
  width: 54px;
  height: 54px;
  margin: 0;
}

@media (max-width: 980px) {
  .process-section .process-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .process-section .process-steps article {
    grid-template-columns: 74px 44px 1fr;
    gap: 16px;
    padding: 14px 16px;
    align-items: center;
  }

  .process-section .process-steps .step-photo {
    grid-row: auto;
    width: 74px;
    height: 78px;
  }

  .process-section .process-steps article > span {
    width: 40px;
    height: 40px;
  }

  .process-section .process-steps article div {
    grid-column: auto;
  }

  .process-section .process-steps h3 {
    margin-bottom: 4px;
    font-size: 1.25rem;
  }

  .process-section .process-steps p {
    font-size: 0.92rem;
    line-height: 1.45;
  }
}

/* Complete below-hero redesign */
.quality-ribbon,
.editorial-story,
.greens-gallery,
.service-panel,
.process-rail,
.subscription-luxury,
.workshop-luxury {
  position: relative;
  z-index: 1;
}

.quality-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(11, 36, 24, 0.08);
  background: #fffaf0;
}

.quality-ribbon span {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(11, 36, 24, 0.08);
  color: var(--luxury-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quality-ribbon span:last-child {
  border-right: 0;
}

.editorial-story {
  display: grid;
  grid-template-columns: minmax(420px, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  padding: clamp(78px, 8vw, 120px) clamp(22px, 6vw, 112px);
  background:
    linear-gradient(90deg, #fbf6e9 0%, #fbf6e9 55%, #eef4e6 55%, #eef4e6 100%);
}

.story-media {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(216, 169, 59, 0.2);
  box-shadow: 0 44px 120px rgba(11, 36, 24, 0.18);
}

.story-media img,
.gallery-grid img,
.process-rail img,
.subscription-luxury img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-media img {
  aspect-ratio: 16 / 11;
}

.story-copy h2,
.gallery-heading h2,
.service-copy h2,
.rail-heading h2,
.subscription-luxury h2,
.workshop-luxury h2 {
  margin: 0;
  color: var(--luxury-green);
  font-size: clamp(2.8rem, 5.7vw, 6.6rem);
  line-height: 0.9;
}

.story-copy > p,
.gallery-heading p,
.service-copy p,
.subscription-luxury p,
.workshop-luxury > p {
  max-width: 620px;
  color: rgba(11, 36, 24, 0.68);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

.story-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 38px 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(11, 36, 24, 0.12);
}

.story-stats div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.66);
}

.story-stats dt {
  color: var(--luxury-green);
  font-size: 1.6rem;
  font-weight: 900;
}

.story-stats dd {
  margin: 4px 0 0;
  color: rgba(11, 36, 24, 0.58);
  font-size: 0.82rem;
}

.greens-gallery {
  padding: clamp(86px, 9vw, 132px) clamp(22px, 6vw, 112px);
  background: #fffaf0;
}

.gallery-heading {
  max-width: 1080px;
  margin-bottom: clamp(34px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  grid-auto-rows: 270px;
  gap: 18px;
}

.gallery-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--luxury-green);
  box-shadow: 0 28px 86px rgba(11, 36, 24, 0.14);
}

.gallery-grid article:first-child {
  grid-row: span 2;
}

.gallery-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 22, 14, 0.82), transparent 58%);
}

.gallery-grid article div {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fffaf0;
}

.gallery-grid span {
  color: var(--luxury-gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-grid h3 {
  margin: 8px 0 0;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 7vw, 110px);
  padding: clamp(110px, 11vw, 170px) clamp(22px, 6vw, 112px);
  background:
    radial-gradient(circle at 76% 16%, rgba(216, 169, 59, 0.16), transparent 28%),
    linear-gradient(135deg, #071b12, var(--luxury-green));
  color: #fffaf0;
}

.service-copy h2 {
  color: #fffaf0;
}

.service-copy p {
  color: rgba(255, 250, 240, 0.72);
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-list article {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 12px 22px;
  padding: 28px;
  border: 1px solid rgba(216, 169, 59, 0.2);
  border-radius: 26px;
  background: rgba(255, 250, 240, 0.07);
}

.service-list span {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--luxury-gold);
  color: #102417;
  font-weight: 900;
}

.service-list h3 {
  margin: 0;
  font-size: 1.55rem;
}

.service-list p {
  margin: 0;
  color: rgba(255, 250, 240, 0.68);
}

.process-rail {
  padding: clamp(86px, 9vw, 132px) clamp(22px, 6vw, 112px);
  background: linear-gradient(180deg, #fbf6e9, #eef4e6);
}

.rail-heading {
  max-width: 930px;
  margin-bottom: clamp(34px, 5vw, 66px);
}

.rail-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(11, 36, 24, 0.1);
  border-radius: 32px;
  background: rgba(11, 36, 24, 0.1);
  box-shadow: 0 34px 100px rgba(11, 36, 24, 0.12);
}

.rail-steps article {
  min-height: 520px;
  display: grid;
  grid-template-rows: 250px auto auto 1fr;
  padding: 18px 18px 28px;
  background: #fffdf7;
}

.rail-steps img {
  height: 250px;
  border-radius: 22px;
}

.rail-steps span {
  margin-top: 24px;
  color: var(--luxury-gold);
  font-weight: 900;
}

.rail-steps h3 {
  margin: 12px 0 12px;
  color: var(--luxury-green);
  font-size: 1.65rem;
}

.rail-steps p {
  margin: 0;
  color: rgba(11, 36, 24, 0.62);
  line-height: 1.6;
}

.subscription-luxury {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(42px, 8vw, 124px);
  align-items: center;
  padding: clamp(110px, 11vw, 170px) clamp(22px, 6vw, 112px);
  background: var(--luxury-green);
  color: #fffaf0;
}

.subscription-luxury h2 {
  color: #fffaf0;
}

.subscription-luxury p {
  color: rgba(255, 250, 240, 0.72);
}

.subscription-luxury figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 169, 59, 0.24);
  border-radius: 34px;
  background: #fffaf0;
}

.subscription-luxury img {
  aspect-ratio: 16 / 10;
}

.subscription-luxury figcaption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  display: grid;
  gap: 6px;
  max-width: 330px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.94);
  color: var(--luxury-green);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.subscription-luxury figcaption span,
.subscription-luxury figcaption small {
  font-weight: 900;
  text-transform: uppercase;
}

.subscription-luxury figcaption strong {
  white-space: nowrap;
  font-size: clamp(1.85rem, 2.6vw, 2.85rem);
}

.workshop-luxury {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(280px, 0.72fr) auto;
  gap: clamp(26px, 5vw, 74px);
  align-items: center;
  padding: clamp(82px, 8vw, 120px) clamp(22px, 6vw, 112px);
  background: #fffaf0;
}

.workshop-luxury h2 {
  font-size: clamp(2.4rem, 4.8vw, 5.3rem);
}

.workshop-luxury .button {
  justify-self: end;
}

.site-footer {
  background: #071b12;
}

@media (max-width: 980px) {
  .quality-ribbon {
    grid-template-columns: repeat(2, 1fr);
  }

  .editorial-story,
  .gallery-heading,
  .service-panel,
  .subscription-luxury,
  .workshop-luxury {
    grid-template-columns: 1fr;
  }

  .gallery-grid,
  .rail-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .workshop-luxury .button {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .quality-ribbon,
  .gallery-grid,
  .rail-steps {
    grid-template-columns: 1fr;
  }

  .quality-ribbon span {
    min-height: 58px;
  }

  .editorial-story,
  .greens-gallery,
  .service-panel,
  .process-rail,
  .subscription-luxury,
  .workshop-luxury {
    padding: 76px 22px;
  }

  .story-media,
  .subscription-luxury figure {
    border-radius: 24px;
  }

  .story-stats {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 330px;
  }

  .gallery-grid article:first-child {
    grid-row: span 1;
  }

  .service-list article {
    grid-template-columns: 1fr;
  }

  .service-list span {
    grid-row: auto;
  }

  .rail-steps article {
    min-height: auto;
    grid-template-rows: auto;
  }

  .rail-steps img {
    height: 220px;
  }

  .subscription-luxury figcaption {
    position: static;
    max-width: none;
    border-radius: 0;
  }
}

/* Rivora-style ecommerce direction */
:root {
  --rivora-bg: #f5f7f2;
  --rivora-dark: #001f13;
  --rivora-panel: #06341f;
  --rivora-card: #ffffff;
  --rivora-lime: #a8f12f;
  --rivora-line: rgba(0, 31, 19, 0.1);
}

body {
  background: var(--rivora-bg);
}

.rivora-benefits,
.shop-categories,
.farm-banner,
.best-products,
.process-strip,
.newsletter-order,
.rivora-footer {
  font-family: "Inter", system-ui, sans-serif;
}

.rivora-benefits {
  width: min(1320px, calc(100% - 72px));
  margin: 40px auto;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(168, 241, 47, 0.16);
  border-radius: 18px;
  background: rgba(5, 48, 30, 0.86);
  box-shadow: 0 28px 80px rgba(0, 31, 19, 0.24);
  backdrop-filter: blur(16px);
}

.rivora-benefits article {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.rivora-benefits article:last-child {
  border-right: 0;
}

.rivora-benefits span {
  min-width: 44px;
  width: max-content;
  height: 44px;
  padding: 0 12px;
  max-width: 92px;
  text-align: center;
  line-height: 1.05;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(168, 241, 47, 0.16);
  color: var(--rivora-lime);
  font-size: 0.8rem;
  font-weight: 900;
}

.rivora-benefits h3,
.rivora-benefits p {
  margin: 0;
}

.rivora-benefits h3 {
  font-size: 0.96rem;
}

.rivora-benefits p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.shop-categories,
.best-products {
  padding: 54px clamp(22px, 5vw, 68px) 22px;
}

.rivora-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto 24px;
  width: min(1320px, 100%);
}

.rivora-heading h2 {
  margin: 0;
  color: var(--rivora-dark);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing: 0;
}

.rivora-heading a {
  color: #3f7b28;
  font-size: 0.86rem;
  font-weight: 800;
}

.category-grid,
.product-row {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category-grid article,
.product-row article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 19, 0.06);
  border-radius: 16px;
  background: var(--rivora-card);
  box-shadow: 0 18px 40px rgba(0, 31, 19, 0.08);
}

.category-grid article {
  min-height: 230px;
  padding: 18px;
}

.category-grid img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border-radius: 14px;
}

.category-grid h3,
.product-row h3 {
  margin: 14px 0 4px;
  color: var(--rivora-dark);
  font-size: 0.98rem;
}

.category-grid p,
.product-row p {
  margin: 0;
  color: rgba(0, 31, 19, 0.6);
  font-size: 0.8rem;
}

.category-grid a {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--rivora-dark);
  font-weight: 900;
}

.farm-banner {
  width: min(1320px, calc(100% - 72px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(180px, 0.5fr) minmax(340px, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 16%, rgba(168, 241, 47, 0.16), transparent 26%),
    var(--rivora-dark);
  color: #fff;
}

.farm-copy h2,
.process-strip h2,
.newsletter-order h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 3.8vw, 4.1rem);
  line-height: 1.02;
}

.farm-copy p {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.7);
}

.farm-stats {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(168, 241, 47, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.farm-stats div {
  display: grid;
  gap: 2px;
}

.farm-stats strong {
  color: var(--rivora-lime);
  font-size: 1.35rem;
}

.farm-stats span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.farm-banner figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}

.farm-banner img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.product-row article {
  min-height: 290px;
  padding: 14px;
}

.product-row article > span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--rivora-lime);
  color: var(--rivora-dark);
  font-size: 0.7rem;
  font-weight: 900;
}

.product-row img {
  width: 100%;
  
  object-fit: fill;
  border-radius: 14px;
  background: #f4f8ee;
}

.product-row strong {
  display: block;
  margin-top: 10px;
  color: var(--rivora-dark);
}

.product-row a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--rivora-dark);
  color: var(--rivora-lime);
  font-weight: 900;
}

.product-row a svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}

.process-strip {
  width: min(1320px, calc(100% - 72px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: 32px;
  align-items: center;
  padding: 34px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 31, 19, 0.08);
}

.process-strip h2 {
  color: var(--rivora-dark);
}

.process-strip ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-strip li {
  display: grid;
  gap: 12px;
  padding: 22px 18px;
  border-radius: 16px;
  background: #f3f8ed;
  color: var(--rivora-dark);
  font-weight: 900;
}

.process-strip li span {
  color: #59951d;
  font-size: 0.8rem;
}

.newsletter-order {
  width: min(1320px, calc(100% - 72px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1fr);
  gap: 26px;
  align-items: center;
  padding: 28px 34px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 96% 50%, rgba(168, 241, 47, 0.2), transparent 22%),
    var(--rivora-dark);
  color: #fff;
}

.newsletter-order h2 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.newsletter-order p {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-order form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.newsletter-order input {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.button.primary {
  background: var(--rivora-lime);
  color: var(--rivora-dark);
}

.rivora-footer {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(160px, 0.5fr));
  gap: 34px;
  padding: 46px clamp(22px, 5vw, 68px);
  background: #00190f;
  color: #fff;
}

.rivora-footer p,
.rivora-footer strong {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 900;
}

.rivora-footer span,
.rivora-footer a {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.rivora-footer address {
  font-style: normal;
}

@media (max-width: 980px) {
  .rivora-benefits,
  .category-grid,
  .product-row,
  .process-strip ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .farm-banner,
  .process-strip,
  .newsletter-order,
  .rivora-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .rivora-benefits,
  .category-grid,
  .product-row,
  .process-strip ol {
    grid-template-columns: 1fr;
  }

  .rivora-benefits,
  .farm-banner,
  .process-strip,
  .newsletter-order {
    width: calc(100% - 28px);
  }

  .rivora-benefits {
    margin-top: 0;
    border-radius: 0 0 18px 18px;
  }

  .rivora-benefits article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .shop-categories,
  .best-products {
    padding-inline: 14px;
  }

  .rivora-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .farm-banner,
  .process-strip,
  .newsletter-order {
    padding: 22px;
  }

  .newsletter-order form {
    grid-template-columns: 1fr;
  }
}

/* Corrections from latest screenshot */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(245, 247, 242, 0.86), rgba(245, 247, 242, 0.92)),
    url("assets/images/leaf-background-premium.png") center / 1200px auto repeat;
  opacity: 0.52;
  animation: leafBackgroundDrift 32s linear infinite;
}

@keyframes leafBackgroundDrift {
  from {
    background-position: center 0, 0 0;
  }

  to {
    background-position: center 0, 260px 160px;
  }
}

.harvest-strip {
  display: none !important;
}

.rivora-benefits,
.farm-banner,
.process-strip,
.subscription-plans {
  width: min(1500px, calc(100% - 42px));
}

.rivora-benefits {
  margin-top: 40px;
}

.shop-categories,
.best-products {
  padding-inline: clamp(21px, 2.8vw, 42px);
}

.rivora-heading,
.category-grid,
.product-row {
  width: min(1500px, 100%);
}

.category-grid {
  grid-template-columns: repeat(6, 1fr);
}

.product-row {
  grid-template-columns: repeat(6, 1fr);
}

.category-grid a {
  font-size: 0;
}

.category-grid a::before {
  content: "->";
  font-size: 1rem;
}

.product-row strong {
  display: none;
}

.product-row article {
  min-height: 260px;
}



.subscription-plans {
  margin: 28px auto 0;
  padding: 36px;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(620px, 1.28fr);
  gap: 34px;
  align-items: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 31, 19, 0.94), rgba(8, 68, 38, 0.94)),
    url("assets/images/leaf-background-premium.png") center / cover;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 31, 19, 0.18);
}

.subscription-plans h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 3.4vw, 4.2rem);
  line-height: 1.02;
}

.subscription-plans > div > p:not(.eyebrow) {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.72);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.plan-grid article {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(168, 241, 47, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.plan-grid article.featured {
  background: rgba(168, 241, 47, 0.15);
  box-shadow: 0 18px 46px rgba(168, 241, 47, 0.12);
}

.plan-grid span {
  color: var(--rivora-lime);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-grid h3,
.plan-grid strong,
.plan-grid p {
  margin: 0;
}

.plan-grid h3 {
  color: #fff;
  font-size: 1.28rem;
}

.plan-grid strong {
  color: var(--rivora-lime);
  font-size: 1.28rem;
}

.plan-grid p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.newsletter-order {
  display: none;
}

@media (max-width: 1180px) {
  .category-grid,
  .product-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .subscription-plans {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body::before {
    background-size: 900px auto;
    opacity: 0.36;
  }

  .rivora-benefits,
  .farm-banner,
  .process-strip,
  .subscription-plans {
    width: calc(100% - 28px);
  }

  .rivora-benefits {
    margin-top: 0;
  }

  .category-grid,
  .product-row,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .subscription-plans {
    padding: 24px;
  }
}

/* Subscription reference rebuild + large footer */
.subscription-plans {
  width: 100%;
  max-width: none;
  margin: 52px 0 0;
  padding: clamp(64px, 7vw, 112px) clamp(22px, 9vw, 180px);
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(280px, 0.55fr) minmax(420px, 0.95fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  border-radius: 0;
  background:
    linear-gradient(rgba(127, 183, 86, 0.9), rgba(127, 183, 86, 0.9)),
    url("assets/images/leaf-background-premium.png") center / 760px auto;
  color: #071b12;
  box-shadow: none;
}

.subscription-copy h2 {
  margin: 0;
  max-width: 520px;
  color: #071b12;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 4.8vw, 6rem);
  line-height: 0.95;
}

.subscription-copy p:not(.eyebrow) {
  max-width: 460px;
  color: rgba(7, 27, 18, 0.78);
  line-height: 1.7;
}

.subscription-copy .button.light {
  background: #fff;
  color: #071b12;
}

.subscription-visual {
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.58);
  border-radius: 36px;
  box-shadow: 0 30px 90px rgba(7, 27, 18, 0.22);
}

.subscription-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.plan-card {
  min-height: 420px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(32px, 4vw, 58px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  color: #071b12;
  box-shadow: 0 34px 100px rgba(7, 27, 18, 0.2);
}

.plan-card p,
.plan-card h3,
.plan-card strong,
.plan-card span,
.plan-card small {
  margin: 0;
}

.plan-card p {
  color: #071b12 !important;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  font-weight: 900;
}

.plan-card h3,
.plan-card span {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-card strong {
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1;
}

.plan-card small {
  margin-top: 18px;
  font-size: 1.05rem;
}

.plan-card .button {
  justify-self: start;
  margin-top: 8px;
}

.rivora-footer {
  min-height: 430px;
  margin-top: 0;
  grid-template-columns: minmax(260px, 1.25fr) repeat(4, minmax(150px, 0.65fr));
  align-items: start;
  padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 110px) 46px;
  background:
    radial-gradient(circle at 84% 10%, rgba(168, 241, 47, 0.12), transparent 28%),
    linear-gradient(135deg, #00150d, #002517);
}

.rivora-footer .footer-brand p {
  font-size: clamp(1.7rem, 2.2vw, 2.6rem);
}

.rivora-footer .footer-brand span {
  max-width: 360px;
  line-height: 1.7;
}

.footer-phone {
  width: max-content;
  margin-top: 24px !important;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--rivora-lime);
  color: #071b12 !important;
  font-weight: 900;
}

.rivora-footer strong {
  font-size: 1rem;
}

.rivora-footer a,
.rivora-footer span {
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .subscription-plans {
    grid-template-columns: 1fr;
  }

  .subscription-visual,
  .plan-card {
    max-width: 680px;
  }

  .rivora-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .subscription-plans {
    padding: 64px 22px;
  }

  .subscription-visual {
    border-width: 6px;
    border-radius: 26px;
  }

  .plan-card {
    min-height: auto;
    border-radius: 24px;
  }

  .rivora-footer {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 64px 22px 34px;
  }
}

/* Premium footer redesign */
.premium-footer {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 96px;
  padding: clamp(34px, 4vw, 56px) clamp(22px, 5vw, 86px) 30px;
  background:
    linear-gradient(rgba(0, 21, 13, 0.92), rgba(0, 21, 13, 0.96)),
    url("assets/images/leaf-background-premium.png") center / cover;
  color: #fff;
}

.footer-cta {
  max-width: 1500px;
  margin: 0 auto clamp(50px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 3.4vw, 46px);
  border: 1px solid rgba(168, 241, 47, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 20%, rgba(168, 241, 47, 0.2), transparent 26%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.footer-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.9rem, 1.8vw, 5.4rem);
  line-height: 1.05;
}

.footer-main {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) repeat(4, minmax(150px, 0.65fr));
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.premium-footer .brand {
  width: max-content;
  margin-bottom: 24px;
  color: #fff;
}

.premium-footer .footer-brand p {
  max-width: 380px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.footer-contact-card {
  width: min(100%, 360px);
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(168, 241, 47, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.footer-contact-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-contact-card a {
  color: var(--rivora-lime);
  font-size: 1.18rem;
  font-weight: 900;
}

.premium-footer strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 1rem;
}

.premium-footer nav,
.premium-footer address,
.premium-footer .footer-main > div:not(.footer-brand) {
  display: grid;
  gap: 12px;
  font-style: normal;
}

.premium-footer a,
.premium-footer span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
}

.premium-footer a:hover {
  color: var(--rivora-lime);
}

.footer-bottom {
  max-width: 1500px;
  margin: clamp(54px, 7vw, 92px) auto 0;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom a {
  color: var(--rivora-lime);
  font-weight: 900;
}

.rivora-footer {
  display: none;
}

@media (max-width: 1050px) {
  .footer-cta,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-cta .button {
    justify-self: start;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .premium-footer {
    padding: 24px 18px 28px;
  }

  .footer-cta {
    border-radius: 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* SP Micro Grids reference-inspired sections */
.why-microgreens,
.offer-suite {
  width: min(1500px, calc(100% - 42px));
  margin: clamp(28px, 4vw, 54px) auto 0;
  font-family: "Inter", system-ui, sans-serif;
  scroll-margin-top: 110px;
}

.why-microgreens {
  display: grid;
 
  gap: clamp(24px, 4vw, 66px);
  align-items: center;
  padding: clamp(30px, 4.5vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(0, 31, 19, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(241, 248, 234, 0.86)),
    url("assets/images/leaf-background-premium.png") center / 780px auto;
  box-shadow: 0 30px 90px rgba(0, 31, 19, 0.08);
}

.why-copy h2,
.offer-suite h2 {
  margin: 0;
  color: var(--rivora-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 4vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.why-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(0, 31, 19, 0.66);
  font-size: 1.03rem;
  line-height: 1.75;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-grid article {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  border: 1px solid rgba(0, 31, 19, 0.07);
  border-radius: 24px;
  background:
    radial-gradient(circle at 26% 18%, rgba(168, 241, 47, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 45px rgba(0, 31, 19, 0.08);
}

.why-grid span,
.offer-grid span {
  color: #4b8d27;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.why-grid .why-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75, 141, 39, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.95), transparent 38%),
    linear-gradient(135deg, rgba(168, 241, 47, 0.26), rgba(75, 141, 39, 0.12));
  box-shadow: 0 12px 28px rgba(0, 31, 19, 0.09);
  color: #3f8423;
}

.why-grid .why-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-grid .nutrition-banner {
    width: calc(100% + 40px);
    margin: -24px -24px 0 -20px;
    
    object-fit: fill;
    border-radius: 24px 24px 0 0;
    max-width: none !important;
    display: block;
}

.why-grid article:has(.nutrition-banner) {
    padding-bottom: 16px;
}

.why-grid .nutrition-banner + h3 {
    margin: 12px 0 0 0;
}

.why-grid h3,
.offer-grid h3 {
  margin: 14px 0 8px;
  color: var(--rivora-dark);
  font-size: 1.1rem;
}

.why-grid p,
.offer-grid p {
  margin: 0;
  color: rgba(0, 31, 19, 0.62);
  line-height: 1.65;
}

.offer-suite {
  padding: clamp(34px, 4.5vw, 68px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 10%, rgba(168, 241, 47, 0.22), transparent 28%),
    linear-gradient(135deg, #002114, #073b24);
  box-shadow: 0 34px 100px rgba(0, 31, 19, 0.16);
}

.offer-suite .rivora-heading {
  width: 100%;
  margin-bottom: 30px;
}

.offer-suite .eyebrow,
.offer-suite h2 {
  color: #fff;
}

.offer-suite .rivora-heading a {
  color: var(--rivora-lime);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.offer-grid article {
  overflow: hidden;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(168, 241, 47, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.offer-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}

.offer-grid span {
  margin-top: 18px;
  color: var(--rivora-lime);
}

.offer-grid h3 {
  color: #fff;
}

.offer-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.offer-grid a {
  width: max-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--rivora-lime);
  font-size: 0.86rem;
  font-weight: 900;
}

.category-grid a {
  font-size: 0;
}

.category-grid a::after {
  content: "\2192";
  font-size: 1rem;
}

.best-products {
  scroll-margin-top: 110px;
}

.best-products .product-row {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@media (min-width: 1025px) {
  .best-products .product-row article:nth-last-child(3) {
    grid-column: 2;
  }
}

#about > div:nth-of-type(2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 240, 0.96)) !important;
  border: 1px solid rgba(124, 199, 1, 0.2);
  box-shadow: 0 24px 70px rgba(0, 31, 19, 0.1) !important;
}

#about > div:nth-of-type(2) > h3 {
  color: #063f14 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-weight: 900;
}

#about > div:nth-of-type(2) > div > article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background: #ffffff !important;
  border: 1.5px solid rgba(124, 199, 1, 0.34) !important;
  box-shadow: 0 18px 44px rgba(0, 31, 19, 0.08);
}

#about > div:nth-of-type(2) > div > article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7cc701;
  box-shadow:
    0 0 0 5px rgba(124, 199, 1, 0.12),
    0 0 18px rgba(124, 199, 1, 0.68);
  transform: translate(-50%, -50%);
  animation: microFactBorderDot 6s linear infinite;
}

#about > div:nth-of-type(2) > div > article:hover {
  background: #ffffff !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 58px rgba(0, 31, 19, 0.13);
}

#about > div:nth-of-type(2) h4 {
  color: #062f1c !important;
}

#about > div:nth-of-type(2) p {
  color: #596c62 !important;
}

#about > div:nth-of-type(2) article > div:first-child {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px !important;
  border-radius: 50%;
  background: #f4ffd8;
  color: #4f8714;
  box-shadow: inset 0 0 0 1px rgba(124, 199, 1, 0.24);
  filter: none !important;
}

@keyframes microFactBorderDot {
  0% {
    top: 0;
    left: 0;
  }

  25% {
    top: 0;
    left: 100%;
  }

  50% {
    top: 100%;
    left: 100%;
  }

  75% {
    top: 100%;
    left: 0;
  }

  100% {
    top: 0;
    left: 0;
  }
}

@media (max-width: 680px) {
  #about > div:nth-of-type(2) > div > article::before {
    width: 9px;
    height: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #about > div:nth-of-type(2) > div > article::before {
    animation: none;
  }
}

.best-products .product-row article {
  --card-border-angle: 0turn;
  min-height: auto !important;
  padding: 20px 20px 24px;
  border: 2px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(
      from var(--card-border-angle),
      #f5e706 0deg,
      #fff88f 55deg,
      #f5e706 115deg,
      #c7ba00 180deg,
      #f5e706 260deg,
      #fff88f 320deg,
      #f5e706 360deg
    ) border-box;
  box-shadow: 0 18px 42px rgba(0, 31, 19, 0.08);
  animation: varietyCardBorderSpin 7s linear infinite;
}

.best-products .product-row img {
  --image-border-angle: 0turn;
  display: block;
  height: clamp(150px, 10.7vw, 190px);
  border: 2px solid transparent;
  border-radius: 16px;
  object-fit: cover;
  background:
    linear-gradient(#f4f8ee, #f4f8ee) padding-box,
    conic-gradient(
      from var(--image-border-angle),
      #7cc701 0deg,
      #d9ff65 58deg,
      #7cc701 125deg,
      #3f8f00 190deg,
      #7cc701 270deg,
      #d9ff65 330deg,
      #7cc701 360deg
    ) border-box;
  animation: varietyImageBorderSpin 5.5s linear infinite;
}

.best-products .product-row h3,
.best-products .product-row p {
  text-align: center;
}

.best-products .product-row h3 {
  margin-top: 22px;
  margin-bottom: 6px;
}

.best-products .product-row p {
  margin-bottom: 0;
}

.best-products .product-row a {
  top: calc(20px + clamp(150px, 10.7vw, 190px) - 24px);
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 31, 19, 0.24);
  opacity: 0;
  transform: translate(-50%, 10px) scale(0.86);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.best-products .product-row a svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.best-products .product-row article:hover a,
.best-products .product-row article:focus-within a {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
}

@property --card-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0turn;
}

@property --image-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0turn;
}

@keyframes varietyCardBorderSpin {
  to {
    --card-border-angle: 1turn;
  }
}

@keyframes varietyImageBorderSpin {
  to {
    --image-border-angle: -1turn;
  }
}

@media (max-width: 1024px) {
  .best-products .product-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .best-products .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .best-products .product-row {
    grid-template-columns: 1fr !important;
  }

  .best-products .product-row article {
    border-radius: 18px;
  }

  .best-products .product-row img {
    height: clamp(180px, 56vw, 280px);
    border-radius: 14px;
  }

  .best-products .product-row a {
    top: calc(20px + clamp(180px, 56vw, 280px) - 24px);
  }
}

@media (max-width: 1180px) {
  .why-microgreens {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .why-microgreens,
  .offer-suite {
    width: min(100% - 28px, 1500px);
    padding: 24px;
    border-radius: 24px;
  }

  .why-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .why-grid article,
  .offer-grid article {
    min-height: auto;
  }
}

/* Premium subscription section rebuild */
.subscription-plans {
  position: relative;
  width: min(1500px, calc(100% - 42px));
  max-width: 1500px;
  margin: clamp(34px, 5vw, 72px) auto 0;
  padding: clamp(28px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(320px, 0.86fr) minmax(340px, 0.78fr);
  gap: clamp(22px, 3.5vw, 54px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 241, 47, 0.16);
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 18%, rgba(168, 241, 47, 0.24), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(244, 200, 77, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(0, 25, 15, 0.98), rgba(5, 59, 34, 0.96)),
    url("assets/images/leaf-background-premium.png") center / cover;
  color: #fff;
  box-shadow: 0 34px 110px rgba(0, 31, 19, 0.22);
}

.subscription-plans::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 100%);
  background-size: 72px 72px;
  opacity: 0.18;
}

.subscription-copy,
.subscription-visual,
.plan-card {
  position: relative;
  z-index: 1;
}

.subscription-copy h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 4.8vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.subscription-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.03rem;
  line-height: 1.75;
}

.subscription-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.subscription-points span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(168, 241, 47, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 850;
}

.subscription-copy .button.light {
  background: var(--rivora-lime);
  color: var(--rivora-dark);
  box-shadow: 0 18px 46px rgba(168, 241, 47, 0.22);
}

.subscription-visual {
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.subscription-visual img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  aspect-ratio: auto;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.subscription-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(0, 31, 19, 0.72);
  backdrop-filter: blur(14px);
}

.subscription-visual figcaption strong,
.subscription-visual figcaption span {
  margin: 0;
}

.subscription-visual figcaption strong {
  color: #fff;
  font-size: 1rem;
}

.subscription-visual figcaption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.plan-card {
  min-height: 480px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(28px, 3.2vw, 46px);
  border: 1px solid rgba(168, 241, 47, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(241, 248, 234, 0.9));
  color: #071b12;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
}

.plan-card p,
.plan-card h3,
.plan-card strong,
.plan-card span {
  margin: 0;
}

.plan-card p {
  color: #071b12 !important;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  font-weight: 950;
  line-height: 1.05;
}

.plan-card h3,
.plan-card span {
  color: rgba(7, 27, 18, 0.78);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-card strong {
  color: #071b12;
  font-size: clamp(2.1rem, 3vw, 3.6rem);
  line-height: 0.98;
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 10px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 26px;
  color: rgba(7, 27, 18, 0.72);
  line-height: 1.45;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--rivora-lime);
  box-shadow: 0 0 0 4px rgba(168, 241, 47, 0.18);
}

.plan-card .button {
  justify-self: stretch;
  margin-top: 8px;
  border-radius: 999px;
}

@media (max-width: 1120px) {
  .subscription-plans {
    grid-template-columns: 1fr;
  }

  .subscription-visual,
  .subscription-visual img,
  .plan-card {
    min-height: 0;
  }

  .subscription-visual img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  .subscription-plans {
    width: min(100% - 28px, 1500px);
    padding: 24px;
    border-radius: 24px;
  }

  .subscription-copy h2 {
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  .subscription-points {
    margin-bottom: 22px;
  }

  .subscription-visual,
  .plan-card {
    border-radius: 22px;
  }
}

/* Full-width premium subscription band */
.subscription-plans {
  width: 100%;
  max-width: none;
  margin: clamp(34px, 5vw, 72px) 0 0;
  padding: clamp(72px, 7vw, 118px) clamp(42px, 7vw, 150px);
  grid-template-columns: minmax(330px, 0.95fr) minmax(360px, 0.9fr) minmax(360px, 0.72fr);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(90deg, rgba(0, 24, 14, 0.98), rgba(4, 58, 33, 0.94) 55%, rgba(0, 24, 14, 0.98)),
    url("assets/images/leaf-background-premium.png") center / 920px auto;
}

.subscription-plans::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(168, 241, 47, 0.22);
}

.subscription-copy {
  max-width: 590px;
}

.subscription-visual {
  max-width: 560px;
  justify-self: center;
}

.plan-card {
  max-width: 460px;
  justify-self: end;
}

@media (max-width: 1120px) {
  .subscription-plans {
    grid-template-columns: 1fr;
    padding-inline: clamp(24px, 6vw, 70px);
  }

  .subscription-copy,
  .subscription-visual,
  .plan-card {
    max-width: 720px;
    justify-self: stretch;
  }
}

@media (max-width: 720px) {
  .subscription-plans {
    width: 100%;
    padding: 58px 18px;
    border-radius: 0;
  }
}

/* Make subscription visually different from the dark footer */
.subscription-plans {
  background:
    linear-gradient(115deg, rgba(232, 247, 210, 0.96), rgba(190, 224, 136, 0.94) 54%, rgba(245, 250, 236, 0.96)),
    url("assets/images/leaf-background-premium.png") center / 820px auto;
  color: #071b12;
}

.subscription-plans::before {
  opacity: 0.24;
  background:
    linear-gradient(90deg, rgba(0, 31, 19, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(0, 31, 19, 0.06) 0 1px, transparent 1px 100%);
  background-size: 72px 72px;
}

.subscription-plans::after {
  background: rgba(0, 31, 19, 0.12);
}

.subscription-copy h2 {
  color: #071b12;
}

.subscription-plans .subscription-copy p:not(.eyebrow) {
  color: rgba(7, 27, 18, 0.72);
}

.subscription-points span {
  border-color: rgba(7, 27, 18, 0.13);
  background: rgba(255, 255, 255, 0.52);
  color: rgba(7, 27, 18, 0.74);
}

.subscription-copy .button.light {
  background: #071b12;
  color: #fff;
  box-shadow: 0 18px 46px rgba(7, 27, 18, 0.2);
}

.subscription-visual {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 30px 80px rgba(7, 27, 18, 0.18);
}

.plan-card {
  border-color: rgba(7, 27, 18, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(7, 27, 18, 0.18);
}

.plan-card {
  min-height: 430px;
  gap: 11px;
  padding: clamp(28px, 2.8vw, 42px);
}

.plan-card p {
  max-width: 330px;
  font-size: clamp(1.65rem, 1.8vw, 2.25rem);
  line-height: 1.08;
}

.plan-card h3,
.plan-card span {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.plan-card strong {
  font-size: clamp(1.85rem, 2.3vw, 2.65rem);
  line-height: 1;
}

/* Modern premium typography */
body,
.rivora-benefits,
.shop-categories,
.farm-banner,
.best-products,
.process-strip,
.subscription-plans,
.premium-footer,
.button,
input,
button {
  font-family: "Manrope", Arial, sans-serif;
}

h1,
h2,
h3,
.hero h1,
.farm-copy h2,
.process-strip h2,
.subscription-copy h2,
.plan-card p,
.footer-cta h2,
.why-copy h2,
.offer-suite h2,
.rivora-heading h2 {
  font-family: "Outfit", Arial, sans-serif;
  letter-spacing: 0;
}

.hero h1,
.subscription-copy h2,
.why-copy h2,
.offer-suite h2,
.footer-cta h2 {
  font-weight: 800;
}

/* Cleaner compact typography + dummy leaf logo */
body,
.rivora-benefits,
.shop-categories,
.farm-banner,
.best-products,
.process-strip,
.subscription-plans,
.premium-footer,
.button,
input,
button,
h1,
h2,
h3,
.hero h1,
.farm-copy h2,
.process-strip h2,
.subscription-copy h2,
.plan-card p,
.footer-cta h2,
.why-copy h2,
.offer-suite h2,
.rivora-heading h2 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.brand {
  gap: 12px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  display: inline-grid;
  flex: 0 0 42px;
  place-items: center;
}

.brand-logo svg {
  width: 42px;
  height: 42px;
  display: block;
}

.brand-logo circle {
  fill: #a8f12f;
  stroke: rgba(255, 255, 255, 0.58);
  stroke-width: 1.2;
}

.brand-logo path:first-of-type {
  fill: #062416;
}

.brand-logo path:not(:first-of-type) {
  fill: none;
  stroke: #062416;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand > span:last-child {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(2.8rem, 6.4vw, 5.7rem);
  line-height: 0.98;
  font-weight: 800;
}

.why-copy h2,
.offer-suite h2 {
  font-size: clamp(1.8rem, 2.55vw, 3.15rem);
  line-height: 1.08;
  font-weight: 800;
}

.why-copy p:not(.eyebrow) {
  max-width: 610px;
  font-size: 0.98rem;
  line-height: 1.8;
}

.why-grid article {
  min-height: auto;
  padding: 20px;
}

.why-grid h3,
.offer-grid h3 {
  font-size: 0.96rem;
}

.why-grid p,
.offer-grid p {
  font-size: 0.88rem;
}

.subscription-copy h2 {
  font-size: clamp(2.45rem, 3.7vw, 4.8rem);
  line-height: 1.02;
  font-weight: 800;
}

.plan-card p {
  font-size: clamp(1.5rem, 1.65vw, 2.05rem);
}

.plan-card strong {
  font-size: clamp(1.7rem, 2.05vw, 2.35rem);
}

.footer-cta h2 {
  font-size: clamp(2rem, 2.4vw, 3.3rem);
  line-height: 1.12;
  font-weight: 800;
}

@media (max-width: 720px) {
.brand-logo,
.brand-logo svg {
  width: 36px;
    height: 36px;
  }

  .brand-logo {
    flex-basis: 36px;
  }

  .brand > span:last-child {
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .why-copy h2,
  .offer-suite h2,
  .subscription-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.65rem);
  }
}

/* Logo image only brand */
.brand {
  min-width: 56px;
}

.brand-image {
  width: 54px;
  height: 54px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 31, 19, 0.22));
}

.site-header .brand {
  padding-left: 2px;
}

.premium-footer .brand-image {
  width: 64px;
  height: 64px;
}

.brand-logo,
.brand > span:last-child {
  display: none;
}

@media (max-width: 720px) {
  .brand {
    min-width: 48px;
  }

  .brand-image {
    width: 46px;
    height: 46px;
  }

  .premium-footer .brand-image {
    width: 58px;
    height: 58px;
  }
}

/* Clean category arrow buttons */
.category-grid a {
  width: 36px;
  height: 36px;
  right: 20px;
  bottom: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #082b1a;
  color: #a8f12f;
  font-size: 0 !important;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(0, 31, 19, 0.16);
}

.category-grid a::before,
.category-grid a::after {
  content: "";
}

.category-grid a::after {
  content: "\203A";
  width: auto;
  height: auto;
  display: block;
  background: none;
  mask: none;
  color: currentColor;
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
  transform: translateY(-15px);
}

/* Floating quick action buttons */
.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 26px;
  left: auto;
  z-index: 30;
  pointer-events: none;
  display: grid;
  gap: 12px;
}

.float-action {
  position: static;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  pointer-events: auto;
  box-shadow: 0 18px 42px rgba(0, 31, 19, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.float-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(0, 31, 19, 0.3);
}

.float-action svg {
  width: 28px;
  height: 28px;
}

.whatsapp-float {
  background: #25d366;
  color: #062416;
}

.whatsapp-float svg {
  fill: currentColor;
}

.top-float {
  background: #071b12;
  color: #a8f12f;
  border: 1px solid rgba(168, 241, 47, 0.28);
}

.top-float svg {
  fill: currentColor;
}

@media (max-width: 720px) {
  .floating-actions {
    right: 16px;
    bottom: 18px;
    left: auto;
    gap: 10px;
  }

  .float-action {
    width: 50px;
    height: 50px;
  }

  .float-action svg {
    width: 25px;
    height: 25px;
  }
}

/* Small desktop hero guard */
@media (min-width: 721px) and (max-width: 1180px) {
  .site-header {
    padding-inline: 24px;
  }

  .nav-links {
    gap: 22px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 880px;
  }

  .hero-content {
    width: min(680px, calc(100% - 48px));
    margin-left: 48px;
    padding-top: 128px;
    padding-bottom: 170px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(3.35rem, 7.1vw, 5.1rem);
    line-height: 1.02;
  }

  .hero-copy {
    max-width: 560px;
    font-size: 1.05rem;
  }
}

@media (min-width: 721px) and (max-width: 920px) {
  .site-header {
    min-height: 90px;
  }

  .site-header::before {
    border-radius: 24px;
  }

  .nav-links {
    gap: 14px;
    font-size: 0.78rem;
  }

  .brand-image {
    width: 46px;
    height: 46px;
  }

  .hero {
    min-height: 840px;
  }

  .hero-content {
    margin-left: 32px;
    padding-top: 134px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(3rem, 7vw, 4.25rem);
  }
}

.plan-card ul {
  gap: 8px;
  margin: 10px 0 8px;
}

.plan-card li {
  font-size: 0.95rem;
}

.plan-card .button {
  min-height: 48px;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  gap: 5px;
  border: 1px solid rgba(168, 241, 47, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

@media (max-width: 720px) {
  .site-header {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    min-height: 64px;
    padding: 4px 20px 10px;
  }

  .site-header::before {
    inset: 0 14px 8px;
    border-radius: 28px;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .nav-links {
    position: absolute;
    top: calc(100% - 4px);
    left: 18px;
    right: 18px;
    width: auto;
    max-width: calc(100vw - 36px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    border: 1px solid rgba(168, 241, 47, 0);
    border-radius: 24px;
    background: rgba(4, 38, 23, 0.96);
    box-shadow: 0 24px 60px rgba(0, 31, 19, 0.28);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, padding 180ms ease, border-color 180ms ease;
  }

  .nav-links a {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .menu-open .nav-links {
    max-height: 330px;
    padding: 6px;
    border-color: rgba(168, 241, 47, 0.18);
    opacity: 1;
    pointer-events: auto;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .menu-toggle {
    overflow: hidden;
  }

  .menu-toggle span {
    transform-origin: center;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Laptop hero overlap fix */
@media (min-width: 721px) {
  .hero {
    align-items: start;
    min-height: max(760px, 100vh);
  }

  .hero-content {
    align-self: start;
    margin-top: clamp(130px, 15vh, 178px);
    padding-top: 0;
    padding-bottom: 150px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 5.9vw, 5.25rem);
    line-height: 1.02;
  }
}

@media (min-width: 721px) and (max-width: 1380px) {
  .hero-content {
    width: min(720px, calc(100% - 72px));
    margin-left: clamp(42px, 6vw, 82px);
    margin-top: 138px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: clamp(3.2rem, 5.7vw, 4.8rem);
  }

  .hero-copy {
    max-width: 650px;
    font-size: 1.02rem;
  }
}

/* Subscription band without pricing card */
.subscription-plans {
  min-height: auto;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
}

.subscription-plans .subscription-copy {
  max-width: 620px;
  justify-self: end;
}

.subscription-plans .subscription-visual {
  width: min(100%, 620px);
  max-width: 620px;
  min-height: clamp(420px, 42vw, 640px);
  justify-self: start;
}

.subscription-plans .subscription-visual img {
  min-height: clamp(420px, 42vw, 640px);
}

.subscription-plans .subscription-copy p:not(.eyebrow) {
  max-width: 540px;
}

.pricing-section {
  width: 100%;
  margin: clamp(34px, 5vw, 72px) 0 clamp(42px, 5vw, 86px);
  padding: clamp(48px, 6vw, 92px) clamp(21px, 5vw, 86px);
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 241, 47, 0.2), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(244, 200, 77, 0.14), transparent 24%),
    linear-gradient(135deg, #071b12, #123c2a 52%, #082116);
  color: #fff;
  box-shadow: 0 34px 100px rgba(7, 27, 18, 0.2);
}

.pricing-heading {
  width: min(1500px, 100%);
  margin: 0 auto clamp(24px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 0.72fr);
  gap: clamp(18px, 4vw, 70px);
  align-items: end;
}

.pricing-heading h2,
.pricing-heading p {
  margin: 0;
}

.pricing-heading h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3.2vw, 4rem);
  line-height: 1.04;
}

.pricing-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.pricing-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.pricing-card {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(24px, 2.6vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.pricing-card.featured {
  border-color: rgba(168, 241, 47, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(168, 241, 47, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  transform: translateY(-10px);
}

.plan-kicker {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(168, 241, 47, 0.16);
  color: var(--rivora-lime);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card h3,
.pricing-card p,
.pricing-card strong {
  margin: 0;
}

.pricing-card h3 {
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  line-height: 1.1;
}

.pricing-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.pricing-card strong {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
}

.pricing-card strong span {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  font-weight: 800;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 8px 0 6px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rivora-lime);
  box-shadow: 0 0 0 4px rgba(168, 241, 47, 0.14);
}

.pricing-card .button {
  align-self: end;
  justify-self: stretch;
  min-height: 52px;
  border-radius: 999px;
}

.garnish-section {
  width: 100%;
  margin: 0 0 clamp(42px, 5vw, 86px);
  padding: clamp(52px, 7vw, 104px) clamp(21px, 5vw, 86px);
  background:
    radial-gradient(circle at 16% 18%, rgba(168, 241, 47, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff, #f8fbf3);
  color: var(--rivora-dark);
}

.garnish-heading {
  width: min(1180px, 100%);
  margin: 0 auto clamp(34px, 5vw, 64px);
  text-align: center;
}

.garnish-heading h2 {
  margin: 0;
  color: #020a06;
  font-size: clamp(2rem, 3.5vw, 4.25rem);
  line-height: 1.08;
  font-weight: 800;
}

.garnish-heading h2 span {
  color: #4b8d27;
}

.garnish-heading p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(2, 10, 6, 0.72);
  line-height: 1.75;
}

.garnish-grid {
  width: min(1300px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}

.garnish-collage,
.serving-card {
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(7, 27, 18, 0.12);
}

.garnish-collage {
  position: relative;
  aspect-ratio: 1.25 / 1;
  
  display: block;
  padding: 14px;
  
  border: 1px solid rgba(75, 141, 39, 0.12);
}


.garnish-collage {
  background:
    radial-gradient(circle at 20% 10%, rgba(168, 241, 47, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.72);
}



.garnish-collage img {
  display: block;
  width: 100%;
  
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(7, 27, 18, 0.1);
}

.serving-card {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  gap: clamp(14px, 2vw, 20px);
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(75, 141, 39, 0.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(168, 241, 47, 0.18), transparent 36%),
    #fbfff6;
}

.serving-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 6px 18px;
  align-items: center;
  text-align: left;
  padding: clamp(16px, 1.6vw, 22px);
  border: 1px solid rgba(75, 141, 39, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(7, 27, 18, 0.06);
}

.serving-icon {
  grid-area: icon;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #4b8d27;
  color: #fff;
  box-shadow: 0 16px 34px rgba(75, 141, 39, 0.22);
}

.serving-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serving-item h3,
.serving-item p {
  margin: 0;
}

.serving-item h3 {
  grid-area: title;
  color: #020a06;
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  line-height: 1.1;
}

.serving-item p {
  grid-area: text;
  color: rgba(2, 10, 6, 0.74);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.6;
}

@media (max-width: 1120px) {
  .subscription-plans,
  .pricing-heading,
  .pricing-grid,
  .garnish-grid {
    grid-template-columns: 1fr;
  }

  .subscription-plans .subscription-copy,
  .subscription-plans .subscription-visual {
    justify-self: stretch;
    max-width: none;
  }

  .pricing-card.featured {
    transform: none;
  }

  .garnish-collage {
    min-height: 380px;
  }
}

@media (max-width: 720px) {
  .subscription-plans {
    padding: 44px 18px;
  }

  .subscription-plans .subscription-visual,
  .subscription-plans .subscription-visual img {
    min-height: 360px;
  }

  .pricing-section {
    width: 100%;
    margin-bottom: 52px;
    padding: 42px 14px;
    border-radius: 0;
  }

  .pricing-card {
    min-height: auto;
  }

  .garnish-section {
    padding: 42px 14px;
  }

  .garnish-heading {
    text-align: left;
  }

  .garnish-heading p {
    margin-left: 0;
  }

  .garnish-collage {
    aspect-ratio: 1 / 1;
    min-height: auto;
    padding: 10px;
    border-radius: 22px;
  }

  .serving-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .serving-item {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 16px;
  }

  .serving-icon {
    width: 56px;
    height: 56px;
  }

  .serving-icon svg {
    width: 29px;
    height: 29px;
  }
}

@media (max-width: 420px) {
  .serving-item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "text";
    justify-items: center;
    text-align: center;
  }
}

/* Keep the header pill flush with the top edge on every viewport. */
.site-header {
  top: 0;
  padding-top: 0;
}

.site-header::before {
  top: 0;
}

@media (max-width: 720px) {
  .site-header {
    padding-top: 0;
  }

  .site-header::before {
    top: 0;
  }
}

/* Marquee Section */
.marquee-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    background-color: var(--leaf-deep);
    background-image: url(assets/images/leaf-background-premium.png);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: var(--white);
    padding: 30px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    /* margin-top: 20px; */
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 35s linear infinite;
}

.marquee-content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 40px;
  white-space: nowrap;
}

@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Health Conditions Section */
.health-conditions-section {
  padding: clamp(60px, 8vw, 100px) 0;
  width: min(1500px, calc(100% - 42px));
  margin: 0 auto;
}

.health-header {
  text-align: center;
  margin-bottom: 60px;
}

.health-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 900px) {
  .health-split {
    grid-template-columns: 1fr;
  }
}

.health-image-container {
  position: sticky;
  top: 100px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.health-image-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.accordion-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 0;
}

.accordion-header {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.accordion-header:hover {
  color: var(--lime);
}

.accordion-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  color: var(--lime);
  font-weight: 400;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item.active .accordion-content {
  max-height: 1000px;
  padding-bottom: 24px;
}

.accordion-content p {
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.accordion-content h5 {
  color: white;
  font-size: 1rem;
  margin: 16px 0 8px;
}

.accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-content li {
  color: rgba(255,255,255,0.8);
  padding: 6px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.9rem;
}

.accordion-content li::before {
  content: '??';
  font-size: 0.9rem;
}


/* New Health Tabs Section */
.health-tabs-section {
    padding: clamp(60px, 8vw, 100px) 21px;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 86%), rgb(0 0 0 / 81%)), url(assets/images/health-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.health-tabs-header, .health-tabs-container {
  max-width: 1500px;
  margin: 0 auto;
}

.health-tabs-header {
  text-align: center;
  margin-bottom: 40px;
}

.health-tabs-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: 'Playfair Display', Georgia, serif;
  margin-bottom: 16px;
  color: white;
}

.health-tabs-header .highlight {
  color: var(--lime);
}

.health-tabs-header p {
  color: rgba(255,255,255,0.9);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  max-width: 600px;
  margin: 0 auto;
}

.health-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.health-tab-btn {
  background: #2d5a27;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.health-tab-btn:hover {
  background: #1a3b16;
}

.health-tab-btn.active {
  background: #1a3b16;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.health-tabs-content {
  position: relative;
}

.health-tab-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}

.health-tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.health-card {
  background: #fdfcee;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.health-card-text {
  padding: 32px 40px;
  color: #333;
}

.health-card-text h3 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: #1a1a1a;
  margin-bottom: 16px;
  font-family: inherit;
}

.health-card-text p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 32px;
}

.health-card-text .health-lead-copy {
  margin-bottom: 14px;
}

.health-card-text .health-lead-copy:last-of-type {
  margin-bottom: 26px;
}

.inner-accordion {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.inner-accordion-item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.inner-accordion-header {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
}

.inner-accordion-icon {
  font-size: 1.25rem;
  color: var(--leaf);
  transition: transform 0.3s ease;
  font-weight: 400;
}

.inner-accordion-item.active .inner-accordion-icon {
  transform: rotate(45deg);
}

.inner-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.inner-accordion-item.active .inner-accordion-content {
  max-height: 500px;
  padding-bottom: 16px;
}

.inner-accordion-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  color: #555;
}

.inner-accordion-content li {
  margin-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.5;
}




.health-card-image {
  position: relative;
  height: 100%;
  min-height: 300px; /* fallback for mobile */
}

.health-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .health-card {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
  }

  .health-card-image {
    min-height: 250px;
  }
}

@media (max-width: 700px) {
  .health-tabs-section {
    padding: 48px 16px;
  }

  .health-tabs-header {
    margin-bottom: 28px;
  }

  .health-tabs-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 -16px 28px;
    padding: 0 16px 8px;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .health-tab-btn {
    flex: 0 0 auto;
    padding: 10px 16px;
    font-size: 0.78rem;
  }

  .health-card {
    border-radius: 18px;
  }

  .health-card-text {
    padding: 24px 20px;
  }

  .health-card-text p {
    margin-bottom: 22px;
  }

  .health-card-text .health-lead-copy {
    margin-bottom: 12px;
  }

  .health-card-text .health-lead-copy:last-of-type {
    margin-bottom: 20px;
  }

  .inner-accordion-header {
    gap: 16px;
  }
}

/* Reference-style top navigation */
html {
  scroll-padding-top: 118px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 98px;
  display: grid;
  grid-template-columns: minmax(150px, 230px) 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 64px);
  padding: 0 clamp(18px, 3vw, 52px);
  color: #18231f;
  background: #fff;
  border-bottom: 1px solid rgba(18, 60, 42, 0.08);
  box-shadow: 0 10px 30px rgba(8, 32, 20, 0.08);
}

.site-header::before {
  display: none;
}

.site-header .brand {
  min-width: 0;
  width: fit-content;
  padding: 0;
}

.site-header .brand-image {
  width: clamp(132px, 12vw, 200px);
  height: auto;
  max-height: 100px;
  object-fit: contain;
  filter: none;
}

.nav-links {
  justify-content: flex-end;
  gap: clamp(20px, 3.1vw, 56px);
  font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif;
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  color: #18231f;
  opacity: 1;
  padding: 12px 0;
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: #3f7f18;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.menu-toggle {
  justify-self: end;
  border-color: rgba(18, 60, 42, 0.18);
  background: #fff;
  color: #18231f;
  box-shadow: 0 10px 24px rgba(8, 32, 20, 0.08);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(118px, 170px) 1fr;
    min-height: 86px;
    gap: 22px;
    padding-inline: 22px;
  }

  .site-header .brand-image {
    width: clamp(118px, 15vw, 160px);
    max-height: 76px;
  }

  .nav-links {
    gap: clamp(14px, 2.2vw, 28px);
    font-size: 0.78rem;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 92px;
  }

  .site-header {
    grid-template-columns: auto auto;
    min-height: 78px;
    padding: 8px 16px;
  }

  .site-header .brand-image {
    width: 126px;
    max-height: 62px;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    width: auto;
    max-width: calc(100vw - 32px);
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(18, 60, 42, 0);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(8, 32, 20, 0.18);
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, padding 180ms ease, border-color 180ms ease;
  }

  .nav-links a {
    padding: 15px 18px;
    border-bottom: 1px solid rgba(18, 60, 42, 0.08);
    color: #18231f;
    font-size: 0.9rem;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .menu-open .nav-links {
    max-height: 420px;
    padding: 6px;
    border-color: rgba(18, 60, 42, 0.1);
    opacity: 1;
    pointer-events: auto;
  }
}

/* Subscription plan cards matching the provided reference */
.pricing-section {
  width: 100%;
  margin: clamp(36px, 5vw, 76px) 0;
  padding: clamp(34px, 5vw, 66px) clamp(16px, 4vw, 54px) clamp(48px, 6vw, 76px);
  border-radius: 0;
  background: #fff;
  color: #050805;
  box-shadow: none;
}

.pricing-heading {
  width: min(1200px, 100%);
  margin: 0 auto 24px;
  display: block;
  text-align: center;
}

.pricing-heading .eyebrow {
  color: #4c8415;
}

.pricing-heading h2 {
  max-width: 880px;
  margin: 0 auto;
  color: #050805;
  font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
}

.pricing-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 14px auto 0;
  color: rgba(5, 8, 5, 0.68);
  line-height: 1.65;
}

.pricing-periods {
  width: min(860px, 100%);
  margin: 0 auto clamp(34px, 5vw, 54px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 3vw, 44px);
}

.pricing-periods button {
  min-width: clamp(126px, 13vw, 170px);
  min-height: 54px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  background: #4f8714;
  color: #fff;
  font: 800 0.95rem/1 "Plus Jakarta Sans", "Inter", Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}

.pricing-periods button.active {
  background: #083d08;
}

.pricing-grid {
  width: min(1460px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.pricing-card,
.pricing-card.featured {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  gap: 28px;
  padding: clamp(26px, 2.5vw, 34px);
  overflow: hidden;
  border: 1px solid #4f8714;
  border-bottom-width: 4px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(230, 255, 188, 0.72), rgba(255, 255, 255, 0.9) 56%),
    #fbfff3;
  color: #050805;
  box-shadow: none;
  transform: none;
}

.pricing-card > .plan-kicker,
.pricing-card > h3,
.pricing-card > p,
.pricing-card > strong {
  display: none;
}

.pricing-card-top {
  display: grid;
  grid-template-columns: minmax(128px, 0.78fr) minmax(150px, 1.1fr);
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(5, 8, 5, 0.26);
}

.pricing-card-top h3,
.pricing-card-top strong {
  margin: 0;
}

.pricing-card-top h3 {
  color: #050805;
  font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: none;
}

.pricing-card-top strong {
  display: block;
  margin-top: 16px;
  color: #4f8714;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 900;
  line-height: 1;
}

.pricing-card-top img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 0;
  mix-blend-mode: multiply;
}

.pricing-card ul {
  display: grid;
  gap: 20px;
  margin: 18px 0 6px;
  padding: 0 0 0 20px;
  list-style: disc;
}

.pricing-card li {
  padding-left: 2px;
  color: #050805;
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.45;
}

.pricing-card li::before {
  content: none;
}

.pricing-card li strong {
  color: #050805;
  font-weight: 900;
}

.pricing-card .button,
.pricing-card .button.primary,
.pricing-card .button.secondary {
  width: fit-content;
  min-width: 204px;
  min-height: 52px;
  margin-top: auto;
  padding: 16px 28px;
  border: 0;
  border-radius: 999px;
  background: #083d08;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .pricing-section {
    padding: 38px 14px 48px;
  }

  .pricing-heading {
    text-align: left;
  }

  .pricing-heading h2,
  .pricing-heading p:not(.eyebrow) {
    margin-left: 0;
  }

  .pricing-periods {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 26px;
  }

  .pricing-periods button {
    min-width: calc(50% - 5px);
    min-height: 48px;
    padding: 12px 14px;
    font-size: 0.82rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .pricing-card.featured,
  .pricing-card:last-child {
    grid-column: auto;
    min-height: auto;
    gap: 22px;
    padding: 24px 20px;
  }

  .pricing-card-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pricing-card-top img {
    height: 150px;
    order: -1;
  }

  .pricing-card ul {
    gap: 14px;
    margin-top: 6px;
  }

  .pricing-card .button,
  .pricing-card .button.primary,
  .pricing-card .button.secondary {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }
}

/* Premium floating WhatsApp action */
.floating-actions {
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(18px, 2.5vw, 34px);
  z-index: 120;
  gap: 14px;
}

.float-action {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-float {
  position: relative;
  width: 74px;
  height: 74px;
  overflow: visible;
  border: 9px solid #12823f;
  background: #25d366;
  color: #fff;
  box-shadow:
    0 22px 44px rgba(7, 70, 34, 0.34),
    0 8px 18px rgba(4, 38, 23, 0.18),
    inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -17px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(18, 130, 63, 0.14);
  transform: scale(1);
  opacity: 1;
  transition: transform 220ms ease, opacity 220ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-4px) scale(1.03);
  filter: saturate(1.06);
  box-shadow:
    0 30px 62px rgba(7, 70, 34, 0.42),
    0 12px 24px rgba(4, 38, 23, 0.22),
    inset 0 2px 0 rgba(255, 255, 255, 0.28);
}

.whatsapp-float:hover::before,
.whatsapp-float:focus-visible::before {
  transform: scale(1);
  opacity: 1;
}

.whatsapp-float svg {
  width: 33px;
  height: 33px;
  fill: currentColor;
}

.top-float {
  width: 52px;
  height: 52px;
  background: #0a321d;
  color: #b8f060;
  box-shadow: 0 18px 36px rgba(4, 38, 23, 0.24);
}

@media (max-width: 720px) {
  .floating-actions {
    right: 14px;
    bottom: 16px;
    gap: 10px;
  }

  .whatsapp-float {
    width: 62px;
    height: 62px;
    border-width: 7px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }

  .top-float {
    width: 46px;
    height: 46px;
  }
}

/* Premium footer alignment rebuild */
.premium-footer {
  position: relative;
  isolation: isolate;
  padding: clamp(42px, 6vw, 86px) clamp(18px, 4vw, 64px) 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(2, 20, 12, 0.96), rgba(1, 36, 20, 0.94)),
    url("assets/images/leaf-background-premium.png") center / cover;
  color: #fff;
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(168, 241, 47, 0.1), transparent 26%),
    radial-gradient(circle at 82% 8%, rgba(168, 241, 47, 0.08), transparent 24%);
  pointer-events: none;
}

.footer-cta,
.footer-main,
.footer-bottom {
  width: min(1380px, 100%);
  max-width: 1380px;
}

.footer-cta {
  margin: 0 auto clamp(42px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 54px);
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(168, 241, 47, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 18%, rgba(168, 241, 47, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.footer-cta .eyebrow {
  margin: 0 0 12px;
  color: #d8a93b;
}

.footer-cta h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3.8rem);
  line-height: 1.06;
  font-weight: 850;
}

.footer-cta .button.primary {
  min-width: 180px;
  min-height: 58px;
  justify-content: center;
  border-radius: 999px;
  background: #9df321;
  color: #06170e;
  box-shadow: 0 16px 38px rgba(157, 243, 33, 0.22);
}

.footer-main {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(150px, 0.72fr) minmax(190px, 0.82fr) minmax(220px, 0.92fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}

.premium-footer .footer-main {
  padding-top: 0;
}

.premium-footer .footer-brand {
  max-width: 410px;
}

.premium-footer .brand {
  width: fit-content;
  margin: 0 0 28px;
}

.premium-footer .brand-image {
  width: 86px;
  height: auto;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.2));
}

.premium-footer .footer-brand p {
  max-width: 360px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.footer-contact-card {
  width: min(100%, 340px);
  padding: 20px 22px;
  border: 1px solid rgba(168, 241, 47, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-contact-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.footer-contact-card a {
  color: #d6ff77;
  font-size: 1.08rem;
  font-weight: 900;
}

.premium-footer nav,
.premium-footer address,
.premium-footer .footer-main > div:not(.footer-brand) {
  display: grid;
  align-content: start;
  gap: 14px;
  font-style: normal;
}

.premium-footer strong {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  line-height: 1.15;
  font-weight: 900;
}

.premium-footer a,
.premium-footer span {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.95rem, 1.04vw, 1.05rem);
  line-height: 1.55;
}

.premium-footer a {
  width: fit-content;
  transition: color 180ms ease, transform 180ms ease;
}

.premium-footer a:hover {
  color: #d6ff77;
  transform: translateX(3px);
}

.footer-bottom {
  margin: clamp(38px, 6vw, 68px) auto 0;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom a {
  color: #d6ff77;
  font-weight: 900;
}

@media (max-width: 1050px) {
  .footer-cta {
    grid-template-columns: 1fr;
  }

  .footer-cta .button {
    justify-self: start;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 38px 56px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .premium-footer {
    padding: 34px 16px 26px;
  }

  .footer-cta {
    gap: 22px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .footer-cta h2 {
    font-size: clamp(1.75rem, 9vw, 2.45rem);
  }

  .footer-cta .button.primary {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .premium-footer .brand-image {
    width: 74px;
  }

  .footer-contact-card {
    width: 100%;
  }

  .premium-footer strong {
    margin-bottom: 12px;
  }

  .premium-footer nav,
  .premium-footer address,
  .premium-footer .footer-main > div:not(.footer-brand) {
    gap: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Premium subscription showcase rebuild */
.pricing-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: clamp(42px, 6vw, 86px) 0;
  padding: clamp(58px, 7vw, 104px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(5, 25, 14, 0.96), rgba(12, 62, 33, 0.92)),
    url("assets/images/leaf-background-premium.png") center / cover;
  color: #fff;
}

.pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 0%, rgba(157, 243, 33, 0.18), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(216, 169, 59, 0.16), transparent 24%);
  pointer-events: none;
}

.pricing-heading {
  width: min(900px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}

.pricing-heading .eyebrow {
  color: #d6ff77;
  font-size: 0.78rem;
}

.pricing-heading h2 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4.75rem);
  line-height: 1.02;
}

.pricing-heading p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}

.pricing-periods {
  width: min(960px, 100%);
  margin: 0 auto clamp(36px, 5vw, 64px);
  gap: clamp(12px, 2vw, 22px);
}

.pricing-periods button {
  min-width: clamp(136px, 14vw, 184px);
  min-height: 52px;
  border: 1px solid rgba(214, 255, 119, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pricing-periods button.active {
  background: #9df321;
  color: #06170e;
}

.pricing-grid {
  width: min(1320px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
}

.pricing-card,
.pricing-card.featured {
  min-height: 640px;
  gap: 24px;
  padding: 18px;
  border: 1px solid rgba(214, 255, 119, 0.34);
  border-bottom-width: 1px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6ffe8 100%);
  color: #06170e;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.pricing-card-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(7, 27, 18, 0.14);
}

.pricing-card-top img {
  order: -1;
  width: 100%;
  height: clamp(190px, 14vw, 245px);
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  box-shadow: 0 18px 42px rgba(7, 27, 18, 0.14);
}

.pricing-card-top h3 {
  font-size: clamp(1.65rem, 2vw, 2.25rem);
}

.pricing-card-top strong {
  margin-top: 10px;
  color: #3f7f18;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
}

.pricing-card ul {
  gap: 15px;
  margin: 0;
  padding-left: 22px;
}

.pricing-card li,
.pricing-card li strong {
  color: #06170e;
  font-size: 1rem;
  line-height: 1.55;
}

.pricing-card li strong {
  font-weight: 900;
}

.pricing-card .button,
.pricing-card .button.primary,
.pricing-card .button.secondary {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  border-radius: 999px;
  background: #063f14;
  color: #fff;
  box-shadow: 0 18px 36px rgba(6, 63, 20, 0.22);
}

.pricing-card .button:hover,
.pricing-card .button:focus-visible {
  background: #9df321;
  color: #06170e;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .pricing-section {
    padding: 46px 14px 58px;
  }

  .pricing-heading {
    text-align: left;
  }

  .pricing-heading h2,
  .pricing-heading p:not(.eyebrow) {
    margin-left: 0;
  }

  .pricing-periods {
    justify-content: flex-start;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .pricing-card.featured,
  .pricing-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 14px;
    border-radius: 24px;
  }

  .pricing-card-top img {
    height: 210px;
    border-radius: 18px;
  }
}

/* Light premium subscription background */
.pricing-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(157, 243, 33, 0.22), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(216, 169, 59, 0.16), transparent 24%),
    linear-gradient(180deg, #fbfff4 0%, #eef8df 54%, #ffffff 100%);
  color: #06170e;
}

.pricing-section::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.86)),
    url("assets/images/leaf-background-premium.png") center / cover;
  opacity: 0.45;
}

.pricing-heading .eyebrow {
  color: #4f8714;
}

.pricing-heading h2 {
  color: #06170e;
}

.pricing-heading p:not(.eyebrow) {
  color: rgba(6, 23, 14, 0.66);
}

.pricing-periods button {
  border-color: rgba(79, 135, 20, 0.24);
  background: #fff;
  color: #315b16;
  box-shadow: 0 12px 28px rgba(7, 27, 18, 0.08);
}

.pricing-periods button.active {
  background: #4f8714;
  color: #fff;
}

.pricing-card,
.pricing-card.featured {
  border-color: rgba(79, 135, 20, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 255, 232, 0.98));
  box-shadow:
    0 24px 64px rgba(49, 91, 22, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@media (max-width: 720px) {
  .pricing-section {
    background:
      radial-gradient(circle at 18% 4%, rgba(157, 243, 33, 0.2), transparent 32%),
      linear-gradient(180deg, #fbfff4 0%, #eef8df 100%);
  }
}

/* Reference-width subscription cards */
.pricing-section {
  margin: 0;
  padding: clamp(42px, 5vw, 72px) 0 clamp(58px, 6vw, 82px);
  background: #fff;
}

.pricing-section::before {
  content: none;
}

.pricing-heading {
  margin-bottom: 28px;
}

.pricing-heading h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.08;
}

.pricing-heading p:not(.eyebrow) {
  font-size: 0.95rem;
}

.subscription-cycle-note {
  width: min(860px, 100%);
  margin: 18px auto 14px;
  display: grid;
  gap: 10px;
  text-align: center;
}

.subscription-cycle-note p {
  margin: 0;
  color: rgba(7, 27, 18, 0.76);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.65;
}

.subscription-cycle-note strong {
  color: #063f14;
  font-weight: 900;
}

.subscription-cycle-example {
  width: fit-content;
  max-width: 100%;
  margin: 4px auto 0 !important;
  padding: 12px 18px;
  border: 1px solid rgba(79, 135, 20, 0.18);
  border-radius: 14px;
  background: rgba(247, 255, 233, 0.86);
}

.pricing-periods {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.pricing-periods button {
  min-width: 160px;
  min-height: 54px;
  background: #4f8714;
  color: #fff;
  box-shadow: none;
}

.pricing-periods button.active {
  background: #063f14;
}

.pricing-periods button:focus-visible {
  outline: 3px solid rgba(79, 135, 20, 0.28);
  outline-offset: 4px;
}

.pricing-grid {
  width: min(1880px, calc(100% - 32px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 1.6vw, 30px);
}

.pricing-card,
.pricing-card.featured {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: auto;
  padding: clamp(24px, 1.8vw, 32px);
  gap: clamp(20px, 1.8vw, 28px);
  align-content: start;
  align-items: stretch;
  border: 1.5px solid #4f8714;
  border-bottom-width: 6px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, #f7ffe9 0%, #ffffff 48%, #f8fff0 100%);
  box-shadow: 0 18px 48px rgba(6, 63, 20, 0.08);
  transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pricing-card:hover,
.pricing-card.featured:hover {
  border-color: #3f7f18;
  box-shadow: 0 22px 54px rgba(6, 63, 20, 0.12);
  transform: translateY(-4px);
}

.pricing-card:first-child {
  background:
    linear-gradient(145deg, #f7ffe9 0%, #ffffff 48%, #f8fff0 100%);
}

.pricing-card-top {
  display: grid;
  grid-template-columns: minmax(130px, 0.58fr) minmax(170px, 1fr);
  align-items: center;
  gap: clamp(14px, 1.5vw, 22px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(7, 27, 18, 0.28);
}

.pricing-card-top img {
  order: 0;
  width: 100%;
  height: clamp(110px, 8.4vw, 145px);
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  box-shadow: none;
  background: transparent;
}

.pricing-card-top h3 {
  color: #050805;
  font-size: clamp(1.7rem, 1.9vw, 2.2rem);
  line-height: 1;
}

.pricing-card-top strong {
  margin-top: 16px;
  color: #4f8714;
  font-size: clamp(1.65rem, 1.9vw, 2.1rem);
  line-height: 1;
}

.pricing-card ul {
  display: grid;
  align-content: start;
  gap: clamp(14px, 1.35vw, 20px);
  padding-left: 22px;
}

.pricing-card li,
.pricing-card li strong {
  color: #050805;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  line-height: 1.4;
}

.pricing-card .button,
.pricing-card .button.primary,
.pricing-card .button.secondary {
  justify-self: center;
  width: fit-content;
  min-width: clamp(170px, 11vw, 210px);
  min-height: 52px;
  padding: 14px 26px;
  font-size: clamp(0.86rem, 0.9vw, 0.98rem);
  background: #063f14;
  color: #fff;
  box-shadow: 0 14px 30px rgba(6, 63, 20, 0.18);
}

@media (max-width: 1180px) {
  .pricing-grid {
    width: min(980px, calc(100% - 32px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .pricing-section {
    padding: 38px 14px 52px;
  }

  .pricing-heading {
    text-align: center;
  }

  .subscription-cycle-note {
    gap: 9px;
  }

  .subscription-cycle-example {
    padding: 12px 14px;
  }

  .pricing-periods button {
    min-width: calc(50% - 6px);
  }

  .pricing-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .pricing-card.featured,
  .pricing-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 22px 18px;
    gap: 22px;
    border-radius: 20px;
  }

  .pricing-card-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-card-top img {
    height: 150px;
  }

  .pricing-card-top strong {
    margin-top: 10px;
  }

  .pricing-card ul {
    gap: 13px;
  }

  .pricing-card .button,
  .pricing-card .button.primary,
  .pricing-card .button.secondary {
    width: fit-content;
    min-width: 0;
    min-height: 50px;
    padding: 13px 24px;
  }
}

/* Inner premium pages */
.inner-page {
  background: #fbfff4;
}

.page-hero {
  width: 100%;
  min-height: clamp(560px, 72vh, 760px);
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(130px, 12vw, 170px) clamp(20px, 6vw, 96px) clamp(56px, 7vw, 96px);
  background:
    radial-gradient(circle at 14% 14%, rgba(157, 243, 33, 0.28), transparent 26%),
    linear-gradient(135deg, #fbfff4, #eaf8d7);
  color: #071b12;
}

.page-hero-copy {
  max-width: 760px;
}

.page-hero-copy h1 {
  margin: 0;
  color: #071b12;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(2.65rem, 5vw, 5.8rem);
  font-weight: 900;
  line-height: 0.98;
}

.page-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(7, 27, 18, 0.7);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.7;
}

.page-hero-copy .button {
  margin-top: 30px;
}

.page-hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(79, 135, 20, 0.18);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(49, 91, 22, 0.16);
}

.page-hero-media img {
  width: 100%;
  height: clamp(330px, 42vw, 560px);
  object-fit: cover;
}

.page-hero-microgreens .page-hero-media img,
.page-hero-plans .page-hero-media img,
.page-hero-faq .page-hero-media img {
  object-fit: contain;
  padding: clamp(20px, 3vw, 42px);
}

.premium-page-section {
  width: min(1500px, calc(100% - 42px));
  margin: clamp(44px, 6vw, 86px) auto;
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 44px);
}

.section-title-row h2 {
  max-width: 780px;
  margin: 0;
  color: #071b12;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3.8rem);
  line-height: 1.08;
}

.section-title-row > a {
  color: #3f7f18;
  font-weight: 900;
}

.premium-product-grid,
.nutrition-feature-grid,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.nutrition-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premium-product-grid article,
.nutrition-feature-grid article,
.contact-layout article,
.faq-page-list details {
  border: 1px solid rgba(79, 135, 20, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 54px rgba(49, 91, 22, 0.1);
}

.premium-product-grid article,
.nutrition-feature-grid article {
  padding: 16px;
}

.premium-product-grid img,
.nutrition-feature-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
  background: #f5fbe9;
}

.premium-product-grid span,
.contact-layout span {
  display: block;
  margin-top: 18px;
  color: #4f8714;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-product-grid h3,
.nutrition-feature-grid h3,
.contact-layout strong {
  margin: 8px 0 0;
  color: #071b12;
  font-size: clamp(1.25rem, 1.5vw, 1.7rem);
}

.premium-product-grid p,
.nutrition-feature-grid p,
.contact-layout p {
  color: rgba(7, 27, 18, 0.68);
  line-height: 1.65;
}

.contact-layout article {
  padding: clamp(24px, 3vw, 36px);
}

.contact-layout a {
  display: block;
  margin-top: 10px;
  color: #3f7f18;
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  font-weight: 900;
}

.faq-page-list {
  display: grid;
  gap: 16px;
  width: min(980px, calc(100% - 42px));
}

.faq-page-list details {
  padding: 0;
  overflow: hidden;
}

.faq-page-list summary {
  cursor: pointer;
  padding: 22px 26px;
  color: #071b12;
  font-weight: 900;
  list-style: none;
}

.faq-page-list summary::-webkit-details-marker {
  display: none;
}

.faq-page-list p {
  margin: 0;
  padding: 0 26px 24px;
  color: rgba(7, 27, 18, 0.7);
  line-height: 1.7;
}

@media (max-width: 1020px) {
  .page-hero,
  .premium-product-grid,
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }

  .nutrition-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .page-hero {
    grid-template-columns: 1fr;
    padding: 110px 16px 42px;
  }

  .page-hero-media img {
    height: 280px;
  }

  .premium-page-section {
    width: calc(100% - 28px);
  }

  .section-title-row,
  .premium-product-grid,
  .nutrition-feature-grid,
  .contact-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .premium-product-grid img,
  .nutrition-feature-grid img {
    height: 220px;
  }
}

/* Simple microgreens bottom-strip page banners */
.inner-page .page-hero {
  position: relative;
  min-height: clamp(390px, 38vw, 500px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: center;
  gap: 0;
  padding: clamp(116px, 9vw, 142px) 20px clamp(190px, 18vw, 250px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 8%, rgba(157, 243, 33, 0.12), transparent 28%),
    linear-gradient(180deg, #f8ffef 0%, #edf9dc 100%);
  border-top: 1px solid rgba(79, 135, 20, 0.12);
}

.inner-page .page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(170px, 20vw, 245px);
  background: url("assets/images/hero.png") center bottom / cover no-repeat;
  pointer-events: none;
}

.inner-page .page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(1120px, calc(100% - 24px));
  text-align: center;
}

.inner-page .page-hero-copy .eyebrow,
.inner-page .page-hero-copy p:not(.eyebrow),
.inner-page .page-hero-copy .button,
.inner-page .page-hero-media {
  display: none;
}

.inner-page .page-hero-copy h1 {
  margin: 0;
  color: #050805;
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 720px) {
  .inner-page .page-hero {
    min-height: 330px;
    padding: 104px 16px 145px;
  }

  .inner-page .page-hero::after {
    height: 132px;
    background-size: auto 145px;
  }

  .inner-page .page-hero-copy h1 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.08;
  }
}

/* Final professional inner-page banner: starts below header, text over image */
.inner-page {
  padding-top: 98px;
}

.inner-page .page-hero {
  position: relative;
  min-height: clamp(360px, 34vw, 500px);
  display: grid;
  place-items: center;
  padding: clamp(58px, 7vw, 96px) 20px;
  overflow: hidden;
  isolation: isolate;
  background: #eef8df;
  border-top: 1px solid rgba(79, 135, 20, 0.12);
}

.inner-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(246, 255, 235, 0.68), rgba(246, 255, 235, 0.46)),
    radial-gradient(circle at 50% 24%, rgba(157, 243, 33, 0.12), transparent 34%);
  pointer-events: none;
}

.inner-page .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.16));
  pointer-events: none;
}

.page-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.inner-page .page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(1280px, calc(100% - 24px));
  text-align: center;
}

.inner-page .page-hero-copy h1 {
  max-width: 1180px;
  margin: 0 auto;
  color: #050805;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.46);
}

@media (max-width: 1180px) {
  .inner-page {
    padding-top: 86px;
  }
}

@media (max-width: 860px) {
  .inner-page {
    padding-top: 78px;
  }
}

@media (max-width: 720px) {
  .inner-page .page-hero {
    min-height: 320px;
    padding: 46px 16px;
  }

  .inner-page .page-hero::before {
    background: linear-gradient(180deg, rgba(246, 255, 235, 0.72), rgba(246, 255, 235, 0.52));
  }

  .page-hero-video {
    object-position: center bottom;
  }

  .inner-page .page-hero-copy h1 {
    font-size: clamp(2.05rem, 10vw, 3.35rem);
    line-height: 1.08;
  }
}

/* Cinematic FAQ page */
.faq-cinematic-section {
  position: relative;
  padding: clamp(54px, 7vw, 104px) clamp(16px, 5vw, 80px);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(157, 243, 33, 0.16), transparent 24%),
    linear-gradient(180deg, #f7ffec 0%, #eef8df 100%);
}

.faq-cinematic-panel {
  width: min(1480px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(79, 135, 20, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(5, 25, 14, 0.96), rgba(14, 66, 34, 0.92)),
    url("assets/images/leaf-background-premium.png") center / cover;
  box-shadow: 0 34px 110px rgba(7, 27, 18, 0.18);
}

.faq-feature-card {
  position: sticky;
  top: 120px;
  min-height: 560px;
  display: grid;
  align-content: end;
  padding: clamp(28px, 4vw, 52px);
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(3, 20, 12, 0.1), rgba(3, 20, 12, 0.9)),
    url("assets/images/real-microgreens-showcase.png") center / cover;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.faq-feature-card .eyebrow {
  color: #d6ff77;
}

.faq-feature-card h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1.04;
}

.faq-feature-card p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.faq-feature-card .button {
  width: fit-content;
  margin-top: 28px;
  background: #9df321;
  color: #06170e;
}

.faq-cinematic-panel .faq-page-list {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 16px;
}

.faq-cinematic-panel .faq-page-list details {
  border: 1px solid rgba(214, 255, 119, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease;
}

.faq-cinematic-panel .faq-page-list details[open] {
  border-color: rgba(157, 243, 33, 0.58);
  transform: translateY(-2px);
}

.faq-cinematic-panel .faq-page-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 34px;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 22px 26px;
  color: #071b12;
  font-size: clamp(1.1rem, 1.4vw, 1.45rem);
  font-weight: 900;
}

.faq-cinematic-panel .faq-page-list summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf8df;
  color: #3f7f18;
  font-size: 1.45rem;
  line-height: 1;
}

.faq-cinematic-panel .faq-page-list details[open] summary::after {
  content: "-";
  background: #063f14;
  color: #fff;
}

.faq-cinematic-panel .faq-page-list summary span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #063f14;
  color: #d6ff77;
  font-size: 0.9rem;
  font-weight: 900;
}

.faq-cinematic-panel .faq-page-list p {
  margin: 0;
  padding: 0 26px 28px 96px;
  color: rgba(7, 27, 18, 0.72);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .faq-cinematic-panel {
    grid-template-columns: 1fr;
  }

  .faq-feature-card {
    position: relative;
    top: auto;
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .faq-cinematic-section {
    padding: 36px 14px 52px;
  }

  .faq-cinematic-panel {
    padding: 12px;
    border-radius: 24px;
  }

  .faq-feature-card {
    min-height: 360px;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .faq-cinematic-panel .faq-page-list summary {
    grid-template-columns: 42px 1fr 30px;
    gap: 12px;
    min-height: 78px;
    padding: 18px 16px;
  }

  .faq-cinematic-panel .faq-page-list summary span {
    width: 42px;
    height: 42px;
  }

  .faq-cinematic-panel .faq-page-list p {
    padding: 0 16px 22px 70px;
  }
}

/* Bulk business CTA above footer */
.bulk-business-cta {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(280px, 26vw, 390px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 20, 12, 0.66), rgba(5, 20, 12, 0.42) 48%, rgba(5, 20, 12, 0.86)),
    url("assets/images/hero.png") center / cover no-repeat;
  color: #fff;
}

.bulk-business-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 50%, rgba(157, 243, 33, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.bulk-business-inner {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 0.95fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
  padding: clamp(44px, 6vw, 78px) clamp(18px, 4vw, 42px);
}

.bulk-business-title h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(3rem, 5vw, 5.8rem);
  font-weight: 800;
  line-height: 1.02;
}

.bulk-business-copy {
  max-width: 800px;
}

.bulk-business-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.55;
  font-weight: 500;
}

.bulk-business-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.bulk-business-actions .button {
  min-width: 190px;
  min-height: 56px;
  justify-content: center;
  border-radius: 999px;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  font-weight: 900;
  text-transform: uppercase;
}

.bulk-business-actions .button.light {
  background: #fff;
  color: #063f14;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.bulk-business-actions .button.primary {
  background: #83c81d;
  color: #fff;
  box-shadow: 0 18px 42px rgba(131, 200, 29, 0.24);
}

@media (max-width: 980px) {
  .bulk-business-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bulk-business-title h2,
  .bulk-business-copy {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .bulk-business-cta {
    min-height: auto;
    background-position: center;
  }

  .bulk-business-inner {
    padding: 42px 16px;
  }

  .bulk-business-title h2 {
    font-size: clamp(2.4rem, 12vw, 3.45rem);
  }

  .bulk-business-copy p {
    font-size: 1rem;
  }

  .bulk-business-actions {
    gap: 12px;
  }

  .bulk-business-actions .button {
    width: 100%;
  }
}

/* Compact responsive bulk CTA */
.bulk-business-cta {
  min-height: clamp(220px, 20vw, 300px);
}

.bulk-business-inner {
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1fr);
  gap: clamp(24px, 5vw, 78px);
  padding: clamp(32px, 4.5vw, 54px) clamp(18px, 4vw, 42px);
}

.bulk-business-title h2 {
  max-width: 660px;
  font-size: clamp(2.35rem, 4vw, 4.35rem);
  line-height: 1.03;
}

.bulk-business-copy p {
  max-width: 760px;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

.bulk-business-actions {
  gap: 16px;
  margin-top: 22px;
}

.bulk-business-actions .button {
  min-width: 180px;
  min-height: 52px;
  padding: 14px 28px;
}

@media (max-width: 980px) {
  .bulk-business-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bulk-business-title h2 {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .bulk-business-cta {
    min-height: auto;
  }

  .bulk-business-inner {
    padding: 34px 16px;
  }

  .bulk-business-title h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .bulk-business-actions {
    margin-top: 18px;
  }

  .bulk-business-actions .button {
    min-height: 50px;
  }
}

@media (max-width: 480px) {
  .bulk-business-inner {
    padding: 30px 14px;
  }

  .bulk-business-title h2 {
    font-size: clamp(1.85rem, 11vw, 2.45rem);
    line-height: 1.08;
  }

  .bulk-business-copy p {
    font-size: 0.98rem;
  }

  .bulk-business-actions {
    gap: 12px;
  }
}

/* Premium contact page */
.contact-detail-grid article {
  min-height: 300px;
  display: grid;
  align-content: center;
  padding: clamp(30px, 4vw, 54px);
  background:
    radial-gradient(circle at 82% 12%, rgba(157, 243, 33, 0.14), transparent 30%),
    #fff;
}

.contact-detail-grid article .contact-card-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  align-self: start;
  margin: 0 0 18px;
  border-radius: 18px;
  background: #edf8df;
  color: #4f8714;
  line-height: 0;
}

.contact-detail-grid article .contact-card-icon svg {
  width: 30px;
  height: 30px;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
  transform: translate(0, 0);
}

.contact-detail-grid article .contact-card-icon svg path {
  transform-box: fill-box;
  transform-origin: center;
}

.contact-layout .contact-card-icon + span {
  margin-top: 0;
}

.contact-action-section {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
  margin-top: 0;
}

.contact-form-panel,
.contact-map-panel {
  overflow: hidden;
  border: 1px solid rgba(79, 135, 20, 0.18);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(49, 91, 22, 0.12);
}

.contact-form-panel {
  padding: clamp(28px, 4vw, 52px);
}

.contact-form-copy .eyebrow {
  margin: 0 0 12px;
  color: #4f8714;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #06170e;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3.55rem);
  line-height: 1.08;
}

.contact-form-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(7, 27, 18, 0.68);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.7;
}

.contact-premium-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(24px, 3vw, 36px);
}

.contact-premium-form label {
  display: grid;
  gap: 9px;
}

.contact-premium-form label:nth-child(4) {
  grid-column: 1 / -1;
}

.contact-premium-form span {
  color: #3f7f18;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-premium-form input,
.contact-premium-form select,
.contact-premium-form textarea {
  width: 100%;
  border: 1px solid rgba(79, 135, 20, 0.22);
  border-radius: 16px;
  background: #f7fdef;
  color: #071b12;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-premium-form input,
.contact-premium-form select {
  min-height: 58px;
  padding: 0 18px;
}

.contact-premium-form textarea {
  min-height: 138px;
  padding: 17px 18px;
  resize: vertical;
}

.contact-premium-form input:focus,
.contact-premium-form select:focus,
.contact-premium-form textarea:focus {
  border-color: #4f8714;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(157, 243, 33, 0.18);
}

.contact-premium-form .button {
  grid-column: 1 / -1;
  width: fit-content;
  min-width: 210px;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  background: #063f14;
  color: #fff;
}

.contact-map-panel {
  position: relative;
  min-height: 620px;
  isolation: isolate;
}

.contact-map-panel iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.86) contrast(1.05);
}

.contact-map-card {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 1;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  background: rgba(6, 63, 20, 0.9);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.22);
}

.contact-map-card span {
  display: block;
  color: #d6ff77;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-map-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
}

.contact-map-card p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .contact-action-section {
    grid-template-columns: 1fr;
  }

  .contact-map-panel {
    min-height: 430px;
  }
}

@media (max-width: 720px) {
  .contact-detail-grid article {
    min-height: auto;
    padding: 26px 20px;
  }

  .contact-detail-grid article .contact-card-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 16px;
  }

  .contact-action-section {
    width: calc(100% - 28px);
    gap: 18px;
  }

  .contact-form-panel {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .contact-premium-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-premium-form .button {
    width: 100%;
  }

  .contact-map-panel {
    min-height: 360px;
    border-radius: 22px;
  }
}

/* Subscription page extra sections */
.subscription-info-section {
  width: 100%;
  padding: clamp(52px, 6vw, 88px) 0;
  background: #fff;
  color: #050805;
}

.subscription-work-section {
  background: linear-gradient(180deg, #fbfff4 0%, #f4faec 100%);
}

.subscription-info-heading {
  width: min(1500px, calc(100% - 32px));
  margin: 0 auto clamp(32px, 4vw, 56px);
  text-align: center;
}

.subscription-info-heading h2 {
  margin: 0;
  color: #050805;
  font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif;
  font-size: clamp(2.35rem, 4.8vw, 4.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.subscription-info-heading h2 span {
  color: #4f8714;
}

.subscription-benefit-grid,
.subscription-work-grid {
  width: min(1880px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 1.6vw, 30px);
}

.subscription-benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.subscription-work-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.subscription-info-card {
  position: relative;
  min-height: 386px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 24px;
  padding: clamp(30px, 3.2vw, 52px) clamp(22px, 2.8vw, 46px);
  overflow: hidden;
  border: 1.5px solid #4f8714;
  border-bottom-width: 6px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 243, 33, 0.1), transparent 34%),
    #fff;
  text-align: center;
  box-shadow: 0 22px 60px rgba(49, 91, 22, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.subscription-info-card:hover {
  transform: translateY(-4px);
  border-color: #3f7f18;
  box-shadow: 0 28px 72px rgba(49, 91, 22, 0.14);
}

.subscription-info-icon {
  width: clamp(86px, 6vw, 116px);
  height: clamp(86px, 6vw, 116px);
  display: grid;
  place-items: center;
}

.subscription-info-icon svg,
.subscription-info-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.subscription-info-icon img {
  object-fit: contain;
}

.subscription-info-card h3 {
  max-width: 520px;
  margin: 0;
  color: #07170d;
  font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif;
  font-size: clamp(1.65rem, 2vw, 2.35rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.subscription-info-card p {
  max-width: 440px;
  margin: 0;
  color: rgba(7, 23, 13, 0.88);
  font-size: clamp(1.02rem, 1.18vw, 1.35rem);
  line-height: 1.5;
}

.work-card {
  min-height: 450px;
  padding-top: clamp(38px, 4vw, 64px);
  padding-bottom: clamp(38px, 4vw, 64px);
}

.work-info-icon {
  width: clamp(82px, 6vw, 108px);
  height: clamp(82px, 6vw, 108px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #063f14;
  color: #fff;
  box-shadow: 0 18px 42px rgba(6, 63, 20, 0.18);
}

.work-info-icon svg {
  width: 52%;
  height: 52%;
}

.work-card h3 {
  max-width: 620px;
  font-size: clamp(1.75rem, 2.05vw, 2.45rem);
  line-height: 1.22;
}

.work-card p {
  max-width: 620px;
  font-size: clamp(1.05rem, 1.25vw, 1.42rem);
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .subscription-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscription-work-grid {
    grid-template-columns: 1fr;
    width: min(920px, calc(100% - 32px));
  }

  .work-card {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .subscription-info-section {
    padding: 42px 0;
  }

  .subscription-info-heading {
    width: calc(100% - 28px);
    margin-bottom: 24px;
    text-align: left;
  }

  .subscription-info-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .subscription-benefit-grid,
  .subscription-work-grid {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .subscription-info-card,
  .work-card {
    min-height: auto;
    gap: 18px;
    padding: 28px 20px;
    border-radius: 20px;
  }

  .subscription-info-icon,
  .work-info-icon {
    width: 76px;
    height: 76px;
  }

  .subscription-info-card h3,
  .work-card h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .subscription-info-card p,
  .work-card p {
    font-size: 1rem;
  }
}

/* Premium animated subscription detail sections */
@property --shine-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.subscription-info-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 7vw, 108px) 0;
  background:
    linear-gradient(135deg, rgba(248, 255, 239, 0.98) 0%, rgba(255, 255, 255, 0.98) 44%, rgba(239, 249, 225, 0.94) 100%);
}

.subscription-benefits-section::before,
.subscription-work-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(67, 120, 21, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(67, 120, 21, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.subscription-work-section {
  background:
    linear-gradient(180deg, #f9fff1 0%, #ffffff 48%, #eef8df 100%);
}

.subscription-info-heading {
  position: relative;
}

.subscription-info-heading h2 {
  text-wrap: balance;
  text-shadow: 0 12px 32px rgba(7, 23, 13, 0.08);
}

.subscription-info-heading h2 span {
  position: relative;
  display: inline-block;
}

.subscription-info-heading h2 span::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0.05em;
  height: 0.18em;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(168, 241, 47, 0), rgba(168, 241, 47, 0.48), rgba(168, 241, 47, 0));
}

.subscription-benefit-grid,
.subscription-work-grid {
  perspective: 1400px;
}

.subscription-info-card {
  transform-style: preserve-3d;
  isolation: isolate;
  border: 1px solid rgba(79, 135, 20, 0.24);
  border-bottom: 1px solid rgba(79, 135, 20, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 255, 239, 0.88)),
    #fff;
  box-shadow:
    0 28px 70px rgba(19, 58, 13, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  animation: subscriptionCardRise 650ms ease both;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.subscription-info-card:nth-child(2) {
  animation-delay: 90ms;
}

.subscription-info-card:nth-child(3) {
  animation-delay: 180ms;
}

.subscription-info-card:nth-child(4) {
  animation-delay: 270ms;
}

.subscription-info-card::before,
.subscription-info-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.subscription-info-card::before {
  inset: 0;
  padding: 1.5px;
  z-index: -1;
  background: conic-gradient(from var(--shine-angle, 0deg), rgba(79, 135, 20, 0.16), rgba(168, 241, 47, 0.7), rgba(255, 191, 64, 0.5), rgba(79, 135, 20, 0.16));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: subscriptionBorderSpin 5.5s linear infinite;
}

.subscription-info-card::after {
  inset: 1px;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.64) 45%, transparent 64%);
  transform: translateX(-130%) skewX(-18deg);
  opacity: 0;
}

.subscription-info-card > * {
  position: relative;
  z-index: 1;
}

.subscription-info-card:hover {
  transform: translateY(-12px) rotateX(4deg) rotateY(-4deg);
  border-color: rgba(168, 241, 47, 0.66);
  box-shadow:
    0 36px 92px rgba(19, 58, 13, 0.2),
    0 12px 26px rgba(79, 135, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.subscription-info-card:hover::after {
  opacity: 1;
  animation: subscriptionSheen 800ms ease;
}

.subscription-info-icon,
.work-info-icon {
  transform: translateZ(42px);
  filter: drop-shadow(0 18px 18px rgba(20, 70, 16, 0.13));
  transition: transform 260ms ease, filter 260ms ease;
}

.subscription-info-card:hover .subscription-info-icon,
.subscription-info-card:hover .work-info-icon {
  transform: translateZ(58px) scale(1.06) rotate(-3deg);
  filter: drop-shadow(0 24px 24px rgba(20, 70, 16, 0.2));
}

.subscription-info-icon svg,
.subscription-info-icon img {
  animation: subscriptionIconFloat 3.6s ease-in-out infinite;
}

.work-info-icon {
  position: relative;
  background:
    linear-gradient(145deg, #075719, #022f0e);
  box-shadow:
    0 22px 46px rgba(6, 63, 20, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.work-info-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(168, 241, 47, 0.2);
  animation: subscriptionPulse 2.8s ease-in-out infinite;
}

.subscription-info-card h3 {
  transform: translateZ(30px);
  text-wrap: balance;
}

.subscription-info-card p {
  transform: translateZ(20px);
}

@keyframes subscriptionCardRise {
  from {
    opacity: 0;
    transform: translateY(28px) rotateX(7deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes subscriptionBorderSpin {
  to {
    --shine-angle: 360deg;
  }
}

@keyframes subscriptionSheen {
  from {
    transform: translateX(-130%) skewX(-18deg);
  }

  to {
    transform: translateX(130%) skewX(-18deg);
  }
}

@keyframes subscriptionIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes subscriptionPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.75;
    transform: scale(1.08);
  }
}

@media (max-width: 1180px) {
  .subscription-info-card:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 680px) {
  .subscription-info-section {
    padding: 48px 0;
  }

  .subscription-info-card,
  .work-card {
    border-radius: 22px;
    box-shadow: 0 20px 52px rgba(19, 58, 13, 0.12);
  }

  .subscription-info-card:hover {
    transform: translateY(-5px);
  }

  .subscription-info-icon,
  .work-info-icon,
  .subscription-info-card h3,
  .subscription-info-card p {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .subscription-info-card,
  .subscription-info-card::before,
  .subscription-info-card::after,
  .subscription-info-icon svg,
  .subscription-info-icon img,
  .work-info-icon::after {
    animation: none;
  }

  .subscription-info-card,
  .subscription-info-icon,
  .work-info-icon {
    transition: none;
  }
}

/* Compact professional subscription benefits */
.subscription-benefits-section {
  padding: clamp(42px, 5vw, 72px) 0;
}

.subscription-benefits-section .subscription-info-heading {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.subscription-benefits-section .subscription-info-heading h2 {
  font-size: clamp(2.05rem, 4vw, 3.8rem);
}

.subscription-benefits-section .subscription-benefit-grid {
  width: min(1540px, calc(100% - 32px));
  gap: clamp(16px, 1.4vw, 24px);
}

.subscription-benefits-section .subscription-info-card {
  min-height: auto;
  align-content: start;
  gap: clamp(12px, 1.2vw, 18px);
  padding: clamp(22px, 2.2vw, 34px) clamp(18px, 1.8vw, 28px);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 240, 0.94));
  box-shadow:
    0 16px 44px rgba(19, 58, 13, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.subscription-benefits-section .subscription-info-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 56px rgba(19, 58, 13, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.subscription-benefits-section .subscription-info-icon {
  width: clamp(66px, 4.6vw, 88px);
  height: clamp(66px, 4.6vw, 88px);
  margin-bottom: 4px;
}

.subscription-benefits-section .subscription-info-card h3 {
  font-size: clamp(1.25rem, 1.45vw, 1.7rem);
  line-height: 1.12;
  transform: none;
}

.subscription-benefits-section .subscription-info-card p {
  max-width: 300px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.42;
  transform: none;
}

@media (max-width: 1180px) {
  .subscription-benefits-section .subscription-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .subscription-benefits-section {
    padding: 38px 0;
  }

  .subscription-benefits-section .subscription-benefit-grid {
    grid-template-columns: 1fr;
  }

  .subscription-benefits-section .subscription-info-card {
    padding: 22px 18px;
    gap: 12px;
  }

  .subscription-benefits-section .subscription-info-icon {
    width: 64px;
    height: 64px;
  }
}

/* Compact professional subscription work cards */
.subscription-work-section {
  padding: clamp(42px, 5vw, 72px) 0;
}

.subscription-work-section .subscription-info-heading {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.subscription-work-section .subscription-info-heading h2 {
  font-size: clamp(2.05rem, 4vw, 3.8rem);
}

.subscription-work-section .subscription-work-grid {
  width: min(1540px, calc(100% - 32px));
  gap: clamp(16px, 1.4vw, 24px);
}

.subscription-work-section .work-card {
  min-height: auto;
  align-content: start;
  gap: clamp(14px, 1.3vw, 20px);
  padding: clamp(24px, 2.2vw, 34px) clamp(20px, 2vw, 32px);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 240, 0.94));
  box-shadow:
    0 16px 44px rgba(19, 58, 13, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.subscription-work-section .work-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 56px rgba(19, 58, 13, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.subscription-work-section .work-info-icon {
  width: clamp(64px, 4.4vw, 84px);
  height: clamp(64px, 4.4vw, 84px);
  margin-bottom: 4px;
  box-shadow:
    0 14px 32px rgba(6, 63, 20, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.subscription-work-section .work-info-icon svg {
  width: 46%;
  height: 46%;
}

.subscription-work-section .subscription-info-card h3 {
  max-width: 430px;
  font-size: clamp(1.35rem, 1.65vw, 1.95rem);
  line-height: 1.14;
  transform: none;
}

.subscription-work-section .subscription-info-card p {
  max-width: 460px;
  font-size: clamp(0.94rem, 1.05vw, 1.12rem);
  line-height: 1.45;
  transform: none;
}

@media (max-width: 1180px) {
  .subscription-work-section .subscription-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscription-work-section .work-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .subscription-work-section {
    padding: 38px 0;
  }

  .subscription-work-section .subscription-work-grid {
    grid-template-columns: 1fr;
  }

  .subscription-work-section .work-card,
  .subscription-work-section .work-card:last-child {
    grid-column: auto;
    padding: 22px 18px;
    gap: 12px;
  }

  .subscription-work-section .work-info-icon {
    width: 62px;
    height: 62px;
  }
}

/* Final cinematic premium footer */
.premium-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 78px) 30px;
  background:
    linear-gradient(105deg, rgba(0, 18, 10, 0.98), rgba(0, 42, 24, 0.94) 48%, rgba(1, 22, 13, 0.98)),
    url("assets/images/leaf-background-premium.png") center / cover no-repeat;
  color: #fff;
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 12%, rgba(157, 243, 33, 0.14), transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(157, 243, 33, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.premium-footer::after {
  content: "";
  position: absolute;
  inset: auto clamp(18px, 5vw, 78px) 92px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 255, 119, 0.28), transparent);
  pointer-events: none;
}

.premium-footer .footer-main {
  width: min(1500px, 100%);
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 1.15fr) minmax(150px, 0.55fr) minmax(190px, 0.65fr) minmax(270px, 0.8fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.premium-footer .footer-brand {
  max-width: 440px;
}

.premium-footer .brand {
  width: fit-content;
  margin: 0 0 30px;
}

.premium-footer .brand-image {
  width: clamp(92px, 7vw, 126px);
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.26));
}

.premium-footer .footer-brand p {
  max-width: 420px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.22vw, 1.24rem);
  line-height: 1.7;
}

.premium-footer .footer-contact-card {
  width: min(100%, 390px);
  gap: 10px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(214, 255, 119, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 64px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.premium-footer .footer-contact-card span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-footer .footer-contact-card a {
  color: #d6ff77;
  font-size: clamp(1.12rem, 1.45vw, 1.4rem);
  font-weight: 900;
}

.premium-footer nav,
.premium-footer address,
.premium-footer .footer-main > div:not(.footer-brand) {
  display: grid;
  gap: 16px;
  align-content: start;
  font-style: normal;
}

.premium-footer strong {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(1.16rem, 1.45vw, 1.45rem);
  line-height: 1.1;
  font-weight: 900;
}

.premium-footer a,
.premium-footer span {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.18vw, 1.18rem);
  line-height: 1.55;
}

.premium-footer a {
  width: fit-content;
}

.premium-footer a:hover,
.premium-footer a:focus-visible,
.premium-footer .footer-bottom a {
  color: #d6ff77;
}

.premium-footer .footer-bottom {
  width: min(1500px, 100%);
  max-width: 1500px;
  margin: clamp(48px, 7vw, 82px) auto 0;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.premium-footer .footer-bottom span,
.premium-footer .footer-bottom a {
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .premium-footer .footer-main {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 42px 64px;
  }

  .premium-footer .footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .premium-footer {
    padding: 44px 16px 28px;
  }

  .premium-footer::after {
    inset-inline: 16px;
    bottom: 98px;
  }

  .premium-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .premium-footer .brand-image {
    width: 92px;
  }

  .premium-footer .footer-brand p {
    margin-bottom: 22px;
  }

  .premium-footer .footer-contact-card {
    width: 100%;
  }

  .premium-footer strong {
    margin-bottom: 10px;
  }

  .premium-footer nav,
  .premium-footer address,
  .premium-footer .footer-main > div:not(.footer-brand) {
    gap: 10px;
  }

  .premium-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 42px;
  }
}

/* Pure white footer model */
.premium-footer.white-footer {
  padding: clamp(58px, 7vw, 92px) 0 0;
  overflow: hidden;
  background: #fff;
  color: #071b12;
  border-top: 1px solid rgba(7, 27, 18, 0.08);
}

.premium-footer.white-footer::before,
.premium-footer.white-footer::after {
  content: none;
}

.white-footer .footer-main {
  width: min(1500px, calc(100% - 42px));
  max-width: 1500px;
  margin: 0 auto clamp(54px, 6vw, 84px);
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(170px, 0.7fr) minmax(300px, 1fr) minmax(300px, 1fr);
  gap: clamp(32px, 5vw, 86px);
  align-items: start;
}

.white-footer .footer-brand {
  max-width: 420px;
}

.white-footer .brand {
  width: fit-content;
  margin: 0 0 28px;
}

.white-footer .brand-image {
  width: clamp(210px, 17vw, 330px);
  max-height: none;
  height: auto;
  object-fit: contain;
  filter: none;
}

.white-footer .footer-brand p,
.white-footer .footer-updates p {
  margin: 0;
  color: #17241d;
  font-size: clamp(1rem, 1.22vw, 1.28rem);
  line-height: 1.72;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #063f14;
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.white-footer nav,
.white-footer address,
.white-footer .footer-updates {
  display: grid;
  gap: 15px;
  align-content: start;
  font-style: normal;
}

.white-footer strong {
  margin: 0 0 14px;
  color: #050805;
  font-size: clamp(1.7rem, 2.3vw, 2.45rem);
  line-height: 1.12;
  font-weight: 900;
}

.white-footer a,
.white-footer span {
  color: #17241d;
  font-size: clamp(1rem, 1.22vw, 1.22rem);
  line-height: 1.55;
}

.white-footer a:hover,
.white-footer a:focus-visible {
  color: #4f8714;
  transform: none;
}

.white-footer address a,
.white-footer address > span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.white-footer address a span,
.white-footer address > span span {
  color: #4f8714;
  font-size: 0.8rem;
  font-weight: 900;
}

.footer-newsletter {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.footer-newsletter input {
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #d9ffad;
  color: #071b12;
  font: inherit;
}

.footer-newsletter button {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: #063f14;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.premium-footer.white-footer .footer-bottom {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px clamp(18px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 0;
  background: #4f8714;
  color: #fff;
}

.white-footer .footer-bottom span,
.white-footer .footer-bottom strong,
.white-footer .footer-bottom a {
  color: #fff;
  font-size: clamp(0.92rem, 1vw, 1rem);
}

.white-footer .footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.white-footer .footer-bottom a:hover {
  color: #d9ffad;
}

@media (max-width: 1100px) {
  .white-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .premium-footer.white-footer {
    padding-top: 42px;
  }

  .white-footer .footer-main {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 42px;
  }

  .white-footer .brand-image {
    width: min(260px, 82vw);
  }

  .white-footer strong {
    margin-bottom: 8px;
    font-size: 1.75rem;
  }

  .premium-footer.white-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 14px;
  }
}

/* White footer final alignment fixes */
.white-footer .footer-main {
  grid-template-columns: minmax(320px, 1.15fr) minmax(190px, 0.62fr) minmax(360px, 1.05fr);
  gap: clamp(46px, 7vw, 120px);
}

.white-footer address a,
.white-footer address > span {
  grid-template-columns: 48px 1fr;
  align-items: center;
}

.white-footer .footer-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #edf8df;
  color: #4f8714;
  font-size: 0.76rem;
  font-weight: 900;
}

.white-footer .footer-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.premium-footer.white-footer .footer-bottom {
  justify-content: center;
  text-align: center;
}

.white-footer .footer-bottom span {
  width: 100%;
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .white-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .white-footer address {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .white-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .white-footer address {
    grid-column: auto;
  }

  .premium-footer.white-footer .footer-bottom {
    align-items: center;
  }
}

/* Final site-wide typography */
html,
body,
body *:not(svg):not(path) {
  font-family: "Noto Sans", sans-serif !important;
}

/* Stepped subscription plan cards */
.page-pricing .pricing-grid {
  width: min(1780px, calc(100% - 44px));
  grid-template-columns: 0.96fr 1fr 1.04fr;
  gap: clamp(20px, 1.8vw, 32px);
  align-items: start;
}

.page-pricing .pricing-card,
.page-pricing .pricing-card.featured {
  min-height: 500px;
  padding: clamp(24px, 1.75vw, 34px);
  gap: clamp(16px, 1.25vw, 22px);
  border: 2px solid #4f8714;
  border-bottom-width: 6px;
  border-radius: 28px;
  overflow: hidden;
}

.page-pricing .pricing-card:nth-child(2) {
  min-height: 530px;
  padding: clamp(27px, 1.95vw, 38px);
}

.page-pricing .pricing-card:nth-child(3) {
  min-height: 560px;
  padding: clamp(30px, 2.15vw, 42px);
}

.page-pricing .pricing-card-top {
  grid-template-columns: minmax(140px, 0.7fr) minmax(170px, 1fr);
  gap: clamp(16px, 1.65vw, 28px);
  align-items: center;
}

.page-pricing .pricing-card-top h3 {
  font-size: clamp(1.85rem, 2vw, 2.55rem);
}

.page-pricing .pricing-card-top strong {
  font-size: clamp(1.78rem, 1.9vw, 2.35rem);
}

.page-pricing .pricing-card-top img {
  height: clamp(125px, 7.6vw, 160px);
  object-fit: contain;
}

.page-pricing .pricing-card:nth-child(2) .pricing-card-top h3,
.page-pricing .pricing-card:nth-child(3) .pricing-card-top h3 {
  font-size: clamp(1.95rem, 2.15vw, 2.75rem);
}

.page-pricing .pricing-card:nth-child(2) .pricing-card-top strong,
.page-pricing .pricing-card:nth-child(3) .pricing-card-top strong {
  font-size: clamp(1.88rem, 2.05vw, 2.5rem);
}

.page-pricing .pricing-card:nth-child(2) .pricing-card-top img {
  height: clamp(135px, 8vw, 168px);
}

.page-pricing .pricing-card:nth-child(3) .pricing-card-top img {
  height: clamp(142px, 8.4vw, 176px);
}

.page-pricing .pricing-card ul {
  gap: clamp(14px, 1.2vw, 20px);
  padding-left: 24px;
}

.page-pricing .pricing-card li,
.page-pricing .pricing-card li strong {
  font-size: clamp(0.96rem, 0.98vw, 1.1rem);
  overflow-wrap: break-word;
}

.page-pricing .pricing-card:nth-child(2) li,
.page-pricing .pricing-card:nth-child(2) li strong {
  font-size: clamp(0.98rem, 1.02vw, 1.14rem);
}

.page-pricing .pricing-card:nth-child(3) li,
.page-pricing .pricing-card:nth-child(3) li strong {
  font-size: clamp(1rem, 1.05vw, 1.18rem);
}

.page-pricing .pricing-card .button,
.page-pricing .pricing-card .button.primary,
.page-pricing .pricing-card .button.secondary {
  align-self: start;
  min-width: clamp(168px, 10vw, 218px);
  min-height: 50px;
  padding: 12px 24px;
  font-size: clamp(0.84rem, 0.88vw, 0.96rem);
}

.page-pricing .pricing-card:nth-child(2) .button,
.page-pricing .pricing-card:nth-child(3) .button {
  min-height: 52px;
}

@media (max-width: 1500px) and (min-width: 1241px) {
  .page-pricing .pricing-grid {
    width: calc(100% - 36px);
    grid-template-columns: 0.98fr 1fr 1.02fr;
    gap: 22px;
  }

  .page-pricing .pricing-card,
  .page-pricing .pricing-card.featured {
    min-height: 480px;
    padding: 24px 26px 28px;
    gap: 16px;
  }

  .page-pricing .pricing-card:nth-child(2) {
    min-height: 505px;
    padding: 26px 28px 30px;
  }

  .page-pricing .pricing-card:nth-child(3) {
    min-height: 530px;
    padding: 28px 30px 32px;
  }

  .page-pricing .pricing-card-top {
    grid-template-columns: minmax(132px, 0.72fr) minmax(158px, 1fr);
    gap: 18px;
  }

  .page-pricing .pricing-card-top img {
    height: 132px;
  }

  .page-pricing .pricing-card:nth-child(2) .pricing-card-top img {
    height: 140px;
  }

  .page-pricing .pricing-card:nth-child(3) .pricing-card-top img {
    height: 148px;
  }

  .page-pricing .pricing-card ul {
    gap: 14px;
    padding-left: 22px;
  }

  .page-pricing .pricing-card li,
  .page-pricing .pricing-card li strong,
  .page-pricing .pricing-card:nth-child(2) li,
  .page-pricing .pricing-card:nth-child(2) li strong,
  .page-pricing .pricing-card:nth-child(3) li,
  .page-pricing .pricing-card:nth-child(3) li strong {
    font-size: 0.98rem;
    line-height: 1.45;
  }
}

@media (max-width: 1240px) {
  .page-pricing .pricing-grid {
    width: min(1060px, calc(100% - 32px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .page-pricing .pricing-card,
  .page-pricing .pricing-card.featured,
  .page-pricing .pricing-card:nth-child(2),
  .page-pricing .pricing-card:nth-child(3) {
    min-height: 520px;
    padding: clamp(28px, 3vw, 38px);
    gap: 18px;
  }

  .page-pricing .pricing-card:nth-child(3) {
    grid-column: 1 / -1;
    width: min(560px, 100%);
    justify-self: center;
    min-height: 550px;
  }
}

@media (max-width: 760px) {
  .page-pricing .pricing-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .page-pricing .pricing-card,
  .page-pricing .pricing-card.featured,
  .page-pricing .pricing-card:nth-child(2),
  .page-pricing .pricing-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
    min-height: auto;
    padding: 24px 20px 28px;
    border-radius: 24px;
  }

  .page-pricing .pricing-card:nth-child(2) {
    padding: 26px 22px 30px;
  }

  .page-pricing .pricing-card:nth-child(3) {
    padding: 28px 22px 32px;
  }

  .page-pricing .pricing-card-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-pricing .pricing-card-top img,
  .page-pricing .pricing-card:nth-child(2) .pricing-card-top img,
  .page-pricing .pricing-card:nth-child(3) .pricing-card-top img {
    order: -1;
    height: clamp(170px, 54vw, 250px);
  }

  .page-pricing .pricing-card .button,
  .page-pricing .pricing-card .button.primary,
  .page-pricing .pricing-card .button.secondary {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
}
