:root {
  --wine: #6e1a28;
  --wine-deep: #3d0e16;
  --gold: #c6a36a;
  --gold-2: #e8d5a3;
  --ink: #1c1410;
  --ink-soft: #3a2e27;
  --cream: #f7f1e8;
  --paper: #fffdf8;
  --sand: #efe6d6;
  --line: rgba(28, 20, 16, .12);
  --muted: #7a6c60;
  --ok: #2f6b4f;
  --wa: #25d366;
  --shadow: 0 18px 40px rgba(61, 14, 22, .1);
  --radius: 20px;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --header: 72px;
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}
::selection { background: var(--wine); color: #fff; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1100px 480px at 88% -8%, rgba(198,163,106,.22), transparent 55%),
    radial-gradient(800px 420px at -10% 18%, rgba(110,26,40,.07), transparent 50%),
    var(--cream);
  line-height: 1.6;
  overflow-x: clip;
  max-width: 100%;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1140px, calc(100% - 32px)); margin-inline: auto; }
.ico { display: inline-block; vertical-align: -3px; flex-shrink: 0; }
.logo-mark { display: block; flex-shrink: 0; }

.topbar {
  background: var(--wine-deep);
  color: var(--gold-2);
  font-size: 13px;
}
.topbar-row {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.topbar-links, .topbar-links a, .topbar-links > span, .topbar-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar-sep {
  width: 1px;
  height: 12px;
  background: rgba(232, 213, 163, .3);
  margin: 0 8px;
}
.topbar-wa { font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 252, 247, .9);
  border-bottom: 1px solid rgba(198, 163, 106, .22);
  box-shadow: 0 10px 30px rgba(28, 20, 16, .04);
}
.header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "brand nav actions";
  align-items: center;
  gap: 16px;
  min-height: var(--header);
}
.brand { grid-area: brand; }
.nav {
  grid-area: nav;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2px;
  min-width: 0;
}
.header-actions { grid-area: actions; }
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.brand-text strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.1;
}
.brand-text small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.nav a {
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  white-space: nowrap;
}
.nav a:hover, .nav a.is-active {
  background: var(--sand);
  color: var(--wine);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
}
.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line);
  position: relative;
  color: var(--ink);
}
.cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  background: var(--wine);
  color: #fff;
  border-radius: 99px;
  min-width: 18px;
  height: 18px;
  font-size: 11px;
  display: grid;
  place-items: center;
  padding: 0 4px;
}
.btn {
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-wine { background: var(--wine); color: #fff; box-shadow: 0 8px 18px rgba(110,26,40,.22); }
.btn-gold { background: var(--gold); color: var(--wine-deep); }
.btn-ghost { background: rgba(255,255,255,.6); border: 1px solid var(--line); color: var(--ink); }
@media (hover: hover) {
  .btn:hover { transform: translateY(-2px); }
  .btn-wine:hover { box-shadow: 0 12px 24px rgba(110,26,40,.28); }
}
.menu-toggle { display: none; }
.menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: block; }
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(28, 20, 16, .4);
  z-index: 40;
}
.nav-backdrop.is-open { display: block; }

.hero { padding: 42px 0 18px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 40px;
  align-items: center;
}
.hero-grid > * { min-width: 0; }
.kicker {
  color: var(--wine);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
h1, h2, h3, .display {
  font-family: var(--display);
  letter-spacing: -.03em;
  line-height: 1.12;
}
.hero h1 { font-size: clamp(34px, 5.2vw, 62px); margin: 12px 0 16px; font-weight: 560; }
.lead { font-size: 17px; color: var(--ink-soft); max-width: 48ch; }
.hero-cta { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0; }
.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
}

.compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(198, 163, 106, .35);
  border-radius: 32px;
  padding: 10px;
  box-shadow: var(--shadow);
  position: relative;
}
.compare figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ddd;
}
.compare img { width: 100%; height: 380px; object-fit: cover; }
.compare .is-result { outline: 2px solid var(--gold); outline-offset: -2px; }
.compare figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(28,20,16,.78);
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .02em;
  backdrop-filter: blur(6px);
}
.arrow {
  width: 52px;
  height: 52px;
  margin: 0 -18px;
  z-index: 2;
  border-radius: 50%;
  background: var(--wine);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  box-shadow: 0 12px 28px rgba(110,26,40,.32);
}
.arrow .ico { display: block; }

