:root {
  --forest: #2c3e2d;
  --fresh: #4a7043;
  --cream: #f8f4ed;
  --soft: #fdfaf5;
  --linen: #eee5d7;
  --stone: #d8d0c2;
  --charcoal: #2d2d2d;
  --muted: rgba(45, 45, 45, 0.68);
  --line: rgba(44, 62, 45, 0.16);
  --white: #fffdfa;
  --shadow: 0 28px 90px rgba(44, 62, 45, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(44, 62, 45, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(44, 62, 45, 0.03) 1px, transparent 1px),
    var(--cream);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.55;
}

body.overlay-open,
body.checkout-open {
  overflow: hidden;
}

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

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

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

.home-page {
  background: #b9c6b4;
  background-image: none;
}

.shell-page {
  background: #b9c6b4;
  background-image: none;
}

.home-page .site-header,
.home-page main,
.home-page .site-footer,
.shell-page .site-header,
.shell-page main,
.shell-page .site-footer {
  width: min(1120px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.home-page .site-header,
.shell-page .site-header {
  min-height: 84px;
  margin-top: 32px;
  background: rgba(253, 252, 248, 0.96);
  padding: 0 clamp(28px, 5vw, 72px);
}

.home-page main,
.shell-page main {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fdfcf8 0%, #f8f8f2 54%, #eef1e9 100%);
  box-shadow: 0 34px 100px rgba(20, 41, 24, 0.14);
}

.shell-page .page-hero {
  background: #fdfcf8;
}

.shell-page .page-hero-content {
  background:
    linear-gradient(135deg, rgba(74, 112, 67, 0.06), transparent 44%),
    #fdfcf8;
}

.shell-page .page-hero-content h1 {
  max-width: 620px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
}

.shell-page .section {
  background: transparent;
}

.intro-film {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--forest);
  color: var(--cream);
  transition: opacity 700ms ease, visibility 700ms ease;
}

.intro-film.done {
  opacity: 0;
  visibility: hidden;
}

.intro-frame {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.08);
  animation: introFrame 5.4s ease forwards;
}

.frame-one {
  background-image: linear-gradient(rgba(44, 62, 45, 0.18), rgba(44, 62, 45, 0.42)), url("assets/hero-harvest-web.jpg");
}

.frame-two {
  background-image: linear-gradient(rgba(44, 62, 45, 0.12), rgba(44, 62, 45, 0.5)), url("assets/product-trays-web.jpg");
  animation-delay: 1.6s;
}

.frame-three {
  background-image: linear-gradient(rgba(44, 62, 45, 0.1), rgba(44, 62, 45, 0.52)), url("assets/chef-plating-web.jpg");
  animation-delay: 3.2s;
}

.intro-mark {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
  animation: introMark 5.4s ease forwards;
}

.intro-mark img {
  width: min(320px, 62vw);
  border: 1px solid rgba(248, 244, 237, 0.38);
}

.intro-mark p,
.intro-skip {
  margin: 0;
  color: var(--cream);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro-skip {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  border: 1px solid rgba(248, 244, 237, 0.45);
  border-radius: 999px;
  background: rgba(44, 62, 45, 0.36);
  padding: 10px 16px;
  cursor: pointer;
}

@keyframes introFrame {
  0% { opacity: 0; transform: scale(1.08); }
  12% { opacity: 1; }
  52% { opacity: 1; }
  100% { opacity: 0; transform: scale(1); }
}

@keyframes introMark {
  0% { opacity: 0; transform: translateY(18px); }
  14% { opacity: 1; transform: translateY(0); }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-12px); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 244, 237, 0.92);
  padding: 16px clamp(18px, 4vw, 58px);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--forest);
  text-transform: uppercase;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.brand img.brand-wordmark {
  width: clamp(160px, 20vw, 300px);
  height: 50px;
  object-fit: contain;
}

.brand img.brand-banner {
  width: clamp(300px, 32vw, 480px);
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  border: 1px solid var(--forest);
  border-radius: 999px;
  color: var(--forest);
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: transparent;
  color: var(--forest);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 81px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.home-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.hero-media {
  min-height: 620px;
  background: var(--forest);
}

.hero-media img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hero-content,
.page-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  background:
    linear-gradient(135deg, rgba(74, 112, 67, 0.08), transparent 42%),
    var(--cream);
  padding: clamp(44px, 7vw, 96px);
}

.home-page .hero-content {
  justify-content: flex-start;
  padding-top: clamp(52px, 6vw, 76px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--fresh);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--forest);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 124px);
  line-height: 0.92;
}

.home-page .hero-content h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.04;
  overflow-wrap: normal;
}

.hero-leaf-mark {
  width: clamp(142px, 16vw, 220px);
  height: auto;
  margin-bottom: 18px;
}

