:root {
  --bg: #fff7ef;
  --surface: #ffffff;
  --surface-2: #fff0df;
  --text: #1e1713;
  --muted: #796861;
  --line: #ead7c8;
  --red: #db2b1f;
  --red-dark: #b91f15;
  --green: #1f7a43;
  --amber: #f6a526;
  --charcoal: #17110f;
  --shadow: 0 18px 45px rgba(73, 35, 18, .12);
  --soft-shadow: 0 10px 24px rgba(73, 35, 18, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(219,43,31,.08), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, var(--bg) 42%, #fff 100%);
  color: var(--text);
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  padding: 10px clamp(14px, 4vw, 48px);
  background: rgba(255, 250, 244, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.brand b { display: block; font-size: 19px; text-transform: uppercase; line-height: 1; letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; gap: 18px; color: var(--muted); font-weight: 700; font-size: 14px; }
.main-nav a:hover { color: var(--red); }
.phone { font-weight: 800; white-space: nowrap; cursor: default; }
.cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
}
.cart-button b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 99px;
  background: #fff;
  color: var(--red);
  font-size: 12px;
}

.hero-shop {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  min-height: auto;
  padding: clamp(18px, 2.6vw, 34px) clamp(14px, 4vw, 48px) 18px;
  background:
    linear-gradient(90deg, rgba(255,247,239,.96), rgba(255,247,239,.76)),
    radial-gradient(circle at 92% 20%, rgba(219,43,31,.12), transparent 34%);
}
.hero-copy { max-width: 760px; }
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eaf8ef;
  color: #166534;
  font-size: 13px;
  font-weight: 800;
}
.live-pill span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--green);
}
h1 {
  margin: 18px 0 14px;
  max-width: 760px;
  font-size: clamp(36px, 4.2vw, 52px);
  line-height: .96;
  letter-spacing: -.01em;
}
.hero-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.5;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.hero-trust span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  padding: 0 11px;
  color: #5e4d46;
  font-size: 13px;
  font-weight: 850;
}
.order-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 560px;
  margin-top: 12px;
}
.order-steps div {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  box-shadow: var(--soft-shadow);
}
.order-steps b {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--charcoal);
  color: #fff;
}
.order-steps span { font-size: 13px; font-weight: 900; line-height: 1.2; }
.hero-promo-slider {
  min-width: 0;
  width: 100%;
}
.promo-banners {
  display: flex;
  gap: 0;
  width: 100%;
  min-height: clamp(260px, 24vw, 360px);
  margin: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.promo-banners::-webkit-scrollbar { display: none; }
.promo-banner {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(260px, 24vw, 360px);
  display: grid;
  align-content: space-between;
  gap: 9px;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 0;
  border-radius: 0;
  background: #211816;
  scroll-snap-align: start;
  transition: transform .18s ease;
}
.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.34) 48%, rgba(0,0,0,.08));
  pointer-events: none;
}
.promo-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-banner:hover { transform: none; }
.promo-banner span {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff2e4;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.promo-banner b {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 440px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}
.promo-banner small {
  position: relative;
  z-index: 1;
  max-width: 430px;
  color: rgba(255,255,255,.86);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.35;
}
.promo-banner--hot {
  background: linear-gradient(135deg, #2a1711 0%, #6d1f17 52%, #d8271b 100%);
  border-color: rgba(216,39,27,.35);
}
.promo-banner--hot span {
  background: rgba(255,255,255,.16);
  color: #fff;
}
.promo-banner--hot b, .promo-banner--hot small { color: #fff; }
.primary, .secondary, .contact-form button, .pay-button, .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 8px;
  border: 0;
  padding: 0 20px;
  font-weight: 900;
}
.primary, .contact-form button, .pay-button {
  background: var(--red);
  color: #fff;
}
.primary:hover, .contact-form button:hover, .pay-button:hover { background: var(--red-dark); }
.secondary, .ghost-button {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
}
.primary {
  box-shadow: 0 12px 28px rgba(219,43,31,.24);
}
.conversion-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(14px, 4vw, 48px) 16px;
  background: #fff2e4;
}
.conversion-strip div {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  background: #fffaf4;
}
.conversion-strip div:first-child { border-radius: 8px 0 0 8px; }
.conversion-strip div:last-child { border-radius: 0 8px 8px 0; }
.conversion-strip b { font-size: 21px; line-height: 1; }
.conversion-strip span { color: var(--muted); font-size: 13px; font-weight: 800; line-height: 1.3; }
.category-panel {
  position: sticky;
  top: 72px;
  z-index: 35;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px clamp(14px, 4vw, 48px);
  background: rgba(255, 250, 244, .94);
  border-block: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.category-panel button {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
  color: var(--text);
  font-weight: 800;
}
.category-panel button:hover { border-color: var(--red); color: var(--red); box-shadow: var(--soft-shadow); }
.category-panel button.active {
  border-color: var(--red-dark);
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 20px rgba(219,43,31,.18);
}

.section { padding: 46px clamp(14px, 4vw, 48px); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.eyebrow {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}
.muted {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.section-note {
  max-width: 600px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}
.search-box input {
  width: min(340px, 100%);
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
  outline: none;
}
.search-box input:focus, input:focus, textarea:focus, select:focus { border-color: var(--red); }

.category-block { margin-bottom: 44px; scroll-margin-top: 150px; }
.category-block h3 {
  margin: 0 0 16px;
  font-size: 28px;
}
.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--soft-shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product:hover {
  transform: translateY(-3px);
  border-color: #efb49d;
  box-shadow: 0 18px 36px rgba(73, 35, 18, .14);
}
.product-image {
  position: relative;
  width: 100%;
  border: 0;
  padding: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-2);
}
.product-image-button {
  display: block;
  cursor: zoom-in;
  text-align: left;
}
.product-image-button:focus-visible {
  outline: 3px solid rgba(219,43,31,.35);
  outline-offset: -3px;
}
.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.product:hover .product-image img { transform: scale(1.04); }
.badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 9px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}
.product h4 {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.2;
}
.weight {
  margin-bottom: 9px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}
.product p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}
.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}
.price { font-size: 22px; font-weight: 900; }
.add {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}
.product[id="product-1100"] {
  border-color: rgba(219,43,31,.36);
  background: linear-gradient(180deg, #fff 0%, #fff4ed 100%);
}
.product[id="product-1100"],
.product[id="product-1101"] {
  border-color: rgba(219,43,31,.36);
  background: linear-gradient(180deg, #fff 0%, #fff4ed 100%);
}
.product[id="product-1100"] .price,
.product[id="product-1101"] .price { color: var(--red); }
.product-action { width: 100%; }
.qty-control {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(219,43,31,.28);
  border-radius: 8px;
  background: #fff7f4;
}
.qty-control button {
  width: 100%;
  height: 46px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}
.qty-control button:hover { background: var(--red-dark); }
.qty-control b {
  text-align: center;
  color: var(--text);
  font-size: 17px;
}

.product-skeleton {
  min-height: 430px;
  padding: 14px;
  gap: 12px;
}
.product-skeleton div,
.product-skeleton span,
.product-skeleton p,
.product-skeleton button,
.skeleton-title {
  border-radius: 8px;
  background: linear-gradient(90deg, #f2e4d8 0%, #fff7ef 48%, #f2e4d8 100%);
  background-size: 220% 100%;
  animation: shimmer 1.15s infinite linear;
}
.product-skeleton div { height: 210px; }
.product-skeleton span { height: 24px; width: 70%; }
.product-skeleton p { height: 56px; width: 100%; }
.product-skeleton button { height: 46px; width: 100%; border: 0; }
.skeleton-title { width: 220px; height: 34px; }
@keyframes shimmer {
  to { background-position: -220% 0; }
}

.modal-lock { overflow: hidden; }
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.product-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.product-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(23,17,15,.58);
  backdrop-filter: blur(5px);
}
.product-modal__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 1.02fr) minmax(360px, .98fr);
  width: min(1040px, calc(100vw - 56px));
  max-height: min(760px, calc(100vh - 56px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #fffaf4;
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
  transform: translateY(12px) scale(.98);
  transition: transform .2s ease;
}
.product-modal.open .product-modal__card { transform: translateY(0) scale(1); }
.product-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(23,17,15,.72);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.product-modal__media {
  position: relative;
  min-height: 520px;
  background: var(--charcoal);
}
.product-modal__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.54));
}
.product-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.product-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  padding: 34px;
}
.product-modal__content h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 48px);
  line-height: .98;
}
.product-modal__description {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.product-modal__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.product-modal__facts div {
  display: grid;
  gap: 4px;
  min-height: 82px;
  align-content: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.product-modal__facts span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.product-modal__facts b {
  color: var(--text);
  font-size: 18px;
}
.product-modal__notes {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-modal__notes li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.45;
}
.product-modal__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}
.product-modal__footer {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.product-modal__footer strong {
  font-size: 34px;
  line-height: 1;
}
.product-modal__action .add { min-width: 220px; }

.delivery-section { background: #fff2e4; }
.zones-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.zone {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}

.reviews-section {
  background: #fff;
}
.orders-proof {
  display: grid;
  gap: 4px;
  min-width: 220px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff7ef;
}
.orders-proof b { font-size: 34px; line-height: 1; color: var(--red); }
.orders-proof span { color: var(--muted); font-size: 13px; font-weight: 850; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.review-card {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf4;
  box-shadow: var(--soft-shadow);
}
.review-card div { color: var(--amber); letter-spacing: .08em; }
.review-card h3 { margin: 0; font-size: 20px; }
.review-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.zone h3 { margin: 0 0 8px; font-size: 22px; }
.zone dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
}
.zone dt { color: var(--muted); font-size: 12px; }
.zone dd { margin: 3px 0 0; font-weight: 900; }
.map-card { display: none; }
.map-card.has-map {
  display: block;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.map-card iframe { width: 100%; min-height: 360px; border: 0; display: block; }

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 24px;
  align-items: stretch;
  margin-inline: clamp(14px, 4vw, 48px);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,244,235,.94)),
    radial-gradient(circle at 10% 0%, rgba(219,43,31,.10), transparent 32%);
  box-shadow: var(--soft-shadow);
}
.contact-section.section { padding: 22px; }
.contact-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 100%;
}
.contact-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.6;
}
.contact-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
input, textarea, select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  outline: none;
}
textarea { min-height: 92px; resize: vertical; }
small { color: var(--muted); line-height: 1.4; }
.consent a, .cookie-banner a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

