:root {
  --font-body: 'Manrope', Arial, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --color-bg: #f8f0e6;
  --color-surface: rgba(255, 251, 245, 0.78);
  --color-surface-strong: #fffaf4;
  --color-primary: #ad8050;
  --color-primary-soft: #dec8a8;
  --color-primary-deep: #765234;
  --color-rose: #e8d7c5;
  --color-ink: #543c2b;
  --color-charcoal: #684a36;
  --color-text: #624b3a;
  --color-text-muted: #7b685b;
  --color-border: rgba(118, 82, 52, 0.19);
  --shadow-soft: 0 28px 70px rgba(103, 70, 42, 0.13);
  --shadow-card: 0 12px 30px rgba(103, 70, 42, 0.09);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --container: min(1180px, calc(100% - 2rem));
  --header-height: 76px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 86% 7%, rgba(216, 184, 147, 0.26), transparent 29rem),
    radial-gradient(circle at 2% 37%, rgba(255, 255, 255, 0.82), transparent 34rem),
    var(--color-bg);
}

body.menu-open { overflow: hidden; }

body.menu-open .hero-whatsapp { display: none; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

.site-shell { overflow-x: clip; }

.container { width: var(--container); margin: 0 auto; }

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.68rem;
  font-weight: 600;
}

.section { padding: 5rem 0; }

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}

.section-heading { max-width: 760px; margin-bottom: 2rem; }

.center-heading { margin-inline: auto; text-align: center; }

.wide-heading { max-width: 900px; }

.section-heading h2,
.hero h1,
.site-footer h2,
.mobile-sidebar h2,
.professional-card h2,
  .products-card h2,
  .cta-card h2 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.93;
  letter-spacing: -0.035em;
  font-weight: 400;
}

/* A leveza tipográfica reforça o posicionamento sofisticado da clínica. */
h1,
h2,
h3,
.service-slide h2,
.service-slide h3,
.hero-stat strong,
.floating-note strong,
.placeholder strong {
  font-family: var(--font-display);
  font-weight: 400;
}

.button,
.mobile-nav a,
.desktop-nav a,
.card-number {
  font-weight: 600;
}

.section-heading h2,
.site-footer h2,
.professional-card h2,
.products-card h2,
.cta-card h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  margin-bottom: 1rem;
}

.section-heading p,
.site-footer p,
.professional-card p,
.products-card p,
.cta-card p {
  margin: 0;
  color: var(--color-text-muted);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  color: var(--color-primary-deep);
  border-bottom: 1px solid rgba(118, 82, 52, 0.1);
  background: rgba(248, 240, 230, 0.7);
  backdrop-filter: blur(16px);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 244, 0.93);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--color-border);
  box-shadow: 0 12px 34px rgba(58, 48, 38, 0.07);
  color: var(--color-text);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand { display: inline-flex; align-items: center; gap: 0.85rem; }

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

.brand-copy { display: grid; line-height: 1.1; }

.brand-copy strong { font-size: 0.92rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; }

.brand-copy small { opacity: 0.72; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; }

.desktop-nav { display: none; align-items: center; gap: 1.55rem; }

.desktop-nav a {
  position: relative;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.88;
}

.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.38rem;
  width: 100%;
  height: 1px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.menu-toggle,
