:root {
  --reference-container: 1300px;
  --reference-gutter: 15px;
  --reference-section-space: 120px;
  --reference-radius: 14px;
  --reference-bg: #f7f3ee;
  --reference-surface: #fffefd;
  --reference-dark: #242326;
  --reference-card: #efe8df;
  --reference-accent: #b89d82;
  --reference-line: rgba(66, 65, 67, 0.16);
}

html {
  scroll-padding-top: 7rem;
}

[id] {
  scroll-margin-top: 7rem;
}

body {
  background: var(--reference-bg);
}

.site-frame {
  padding: 0;
  overflow: clip;
}

.section-space {
  padding-top: var(--reference-section-space);
  padding-bottom: var(--reference-section-space);
}

h2,
.footer-lead h2,
.booking-panel h2 {
  font-size: 3.2vw !important;
  line-height: 1.08;
}

.about-section,
.why-section,
.stories-section,
.transformation-section,
.care-section,
.insights-section {
  width: min(calc(100% - 30px), var(--reference-container));
  margin-right: auto;
  margin-left: auto;
}

.surface-section,
.dark-section,
.site-footer {
  width: calc(100% - 30px);
  max-width: 1820px;
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--reference-radius);
}

.services-section > *,
.special-section > *,
.studio-section > *,
.expertise-section > *,
.contact-section > *,
.site-footer > * {
  width: min(calc(100% - 30px), var(--reference-container));
  margin-right: auto;
  margin-left: auto;
}

.section-pill {
  display: inline-flex;
  width: max-content;
  min-height: 2.1rem;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--reference-line);
  border-radius: 999px;
  color: var(--color-graphite);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}

.section-pill::before {
  width: 0.68rem;
  height: 0.68rem;
  border: 2px solid var(--reference-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(184, 157, 130, 0.16);
  content: "";
}

.section-pill--dark {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--color-white);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.95fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  margin-bottom: 5rem;
}

.split-heading > div {
  align-self: center;
}

.split-heading > div > p:not(.section-pill) {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.center-heading {
  display: grid;
  justify-items: center;
  gap: 1rem;
  margin-bottom: 4.5rem;
  text-align: center;
}

.center-heading > .section-pill {
  width: max-content;
}

.center-heading > p:not(.section-pill) {
  width: min(100%, 48rem);
  margin: 0;
  line-height: 1.7;
}

/* Header e hero */

.hero-shell {
  min-height: max(49rem, calc(100svh - 30px));
  margin: 15px 15px 0;
  border-radius: var(--reference-radius);
  isolation: auto;
}

.hero-compare {
  z-index: 0;
}

.announcement-bar {
  min-height: 3.15rem;
}

.site-header {
  z-index: 2000;
}

.site-header.is-scrolled {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 15px;
  left: 15px;
  width: auto;
  max-width: none;
  color: var(--color-charcoal);
  background: rgba(255, 254, 253, 0.95);
  box-shadow: 0 0.8rem 2.6rem rgba(36, 35, 38, 0.12);
  backdrop-filter: blur(18px);
}

.site-header:not(.is-scrolled) .site-brand img {
  filter: brightness(0) invert(1);
}

.site-header:not(.is-scrolled) .site-brand strong,
.site-header:not(.is-scrolled) .site-brand small {
  color: var(--color-white);
}

.site-header.is-scrolled .site-brand img {
  filter: none;
}

.hero-compare,
.hero-compare * {
  user-select: none;
}

.hero-content,
.hero-message,
.hero-copy,
.hero-proof,
.simulation-note {
  pointer-events: none;
}

.hero-content a,
.hero-content button {
  pointer-events: auto;
}

.compare-control {
  z-index: 4;
  cursor: ew-resize;
  touch-action: pan-y;
}

.hero-content {
  z-index: 5;
}

.hero-message h1 {
  width: 200px;
  max-width: 200px;
  font-size: 3.2vw;
  line-height: 1.02;
}

.hero-copy {
  max-width: 28rem;
  justify-self: end;
}

.hero-actions {
  display: flex;
}

.hero-actions .button-link {
  min-width: 14rem;
  justify-content: space-between;
  background: var(--color-white);
  color: var(--color-charcoal);
}

.hero-actions .button-link:hover,
.hero-actions .button-link:focus-visible {
  background: var(--reference-accent);
}

.simulation-note {
  display: grid;
  gap: 0.15rem;
}

/* Sobre */

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(4rem, 7vw, 7rem);
  align-items: center;
}

