/* ==========================================================================
   LASHMENU — MODELO MOSAICO UNIFICADO (BASE ROSE + 100% SCOPED LUXURY)
   ========================================================================== */

/* ---------- 1. BASE MODELO MOSAICO ROSE ---------- */
/* ==========================================================================
   LASHMENU — MODELO MOSAICO ROSE (CSS PREMIUM COM EFEITO FUMAÇA ROSA CLARO)
   ========================================================================== */

/* ---------- Reset & Box-Sizing ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2cad5;
  font-family: 'Jost', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

/* ---------- Container Mobile App Container (Snap Wrapper) ---------- */
.mosaico-app {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: 100%;
  background: #f2cad5;
  /* Rosa Claro perceptível, delicado e acetinado */
  color: #24141a;
  /* Ameixa escura / Café profundo para altíssimo contraste */
  position: relative;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.container {
  width: 100%;
  padding: 0 20px;
}

.etiqueta {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: #a93259;
  /* Rosa Berry */
}

/* ---------- Entrance Animations & Stagger (Lento, Fluido & Sofisticado) ---------- */
.anim-fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.35s cubic-bezier(0.16, 1, 0.3, 1), transform 1.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.is-visible .anim-fade-up {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.10s;
}

.delay-2 {
  transition-delay: 0.22s;
}

.delay-3 {
  transition-delay: 0.34s;
}

.delay-4 {
  transition-delay: 0.46s;
}

.delay-5 {
  transition-delay: 0.58s;
}

.delay-6 {
  transition-delay: 0.70s;
}

/* Background Photo Subtle Zoom Effect (Todas as Telas com Foto) */
@keyframes heroKenBurns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

.hero__foto-wrap,
.secao-orientacoes__foto-wrap,
.secao-contato__foto-wrap {
  position: absolute;
  inset: -6%;
  overflow: hidden;
  will-change: transform;
}

.hero__foto,
.secao-orientacoes__foto,
.secao-contato__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06) brightness(0.97);
  animation: heroKenBurns 7s ease-in-out infinite alternate;
  will-change: transform;
}

.hero__foto {
  object-position: 65% 18%;
}

.secao-orientacoes__foto {
  object-position: 50% 30%;
}

.secao-contato__foto {
  object-position: center 20%;
}

/* ==========================================================================
   1. HERO SECTION (SNAP SCREEN 1 - FUMAÇA ROSA CLARO REAL)
   ========================================================================== */
.hero {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f2cad5;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hero__foto-wrap {
  position: absolute;
  inset: -4%;
  overflow: hidden;
}

.hero__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 18%;
  filter: saturate(1.08) contrast(1.06) brightness(0.97);
}

.hero__scrim {
  position: absolute;
  inset: 0;
  /* Gradiente esfumaçado rosa nítido com fusão perfeita no rodapé (Sem Blur / Foto 100% Nítida) */
  background: linear-gradient(180deg,
      rgba(242, 202, 213, 0.35) 0%,
      rgba(242, 202, 213, 0.12) 25%,
      rgba(242, 202, 213, 0.48) 55%,
      rgba(242, 202, 213, 0.88) 82%,
      #f2cad5 100%);
}

.hero__conteudo {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 44px 24px 16px;
}

.hero__selo {
  display: flex;
  justify-content: center;
}

.hero__selo span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: #a93259;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid rgba(169, 50, 89, 0.30);
  box-shadow: 0 2px 8px rgba(70, 25, 40, 0.08);
}

.hero__studio-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
  width: 100%;
}

.hero__studio-label {
  font-family: 'Italiana', 'Fraunces', Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.38em;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.hero__studio-divider {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
}

.hero__titulo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 12px;
}

.hero__titulo h1 {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 400;
  font-style: italic;
  color: #a93259;
  letter-spacing: -.01em;
}

.hero__titulo h1 em {
  font-style: italic;
  font-weight: 400;
  color: #a93259;
}

.hero__filete {
  width: 44px;
  height: 2px;
  background: #a93259;
}

.hero__frase {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #553d46;
  max-width: 340px;
}

.hero__frase-cilios {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 400;
  font-style: italic;
  color: #4a0d20;
  text-wrap: pretty;
}

.hero__frase-cilios em {
  font-style: italic;
  color: inherit;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin: 10px 0 18px;
  width: 100%;
}

.hero__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.40);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 10.5px;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, #a93259 0%, #c4426e 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(169, 50, 89, 0.40), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.22s ease;
}

.hero__chip:hover {
  background: linear-gradient(135deg, #b83a63 0%, #d8517c 100%);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
}

.hero__scroll-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #a93259;
  text-decoration: none;
}

.hero__scroll-cue span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #8c2545;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(169, 50, 89, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 9px 24px;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(169, 50, 89, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.25s ease;
  display: inline-block;
}

