:root{
  --ink:#2b2530;
  --muted:#6f6674;
  --plum:#67466f;
  --plum-dark:#54365e;
  --orchid:#a968ad;
  --rose:#d5b8d8;
  --blush:#f4ebf5;
  --cream:#fcfafc;
  --white:#ffffff;
  --line:#eadfec;
  --shadow:0 18px 50px rgba(84,54,94,.13);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.65}
a{color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(234,223,227,.8)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:24px}
.brand{display:inline-flex;align-items:center;text-decoration:none;min-width:190px}
.brand-logo{max-height:58px;max-width:250px;object-fit:contain}
.brand-fallback{font-family:Georgia,serif;font-size:1.35rem;color:var(--plum-dark)}
.nav{display:flex;gap:28px;align-items:center}
.nav a{text-decoration:none;font-size:.95rem}
.nav-cta{padding:11px 18px;border-radius:999px;background:var(--plum);color:white}
.hero{background:radial-gradient(circle at 72% 22%,rgba(169,104,173,.10),transparent 34%),linear-gradient(145deg,var(--cream),#f7f1f8);padding:78px 0 70px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:64px;align-items:center}
.eyebrow{font-size:.78rem;letter-spacing:.16em;font-weight:750;color:var(--plum);margin:0 0 14px;text-transform:uppercase}.eyebrow.light{color:#f6dfe8}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.13;margin-top:0}
h1{font-size:clamp(2.6rem,5vw,5rem);letter-spacing:-.035em;margin-bottom:24px}
h2{font-size:clamp(2rem,3.5vw,3.35rem);letter-spacing:-.025em;margin-bottom:18px}
h3{font-size:1.45rem;margin-bottom:10px}
.lead{font-size:1.18rem;color:var(--muted);max-width:710px;margin-bottom:30px}
.hero-actions,.review-actions,.cta-actions,.location-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:700;transition:.2s ease;border:1px solid transparent}
.button:hover{transform:translateY(-1px)}
.button.primary{background:var(--plum);color:white;box-shadow:0 10px 25px rgba(127,90,107,.18)}
.button.primary:hover{background:var(--plum-dark)}
.button.secondary{background:white;border-color:var(--line);color:var(--plum-dark)}
.trust-list{list-style:none;padding:0;margin:30px 0 0;display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:.92rem}
.trust-list li{display:flex;align-items:center;gap:8px}.trust-list li::before{content:"•";color:var(--rose);font-size:1.3rem}
.hero-visual{min-height:550px;border-radius:180px 180px 28px 28px;overflow:hidden;background:linear-gradient(160deg,#ead7ed,#c6a6ca);box-shadow:var(--shadow);position:relative}
.hero-visual img,.about-photo img{width:100%;height:100%;object-fit:cover;display:block}.hero-visual img{object-position:center 42%}.about-photo img{object-position:center 42%}
.photo-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;background:linear-gradient(160deg,#cfa9b9,#7f5a6b);padding:30px}.photo-placeholder[hidden]{display:none}.photo-placeholder.compact{position:relative;min-height:440px;border-radius:var(--radius)}
.monogram{font-family:Georgia,serif;font-size:6rem;line-height:1;margin-bottom:18px;opacity:.95}.photo-placeholder small{opacity:.9}
.section{padding:94px 0}.section.soft{background:var(--cream)}.section.accent{background:var(--plum);color:white;padding:60px 0}
.section-heading{max-width:800px;margin-bottom:44px}.section-heading.narrow{max-width:720px;margin-inline:auto;text-align:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:190px}.card p{margin:0;color:var(--muted)}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.about-photo{min-height:520px;border-radius:var(--radius);overflow:hidden;background:var(--blush)}.about-copy p{color:var(--muted);font-size:1.04rem}.credentials{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.credentials span{padding:9px 13px;border-radius:999px;background:var(--blush);color:var(--plum-dark);font-size:.88rem;font-weight:650}
.cta-box{display:flex;justify-content:space-between;gap:36px;align-items:center}.cta-box h2{margin-bottom:10px}.cta-box p{color:#f2e6eb;margin:0}.light-button{background:white;color:var(--plum-dark)}.outline-light{border-color:rgba(255,255,255,.5);color:white}
.location-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.location-grid p{color:var(--muted);font-size:1.02rem}.text-link{color:var(--plum-dark);font-weight:750;text-decoration:none}.map-frame{border-radius:var(--radius);overflow:hidden;min-height:420px;border:1px solid var(--line);box-shadow:var(--shadow)}.map-frame iframe{width:100%;height:420px;border:0;display:block}
.reviews-wrap{text-align:center}.review-actions{justify-content:center;margin-top:28px}
.footer{background:#2c2528;color:#f4edef;padding:54px 0 24px}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer p{color:#cfc2c7;margin:.35rem 0}.footer-links{display:flex;flex-wrap:wrap;gap:22px}.footer-links a{text-decoration:none}.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;gap:30px;font-size:.82rem}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:50;background:#1f8f58;color:#fff;text-decoration:none;border-radius:999px;padding:13px 18px;font-weight:750;box-shadow:0 12px 28px rgba(31,143,88,.25)}
@media (max-width:900px){.nav a:not(.nav-cta){display:none}.hero-grid,.about-grid,.location-grid{grid-template-columns:1fr}.hero{padding-top:48px}.hero-visual{min-height:480px;max-width:560px;width:100%;margin-inline:auto}.cards{grid-template-columns:1fr 1fr}.cta-box{align-items:flex-start;flex-direction:column}.legal,.footer-grid{flex-direction:column}.section{padding:72px 0}}
@media (max-width:620px){.container{width:min(100% - 28px,1160px)}.nav-wrap{min-height:68px}.brand{min-width:auto}.nav-cta{padding:9px 13px;font-size:.87rem}.hero{padding:42px 0 48px}.hero-visual{min-height:410px;border-radius:110px 110px 24px 24px}.hero-actions .button,.review-actions .button,.cta-actions .button{width:100%}.cards{grid-template-columns:1fr}.section{padding:62px 0}.about-photo{min-height:420px}.trust-list{display:grid;grid-template-columns:1fr 1fr}.floating-whatsapp{right:14px;bottom:14px}.map-frame,.map-frame iframe{height:350px;min-height:350px}}

.hero-services{font-size:.97rem;color:var(--plum-dark);font-weight:700;letter-spacing:.01em;margin:0 0 26px}
.brand-logo{filter:drop-shadow(0 2px 5px rgba(84,54,94,.06))}
@media (max-width:620px){.hero-services{font-size:.9rem;line-height:1.55}}


.hero-subtitle {
  margin: 0.35rem 0 1.5rem;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: clamp(1.3rem, 1.72vw, 1.72rem);
  line-height: 1.2;
  font-weight: 600;
  color: var(--purple, #6f4a73);
}

@media (min-width: 901px) {
  .hero-subtitle {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .hero-subtitle {
    white-space: normal;
  }
}






/* v9 — larger logo, stronger brand presence */
.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
}

.site-header .container,
.nav-wrap {
  min-height: 112px;
  display: flex;
  align-items: center;
}

.brand-logo {
  width: 240px !important;
  max-width: 240px !important;
  max-height: 92px !important;
  height: auto !important;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-wrap {
  gap: 1.8rem;
}

.nav {
  margin-left: auto;
}

@media (max-width: 900px) {
  .brand-logo {
    width: 195px !important;
    max-width: 195px !important;
    max-height: 80px !important;
  }

  .site-header,
  .site-header .container,
  .nav-wrap {
    min-height: 96px;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: 170px !important;
    max-width: 170px !important;
    max-height: 72px !important;
  }

  .site-header,
  .site-header .container,
  .nav-wrap {
    min-height: 84px;
  }
}


/* v10 — lighter, branded footer */
.site-footer {
  background: #f7f2ef;
  color: #5d4c5f;
  padding: 3.5rem 0 1.6rem;
  border-top: 1px solid rgba(111, 74, 115, 0.10);
}

.footer-inner {
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  width: 210px;
  max-width: 80%;
  height: auto;
  margin-bottom: 1rem;
}

.footer-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
  color: #6f4a73;
  margin-bottom: 0.35rem;
}

.footer-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.footer-info p {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  font-size: 0.95rem;
}

.footer-links a {
  color: #6f4a73;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(111, 74, 115, 0.10);
  font-size: 0.82rem;
  opacity: 0.75;
}

@media (max-width: 620px) {
  .site-footer {
    padding-top: 2.8rem;
  }

  .footer-logo {
    width: 185px;
  }

  .footer-links {
    gap: 0.35rem 0.5rem;
  }
}


/* v11 — hero copy and clinic identity refinements */
.hero-services{font-size:.91rem;line-height:1.6}
.clinic-name{margin-bottom:.35rem !important;color:var(--plum-dark) !important;font-size:1.12rem !important}
@media (max-width:620px){.hero-services{font-size:.88rem}}


/* v12 — clickable logo and stronger brand presence */
.brand{cursor:pointer}
.brand-logo{
  width:260px !important;
  max-width:260px !important;
  max-height:110px !important;
  height:auto !important;
  object-fit:contain;
  transition:opacity .18s ease, transform .18s ease;
}
.brand:hover .brand-logo{opacity:.94;transform:translateY(-1px)}
.site-header,.site-header .container,.nav-wrap{min-height:118px}
.footer-logo-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.footer-logo{width:235px;max-width:82%;transition:opacity .18s ease,transform .18s ease}
.footer-logo-link:hover .footer-logo{opacity:.94;transform:translateY(-1px)}
@media (max-width:900px){
  .brand-logo{width:220px !important;max-width:220px !important;max-height:96px !important}
  .site-header,.site-header .container,.nav-wrap{min-height:104px}
}
@media (max-width:620px){
  .brand-logo{width:188px !important;max-width:188px !important;max-height:82px !important}
  .site-header,.site-header .container,.nav-wrap{min-height:90px}
  .footer-logo{width:205px}
}
