:root {
  --aqua: #65d8d4;
  --aqua-soft: #b7f1ed;
  --aqua-deep: #097c78;
  --aqua-dark: #075652;
  --ink: #122321;
  --muted: #657572;
  --line: #d8e8e4;
  --paper: #f7fbfa;
  --mist: #eaf5f2;
  --white: #ffffff;
  --night: #0b2926;
  --serif: "Cinzel", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(7, 86, 82, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

button {
  color: inherit;
  font: inherit;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--night);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(247, 251, 250, 0.91);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(18, 35, 33, 0.06);
}

.announcement {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 20px;
  color: #d6f7f3;
  background: var(--night);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.announcement span {
  color: var(--aqua);
}

.announcement a {
  transition: color 180ms ease;
}

.announcement a:hover {
  color: var(--aqua);
}

.nav-shell {
  display: flex;
  gap: 22px;
  align-items: center;
  min-height: 76px;
  padding: 11px clamp(20px, 4vw, 62px);
}

.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-right: auto;
}

.brand img {
  width: 52px;
  height: 44px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 5px;
  color: var(--aqua-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: clamp(14px, 1.6vw, 26px);
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 12px 0;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--aqua-deep);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--aqua-deep);
  border-color: var(--aqua-deep);
  box-shadow: 0 14px 35px rgba(9, 124, 120, 0.2);
}

.button-primary:hover {
  color: var(--aqua-deep);
  background: var(--white);
}

.button-light {
  color: var(--night);
  background: var(--white);
  border-color: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: transparent;
}

.header-cta {
  min-height: 44px;
  padding: 0 20px;
  font-size: 11px;
}

.eyebrow {
  margin-bottom: 17px;
  color: var(--aqua-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 7px;
  color: var(--aqua-dark);
  border-bottom: 1px solid var(--aqua-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding: clamp(78px, 9vw, 140px) clamp(22px, 7vw, 112px);
}

.section-heading {
  margin-bottom: clamp(38px, 5vw, 72px);
}

.section-heading h2 {
  max-width: 830px;
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.04;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: clamp(38px, 8vw, 128px);
  align-items: end;
}

.split-heading > p,
.treatments-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.8;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(430px, 1.07fr);
  min-height: 100svh;
  padding-top: 106px;
  background:
    radial-gradient(circle at 12% 24%, rgba(101, 216, 212, 0.18), transparent 28%),
    var(--paper);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) clamp(24px, 6vw, 94px);
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 28px;
  font-size: clamp(48px, 6.6vw, 101px);
  line-height: 0.98;
}

.hero h1 em {
  color: var(--aqua-deep);
  font-family: Georgia, serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 32px;
  color: #425451;
  font-family: Georgia, serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  align-items: center;
  margin-bottom: 40px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-row li {
  padding: 10px 16px;
  color: #30423f;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--aqua-dark);
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(4, 35, 33, 0.06), rgba(4, 35, 33, 0.55)),
    linear-gradient(90deg, rgba(4, 35, 33, 0.22), transparent 45%);
}

.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(36vw, 500px);
  opacity: 0.16;
  transform: translate(-50%, -50%);
}

.hero-caption {
  position: absolute;
  right: clamp(22px, 4vw, 62px);
  bottom: clamp(28px, 5vw, 70px);
  z-index: 2;
  padding-left: 18px;
  color: var(--white);
  border-left: 1px solid var(--aqua);
}

.hero-caption span {
  color: var(--aqua-soft);
  font-size: 12px;
  font-weight: 700;
}

.hero-caption p {
  margin: 10px 0 0;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
}

.approach {
  background: var(--white);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.approach-grid article {
  min-height: 260px;
  padding: 34px clamp(24px, 3vw, 46px);
}

.approach-grid article + article {
  border-left: 1px solid var(--line);
}

.card-number {
  display: block;
  margin-bottom: 58px;
  color: var(--aqua-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.approach-grid h3 {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.approach-grid p {
  max-width: 360px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.eva-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  color: var(--white);
  background: var(--night);
}

.eva-portrait {
  position: relative;
  min-height: 800px;
}

.eva-portrait > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.portrait-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 9px 12px;
  color: var(--night);
  background: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eva-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) clamp(28px, 8vw, 130px);
}

.eva-copy .eyebrow,
.financing .eyebrow {
  color: var(--aqua);
}

.eva-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(50px, 7vw, 96px);
  line-height: 1;
}

.credential {
  margin-bottom: 30px;
  color: var(--aqua-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eva-copy > p:not(.eyebrow, .credential) {
  max-width: 720px;
  color: #c7d9d5;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.8;
}

.credential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 22px 0 34px;
  border-top: 1px solid rgba(183, 241, 237, 0.2);
}

.credential-list span {
  padding: 16px 10px 16px 0;
  color: #d9ebe7;
  border-bottom: 1px solid rgba(183, 241, 237, 0.2);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.training {
  background: var(--mist);
}

.training-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 44px);
}

.training figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--night);
}

