:root {
  color-scheme: light;
  --cream: #fffcee;
  --cream-soft: #fffcee;
  --charcoal: #373533;
  --charcoal-deep: #2d2b29;
  --gold: #eac000;
  --gold-dark: #b99500;
  --ink: #171411;
  --muted: #625d54;
  --card: #fff9e8;
  --container: 1200px;
  --display-font: "Baskervville", Georgia, "Times New Roman", serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --info-font: "Nunito Sans", Arial, Helvetica, sans-serif;
  --footer-font: "Inter", Arial, Helvetica, sans-serif;
  --sans: var(--footer-font);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--serif);
  overflow-x: hidden;
}
body.menu-open, body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { font: inherit; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }

.shell { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.topbar {
  background: var(--gold);
  color: var(--charcoal);
  font: 600 16px/24px var(--info-font);
}
.topbar__inner { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar__links, .socials { display: flex; align-items: center; gap: 18px; }
.topbar__links a { display: inline-flex; align-items: center; gap: 7px; }
.topbar__links img { width: 20px; height: 20px; object-fit: contain; flex: 0 0 20px; }
.socials { gap: 2px; }
.socials span {
  width: 24px; height: 30px; display: grid; place-items: center;
}
.socials img {
  width: 24px; height: 30px; object-fit: contain;
}

.site-header { background: var(--charcoal); color: var(--cream); position: sticky; top: 0; z-index: 40; }
.site-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 18px/1 var(--serif); color: var(--gold); letter-spacing: .02em; }
.brand__logo { width: 200px; height: auto; }
.brand__mark {
  width: 39px; height: 32px; display: grid; place-items: center;
  border: 2px solid var(--gold); border-radius: 50%; font-size: 18px;
}
.nav { display: flex; align-items: center; justify-content: center; gap: 28px; font: 600 16px/24px var(--serif); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.cart-button, .menu-toggle {
  color: var(--gold); background: transparent; display: grid; place-items: center;
}
.cart-button {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}
.cart-button svg { width: 44px; height: 44px; }
.cart-button__count {
  position: absolute;
  right: -6px;
  top: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--charcoal);
  display: grid;
  place-items: center;
  font: 800 12px/1 var(--sans);
  border: 2px solid var(--charcoal);
}
.menu-toggle { display: none; width: 38px; height: 38px; border-radius: 50%; background: var(--gold); color: var(--charcoal); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 35px; padding: 0 22px; border-radius: 999px;
  background: var(--gold); color: var(--charcoal);
  font: 700 18px/22px var(--serif);
}
.btn:hover { background: #ffd400; transform: translateY(-1px); }

.hero { min-height: 949px; padding: 100px 0 80px; text-align: center; position: relative; overflow: hidden; }
.hero h1 {
  color: var(--gold);
  font: 700 clamp(64px, 8.9vw, 128px)/150px var(--display-font);
  margin: 0 0 57px;
  letter-spacing: .01em;
}
.hero__stage { width: 838px; max-width: 92vw; height: 542px; margin: 0 auto; position: relative; }
.hero__visual,
.hero__visual img {
  display: block;
}
.hero__visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.hero__visual img { width: 100%; height: auto; object-fit: contain; }
.badge {
  position: absolute; width: 138px; height: 138px; border-radius: 50%;
  background: var(--gold); border: 3px solid #181612; display: grid; place-items: center;
  color: #221e17; text-align: center; font: 800 18px/1.08 var(--serif);
  box-shadow: 4px 5px 0 rgba(0,0,0,.12);
  z-index: 5;
}
.badge--left { left: 0; top: 51px; width: 226px; height: 226px; padding: 0 28px; font-size: 30px; line-height: 36px; }
.badge--right { right: 0; top: 189px; width: 116px; height: 111px; padding: 0 14px; font-size: 20px; line-height: 26px; }
.hero__stage .btn {
  position: absolute;
  left: 294px;
  top: 492px;
  width: 250px;
  min-height: 50px;
  font-size: 18px;
  z-index: 6;
}

.dark { background: var(--charcoal); color: var(--cream); }
.section { padding: 100px 0; }
.story { min-height: 864px; display: grid; align-items: center; }
.story__grid { display: grid; grid-template-columns: 511px 1fr; gap: 84px; align-items: center; }
.section h2 { font: 900 30px/36px var(--serif); margin: 0 0 28px; }
.story h2 { font-size: 32px; line-height: 38px; }
.story p, .seedlings p, .article p, .reason p, .cta p {
  margin: 0; font: 400 18px/24px var(--serif);
}
.story__copy { display: grid; gap: 0; }
.framed-img { border-radius: 20px; width: 100%; object-fit: cover; }
.story .framed-img { height: 613px; }

.products { background: var(--cream); text-align: center; }
.products h2 { margin-bottom: 50px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; align-items: end; }
.product { position: relative; display: grid; justify-items: center; gap: 16px; min-height: 489px; align-content: end; }
.product img { height: 248px; width: 228px; object-fit: contain; }
.product:nth-child(2) img { width: 226px; height: 294px; }
.product:nth-child(3) img { width: 323px; height: 220px; }
.product__badge {
  position: absolute; top: 0; right: 20%;
  width: 61px; height: 61px; border-radius: 50%; background: var(--gold);
  display: grid; place-items: center; color: #241d0b; font: 400 12px/16px var(--serif);
}
.product h3 { font: 700 18px/24px var(--serif); margin: 0; max-width: 190px; }
.product small { font: 500 12px/18px var(--serif); }
.product p { margin: 0; font: 700 18px/24px var(--serif); color: var(--gold-dark); }
.product .btn { width: 206px; min-height: 40px; font-size: 18px; }

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(18, 17, 15, .66);
}
.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 90;
  width: min(720px, 100vw);
  background: var(--cream);
  color: var(--ink);
  transform: translateX(100%);
  transition: transform .28s ease;
  box-shadow: -16px 0 50px rgba(0, 0, 0, .18);
}
body.cart-open .cart-drawer { transform: translateX(0); }
.cart-drawer__inner {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.cart-drawer__header {
  min-height: 116px;
  padding: 34px 48px 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.cart-drawer__title {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cart-drawer__icon { color: #111; display: inline-flex; }
.cart-drawer__title h2 {
  margin: 0;
  font: 800 40px/1.1 var(--serif);
}
.cart-drawer__count {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid;
  place-items: center;
  font: 700 22px/1 var(--serif);
}
.cart-drawer__close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: transparent;
  color: #111;
  font: 400 44px/1 var(--sans);
}
.cart-drawer__body {
  overflow: auto;
  padding: 0 48px 48px;
}
.cart-empty {
  min-height: 60vh;
  display: grid;
  align-content: start;
  justify-items: center;
  padding-top: 36px;
  text-align: center;
  gap: 28px;
}
.cart-empty p {
  margin: 0;
  font: 500 20px/1.35 var(--serif);
}
.cart-empty .btn {
  min-width: 220px;
  min-height: 48px;
  font: 800 18px/1 var(--serif);
}
.cart-steps {
  border-radius: 44px;
  background: #fff1b7;
  padding: 28px 28px 24px;
  margin: 4px 0 52px;
}
.cart-steps__labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
  font: 800 13px/1 var(--sans);
  color: rgba(23, 20, 17, .52);
  text-align: center;
}
.cart-steps__labels span.is-active { color: var(--ink); }
.cart-steps__bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--cream);
}
.cart-steps__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width .2s ease;
}
.cart-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 74px;
  margin: 4px 0 44px;
  border-radius: 34px;
  background: #cdebc4;
  font: 500 20px/1.2 var(--serif);
}
.cart-notice strong { font-weight: 800; }
.cart-list {
  display: grid;
  gap: 28px;
}
.cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 142px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 172px;
  border: 1px solid rgba(23, 20, 17, .42);
  border-radius: 26px;
  padding: 24px 22px;
}
.cart-item__image {
  width: 130px;
  height: 116px;
  object-fit: contain;
}
.cart-item__details {
  display: grid;
  gap: 11px;
  justify-items: start;
}
.cart-item h3 {
  margin: 0;
  font: 800 24px/1.08 var(--serif);
}
.cart-item small {
  display: block;
  font: 500 22px/1 var(--serif);
}
.cart-item__price {
  margin: 0;
  color: var(--gold);
  font: 800 22px/1 var(--serif);
}
.cart-item__remove {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: transparent;
  color: #111;
}
.cart-item__remove svg { width: 24px; height: 24px; }
.cart-quantity {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
}
.cart-quantity button {
  width: 34px;
  height: 34px;
  background: transparent;
  color: #111;
  font: 400 32px/1 var(--serif);
}
.cart-quantity output {
  width: 46px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 20, 17, .42);
  background: transparent;
  font: 800 25px/1 var(--serif);
}
.cart-more {
  display: inline-flex;
  margin: 26px 0 64px;
  color: var(--gold);
  background: transparent;
  font: 800 21px/1.2 var(--serif);
}
.order-summary {
  margin-top: auto;
}
.order-summary h3 {
  margin: 0 0 38px;
  font: 800 32px/1.1 var(--serif);
}
.order-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  font: 500 28px/1.15 var(--serif);
}
.order-summary__divider {
  height: 1px;
  background: rgba(234, 192, 0, .72);
  margin: 36px 0 48px;
}
.order-summary__total {
  margin-bottom: 56px;
  font-size: 31px;
}
.cart-primary {
  width: min(430px, 80%);
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  font: 800 27px/1 var(--serif);
}
.checkout-panel h3,
.success-panel h3 {
  margin: 0 0 34px;
  font: 800 28px/1.15 var(--serif);
}
.checkout-form {
  display: grid;
  gap: 15px;
}
.checkout-form label {
  display: grid;
  gap: 10px;
  font: 500 23px/1 var(--serif);
}
.checkout-form label span span,
.checkout-form legend span { color: #ff3a2e; font-weight: 800; }
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b9b1a2;
  background: transparent;
  color: var(--ink);
  padding: 10px 12px;
  font: 600 18px/1.2 var(--sans);
}
.checkout-form textarea {
  min-height: 150px;
  resize: vertical;
}
.checkout-form input:invalid:not(:placeholder-shown) { border-color: #ff8c80; }
.payment-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}
.payment-fieldset legend {
  margin-bottom: 10px;
  font: 500 23px/1 var(--serif);
}
.payment-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font: 500 20px/1.2 var(--serif);
}
.payment-option input {
  appearance: none;
  width: 18px;
  height: 18px;
  min-height: 0;
  border: 0;
  border-radius: 50%;
  background: #d6d6d6;
  padding: 0;
}
.payment-option input:checked { background: var(--gold); }
.payment-option--visual {
  align-items: start;
}
.payment-placeholder {
  grid-column: 1 / -1;
  width: 132px;
  height: 110px;
  background: #d7d7d7;
  display: grid;
  place-items: center;
  color: #777;
  font: 800 12px/1.2 var(--sans);
}
.payment-help {
  margin: -4px 0 0;
  font: 400 14px/1.35 var(--serif);
}
.delivery-help {
  margin: -8px 0 2px;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: rgb(234 192 0 / 10%);
  font: 400 15px/1.45 var(--serif);
}
.fulfillment-message {
  margin: -20px 0 34px;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: rgb(234 192 0 / 10%);
  font: 500 17px/1.5 var(--serif);
}
.checkout-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
}
.checkout-actions .btn {
  min-height: 50px;
  font: 800 18px/1 var(--serif);
}
.checkout-actions .btn--secondary {
  background: #ffefac;
}
.success-panel {
  min-height: 70vh;
  display: grid;
  align-content: start;
}
.success-panel .order-summary { margin-bottom: 58px; }
.success-message {
  display: grid;
  justify-items: center;
  gap: 32px;
  text-align: center;
  margin-top: 42px;
}
.success-check {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #d0a900;
  box-shadow: 0 0 0 3px var(--cream), 0 0 0 4px rgba(23, 20, 17, .18);
  display: grid;
  place-items: center;
  font: 400 30px/1 var(--sans);
}
.success-message p {
  margin: 0;
  font: 700 22px/1.2 var(--serif);
}
.success-message strong {
  font: 800 22px/1.2 var(--serif);
}
.success-message .btn { margin-top: 18px; min-width: 220px; min-height: 48px; font: 800 18px/1 var(--serif); }

