:root {
  --marsala: #8e445d;
  --marsala-deep: #6f3047;
  --marsala-soft: #b9788f;
  --rose-powder: #efe3e7;
  --rose-light: #f8f2f4;
  --blush: #f4e8eb;
  --champagne: #fbf8f6;
  --ink: #31262c;
  --muted: #6f6167;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(95, 47, 64, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 108px;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdfd 0%, #f7eef1 52%, #fdfafb 100%);
  padding-top: 92px;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

figure {
  margin: 0;
}

.custom-navbar {
  background: rgba(255, 250, 251, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(142, 68, 93, 0.08);
}


.custom-navbar.navbar-scrolled {
  background: rgba(255, 248, 250, 0.96);
  box-shadow: 0 14px 34px rgba(95, 47, 64, 0.08);
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.brand-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--marsala-deep);
  font-weight: 700;
}

.navbar-brand small,
.nav-link {
  color: var(--muted);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--marsala-deep);
}

.btn-brand {
  background: linear-gradient(135deg, var(--marsala) 0%, var(--marsala-deep) 100%);
  color: var(--white);
  border: none;
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  box-shadow: 0 14px 34px rgba(111, 48, 71, 0.25);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--white);
  transform: translateY(-1px);
}

.btn-outline-brand {
  border: 1px solid rgba(142, 68, 93, 0.25);
  color: var(--marsala-deep);
  background: rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--white);
  color: var(--marsala-deep);
}

.hero-section {
  position: relative;
  padding: 1.2rem 0 5rem;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
}

.hero-section::before {
  width: 320px;
  height: 320px;
  background: rgba(185, 120, 143, 0.18);
  top: -80px;
  left: -80px;
}

.hero-section::after {
  width: 340px;
  height: 340px;
  background: rgba(244, 232, 235, 0.85);
  bottom: 0;
  right: -60px;
}

.hero-section .container,
.section-space .container {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-tag {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(142, 68, 93, 0.08);
  color: var(--marsala-deep);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.hero-title,
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem, 4.1vw, 3.95rem);
  line-height: 0.95;
  font-weight: 700;
  color: var(--marsala-deep);
  margin-bottom: 1.2rem;
  text-wrap: balance;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.hero-title {
  width: 100%;
  max-width: 34rem;
  margin-inline: 0;
}

.hero-text,
.section-text {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.9;
  max-width: 720px;
  text-wrap: pretty;
}

.hero-text {
  max-width: 34rem;
}

.hero-actions {
  flex-wrap: wrap;
  align-items: flex-start;
}

.hero-highlights {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem 1.05rem;
  max-width: min(100%, 34rem);
  width: 100%;
}

.hero-highlights-kicker {
  margin: 0 0 0.55rem;
  color: var(--marsala);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-highlights-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.hero-highlight-item {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(142, 68, 93, 0.1);
}

.hero-highlight-item:first-child {
  border-top: none;
}

.hero-highlight-mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(142, 68, 93, 0.92), rgba(185, 120, 143, 0.72));
  box-shadow: 0 6px 16px rgba(111, 48, 71, 0.16);
  margin-top: 0.35rem;
}

.hero-highlight-text {
  color: var(--marsala-deep);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.55;
}

.hero-action-btn {
  padding: 0.82rem 1.35rem;
  font-size: 0.98rem;
  white-space: normal;
  text-align: center;
}

.hero-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: 250px 300px;
  gap: 1.2rem;
  min-height: 580px;
}

.gallery-card {
  height: 100%;
}

.gallery-card picture {
  display: block;
  height: 100%;
}

.gallery-card img {
  height: 100%;
}