.training figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(7, 44, 41, 0.82));
}

.training img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0, 1);
}

.training figure:hover img {
  transform: scale(1.025);
}

.training figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
  color: var(--white);
}

.training figcaption strong,
.training figcaption span {
  display: block;
}

.training figcaption strong {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.training figcaption span {
  color: #d1e5e0;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.treatments-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  gap: clamp(38px, 8vw, 124px);
  align-items: end;
}

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

.treatment-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.treatment-grid article:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.treatment-grid img {
  width: 100%;
  aspect-ratio: 1.15 / 0.88;
  object-fit: cover;
}

.treatment-grid article > div {
  padding: 25px;
}

.treatment-grid div > span {
  color: var(--aqua-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.treatment-grid h3 {
  margin: 14px 0 11px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.treatment-grid p {
  min-height: 72px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.treatment-grid a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--aqua-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.results {
  background: var(--white);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.result-card {
  position: relative;
  grid-column: span 4;
  min-height: 450px;
  margin: 0;
  overflow: hidden;
  background: #dce8e5;
}

.result-card-tall {
  grid-row: span 2;
  min-height: 914px;
}

.result-card > img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.result-card-tall > img {
  min-height: 914px;
}

.result-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 35, 33, 0.7));
}

.result-card figcaption {
  position: absolute;
  right: 20px;
  bottom: 19px;
  left: 20px;
  z-index: 2;
  color: var(--white);
}

.result-card figcaption strong,
.result-card figcaption span {
  display: block;
}

.result-card figcaption strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.result-card figcaption span {
  margin-top: 5px;
  color: #d4e8e4;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-compare > div {
  position: relative;
  min-height: 450px;
}

.result-compare > div + div {
  border-left: 2px solid var(--white);
}

.result-compare img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-compare > div > span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 7px 9px;
  color: var(--night);
  background: rgba(255, 255, 255, 0.9);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.results-note {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.financing {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  min-height: 720px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 28%, rgba(101, 216, 212, 0.16), transparent 35%),
    var(--night);
}

.financing-visual {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  border-right: 1px solid rgba(183, 241, 237, 0.16);
}

.financing-visual::before,
.financing-visual::after {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(183, 241, 237, 0.13);
  border-radius: 50%;
}

.financing-visual::after {
  width: 43%;
}

.financing-visual img {
  position: relative;
  z-index: 1;
  width: min(70%, 500px);
  opacity: 0.84;
}

.financing-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(70px, 9vw, 140px) clamp(28px, 8vw, 130px);
}

.financing-copy h2 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(41px, 5.6vw, 78px);
  line-height: 1.04;
}

.financing-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: #c7dad5;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.8;
}

.financing-copy ul {
  width: 100%;
  max-width: 680px;
  padding: 0;
  margin: 18px 0 34px;
  list-style: none;
  border-top: 1px solid rgba(183, 241, 237, 0.2);
}

.financing-copy li {
  padding: 15px 0;
  color: #d5e7e3;
  border-bottom: 1px solid rgba(183, 241, 237, 0.2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.free-consultation {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  min-height: 720px;
  background: var(--mist);
}

.consultation-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(78px, 9vw, 140px) clamp(25px, 9vw, 150px);
}

.consultation-copy h2 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 1;
}

.consultation-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.8;
}

.consultation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.consultation-image {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--white);
}

.consultation-image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultation-logo {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(36%, 240px);
  padding: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.instagram-section {
  padding: clamp(74px, 8vw, 120px) clamp(18px, 4vw, 64px) clamp(28px, 4vw, 56px);
  background: var(--white);
}

.instagram-heading {
  display: flex;
  gap: 36px;
  align-items: end;
  justify-content: space-between;
  margin: 0 auto 38px;
  max-width: 1320px;
}

.instagram-heading h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 68px);
}