.about-collage {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
}

.about-collage > .about-collage__portrait {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: var(--reference-radius);
}

.about-collage__portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
  border-radius: inherit;
  transition: transform 700ms var(--ease);
}

.about-collage:hover .about-collage__portrait img {
  transform: scale(1.025);
}

.about-collage__clinic,
.about-rating,
.about-mark,
.about-progress {
  display: none;
}

.about-content {
  display: block;
}

.about-content > p:not(.section-pill) {
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
  margin-top: 2.5rem;
}

.about-principles article {
  display: grid;
  grid-template-columns: 3.15rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0;
  border: 0;
}

.about-principles article > i {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  border-radius: 50%;
  background: var(--reference-card);
}

.about-principles article > i::before {
  width: 0.8rem;
  height: 0.45rem;
  border-bottom: 2px solid var(--reference-accent);
  border-left: 2px solid var(--reference-accent);
  content: "";
  transform: rotate(-45deg);
}

.about-principles h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
}

.about-principles p {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
}

.about-quote {
  position: relative;
  margin: 2.6rem 0 0;
  padding: 1.8rem 4.8rem 1.8rem 0;
  border-top: 1px solid var(--reference-line);
  border-bottom: 1px solid var(--reference-line);
  color: var(--color-graphite);
  font-family: "Caveat", cursive;
  font-size: clamp(1.8rem, 2.25vw, 2.75rem);
  font-weight: 500;
  line-height: 1.12;
}

.about-quote cite {
  display: block;
  margin-top: 0.8rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-content .circle-action {
  position: absolute;
  right: 0;
  bottom: 1.8rem;
}

.about-content {
  position: relative;
}

/* Tratamentos principais */

.services-section {
  position: relative;
  padding-top: var(--reference-section-space);
  padding-bottom: var(--reference-section-space);
  overflow: hidden;
  background: var(--reference-surface);
}

.services-section .split-heading {
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.55fr);
}

.services-section .split-heading > div:last-child {
  display: flex;
  justify-content: flex-end;
}

.carousel-controls {
  display: flex;
  gap: 0.9rem;
}

.carousel-controls button {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid var(--reference-accent);
  border-radius: 50%;
  background: var(--reference-accent);
  color: var(--color-white);
  box-shadow: 0 0.8rem 2rem rgba(184, 157, 130, 0.24);
  transition:
    transform 180ms var(--ease),
    background 180ms ease,
    color 180ms ease;
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  transform: translateY(-3px);
  background: var(--reference-dark);
  color: var(--color-white);
}

.carousel-controls button:disabled {
  border-color: var(--reference-line);
  background: transparent;
  color: rgba(66, 65, 67, 0.35);
  box-shadow: none;
}

.treatment-carousel,
.section-trust {
  width: min(calc(100% - 30px), var(--reference-container));
  margin-right: auto;
  margin-left: auto;
}

.treatment-carousel {
  overflow: hidden;
}

.treatment-track {
  display: flex;
  width: 100%;
  gap: 1.875rem;
  transition: transform 520ms var(--ease);
}

.treatment-card {
  display: flex;
  flex: 0 0 calc((100% - 3.75rem) / 3);
  min-width: calc((100% - 3.75rem) / 3);
  min-height: 25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  border: 0;
  border-radius: var(--reference-radius);
  background: var(--reference-bg);
  color: var(--color-charcoal);
  box-shadow: none;
  transition:
    transform 260ms var(--ease),
    background-color 260ms ease;
}

.treatment-card:hover,
.treatment-card:focus-visible {
  transform: translateY(-5px);
  background: #f0e7dc;
}

.treatment-card__number {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--reference-line);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.treatment-card h3 {
  margin: auto 0 0;
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
}

.treatment-card p {
  margin: 0.7rem 0 0;
  line-height: 1.65;
}

.treatment-card img {
  display: none;
}

.treatment-card > i {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  order: -1;
  place-items: center;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: var(--reference-accent);
}

.treatment-card > i::before {
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1.5px solid var(--color-white);
  border-right: 1.5px solid var(--color-white);
  content: "";
  transform: rotate(45deg);
}

.section-trust {
  margin-top: 2.5rem;
}

/* Why Choose Us */

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 5vw, 5rem);
  align-items: center;
}

