:root {
  --bg-main: #f7f3ee;
  --bg-soft: #efe8df;
  --bg-alt: #e8dfd4;
  --color-sage: #8a9a7b;
  --color-sage-dark: #6f7f62;
  --color-brown: #6b5b4f;
  --color-text: #3d3832;
  --color-text-muted: #6a635c;
  --color-white: #ffffff;
  --color-whatsapp: #25d366;
  --color-whatsapp-hover: #1ebe57;
  --shadow-sm: 0 4px 16px rgba(61, 56, 50, 0.06);
  --shadow-md: 0 10px 30px rgba(61, 56, 50, 0.1);
  --shadow-lg: 0 18px 48px rgba(61, 56, 50, 0.12);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --hero-base-top: #faf7f2;
  --hero-base-mid: #f3ebe0;
  --hero-base-bottom: #ebe2d4;
  --hero-gold: rgba(212, 168, 67, 0.18);
  --hero-mist: rgba(247, 243, 238, 0.92);
  --ref-cream: #ebe8e2;
  --ref-tan: #a89585;
  --ref-tan-deep: #9a8778;
  --ref-side: #d5cec6;
  --ref-nav: #3a3834;
  --neon-sage: #9ed672;
  --neon-sage-soft: #b8e88a;
  --neon-sage-glow: rgba(158, 214, 114, 0.55);
  --section-pad: clamp(4rem, 10vw, 7rem);
  --container: min(1140px, 92%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text);
  background: var(--bg-main);
}

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

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: var(--section-pad) 0;
  scroll-margin-top: 1.5rem;
}

.section--alt {
  background: var(--bg-soft);
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-sage-dark);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  color: var(--color-brown);
  margin-bottom: 1rem;
}

.section-lead {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 640px;
}

.section-header {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-header--center {
  text-align: center;
}

.section-header--center .section-lead {
  margin-left: auto;
  margin-right: auto;
}

/* Header — referência Juliana Gorreri */
.site-header--ref {
  position: relative;
  z-index: 1000;
  background: var(--ref-cream);
  border-bottom: none;
  backdrop-filter: none;
}

.site-header--ref .nav-wrapper {
  padding: 1.35rem 0 1.1rem;
  width: min(1280px, 96%);
  justify-content: flex-start;
  gap: 1.5rem;
}

.site-header--ref .main-nav--ref {
  margin-left: auto;
}

.brand--ref {
  display: inline-flex;
  align-items: center;
  color: var(--ref-nav);
}

.brand__lockup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.28rem;
  min-width: 0;
  text-align: center;
}

.brand__name {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
  white-space: nowrap;
  text-align: center;
}

.brand__name [data-site-nome]::after {
  content: "\00a0";
}

.brand__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.42;
}

.brand__credential {
  font-family: "Montserrat", var(--font-body);
  font-size: clamp(0.5rem, 1.1vw, 0.58rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0.82;
  white-space: nowrap;
  text-align: center;
  align-self: center;
}

.main-nav--ref ul {
  gap: clamp(0.65rem, 1.8vw, 1.35rem);
}

.main-nav--ref a {
  font-family: "Montserrat", var(--font-body);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: var(--ref-nav);
}

.main-nav--ref a:hover,
.main-nav--ref a.active {
  color: #1f1e1c;
}

/* Header legado (outras páginas) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247, 243, 238, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(107, 91, 79, 0.08);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-brown);
  white-space: nowrap;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.main-nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--color-text-muted);
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--color-brown);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(107, 91, 79, 0.15);
  background: var(--color-white);
  border-radius: 10px;
  padding: 0.5rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-brown);
  cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--color-sage);
  color: var(--color-white);
  box-shadow: var(--shadow-sm);
}

.btn--primary:hover {
  background: var(--color-sage-dark);
  box-shadow: var(--shadow-md);
}

.btn--whatsapp {
  background: var(--color-whatsapp);
  color: var(--color-white);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.btn--whatsapp:hover {
  background: var(--color-whatsapp-hover);
}

.btn--outline {
  background: transparent;
  color: var(--color-brown);
  border: 1.5px solid rgba(107, 91, 79, 0.25);
}

.btn--outline:hover {
  background: var(--color-white);
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}

.btn__icon {
  flex-shrink: 0;
}

.btn-header {
  font-size: 0.88rem;
  padding: 0.65rem 1.15rem;
}

/* WhatsApp float */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--color-whatsapp);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  background: var(--color-whatsapp-hover);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* Hero — full-bleed background, texto centralizado */
.hero--bg {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: var(--ref-tan-deep);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  animation: heroBgRise 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(58, 56, 52, 0.45) 0%,
    rgba(58, 56, 52, 0.28) 45%,
    rgba(58, 56, 52, 0.5) 100%
  );
}