.seedlings { min-height: 686px; display: grid; align-items: center; }
.seedlings__grid { display: grid; grid-template-columns: 585px 388px; gap: 119px; align-items: center; justify-content: center; }
.seedlings img { height: 527px; object-fit: cover; }
.seedlings__price { margin: 30px 0 10px; color: var(--gold); font: 700 20px/26px var(--serif); }
.seedlings .btn { width: 206px; min-height: 40px; margin-top: 0; font-size: 18px; }

.article { background: var(--cream); }
.article-block { display: grid; grid-template-columns: 281px 1fr; column-gap: 50px; row-gap: 0; align-items: start; margin-bottom: 50px; }
.article-block--reverse { grid-template-columns: 1fr 281px; }
.hex {
  width: 281px; height: 330px; object-fit: contain;
}
.article h2 { margin-bottom: 16px; }
.article-toggle {
  display: flex; align-items: center; gap: 10px; margin: 14px 0 0 auto; padding: 0;
  color: var(--gold-dark); background: transparent; font: 700 16px/24px var(--serif);
}
.article-toggle__icon { display: grid; place-items: center; width: 24px; height: 24px; font: 700 22px/1 var(--sans); transition: transform .25s ease; }
.article-toggle:hover .article-toggle__icon { transform: scale(1.12); }
.article-toggle:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 4px; }
.article-block.is-expanded .article-toggle__icon { transform: rotate(180deg); }
.article-details { grid-column: 1 / -1; display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s ease, opacity .3s ease; }
.article-details__inner { overflow: hidden; }
.article-block.is-expanded .article-details { grid-template-rows: 1fr; opacity: 1; }
.article-block.is-expanded .article-details__inner { border-top: 1px solid rgb(234 192 0 / 55%); padding-top: 32px; margin-top: 32px; }
.article-details p { margin-bottom: 18px; }
.article-details h3 { margin: 34px 0 22px; font: 700 22px/30px var(--serif); }
.article-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 52px; }
.article-benefits > div { padding: 18px 0; border-top: 1px solid rgb(51 49 47 / 18%); }
.article-benefits h4 { margin: 0 0 7px; font: 700 18px/24px var(--serif); }
.article-benefits p { margin: 0; }
.world h2 { margin: 30px 0 42px; }
.gallery-carousel {
  --gallery-gap: 40px;
  position: relative;
  display: flex;
  align-items: center;
  width: 80vw;
  height: 600px;
  margin-left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}