.wrap { min-width: 0; max-width: 100%; }
.snap {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 8px;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 18px;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
  cursor: default;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.snap.is-scrollable { cursor: grab; }
.snap::-webkit-scrollbar { height: 8px; }
.snap::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 99px;
}
.snap.is-dragging { cursor: grabbing; user-select: none; }
.snap.is-dragging a,
.snap.is-dragging button { pointer-events: none; }
.snap > * { scroll-snap-align: start; flex-shrink: 0; min-width: 0; }

.snap-trust {
  padding: 8px 2px 28px;
}
.snap-trust article {
  flex: 0 0 min(72vw, 260px);
}
.trust article,
.snap-trust article {
  background: rgba(255,253,248,.86);
  border: 1px solid rgba(198, 163, 106, .22);
  border-radius: var(--radius);
  padding: 18px;
}
.trust .ico-wrap,
.snap-trust .ico-wrap {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8efe3, #f0e0cc);
  color: var(--wine);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}
.trust b, .snap-trust b { display: block; }
.trust span, .snap-trust span { color: var(--muted); font-size: 13px; }

.section { padding: 36px 0 64px; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 22px;
}
.section-head h2 { font-size: clamp(26px, 4vw, 42px); margin: 6px 0 0; }
.grid-4, .grid-3, .grid-2, .cards-grid { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3, .cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-4 > *, .grid-3 > *, .grid-2 > *, .cards-grid > * { min-width: 0; }
.snap.ba-thumbs { min-width: 0; }

.card {
  background: #fff;
  border: 1px solid rgba(198, 163, 106, .2);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(28,20,16,.05);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
@media (hover: hover) {
  .card:hover { transform: translateY(-6px); box-shadow: 0 22px 40px rgba(61,14,22,.1); }
  .card:hover .thumb img { transform: scale(1.06); }
}
.card .thumb { height: 250px; background: var(--sand); position: relative; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.card .body .btn { width: 100%; margin-top: auto; }
.card .meta { color: var(--muted); font-size: 13px; }
.card h3 { margin: 6px 0 0; font-size: 22px; }
.card .body p { color: var(--ink-soft); margin: 8px 0 14px; }
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: rgba(28, 20, 16, .78);
  color: #fff;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  width: fit-content;
  backdrop-filter: blur(8px);
}

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 14px; }
.step {
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 40%),
    var(--wine-deep);
  color: #f6efe4;
  position: relative;
  overflow: hidden;
  min-height: 210px;
  min-width: 0;
  overflow-wrap: break-word;
}
.step-no {
  position: absolute;
  right: 14px;
  top: 8px;
  font-family: var(--display);
  font-size: 42px;
  color: rgba(232, 213, 163, .22);
  line-height: 1;
}
.step .ico-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--wine-deep);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: #d9cbb8; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 200px;
  gap: 12px;
}
.gallery-grid a:first-child { grid-row: 1 / span 2; }
.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  position: relative;
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid a:hover img { transform: scale(1.05); }
.gallery-grid a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(28,20,16,.72));
}
.gallery-grid span {
  position: absolute;
  inset: auto 14px 14px 14px;
  color: #fff;
  font-family: var(--display);
  font-size: 22px;
  z-index: 1;
}

.faq details {
  background: #fff;
  border: 1px solid rgba(198, 163, 106, .2);
  border-radius: 16px;
  padding: 4px 18px;
  margin-bottom: 10px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after {
  content: "+";
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
.faq details[open] summary:after { content: "–"; }
.faq p { color: var(--ink-soft); margin: 0 0 14px; }

.cta-band {
  background:
    linear-gradient(120deg, rgba(28, 14, 16, .72), rgba(110,26,40,.42)),
    url("../img/banner-ev.png") center/cover;
  border-radius: 32px;
  padding: 48px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: var(--shadow);
}
.cta-band h2 { margin: 0 0 8px; font-size: clamp(26px, 4vw, 38px); }
.cta-band p { margin: 0; }

.site-footer {
  background: var(--ink);
  color: #efe7dc;
  padding: 44px 0 20px;
  margin-top: 12px;
}
.foot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 24px;
}
.foot-grid > * { min-width: 0; }
.foot-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.foot-brand strong { font-family: var(--display); font-size: 22px; }
.site-footer h3 { font-size: 16px; margin: 0 0 12px; }
.site-footer a, .site-footer p {
  color: #d9cbb8;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  overflow-wrap: break-word;
  min-width: 0;
}
.legal {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 28px;
  padding-top: 14px;
  font-size: 13px;
  color: #b8a894;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.news { display: flex; gap: 8px; }
.news input, .field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
}
.news button { white-space: nowrap; }

.wa-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(37,211,102,.4);
  z-index: 45;
}
.wa-float .ico { display: block; }