.hero__center {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(3rem, 10vh, 5.5rem) 1.5rem;
  max-width: min(92vw, 22rem);
  margin: 0 auto;
  animation: heroCopyIn 1s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__welcome {
  font-family: "Montserrat", var(--font-body);
  font-size: clamp(0.7rem, 1.1vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.85rem;
}

.hero__title {
  font-family: "Montserrat", var(--font-body);
  font-size: clamp(1.7rem, 4.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto;
  max-width: none;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.hero__place {
  margin: 0.85rem 0 0;
  font-family: "Montserrat", var(--font-body);
  font-size: clamp(0.68rem, 1.1vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

.contact-card address {
  font-style: normal;
  margin: 0;
}

@keyframes heroBgRise {
  from {
    opacity: 0;
    transform: scale(1.06) translateY(4%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__media img,
  .hero__center {
    animation: none;
  }
}

/* A Clínica */
.clinic-block {
  display: grid;
  grid-template-columns: 1.15fr minmax(240px, 400px);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.clinic-block__copy .section-title {
  margin-bottom: 1.25rem;
}

.clinic-block__gallery {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.65rem;
  min-height: 280px;
  max-width: 400px;
  width: 100%;
  justify-self: end;
}

.clinic-block__shot {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  border: none;
  background: transparent;
  min-height: 0;
}

.clinic-block__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
}

.clinic-block__shot--main {
  grid-row: 1 / -1;
}

.clinic-block__shot:not(.clinic-block__shot--main) {
  aspect-ratio: 4 / 3;
  height: 100%;
}

/* Categorias — 5 cartões */
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1rem, 2vw, 1.35rem);
}

.category-card {
  display: block;
  text-align: center;
  color: inherit;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.category-card:hover {
  transform: translateY(-3px);
}

.category-card:focus-visible {
  outline: 2px solid var(--color-sage);
  outline-offset: 4px;
}

.category-card__panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.7rem;
  border-radius: var(--radius-md);
  background: rgba(255, 252, 248, 0.55);
  border: 1px solid rgba(107, 91, 79, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.category-card:hover .category-card__panel {
  background: rgba(255, 252, 248, 0.72);
  border-color: rgba(107, 91, 79, 0.16);
}

.category-card__image {
  overflow: hidden;
  border-radius: calc(var(--radius-md) - 4px);
  margin-bottom: 0.85rem;
  aspect-ratio: 4 / 3;
  background: var(--bg-soft);
  flex-shrink: 0;
}

.category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.category-card:hover .category-card__image img {
  transform: scale(1.04);
}

.category-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0 0.25rem 0.35rem;
}

.category-card__title {
  font-family: "Montserrat", var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-brown);
  margin-bottom: 0.5rem;
}

.category-card__text {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0 0 0.85rem;
}

.category-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-family: "Montserrat", var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-brown);
  border-bottom: 1px solid rgba(107, 91, 79, 0.4);
  padding-bottom: 0.12rem;
  transition: border-color 0.2s ease;
}

.category-card__hand {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  opacity: 0.85;
  transition: transform 0.25s ease;
}

.category-card:hover .category-card__cta {
  border-bottom-color: var(--color-brown);
}

.category-card:hover .category-card__hand {
  transform: translate(1px, -1px) rotate(-8deg);
}

/* Procedimentos em destaque */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
}

.featured-card {
  display: block;
  color: inherit;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 0.25s ease;
}

.featured-card:hover {
  transform: translateY(-3px);
}

.featured-card:focus-visible {
  outline: 2px solid var(--color-sage);
  outline-offset: 4px;
}

.featured-card__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 3 / 4;
  background: var(--bg-soft);
  min-height: 280px;
}

.featured-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.featured-card:hover .featured-card__media img {
  transform: scale(1.03);
}

.featured-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.5rem 1.15rem 1.15rem;
  background: linear-gradient(
    to top,
    rgba(42, 38, 34, 0.92) 0%,
    rgba(42, 38, 34, 0.72) 45%,
    rgba(42, 38, 34, 0) 100%
  );
}

.featured-card__title {
  font-family: "Montserrat", var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  color: #f7f3ee;
  margin-bottom: 0.45rem;
  line-height: 1.3;
}

.featured-card__body p {
  font-size: 0.88rem;
  color: rgba(247, 243, 238, 0.88);
  margin: 0 0 0.85rem;
  line-height: 1.45;
}

.featured-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Montserrat", var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f7f3ee;
  border-bottom: 1px solid rgba(247, 243, 238, 0.55);
  padding-bottom: 0.15rem;
  transition: border-color 0.2s ease, gap 0.2s ease;
}