h2 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 0.96;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.02;
}

.hero-content > p,
.page-hero-content > p,
.section-lede > p:last-child,
.split-copy > p,
.story-band p,
.order-intro p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: transparent;
  color: var(--forest);
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  background: var(--forest);
  color: var(--cream);
}

.button.ghost {
  background: rgba(253, 250, 245, 0.48);
}

.button.light {
  border-color: var(--cream);
  color: var(--cream);
}

.button.full {
  width: 100%;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--forest);
  color: var(--cream);
}

.trust-bar span {
  min-height: 82px;
  border-right: 1px solid rgba(248, 244, 237, 0.18);
  padding: 22px clamp(18px, 3vw, 30px);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-offering {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(216, 208, 194, 0.35), transparent 44%),
    var(--soft);
}

.home-offering .section-lede {
  margin-bottom: 0;
}

.offering-panel {
  display: grid;
  gap: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(74, 112, 67, 0.07), transparent 42%),
    var(--cream);
  padding: clamp(24px, 4vw, 42px);
}

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

.offering-list li {
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  padding-bottom: 14px;
  font-size: clamp(16px, 1.8vw, 20px);
}

.offering-list li:last-child {
  border-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

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

.checkout-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(74, 112, 67, 0.06), transparent 46%),
    var(--cream);
  padding: clamp(24px, 3vw, 34px);
}

.checkout-card.featured {
  background:
    linear-gradient(135deg, rgba(184, 186, 139, 0.18), transparent 48%),
    var(--white);
  box-shadow: inset 0 0 0 3px rgba(74, 112, 67, 0.14);
}

.checkout-card h3 {
  margin-bottom: 16px;
  font-size: clamp(32px, 3.8vw, 52px);
}

.checkout-card p {
  color: var(--muted);
}

.checkout-card ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.checkout-card li {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding-top: 11px;
}

.checkout-card .button {
  width: 100%;
  margin-top: auto;
}

.button[aria-disabled="true"],
.portal-link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.62;
}

.why-microgreens {
  background: var(--cream);
}

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

.benefit-pill-grid span {
  display: flex;
  min-height: 82px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--forest);
  padding: 18px 20px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.benefit-grid article {
  min-height: 360px;
}

.benefit-grid h3 {
  font-size: clamp(26px, 3vw, 42px);
}

.home-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) auto;
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  background: #203623;
  color: var(--cream);
}

.home-contact h2,
.home-contact .eyebrow {
  color: var(--cream);
}

.home-contact p {
  max-width: 700px;
  color: rgba(248, 244, 237, 0.76);
  font-size: clamp(17px, 2vw, 21px);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.section {
  padding: clamp(74px, 10vw, 138px) clamp(20px, 6vw, 78px);
}

.section-lede {
  margin-bottom: clamp(32px, 5vw, 58px);
}

.feature-grid,
.product-grid,
.recipe-strip,
.value-grid,
.method-grid,
.recipe-grid,
.fulfilment-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

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

.feature-grid article,
.product-grid article,
.recipe-strip a,
.value-grid article,
.method-grid article,
.recipe-card,
.fulfilment-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(253, 250, 245, 0.78);
  padding: clamp(24px, 3vw, 34px);
}

.feature-grid span,
.recipe-strip span,
.plan-kicker,
.product-card span,
.value-grid span,
.method-grid span,
.recipe-meta,
.fulfilment-grid span {
  display: inline-block;
  margin-bottom: 54px;
  color: var(--fresh);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-grid p,
.product-grid p,
.recipe-strip p,
.subscription-stack span,
.plan-card p,
.plan-card li,
.product-card p,
.value-grid p,
.method-grid p,
.recipe-card p,
.fulfilment-grid p,
.small-copy {
  color: var(--muted);
}

.split-section,
.story-band,
.order-intro {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.subscription-stack {
  display: grid;
  gap: 16px;
}

.subscription-stack article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 22px;
  align-items: end;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(44, 62, 45, 0.04), transparent),
    var(--cream);
  padding: clamp(22px, 4vw, 36px);
}

.subscription-stack p {
  margin-bottom: 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.subscription-stack strong {
  color: var(--forest);
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1;
}

.subscription-stack span {
  grid-column: 1 / -1;
}

.product-teaser {
  background:
    linear-gradient(180deg, rgba(216, 208, 194, 0.42), transparent 36%),
    var(--cream);
}

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

.product-grid article {
  padding: 0;
  overflow: hidden;
}

.product-grid img {
  height: 310px;
  object-fit: cover;
}

.product-grid h3,
.product-grid p {
  margin-right: 24px;
  margin-left: 24px;
}

.product-grid h3 {
  margin-top: 24px;
}

.product-grid p {
  margin-bottom: 28px;
}

.recipe-preview {
  background: var(--forest);
}

.recipe-preview h2,
.recipe-preview h3,
.recipe-preview .eyebrow {
  color: var(--cream);
}

.recipe-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: rgba(248, 244, 237, 0.18);
}

