:root {
  --petrol: #092b32;
  --petrol-2: #0d3b43;
  --teal: #0e6770;
  --teal-light: #74aeb0;
  --copper: #c99864;
  --ivory: #f5f0e7;
  --paper: #fffdfa;
  --ink: #292722;
  --muted: #68635a;
  --line: rgba(9,43,50,.14);
  --shadow: 0 24px 70px rgba(7,34,40,.13);
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: "DM Sans", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: white; border-radius: 8px; box-shadow: var(--shadow); }
.skip:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: rgba(255,253,250,.94); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; margin-right: auto; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--copper); border-radius: 50%; color: var(--petrol); font-family: var(--serif); font-weight: 700; }
.brand strong { display: block; font: 700 20px/1.1 var(--serif); letter-spacing: -.01em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 28px; color: #3b5157; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: var(--teal); }
.header-cta { padding: 12px 20px; color: white; background: var(--petrol); border-radius: 999px; font-size: 14px; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: 78px 0 68px; background: linear-gradient(135deg, #faf7f1 0%, #f3f4ef 55%, #e6eeec 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: -270px; left: 45%; border: 1px solid rgba(14,103,112,.15); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.24fr) minmax(360px,.76fr); gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--copper); }
h1 { max-width: 780px; margin: 0; font: 600 clamp(45px,6vw,76px)/.98 var(--serif); letter-spacing: -.045em; }
h1 em { display: block; color: var(--teal); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #68635a; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 999px; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--petrol); box-shadow: 0 12px 28px rgba(9,43,50,.18); }
.btn-primary svg { width: 21px; height: 21px; fill: currentColor; }
.btn-ghost { color: var(--petrol); border: 1px solid rgba(9,43,50,.22); }
.quick-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 42px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.quick-facts li { padding-right: 20px; }
.quick-facts li + li { padding-left: 20px; border-left: 1px solid var(--line); }
.quick-facts strong { display: block; color: var(--petrol); font: 700 16px/1.2 var(--serif); }
.quick-facts span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.credential-card { position: relative; min-height: 540px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; color: white; background: var(--petrol); border-radius: 8px 64px 8px 8px; box-shadow: var(--shadow); }
.credential-card::after { content: ""; position: absolute; width: 330px; height: 330px; right: -170px; bottom: 60px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.credential-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.credential-monogram { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--copper); border-radius: 50%; font: 700 20px var(--serif); }
.credential-index { color: #a9c1c2; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.credential-copy { position: relative; z-index: 1; margin: auto 0; }
.credential-copy p { margin: 0 0 3px; color: var(--copper); font: italic 24px var(--serif); }
.credential-copy h2 { margin: 0; font: 600 61px/.88 var(--serif); letter-spacing: -.04em; }
.credential-copy > span { display: block; margin-top: 18px; color: #b8d0d0; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.credential-bottom { position: relative; z-index: 1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.credential-bottom span { display: block; margin-bottom: 7px; color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.credential-bottom strong { font: 600 17px/1.35 var(--serif); }

.preview-strip { padding: 24px 0; color: #dce9e7; background: var(--petrol-2); }
.preview-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.preview-grid span { padding: 3px 20px; text-align: center; font: 600 13px var(--serif); letter-spacing: .04em; }
.preview-grid span + span { border-left: 1px solid rgba(255,255,255,.16); }

.section { padding: 108px 0; }
.section-head { display: grid; grid-template-columns: 180px minmax(0,780px); gap: 40px; margin-bottom: 60px; }
.section-number { margin: 8px 0 0; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.section-kicker { display: block; margin-bottom: 14px; color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-head h2, .clinic-copy h2, .faq-intro h2, .contact-card h2 { margin: 0; font: 600 clamp(40px,5vw,64px)/1 var(--serif); letter-spacing: -.04em; }
.section-head h2 em, .clinic-copy h2 em, .faq-intro h2 em, .contact-card h2 em { color: var(--teal); font-weight: 400; }
.section-head > div > p { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.section-about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.78fr); gap: 92px; align-items: start; padding-left: 220px; }
.about-copy p { margin: 0 0 20px; color: #68635a; font-size: 17px; line-height: 1.78; }
.about-copy .lead-paragraph { color: var(--ink); font: 600 25px/1.45 var(--serif); }
.about-copy blockquote { margin: 38px 0 0; padding: 0 0 0 22px; color: var(--petrol); border-left: 2px solid var(--copper); font: italic 23px/1.5 var(--serif); }
.profile-list { margin: 0; border-top: 1px solid var(--line); }
.profile-list div { display: grid; grid-template-columns: 118px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.profile-list dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profile-list dd { margin: 0; color: var(--petrol); font: 600 16px/1.45 var(--serif); }

.section-dark { color: white; background: var(--petrol); }
.section-head-light .section-number { color: #8fc2c2; }
.section-head-light h2 em { color: var(--copper); }
.section-head-light > div > p { color: #afc6c7; }
.treatment-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.treatment { min-height: 330px; position: relative; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.treatment-featured { color: var(--petrol); background: var(--ivory); }
.treatment-index { position: absolute; top: 30px; right: 30px; color: #779092; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.treatment-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: auto; color: var(--copper); border: 1px solid currentColor; border-radius: 50%; font-size: 21px; }
.treatment h3 { margin: 28px 0 10px; font: 600 25px/1.15 var(--serif); }
.treatment p { margin: 0; color: #b5caca; font-size: 14px; line-height: 1.65; }
.treatment-featured p { color: #596c70; }
.treatment a { display: inline-flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(9,43,50,.16); color: var(--teal); font-size: 13px; font-weight: 800; }
.clinical-note { max-width: 900px; margin: 30px 0 0; color: #a7bfc0; font-size: 12px; line-height: 1.65; }

.process-section { background: var(--ivory); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { padding: 34px 34px 0 0; }
.process-grid li + li { padding-left: 34px; border-left: 1px solid var(--line); }
.process-grid span { color: var(--copper); font: 700 12px var(--sans); letter-spacing: .12em; }
.process-grid h3 { margin: 30px 0 10px; color: var(--petrol); font: 600 24px var(--serif); }
.process-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.brand-image-section { padding: 0 0 108px; background: var(--ivory); }
.brand-image { margin: 0; overflow: hidden; background: var(--petrol); border-radius: 8px 42px 8px 8px; box-shadow: var(--shadow); }
.brand-image img { width: 100%; height: auto; display: block; }

.clinic-section { background: linear-gradient(145deg,#fffdfa 0%,#eff4f1 100%); }
.clinic-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr); gap: 80px; align-items: center; }
.clinic-copy .section-number { margin-bottom: 30px; }
.clinic-copy .section-kicker { margin-bottom: 15px; }
.clinic-copy address { margin: 34px 0 0; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-style: normal; }
.clinic-copy address strong { display: block; margin-bottom: 8px; color: var(--petrol); font: 600 20px var(--serif); }
.clinic-copy address span { display: block; color: var(--muted); font-size: 14px; line-height: 1.7; }
.schedule-copy { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.clinic-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.map-panel { min-height: 480px; display: grid; padding: 28px; color: white; background: var(--petrol-2); border-radius: 8px 54px 8px 8px; box-shadow: var(--shadow); }
.map-placeholder { display: grid; place-items: center; align-content: center; padding: 34px; text-align: center; border: 1px solid rgba(255,255,255,.18); border-radius: 4px 35px 4px 4px; }
.map-pin { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 22px; color: var(--copper); border: 1px solid var(--copper); border-radius: 50%; font-size: 30px; }
.map-placeholder strong { font: 600 25px var(--serif); }
.map-placeholder p { max-width: 310px; margin: 12px 0 24px; color: #b3cbcb; font-size: 13px; line-height: 1.6; }
.map-load { padding: 12px 18px; color: var(--petrol); background: var(--ivory); border: 0; border-radius: 999px; font: 800 13px var(--sans); cursor: pointer; }
.map-panel iframe { width: 100%; min-height: 424px; border: 0; border-radius: 4px 35px 4px 4px; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; }
.faq-intro .section-number { margin-bottom: 30px; }
.faq-intro > p:last-child { margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--petrol); font: 600 19px var(--serif); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--copper); font-family: var(--sans); font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { max-width: 720px; padding: 0 38px 24px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.contact-section { padding: 0 0 108px; background: white; }
.contact-card { padding: 70px; color: white; background: var(--teal); border-radius: 8px 70px 8px 8px; box-shadow: var(--shadow); }
.contact-card .section-kicker { color: #e9c9a8; }
.contact-card h2 { max-width: 850px; }
.contact-card h2 em { color: var(--ivory); }
.contact-card > p { max-width: 620px; margin: 24px 0 0; color: #cfe2e1; font-size: 17px; line-height: 1.7; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn-light { color: var(--petrol); background: var(--ivory); }
.btn-outline-light { color: white; border: 1px solid rgba(255,255,255,.45); }

footer { padding: 64px 0 120px; color: #b8caca; background: #061e23; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.footer-mark { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; color: var(--copper); border: 1px solid var(--copper); border-radius: 50%; font: 700 16px var(--serif); }
.footer-grid strong { display: block; color: white; font: 600 22px var(--serif); }
.footer-grid p { margin: 7px 0 0; font-size: 12px; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; gap: 13px; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.action-dock { position: fixed; z-index: 90; left: 50%; bottom: 16px; width: min(680px,calc(100% - 28px)); display: grid; grid-template-columns: .85fr 1.4fr; padding: 7px; transform: translateX(-50%); background: rgba(255,253,250,.96); border: 1px solid rgba(9,43,50,.16); border-radius: 18px; box-shadow: 0 15px 45px rgba(4,24,28,.18); backdrop-filter: blur(12px); }
.action-dock > a { min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--petrol); border-radius: 13px; }
.action-dock small { font-size: 10px; }
.action-dock strong { font-size: 15px; }
.action-dock .action-main { flex-direction: row; gap: 10px; color: white; background: var(--petrol); }
.action-main svg { width: 24px; height: 24px; fill: currentColor; }
.action-main span { display: flex; flex-direction: column; }
.action-main small, .action-main strong { color: white; }

.reveal { transition: transform .55s ease; }
.js .reveal:not(.is-visible) { transform: translateY(10px); }
.js .reveal.is-visible { transform: translateY(0); }

.doc-main { min-height: 70vh; padding: 90px 0 110px; background: linear-gradient(145deg,#fffdfa,#eef4f1); }
.doc-article { max-width: 840px; }
.doc-article > h1 { margin-top: 24px; font-size: clamp(46px,7vw,72px); }
.doc-intro { max-width: 720px; margin: 26px 0 60px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.doc-article section { padding: 28px 0; border-top: 1px solid var(--line); }
.doc-article section h2 { margin: 0 0 15px; color: var(--petrol); font: 600 26px var(--serif); }
.doc-article section p, .doc-article section li { color: #52676d; font-size: 15px; line-height: 1.75; }
.doc-article section p { margin: 0 0 12px; }
.doc-article section ul { margin: 0; padding-left: 22px; }
.doc-article section a { color: var(--teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.doc-page footer { padding: 32px 0; }
.doc-footer { margin-top: 0; padding-top: 0; border-top: 0; }
.not-found-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: linear-gradient(145deg,#fffdfa,#e8f0ed); }
.not-found-card { width: min(680px,100%); padding: 64px; background: white; border: 1px solid var(--line); border-radius: 8px 52px 8px 8px; box-shadow: var(--shadow); }
.not-found-card .footer-mark { margin-bottom: 34px; color: var(--petrol); }
.not-found-card h1 { margin-top: 22px; font-size: clamp(44px,8vw,70px); }
.not-found-card > p:not(.section-number) { margin: 24px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.7; }

@media (max-width: 880px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 54px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .credential-card { width: min(100%, 520px); min-height: 480px; }
  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 120px 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; padding-left: 160px; }
  .treatment-grid { grid-template-columns: 1fr 1fr; }
  .clinic-grid { grid-template-columns: 1fr; gap: 52px; }
  .map-panel { min-height: 410px; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-contact { grid-column: 2; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px,1180px); }
  .header-inner { min-height: 78px; }
  .brand-mark { width: 38px; height: 38px; font-size: 14px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 8px; }
  .header-cta { display: none; }
  .hero { padding: 46px 0 42px; }
  h1 { font-size: clamp(42px,13vw,60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .quick-facts { grid-template-columns: 1fr; gap: 18px; }
  .quick-facts li + li { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .credential-card { min-height: 430px; padding: 24px; border-radius: 7px 46px 7px 7px; }
  .credential-copy h2 { font-size: 52px; }
  .preview-grid { grid-template-columns: 1fr 1fr; gap: 14px 0; }
  .preview-grid span:nth-child(3) { border-left: 0; }
  .section { padding: 68px 0; }
  .section-head { display: block; margin-bottom: 40px; }
  .section-head .section-number { margin-bottom: 28px; }
  .section-head h2, .clinic-copy h2, .faq-intro h2, .contact-card h2 { font-size: clamp(38px,12vw,54px); }
  .about-grid { padding-left: 0; }
  .about-copy .lead-paragraph { font-size: 22px; }
  .profile-list div { grid-template-columns: 1fr; gap: 7px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment { min-height: 290px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { padding: 28px 0; }
  .process-grid li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .process-grid h3 { margin-top: 18px; }
  .brand-image-section { padding-bottom: 68px; }
  .brand-image { border-radius: 6px 25px 6px 6px; }
  .clinic-actions { flex-direction: column; }
  .map-panel { min-height: 360px; padding: 14px; border-radius: 6px 34px 6px 6px; }
  .map-placeholder { padding: 24px; }
  .map-panel iframe { min-height: 330px; }
  .contact-section { padding-bottom: 68px; }
  .contact-card { width: calc(100% - 28px); padding: 42px 24px; border-radius: 6px 38px 6px 6px; }
  .contact-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  footer { padding-bottom: 112px; }
  .action-dock { bottom: 10px; grid-template-columns: .72fr 1.28fr; }
  .doc-main { padding: 60px 0 80px; }
  .doc-intro { margin-bottom: 42px; }
  .not-found-card { padding: 42px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Cassiano · typography and responsive component system */
:root { --serif: "Manrope", "Segoe UI", sans-serif; --petrol: #292722; --petrol-2: #514b40; --teal: #80622f; --copper: #80622f; --ink: #292722; --muted: #68635a; --paper: #fffefa; --ivory: #f5f2eb; --line: #ded8cc; }
body { font-size: 16px; line-height: 1.6; }
section[id], main[id] { scroll-margin-top: 110px; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #b58744; outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.site-header { position: sticky; top: 0; background: #fffefaf5; backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; gap: 24px; }
.brand strong { font-size: 19px; letter-spacing: -.6px; }
.brand small { font-size: 12px; letter-spacing: .01em; text-transform: none; font-weight: 400; }
.brand-mark { width: 48px; height: 48px; flex-shrink: 0; font-family: Georgia, serif; font-size: 20px; border-color: #bfa77c; }
.desktop-nav { gap: 24px; }
.desktop-nav a { display: inline-flex; align-items: center; min-height: 48px; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; font-weight: 600; }
.menu-toggle { display: none; }
.hero { padding: 76px 0 58px; background: #f5f2eb; }
.hero::before { display: none; }
.hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .075em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
h1 { font-size: clamp(40px,4.3vw,62px); font-weight: 500; line-height: 1.14; letter-spacing: -.055em; }
h1 em { font-style: normal; font-weight: 500; color: #80622f; }
.hero-lead { font-size: 17px; max-width: 470px; margin-top: 24px; }
.hero-actions { gap: 12px; margin-top: 28px; }
.btn { font-size: 14px; padding-inline: 21px; min-height: 54px; font-weight: 600; box-shadow: none; }
.btn-primary:hover, .header-cta:hover { background: #28594c; }
.btn-ghost:hover { background: #eee8dc; }
.quick-facts { margin-top: 32px; padding-top: 23px; }
.quick-facts strong { font-size: 14px; line-height: 1.5; }
.quick-facts span { font-size: 12px; }
.quick-facts li { padding-right: 12px; }
.quick-facts li + li { padding-left: 12px; }
.hero-visual { min-width: 0; }
.hero-image { position: relative; margin: 0; overflow: hidden; border-radius: 24px 24px 0 0; background: #123333; }
.hero-image img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: contain; }
.hero-image figcaption { position: absolute; bottom: 0; left: 0; width: 100%; padding: 22px 20px 14px; font-size: 12px; color: #fff; background: linear-gradient(transparent,#102d2ee6); }
.hero-profile { position: relative; margin: -1px 0 0; padding: 22px; display: flex; align-items: center; gap: 15px; background: #fffefa; border: 1px solid var(--line); border-radius: 0 0 16px 16px; }
.hero-profile strong, .hero-profile span:not(.brand-mark):not(.profile-arrow) { display: block; }
.hero-profile strong { font: 600 18px var(--serif); }
.hero-profile div > span { margin-top: 5px; font-size: 12px; color: var(--muted); }
.profile-arrow { margin-left: auto; color: var(--teal); font-size: 24px; }
.visual-note { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; color: var(--muted); margin: 17px 0 0; }
.visual-note > span { font-size: 23px; }
.benefits-section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.benefits-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.benefits-grid article { display: flex; align-items: flex-start; gap: 17px; }
.benefit-icon { display: grid; place-items: center; flex: 0 0 44px; height: 44px; background: #f5f2eb; color: var(--teal); border-radius: 50%; font-size: 25px; }
.benefits-grid h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.section { padding: 90px 0; }
.section-head { grid-template-columns: 190px minmax(0,780px); margin-bottom: 40px; }
.section-number, .section-kicker { font-size: 12px; letter-spacing: .09em; }
.section-kicker { color: #725837; }
.section-head h2, .clinic-copy h2, .faq-intro h2, .contact-card h2 { font-size: clamp(32px,3.5vw,48px); line-height: 1.2; font-weight: 500; letter-spacing: -.045em; }
.section-head h2 em, .clinic-copy h2 em, .faq-intro h2 em, .contact-card h2 em { font-style: normal; }
.section-dark { background: var(--paper); color: var(--ink); }
.section-head-light .section-number { color: var(--teal); }
.section-head-light h2 em { color: var(--teal); }
.section-head-light > div > p { color: var(--muted); font-size: 16px; }
.treatment-grid { gap: 16px; border: 0; }
.treatment { min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #f8f6f1; transition: border-color .2s, transform .2s; }
.treatment:hover { border-color: #ad9365; transform: translateY(-3px); }
.treatment-featured { background: var(--petrol); color: white; border-color: var(--petrol); }
.treatment-icon { border: 0; background: #ece5d8; color: var(--teal); border-radius: 12px; }
.treatment-featured .treatment-icon { background: #31574a; color: #e0d4b6; }
.treatment h3 { font-size: 20px; line-height: 1.4; margin-top: 22px; letter-spacing: -.5px; }
.treatment p { color: var(--muted); font-size: 16px; }
.treatment-featured p { color: #d9e3dc; }
.treatment-featured a { color: #edf2e7; border-color: #5a7567; min-height: 48px; font-size: 14px; }
.treatment-index { font-size: 12px; color: #68635a; }
.treatment-featured .treatment-index { color: #b0c4b6; }
.clinical-note { font-size: 14px; color: var(--muted); }
.section-about { background: #f5f2eb; }
.about-grid { padding-left: 0; gap: 70px; grid-template-columns: 1fr 1fr; }
.about-copy .lead-paragraph { font-size: 22px; font-weight: 500; }
.about-copy blockquote { font: 500 21px/1.65 var(--serif); }
.profile-list { padding: 12px 28px; border: 1px solid #ded8cc; border-radius: 16px; background: #fffefa; }
.profile-list div { grid-template-columns: 120px 1fr; }
.profile-list div:last-child { border-bottom: 0; }
.profile-list dt { font-size: 12px; letter-spacing: .02em; }
.profile-list dd { font-size: 15px; font-weight: 500; }
.process-section { background: var(--paper); }
.process-grid h3 { font-size: 21px; }
.process-grid p, .faq-intro > p:last-child, .faq-list details > div { font-size: 16px; }
.process-grid span { font-size: 15px; color: #765731; }
.clinic-section { background: #f5f2eb; }
.clinic-grid { gap: 60px; }
.map-panel { border-radius: 20px; box-shadow: none; }
.map-placeholder { border-radius: 12px; }
.map-placeholder p { font-size: 14px; }
.map-load { min-height: 48px; font-size: 14px; }
.schedule-copy, .clinic-copy address span { font-size: 16px; }
.faq-list summary { font-size: 18px; line-height: 1.5; }
.contact-card { background: var(--petrol); border-radius: 24px; box-shadow: none; }
.contact-card .section-kicker { color: #d9c7a8; }
.footer-grid p, .footer-grid nav, .footer-contact, .footer-bottom { font-size: 14px; }
.footer-grid a { min-height: 48px; display: inline-flex; align-items: center; }
.footer-contact address { font-style: normal; }
.footer-contact { gap: 12px; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: max(24px,env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 14px 20px; border: 1px solid #c1d4b8; background: #204f3d; color: #fff; border-radius: 999px; box-shadow: 0 6px 24px #14332433; font-size: 14px; font-weight: 600; }
.whatsapp-float svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-float:hover { background: #32674e; }

/* Neutral light identity. The approved restored portrait is already cropped.
   Only the original lab-coat screenshot needs a source-coordinate crop. */
.hero { padding-top: 60px; }
.hero-grid { grid-template-columns: 1.15fr .85fr; gap: 70px; }
.hero-visual { width: 100%; max-width: 450px; justify-self: end; }
.hero-image { aspect-ratio: 1117 / 1408; border-radius: 90px 16px 0 0; }
.hero-image img { position: static; width: 100%; height: auto; aspect-ratio: auto; max-width: 100%; }
.about-photo { position: relative; aspect-ratio: 610 / 400; margin: 0 0 26px; overflow: hidden; border-radius: 16px; background: #ddd8d0; }
.about-photo img { position: absolute; top: -75%; left: 0; width: 120.983607%; height: auto; max-width: none; }
.about-photo.restored-photo { aspect-ratio: 3 / 2; }
.about-photo.restored-photo img { position: static; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: center 35%; }
.btn-primary, .btn-light, .header-cta, .map-load { background: #80622f; color: #fff; }
.btn-primary:hover, .btn-light:hover, .header-cta:hover, .map-load:hover { background: #705327; }
.btn-ghost { border-color: #b5ac9c; }
.treatment-featured { background: #eee5d4; border-color: #cfbc98; color: #292722; }
.treatment-featured p { color: #68635a; }
.treatment-featured .treatment-icon { background: #e1d3b8; color: #705327; }
.treatment-featured .treatment-index { color: #68635a; }
.treatment-featured a { color: #705327; border-color: #cfbc98; }
.map-panel { background: #e9e2d5; border: 1px solid #d7c9af; color: #292722; }
.map-placeholder { border-color: #cdbb99; }
.map-placeholder p { color: #68635a; }
.contact-card { background: #efe7d8; border: 1px solid #d9c8a8; color: #292722; }
.contact-card h2 em, .contact-card .section-kicker { color: #80622f; }
.contact-card > p { color: #68635a; }
.btn-outline-light { color: #292722; border-color: #b5ac9c; }
.btn-outline-light:hover { background: #e5dccb; }
footer { color: #68635a; background: #f1eee7; border-top: 1px solid #ded8cc; }
.footer-grid strong { color: #292722; }
.footer-grid a:hover { color: #705327; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { border-color: #ded8cc; }
.doc-main, .not-found-page { background: #faf8f4; }
.doc-article section p, .doc-article section li { color: #68635a; }
.whatsapp-float { background: #286345; border-color: #e5eadf; }
.whatsapp-float:hover { background: #1f5038; }
.whatsapp-float { width: 56px; padding: 14px; }
.whatsapp-float span { display: none; }
.desktop-nav { gap: 20px; }
.contact-actions .fa-brands { font-size: 20px; }
.section[id]:focus { outline: none; }
@media (max-width: 1000px) {
 .header-inner { flex-wrap: wrap; gap: 12px; padding-block: 12px; }
 .brand { flex: 1; }
 .header-cta { order: 2; }
 .menu-toggle { order: 3; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 48px; height: 48px; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
 .menu-toggle span { width: 18px; height: 2px; background: var(--petrol); transition: transform .2s; }
 .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
 .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
 .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
 .desktop-nav { display: flex; width: 100%; order: 4; flex-direction: column; gap: 0; padding-block: 10px; }
 .js .desktop-nav:not(.is-open) { display: none; }
 .no-js .menu-toggle { display: none; }
 .hero-grid { gap: 32px; }
 .hero-actions { flex-direction: column; align-items: stretch; }
 .section-head { grid-template-columns: 1fr; gap: 16px; }
 .about-grid { gap: 36px; }
}
@media (max-width: 760px) {
 .wrap { width: calc(100% - 40px); }
 .hero-grid, .benefits-grid, .about-grid, .treatment-grid, .process-grid, .clinic-grid, .faq-grid, .footer-grid { grid-template-columns: minmax(0,1fr); }
 .hero { padding: 42px 0 32px; }
 h1 { font-size: clamp(37px,8.5vw,58px); }
 .hero-actions { flex-direction: row; }
 .hero-visual { max-width: 560px; width: 100%; margin-inline: auto; }
 .hero-image img { aspect-ratio: auto; }
 .hero-image { border-radius: 20px 20px 0 0; }
 .about-photo.restored-photo { aspect-ratio: 4 / 3; margin-bottom: 22px; }
 .section-about .section-head { margin-bottom: 28px; }
 .about-copy .lead-paragraph { font-size: 20px; line-height: 1.55; }
 .about-copy p { font-size: 16px; line-height: 1.75; }
 .benefits-grid { gap: 26px; }
 .section { padding: 62px 0; }
 .treatment { min-height: 250px; }
 .process-grid li, .process-grid li + li { padding: 26px 0; border-left: 0; }
 .process-grid li + li { border-top: 1px solid var(--line); }
 .faq-grid { gap: 32px; }
 .contact-card { padding: 40px 24px; }
 .contact-section { padding-bottom: 60px; }
 .footer-contact { grid-column: auto; }
 .section-head h2, .clinic-copy h2, .faq-intro h2, .contact-card h2 { font-size: 34px; }
 .footer-bottom { flex-direction: column; }
}
@media (max-width: 520px) {
 .header-inner { min-height: 78px; }
 .brand strong { font-size: 16px; }
 .brand small { font-size: 12px; max-width: 175px; }
 .brand-mark { width: 40px; height: 40px; font-size: 17px; }
 .header-inner > .header-cta { display: none; }
 .simple-header .header-cta { display: inline-flex; width: 100%; }
 .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
 .eyebrow { font-size: 12px; letter-spacing: .035em; }
 .quick-facts { grid-template-columns: 1fr; gap: 12px; }
 .quick-facts li, .quick-facts li + li { padding: 0; border: 0; display: flex; flex-wrap: wrap; gap: 4px 12px; align-items: center; }
 .quick-facts span { margin: 0; }
 .hero-profile { padding: 18px 14px; gap: 10px; }
 .hero-profile strong { font-size: 16px; }
 .profile-arrow { display: none; }
 .profile-list { padding: 8px 20px; }
 .profile-list div { grid-template-columns: 1fr; gap: 6px; }
 .whatsapp-float { right: 16px; bottom: max(16px,env(safe-area-inset-bottom)); width: 56px; padding: 14px; }
 .whatsapp-float span { display: none; }
 .map-panel { padding: 14px; min-width: 0; }
 .map-placeholder { padding: 24px 16px; }
 .footer-bottom { padding-right: 45px; }
}
