:root {
  --ink: #151515;
  --muted: #6f6a62;
  --paper: #fbfaf6;
  --soft: #f0ebe3;
  --line: #ded6ca;
  --gold: #b4862d;
  --green: #12372f;
  --red: #9a2f2c;
  --shadow: 0 24px 70px rgba(21, 21, 21, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(21, 21, 21, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 21, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink);
  color: white;
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, padding 220ms ease;
}

.topbar.is-scrolled {
  background: rgba(251, 250, 246, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
  padding-block: 0.62rem;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: clamp(128px, 16vw, 190px);
  height: clamp(44px, 5vw, 58px);
  border-radius: var(--radius);
  object-fit: contain;
  background: #080808;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  color: var(--muted);
  font-size: 0.93rem;
}

.nav a {
  position: relative;
  padding: 0.4rem 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.top-action {
  white-space: nowrap;
}

.whatsapp,
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  padding: 0.78rem 1.05rem;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.whatsapp,
.btn-dark {
  background: var(--ink);
  color: #fff;
}

.btn-light {
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
}

.whatsapp:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(21, 21, 21, 0.16);
}

.menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  min-height: auto;
  max-width: calc(var(--max) + 6rem);
  margin: 0 auto;
  padding: 5.6rem clamp(1rem, 4vw, 3rem) 2.25rem;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.label {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.98;
  font-weight: 650;
}

h1 {
  font-size: clamp(3rem, 5.45vw, 5.7rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2.1rem, 4.8vw, 4.8rem);
}

.lead,
.section-head p,
.store-copy p,
.visit-card p {
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.65;
}

.hero .lead {
  max-width: 620px;
  margin-bottom: 0;
}

.actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.15rem;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.56);
}

.hero-product {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--soft);
  box-shadow: var(--shadow);
  align-self: center;
  justify-self: center;
  width: min(100%, 540px);
  max-height: calc(100vh - 8rem);
  aspect-ratio: 4 / 4.65;
  min-height: 0;
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms ease;
}

.hero-product:hover img {
  transform: scale(1.045);
}

.hero-product figcaption,
.product span {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 1;
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.88);
  color: var(--ink);
  padding: 0.5rem 0.72rem;
  font-weight: 850;
  font-size: 0.86rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.category-row,
.section,
.split-section,
.visit {
  max-width: calc(var(--max) + 6rem);
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.category-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.category-row article {
  min-height: 210px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.25rem;
}

.category-row span {
  color: var(--gold);
  font-weight: 900;
}

.category-row h2 {
  margin-top: 2.7rem;
  font-size: 1.5rem;
}

.category-row p {
  color: var(--muted);
  line-height: 1.55;
}

.section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.section-head {
  max-width: 720px;
  margin-bottom: 1.5rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.6rem 0 1.2rem;
}

.filters button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 0.58rem 1rem;
  cursor: pointer;
}

.filters button.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.product {
  position: relative;
  aspect-ratio: 4 / 5;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: var(--soft);
}

.product.is-hidden {
  display: none;
}

.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease, filter 450ms ease;
}

.product:hover img {
  transform: scale(1.055);
  filter: saturate(1.08);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(1.2rem, 4vw, 3.5rem);
  align-items: center;
  padding-block: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}

.store-photo {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.store-photo img {
  width: 100%;
  height: min(520px, 58vh);
  object-fit: cover;
}

.store-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.store-copy h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1;
  max-width: 10ch;
}

.store-copy ul {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.store-copy li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
}

.store-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.videos {
  border-top: 1px solid var(--line);
}

.video-shell {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
}

.video-grid {
  display: flex;
  gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0 0.65rem;
  scrollbar-width: none;
}

.video-grid::-webkit-scrollbar {
  display: none;
}

.video-card {
  position: relative;
  flex: 0 0 calc((100% - 1.8rem) / 3);
  scroll-snap-align: start;
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-card span {
  position: absolute;
  left: 0.7rem;
  bottom: 1.35rem;
  z-index: 1;
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.9);
  color: var(--ink);
  padding: 0.42rem 0.65rem;
  font-weight: 850;
  font-size: 0.78rem;
}

.video-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(21, 21, 21, 0.12);
}

.visit {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.visit-card {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(180, 134, 45, 0.12), transparent 46%),
    #fff;
  padding: clamp(1rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.visit-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
}

.visit-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  justify-content: stretch;
  margin: 0;
}

.visit-actions .btn {
  width: 100%;
}