.hero__scroll-cue:hover span,
.hero__scroll-cue:active span {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(169, 50, 89, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(169, 50, 89, 0.2);
}

.hero__scroll-linha {
  width: 2px;
  height: 38px;
  background: linear-gradient(180deg, #a93259, transparent);
  animation: heroPulseLinha 2.2s infinite ease-in-out;
}

@keyframes heroPulseLinha {

  0%,
  100% {
    transform: scaleY(0.4);
    opacity: 0.3;
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: top;
  }
}

/* ==========================================================================
   2. SEÇÃO CATÁLOGO MOSAICO (SNAP SCREEN 2 - ROLAGEM LIVRE DENTRO DA SEÇÃO)
   ========================================================================== */
.secao-catalogo {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 50px 0 60px;
  background: #f2cad5;
  color: #24141a;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.secao-catalogo__header {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.secao-catalogo__titulo {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  color: #24141a;
}

.secao-catalogo__titulo em {
  font-style: italic;
  color: #a93259;
}

.secao-catalogo__sub {
  margin: 0;
  font-size: 13.5px;
  color: #553d46;
  line-height: 1.45;
}

/* ---------- Filtros em Chips Horizontais ---------- */
.mosaico__filtros {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

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

.filtro-chip {
  flex: none;
  padding: 8px 16px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6e5a62;
  background: #ffffff;
  border: 1px solid rgba(169, 50, 89, 0.20);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(70, 25, 40, 0.04);
  transition: all 0.25s ease;
}

.filtro-chip.is-ativo,
.filtro-chip:hover {
  color: #ffffff;
  background: #a93259;
  border-color: #a93259;
  box-shadow: 0 4px 14px rgba(169, 50, 89, 0.35);
}

.mosaico__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 4px;
}

.mosaico__contador {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #a93259;
  font-weight: 600;
}

/* ---------- Grid Mosaico Rose ---------- */
.mosaico__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  grid-auto-flow: dense;
}

/* Card do Mosaico (Tile) com efeito de surgimento fluido em profundidade (Lento & Leve) */
@keyframes tileRevealLuxury {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.93);
    filter: blur(8px);
  }

  50% {
    opacity: 0.85;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/* Shimmer shine effect overlay on entrance */
@keyframes tileShine {
  0% {
    transform: translateX(-100%) rotate(25deg);
    opacity: 0;
  }

  35% {
    opacity: 0.45;
  }

  100% {
    transform: translateX(220%) rotate(25deg);
    opacity: 0;
  }
}

.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #24141a;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 24px rgba(70, 25, 40, 0.12);
  aspect-ratio: 3 / 5.2;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.4s ease,
    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: left;
  opacity: 0;
  transform: translateY(45px) scale(0.93);
  will-change: transform, opacity, filter;
}

.tile.is-revealed {
  animation: tileRevealLuxury 1.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.tile::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg,
      transparent 35%,
      rgba(229, 130, 157, 0.25) 50%,
      transparent 65%);
  pointer-events: none;
  z-index: 4;
}

.tile.is-revealed::after {
  animation: tileShine 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: inherit;
}

.tile:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: #a93259;
  box-shadow: 0 16px 36px rgba(169, 50, 89, 0.28);
}

.tile--destaque {
  grid-column: span 1;
  aspect-ratio: 3 / 5.2;
}

.tile--tall {
  aspect-ratio: 3 / 5.2;
}

.tile__foto {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transition: transform 0.4s ease;
}

.tile:hover .tile__foto {
  transform: scale(1.04);
}

.tile__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 35%,
      rgba(36, 20, 26, 0.65) 65%,
      rgba(36, 20, 26, 0.95) 100%);
  pointer-events: none;
}

.tile__conteudo {
  position: relative;
  z-index: 2;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tile__cat {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #f6cfdb;
}

.tile__titulo {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  color: #ffffff;
}

.tile--destaque .tile__titulo {
  font-size: 18px;
}

.tile__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 11px;
}

.tile__preco {
  font-weight: 700;
  color: #f6cfdb;
}

.tile__duracao {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.tile__toque-cue {
  display: none;
}

/* ==========================================================================
   3. SEÇÃO ORIENTAÇÕES (SNAP SCREEN 3 - TELA CHEIA PADRÃO VITRINE)
   ========================================================================== */
.secao-orientacoes {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f2cad5;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.secao-orientacoes__foto-wrap {
  position: absolute;
  inset: -10%;
  overflow: hidden;
  will-change: transform;

}



.secao-orientacoes__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: saturate(1.08) contrast(1.06) brightness(0.97);
}

.secao-orientacoes__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(242, 202, 213, 0.92) 0%,
      rgba(242, 202, 213, 0.48) 35%,
      rgba(242, 202, 213, 0.96) 75%,
      #f2cad5 100%);
}

.secao-orientacoes__conteudo {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 24px 34px;
}

.secao-orientacoes__topo {
  display: flex;
  justify-content: center;
}

.secao-orientacoes__corpo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto 0;
}

.secao-orientacoes__titulo {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
  color: #24141a;
}

.secao-orientacoes__titulo em {
  font-style: italic;
  color: #a93259;
}

.orientacoes__card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(169, 50, 89, 0.20);
  border-radius: 24px;
  padding: 10px 18px;
  box-shadow: 0 16px 40px rgba(70, 25, 40, 0.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.orientacao__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(169, 50, 89, 0.10);
}

.orientacao__item--ultimo {
  border-bottom: none;
}

.orientacao__icon-box {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(242, 202, 213, 0.55), rgba(255, 240, 244, 0.9));
  border: 1px solid rgba(169, 50, 89, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #a93259;
  position: relative;
  box-shadow: 0 4px 12px rgba(169, 50, 89, 0.08);
}

.orientacao__icon-box svg {
  width: 22px;
  height: 22px;
  stroke: #a93259;
}

.orientacao__num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 10px;
  font-style: italic;
  color: #a93259;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
  opacity: 0.85;
}

.orientacao__info strong {
  display: block;
  font-size: 15.5px;
  font-weight: 600;
  color: #24141a;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
}

.orientacao__info p {
  margin: 0;
  font-size: 13px;
  color: #553d46;
  line-height: 1.4;
}

.secao-orientacoes__scroll-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #6e5a62;
}

.secao-orientacoes__scroll-cue span {
  font-size: 9.5px;
  letter-spacing: .34em;
  text-transform: uppercase;
}

/* ==========================================================================
   4. SEÇÃO CONTATO & RODAPÉ (SNAP SCREEN 4 - TELA CHEIA 100DVH COM FUMAÇA ROSA)
   ========================================================================== */
