@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("carine-site-assets/fontes/web/montserrat-400.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("carine-site-assets/fontes/web/montserrat-500.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("carine-site-assets/fontes/web/montserrat-600.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("carine-site-assets/fontes/web/cormorant-garamond-500.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("carine-site-assets/fontes/web/cormorant-garamond-500-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("carine-site-assets/fontes/web/cormorant-garamond-600.woff2") format("woff2");
}

:root {
  --taupe: #a89a88;
  --taupe-dark: #6f6054;
  --graphite: #565454;
  --beige: #e2d1bf;
  --ivory: #e9e1d6;
  --warm-white: #faf9f7;
  --paper: #fffdf9;
  --white: #ffffff;
  --deep-graphite: #2f2d2c;
  --line: rgba(168, 154, 136, 0.28);
  --shadow: 0 18px 50px rgba(47, 45, 44, 0.09);
  --shadow-small: 0 10px 28px rgba(47, 45, 44, 0.07);
  --font-interface: "Montserrat", Arial, sans-serif;
  --font-editorial: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --header-height: 5rem;
  --container: 74rem;
  --section-space: clamp(5rem, 12vw, 8.5rem);
  --radius-large: 2rem;
  --radius-medium: 1.35rem;
  --radius-pill: 999px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--warm-white);
  color: var(--graphite);
  font-family: var(--font-interface);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--deep-graphite);
}

h1,
h2 {
  font-family: var(--font-editorial);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 em,
h2 em {
  color: var(--taupe-dark);
  font-weight: 500;
}

address {
  font-style: normal;
}

::selection {
  background: var(--beige);
  color: var(--deep-graphite);
}

:focus-visible {
  outline: 3px solid rgba(133, 118, 102, 0.5);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: var(--deep-graphite);
  color: var(--white);
  font-size: 0.8rem;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: var(--section-space);
}

.section--soft {
  background: linear-gradient(145deg, rgba(233, 225, 214, 0.72), rgba(250, 249, 247, 0.94));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--taupe-dark);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-heading {
  max-width: 42rem;
  margin: 0 auto clamp(2.25rem, 7vw, 4rem);
  text-align: center;
}

.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.55rem, 12vw, 4.6rem);
}

.section-heading > p:last-child {
  max-width: 37rem;
  margin: 0 auto;
  font-size: 1rem;
}

.section-heading--left > p:last-child {
  margin-left: 0;
}

.button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--graphite);
  border-radius: var(--radius-pill);
  background: var(--graphite);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  box-shadow: 0 9px 22px rgba(133, 118, 102, 0.18);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease,
    transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  border-color: var(--deep-graphite);
  background: var(--deep-graphite);
  box-shadow: 0 12px 28px rgba(133, 118, 102, 0.25);
  transform: translateY(-2px);
}

.button svg {
  width: 1rem;
  height: 1rem;
}

.button--small {
  min-height: 3rem;
  padding-inline: 1.35rem;
  font-size: 0.78rem;
}

.button--wide {
  width: 100%;
}

.button--dark {
  border-color: var(--graphite);
  background: var(--graphite);
}

.button--dark:hover {
  border-color: var(--deep-graphite);
  background: var(--deep-graphite);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid var(--line);
  color: var(--deep-graphite);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 2;
  transition: border-color 180ms ease, color 180ms ease;
}

.text-link:hover {
  border-color: var(--taupe-dark);
  color: var(--taupe-dark);
}

.text-link svg {
  width: 0.95rem;
  height: 0.95rem;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(250, 249, 247, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(47, 45, 44, 0.06);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(10.5rem, 50vw, 13.2rem);
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav,
.header-cta {
  display: none;
}

.menu-toggle {
  position: relative;
  z-index: 1002;
  display: grid;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0.75rem;
  place-content: center;
  gap: 0.3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 1px;
  background: var(--deep-graphite);
  transition: transform 220ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0.375rem) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-0.375rem) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  display: flex;
  width: min(88vw, 24rem);
  height: 100dvh;
  flex-direction: column;
  padding: calc(var(--header-height) + 2.5rem) 1.5rem 2rem;
  background: var(--paper);
  box-shadow: -20px 0 50px rgba(47, 45, 44, 0.12);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform 260ms ease, visibility 260ms;
}

