body.frontend-body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fcf9f5;
  color: #111827;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
}

.frontend-page {
  flex: 1 0 auto;
  display: block;
}

.font-pacifico { font-family: "Pacifico", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }

a { color: inherit; text-decoration: none; }
* { box-sizing: border-box; }
[x-cloak] { display: none !important; }

.home-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 10px;
}

.home-muted { color: rgba(28, 28, 26, 0.68); }

.home-hero {
  --home-hero-image: none;
  border-radius: 22px;
  background-image: linear-gradient(135deg, rgba(0, 107, 33, 0.14), rgba(255, 182, 30, 0.10)), var(--home-hero-image);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 62px;
}

.home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: center;
  padding: 42px 38px;
}

.home-hero-left { display: grid; gap: 14px; align-content: center; }

.home-hero-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: rgba(28, 28, 26, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-chip-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #006b21;
  box-shadow: 0 0 0 4px rgba(0, 107, 33, 0.12);
}

.home-hero-title {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #1c1c1a;
}

.home-hero-title-accent { color: #006b21; }

.home-hero-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(28, 28, 26, 0.74);
  max-width: 60ch;
}

.home-hero-meta {
  margin: 0;
  color: rgba(28, 28, 26, 0.72);
  font-weight: 600;
}

.home-hero-meta a {
  color: rgba(28, 28, 26, 0.92);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

.home-hero-spacer { min-height: 320px; }

.home-hero-mobile-media { display: none; padding: 0 38px 34px; }
.home-hero-mobile-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}

.home-btn-primary { background: #006b21; border-color: #006b21; color: #ffffff; }
.home-btn-primary:hover { background: #11872f; border-color: #11872f; }
.home-btn-secondary { background: rgba(255, 255, 255, 0.72); border-color: rgba(0, 0, 0, 0.08); color: rgba(28, 28, 26, 0.92); }
.home-btn-secondary:hover { background: rgba(255, 255, 255, 0.9); }
.home-btn.is-disabled,
.home-btn:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
}

.home-hero-right { display: flex; justify-content: center; align-items: flex-end; }
.home-hero-image {
  width: min(420px, 100%);
  height: 520px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.home-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(26px);
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.18));
}

.home-announcements {
  margin: 0 0 42px;
  display: grid;
  gap: 18px;
}

.home-announcements-viewport {
  overflow: hidden;
  border-radius: 24px;
  min-height: 240px;
}

.home-announcements-track {
  display: flex;
  transition: transform 0.42s ease;
  will-change: transform;
  align-items: stretch;
}

.home-announcement-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
}

.home-announcement-card {
  min-height: 240px;
  width: 100%;
  padding: 34px 32px;
  border-radius: 24px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  background:radial-gradient(circle at top right, rgba(255, 214, 102, 0.3), #ff572224 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 239, 0.98));
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
}

.home-announcement-card h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #d5550b;
}

.home-announcement-card p {
  margin: 0;
  max-width: 62ch;
  color: rgba(28, 28, 26, 0.68);
  font-size: 16px;
  line-height: 1.65;
}

.home-announcements-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home-announcements-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #ffffff;
  color: rgba(17, 24, 39, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.home-announcements-arrow:hover {
  border-color: rgba(17, 24, 39, 0.16);
  color: #111827;
}

.home-announcements-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-announcements-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.18);
  cursor: pointer;
  transition: all 0.2s ease;
}

.home-announcements-dot.is-active {
  width: 28px;
  background: #006b21;
}

.home-benefits { padding: 18px 0 0; }
.home-benefits-card {
  margin-bottom: 62px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.home-benefit {
  background: transparent;
  border: 0;
  padding: 28px 20px;
  text-align: center;
  box-shadow: none;
}

.home-benefit:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.home-benefit-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #006b21;
  margin-bottom: 12px;
}

.home-benefit-icon svg,
.home-benefit-icon img {
  width: 52px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.home-benefit-icon i {
  font-size: 28px;
  line-height: 1;
}
.home-benefit h2 { margin: 0; }
.home-benefit h3 { margin: 0; }
.home-benefit p { margin: 6px 0 0; color: rgba(28, 28, 26, 0.74); }

.home-about {
    margin-bottom: 62px;
    border-radius: 22px;
    background: #ffffff;
    padding: 42px 32px;
}

.home-about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.home-about-media {
  position: relative;
  overflow: visible;
  background: transparent;
  min-height: 380px;
  padding: 0 42px 42px 0;
}

.home-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95);
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.10);
}

.home-about-card {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(16px, 18px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  padding: 18px 18px;
  max-width: 300px;
  box-shadow: 0 22px 46px rgba(17, 24, 39, 0.16);
  z-index: 2;
}

.home-about-card-title { margin: 0 0 6px; font-weight: 900; color: #006b21; }
.home-about-card-text { margin: 0; color: rgba(28, 28, 26, 0.70); }

.home-kicker {
  display: inline-flex;
  width: fit-content;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #006b21;
}

.home-kicker-secondary { color: #7e5700; }

.home-about-copy h2 { margin: 10px 0 12px; letter-spacing: -0.02em; }
.home-about-copy p { margin-top: 10px; color: rgba(28, 28, 26, 0.70); font-size: 16px; line-height: 1.7; }
.home-link-row { margin-top: 10px; }
.home-link { color: #006b21; font-weight: 900; text-decoration: underline; text-underline-offset: 8px; }

.home-google-reviews {
  margin: 0 0 62px;
  padding: 36px 32px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(255, 182, 30, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 239, 0.98));
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

.home-google-reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.home-google-reviews-copy h2 {
  margin: 12px 0 8px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: rgba(17, 24, 39, 0.96);
}

.home-google-reviews-copy p {
  margin: 0;
  max-width: 62ch;
  color: rgba(17, 24, 39, 0.68);
  font-size: 16px;
  line-height: 1.65;
}

.home-google-reviews-summary {
  min-width: 190px;
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.06);
  display: grid;
  gap: 8px;
  justify-items: start;
}

.home-google-reviews-summary strong {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(17, 24, 39, 0.96);
}

.home-google-reviews-summary span {
  color: rgba(17, 24, 39, 0.62);
  font-size: 14px;
  font-weight: 700;
}

.home-google-reviews-stars,
.home-google-review-rating {
  display: inline-flex;
  gap: 4px;
  color: #f59e0b;
}

.home-google-reviews-stars i.is-empty,
.home-google-review-rating i.is-empty {
  color: rgba(17, 24, 39, 0.16);
}

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

.home-google-review-card {
  display: grid;
  gap: 16px;
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.05);
}

.home-google-review-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}

.home-google-review-author {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-google-review-author img,
.home-google-review-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 999px;
  object-fit: cover;
}

.home-google-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 107, 33, 0.12);
  color: #006b21;
  font-weight: 900;
}

.home-google-review-author-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.home-google-review-author-copy a,
.home-google-review-author-copy strong {
  color: rgba(17, 24, 39, 0.96);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.home-google-review-author-copy span {
  color: rgba(17, 24, 39, 0.52);
  font-size: 13px;
}

.home-google-review-text {
  margin: 0;
  color: rgba(17, 24, 39, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.home-google-reviews-footer {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.home-google-reviews-attribution {
  color: rgba(17, 24, 39, 0.56);
  font-size: 13px;
  font-weight: 700;
}

.home-products {
    padding: 36px 32px;
    background-color: white;
    margin: 0 0 62px;
    border-radius: 20px;
}
.home-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 42px; }
.home-section-head h2 { margin:0; }
.home-product-grid,
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.store-filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: flex-end; margin: 6px 0 18px; }
.store-filter { text-decoration: none; }
.store-filter:hover { background: rgba(255, 255, 255, 0.95); }
.store-filter.is-active { background: rgba(0, 107, 33, 0.12); border-color: rgba(0, 107, 33, 0.26); color: #006b21; font-weight: 800; }
.store-filter.is-active:hover { background: rgba(0, 107, 33, 0.16); }
.store-pagination { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.store-page-actions { display: inline-flex; gap: 10px; align-items: center; }
.store-load-more { margin-top: 14px; display: flex; justify-content: center; }
.store-empty {
  margin-top: 18px;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}
.store-empty h3 { margin: 0 0 6px; letter-spacing: -0.01em; }
.store-empty-actions { margin-top: 10px; }

.store-skeleton-card {
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}
.store-skeleton-media { aspect-ratio: 1 / 1; background: rgba(17, 24, 39, 0.06); }
.store-skeleton-body { padding: 16px 16px 18px; display: grid; gap: 10px; }
.store-skeleton-line { height: 12px; border-radius: 999px; background: rgba(17, 24, 39, 0.06); }
.store-skeleton-line.is-title { height: 14px; width: 72%; }
.store-skeleton-line.is-sub { width: 90%; }
.store-skeleton-line.is-price { height: 16px; width: 46%; }
.store-skeleton-shimmer {
  position: relative;
  overflow: hidden;
}
.store-skeleton-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: storeShimmer 1.1s ease-in-out infinite;
}
@keyframes storeShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.home-product-card,
.product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 8px;
  align-items: stretch;
  min-height: 174px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  padding: 14px 14px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-product-card:hover,
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 24, 39, 0.12);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.09);
}