.stars { display: inline-flex; gap: 2px; align-items: center; color: #d4c4b0; }
.stars .ico.is-on { color: var(--gold); fill: currentColor; }
.rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 8px 0 14px;
  color: var(--ink-soft);
  font-size: 14px;
}
.rating-line strong { color: var(--ink); }

.btn-wa {
  background: #fff;
  color: #128c4a;
  border: 1px solid rgba(37, 211, 102, .45);
}
.btn-stack { margin-top: auto; display: grid; gap: 8px; }
.card .body .btn-stack .btn { margin-top: 0; width: 100%; }

.ba-section { padding-top: 8px; }
.ba-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 36px;
  align-items: center;
}
.ba-layout > * { min-width: 0; }
.ba-wrap { min-width: 0; max-width: 100%; }
.ba {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 1;
  user-select: none;
  background: #1c1410;
  box-shadow: var(--shadow);
  border: 1px solid rgba(198, 163, 106, .28);
  container-type: size;
}
.ba img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  max-width: none;
}
.ba-overlay {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--pos, 52%);
  overflow: hidden;
}
.ba-overlay img {
  width: 100cqw;
  height: 100cqh;
  max-width: none;
  object-fit: cover;
}
.ba-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 52%);
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(28, 20, 16, .2);
}
.ba-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: var(--wine);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  font-weight: 800;
  letter-spacing: -1px;
  box-shadow: 0 10px 24px rgba(28, 20, 16, .28);
}
.ba input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.01;
  cursor: ew-resize;
  z-index: 5;
  appearance: none;
  background: transparent;
}
.ba-tag {
  position: absolute;
  bottom: 14px;
  z-index: 4;
  background: rgba(28, 20, 16, .72);
  color: #fff;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  pointer-events: none;
}
.ba-tag-l { left: 14px; }
.ba-tag-r { right: 14px; }
.ba-caption {
  text-align: center;
  font-family: var(--display);
  font-size: 22px;
  margin: 14px 0 10px;
}
.ba-thumbs {
  display: flex;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.ba-thumbs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}
.ba-thumbs button.is-on {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(198, 163, 106, .35);
}
.ba-thumbs button { flex: 0 0 132px; }
.ba-thumbs img { width: 100%; height: 86px; object-fit: cover; }
.ba-thumbs span {
  display: block;
  padding: 8px 10px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
}

.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 16px;
}
.review {
  background: #fff;
  border: 1px solid rgba(198, 163, 106, .22);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(28, 20, 16, .04);
}
.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 10px;
}
.review p { margin: 0 0 14px; color: var(--ink-soft); }
.review strong { display: block; }
.review small { color: var(--muted); }

.legal-nav { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.legal-nav a { display: inline; margin: 0; color: inherit; }
.legal-doc { max-width: 820px; display: grid; gap: 12px; }
.legal-doc h2 { font-size: 22px; margin: 0 0 8px; }
.legal-doc p { margin: 0; color: var(--ink-soft); }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 8px; }
.legal-links a { color: var(--wine); font-weight: 700; }

.page-hero { padding: 40px 0 8px; }
.page-hero h1 { font-size: clamp(28px, 5vw, 50px); margin: 8px 0; }
.product-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: start; }
.product-hero .shot {
  border-radius: 28px;
  overflow: hidden;
  background: var(--sand);
  border: 1px solid rgba(198, 163, 106, .28);
  box-shadow: var(--shadow);
}
.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 8px;
}
.spec-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
}
.product-hero .shot img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; }
.checklist { padding: 0; list-style: none; }
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
}
.checklist .ico { color: var(--ok); margin-top: 2px; }