.recipe-strip a {
  min-height: 360px;
  border-color: rgba(248, 244, 237, 0.18);
  background:
    linear-gradient(180deg, rgba(248, 244, 237, 0.08), rgba(248, 244, 237, 0.03)),
    transparent;
}

.recipe-strip span,
.recipe-strip p {
  color: rgba(248, 244, 237, 0.74);
}

.story-band {
  grid-template-columns: 0.55fr 1fr;
}

.story-card {
  display: grid;
  place-items: center;
  min-height: 520px;
  border: 1px solid var(--line);
  background: var(--linen);
  padding: clamp(28px, 5vw, 56px);
}

.story-card img {
  max-width: 460px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  min-height: 540px;
  border-bottom: 1px solid var(--line);
}

.page-hero-media img {
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.order-intro {
  background: var(--cream);
}

.plans {
  background: var(--soft);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.plan-card {
  display: flex;
  min-height: 640px;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
  padding: clamp(24px, 3vw, 36px);
}

.plan-card.featured {
  background: var(--white);
  box-shadow: inset 0 0 0 3px rgba(74, 112, 67, 0.18);
}

.plan-card.dark {
  background: var(--forest);
  color: var(--cream);
}

.plan-card.dark h3,
.plan-card.dark .price,
.plan-card.dark .plan-kicker {
  color: var(--cream);
}

.plan-card.dark p,
.plan-card.dark li {
  color: rgba(248, 244, 237, 0.75);
}

.price {
  margin: 14px 0 20px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.92;
}

.price span {
  display: block;
  margin-top: 8px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  border-top: 1px solid currentColor;
  padding-top: 12px;
}

.plan-card .button {
  margin-top: auto;
}

.product-builder {
  background:
    linear-gradient(90deg, rgba(216, 208, 194, 0.4), transparent 50%),
    var(--cream);
}

.builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.builder-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 18px;
}

.product-card img {
  height: 220px;
  object-fit: cover;
}

.product-card span {
  margin-bottom: 0;
}

.box-summary {
  position: sticky;
  top: 98px;
  border: 1px solid var(--line);
  background: var(--forest);
  color: var(--cream);
  padding: 26px;
}

.box-summary h3 {
  color: var(--cream);
}

.box-summary ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
  color: rgba(248, 244, 237, 0.76);
}

.contact-form {
  display: grid;
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(44, 62, 45, 0.24);
  border-radius: 0;
  background: var(--soft);
  color: var(--forest);
  padding: 0 14px;
}

textarea {
  min-height: 140px;
  padding-top: 14px;
  resize: vertical;
}

.dark input,
.dark select,
.dark textarea,
.box-summary input,
.box-summary select,
.box-summary textarea {
  border-color: rgba(248, 244, 237, 0.26);
  background: rgba(248, 244, 237, 0.96);
}

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

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

.recipe-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: var(--forest);
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button.active {
  background: var(--forest);
  color: var(--cream);
}

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

.recipe-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-width: 0;
  scroll-margin-top: 110px;
}

.recipe-card img {
  aspect-ratio: 1.35 / 1;
  height: auto;
  min-height: 0;
  object-fit: cover;
}

.recipe-card > div {
  min-width: 0;
}

.recipe-card .recipe-meta {
  margin-bottom: 16px;
  overflow-wrap: anywhere;
  font-size: 11px;
}

.recipe-card h2 {
  max-width: 100%;
  margin-bottom: 12px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.02;
  overflow-wrap: break-word;
}

.recipe-card h3 {
  margin: 18px 0 10px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
}

.recipe-card p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.recipe-card ul,
.recipe-card ol {
  margin: 0 0 12px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.recipe-card li + li {
  margin-top: 6px;
}

.about-story {
  background: var(--soft);
}

.about-story .split-copy {
  max-width: 840px;
}

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

.contact-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--forest);
  color: var(--cream);
}

.contact-band h2,
.contact-band .eyebrow {
  color: var(--cream);
}

.contact-band p {
  color: rgba(248, 244, 237, 0.76);
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  max-width: min(380px, calc(100vw - 36px));
  background: var(--forest);
  color: var(--cream);
  padding: 14px 16px;
  box-shadow: var(--shadow);
  font-weight: 850;
}

.shop-page {
  background: var(--soft);
}

.shop-control {
  position: sticky;
  top: 81px;
  z-index: 45;
  border-bottom: 1px solid var(--line);
  background: rgba(253, 250, 245, 0.96);
  backdrop-filter: blur(18px);
}

.shop-control-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 58px);
}

.subscription-select,
.checkout-panel label {
  display: grid;
  gap: 8px;
}