.secao-contato {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f2cad5;
  color: #24141a;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.secao-contato__foto-wrap {
  position: absolute;
  inset: -6%;
  overflow: hidden;
}

.secao-contato__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(1.08) contrast(1.06) brightness(0.97);
}

.secao-contato__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(242, 202, 213, 0.40) 0%,
      rgba(242, 202, 213, 0.15) 25%,
      rgba(242, 202, 213, 0.90) 58%,
      #f2cad5 92%);
}

.secao-contato__conteudo {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 24px 34px;
}

.secao-contato__topo {
  display: flex;
  justify-content: center;
}

.secao-contato__corpo {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.secao-contato__titulo {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 400;
  color: #24141a;
}

.secao-contato__titulo em {
  font-style: italic;
  color: #a93259;
}

.secao-contato__desc {
  margin: 0;
  font-size: 14px;
  color: #553d46;
  max-width: 320px;
  line-height: 1.45;
}

.secao-contato__acoes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.btn-whatsapp,
.btn-instagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 22px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 12px;
  text-decoration: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}

.btn-whatsapp {
  background: linear-gradient(135deg, rgba(24, 125, 65, 0.68) 0%, rgba(6, 78, 68, 0.78) 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 18px rgba(6, 78, 68, 0.25) !important;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, rgba(28, 145, 76, 0.82) 0%, rgba(7, 92, 80, 0.90) 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(6, 78, 68, 0.35) !important;
}

.btn-instagram {
  background: linear-gradient(135deg, rgba(120, 40, 165, 0.65) 0%, rgba(215, 30, 30, 0.60) 50%, rgba(220, 145, 45, 0.60) 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 18px rgba(165, 40, 115, 0.25) !important;
}

.btn-instagram:hover {
  background: linear-gradient(135deg, rgba(135, 45, 185, 0.78) 0%, rgba(235, 35, 35, 0.72) 50%, rgba(235, 160, 50, 0.72) 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(165, 40, 115, 0.35) !important;
}

.btn__left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  letter-spacing: .18em;
}

.btn__left span {
  font-size: 11.5px;
}

.btn__icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  display: block;
}

.btn__arrow {
  font-size: 16px;
  line-height: 1;
  opacity: .85;
}

.secao-contato__info {
  border-top: 1px solid rgba(169, 50, 89, 0.20);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7a5c67;
}

.secao-contato__copy,
.secao-contato__endereco,
.secao-contato__info span {
  margin: 0;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7a5c67;
}

/* ==========================================================================
   5. MODAL DE DETALHES DO PROCEDIMENTO
   ========================================================================== */
.modal-detalhe {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
}

.modal-detalhe[hidden] {
  display: none;
}

.modal-detalhe__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 20, 26, 0.60);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.modal-detalhe__sheet {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f2cad5;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -10px 40px rgba(70, 25, 40, 0.25);
  border: 1px solid rgba(169, 50, 89, 0.25);
  border-bottom: none;
  -webkit-overflow-scrolling: touch;
}

.modal__foto-wrap {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.modal__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.modal__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, #f2cad5 98%);
}

.modal__fechar {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(169, 50, 89, 0.25);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: #24141a;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

.modal__corpo {
  padding: 0 24px 34px;
  margin-top: -24px;
  position: relative;
}

.modal__cat {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #a93259;
  font-weight: 600;
}

.modal__titulo {
  margin: 6px 0 10px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 34px;
  line-height: 1.08;
  color: #24141a;
}

.modal__desc {
  margin: 0 0 20px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #553d46;
}

.modal__specs {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.modal__spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid rgba(169, 50, 89, 0.15);
}

.modal__spec-k {
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7a5c67;
}

.modal__spec-v {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  color: #24141a;
  text-align: right;
}

.modal__acoes {
  display: flex;
  gap: 10px;
}

.modal__cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #a93259;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: 12px;
  transition: background-color .25s ease;
}

.modal__cta:hover {
  background: #8b2848;
}

.modal__proximo {
  flex: none;
  width: 48px;
  height: 48px;
  border: 1.5px solid rgba(169, 50, 89, 0.30);
  background: #ffffff;
  color: #a93259;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.modal__proximo:hover {
  border-color: #a93259;
  background: rgba(169, 50, 89, 0.08);
}

/* ==========================================================================
   RESPONSIVIDADE DO MODAL DE DETALHES (EVITAR ROLAGEM NO MOBILE)
   ========================================================================== */
@media (max-width: 480px) {

  /* Ajuste no container do modal */
  .modal-detalhe__sheet,
  .detalhe-procedimento__sheet {
    max-height: 94vh !important;
    overflow-y: auto !important;
  }

  /* Altura compacta da foto de capa */
  .modal__foto-wrap,
  .detalhe-procedimento__foto-wrap {
    height: 190px !important;
  }

  /* Padding interno do corpo */
  .modal__corpo,
  .detalhe-procedimento__corpo {
    padding: 0 24px 20px !important;
    margin-top: -12px !important;
  }

  /* Tamanho de fonte do título */
  .modal__titulo,
  .detalhe-procedimento__titulo {
    font-size: 28px !important;
    margin: 4px 0 8px !important;
  }

  /* Margem inferior da descrição */
  .modal__desc,
  .detalhe-procedimento__desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }

  /* Espaçamento mais compacto nas especificações */
  .modal__spec,
  .detalhe-procedimento__spec {
    padding: 6px 0 !important;
  }

  /* Espaçamento das ações */
  .modal__specs,
  .detalhe-procedimento__specs {
    margin-bottom: 16px !important;
  }
}


