:root {
  --header-h: 82px;
  --rose: #d97984;
  --rose-dark: #bd5e6a;
  --blush: #f7e8e7;
  --blush-2: #fff7f6;
  --sage: #baceb0;
  --sage-dark: #829f78;
  --ink: #253237;
  --muted: #667278;
  --line: #e9e4e1;
  --cream: #fbfaf8;
  --white: #fff;
  --shadow: 0 24px 60px rgba(50, 43, 43, .12);
  --shadow-sm: 0 12px 30px rgba(50, 43, 43, .09);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden
}

body.menu-open {
  overflow: hidden
}

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

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

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

button {
  cursor: pointer
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

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

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  z-index: 999
}

.skip-link:focus {
  top: 10px
}

.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 13px
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px
}

.top-link,
.top-location {
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: .9
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(233, 228, 225, .8);
  backdrop-filter: blur(18px);
  transition: .25s
}

.site-header.scrolled {
  box-shadow: 0 10px 30px rgba(37, 50, 55, .08)
}

.nav-wrap {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand img {
  width: 280px;
  height: auto
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 600
}

.main-nav>a,
.drop-trigger {
  position: relative;
  padding: 30px 0;
  border: 0;
  background: none;
  color: #455156
}

.main-nav>a:not(.nav-cta):after,
.drop-trigger:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 22px;
  height: 2px;
  background: var(--rose);
  transition: .25s
}

.main-nav>a:hover:after,
.main-nav>a.active:after,
.drop-trigger:hover:after,
.drop-trigger.active:after {
  right: 0
}

.nav-cta {
  padding: 12px 20px !important;
  background: var(--rose) !important;
  color: #fff !important;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(217, 121, 132, .25)
}

.nav-dropdown {
  position: relative
}

.drop-trigger {
  display: flex;
  align-items: center;
  gap: 5px
}

.drop-menu {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 310px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  transition: .2s
}

.nav-dropdown:hover .drop-menu,
.nav-dropdown.open .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0)
}

.drop-menu a {
  display: block;
  padding: 10px 13px;
  border-radius: 10px;
  color: #596368;
  font-weight: 500
}

.drop-menu a:hover {
  background: var(--blush-2);
  color: var(--rose-dark)
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--blush-2);
  border-radius: 12px;
  padding: 11px
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: .25s
}

.hero-home {
  position: relative;
  min-height: calc(100vh - 116px);
  display: flex;
  align-items: center;
  background: var(--white);
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
  padding-block: 60px
}

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

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(217, 121, 132, .25);
  background: linear-gradient(90deg, rgba(247, 232, 231, .65), rgba(186, 206, 176, .18));
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #5d6466
}

.pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 5px rgba(217, 121, 132, .12)
}

h1,
h2,
h3 {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.12;
  margin: 0
}

.hero-copy h1 {
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 18px 0 18px
}

.hero-copy h1 span,
.hero-copy h1 em {
  display: block;
  font-style: normal
}

.hero-copy h1 em {
  background: linear-gradient(90deg, var(--rose-dark), #e6a4aa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.hero-copy>p {
  font-size: 19px;
  max-width: 670px;
  color: var(--muted);
  margin: 0 0 26px
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin: 32px 0
}

.hero-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 130px
}

.hero-stats .stat-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), var(--rose));
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(217, 121, 132, .18);
  transition: .3s
}

.hero-stats .stat-item:hover .stat-icon {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(217, 121, 132, .28)
}

.hero-stats .stat-icon svg {
  width: 26px;
  height: 26px;
  color: #fff;
  stroke-width: 2.2
}



.hero-stats span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.3;
  max-width: 150px
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: .25s;
  min-height: 51px
}

.btn svg,
.text-link svg {
  transition: transform .2s
}

.btn:hover svg,
.text-link:hover svg {
  transform: translateX(4px)
}

.btn-primary {
  background: linear-gradient(135deg, var(--rose), #e6a0a8);
  color: #fff;
  box-shadow: 0 14px 28px rgba(217, 121, 132, .28)
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(217, 121, 132, .34)
}

.btn-outline {
  border-color: #cfd3d2;
  background: #fff;
  color: var(--ink)
}

.btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose-dark);
  background: var(--blush-2)
}

.btn-light {
  background: #fff;
  color: var(--ink)
}

.btn-explore {
  color: #000 !important
}

.hero-trust {
  display: flex;
  gap: 22px;
  margin-top: 24px;
  color: #637068;
  font-size: 13px;
  font-weight: 600
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 6px
}

.hero-trust svg {
  color: var(--sage-dark)
}

.hero-visual {
  position: relative;
  min-height: 620px;
  align-self: start;
  margin-top: 10px
}

.hero-photo-main {
  position: absolute;
  right: 20px;
  top: 0px;
  width: min(78%, 430px);
  height: 520px;
  border-radius: 210px 210px 34px 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 9px solid #fff
}

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