.mobile-menu.is-open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu nav {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mobile-menu nav a {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--deep-graphite);
  font-family: var(--font-editorial);
  font-size: 1.85rem;
  line-height: 1.1;
}

.mobile-menu > p {
  margin: 1rem 0 0;
  color: var(--taupe-dark);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.menu-backdrop {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47, 45, 44, 0.36);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

main {
  padding-top: var(--header-height);
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.hero {
  overflow: hidden;
  padding-top: clamp(3.5rem, 10vw, 6.5rem);
  padding-bottom: 2.5rem;
  background:
    radial-gradient(circle at 88% 8%, rgba(226, 209, 191, 0.45), transparent 30rem),
    linear-gradient(180deg, #fffdfa 0%, var(--warm-white) 100%);
}

.hero::before {
  position: absolute;
  top: 6%;
  left: -8rem;
  width: 16rem;
  height: 16rem;
  border: 1px solid rgba(168, 154, 136, 0.16);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 3.25rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 44rem;
  margin-bottom: 1.4rem;
  font-size: clamp(3.1rem, 15vw, 5.8rem);
}

.hero-copy h1 em {
  display: block;
}

.hero-lead {
  max-width: 34rem;
  margin-bottom: 1.75rem;
  color: var(--graphite);
  font-size: clamp(0.94rem, 3.4vw, 1.05rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.55rem;
  color: var(--graphite);
  font-size: 0.8rem;
}

.hero-note svg {
  width: 1rem;
  height: 1rem;
  color: var(--taupe-dark);
}

.hero-visual {
  position: relative;
  width: min(100%, 30rem);
  margin-inline: auto;
  padding: 0 0.5rem 0.75rem;
}

.hero-shape {
  position: absolute;
  right: -8%;
  bottom: -4%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 154, 136, 0.45);
  border-radius: 50%;
}

.hero-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 4 / 5.35;
  margin: 0;
  border-radius: 46% 46% 1.7rem 1.7rem;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(47, 45, 44, 0.12));
  content: "";
  pointer-events: none;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.hero-badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: grid;
  min-width: 12rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow-small);
  backdrop-filter: blur(12px);
}

.hero-badge span {
  color: var(--deep-graphite);
  font-family: var(--font-editorial);
  font-size: 1.12rem;
  line-height: 1.2;
}

.hero-badge strong {
  margin-top: 0.2rem;
  color: var(--taupe-dark);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.trust-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.65rem;
  margin-top: 3.25rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: rgba(255, 253, 249, 0.82);
  box-shadow: var(--shadow-small);
  backdrop-filter: blur(12px);
  list-style: none;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem;
  border-radius: 1rem;
}

.trust-item + .trust-item {
  border-top: 1px solid var(--line);
}

.icon-circle {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--taupe-dark);
  place-items: center;
}

.icon-circle svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 1.5;
}

.trust-item strong {
  display: block;
  margin-bottom: 0.05rem;
  color: var(--deep-graphite);
  font-size: 0.86rem;
}

.trust-item p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
}

.about {
  overflow: hidden;
}

.about-grid {
  display: grid;
  align-items: center;
  gap: 3.5rem;
}

.about-visual {
  position: relative;
  width: min(100%, 30rem);
  margin-inline: auto;
  padding: 0 0.75rem 1rem 0;
}

