:root {
  --ink: #070707;
  --muted: #666666;
  --line: #d8d8d8;
  --leaf: #6c851b;
  --leaf-dark: #4f660c;
  --gold: #c59a31;
  --paper: #ffffff;
  --soft: #f6f6f2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}

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

button,
input {
  font: inherit;
}

textarea,
select {
  font: inherit;
}

.promo-bar {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background:
    linear-gradient(90deg, rgba(1, 18, 15, 0.94), rgba(14, 43, 20, 0.88)),
    radial-gradient(circle at 18% 0%, rgba(121, 158, 52, 0.55), transparent 34%),
    radial-gradient(circle at 77% 25%, rgba(189, 150, 47, 0.38), transparent 27%),
    #081b15;
  overflow: hidden;
}

.promo-bar.hidden {
  display: none;
}

.promo-content {
  display: flex;
  align-items: center;
  gap: 13px;
  letter-spacing: 0;
  font-size: clamp(16px, 2vw, 25px);
  text-align: center;
  padding: 16px 58px;
}

.coin-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--leaf-dark);
  background: #fff;
  border-radius: 50%;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

.small-cta {
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding: 0 12px;
  border-radius: 7px;
  color: white;
  background: #85a836;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.icon-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.close-promo {
  position: absolute;
  left: 6%;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}

.close-promo span,
.close-promo span::after {
  position: absolute;
  inset: 15px 5px auto;
  height: 2px;
  content: "";
  background: white;
  transform: rotate(45deg);
}

.close-promo span::after {
  inset: 0;
  transform: rotate(90deg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 188px minmax(220px, 330px) minmax(260px, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.mobile-category-strip {
  display: none;
}

.brand {
  height: 62px;
  display: grid;
  align-content: center;
  place-items: center;
  color: #111;
  background: #fff;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: 1px solid #111;
  overflow: hidden;
}

.brand span {
  display: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
  text-transform: uppercase;
}

.brand small {
  display: none;
  margin-top: 6px;
  font-size: 9px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #f1f1f1;
}

.brand img {
  width: 174px;
  max-width: 92%;
  height: auto;
  display: block;
}

.location {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
  border: 0;
  text-align: left;
  background: transparent;
  color: #222;
  cursor: pointer;
}

.location small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 16px;
}

.pin {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  border-radius: 50% 50% 50% 0;
  background: var(--leaf);
  transform: rotate(-45deg);
}

.pin::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  margin: 3.5px;
  border-radius: 50%;
  background: white;
}

.search-box {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 0 18px;
  border: 1px solid #777;
  border-radius: 9px;
  background: white;
}

.search-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border: 2px solid #737373;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  margin: 20px 0 0 18px;
  background: #737373;
  transform: rotate(45deg);
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  font-size: 19px;
}

.search-box button {
  flex: 0 0 auto;
  height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--leaf-dark);
  font-weight: 800;
  cursor: pointer;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.outline-btn {
  min-width: 100px;
  min-height: 39px;
  display: inline-grid;
  place-items: center;
  padding: 0 16px;
  border: 1px solid #222;
  border-radius: 7px;
  background: white;
  letter-spacing: 2px;
}

.truck-btn,
.cart-btn,
.menu-btn {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.truck-btn::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 24px;
  height: 13px;
  border: 2px solid #111;
  border-radius: 3px;
}

.truck-btn::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 6px;
  width: 24px;
  height: 6px;
  border: 2px solid #111;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 16px 0 0 -2px #111;
}

.cart-btn::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 24px;
  height: 17px;
  border: 2px solid #111;
  border-top: 0;
  transform: skewX(-10deg);
}

.cart-btn::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
  box-shadow: 16px 0 0 #111;
}

.cart-count {
  position: absolute;
  right: -5px;
  top: 0;
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #c8795d;
  font-size: 12px;
  font-weight: 700;
}

.menu-btn span,
.menu-btn::before,
.menu-btn::after {
  position: absolute;
  left: 1px;
  right: 1px;
  height: 2px;
  content: "";
  background: #777;
}

.menu-btn span {
  top: 18px;
}

.menu-btn::before {
  top: 9px;
}

.menu-btn::after {
  top: 27px;
}

.hero {
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.34)),
    linear-gradient(90deg, #fff 0%, #fff 42%, #f7f7f5 100%);
}

.hero-copy {
  padding: 40px 0 76px clamp(34px, 6.5vw, 126px);
}

.eyebrow {
  margin: 0 0 18px;
  font-size: clamp(48px, 5vw, 88px);
  line-height: 1;
}

.hero h1 {
  margin: 0 0 46px;
  font-size: clamp(27px, 3vw, 47px);
  font-weight: 400;
}

.discount-lockup {
  position: relative;
  width: min(430px, 88vw);
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-top: 0;
  gap: 10px;
}

.discount-lockup::before,
.discount-lockup::after {
  content: "";
  position: absolute;
  top: 0;
  width: 55px;
  border-top: 2px solid #111;
}

.discount-lockup::before {
  left: 0;
}

.discount-lockup::after {
  right: 0;
}

.discount-lockup span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 800;
  font-size: 18px;
}

.discount-lockup strong {
  font-size: clamp(64px, 7vw, 96px);
  line-height: 0.9;
}

.discount-lockup b {
  font-size: clamp(36px, 4vw, 54px);
}

.coupon {
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  margin: -20px 0 22px 47px;
  padding: 0 24px;
  color: white;
  background: #000;
  font-size: 25px;
  letter-spacing: 4px;
}