.sidebar-close {
  border: 0;
  background: rgba(223, 201, 172, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
  cursor: pointer;
}

.menu-toggle {
  width: 52px;
  height: 52px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
}

.menu-toggle span {
  width: 19px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: rgba(46, 43, 40, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-overlay.is-visible { opacity: 1; visibility: visible; }

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: min(88vw, 390px);
  height: 100dvh;
  max-height: 100dvh;
  padding: clamp(1rem, 4vw, 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(1rem, 3.2vh, 2rem);
  background: rgba(248, 244, 239, 0.96);
  backdrop-filter: blur(18px);
  border-left: 1px solid var(--color-border);
  box-shadow: -20px 0 44px rgba(58, 48, 38, 0.12);
  transform: translateX(100%);
  transition: transform 0.35s ease;
}

.mobile-sidebar.is-open { transform: translateX(0); }

.sidebar-top { display: flex; align-items: flex-start; justify-content: flex-end; gap: 1rem; }

.sidebar-top h2 { font-size: 2rem; }

.sidebar-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 50%;
  color: var(--color-text);
  font-size: 1.6rem;
  line-height: 1;
}

.mobile-nav { display: grid; gap: clamp(0.5rem, 1.6vh, 1rem); }

.mobile-nav a {
  padding-bottom: clamp(0.5rem, 1.4vh, 0.85rem);
  border-bottom: 1px solid var(--color-border);
  font-size: clamp(0.96rem, 4.2vw, 1.05rem);
  font-weight: 700;
}

.sidebar-card {
  margin-top: 0;
  padding: clamp(0.9rem, 3vw, 1.4rem);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.sidebar-card p {
  margin: 0 0 clamp(0.7rem, 1.6vh, 1rem);
  color: var(--color-text-muted);
  font-size: clamp(0.9rem, 3.6vw, 1rem);
  line-height: 1.45;
}

.sidebar-card .button {
  width: 100%;
  min-height: clamp(42px, 6vh, 52px);
  padding: 0.7rem 0.85rem;
  font-size: clamp(0.62rem, 2.9vw, 0.78rem);
}

@media (max-height: 700px) {
  .mobile-sidebar { gap: 0.75rem; padding-block: 0.85rem; }
  .sidebar-close { width: 40px; height: 40px; font-size: 1.35rem; }
  .mobile-nav { gap: 0.36rem; }
  .mobile-nav a { padding-bottom: 0.38rem; font-size: 0.92rem; }
  .sidebar-card { padding: 0.75rem; }
  .sidebar-card p { margin-bottom: 0.55rem; font-size: 0.82rem; line-height: 1.35; }
  .sidebar-card .button { min-height: 38px; padding: 0.55rem 0.7rem; font-size: 0.58rem; letter-spacing: 0.08em; }
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: calc(var(--header-height) + clamp(1.5rem, 4.2vh, 4rem)) 0 clamp(2rem, 4.5vh, 4rem);
  color: var(--color-text);
  background:
    radial-gradient(ellipse at 100% 54%, rgba(183, 143, 104, 0.24), transparent 26rem),
    radial-gradient(ellipse at 89% 70%, rgba(255, 255, 255, 0.74), transparent 24rem),
    linear-gradient(118deg, #fbf5ed 0%, #f6eadc 65%, #f1dfcb 100%);
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  width: min(44vw, 40rem);
  height: min(44vw, 40rem);
  right: -14rem;
  top: 10%;
  border: 1px solid rgba(173, 128, 80, 0.18);
  box-shadow: 0 0 0 2.4rem rgba(255, 255, 255, 0.12), 0 0 0 5.8rem rgba(173, 128, 80, 0.05);
}

.hero::after {
  width: min(20vw, 13rem);
  height: 2px;
  left: max(1rem, calc((100% - 1180px) / 2));
  bottom: 15%;
  background: rgba(173, 128, 80, 0.68);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2.5rem;
}

.hero-copy { max-width: 790px; }

.hero .eyebrow { color: var(--color-primary-deep); }

.hero h1 {
  max-width: min(15ch, 100%);
  color: var(--color-ink);
  font-size: clamp(3.25rem, min(7.2vw, 10.4svh), 6.8rem);
  line-height: 0.88;
  margin-bottom: 1.2rem;
}

.hero-text {
  max-width: 58ch;
  margin: 0 0 1.5rem;
  color: var(--color-text-muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero-actions,
.cta-actions { display: flex; flex-direction: column; gap: 0.85rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover { transform: translateY(-1px); }

.button-primary {
  background: linear-gradient(100deg, #a57548, #b8895d);
  color: #fff;
  box-shadow: 0 16px 34px rgba(44, 34, 24, 0.22);
}

.button-secondary {
  border-color: rgba(118, 82, 52, 0.62);
  background: rgba(255, 251, 245, 0.36);
  color: var(--color-primary-deep);
  backdrop-filter: blur(10px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  overflow: hidden;
}

.hero-stat { padding: 1rem; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.hero-stat:last-child { border-right: 0; }
.hero-stat strong { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.42rem, 2.35vw, 2.08rem); line-height: 0.98; font-weight: 700; letter-spacing: -0.04em; }
.hero-stat span { display: block; margin-top: 0.3rem; color: rgba(255, 253, 249, 0.72); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.62rem; font-weight: 800; }

.hero-card { position: relative; }

.hero-image-frame,
.portrait-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--color-ink);
  box-shadow: var(--shadow-soft);
}

.hero-image-frame::before,
.portrait-frame::before {
  content: '';
  position: absolute;
  inset: 1rem;
  z-index: 1;
  border: 1px solid rgba(156, 135, 76, 0.46);
  pointer-events: none;
}

.hero-image-frame::after,
.portrait-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(11, 11, 11, 0.18));
  pointer-events: none;
}

.hero-image-frame {
  width: min(100%, 520px);
  min-height: 0;
  aspect-ratio: 0.92;
  justify-self: end;
  transform: translateY(1.5rem);
  display: grid;
  place-items: center;
  border: 1px solid rgba(118, 82, 52, 0.18);
  border-radius: var(--radius-lg);
  background: #d7b993;
  box-shadow: 0 26px 52px rgba(93, 62, 37, 0.18);
}

.hero-image-frame::before,
.hero-image-frame::after {
  content: none;
}

.hero-image-frame img,
.portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06);
}

.hero-image-frame img {
  position: absolute;
  inset: 0;
  object-position: 62% center;
}

.hero-image-frame img.hero-logo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.portrait-frame {
  min-height: 460px;
}

.portrait-frame img {
  min-height: 460px;
  object-position: center;
}

.placeholder {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.35rem;
  padding: 2rem;
  border: 1px dashed rgba(139, 106, 67, 0.42);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(234, 223, 210, 0.76)),
    repeating-linear-gradient(45deg, rgba(198, 166, 111, 0.1) 0 12px, rgba(255, 255, 255, 0.16) 12px 24px);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
}

.placeholder::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(139, 106, 67, 0.16);
  border-radius: calc(var(--radius-lg) - 10px);
}

.placeholder span {
  color: var(--color-primary-deep);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
}

.placeholder strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.99;
  letter-spacing: -0.04em;
}