.about-photo {
  overflow: hidden;
  aspect-ratio: 4 / 5.35;
  border-radius: 1.5rem 8rem 1.5rem 1.5rem;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-seal {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 8.6rem;
  aspect-ratio: 1;
  padding: 1.2rem;
  place-items: center;
  border: 1px solid rgba(168, 154, 136, 0.35);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: var(--shadow-small);
  text-align: center;
}

.about-seal img {
  position: absolute;
  width: 55%;
  opacity: 0.13;
}

.about-seal span {
  position: relative;
  z-index: 1;
  color: var(--taupe-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-copy > p {
  font-size: 0.98rem;
}

.about-intro {
  color: var(--deep-graphite);
  font-family: var(--font-editorial);
  font-size: 1.35rem !important;
  line-height: 1.35;
}

.about-points {
  display: grid;
  gap: 0.6rem;
  margin: 1.75rem 0;
}

.about-points div {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.45);
  color: var(--deep-graphite);
  font-size: 0.82rem;
  font-weight: 600;
}

.about-points svg {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--taupe-dark);
  stroke-width: 1.5;
}

.signature-block {
  display: grid;
  gap: 0.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.signature {
  color: var(--taupe-dark);
  font-family: var(--font-editorial);
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
}

.signature-block span:last-child {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.treatments {
  padding-bottom: 0;
  background: var(--paper);
}

.treatment-grid {
  display: grid;
  gap: 0.85rem;
}

.treatment-card {
  position: relative;
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 249, 247, 0.72));
  box-shadow: 0 0 0 rgba(47, 45, 44, 0);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.treatment-card::after {
  position: absolute;
  right: -2rem;
  bottom: -2.5rem;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(168, 154, 136, 0.16);
  border-radius: 50%;
  content: "";
}

.treatment-card:hover {
  border-color: rgba(133, 118, 102, 0.48);
  box-shadow: var(--shadow-small);
  transform: translateY(-4px);
}

.treatment-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.35rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(226, 209, 191, 0.42);
  color: var(--taupe-dark);
}

.treatment-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 1.4;
}

.treatment-card h3 {
  margin-bottom: 0.75rem;
  font-family: var(--font-editorial);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

.treatment-card p {
  margin-bottom: 1.25rem;
  font-size: 0.82rem;
  line-height: 1.7;
}

.treatment-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  color: var(--taupe-dark);
  font-size: 0.78rem;
  font-weight: 600;
}

.treatment-card a svg {
  width: 0.85rem;
  height: 0.85rem;
}

.treatment-note {
  display: flex;
  max-width: 40rem;
  align-items: flex-start;
  justify-content: center;
  gap: 0.55rem;
  margin: 1.75rem auto 0;
  color: var(--graphite);
  font-size: 0.76rem;
  text-align: center;
}

.treatment-note svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.treatment-cta {
  margin-top: clamp(3.5rem, 9vw, 6rem);
  background: linear-gradient(120deg, var(--beige), #cfb99f);
}

.treatment-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 1.8rem;
}

.treatment-cta p {
  margin: 0;
  color: var(--deep-graphite);
  font-size: 0.95rem;
}

.treatment-cta p span {
  display: block;
  font-family: var(--font-editorial);
  font-size: 1.6rem;
  line-height: 1.15;
}

.philosophy {
  display: grid;
  min-height: min(54rem, 100svh);
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.92), rgba(250, 249, 247, 0.62) 48%, transparent 70%),
    var(--warm-white);
}

.philosophy-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(105vw, 48rem);
  max-width: none;
  opacity: 0.045;
  transform: translate(-50%, -50%);
}

.philosophy-content {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  text-align: center;
}

.philosophy-content .eyebrow {
  display: flex;
  justify-content: center;
}

.philosophy-icon {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto 1.25rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--taupe-dark);
}

.philosophy-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.4;
}

.philosophy-content h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(2.6rem, 12vw, 4.7rem);
}

.philosophy-content h2 em {
  display: block;
}

.ornament {
  position: relative;
  display: block;
  width: 4rem;
  height: 1rem;
  margin: 0 auto 1.35rem;
}

.ornament::before,
.ornament::after {
  position: absolute;
  top: 50%;
  width: 1.65rem;
  height: 1px;
  background: var(--taupe);
  content: "";
}

.ornament::before {
  left: 0;
}

.ornament::after {
  right: 0;
}

.ornament {
  border-radius: 50%;
  background: radial-gradient(circle, var(--taupe) 0 2px, transparent 2.5px);
}

.philosophy-content > p:last-child {
  max-width: 34rem;
  margin: 0 auto;
  font-size: 0.94rem;
}

.results {
  overflow: hidden;
}

.results-top {
  display: grid;
  align-items: end;
  gap: 0;
  margin-bottom: 2.5rem;
}

.results-top .section-heading {
  margin-bottom: 1rem;
}