.hero-photo-small {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 260px;
  height: 190px;
  border-radius: 28px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: var(--shadow-sm);
  transform: rotate(-3deg)
}

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

.experience-badge {
  position: absolute;
  right: -5px;
  bottom: 25px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), var(--blush-2));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(217, 121, 132, .25);
  border: 6px solid #fff
}

.experience-badge span {
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 700;
        color:#e25578;

}

.experience-badge small {
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
        color:#e25578;
        font-weight: 600;

}

.decor-dots {
  position: absolute;
  left: 22px;
  top: 60px;
  width: 125px;
  height: 125px;
  background-image: radial-gradient(var(--rose) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .26
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px)
}

.hero-orb-one {
  width: 430px;
  height: 430px;
  right: -160px;
  top: -100px;
  background: rgba(247, 232, 231, .7)
}

.hero-orb-two {
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: -90px;
  background: rgba(186, 206, 176, .22)
}

.intro-strip {
  border-block: 1px solid var(--line);
  background: #fff
}

.intro-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.strip-item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 27px 36px;
  border-right: 1px solid var(--line)
}

.strip-item:last-child {
  border: 0
}

.strip-item>span {
  font-family: Georgia, serif;
  color: var(--rose);
  font-size: 28px
}

.strip-item strong,
.strip-item small {
  display: block
}

.strip-item small {
  color: var(--muted);
  font-size: 12px
}

.section {
  padding: 100px 0
}

.section-heading {
  max-width: 720px;
  margin-bottom: 45px
}

.section-heading h2,
.split-content h2,
.long-copy h2,
.contact-info h2 {
  font-size: clamp(38px, 4.5vw, 60px);
  letter-spacing: -.035em
}

.section-heading p {
  color: var(--muted);
  font-size: 17px;
  margin: 17px 0 0
}

.eyebrow {
  display: block;
  color: var(--rose-dark);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 13px
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center
}

.split-grid.reverse .split-content {
  order: 1
}

.image-collage {
  position: relative;
  min-height: 590px
}

.image-collage .large {
  position: absolute;
  inset: 0 80px 60px 0;
  width: calc(100% - 80px);
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm)
}

.image-collage .small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 190px;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 25px;
  box-shadow: var(--shadow-sm)
}

.collage-label {
  position: absolute;
  left: -18px;
  bottom: 18px;
  padding: 18px 22px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-sm)
}

.collage-label strong,
.collage-label span {
  display: block
}

.collage-label span {
  color: var(--muted);
  font-size: 12px
}

.lead-copy {
  font-size: 17px;
  color: var(--muted)
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0
}

.feature-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600
}

.feature-list svg {
  color: var(--sage-dark);
  background: rgba(186, 206, 176, .22);
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%
}

.treatments-section {
  background: var(--white)
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.treatment-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(233, 228, 225, .85);
  transition: .3s
}

.treatment-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-sm)
}

.card-image {
  position: relative;
  height: 225px;
  display: block;
  overflow: hidden
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.treatment-card:hover .card-image img {
  transform: scale(1.055)
}

.card-image span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em
}

.card-body {
  padding: 23px
}

.card-body h3 {
  font-size: 22px;
  margin-bottom: 10px
}

.card-body p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 15px
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800
}

.center-actions {
  text-align: center;
  margin-top: 40px
}

.why-section {
  background: var(--white)
}

.why-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center
}

.why-points {
  display: grid;
  gap: 12px
}

.why-points article {
  display: flex;
  gap: 20px;
  padding: 23px 0;
  border-top: 1px solid var(--line)
}

.why-points b {
  font-family: Georgia, serif;
  font-size: 24px;
  color: var(--rose)
}

.why-points h3 {
  font-size: 22px
}

.why-points p {
  color: var(--muted);
  margin: 6px 0 0
}

.why-image {
  position: relative
}

.why-image>img {
  height: 620px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm)
}

.why-card {
  position: absolute;
  left: -35px;
  bottom: 45px;
  background: var(--rose);
  color: #fff;
  padding: 24px 30px;
  border-radius: 20px;
  box-shadow: var(--shadow-sm)
}

.why-card span,
.why-card strong,
.why-card small {
  display: block
}

.why-card strong {
  font-family: Georgia, serif;
  font-size: 32px;
  color: #f4c1c5
}

.why-card small {
  opacity: .7
}

.testimonial-section {
  background: #fff
}

.testimonial-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--blush), var(--blush-2));
  color: var(--ink);
  padding: 50px 70px
}

.testimonial-track {
  display: flex;
  transition: transform .45s ease
}

.testimonial-slide {
  flex: 0 0 100%;
  padding-right: 10px
}

.quote-icon svg {
  width: 45px;
  height: 45px;
  color: var(--rose-dark);
  opacity: 1
}

.testimonial-slide>p {
  font-family: Georgia, serif;
  font-size: clamp(20px, 2.7vw, 32px);
  line-height: 1.55;
  margin: 22px 0 28px;
  color: var(--ink)
}

