@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Italic.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

:root {
  --chocolate: #5d3d2e;
  --sage: #caccb4;
  --off-white: #ece9e2;
  --tan: #9e977a;
  --white: #fffdf8;
  --ink: #30231d;
  --border: rgba(93, 61, 46, 0.2);
  --shadow: 0 24px 64px rgba(70, 46, 35, 0.14);
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --container: 76rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--off-white);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
address { font-style: normal; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--chocolate); font-family: "Instrument Serif", Georgia, serif; font-weight: 400; line-height: 1.02; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 6.6rem); letter-spacing: -0.035em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.4rem, 5vw, 4.4rem); letter-spacing: -0.025em; }
h3 { margin-bottom: 0.35rem; font-size: 1.75rem; }

.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.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; z-index: 100; top: 0.75rem; left: 0.75rem; padding: 0.75rem 1rem; background: var(--chocolate); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; padding-block: 0.85rem; pointer-events: none; }
.header-inner { min-height: 3.75rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.header-inner > * { pointer-events: auto; }
.brand { width: 9.5rem; height: 3.8rem; display: flex; align-items: center; }
.brand img { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { min-height: 3rem; padding: 0.35rem 0.55rem; justify-self: center; display: flex; align-items: center; justify-content: center; gap: clamp(0.15rem, 0.7vw, 0.65rem); overflow: hidden; border: 1px solid rgba(158, 151, 122, 0.5); border-radius: 999px; background: rgba(236, 233, 226, 0.9); box-shadow: 0 0.8rem 2.4rem rgba(57, 40, 32, 0.13); backdrop-filter: blur(16px); }
.desktop-nav a { min-height: 2.2rem; padding: 0.62rem clamp(0.55rem, 0.9vw, 0.85rem); display: inline-flex; align-items: center; border-radius: 999px; text-decoration: none; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.055em; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.desktop-nav a:hover { background: rgba(202, 204, 180, 0.48); transform: translateY(-1px); }
.desktop-nav a[aria-current="page"] { background: var(--chocolate); color: var(--off-white); }
.nav-shell { display: none; justify-self: center; }
.nav-shell summary { display: none; }
.nav-shell nav { min-height: 3rem; padding: 0.35rem 0.55rem; display: flex; align-items: center; justify-content: center; gap: clamp(0.15rem, 0.7vw, 0.65rem); overflow: hidden; border: 1px solid rgba(158, 151, 122, 0.5); border-radius: 999px; background: rgba(236, 233, 226, 0.9); box-shadow: 0 0.8rem 2.4rem rgba(57, 40, 32, 0.13); backdrop-filter: blur(16px); }
.nav-shell:not([open]) nav { display: flex; }
.nav-shell nav a { min-height: 2.2rem; padding: 0.62rem clamp(0.55rem, 0.9vw, 0.85rem); display: inline-flex; align-items: center; border-radius: 999px; text-decoration: none; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.055em; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.nav-shell nav a:hover { background: rgba(202, 204, 180, 0.48); transform: translateY(-1px); }
.nav-shell nav a[aria-current="page"] { background: var(--chocolate); color: var(--off-white); }
.header-cta { border-radius: 999px; box-shadow: 0 0.65rem 1.8rem rgba(57, 40, 32, 0.12); }

.button { min-height: 2.9rem; display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.2rem; border: 1px solid var(--chocolate); border-radius: var(--radius-sm); text-decoration: none; font-size: 0.84rem; font-weight: 600; letter-spacing: 0.035em; transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--chocolate); color: var(--white); }
.button-primary:hover { background: var(--ink); }
.button-secondary { background: transparent; color: var(--chocolate); }
.button-secondary:hover { background: rgba(93, 61, 46, 0.08); }
.button-light { border-color: var(--off-white); background: var(--off-white); color: var(--chocolate); }
.button-light:hover { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--chocolate); font-weight: 600; text-underline-offset: 0.25rem; }

.hero { padding: clamp(2.5rem, 6vw, 6rem) 0 clamp(4rem, 8vw, 8rem); overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 1; }
.hero-text { max-width: 36rem; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.eyebrow { margin-bottom: 0.9rem; color: var(--chocolate); font-size: 0.73rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.button-group { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-media { margin: 0; position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -2rem 2rem 2rem -2rem; z-index: -1; border-radius: var(--radius-lg); background: var(--sage); }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-protese .hero-grid { align-items: stretch; }
.hero-protese .hero-media { align-self: stretch; margin-top: 2.5rem; }
.hero-protese .hero-media img { height: 100%; }

.page-hero { padding: clamp(4rem, 8vw, 8rem) 0; background: var(--off-white); }
.clinic-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.clinic-copy { max-width: 30rem; }
.clinic-copy address { margin: 1.5rem 0; color: var(--chocolate); font-weight: 500; }
.clinic-gallery { min-height: clamp(22rem, 33vw, 31rem); display: grid; grid-template-columns: 1.18fr 0.82fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.clinic-gallery figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: var(--sage); }
.clinic-gallery .gallery-main { grid-row: 1 / -1; border-radius: var(--radius-lg); }
.clinic-gallery img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.page-hero h1 { max-width: 50rem; }
.page-hero p:last-child { max-width: 42rem; font-size: 1.1rem; }
.page-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.page-hero-simple { border-bottom: 1px solid var(--border); }
.clinic-hero { padding: 0 0 clamp(2rem, 4vw, 4rem); background: var(--off-white); }
.clinic-hero .page-hero-grid { width: min(calc(100% - 2rem), 100rem); min-height: clamp(36rem, calc(100svh - 5.5rem), 56rem); position: relative; isolation: isolate; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.clinic-hero .page-hero-grid::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(35, 24, 19, 0.78) 0%, rgba(35, 24, 19, 0.46) 42%, rgba(35, 24, 19, 0.06) 76%); }
.clinic-hero .page-hero-grid > img { position: absolute; inset: 0; z-index: -2; width: 100%; max-width: none; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; border-radius: 0; box-shadow: none; }
.clinic-hero-copy { width: min(42rem, 55%); padding: clamp(2rem, 6vw, 6rem); color: var(--off-white); }
.clinic-hero-copy .eyebrow, .clinic-hero-copy h1 { color: var(--off-white); }
.clinic-hero-copy h1 { margin-bottom: 1.2rem; text-wrap: balance; }
.clinic-hero-copy p:last-child { max-width: 32rem; color: var(--off-white); }
.page-section { background: var(--white); }
.page-cta { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--chocolate); color: var(--off-white); }
.page-cta h2, .page-cta .eyebrow { color: var(--off-white); }
.page-cta h2 { margin-bottom: 0; }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.page-rating { display: flex; align-items: center; gap: 1rem; color: var(--chocolate); }
.page-rating strong { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(4rem, 8vw, 7rem); font-weight: 400; line-height: 0.9; }
.page-rating span { font-weight: 600; }
.page-rating small { font-weight: 400; }
.differentials { background: var(--sage); }
.differentials-intro { margin-bottom: 3rem; display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.differentials-intro h2 { margin-bottom: 0; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(93, 61, 46, 0.28); }
.feature-list li { padding: 0.8rem 0; border-bottom: 1px solid rgba(93, 61, 46, 0.28); color: var(--chocolate); font-weight: 500; }
.feature-list li:nth-child(odd) { padding-right: 1rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(93, 61, 46, 0.3); border-left: 1px solid rgba(93, 61, 46, 0.3); }
.value-grid article { min-height: 12.5rem; padding: 1.6rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(93, 61, 46, 0.3); border-bottom: 1px solid rgba(93, 61, 46, 0.3); }
.value-grid h3 { margin-bottom: 0.7rem; font-size: clamp(1.55rem, 2.5vw, 2.1rem); }
.value-grid p { margin-bottom: 0; }

.facts { border-block: 1px solid var(--border); background: var(--white); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact { min-height: 7.5rem; padding: 1.4rem clamp(1rem, 3vw, 2.4rem); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); text-decoration: none; }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact-value { margin-bottom: 0.15rem; color: var(--chocolate); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.2; }
.fact > span:last-child { font-size: 0.78rem; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.clinic { background: var(--white); }
.environments-heading { margin-bottom: clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; }
.environments-heading h2 { max-width: 42rem; margin-bottom: 0; }
.environments-contact { min-width: 18rem; padding-left: 1.5rem; border-left: 1px solid var(--border); }
.environments-contact address { margin-bottom: 1rem; color: var(--chocolate); font-weight: 500; }
.environment-list { display: grid; gap: clamp(4rem, 10vw, 9rem); }
.environment-item { display: grid; grid-template-columns: minmax(9rem, 0.32fr) minmax(0, 1fr); align-items: start; gap: clamp(1.5rem, 5vw, 5rem); }
.environment-item:nth-child(even) { grid-template-columns: minmax(0, 1fr) minmax(9rem, 0.32fr); }
.environment-item:nth-child(even) .environment-label { grid-column: 2; grid-row: 1; }
.environment-item:nth-child(even) > figure, .environment-item:nth-child(even) .environment-media { grid-column: 1; grid-row: 1; }
.environment-label { padding-top: 1rem; border-top: 1px solid var(--border); }
.environment-label span { display: block; margin-bottom: clamp(2rem, 6vw, 5rem); color: var(--tan); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; }
.environment-label h3 { font-size: clamp(2rem, 4vw, 3.5rem); }
.environment-item > figure, .environment-item .environment-media { width: min(100%, 48rem); justify-self: end; }
.environment-item:nth-child(even) > figure, .environment-item:nth-child(even) .environment-media { justify-self: start; }
.environment-item figure { aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); box-shadow: var(--shadow); }
.environment-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.environment-item:hover img { transform: scale(1.015); }
.environment-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.environment-gallery figure { border-radius: var(--radius-md); box-shadow: none; }
.environment-gallery .environment-main { grid-column: 1 / -1; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.environment-gallery .environment-focus-clinic img { object-position: center 58%; }
.environment-gallery-pair figure { box-shadow: var(--shadow); }

.treatments { padding-block: clamp(3.5rem, 6vw, 5.25rem); background: var(--chocolate); }
.treatments .eyebrow, .treatments h2, .treatments .section-heading > p { color: var(--off-white); }
.treatments .section-heading { max-width: 42rem; margin-bottom: 1.75rem; }
.treatments .section-heading h2 { font-size: clamp(2.35rem, 4vw, 3.65rem); }
.section-heading { max-width: 48rem; margin-bottom: 2.5rem; }
.section-heading > p:last-child { max-width: 40rem; }
.treatment-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.7rem; }
.treatment-card { overflow: hidden; border: 1px solid rgba(236, 233, 226, 0.16); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.04); }
.treatment-image { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--sage); }
.treatment-image img { width: 100%; height: 100%; object-fit: cover; }
.treatment-card > div:not(.treatment-image) { min-height: 4.5rem; padding: 0.9rem 0.85rem 1rem; }
.treatment-card h2, .treatment-card h3 { margin-bottom: 0; color: var(--off-white); font-size: clamp(1.15rem, 1.7vw, 1.5rem); line-height: 1.05; }
.treatments-page { min-height: 55vh; }
.section-action { margin-top: 1.75rem; padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(236, 233, 226, 0.18); }
.advanced-care { background: var(--white); }
.advanced-care-heading { max-width: 48rem; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.advanced-care-heading h2 { margin-bottom: 0; }
.care-overview { display: grid; grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(2rem, 6vw, 6rem); }
.care-overview-laser { margin-top: clamp(4rem, 9vw, 8rem); }
.care-overview-laser .care-media { order: 2; }
.care-media { min-height: clamp(28rem, 48vw, 43rem); margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); box-shadow: var(--shadow); }
.care-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.care-detail { padding-top: 1.5rem; border-top: 1px solid var(--border); }
.care-detail h3 { margin-bottom: 1.5rem; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.care-detail h3 span { display: block; margin-top: 0.45rem; font-family: "Montserrat", Arial, sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; line-height: 1.5; text-transform: uppercase; }
.care-detail h4 { margin: 2rem 0 0.8rem; color: var(--chocolate); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.care-detail p { max-width: 47rem; }
.care-list { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.care-list li { padding: 0.85rem 1rem 0.85rem 0; border-bottom: 1px solid var(--border); color: var(--chocolate); font-size: 0.92rem; font-weight: 500; }
.section-action p { max-width: 38rem; margin-bottom: 0; color: var(--off-white); }

.reviews { background: var(--off-white); }
.reviews-heading { margin-bottom: 2.5rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.reviews-heading h2 { max-width: 46rem; margin-bottom: 0; }
.rating-summary { min-width: 11rem; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 0.75rem; }
.rating-summary strong { grid-row: span 2; color: var(--chocolate); font-family: "Instrument Serif", Georgia, serif; font-size: 4rem; font-weight: 400; line-height: 1; }
.rating-summary > span { color: var(--tan); letter-spacing: 0.1em; }
.rating-summary small { line-height: 1.4; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { min-height: 19rem; margin: 0; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); }
.review-card blockquote { margin: 0 0 2rem; color: var(--chocolate); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(1.55rem, 2.3vw, 2rem); line-height: 1.18; }
.review-card figcaption { display: flex; align-items: center; gap: 0.8rem; }
.review-card figcaption > span:last-child { display: grid; }
.review-card small { font-size: 0.72rem; }
.avatar { width: 2.8rem; height: 2.8rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--chocolate); font-size: 0.75rem; font-weight: 600; }
.reviews-link { margin-top: 1.75rem; }

.plans { padding: 3rem 0; border-block: 1px solid var(--border); background: var(--white); }
.plans-inner { display: grid; grid-template-columns: 0.6fr 1.4fr; align-items: center; gap: 3rem; }
.plans-copy h2 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 2.9rem); }
.plan-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.plan-list li { min-height: 5.25rem; padding: 1rem; display: grid; place-items: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--chocolate); text-align: center; font-weight: 600; }
.plans-page { min-height: 55vh; background: var(--white); }
.plan-list-large { grid-template-columns: repeat(4, 1fr); }
.plan-list-large li { min-height: 8rem; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 400; }
.center-action { margin-top: 2rem; display: flex; justify-content: center; }

.contact { background: var(--sage); }
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-intro { max-width: 31rem; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(93, 61, 46, 0.28); border-left: 1px solid rgba(93, 61, 46, 0.28); }
.contact-block { min-width: 0; padding: 1.5rem; border-right: 1px solid rgba(93, 61, 46, 0.28); border-bottom: 1px solid rgba(93, 61, 46, 0.28); }
.contact-block h3 { font-family: "Montserrat", Arial, sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-block p { margin-bottom: 0; }
.contact-block a { overflow-wrap: anywhere; }
.contact-wide { grid-column: 1 / -1; }
.contact-block .text-link { margin-top: 0.75rem; }

.site-footer { padding: 4rem 0 1.5rem; background: #2b1c16; color: var(--off-white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1.2fr 0.8fr; gap: 3rem; }
.footer-brand { display: block; margin-bottom: 1.25rem; }
.footer-grid strong { display: block; margin-bottom: 1rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-grid nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 0.45rem; }
.footer-grid nav strong, .footer-contact strong { margin-bottom: 0.55rem; }
.footer-grid a { text-underline-offset: 0.2rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.25rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(236, 233, 226, 0.18); font-size: 0.76rem; }
.compact-footer { padding-top: 1.5rem; }
.compact-footer .footer-bottom { margin-top: 0; }
.compact-footer .footer-bottom nav { display: flex; gap: 0.45rem; }

:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 5px var(--chocolate); }

@media (max-width: 60rem) {
  .header-inner { grid-template-columns: auto 1fr; }
  .header-cta { display: none; }
  .desktop-nav { display: none; }
  .nav-shell { justify-self: end; position: relative; display: block; }
  .nav-shell summary { width: 3rem; height: 3rem; padding: 0; position: relative; display: block; overflow: hidden; cursor: pointer; border: 1px solid rgba(158, 151, 122, 0.55); border-radius: 50%; background: rgba(236, 233, 226, 0.94); box-shadow: 0 0.65rem 1.8rem rgba(57, 40, 32, 0.14); font-size: 0; line-height: 0; list-style: none; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
  .nav-shell summary::-webkit-details-marker { display: none; }
  .nav-shell summary::before { content: ""; width: 1.2rem; height: 0.8rem; position: absolute; top: 50%; left: 50%; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat; transform: translate(-50%, -50%); }
  .nav-shell summary:hover { transform: scale(1.06); }
  .nav-shell[open] summary { background: var(--chocolate); color: var(--off-white); transform: rotate(90deg); }
  .nav-shell nav { position: absolute; top: 3.65rem; right: 0; width: min(19rem, calc(100vw - 2.5rem)); padding: 0.45rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.2rem; border: 1px solid rgba(158, 151, 122, 0.5); border-radius: var(--radius-md); background: rgba(236, 233, 226, 0.97); box-shadow: 0 1.2rem 3rem rgba(57, 40, 32, 0.18); backdrop-filter: blur(16px); animation: nav-reveal 220ms ease-out both; }
  .site-header { border-bottom: 1px solid rgba(158, 151, 122, 0.35); background: rgba(236, 233, 226, 0.94); box-shadow: 0 0.5rem 1.5rem rgba(57, 40, 32, 0.08); backdrop-filter: blur(16px); }
  .clinic-grid { grid-template-columns: 1fr; }
  .nav-shell:not([open]) nav { display: none; }
  .nav-shell nav a { min-height: 2.75rem; padding: 0.65rem 0.55rem; justify-content: center; border-radius: var(--radius-sm); text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 46rem; }
  .hero-media { width: min(100%, 46rem); margin-left: auto; }
  .hero-protese .hero-media { align-self: auto; margin-top: 0; }
  .hero-protese .hero-media img { height: auto; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-grid img { max-width: 46rem; margin-left: auto; }
  .clinic-hero .page-hero-grid { min-height: clamp(34rem, 76svh, 46rem); display: flex; }
  .clinic-hero .page-hero-grid > img { max-width: none; margin-left: 0; }
  .clinic-hero-copy { width: min(40rem, 76%); }
  .differentials-intro { grid-template-columns: 1fr; align-items: start; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .treatment-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .care-overview { grid-template-columns: 1fr; }
  .contact-intro { max-width: 46rem; }
  .environments-heading { grid-template-columns: 1fr; align-items: start; }
  .environments-contact { min-width: 0; padding: 1.5rem 0 0; border-top: 1px solid var(--border); border-left: 0; }
  .environment-item, .environment-item:nth-child(even) { grid-template-columns: minmax(7rem, 0.28fr) minmax(0, 1fr); }
  .environment-item:nth-child(even) .environment-label { grid-column: 1; }
  .environment-item:nth-child(even) > figure, .environment-item:nth-child(even) .environment-media { grid-column: 2; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-card:last-child { grid-column: 1 / -1; min-height: 15rem; }
  .plans-inner { grid-template-columns: 1fr; }
  .plan-list-large { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 38rem) {
  .container { width: min(calc(100% - 2.5rem), var(--container)); }
  .site-header { padding-block: 0.65rem; }
  .brand { width: 8.2rem; height: 3.4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero { padding-top: 2.5rem; }
  .button-group .button { width: 100%; }
  .hero-media::before { inset: -1rem 1rem 1rem -1rem; }
  .clinic-hero { padding-bottom: 2rem; }
  .clinic-hero .page-hero-grid { width: calc(100% - 1rem); min-height: 72svh; border-radius: var(--radius-md); }
  .clinic-hero .page-hero-grid::after { background: linear-gradient(0deg, rgba(35, 24, 19, 0.82) 0%, rgba(35, 24, 19, 0.38) 54%, rgba(35, 24, 19, 0.04) 82%); }
  .clinic-hero .page-hero-grid > img { object-position: 42% center; }
  .clinic-hero-copy { width: 100%; padding: 2rem 1.5rem; }
  .clinic-hero-copy h1 { font-size: clamp(2.9rem, 14vw, 4.25rem); }
  .treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.6rem; }
  .treatment-card > div:not(.treatment-image) { min-height: 4.25rem; padding: 0.8rem; }
  .care-list { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact { min-height: auto; padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .clinic-gallery { min-height: 0; grid-template-columns: 1fr; grid-template-rows: none; gap: 0.75rem; }
  .clinic-gallery figure, .clinic-gallery .gallery-main { grid-row: auto; aspect-ratio: 4 / 3; border-radius: var(--radius-md); }
  .fact:last-child { border-bottom: 0; }
  .environment-list { gap: 4rem; }
  .environment-item, .environment-item:nth-child(even) { display: grid; grid-template-columns: 1fr; gap: 1rem; }
  .environment-item .environment-label, .environment-item:nth-child(even) .environment-label, .environment-item > figure, .environment-item:nth-child(even) > figure, .environment-item .environment-media, .environment-item:nth-child(even) .environment-media { grid-column: 1; grid-row: auto; }
  .environment-label { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
  .environment-label span { margin-bottom: 0; }
  .environment-item > figure, .environment-item .environment-media, .environment-item:nth-child(even) > figure, .environment-item:nth-child(even) .environment-media { width: 100%; justify-self: stretch; }
  .environment-item figure { aspect-ratio: 4 / 3; }
  .environment-gallery { gap: 0.5rem; }
  .environment-gallery-pair { grid-template-columns: 1fr; }
  .section-action, .reviews-heading { align-items: flex-start; flex-direction: column; }
  .section-action .button { width: 100%; }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .reviews-heading { display: flex; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card, .review-card:last-child { grid-column: auto; min-height: 16rem; }
  .rating-summary { padding-top: 1.5rem; border-top: 1px solid var(--border); }
  .plan-list { grid-template-columns: 1fr 1fr; }
  .plan-list-large { grid-template-columns: 1fr 1fr; }
  .plan-list-large li { min-height: 6rem; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list li:nth-child(odd) { padding-right: 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: auto; padding-block: 1.5rem; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
}

@keyframes nav-reveal {
  from { opacity: 0; transform: translateY(-0.75rem) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

html.aos-ready [data-aos="fade-up"] { transform: translate3d(0, 1.5rem, 0); }
html.aos-ready [data-aos="fade-down"] { transform: translate3d(0, -1.5rem, 0); }
html.aos-ready [data-aos="fade-right"] { transform: translate3d(-1.5rem, 0, 0); }
html.aos-ready [data-aos="fade-left"] { transform: translate3d(1.5rem, 0, 0); }
html.aos-ready [data-aos].aos-animate { transform: translate3d(0, 0, 0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}

html:not(.aos-ready) [data-aos] { opacity: 1; transform: none; }