/* ==========================================================================
   EFEITO KEN BURNS — ZOOM SUAVE, CONTÍNUO E PERCEPTÍVEL (TODAS AS TELAS COM FOTO)
   ========================================================================== */
@keyframes heroKenBurns {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.12) translate3d(0, 0, 0);
    -webkit-transform: scale(1.12) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes heroKenBurns {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(1.12) translate3d(0, 0, 0);
  }
}

.hero__foto-wrap,
.secao-orientacoes__foto-wrap,
.secao-contato__foto-wrap,
.procedimentos__foto-wrap,
.agendamento__foto-wrap,
.cuidados__foto-wrap,
.contato__foto-wrap {
  position: absolute !important;
  inset: -8% !important;
  overflow: hidden !important;
  will-change: transform !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

.hero__foto,
.secao-orientacoes__foto,
.secao-contato__foto,
.procedimentos__foto,
.agendamento__foto,
.cuidados__foto,
.contato__foto {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  animation: heroKenBurns 7s ease-in-out infinite alternate !important;
  -webkit-animation: heroKenBurns 7s ease-in-out infinite alternate !important;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  will-change: transform !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}

/* ==========================================================================
   BOTÃO FLUTUANTE DE WHATSAPP
   ========================================================================== */
.wsp-float-btn {
  position: absolute;
  bottom: 24px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wsp-float-btn:hover {
  transform: translateY(-4px) scale(1.06);
}

.wsp-float-btn__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  animation: wspPulse 2.4s infinite ease-in-out;
}

.wsp-float-btn__label { display: none !important; }

@keyframes wspPulse {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.75), 0 0 0 8px rgba(37, 211, 102, 0.18);
  }
}

/* ---------- 2. OVERRIDES 100% COMPLETO MODELO MOSAICO LUXURY ---------- */
/* ==========================================================================
   LASHMENU — MODELO MOSAICO MIDNIGHT (LUXURY DARK & SNAP SCROLL ANIMATIONS)
   ========================================================================== */
/* ---------- Reset & Box-Sizing ---------- */
body[data-theme="luxury"] *, body[data-theme="luxury"] *::before, body[data-theme="luxury"] *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

html[data-theme="luxury"], body[data-theme="luxury"], html:has(body[data-theme="luxury"]), html[data-theme="luxury"], body[data-theme="luxury"], html:has(body[data-theme="luxury"]) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0a0807;
  color: #f3efe9;
  font-family: 'Jost', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

body[data-theme="luxury"] img {
  max-width: 100%;
  display: block;
}

body[data-theme="luxury"] a {
  color: inherit;
  text-decoration: none;
}

body[data-theme="luxury"] button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

body[data-theme="luxury"] ::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* ---------- Container Mobile App Container (Snap Wrapper) ---------- */
body[data-theme="luxury"] .mosaico-app {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: 100%;
  background: #0f0c0b;
  color: #f3efe9;
  position: relative;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

body[data-theme="luxury"] .container {
  width: 100%;
  padding: 0 20px;
}

body[data-theme="luxury"] .etiqueta {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: #c9a389;
}

/* ---------- Entrance Animations & Stagger (Lento, Fluido & Sofisticado) ---------- */
body[data-theme="luxury"] .anim-fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.35s cubic-bezier(0.16, 1, 0.3, 1), transform 1.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

body[data-theme="luxury"] .is-visible .anim-fade-up {
  opacity: 1;
  transform: translateY(0);
}

body[data-theme="luxury"] .delay-1 { transition-delay: 0.10s; }

body[data-theme="luxury"] .delay-2 { transition-delay: 0.22s; }

body[data-theme="luxury"] .delay-3 { transition-delay: 0.34s; }

body[data-theme="luxury"] .delay-4 { transition-delay: 0.46s; }

body[data-theme="luxury"] .delay-5 { transition-delay: 0.58s; }

body[data-theme="luxury"] .delay-6 { transition-delay: 0.70s; }

/* Background Photo Subtle Zoom Effect (Todas as Telas com Foto) */
@keyframes heroKenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

body[data-theme="luxury"] .hero__foto-wrap, body[data-theme="luxury"] .secao-orientacoes__foto-wrap, body[data-theme="luxury"] .secao-contato__foto-wrap {
  position: absolute;
  inset: -6%;
  overflow: hidden;
  will-change: transform;
}

body[data-theme="luxury"] .hero__foto, body[data-theme="luxury"] .secao-orientacoes__foto, body[data-theme="luxury"] .secao-contato__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.08) brightness(0.96);
  animation: heroKenBurns 7s ease-in-out infinite alternate;
  will-change: transform;
}

body[data-theme="luxury"] .hero__foto {
  object-position: 65% 18%;
}

body[data-theme="luxury"] .secao-orientacoes__foto {
  object-position: 50% 30%;
}

body[data-theme="luxury"] .secao-contato__foto {
  object-position: center 20%;
}

/* ==========================================================================
   1. HERO SECTION (SNAP SCREEN 1)
   ========================================================================== */
body[data-theme="luxury"] .hero {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #14100e;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body[data-theme="luxury"] .hero__foto-wrap {
  position: absolute;
  inset: -4%;
  overflow: hidden;
}

body[data-theme="luxury"] .hero__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 18%;
  filter: saturate(1.02) contrast(1.08) brightness(0.96);
}

body[data-theme="luxury"] .hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 10, 9, 0.35) 0%,
    rgba(12, 10, 9, 0.15) 30%,
    rgba(12, 10, 9, 0.72) 62%,
    rgba(12, 10, 9, 0.94) 100%
  );
}

body[data-theme="luxury"] .hero__conteudo {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 44px 24px 16px;
}