.gallery-card-main {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.gallery-card-wide {
  grid-column: 2;
  grid-row: 1;
}

.gallery-card-portrait {
  grid-column: 2;
  grid-row: 2;
  width: 78%;
  justify-self: end;
}

.gallery-card-main img {
  object-position: center 22%;
}

.gallery-card-wide img {
  object-position: center 38%;
}

.gallery-card-portrait img {
  object-position: center 24%;
}

.hero-badge {
  position: absolute;
  left: 38%;
  bottom: 1.2rem;
  max-width: 300px;
  padding: 1.35rem 1.5rem;
}

.hero-badge strong {
  display: block;
  color: var(--marsala-deep);
  font-size: 1rem;
  line-height: 1.5;
}

.hero-badge span {
  display: block;
  color: var(--muted);
  margin-top: 0.35rem;
  line-height: 1.7;
}

.card-soft {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(142, 68, 93, 0.08);
  box-shadow: var(--shadow);
  border-radius: var(--radius-xl);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.feature-card,
.service-card,
.treatment-card,
.about-panel,
.care-note,
.cta-box,
.contact-shell,
.contact-info-panel,
.hero-highlights,
.clinic-card,
.about-point,
.icon-wrap,
.clinic-index,
.service-eyebrow {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.feature-card,
.service-card,
.treatment-card,
.about-panel,
.care-note,
.cta-box,
.contact-shell,
.hero-highlights,
.clinic-card {
  position: relative;
  isolation: isolate;
}

.feature-card::after,
.service-card::after,
.treatment-card::after,
.about-panel::after,
.care-note::after,
.cta-box::after,
.contact-shell::after,
.hero-highlights::after,
.clinic-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(185, 120, 143, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
  z-index: 0;
}

.feature-card > *,
.service-card > *,
.treatment-card > *,
.about-panel > *,
.care-note > *,
.cta-box > *,
.contact-shell > *,
.hero-highlights > *,
.clinic-card > * {
  position: relative;
  z-index: 1;
}

.section-space {
  padding: 5.5rem 0;
}

.section-highlight,
.section-cta {
  background: linear-gradient(180deg, rgba(248, 242, 244, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.section-heading {
  max-width: 760px;
}

.feature-card,
.service-card,
.info-card,
.about-panel,
.care-note,
.cta-box {
  padding: 2rem;
}

.feature-card h3,
.service-card h3,
.info-card h3,
.about-panel h3,
.care-note h3 {
  color: var(--marsala-deep);
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.feature-card p,
.service-card p,
.info-card p,
.contact-list li {
  color: var(--muted);
  line-height: 1.8;
}

.about-kicker {
  margin: 0 0 0.45rem;
  color: var(--marsala);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-side {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  align-items: stretch;
}

.about-portrait img {
  height: 100%;
  min-height: 520px;
  object-position: center 22%;
}

.about-panel h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.about-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.about-point {
  padding: 1.15rem 1.2rem;
  border-radius: 20px;
  background: rgba(244, 232, 235, 0.56);
  border: 1px solid rgba(142, 68, 93, 0.1);
}

.about-point strong {
  display: block;
  color: var(--marsala-deep);
  margin-bottom: 0.35rem;
}

.about-point span {
  color: var(--muted);
  line-height: 1.75;
}

.about-list {
  margin: 0.6rem 0 0;
  display: grid;
  gap: 0.45rem;
}

.about-list li {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(142, 68, 93, 0.12), rgba(185, 120, 143, 0.22));
  color: var(--marsala-deep);
  font-weight: 700;
  margin-bottom: 1rem;
}

.care-note {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 242, 244, 0.96) 100%);
}

.care-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.2rem;
  align-items: start;
}

.care-note-copy p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.treatment-section {
  padding-top: 4.75rem;
}

.treatment-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: stretch;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.treatment-hero {
  height: 100%;
  display: flex;
}

.treatment-hero img {
  height: 100%;
  min-height: 360px;
  object-position: center 24%;
}

.treatment-stack {
  display: grid;
  gap: 1.25rem;
  align-content: stretch;
  align-items: stretch;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.treatment-list {
  padding: 1.6rem;
  display: grid;
  gap: 1.5rem;
  height: 100%;
}

.treatment-list-head {
  display: grid;
  gap: 0.4rem;
}

.treatment-list-kicker {
  margin: 0;
  color: var(--marsala);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.treatment-list-title {
  margin: 0;
  color: var(--marsala-deep);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
}

.treatment-list-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.treatment-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.1rem;
  margin: 0;
  padding: 0;
}

.treatment-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 50px;
  padding: 0.2rem 0;
}

.treatment-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(142, 68, 93, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.treatment-item-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--marsala-deep);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.treatment-item-text {
  color: var(--marsala-deep);
  font-weight: 600;
  line-height: 1.35;
  font-size: 0.98rem;
}

.treatment-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}

.treatment-intro {
  padding: 1.6rem;
}

.treatment-intro .section-tag {
  margin-bottom: 0.9rem;
}

.treatment-intro .section-title,
.treatment-intro .section-text {
  max-width: 100%;
}

.treatment-intro .section-title {
  font-size: clamp(2.1rem, 3.4vw, 3.15rem);
  margin-bottom: 1rem;
}

.treatment-intro .section-text {
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.treatment-sidebar-photo {
  display: flex;
  flex: 1 1 auto;
}

.treatment-sidebar-photo img {
  flex: 1 1 auto;
  height: 100%;
  min-height: 320px;
  object-position: center 24%;
}

.treatment-photo img {
  height: 240px;
  object-position: center 36%;
}

.treatment-photo-compact img {
  height: 100%;
  min-height: 210px;
}

.care-list {
  margin: 1.3rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.care-note-grid .care-list {
  margin-top: 0;
}

.care-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--muted);
  line-height: 1.75;
}

.care-list li::before {
  content: '';
  position: absolute;
  left: 0.15rem;
  top: 0.72rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--marsala);
}

.service-card-emphasis {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 232, 235, 0.86) 100%);
}