.subscription-select span,
.delivery-summary span,
.checkout-panel label span {
  color: var(--fresh);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.delivery-summary {
  min-width: 0;
}

.delivery-summary strong {
  display: block;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1;
}

.delivery-summary p {
  margin: 7px 0 0;
  overflow: hidden;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: transparent;
  color: var(--forest);
  cursor: pointer;
}

.icon-button span {
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.button.compact {
  min-height: 48px;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  padding: clamp(44px, 7vw, 78px) clamp(20px, 6vw, 78px) clamp(24px, 5vw, 48px);
}

.shop-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 7vw, 92px);
}

.shop-hero > * {
  min-width: 0;
}

.shop-hero > p {
  width: 100%;
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  overflow-wrap: break-word;
}

.shop-section {
  padding-top: 34px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 68px) clamp(18px, 4vw, 44px);
}

.shop-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
}

.shop-card img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  background: var(--cream);
  object-fit: cover;
}

.shop-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 22px 10px 0;
  text-align: center;
}

.shop-card .plan-kicker {
  margin-bottom: 12px;
}

.shop-card h2 {
  max-width: 310px;
  min-height: 2.1em;
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 850;
  line-height: 1.08;
}

.shop-price {
  margin-bottom: 16px;
  color: var(--charcoal);
  font-size: 14px;
}

.quantity-row {
  display: grid;
  grid-template-columns: 44px minmax(54px, 72px) 44px;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
}

.quantity-row button,
.quantity-row input {
  min-height: 44px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--forest);
  text-align: center;
}

.quantity-row button {
  cursor: pointer;
  font-size: 20px;
}

.quantity-row input {
  padding: 0 8px;
}

.tile-actions {
  display: grid;
  width: min(100%, 250px);
  gap: 8px;
  margin-top: 12px;
}

.tile-actions .button {
  min-height: 44px;
}

.checkout-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.66fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.checkout-copy p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.checkout-panel {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: clamp(22px, 4vw, 38px);
}

.checkout-panel input[readonly] {
  background: var(--linen);
}

.account-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: min(440px, 100vw);
  border-left: 1px solid var(--line);
  background: var(--cream);
  box-shadow: var(--shadow);
  padding: 78px 28px 28px;
}

.account-drawer[hidden] {
  display: none;
}

.account-drawer h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.account-drawer p {
  color: var(--muted);
}

.close-drawer {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: transparent;
  color: var(--forest);
  font-size: 25px;
  cursor: pointer;
}