.placeholder small { color: var(--color-text-muted); max-width: 28ch; }

.placeholder-product { min-height: 420px; }

.product-slider {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(247, 247, 244, 0.86);
  box-shadow: var(--shadow-soft);
}

.product-slider-track {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  transition: transform 0.65s ease;
}

.product-slide {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  flex: 0 0 100%;
  min-height: inherit;
  margin: 0;
}

.product-slide img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.product-slider-controls {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}

.product-slider-button,
.product-slider-dots button {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-text);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  pointer-events: auto;
}

.product-slider-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.product-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.28);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

.product-slider-dots button {
  width: 0.62rem;
  height: 0.62rem;
  padding: 0;
  border-radius: 50%;
  opacity: 0.65;
  transition: width 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.product-slider-dots button.is-active {
  width: 1.6rem;
  border-radius: 999px;
  background: var(--color-primary);
  opacity: 1;
}

.services-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(156, 135, 76, 0.22);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(96, 65, 43, 0.96), rgba(129, 89, 57, 0.94) 54%, rgba(174, 128, 83, 0.88)),
    var(--color-ink);
  box-shadow: var(--shadow-soft);
  color: #fff;
}

.services-slider::before {
  display: none;
}

.services-slider-track {
  width: 100%;
  display: flex;
  min-height: clamp(520px, 66svh, 680px);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-slide {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  flex: 0 0 100%;
  min-height: inherit;
  display: grid;
  grid-template-columns: 1fr;
  isolation: isolate;
}

.service-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 196, 180, 0.18), transparent 24rem),
    linear-gradient(90deg, rgba(11, 11, 11, 0.94), rgba(11, 11, 11, 0.58) 52%, rgba(11, 11, 11, 0.2));
}

.service-slide-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.service-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.08);
  transform: scale(1.04);
  transition: transform 1.2s ease;
}

.service-slide.is-active .service-slide-media img { transform: scale(1); }

.service-slide-copy {
  width: min(100%, 640px);
  align-self: end;
  padding: clamp(2rem, 5vw, 4.6rem);
  padding-bottom: clamp(6.8rem, 10vw, 7.8rem);
}

.service-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  font-weight: 900;
}