.testimonial-person strong,
.testimonial-person span {
  display: block
}

.testimonial-person span {
  opacity: .7;
  font-size: 13px;
  color: var(--muted)
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px
}

.slider-controls button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(37, 50, 55, .15);
  background: #fff;
  color: var(--ink)
}

.slider-dots {
  display: flex;
  gap: 7px
}

.slider-dots button {
  width: 7px;
  height: 7px;
  min-width: 7px;
  border: 0;
  padding: 0;
  background: rgba(37, 50, 55, .2)
}

.slider-dots button.active {
  background: var(--rose);
  transform: scale(1.4)
}

.cta-section {
  padding: 75px 0;
  background: linear-gradient(135deg, var(--rose-dark), #d9838d);
  color: #fff
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px
}

.cta-inner>div:first-child {
  max-width: 710px
}

.cta-inner h2 {
  font-size: clamp(36px, 4.5vw, 58px)
}

.cta-inner p {
  opacity: .82;
  margin-bottom: 0
}

.cta-inner .eyebrow {
  color: #fff;
  opacity: .75
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.cta-actions .btn-primary {
  background: #fff;
  color: var(--ink)
}

.cta-actions .btn-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .55)
}

.page-hero {
  background: linear-gradient(135deg, #fff, var(--blush-2));
  padding: 70px 0;
  overflow: hidden
}

.page-hero-inner {
  display: grid;
  grid-template-columns: 1fr .78fr;
  align-items: center;
  gap: 70px
}

.page-hero h1 {
  font-size: clamp(54px, 7vw, 92px);
  letter-spacing: -.045em
}

.page-hero p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px
}

.page-hero img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 190px 32px 32px 190px;
  box-shadow: var(--shadow-sm)
}

.page-hero.compact img {
  height: 320px
}

.about-story-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 80px;
  align-items: start
}

.about-profile {
  position: sticky;
  top: 130px;
  background: var(--cream);
  border-radius: var(--radius);
  padding: 18px
}

.about-profile img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px
}

.about-profile>div {
  padding: 22px 12px 10px
}

.about-profile span {
  color: var(--rose-dark);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800
}

.about-profile h2 {
  font-size: 34px;
  margin: 5px 0
}

.about-profile p {
  margin: 0;
  color: var(--muted)
}

.long-copy h2 {
  margin-bottom: 25px
}

.long-copy>p {
  font-size: 16px;
  color: #59656a;
  margin: 0 0 19px
}

.clinic-story {
  background: var(--cream)
}

.image-frame img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm)
}

.values-section {
  background: #fff
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px
}

.values-grid article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px
}

.values-grid span {
  font-family: Georgia, serif;
  font-size: 32px;
  color: var(--rose)
}

.values-grid h3 {
  font-size: 25px;
  margin: 15px 0 8px
}

.values-grid p {
  color: var(--muted);
  margin: 0
}

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

.treatment-grid.overview .card-image {
  height: 270px
}

.consultation-note {
  padding: 60px 0;
  background: var(--sage);
  color: #fff
}

.consultation-note .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center
}

.note-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .18);
  display: grid;
  place-items: center
}

.note-icon svg {
  width: 30px;
  height: 30px
}

.consultation-note h2 {
  font-size: 34px
}

.consultation-note p {
  margin: 7px 0 0;
  opacity: .85
}

.consultation-note .btn {
  background: #fff;
  color: var(--ink)
}

.treatment-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff 15%, var(--blush-2))
}

.treatment-hero-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 80px;
  align-items: center
}

.treatment-hero-grid>* {
  min-width: 0
}

.back-link {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700
}

.treatment-hero h1 {
  font-size: clamp(52px, 6vw, 82px);
  letter-spacing: -.045em
}

.treatment-hero p {
  font-size: 18px;
  color: var(--muted);
  max-width: 640px;
  margin: 22px 0 28px
}

/* Sticky Treatment Hero Header */
.treatment-hero-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-h);
  z-index: 95;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(37, 50, 55, 0.05);
  padding: 18px 0;
  transition: all 0.25s ease;
}

.treatment-hero-sticky-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.treatment-sticky-text {
  flex: 1;
  min-width: 0;
}