.featured-card__hand {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  opacity: 0.9;
  transition: transform 0.25s ease;
}

.featured-card:hover .featured-card__cta {
  border-bottom-color: #f7f3ee;
}

.featured-card:hover .featured-card__hand {
  transform: translate(1px, -1px) rotate(-8deg);
}

.featured-cta {
  text-align: center;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.featured-cta p {
  font-size: 1.05rem;
  color: var(--color-text);
  margin-bottom: 1.15rem;
}

.btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.6rem;
  border: 1.5px solid var(--color-brown);
  border-radius: var(--radius-sm);
  color: var(--color-brown);
  font-weight: 600;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn--outline:hover {
  background: var(--color-brown);
  color: #fff;
}

/* Sobre a profissional */
.about-split {
  display: grid;
  grid-template-columns: minmax(160px, 260px) 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-split__photo {
  position: relative;
  max-width: 260px;
  justify-self: center;
}

.about-split__photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0;
  box-shadow: var(--shadow-lg);
  background: #111;
}

.about-split__photo::after {
  content: "";
  position: absolute;
  inset: 0.85rem -0.85rem -0.85rem 0.85rem;
  border: 1px solid rgba(138, 154, 123, 0.35);
  border-radius: 0;
  z-index: -1;
}

.about-split__content .section-title {
  margin-bottom: 1.25rem;
}

.about-split__content p {
  margin-bottom: 1rem;
}

.about-split__content p:last-child {
  margin-bottom: 0;
}

.about-split__intro {
  margin-top: 1.35rem;
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  color: var(--color-brown);
  line-height: 1.3;
}

.about-split__intro strong {
  font-weight: 600;
}

.contact-cta {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 2.75rem);
}

/* Página de serviços */
.page-hero {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

.procedure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.procedure-card {
  background: var(--color-white);
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(107, 91, 79, 0.08);
}

.procedure-card h3 {
  font-family: "Montserrat", var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-brown);
  margin-bottom: 0.45rem;
}

.procedure-card p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.5;
}
/* Services */
.service-category {
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.service-category:last-child {
  margin-bottom: 0;
}

.service-category__header {
  margin-bottom: 1.75rem;
}

.service-category__title {
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  color: var(--color-brown);
  margin-bottom: 0.5rem;
}

.service-category__desc {
  color: var(--color-text-muted);
  max-width: 720px;
}

.service-subcategory {
  margin-top: 2.5rem;
}

.service-subcategory__title {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-sage-dark);
  margin-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-left: 3px solid var(--color-sage);
}

/* Carousel */
.carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.carousel__viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.carousel__track {
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0.5rem 0;
  transition: transform 0.35s ease;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel__track {
    transition: none;
  }
}

.carousel-card {
  flex: 0 0 var(--slide-width, calc(33.333% - 0.85rem));
  min-width: 0;
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(107, 91, 79, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.carousel-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.carousel-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.carousel-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.carousel-card__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--color-brown);
  margin-bottom: 0.5rem;
}

.carousel-card__text {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.55;
}

.carousel__nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(107, 91, 79, 0.12);
  background: var(--color-white);
  color: var(--color-brown);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.carousel__nav:hover:not(:disabled) {
  background: var(--color-sage);
  color: var(--color-white);
  transform: scale(1.05);
}

.carousel__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Benefits */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.benefit-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(107, 91, 79, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.benefit-card__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(138, 154, 123, 0.12);
  color: var(--color-sage-dark);
}

.benefit-card__icon svg {
  width: 26px;
  height: 26px;
}

.benefit-card h3 {
  font-size: 1.15rem;
  color: var(--color-brown);
  margin-bottom: 0.5rem;
}

.benefit-card p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.gallery-hint--touch {
  display: none;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  min-width: 0;
  background: var(--bg-soft);
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.35s ease, -webkit-filter 0.35s ease, transform 0.35s ease;
}

.gallery-item:hover img,
.gallery-item:focus-within img,
.gallery-item.is-color img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.03);
}