body[data-theme="luxury"] .hero__selo {
  display: flex;
  justify-content: center;
}

body[data-theme="luxury"] .hero__selo span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: #f3efe9;
  background: rgba(25, 20, 17, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 163, 137, 0.35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

body[data-theme="luxury"] .hero__studio-label {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

body[data-theme="luxury"] .hero__studio-divider {
  height: 1.5px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
}

body[data-theme="luxury"] .hero__chips {
  margin: 12px 0 20px;
}

body[data-theme="luxury"] .hero__chip {
  padding: 8px 16px;
  font-size: 10.5px;
  letter-spacing: .12em;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #0f0c0b;
  background: linear-gradient(135deg, #c9a389 0%, #dfa87a 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45), 0 2px 8px rgba(201, 163, 137, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.50);
  text-shadow: none;
  font-weight: 700;
}

body[data-theme="luxury"] .hero__chip:hover {
  background: linear-gradient(135deg, #d8b298 0%, #ebb98e 100%);
  border-color: rgba(255, 255, 255, 0.70);
  color: #000000;
  transform: translateY(-1px);
}

body[data-theme="luxury"] .hero__titulo {
  margin-top: auto;
  margin-bottom: 12px;
}

body[data-theme="luxury"] .hero__titulo h1 {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 400;
  font-style: italic;
  color: #c9a389;
  letter-spacing: -.02em;
}

body[data-theme="luxury"] .hero__titulo h1 em {
  font-style: italic;
  font-weight: 400;
  color: #c9a389;
}

body[data-theme="luxury"] .hero__filete {
  width: 44px;
  height: 2px;
  background: #c9a389;
}

body[data-theme="luxury"] .hero__frase {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(243, 239, 233, 0.85);
  max-width: 340px;
}

body[data-theme="luxury"] .hero__frase-cilios {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 400;
  font-style: italic;
  color: #f3efe9;
  text-wrap: pretty;
}

body[data-theme="luxury"] .hero__frase-cilios em {
  font-style: italic;
  color: inherit;
}

body[data-theme="luxury"] .hero__scroll-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #c9a389;
  text-decoration: none;
}

body[data-theme="luxury"] .hero__scroll-cue span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #f3efe9;
  background: rgba(25, 20, 17, 0.45);
  border: 1px solid rgba(201, 163, 137, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 9px 24px;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
  display: inline-block;
}

body[data-theme="luxury"] .hero__scroll-cue:hover span,
body[data-theme="luxury"] .hero__scroll-cue:active span {
  background: rgba(25, 20, 17, 0.7);
  border-color: rgba(201, 163, 137, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.5);
}

body[data-theme="luxury"] .hero__scroll-linha {
  width: 2px;
  height: 38px;
  background: linear-gradient(180deg, #c9a389, transparent);
  animation: heroPulseLinha 2.2s infinite ease-in-out;
}

body[data-theme="luxury"] @keyframes heroPulseLinha {
  0%, 100% {
    transform: scaleY(0.4);
    opacity: 0.3;
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: top;
  }
}

/* ==========================================================================
   2. SEÇÃO CATÁLOGO MOSAICO (SNAP SCREEN 2 - ROLAGEM LIVRE DENTRO DA SEÇÃO)
   ========================================================================== */
body[data-theme="luxury"] .secao-catalogo {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 50px 0 60px;
  background: #0f0c0b;
  color: #f3efe9;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body[data-theme="luxury"] .secao-catalogo__header {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

body[data-theme="luxury"] .secao-catalogo__titulo {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  color: #f3efe9;
}

body[data-theme="luxury"] .secao-catalogo__titulo em {
  font-style: italic;
  color: #c9a389;
}

body[data-theme="luxury"] .secao-catalogo__sub {
  margin: 0;
  font-size: 13.5px;
  color: rgba(243, 239, 233, 0.7);
  line-height: 1.45;
}

/* ---------- Filtros em Chips Horizontais ---------- */
body[data-theme="luxury"] .mosaico__filtros {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body[data-theme="luxury"] .mosaico__filtros::-webkit-scrollbar {
  display: none;
}

body[data-theme="luxury"] .filtro-chip {
  flex: none;
  padding: 8px 16px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(243, 239, 233, 0.7);
  background: rgba(25, 20, 17, 0.85);
  border: 1px solid rgba(201, 163, 137, 0.20);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

body[data-theme="luxury"] .filtro-chip.is-ativo, body[data-theme="luxury"] .filtro-chip:hover {
  color: #0f0c0b;
  background: #c9a389;
  border-color: #c9a389;
  box-shadow: 0 4px 14px rgba(201, 163, 137, 0.35);
}

body[data-theme="luxury"] .mosaico__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 4px;
}

body[data-theme="luxury"] .mosaico__contador {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c9a389;
  font-weight: 600;
}

/* ---------- Grid Mosaico Midnight ---------- */
body[data-theme="luxury"] .mosaico__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  grid-auto-flow: dense;
}

/* Card do Mosaico (Tile) com efeito de surgimento fluido em profundidade */
@keyframes tileRevealLuxury {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.93);
    filter: blur(8px);
  }
  50% {
    opacity: 0.85;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/* Shimmer shine effect overlay on entrance */
@keyframes tileShine {
  0% {
    transform: translateX(-100%) rotate(25deg);
    opacity: 0;
  }
  35% {
    opacity: 0.45;
  }
  100% {
    transform: translateX(220%) rotate(25deg);
    opacity: 0;
  }
}

body[data-theme="luxury"] .tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #191411;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(201, 163, 137, 0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  aspect-ratio: 3 / 5.2;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.4s ease,
    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: left;
  opacity: 0;
  transform: translateY(45px) scale(0.93);
  will-change: transform, opacity, filter;
}

body[data-theme="luxury"] .tile.is-revealed {
  animation: tileRevealLuxury 1.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body[data-theme="luxury"] .tile::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg,
      transparent 35%,
      rgba(201, 163, 137, 0.22) 50%,
      transparent 65%);
  pointer-events: none;
  z-index: 4;
}

body[data-theme="luxury"] .tile.is-revealed::after {
  animation: tileShine 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: inherit;
}

body[data-theme="luxury"] .tile:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: #c9a389;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55), 0 0 20px rgba(201, 163, 137, 0.25);
}

body[data-theme="luxury"] .tile--destaque {
  grid-column: span 1;
  aspect-ratio: 3 / 5.2;
}

body[data-theme="luxury"] .tile--tall {
  aspect-ratio: 3 / 5.2;
}

body[data-theme="luxury"] .tile__foto {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
  transition: transform 0.4s ease;
}

body[data-theme="luxury"] .tile:hover .tile__foto {
  transform: scale(1.04);
}

body[data-theme="luxury"] .tile__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(15, 12, 11, 0.30) 0%,
      transparent 28%,
      rgba(15, 12, 11, 0.65) 65%,
      rgba(15, 12, 11, 0.96) 100%);
  pointer-events: none;
}