.gallery-carousel::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 50%;
  height: 418px;
  background: var(--gold);
  transform: translateY(-50%);
}
.gallery-track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--gallery-gap);
  width: max-content;
  will-change: transform;
}
.gallery-item {
  position: relative;
  z-index: 1;
  flex: 0 0 434px;
  height: 512px;
  opacity: 0;
  transform: none;
  transform-origin: center;
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.4, 0, .2, 1), filter 650ms ease;
}
.gallery-item.is-visible { opacity: 1; }
.gallery-item.is-outgoing { opacity: 0; }
.gallery-item.is-center { z-index: 2; transform: none; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  transform: scale(1);
  transition: transform 650ms cubic-bezier(.4, 0, .2, 1);
}
.gallery-item.is-center img { transform: scale(1.1); }

.reasons { text-align: center; }
.reasons h2 { margin-bottom: 28px; font: 700 36px/40px var(--serif); }
.reasons__intro { margin: 0 0 44px; font: 500 20px/26px var(--serif); }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.reason {
  background: var(--cream-soft); color: var(--charcoal);
  border-radius: 20px; padding: 20px; text-align: left; min-height: 239px;
}
.reason__icon { color: var(--gold-dark); font-size: 26px; margin-bottom: 8px; }
.reason h3 { font: 600 20px/26px var(--serif); margin: 0 0 12px; }

