﻿:root {
  --bg: #15060b;
  --bg-soft: #200a12;
  --surface: rgba(41, 14, 24, 0.84);
  --surface-strong: rgba(58, 18, 31, 0.94);
  --surface-light: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.1);
  --text: #fff6f8;
  --muted: #d9b7c1;
  --accent: #ff456d;
  --accent-strong: #ff1f55;
  --accent-warm: #ffae57;
  --accent-soft: #ffd7a5;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.32);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shell: min(1180px, calc(100vw - 32px));
  --font-body: "Manrope", sans-serif;
  --font-heading: "Plus Jakarta Sans", "Manrope", sans-serif;
  --hero-banner-width: clamp(220px, 28vw, 300px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 112, 146, 0.2), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(255, 174, 87, 0.18), transparent 28%),
    linear-gradient(180deg, #12050a 0%, #15060b 45%, #220a13 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

button,
a,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

#catalogo,
#como-funciona,
#localizacao {
  scroll-margin-top: 132px;
}

.background-orb {
  position: fixed;
  z-index: -1;
  inline-size: 26rem;
  block-size: 26rem;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.42;
  pointer-events: none;
}

.background-orb--left {
  top: -10rem;
  left: -8rem;
  background: radial-gradient(circle, rgba(255, 91, 126, 0.34) 0%, rgba(255, 91, 126, 0) 72%);
}

.background-orb--right {
  top: 16rem;
  right: -12rem;
  background: radial-gradient(circle, rgba(255, 174, 87, 0.28) 0%, rgba(255, 174, 87, 0) 72%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(14, 4, 9, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand__logo {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.brand__copy {
  display: grid;
  gap: 4px;
}

.brand__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.brand__copy strong {
  max-width: 22ch;
  font-size: 0.98rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
}

.site-nav a {
  position: relative;
  font-size: 0.95rem;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm));
  transition: transform 180ms ease;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--header,
.button--primary {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent), var(--accent-warm));
  color: #17060a;
  box-shadow: 0 18px 40px rgba(255, 69, 109, 0.24);
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.14);
  background: transparent;
  color: var(--text);
}

.button--full {
  width: 100%;
}

.hero,
.promo-strip,
.spotlight,
.catalog,
.steps,
.location,
.about {
  padding-block: 42px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  padding-top: 52px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.spotlight__copy h2,
.location__content h2,
.about-banner h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: 11ch;
}

.hero__lead {
  margin: 22px 0 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.hero__badges li,
.spotlight__chips span,
.location__pillbox span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.92rem;
}

.hero__visual {
  position: relative;
  min-height: clamp(500px, 52vw, 620px);
}