.home-product-body,
.product-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
}

.home-product-body h3,
.product-body h3 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.home-product-body h3 a,
.product-body h3 a { color: rgba(17, 24, 39, 0.96); }

.home-product-body p,
.product-body p {
  margin: 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-product-chip,
.product-chip {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(0, 107, 33, 0.10);
  color: #0b7a2b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.product-chip.is-featured {
  background: rgb(239 148 21 / 12%);
  color: #f09024;
}

.home-product-row,
.product-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 4px; }

.home-product-price,
.product-price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  font-weight: 900;
  color: rgb(58 157 71);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.home-product-price small,
.product-price small {
  display: inline;
  font-size: 11px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.48);
  margin-top: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-side {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-product-media,
.product-media {
  width: 100%;
  height: 100%;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.03), transparent 58%);
  overflow: hidden;
}

.home-product-media img,
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 240ms ease;
}

.home-product-card:hover .home-product-media img,
.product-card:hover .product-media img { transform: scale(1.04); }

.home-product-media-placeholder,
.product-media-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: radial-gradient(circle at 20% 15%, rgba(0, 107, 33, 0.14), transparent 55%), radial-gradient(circle at 80% 75%, rgba(255, 182, 30, 0.16), transparent 60%), #f6f3ef;
}

.product-card .product-actions {
  position: absolute;
  right: -2px;
  bottom: -2px;
}

.home-product-add,
.product-add {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 39, 0.10);
  color: rgba(17, 24, 39, 0.82);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}

.home-product-add i,
.product-add i {
  font-size: 20px;
  line-height: 1;
  display: block;
}

.home-product-add:hover,
.product-add:hover {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.16);
  color: #111827;
}

.home-product-add:disabled,
.product-add:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  color: rgba(17, 24, 39, 0.46);
  box-shadow: none;
}

.home-info-duo {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
  gap: 18px;
  align-items: stretch;
}

.home-info-card {
  --home-info-image: none;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.06);
  padding: 36px 32px;
  display: grid;
  gap: 30px;
  overflow: hidden;
}

.home-info-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 107, 33, 0.10);
  color: #0b7a2b;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-info-chip i { font-size: 14px; }

.home-info-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: rgba(17, 24, 39, 0.96);
}

.home-info-title span { color: #0b7a2b; }

.home-info-text {
  margin: 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 16px;
  line-height: 1.65;
  max-width: 46ch;
}

.home-info-media {
    height: 268px;
    border-radius: 18px;
    background: var(--home-info-image);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.home-info-hero {
  --home-info-bg: none;
  --home-info-product: none;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
  background-color: #00440a;
  background-image: var(--home-info-product);
  background-size: contain;
  background-position: right -318px bottom 58px;
  background-repeat: no-repeat;
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
  gap: 12px;
  padding: 36px 32px;
  align-items: start;
  min-height: 320px;
}

.home-info-hero-copy { display: grid; gap: 32px; min-width: 0; }

.home-info-hero-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #3a9d47;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-info-hero-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.home-info-hero-title span { color: #7be868; }

.home-info-hero-rule {
  display: inline-block;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: #7be868;
}

.home-info-hero-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 34ch;
  font-size: 16px;
  line-height: 1.6;
}

.home-info-hero-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 6px;
}

.home-info-hero-icon {
  position: relative;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 10px 18px;
  backdrop-filter: blur(4px);
}

.home-info-hero-icon:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 68px;
  background: rgba(123, 232, 104, 0.22);
  opacity: 0.9;
}

.home-info-hero-icon i { font-size: 16px; color: #7be868; }
.home-info-hero-icon span { text-align: center; font-size: 12px; line-height: 1.25; color: rgba(255, 255, 255, 0.84); }

.home-info-hero-media {
  width: 100%;
  height: 100%;
  min-height: 260px;
}


.home-visit-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 18px; align-items: stretch; }
.home-visit-left {
  padding: 28px 32px;
  border-radius: 22px;
  background-color: #277b42;
  background-image:
    linear-gradient(135deg, rgba(18, 86, 42, 0.96), rgba(39, 123, 66, 0.88)),
    linear-gradient(0deg, rgba(39, 123, 66, 0.32), rgba(39, 123, 66, 0.32)),
    var(--home-visit-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
  color: #ffffff;
  height: 100%;
  display: grid;
  align-content: start;
}
.home-visit-left h2 { margin: 0 0 6px; }
.home-visit-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 12px; margin-top: 14px; align-items: stretch; }
.home-visit-icon-frame {
  width: 44px;
  height: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #7be868;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.10);
}
.home-visit-icon-frame i { font-size: 18px; line-height: 1; display: block; }
.home-visit-row-content { display: grid; gap: 0px; }
.home-visit-row-content strong { font-weight: 700; color: #7ce868; }
.home-visit-row-content span { color: rgba(255, 255, 255, 0.78); }
.home-visit-actions { margin-top: 16px; }
.home-visit-map { border-radius: 22px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.08); background: #ffffff; min-height: 360px; height: 100%; }
.home-visit-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; filter: grayscale(1); }

.home-visit-left .home-muted { color: rgba(255, 255, 255, 0.78); }

.home-visit-left .home-btn-primary {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #024918;
}

.home-visit-left .home-btn-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #024918;
}

.home-visit-payments {
  margin: 20px -32px -38px;
  padding: 28px 32px 20px;
  background: #025d20;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 22px 22px;
}

.home-visit-payments-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-visit-payments-grid {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-visit-payment-item {
  min-width: 74px;
  padding: 6px 14px;
  border-radius: 14px;
  background: rgb(58 157 71);
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.home-visit-payment-item:hover {
  transform: translateY(-1px);
  background: rgb(72 172 86);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.home-visit-payment-item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24), 0 14px 28px rgba(0, 0, 0, 0.16);
}

.home-visit-payment-item img {
  width: auto;
  height: 26px;
  max-width: 92px;
  object-fit: contain;
  display: block;
}

.home-visit-payment-item span {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  text-align: center;
}

.payment-method-modal-card {
  width: min(520px, calc(100vw - 32px));
}

.product-card-modal-card {
  width: min(640px, calc(100vw - 32px));
}

.product-card-modal-body {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.product-card-modal-media {
  width: 100%;
  min-height: 168px;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.03), transparent 58%), #f8f6f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-card-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-card-modal-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.product-card-modal-summary {
  margin: 0;
  color: rgba(28, 28, 26, 0.7);
  line-height: 1.55;
}

.product-card-modal-price {
  display: grid;
  gap: 4px;
}

