:root {
  --ink: #092d3b;
  --ink-deep: #061f2a;
  --slate: #56717b;
  --mist: #edf3f3;
  --mineral: #f7f8f6;
  --white: #fff;
  --copper: #c8916f;
  --copper-soft: #eedbd0;
  --rosemary: #3f765f;
  --rosemary-dark: #2f5f4b;
  --line: rgba(9,45,59,.15);
  --shadow: 0 28px 80px rgba(6,31,42,.12);
  --image-radius: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--mineral); font-family: "DM Sans", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
main img { border-radius: var(--image-radius); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 12px 18px; color: white; background: var(--ink); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
.site-header { height: 92px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 50; }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { width: 195px; height: 76px; overflow: hidden; display: flex; align-items: center; margin-right: auto; }
.brand img { width: 190px; height: auto; border-radius: 10px; }
nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--copper); transition: right .25s ease; }
nav a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }
.btn { min-height: 50px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 11px 17px; }
.btn-primary { color: white; background: var(--ink); }
.btn-primary:hover { background: var(--ink-deep); }
.btn-rosemary { color: white; background: var(--rosemary); border-color: var(--rosemary); }
.btn-rosemary:hover { color: white; background: var(--rosemary-dark); border-color: var(--rosemary-dark); }
.btn-text { padding-inline: 5px; border-bottom-color: var(--ink); }
.btn-copper { background: var(--copper); color: var(--ink-deep); }
.hero { min-height: 0; display: grid; grid-template-columns: minmax(470px, .9fr) 1.1fr; background: var(--mist); }
.hero-copy { display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-copy-inner { width: min(570px, calc(100% - 70px)); margin-left: max(48px, calc((100vw - var(--max))/2)); position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; font: 600 12px/1.2 "Manrope", sans-serif; letter-spacing: .2em; text-transform: uppercase; color: var(--slate); }
.eyebrow span { display: inline-block; width: 36px; height: 1px; background: var(--copper); vertical-align: middle; margin-right: 10px; }
.eyebrow.light { color: #bcd0d5; }
h1,h2,h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(40px,4.25vw,69px); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
h2 { font-size: clamp(35px,3.5vw,54px); line-height: 1.08; letter-spacing: -.04em; font-weight: 500; }
.hero-lead { max-width: 510px; margin: 0 0 12px; font-size: 19px; color: var(--slate); }
.doctor-id { max-width: 510px; margin: 0 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 14px; }
.doctor-id strong { display: inline-block; margin-left: auto; }
.cro-badge { padding: 11px 18px; border: 2px solid var(--copper); border-radius: 10px; color: white; background: var(--ink); box-shadow: 0 9px 22px rgba(9,45,59,.18); font: 700 14px/1 "Manrope", sans-serif; letter-spacing: .1em; white-space: nowrap; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-trust { margin: 48px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: flex; gap: 28px; list-style: none; font-size: 13px; font-weight: 600; }
.hero-trust li::before { content: "✓"; margin-right: 8px; color: var(--copper); }
.hero-image { margin: 12px 12px 12px 0; min-height: 630px; position: relative; overflow: hidden; border-radius: var(--image-radius); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero-image figcaption { position: absolute; right: 0; bottom: 0; padding: 14px 24px; border-radius: 10px 0 0 10px; background: var(--ink); color: white; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.about { background: white; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.image-composition { position: relative; padding: 0 36px 36px 0; }
.image-composition > img { width: 100%; aspect-ratio: .88; object-fit: cover; box-shadow: var(--shadow); border-radius: var(--image-radius); }
.credential { position: absolute; left: -18px; bottom: 74px; padding: 19px 24px; background: var(--ink); color: white; display: flex; flex-direction: column; }
.credential strong { font-size: 11px; letter-spacing: .18em; }
.credential span { font-size: 22px; }
.about-copy > p:not(.eyebrow) { color: var(--slate); max-width: 640px; }
.professional-registration { width: fit-content; margin-top: 30px; padding: 13px 18px; border: 1px solid var(--copper); border-radius: 10px; background: var(--ink); box-shadow: 0 12px 28px rgba(9,45,59,.13); color: white; display: flex; align-items: center; gap: 18px; }
.professional-registration span { padding-right: 18px; border-right: 1px solid rgba(255,255,255,.24); color: #bcd0d5; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.professional-registration strong { color: var(--copper-soft); font: 700 15px "Manrope", sans-serif; letter-spacing: .09em; }
.values { margin-top: 35px; border-top: 1px solid var(--line); }
.values div { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.values span { color: var(--copper); font-size: 12px; }
.values strong { font-size: 14px; }
.procedures { background: var(--ink); color: white; }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.2fr .7fr; gap: 80px; align-items: end; }
.section-heading h2 { margin-bottom: 0; max-width: 700px; }
.section-heading > p { color: #bcd0d5; }
.procedure-grid { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 650px; border: 1px solid rgba(255,255,255,.13); }
.procedure-feature { min-height: 570px; position: relative; overflow: hidden; border-radius: var(--image-radius); }
.procedure-feature img { width: 100%; height: 100%; object-fit: cover; }
.procedure-feature::after { content:""; position:absolute; inset:0; background: linear-gradient(transparent 35%, rgba(6,31,42,.88)); }
.procedure-overlay { position: absolute; z-index: 1; left: 38px; right: 38px; bottom: 35px; }
.procedure-overlay p { color: var(--copper-soft); text-transform: uppercase; font-size: 11px; letter-spacing: .17em; }
.procedure-overlay h3 { max-width: 480px; margin: 0; font-size: 32px; line-height: 1.15; font-weight: 500; }
.procedure-list article { min-height: 25%; padding: 28px 32px; display: grid; grid-template-columns: 45px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.13); }
.procedure-list article:last-child { border-bottom: 0; }
.procedure-list span { color: var(--copper); font-size: 12px; }
.procedure-list h3 { margin: 0 0 5px; font-size: 20px; }
.procedure-list p { margin: 0; color: #bcd0d5; font-size: 14px; }
.secondary-procedures { margin-top: 38px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); }
.secondary-procedures article { padding: 36px 30px 0 0; }
.line-icon { color: var(--copper); font-size: 23px; }
.secondary-procedures h3 { margin: 16px 0 8px; font-size: 18px; }
.secondary-procedures p { color: #bcd0d5; font-size: 14px; }
.results { overflow: hidden; background: white; }
.results-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.results-heading h2 { max-width: 750px; margin-bottom: 0; }
.carousel-controls { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; }
.carousel-button { width: 48px; height: 48px; border: 1px solid var(--line); background: white; color: var(--ink); cursor: pointer; font-size: 20px; transition: color .2s ease, background .2s ease; }
.carousel-button:hover { color: white; background: var(--ink); }
.carousel-status { min-width: 46px; text-align: center; font-size: 12px; color: var(--slate); }
.results-carousel { overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.results-carousel::-webkit-scrollbar { display: none; }
.results-track { display: flex; gap: 18px; }
.result-slide { flex: 0 0 calc((100% - 36px) / 3); margin: 0; padding: 9px; border: 1px solid var(--line); border-radius: calc(var(--image-radius) + 3px); background: var(--mineral); scroll-snap-align: start; }
.result-slide img { width: 100%; height: auto; object-fit: contain; border: 0; }
.result-slide figcaption { padding: 12px 4px 5px; color: var(--slate); font-size: 12px; font-weight: 700; }
.results-disclaimer { max-width: 780px; margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--slate); font-size: 12px; }
.children { background: #e9f0f1; }
.children-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.children-copy p:not(.eyebrow) { color: var(--slate); }
.children-image { width: 100%; aspect-ratio: 1.25; object-fit: cover; box-shadow: var(--shadow); }
.note { margin-top: 35px; padding: 23px; border-left: 3px solid var(--copper); border-radius: 10px; background: rgba(255,255,255,.72); display: grid; gap: 4px; }
.note span { font-size: 14px; color: var(--slate); }
.insurance { background: white; }
.insurance-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.insurance-grid > div > p:not(.eyebrow) { color: var(--slate); margin-bottom: 32px; }
.insurance-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--image-radius); overflow: hidden; }
.insurance-list li { min-height: 100px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 20px; font: 600 17px "Manrope", sans-serif; }
.insurance-list li:nth-child(even) { border-right: 0; }
.insurance-list li span { color: var(--copper); font-size: 11px; }
.insurance-list .other { grid-column: 1 / -1; border: 0; background: var(--mist); }
.testimonials { background: var(--mist); }
.testimonials-heading { margin-bottom: 45px; display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.testimonials-heading h2 { margin-bottom: 14px; }
.testimonials-heading p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--slate); }
.provisional-label { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--copper); border-radius: 9px; color: var(--ink); background: var(--copper-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial-card { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: var(--image-radius); background: white; display: flex; flex-direction: column; box-shadow: 0 16px 45px rgba(9,45,59,.06); }
.testimonial-card.featured { color: white; background: var(--ink); transform: translateY(-10px); }
.stars { color: #d69b43; letter-spacing: .12em; }
.testimonial-card blockquote { margin: 28px 0; font: 500 17px/1.65 "Manrope", sans-serif; }
.testimonial-card > p { margin: auto 0 0; display: grid; gap: 2px; }
.testimonial-card > p strong { font-size: 13px; }
.testimonial-card > p span { color: var(--slate); font-size: 11px; }
.testimonial-card.featured > p span { color: #bcd0d5; }
.review-form { margin-top: 48px; padding: 38px; border: 1px solid var(--line); border-radius: var(--image-radius); background: white; display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; box-shadow: 0 16px 45px rgba(9,45,59,.06); }
.review-form-heading h3 { margin-bottom: 12px; font-size: 28px; }
.review-form-heading > p:not(.eyebrow) { color: var(--slate); }
.review-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.review-fields label > span, .rating-field legend { display: block; margin-bottom: 8px; color: var(--ink); font-size: 12px; font-weight: 700; }
.review-fields input[type="text"], .review-fields textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 14px 15px; color: var(--ink); background: var(--mineral); font: 14px "DM Sans", sans-serif; }
.review-fields textarea { resize: vertical; }
.review-fields input:focus, .review-fields textarea:focus { border-color: var(--rosemary); outline: 2px solid rgba(63,118,95,.18); }
.rating-field { margin: 0; padding: 0; border: 0; }
.star-rating { width: fit-content; display: flex; flex-direction: row-reverse; justify-content: flex-end; }
.star-rating input { position: absolute; opacity: 0; pointer-events: none; }
.star-rating label { padding: 0 3px; color: #d8d8d3; cursor: pointer; font-size: 31px; line-height: 1.25; transition: color .15s ease, transform .15s ease; }
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked ~ label { color: #d69b43; }
.star-rating label:hover { transform: translateY(-2px); }
.review-message { grid-column: 1 / -1; }
.review-submit { width: fit-content; grid-column: 1 / -1; }
.review-feedback { grid-column: 1 / -1; margin: -8px 0 0; color: var(--slate); font-size: 13px; }
.review-feedback.error { color: #9b3e3e; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.clinic { background: var(--mineral); padding-top: 40px; }
.clinic-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: white; border-radius: var(--image-radius); overflow: hidden; }
.clinic-card > img { width: 100%; height: 100%; min-height: 630px; object-fit: cover; }
.clinic-copy { padding: 70px 64px; }
.differentials { margin-top: 45px; }
.differentials article { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.differentials span { color: var(--copper); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.differentials h3 { margin: 7px 0 0; font-size: 18px; font-weight: 500; }
.location-section { background: white; }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.location-grid > div > p:not(.eyebrow) { margin-bottom: 30px; color: var(--slate); }
.mini-map { height: 330px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--image-radius); box-shadow: var(--shadow); }
.mini-map iframe { width: 100%; height: 100%; border: 0; pointer-events: none; }
.mini-map span { position: absolute; right: 14px; bottom: 14px; padding: 11px 15px; border-radius: 9px; color: white; background: var(--ink); font-size: 12px; font-weight: 700; }
footer { background: var(--ink-deep); color: white; padding: 88px 0 28px; }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.footer-intro img { width: 270px; background: white; border-radius: 10px; }
.footer-intro p { max-width: 330px; color: #a9c0c6; }
.footer-contact h2 { max-width: 650px; }
.footer-details { margin-top: 70px; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
address { font-style: normal; color: #bfd0d4; }
address strong { display: block; color: white; margin-bottom: 5px; }
.footer-links { display: flex; gap: 45px; align-items: center; justify-content: flex-end; }
.footer-links a { border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; font-size: 12px; color: #8da8ae; }
.mobile-cta { display: none; }
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 1080px) {
  nav { gap: 16px; font-size: 13px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy-inner { margin-left: 32px; width: calc(100% - 54px); }
  .about-grid { gap: 55px; }
}
@media (max-width: 820px) {
  body { padding-bottom: 64px; }
  .container { width: min(100% - 34px, var(--max)); }
  .section { padding: 78px 0; }
  .site-header { height: 78px; }
  .brand { width: 160px; height: 66px; }
  .brand img { width: 155px; }
  .menu-toggle { display: block; z-index: 2; }
  nav { position: fixed; inset: 78px 0 auto; padding: 30px 24px; background: white; box-shadow: 0 24px 50px rgba(6,31,42,.15); display: none; flex-direction: column; align-items: flex-start; font-size: 16px; }
  nav.open { display: flex; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { order: 2; padding: 55px 0 62px; }
  .hero-copy-inner { width: calc(100% - 34px); margin-inline: auto; }
  h1 { font-size: clamp(39px, 12vw, 56px); }
  .hero-image { min-height: 450px; height: 58vh; margin: 10px; }
  .hero-image img { object-position: center 32%; }
  .hero-image figcaption { left: 0; right: auto; font-size: 9px; }
  .hero-trust { flex-direction: column; gap: 8px; margin-top: 34px; }
  .doctor-id { align-items: flex-start; flex-direction: column; }
  .doctor-id strong { margin-left: 0; }
  .professional-registration { align-items: flex-start; flex-direction: column; gap: 7px; }
  .professional-registration span { padding-right: 0; padding-bottom: 6px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .about-grid, .children-grid, .insurance-grid, .clinic-card, .footer-main { grid-template-columns: 1fr; gap: 48px; }
  .about-copy { order: -1; }
  .image-composition { padding-right: 18px; }
  .credential { left: -6px; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .procedure-grid { grid-template-columns: 1fr; }
  .procedure-feature { min-height: 430px; }
  .secondary-procedures { grid-template-columns: 1fr; }
  .secondary-procedures article { border-bottom: 1px solid rgba(255,255,255,.13); padding-bottom: 25px; }
  .children-image { order: -1; }
  .results-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .result-slide { flex-basis: 86%; padding: 7px; }
  .result-slide img { width: 100%; height: auto; object-fit: contain; }
  .insurance-list { grid-template-columns: 1fr; }
  .insurance-list li, .insurance-list li:nth-child(even) { border-right: 0; }
  .insurance-list .other { grid-column: auto; }
  .testimonials-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card.featured { transform: none; }
  .review-form { padding: 28px 20px; grid-template-columns: 1fr; gap: 28px; }
  .review-fields { grid-template-columns: 1fr; }
  .review-message, .review-submit { grid-column: auto; }
  .clinic-card > img { min-height: 430px; }
  .clinic-copy { padding: 48px 28px; }
  .footer-main { gap: 55px; }
  .location-grid { grid-template-columns: 1fr; gap: 35px; }
  .mini-map { height: 260px; }
  .footer-details { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { justify-content: flex-start; }
  .mobile-cta { display: flex; position: fixed; z-index: 45; left: 10px; right: 10px; bottom: 8px; min-height: 56px; align-items: center; justify-content: center; border-radius: 10px; color: white; background: var(--rosemary); font-weight: 800; }
}
@media (max-width: 480px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .btn-text { align-self: flex-start; }
  .procedure-feature { min-height: 390px; }
  .procedure-overlay { left: 24px; right: 24px; }
  .procedure-overlay h3 { font-size: 27px; }
  .procedure-list article { padding: 24px 20px; }
  .footer-links, .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-bottom { padding-bottom: 15px; }
}

/* Compact multi-page architecture */
.compact-section{padding:76px 0}.compact-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:32px}.compact-heading h2{max-width:720px;margin:0}.compact-heading>p{max-width:420px;color:var(--slate)}
.consultation-cta{max-width:430px;min-height:52px;text-align:center}.consultation-cta.compact{min-height:44px;padding:11px 16px;font-size:11px}.nav-wrap>[data-consultation-cta]{flex:0 0 auto}
.home-hero{min-height:0;height:auto;max-height:none}.home-hero h1{font-size:clamp(42px,4.3vw,64px)}
.trust-bar{background:var(--ink);color:white}.trust-grid{min-height:92px;display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid p{margin:0;padding:22px 25px;border-right:1px solid rgba(255,255,255,.13);display:grid;gap:3px}.trust-grid p:last-child{border:0}.trust-grid small{color:#9eb7bd;text-transform:uppercase;letter-spacing:.13em;font-size:9px}.trust-grid strong{font:600 13px Manrope,sans-serif}
.section-action{margin-top:28px;display:flex;align-items:center;gap:20px}.section-action small{color:var(--slate)}
.procedures-preview,.treatments,.story-section{background:var(--ink);color:white}.procedures-preview .compact-heading>p{color:#bcd0d5}.procedure-cards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.15)}.procedure-cards article{padding:30px;border-right:1px solid rgba(255,255,255,.15)}.procedure-cards article:last-child{border:0}.procedure-cards span,.treatment-grid>article>span,.story-carousel span{color:var(--copper);font-size:11px}.procedure-cards h3{margin:24px 0 10px}.procedure-cards p{color:#bcd0d5;font-size:14px}.procedure-cards a,.text-link{font-weight:700;border-bottom:1px solid var(--copper);padding-bottom:4px}
.comparison{background:#e9f0f1}.comparison-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}.comparison-image{height:430px;overflow:hidden;border-radius:var(--image-radius)}.comparison-image img{width:100%;height:100%;object-fit:cover}.choice-lines{margin:28px 0}.choice-lines p{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:16px 0;margin:0;border-top:1px solid var(--line)}.choice-lines span{color:var(--slate)}
.testimonials .testimonial-card{min-height:230px}.testimonials .testimonial-card blockquote{margin:20px 0;font-size:15px}.insurance.section,.location-section.section{padding:76px 0}
.final-inline{justify-content:space-between;padding:24px 28px;background:white;border:1px solid var(--line);border-radius:var(--image-radius)}
.internal-hero{background:var(--ink);color:white}.internal-hero-grid{min-height:570px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}.internal-hero h1{font-size:clamp(42px,4.2vw,62px)}.internal-hero p:not(.eyebrow){max-width:580px;color:#bfd0d4;font-size:18px}.internal-hero img{width:100%;height:510px;object-fit:cover}.procedure-hero img{object-position:center}
.profile-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.profile-grid>img{width:100%;height:520px;object-fit:cover}.draft-note{padding:12px 15px;border-left:3px solid var(--copper);background:var(--copper-soft);font-size:12px}.trust-facts{display:flex;gap:35px;margin:25px 0}.trust-facts p{display:grid;margin:0}.trust-facts small{color:var(--slate)}
.story-carousel,.photo-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory}.story-carousel article{flex:1;padding:28px;border:1px solid rgba(255,255,255,.15);scroll-snap-align:start}.story-carousel p{color:#bcd0d5}.photo-carousel img{flex:0 0 calc((100% - 36px)/3);width:calc((100% - 36px)/3);height:300px;object-fit:cover;scroll-snap-align:start}
.treatment-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.15)}.treatment-grid article{min-height:230px;padding:25px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.treatment-grid h3{margin:20px 0 9px}.treatment-grid p{color:#bcd0d5;font-size:14px}.final-cta{padding:68px 0;background:var(--rosemary);color:white;text-align:center}.final-cta h2{max-width:760px;margin:0 auto 25px}.final-cta [data-consultation-cta]{display:flex;justify-content:center}.final-cta .consultation-cta{background:var(--ink);border-color:var(--ink)}
nav a[aria-current=page]{color:var(--rosemary);font-weight:800}
@media(max-width:820px){.compact-section{padding:58px 0}.compact-heading{align-items:flex-start;flex-direction:column;gap:15px}.nav-wrap>[data-consultation-cta]{display:none}.home-hero{height:auto;max-height:none}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid p:nth-child(2){border-right:0}.procedure-cards,.comparison-grid,.internal-hero-grid,.profile-grid{grid-template-columns:1fr}.procedure-cards article{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.comparison-image{height:330px}.section-action{align-items:flex-start;flex-direction:column}.consultation-cta{width:100%;max-width:none}.internal-hero-grid{padding:52px 0;gap:35px}.internal-hero img{height:390px}.profile-grid>img{height:400px}.story-carousel article{flex:0 0 86%}.photo-carousel img{flex-basis:86%;width:86%;height:340px}.treatment-grid{grid-template-columns:1fr}.treatment-grid article{min-height:0;border-right:0}.result-slide{flex-basis:100%}.insurance.section,.location-section.section{padding:58px 0}}
@media(max-width:480px){.trust-grid{grid-template-columns:1fr}.trust-grid p{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.choice-lines p{grid-template-columns:1fr;gap:4px}.internal-hero h1{font-size:40px}.internal-hero img{height:340px}.comparison-image{height:290px}}

/* Final density pass for the conversion-focused Home */
body:has(.home-hero) .compact-section{padding:54px 0}
body:has(.home-hero) .home-hero{min-height:500px;max-height:570px}
body:has(.home-hero) .results-track{gap:14px}
body:has(.home-hero) .result-slide{padding:7px}
body:has(.home-hero) .result-slide figcaption{padding:8px 3px 3px}
body:has(.home-hero) .comparison-image{height:330px}
body:has(.home-hero) .testimonial-card{min-height:205px;padding:25px}
body:has(.home-hero) .insurance.section,body:has(.home-hero) .location-section.section{padding:58px 0}
body:has(.home-hero) footer{padding-top:58px}
body:has(.home-hero) .footer-details{margin-top:45px;padding:25px 0}
@media(max-width:820px){
 body:has(.home-hero) .compact-section{padding:42px 0}
 body:has(.home-hero) .hero-image{height:300px;min-height:300px}
 body:has(.home-hero) .hero-copy{padding:38px 0 42px}
 body:has(.home-hero) .hero-trust{display:none}
 body:has(.home-hero) .trust-grid{grid-template-columns:1fr 1fr}
 body:has(.home-hero) .trust-grid p{padding:14px 16px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
 body:has(.home-hero) .procedure-cards,body:has(.home-hero) .testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;border:0}
 body:has(.home-hero) .procedure-cards article{flex:0 0 86%;padding:24px;border:1px solid rgba(255,255,255,.15);scroll-snap-align:start}
 body:has(.home-hero) .testimonial-card{flex:0 0 86%;scroll-snap-align:start}
 body:has(.home-hero) .comparison-grid{gap:28px}
 body:has(.home-hero) .comparison-image{height:240px}
 body:has(.home-hero) .insurance.section,body:has(.home-hero) .location-section.section{padding:46px 0}
 body:has(.home-hero) footer{padding-top:48px}
}

/* UI/UX Pro Max calibration: restrained healthcare scale and dense rhythm */
:root{--max:1120px;--image-radius:10px}
.section,.compact-section{padding:56px 0}
h1{font-size:clamp(38px,3.6vw,54px);line-height:1.06}
h2{font-size:clamp(28px,2.6vw,40px);line-height:1.12}
h3{line-height:1.25}
.site-header{height:76px}.nav-wrap{gap:24px}.brand{width:170px;height:64px}.brand img{width:164px}nav{gap:20px;font-size:12px}
.btn{min-height:46px;padding:12px 18px;font-size:12px}.consultation-cta{max-width:360px;min-height:46px;font-size:11px;letter-spacing:.015em}.consultation-cta.compact{max-width:250px;min-height:40px;padding:9px 13px;font-size:9px}
.home-hero{height:510px!important;min-height:510px!important;max-height:510px!important;grid-template-columns:minmax(430px,.88fr) 1.12fr}.home-hero .hero-copy-inner{width:min(510px,calc(100% - 56px))}.home-hero h1{font-size:clamp(38px,3.7vw,52px);margin-bottom:16px}.home-hero .hero-lead{font-size:16px}.home-hero .doctor-id{margin-bottom:22px}.hero-image{min-height:0}
.trust-grid{min-height:72px}.trust-grid p{padding:15px 20px}.trust-grid strong{font-size:11px}
.compact-heading{margin-bottom:24px}.compact-heading h2{max-width:650px}.eyebrow{margin-bottom:12px;font-size:10px}
.results-track{gap:12px}.result-slide{padding:6px}.result-slide figcaption{padding:7px 3px 2px;font-size:10px}.section-action{margin-top:20px}
.procedure-cards article{padding:24px}.procedure-cards h3{margin:16px 0 7px;font-size:18px}.procedure-cards p{margin:0 0 12px;font-size:13px}
.comparison-grid{gap:44px}.comparison-image{height:280px!important}.comparison-copy>p{font-size:14px}.choice-lines{margin:18px 0}.choice-lines p{padding:11px 0;font-size:13px}
.testimonial-grid{gap:14px}.testimonials .testimonial-card{min-height:180px!important;padding:22px}.testimonials .testimonial-card blockquote{margin:14px 0;font-size:13px;line-height:1.55}.final-inline{padding:18px 22px}
.insurance.section{padding:52px 0}.insurance-grid{gap:70px}.insurance-list li{min-height:78px;padding:22px;font-size:15px}
footer{padding:56px 0 22px}.footer-main{gap:70px}.footer-contact h2{font-size:36px}.footer-details{margin-top:42px;padding:25px 0}.footer-intro img{width:220px}
.internal-hero-grid{min-height:470px;gap:48px}.internal-hero h1{font-size:clamp(38px,3.6vw,52px)}.internal-hero p:not(.eyebrow){font-size:16px}.internal-hero img{height:400px}
.profile-grid{gap:52px}.profile-grid>img{height:410px}.trust-facts{margin:18px 0}.story-carousel article{padding:22px}.photo-carousel img{height:240px}.treatment-grid{grid-template-columns:repeat(4,1fr)}.treatment-grid article{min-height:190px;padding:20px}.treatment-grid h3{margin:14px 0 7px;font-size:17px}.treatment-grid p{font-size:13px}.final-cta{padding:48px 0}.final-cta h2{font-size:36px}
@media(max-width:820px){
 body{padding-bottom:66px}.container{width:min(100% - 32px,var(--max))}.section,.compact-section,body:has(.home-hero) .compact-section{padding:40px 0}
 .site-header{height:68px}.brand{height:58px;width:145px}.brand img{width:140px}nav{inset:68px 0 auto}
 h1,.home-hero h1,.internal-hero h1{font-size:34px;line-height:1.08;letter-spacing:-.035em}h2{font-size:28px}.hero-lead{font-size:15px}
 .home-hero{height:auto!important;min-height:0!important;max-height:none!important}.home-hero .hero-image{height:260px;min-height:260px;margin:8px}.home-hero .hero-copy{padding:32px 0 36px}.home-hero .doctor-id{margin-bottom:18px}
 .trust-grid,body:has(.home-hero) .trust-grid{grid-template-columns:1fr 1fr}.trust-grid p,body:has(.home-hero) .trust-grid p{padding:12px}.trust-grid small{font-size:8px}.trust-grid strong{font-size:10px}
 .compact-heading{margin-bottom:20px}.results-heading{margin-bottom:20px}.result-slide{flex-basis:100%}
 .procedure-cards article{flex-basis:82%!important;padding:20px!important}.comparison-image{display:none}.comparison-grid{gap:0}.choice-lines{margin:14px 0}
 .testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial-card{flex:0 0 84%!important;scroll-snap-align:start}.final-inline{align-items:stretch;padding:18px;gap:14px}
 .insurance.section{padding:40px 0}.insurance-grid{gap:30px}.insurance-list li{min-height:62px;padding:16px}.insurance-grid h2{margin-bottom:12px}
 footer{padding:42px 0 18px}.footer-main{gap:30px}.footer-contact h2{font-size:28px}.footer-details{margin-top:30px;padding:20px 0}.footer-bottom{padding-top:18px}
 .internal-hero-grid{min-height:0;padding:36px 0;gap:24px}.internal-hero img{height:280px}.profile-grid{gap:28px}.profile-grid>img{height:300px}.story-carousel article{flex-basis:82%}.photo-carousel img{flex-basis:82%;width:82%;height:250px}.treatment-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border:0;gap:12px}.treatment-grid article{flex:0 0 82%;min-height:180px;border:1px solid rgba(255,255,255,.15);scroll-snap-align:start}.final-cta{padding:40px 0}.final-cta h2{font-size:28px}.mobile-cta{font-size:10px;letter-spacing:.015em}
}
@media(max-width:390px){.container{width:calc(100% - 28px)}.home-hero .hero-image{height:240px;min-height:240px}.trust-grid strong{font-size:9px}.consultation-cta{font-size:10px}.testimonial-card{flex-basis:88%!important}}

/* Approved 75%-reference scale, expressed through real desktop properties */
@media (min-width:821px){
 :root{--max:880px;--image-radius:8px}
 .container{width:min(var(--max),calc(100% - 40px))}
 .section,.compact-section,body:has(.home-hero) .compact-section{padding:42px 0}
 h1,.home-hero h1,.internal-hero h1{font-size:clamp(34px,3vw,43px);line-height:1.08;letter-spacing:-.04em}
 h2{font-size:clamp(25px,2.2vw,32px);line-height:1.14}h3{font-size:16px}
 .eyebrow{margin-bottom:9px;font-size:8px}.compact-heading{margin-bottom:18px;gap:28px}.compact-heading h2{max-width:540px}
 .site-header{height:60px}.nav-wrap{gap:16px}.brand{width:136px;height:52px}.brand img{width:132px}nav{gap:14px;font-size:10px}
 .btn{min-height:38px;padding:9px 14px;border-radius:7px;font-size:10px}.consultation-cta{max-width:290px;min-height:38px;font-size:9px}.consultation-cta.compact{max-width:205px;min-height:34px;padding:7px 10px;font-size:8px}
 .home-hero{height:auto!important;min-height:0!important;max-height:none!important;grid-template-columns:minmax(345px,.88fr) 1.12fr}.home-hero .hero-copy{padding:36px 0}.home-hero .hero-copy-inner{width:min(410px,calc(100% - 40px));margin-left:max(32px,calc((100vw - var(--max))/2))}.home-hero h1{margin-bottom:12px}.home-hero .hero-lead{font-size:13px;margin-bottom:9px}.home-hero .doctor-id{margin-bottom:16px;font-size:11px}.home-hero .hero-image{height:auto;min-height:400px;margin:8px 8px 8px 0}.cro-badge{padding:8px 11px;font-size:10px}
 .trust-grid{min-height:56px}.trust-grid p{padding:11px 14px}.trust-grid small{font-size:7px}.trust-grid strong{font-size:9px}
 .carousel-button{width:36px;height:36px;font-size:15px}.carousel-controls{gap:8px}.carousel-status{font-size:10px}.results-track{gap:9px}.result-slide{padding:5px}.result-slide figcaption{padding:6px 2px 2px;font-size:8px}.section-action{margin-top:15px;gap:14px}
 .procedure-cards article{padding:18px}.procedure-cards h3{margin:12px 0 5px;font-size:14px}.procedure-cards p{font-size:11px}.procedure-cards a,.text-link{font-size:10px}
 .comparison-grid{gap:34px}.comparison-image{height:224px!important}.comparison-copy>p{font-size:12px}.choice-lines{margin:13px 0}.choice-lines p{grid-template-columns:82px 1fr;gap:12px;padding:8px 0;font-size:11px}
 .testimonial-grid{gap:10px}.testimonials .testimonial-card{min-height:145px!important;padding:16px}.testimonials .testimonial-card blockquote{margin:10px 0;font-size:11px}.testimonial-card>p strong{font-size:10px}.testimonial-card>p span{font-size:9px}.stars{font-size:11px}.provisional-label{font-size:8px;padding:6px 9px}.final-inline{padding:14px 16px}
 .insurance.section{padding:40px 0}.insurance-grid{gap:52px}.insurance-grid>div>p:not(.eyebrow){margin-bottom:22px;font-size:12px}.insurance-list li{min-height:60px;padding:16px;font-size:12px;gap:14px}
 footer{padding:42px 0 18px}.footer-main{gap:52px}.footer-intro img{width:176px}.footer-intro p,address{font-size:11px}.footer-contact h2{font-size:28px}.footer-details{margin-top:30px;padding:18px 0;gap:42px}.footer-links{gap:30px;font-size:10px}.footer-bottom{padding-top:15px;font-size:9px}
 .internal-hero-grid{min-height:0;padding:32px 0;gap:36px}.internal-hero p:not(.eyebrow){font-size:13px}.internal-hero img{height:320px}.profile-grid{gap:40px}.profile-grid>img{height:328px}.profile-grid p{font-size:12px}.draft-note{padding:9px 11px;font-size:10px}.trust-facts{margin:13px 0;gap:24px}.story-carousel,.photo-carousel{gap:12px}.story-carousel article{padding:16px}.story-carousel p{font-size:11px}.photo-carousel img{height:192px}.treatment-grid article{min-height:152px;padding:15px}.treatment-grid h3{margin:10px 0 5px;font-size:14px}.treatment-grid p{font-size:11px}.final-cta{padding:36px 0}.final-cta h2{font-size:28px;margin-bottom:18px}
}

@media (max-width:820px){
 .section,.compact-section,body:has(.home-hero) .compact-section{padding:36px 0}
 .compact-heading{margin-bottom:17px}h1,.home-hero h1,.internal-hero h1{font-size:32px}h2{font-size:26px}
 .home-hero .hero-copy{padding:28px 0 32px}.internal-hero-grid{padding:32px 0}.internal-hero img{height:260px}.profile-grid>img{height:280px}
}

/* Home assembled from the approved visual references */
.home-reference .home-ref-hero{background:var(--mist)}
.home-ref-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;min-height:0;align-items:stretch}
.home-ref-copy{padding:54px 48px 48px 0;align-self:center}.home-ref-copy h1{max-width:480px;margin-bottom:14px}.home-ref-copy>p:not(.eyebrow){max-width:420px;color:var(--slate);font-size:13px}.home-ref-id{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:420px;margin:14px 0 18px;font-size:10px}.home-ref-id strong{padding:7px 10px;border-radius:6px;color:white;background:var(--ink);letter-spacing:.08em}
.home-ref-hero figure{position:relative;align-self:center;width:100%;height:300px;margin:8px 0;overflow:hidden;border-radius:var(--image-radius);background:var(--ink)}.home-ref-hero figure img{width:100%;height:100%;object-fit:contain;background:var(--ink)}.home-ref-hero figcaption{position:absolute;right:0;bottom:0;padding:9px 14px;color:white;background:var(--ink);font-size:7px;letter-spacing:.12em;text-transform:uppercase}
@media(min-width:821px){.home-reference .home-ref-hero-grid{width:calc((100vw + var(--max))/2);max-width:none;margin-left:calc((100vw - var(--max))/2);margin-right:0;grid-template-columns:minmax(430px,.95fr) 1.05fr}.home-reference .home-ref-hero figure{width:min(100%,520px);height:auto;aspect-ratio:3/2;margin:8px 0 8px 8px;border-radius:var(--image-radius);box-shadow:100vw 0 0 var(--ink-deep)}.home-reference .home-ref-hero figure img{object-fit:contain;object-position:center}.home-reference .home-ref-copy{padding-right:30px}.home-reference .home-ref-copy h1{font-size:32px;line-height:1.08}.home-reference .home-ref-copy h1 span{white-space:nowrap}}
.home-ref-about,.home-ref-children,.home-ref-insurance,.home-ref-testimonials{padding:48px 0}.home-ref-split{display:grid;grid-template-columns:.88fr 1.12fr;gap:58px;align-items:center}.home-ref-split figure{height:360px;margin:0;overflow:hidden;border-radius:var(--image-radius)}.home-ref-split figure img{width:100%;height:100%;object-fit:cover}.home-ref-split p:not(.eyebrow){color:var(--slate);font-size:12px}.home-ref-registration{display:inline-flex;gap:14px;align-items:center;margin:12px 0 16px;padding:8px 12px;color:white;background:var(--ink);border-radius:6px}.home-ref-registration small{color:#bcd0d5;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.home-ref-registration strong{font-size:10px;color:var(--copper-soft)}
.home-ref-procedures{padding:48px 0;background:var(--ink);color:white}.home-ref-procedure-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.14)}.home-ref-procedure-grid figure{position:relative;min-height:350px;margin:0;overflow:hidden}.home-ref-procedure-grid figure img{width:100%;height:100%;object-fit:cover}.home-ref-procedure-grid figure:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(6,31,42,.9))}.home-ref-procedure-grid figcaption{position:absolute;z-index:1;left:24px;right:24px;bottom:22px;display:grid;gap:4px}.home-ref-procedure-grid figcaption small{color:var(--copper-soft);font-size:8px;text-transform:uppercase}.home-ref-procedure-grid figcaption strong{font:500 20px/1.2 Manrope,sans-serif}.home-ref-procedure-links a{min-height:25%;padding:17px 20px;display:grid;grid-template-columns:32px 1fr;gap:12px;border-bottom:1px solid rgba(255,255,255,.14)}.home-ref-procedure-links a:last-child{border:0}.home-ref-procedure-links span{color:var(--copper);font-size:8px}.home-ref-procedure-links h3{margin:0 0 3px;font-size:13px}.home-ref-procedure-links p{margin:0;color:#bcd0d5;font-size:10px}
.home-ref-children{background:#e9f0f1}.home-ref-split.reverse{grid-template-columns:1fr 1fr}.home-ref-children .note{margin-top:20px;padding:15px;font-size:10px}
.home-ref-insurance-grid{display:grid;grid-template-columns:1fr 280px;gap:70px;align-items:center}.home-ref-insurance-grid>div>p:not(.eyebrow){max-width:400px;color:var(--slate);font-size:12px}.home-ref-booking-art{display:block;max-height:330px;overflow:hidden;border-radius:var(--image-radius);box-shadow:var(--shadow)}.home-ref-booking-art img{width:100%;height:100%;object-fit:contain;background:white}
.insurance-center-cta{align-self:center;justify-self:center;width:190px;text-align:center;white-space:normal;line-height:1.35;transform:translateY(86px)}
.home-ref-testimonials{background:var(--mist)}.home-ref-testimonials .compact-heading>div>p:not(.eyebrow){margin:5px 0 0;color:var(--slate);font-size:11px}.home-ref-testimonials .testimonial-card{background:white!important;color:var(--ink)!important;transform:none!important}
.review-heading-actions{display:flex;align-items:flex-end;flex-direction:column;gap:10px}.review-dialog{width:min(440px,calc(100% - 28px));padding:0;border:0;border-radius:10px;box-shadow:0 24px 80px rgba(6,31,42,.28)}.review-dialog::backdrop{background:rgba(6,31,42,.62)}.review-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:var(--mist);color:var(--ink);font-size:22px;cursor:pointer}.compact-review-form{padding:30px;display:grid;gap:15px}.compact-review-form h2{margin:0 0 5px}.compact-review-form label>span,.compact-review-form legend{display:block;margin-bottom:5px;font-size:11px;font-weight:700}.compact-review-form input[type=text],.compact-review-form textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:7px;background:var(--mineral);font:14px "DM Sans",sans-serif}.compact-review-form fieldset{margin:0;padding:0;border:0}.compact-stars{display:flex;flex-direction:row-reverse;justify-content:flex-end}.compact-stars input{position:absolute;opacity:0}.compact-stars label{padding:0 3px;color:#ccd4d5;font-size:28px;cursor:pointer}.compact-stars label:hover,.compact-stars label:hover~label,.compact-stars input:checked~label{color:#d69b43}.compact-review-form small{color:var(--slate)}
.home-reference footer{padding-bottom:14px}.home-reference .footer-main{align-items:start}.footer-quick-contact{margin-top:14px;display:grid;gap:3px;color:#bfd0d4;font-size:10px}.footer-quick-contact>span{display:flex;gap:20px;margin-top:7px;color:white}.home-reference .footer-bottom{margin-top:22px;border-top:1px solid rgba(255,255,255,.15)}
.home-reference .footer-intro p{margin-top:0}
.home-reference .footer-main{grid-template-columns:.62fr 1fr 180px;gap:28px;align-items:center}.home-reference .footer-contact h2{margin-bottom:12px}.home-reference .footer-quick-contact{margin-top:9px}.footer-map{position:relative;width:180px;height:112px;overflow:hidden;border-radius:7px}.footer-map iframe{width:100%;height:100%;border:0;pointer-events:none}.footer-map span{position:absolute;inset:auto 5px 5px;padding:5px 6px;border-radius:4px;background:rgba(6,31,42,.92);color:white;font-size:7px;line-height:1.35}.home-reference .footer-bottom{margin-top:18px}
.footer-compact-location{margin-top:18px;padding:14px 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:1fr 220px;gap:24px;align-items:center}.footer-compact-location p{margin:0;color:#bfd0d4;font-size:10px;line-height:1.5}.footer-compact-location p strong{display:block;color:white;margin-bottom:2px}.footer-compact-location>a{position:relative;height:90px;overflow:hidden;border-radius:7px}.footer-compact-location iframe{width:100%;height:100%;border:0;pointer-events:none}.footer-compact-location span{position:absolute;right:6px;bottom:6px;padding:5px 7px;border-radius:5px;background:var(--ink);color:white;font-size:8px}
@media(max-width:820px){.home-ref-hero-grid,.home-ref-split,.home-ref-split.reverse,.home-ref-procedure-grid,.home-ref-insurance-grid{grid-template-columns:1fr}.home-ref-hero-grid{min-height:0}.home-ref-copy{order:2;padding:30px 0 34px}.home-ref-hero figure{width:calc(100% - 16px);height:220px;margin:8px}.home-ref-hero figure img{object-position:center}.home-ref-about,.home-ref-children,.home-ref-insurance,.home-ref-testimonials,.home-ref-procedures{padding:36px 0}.home-ref-split{gap:26px}.home-ref-split figure{height:290px}.home-ref-about figure{order:2}.home-ref-procedure-grid figure{min-height:280px}.home-ref-procedure-links a{padding:16px}.home-ref-insurance-grid{gap:28px}.home-ref-booking-art{width:min(100%,320px);max-height:none;margin-inline:auto}.home-ref-testimonials .testimonial-grid{display:flex;overflow-x:auto;gap:12px}.home-ref-testimonials .testimonial-card{flex:0 0 86%}.home-ref-id{align-items:flex-start;flex-direction:column}.home-ref-id strong{align-self:flex-start}}
@media(max-width:820px){.home-reference .footer-main{gap:24px}.footer-quick-contact{font-size:11px}.footer-quick-contact>span{flex-wrap:wrap;gap:10px 18px}.home-reference .footer-bottom{margin-top:18px}}
@media(max-width:820px){.home-reference .footer-main{grid-template-columns:1fr;gap:16px}.home-reference .footer-intro{display:none}.footer-map{width:100%;height:96px}.home-reference .footer-bottom{margin-top:14px}}
@media(max-width:820px){.review-heading-actions{align-items:flex-start}.compact-review-form{padding:24px 18px}.review-dialog .btn{width:100%}}
.home-procedure-cases{position:relative;min-width:0;min-height:350px;overflow:hidden;background:var(--ink-deep)}.home-procedure-cases-track{height:350px;display:flex;transition:transform .55s ease}.home-procedure-cases figure{flex:0 0 100%;min-width:100%;min-height:0!important;height:100%;margin:0;display:flex;align-items:center;justify-content:center;background:var(--ink-deep)}.home-procedure-cases figure:after{display:none}.home-procedure-cases figure img{width:100%;height:auto;max-height:100%;object-fit:contain;border-radius:0}.home-case-progress{position:absolute;z-index:2;left:14px;right:14px;bottom:10px;display:flex;align-items:center;gap:9px;color:white;font-size:8px}.home-case-progress i{height:2px;flex:1;background:rgba(255,255,255,.28);overflow:hidden}.home-case-progress i:after{content:"";display:block;width:16.666%;height:100%;background:var(--copper);transform:translateX(calc(var(--case-index,0) * 100%));transition:transform .55s ease}@media(max-width:820px){.home-procedure-cases{min-height:250px}.home-procedure-cases-track{height:250px}}

/* Full-width rhythm requested for the approved Home */
@media(min-width:821px){
 .home-reference .home-ref-about .home-ref-split,.home-reference .home-ref-children .home-ref-split,.home-reference .home-ref-procedures .home-ref-procedure-grid,.home-reference .home-ref-insurance .home-ref-insurance-grid,.home-reference .home-ref-testimonials>.container{width:min(var(--max),calc(100% - 40px));max-width:var(--max);margin-left:auto;margin-right:auto}
 .home-reference .home-ref-about .home-ref-split{grid-template-columns:.88fr 1.12fr;gap:58px}
 .home-reference .home-ref-about .home-ref-split figure{height:360px;border-radius:var(--image-radius)}
 .home-reference .home-ref-children .home-ref-split{grid-template-columns:1fr 1fr;gap:58px}
 .home-reference .home-ref-children .home-ref-split figure{height:350px;border-radius:var(--image-radius)}
 .home-reference .home-ref-procedure-grid{grid-template-columns:1fr 1fr}
 .home-reference .home-ref-insurance-grid{grid-template-columns:1fr 280px;gap:70px}
}
@media(max-width:820px){.footer-compact-location{grid-template-columns:1fr 140px;gap:14px}.footer-compact-location>a{height:78px}.footer-compact-location p{font-size:9px}}

/* Home: preenchimento horizontal uniforme e carrossel de avaliacoes */
.home-reference{--home-max:1200px}
.home-reference .home-ref-about .home-ref-split,.home-reference .home-ref-children .home-ref-split,.home-reference .home-ref-procedures .home-ref-procedure-grid,.home-reference .home-ref-insurance .home-ref-insurance-grid,.home-reference .home-ref-testimonials>.container,.home-reference .footer-main,.home-reference .footer-bottom{width:min(var(--home-max),calc(100% - 64px));max-width:var(--home-max);margin-inline:auto}
.home-reference .home-ref-split{gap:clamp(56px,7vw,104px)}
.home-reference .home-ref-about .home-ref-split{grid-template-columns:minmax(420px,.95fr) minmax(440px,1.05fr)}
.home-reference .home-ref-children .home-ref-split{grid-template-columns:minmax(440px,1fr) minmax(420px,1fr)}
.home-reference .home-ref-split>div{max-width:540px}
.home-reference .home-ref-about .home-ref-split figure,.home-reference .home-ref-children .home-ref-split figure{height:390px}
.home-reference .home-ref-procedure-grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr)}
.home-reference .home-procedure-cases,.home-reference .home-procedure-cases-track{height:410px;min-height:410px}
.home-reference .home-ref-procedure-links a{padding-inline:28px}
.home-reference .home-ref-insurance-grid{grid-template-columns:minmax(0,1fr) 190px 300px;gap:clamp(36px,6vw,80px)}
.home-reference .home-ref-insurance-grid>div{max-width:560px}
.home-testimonial-carousel{overflow:hidden}
.home-reference .testimonial-grid{display:flex;gap:18px;overflow:visible;scroll-behavior:smooth;scroll-snap-type:none}
.home-reference .testimonial-card{flex:0 0 calc((100% - 36px)/3);min-width:0;min-height:205px;padding:24px;scroll-snap-align:start}
.testimonial-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:18px}
.testimonial-controls button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);font-size:18px;cursor:pointer;transition:background .2s ease,color .2s ease}
.testimonial-controls button:hover,.testimonial-controls button:focus-visible{background:var(--ink);color:white}
.testimonial-status{min-width:48px;text-align:center;color:var(--slate);font-size:11px;font-weight:700}
@media(min-width:821px){.home-reference .home-ref-hero-grid{width:calc((100vw + min(var(--home-max),calc(100vw - 64px)))/2);margin-left:max(32px,calc((100vw - var(--home-max))/2));grid-template-columns:minmax(500px,.95fr) 1.05fr}.home-reference .home-ref-hero figure{width:min(100%,620px)}}
@media(max-width:1000px) and (min-width:821px){.home-reference .home-ref-about .home-ref-split,.home-reference .home-ref-children .home-ref-split{grid-template-columns:1fr 1fr;gap:44px}.home-reference .testimonial-card{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:820px){.home-reference .home-ref-about .home-ref-split,.home-reference .home-ref-children .home-ref-split,.home-reference .home-ref-procedures .home-ref-procedure-grid,.home-reference .home-ref-insurance .home-ref-insurance-grid{grid-template-columns:minmax(0,1fr)}.home-reference .home-ref-about .home-ref-split,.home-reference .home-ref-children .home-ref-split,.home-reference .home-ref-procedures .home-ref-procedure-grid,.home-reference .home-ref-insurance .home-ref-insurance-grid,.home-reference .home-ref-testimonials>.container,.home-reference .footer-main,.home-reference .footer-bottom{width:calc(100% - 32px)}.home-reference .home-ref-split>div{max-width:none}.home-reference .home-ref-about .home-ref-split figure,.home-reference .home-ref-children .home-ref-split figure{height:290px}.home-reference .home-procedure-cases,.home-reference .home-procedure-cases-track{height:250px;min-height:250px}.home-testimonial-carousel{overflow:hidden}.home-reference .testimonial-grid{width:100%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}.home-reference .testimonial-grid::-webkit-scrollbar{display:none}.home-reference .testimonial-card{flex-basis:100%!important;min-width:100%;min-height:190px!important}.testimonial-controls{justify-content:center}}
@media(max-width:820px){.insurance-center-cta{justify-self:stretch;width:100%;margin-top:-8px;transform:none}}

/* CTA principal da home: destaque exclusivo para o primeiro botão de WhatsApp. */
.home-reference .home-ref-copy .consultation-cta {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  background: #25D366;
  border-color: rgba(255,255,255,.9);
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(7,60,35,.28), inset 0 1px 0 rgba(255,255,255,.35);
}
.about-page .internal-hero .consultation-cta,
.procedures-page .internal-hero .consultation-cta {
  display: flex;
  width: fit-content;
  background: #25D366;
  border-color: rgba(255,255,255,.9);
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(7,60,35,.28), inset 0 1px 0 rgba(255,255,255,.35);
}
.about-page .internal-hero .consultation-cta:hover,
.procedures-page .internal-hero .consultation-cta:hover {
  background: #1ebe5d;
  border-color: #fff;
  box-shadow: 0 10px 22px rgba(7,60,35,.34), inset 0 1px 0 rgba(255,255,255,.4);
}
.home-reference .home-ref-copy .consultation-cta:hover {
  background: #1ebe5d;
  border-color: #fff;
  box-shadow: 0 10px 22px rgba(7,60,35,.34), inset 0 1px 0 rgba(255,255,255,.4);
}
.home-reference .home-ref-copy .consultation-cta .whatsapp-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: currentColor;
}
.about-page .internal-hero .consultation-cta .whatsapp-icon,
.procedures-page .internal-hero .consultation-cta .whatsapp-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: currentColor;
}
.about-page .internal-hero .consultation-cta .whatsapp-icon path,
.procedures-page .internal-hero .consultation-cta .whatsapp-icon path {
  fill: #fff;
  stroke: none;
}
.home-reference .home-ref-copy .consultation-cta,
.about-page .internal-hero .consultation-cta,
.procedures-page .internal-hero .consultation-cta {
  margin-inline: auto;
  background: var(--rosemary);
  border-color: var(--rosemary);
  box-shadow: none;
}
.btn .whatsapp-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: #25D366;
}
.btn .whatsapp-icon path { fill: #25D366 !important; stroke: none; }
.home-reference .home-ref-booking-art img {
  content: url("imagens pagina proocedimentos/Mudando Sorrisos transformando vidas.png");
}
.home-reference .provisional-label { display: none !important; }
.mobile-cta {
  display: flex;
  position: fixed;
  z-index: 100;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  left: auto;
  width: max-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff;
  background: #25D366;
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 10px 24px rgba(7,60,35,.3);
}
.mobile-cta .whatsapp-icon { width: 24px; height: 24px; flex: 0 0 24px; }
.mobile-cta .whatsapp-icon path { fill: #fff !important; }
@media (max-width: 520px) {
  .mobile-cta { left: 16px; right: 16px; width: auto; }
}
.mobile-cta {
  width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  font-size: 0;
}
.mobile-cta .whatsapp-icon { width: 42px; height: 42px; flex-basis: 42px; }
.mobile-cta .whatsapp-icon path { fill: #25D366 !important; }
.mobile-cta:hover { background: rgba(37,211,102,.1); }
.booking-notice {
  position: fixed;
  z-index: 110;
  left: 20px;
  bottom: 20px;
  display: grid;
  gap: 3px;
  width: min(340px, 90vw);
  padding: 16px 42px 15px 16px;
  border: 1px solid rgba(9,45,59,.14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6,31,42,.2);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.booking-notice.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.booking-notice-link { display: flex; align-items: center; gap: 10px; color: var(--ink); font: 600 12px/1.4 "DM Sans",sans-serif; }
.booking-notice-link svg { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: var(--rosemary); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.booking-notice button { position: absolute; top: 7px; right: 9px; border: 0; background: none; color: var(--slate); font-size: 20px; cursor: pointer; }
@media (max-width: 520px) {
  .mobile-cta { left: auto; right: max(16px, env(safe-area-inset-right)); width: 52px; }
}
.procedures-page .comparison-image img,
.procedures-page .procedure-image-dialog > img {
  content: url("imagens pagina proocedimentos/nova imagem.png");
}
.home-reference .home-procedure-cases-track figure:nth-child(1) img { content: url("imagens pagina proocedimentos/2.png"); }
.home-reference .home-procedure-cases-track figure:nth-child(2) img { content: url("imagens pagina proocedimentos/3.png"); }
.home-reference .home-procedure-cases-track figure:nth-child(3) img { content: url("imagens pagina proocedimentos/4.png"); }
.home-reference .home-procedure-cases-track figure:nth-child(4) img { content: url("imagens pagina proocedimentos/5.png"); }
.home-reference .home-procedure-cases-track figure:nth-child(5) img { content: url("imagens pagina proocedimentos/6.png"); }
.home-reference .home-procedure-cases-track figure:nth-child(6) img { content: url("imagens pagina proocedimentos/7.png"); }
.home-reference .home-procedure-cases-track,
.home-reference .home-procedure-cases-track figure { background: var(--ink-deep); }
.home-reference .home-procedure-cases-track figure,
.home-reference .home-procedure-cases-track img { border-radius: 0 !important; }
.home-reference .home-procedure-cases-track img { transform: none; clip-path: none; }
.procedures-page .cases-section .result-slide:nth-child(1) img { content: url("imagens pagina proocedimentos/2.png"); }
.procedures-page .cases-section .result-slide:nth-child(2) img { content: url("imagens pagina proocedimentos/3.png"); }
.procedures-page .cases-section .result-slide:nth-child(3) img { content: url("imagens pagina proocedimentos/4.png"); }
.procedures-page .cases-section .result-slide { overflow: hidden; background: var(--ink-deep); }
.procedures-page .cases-section .result-slide img {
  border-radius: 0 !important;
  transform: none;
  clip-path: none;
}
.home-reference .home-procedure-cases-track img,
.procedures-page .cases-section .result-slide img { transform: scale(1.03); }
.home-reference .home-ref-copy .consultation-cta .whatsapp-icon path {
  fill: #fff;
  stroke: none;
}

/* Pagina Sobre: primeiro bloco com o mesmo preenchimento horizontal da Home */
.about-page{--about-max:1200px}
.about-page .internal-hero-grid{width:min(var(--about-max),calc(100% - 64px));max-width:var(--about-max);height:480px;min-height:0;margin-inline:auto;padding:0;grid-template-columns:minmax(430px,1fr) minmax(420px,480px);gap:clamp(64px,8vw,112px)}
.about-page .internal-hero-grid>div{max-width:540px}
.about-page .internal-hero-grid>img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;object-position:center;border-radius:var(--image-radius)}
.about-page .profile-grid{width:min(var(--about-max),calc(100% - 64px));max-width:var(--about-max);height:346px;margin-inline:auto;grid-template-columns:440px minmax(0,1fr);gap:clamp(72px,9vw,128px)}
.about-page .profile-section{background:var(--mist)}
.about-page .profile-grid>img{width:328px;height:328px;justify-self:center;object-fit:contain;object-position:center;border-radius:48px 14px 48px 14px;box-shadow:0 18px 42px rgba(6,31,42,.12)}
.about-page .profile-grid>div{max-width:580px}
.about-page .profile-grid .draft-note{padding:8px 16px;border-left:3px solid var(--copper);border-radius:0 12px 12px 0;background:rgba(255,255,255,.88);box-shadow:0 10px 26px rgba(6,31,42,.06);line-height:1.4}
@media(max-width:820px){.about-page .internal-hero-grid{width:calc(100% - 32px);height:auto;padding:32px 0;grid-template-columns:minmax(0,1fr);gap:28px}.about-page .internal-hero-grid>div{max-width:none}.about-page .internal-hero-grid>img{width:min(100%,480px);margin-inline:auto}}
@media(max-width:820px){.about-page .profile-grid{width:calc(100% - 32px);height:auto;grid-template-columns:minmax(0,1fr);gap:28px}.about-page .profile-grid>img{width:min(100%,328px);height:auto;aspect-ratio:1/1}.about-page .profile-grid>div{max-width:none}}
.about-page .compact-site-footer{padding-bottom:14px}
.about-page .compact-site-footer .footer-main{width:min(var(--about-max),calc(100% - 64px));max-width:var(--about-max);margin-inline:auto;grid-template-columns:.62fr 1fr 180px;gap:28px;align-items:center}
.about-page .compact-site-footer .footer-contact h2{margin-bottom:12px}
.about-page .compact-site-footer .footer-quick-contact{margin-top:9px}
.about-page .compact-site-footer .footer-bottom{width:min(var(--about-max),calc(100% - 64px));max-width:var(--about-max);margin:18px auto 0;border-top:1px solid rgba(255,255,255,.15)}
@media(max-width:820px){.about-page .compact-site-footer .footer-main,.about-page .compact-site-footer .footer-bottom{width:calc(100% - 32px)}.about-page .compact-site-footer .footer-main{grid-template-columns:1fr;gap:16px}.about-page .compact-site-footer .footer-intro{display:none}.about-page .compact-site-footer .footer-bottom{margin-top:14px}}
.about-page .photo-strip h2{white-space:nowrap}
.about-page .photo-strip .compact-heading,.about-page .story-section .compact-heading{text-align:center}
.about-page .photo-strip .compact-heading>div,.about-page .story-section .compact-heading>div{margin-inline:auto}
.about-page .story-section h2{white-space:nowrap}
@media(max-width:820px){.about-page .photo-strip h2{white-space:normal}}
@media(max-width:820px){.about-page .story-section h2{white-space:normal}}
.about-page .photo-lightbox-trigger{cursor:zoom-in}
.about-page .photo-carousel figure{position:relative;flex:0 0 calc((100% - 36px)/3);width:calc((100% - 36px)/3);height:300px;margin:0;overflow:hidden;border-radius:var(--image-radius);scroll-snap-align:start}
.about-page .photo-carousel figure .photo-lightbox-trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:none;cursor:zoom-in}
.about-page .photo-carousel figure .photo-lightbox-trigger img{display:block;width:100%;height:100%;object-fit:cover}
.about-page .photo-carousel figure .photo-lightbox-trigger span{position:absolute;right:10px;bottom:10px;padding:8px 11px;border-radius:5px;background:rgba(6,31,42,.9);color:white;font:700 9px "DM Sans",sans-serif;letter-spacing:.06em}
@media(max-width:820px){.about-page .photo-carousel figure{flex-basis:86%;width:86%;height:340px}}
.about-photo-dialog{width:min(1200px,calc(100% - 32px));max-height:calc(100vh - 32px);padding:44px 12px 12px;border:0;border-radius:12px;background:var(--ink-deep);box-shadow:0 24px 90px rgba(0,0,0,.4)}
.about-photo-dialog::backdrop{background:rgba(6,31,42,.82)}
.about-photo-dialog img{display:block;width:100%;height:auto;max-height:calc(100vh - 88px);object-fit:contain}
.about-photo-close{position:absolute;z-index:2;top:6px;right:8px;width:38px;height:38px;border:0;border-radius:50%;background:white;color:var(--ink);font-size:24px;line-height:1;cursor:pointer}

/* Pagina Procedimentos: primeiro bloco compacto e preenchido */
.procedures-page{--procedures-max:1200px}
.procedures-page .procedure-hero .internal-hero-grid{width:min(var(--procedures-max),calc(100% - 64px));max-width:var(--procedures-max);height:400px;min-height:0;margin-inline:auto;padding:0;grid-template-columns:minmax(430px,1fr) minmax(540px,600px);gap:clamp(48px,6vw,88px)}
.procedures-page .procedure-hero .internal-hero-grid>div{max-width:520px}
.procedures-page .procedure-hero .internal-hero-grid>img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;object-position:center;border-radius:var(--image-radius)}
@media(max-width:820px){.procedures-page .procedure-hero .internal-hero-grid{width:calc(100% - 32px);height:auto;padding:32px 0;grid-template-columns:minmax(0,1fr);gap:28px}.procedures-page .procedure-hero .internal-hero-grid>div{max-width:none}.procedures-page .procedure-hero .internal-hero-grid>img{width:100%;height:auto;aspect-ratio:3/2}}
.procedures-page .comparison-grid{width:min(var(--procedures-max),calc(100% - 64px));max-width:var(--procedures-max);margin-inline:auto;grid-template-columns:minmax(0,620px) minmax(420px,1fr);gap:clamp(48px,6vw,88px)}
.procedures-page .comparison-image{display:block;height:auto!important;aspect-ratio:3/2;background:var(--ink);border-radius:var(--image-radius)}
.procedures-page .comparison-image img{width:100%;height:100%;object-fit:contain;object-position:center}
.procedures-page button.comparison-image{position:relative;padding:0;border:0;overflow:hidden;cursor:pointer}
.procedures-page button.comparison-image>span{position:absolute;right:12px;bottom:12px;padding:8px 12px;border-radius:6px;background:rgba(6,31,42,.9);color:white;font:700 10px "DM Sans",sans-serif;letter-spacing:.04em;text-transform:uppercase}
.procedure-image-dialog{width:min(1200px,calc(100% - 32px));max-height:calc(100vh - 32px);padding:44px 12px 12px;border:0;border-radius:12px;background:var(--ink-deep);box-shadow:0 24px 90px rgba(0,0,0,.4)}
.procedure-image-dialog::backdrop{background:rgba(6,31,42,.82)}
.procedure-image-dialog img{display:block;width:100%;height:auto;max-height:calc(100vh - 88px);object-fit:contain}
.procedure-image-close{position:absolute;z-index:2;top:6px;right:8px;width:38px;height:38px;border:0;border-radius:50%;background:white;color:var(--ink);font-size:24px;line-height:1;cursor:pointer}
.procedures-page .comparison-copy{max-width:500px}
@media(max-width:820px){.procedures-page .comparison-grid{width:calc(100% - 32px);grid-template-columns:minmax(0,1fr);gap:28px}.procedures-page .comparison-image{display:block;height:auto!important;aspect-ratio:3/2}.procedures-page .comparison-copy{max-width:none}}
.procedures-page .cases-section>.container{width:min(var(--procedures-max),calc(100% - 64px));max-width:var(--procedures-max);margin-inline:auto}
.procedures-page .cases-section .compact-heading{align-items:center}
.procedures-page .cases-section .results-carousel{position:relative;overflow:hidden}
.procedures-page .cases-section .results-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.procedures-page .cases-section .results-track::-webkit-scrollbar{display:none}
.procedures-page .cases-section .result-slide{flex:0 0 100%;min-width:100%;scroll-snap-align:start}
.procedures-page .cases-section .result-slide img{width:100%;height:400px;object-fit:contain;background:var(--ink-deep);border-radius:var(--image-radius)}
.cases-results-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:40px;align-items:center}
.procedures-page .carousel-controls{display:flex;align-items:center;gap:10px}
.procedures-page .carousel-controls button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);font-size:18px;cursor:pointer}
.procedures-page .carousel-status{min-width:44px;text-align:center;color:var(--slate);font-size:11px;font-weight:700}
.procedures-page .cases-section .compact-heading>div:first-child{transform:translateX(-24px)}
.procedure-booking-banner{display:block;width:100%;height:360px;overflow:hidden;border-radius:var(--image-radius);background:white;box-shadow:var(--shadow)}
.procedure-booking-banner img{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:820px){.procedures-page .cases-section>.container{width:calc(100% - 32px)}.procedures-page .cases-section .compact-heading{align-items:flex-start}.procedures-page .cases-section .results-track{gap:12px}.procedures-page .cases-section .result-slide img{height:250px}.procedures-page .carousel-controls{width:100%;justify-content:center;margin-top:12px}}
@media(max-width:820px){.procedures-page .cases-section .compact-heading>div:first-child{transform:none}.cases-results-layout{grid-template-columns:1fr;gap:30px}.procedure-booking-banner{width:min(100%,320px);height:400px;margin:0 auto}}
.procedures-page .compact-site-footer{padding-bottom:14px}
.procedures-page .compact-site-footer .footer-main{width:min(var(--procedures-max),calc(100% - 64px));max-width:var(--procedures-max);margin-inline:auto;grid-template-columns:.62fr 1fr 180px;gap:28px;align-items:center}
.procedures-page .compact-site-footer .footer-contact h2{margin-bottom:12px}
.procedures-page .compact-site-footer .footer-quick-contact{margin-top:9px}
.procedures-page .compact-site-footer .footer-bottom{width:min(var(--procedures-max),calc(100% - 64px));max-width:var(--procedures-max);margin:18px auto 0;border-top:1px solid rgba(255,255,255,.15)}
@media(max-width:820px){.procedures-page .compact-site-footer .footer-main,.procedures-page .compact-site-footer .footer-bottom{width:calc(100% - 32px)}.procedures-page .compact-site-footer .footer-main{grid-template-columns:1fr;gap:16px}.procedures-page .compact-site-footer .footer-intro{display:none}.procedures-page .compact-site-footer .footer-bottom{margin-top:14px}}