.account-form {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.account-form label {
  display: grid;
  gap: 7px;
}

.account-form span {
  color: var(--fresh);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.google-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(20, 41, 24, 0.18);
  border-radius: 999px;
  background: #fffdfa;
  color: #0d2112;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  background: var(--cream);
  padding: 32px clamp(20px, 6vw, 78px);
}

.footer-brand img {
  width: 86px;
  height: 54px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-footer {
  grid-template-columns: minmax(300px, 1.25fr) minmax(190px, 0.8fr) minmax(190px, 0.75fr);
  align-items: start;
  gap: 24px;
  background: #fdfcf8;
  padding: 24px clamp(28px, 5vw, 72px);
  box-shadow: 0 34px 100px rgba(20, 41, 24, 0.14);
}

.home-footer h2,
.home-footer h3,
.home-footer p {
  margin-bottom: 7px;
}

.home-footer h2 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-footer h3 {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-footer p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.home-footer nav {
  display: grid;
  gap: 6px;
  font-size: 11px;
}

.footer-mark {
  display: grid;
  gap: 8px;
}

.footer-logo {
  gap: 8px;
}

.footer-logo img.brand-banner {
  width: min(350px, 100%);
  height: 58px;
}

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

  .menu-button {
    display: block;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    background: var(--cream);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .home-hero,
  .home-offering,
  .home-contact,
  .page-hero,
  .split-section,
  .story-band,
  .order-intro,
  .builder-layout,
  .contact-band,
  .shop-hero,
  .checkout-section,
  .checkout-hero,
  .payment-note-section {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    min-height: auto;
  }

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

  .feature-grid,
  .product-grid,
  .trust-bar,
  .fulfilment-grid,
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-grid,
  .checkout-card-grid,
  .recipe-strip,
  .method-grid,
  .home-footer {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: 0;
  }

  .box-summary {
    position: static;
  }

  .recipe-grid,
  .recipe-card {
    grid-template-columns: 1fr;
  }

  .shop-control {
    top: 77px;
  }

  .shop-control-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shop-actions {
    justify-content: space-between;
  }

  .delivery-summary p {
    white-space: normal;
  }

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

@media (max-width: 680px) {
  .home-page .site-header,
  .home-page main,
  .home-page .site-footer,
  .shell-page .site-header,
  .shell-page main,
  .shell-page .site-footer {
    width: 100%;
  }

  .home-page .site-header,
  .shell-page .site-header {
    margin-top: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-page .brand,
  .shell-page .brand {
    min-width: 0;
  }

  .home-page .brand img.brand-wordmark,
  .shell-page .brand img.brand-wordmark {
    width: min(160px, calc(100vw - 116px));
  }

  .home-page .brand img.brand-banner,
  .shell-page .brand img.brand-banner,
  .shop-design .brand img.brand-banner {
    width: min(285px, calc(100vw - 112px));
    height: 56px;
  }

  .home-page .hero-content,
  .home-page .section,
  .home-page .section-lede,
  .home-page .offering-panel,
  .shell-page .page-hero-content,
  .shell-page .section,
  .shell-page .section-lede {
    max-width: 100vw;
    min-width: 0;
  }

  .home-page .hero-content > p,
  .home-page .section-lede > p,
  .home-page .home-contact p,
  .shell-page .page-hero-content > p,
  .shell-page .section-lede > p {
    max-width: calc(100vw - 40px);
    overflow-wrap: break-word;
  }

  .footer-brand span {
    display: none;
  }

  .hero-content,
  .page-hero-content {
    padding: 42px 20px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 78px);
  }

  .home-page .hero-content h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
  }

  .home-page .hero-content .eyebrow {
    max-width: 100%;
    letter-spacing: 0.1em;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .section {
    padding: 64px 20px;
  }

  .trust-bar,
  .feature-grid,
  .product-grid,
  .builder-products,
  .fulfilment-grid,
  .value-grid,
  .shop-grid {
    grid-template-columns: 1fr;
  }

  .shop-control {
    top: 77px;
  }

  .shop-control-inner,
  .shop-hero {
    padding-right: 20px;
    padding-left: 20px;
    min-width: 0;
  }

  .shop-hero {
    padding-top: 48px;
  }

  .shop-actions .button {
    flex: 1;
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }

  .shop-actions {
    width: 100%;
  }

  .shop-hero h1 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .shop-hero > p {
    font-size: 16px;
    max-width: calc(100vw - 40px);
  }

  .subscription-stack article {
    grid-template-columns: 1fr;
  }

  .product-grid img,
  .product-card img,
  .recipe-card img {
    min-height: 0;
    height: 260px;
  }

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

  .contact-actions {
    width: 100%;
    justify-content: stretch;
  }

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

body.shop-design {
  background: #b9c6b4;
  background-image: none;
  color: #142918;
  font-family: "Times New Roman", Georgia, serif;
}

.shop-design button,
.shop-design input,
.shop-design select {
  font-family: inherit;
}

.shop-shell {
  width: min(1120px, calc(100% - 64px));
  margin: 32px auto;
  overflow: hidden;
  background: #fdfcf8;
  box-shadow: 0 34px 100px rgba(20, 41, 24, 0.14);
}

.shop-header {
  position: sticky;
  top: 0;
  z-index: 60;
  grid-template-columns: 1fr auto auto;
  min-height: 84px;
  border-bottom: 1px solid rgba(20, 41, 24, 0.09);
  background: rgba(253, 252, 248, 0.96);
  padding: 0 clamp(28px, 5vw, 72px);
}

.shop-wordmark img {
  width: 42px;
  height: 42px;
}

.shop-nav {
  gap: 32px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.shop-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.payment-nav-actions {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-order,
.portal-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
}

.header-order {
  background: #0d2112;
  color: var(--cream);
}

.portal-link {
  border: 1px solid rgba(20, 41, 24, 0.2);
  color: #0d2112;
}

.line-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #0d2112;
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.profile-icon span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.profile-icon::before,
.profile-icon::after {
  display: block;
  border: 1.8px solid currentColor;
  content: "";
}

.profile-icon::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(1px);
}

.profile-icon::after {
  width: 17px;
  height: 9px;
  border-top: 0;
  border-radius: 0 0 999px 999px;
  transform: translateY(-2px);
}

.cart-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 0;
  background: transparent;
  color: #0d2112;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  padding: 0;
  cursor: pointer;
}

.cart-pill strong {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b8ba8b;
  color: #0d2112;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 850;
}

.shop-page-ref {
  background:
    linear-gradient(180deg, #fdfcf8 0%, #f8f8f2 54%, #eef1e9 100%);
}

.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px solid rgba(20, 41, 24, 0.07);
  padding: clamp(54px, 7vw, 88px) clamp(40px, 8vw, 98px);
}

.checkout-hero h1 {
  max-width: 760px;
  color: #0d2112;
  font-size: clamp(44px, 5.6vw, 80px);
  line-height: 0.96;
}

.checkout-hero p:last-child {
  max-width: 640px;
  color: rgba(20, 41, 24, 0.68);
  font-family: var(--sans);
  font-size: clamp(17px, 2vw, 22px);
}

.checkout-trust {
  display: grid;
  gap: 10px;
}

.checkout-trust span {
  border: 1px solid rgba(20, 41, 24, 0.12);
  background: rgba(255, 255, 255, 0.66);
  color: #0d2112;
  padding: 16px 18px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.direct-checkout-section,
.payment-note-section {
  padding: 60px clamp(40px, 8vw, 98px) 74px;
}

.direct-checkout-section {
  background: #fdfcf8;
}

.payment-note-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
  border-top: 1px solid rgba(20, 41, 24, 0.08);
  background: #eef1e9;
}

.payment-note-section h2 {
  color: #0d2112;
  font-size: clamp(34px, 4.6vw, 58px);
}

.payment-note-actions {
  display: grid;
  gap: 18px;
  justify-items: start;
  max-width: 430px;
}

.payment-note-actions p {
  margin-bottom: 0;
  color: rgba(20, 41, 24, 0.68);
  font-family: var(--sans);
}

.selection-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow-y: auto;
  background: rgba(13, 33, 18, 0.42);
  padding: clamp(16px, 4vw, 42px);
}

.selection-modal[hidden] {
  display: none;
}

.selection-panel {
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(20, 41, 24, 0.12);
  background: #fdfcf8;
  box-shadow: 0 34px 100px rgba(20, 41, 24, 0.24);
}

.selection-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(20, 41, 24, 0.09);
  background: #fdfcf8;
  padding: clamp(22px, 4vw, 38px);
}

.selection-head h2 {
  margin-bottom: 8px;
  color: #0d2112;
  font-size: clamp(34px, 5vw, 62px);
}

.selection-head p:last-child {
  max-width: 660px;
  margin: 0;
  color: rgba(20, 41, 24, 0.64);
  font-family: var(--sans);
}

.selection-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.38fr);
  gap: clamp(20px, 4vw, 38px);
  align-items: start;
  padding: clamp(22px, 4vw, 38px);
}

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