.why-collage {
  position: relative;
  display: grid;
  height: 37.5rem;
  grid-template-columns: calc(58% - 0.65rem) calc(42% - 0.65rem);
  grid-template-rows: 1fr 1fr;
  gap: 1.25rem;
}

.why-collage figure {
  margin: 0;
  overflow: hidden;
}

.why-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-collage__main {
  grid-row: 1 / 3;
  border-radius: 8.75rem 0 0 8.75rem;
}

.why-collage__detail {
  border-radius: 0 8.75rem 0 0;
}

.why-collage__device {
  border-radius: 0 0 8.75rem 0;
  background: transparent;
}

.why-stamp {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 58%;
  display: grid;
  width: 8.15rem;
  height: 8.15rem;
  place-items: center;
  padding: 1.2rem;
  border: 6px solid var(--reference-bg);
  border-radius: 50%;
  background: var(--reference-accent);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.why-content > p:not(.section-pill) {
  margin: 1.8rem 0 2.2rem;
  line-height: 1.75;
}

.content-accordion {
  border-top: 1px solid var(--reference-line);
}

.content-accordion article {
  border-bottom: 1px solid var(--reference-line);
}

.content-accordion article > button {
  min-height: 5.5rem;
  padding: 1rem 0;
  font-size: 1.125rem;
}

.content-accordion article > button i {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--reference-accent);
}

.content-accordion article > button i::before,
.content-accordion article > button i::after {
  width: 0.55rem;
  height: 1px;
  background: var(--color-white);
}

.content-accordion article > div {
  padding: 0 3rem 1.8rem 0;
}

/* What We Do */

.expertise-section {
  position: relative;
  min-height: 59.5rem;
  padding-top: var(--reference-section-space);
  padding-bottom: var(--reference-section-space);
  overflow: hidden;
  background:
    repeating-radial-gradient(circle at 10% 30%, transparent 0 24px, rgba(255, 255, 255, 0.018) 25px 26px),
    var(--reference-dark);
}

.expertise-section > header {
  display: grid;
  justify-items: center;
  margin-bottom: 5rem;
  text-align: center;
}

.expertise-section > header h2 {
  color: var(--color-white);
}

.expertise-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 0.72fr) minmax(28rem, 1.55fr) minmax(14rem, 0.72fr);
  gap: 1.875rem;
  align-items: stretch;
}

.expertise-grid > * {
  min-height: 25rem;
  margin: 0;
  border: 0;
  border-radius: var(--reference-radius);
}

.expertise-fact,
.expertise-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}

.expertise-avatar {
  width: 7rem;
  height: 5.2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 4rem;
}

.expertise-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-fact strong {
  margin-top: auto;
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
}

.expertise-fact h3,
.expertise-contact h3 {
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
}

.expertise-fact p,
.expertise-contact p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.expertise-image {
  position: relative;
  overflow: hidden;
}

.expertise-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(20, 20, 20, 0.72));
  content: "";
}

.expertise-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-image figcaption {
  position: absolute;
  z-index: 2;
  right: 2.4rem;
  bottom: 2.2rem;
  left: 2.4rem;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.expertise-contact img {
  position: absolute;
  right: -1.8rem;
  bottom: -0.8rem;
  width: 92%;
  height: 44%;
  object-fit: contain;
}

.expertise-contact .button-link {
  position: relative;
  z-index: 2;
  margin-top: 1.4rem;
}

/* Histórias e cards editoriais */

.stories-section .split-heading {
  margin-bottom: 5rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}

.story-grid > a {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  border-radius: var(--reference-radius);
}

.story-grid > a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20, 20, 20, 0.84));
  content: "";
}

.story-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.story-grid a:hover img,
.story-grid a:focus-visible img {
  transform: scale(1.045);
}

.story-grid a > div {
  z-index: 2;
}

/* Tratamentos especiais e chamada */

.special-section {
  position: relative;
  padding-top: var(--reference-section-space);
  padding-bottom: 20rem;
  background: var(--reference-surface);
}

.treatment-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 2.4rem;
}

.treatment-pills a {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  gap: 0.8rem;
  padding: 0.3rem 1.25rem 0.3rem 0.3rem;
  border: 1px solid var(--reference-line);
  border-radius: 999px;
  color: var(--color-graphite);
  font-weight: 700;
  transition:
    transform 180ms var(--ease),
    border-color 180ms ease,
    background 180ms ease;
}