.service-slide h3 {
  margin: 0 0 1rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.55rem, 6vw, 5.75rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.service-slide p {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.service-tags span {
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.services-slider-controls {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(1rem, 2.8vw, 1.55rem);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transform: translateX(-50%);
  pointer-events: none;
}

.services-slider-button,
.services-slider-dots button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}

.services-slider-button {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 0;
  font-size: 0;
  line-height: 1;
  opacity: 0.62;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.services-slider-button::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
}

.services-slider-button[data-services-prev]::before {
  transform: rotate(-45deg);
}

.services-slider-button[data-services-next]::before {
  transform: rotate(135deg);
}

.services-slider-button:hover {
  transform: scale(1.08);
  opacity: 1;
}

.services-slider-dots {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  max-width: min(420px, calc(100vw - 9rem));
  padding: 0.2rem 0.35rem;
  pointer-events: auto;
}

.services-slider-dots button {
  width: 0.78rem;
  height: 2px;
  padding: 0;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  opacity: 1;
  transition: width 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.services-slider-dots button.is-active {
  width: 1.45rem;
  background: var(--color-primary);
}

.floating-note {
  position: absolute;
  left: -1rem;
  bottom: 2rem;
  max-width: 230px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
}

.floating-note span {
  display: block;
  color: var(--color-primary-deep);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.floating-note strong { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.44rem; line-height: 1.02; font-weight: 700; letter-spacing: -0.035em; }

.hero-whatsapp {
  position: fixed;
  right: clamp(1rem, 2.8vw, 2rem);
  bottom: clamp(1rem, 3vw, 1.8rem);
  z-index: 100;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.hero-whatsapp svg { width: 34px; height: 34px; display: block; }

.split-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }

.sticky-heading { align-self: start; }

.info-stack { display: grid; gap: 1rem; }

.info-card,
.service-card,
.testimonial-card,
.faq-item,
.before-after-card,
.differentials-grid article {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.info-card {
  position: relative;
  min-height: 190px;
  padding: 1.55rem 1.65rem 1.55rem 10.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, #fffaf4, rgba(242, 226, 207, 0.86));
}

.info-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 8.2rem;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.12), rgba(11, 11, 11, 0.55)),
    var(--card-image);
  background-size: cover;
  background-position: center;
  filter: grayscale(1) contrast(1.08);
}

.info-card::after {
  content: '';
  position: absolute;
  left: 8.2rem;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--color-primary);
}

.featured-card { background: linear-gradient(135deg, #fffaf4, rgba(221, 194, 161, 0.3)); }
.card-number { color: var(--color-primary); font-weight: 900; letter-spacing: 0.22em; }
.info-card h3,
.differentials-grid h3,
.service-card h3,
.testimonial-card h3,
.before-after-card h3 { margin: 0.45rem 0 0.5rem; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; line-height: 1.08; font-weight: 700; letter-spacing: -0.035em; }
.info-card p,
.differentials-grid p,
.service-card p,
.testimonial-card p,
.faq-grid p,
.before-after-card p { margin: 0; color: var(--color-text-muted); }

.differentials-grid,
.services-grid,
.testimonials-grid,
.faq-grid,
.before-after-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.differentials-grid article {
  position: relative;
  min-height: 250px;
  padding: 1.35rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.55) 48%, rgba(11, 11, 11, 0.9) 100%),
    var(--card-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 48px rgba(58, 48, 38, 0.14);
}

.differentials-grid article::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(156, 135, 76, 0.32), transparent 48%);
  mix-blend-mode: soft-light;
}

.differentials-grid article > * {
  position: relative;
  z-index: 1;
}

.differentials-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  border-left: 2px solid var(--color-primary);
  color: #fff;
  font-size: 1.15rem;
}

.differentials-grid h3 { color: #fff; }

.differentials-grid p { color: rgba(255, 255, 255, 0.78); }

.services-grid { align-items: stretch; }

.service-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  aspect-ratio: 1 / 1;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.55rem;
  overflow: hidden;
  padding: clamp(1rem, 1.7vw, 1.45rem);
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.08) 0%, rgba(11, 11, 11, 0.48) 46%, rgba(11, 11, 11, 0.9) 100%),
    var(--service-image, linear-gradient(135deg, #0b0b0b, #5d5031));
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
  transition: transform 0.25s ease, border-color 0.25s ease, background-size 0.25s ease;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0.75rem;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.service-card:hover { transform: translateY(-4px); border-color: rgba(156, 135, 76, 0.48); }

.service-card h3,
.service-card p,
.service-icon {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  max-width: 100%;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.32vw, 1.42rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.service-card-long h3 {
  font-size: clamp(1rem, 1.12vw, 1.22rem);
  line-height: 1.05;
}

.service-card p {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.8rem, 0.9vw, 0.92rem);
  line-height: 1.42;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.service-card-long p {
  font-size: clamp(0.78rem, 0.84vw, 0.88rem);
  line-height: 1.38;
}

.highlight-service {
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.05) 0%, rgba(11, 11, 11, 0.45) 42%, rgba(11, 11, 11, 0.92) 100%),
    var(--service-image, linear-gradient(135deg, #0b0b0b, #2a2a2a 55%, #5d5031));
  background-size: cover;
  background-position: center;
  color: #fff;
}
.highlight-service p { color: rgba(255, 255, 255, 0.82); }
.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
}

.professional-card,
.products-card,
.cta-card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2rem;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.professional-card p + p { margin-top: 1rem; }

.pill-row,
.product-list { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.25rem; }
.pill-row span,
.product-list span {
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--color-border);
  border-radius: 0;
  background: rgba(247, 247, 244, 0.86);
  color: var(--color-text-muted);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.comparison-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
  background: var(--color-surface-soft);
}

.comparison-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.comparison-label {
  position: absolute;
  top: 0.8rem;
  z-index: 1;
  padding: 0.42rem 0.62rem;
  background: rgba(35, 26, 19, 0.78);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.comparison-label-before { left: 0.8rem; }
.comparison-label-after { right: 0.8rem; }

.comparison-image + h3 { margin-top: 0; }

.before-after-card,
.faq-item,
.faq-grid article { padding: 1.45rem; }

.before-after-card:has(.comparison-image:only-child) {
  padding: 1.45rem;
}

.before-after-card:has(.comparison-image:only-child) .comparison-image {
  margin-bottom: 0;
}

.testimonial-card {
  position: relative;
  min-height: 220px;
  padding: 1.35rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 244, 0.84));
}

.testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--color-primary) 0 4px, transparent 4px),
    radial-gradient(circle at 90% 12%, rgba(156, 135, 76, 0.12), transparent 8rem);
}

.testimonial-card::after {
  content: 'MW';
  position: absolute;
  right: 1rem;
  bottom: 0.7rem;
  color: rgba(156, 135, 76, 0.08);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.testimonial-card > * {
  position: relative;
  z-index: 1;
}

.faq-grid {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  padding: 0;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.faq-item[open] {
  border-color: rgba(156, 135, 76, 0.34);
  background: var(--color-surface-strong);
  box-shadow: 0 20px 48px rgba(58, 48, 38, 0.12);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.45rem;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--color-ink);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.faq-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  opacity: 0.78;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-primary-deep);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-icon {
  opacity: 1;
  transform: rotate(180deg);
}

.faq-item[open] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
  padding: 0 1.45rem 1.35rem;
}

.faq-grid .faq-answer p {
  max-width: 62ch;
  font-size: 1rem;
}

.quote-mark {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--color-primary-deep);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  line-height: 0.8;
  letter-spacing: -0.04em;
}

.testimonial-card p {
  font-size: 0.96rem;
  line-height: 1.5;
}

.testimonial-card footer { display: grid; gap: 0.15rem; margin-top: 0.9rem; }
.testimonial-card footer span { color: var(--color-text-muted); font-size: 0.9rem; }

.section-products { background: linear-gradient(135deg, rgba(46, 43, 40, 0.04), rgba(216, 182, 167, 0.12)); }
.products-card .button { margin-top: 1.35rem; }

.cta-card {
  background: linear-gradient(135deg, #765234, #987049 58%, #c39970);
  color: #fff;
}
.cta-card .eyebrow { color: rgba(255, 255, 255, 0.76); }
.cta-card p { color: rgba(255, 255, 255, 0.76); }

.site-footer {
  padding: 4.5rem 0 3rem;
  border-top: 1px solid var(--color-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.92));
}

.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.footer-logo { width: min(160px, 42vw); height: auto; margin-bottom: 1.2rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-card); }
.site-footer h3 { margin: 0 0 1rem; font-size: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.75rem; color: var(--color-text-muted); }
.site-footer a { transition: color 0.2s ease; }
.site-footer a:hover { color: var(--color-primary-deep); }
.footer-credit { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--color-border); text-align: center; }
.footer-credit p { max-width: none; margin: 0; color: var(--color-text-muted); font-size: 0.9rem; }
.footer-credit a { color: var(--color-text); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(198, 166, 111, 0.58); text-underline-offset: 0.22em; }