.results-top > p {
  max-width: 34rem;
  font-size: 0.92rem;
}

.results-shell {
  position: relative;
}

.results-track {
  display: grid;
  grid-auto-columns: min(82vw, 25rem);
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0 1.25rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.results-track::-webkit-scrollbar {
  display: none;
}

.result-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: var(--shadow-small);
  scroll-snap-align: start;
}

.result-image {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: var(--ivory);
}

.result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.result-card:hover .result-image img {
  transform: scale(1.025);
}

.result-card figcaption {
  display: grid;
  gap: 0.3rem;
  padding: 1.1rem 1.2rem 1.25rem;
}

.result-card figcaption span {
  color: var(--taupe-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.result-card figcaption strong {
  color: var(--deep-graphite);
  font-family: var(--font-editorial);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.results-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.4rem;
}

.slider-button {
  display: grid;
  width: 2.85rem;
  height: 2.85rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--deep-graphite);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.slider-button:hover:not(:disabled) {
  background: var(--taupe);
  color: var(--white);
}

.slider-button:disabled {
  cursor: default;
  opacity: 0.38;
}

.slider-button svg {
  width: 1rem;
  height: 1rem;
}

.slider-status {
  min-width: 3.5rem;
  color: var(--taupe-dark);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.clinical-note {
  display: flex;
  max-width: 43rem;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 2rem;
  color: var(--graphite);
}

.clinical-note svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.25rem;
  color: var(--taupe-dark);
}

.clinical-note p {
  margin: 0;
  font-size: 0.74rem;
}

.experience {
  overflow: hidden;
  background: var(--paper);
}

.experience-grid {
  display: grid;
  align-items: center;
  gap: 3.5rem;
}

.experience-copy > p {
  font-size: 0.92rem;
}

.journey-list {
  display: grid;
  margin-top: 2rem;
}

.journey-list article {
  position: relative;
  display: grid;
  grid-template-columns: 2.65rem 1fr;
  gap: 0.9rem;
  padding: 0 0 1.5rem;
}

.journey-list article:not(:last-child)::before {
  position: absolute;
  top: 2.6rem;
  bottom: 0;
  left: 1.25rem;
  width: 1px;
  background: var(--line);
  content: "";
}

.journey-list article > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--taupe-dark);
  font-family: var(--font-editorial);
  font-size: 0.95rem;
}

.journey-list h3 {
  margin-bottom: 0.25rem;
  font-family: var(--font-editorial);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.journey-list p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.65;
}

.experience-visual {
  position: relative;
  width: min(100%, 30rem);
  margin-inline: auto;
  padding: 0 0.5rem 1.5rem 1.5rem;
}

.experience-photo {
  overflow: hidden;
  aspect-ratio: 4 / 5.25;
  border-radius: 8rem 1.5rem 1.5rem 1.5rem;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.experience-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(78%, 18rem);
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  background: rgba(255, 253, 249, 0.93);
  box-shadow: var(--shadow-small);
  backdrop-filter: blur(12px);
}

.experience-card svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--taupe);
  fill: rgba(168, 154, 136, 0.15);
}

.experience-card p {
  margin: 0;
  color: var(--deep-graphite);
  font-family: var(--font-editorial);
  font-size: 1.22rem;
  line-height: 1.25;
}

.faq {
  overflow: hidden;
}

.faq::after {
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(168, 154, 136, 0.12);
  border-radius: 50%;
  content: "";
}

.faq-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
}

.faq-intro > p {
  font-size: 0.92rem;
}

.faq-intro .text-link {
  margin-top: 0.75rem;
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: rgba(255, 253, 249, 0.72);
  box-shadow: var(--shadow-small);
}

.faq-list details + details {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  color: var(--deep-graphite);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 500;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-plus {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.faq-plus::before,
.faq-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.85rem;
  height: 1px;
  background: var(--taupe-dark);
  content: "";
  transition: transform 180ms ease;
}

.faq-plus::before {
  transform: translate(-50%, -50%);
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 1fr;
}

.faq-answer p {
  padding: 0 1.15rem 1.25rem;
  margin: 0;
  color: var(--graphite);
  font-size: 0.8rem;
  line-height: 1.75;
}

.contact {
  overflow: hidden;
  background: var(--paper);
}

.contact-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: linear-gradient(145deg, #fffdfa, #f3ebe2);
  box-shadow: var(--shadow);
}

.contact-content {
  padding: 2rem 1.25rem 2.25rem;
}

.contact-content h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 12vw, 4.4rem);
}