.hero-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.hero-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(20, 6, 11, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-card__image {
  width: 100%;
  height: 100%;
  min-height: clamp(500px, 52vw, 620px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-banner {
  position: absolute;
  display: grid;
  gap: 10px;
  width: var(--hero-banner-width);
  max-width: var(--hero-banner-width);
  padding: clamp(16px, 2vw, 22px);
  border-radius: 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-banner__tag {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.hero-banner strong {
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.3;
}

.hero-banner--hot {
  top: clamp(16px, 2vw, 34px);
  right: 14px;
  background: linear-gradient(135deg, rgba(255, 69, 109, 0.9), rgba(255, 174, 87, 0.72));
  color: #17060a;
}

.hero-banner--trust {
  right: 14px;
  bottom: 16px;
  background: rgba(18, 6, 11, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.promo-card,
.step-card,
.about-card,
.order-panel,
.location__card,
.about-banner {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.promo-card,
.step-card,
.about-card {
  padding: 26px;
  border-radius: var(--radius-md);
}

.promo-card__icon,
.step-card__number {
  display: inline-grid;
  place-items: center;
  inline-size: 48px;
  block-size: 48px;
  border-radius: 14px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(255, 69, 109, 0.2), rgba(255, 174, 87, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.promo-card h2,
.step-card h3,
.order-panel h3,
.location__panel h3,
.about-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
}

.promo-card p,
.step-card p,
.location__content p,
.about-card p,
.about-banner p {
  margin: 0;
  color: var(--muted);
}

.spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 30px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 69, 109, 0.2), rgba(255, 174, 87, 0.12)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight__copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 18ch;
}

.spotlight__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  max-width: 12ch;
}

.section-heading p:last-child {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
}

.section-heading--center {
  justify-items: center;
  text-align: center;
}

.section-heading--center h2 {
  max-width: 14ch;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 174, 87, 0.55);
  color: var(--text);
}

.filter-chip.is-active {
  color: #17060a;
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent-warm), var(--accent));
}

.products-empty {
  margin: 0;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
}
.catalog__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 24px;
  align-items: start;
}

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

.product-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.product-card:hover,
.product-card.is-selected {
  transform: translateY(-6px);
  border-color: rgba(255, 177, 123, 0.45);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.product-card__media {
  position: relative;
  min-height: 270px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.94));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product-card__image {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  padding: 16px;
}
.product-card__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 6, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 700;
}

.product-card__body {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--accent-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-card__body h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.4rem;
}

.product-card__body p {
  margin: 0;
  color: var(--muted);
}

.product-card__action.is-active {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #17060a;
  border-color: transparent;
}

.order-panel {
  position: sticky;
  top: 108px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.order-panel__eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: var(--accent-soft);
}

.order-panel__intro {
  margin: 0 0 18px;
  color: var(--muted);
}

.order-panel__list {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.order-panel__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.order-panel__empty {
  color: var(--muted);
}

.order-panel__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 34px;
  block-size: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: var(--text);
}

.order-panel__footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.order-panel__footer > div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.order-panel__label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-soft);
}

.order-panel__hint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.location__card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  padding: 30px;
  border-radius: var(--radius-lg);
}

.info-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.info-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.info-list a {
  color: var(--accent-soft);
}

.location__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.location__visual {
  display: grid;
  gap: 18px;
}

.location__panel {
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 69, 109, 0.3), rgba(255, 174, 87, 0.14)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.location__map-wrap {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 6, 11, 0.7);
  min-height: 280px;
  box-shadow: var(--shadow);
}

.location__map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}
.location__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 58px;
  block-size: 58px;
  border-radius: 20px;
  margin-bottom: 22px;
  background: rgba(20, 6, 11, 0.7);
  font-family: var(--font-heading);
  font-size: 1.15rem;
}

.location__pillbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.about-banner {
  padding: 34px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 69, 109, 0.16), rgba(255, 255, 255, 0.04)),
    url("imagem do catalogo.jpeg");
  background-position: center;
  background-size: cover;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-banner h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  max-width: 11ch;
}

.about-banner p:last-child {
  max-width: 54ch;
}

.about-stack {
  display: grid;
  gap: 18px;
}