body[data-theme="luxury"] .tile__conteudo {
  position: relative;
  z-index: 2;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

body[data-theme="luxury"] .tile__cat {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #c9a389;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

body[data-theme="luxury"] .tile__titulo {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  color: #f3efe9;
}

body[data-theme="luxury"] .tile--destaque .tile__titulo {
  font-size: 18px;
}

body[data-theme="luxury"] .tile__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 11px;
}

body[data-theme="luxury"] .tile__preco {
  font-weight: 700;
  color: #dfa87a;
}

body[data-theme="luxury"] .tile__duracao {
  font-size: 10px;
  color: rgba(243, 239, 233, 0.75);
  text-transform: uppercase;
  letter-spacing: .06em;
}

body[data-theme="luxury"] .tile__toque-cue {
  display: none;
}

/* ==========================================================================
   3. SEÇÃO ORIENTAÇÕES (SNAP SCREEN 3 - TELA CHEIA PADRÃO VITRINE)
   ========================================================================== */
body[data-theme="luxury"] .secao-orientacoes {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #0f0c0b;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body[data-theme="luxury"] .secao-orientacoes__foto-wrap {
  position: absolute;
  inset: -10%;
  overflow: hidden;
  will-change: transform;
}

body[data-theme="luxury"] .secao-orientacoes__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: saturate(0.95) contrast(1.08) brightness(0.92);
}

body[data-theme="luxury"] .secao-orientacoes__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(12, 10, 9, 0.70) 0%,
      rgba(12, 10, 9, 0.28) 35%,
      rgba(12, 10, 9, 0.94) 100%);
}

body[data-theme="luxury"] .secao-orientacoes__conteudo {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 24px 34px;
}

body[data-theme="luxury"] .secao-orientacoes__topo {
  display: flex;
  justify-content: center;
}

body[data-theme="luxury"] .secao-orientacoes__corpo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto 0;
}

body[data-theme="luxury"] .secao-orientacoes__titulo {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
  color: #f3efe9;
}

body[data-theme="luxury"] .secao-orientacoes__titulo em {
  font-style: italic;
  color: #c9a389;
}

body[data-theme="luxury"] .orientacoes__card {
  background: rgba(25, 20, 17, 0.90);
  border: 1px solid rgba(201, 163, 137, 0.25);
  border-radius: 24px;
  padding: 10px 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body[data-theme="luxury"] .orientacao__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(201, 163, 137, 0.12);
}

body[data-theme="luxury"] .orientacao__item--ultimo {
  border-bottom: none;
}

body[data-theme="luxury"] .orientacao__icon-box {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(45, 34, 28, 0.9), rgba(30, 22, 18, 0.95));
  border: 1px solid rgba(201, 163, 137, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c9a389;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

body[data-theme="luxury"] .orientacao__icon-box svg {
  width: 22px;
  height: 22px;
  stroke: #c9a389;
}

body[data-theme="luxury"] .orientacao__num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 10px;
  font-style: italic;
  color: #c9a389;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
  opacity: 0.85;
}

body[data-theme="luxury"] .orientacao__info strong {
  display: block;
  font-size: 15.5px;
  font-weight: 600;
  color: #f3efe9;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
}

body[data-theme="luxury"] .orientacao__info p {
  margin: 0;
  font-size: 13px;
  color: rgba(243, 239, 233, 0.75);
  line-height: 1.4;
}

body[data-theme="luxury"] .secao-orientacoes__scroll-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(243, 239, 233, 0.6);
}

body[data-theme="luxury"] .secao-orientacoes__scroll-cue span {
  font-size: 9.5px;
  letter-spacing: .34em;
  text-transform: uppercase;
}

/* ==========================================================================
   4. SEÇÃO CONTATO & RODAPÉ (SNAP SCREEN 4 - TELA CHEIA 100DVH)
   ========================================================================== */
body[data-theme="luxury"] .secao-contato {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #0f0c0b;
  color: #f3efe9;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body[data-theme="luxury"] .secao-contato__foto-wrap {
  position: absolute;
  inset: -6%;
  overflow: hidden;
}

body[data-theme="luxury"] .secao-contato__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.95) contrast(1.08) brightness(0.95);
}

body[data-theme="luxury"] .secao-contato__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(12, 10, 9, 0.15) 0%,
      rgba(12, 10, 9, 0.25) 35%,
      rgba(12, 10, 9, 0.90) 65%,
      #0d0b0a 100%);
}

