/* Destaque inicial com a foto real da loja. */
.hero {
  background:
    linear-gradient(90deg, rgba(49, 12, 25, .93) 0%, rgba(65, 17, 33, .82) 36%, rgba(50, 17, 28, .19) 72%),
    url("cris_loja.jpg") center / cover;
}

.hero .eyebrow { color: #efbec3; }
.hero h1 { color: #fff; }
.hero p { color: #f0dfe1; }
.hero .trust-row { color: #ead8dc; }
.topbar { justify-content: flex-start; gap: clamp(30px, 8vw, 120px); }
.topbar nav { margin-left: auto; }
.store-detail img { object-position: 62% center; }

@media (max-width: 560px) {
  body { overflow-x: hidden; }

  .topbar {
    height: 78px;
    padding: 0 20px;
    justify-content: center;
    gap: 0;
  }

  .topbar .brand {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: center;
  }

  .topbar .brand img {
    width: 172px;
    height: 58px;
    object-fit: contain;
  }

  .hero {
    min-height: 645px;
    padding: 72px 24px 60px;
    align-items: flex-end;
    background:
      linear-gradient(180deg, rgba(36, 11, 20, .12) 0%, rgba(42, 11, 22, .36) 38%, rgba(44, 10, 22, .96) 82%),
      url("cris_loja.jpg") 52% center / cover;
  }

  .hero-content { max-width: 100%; }
  .hero .eyebrow { margin-bottom: 12px; font-size: 10px; }
  .hero h1 { max-width: 340px; margin-bottom: 14px; font-size: 42px; line-height: 1.04; }
  .hero p { margin: 0; font-size: 15px; line-height: 1.6; }
  .hero-actions { margin: 24px 0 20px; }
  .hero-actions .button { width: 100%; padding: 16px 20px; }
  .hero .trust-row { gap: 5px; font-size: 11px; }

  .benefits { margin: 0 16px; transform: translateY(-1px); box-shadow: 0 14px 35px rgba(65, 17, 33, .12); }
  .benefits article { min-height: 76px; padding: 17px 20px; gap: 15px; }
  .benefit-icon { width: 24px; text-align: center; font-size: 24px; }
  .benefits strong { font-size: 14px; }
  .benefits small { font-size: 11px; }

  .section { padding: 72px 18px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .section-heading h2 { font-size: 37px; line-height: 1.08; }
  .section-heading p { margin-top: 16px; font-size: 14px; }

  .filters { margin: 0 -18px 24px; padding: 0 18px 9px; gap: 8px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { padding: 10px 16px; }

  .product-grid { gap: 17px; }
  .product-card { border-radius: 7px; box-shadow: 0 8px 25px rgba(82, 36, 45, .08); }
  .product-card img { height: 390px; object-position: center 38%; }
  .product-card div { padding: 17px 19px 19px; }
  .product-card h3 { margin: 5px 0 0; font-size: 24px; }
  .outline-button { width: 100%; margin-top: 25px; }

  .store { gap: 38px; }
  .store-photo img { min-height: 310px; border-radius: 7px; }
  .store-photo span { right: 12px; bottom: -19px; max-width: 230px; padding: 14px 17px; font-size: 15px; }
  .store-copy h2 { font-size: 38px; }
  .store-copy p { font-size: 14px; line-height: 1.7; }
  blockquote { margin: 22px 0; padding: 15px 0 15px 18px; font-size: 18px; }

  .contact-grid article { padding: 26px 4px; }
  .contact-grid h3 { margin-bottom: 8px; }
  .contact-grid p { min-height: 0; margin-bottom: 4px; overflow-wrap: anywhere; }

  footer { gap: 22px; }
  footer img { width: 190px; }
  .social { justify-content: center; }

  .whatsapp-float { right: 18px; bottom: 18px; width: 56px; height: 56px; }
}