.form-card, .panel {
  background: #fff;
  border: 1px solid rgba(198, 163, 106, .22);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(28,20,16,.05);
}
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.drop {
  border: 1.5px dashed var(--gold);
  background: #fffaf1;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  color: var(--muted);
}
.alert { padding: 12px 14px; border-radius: 12px; margin-bottom: 14px; }
.alert-ok { background: #e8f6ee; color: var(--ok); }
.alert-err { background: #fdecef; color: var(--wine); }

.cart-list { display: grid; gap: 12px; }
.cart-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
}
.cart-item { display: flex; gap: 12px; align-items: center; min-width: 0; }
.cart-item img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; flex-shrink: 0; }
.cart-total { margin: 18px 0; font-size: 18px; }

.docs { display: grid; gap: 14px; }
.doc {
  background: var(--paper);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid var(--line);
}

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .topbar { display: none; }
  .header-row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand actions"
      "menu menu";
    gap: 8px;
  }
  .menu-toggle { display: grid; }
  .nav {
    display: none;
    grid-area: menu;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 4px 0 12px;
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: 14px 12px;
    font-size: 17px;
    border-radius: 12px;
  }
}

@media (max-width: 980px) {
  .hero-grid, .product-hero, .cta-band, .foot-grid, .grid-2, .ba-layout { grid-template-columns: 1fr; }
  .grid-3, .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compare {
    grid-template-columns: 1fr auto 1fr;
    justify-items: stretch;
  }
  .compare img { height: 210px; }
  .compare .arrow {
    transform: none;
    margin: 0 -16px;
    width: 40px;
    height: 40px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }
  .gallery-grid a:first-child { grid-row: auto; grid-column: 1 / -1; height: 220px; }
  .cta-band { padding: 24px; flex-direction: column; align-items: flex-start; }
  .hero-cta .btn, .product-hero .btn { width: 100%; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .news { flex-direction: column; }
  .cart-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 20px, 1140px); }
  .brand-text small { display: none; }
  .hero { padding-top: 18px; }
  .hero h1 { font-size: 30px; }
  .lead { font-size: 15px; }
  .grid-3, .cards-grid { grid-template-columns: 1fr; }
  .pills { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
  .pills::-webkit-scrollbar { display: none; }
  .pill { flex: 0 0 auto; }
  .compare img { height: 168px; }
  .snap-trust article { flex-basis: min(78vw, 260px); }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gallery-grid a:first-child { grid-column: auto; height: 200px; }
  .card .thumb { height: 260px; }
  .product-hero .shot img { aspect-ratio: 4 / 5; }
  .legal { flex-direction: column; }
  .wa-float { width: 52px; height: 52px; right: 12px; bottom: 12px; }
  .snap-steps .step {
    display: block;
    padding: 20px 18px 18px;
  }
  .snap-steps .step .ico-wrap { margin-bottom: 14px; }
}

/* Desktop / tablet: rows fit the wrap. Nothing hangs off-screen. */
@media (min-width: 801px) {
  .snap-trust,
  .snap-cards,
  .snap-reviews,
  .snap-steps {
    display: grid !important;
    overflow-x: hidden !important;
    overflow-y: visible;
    cursor: default;
    scroll-snap-type: none;
    touch-action: auto;
    padding-bottom: 8px;
    gap: 16px;
  }
  .snap-trust,
  .snap-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .snap-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .snap-reviews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .snap-trust > *,
  .snap-cards > *,
  .snap-reviews > *,
  .snap-steps > * {
    flex: none !important;
    width: auto !important;
    max-width: 100%;
    min-width: 0 !important;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .snap-trust,
  .snap-steps,
  .snap-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .snap-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Phone: horizontal rails that actually scroll */
@media (max-width: 800px) {
  .snap-trust,
  .snap-cards,
  .snap-reviews,
  .snap-steps {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    cursor: grab;
  }
  .snap-cards > .card { flex: 0 0 min(78vw, 300px); }
  .snap-cards .card .thumb { height: 210px; }
  .snap-reviews > .review { flex: 0 0 min(84vw, 340px); }
  .snap-steps > .step { flex: 0 0 min(78vw, 260px); min-height: 200px; }
  .snap-trust article { flex: 0 0 min(78vw, 260px); }
}