.testimonials { background: var(--gold); overflow: hidden; }
.testimonials__header { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.testimonials h2 { margin: 0; }
.testimonial-controls { display: flex; align-items: center; gap: 24px; }
.testimonial-arrow {
  width: 32px; height: 32px; padding: 0; background: transparent;
  display: grid; place-items: center; color: var(--ink);
}
.testimonial-arrow img { width: 10px; height: 18px; transition: transform .18s ease; }
.testimonial-arrow:hover img { transform: scale(1.16); }
.testimonial-arrow:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.testimonial-viewport { overflow: hidden; }
.testimonial-track { display: flex; gap: 20px; width: max-content; will-change: transform; }
.testimonial {
  flex: 0 0 285px; background: var(--cream-soft); border-radius: 20px; min-height: 239px;
  padding: 26px 27px; text-align: center;
}
.stars { color: var(--gold); letter-spacing: 4px; font: 800 18px/1 var(--sans); margin-bottom: 20px; }
.testimonial blockquote { margin: 0 0 20px; font: 400 16px/24px var(--serif); }
.testimonial strong { display: block; font: 900 16px/24px var(--serif); }
.testimonial span { color: var(--gold-dark); font: 400 16px/24px var(--serif); }

.cta { text-align: center; background: var(--cream); padding: 90px 0; }
.cta h2 { margin: 0 0 28px; font: 900 36px/60px var(--serif); }
.cta p { margin-bottom: 50px; font: 500 20px/26px var(--serif); }

.footer { background: var(--charcoal); color: var(--cream); padding: 72px 0 62px; font-family: var(--footer-font); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 70px; align-items: stretch; }
.footer__grid > div:first-child { display: flex; flex-direction: column; }
.footer__grid > div:not(:first-child) { padding-top: 60px; }
.footer .brand { margin-bottom: 24px; }
.footer__grid > div:first-child > p { margin: 0; font: 600 18px/24px var(--display-font); }
.footer .socials { margin-top: auto; }
.footer h3 { color: #fff; font: 700 18px/27px var(--footer-font); margin: 0 0 16px; }
.footer ul { list-style: none; display: grid; gap: 9px; margin: 0; padding: 0; }
.footer a, .footer li { color: #d1d5dc; font: 400 14px/20px var(--footer-font); }

.mobile-menu { position: fixed; inset: 0; background: rgba(0,0,0,.25); z-index: 50; }
.mobile-menu__panel {
  margin-left: auto; width: min(76vw, 280px); height: 100%; background: var(--charcoal);
  display: grid; align-content: start; gap: 0; padding-top: 0;
}
.mobile-menu__panel a, .mobile-menu__close {
  min-height: 62px; padding: 0 24px; color: #fff4cc; border-bottom: 1px solid rgba(242,195,0,.25);
  display: flex; align-items: center; font: 800 18px/1 var(--serif);
}
.mobile-menu__close { background: var(--gold); color: var(--charcoal); justify-content: flex-start; }

@media (max-width: 900px) {
  .topbar, .nav { display: none; }
  .site-header__inner { min-height: 50px; width: 100%; padding: 0 10px 0 14px; }
  .brand__logo { width: 130px; }
  .brand__mark { width: 30px; height: 26px; font-size: 14px; }
  .header-actions { gap: 10px; }
  .menu-toggle { display: grid; }
  .cart-button, .cart-button svg { width: 38px; height: 38px; }
  .cart-button__count { min-width: 20px; height: 20px; right: -5px; top: -5px; font-size: 11px; }
  .shell { width: min(100% - 28px, 560px); }
  .hero { min-height: 403px; padding: 28px 0 50px; }
  .hero h1 { font-size: 50px; line-height: 60px; text-align: left; margin-bottom: 30px; }
  .hero__stage { width: 358px; max-width: 100%; height: 235px; margin-bottom: 0; }
  .hero__visual { width: 100%; left: 0; top: 0; }
  .badge--left { width: 76px; height: 76px; font-size: 10px; left: 33px; top: 31px; }
  .badge--right { width: 55px; height: 55px; font-size: 8px; right: 24px; top: 68px; }
  .hero__stage .btn { left: 86px; top: 195px; width: 195px; min-height: 40px; font-size: 12px; }
  .section { padding: 58px 0; }
  .section h2 { font-size: 20px; line-height: 24px; }
  .story { min-height: auto; }
  .story__grid, .seedlings__grid, .article-block, .article-block--reverse, .footer__grid {
    grid-template-columns: 1fr; gap: 30px;
  }
  .story__grid img { order: 2; }
  .story p { font-size: 12px; line-height: 16px; }
  .seedlings p, .article p, .reason p, .cta p, .footer p, .footer a, .footer li { font-size: 14px; line-height: 20px; }
  .story .framed-img { height: 356px; }
  .products h2 { margin-bottom: 34px; }
  .product-grid { grid-template-columns: repeat(3, minmax(145px, 1fr)); gap: 28px; overflow-x: auto; padding-bottom: 8px; }
  .product { min-height: 260px; }
  .product img, .product:nth-child(2) img, .product:nth-child(3) img { width: 120px; height: 96px; }
  .product h3 { font-size: 13px; }
  .product p { font-size: 12px; }
  .product .btn { width: 120px; min-height: 30px; font-size: 11px; }
  .seedlings { min-height: auto; }
  .seedlings img { order: 2; }
  .hex { width: 96px; height: 113px; justify-self: center; }
  .article-block--reverse .hex { order: 1; }
  .article-block--reverse .article-summary { order: 2; }
  .article-block, .article-block--reverse { row-gap: 0; }
  .article-details { order: 3; }
  .article-benefits { grid-template-columns: 1fr; }
  .article-toggle { font-size: 14px; }
  .gallery-carousel { --gallery-gap: 32px; width: 100vw; height: 380px; margin-left: 0; transform: none; }
  .gallery-carousel::before { height: 250px; }
  .gallery-track { gap: var(--gallery-gap); }
  .gallery-item { flex-basis: min(72vw, 280px); height: 320px; transform: none; }
  .gallery-item.is-center { transform: none; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .reason { min-height: 174px; padding: 20px 14px; text-align: center; }
  .reason h3 { font-size: 14px; }
  .reason p { font-size: 12px; }
  .testimonials__header { gap: 20px; }
  .testimonial-controls { gap: 10px; }
  .testimonial-arrow { width: 28px; height: 28px; }
  .testimonial { flex-basis: 250px; min-height: 258px; padding: 22px 18px; }
  .testimonial blockquote { font-size: 13px; }
  .footer { padding: 44px 0; }
  .footer__grid > div:not(:first-child) { padding-top: 0; }
  .footer .socials { margin-top: 24px; }
  .cart-drawer { width: 100vw; }
  .cart-drawer__header { min-height: 86px; padding: 24px 22px 16px; }
  .cart-drawer__title { gap: 14px; }
  .cart-drawer__title h2 { font-size: 23px; }
  .cart-drawer__count { min-width: 42px; height: 42px; font-size: 19px; }
  .cart-drawer__close { width: 34px; height: 34px; font-size: 30px; }
  .cart-drawer__body { padding: 0 22px 32px; }
  .cart-steps { margin-bottom: 34px; padding: 20px 18px 18px; border-radius: 30px; }
  .cart-steps__labels { font-size: 11px; }
  .cart-list { gap: 18px; }
  .cart-item {
    grid-template-columns: 86px 1fr;
    gap: 16px;
    min-height: 142px;
    border-radius: 20px;
    padding: 18px 16px;
  }
  .cart-item__image { width: 78px; height: 86px; }
  .cart-item h3 { font-size: 18px; padding-right: 28px; }
  .cart-item small, .cart-item__price { font-size: 18px; }
  .cart-item__remove { right: 12px; top: 12px; }
  .cart-quantity { gap: 12px; }
  .cart-quantity button { width: 28px; height: 28px; font-size: 26px; }
  .cart-quantity output { width: 38px; height: 36px; font-size: 20px; }
  .cart-more { margin: 22px 0 46px; font-size: 18px; }
  .order-summary h3 { font-size: 26px; margin-bottom: 28px; }
  .order-summary__row { font-size: 22px; margin-bottom: 22px; }
  .order-summary__divider { margin: 28px 0 36px; }
  .order-summary__total { font-size: 25px; margin-bottom: 40px; }
  .cart-primary { width: min(100%, 300px); min-height: 54px; font-size: 22px; }
  .checkout-panel h3, .success-panel h3 { font-size: 24px; margin-bottom: 28px; }
  .checkout-form label,
  .payment-fieldset legend { font-size: 19px; }
  .checkout-form input { min-height: 44px; }
  .checkout-form textarea { min-height: 132px; }
  .checkout-actions { grid-template-columns: 1fr; gap: 14px; }
  .cart-notice { min-height: 58px; margin-bottom: 30px; font-size: 17px; }
  .success-message { margin-top: 26px; gap: 24px; }
  .success-message p, .success-message strong { font-size: 20px; }
}