.instagram-heading > a {
  padding-bottom: 7px;
  color: var(--aqua-deep);
  border-bottom: 1px solid var(--aqua-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 1440px;
  margin: 0 auto;
}

.instagram-grid a {
  position: relative;
  overflow: hidden;
  background: var(--mist);
}

.instagram-grid a::after {
  position: absolute;
  inset: 0;
  display: grid;
  color: var(--white);
  content: "Instagram ↗";
  background: rgba(7, 86, 82, 0.66);
  opacity: 0;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.instagram-grid a:hover::after {
  opacity: 1;
}

.instagram-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 500ms ease;
}

.instagram-grid a:hover img {
  transform: scale(1.025);
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(150px, 0.45fr));
  gap: clamp(36px, 8vw, 120px);
  padding: 68px clamp(24px, 7vw, 112px) 28px;
  color: #c8dbd6;
  background: #061f1d;
}

.footer-brand img {
  width: 220px;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 390px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.7;
}

.footer > div:not(.footer-brand, .footer-bottom) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
}

.footer strong {
  margin-bottom: 7px;
  color: var(--aqua);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-top: 24px;
  color: #79918d;
  border-top: 1px solid rgba(183, 241, 237, 0.15);
  font-size: 10px;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1180px) {
  .nav a:nth-child(1),
  .nav a:nth-child(5) {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
  }

  .hero h1 {
    font-size: clamp(48px, 6.5vw, 78px);
  }

  .result-card {
    grid-column: span 6;
  }

  .result-card-tall {
    grid-row: auto;
    min-height: 450px;
  }

  .result-card-tall > img {
    min-height: 450px;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 98px;
  }

  .announcement {
    min-height: 26px;
    font-size: 8px;
  }

  .announcement span {
    display: none;
  }

  .nav-shell {
    min-height: 68px;
    padding: 8px 16px;
  }

  .brand span,
  .header-cta {
    display: none;
  }

  .brand img {
    width: 48px;
    height: 42px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  body.menu-open .site-header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 32px 40px;
    background: rgba(247, 251, 250, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav a {
    display: block;
    padding: 8px 0;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(20px, 5.5vw, 26px);
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 94px;
  }

  .hero-copy {
    min-height: 680px;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .hero-visual,
  .hero-image {
    min-height: 600px;
  }

  .hero-logo {
    width: min(68vw, 450px);
  }

  .split-heading,
  .treatments-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .approach-grid article {
    min-height: auto;
  }

  .approach-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .card-number {
    margin-bottom: 32px;
  }

  .eva-section,
  .financing,
  .free-consultation {
    grid-template-columns: 1fr;
  }

  .eva-portrait {
    min-height: 680px;
  }

  .financing-visual {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid rgba(183, 241, 237, 0.16);
  }

  .consultation-image {
    min-height: 620px;
  }

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

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

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  body {
    padding-bottom: 62px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-copy {
    min-height: 640px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero h1 {
    font-size: clamp(43px, 13.5vw, 69px);
  }

  .hero-actions,
  .consultation-actions {
    width: 100%;
  }

  .hero-actions .button,
  .consultation-actions .button {
    width: 100%;
  }

  .hero-visual,
  .hero-image {
    min-height: 520px;
  }

  .trust-row li {
    width: 100%;
  }

  .eva-portrait {
    min-height: 560px;
  }

  .eva-copy,
  .financing-copy,
  .consultation-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .credential-list {
    grid-template-columns: 1fr;
  }

  .training img {
    aspect-ratio: 1 / 0.9;
  }

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

  .treatment-grid p {
    min-height: auto;
  }

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

  .result-card {
    grid-column: auto;
    min-height: 460px;
  }

  .result-card > img,
  .result-card-tall > img,
  .result-compare > div {
    min-height: 460px;
  }

  .result-compare {
    grid-template-columns: 1fr;
  }

  .result-compare > div {
    min-height: 290px;
  }

  .result-compare > div + div {
    border-top: 2px solid var(--white);
    border-left: 0;
  }

  .financing-visual {
    min-height: 430px;
  }

  .consultation-image {
    min-height: 540px;
  }

  .instagram-heading {
    display: block;
  }

  .instagram-heading > a {
    display: inline-block;
    margin-top: 22px;
  }

  .instagram-grid {
    gap: 5px;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    grid-column: auto;
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }

  .mobile-sticky-cta {
    display: none !important;
  }
}

/* ==========================================================================
   GLASSMORPHISM & LUXURY ENHANCEMENTS
   ========================================================================== */

.glass-card {
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(216, 232, 228, 0.8);
  box-shadow: 0 16px 40px rgba(7, 86, 82, 0.06);
  border-radius: 20px;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(7, 86, 82, 0.12);
  border-color: var(--aqua);
}

.button-outline {
  color: var(--aqua-deep);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--aqua);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.button-outline:hover {
  background: var(--aqua-deep);
  color: var(--white);
  border-color: var(--aqua-deep);
}

/* ==========================================================================
   INTERACTIVE BEFORE / AFTER SLIDER
   ========================================================================== */

.result-compare-interactive {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--night);
}

.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 340px;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.ba-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ba-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ba-badge {
  position: absolute;
  top: 16px;
  z-index: 5;
  padding: 6px 14px;
  color: var(--night);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ba-before .ba-badge {
  left: 16px;
}

.ba-after .ba-badge {
  right: 16px;
}

.ba-after {
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.ba-after img {
  width: 100%;
  max-width: none;
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 2px;
  pointer-events: none;
  transform: translateX(-50%);
}

.ba-handle-line {
  width: 2px;
  height: 100%;
  background: var(--white);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ba-handle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: var(--aqua-deep);
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 15;
  cursor: ew-resize;
  margin: 0;
}

/* ==========================================================================
   QUIZ INTERACTIVO
   ========================================================================== */

.quiz-section {
  background: radial-gradient(circle at 85% 15%, rgba(101, 216, 212, 0.15), transparent 45%), var(--paper);
}

.quiz-container {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
}

.quiz-header {
  text-align: center;
  margin-bottom: 36px;
}

.quiz-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 12px;
}

.quiz-subtitle {
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 16px;
  margin-bottom: 0;
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

.quiz-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  transition: all 200ms ease;
  min-height: 110px;
}

.quiz-btn:hover {
  border-color: var(--aqua);
  background: var(--mist);
}

.quiz-btn.is-active {
  border-color: var(--aqua-deep);
  background: var(--mist);
  box-shadow: 0 8px 24px rgba(9, 124, 120, 0.15);
}

.quiz-btn-icon {
  font-size: 22px;
  margin-bottom: 8px;
}

.quiz-btn-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 4px;
}

.quiz-btn small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.quiz-result {
  background: var(--night);
  color: var(--white);
  padding: clamp(24px, 4vw, 40px);
  border-radius: 16px;
  border-left: 4px solid var(--aqua);
}

.quiz-result-badge {
  display: inline-block;
  color: var(--aqua-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.quiz-result h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 32px);
  color: var(--white);
  margin-bottom: 12px;
}

.quiz-result p {
  color: #c7d9d5;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* ==========================================================================
   TESTIMONIOS
   ========================================================================== */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.testimonial-card {
  padding: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-stars {
  color: #e5a93b;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.testimonial-quote {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--night);
}

.testimonial-author span {
  display: block;
  font-size: 11px;
  color: var(--aqua-deep);
  margin-top: 4px;
}

/* ==========================================================================
   FAQ ACCORDEON
   ========================================================================== */

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

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

.faq-icon {
  font-size: 22px;
  font-weight: 300;
  color: var(--aqua-deep);
  transition: transform 220ms ease;
}

details[open] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 28px 24px;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.7;
}

/* ==========================================================================
   LANGUAGE SWITCHER (EN | ES)
   ========================================================================== */

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.lang-btn {
  background: transparent;
  border: none;
  padding: 2px 4px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.05em;
  transition: color 180ms ease;
}

.lang-btn:hover,
.lang-btn.is-active {
  color: var(--aqua-deep);
}

.lang-btn.is-active {
  border-bottom: 2px solid var(--aqua-deep);
}

.lang-divider {
  color: var(--line);
  font-size: 11px;
}

.header-lang-switch {
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 900px) {
  .header-lang-switch {
    display: inline-flex;
    margin-left: auto;
    margin-right: 10px;
    padding: 4px 10px;
  }
}

/* ==========================================================================
   FLOATING WHATSAPP WIDGET (IPHONE FIRST)
   ========================================================================== */

.whatsapp-float-widget {
  position: fixed;
  right: 20px;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 99;
}

.wa-float-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px 13px 18px;
  background: var(--night);
  color: var(--white);
  border: 1px solid rgba(101, 216, 212, 0.4);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(7, 44, 41, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.wa-float-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 50px rgba(9, 124, 120, 0.5);
  border-color: var(--aqua);
}

.wa-status-dot {
  width: 10px;
  height: 10px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.wa-icon {
  fill: #25d366;
}

/* ==========================================================================
   SCROLL REVEAL ANIMATIONS
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* iPhone Screen Fine Tuning */
@media (max-width: 480px) {
  .result-compare-interactive {
    grid-column: span 1;
  }
  .wa-label {
    display: none;
  }
  .wa-float-button {
    padding: 14px;
    border-radius: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