.treatment-sticky-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.treatment-hero-sticky .back-link {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.treatment-hero-sticky .back-link:hover {
  color: var(--rose-dark);
}

.treatment-hero-sticky .eyebrow {
  margin: 0;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.treatment-hero-sticky h1 {
  font-size: clamp(26px, 3vw, 36px);
  margin: 4px 0 6px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.treatment-hero-sticky p {
  font-size: 14px;
  margin: 0;
  color: var(--muted);
  max-width: 680px;
  line-height: 1.45;
}

.treatment-hero-sticky .hero-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.treatment-hero-sticky .hero-actions .btn {
  padding: 11px 20px;
  font-size: 13.5px;
  white-space: nowrap;
}

/* Media Section for image slider */
.treatment-media-section {
  padding: 35px 0 10px;
  background: linear-gradient(180deg, var(--blush-2) 0%, var(--cream) 100%);
}

.treatment-media-section .treatment-hero-image {
  max-width: 720px;
  margin-inline: auto;
}

.treatment-media-section .treatment-hero-slider.custom-image-slider {
  height: auto;
  aspect-ratio: 538 / 436;
  max-height: 560px;
}

.treatment-hero-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.treatment-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.treatment-hero-slider.custom-image-slider {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: var(--surface, #fbf7f4);
}

.treatment-hero-slider .slider-wrapper {
  height: 100%;
  width: 100%;
}

.treatment-hero-slider .slide {
  height: 100%;
  width: 100%;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-hero-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.treatment-hero-slider .slider-dots-container {
  bottom: 20px;
  left: 22px;
  transform: none;
  z-index: 10;
}

.treatment-hero-image span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  background: rgba(255, 255, 255, .92);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.treatment-detail {
  background: var(--cream)
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 60px;
  align-items: start
}

.article-layout>* {
  min-width: 0
}

.treatment-article {
  background: #fff;
  border-radius: var(--radius);
  padding: 55px 60px;
  box-shadow: 0 8px 35px rgba(37, 50, 55, .055)
}

.treatment-article.reveal {
  opacity: 1;
  transform: none;
}

.article-intro {
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px
}

.article-intro p {
  font-size: 14px;
  color: var(--muted);
  margin: 0
}

.treatment-article h2 {
  font-size: 33px;
  margin: 42px 0 17px
}

.treatment-article h3 {
  font-size: 25px;
  color: var(--rose-dark);
  margin: 33px 0 10px
}

.treatment-article>p {
  color: #566267;
  margin: 0 0 19px
}

.article-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px
}

.article-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px
}

.article-list svg {
  color: var(--sage-dark);
  flex: 0 0 19px;
  margin-top: 4px
}

.medical-disclaimer {
  margin-top: 45px;
  padding: 22px;
  border-radius: 16px;
  background: var(--blush-2);
  color: #5d6568;
  font-size: 13px
}

.treatment-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 20px;
  max-height: calc(100vh - 140px);
  overflow-y: auto
}

.sidebar-card,
.sidebar-cta {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(37, 50, 55, .05)
}

.sidebar-card h2 {
  font-size: 25px;
  margin-bottom: 18px
}

.side-treatment {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700
}

.side-treatment img {
  width: 56px;
  height: 48px;
  object-fit: cover;
  border-radius: 9px
}

.sidebar-cta {
  background: var(--ink);
  color: #fff
}

.sidebar-cta span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #efb7bd
}

.sidebar-cta h3 {
  font-size: 27px;
  margin: 10px 0 20px
}

.sidebar-cta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #efb7bd;
  font-weight: 800
}

.contact-hero img {
  object-position: center 25%
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start
}

.contact-info>p {
  font-size: 17px;
  color: var(--muted)
}

.contact-cards {
  display: grid;
  gap: 13px;
  margin: 28px 0
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: #fff
}

.contact-card>span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--blush);
  color: var(--rose-dark);
  display: grid;
  place-items: center
}

.contact-card small,
.contact-card strong {
  display: block
}

.contact-card small {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800
}

.clinic-photo img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px
}

.appointment-card {
  background: var(--cream);
  padding: 45px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm)
}

.appointment-card h2 {
  font-size: 42px
}

.appointment-card>p {
  color: var(--muted);
  font-size: 14px
}

.appointment-card form {
  display: grid;
  gap: 18px;
  margin-top: 28px
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #dcd8d5;
  background: #fff;
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
  transition: .2s
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(217, 121, 132, .12)
}

textarea {
  resize: vertical
}

.appointment-card .btn {
  border: 0;
  justify-self: start
}

.form-status {
  font-size: 13px;
  color: var(--sage-dark);
  font-weight: 700
}

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

.not-found {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 0
}

.not-found img {
  width: 90px;
  margin: 0 auto 20px
}

.not-found>div>span {
  display: block;
  font-family: Georgia, serif;
  color: var(--rose);
  font-size: 110px;
  line-height: 1
}

.not-found h1 {
  font-size: 48px
}

.not-found .hero-actions {
  justify-content: center;
  margin-top: 25px
}

.site-footer {
  background: linear-gradient(135deg, var(--blush), var(--blush-2));
  color: var(--ink);
  padding: 75px 0 22px;
  border-top: 3px solid var(--rose);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.8fr;
  gap: 55px
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 160px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.footer-about img {
  filter: none !important;
  width: 235px;
  opacity: .95
}

.footer-about p,
.footer-grid>div>p {
  color: var(--muted);
  font-size: 14px
}

.footer-grid h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  /*text-transform: uppercase;*/
  letter-spacing: .13em;
  margin-bottom: 20px;
  color: var(--rose-dark)
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px
}