.shade {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0,0,0,.42);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.shade.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 70;
  display: flex;
  flex-direction: column;
  width: min(460px, 100%);
  transform: translateX(102%);
  transition: transform .24s ease;
  background: var(--bg);
  border-left: 1px solid var(--line);
  box-shadow: -20px 0 60px rgba(0,0,0,.18);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.cart-head h2 { margin: 0; font-size: 26px; }
.cart-head button, .qty button {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font-weight: 900;
}
.cart-head button { width: 38px; height: 38px; }
.cart-items {
  display: grid;
  gap: 10px;
  flex: 0 1 auto;
  max-height: 38vh;
  overflow: auto;
  padding: 14px 18px;
}
.cart-line {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.cart-line img { width: 58px; height: 58px; border-radius: 10px; object-fit: cover; }
.cart-line h4 { margin: 0 0 4px; font-size: 14px; line-height: 1.2; }
.cart-line span { color: var(--muted); font-weight: 800; }
.qty { display: flex; align-items: center; gap: 8px; }
.qty button { width: 30px; height: 30px; }
.cart-empty { padding: 20px 18px; color: var(--muted); }
.cart-empty.hidden { display: none; }
.checkout-form {
  display: grid;
  flex: 1;
  gap: 12px;
  padding: 16px 18px 18px;
  overflow-y: auto;
  border-top: 1px solid var(--line);
}
.checkout-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.delivery-check { display: grid; gap: 8px; }
.delivery-result {
  padding: 10px 12px;
  border: 1px solid #f5d28e;
  border-radius: 10px;
  background: #fff8df;
  color: #7a4b00;
  font-size: 13px;
  line-height: 1.35;
}
.delivery-result.ok {
  border-color: #b7e4c7;
  background: #edf9f0;
  color: #14532d;
}
.delivery-result.bad {
  border-color: #ffb4ac;
  background: #fff0ee;
  color: #9b1c12;
}
.consent { display: flex !important; gap: 8px; align-items: flex-start; }
.consent input { width: 18px; min-height: 18px; margin-top: 1px; }
.upsell { display: flex; gap: 8px; overflow-x: auto; }
.upsell button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0 10px;
  font-weight: 800;
}
.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.total-row b { font-size: 28px; }
.pay-button:disabled { opacity: .55; cursor: wait; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 120;
  transform: translate(-50%, 12px);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
  max-width: min(520px, calc(100vw - 28px));
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--text);
  color: #fff;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.cookie-banner {
  position: fixed;
  left: clamp(14px, 4vw, 42px);
  bottom: 18px;
  z-index: 115;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(720px, calc(100vw - 28px));
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow);
}
.cookie-banner.hidden { display: none; }
.cookie-banner p { margin: 0; color: var(--muted); line-height: 1.45; font-size: 14px; }
.cookie-banner button {
  flex: 0 0 auto;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  padding: 0 16px;
  background: var(--text);
  color: #fff;
  font-weight: 800;
}