.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(61, 56, 50, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Testimonials */
.testimonial-card {
  flex: 0 0 var(--slide-width, calc(33.333% - 0.85rem));
  min-width: 0;
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(107, 91, 79, 0.06);
}

.testimonial-card__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-sage);
  color: var(--color-white);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-card__name {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
}

.testimonial-card__when {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.testimonial-card__stars {
  color: #d4a843;
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-bottom: 0.65rem;
}

.testimonial-card__text {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  margin: 0;
  font-style: italic;
}

.testimonial-card--loading {
  text-align: center;
  font-style: normal;
}

.reviews-summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin: 0.85rem auto 0;
  font-family: "Montserrat", var(--font-body);
  font-size: 0.95rem;
  color: var(--color-brown);
  font-weight: 600;
}

.reviews-summary__stars {
  color: #c9a227;
  letter-spacing: 0.05em;
}

.reviews-summary__count {
  font-weight: 500;
  color: var(--color-text-muted);
}

.reviews-source {
  text-align: center;
  margin: 1.75rem 0 0;
}

.reviews-source__link {
  font-family: "Montserrat", var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-brown);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.reviews-source__link:hover {
  color: var(--color-sage-dark);
}

/* Produtos Creamy — banner com texto sobre a imagem */
.products-banner {
  position: relative;
  min-height: clamp(260px, 42vw, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--ref-tan-deep);
}

.products-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.products-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.products-banner__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(58, 56, 52, 0.42) 0%,
    rgba(58, 56, 52, 0.55) 100%
  );
}

.products-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
  max-width: 36rem;
  color: #fff;
}

.products-banner__eyebrow {
  font-family: "Montserrat", var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}

.products-banner__title {
  font-family: "Montserrat", var(--font-body);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.products-banner__text {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.55;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.92);
}

.products-banner .btn--whatsapp {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 1rem;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(107, 91, 79, 0.06);
  transition: box-shadow 0.2s ease;
}

.contact-card:hover {
  box-shadow: var(--shadow-md);
}

.contact-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(138, 154, 123, 0.12);
  color: var(--color-sage-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card__icon svg {
  width: 20px;
  height: 20px;
}

.contact-card strong {
  display: block;
  font-size: 0.92rem;
  color: var(--color-brown);
  margin-bottom: 0.2rem;
}

.contact-card span,
.contact-card a,
.contact-card address {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.contact-card a:hover {
  color: var(--color-sage-dark);
}

.contact-map {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  min-height: 360px;
  background: var(--bg-alt);
  position: relative;
}

.contact-map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.contact-map--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  box-shadow: none;
  border: 1px dashed rgba(107, 91, 79, 0.25);
}

.contact-map--empty::after {
  content: "Mapa disponível após confirmação do endereço";
  font-size: 0.9rem;
  color: var(--color-text-muted);
  text-align: center;
  padding: 1.5rem;
}

.contact-map--empty iframe {
  display: none;
}

/* CTA Final */
.cta-final {
  background: linear-gradient(135deg, var(--color-sage) 0%, var(--color-sage-dark) 100%);
  color: var(--color-white);
  text-align: center;
}

.cta-final .section-title {
  color: var(--color-white);
  margin-bottom: 0.75rem;
}

.cta-final p {
  font-size: 1.1rem;
  opacity: 0.92;
  max-width: 520px;
  margin: 0 auto 2rem;
}

.cta-final .btn--whatsapp {
  background: var(--color-white);
  color: var(--color-sage-dark);
  box-shadow: var(--shadow-md);
}

.cta-final .btn--whatsapp:hover {
  background: var(--bg-main);
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, var(--ref-cream) 0%, #e3ddd4 100%);
  border-top: 1px solid rgba(107, 91, 79, 0.1);
  padding: clamp(3rem, 7vw, 4.5rem) 0 0;
  color: var(--color-text-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.footer-col--brand {
  max-width: 320px;
}

.footer-brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1rem;
  max-width: 16rem;
  text-align: center;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--color-brown);
  margin: 0;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}

.footer-brand [data-site-nome]::after {
  content: "\00a0";
}

.footer-brand__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-brown);
  opacity: 0.35;
}

.footer-brand__credential {
  font-family: "Montserrat", var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-sage-dark);
  margin: 0;
  text-align: center;
}

.footer-brand__sub {
  font-family: "Montserrat", var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-sage-dark);
  margin: 0 0 1rem;
}