.site-footer {
  padding: 18px 0 42px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__inner p {
  margin: 6px 0 0;
  color: var(--muted);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: var(--muted);
}

.site-footer__credits {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.site-footer__credits p {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer__credits a {
  color: var(--accent-soft);
  font-weight: 700;
}

.site-footer__credits a:hover,
.site-footer__credits a:focus-visible {
  color: #ffe8c5;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px 14px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #11d562, #1ee07c);
  color: #082112;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(17, 213, 98, 0.35);
}

.floating-whatsapp__icon {
  display: inline-grid;
  place-items: center;
  inline-size: 40px;
  block-size: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 30;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(15, 5, 9, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  transition: opacity 200ms ease, transform 200ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 1120px) {
  .site-header__inner {
    min-height: auto;
    padding-block: 14px;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .catalog__layout,
  .location__card,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: auto;
    max-width: 720px;
    margin-inline: auto;
  }

  .hero-card__image {
    min-height: 520px;
  }

  .hero-banner--hot {
    right: 16px;
    top: 16px;
  }

  .hero-banner--trust {
    right: 16px;
    bottom: 16px;
  }

  .order-panel {
    position: static;
  }

  .products-grid,
  .promo-strip,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .spotlight__chips {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 22px, 100%);
  }

  #catalogo,
  #como-funciona,
  #localizacao {
    scroll-margin-top: 230px;
  }

  .hero,
  .promo-strip,
  .spotlight,
  .catalog,
  .steps,
  .location,
  .about {
    padding-block: 28px;
  }

  .site-header {
    backdrop-filter: blur(14px);
  }

  .site-header__inner {
    justify-content: center;
    gap: 12px;
    padding-block: 12px;
  }

  .brand {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  .brand__logo {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .brand__copy strong {
    font-size: 0.9rem;
  }

  .site-nav {
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .button--header {
    width: 100%;
    min-height: 48px;
  }

  .hero {
    padding-top: 18px;
    gap: 20px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.4vw, 2.5rem);
    letter-spacing: -0.01em;
  }

  .hero__lead {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero__actions {
    margin-top: 20px;
    gap: 10px;
  }

  .hero__badges {
    margin-top: 16px;
    gap: 8px;
  }

  .hero__badges li {
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .hero__visual {
    display: grid;
    gap: 12px;
  }

  .hero-card {
    border-radius: 20px;
  }

  .hero-card__badge {
    top: 12px;
    left: 12px;
    padding: 8px 10px;
    font-size: 0.72rem;
  }

  .hero-card__image {
    min-height: 300px;
    aspect-ratio: 1 / 1.02;
  }

  .hero-banner {
    position: static;
    width: 100%;
    max-width: none;
    border-radius: 18px;
  }

  .hero-banner strong {
    font-size: 0.92rem;
  }

  .promo-strip,
  .products-grid,
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .promo-card,
  .step-card,
  .about-card,
  .order-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .spotlight,
  .location__card,
  .about-banner {
    padding: 20px;
    border-radius: 22px;
  }

  .spotlight__copy h2 {
    font-size: clamp(1.6rem, 7vw, 2.15rem);
  }

  .section-heading {
    margin-bottom: 20px;
    gap: 8px;
  }

  .section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    max-width: 100%;
  }

  .catalog-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

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

  .filter-chip {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .product-card__media {
    min-height: 220px;
  }

  .product-card__body {
    padding: 16px;
    gap: 12px;
  }

  .product-card__body h3 {
    font-size: 1.18rem;
  }

  .product-card__meta {
    font-size: 0.72rem;
  }

  .order-panel__footer {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  .order-panel__footer > div {
    padding: 12px 14px;
  }

  .location__actions,
  .hero__actions {
    flex-direction: column;
  }

  .location__actions .button,
  .hero__actions .button {
    width: 100%;
  }
  .location__map-wrap {
    min-height: 220px;
    border-radius: 18px;
  }

  .location__map {
    min-height: 220px;
  }

  .about-banner {
    min-height: 300px;
  }

  .floating-whatsapp {
    right: 10px;
    left: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    justify-content: center;
    min-height: 54px;
    padding: 12px 16px;
  }

  .floating-whatsapp__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .toast {
    bottom: calc(78px + env(safe-area-inset-bottom));
    font-size: 0.86rem;
    max-width: calc(100vw - 24px);
    text-align: center;
  }

  .site-footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .site-footer__links {
    justify-content: center;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(1.7rem, 8.8vw, 2.1rem);
  }

  .hero__lead {
    font-size: 0.93rem;
  }

  .brand__copy strong {
    font-size: 0.84rem;
  }

  .button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .hero__badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero__badges li {
    text-align: center;
  }

  .product-card__media {
    min-height: 200px;
  }

  .site-nav a {
    font-size: 0.88rem;
  }

  .floating-whatsapp__icon {
    inline-size: 34px;
    block-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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