.treatment-pills a:hover,
.treatment-pills a:focus-visible {
  transform: translateY(-3px);
  border-color: var(--reference-accent);
  background: var(--reference-bg);
}

.treatment-pills img {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  object-fit: cover;
}

.booking-panel {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(calc(100% - 50px), calc(var(--reference-container) - 30px));
  min-height: 20.3rem;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.55fr);
  gap: 2rem;
  align-items: center;
  margin: -16rem auto 0;
  padding: 3.8rem;
  overflow: hidden;
  background: var(--reference-dark);
}

.booking-panel > div {
  position: relative;
  z-index: 2;
}

.booking-panel > div:first-child {
  width: 64%;
}

.booking-panel > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.booking-panel > img {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 29%;
  height: 95%;
  object-fit: cover;
  object-position: center 18%;
  opacity: 0.4;
  mix-blend-mode: luminosity;
}

/* Comparações */

.transformation-section {
  padding-top: 13rem;
}

.transformation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
}

.transformation-compare {
  min-height: 39rem;
  border-radius: var(--reference-radius);
}

.transformation-before,
.transformation-after img {
  object-fit: cover;
  object-position: center;
}

.technology-marquee {
  display: none;
}

/* Análise facial 3D */

.studio-section {
  padding-top: var(--reference-section-space);
  padding-bottom: var(--reference-section-space);
  background: var(--reference-surface);
}

.studio-benefits {
  border-top: 1px solid var(--reference-line);
  border-bottom: 1px solid var(--reference-line);
}

.studio-feature {
  min-height: 36rem;
  margin-top: 3.5rem;
  border-radius: var(--reference-radius);
  background:
    repeating-radial-gradient(circle at 70% 55%, transparent 0 34px, rgba(255, 255, 255, 0.03) 35px 36px),
    var(--reference-dark);
}

.studio-feature > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}

.studio-feature h3 {
  color: var(--color-white);
  font-size: clamp(2.6rem, 4.2vw, 4.7rem);
}

.studio-feature p {
  color: rgba(255, 255, 255, 0.7);
}

.studio-feature figure {
  background: transparent;
}

/* Princípios */

.care-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.6rem;
  align-items: center;
}

.care-content h2 {
  margin-bottom: 2.5rem;
}

.care-slider {
  min-height: 22rem;
  padding: 2.7rem;
  border-radius: var(--reference-radius);
  background: var(--reference-surface);
}

.care-slider article {
  display: none;
}

.care-slider article.is-active {
  display: flex;
  min-height: 16rem;
  flex-direction: column;
  justify-content: space-between;
}

.care-slider p {
  font-size: 1.2rem;
  line-height: 1.7;
}

.care-controls {
  justify-content: flex-end;
  margin-top: -4.7rem;
  padding-right: 2.5rem;
}

.care-mosaic {
  display: grid;
  min-height: 40rem;
  grid-template-columns: 58% 42%;
  grid-template-rows: 42% 58%;
  gap: 1.5rem;
}

.care-mosaic > * {
  margin: 0;
  overflow: hidden;
  border-radius: var(--reference-radius);
}

.care-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.care-mosaic__portrait {
  grid-row: 1 / 3;
}

.care-mosaic__score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background: var(--reference-accent);
  color: var(--color-white);
}

.care-mosaic__score strong {
  font-size: 2.8rem;
}

.care-mosaic__clinic {
  grid-column: 2;
}

.care-mosaic__device {
  display: none;
}

/* FAQ */

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  padding: var(--reference-section-space) max(15px, calc((100% - var(--reference-container)) / 2));
  background: var(--reference-surface);
}

.faq-collage {
  position: relative;
  display: grid;
  min-height: 39rem;
  grid-template-columns: 44% 56%;
  grid-template-rows: 56% 44%;
}

.faq-collage figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--reference-radius);
}

.faq-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-collage__main {
  z-index: 1;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  width: 72%;
  height: 82%;
}

.faq-collage__detail {
  z-index: 3;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  width: 100%;
  height: 66%;
  border: 6px solid var(--reference-surface);
}

.faq-collage__support {
  z-index: 4;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  width: 72%;
  height: 76%;
  margin-left: 1.2rem;
  border: 6px solid var(--reference-surface);
}

.faq-collage > span {
  display: none;
}

.faq-content {
  min-width: 0;
}

/* Conteúdos */

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}