.footer-grid li a {
  font-size: 13px;
  color: var(--muted);
  transition: color 0.3s ease;
}

.footer-grid li a:hover {
  color: var(--rose-dark);
}

.footer-phone a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-phone a:hover {
  color: var(--rose-dark) !important;
}

.footer-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
  margin-top: 7px
}

.footer-bottom {
  border-top: 1px solid rgba(37, 50, 55, .12);
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: rgba(37, 50, 55, .55);
  font-size: 11px
}

.medical-note {
  text-align: right;
  max-width: 530px
}

.floating-call,
.floating-whatsapp {
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
  z-index: 90
}

.floating-call {
  bottom: 82px;
  background: var(--rose)
}

.floating-whatsapp {
  bottom: 20px;
  background: #25d366
}

.floating-call svg,
.floating-whatsapp svg {
  width: 23px;
  height: 23px
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

@media(max-width:850px) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: opacity .4s ease, transform .4s ease;
  }
}

@media(max-width:1050px) {
  :root {
    --container: min(940px, calc(100% - 34px))
  }

  .main-nav {
    gap: 18px
  }

  .brand img {
    width: 205px
  }

  .hero-grid {
    gap: 30px
  }

  .hero-copy h1 {
    font-size: 58px
  }

  .hero-visual {
    min-height: 560px;
    align-self: start
  }

  .hero-photo-main {
    top: 0px;
    height: 470px
  }

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

  .about-story-grid {
    grid-template-columns: 330px 1fr;
    gap: 50px
  }

  .article-layout {
    grid-template-columns: 1fr 280px;
    gap: 35px
  }

  .treatment-article {
    padding: 45px
  }

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

  .footer-grid>div:last-child {
    grid-column: auto
  }
}

@media(max-width:850px) {
  :root {
    --header-h: 74px
  }

  .topbar {
    display: none
  }
  .nav-wrap {
    height: 74px
  }

  .menu-toggle {
    display: block;
    z-index: 103
  }

  .main-nav {
    position: fixed;
    inset: 74px 0 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 24px 40px;
    transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    overflow-y: auto
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }

  .main-nav>a,
  .drop-trigger {
    padding: 16px 4px;
    border-bottom: 1px solid var(--line);
    width: 100%;
    text-align: left
  }

  .main-nav>a:after,
  .drop-trigger:after {
    display: none
  }

  .nav-cta {
    margin-top: 18px;
    text-align: center !important
  }

  .drop-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 15px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none
  }

  .nav-dropdown.open .drop-menu,
  .nav-dropdown:hover .drop-menu {
    transform: none
  }

  .nav-dropdown:hover .drop-menu {
    display: none
  }

  .nav-dropdown.open .drop-menu {
    display: block
  }

  .drop-menu a {
    padding: 10px
  }

  .hero-home {
    min-height: auto
  }

  .hero-grid,
  .split-grid,
  .why-grid,
  .page-hero-inner,
  .treatment-hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px
  }

  .hero-grid {
    padding-block: 70px
  }

  .hero-copy h1 {
    font-size: clamp(40px, 9vw, 64px)
  }

  .hero-visual {
    min-height: 590px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto
  }

  .hero-photo-main {
    right: 20px;
    width: 70%
  }

  .intro-strip-grid {
    grid-template-columns: 1fr
  }

  .strip-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-inline: 5px
  }

  .strip-item:last-child {
    border-bottom: 0
  }

  .split-grid.reverse .split-content {
    order: 0
  }

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

  .why-image>img {
    height: 520px
  }

  .why-card {
    left: 20px
  }

  .cta-inner {
    display: grid
  }

  .cta-actions {
    justify-content: center
  }


  .page-hero img {
    height: 350px;
    border-radius: 32px
  }

  .about-story-grid {
    grid-template-columns: 1fr
  }

  .about-profile {
    position: relative;
    top: 0;
    max-width: 430px
  }

  .values-grid {
    grid-template-columns: 1fr
  }

  .article-layout {
    grid-template-columns: 1fr
  }

  .treatment-sidebar {
    position: static
  }

  .contact-grid {
    gap: 55px
  }

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

  .footer-grid>div:nth-child(1) {
    order: 1
  }

  .footer-grid>div:nth-child(3) {
    order: 2
  }

  .footer-grid .footer-map {
    order: 3;
    grid-column: 1 / 3
  }

  .footer-bottom {
    display: block
  }

  .medical-note {
    text-align: left
  }

  .section {
    padding: 80px 0
  }
}