body[data-theme="luxury"] .secao-contato__conteudo {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 24px 34px;
}

body[data-theme="luxury"] .secao-contato__topo {
  display: flex;
  justify-content: center;
}

body[data-theme="luxury"] .secao-contato__corpo {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body[data-theme="luxury"] .secao-contato__titulo {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 400;
  color: #f3efe9;
}

body[data-theme="luxury"] .secao-contato__titulo em {
  font-style: italic;
  color: #c9a389;
}

body[data-theme="luxury"] .secao-contato__desc {
  margin: 0;
  font-size: 14px;
  color: rgba(243, 239, 233, 0.85);
  max-width: 320px;
  line-height: 1.45;
}

body[data-theme="luxury"] .secao-contato__acoes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

body[data-theme="luxury"] .btn-whatsapp, body[data-theme="luxury"] .btn-instagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 22px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 12px;
  text-decoration: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}

body[data-theme="luxury"] .btn-whatsapp {
  background: linear-gradient(135deg, rgba(24, 125, 65, 0.70) 0%, rgba(6, 78, 68, 0.80) 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45) !important;
}

body[data-theme="luxury"] .btn-whatsapp:hover {
  background: linear-gradient(135deg, rgba(28, 145, 76, 0.84) 0%, rgba(7, 92, 80, 0.92) 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(24, 125, 65, 0.35) !important;
}

body[data-theme="luxury"] .btn-instagram {
  background: linear-gradient(135deg, rgba(120, 40, 165, 0.68) 0%, rgba(215, 30, 30, 0.62) 50%, rgba(220, 145, 45, 0.62) 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45) !important;
}

body[data-theme="luxury"] .btn-instagram:hover {
  background: linear-gradient(135deg, rgba(135, 45, 185, 0.80) 0%, rgba(235, 35, 35, 0.75) 50%, rgba(235, 160, 50, 0.75) 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(215, 30, 30, 0.35) !important;
}

body[data-theme="luxury"] .btn__left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .18em;
}

body[data-theme="luxury"] .btn__left span {
  font-size: 11.5px;
}

body[data-theme="luxury"] .btn__icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  display: block;
}

body[data-theme="luxury"] .btn__arrow {
  font-size: 16px;
  line-height: 1;
  opacity: .85;
}

body[data-theme="luxury"] .secao-contato__info {
  border-top: 1px solid rgba(201, 163, 137, 0.15);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(243, 239, 233, 0.5);
}

body[data-theme="luxury"] .secao-contato__copy, body[data-theme="luxury"] .secao-contato__endereco, body[data-theme="luxury"] .secao-contato__info span {
  margin: 0;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: inherit;
}

/* ==========================================================================
   5. MODAL DE DETALHES DO PROCEDIMENTO
   ========================================================================== */
body[data-theme="luxury"] .modal-detalhe {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
}

body[data-theme="luxury"] .modal-detalhe[hidden] {
  display: none;
}

body[data-theme="luxury"] .modal-detalhe__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 7, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[data-theme="luxury"] .modal-detalhe__sheet {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #14100e;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(201, 163, 137, 0.25);
  border-bottom: none;
  -webkit-overflow-scrolling: touch;
}

body[data-theme="luxury"] .modal__foto-wrap {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

body[data-theme="luxury"] .modal__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
}

body[data-theme="luxury"] .modal__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, #14100e 98%);
}

body[data-theme="luxury"] .modal__fechar {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(201, 163, 137, 0.3);
  background: rgba(20, 16, 14, 0.85);
  backdrop-filter: blur(6px);
  color: #f3efe9;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

body[data-theme="luxury"] .modal__corpo {
  padding: 0 24px 34px;
  margin-top: -24px;
  position: relative;
}

body[data-theme="luxury"] .modal__cat {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #c9a389;
  font-weight: 600;
}

body[data-theme="luxury"] .modal__titulo {
  margin: 6px 0 10px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 34px;
  line-height: 1.08;
  color: #f3efe9;
}

body[data-theme="luxury"] .modal__desc {
  margin: 0 0 20px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(243, 239, 233, 0.8);
}

body[data-theme="luxury"] .modal__specs {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

body[data-theme="luxury"] .modal__spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid rgba(201, 163, 137, 0.15);
}

body[data-theme="luxury"] .modal__spec-k {
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(243, 239, 233, 0.5);
}

body[data-theme="luxury"] .modal__spec-v {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  color: #f3efe9;
  text-align: right;
}

body[data-theme="luxury"] .modal__acoes {
  display: flex;
  gap: 10px;
}

body[data-theme="luxury"] .modal__cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #c9a389;
  color: #0f0c0b;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: 12px;
  transition: background-color .25s ease;
}

body[data-theme="luxury"] .modal__cta:hover {
  background: #dfa87a;
}