.contact-content > p:not(.eyebrow) {
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
}

.contact-button {
  margin-bottom: 2rem;
}

.contact-list {
  display: grid;
  gap: 0.75rem;
}

.contact-list > a,
.contact-list-item {
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.contact-list > a > span,
.contact-list-item > span {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--taupe-dark);
}

.contact-list svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 1.5;
}

.contact-list div > small,
.contact-list div > strong {
  display: block;
  min-width: 0;
}

.contact-list small {
  margin-bottom: 0.05rem;
  color: var(--taupe-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-list strong {
  overflow-wrap: anywhere;
  color: var(--deep-graphite);
  font-size: 0.8rem;
  font-weight: 500;
}

.contact-photo {
  position: relative;
  overflow: hidden;
  min-height: 31rem;
  background: var(--ivory);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 23%;
}

.contact-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(47, 45, 44, 0.5));
  content: "";
  pointer-events: none;
}

.contact-photo-label {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  color: var(--white);
}

.contact-photo-label span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-photo-label strong {
  font-family: var(--font-editorial);
  font-size: 1.45rem;
  font-weight: 500;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 calc(7rem + env(safe-area-inset-bottom));
  background: var(--deep-graphite);
  color: rgba(255, 255, 255, 0.74);
}

.footer-mark {
  position: absolute;
  right: -9rem;
  bottom: -9rem;
  width: 24rem;
  max-width: none;
  opacity: 0.06;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.75rem;
}

.footer-brand img {
  width: 15rem;
  height: auto;
  margin-bottom: 1.25rem;
}

.footer-brand p {
  max-width: 23rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

.footer-brand > span {
  color: var(--beige);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.footer-column h2 {
  margin-bottom: 0.5rem;
  color: var(--beige);
  font-family: var(--font-interface);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-column svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--beige);
  stroke-width: 1.5;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--beige);
}

.floating-whatsapp {
  display: none;
}

.mobile-action-bar {
  position: fixed;
  z-index: 950;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(250, 249, 247, 0.94);
  box-shadow: 0 -8px 30px rgba(47, 45, 44, 0.1);
  backdrop-filter: blur(16px);
}

.mobile-action-bar a {
  display: flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: var(--radius-pill);
  background: var(--graphite);
  color: var(--white);
  font-size: 0.83rem;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(47, 45, 44, 0.2);
}