.selection-product {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  border: 1px solid rgba(20, 41, 24, 0.1);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
  box-shadow: 0 18px 44px rgba(20, 41, 24, 0.08);
}

.selection-product.selected {
  box-shadow: inset 0 0 0 2px rgba(184, 186, 139, 0.9), 0 18px 44px rgba(20, 41, 24, 0.08);
}

.selection-product img {
  aspect-ratio: 1.28 / 1;
  border-radius: 8px;
  background: #f2f2ef;
  object-fit: cover;
}

.selection-product-copy {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.selection-product-copy h3 {
  margin: 0;
  color: #0d2112;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.04;
}

.selection-product-copy p,
.selection-product-copy strong {
  margin: 0;
  color: rgba(20, 41, 24, 0.66);
  font-family: var(--sans);
  font-size: 13px;
}

.selection-product-copy strong {
  color: #0d2112;
  font-weight: 850;
}

.selection-actions {
  display: grid;
  grid-template-columns: minmax(118px, auto) auto auto;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.selection-actions .tray-button,
.selection-actions .tray-delete {
  min-height: 38px;
  border-radius: 9px;
  padding: 0 12px;
  font-family: var(--sans);
}

.selection-actions .tray-delete {
  grid-column: auto;
  text-decoration: none;
}

.selection-cart {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(20, 41, 24, 0.12);
  background:
    linear-gradient(135deg, rgba(74, 112, 67, 0.07), transparent 46%),
    #f8f4ed;
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 18px 44px rgba(20, 41, 24, 0.1);
}

.selection-cart h3 {
  margin: 0;
  color: #0d2112;
  font-size: clamp(26px, 3vw, 38px);
}

.address-toggle {
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(20, 41, 24, 0.16);
  background: #fffdfa;
  color: #0d2112;
  padding: 13px 14px;
  text-align: left;
  cursor: pointer;
}

.address-toggle span {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
}

.address-toggle strong {
  color: rgba(20, 41, 24, 0.56);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.address-editor {
  display: grid;
  gap: 10px;
}

.address-editor[hidden] {
  display: none;
}

.address-editor label {
  display: grid;
  gap: 7px;
}

.address-editor span {
  color: var(--fresh);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cart-lines {
  display: grid;
  gap: 10px;
  min-height: 72px;
  border-top: 1px solid rgba(20, 41, 24, 0.1);
  border-bottom: 1px solid rgba(20, 41, 24, 0.1);
  padding: 14px 0;
}

.cart-lines p {
  margin: 0;
  color: rgba(20, 41, 24, 0.62);
  font-family: var(--sans);
}

.cart-line,
.cart-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  color: #0d2112;
  font-family: var(--sans);
  font-size: 14px;
}

.cart-line span {
  min-width: 0;
}

.cart-line strong,
.cart-total strong {
  white-space: nowrap;
}

.cart-total {
  align-items: end;
  font-weight: 850;
}

.cart-total strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}

.harvest-summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 74px);
  min-height: 460px;
  overflow: hidden;
  border-bottom: 1px solid rgba(20, 41, 24, 0.07);
  padding: clamp(54px, 7vw, 90px) clamp(40px, 8vw, 98px);
}