@media(max-width:600px) {
  :root {
    --container: calc(100% - 28px);
    --radius: 22px
  }

  .brand img {
    width: 180px
  }

  .section {
    padding: 20px 0
  }

  .hero-grid {
    padding-block: 45px
  }

  .pill {
    font-size: 10px
  }

  .hero-copy h1 {
    font-size: 55px
  }

  .hero-copy>p {
    font-size: 16px
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    text-align: center;
    margin: 15px 0
  }

  .hero-stats .stat-item {
    min-width: 0
  }

  .hero-stats .stat-item:nth-child(1) {
    order: 1
  }

  .hero-stats .stat-item:nth-child(3) {
    order: 2
  }

  .hero-stats .stat-item:nth-child(2) {
    order: 3;
    grid-column: span 2
  }

  .hero-stats .stat-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 6px;
    box-shadow: 0 6px 16px rgba(217, 121, 132, .15)
  }

  .hero-stats .stat-icon svg {
    width: 18px;
    height: 18px
  }

  .hero-stats strong {
    font-size: 16px
  }

  .hero-stats span {
    font-size: 10.5px;
    line-height: 1.2
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    width: 100%
  }

  .btn {
    width: 100%
  }

  .hero-trust {
    display: grid;
    gap: 8px
  }

  .hero-visual {
    min-height: 480px
  }

  .hero-photo-main {
    top: 15px;
    right: 0;
    width: 78%;
    height: 410px;
    border-width: 6px
  }

  .hero-photo-small {
    width: 190px;
    height: 135px;
    border-width: 5px
  }

  .experience-badge {
    width: 110px;
    height: 110px;
    right: 0;
    bottom: 5px
  }

  .experience-badge span {
    font-size: 27px;
      color:#e25578;

  }

  .experience-badge small {
    font-size: 8px;
          color:#e25578;
        font-weight: 600;

  }

  .image-collage {
    min-height: 470px
  }

  .image-collage .large {
    height: 420px;
    inset: 0 35px 45px 0;
    width: calc(100% - 35px)
  }

  .image-collage .small {
    width: 190px;
    height: 135px;
    border-width: 5px
  }

  .collage-label {
    left: 6px;
    padding: 12px 14px
  }

  .section-heading h2,
  .split-content h2,
  .long-copy h2,
  .contact-info h2 {
    font-size: 38px
  }

  .treatment-grid,
  .treatment-grid.overview {
    grid-template-columns: 1fr
  }

  .card-image,
  .treatment-grid.overview .card-image {
    height: 250px
  }

  .why-image>img {
    height: 420px
  }

  .why-card {
    left: 12px;
    bottom: 15px;
    padding: 18px 22px
  }

  .testimonial-wrap {
    padding: 35px 24px
  }

  .testimonial-slide>p {
    font-size: 20px
  }

  .cta-section {
    padding: 55px 0
  }

  .cta-inner h2 {
    font-size: 38px
  }

  .page-hero {
    padding: 48px 0
  }

  .page-hero h1 {
    font-size: 52px
  }

  .page-hero p {
    font-size: 16px
  }

  .page-hero img {
    height: 290px
  }

  .page-hero-inner {
    gap: 30px
  }

  .about-profile img {
    height: 370px
  }

  .image-frame img {
    height: 380px
  }

  .consultation-note .container {
    grid-template-columns: 1fr
  }

  .note-icon {
    width: 55px;
    height: 55px
  }

  .treatment-hero {
    padding: 30px 0
  }

  .treatment-hero h1 {
    font-size: 48px
  }

  .treatment-hero-sticky {
    top: 74px;
    padding: 12px 0 14px;
  }

  .treatment-hero-sticky-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .treatment-sticky-meta {
    gap: 10px;
    margin-bottom: 2px;
  }

  .treatment-hero-sticky .back-link {
    font-size: 11px;
  }

  .treatment-hero-sticky .eyebrow {
    font-size: 10px;
  }

  .treatment-hero-sticky h1 {
    font-size: 21px;
    margin: 2px 0 4px;
    line-height: 1.22;
  }

  .treatment-hero-sticky p {
    font-size: 12px;
    line-height: 1.35;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .treatment-hero-sticky .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 2px;
  }

  .treatment-hero-sticky .hero-actions .btn {
    width: 100%;
    padding: 8px 6px;
    font-size: 11.5px;
    min-height: 38px;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
  }

  .treatment-hero-sticky .hero-actions .btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .treatment-media-section {
    padding: 15px 0 5px;
  }

  .treatment-media-section .treatment-hero-image img,
  .treatment-media-section .treatment-hero-slider.custom-image-slider {
    height: auto;
    aspect-ratio: 538 / 436;
    max-height: 340px;
  }

  .treatment-hero-image img {
    height: auto;
    aspect-ratio: 538 / 436;
  }

  .treatment-hero-slider.custom-image-slider {
    height: auto;
    aspect-ratio: 538 / 436;
    max-height: 340px;
  }

  .treatment-article {
    padding: 30px 22px
  }

  .treatment-article h2 {
    font-size: 29px
  }

  .treatment-article h3 {
    font-size: 23px
  }

  .appointment-card {
    padding: 30px 20px
  }

  .appointment-card h2 {
    font-size: 24px
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .map-section iframe {
    height: 370px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }

  .footer-grid>div:nth-child(1) {
    order: 1
  }

  .footer-grid .footer-map {
    order: 2;
    grid-column: auto
  }

  .footer-grid>div:nth-child(2) {
    order: 3
  }

  .footer-grid .footer-call {
    justify-content: center;
  }

  .footer-bottom {
    margin-top: 40px
  }

  .floating-call,
  .floating-whatsapp {
    right: 14px;
    width: 46px;
    height: 46px
  }

  .floating-call {
    bottom: 70px
  }

  .floating-whatsapp {
    bottom: 14px
  }
  .desktop-br {
    display: none
  }
}

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

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

  .testimonial-track {
    transition: none
  }

  * {
    animation: none !important
  }
}