@media (max-width: 767px) {
  :root { --header-height: 68px; --container: min(100% - 1.25rem, 1180px); }
  .header-inner { min-height: var(--header-height); }
  .brand { gap: 0.65rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 0.92rem; }
  .brand-copy small { font-size: 0.68rem; }
  .menu-toggle { width: 42px; height: 42px; }
  .section { padding: 4rem 0; }
  .hero {
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    align-items: stretch;
    overflow: hidden;
    padding: calc(var(--header-height) + clamp(0.45rem, 1.6svh, 0.85rem)) 0 clamp(0.65rem, 1.8svh, 1rem);
  }
  .hero-grid {
    height: 100%;
    min-height: 0;
    grid-template-rows: auto minmax(160px, 1fr);
    align-items: stretch;
    align-content: stretch;
    gap: clamp(0.7rem, 1.8svh, 1.1rem);
  }
  .hero-copy,
  .hero-card { min-height: 0; }
  .hero-card { display: flex; align-self: stretch; min-height: 160px; }
  .hero .eyebrow { margin-bottom: 0.45rem; font-size: 0.58rem; letter-spacing: 0.24em; }
  .hero h1 { font-size: clamp(2.45rem, min(10.8vw, 7.4svh), 3.55rem); margin-bottom: 0.75rem; }
  .hero-text { margin-bottom: 0.75rem; font-size: clamp(0.88rem, 2.55vw, 1rem); line-height: 1.45; }
  .hero-actions { gap: 0.5rem; }
  .hero-actions .button { min-height: 42px; padding: 0.65rem 0.85rem; font-size: 0.66rem; }
  .service-card { min-height: 280px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stat { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .hero-stat:last-child { border-bottom: 0; }
  .hero-image-frame { flex: 1; width: 100%; height: 100%; min-height: 160px; aspect-ratio: auto; justify-self: stretch; transform: none; border-radius: 16px; }
  .hero-image-frame img { object-position: 62% top; }
  .info-card {
    min-height: 0;
    padding: 1.25rem 1.15rem 1.25rem 7rem;
  }
  .info-card::before { width: 5.6rem; }
  .info-card::after {
    left: 5.6rem;
    width: 2px;
  }
  .services-slider-track { min-height: 540px; }
  .service-slide::after { background: linear-gradient(180deg, rgba(11, 11, 11, 0.18) 0%, rgba(11, 11, 11, 0.74) 46%, rgba(11, 11, 11, 0.96) 100%); }
  .service-slide-copy {
    align-self: start;
    padding: clamp(2rem, 7vw, 2.7rem) 1.65rem 5.2rem;
  }
  .service-slide h3 { font-size: clamp(2.05rem, 10vw, 3.2rem); }
  .service-slide p { font-size: clamp(0.95rem, 4.8vw, 1.1rem); }
  .service-tags span { font-size: 0.62rem; }
  .services-slider-controls {
    left: 50%;
    right: auto;
    width: auto;
    justify-content: center;
    gap: 0;
    transform: translateX(-50%);
  }
  .services-slider-button {
    display: none;
  }
  .services-slider-dots {
    max-width: calc(100vw - 6rem);
    gap: 0.26rem;
    padding: 0.16rem 0.28rem;
  }
  .services-slider-dots button { width: 0.58rem; height: 2px; }
  .services-slider-dots button.is-active { width: 1.1rem; }
  .product-slider { min-height: 430px; }
  .floating-note { left: 1rem; right: 1rem; bottom: 1rem; max-width: none; }
  .hero-whatsapp { width: 52px; height: 52px; }
  .hero-whatsapp svg { width: 28px; height: 28px; }
}

@media (max-width: 374px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 2.35rem; }
  .info-card { padding-left: 6.2rem; }
  .info-card::before { width: 4.9rem; }
  .info-card::after { left: 4.9rem; }
  .comparison-placeholders { grid-template-columns: 1fr; }
}

@media (min-width: 768px) {
  .section { padding: 6rem 0; }
  .hero-actions,
  .cta-actions { flex-direction: row; align-items: center; }
  .differentials-grid,
  .testimonials-grid,
  .before-after-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .desktop-nav { display: inline-flex; }
  .menu-toggle { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr); }
  .service-slide { grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.72fr); }
  .service-slide-copy { grid-column: 1; }
  .service-slide-media { left: 34%; }
  .service-slide::after { background: linear-gradient(90deg, rgba(11, 11, 11, 0.96) 0%, rgba(11, 11, 11, 0.82) 42%, rgba(11, 11, 11, 0.08) 100%); }
  .split-grid { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); }
  .sticky-heading { position: sticky; top: calc(var(--header-height) + 2rem); }
  .differentials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .highlight-service { grid-column: span 2; grid-row: span 2; min-height: 100%; }
  .professional-card,
  .products-card { grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr); }
  .products-card { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); }
  .before-after-grid,
  .testimonials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cta-card { grid-template-columns: minmax(0, 1fr) auto; }
  .footer-grid { grid-template-columns: 1.35fr 0.7fr 0.85fr 1fr; }
}