.summary-card,
.summary-visual {
  position: relative;
  z-index: 1;
}

.summary-card {
  align-self: center;
  max-width: 520px;
}

.summary-visual {
  display: grid;
  align-self: stretch;
  min-height: 360px;
  align-content: end;
  border: 1px solid rgba(20, 41, 24, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 18%, rgba(184, 186, 139, 0.32), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(239, 241, 233, 0.8));
  box-shadow: 0 18px 44px rgba(20, 41, 24, 0.08);
  overflow: hidden;
  padding: clamp(22px, 4vw, 36px);
}

.visual-stage {
  position: relative;
  min-height: 250px;
}

.visual-punnet {
  position: absolute;
  right: 11%;
  left: 11%;
  height: 86px;
  border: 1px solid rgba(20, 41, 24, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), transparent 42%),
    repeating-linear-gradient(90deg, rgba(74, 112, 67, 0.92) 0 10px, rgba(184, 186, 139, 0.82) 10px 17px);
  box-shadow: 0 16px 30px rgba(20, 41, 24, 0.12);
  transform: perspective(520px) rotateX(58deg);
}

.visual-punnet-one {
  bottom: 6px;
}

.visual-punnet-two {
  bottom: 58px;
  right: 16%;
  left: 16%;
  opacity: 0.78;
}

.visual-punnet-three {
  bottom: 110px;
  right: 22%;
  left: 22%;
  opacity: 0.48;
}

.visual-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  max-width: 360px;
}

.visual-copy span {
  color: #0d2112;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-copy p {
  margin: 0;
  color: rgba(20, 41, 24, 0.62);
  font-family: var(--sans);
  font-size: 14px;
}

.summary-select {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.summary-select span {
  color: #0d2112;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.summary-select select {
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid rgba(20, 41, 24, 0.2);
  background: rgba(253, 252, 248, 0.62);
  color: #0d2112;
  padding: 0 4px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
}

.summary-list {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  font-family: var(--sans);
  font-size: 15px;
}

.summary-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
}

.summary-list dt {
  color: #0d2112;
  font-weight: 750;
}

.summary-list dd {
  margin: 0;
  color: #172d1c;
}

.summary-note {
  max-width: 460px;
  margin-bottom: 18px;
  color: rgba(20, 41, 24, 0.64);
  font-family: var(--sans);
  font-size: 14px;
}

.current-harvest {
  padding: 60px clamp(40px, 8vw, 98px) 74px;
}

.harvest-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.harvest-heading h1 {
  margin: 0;
  color: #0d2112;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
}

.harvest-heading p {
  max-width: 390px;
  margin: 0;
  color: rgba(20, 41, 24, 0.62);
  font-family: var(--sans);
  font-size: 14px;
}

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

.harvest-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 350px;
  border: 1px solid rgba(20, 41, 24, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.74);
  padding: 14px;
  box-shadow: 0 18px 44px rgba(20, 41, 24, 0.09);
}

.harvest-card.selected {
  box-shadow: inset 0 0 0 2px rgba(184, 186, 139, 0.8), 0 18px 44px rgba(20, 41, 24, 0.09);
}

.harvest-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  border-radius: 8px;
  background: #f2f2ef;
  object-fit: cover;
}

.harvest-card-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
  margin-top: 14px;
}

.harvest-card h2 {
  min-height: 2.2em;
  margin: 0;
  color: #0d2112;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.08;
}

.harvest-price {
  margin: 0;
  color: #0d2112;
  font-size: clamp(19px, 2vw, 24px);
  white-space: nowrap;
}

.harvest-meta {
  margin: 8px 0 12px;
  color: #1a321f;
  font-family: var(--sans);
  font-size: 14px;
}

.harvest-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  margin-top: auto;
}

.mini-qty {
  display: grid;
  grid-template-columns: 34px 44px 34px;
  gap: 5px;
}

.mini-qty button,
.mini-qty input {
  min-height: 34px;
  border: 1px solid rgba(20, 41, 24, 0.13);
  border-radius: 8px;
  background: #f8f8f1;
  color: #0d2112;
  padding: 0;
  text-align: center;
}

.mini-qty button {
  cursor: pointer;
}