.icon {
  width: 1.12em;
  height: 1.12em;
  flex: 0 0 auto;
  display: inline-block;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-whatsapp {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91a9.86 9.86 0 0 0-2.91-7.02Zm-7.01 15.25h-.01a8.2 8.2 0 0 1-4.18-1.14l-.3-.18-3.12.82.83-3.04-.2-.31a8.17 8.17 0 0 1-1.25-4.4c0-4.54 3.7-8.24 8.25-8.24a8.2 8.2 0 0 1 5.83 2.42 8.2 8.2 0 0 1 2.41 5.83c-.02 4.54-3.72 8.24-8.26 8.24Zm4.52-6.16c-.25-.12-1.47-.72-1.69-.81-.23-.08-.39-.12-.56.13-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.14-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.12-.14.17-.25.25-.42.08-.16.04-.31-.02-.43-.06-.12-.56-1.34-.76-1.84-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.23.25-.87.85-.87 2.07 0 1.22.89 2.4 1.01 2.56.12.17 1.75 2.67 4.24 3.74.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.67-1.18.21-.58.21-1.08.15-1.18-.06-.1-.23-.16-.48-.29Z'/%3E%3C/svg%3E");
}

.icon-phone {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.icon-map {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.icon-instagram {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6Zm9.65 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E");
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.mobile-dock {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(21, 21, 21, 0.86);
}

.lightbox[hidden] {
  display: none;
}

.lightbox button {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.lightbox img {
  position: relative;
  z-index: 1;
  max-width: min(920px, 94vw);
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1051px) and (max-height: 820px) {
  .topbar {
    padding-block: 0.48rem;
  }

  .brand img {
    width: 168px;
    height: 50px;
  }

  .hero {
    padding-top: 4.85rem;
    padding-bottom: 1.4rem;
    gap: clamp(1.25rem, 3.4vw, 3rem);
  }

  h1 {
    font-size: clamp(2.9rem, 4.8vw, 5.05rem);
    line-height: 0.96;
  }

  .hero .lead {
    font-size: 1rem;
    line-height: 1.45;
  }

  .actions {
    margin-top: 0.9rem;
  }

  .trust-strip {
    margin-top: 0.95rem;
  }

  .hero-product {
    width: min(100%, 500px);
    max-height: calc(100vh - 7rem);
  }

  .split-section {
    padding-block: 2.4rem;
    gap: clamp(1.2rem, 3vw, 2.4rem);
  }

  .store-photo img {
    height: min(460px, 54vh);
  }

  .store-copy {
    padding: 1.45rem;
  }

  .store-copy h2 {
    font-size: clamp(2.25rem, 3.4vw, 3.55rem);
    max-width: 12ch;
  }

  .store-copy p {
    line-height: 1.48;
  }

  .store-copy ul {
    margin-top: 1rem;
    gap: 0.45rem;
  }
}

@media (max-width: 1050px) {
  .hero,
  .split-section,
  .visit-card {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 12ch;
  }

  .hero-product {
    min-height: 0;
    width: min(100%, 520px);
    aspect-ratio: 4 / 5;
  }

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

  .visit-actions {
    justify-content: stretch;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .topbar {
    position: sticky;
    grid-template-columns: auto 1fr auto;
    min-height: 58px;
    padding: 0.45rem 0.85rem;
    background: rgba(251, 250, 246, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
  }

  .brand img {
    width: 126px;
    height: 40px;
    box-shadow: 0 8px 24px rgba(21, 21, 21, 0.13);
  }

  .top-action {
    display: none;
  }

  .nav {
    position: fixed;
    top: 58px;
    left: 0.85rem;
    right: 0.85rem;
    display: grid;
    justify-self: stretch;
    gap: 0;
    background: rgba(251, 250, 246, 0.96);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav a {
    padding: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .menu {
    display: block;
  }

  .top-action {
    justify-self: end;
    padding-inline: 0.78rem;
  }

  .hero {
    min-height: auto;
    padding: 1.15rem 0.85rem 2.5rem;
    gap: 1.1rem;
  }

  .hero-copy {
    display: grid;
  }

  .hero .label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.7rem;
   }

  .hero-copy .lead {
    margin-bottom: 0;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.25rem, 10.7vw, 3.25rem);
    line-height: 1.01;
  }

  .lead,
  .section-head p,
  .store-copy p,
  .visit-card p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .actions {
    display: none;
  }

  .trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 1rem;
  }

  .trust-strip span {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 0.45rem;
    text-align: center;
    font-size: 0.78rem;
  }

  .hero-product {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .category-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0 0.85rem 3.25rem;
  }

  .category-row article {
    min-height: 148px;
    padding: 0.95rem;
    border-radius: var(--radius);
  }

  .category-row h2 {
    margin-top: 1.35rem;
    font-size: 1.08rem;
  }

  .category-row p {
    font-size: 0.86rem;
    line-height: 1.45;
    margin-bottom: 0;
  }

  .section,
  .split-section,
  .visit {
    padding-inline: 0.85rem;
  }

  .section {
    padding-block: 3.25rem;
  }

  .section-head {
    margin-bottom: 1rem;
  }

  .filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .filters::-webkit-scrollbar {
    display: none;
  }

  .filters button {
    flex: 0 0 auto;
  }

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

  .product {
    aspect-ratio: 3 / 4;
  }

  .product span,
  .hero-product figcaption {
    left: 0.5rem;
    bottom: 0.5rem;
    max-width: calc(100% - 1rem);
    padding: 0.42rem 0.55rem;
    font-size: 0.74rem;
  }

  .split-section {
    gap: 1rem;
    padding-block: 3.25rem;
  }

  .store-photo img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .store-copy {
    padding: 1rem;
  }

  .video-shell {
    grid-template-columns: 1fr;
  }

  .video-arrow {
    display: none;
  }

  .video-grid {
    gap: 0.75rem;
    padding-bottom: 0.35rem;
  }

  .video-card {
    flex: 0 0 72vw;
  }

  .visit {
    padding-block: 3.25rem;
  }

  .visit-card {
    gap: 1rem;
    padding: 1rem;
  }

  .visit-card img {
    width: min(190px, 100%);
  }

  .visit-actions {
    display: none;
  }

  footer {
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .mobile-dock {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    padding: 0.55rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(251, 250, 246, 0.92);
    box-shadow: 0 18px 50px rgba(21, 21, 21, 0.22);
    backdrop-filter: blur(18px);
  }

  .mobile-dock a {
    display: grid;
    place-items: center;
    min-height: 46px;
    border-radius: var(--radius);
    font-weight: 900;
    background: var(--ink);
    color: #fff;
  }

  .mobile-dock a + a {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: clamp(2.7rem, 16vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 13vw, 3.2rem);
  }

}

@media (max-width: 380px) {
  .category-row,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }
}