.promo-trigger-wrap {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 112;
  width: 104px;
  height: 104px;
}
.promo-trigger-wrap.hidden { display: none; }
.promo-trigger {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 24%, rgba(255,255,255,.36), transparent 30%),
    linear-gradient(145deg, #f6a526 0%, #db2b1f 58%, #a91610 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(219,43,31,.34), 0 0 0 0 rgba(219,43,31,.26);
  transform-origin: 50% 92%;
  animation: promo-wobble 2.8s ease-in-out infinite, promo-pulse 1.65s ease-out infinite;
}
.promo-trigger-close {
  display: none;
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--charcoal);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}
.promo-trigger::before {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(219,43,31,.32);
  border-radius: inherit;
}
.promo-trigger span,
.promo-trigger b,
.promo-trigger small {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.promo-trigger span {
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.promo-trigger b {
  margin-top: -4px;
  font-size: 28px;
  font-weight: 950;
}
.promo-trigger small {
  margin-top: -4px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}
.promo-trigger:hover {
  color: #fff;
  transform: translateY(-2px) rotate(0deg) scale(1.04);
}
@keyframes promo-wobble {
  0%, 100% { transform: rotate(-3deg); }
  45% { transform: rotate(4deg); }
  70% { transform: rotate(-1deg); }
}
@keyframes promo-pulse {
  0% { box-shadow: 0 18px 44px rgba(219,43,31,.34), 0 0 0 0 rgba(219,43,31,.30); }
  100% { box-shadow: 0 18px 44px rgba(219,43,31,.34), 0 0 0 18px rgba(219,43,31,0); }
}

.mobile-tray { display: none; }

.policy-page {
  min-height: 100vh;
  padding: clamp(18px, 4vw, 48px);
}
.policy-card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.policy-brand { margin-bottom: 26px; }
.policy-card h1 { margin: 0 0 18px; font-size: clamp(30px, 5vw, 52px); line-height: 1; }
.policy-card h2 { margin: 24px 0 8px; }
.policy-card p { color: var(--muted); line-height: 1.65; }
.policy-card .primary { margin-top: 12px; }

.exit-pop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,.46);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.exit-pop.open { opacity: 1; pointer-events: auto; }
.exit-card {
  position: relative;
  width: min(520px, 100%);
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.exit-card h2 { margin-bottom: 10px; }
.exit-card p:not(.eyebrow) { color: var(--muted); line-height: 1.5; }
.exit-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-weight: 900;
}

.success-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 18px;
}
.success-card {
  width: min(520px, 100%);
  text-align: center;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.success-card img { width: 110px; height: 110px; object-fit: cover; border-radius: 14px; }
.success-card h1 { font-size: 40px; margin: 18px 0 10px; }
.success-card p { color: var(--muted); line-height: 1.5; }

@media (min-width: 1400px) {
  .products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .main-nav { display: none; }
  .phone { display: block; font-size: 14px; }
  .hero-shop { grid-template-columns: 1fr; }
  .hero-promo-slider { max-width: 760px; }
  .conversion-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .conversion-strip div:first-child,
  .conversion-strip div:last-child { border-radius: 0; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-section { grid-template-columns: 1fr; margin-inline: clamp(14px, 4vw, 48px); }
}

@media (max-width: 720px) {
  body { padding-bottom: 82px; }
  .site-header {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding-inline: 10px;
  }
  .brand img { width: 42px; height: 42px; }
  .brand b { font-size: 16px; }
  .brand small { display: none; }
  .phone {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 900;
  }
  .site-header .cart-button { display: none; }
  .hero-shop { padding-top: 18px; }
  h1 { font-size: clamp(38px, 12vw, 56px); }
  .order-steps { grid-template-columns: 1fr; }
  .order-steps div { min-height: 58px; }
  .promo-banners { min-height: 220px; border-radius: 8px; }
  .promo-banner { min-height: 220px; padding: 16px; }
  .promo-banner b { font-size: 28px; }
  .conversion-strip {
    grid-template-columns: 1fr;
    padding-bottom: 18px;
  }
  .conversion-strip div { min-height: 78px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .category-panel {
    top: 64px;
    display: flex;
    overflow-x: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .category-panel button {
    flex: 0 0 auto;
    width: auto;
    min-height: 38px;
    border-radius: 999px;
    white-space: normal;
    line-height: 1.15;
    padding: 7px 11px;
  }
  .section-head { display: grid; align-items: start; }
  .section { padding-top: 34px; padding-bottom: 34px; }
  .contact-section,
  .contact-section.section {
    margin-inline: 10px;
    padding: 14px;
  }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product { min-height: 310px; border-radius: 8px; }
  .product-body { padding: 10px; }
  .product h4 { font-size: 14px; }
  .weight { font-size: 11px; margin-bottom: 6px; }
  .product p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
  }
  .product-foot { padding-top: 10px; }
  .price { font-size: 17px; }
  .add {
    width: 100%;
    min-height: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 12px;
  }
  .qty-control { grid-template-columns: 36px 1fr 36px; min-height: 38px; }
  .qty-control button { height: 38px; font-size: 20px; }
  .cart-items { max-height: 42vh; }
  .zones-list { grid-template-columns: 1fr; }
  .zone dl { grid-template-columns: 1fr; }
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 82px;
    width: auto;
    display: grid;
    gap: 10px;
    padding: 12px;
  }
  .cookie-banner.hidden { display: none; }
  .cookie-banner button { width: 100%; }
  .promo-trigger-wrap {
    right: 12px;
    bottom: 92px;
    width: 82px;
    height: 82px;
  }
  .promo-trigger {
    width: 82px;
    height: 82px;
    border-width: 2px;
  }
  .promo-trigger-close { display: grid; place-items: center; }
  .promo-trigger span { font-size: 10px; }
  .promo-trigger b { font-size: 22px; }
  .promo-trigger small { font-size: 12px; }
  .mobile-tray {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 248, 241, .96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }
  .mobile-tray a, .mobile-tray button {
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 900;
  }
  .mobile-tray__phone {
    background: var(--text);
    color: #fff;
  }
  .mobile-tray__cart {
    background: var(--red);
    color: #fff;
  }
  .mobile-tray__cart.is-empty {
    background: #b9aaa2;
  }
  .mobile-tray__cart.bump {
    animation: tray-bump .22s ease;
  }
  @keyframes tray-bump {
    50% { transform: scale(1.05); }
  }
  .mobile-tray__cart b {
    display: grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--red);
    font-size: 12px;
  }
}