.footer-tagline {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--color-brown);
  margin: 0 0 0.85rem;
  line-height: 1.45;
}

.footer-about {
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}

.footer-title {
  font-family: "Montserrat", var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-brown);
  margin: 0 0 1.1rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a,
.footer-contact a {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--color-sage-dark);
}

.footer-contact li {
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-hours {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.footer-cta {
  font-size: 0.85rem;
  padding: 0.7rem 1.15rem;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.65rem;
  padding: 1.25rem 0 1.75rem;
  border-top: 1px solid rgba(107, 91, 79, 0.12);
}

.footer-copy,
.footer-dev {
  margin: 0;
  font-size: 0.82rem;
}

.footer-dev__link {
  display: inline-block;
  font-weight: 700;
  color: var(--color-brown);
  transition: color 0.2s ease, opacity 0.2s ease;
  animation: footer-dev-bounce 0.55s ease-out 0.45s 2 both;
}

.footer-dev__link:hover {
  color: var(--color-brown);
  opacity: 0.8;
}

@keyframes footer-dev-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-11px);
  }
  70% {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-dev__link {
    animation: none;
  }
}

@media (max-width: 900px) {
  .testimonial-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  .category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: clamp(1rem, 2vw, 1.35rem);
  }

  .category-card {
    flex: 0 1 calc(33.333% - 1rem);
    max-width: 260px;
    width: 100%;
  }

  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-grid .featured-card:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Mobile menu */
@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }

  .site-header,
  .site-header--ref {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--ref-cream);
  }

  body {
    padding-top: 4.75rem;
  }

  .section,
  .hero,
  .products-banner,
  .page-hero {
    scroll-margin-top: 5rem;
  }

  .site-header--ref .nav-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .brand--ref {
    white-space: nowrap;
  }

  .hero--bg {
    min-height: min(78vh, 560px);
  }

  .hero__center {
    max-width: min(90vw, 20rem);
  }

  .hero__title {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .clinic-block {
    grid-template-columns: 1fr;
  }

  .clinic-block__gallery {
    min-height: min(52vw, 380px);
    max-width: 100%;
    margin: 0 auto;
    justify-self: stretch;
    grid-template-columns: 0.72fr 1.28fr;
  }

  .category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-card {
    flex: 0 1 calc(50% - 0.75rem);
    max-width: 300px;
  }

  .featured-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .featured-grid .featured-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .about-split {
    grid-template-columns: 1fr;
  }

  .about-split__photo {
    max-width: 220px;
    margin: 0 auto;
  }

  .procedure-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 1100;
  }

  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1090;
    width: min(300px, 85vw);
    height: 100vh;
    overflow-y: auto;
    background: var(--color-white);
    padding: 5rem 2rem 2rem;
    box-shadow: -8px 0 32px rgba(61, 56, 50, 0.12);
    touch-action: pan-y;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .main-nav {
    display: block;
    animation: navDrawerIn 0.28s ease;
  }

  @keyframes navDrawerIn {
    from {
      opacity: 0.65;
      transform: translateX(16px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .main-nav a {
    font-size: 1.05rem;
  }

  .btn-header {
    display: none;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 520px;
    gap: 0.45rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-col,
  .footer-col--brand {
    grid-column: auto;
    max-width: 28rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand-lockup {
    margin-inline: auto;
  }

  .footer-links,
  .footer-contact {
    justify-items: center;
    width: 100%;
  }

  .footer-cta {
    align-self: center;
  }

  .gallery-hint--pointer {
    display: none;
  }

  .gallery-hint--touch {
    display: inline;
  }
}

@media (max-width: 640px) {
  .category-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .category-card {
    flex: 0 1 auto;
    width: 100%;
    max-width: 360px;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
    gap: 0.4rem;
  }

  .clinic-block__gallery {
    grid-template-columns: 0.78fr 1.22fr;
    grid-template-rows: 1fr 1fr;
    min-height: min(78vw, 420px);
    max-width: 100%;
    width: 100%;
    gap: 0.55rem;
  }

  .clinic-block__shot--main {
    grid-row: 1 / -1;
    max-height: none;
    height: 100%;
  }

  .clinic-block__shot {
    max-height: none;
    height: 100%;
  }

  .clinic-block__shot:not(.clinic-block__shot--main) {
    aspect-ratio: auto;
    max-height: none;
    height: 100%;
  }

  .clinic-block__shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 1.15rem;
    right: 1.15rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