/* Responsive navigation, footer logo and testimonial carousel fixes */
.brand,
.footer-about img {
  flex-shrink: 0
}

.brand img {
  object-fit: contain
}

.footer-about img {
  filter: none !important;
  width: 270px;
  max-width: 100%;
  height: auto;
  object-fit: contain
}

.testimonial-wrap {
  padding: 38px;
  overflow: hidden
}

.testimonial-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  will-change: transform
}

.testimonial-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .065);
  display: flex;
  flex-direction: column
}

.testimonial-slide .quote-icon {
  height: 38px
}

.testimonial-slide .quote-icon svg {
  width: 36px;
  height: 36px
}

.testimonial-slide>p {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  margin: 18px 0 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden
}

.testimonial-person {
  margin-top: auto;
  padding-top: 4px
}

.slider-controls {
  justify-content: center;
  margin-top: 28px
}

.slider-controls>button {
  display: grid;
  place-items: center;
  flex: 0 0 42px
}

.slider-dots {
  max-width: min(360px, 55vw);
  overflow: hidden;
  justify-content: center
}

@media(max-width:850px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #fff;
    overflow: visible
  }

  .nav-wrap {
    position: static
  }

  .menu-toggle {
    position: relative;
    display: block;
    z-index: 1002;
    flex: 0 0 44px
  }

  .menu-toggle span {
    transform-origin: center
  }

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

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

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

  .main-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
    max-height: calc(100vh - 74px);
    max-height: calc(100dvh - 74px);
    padding: 14px max(24px, calc((100vw - var(--container))/2)) 34px;
    background: #fff;
    box-shadow: 0 24px 45px rgba(37, 50, 55, .15);
    z-index: 1001;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateY(-8px) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
  }

  .main-nav.open {
    transform: translateY(0) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }

  .main-nav>a,
  .drop-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 14px 4px !important;
    font-size: 16px
  }

  .drop-trigger span {
    font-size: 20px;
    transition: transform .2s
  }

  .nav-dropdown.open .drop-trigger span {
    transform: rotate(180deg)
  }

  .drop-menu {
    margin: 0 0 8px;
    padding: 4px 0 8px 12px !important;
    background: var(--blush-2);
    border-radius: 14px
  }

  .drop-menu a {
    padding: 11px 12px;
    font-size: 14px;
    border-bottom: 1px solid rgba(233, 228, 225, .8)
  }

  .drop-menu a:last-child {
    border-bottom: 0
  }

  .nav-cta {
    justify-content: center !important;
    margin-top: 16px !important;
    min-height: 50px !important
  }

  body.menu-open:after {
    content: "";
    position: fixed;
    inset: 74px 0 0;
    background: rgba(37, 50, 55, .25);
    z-index: 99;
    pointer-events: none
  }

  .testimonial-wrap {
    padding: 30px
  }

  .testimonial-track {
    gap: 20px
  }

  .testimonial-slide {
    padding: 24px
  }

  .testimonial-slide>p {
    -webkit-line-clamp: 11
  }
}

@media(max-width:640px) {
  :root {
    --header-h: 72px
  }

  html {
    scroll-padding-top: 86px
  }

  .nav-wrap {
    height: 72px
  }

  .brand {
    max-width: calc(100% - 62px)
  }

  .brand img {
    width: min(180px, 100%);
    height: auto
  }

  .main-nav {
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
    max-height: calc(100vh - 72px);
    max-height: calc(100dvh - 72px)
  }

  body.menu-open:after {
    inset: 72px 0 0
  }

  .section-heading {
    margin-bottom: 32px
  }

  .testimonial-wrap {
    padding: 20px 16px;
    border-radius: 22px
  }

  .testimonial-track {
    gap: 16px
  }

  .testimonial-slide {
    padding: 22px 20px;
    border-radius: 18px
  }

  .testimonial-slide>p {
    font-size: 15px;
    line-height: 1.65;
    -webkit-line-clamp: 12;
    margin: 14px 0 20px
  }

  .slider-controls {
    gap: 10px;
    margin-top: 20px
  }

  .slider-controls>button {
    width: 38px;
    height: 38px;
    flex-basis: 38px
  }

  .slider-dots {
    gap: 6px;
    max-width: 44vw
  }

  .footer-about img {
    width: 230px
  }

  .footer-grid h3 {
    margin-bottom: 12px
  }

  .footer-grid>div>p,
  .footer-about p {
    font-size: 13px
  }

  .page-hero h1,
  .treatment-hero h1 {
    overflow-wrap: anywhere
  }

  .page-hero img,
  .treatment-hero-image img,
  .image-frame img,
  .about-profile img {
    max-height: 360px
  }

  .treatment-hero-slider.custom-image-slider {
    height: auto;
    aspect-ratio: 538 / 436;
    border-radius: 16px;
  }

  .treatment-hero-slider .slide img {
    border-radius: 16px;
  }

  .treatment-hero-slider .slider-dots-container {
    bottom: 14px;
    left: 14px;
  }

  .treatment-hero-image span {
    right: 14px;
    bottom: 14px;
    font-size: 10px;
    padding: 7px 11px;
  }

  input,
  select,
  textarea {
    max-width: 100%;
    width: 100%
  }
}