.hero-cta {
  display: grid;
  place-items: center;
  width: 228px;
  height: 66px;
  border-radius: 9px;
  color: white;
  background: linear-gradient(#70851e, #566c09);
  font-size: 32px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.hero-products {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 10px clamp(8px, 2vw, 46px) 42px 0;
}

.hero-products img {
  width: min(100%, 900px);
  height: auto;
  display: block;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-dots .active {
  background: white;
}

.concerns {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px clamp(20px, 9vw, 200px) 20px;
  overflow-x: auto;
}

.concerns h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  margin: 0;
  font-size: 23px;
  text-transform: uppercase;
}

.filter-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50% 50% 30% 30%;
  background: var(--leaf);
  clip-path: polygon(0 0, 100% 0, 62% 48%, 62% 100%, 38% 100%, 38% 48%);
}

.concern-list {
  display: flex;
  gap: 18px;
  min-width: max-content;
}

.concern-pill {
  min-height: 79px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px 0 14px;
  border: 1px solid #91a854;
  border-radius: 8px;
  background: white;
  font-size: 22px;
  cursor: pointer;
}

.concern-pill.active::before {
  content: "";
  width: 18px;
  height: 10px;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: rotate(-45deg);
}

.avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    linear-gradient(135deg, #f1c39f, #6f7a32);
}

.avatar.fitness { background: linear-gradient(135deg, #a55f3b, #232323); }
.avatar.energy { background: linear-gradient(135deg, #f5d9d0, #a66f5c); }
.avatar.heart { background: linear-gradient(135deg, #91bcd5, #f3c3a4); }
.avatar.liver { background: linear-gradient(135deg, #d7a15c, #7a9560); }

.shop-strip {
  padding: 28px clamp(20px, 6vw, 118px) 80px;
  background: var(--soft);
}

.content-builder-strip {
  padding: 18px clamp(14px, 3.5vw, 64px) 54px;
  background: #fff;
}

.content-block-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.content-block {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid #dce4c8;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7faef, #ffffff);
}

.content-block.has-image {
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.content-block.has-image > img {
  width: 46%;
  min-width: 220px;
  object-fit: cover;
  background: #f7f7f2;
}

.content-block.has-image > div {
  padding: 18px 0 18px 18px;
}

.content-block.has-image > a {
  align-self: center;
  margin-right: 18px;
}

.content-block span {
  color: #536a19;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.content-block h3 {
  margin: 5px 0;
  font-size: 22px;
}

.content-block p {
  margin: 0;
  color: #666;
}

.content-block a {
  flex: 0 0 auto;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  border-radius: 6px;
  color: #fff;
  background: #536a19;
  font-weight: 800;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: 34px;
}

.section-heading a {
  color: var(--leaf-dark);
  font-weight: 800;
}

.product-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e1e1dc;
  border-radius: 8px;
  background: white;
}

.product-media {
  height: 190px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 82%, rgba(0, 0, 0, 0.12), transparent 30%),
    #f8f8f5;
}

.product-image {
  width: 100%;
  height: 190px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 0;
  border-radius: 7px;
  background: #f8f8f5;
  cursor: pointer;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.bottle-media::before {
  content: "";
  width: 62px;
  height: 132px;
  border: 2px solid #d2d2c8;
  border-radius: 14px 14px 10px 10px;
  background:
    linear-gradient(#fff 0 24%, transparent 24%),
    linear-gradient(var(--bottle-accent) 0 100%);
  box-shadow: 0 -22px 0 -9px #e9e9e0;
}

.green { --bottle-accent: #669c2b; }
.amber { --bottle-accent: #bc8332; }

.jar-media::before {
  content: "";
  width: 94px;
  height: 92px;
  border-radius: 18px;
  background:
    linear-gradient(#eee6d0 0 18%, transparent 18%),
    linear-gradient(#181818 0 100%);
  box-shadow: 0 -22px 0 -6px #242424;
}

.pouch-media::before {
  content: "";
  width: 74px;
  height: 126px;
  transform: skewX(-7deg);
  border-radius: 8px 8px 16px 16px;
  background:
    linear-gradient(#eee9da 0 28%, transparent 28%),
    linear-gradient(135deg, #161616, #3a3a2d);
}

.product-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.product-card p {
  min-height: 42px;
  margin: 0 0 12px;
  color: var(--muted);
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.price-row span {
  color: #888;
  text-decoration: line-through;
}

.product-card button {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  color: white;
  background: var(--leaf-dark);
  font-weight: 800;
  cursor: pointer;
}

.product-card .ghost-product-btn {
  height: 34px;
  margin-bottom: 8px;
  color: var(--leaf-dark);
  border: 1px solid #8aa04c;
  background: white;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
}

.gallery-modal.open {
  display: block;
}

.gallery-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.gallery-panel {
  position: absolute;
  inset: 5vh clamp(12px, 5vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  overflow: auto;
}

.gallery-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.gallery-panel > img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f7f2;
}

.gallery-panel span {
  color: var(--leaf-dark);
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-panel h2 {
  margin: 10px 0;
}

.gallery-panel [data-gallery-add] {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--leaf-dark);
  font-weight: 800;
}

.gallery-thumbs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
}

.gallery-thumbs button {
  height: 76px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
}

.gallery-thumbs button.active {
  border-color: var(--leaf-dark);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatsapp-float {
  position: fixed;
  right: 38px;
  bottom: 34px;
  z-index: 6;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: white;
  background: #43bf4d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  background: #43bf4d;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-18deg);
}

.whatsapp-float span {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 12px;
  transform: rotate(-42deg);
}

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

  .location {
    display: none;
  }

  .header-actions {
    gap: 10px;
  }

  .outline-btn {
    min-width: 86px;
  }
}

@media (max-width: 850px) {
  .promo-content {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .brand {
    width: 168px;
  }

  .search-box {
    order: 3;
    grid-column: 1 / -1;
    height: 52px;
  }

  .search-box button {
    height: 34px;
  }

  .outline-btn,
  .truck-btn {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding: 34px 24px 10px;
  }

  .hero-products {
    min-height: 310px;
    padding: 0 0 56px;
  }

  .hero-products img {
    width: 118%;
    max-width: none;
  }

  .coupon {
    margin-left: 22px;
    font-size: 18px;
  }

  .hero-cta {
    width: 188px;
    height: 56px;
    font-size: 26px;
  }

  .concerns {
    padding: 24px 16px;
  }

  .concern-pill {
    min-height: 64px;
    font-size: 18px;
  }

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

@media (max-width: 900px) {
  .search-box button {
    width: 38px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
  }

  .search-box button::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .search-box button::after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    margin: -2px 0 0 22px;
    background: #fff;
    transform: rotate(45deg);
  }

  .product-image {
    height: 116px;
    margin-bottom: 10px;
  }

  .content-block.has-image > img {
    width: 100%;
    min-width: 0;
    height: 150px;
  }

  .content-block.has-image > div,
  .content-block.has-image > a {
    margin: 0 14px 14px;
    padding: 0;
  }

  .gallery-panel {
    inset: 3vh 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .gallery-panel > img {
    max-height: 48vh;
  }
}

@media (max-width: 430px) {
  .product-image {
    height: 108px;
  }

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

/* Search repair: mobile icon opens a real working search field. */
@media (max-width: 900px) {
  .site-header .search-box.search-open,
  .site-header .search-box:focus-within {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 3;
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 8px 0 14px;
    border: 1px solid #c4c4bc;
    border-radius: 8px;
    background: #fff;
    justify-content: flex-start;
  }

  .site-header .search-box.search-open input,
  .site-header .search-box:focus-within input {
    display: block;
    font-size: 16px;
  }

  .site-header .search-box.search-open .search-icon,
  .site-header .search-box:focus-within .search-icon {
    display: block;
  }

  .site-header .search-box.search-open button,
  .site-header .search-box:focus-within button {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 560px) {
  .promo-bar {
    min-height: 76px;
  }

  .close-promo {
    left: 8px;
  }

  .brand {
    width: 142px;
    height: 52px;
    font-size: 20px;
    letter-spacing: 4px;
  }

  .brand img {
    width: 132px;
  }

  .menu-btn {
    width: 32px;
  }

  .eyebrow {
    font-size: 45px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .discount-lockup {
    width: 100%;
  }

  .discount-lockup strong {
    font-size: 62px;
  }

  .discount-lockup b {
    font-size: 34px;
  }

  .concerns h2 {
    font-size: 18px;
  }

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

  .whatsapp-float {
    right: 18px;
    bottom: 18px;
  }
}

.admin-link {
  display: inline-grid;
  min-width: 82px;
  background: #111;
  color: #fff;
}

.product-tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #4f660c;
  background: #edf4d8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.empty-state {
  grid-column: 1 / -1;
  min-height: 160px;
  display: grid;
  place-items: center;
  border: 1px dashed #b8b8aa;
  border-radius: 8px;
  color: #555;
  background: #fff;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  transition: background 0.18s ease;
}

.cart-drawer.open {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.35);
}

.cart-panel {
  width: min(420px, 100%);
  height: 100%;
  padding: 18px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.18s ease;
  overflow-y: auto;
}

.cart-drawer.open .cart-panel {
  transform: translateX(0);
}

.side-menu {
  position: fixed;
  inset: 0;
  z-index: 18;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.side-menu.open {
  pointer-events: auto;
}

.side-menu-scrim {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  transition: 0.2s ease;
}

.side-menu.open .side-menu-scrim {
  background: rgba(245, 245, 245, 0.5);
  backdrop-filter: blur(6px);
}

.side-menu-panel {
  position: relative;
  width: min(560px, 100%);
  min-height: 100%;
  padding: 64px 42px 28px;
  background: #fff;
  box-shadow: -8px 0 22px rgba(0, 0, 0, 0.14);
  transform: translateX(100%);
  transition: transform 0.22s ease;
  overflow-y: auto;
}

.side-menu.open .side-menu-panel {
  transform: translateX(0);
}

.side-menu-close {
  position: absolute;
  right: 36px;
  top: 24px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.side-login {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 14px;
  border-radius: 5px;
  color: #fff;
  background: #567327;
  font-size: 19px;
  font-weight: 800;
}

.side-icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #eff3e8;
}

.side-login .side-icon {
  background: transparent;
}

.wave-icon::before {
  content: "";
  width: 20px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 8px 8px;
  transform: rotate(-18deg);
}

.cart-mini::before {
  content: "";
  width: 20px;
  height: 16px;
  border: 2px solid #222;
  border-top: 0;
  transform: skewX(-8deg);
}

.cart-mini::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222;
  box-shadow: 14px 0 0 #222;
}

.leaf-mini::before {
  content: "";
  width: 22px;
  height: 26px;
  border: 2px solid #4f660c;
  border-radius: 60% 0 60% 40%;
  transform: rotate(35deg);
}

.leaf-mini::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 23px;
  background: #4f660c;
  transform: rotate(35deg);
}

.side-section {
  border-bottom: 1px solid #dfe5ce;
}

.side-section-title {
  width: 100%;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
}

.chevron {
  width: 10px;
  height: 10px;
  border-right: 1.8px solid #111;
  border-bottom: 1.8px solid #111;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.side-section.open .chevron {
  transform: rotate(-135deg);
}

.side-links {
  display: none;
  padding: 0 0 18px 50px;
}

.side-section.open .side-links {
  display: grid;
  gap: 20px;
}

.side-links a,
.side-promo-links a {
  font-size: 16px;
}

.side-promo-links {
  display: grid;
  gap: 14px;
  padding: 28px 0 10px;
  border-bottom: 1px solid #8ba45d;
}

.side-promo-links strong {
  font-size: 20px;
}

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

.app-buttons a {
  min-height: 58px;
  display: grid;
  align-content: center;
  padding: 0 18px 0 56px;
  border-radius: 6px;
  color: #fff;
  background: #000;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
}

.app-buttons a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -36px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #42c66a;
}

.app-buttons span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.side-footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 20px;
}

.side-footer span {
  width: 1px;
  height: 28px;
  background: #111;
}

.cart-head,
.cart-total,
.cart-line,
.qty-tools {
  display: flex;
  align-items: center;
}

.cart-head,
.cart-total,
.cart-line {
  justify-content: space-between;
}

.cart-head h2 {
  margin: 0;
}

.cart-head button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.cart-items {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.cart-line {
  gap: 12px;
  padding: 10px;
  border: 1px solid #e4e4dc;
  border-radius: 7px;
}

.cart-line span {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 13px;
}

.qty-tools {
  gap: 8px;
}

.qty-tools button {
  width: 28px;
  height: 28px;
  border: 1px solid #c8c8bc;
  border-radius: 5px;
  background: #f8f8f4;
  cursor: pointer;
}

.cart-total {
  margin: 16px 0;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}

.cart-panel label {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  color: #444;
  font-size: 13px;
  font-weight: 800;
}

.cart-panel input,
.cart-panel textarea,
.cart-panel select {
  width: 100%;
  border: 1px solid #cfcfc6;
  border-radius: 6px;
  padding: 10px;
}

.cart-panel textarea {
  min-height: 76px;
  resize: vertical;
}

.checkout-btn {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #43bf4d;
  font-weight: 800;
  cursor: pointer;
}

.admin-body {
  min-height: 100vh;
  background: #eceee6;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  color: #fff;
  background: #101510;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.admin-topbar strong {
  display: block;
  font-size: 18px;
}

.admin-topbar span {
  color: #bfc6b5;
  font-size: 12px;
}

.admin-topbar nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-topbar a,
.admin-topbar button,
.admin-card button {
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #7f9360;
  border-radius: 5px;
  padding: 0 12px;
  color: #fff;
  background: #536a19;
  font-weight: 800;
  cursor: pointer;
}

.admin-shell {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 12px;
}

.admin-card {
  border: 1px solid #d5d9c8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.admin-section-head {
  padding: 12px;
  border-bottom: 1px solid #e5e8dd;
}

.admin-section-head.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-section-head h1,
.admin-section-head h2,
.admin-section-head p {
  margin: 0;
}

.admin-section-head h1,
.admin-section-head h2 {
  font-size: 18px;
}

.admin-section-head p {
  margin-top: 3px;
  color: #666;
  font-size: 12px;
}

.dense-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 8px;
  padding: 12px;
}

.dense-form label {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: #444;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.dense-form .wide {
  grid-column: span 2;
}

.dense-form input,
.compact-row input,
.admin-table input,
.admin-table select {
  width: 100%;
  height: 32px;
  border: 1px solid #cfd4c1;
  border-radius: 4px;
  padding: 5px 7px;
  background: #fbfcf8;
  font-size: 13px;
}

.table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #e8eadf;
  padding: 6px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}

.admin-table th {
  position: sticky;
  top: 58px;
  z-index: 2;
  background: #f7f8f1;
  color: #45510d;
  text-transform: uppercase;
}

.admin-table td:nth-child(1) {
  width: 52px;
  text-align: center;
}

.admin-table td:nth-child(4),
.admin-table td:nth-child(5) {
  width: 92px;
}

.admin-table td:nth-child(6) {
  width: 100px;
}

.admin-table td:last-child {
  width: 80px;
}

.admin-table button,
.compact-row button {
  min-height: 30px;
  border-color: #b25d4d;
  background: #b25d4d;
  font-size: 12px;
}

.compact-list {
  display: grid;
  gap: 7px;
  padding: 12px;
}

.compact-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  min-width: 0;
}

.orders-box {
  max-height: 300px;
  overflow: auto;
  padding: 12px;
}

.orders-box p {
  margin: 0;
  color: #666;
}

.order-item {
  display: grid;
  grid-template-columns: 110px 1fr auto auto;
  gap: 6px 10px;
  padding: 8px;
  border-bottom: 1px solid #e8eadf;
  font-size: 12px;
}

.order-item small {
  grid-column: 1 / -1;
  color: #666;
}

.admin-toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff;
  background: #101510;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.18s ease;
}

.admin-toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 850px) {
  .dense-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  body {
    background: #f5f5f5;
  }

  .promo-bar {
    min-height: 48px;
  }

  .promo-content {
    gap: 8px;
    padding: 7px 14px;
    font-size: 15px;
    justify-content: space-between;
  }

  .close-promo {
    display: none;
  }

  .coin-mark {
    width: 32px;
    height: 32px;
  }

  .small-cta {
    min-height: 34px;
    font-size: 14px;
  }

  .site-header {
    position: sticky;
    grid-template-columns: 42px minmax(112px, 1fr) repeat(3, 38px);
    gap: 12px;
    min-height: 64px;
    padding: 8px 14px;
  }

  .brand {
    grid-column: 2;
    width: 178px;
    height: 46px;
    border-color: transparent;
  }

  .brand img {
    width: 168px;
  }

  .search-box {
    grid-column: auto;
    order: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    justify-content: center;
  }

  .search-box input {
    display: none;
  }

  .header-actions {
    display: contents;
  }

  .admin-link,
  .outline-btn[data-call-link] {
    display: none;
  }

  .menu-btn {
    grid-column: 1;
    grid-row: 1;
    width: 38px;
    height: 38px;
  }

  .truck-btn,
  .cart-btn {
    display: block;
    width: 38px;
    height: 38px;
  }

  .location {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: calc(100% + 28px);
    margin: 0 -14px -8px;
    padding: 12px 32px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
  }

  .location::after {
    content: "Edit >";
    align-self: center;
    justify-self: end;
    padding: 7px 13px;
    border: 1px solid #6c851b;
    border-radius: 10px;
    color: #4f660c;
    font-weight: 800;
  }

  .location small {
    font-size: 14px;
  }

  .mobile-category-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78px, 1fr);
    align-items: center;
    gap: 0;
    padding: 12px 30px;
    overflow-x: auto;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  }

  .mobile-category-strip button {
    display: grid;
    place-items: center;
    gap: 6px;
    min-width: 72px;
    border: 0;
    border-right: 1px solid #c8cdb8;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
  }

  .mobile-category-strip button:last-child {
    border-right: 0;
  }

  .mobile-cat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e9f2ec;
  }

  .cat-1 { background: #eff5de; }
  .cat-2 { background: #fae8df; }
  .cat-3 { background: #e5f3f5; }
  .cat-4 { background: #eef4df; }
  .cat-5 { background: #f2e4dc; }

  .hero {
    grid-template-columns: 42% 58%;
    min-height: 320px;
    background: linear-gradient(180deg, #fff 0 82%, rgba(0, 0, 0, 0.36));
  }

  .hero-copy {
    padding: 24px 0 42px 30px;
  }

  .eyebrow {
    font-size: 32px;
  }

  .hero h1 {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .discount-lockup {
    width: 190px;
    height: 50px;
  }

  .discount-lockup strong {
    font-size: 42px;
  }

  .discount-lockup b {
    font-size: 24px;
  }

  .coupon {
    min-height: 27px;
    margin: -10px 0 14px 25px;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hero-cta {
    width: 126px;
    height: 42px;
    font-size: 19px;
  }

  .hero-products {
    min-height: 300px;
    align-items: center;
    padding: 6px 0 34px;
  }

  .hero-products img {
    width: 128%;
    max-width: none;
    margin-left: -24%;
  }

  .slider-dots {
    bottom: 13px;
  }

  .concerns {
    display: block;
    padding: 18px 32px 16px;
    background: #fff;
  }

  .concerns h2 {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .concern-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 9px;
    min-width: 0;
  }

  .concern-pill {
    min-height: 46px;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 18px;
  }

  .concern-pill .avatar {
    display: none;
  }

  .shop-strip {
    padding: 14px 12px 40px;
  }

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

  .content-builder-strip {
    padding: 0 12px 38px;
  }

  .content-block-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .content-block {
    min-height: 96px;
    padding: 13px;
  }

  .content-block h3 {
    font-size: 18px;
  }

  .content-block p {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .dense-form {
    grid-template-columns: 1fr;
  }

  .dense-form .wide {
    grid-column: auto;
  }

  .side-menu-panel {
    padding: 58px 22px 24px;
  }

  .side-menu-close {
    right: 18px;
  }

  .app-buttons {
    grid-template-columns: 1fr;
  }
}

/* Compact display mode: more visible content in less space. */
.promo-bar {
  min-height: 54px;
}

.promo-content {
  padding: 8px 52px;
}

.coin-mark {
  width: 34px;
  height: 34px;
}

.small-cta {
  min-height: 32px;
  padding: 0 10px;
}

.site-header {
  grid-template-columns: 170px minmax(190px, 280px) minmax(240px, 1fr) auto;
  gap: 12px;
  min-height: 66px;
  padding: 8px 14px;
}

.brand {
  height: 48px;
}

.brand img {
  width: 146px;
}

.location small {
  font-size: 13px;
}

.search-box {
  height: 44px;
}

.search-box input {
  font-size: 16px;
}

.header-actions {
  gap: 10px;
}

.outline-btn {
  min-width: 78px;
  min-height: 34px;
}

.hero {
  min-height: 430px;
  grid-template-columns: 38% 62%;
}

.hero-copy {
  padding: 26px 0 52px clamp(28px, 5vw, 82px);
}

.eyebrow {
  margin-bottom: 10px;
  font-size: clamp(38px, 4vw, 64px);
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(22px, 2.4vw, 36px);
}

.discount-lockup {
  width: min(330px, 88vw);
  height: 62px;
}

.discount-lockup span {
  font-size: 14px;
}

.discount-lockup strong {
  font-size: clamp(48px, 5.4vw, 70px);
}

.discount-lockup b {
  font-size: clamp(26px, 3vw, 38px);
}

.coupon {
  min-height: 34px;
  margin: -14px 0 16px 34px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 3px;
}

.hero-cta {
  width: 170px;
  height: 48px;
  font-size: 24px;
}

.hero-products {
  min-height: 390px;
  padding: 4px clamp(6px, 1.5vw, 26px) 30px 0;
}

.hero-products img {
  width: min(100%, 780px);
}

.concerns {
  gap: 14px;
  padding: 18px clamp(14px, 5vw, 90px) 12px;
}

.concerns h2 {
  font-size: 18px;
}

.concern-list {
  gap: 10px;
}

.concern-pill {
  min-height: 52px;
  gap: 8px;
  padding: 0 14px 0 10px;
  font-size: 16px;
}

.avatar {
  width: 34px;
  height: 34px;
}

.shop-strip {
  padding: 16px clamp(14px, 3.5vw, 64px) 46px;
}

.section-heading {
  margin-bottom: 12px;
}

.section-heading h2 {
  font-size: 26px;
}

.product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.product-card {
  padding: 10px;
}

.product-media {
  height: 116px;
  margin-bottom: 10px;
}

.bottle-media::before {
  width: 42px;
  height: 86px;
}

.jar-media::before {
  width: 66px;
  height: 64px;
}

.pouch-media::before {
  width: 50px;
  height: 82px;
}

.product-tag {
  margin-bottom: 7px;
  padding: 3px 6px;
  font-size: 10px;
}

.product-card h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.product-card p {
  min-height: 34px;
  margin-bottom: 8px;
  font-size: 13px;
}

.price-row {
  gap: 7px;
  margin-bottom: 9px;
  font-size: 14px;
}

.product-card button {
  height: 34px;
}

.side-menu-panel {
  padding: 52px 32px 22px;
}

.side-login {
  min-height: 44px;
}

.side-section-title {
  min-height: 54px;
}

.side-section.open .side-links {
  gap: 13px;
}

.side-promo-links {
  gap: 10px;
  padding: 18px 0 8px;
}

.app-buttons a {
  min-height: 46px;
  font-size: 18px;
}

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .site-header {
    min-height: 60px;
    padding: 7px 12px;
  }

  .brand img {
    width: 132px;
  }

  .hero-copy {
    padding: 24px 18px 6px;
  }

  .hero-products {
    min-height: 260px;
    padding-bottom: 44px;
  }

  .concerns {
    padding: 14px 12px;
  }

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

@media (max-width: 560px) {
  .promo-bar {
    min-height: 56px;
  }

  .hero {
    min-height: 0;
  }

  .hero h1 {
    margin-bottom: 20px;
  }

  .discount-lockup strong {
    font-size: 48px;
  }

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

  .product-media {
    height: 96px;
  }

  .side-menu-panel {
    padding: 48px 18px 20px;
  }
}

/* Final responsive repair layer for all mobile widths. */
@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .promo-content strong {
    font-size: clamp(13px, 3.4vw, 18px);
    line-height: 1.2;
  }

  .site-header {
    grid-template-columns: 42px minmax(0, 1fr) 38px 38px 38px;
    gap: 8px;
    width: 100%;
  }

  .brand {
    width: 100%;
    min-width: 0;
  }

  .brand img {
    width: min(168px, 100%);
    max-height: 48px;
    object-fit: contain;
  }

  .menu-btn,
  .search-box,
  .truck-btn,
  .cart-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .search-box {
    padding: 0;
  }

  .location {
    max-width: none;
  }

  .mobile-category-strip {
    grid-auto-columns: 78px;
    padding-inline: 10px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    min-height: clamp(260px, 72vw, 340px);
    overflow: hidden;
  }

  .hero-copy {
    min-width: 0;
    padding: clamp(16px, 4vw, 26px) 0 42px clamp(16px, 5vw, 30px);
  }

  .eyebrow {
    font-size: clamp(26px, 8vw, 36px);
    white-space: normal;
  }

  .hero h1 {
    font-size: clamp(15px, 4.6vw, 20px);
    margin-bottom: clamp(16px, 5vw, 24px);
  }

  .discount-lockup {
    width: min(190px, 92%);
    height: 48px;
    gap: 5px;
  }

  .discount-lockup strong {
    font-size: clamp(34px, 11vw, 46px);
  }

  .discount-lockup b {
    font-size: clamp(18px, 6vw, 25px);
  }

  .discount-lockup span {
    font-size: 11px;
  }

  .coupon {
    width: max-content;
    max-width: 88%;
    margin-left: 16px;
    font-size: clamp(10px, 3vw, 12px);
  }

  .hero-cta {
    width: min(126px, 80%);
    height: 40px;
    font-size: 18px;
  }

  .hero-products {
    min-width: 0;
    min-height: auto;
    padding: 0 6px 34px 0;
    align-items: center;
    justify-content: center;
  }

  .hero-products img {
    width: 100%;
    max-width: 360px;
    margin: 0;
    transform: scale(1.18);
    transform-origin: center;
  }

  .concerns {
    padding: 16px clamp(12px, 4vw, 24px);
  }

  .concern-list {
    width: 100%;
    min-width: 0;
  }

  .concern-pill {
    flex: 0 1 auto;
    max-width: 100%;
    min-height: 42px;
    padding: 0 12px;
    font-size: clamp(14px, 4.2vw, 18px);
    white-space: normal;
  }

  .shop-strip,
  .content-builder-strip {
    padding-inline: clamp(10px, 3vw, 16px);
  }

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

  .product-card {
    min-width: 0;
  }

  .product-card h3 {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.2;
  }

  .product-card p {
    font-size: 12px;
    line-height: 1.25;
  }

  .price-row {
    flex-wrap: wrap;
  }

  .content-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

/* Mobile layout hard repair: prevent half-page overflow and blank right gutter. */
@media (max-width: 760px) {
  .promo-bar,
  .site-header,
  .mobile-category-strip,
  .hero,
  .concerns,
  .shop-strip,
  .content-builder-strip {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .promo-bar {
    min-height: auto;
  }

  .promo-content {
    width: 100%;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 8px;
    padding: 8px 10px;
    text-align: left;
  }

  .promo-content strong {
    min-width: 0;
    text-align: left;
  }

  .site-header {
    display: grid;
    grid-template-columns: 42px 1fr 42px 42px 42px;
    grid-template-areas:
      "menu brand search truck cart"
      "location location location location location";
    gap: 6px 8px;
    padding: 8px 10px 0;
  }

  .brand {
    grid-area: brand;
    justify-self: center;
    max-width: 180px;
    box-shadow: none;
  }

  .menu-btn {
    grid-area: menu;
  }

  .search-box {
    grid-area: search;
  }

  .truck-btn {
    grid-area: truck;
  }

  .cart-btn {
    grid-area: cart;
  }

  .location {
    grid-area: location;
    width: calc(100% + 20px);
    max-width: none;
    margin: 0 -10px;
    padding: 10px 16px;
  }

  .mobile-category-strip {
    grid-auto-columns: minmax(64px, 78px);
    padding: 10px 8px;
  }

  .mobile-category-strip button {
    min-width: 0;
  }

  .mobile-cat-icon {
    width: 42px;
    height: 42px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 18px 16px 46px;
  }

  .hero-copy {
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .hero-products {
    min-height: 122px;
    padding: 0;
    margin-top: -92px;
    justify-content: flex-end;
  }

  .hero-products img {
    width: min(58vw, 230px);
    max-width: 230px;
    transform: none;
  }

  .discount-lockup {
    width: min(100%, 345px);
    max-width: 100%;
  }

  .coupon {
    margin-left: 38px;
  }

  .slider-dots {
    bottom: 10px;
  }

  .concerns {
    padding: 14px 14px;
  }

  .concern-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .concern-pill {
    min-width: 0;
  }

  .product-grid,
  .content-block-grid {
    width: 100%;
    max-width: 100%;
  }

  .whatsapp-float {
    right: 16px;
  }
}

@media (max-width: 430px) {
  .promo-content {
    grid-template-columns: 30px 1fr auto;
  }

  .coin-mark {
    width: 30px;
    height: 30px;
  }

  .small-cta {
    min-height: 30px;
    font-size: 12px;
  }

  .site-header {
    grid-template-columns: 38px 1fr 36px 36px 36px;
  }

  .brand {
    max-width: 150px;
  }

  .brand img {
    width: 146px;
  }

  .hero {
    padding-inline: 16px;
  }

  .hero-products {
    margin-top: -84px;
  }

  .hero-products img {
    width: min(54vw, 196px);
  }

  .coupon {
    margin-left: 28px;
  }
}

@media (max-width: 380px) {
  .promo-content {
    padding-inline: 8px;
  }

  .site-header {
    grid-template-columns: 38px minmax(0, 1fr) 34px 34px 34px;
    gap: 6px;
    padding-inline: 8px;
  }

  .menu-btn,
  .search-box,
  .truck-btn,
  .cart-btn {
    width: 34px;
    min-width: 34px;
  }

  .brand img {
    width: min(142px, 100%);
  }

  .location {
    width: calc(100% + 16px);
    margin-inline: -8px;
    padding-inline: 14px;
  }

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

  .hero-copy {
    padding-right: 16px;
  }

  .hero-products {
    min-height: 156px;
    padding-bottom: 34px;
  }

  .hero-products img {
    max-width: 300px;
    transform: scale(1);
  }

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

/* Last-pass mobile fixes for product photos, gallery and working search. */
@media (max-width: 900px) {
  .site-header .search-box.search-open,
  .site-header .search-box:focus-within {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 3;
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 8px 0 14px;
    border: 1px solid #c4c4bc;
    border-radius: 8px;
    background: #fff;
    justify-content: flex-start;
  }

  .site-header .search-box.search-open input,
  .site-header .search-box:focus-within input {
    display: block;
    font-size: 16px;
  }

  .site-header .search-box.search-open button,
  .site-header .search-box:focus-within button {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .product-image {
    height: 116px;
    margin-bottom: 10px;
  }

  .content-block.has-image > img {
    width: 100%;
    min-width: 0;
    height: 150px;
  }

  .content-block.has-image > div,
  .content-block.has-image > a {
    margin: 0 14px 14px;
    padding: 0;
  }

  .gallery-panel {
    inset: 3vh 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .gallery-panel > img {
    max-height: 48vh;
  }
}

/* Split hero: top banner slide, bottom sliding order options. */
.hero.hero-split {
  display: block;
  min-height: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.hero-slide-frame {
  position: relative;
  height: clamp(230px, 34vw, 430px);
  background: #f7f7f2;
  overflow: hidden;
}

.hero-slide-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slide-frame .slider-dots {
  bottom: 12px;
}

.hero-order-panel {
  padding: 14px clamp(14px, 4vw, 54px) 18px;
  border-bottom: 1px solid #e7eadf;
  background: #fff;
}

.hero-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto 12px;
}

.hero-order-head p,
.hero-order-head h1 {
  margin: 0;
}

.hero-order-head p {
  color: #536a19;
  font-weight: 900;
}

.hero-order-head h1 {
  font-size: 22px;
}

.hero-order-head span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 8px;
  color: #fff;
  background: #536a19;
  font-weight: 900;
}

.hero-order-rail {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(188px, 235px);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.hero-order-card {
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto;
  gap: 8px 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e0e4d4;
  border-radius: 8px;
  background: #fbfcf7;
}

.hero-order-img {
  grid-row: 1 / 3;
  width: 72px;
  height: 88px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.hero-order-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-order-card strong {
  display: -webkit-box;
  min-height: 34px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hero-order-card span {
  display: block;
  color: #657325;
  font-size: 11px;
  font-weight: 800;
}

.hero-order-card p {
  margin: 4px 0 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.hero-order-card del {
  color: #888;
  font-size: 12px;
}

.hero-order-card > button:last-child {
  grid-column: 2;
  height: 32px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #536a19;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 900px) {
  .hero-slide-frame {
    height: 50svh;
    min-height: 300px;
    max-height: 430px;
  }

  .hero-order-panel {
    padding: 12px 12px 14px;
  }

  .hero-order-head h1 {
    font-size: 18px;
  }

  .hero-order-head span {
    font-size: 13px;
  }

  .hero-order-rail {
    grid-auto-columns: minmax(170px, 76vw);
    padding-bottom: 4px;
  }
}

@media (max-width: 430px) {
  .hero-slide-frame {
    height: 50svh;
    min-height: 300px;
    max-height: 390px;
  }

  .hero-order-head {
    margin-bottom: 9px;
  }

  .hero-order-head p {
    font-size: 13px;
  }

  .hero-order-head h1 {
    font-size: 16px;
  }

  .hero-order-rail {
    grid-auto-columns: minmax(162px, 82vw);
    gap: 10px;
  }
}

/* Order tracking page. */
.track-body {
  min-height: 100vh;
  background: #efeee8;
}

.track-body .whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 20;
  margin: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.truck-btn.active {
  background: #eef5dc;
}

.track-offer-strip {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 42px;
  color: #fff56e;
  background: #536f25;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
}

.track-offer-strip a {
  position: absolute;
  right: 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.track-header {
  grid-template-columns: 42px minmax(140px, 220px) minmax(220px, 1fr) auto;
  gap: 18px;
}

.track-header > .menu-btn {
  display: block;
  grid-column: auto;
  grid-row: auto;
}

.track-header .brand {
  width: 100%;
}

.track-header .header-actions {
  display: flex;
}

.track-category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #e2e2de;
  background: #fff;
}

.track-category-strip a {
  min-height: 96px;
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 10px;
  color: #111;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  border-right: 1px solid #e5e5e0;
}

.track-category-strip a:last-child {
  border-right: 0;
}

.track-category-icon {
  width: 38px;
  height: 38px;
  display: block;
  position: relative;
}

.weight-icon {
  border: 2px solid #222;
  border-radius: 7px;
}

.weight-icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 14px;
  height: 5px;
  border: 2px solid #222;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.weight-icon::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 13px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #222;
}

.men-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 11px;
  width: 14px;
  height: 14px;
  border: 2px solid #222;
  border-radius: 50%;
}

.men-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 3px;
  width: 26px;
  height: 18px;
  border: 2px solid #222;
  border-radius: 20px 20px 4px 4px;
  border-bottom: 0;
}

.diabetes-icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 3px;
  width: 12px;
  height: 30px;
  border: 2px solid #222;
  border-radius: 10px;
}

.diabetes-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  border: 2px solid #222;
  border-radius: 3px;
  box-shadow: -25px 17px 0 -5px #222;
}

.track-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(54px, 9vw, 112px) clamp(18px, 4vw, 46px) 104px;
}

.track-icon {
  width: 74px;
  height: 52px;
  display: block;
  margin: 0 auto 26px;
  border: 4px solid #536a19;
  border-radius: 10px 16px 10px 10px;
  position: relative;
}

.track-icon::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -4px;
  width: 24px;
  height: 27px;
  border: 4px solid #536a19;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.track-icon::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #536a19;
  box-shadow: 52px 0 0 #536a19;
}

.track-card {
  min-height: 560px;
  display: grid;
  align-content: start;
  padding: clamp(42px, 8vw, 84px) clamp(24px, 8vw, 72px);
  border: 0;
  border-radius: 0;
  background: #f8f7f1;
  text-align: center;
}

.track-card h1 {
  margin: 0 0 22px;
  color: #2c2c2c;
  font-size: clamp(38px, 7vw, 56px);
  line-height: 1.05;
}

.track-card p {
  margin: 0;
  color: #303030;
  font-size: clamp(21px, 4vw, 32px);
  line-height: 1.55;
}

.track-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 500px;
  width: 100%;
  margin: 48px auto 54px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.track-form input {
  height: 84px;
  min-width: 0;
  padding: 0 18px;
  border: 2px solid #d8d8d2;
  border-radius: 0;
  background: #f5f4ef;
  font-size: 22px;
  text-align: center;
}

.track-form button {
  width: min(100%, 312px);
  height: 94px;
  justify-self: center;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #8c8c89;
  font-size: 32px;
  font-weight: 500;
  cursor: pointer;
}

.track-results {
  display: grid;
  gap: 12px;
}

.track-order {
  text-align: left;
  padding: 14px;
  border: 1px solid #e3e6da;
  border-radius: 8px;
  background: #fbfcf7;
}

.track-note {
  max-width: 520px;
  margin: 26px auto 0;
  color: #2f2f2f;
  font-size: clamp(20px, 3.5vw, 29px);
  line-height: 1.55;
}

.track-order-head,
.track-order-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.track-order-head span,
.track-order-foot span {
  display: block;
  color: #666;
  font-size: 13px;
}

.track-order-head b {
  height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: #536a19;
}

.track-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin: 14px 0;
}

.track-steps span {
  min-height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e8e8df;
  color: #666;
  font-size: 12px;
  font-weight: 800;
}

.track-steps span.done {
  color: #fff;
  background: #6f842f;
}

.track-order p {
  margin: 0 0 12px;
  color: #333;
}

@media (max-width: 720px) {
  .track-offer-strip {
    min-height: 48px;
    padding: 9px 38px 9px 16px;
    font-size: 14px;
  }

  .track-header {
    grid-template-columns: 38px minmax(112px, 1fr) 38px 38px 38px;
    gap: 10px;
    min-height: 72px;
    padding: 9px 14px;
  }

  .track-header .brand {
    grid-column: 2;
    height: 46px;
  }

  .track-header .brand img {
    width: min(156px, 100%);
  }

  .track-header .header-actions {
    display: contents;
  }

  .track-header .search-box {
    grid-column: 3;
    grid-row: 1;
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    justify-content: center;
  }

  .track-header .search-box input {
    display: none;
  }

  .track-header .search-box button {
    display: none;
  }

  .track-header .truck-btn {
    grid-column: 4;
    grid-row: 1;
  }

  .track-header .cart-btn {
    grid-column: 5;
    grid-row: 1;
  }

  .track-category-strip a {
    min-height: 86px;
    font-size: 14px;
  }

  .track-shell {
    padding: 78px 20px 84px;
  }

  .track-card {
    min-height: 620px;
    padding: 72px 24px 38px;
  }

  .track-form {
    margin: 42px auto 64px;
  }

  .track-form input {
    height: 72px;
    font-size: 18px;
  }

  .track-form button {
    height: 78px;
    font-size: 26px;
  }

  .track-steps {
    grid-template-columns: 1fr;
  }

  .track-body .whatsapp-float {
    position: fixed;
    right: 14px;
    bottom: 78px;
    width: 58px;
    height: 58px;
    margin: 0;
  }
}

@media (max-width: 390px) {
  .track-card {
    padding-inline: 18px;
  }

  .track-card h1 {
    font-size: 36px;
  }

  .track-card p,
  .track-note {
    font-size: 20px;
  }
}