.tray-button,
.tray-delete {
  min-height: 38px;
  border: 0;
  border-radius: 9px;
  background: #d8dbc4;
  color: #0d2112;
  padding: 0 14px;
  font-family: var(--sans);
  font-size: 13px;
  cursor: pointer;
}

.tray-delete {
  grid-column: 2;
  min-height: auto;
  background: transparent;
  color: rgba(20, 41, 24, 0.52);
  padding: 0 4px;
  text-decoration: underline;
}

.shop-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(20, 41, 24, 0.08);
  padding: 24px clamp(40px, 8vw, 98px);
  color: #0d2112;
  font-family: var(--sans);
  font-size: 13px;
}

.shop-foot p {
  margin: 0;
}

.shop-foot div {
  display: flex;
  gap: 14px;
  font-size: 24px;
}

@media (max-width: 900px) {
  .shop-shell {
    width: min(100%, calc(100% - 24px));
    margin: 12px auto;
  }

  .shop-header {
    grid-template-columns: 1fr auto 74px;
    gap: 12px;
    padding: 0 22px;
  }

  .shop-header .menu-button {
    grid-column: 2;
  }

  .shop-nav-actions {
    grid-column: 3;
    justify-self: end;
    width: auto;
    justify-content: space-between;
  }

  .harvest-summary {
    grid-template-columns: 1fr;
  }

  .harvest-summary {
    padding: 42px 24px;
  }

  .summary-card {
    max-width: none;
  }

  .summary-visual {
    min-height: 300px;
  }

  .current-harvest,
  .checkout-hero,
  .direct-checkout-section,
  .payment-note-section,
  .shop-foot {
    padding-right: 24px;
    padding-left: 24px;
  }

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

@media (max-width: 620px) {
  body.shop-design {
    background: #fdfcf8;
  }

  .shop-shell {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .shop-nav {
    font-size: 14px;
  }

  .shop-nav-actions {
    gap: 6px;
  }

  .payment-nav-actions {
    gap: 8px;
    font-size: 10px;
  }

  .header-order,
  .portal-link {
    min-height: 34px;
    padding: 0 10px;
  }

  .shop-design .menu-button {
    display: none;
  }

  .shop-design .shop-header {
    grid-template-columns: 1fr auto;
  }

  .shop-design .shop-nav-actions {
    position: absolute;
    top: 50%;
    right: 70px;
    grid-column: auto;
    transform: translateY(-50%);
  }

  .shop-design .line-icon {
    width: 23px;
    height: 26px;
    font-size: 20px;
  }

  .shop-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .summary-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .checkout-hero {
    padding-top: 42px;
  }

  .checkout-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .hero-leaf-mark {
    width: min(168px, 42vw);
  }

  .checkout-card {
    min-height: 0;
  }

  .benefit-pill-grid {
    grid-template-columns: 1fr;
  }

  .summary-select span {
    font-size: 11px;
  }

  .summary-select select {
    font-size: 34px;
  }

  .harvest-heading {
    display: grid;
    align-items: start;
  }

  .harvest-grid {
    grid-template-columns: 1fr;
  }

  .harvest-card-actions {
    grid-template-columns: 1fr;
  }

  .tray-delete {
    grid-column: auto;
    justify-self: start;
  }

  .shop-foot {
    display: grid;
  }
}

@media (max-width: 900px) {
  .checkout-hero,
  .payment-note-section,
  .selection-layout {
    grid-template-columns: 1fr;
  }

  .checkout-trust {
    max-width: 100%;
  }

  .selection-cart {
    position: static;
    order: -1;
  }
}

@media (max-width: 620px) {
  .shop-design .payment-nav-actions {
    right: 16px;
    width: auto;
  }

  .shop-design .payment-nav-actions .portal-link {
    display: none;
  }

  .checkout-hero {
    overflow: hidden;
  }

  .checkout-hero,
  .checkout-hero * {
    min-width: 0;
  }

  .checkout-hero > div,
  .checkout-hero p,
  .checkout-hero p:last-child,
  .checkout-hero .hero-actions {
    max-width: min(342px, calc(100vw - 48px));
    overflow-wrap: break-word;
  }

  .checkout-hero .hero-actions,
  .checkout-trust {
    width: min(342px, 100%);
  }

  .checkout-hero .hero-actions {
    display: grid;
  }

  .checkout-hero .button {
    width: 100%;
  }

  .checkout-trust span {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .selection-modal {
    padding: 0;
  }

  .selection-panel {
    min-height: 100svh;
    border: 0;
  }

  .selection-head {
    padding: 22px 18px;
  }

  .selection-layout {
    padding: 18px;
  }

  .selection-products {
    grid-template-columns: 1fr;
  }

  .selection-actions {
    grid-template-columns: 1fr;
  }

  .selection-actions .mini-qty {
    justify-content: start;
  }

  .selection-actions .tray-delete {
    justify-self: start;
  }
}