.insight-grid > a {
  display: block;
  padding: 0.65rem;
  border-radius: var(--reference-radius);
  background: var(--reference-surface);
  color: var(--color-charcoal);
  transition: transform 220ms var(--ease);
}

.insight-grid > a:hover,
.insight-grid > a:focus-visible {
  transform: translateY(-5px);
}

.insight-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--reference-radius) - 4px);
}

.insight-grid figure img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.insight-grid > a > div {
  padding: 1.5rem 1rem 1rem;
}

.insight-grid h3 {
  margin: 0.8rem 0 1.2rem;
  font-family: var(--font-body);
  font-size: 1.2rem;
  line-height: 1.4;
}

/* Contato e footer */

.contact-section {
  display: none;
}

.site-footer {
  position: relative;
  padding-top: var(--reference-section-space);
  overflow: hidden;
  background:
    repeating-radial-gradient(circle at 12% 20%, transparent 0 28px, rgba(255, 255, 255, 0.018) 29px 30px),
    var(--reference-dark);
}

.footer-lead {
  display: grid;
  justify-items: center;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.footer-lead .brand-lockup {
  margin-bottom: 2rem;
}

.footer-lead h2 {
  color: var(--color-white);
}

.footer-lead > p {
  width: min(100%, 45rem);
  margin: 1.4rem 0 2rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-lead > div {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.9fr 0.9fr;
  gap: 3rem;
  padding: 4rem 0;
}

.footer-main > div:last-child {
  grid-column: auto;
  padding-top: 0;
  border-top: 0;
}

.footer-bottom {
  width: min(calc(100% - 30px), var(--reference-container));
}

/* Revelação sem deslocar o layout */

[data-reveal],
[data-split-reveal] {
  transition:
    opacity 600ms ease,
    transform 600ms var(--ease);
}

/* Tablet */

@media (max-width: 1024px) {
  :root {
    --reference-section-space: 90px;
  }

  .site-navigation {
    position: fixed;
    inset: 0;
  }

  .site-header.menu-visible,
  .site-header.menu-visible.is-scrolled {
    overflow: visible;
    backdrop-filter: none;
  }

  .site-header.menu-visible .site-navigation {
    position: fixed;
    z-index: 101;
    inset: 0;
    width: 100vw;
    height: 100svh;
    padding: 8rem var(--page-gutter) 3rem;
  }

  .site-header.menu-visible .site-brand img {
    filter: brightness(0) invert(1);
  }

  .site-header.menu-visible .site-brand strong,
  .site-header.menu-visible .site-brand small {
    color: var(--color-white);
  }

  .about-section,
  .why-section,
  .care-section,
  .faq-section {
    gap: 3rem;
  }

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

  .why-collage {
    height: 33rem;
  }

  .expertise-grid {
    grid-template-columns: minmax(12rem, 0.8fr) minmax(22rem, 1.5fr);
  }

  .expertise-contact {
    min-height: 19rem;
    grid-column: 1 / 3;
  }

  .expertise-contact img {
    right: 3%;
    width: 34%;
    height: 90%;
  }

  .expertise-contact h3,
  .expertise-contact p,
  .expertise-contact a {
    width: 55%;
  }

  .story-grid > a {
    min-height: 31rem;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }

  .booking-panel > div:first-child {
    width: 62%;
  }

  .booking-panel > img {
    width: 37%;
  }

  .transformation-compare {
    min-height: 31rem;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 820px) {
  :root {
    --reference-gutter: 8px;
    --reference-section-space: 64px;
  }

  html {
    scroll-padding-top: 5.5rem;
  }

  h2,
  .footer-lead h2,
  .booking-panel h2 {
    font-size: clamp(2rem, 8.5vw, 3rem) !important;
    line-height: 1.04;
  }

  .site-frame {
    padding: 0;
  }

  .hero-shell {
    min-height: max(48rem, calc(100svh - 16px));
    margin: 8px 8px 0;
  }

  .site-header.is-scrolled {
    right: 8px;
    left: 8px;
  }

  .hero-message h1 {
    width: 200px;
    max-width: 200px;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .hero-copy {
    max-width: 19rem;
    justify-self: start;
  }

  .hero-copy > p {
    display: none;
  }

  .simulation-note {
    bottom: 3.1rem;
    gap: 0.1rem;
  }

  .simulation-note span {
    display: block;
  }

  .simulation-note span:last-child {
    display: block;
  }

  .hero-actions .button-link {
    min-width: 13.5rem;
  }

  .about-section,
  .why-section,
  .stories-section,
  .transformation-section,
  .care-section,
  .insights-section {
    width: calc(100% - 30px);
  }

  .surface-section,
  .dark-section,
  .site-footer {
    width: calc(100% - 16px);
  }

  .services-section > *,
  .special-section > *,
  .studio-section > *,
  .expertise-section > *,
  .site-footer > * {
    width: calc(100% - 30px);
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 3rem;
  }

  .services-section .split-heading {
    grid-template-columns: 1fr;
  }

  .services-section .split-heading > div:last-child {
    justify-content: flex-start;
  }

  .about-section,
  .why-section,
  .care-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .about-collage__portrait img {
    aspect-ratio: 4 / 3;
  }

  .about-principles {
    margin-top: 2rem;
  }

  .about-quote {
    padding-right: 0;
  }

  .about-content .circle-action {
    display: none;
  }

  .carousel-controls button {
    width: 3.5rem;
    height: 3.5rem;
  }

  .treatment-card {
    flex-basis: 100%;
    min-width: 100%;
    min-height: 23rem;
    padding: 2rem;
  }

  .section-trust {
    display: grid;
    gap: 0.8rem;
  }

  .why-collage {
    height: 32rem;
    order: 2;
  }

  .why-content {
    order: 1;
  }

  .why-stamp {
    width: 6.8rem;
    height: 6.8rem;
    border-width: 4px;
  }

  .expertise-section {
    min-height: auto;
  }

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

  .expertise-grid > *,
  .expertise-contact {
    min-height: 23rem;
    grid-column: auto;
  }

  .expertise-image {
    order: -1;
  }

  .expertise-contact h3,
  .expertise-contact p,
  .expertise-contact a {
    width: 62%;
  }

  .expertise-contact img {
    right: -5%;
    width: 48%;
    height: 80%;
  }

  .story-grid,
  .insight-grid,
  .transformation-grid {
    grid-template-columns: 1fr;
  }

  .story-grid > a {
    min-height: 31rem;
  }

  .special-section {
    padding-bottom: 14rem;
  }

  .treatment-pills {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .treatment-pills a {
    font-size: 0.8125rem;
  }

  .booking-panel {
    width: calc(100% - 32px);
    min-height: 27rem;
    margin-top: -10rem;
    padding: 2rem;
  }

  .booking-panel > div:first-child {
    width: 100%;
  }

  .booking-panel > div:nth-child(2) {
    align-self: start;
  }

  .booking-panel > img {
    right: -8%;
    width: 58%;
    height: 56%;
  }

  .transformation-section {
    padding-top: 8rem;
  }

  .transformation-compare {
    min-height: 26rem;
  }

  .studio-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-feature {
    min-height: 44rem;
    grid-template-columns: 1fr;
  }

  .studio-feature > div {
    padding: 2.2rem;
  }

  .studio-feature figure {
    min-height: 19rem;
  }

  .care-slider {
    min-height: 20rem;
    padding: 2rem;
  }

  .care-mosaic {
    min-height: 33rem;
  }

  .faq-section {
    padding: var(--reference-section-space) 15px;
  }

  .faq-collage {
    min-height: 32rem;
  }

  .faq-content {
    padding: 0;
  }

  .footer-lead {
    justify-items: start;
    text-align: left;
  }

  .footer-lead > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 520px) {
  .announcement-bar nav {
    display: none;
  }

  .site-header {
    padding-inline: 1rem;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-message h1 {
    font-size: clamp(2rem, 10.5vw, 2.75rem);
  }

  .about-principles {
    gap: 1.35rem;
  }

  .why-collage {
    height: 28rem;
    gap: 0.7rem;
  }

  .why-stamp {
    width: 5.8rem;
    height: 5.8rem;
    padding: 0.7rem;
    font-size: 0.75rem;
  }

  .expertise-contact h3,
  .expertise-contact p,
  .expertise-contact a {
    width: 68%;
  }

  .treatment-pills a {
    width: 100%;
  }

  .transformation-compare {
    min-height: 22rem;
  }

  .studio-benefits {
    grid-template-columns: 1fr;
  }

  .care-mosaic {
    min-height: 28rem;
    gap: 0.7rem;
  }

  .faq-collage {
    min-height: 27rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-collage__portrait img,
  .story-grid img,
  .treatment-card,
  .insight-grid > a,
  .carousel-controls button {
    transition: none;
  }
}