body[data-theme="luxury"] .modal__proximo {
  flex: none;
  width: 48px;
  height: 48px;
  border: 1.5px solid rgba(201, 163, 137, 0.35);
  background: #191411;
  color: #c9a389;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}

body[data-theme="luxury"] .modal__proximo:hover {
  border-color: #c9a389;
  background: rgba(201, 163, 137, 0.15);
}

/* ==========================================================================
   RESPONSIVIDADE DO MODAL DE DETALHES (EVITAR ROLAGEM NO MOBILE)
   ========================================================================== */
@media (max-width: 480px) {

  /* Ajuste no container do modal */
  .modal-detalhe__sheet,
  .detalhe-procedimento__sheet {
    max-height: 94vh !important;
    overflow-y: auto !important;
  }

  /* Altura compacta da foto de capa */
  .modal__foto-wrap,
  .detalhe-procedimento__foto-wrap {
    height: 190px !important;
  }

  /* Padding interno do corpo */
  .modal__corpo,
  .detalhe-procedimento__corpo {
    padding: 0 24px 20px !important;
    margin-top: -12px !important;
  }

  /* Tamanho de fonte do título */
  .modal__titulo,
  .detalhe-procedimento__titulo {
    font-size: 28px !important;
    margin: 4px 0 8px !important;
  }

  /* Margem inferior da descrição */
  .modal__desc,
  .detalhe-procedimento__desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }

  /* Espaçamento mais compacto nas especificações */
  .modal__spec,
  .detalhe-procedimento__spec {
    padding: 6px 0 !important;
  }

  /* Espaçamento das ações */
  .modal__specs,
  .detalhe-procedimento__specs {
    margin-bottom: 16px !important;
  }
}

/* ==========================================================================
   EFEITO KEN BURNS — ZOOM SUAVE, body[data-theme="luxury"] CONTÍNUO E PERCEPTÍVEL (TODAS AS TELAS COM FOTO)
   ========================================================================== */
@keyframes heroKenBurns {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.12) translate3d(0, 0, 0);
    -webkit-transform: scale(1.12) translate3d(0, 0, 0);
  }
}

body[data-theme="luxury"] @-webkit-keyframes heroKenBurns {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(1.12) translate3d(0, 0, 0);
  }
}

body[data-theme="luxury"] .hero__foto-wrap, body[data-theme="luxury"] .secao-orientacoes__foto-wrap, body[data-theme="luxury"] .secao-contato__foto-wrap, body[data-theme="luxury"] .procedimentos__foto-wrap, body[data-theme="luxury"] .agendamento__foto-wrap, body[data-theme="luxury"] .cuidados__foto-wrap, body[data-theme="luxury"] .contato__foto-wrap {
  position: absolute !important;
  inset: -8% !important;
  overflow: hidden !important;
  will-change: transform !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

body[data-theme="luxury"] .hero__foto, body[data-theme="luxury"] .secao-orientacoes__foto, body[data-theme="luxury"] .secao-contato__foto, body[data-theme="luxury"] .procedimentos__foto, body[data-theme="luxury"] .agendamento__foto, body[data-theme="luxury"] .cuidados__foto, body[data-theme="luxury"] .contato__foto {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  animation: heroKenBurns 7s ease-in-out infinite alternate !important;
  -webkit-animation: heroKenBurns 7s ease-in-out infinite alternate !important;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  will-change: transform !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}

/* ==========================================================================
   BOTÃO FLUTUANTE DE WHATSAPP
   ========================================================================== */
body[data-theme="luxury"] .wsp-float-btn {
  position: absolute;
  bottom: 24px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-theme="luxury"] .wsp-float-btn:hover {
  transform: translateY(-4px) scale(1.06);
}

body[data-theme="luxury"] .wsp-float-btn__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  animation: wspPulse 2.4s infinite ease-in-out;
}

body[data-theme="luxury"] .wsp-float-btn__label { display: none !important; }

body[data-theme="luxury"] @keyframes wspPulse {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.75), 0 0 0 8px rgba(37, 211, 102, 0.18);
  }
}





/* ==========================================================================
   WIDGET DE ALTERNÂNCIA DE TEMA ANTI-FALHAS (ALTO CONSTRASTE E MOLDURA DUPLA)
   ========================================================================== */
.theme-switcher-widget {
  position: fixed !important;
  top: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 999999 !important;
  display: none !important;
  flex-direction: column !important;
  align-items: center !important;
  width: calc(100% - 24px) !important;
  max-width: 320px !important;
  background: rgba(14, 11, 10, 0.92) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 20px !important;
  padding: 8px 10px 10px !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body.has-theme-switcher .theme-switcher-widget,
html.has-theme-switcher .theme-switcher-widget,
body.is-editor .theme-switcher-widget {
  display: flex !important;
}

body[data-theme="luxury"] .theme-switcher-widget {
  border-color: rgba(201, 163, 137, 0.55) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.85), 0 0 15px rgba(201, 163, 137, 0.2) !important;
}

body[data-theme="rose"] .theme-switcher-widget {
  border-color: rgba(229, 169, 184, 0.55) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.6), 0 0 15px rgba(169, 50, 89, 0.2) !important;
}

.theme-switcher-label {
  font-size: 9.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  padding: 3px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  margin-bottom: 6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

.theme-switcher-options {
  display: flex !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  padding: 3px !important;
  gap: 4px !important;
}

.theme-switcher-btn {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  outline: none !important;
  user-select: none !important;
}

.theme-switcher-btn:hover {
  background: rgba(255, 255, 255, 0.22) !important;
}

.theme-switcher-btn.is-active[data-theme-target="rose"] {
  background: linear-gradient(135deg, #a93259 0%, #d85c83 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: transparent !important;
  box-shadow: 0 3px 12px rgba(169, 50, 89, 0.5) !important;
}

.theme-switcher-btn.is-active[data-theme-target="luxury"] {
  background: linear-gradient(135deg, #c9a389 0%, #dfa87a 100%) !important;
  color: #0f0c0b !important;
  font-weight: 700 !important;
  border-color: transparent !important;
  box-shadow: 0 3px 12px rgba(201, 163, 137, 0.5) !important;
}

/* Espaçamento exclusivo do modelo showroom (apenas quando o seletor de tema estiver presente no DOM) */
body.has-theme-switcher .hero__conteudo,
body:has(#theme-switcher-widget) .hero__conteudo,
body:has(.theme-switcher-widget) .hero__conteudo {
  padding-top: 118px !important;
}