.product-card-modal-price-label,
.product-card-modal-section-title {
  font-size: 11px;
  font-weight: 800;
  color: rgba(28, 28, 26, 0.56);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-card-modal-price strong {
  color: rgb(58 157 71);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.product-card-modal-form,
.product-card-modal-section {
  display: grid;
  gap: 10px;
}

.product-card-modal-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-card-modal-variant {
  display: inline-grid;
  gap: 4px;
  min-width: 110px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  color: rgba(28, 28, 26, 0.88);
  text-align: left;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.product-card-modal-variant:hover {
  border-color: rgba(0, 107, 33, 0.24);
  background: rgba(0, 107, 33, 0.04);
}

.product-card-modal-variant.is-selected {
  background: rgba(0, 107, 33, 0.08);
  border-color: rgba(0, 107, 33, 0.30);
  box-shadow: 0 12px 24px rgba(0, 107, 33, 0.10);
  transform: translateY(-1px);
}

.product-card-modal-variant.is-disabled,
.product-card-modal-variant:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.product-card-modal-variant-name {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.product-card-modal-variant-price {
  font-size: 12px;
  color: rgba(28, 28, 26, 0.64);
  font-weight: 700;
}

.product-card-modal-qty {
  display: grid;
  grid-template-columns: 42px minmax(76px, 112px) 42px;
  gap: 8px;
  align-items: center;
}

.product-card-modal-qty-button,
.product-card-modal-qty-input {
  min-height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.product-card-modal-qty-button {
  cursor: pointer;
}

.product-card-modal-qty-input {
  width: 100%;
  padding: 0 10px;
  color: rgba(28, 28, 26, 0.88);
}

.product-card-modal-qty-input::-webkit-outer-spin-button,
.product-card-modal-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-card-modal-actions {
  justify-content: space-between;
}

.product-card-modal-actions .home-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.product-card-modal-empty {
  margin: 0;
  color: rgba(28, 28, 26, 0.64);
  line-height: 1.5;
}

.payment-method-modal-body {
  display: grid;
}

.payment-method-modal-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  border-radius: 18px;
  background: #f6f3ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.payment-method-modal-brand img {
  display: block;
  max-width: 180px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.payment-method-modal-reference {

}

.payment-method-modal-reference strong {
  color: #024918;
}

.payment-method-modal-qr {
  display: grid;
  gap: 10px;
}

.payment-method-modal-qr-title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.82);
}

.payment-method-modal-qr img {
  width: min(240px, 100%);
  margin: 0 auto;
  padding-top: 24px;
}

.payment-method-modal .is-hidden,
.product-card-modal .is-hidden {
  display: none;
}

.contact-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 10px;
}

.contact-content {
  padding: 36px 32px;
  background-color: #ffffff;
  margin: 0 0 42px;
  border-radius: 20px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.contact-hero { margin: 0; }
.contact-section-head { margin-bottom: 42px; }
.contact-section-head .home-hero-title { margin: 0; }
.contact-section-head .home-hero-text { max-width: 70ch; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 18px; margin-top: 0; }

.contact-form-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  padding: 22px 18px;
}

.contact-form { display: grid; gap: 14px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-field { display: grid; gap: 6px; }
.contact-field label { font-weight: 800; font-size: 13px; color: rgba(28, 28, 26, 0.78); }
.contact-field input,
.contact-field textarea,
.contact-newsletter-input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid transparent;
  background: #f6f3ef;
  padding: 12px 14px;
  font-size: 14px;
  color: rgba(28, 28, 26, 0.92);
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.contact-field textarea { resize: none; min-height: 150px; }

.contact-field input:focus,
.contact-field textarea:focus,
.contact-newsletter-input:focus {
  border-color: rgba(0, 107, 33, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 107, 33, 0.14);
  background: #ffffff;
}

.contact-submit { width: fit-content; padding-left: 22px; padding-right: 22px; }

.contact-turnstile {
  margin-top: 6px;
}

.contact-info { display: grid; gap: 12px; align-content: start; }
.contact-info-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 14px 14px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  text-decoration: none;
  color: inherit;
}

.contact-info-card:hover { background: rgba(246, 243, 239, 0.8); border-color: rgba(0, 0, 0, 0.08); }

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-info-icon.is-primary { background: rgba(0, 107, 33, 0.10); color: #006b21; }
.contact-info-icon.is-secondary { background: rgba(255, 182, 30, 0.16); color: #7e5700; }
.contact-info-icon.is-tertiary { background: rgba(164, 48, 89, 0.10); color: #a43059; }

.contact-info-body { display: grid; gap: 4px; }
.contact-info-title { font-weight: 900; font-size: 15px; }
.contact-info-text { color: rgba(28, 28, 26, 0.68); font-size: 13px; line-height: 1.4; }

.contact-social { margin-top: 4px; display: grid; gap: 10px; }
.contact-social-title { font-weight: 900; font-size: 13px; color: rgba(28, 28, 26, 0.72); }
.contact-social-row { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-social-link {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(28, 28, 26, 0.7);
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}

.contact-social-link:hover { background: #006b21; border-color: #006b21; color: #ffffff; }

.contact-map { padding: 42px 0 0; }
.contact-map-frame {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  min-height: 420px;
}

.contact-map-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

.contact-map-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(380px, calc(100% - 36px));
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  padding: 16px 16px;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.10);
}

.contact-map-overlay h2 { margin: 0 0 8px; letter-spacing: -0.01em; color: #006b21; }
.contact-map-overlay p { margin: 0; color: rgba(28, 28, 26, 0.72); font-size: 13px; line-height: 1.5; }

.contact-map-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006b21;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
}

.contact-map-link:hover { text-decoration: underline; text-underline-offset: 6px; }

.contact-newsletter { margin-top: 22px; padding: 44px 0; background: rgba(0, 107, 33, 0.05); border-radius: 22px; }
.contact-newsletter-inner { width: min(960px, calc(100% - 48px)); margin: 0 auto; text-align: center; display: grid; gap: 10px; }
.contact-newsletter-inner h2 { margin: 0; letter-spacing: -0.02em; }
.contact-newsletter-inner p { margin: 0 auto; max-width: 70ch; color: rgba(28, 28, 26, 0.68); }
.contact-newsletter-form { margin-top: 10px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.contact-newsletter-input { width: min(420px, 100%); border-radius: 999px; padding: 12px 16px; background: #ffffff; border-color: rgba(0, 0, 0, 0.08); }

.about-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 10px;
}

.about-hero {
  --about-hero-image: none;
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  overflow: hidden;
  background-color: #11872f;
  background-image: var(--about-hero-image);
  background-size: cover;
  background-position: right center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.20) 45%, rgba(0, 0, 0, 0.0));
}

.about-hero-inner { width: 100%; padding: 54px 38px; position: relative; z-index: 1; }
.about-hero-copy { max-width: 560px; color: #ffffff; display: grid; gap: 32px; }
.about-hero-copy h1 { margin: 0; line-height: 1.04; letter-spacing: -0.03em; }
.about-hero-copy p { margin: 0; color: rgba(255, 255, 255, 0.86); font-size: 16px; line-height: 1.6; max-width: 64ch; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.about-btn-secondary { background: #ffb61e; border-color: #ffb61e; color: #281900; }
.about-btn-secondary:hover { background: #ffc54a; border-color: #ffc54a; }

.about-story { padding: 44px 0 0; }
.about-story-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; align-items: center; }
.about-story-copy { padding: 22px 18px; display: grid; gap: 14px; }
.about-kicker { display: inline-flex; align-items: center; gap: 10px; color: #006b21; }
.about-kicker-line { height: 2px; width: 46px; background: #006b21; border-radius: 999px; }
.about-kicker-text { font-weight: 900; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.about-story-copy h2 { margin: 0; line-height: 1.18; letter-spacing: -0.02em; color: #1c1c1a; }
.about-story-copy p { margin: 0; color: rgba(28, 28, 26, 0.70); line-height: 1.8; }

.about-quote {
  padding: 16px 16px;
  background: #f6f3ef;
  border-left: 4px solid #006b21;
  border-radius: 18px;
  color: rgba(28, 28, 26, 0.72);
  font-style: italic;
  line-height: 1.7;
}

.about-story-media { position: relative; padding: 22px 18px; }
.about-story-image {
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 1;
}

.about-story-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-story-accent { position: absolute; border-radius: 26px; z-index: 0; }
.about-story-accent-a { width: 190px; height: 190px; background: rgba(255, 182, 30, 0.28); left: -10px; bottom: -10px; }
.about-story-accent-b { width: 260px; height: 260px; border: 2px solid rgba(0, 0, 0, 0.10); border-radius: 999px; top: -8px; right: -8px; opacity: 0.5; }

.about-pillars { margin-top: 34px; padding: 44px 0; background: #ffffff; border-radius: 22px; border: 1px solid rgba(0, 0, 0, 0.06); }
.about-pillars-head { text-align: center; width: min(860px, calc(100% - 48px)); margin: 0 auto 18px; display: grid; gap: 10px; }
.about-pillars-head h2 { margin: 0; letter-spacing: -0.02em; color: #1c1c1a; }
.about-pillars-grid { width: min(1160px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-pillar-card {
  padding: 22px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.about-pillar-card:hover { border-color: rgba(0, 107, 33, 0.45); box-shadow: 0 18px 36px rgba(0, 0, 0, 0.10); transform: translateY(-2px); }
.about-pillar-icon { width: 56px; height: 56px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 12px; }
.about-pillar-icon.is-primary { background: rgba(0, 107, 33, 0.12); color: #006b21; }
.about-pillar-icon.is-secondary { background: rgba(255, 182, 30, 0.20); color: #7e5700; }
.about-pillar-icon.is-tertiary { background: rgba(164, 48, 89, 0.12); color: #a43059; }
.about-pillar-card h3 { margin: 0 0 6px; letter-spacing: -0.01em; }
.about-pillar-card p { margin: 0; color: rgba(28, 28, 26, 0.68); line-height: 1.65; }

.about-highlight { margin-top: 22px; padding: 54px 0; background: #f6f3ef; border-radius: 22px; border: 1px solid rgba(0, 0, 0, 0.06); overflow: hidden; }
.about-highlight-inner { width: min(980px, calc(100% - 48px)); margin: 0 auto; text-align: center; position: relative; display: grid; gap: 12px; }
.about-highlight-mark { position: absolute; top: -8px; left: 0; font-size: 64px; color: rgba(0, 107, 33, 0.12); }
.about-highlight-inner h2 { margin: 0; line-height: 1.15; letter-spacing: -0.02em; color: #1c1c1a; font-style: italic; }
.about-stars { display: inline-flex; gap: 4px; justify-content: center; color: #ffb61e; font-size: 16px; }
.about-highlight-by { margin: 0; font-weight: 900; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #006b21; }

.about-cta {
  margin-top: 22px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 107, 33, 1), rgba(17, 135, 47, 1));
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.about-cta-inner { padding: 54px 38px; text-align: center; color: #ffffff; width: min(980px, calc(100% - 48px)); margin: 0 auto; display: grid; gap: 12px; }
.about-cta-inner h2 { margin: 0; letter-spacing: -0.02em; }
.about-cta-inner p { margin: 0 auto; max-width: 72ch; color: rgba(255, 255, 255, 0.86); line-height: 1.65; }

.about-cta-button {
  margin: 8px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #006b21;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.about-cta-button:hover { background: #ffffff; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20); transform: translateY(-1px); }

.product-hero { padding: 18px 0; display: grid; gap: 10px; }
.product-hero h1 { margin: 0; letter-spacing: -0.02em; color: #1c1c1a; }

.product-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  color: rgba(28, 28, 26, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.product-breadcrumb a { color: rgba(28, 28, 26, 0.78); text-decoration: underline; text-underline-offset: 6px; }
.product-breadcrumb a:hover { color: #1c1c1a; }

.product-detail { padding-top: 14px; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; align-items: start; }

.product-detail-media { display: grid; gap: 12px; }
.product-media-main {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  aspect-ratio: 1 / 1;
}

.product-media-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-media-empty { background: radial-gradient(circle at 20% 15%, rgba(0, 107, 33, 0.14), transparent 55%), radial-gradient(circle at 80% 75%, rgba(255, 182, 30, 0.16), transparent 60%), #f6f3ef; }

.product-media-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.product-media-thumbs .product-thumb { padding: 0; border: 0; background: transparent; cursor: pointer; border-radius: 18px; }
.product-media-thumbs .product-thumb img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; border-radius: 16px; border: 1px solid rgba(0, 0, 0, 0.08); background: #ffffff; }
.product-media-thumbs .product-thumb.is-active img { border-color: rgba(0, 107, 33, 0.55); box-shadow: 0 0 0 3px rgba(0, 107, 33, 0.18); }

.product-detail-info { padding: 18px 18px; display: grid; gap: 12px; }
.product-category { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; background: rgba(0, 107, 33, 0.10); color: #006b21; font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.product-title { margin: 0; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.08; letter-spacing: -0.03em; color: #1c1c1a; }
.product-short { margin: 0; color: rgba(28, 28, 26, 0.70); line-height: 1.7; }

.product-pricing { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 4px; border-top: 1px solid rgba(0, 0, 0, 0.06); }
.product-pricing-main { display: inline-flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.product-price-main { font-weight: 900; color: #006b21; font-size: 24px; }
.product-price-compare { color: rgba(28, 28, 26, 0.48); font-size: 15px; font-weight: 800; text-decoration: line-through; }
.product-source { color: rgba(28, 28, 26, 0.58); font-size: 12px; font-weight: 700; }

.product-form { display: grid; gap: 12px; }
.product-option-groups { display: grid; gap: 14px; }
.product-choice-group {
  margin: 0;
  padding: 14px 14px 12px;
  border: 1px solid #e9e5e3;
  border-radius: 20px;
  display: grid;
  gap: 10px;
  background: transparent;
}
.product-choice-group legend {
  padding: 0 8px;
  margin-left: 8px;
  background: #f6f3ef;
  font-size: 13px;
  color: rgb(60 60 58);
  font-weight: 800;
  border-radius: 20px;
}
.product-choice-input {
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  color: rgba(28, 28, 26, 0.92);
  font-size: 16px;
  font-weight: 700;
}
.product-choice-input:focus {
  outline: none;
}
.product-choice-input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.product-choice-input[type="number"]::-webkit-outer-spin-button,
.product-choice-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-select-group .product-choice-input {
  padding-right: 24px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(28, 28, 26, 0.5) 50%), linear-gradient(135deg, rgba(28, 28, 26, 0.5) 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 8px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.product-option-values { display: flex; flex-wrap: wrap; gap: 10px; }
.product-option-chip {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  color: rgba(28, 28, 26, 0.86);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}
.product-option-chip:hover {
  border-color: rgba(0, 107, 33, 0.24);
  background: rgba(0, 107, 33, 0.04);
}
.product-option-chip.is-selected {
  background: rgb(58 157 71);
  border-color: rgb(58 157 71);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 107, 33, 0.14);
}
.product-option-chip:disabled,
.product-option-chip.is-disabled {
  opacity: 0.42;
  cursor: not-allowed;
  background: rgba(17, 24, 39, 0.04);
  color: rgba(28, 28, 26, 0.54);
  box-shadow: none;
}
.product-selection-note {
  margin: 0;
  color: rgba(28, 28, 26, 0.64);
  font-size: 13px;
  line-height: 1.5;
}
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.product-actions .home-btn { flex: 1 1 220px; }
.product-actions-inline {
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 14px;
}
.product-actions-inline .home-btn {
  flex: 1 1 auto;
  min-height: 46px;
}
.product-qty-box {
  flex: 0 0 180px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: stretch;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}
.product-qty-button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-right: 1px solid rgba(17, 24, 39, 0.12);
  background: transparent;
  color: rgba(28, 28, 26, 0.82);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease;
}
.product-qty-button:last-child {
  border-right: 0;
  border-left: 1px solid rgba(17, 24, 39, 0.12);
}
.product-qty-button:hover {
  background: rgba(0, 0, 0, 0.03);
}
.product-qty-input {
  min-height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
}
.product-hooks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-hook {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 8px 16px 0;
}
.product-hook + .product-hook {
  padding-left: 18px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.product-hook-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 107, 33, 0.04);
}
.product-hook-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.product-hook-copy {
  display: grid;
  gap: 2px;
}
.product-hook-copy strong {
  color: rgba(28, 28, 26, 0.92);
  font-size: 14px;
  line-height: 1.2;
}
.product-hook-copy p {
  margin: 0;
  color: rgba(28, 28, 26, 0.56);
  font-size: 12px;
  line-height: 1.45;
}


.product-description { margin-top: 42px; padding: 28px 32px; background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 22px; box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06); }
.product-description h2 { margin: 0 0 10px; letter-spacing: -0.01em; color: #1c1c1a; }
.product-description-text { color: rgba(28, 28, 26, 0.72); line-height: 1.8; }

.cart-hero,
.checkout-hero { padding: 8px 0 10px; display: grid; gap: 10px; }

.cart-title,
.checkout-title { margin: 0; font-size: clamp(30px, 4.2vw, 44px); letter-spacing: -0.02em; color: #1c1c1a; }

.cart-panel,
.checkout-panel {
  margin-top: 12px;
  padding: 18px 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  display: grid;
  gap: 10px;
}

.cart-panel-empty {
  justify-items: center;
  text-align: center;
  gap: 6px;
}

.cart-panel-empty h2 {
  margin: 0;
}

.cart-panel-empty .home-muted {
  margin: 0;
}

.cart-panel-empty .cart-actions {
  margin-top: 20px;
  justify-content: center;
}

.cart-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); gap: 18px; margin-top: 12px; align-items: start; }
.cart-main { display: grid; gap: 12px; align-content: start; }
.cart-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 0 4px;
  justify-content: flex-end;
}
.cart-toolbar-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(28, 28, 26, 0.78);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.cart-toolbar-link i { font-size: 14px; }
.cart-toolbar-link:hover {
  color: rgba(28, 28, 26, 0.96);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cart-toolbar-link-danger { color: rgba(180, 35, 24, 0.88); }
.cart-toolbar-link-danger:hover { color: #b42318; }

.cart-card,
.cart-summary,
.checkout-summary {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  padding: 32px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.cart-card {
  padding: 32px 32px;
  gap: 0;
  background: #ffffff;
  color: rgba(28, 28, 26, 0.92);
}

.cart-summary {
  background-color: #277b42;
  background-image:
    linear-gradient(135deg, rgba(18, 86, 42, 0.96), rgba(39, 123, 66, 0.88)),
    linear-gradient(0deg, rgba(39, 123, 66, 0.32), rgba(39, 123, 66, 0.32)),
    var(--cart-summary-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
}

.checkout-summary{
  background-color: #277b42;
  background-image:
    linear-gradient(135deg, rgba(18, 86, 42, 0.96), rgba(39, 123, 66, 0.88)),
    linear-gradient(0deg, rgba(39, 123, 66, 0.32), rgba(39, 123, 66, 0.32)),
    var(--checkout-summary-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
}

.checkout-form {
  display: grid;
  gap: 16px;
  align-content: start;
}

.checkout-form-stack { display: grid; gap: 14px; }

.checkout-section-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  padding: 32px;
  display: grid;
  gap: 12px;
}

.checkout-conditional.is-hidden { display: none; }

.cart-list { display: grid; gap: 12px; }
.cart-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 130px;
    gap: 18px;
    align-items: center;
    padding: 16px 0px;
    border-bottom: 0;
    border-bottom: 1px solid #eaeaea;
}
.cart-item:first-child { padding-top: 0; }
.cart-item:last-child { padding-bottom: 0; border-bottom: 0; }
.cart-item-main { min-width: 0; display: grid; align-content: center; gap: 10px; }
.cart-item-title { font-weight: 900; color: rgba(28, 28, 26, 0.92); }
.cart-item-link { color: inherit; text-decoration: none; }
.cart-item-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.cart-item-variant { color: rgba(28, 28, 26, 0.62); font-size: 14px; font-weight: 700; }
.cart-item-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; }
.cart-item-text { min-width: 0; display: grid; gap: 0px; }
.cart-item-side { display: grid; gap: 8px; justify-items: end; align-content: space-between; align-self: stretch; }
.cart-thumb {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  min-height: 120px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.03);
  display: block;
}
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-thumb-placeholder { width: 100%; height: 100%; display: block; background: radial-gradient(circle at 20% 15%, rgba(0, 107, 33, 0.16), transparent 55%), radial-gradient(circle at 80% 75%, rgba(255, 182, 30, 0.16), transparent 60%), #f6f3ef; }

.cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cart-item-unit { color: rgba(28, 28, 26, 0.66); font-weight: 700; font-size: 14px; white-space: nowrap; }
.cart-item-total { color: rgb(58 157 71); font-weight: 900; white-space: nowrap; font-size: 18px; letter-spacing: -0.03em; }

.cart-qty { width: 172px; display: grid; gap: 6px; }
.cart-qty span { display: none; }
.cart-qty input {
  height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #ffffff;
  color: rgba(28, 28, 26, 0.92);
  font-size: 16px;
  font-weight: 800;
  line-height: 40px;
  appearance: textfield;
  -moz-appearance: textfield;
}
.cart-qty input::-webkit-outer-spin-button,
.cart-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-qty-inline { display: grid; grid-template-columns: 40px minmax(76px, 1fr) 40px; gap: 8px; align-items: center; }
.cart-qty-button {
  width: 40px;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8f6f2;
  color: rgba(28, 28, 26, 0.82);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.cart-qty-button:hover { background: rgba(0, 0, 0, 0.03); }

.cart-remove-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  color: rgba(28, 28, 26, 0.58);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cart-remove-icon:hover { color: #b42318; border-color: rgba(180, 35, 24, 0.18); background: rgba(180, 35, 24, 0.04); }
.cart-clear-form { margin: 0; }
.cart-clear { width: 100%; justify-content: center; }

.cart-actions,
.checkout-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 40px; }
.checkout-form .checkout-actions {
  justify-content: flex-end;
  width: 100%;
}
.checkout-form .checkout-actions .home-btn {
  justify-content: center;
}
.checkout-form .checkout-actions .checkout-submit {
  width: 100%;
  margin-left: auto;
  justify-content: center;
}
.cart-summary .cart-actions { margin-top: 24px; }
.cart-summary .cart-actions .home-btn { width: 100%; justify-content: center; }
.cart-summary .cart-actions .home-btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #024918;
}
.cart-summary .cart-actions .home-btn-primary:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.94);
  color: #024918;
}

.cart-summary-kicker,
.checkout-form-kicker,
.checkout-summary-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 107, 33, 0.10);
  color: #006b21;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-summary .checkout-summary-kicker { background: #3a9d47; color: #ffffff; }
.cart-summary .home-info-chip {
  background: #3a9d47;
  color: #ffffff;
}

.checkout-summary-items {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.checkout-summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px 16px;
  padding: 16px 0;
}

.checkout-summary-item + .checkout-summary-item {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.checkout-summary-item-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.checkout-summary-item strong {
  min-width: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
}

.checkout-summary-item-variant {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.35;
}

.checkout-summary-item-price {
  color: #ffffff;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
  align-self: start;
}

.cart-stats { margin-top: 10px; display: grid; gap: 10px; }
.cart-stat { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 4px 12px;  }
.cart-stat span { color: rgba(255, 255, 255, 0.82); font-weight: 700; font-size: 13px; }
.cart-stat strong { color: #ffffff; font-weight: 900; white-space: nowrap; }
.cart-stat-subtotal span { color: rgba(255, 255, 255, 0.92); font-size: 15px; }
.cart-stat-subtotal strong { color: #7ce868; font-size: 28px; letter-spacing: -0.02em; }
.cart-hint { margin: 10px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 13px; line-height: 1.5; }

.home-shell .checkout-layout { margin-top: 12px; }

.checkout-checkbox-row { display: flex; gap: 10px; align-items: flex-start; color: rgba(28, 28, 26, 0.72); font-size: 14px; line-height: 1.35; }
.checkout-checkbox-row input { margin-top: 4px; }

.checkout-method-card {
  margin: 0;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  display: grid;
  gap: 8px;
}

.checkout-method-name { font-weight: 700; font-size: 22px; }
.checkout-method-instructions { white-space: pre-wrap; color: rgba(28, 28, 26, 0.72); }
.checkout-method-qr img { max-width: 320px; width: 100%;  display: block; }

.checkout-note { color: rgb(253 249 246); font-size: 13px; line-height: 1.5; margin: 0; }

.order-confirmation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  margin-top: 12px;
  align-items: start;
  --order-confirmation-heading-size: clamp(24px, 2.1vw, 30px);
  --order-confirmation-copy-size: 14px;
  --order-confirmation-copy-line: 1.6;
}

.order-confirmation-main {
  display: grid;
  gap: 14px;
  align-content: start;
}

.order-confirmation-card {
  display: grid;
  gap: 12px;
}

.order-confirmation-card-primary {
  border-color: rgba(0, 107, 33, 0.10);
}

.order-confirmation-heading {
  display: grid;
  gap: 8px;
}

.order-confirmation-heading h2 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1c1c1a;
}

.order-confirmation-sidebar-head h2 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.order-confirmation-lead,
.order-confirmation-layout .checkout-note,
.order-confirmation-layout .checkout-method-instructions,
.order-confirmation-alert p {
  color: rgba(28, 28, 26, 0.68);
  font-size: var(--order-confirmation-copy-size);
  line-height: var(--order-confirmation-copy-line);
}

.order-confirmation-alert-stack {
  display: grid;
  gap: 12px;
}

.order-confirmation-alert {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(245, 158, 11, 0.28);
  background: #fffbeb;
  color: #92400e;
}

.order-confirmation-alert strong {
  font-size: 14px;
  font-weight: 900;
  color: inherit;
}

.order-confirmation-alert p { color: inherit; }

.order-confirmation-alert-warning {
  border-color: rgba(217, 119, 6, 0.28);
  background: #fff7ed;
  color: #9a3412;
}

.order-confirmation-alert-action {
  gap: 10px;
  padding: 18px;
  justify-items: center;
  text-align: center;
  border-color: rgba(0, 107, 33, 0.12);
  background: rgba(0, 107, 33, 0.05);
  color: rgba(28, 28, 26, 0.88);
  box-shadow: none;
}

.order-confirmation-alert-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
  justify-content: center;
}

.order-confirmation-alert-action p {
  color: rgba(28, 28, 26, 0.72);
}

.order-confirmation-payment-card {
  gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.order-confirmation-payment-head {
  align-items: baseline;
}

p.checkout-method-instructions{
  margin: 0 auto;
}

.order-confirmation-payment-ref {
  color: rgba(28, 28, 26, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.order-confirmation-qr img {
  max-width: 360px;
  margin: 0 auto;
  padding-top: 14px;
}

.order-confirmation-sidebar {
  position: sticky;
  top: 92px;
  gap: 16px;
}

.order-confirmation-sidebar-head {
  display: grid;
  gap: 8px;
}

.order-confirmation-tracking {
    display: grid;
    gap: 10px;
    padding: 14px 0px;
    border-bottom: 1px solid #7be868;
}

.order-confirmation-tracking-row {
  display: grid;
  gap: 4px;
}

.order-confirmation-tracking-row span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.order-confirmation-tracking-row strong {
    color: #7ce767;
    font-size: 14px;
    line-height: 1.45;
    word-break: break-word;
}

.order-confirmation-meta {
  display: grid;
  gap: 10px;
}

.order-confirmation-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.order-confirmation-meta-row span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.order-confirmation-meta-row strong {
  text-align: right;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.order-confirmation-meta-row-address {
  align-items: flex-start;
}

.order-confirmation-meta-row-address strong {
  max-width: 62%;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
}

.order-confirmation-totals {
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.order-confirmation-totals > div span,
.order-confirmation-totals > div strong {
  font-size: 15px;
}

.order-confirmation-sidebar-products {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.order-confirmation-sidebar-title span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.order-confirmation-items {
  margin-top: 0;
}

.order-confirmation-summary-note {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

.order-confirmation-summary-note.is-warning {
  border: 1px solid rgba(253, 186, 116, 0.28);
  background: rgba(154, 52, 18, 0.18);
  color: #ffedd5;
}

.order-confirmation-actions {
  margin-top: 0;
}

.order-confirmation-sidebar .checkout-note {
  color: rgba(255, 255, 255, 0.84);
}

.order-confirmation-sidebar .order-confirmation-actions .home-btn {
  width: 100%;
  justify-content: center;
}

.order-confirmation-sidebar .order-confirmation-actions .home-btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #024918;
}

.order-confirmation-sidebar .order-confirmation-actions .home-btn-primary:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.94);
  color: #024918;
}

.checkout-submit[disabled] { opacity: 0.55; cursor: not-allowed; }

.checkout-modal { position: fixed; inset: 0; z-index: 60; display: none; place-items: center; padding: 18px; }
.checkout-modal.is-open { display: grid; }
.checkout-modal-overlay { position: absolute; inset: 0; background: rgba(17, 24, 39, 0.55); backdrop-filter: blur(3px); }
.checkout-modal-card {
  position: relative;
  width: min(560px, 100%);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 18px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
  padding: 16px 16px;
  display: grid;
  gap: 12px;
}

.checkout-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.checkout-modal-close { border: 0; background: transparent; font-size: 22px; line-height: 1; cursor: pointer; color: rgba(28, 28, 26, 0.72); }
.checkout-modal-close:hover { color: rgba(28, 28, 26, 0.92); }
.checkout-modal-text { margin: 0; color: rgba(28, 28, 26, 0.72); line-height: 1.55; }
.checkout-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.checkout-hint {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  color: rgba(28, 28, 26, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.checkout-coverage-status {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  display: grid;
  gap: 4px;
}

.checkout-coverage-title {
  color: rgba(28, 28, 26, 0.88);
  font-size: 13px;
  font-weight: 900;
}

.checkout-coverage-text {
  margin: 0;
  color: rgba(28, 28, 26, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.checkout-coverage-status.is-inside {
  border-color: rgba(0, 107, 33, 0.22);
  background: rgba(0, 107, 33, 0.08);
}

.checkout-coverage-status.is-inside .checkout-coverage-title,
.checkout-coverage-status.is-inside .checkout-coverage-text {
  color: #006b21;
}

.checkout-coverage-status.is-outside,
.checkout-coverage-status.is-invalid {
  border-color: rgba(185, 28, 28, 0.18);
  background: rgba(185, 28, 28, 0.06);
}

.checkout-coverage-status.is-outside .checkout-coverage-title,
.checkout-coverage-status.is-outside .checkout-coverage-text,
.checkout-coverage-status.is-invalid .checkout-coverage-title,
.checkout-coverage-status.is-invalid .checkout-coverage-text {
  color: #b91c1c;
}

.checkout-coverage-status.is-checking {
  border-color: rgba(37, 99, 235, 0.2);
  background: rgba(37, 99, 235, 0.06);
}

.checkout-coverage-status.is-checking .checkout-coverage-title,
.checkout-coverage-status.is-checking .checkout-coverage-text {
  color: #1d4ed8;
}

.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 44px 0; }
.shell-admin { padding-top: 30px; }

.card,
.admin-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.06);
}

.admin-panel {
  padding: 22px 24px;
}

.hero { padding: 0; }
.hero-compact { padding: 0; }

.eyebrow {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 600;
}

h1 {
  font-size: 30px;
  line-height: 1.15;
  margin: 10px 0 10px;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 28px;
  line-height: 1.25;
  margin: 8px 0;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 16px;
  line-height: 1.3;
  margin: 8px 0;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 14px;
  line-height: 1.35;
  margin: 8px 0;
  letter-spacing: -0.01em;
}

h5,
h6 {
  font-size: 13px;
  line-height: 1.35;
  margin: 8px 0;
  letter-spacing: -0.01em;
}

p {
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.section-note {
  color: #6b7280;
  font-size: 13px;
}

.card h2 {
  margin: 4px 0 6px;
}

.admin-kv {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.admin-kv-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.admin-kv-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.55);
}

.admin-kv-value {
  font-size: 14px;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.90);
  text-align: right;
}

.admin-kv-value-muted {
  color: rgba(17, 24, 39, 0.62);
  font-weight: 700;
}

.card-emphasis {
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.06), 0 14px 30px rgba(17, 24, 39, 0.06);
}

.order-total {
  display: grid;
  gap: 4px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.order-total-label {
  font-size: 13px;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.62);
}

.order-total-value {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111827;
  line-height: 1.05;
}

.order-subtotals {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.order-subtotals-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(17, 24, 39, 0.70);
  font-size: 13px;
  font-weight: 700;
}

.order-costs-box {
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: rgba(17, 24, 39, 0.02);
}

.order-items-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.order-items-table th,
.order-items-table td {
  padding: 10px 6px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  vertical-align: top;
}

.order-items-table th {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.55);
}

.order-items-table td {
  font-size: 14px;
  color: rgba(17, 24, 39, 0.86);
}

.order-items-table td strong {
  font-weight: 800;
  color: rgba(17, 24, 39, 0.92);
}

.order-items-table .order-items-muted {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(17, 24, 39, 0.55);
  font-weight: 700;
}

.order-items-table .order-items-right {
  text-align: right;
  white-space: nowrap;
}

.order-items-table tr:last-child td {
  border-bottom: 0;
}

.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.shell-admin section { margin-top: 16px; }
.shell-admin section:first-of-type { margin-top: 0; }

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

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 0;
}

.stat-card { gap: 10px; }
.stat-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.stat-label { font-size: 13px; font-weight: 700; color: rgba(17, 24, 39, 0.72); flex: 1 1 160px; min-width: 0; }
.stat-value { font-size: 34px; font-weight: 900; letter-spacing: -0.03em; line-height: 1; color: #111827; }
.stat-meta { font-size: 13px; color: rgba(17, 24, 39, 0.60); line-height: 1.35; overflow-wrap: anywhere; }
.stat-meta-muted { color: rgba(17, 24, 39, 0.52); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.button-sm {
  min-height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 13px;
}

.button-ghost {
  background: transparent;
  border-color: rgba(17, 24, 39, 0.10);
  color: #111827;
}

.button-ghost:hover {
  background: rgba(17, 24, 39, 0.03);
}

.button-primary { background: #2563eb; border-color: #2563eb; color: #ffffff; }
.button-secondary { background: #ffffff; border-color: #e5e7eb; color: #111827; }
.button-secondary:hover { background: #f9fafb; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  white-space: nowrap;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.75;
}

.badge-neutral { background: rgba(17, 24, 39, 0.06); border-color: rgba(17, 24, 39, 0.10); color: rgba(17, 24, 39, 0.78); }
.badge-success { background: rgba(16, 185, 129, 0.10); border-color: rgba(16, 185, 129, 0.22); color: #047857; }
.badge-info { background: rgba(37, 99, 235, 0.10); border-color: rgba(37, 99, 235, 0.22); color: #1d4ed8; }
.badge-warn { background: rgba(245, 158, 11, 0.12); border-color: rgba(245, 158, 11, 0.26); color: #b45309; }
.badge-danger { background: rgba(239, 68, 68, 0.10); border-color: rgba(239, 68, 68, 0.22); color: #b91c1c; }

.chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: rgba(255, 255, 255, 0.75);
  color: rgba(17, 24, 39, 0.78);
  white-space: nowrap;
}

.card {
  padding: 18px 18px;
  display: grid;
  gap: 12px;
}

.hero-banner {
  padding: 0;
  background: #1f6a56;
  border-color: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.hero-banner .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.hero-banner h1 {
  color: #ffffff;
  line-height: 1.02;
  margin: 10px 0 12px;
  letter-spacing: -0.03em;
}

.hero-banner p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 58ch;
}

.hero-banner .section-note {
  color: rgba(255, 255, 255, 0.74);
}

.hero-banner .section-note a {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-banner-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 18px;
  align-items: center;
  padding: 34px 28px;
}

.hero-banner-left {
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
}

.hero-pill {
  display: inline-flex;
  width: fit-content;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-highlight {
  color: #c7ff5b;
}

.hero-phone {
  margin-top: 2px;
}

.hero-cta {
  margin-top: 8px;
  gap: 10px;
}

.hero-button-primary {
  background: #f97316;
  border-color: #f97316;
  color: #ffffff;
}

.hero-button-primary:hover {
  filter: brightness(0.98);
}

.hero-button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.hero-button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-banner-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 320px;
}

.hero-person {
  width: min(420px, 100%);
  height: auto;
  display: block;
  transform: translateY(18px);
  filter: drop-shadow(0 18px 38px rgba(17, 24, 39, 0.22));
}

.home-copy {
  padding: 26px 22px;
}

.home-copy h2 {
  margin-top: 10px;
}

.home-copy-body {
  max-width: 72ch;
}

.home-copy-body p + p {
  margin-top: 10px;
}

.home-copy-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(17, 24, 39, 0.70);
  font-size: 14px;
  font-weight: 600;
  display: grid;
  gap: 6px;
}

.home-copy-list li::marker {
  color: rgba(37, 99, 235, 0.75);
}

.notice {
  width: min(1160px, calc(100% - 48px));
  margin: 14px auto 0;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 14px;
  padding: 12px 14px;
  color: #92400e;
}

.js .notice {
  position: fixed;
  top: 74px;
  right: 18px;
  left: auto;
  transform: none;
  margin: 0;
  z-index: 95;
  width: min(380px, calc(100% - 36px));
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
  pointer-events: auto;
}

.notice-admin { background: #eef5ff; border-color: #c8ddff; color: #274d84; }
.notice-closure { background: #fff7ed; border-color: #fdba74; color: #9a3412; }

.notice-floating {
  position: fixed;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 90;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: auto;
  width: 50%;
}

.notice-close {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 10px;
  cursor: pointer;
}

.notice-close:hover {
  background: rgba(17, 24, 39, 0.06);
}

.toast-stack {
  position: fixed;
  top: 74px;
  right: 18px;
  z-index: 95;
  width: min(380px, calc(100% - 36px));
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: rgba(255, 255, 255, 0.96);
  color: rgba(17, 24, 39, 0.84);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
  transform: translateX(110%);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.toast.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.toast.is-leaving {
  transform: translateX(110%);
  opacity: 0;
}

.toast-body {
  min-width: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.toast-close {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 6px 8px;
  border-radius: 10px;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
}

.toast-close:hover { background: rgba(17, 24, 39, 0.06); }

.toast-warn { background: #fffbeb; border-color: rgba(245, 158, 11, 0.35); color: #92400e; }
.toast-success { background: rgba(16, 185, 129, 0.10); border-color: rgba(16, 185, 129, 0.28); color: #047857; }
.toast-info { background: #eef5ff; border-color: rgba(37, 99, 235, 0.26); color: #274d84; }

.toast-warn .toast-close:hover,
.toast-success .toast-close:hover,
.toast-info .toast-close:hover { background: rgba(17, 24, 39, 0.06); }

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: white;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}
.admin-topbar-inner { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 12px 0; display: flex; align-items: center; gap: 14px; }
.admin-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.01em; color: #111827; text-decoration: none; min-width: 0; }
.admin-brand-logo { height: 28px; width: auto; display: block; }
.admin-brand-text { font-size: 16px; }
.admin-nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.admin-nav-link { display: inline-flex; align-items: center; padding: 8px 6px; text-decoration: none; color: rgba(17, 24, 39, 0.78); background: transparent; border: 0; font-weight: 700; font-size: 13px; letter-spacing: 0.01em; }
.admin-nav-link:hover { color: #024918; text-decoration: underline; text-decoration-color: rgba(0, 107, 33, 0.45); text-underline-offset: 6px; }
.admin-nav-link.is-active { color: #006b21; text-decoration: underline; text-decoration-color: rgba(0, 107, 33, 0.78); text-underline-offset: 6px; }
.admin-topbar-tools { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.admin-topbar-actions { display: flex; align-items: center; gap: 10px; }
.admin-link { color: #274d84; text-decoration: none; font-weight: 600; }
.admin-link:hover { text-decoration: underline; }

.admin-icon-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  color: rgba(17, 24, 39, 0.78);
  text-decoration: none;
  border: 1px solid transparent;
  background: rgba(206, 207, 209, 0.04);
  border-color: rgba(17, 24, 39, 0.06);
}

.admin-icon-link:hover {
  color: #111827;
  background: rgba(17, 24, 39, 0.04);
  border-color: rgba(17, 24, 39, 0.06);
}

.admin-icon-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 107, 33, 0.16);
  border-color: rgba(0, 107, 33, 0.30);
}

.admin-icon-link svg { width: 18px; height: 18px; display: block; }
.admin-icon-link i { font-size: 18px; line-height: 1; display: block; }

.icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  font-weight: 800;
}

.admin-nav-toggle { display: none; }
.admin-nav-toggle-button { display: none; border: 1px solid rgba(17, 24, 39, 0.08); background: rgba(206, 207, 209, 0.04); color: #111827; font-size: 18px; font-weight: 800; padding: 8px 10px; border-radius: 10px; line-height: 1; cursor: pointer; }
.admin-nav-toggle-button:hover { background: rgba(17, 24, 39, 0.04); }

.admin-footer {
  width: min(1200px, calc(100% - 48px));
  margin: 18px auto 28px;
  margin-top: 42px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.admin-footer-inner {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}

.admin-footer-muted {
  color: rgba(17, 24, 39, 0.55);
  font-weight: 600;
}

.admin-footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-footer-social-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.admin-footer-social-link {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  border: 1px solid rgba(17, 24, 39, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 24, 39, 0.72);
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}

.admin-footer-social-link:hover {
  background: #006b21;
  border-color: #006b21;
  color: #ffffff;
}

.admin-footer-social-link i { font-size: 16px; line-height: 1; display: block; }

.admin-footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-footer-link {
  color: #006b21;
  font-weight: 800;
}

.admin-footer-link:hover {
  color: #024918;
  text-decoration: underline;
  text-decoration-color: rgba(0, 107, 33, 0.45);
  text-underline-offset: 5px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
  margin-top: 0;
}

.admin-stack {
  display: grid;
  gap: 16px;
  align-content: start;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 11px 12px;
  background: #ffffff;
  color: #111827;
  outline: none;
}

.field select {
  padding-right: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}

.field input[type="checkbox"] {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 4px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.field.has-error span { color: #b91c1c; }
.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: rgba(239, 68, 68, 0.55); }
.field.has-error input:focus,
.field.has-error select:focus,
.field.has-error textarea:focus { border-color: rgba(239, 68, 68, 0.65); box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16); }
.field-error { color: #b91c1c; font-size: 12px; font-weight: 700; line-height: 1.3; }
.checkout-form-error { margin-top: 10px; }

.field.full { grid-column: 1 / -1; }

.admin-table-wrap { overflow: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.admin-table th, .admin-table td { padding: 12px 10px; border-bottom: 1px solid rgba(17, 24, 39, 0.08); text-align: left; vertical-align: top; }
.admin-table th { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(17, 24, 39, 0.55); }
.admin-table tbody tr:hover { background: rgba(17, 24, 39, 0.02); }
.admin-table input[type="checkbox"] { width: 16px; height: 16px; accent-color: #2563eb; }
.admin-table-compact { min-width: 0; }
.admin-table-compact th, .admin-table-compact td { padding: 10px 8px; }
.admin-thumb { width: 64px; height: 64px; border-radius: 12px; border: 1px solid rgba(17, 24, 39, 0.1); object-fit: cover; display: block; }
.admin-actions { display: flex; gap: 8px; justify-content: flex-end; white-space: nowrap; }
.admin-muted { font-size: 12px; color: rgba(17, 24, 39, 0.55); margin-top: 4px; }
.admin-row-actions { text-align: right; white-space: nowrap; }
.admin-row-actions > * { vertical-align: middle; }
.admin-row-actions > * + * { margin-left: 8px; }
.admin-row-actions a { display: inline-flex; }
.admin-row-actions form { margin: 0; display: inline-flex; }
.admin-filters { display: grid; grid-template-columns: 1fr 220px auto; gap: 12px; align-items: end; }
.admin-filters-wide { grid-template-columns: 1fr 220px 220px 220px auto; }
.admin-bulk-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(17, 24, 39, 0.08); margin-bottom: 10px; }
.admin-bulk-controls { display: flex; align-items: end; gap: 12px; flex-wrap: wrap; }

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

.variant-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.variant-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.variant-list-item {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.variant-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.checkout-totals {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.checkout-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.checkout-total {
  padding-top: 10px;
  border-top: 1px solid rgb(253 249 246);
  margin-top: 2px;
}

.checkout-total span { font-weight: 900; color: white; }
.checkout-total strong { font-weight: 900; color: #7be868; font-size: 18px; }

.seo-preview {
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(17, 24, 39, 0.02);
  display: grid;
  gap: 5px;
}

.seo-preview-url {
  font-size: 12px;
  color: rgba(17, 24, 39, 0.55);
}

.seo-preview-title {
  font-size: 16px;
  font-weight: 600;
  color: #2563eb;
}

.seo-preview-desc {
  font-size: 13px;
  color: rgba(17, 24, 39, 0.72);
  line-height: 1.35;
}

.empty-panel,
.checkout-summary,
.cart-summary,
.checkout-form {
  align-content: start;
}

@media (max-width: 900px) {
  .admin-filters { grid-template-columns: 1fr; }
  .admin-actions { justify-content: flex-start; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-form-stack { gap: 12px; }
  .checkout-section-card,
  .checkout-summary { padding: 24px 20px; }
  .checkout-form .checkout-actions {
    justify-content: flex-start;
  }
  .checkout-form .checkout-actions .checkout-submit {
    width: 100%;
  }
  .checkout-summary-items { gap: 14px; }
  .checkout-summary-item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 6px 14px;
  }
  .checkout-summary-item strong {
    font-size: 15px;
  }
  .checkout-summary-item-variant,
  .checkout-summary-item-price {
    font-size: 14px;
  }
  .checkout-summary-item-price {
    justify-self: end;
  }
  .checkout-totals { gap: 8px; }
  .checkout-totals > div { align-items: baseline; }
  .checkout-note { font-size: 12px; }
  .order-confirmation-layout { grid-template-columns: 1fr; }
  .checkout-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .home-shell { width: min(1280px, calc(100% - 32px)); }
  .home-hero { background-position: center bottom; background-size: contain; }
  .home-hero-inner { grid-template-columns: 1fr; padding: 28px 20px; }
  .home-hero-spacer { display: block; min-height: 100px; }
  .home-hero-mobile-media { display: none; }
  .home-benefits-grid { grid-template-columns: 1fr; }
  .home-benefit:not(:first-child) { border-left: 0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .home-about { padding: 28px 20px; }
  .home-about-inner { grid-template-columns: 1fr; }
  .home-about-media { padding:0; }
  .home-about-card { transform: translate(0px, -8px); max-width: min(320px, calc(100% - 24px)); }
  .home-google-reviews { padding: 28px 20px; }
  .home-google-reviews-head { flex-direction: column; align-items: flex-start; }
  .home-google-reviews-summary { min-width: 0; width: 100%; }
  .home-google-reviews-grid { grid-template-columns: 1fr; }
  .home-announcements-viewport { min-height: 220px; }
  .home-announcement-card { padding: 28px 20px; min-height: 220px; }
  .home-announcement-card p { max-width: none; }
  .home-products { padding: 28px 20px; }
  .home-section-head { flex-direction: column; align-items: flex-start; }
  .home-product-grid,
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .product-side { min-height: 180px; }
  .product-actions { right: 6px; bottom: 6px; }
  .home-info-duo { grid-template-columns: 1fr; }
  .home-info-card { padding: 28px 20px; }
  .home-info-media { height: 190px; }
  .home-info-hero { grid-template-columns: 1fr; padding: 28px 20px; background-position: center bottom; }
  .home-info-hero-media { min-height: 220px; }
  .home-info-hero-icons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-info-hero-icon::before { display: none; }
  .home-info-hero-icon:nth-child(2n)::before { display: block; }
  .product-card-modal-body { grid-template-columns: 1fr; }
  .product-card-modal-media { min-height: 210px; }
  .home-visit-inner { grid-template-columns: 1fr; }
  .home-visit-left { background-position: center; background-size: contain; }
  .contact-shell { width: min(1280px, calc(100% - 32px)); }
  .contact-content { padding: 28px 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 18px 16px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-submit { width: 100%; }
  .contact-map-overlay { position: static; width: auto; margin: 14px; }
  .contact-newsletter-inner { width: min(960px, calc(100% - 32px)); }
  .about-shell { width: min(1280px, calc(100% - 32px)); padding-bottom: 62px; }
  .about-hero { min-height: 520px; background-position: center; }
  .about-hero-inner { padding: 34px 20px; }
  .about-hero-overlay { background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.10) 55%, rgba(0, 0, 0, 0.0)); }
  .about-story { padding-top: 28px; }
  .about-story-inner { grid-template-columns: 1fr; }
  .about-story-media { padding-top: 8px; }
  .about-pillars { padding: 34px 0; }
  .about-pillars-grid { grid-template-columns: 1fr; width: min(1160px, calc(100% - 32px)); }
  .about-pillars-head { width: min(860px, calc(100% - 32px)); }
  .about-highlight { padding: 40px 0; }
  .about-highlight-inner { width: min(980px, calc(100% - 32px)); }
  .about-highlight-mark { left: 10px; }
  .about-cta-inner { width: min(980px, calc(100% - 32px)); padding: 42px 20px; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-info { padding: 16px 16px; }
  .product-media-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-actions-inline {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product-qty-box {
    flex: 1 1 100%;
  }
  .product-actions .home-btn { flex: 1 1 100%; }
  .product-hooks { grid-template-columns: 1fr; }
  .product-hook { padding-right: 0; }
  .product-hook + .product-hook {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-card { padding: 24px 20px; }
  .cart-summary { padding: 24px 20px; }
  .cart-toolbar { padding: 0; gap: 12px; justify-content: center; }
  .cart-list { gap: 8px; }
  .cart-item { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; align-items: start; padding: 14px 0; }
  .cart-item-main { gap: 8px; align-content: start; }
  .cart-item-head { grid-template-columns: 1fr; gap: 8px; }
  .cart-item-title { font-size: 15px; line-height: 1.2; }
  .cart-item-variant,
  .cart-item-unit { font-size: 13px; }
  .cart-item-unit { white-space: normal; }
  .cart-item-side {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-left: 0;
    margin-top: 2px;
  }
  .cart-thumb { min-height: 96px; }
  .cart-item-total { font-size: 18px; }
  .cart-item-meta { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .cart-qty { width: 100%; max-width: 180px; }
  .cart-qty-inline { grid-template-columns: 38px minmax(72px, 1fr) 38px; gap: 6px; }
  .cart-qty-button,
  .cart-qty input { min-height: 38px; height: 38px; line-height: 38px; }
  .order-confirmation-sidebar { position: static; top: auto; }
  .order-confirmation-layout { --order-confirmation-heading-size: 24px; }
  .order-confirmation-items .checkout-summary-item { grid-template-columns: 1fr; }
  .order-confirmation-items .checkout-summary-item-price { justify-self: start; text-align: left; }
  .order-confirmation-meta-row { align-items: flex-start; }
  .order-confirmation-meta-row strong { max-width: 65%; }
  .home-visit-payments {margin: 20px -20px -42px; padding: 28px 20px 20px;}
  .home-visit-left {padding: 28px 20px;}
}

@media (max-width: 1200px) {
  .stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

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

@media (max-width: 860px) {
  .admin-topbar-inner { flex-wrap: wrap; gap: 10px 12px; }
  .admin-brand { flex: 1 1 auto; }
  .admin-brand-logo { height: 42px; max-width: min(220px, 100%); object-fit: contain; }
  .admin-topbar-tools { margin-left: auto; flex: 0 0 auto; }
  .admin-nav-toggle-button { display: inline-flex; align-items: center; justify-content: center; }
  .admin-nav { order: 3; width: 100%; display: none; flex-direction: column; align-items: flex-start; gap: 10px; padding: 12px 0 0; border-top: 1px solid rgba(17, 24, 39, 0.08); }
  .admin-nav-link { padding: 8px 2px; font-size: 14px; }
  .admin-topbar-actions { margin-left: 0; width: auto; justify-content: flex-end; padding-top: 0; }
  .admin-nav-toggle:checked ~ .admin-nav { display: flex; }
  .notice-floating { top: 66px; }
  .js .notice { top: 66px; right: 12px; width: min(380px, calc(100% - 24px)); }
  .toast-stack { top: 66px; right: 12px; width: min(380px, calc(100% - 24px)); }
}

@media (max-width: 640px) {
  .admin-topbar-inner { width: min(1280px, calc(100% - 24px)); padding: 10px 0; }
  .admin-brand-logo { height: 34px; max-width: min(190px, 100%); }
  .admin-topbar-tools { gap: 8px; }
  .admin-topbar-actions { gap: 8px; }
  .admin-icon-link,
  .admin-nav-toggle-button {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .admin-footer { width: min(1200px, calc(100% - 24px)); }
  .admin-footer-inner {
    justify-content: center;
    text-align: center;
  }
  .admin-footer-social,
  .admin-footer-social-row,
  .admin-footer-credit {
    justify-content: center;
  }
  .checkout-title { font-size: clamp(28px, 8.5vw, 40px); }
  .checkout-panel,
  .checkout-section-card,
  .checkout-summary { padding: 20px 16px; border-radius: 20px; }
  .checkout-form-kicker,
  .checkout-summary-kicker { font-size: 11px; }
  .field span { font-size: 12px; }
  .field input,
  .field select,
  .field textarea { padding: 11px 12px; font-size: 15px; }
  .field select { padding-right: 38px; background-size: 16px 16px; }
  .checkout-coverage-status { padding: 11px 12px; border-radius: 12px; }
  .checkout-checkbox-row { gap: 8px; font-size: 13px; }
  .checkout-summary-items { margin-top: 16px; gap: 12px; }
  .checkout-summary-item { gap: 4px 12px; }
  .checkout-summary-item strong { font-size: 14px; }
  .checkout-summary-item-variant,
  .checkout-summary-item-price { font-size: 13px; }
  .checkout-totals { margin-top: 12px; }
  .checkout-totals > div { gap: 10px; }
  .checkout-total strong { font-size: 17px; }
  .checkout-note { font-size: 12px; line-height: 1.45; }
  .home-product-grid,
  .product-grid { grid-template-columns: 1fr; }
  .home-google-review-card { padding: 18px 16px; }
  .home-google-review-head { flex-direction: column; align-items: flex-start; }
  .home-google-reviews-footer { align-items: stretch; }
  .home-google-reviews-footer .home-btn { width: 100%; justify-content: center; }
  .product-card-modal-card { padding: 14px 14px; }
  .product-card-modal-media { min-height: 170px; }
  .product-card-modal-actions { flex-direction: column-reverse; }
  .product-card-modal-actions .home-btn { width: 100%; justify-content: center; }
  .product-card-modal-qty { grid-template-columns: 40px minmax(72px, 1fr) 40px; }
  .cart-title { font-size: clamp(30px, 9vw, 44px); }
  .cart-card,
  .cart-summary { padding: 20px 16px; border-radius: 20px; }
  .cart-item { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
  .cart-thumb { min-height: 84px; border-radius: 10px; }
  .cart-item-title { font-size: 14px; }
  .cart-item-variant,
  .cart-item-unit { font-size: 12px; }
  .cart-qty { max-width: none; }
  .cart-qty-inline { grid-template-columns: 34px minmax(58px, 1fr) 34px; }
  .cart-qty-button,
  .cart-qty input { min-height: 34px; height: 34px; line-height: 34px; font-size: 15px; }
  .cart-remove-icon { width: 34px; height: 34px; }
  .cart-item-total { font-size: 17px; }
  .cart-toolbar { gap: 10px 14px; }
  .cart-toolbar-link { font-size: 13px; }
  .cart-stats { gap: 8px; }
  .cart-stat { padding: 2px 0; }
  .cart-stat span,
  .cart-stat strong { font-size: 14px; }
  .cart-hint { font-size: 12px; }
}

@media print {
  body.frontend-body { background: #ffffff; }
  .admin-topbar,
  .admin-footer,
  .notice,
  .no-print { display: none !important; }
  .shell { width: 100% !important; padding: 0 !important; margin: 0 !important; }
  .card { box-shadow: none !important; }
}