.service-card-featured {
  padding: 1.6rem;
}

.service-card-compact {
  padding: 1.35rem 1.4rem;
}

.service-card-compact h3 {
  font-size: 1.18rem;
  margin-bottom: 0.5rem;
}

.service-card-compact p,
.service-card-featured p {
  line-height: 1.65;
  margin-bottom: 0;
}

.service-eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(142, 68, 93, 0.1);
  color: var(--marsala-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-stage {
  padding-top: 2.95rem;
  padding-bottom: 4.25rem;
}

.contact-stage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-stage-card {
  height: 100%;
}

.cta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.15rem;
  text-align: left;
}

.cta-box .section-tag {
  align-self: flex-start;
  width: auto;
  line-height: 1.1;
}

.contact-stage .section-title {
  font-size: clamp(1.95rem, 3.1vw, 2.95rem);
  margin-bottom: 0.95rem;
}

.cta-box .section-title,
.cta-box .section-text {
  max-width: 100%;
}

.contact-stage .section-text {
  font-size: 1.02rem;
  line-height: 1.7;
}

.contact-shell {
  padding: 1.9rem;
}

.contact-stage .contact-actions {
  margin-top: 1.15rem !important;
}

.contact-stage .info-card {
  padding: 1.5rem;
}

.contact-stage .contact-list {
  margin-top: 1rem;
  gap: 0.72rem;
}

.contact-instagram-item {
  margin-top: 0.25rem;
}

.instagram-link-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.92rem 0.98rem;
  border-radius: 20px;
  border: 1px solid rgba(142, 68, 93, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 242, 245, 0.96) 100%);
  color: var(--marsala-deep);
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(95, 47, 64, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.instagram-link-card:hover,
.instagram-link-card:focus {
  color: var(--marsala-deep);
  border-color: rgba(142, 68, 93, 0.24);
  box-shadow: 0 18px 34px rgba(95, 47, 64, 0.12);
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 233, 238, 0.98) 100%);
}