@media(max-width:400px) {
  :root {
    --container: calc(100% - 22px)
  }

  .brand img {
    width: 235px
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    padding: 10px
  }

  .hero-copy h1 {
    font-size: 38px
  }

  .section-heading h2,
  .split-content h2,
  .long-copy h2,
  .contact-info h2,
  .cta-inner h2 {
    font-size: 34px;
    font-weight: 400;
  }

  .page-hero h1,
  .treatment-hero h1 {
    font-size: 42px
  }

  .testimonial-wrap {
    padding: 16px 12px
  }

  .testimonial-slide {
    padding: 20px 18px
  }
}

@media(max-width:980px) and (min-width:641px) {
  .testimonial-slide {
    flex-basis: calc((100% - 24px) / 2)
  }
}

@media(max-width:850px) and (min-width:641px) {
  .testimonial-slide {
    flex-basis: calc((100% - 20px) / 2)
  }

  .main-nav {
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease
  }
}

@media(max-width:640px) {
  .testimonial-slide {
    flex-basis: 100%
  }

  .main-nav {
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease
  }
}

/* Slider Styles */
.custom-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  background: #f7e8e7;
}

.slider-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
}

.custom-image-slider .slide {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.custom-image-slider .slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.custom-image-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}

.slider-dot.active {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: scale(1.3);
  width: 18px;
  border-radius: 4px;
}

.mobile-only-slider {
  display: none;
}

.desktop-only-slider {
  display: block;
  padding: 40px 0 10px;
}

.desktop-only-slider .custom-image-slider {
  aspect-ratio: 1600 / 500;
  height: auto;
}

.desktop-only-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 850px) {
  .mobile-only-slider {
    display: block;
    margin-block: 20px 24px;
    aspect-ratio: 1600 / 500;
  }

  .mobile-only-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .desktop-only-slider {
    display: none;
  }
}

@media(max-width: 600px) {
  .mobile-only-slider {
    margin-block: 15px 20px;
    aspect-ratio: 1600 / 500;
  }

  .mobile-only-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* Treatment Slider styling */
.treatment-slider {
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 600 / 360;
}

.treatment-slider-section {
  padding-block: 0px 50px;
}

/* Arrow controls overlayed on the edges of the slider */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(51, 51, 51, 0.75);
  border: none;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s, opacity 0.3s;
  padding: 0;
}

.slider-arrow:hover {
  background: rgba(51, 51, 51, 0.95);
}

.slider-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.prev-arrow {
  left: 15px;
}

.next-arrow {
  right: 15px;
}

/* Dots container absolute styling to make sure dots are overlayed at the bottom */
.slider-dots-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

@media(max-width: 600px) {
  .treatment-slider {
    aspect-ratio: 600 / 360;
  }
  .slider-arrow {
    width: 16px;
    height: 27px;
  }
  .slider-arrow svg {
    width: 18px;
    height: 18px;
  }
  .prev-arrow {
    left: 8px;
  }
  .next-arrow {
    right: 8px;
  }
  .slider-dots-container {
    bottom: 12px;
  }
}

@media(max-width:480px) {
  .treatment-hero-sticky h1 {
    font-size: 24px;
        margin-top: 12px;

  }
  .treatment-hero-sticky p {
    font-size: 14.5px;
    -webkit-line-clamp: 2;
  }
  .treatment-hero-sticky .hero-actions .btn span {
    font-size: 11px;
  }
}










.social-icons{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin-top:12px;
    width:100%;
}

.social-icons a{
    width:38px;
    height:38px;
    min-width:38px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
    transition:.3s ease;
    flex-shrink:0;
}

.social-icons a:hover{
    transform:translateY(-2px);
}

.social-icons i{
    font-size:18px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.bi-instagram{ color:#E4405F; }
.bi-facebook{ color:#1877F2; }
.bi-google{ color:#DB4437; }