.mobile-action-bar svg {
  width: 1rem;
  height: 1rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.reveal--pending {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 30rem) {
  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatment-card {
    min-height: 19rem;
  }
}

@media (min-width: 40rem) {
  .container {
    width: min(calc(100% - 3rem), var(--container));
  }

  .trust-panel {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-item + .trust-item {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .about-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-points div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .treatment-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .treatment-cta-inner .button {
    flex: 0 0 auto;
  }

  .contact-content {
    padding: 3rem;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.5fr) 1fr 1.2fr;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 48rem) {
  .hero-grid,
  .about-grid,
  .experience-grid,
  .faq-grid,
  .contact-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy h1 em,
  .philosophy-content h2 em {
    display: inline;
  }

  .hero-visual {
    width: 100%;
  }

  .about-visual {
    width: 100%;
  }

  .about-copy {
    padding-left: 1rem;
  }

  .experience-copy {
    order: 2;
    padding-left: 1rem;
  }

  .experience-visual {
    order: 1;
    width: 100%;
  }

  .treatment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .results-top {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    gap: 2rem;
  }

  .results-top .section-heading {
    margin-bottom: 0;
  }

  .results-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: unset;
    overflow: visible;
  }

  .results-track {
    max-width: 58rem;
    margin-inline: auto;
  }

  .results-controls {
    display: none;
  }

  .faq-intro {
    position: sticky;
    top: calc(var(--header-height) + 2.5rem);
    align-self: start;
    padding-right: 2rem;
  }

  .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-photo {
    min-height: 49rem;
  }
}

@media (min-width: 64rem) {
  :root {
    --header-height: 5.75rem;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 2.2vw, 2.2rem);
  }

  .desktop-nav a {
    position: relative;
    padding: 0.85rem 0;
    color: var(--graphite);
    font-size: 0.78rem;
    font-weight: 500;
  }

  .desktop-nav a::after {
    position: absolute;
    right: 50%;
    bottom: 0.3rem;
    left: 50%;
    height: 1px;
    background: var(--taupe-dark);
    content: "";
    transition: right 180ms ease, left 180ms ease;
  }

  .desktop-nav a:hover::after,
  .desktop-nav a.is-active::after {
    right: 0;
    left: 0;
  }

  .header-cta {
    display: inline-flex;
  }

  .menu-toggle,
  .mobile-menu,
  .menu-backdrop,
  .mobile-action-bar {
    display: none;
  }

  .brand {
    width: 14.5rem;
  }

  .header-cta {
    min-height: 3.25rem;
    padding-inline: 1.55rem;
    font-size: 0.82rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(26rem, 0.92fr);
    gap: clamp(3rem, 8vw, 7rem);
  }

  .hero-copy h1 {
    font-size: clamp(4.9rem, 7vw, 6.8rem);
  }

  .hero-visual {
    max-width: 33rem;
  }

  .trust-panel {
    margin-top: 5rem;
    padding: 1rem;
  }

  .trust-item {
    justify-content: center;
    padding: 0.9rem 1.4rem;
  }

  .about-grid,
  .experience-grid {
    gap: clamp(4rem, 9vw, 8rem);
  }

  .about-visual,
  .experience-visual {
    max-width: 33rem;
  }

  .about-copy > p,
  .experience-copy > p {
    font-size: 1rem;
  }

  .about-intro {
    font-size: 1.55rem !important;
  }

  .about-points div {
    min-height: 6.5rem;
  }

  .treatment-card {
    min-height: 21rem;
    padding: 1.75rem;
  }

  .treatment-card h3 {
    font-size: 1.75rem;
  }

  .result-card figcaption {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.25rem;
    padding: 1.35rem 1.5rem;
  }

  .result-card figcaption strong {
    text-align: right;
  }

  .faq-grid {
    grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(4rem, 10vw, 8rem);
  }

  .faq-list summary {
    min-height: 4.8rem;
    padding-inline: 1.5rem;
    font-size: 0.8rem;
  }

  .faq-answer p {
    padding: 0 1.5rem 1.5rem;
  }

  .contact-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  }

  .contact-content {
    padding: clamp(3rem, 6vw, 5.5rem);
  }

  .contact-photo {
    min-height: 51rem;
  }

  .site-footer {
    padding-bottom: 2.25rem;
  }

  .floating-whatsapp {
    position: fixed;
    z-index: 900;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    min-height: 3.25rem;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-pill);
    background: #1f7a4c;
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 12px 32px rgba(31, 122, 76, 0.26);
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    visibility: hidden;
    transition: background 180ms ease, opacity 180ms ease, transform 180ms ease,
      visibility 180ms ease;
  }

  .floating-whatsapp.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .floating-whatsapp.is-visible:hover {
    background: #18643e;
    transform: translateY(-2px);
  }

  .floating-whatsapp svg {
    width: 1rem;
    height: 1rem;
  }
}

@media (min-width: 80rem) {
  .hero-photo {
    aspect-ratio: 4 / 5.45;
  }

  .hero-grid {
    min-height: 41rem;
  }
}

@media (max-width: 23rem) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    justify-content: center;
  }

  .hero-copy h1 {
    font-size: 2.75rem;
  }

  .contact-content h2,
  .section-heading h2,
  .philosophy-content h2 {
    font-size: 2.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal.reveal--pending {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .floating-whatsapp,
  .mobile-action-bar,
  .results-controls {
    display: none !important;
  }

  main {
    padding-top: 0;
  }

  .section {
    break-inside: avoid;
  }
}