.instagram-link-frame {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.instagram-link-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(142, 68, 93, 0.08);
  color: var(--marsala-deep);
  border: 1px solid rgba(142, 68, 93, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.instagram-link-icon svg {
  width: 22px;
  height: 22px;
}

.instagram-link-badge {
  color: var(--marsala);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.instagram-link-content {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
}

.instagram-link-card strong {
  font-size: 1rem;
  line-height: 1.3;
  color: var(--marsala-deep);
}

.instagram-link-copy {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.instagram-link-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(142, 68, 93, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: var(--marsala-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.instagram-link-card:hover .instagram-link-icon,
.instagram-link-card:focus .instagram-link-icon {
  transform: translateY(-1px);
  background: linear-gradient(145deg, rgba(142, 68, 93, 0.94), rgba(111, 48, 71, 0.92));
  border-color: rgba(111, 48, 71, 0.22);
  color: var(--white);
  box-shadow: 0 14px 24px rgba(111, 48, 71, 0.22);
}

.instagram-link-card:hover .instagram-link-action,
.instagram-link-card:focus .instagram-link-action {
  background: var(--marsala-deep);
  border-color: var(--marsala-deep);
  color: var(--white);
}

.instagram-link-card:hover .instagram-link-badge,
.instagram-link-card:focus .instagram-link-badge {
  color: var(--marsala-deep);
}

.clinic-modal-content {
  border: 1px solid rgba(142, 68, 93, 0.08);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 252, 252, 0.98) 0%, rgba(248, 242, 244, 0.96) 100%);
  box-shadow: 0 30px 80px rgba(95, 47, 64, 0.2);
  overflow: hidden;
}

.clinic-modal-header {
  padding: 2rem 2rem 1.25rem;
  align-items: flex-start;
  border-bottom: 1px solid rgba(142, 68, 93, 0.08);
}

.clinic-modal-title {
  font-family: 'Cormorant Garamond', serif;
  color: var(--marsala-deep);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  margin: 0.25rem 0 0.85rem;
}

.clinic-modal-text,
.clinic-modal-note {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.clinic-modal-body {
  padding: 0 2rem 2rem;
}

.clinic-modal-note {
  margin-bottom: 1.25rem;
}

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

.clinic-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(142, 68, 93, 0.1);
  box-shadow: 0 14px 36px rgba(95, 47, 64, 0.08);
}

.clinic-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(142, 68, 93, 0.1);
  color: var(--marsala-deep);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.clinic-card h3 {
  color: var(--marsala-deep);
  font-size: 1.25rem;
  margin: 0;
}

.clinic-card p,
.clinic-meta li {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.clinic-meta {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.clinic-meta strong {
  color: var(--marsala-deep);
}

.clinic-link {
  width: 100%;
  justify-content: center;
}

.contact-info-panel {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(142, 68, 93, 0.08);
  box-shadow: none;
}

.contact-list {
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.9rem;
}

.contact-note {
  color: var(--muted);
  line-height: 1.8;
  margin-top: 1.2rem;
}

.site-footer {
  padding: 1rem 0;
  background: #fbf5f7;
  border-top: 1px solid rgba(142, 68, 93, 0.1);
  color: var(--muted);
}

.footer-note {
  color: var(--marsala);
}

@media (min-width: 1400px) {
  .hero-title {
    font-size: clamp(3.8rem, 3.1vw, 4.6rem);
    max-width: 38rem;
    line-height: 0.93;
  }

  .hero-text {
    max-width: 38rem;
  }

  .hero-highlights {
    max-width: min(100%, 36rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .feature-card:hover,
  .service-card:hover,
  .about-panel:hover,
  .care-note:hover,
  .cta-box:hover,
  .contact-shell:hover,
  .hero-highlights:hover,
  .clinic-card:hover {
    transform: translateY(-8px);
    border-color: rgba(142, 68, 93, 0.18);
    box-shadow: 0 28px 64px rgba(95, 47, 64, 0.18);
  }

  .feature-card:hover::after,
  .service-card:hover::after,
  .about-panel:hover::after,
  .care-note:hover::after,
  .cta-box:hover::after,
  .contact-shell:hover::after,
  .hero-highlights:hover::after,
  .clinic-card:hover::after {
    opacity: 1;
  }

  .about-point:hover {
    transform: translateY(-5px);
    border-color: rgba(142, 68, 93, 0.18);
    box-shadow: 0 18px 36px rgba(95, 47, 64, 0.1);
    background: rgba(248, 240, 243, 0.92);
  }

  .feature-card:hover .icon-wrap,
  .clinic-card:hover .clinic-index {
    transform: translateY(-2px) scale(1.04);
    background: linear-gradient(135deg, rgba(142, 68, 93, 0.18), rgba(185, 120, 143, 0.32));
  }

  .treatment-item:hover .treatment-item-icon {
    transform: translateY(-1px);
    background: linear-gradient(135deg, rgba(142, 68, 93, 0.18), rgba(185, 120, 143, 0.28));
  }


  .service-card:hover .service-eyebrow {
    transform: translateY(-1px);
    background: rgba(142, 68, 93, 0.16);
  }

  .contact-shell:hover .instagram-link-card,
  .contact-shell:hover .contact-info-panel {
    border-color: rgba(142, 68, 93, 0.18);
  }
}

@media (max-width: 1399.98px) and (min-width: 992px) {
  .section-space {
    padding: 5rem 0;
  }

  .hero-section {
    padding: 0.95rem 0 4.5rem;
  }

  .hero-title {
    font-size: clamp(2.25rem, 3.45vw, 3.45rem);
    max-width: 10.5ch;
  }

  .hero-text {
    font-size: 0.93rem;
    line-height: 1.75;
    max-width: 100%;
  }

  .hero-actions {
    gap: 0.75rem !important;
  }

  .hero-highlights {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem 0.85rem;
  }

  .hero-highlights-kicker {
    font-size: 0.72rem;
    margin-bottom: 0.35rem;
  }

  .hero-highlight-item {
    gap: 0.65rem;
    padding: 0.74rem 0;
  }

  .hero-highlight-text {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .hero-action-btn {
    padding: 0.78rem 1.1rem;
    font-size: 0.93rem;
  }

  .hero-gallery {
    gap: 0.95rem;
    min-height: 500px;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    grid-template-rows: 210px 248px;
  }

  .gallery-card-portrait {
    width: 72%;
  }

  .hero-badge {
    left: 32%;
    bottom: 0.9rem;
    max-width: 250px;
    padding: 1rem 1.05rem;
  }

  .hero-badge strong {
    font-size: 0.94rem;
  }

  .hero-badge span {
    font-size: 0.91rem;
    line-height: 1.55;
  }

  .feature-card,
  .service-card,
  .info-card,
  .about-panel,
  .care-note,
  .cta-box {
    padding: 1.7rem;
  }

  .about-side {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  }

  .about-portrait img {
    min-height: 460px;
  }

  .about-panel h3 {
    font-size: 1.45rem;
  }

  .about-point {
    padding: 1rem 1.05rem;
  }

  .treatment-intro .section-title {
    font-size: clamp(1.95rem, 2.55vw, 2.55rem);
  }

  .treatment-intro .section-text {
    font-size: 1rem;
    line-height: 1.72;
  }

  .treatment-stack {
    gap: 1.1rem;
  }

  .treatment-hero img {
    min-height: 300px;
  }

  .treatment-sidebar-photo img {
    min-height: 280px;
  }

  .treatment-photo img {
    height: 220px;
  }

  .treatment-photo-compact img {
    min-height: 200px;
  }

  .service-card-featured {
    padding: 1.45rem;
  }

  .service-card-compact {
    padding: 1.2rem 1.25rem;
  }

  .contact-stage {
    padding-top: 2.75rem;
    padding-bottom: 4rem;
  }

  .contact-stage .section-title {
    font-size: clamp(1.8rem, 2.35vw, 2.45rem);
  }

  .contact-stage .section-text {
    font-size: 0.98rem;
  }

  .contact-shell {
    padding: 1.65rem;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 84px;
  }

  section[id] {
    scroll-margin-top: 96px;
  }

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

  .treatment-section {
    padding-top: 4rem;
  }

  .treatment-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }

  .treatment-stack {
    order: 1;
  }

  .treatment-hero {
    order: 2;
  }

  .treatment-hero img {
    min-height: 260px;
  }

  .treatment-list {
    padding: 1.4rem;
  }

  .care-note-grid {
    grid-template-columns: 1fr;
  }

  .contact-stage {
    padding-top: 2.4rem;
    padding-bottom: 3.25rem;
  }

  .contact-stage-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .contact-stage-intro {
    display: none;
  }

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

@media (max-width: 991.98px) and (min-width: 768px) {
  .section-space {
    padding: 4.5rem 0;
  }

  .hero-section {
    padding: 0.8rem 0 4rem;
  }

  .hero-title {
    font-size: clamp(2.2rem, 5.4vw, 3.1rem);
    max-width: 11ch;
  }

  .hero-text {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem !important;
  }

  .hero-action-btn {
    width: 100%;
    padding: 0.88rem 1rem;
  }

  .hero-highlights {
    max-width: none;
    margin-top: 1.25rem;
    padding: 1rem 1.1rem 0.9rem;
  }

  .hero-highlights-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .hero-highlight-item {
    padding: 0.78rem 0;
  }

  .hero-highlight-item:nth-child(-n + 2) {
    border-top: none;
  }

  .hero-gallery {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-rows: 235px auto;
    gap: 0.9rem;
    min-height: auto;
  }

  .gallery-card-main {
    grid-row: 1 / span 2;
  }

  .gallery-card-wide {
    grid-row: 1;
  }

  .gallery-card-portrait {
    display: none;
  }

  .gallery-card-main img {
    min-height: 360px;
  }

  .gallery-card-wide img {
    height: 235px;
  }

  .hero-badge {
    position: static;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 1.1rem 1.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-side {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 0.85rem;
  }

  .about-portrait img {
    min-height: 380px;
  }

  .about-panel {
    padding: 1.5rem;
  }

  .about-panel h3 {
    font-size: 1.45rem;
  }

  .about-points {
    gap: 0.85rem;
    margin-top: 1.2rem;
  }

  .about-point {
    padding: 1rem;
  }

  .feature-card,
  .service-card,
  .info-card,
  .care-note,
  .cta-box {
    padding: 1.5rem;
  }

  .feature-card h3,
  .service-card h3,
  .info-card h3,
  .care-note h3 {
    font-size: 1.28rem;
  }

  .treatment-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1rem;
    align-items: stretch;
  }

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

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

  .treatment-intro .section-title {
    font-size: clamp(2rem, 4.5vw, 2.6rem);
  }

  .treatment-intro .section-text {
    font-size: 1rem;
    line-height: 1.72;
  }

  .treatment-sidebar-photo img {
    height: 100%;
    min-height: 320px;
  }

  .treatment-photo-compact img {
    min-height: 100%;
  }

  .service-card-featured {
    padding: 1.45rem;
  }

  .service-card-compact {
    padding: 1.2rem 1.25rem;
  }

  .care-note-grid {
    gap: 0.85rem;
  }

  .contact-stage {
    padding-top: 2.6rem;
    padding-bottom: 3.6rem;
  }

  .contact-stage-grid {
    gap: 1rem;
  }

  .cta-box {
    padding: 1.8rem;
  }

  .contact-shell {
    padding: 1.65rem;
  }

  .contact-stage .section-title {
    font-size: clamp(1.9rem, 4.2vw, 2.55rem);
  }

  .contact-stage .contact-actions {
    margin-top: 1rem !important;
  }

  .contact-stage .btn-lg {
    padding: 0.95rem 1.25rem;
    font-size: 1rem;
  }

  .clinic-modal-header,
  .clinic-modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 0.6rem 0 3.4rem;
  }

  .hero-section .row {
    row-gap: 0.55rem !important;
  }

  .hero-title,
  .section-title {
    line-height: 1.02;
  }

  .hero-title {
    font-size: clamp(1.95rem, 10vw, 2.75rem);
    max-width: none;
  }

  .hero-text {
    max-width: 100%;
    font-size: 0.97rem;
    line-height: 1.72;
  }

  .hero-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.85rem;
    min-height: auto;
  }

  .gallery-card-wide,
  .gallery-card-portrait {
    display: none;
  }

  .gallery-card-main {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-card-main img {
    height: clamp(250px, 72vw, 360px);
    object-position: center 38%;
  }

  .hero-badge {
    display: none;
  }

  .hero-highlights {
    margin-top: 1.15rem;
    padding: 0.95rem 1rem 0.85rem;
  }

  .hero-highlights-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .hero-highlight-item {
    padding: 0.72rem 0;
  }

  .hero-highlight-text {
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .hero-actions {
    display: grid !important;
    gap: 0.75rem !important;
  }

  .hero-action-btn {
    width: 100%;
    padding: 0.88rem 1rem;
  }

  .treatment-photo img {
    height: 210px;
  }

  .treatment-sidebar-photo img {
    height: 240px;
    min-height: 240px;
  }

  .service-card-featured,
  .service-card-compact {
    padding: 1.3rem;
  }

  .instagram-link-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.8rem;
    padding: 0.92rem;
  }

  .instagram-link-frame {
    gap: 0.55rem;
  }

  .instagram-link-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .instagram-link-icon svg {
    width: 21px;
    height: 21px;
  }

  .instagram-link-badge {
    font-size: 0.68rem;
  }

  .instagram-link-action {
    min-height: 36px;
    padding: 0.52rem 0.72rem;
    font-size: 0.74rem;
  }

  .contact-shell {
    padding: 1.35rem;
  }

  .cta-box {
    padding: 1.45rem;
  }

  .feature-card,
  .info-card,
  .care-note {
    padding: 1.3rem;
  }

  .feature-card h3,
  .service-card h3,
  .info-card h3,
  .about-panel h3,
  .care-note h3 {
    font-size: 1.2rem;
  }

  .clinic-modal-header,
  .clinic-modal-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .clinic-modal-header {
    padding-top: 1.5rem;
  }

  .clinic-modal-body {
    padding-bottom: 1.5rem;
  }

  .section-space {
    padding: 3.75rem 0;
  }

  .section-text,
  .contact-stage .section-text,
  .treatment-intro .section-text {
    font-size: 0.97rem;
    line-height: 1.7;
  }

  .about-portrait img {
    min-height: 320px;
  }

  .about-panel {
    padding: 1.35rem;
  }

  .about-point {
    padding: 0.95rem;
  }

  .treatment-section {
    padding-top: 3.6rem;
  }

  .treatment-shell {
    gap: 1.25rem;
    padding: 0;
  }

  .treatment-stack {
    gap: 1rem;
  }

  .treatment-hero img {
    min-height: 220px;
  }

  .treatment-list {
    padding: 1.2rem;
  }

  .treatment-list-title {
    font-size: 1.2rem;
  }

  .treatment-list-text {
    font-size: 0.92rem;
  }

  .treatment-items {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .treatment-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .treatment-item-icon svg {
    width: 20px;
    height: 20px;
  }

  .treatment-sidebar {
    gap: 0.9rem;
  }

  .treatment-intro {
    padding: 1.3rem;
  }

  .treatment-intro .section-title {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .care-list {
    margin-top: 1rem;
    gap: 0.75rem;
  }

  .care-list li {
    padding-left: 1.35rem;
    line-height: 1.65;
  }

  .contact-stage {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

  .contact-stage-grid {
    gap: 0.9rem;
  }

  .contact-stage .section-title {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .contact-stage .contact-actions {
    display: grid !important;
  }

  .contact-stage .btn-lg {
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 0.98rem;
  }

  .contact-stage .info-card {
    padding: 1.25rem;
  }

  .contact-list {
    margin-top: 1rem;
    gap: 0.75rem;
  }

  .clinic-modal-content {
    border-radius: 24px;
  }

  .clinic-modal-title {
    font-size: clamp(1.75rem, 10vw, 2.45rem);
  }

  .clinic-card {
    padding: 1.15rem;
    border-radius: 20px;
  }

  .clinic-card h3 {
    font-size: 1.1rem;
  }

  .site-footer {
    padding: 0.95rem 0 1.15rem;
  }

  .site-footer .container {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand .brand-title {
    font-size: 1.7rem;
  }

  .navbar-brand small {
    font-size: 0.8rem;
  }

  .eyebrow,
  .section-tag {
    padding: 0.4rem 0.78rem;
    font-size: 0.82rem;
  }

  .hero-actions {
    display: grid !important;
  }

  .hero-action-btn {
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.82rem, 11vw, 2.35rem);
  }

  .hero-text {
    font-size: 0.94rem;
  }

  .hero-highlights {
    padding: 0.9rem 0.92rem 0.8rem;
  }

  .instagram-link-card {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.75rem;
  }

  .instagram-link-frame {
    gap: 0.6rem;
  }

  .instagram-link-action {
    width: 100%;
    min-height: 0;
    padding: 0.72rem 0.9rem;
  }

  .instagram-link-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .instagram-link-badge {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .instagram-link-copy {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .gallery-card-main img {
    height: 250px;
  }
}
