
:root{
  --leeann-black:#050505;
  --leeann-charcoal:#11100e;
  --leeann-gold:#c9974a;
  --leeann-gold-light:#f0d39a;
  --leeann-cream:#f8f0e2;
  --leeann-paper:#fffaf0;
  --leeann-muted:#b8aa95;
  --leeann-line:rgba(201,151,74,.34);
}

/* Last-pass LeeAnn/Peniche-inspired polish */
html,body{overflow-x:hidden!important;}
body,
.site-header.demo-overlay-header,
.site-header.demo-overlay-header *{
  font-family:Montserrat,Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;
}
body.home-page,
body.home-page main{
  background:var(--leeann-black)!important;
  color:var(--leeann-cream)!important;
}

/* Header: reference-style dark transparent bar with visible hamburger */
.site-header.demo-overlay-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:5000!important;
  background:linear-gradient(180deg,rgba(5,5,5,.70),rgba(5,5,5,.18))!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.site-header.demo-overlay-header.is-scrolled,
body.menu-open .site-header.demo-overlay-header{
  background:rgba(5,5,5,.94)!important;
  border-bottom:1px solid var(--leeann-line)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.36)!important;
  backdrop-filter:blur(12px)!important;
}
.site-header.demo-overlay-header .navbar.main-menu{
  max-width:none!important;
  width:100%!important;
  min-height:96px!important;
  margin:0!important;
  padding:18px clamp(18px,3vw,58px)!important;
  display:grid!important;
  grid-template-columns:minmax(210px,360px) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(16px,2vw,38px)!important;
  background:transparent!important;
}
.site-header.demo-overlay-header .brand.hero-brand{
  justify-self:start!important;
  width:auto!important;
  min-width:0!important;
  max-width:360px!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
  display:flex!important;
}
.site-header.demo-overlay-header .brand.hero-brand .brand-name-lockup{display:none!important;}
.site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
.site-header.demo-overlay-header .brand.hero-brand .brand-logo,
.site-header.demo-overlay-header .brand.hero-brand .brand-logo-light{
  width:clamp(210px,22vw,340px)!important;
  max-width:340px!important;
  min-width:0!important;
  height:auto!important;
  max-height:82px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.42))!important;
}
.site-header.demo-overlay-header .desktop-menu-links{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(10px,1vw,20px)!important;
  overflow:visible!important;
  min-width:0!important;
}
.site-header.demo-overlay-header .desktop-menu-link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:52px!important;
  padding:0 10px!important;
  color:#fff!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  text-transform:uppercase!important;
  letter-spacing:.075em!important;
  font-size:clamp(.72rem,.74vw,.88rem)!important;
  font-weight:800!important;
  text-shadow:0 2px 12px rgba(0,0,0,.34)!important;
}
.site-header.demo-overlay-header .desktop-menu-link:hover,
.site-header.demo-overlay-header .desktop-menu-item:hover > .desktop-menu-link,
.site-header.demo-overlay-header .desktop-menu-item:focus-within > .desktop-menu-link{
  color:var(--leeann-gold-light)!important;
}
.site-header.demo-overlay-header .desktop-menu-item{
  position:relative!important;
  padding:14px 0!important;
}
.site-header.demo-overlay-header .desktop-menu-item::after{
  content:""!important;
  position:absolute!important;
  left:-18px!important;
  right:-18px!important;
  top:58px!important;
  height:34px!important;
  display:block!important;
}
.site-header.demo-overlay-header .desktop-dropdown{
  position:absolute!important;
  top:calc(100% + 6px)!important;
  left:50%!important;
  transform:translateX(-50%) translateY(10px)!important;
  z-index:5010!important;
  min-width:260px!important;
  width:max-content!important;
  max-width:360px!important;
  display:grid!important;
  gap:0!important;
  padding:14px!important;
  background:rgba(12,12,12,.98)!important;
  border:1px solid rgba(201,151,74,.40)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.44)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
}
.site-header.demo-overlay-header .desktop-menu-item:hover .desktop-dropdown,
.site-header.demo-overlay-header .desktop-menu-item:focus-within .desktop-dropdown,
.site-header.demo-overlay-header .desktop-dropdown:hover{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}
.site-header.demo-overlay-header .desktop-dropdown a{
  display:block!important;
  min-width:220px!important;
  padding:12px 14px!important;
  color:#f7f0e2!important;
  background:transparent!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  font-size:.92rem!important;
  line-height:1.25!important;
  font-weight:650!important;
}
.site-header.demo-overlay-header .desktop-dropdown a:last-child{border-bottom:0!important;}
.site-header.demo-overlay-header .desktop-dropdown a:hover,
.site-header.demo-overlay-header .desktop-dropdown a:focus-visible{
  color:#111!important;
  background:var(--leeann-gold-light)!important;
}
.site-header.demo-overlay-header .hero-nav-actions{
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  white-space:nowrap!important;
  position:relative!important;
  z-index:5020!important;
}
.site-header.demo-overlay-header .hero-phone{
  color:#fff!important;
  font-size:clamp(.78rem,.82vw,.95rem)!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.045em!important;
  text-shadow:0 2px 12px rgba(0,0,0,.34)!important;
}
.site-header.demo-overlay-header .header-schedule-link{
  min-height:58px!important;
  padding:0 26px!important;
  border-radius:0!important;
  background:linear-gradient(135deg,#d4a65f,#c9974a)!important;
  border:1px solid #d4a65f!important;
  color:#111!important;
  font-size:.82rem!important;
  font-weight:850!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.site-header.demo-overlay-header .hamburger{
  display:inline-grid!important;
  place-items:center!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  padding:0!important;
  margin:0!important;
  background:rgba(5,5,5,.48)!important;
  border:1px solid rgba(240,211,154,.62)!important;
  border-radius:0!important;
  box-shadow:0 10px 26px rgba(0,0,0,.22)!important;
  position:relative!important;
  z-index:5030!important;
  visibility:visible!important;
  opacity:1!important;
}
.site-header.demo-overlay-header .hamburger span{
  display:block!important;
  width:34px!important;
  height:2px!important;
  margin:3px 0!important;
  background:#fff!important;
  border-radius:99px!important;
  opacity:1!important;
  transition:transform .22s ease,opacity .22s ease!important;
}
.site-header.demo-overlay-header .hamburger:hover span{background:var(--leeann-gold-light)!important;}
.site-header.demo-overlay-header .hamburger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;}
.site-header.demo-overlay-header .hamburger.is-open span:nth-child(2){opacity:0!important;}
.site-header.demo-overlay-header .hamburger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;}

/* Mobile / hamburger panel */
.site-header.demo-overlay-header .mobile-panel{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  width:min(440px,92vw)!important;
  height:100vh!important;
  padding:116px 28px 34px!important;
  background:rgba(8,8,8,.986)!important;
  border-left:1px solid var(--leeann-line)!important;
  box-shadow:-28px 0 70px rgba(0,0,0,.52)!important;
  display:block!important;
  overflow-y:auto!important;
  transform:translateX(110%)!important;
  transition:transform .28s ease!important;
  z-index:4990!important;
  opacity:1!important;
  visibility:visible!important;
}
.site-header.demo-overlay-header .mobile-panel.open{transform:translateX(0)!important;}
.site-header.demo-overlay-header .overlay-logo-lockup img{width:120px!important;height:auto!important;}
.site-header.demo-overlay-header .overlay-logo-lockup strong{color:#fff!important;}
.site-header.demo-overlay-header .overlay-logo-lockup small{color:var(--leeann-muted)!important;}
.site-header.demo-overlay-header .overlay-section-toggle,
.site-header.demo-overlay-header .overlay-top-link{
  color:#fff!important;
  background:transparent!important;
  border:0!important;
  width:100%!important;
  min-height:58px!important;
  font-size:1rem!important;
  letter-spacing:.04em!important;
  font-weight:750!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
.site-header.demo-overlay-header .overlay-submenu a{
  color:#e9ddca!important;
  display:block!important;
  padding:10px 0 10px 16px!important;
  border-left:2px solid var(--leeann-line)!important;
}
.site-header.demo-overlay-header .overlay-submenu a:hover{color:var(--leeann-gold-light)!important;}
.site-header.demo-overlay-header .submenu-indicator{color:var(--leeann-gold-light)!important;}
.site-header.demo-overlay-header .overlay-gold-button{
  background:linear-gradient(135deg,#d4a65f,#c9974a)!important;
  color:#111!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  font-weight:850!important;
}

/* Hero: clear full-picture visibility, not cropped into teeth */
body.home-page .home-similar-hero.leeann-inspired-hero{
  position:relative!important;
  min-height:100svh!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 12% 72%,rgba(201,151,74,.18),transparent 30%),
    linear-gradient(90deg,#050505 0%,#0b0a09 45%,#16120f 100%)!important;
  border-bottom:1px solid var(--leeann-line)!important;
}
body.home-page .leeann-hero-picture-layer{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:stretch!important;
  pointer-events:none!important;
}
body.home-page .leeann-hero-main-photo{
  width:min(82vw,1460px)!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  opacity:.94!important;
  filter:contrast(1.02) saturate(.96)!important;
}
body.home-page .leeann-hero-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.82) 29%,rgba(0,0,0,.46) 54%,rgba(0,0,0,.04) 100%),
    linear-gradient(180deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.42) 100%)!important;
}
body.home-page .home-similar-hero-inner{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:1760px!important;
  padding:180px clamp(22px,5vw,92px) 90px!important;
}
body.home-page .leeann-hero-copy{
  max-width:780px!important;
}
body.home-page .leeann-hero-kicker{
  display:inline-block!important;
  margin-bottom:20px!important;
  color:var(--leeann-gold-light)!important;
  text-transform:uppercase!important;
  letter-spacing:.24em!important;
  font-size:.88rem!important;
  font-weight:850!important;
}
body.home-page .leeann-hero-copy h1{
  margin:0!important;
  max-width:780px!important;
  font-family:"Playfair Display",Georgia,"Times New Roman",serif!important;
  font-size:clamp(3.45rem,6.6vw,6.3rem)!important;
  line-height:.96!important;
  font-weight:500!important;
  letter-spacing:-.045em!important;
  color:#fff!important;
  text-shadow:0 8px 28px rgba(0,0,0,.45)!important;
}
body.home-page .leeann-hero-copy .accent-word{
  color:var(--leeann-gold-light)!important;
  font-style:italic!important;
  font-weight:500!important;
}

/* Meet doctor: high-contrast matched colors and visibility */
body.home-page .meet-doctor-section{
  background:
    radial-gradient(circle at 16% 18%,rgba(201,151,74,.14),transparent 26%),
    linear-gradient(135deg,#050505 0%,#14110d 54%,#050505 100%)!important;
  color:var(--leeann-cream)!important;
  padding:92px 0!important;
  border-top:1px solid var(--leeann-line)!important;
  border-bottom:1px solid var(--leeann-line)!important;
}
body.home-page .meet-doctor-grid{
  display:grid!important;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;
  gap:clamp(26px,4vw,62px)!important;
  align-items:center!important;
}
body.home-page .doctor-portrait-card{
  margin:0!important;
  min-height:520px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,#f8f0e2,#fffaf0)!important;
  border:1px solid rgba(201,151,74,.48)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.36)!important;
  overflow:hidden!important;
  border-radius:0!important;
}
body.home-page .doctor-portrait-card img{
  width:100%!important;
  height:100%!important;
  max-height:520px!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
}
body.home-page .meet-doctor-copy{
  background:rgba(255,250,240,.06)!important;
  border:1px solid rgba(201,151,74,.36)!important;
  border-left:8px solid var(--leeann-gold)!important;
  padding:clamp(26px,4vw,54px)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.28)!important;
  color:var(--leeann-cream)!important;
  border-radius:0!important;
}
body.home-page .meet-doctor-copy .eyebrow{
  background:rgba(201,151,74,.13)!important;
  color:var(--leeann-gold-light)!important;
  border:1px solid var(--leeann-line)!important;
  border-radius:0!important;
  letter-spacing:.18em!important;
}
body.home-page .meet-doctor-copy h2{
  margin:18px 0 22px!important;
  color:#fff!important;
  font-family:"Playfair Display",Georgia,"Times New Roman",serif!important;
  font-size:clamp(2.4rem,4vw,4.6rem)!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:-.035em!important;
}
body.home-page .meet-doctor-copy blockquote{
  margin:0 0 30px!important;
  color:#f6ecd9!important;
  font-size:clamp(1.05rem,1.35vw,1.34rem)!important;
  line-height:1.82!important;
  font-weight:500!important;
  border-left:0!important;
  padding:0!important;
}
body.home-page .meet-doctor-copy .btn,
body.home-page .meet-doctor-copy .btn-primary{
  background:linear-gradient(135deg,#d4a65f,#c9974a)!important;
  color:#111!important;
  border:1px solid #d4a65f!important;
  min-height:54px!important;
  padding:0 28px!important;
  border-radius:0!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
  font-weight:850!important;
}
body.home-page .meet-doctor-copy .btn:hover{background:var(--leeann-gold-light)!important;border-color:var(--leeann-gold-light)!important;}

/* Blend surrounding sections into the same premium look */
body.home-page .home-stat-strip{
  background:#050505!important;
}
body.home-page .home-stat-strip button{
  background:#11100e!important;
  color:#fff!important;
  border:1px solid var(--leeann-line)!important;
  box-shadow:none!important;
}
body.home-page .home-stat-strip button span{color:#d6cab8!important;}
body.home-page .home-stat-strip button small{color:var(--leeann-gold-light)!important;}
body.home-page .home-peniche-services{
  background:var(--leeann-paper)!important;
}
body.home-page .home-peniche-services .section-heading h2,
body.home-page .home-peniche-testimonial h2{
  font-family:"Playfair Display",Georgia,"Times New Roman",serif!important;
  font-weight:500!important;
  letter-spacing:-.035em!important;
}
body.home-page .home-peniche-testimonial{
  background:#0b0a09!important;
  color:var(--leeann-cream)!important;
  border-top:1px solid var(--leeann-line)!important;
}
body.home-page .home-peniche-testimonial h2{color:#fff!important;}
body.home-page .home-peniche-testimonial p{color:#e1d4c0!important;}
body.home-page .google-review-card{
  background:#14110d!important;
  color:#fff!important;
  border:1px solid var(--leeann-line)!important;
}
body.home-page .google-review-card p{color:#f7ecd8!important;}
body.home-page .stars{color:var(--leeann-gold-light)!important;}
body.home-page .btn-primary{
  background:linear-gradient(135deg,#d4a65f,#c9974a)!important;
  border-color:#d4a65f!important;
  color:#111!important;
  border-radius:0!important;
}

/* footer blend */
.site-footer{
  background:#050505!important;
  border-top:1px solid var(--leeann-line)!important;
}
.site-footer .footer-logo{filter:drop-shadow(0 10px 20px rgba(0,0,0,.42))!important;}
.site-footer .footer-menu-column h3{color:#fff!important;font-family:"Playfair Display",Georgia,"Times New Roman",serif!important;font-weight:500!important;}
.site-footer .footer-menu-column a{color:#e6dbc8!important;}
.site-footer .footer-menu-column a:hover{color:var(--leeann-gold-light)!important;}

@media(max-width:1480px){
  .site-header.demo-overlay-header .navbar.main-menu{grid-template-columns:minmax(190px,280px) minmax(0,1fr) auto!important;gap:18px!important;}
  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo-light{width:clamp(190px,18vw,280px)!important;}
  .site-header.demo-overlay-header .hero-phone{display:none!important;}
  .site-header.demo-overlay-header .header-schedule-link{padding:0 20px!important;letter-spacing:.13em!important;}
}
@media(max-width:1180px){
  .site-header.demo-overlay-header .desktop-menu-links{display:none!important;}
  .site-header.demo-overlay-header .navbar.main-menu{grid-template-columns:minmax(170px,1fr) auto!important;min-height:88px!important;}
  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo-light{width:min(44vw,280px)!important;}
  body.home-page .leeann-hero-main-photo{width:100vw!important;opacity:.72!important;}
  body.home-page .leeann-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.66) 54%,rgba(0,0,0,.24)),linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.44))!important;}
}
@media(max-width:900px){
  body.home-page .meet-doctor-grid{grid-template-columns:1fr!important;}
  body.home-page .doctor-portrait-card{min-height:360px!important;}
  body.home-page .doctor-portrait-card img{max-height:420px!important;}
}
@media(max-width:760px){
  .site-header.demo-overlay-header .navbar.main-menu{padding:14px 18px!important;}
  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo-light{width:min(56vw,230px)!important;}
  .site-header.demo-overlay-header .header-schedule-link{display:none!important;}
  .site-header.demo-overlay-header .hamburger{width:50px!important;height:50px!important;min-width:50px!important;}
  .site-header.demo-overlay-header .hamburger span{width:30px!important;height:2px!important;margin:3px 0!important;}
  .site-header.demo-overlay-header .mobile-panel{width:100vw!important;padding:104px 24px 34px!important;}
  body.home-page .home-similar-hero.leeann-inspired-hero{min-height:88svh!important;align-items:flex-end!important;}
  body.home-page .leeann-hero-main-photo{width:110vw!important;height:100%!important;object-fit:contain!important;object-position:right bottom!important;opacity:.64!important;}
  body.home-page .home-similar-hero-inner{padding:136px 22px 62px!important;}
  body.home-page .leeann-hero-kicker{font-size:.74rem!important;letter-spacing:.18em!important;}
  body.home-page .leeann-hero-copy h1{font-size:clamp(2.8rem,13vw,4.5rem)!important;}
  body.home-page .meet-doctor-section{padding:64px 0!important;}
  body.home-page .meet-doctor-copy{padding:28px 22px!important;}
}

/* v60: final typography, navigation, and mobile polish */
html{
  font-size:16px!important;
}
body{
  font-size:16px!important;
  line-height:1.65!important;
}
body p,
body li,
body input,
body select,
body textarea{
  font-size:clamp(.98rem,.18vw + .94rem,1.06rem)!important;
  line-height:1.68!important;
}
.eyebrow,
.leeann-hero-kicker,
.btn,
.desktop-menu-link,
.site-header.demo-overlay-header .header-schedule-link{
  letter-spacing:.08em!important;
}
body.home-page .leeann-hero-copy h1{
  font-family:Montserrat,Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:clamp(3.35rem,4.85vw,4.35rem)!important;
  line-height:1.07!important;
  letter-spacing:-.025em!important;
  font-weight:700!important;
  max-width:790px!important;
}
body.home-page .leeann-hero-copy .accent-word{
  font-style:italic!important;
  color:var(--leeann-gold-light)!important;
}
.page-hero h1,
.section-heading h2,
.feature-band h2,
.seo-content h2,
body.home-page .meet-doctor-copy h2,
body.home-page .home-peniche-services .section-heading h2,
body.home-page .home-peniche-testimonial h2{
  font-family:Montserrat,Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:clamp(2.45rem,4.1vw,4.05rem)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  font-weight:700!important;
}
.page-hero p,
.hero-subtitle,
body.home-page .meet-doctor-copy blockquote,
body.home-page .home-peniche-testimonial p{
  font-size:clamp(1.05rem,.75vw + .9rem,1.32rem)!important;
  line-height:1.7!important;
}
.quick-card h2,
.treatment-grid h3,
.values-grid h3,
.article-grid h3,
.contact-card h2,
.calculator-card h2,
.login-card h2,
.footer-menu-column h3{
  font-size:clamp(1.02rem,.55vw + .92rem,1.32rem)!important;
  line-height:1.25!important;
  letter-spacing:0!important;
}

.site-header.demo-overlay-header .desktop-menu-item{
  position:relative!important;
  padding:0!important;
  margin:0!important;
}
.site-header.demo-overlay-header .desktop-menu-item::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:100%!important;
  height:18px!important;
}
.site-header.demo-overlay-header .desktop-dropdown{
  top:100%!important;
  left:0!important;
  right:auto!important;
  transform:translateY(0)!important;
  margin-top:0!important;
  min-width:286px!important;
  width:max-content!important;
  max-width:min(360px,calc(100vw - 36px))!important;
  border-top:4px solid var(--leeann-gold)!important;
  border-radius:0 0 8px 8px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.site-header.demo-overlay-header .desktop-menu-item:hover .desktop-dropdown,
.site-header.demo-overlay-header .desktop-menu-item:focus-within .desktop-dropdown,
.site-header.demo-overlay-header .desktop-dropdown:hover{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}
.site-header.demo-overlay-header .desktop-menu-item:nth-of-type(3) .desktop-dropdown{
  left:0!important;
  right:auto!important;
  width:330px!important;
  min-width:330px!important;
}
.site-header.demo-overlay-header .desktop-dropdown a{
  white-space:normal!important;
  min-height:44px!important;
  overflow-wrap:break-word!important;
}

@media(max-width:1180px){
  body.home-page .leeann-hero-main-photo{
    width:100%!important;
    object-fit:cover!important;
    object-position:68% center!important;
    opacity:.66!important;
  }
}
@media(max-width:760px){
  body{
    font-size:15.5px!important;
  }
  body p,
  body li,
  body input,
  body select,
  body textarea{
    font-size:1rem!important;
  }
  .page-hero{
    padding-block:112px 34px!important;
  }
  .page-hero h1,
  .section-heading h2,
  .feature-band h2,
  .seo-content h2,
  body.home-page .meet-doctor-copy h2,
  body.home-page .home-peniche-services .section-heading h2,
  body.home-page .home-peniche-testimonial h2{
    font-size:clamp(2.05rem,8.8vw,3rem)!important;
    line-height:1.1!important;
  }
  .page-hero p,
  .hero-subtitle,
  body.home-page .meet-doctor-copy blockquote,
  body.home-page .home-peniche-testimonial p{
    font-size:1.03rem!important;
    line-height:1.64!important;
  }
  body.home-page .home-similar-hero.leeann-inspired-hero{
    min-height:90svh!important;
    align-items:flex-end!important;
  }
  body.home-page .leeann-hero-main-photo{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:64% center!important;
    opacity:.7!important;
  }
  body.home-page .leeann-hero-overlay{
    background:
      linear-gradient(180deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.42) 42%,rgba(0,0,0,.84) 100%),
      linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.18))!important;
  }
  body.home-page .home-similar-hero-inner{
    padding:116px 22px 132px!important;
  }
  body.home-page .leeann-hero-kicker{
    font-size:.72rem!important;
    letter-spacing:.14em!important;
  }
  body.home-page .leeann-hero-copy h1{
    font-size:clamp(2.3rem,10.4vw,3.45rem)!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    max-width:350px!important;
  }
  .mobile-cta-bar{
    z-index:5040!important;
  }
  .chatbot{
    display:none!important;
  }
  .accessibility-widget{
    right:18px!important;
    bottom:150px!important;
  }
  #as-open,
  button[aria-label="Ask AI Agent"]{
    right:16px!important;
    bottom:88px!important;
    z-index:5035!important;
  }
}

/* v64: requested header, logo, submenu, and associations refinements */
.site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
.site-header.demo-overlay-header .brand.hero-brand .brand-logo,
.site-header.demo-overlay-header .brand.hero-brand .brand-logo-light,
#mobilePanel .overlay-logo-lockup img.attached-logo,
.site-footer .footer-logo.attached-logo{
  opacity:1!important;
  filter:brightness(1.34) contrast(1.18) saturate(1.12) drop-shadow(0 4px 8px rgba(0,0,0,.22))!important;
}

.site-header.demo-overlay-header .desktop-menu-item.is-open .desktop-dropdown{
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}

.site-header.demo-overlay-header .desktop-dropdown{
  z-index:7000!important;
}

@media(min-width:1181px){
  .site-header.demo-overlay-header .navbar.main-menu{
    display:grid!important;
    grid-template-columns:minmax(160px,220px) minmax(0,1fr) auto!important;
    min-height:86px!important;
    padding:12px clamp(18px,2.4vw,38px)!important;
    gap:clamp(10px,1.2vw,20px)!important;
  }
  .site-header.demo-overlay-header .brand.hero-brand{
    max-width:220px!important;
    margin-right:0!important;
  }
  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo-light{
    width:clamp(168px,14vw,218px)!important;
    min-width:168px!important;
    max-width:218px!important;
  }
  .site-header.demo-overlay-header .desktop-menu-links{
    gap:clamp(6px,.8vw,14px)!important;
  }
  .site-header.demo-overlay-header .desktop-menu-link{
    min-height:46px!important;
    padding:0 6px!important;
    font-size:clamp(.64rem,.66vw,.78rem)!important;
    letter-spacing:.055em!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    min-width:max-content!important;
  }
  .site-header.demo-overlay-header .hero-phone,
  .site-header.demo-overlay-header .hero-call-link{
    display:inline-flex!important;
    align-items:center!important;
    min-height:44px!important;
    color:#fff!important;
    font-size:clamp(.68rem,.7vw,.82rem)!important;
    font-weight:850!important;
    letter-spacing:.045em!important;
    text-transform:uppercase!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions .header-schedule-link,
  .site-header.demo-overlay-header .hero-nav-actions .btn-square{
    display:inline-flex!important;
    min-height:46px!important;
    padding:0 clamp(12px,1.3vw,18px)!important;
    font-size:clamp(.64rem,.64vw,.76rem)!important;
    letter-spacing:.12em!important;
    white-space:nowrap!important;
  }
  .site-header.demo-overlay-header .hamburger{
    display:inline-grid!important;
    place-items:center!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    background:rgba(5,5,5,.54)!important;
    border:1px solid rgba(240,211,154,.72)!important;
    border-radius:999px!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .site-header.demo-overlay-header .hamburger span{
    display:block!important;
    width:29px!important;
    height:2px!important;
    margin:3px 0!important;
    background:#fff!important;
    border-radius:99px!important;
  }
}

@media(min-width:1181px) and (max-width:1320px){
  .site-header.demo-overlay-header .navbar.main-menu{
    grid-template-columns:minmax(150px,194px) minmax(0,1fr) auto!important;
    gap:9px!important;
    padding-inline:18px!important;
  }
  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo,
  .site-header.demo-overlay-header .brand.hero-brand .brand-logo-light{
    width:178px!important;
    min-width:178px!important;
    max-width:178px!important;
  }
  .site-header.demo-overlay-header .desktop-menu-links{
    gap:4px!important;
  }
  .site-header.demo-overlay-header .desktop-menu-link{
    padding:0 5px!important;
    font-size:.63rem!important;
  }
  .site-header.demo-overlay-header .hero-phone,
  .site-header.demo-overlay-header .hero-call-link{
    font-size:.66rem!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions .header-schedule-link,
  .site-header.demo-overlay-header .hero-nav-actions .btn-square{
    padding-inline:12px!important;
    font-size:.63rem!important;
  }
}

.home-associations{
  background:#fff!important;
  padding:70px 0 78px!important;
  border-top:1px solid rgba(0,0,0,.05)!important;
  border-bottom:1px solid rgba(0,0,0,.05)!important;
}
.home-associations h2{
  margin:0 0 44px!important;
  text-align:center!important;
  color:#1f4f82!important;
  font-family:Montserrat,Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:clamp(2rem,3vw,2.75rem)!important;
  line-height:1.1!important;
  font-weight:800!important;
  letter-spacing:.025em!important;
}
.association-logo-row{
  display:grid!important;
  grid-template-columns:1.05fr 1.25fr 1.25fr 1.25fr 1.1fr!important;
  align-items:center!important;
  gap:clamp(20px,3.2vw,52px)!important;
}
.association-mark{
  min-height:76px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  color:#6d6d6d!important;
  filter:grayscale(1)!important;
}
.association-mark strong{
  display:block!important;
  color:#6a6a6a!important;
  font-size:clamp(1.8rem,2.8vw,3rem)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  text-transform:none!important;
  white-space:nowrap!important;
}
.association-mark span{
  display:block!important;
  color:#6e6e6e!important;
  font-size:clamp(.92rem,1vw,1.35rem)!important;
  line-height:1.1!important;
  font-weight:600!important;
}
.association-aao strong{
  display:grid!important;
  place-items:center!important;
  width:66px!important;
  height:58px!important;
  flex:0 0 66px!important;
  border-radius:7px!important;
  background:#777!important;
  color:#fff!important;
  font-size:1.95rem!important;
  letter-spacing:-.08em!important;
}
.association-fda strong{
  display:grid!important;
  place-items:center!important;
  width:56px!important;
  height:56px!important;
  border-radius:7px!important;
  background:#858585!important;
  color:#fff!important;
  font-size:1.95rem!important;
  letter-spacing:-.08em!important;
}
.association-fda span,
.association-invisalign span,
.association-invisalign-teen span{
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  font-size:.86rem!important;
}
.association-invisalign,
.association-invisalign-teen{
  gap:8px!important;
}
.association-invisalign strong,
.association-invisalign-teen strong{
  font-size:clamp(1.85rem,2.5vw,2.65rem)!important;
  letter-spacing:-.045em!important;
}
.association-invisalign-teen span{
  font-family:"Playfair Display",Georgia,serif!important;
  font-size:1.42rem!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-style:italic!important;
  color:#8a8a8a!important;
}
.association-damon{
  justify-content:flex-start!important;
  gap:4px!important;
}
.association-damon strong{
  font-size:clamp(1.65rem,2.4vw,2.5rem)!important;
  letter-spacing:.01em!important;
}
.association-damon span{
  font-size:clamp(1.55rem,2.2vw,2.35rem)!important;
  font-weight:300!important;
}

@media(max-width:980px){
  .association-logo-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .association-mark{
    justify-content:flex-start!important;
  }
}
@media(max-width:620px){
  .home-associations{
    padding:52px 0 58px!important;
  }
  .home-associations h2{
    margin-bottom:30px!important;
    font-size:2rem!important;
  }
  .association-logo-row{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .association-mark{
    min-height:auto!important;
    justify-content:center!important;
  }
}

/* v65: high-specificity home header controls */
@media(min-width:1181px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    display:grid!important;
    grid-template-columns:minmax(168px,218px) minmax(0,1fr) auto!important;
    align-items:center!important;
    min-height:86px!important;
    padding:12px clamp(18px,2.4vw,38px)!important;
    gap:clamp(10px,1.2vw,20px)!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    width:218px!important;
    min-width:168px!important;
    max-width:218px!important;
    margin:0!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:clamp(168px,14vw,218px)!important;
    min-width:168px!important;
    max-width:218px!important;
    height:auto!important;
    max-height:66px!important;
    filter:brightness(1.42) contrast(1.2) saturate(1.12) drop-shadow(0 4px 8px rgba(0,0,0,.20))!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:clamp(6px,.8vw,14px)!important;
    min-width:0!important;
    overflow:visible!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    display:inline-flex!important;
    min-height:46px!important;
    padding:0 6px!important;
    font-size:clamp(.64rem,.66vw,.78rem)!important;
    letter-spacing:.055em!important;
    white-space:nowrap!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    min-width:max-content!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    display:inline-flex!important;
    align-items:center!important;
    min-height:44px!important;
    color:#fff!important;
    font-size:clamp(.68rem,.7vw,.82rem)!important;
    font-weight:850!important;
    letter-spacing:.045em!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square{
    display:inline-flex!important;
    min-height:46px!important;
    padding:0 clamp(12px,1.3vw,18px)!important;
    font-size:clamp(.64rem,.64vw,.76rem)!important;
    letter-spacing:.12em!important;
    white-space:nowrap!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
    display:inline-grid!important;
    place-items:center!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    background:rgba(5,5,5,.54)!important;
    border:1px solid rgba(240,211,154,.72)!important;
    border-radius:999px!important;
    visibility:visible!important;
    opacity:1!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger span{
    display:block!important;
    width:29px!important;
    height:2px!important;
    margin:3px 0!important;
    background:#fff!important;
    border-radius:99px!important;
  }
}

@media(min-width:1181px) and (max-width:1320px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    grid-template-columns:minmax(154px,188px) minmax(0,1fr) auto!important;
    padding-inline:18px!important;
    gap:8px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    width:188px!important;
    max-width:188px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:178px!important;
    min-width:178px!important;
    max-width:178px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links{
    gap:4px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    padding:0 5px!important;
    font-size:.63rem!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    font-size:.66rem!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square{
    padding-inline:12px!important;
    font-size:.63rem!important;
  }
}

/* v66: reference-style top bar and linked association cards */
.site-header.demo-overlay-header .desktop-menu-links,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links{
  display:none!important;
}

.site-header.demo-overlay-header,
body.home-page .site-header.demo-overlay-header{
  background:#020202!important;
  box-shadow:none!important;
}

.site-header.demo-overlay-header .navbar.main-menu,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
  display:grid!important;
  grid-template-columns:minmax(170px,260px) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(18px,3vw,52px)!important;
  min-height:92px!important;
  padding:14px clamp(18px,4vw,72px)!important;
  background:transparent!important;
}

.site-header.demo-overlay-header .brand.hero-brand,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
  width:clamp(170px,16vw,250px)!important;
  min-width:170px!important;
  max-width:250px!important;
  margin:0!important;
}

.site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
.site-header.demo-overlay-header .brand.hero-brand img.is-site-logo.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
  width:clamp(164px,15vw,238px)!important;
  min-width:164px!important;
  max-width:238px!important;
  height:auto!important;
  max-height:72px!important;
  object-fit:contain!important;
  filter:brightness(1.62) contrast(1.22) saturate(1.2) drop-shadow(0 5px 12px rgba(0,0,0,.32))!important;
}

.site-header.demo-overlay-header .hero-nav-actions,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(12px,1.5vw,22px)!important;
  min-width:max-content!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hero-phone,
.site-header.demo-overlay-header .hero-nav-actions .hero-call-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
  display:inline-flex!important;
  align-items:center!important;
  min-height:46px!important;
  color:#ffffff!important;
  font-size:clamp(.78rem,.88vw,.98rem)!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.site-header.demo-overlay-header .hero-nav-actions .header-schedule-link,
.site-header.demo-overlay-header .hero-nav-actions .btn-square,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 clamp(20px,2.4vw,34px)!important;
  border:0!important;
  border-radius:0!important;
  background:#c39a62!important;
  color:#030303!important;
  font-size:clamp(.72rem,.85vw,.95rem)!important;
  font-weight:700!important;
  letter-spacing:.22em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger,
.site-header.demo-overlay-header .hero-nav-actions button.hamburger,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
  display:inline-grid!important;
  place-items:center!important;
  width:46px!important;
  min-width:46px!important;
  height:46px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:1!important;
  visibility:visible!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger span,
.site-header.demo-overlay-header .hero-nav-actions button.hamburger span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
  display:block!important;
  width:34px!important;
  height:2px!important;
  margin:4px 0!important;
  border-radius:99px!important;
  background:#ffffff!important;
}

.home-associations{
  position:relative!important;
  overflow:hidden!important;
  padding:82px 0 90px!important;
  background:
    linear-gradient(135deg,rgba(195,154,98,.10),rgba(255,255,255,0) 44%),
    linear-gradient(180deg,#ffffff 0%,#fbf8f3 100%)!important;
}

.home-associations::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,rgba(31,84,132,.08) 0,rgba(31,84,132,0) 28%,rgba(195,154,98,.10) 74%,rgba(195,154,98,0) 100%)!important;
}

.home-associations .container{
  position:relative!important;
  max-width:1280px!important;
}

.home-associations h2{
  margin:0!important;
  color:#1f5484!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:clamp(2.1rem,3.2vw,3rem)!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  line-height:1.08!important;
  text-align:center!important;
}

.associations-intro{
  max-width:690px!important;
  margin:14px auto 34px!important;
  color:#51606c!important;
  font-size:clamp(1rem,1.15vw,1.12rem)!important;
  font-weight:600!important;
  line-height:1.65!important;
  text-align:center!important;
}

.association-logo-row{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  margin-top:0!important;
}

.association-logo-row .association-mark,
a.association-mark{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:166px!important;
  padding:26px 18px 42px!important;
  overflow:hidden!important;
  border:1px solid rgba(31,84,132,.14)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.92)!important;
  color:#5e6368!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:0 18px 42px rgba(22,38,56,.09)!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important;
}

.association-logo-row .association-mark::before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:4px!important;
  background:linear-gradient(90deg,#1f5484,#c39a62)!important;
  opacity:.88!important;
}

.association-logo-row .association-mark::after{
  content:"Visit"!important;
  position:absolute!important;
  right:16px!important;
  bottom:14px!important;
  color:#1f5484!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:.68rem!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
  opacity:.72!important;
}

.association-logo-row .association-mark:hover,
.association-logo-row .association-mark:focus-visible{
  transform:translateY(-4px)!important;
  border-color:rgba(195,154,98,.58)!important;
  background:#ffffff!important;
  box-shadow:0 24px 54px rgba(22,38,56,.15)!important;
  outline:0!important;
}

.association-logo-row .association-mark:focus-visible{
  box-shadow:0 0 0 3px rgba(195,154,98,.32),0 24px 54px rgba(22,38,56,.15)!important;
}

.association-logo-row .association-mark strong{
  color:#5f6265!important;
}

.association-logo-row .association-mark span{
  color:#6f7378!important;
}

@media(max-width:1180px){
  .site-header.demo-overlay-header .navbar.main-menu,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    grid-template-columns:auto minmax(0,1fr) auto!important;
    min-height:84px!important;
    padding:12px clamp(16px,4vw,36px)!important;
  }

  .site-header.demo-overlay-header .hero-nav-actions .header-schedule-link,
  .site-header.demo-overlay-header .hero-nav-actions .btn-square{
    min-height:48px!important;
    padding-inline:18px!important;
    font-size:.72rem!important;
    letter-spacing:.16em!important;
  }
}

@media(max-width:980px){
  .association-logo-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .site-header.demo-overlay-header .navbar.main-menu,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    display:flex!important;
    min-height:76px!important;
    padding:10px 16px!important;
  }

  .site-header.demo-overlay-header .brand.hero-brand,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    width:158px!important;
    min-width:158px!important;
  }

  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand img.is-site-logo.attached-logo{
    width:154px!important;
    min-width:154px!important;
    max-height:58px!important;
  }

  .site-header.demo-overlay-header .hero-nav-actions .hero-phone,
  .site-header.demo-overlay-header .hero-nav-actions .hero-call-link,
  .site-header.demo-overlay-header .hero-nav-actions .header-schedule-link,
  .site-header.demo-overlay-header .hero-nav-actions .btn-square{
    display:none!important;
  }

  .site-header.demo-overlay-header .hero-nav-actions,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
    min-width:auto!important;
    margin-left:auto!important;
  }

  .home-associations{
    padding:58px 0 66px!important;
  }

  .association-logo-row{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  .association-logo-row .association-mark,
  a.association-mark{
    min-height:138px!important;
    padding:24px 18px 42px!important;
  }
}

/* v67: restore LeeAnn-style top navigation, fix Services/Patient Resources dropdowns, and polish linked associations */
.site-header.demo-overlay-header,
body.home-page .site-header.demo-overlay-header{
  background:#020202!important;
  border-bottom:1px solid rgba(195,154,98,.34)!important;
  box-shadow:0 12px 36px rgba(0,0,0,.28)!important;
}

.site-header.demo-overlay-header .navbar.main-menu,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
  display:grid!important;
  grid-template-columns:minmax(178px,230px) minmax(0,1fr) auto!important;
  align-items:center!important;
  min-height:88px!important;
  padding:12px clamp(18px,3.2vw,56px)!important;
  gap:clamp(16px,2.1vw,38px)!important;
  background:#020202!important;
}

.site-header.demo-overlay-header .desktop-menu-links,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
.site-header.demo-overlay-header .reference-style-desktop-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(16px,1.35vw,26px)!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
}

.site-header.demo-overlay-header .desktop-menu-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:48px!important;
  padding:0!important;
  color:#fffaf0!important;
  background:transparent!important;
  border:0!important;
  border-bottom:2px solid transparent!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:clamp(.72rem,.74vw,.88rem)!important;
  font-weight:800!important;
  letter-spacing:.045em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  text-shadow:none!important;
}

.site-header.demo-overlay-header .desktop-menu-item{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  padding-block:22px!important;
  margin-block:-22px!important;
}

.site-header.demo-overlay-header .desktop-menu-item::after{
  content:""!important;
  position:absolute!important;
  left:-20px!important;
  right:-20px!important;
  top:100%!important;
  height:18px!important;
  pointer-events:auto!important;
}

.site-header.demo-overlay-header .desktop-menu-item > .desktop-menu-link::after{
  content:""!important;
  width:7px!important;
  height:7px!important;
  margin-left:3px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  transform:rotate(45deg) translateY(-2px)!important;
  opacity:.9!important;
}

.site-header.demo-overlay-header .desktop-menu-link:hover,
.site-header.demo-overlay-header .desktop-menu-link:focus-visible,
.site-header.demo-overlay-header .desktop-menu-item:hover > .desktop-menu-link,
.site-header.demo-overlay-header .desktop-menu-item:focus-within > .desktop-menu-link,
.site-header.demo-overlay-header .desktop-menu-item.is-open > .desktop-menu-link{
  color:#ecd58f!important;
  border-bottom-color:#c39a62!important;
  outline:0!important;
}

.site-header.demo-overlay-header .desktop-dropdown,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-dropdown{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  left:50%!important;
  right:auto!important;
  z-index:30000!important;
  display:none!important;
  grid-template-columns:1fr!important;
  gap:4px!important;
  min-width:268px!important;
  width:max-content!important;
  max-width:min(440px,calc(100vw - 32px))!important;
  padding:14px!important;
  background:rgba(5,5,5,.98)!important;
  border:1px solid rgba(195,154,98,.54)!important;
  border-top:4px solid #c39a62!important;
  border-radius:0 0 12px 12px!important;
  box-shadow:0 28px 70px rgba(0,0,0,.52)!important;
  transform:translateX(-50%) translateY(8px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

.site-header.demo-overlay-header .desktop-dropdown-wide,
.site-header.demo-overlay-header .services-dropdown,
.site-header.demo-overlay-header .resources-dropdown{
  min-width:520px!important;
  max-width:min(620px,calc(100vw - 32px))!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:8px!important;
}

.site-header.demo-overlay-header .desktop-menu-item:hover > .desktop-dropdown,
.site-header.demo-overlay-header .desktop-menu-item:focus-within > .desktop-dropdown,
.site-header.demo-overlay-header .desktop-menu-item.is-open > .desktop-dropdown,
.site-header.demo-overlay-header .desktop-dropdown:hover{
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}

.site-header.demo-overlay-header .desktop-dropdown a,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-dropdown a{
  display:flex!important;
  align-items:center!important;
  min-height:42px!important;
  padding:10px 12px!important;
  color:#fffdf4!important;
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:8px!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:.84rem!important;
  font-weight:760!important;
  letter-spacing:.01em!important;
  line-height:1.25!important;
  text-transform:none!important;
  text-decoration:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important;
}

.site-header.demo-overlay-header .desktop-dropdown a:hover,
.site-header.demo-overlay-header .desktop-dropdown a:focus-visible{
  color:#030303!important;
  background:#ecd58f!important;
  border-color:#ecd58f!important;
  transform:translateX(2px)!important;
  outline:0!important;
}

.site-header.demo-overlay-header .hero-nav-actions,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
  min-width:max-content!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger,
.site-header.demo-overlay-header .hero-nav-actions button.hamburger{
  display:inline-grid!important;
}

.site-header.demo-overlay-header .hero-nav-actions .header-schedule-link,
.site-header.demo-overlay-header .hero-nav-actions .btn-square{
  min-height:48px!important;
  padding:0 clamp(18px,1.7vw,28px)!important;
  letter-spacing:.14em!important;
}

#our-associations{
  scroll-margin-top:116px!important;
}

.home-associations{
  position:relative!important;
  overflow:hidden!important;
  padding:92px 0 102px!important;
  background:
    radial-gradient(circle at 16% 12%,rgba(195,154,98,.22),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(31,84,132,.28),transparent 32%),
    linear-gradient(135deg,#060606 0%,#11100f 52%,#1f1710 100%)!important;
  color:#fffdf4!important;
}

.home-associations::before{
  content:""!important;
  position:absolute!important;
  inset:18px!important;
  border:1px solid rgba(195,154,98,.18)!important;
  pointer-events:none!important;
}

.home-associations::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-110px!important;
  width:min(720px,88vw)!important;
  height:220px!important;
  background:radial-gradient(closest-side,rgba(236,213,143,.18),transparent)!important;
  transform:translateX(-50%)!important;
  pointer-events:none!important;
}

.home-associations .container{
  position:relative!important;
  z-index:1!important;
  max-width:1240px!important;
}

.associations-heading-block{
  max-width:760px!important;
  margin:0 auto 38px!important;
  text-align:center!important;
}

.associations-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-bottom:12px!important;
  color:#ecd58f!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:.74rem!important;
  font-weight:900!important;
  letter-spacing:.28em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}

.home-associations h2{
  margin:0!important;
  color:#fffdf4!important;
  font-family:"Playfair Display",Georgia,serif!important;
  font-size:clamp(2.55rem,4.7vw,4.9rem)!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
  line-height:.98!important;
  text-align:center!important;
}

.associations-intro{
  max-width:720px!important;
  margin:18px auto 0!important;
  color:rgba(255,253,244,.76)!important;
  font-size:clamp(1rem,1.1vw,1.15rem)!important;
  font-weight:500!important;
  line-height:1.75!important;
  text-align:center!important;
}

.association-logo-row{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}

.association-logo-row .association-mark,
a.association-mark{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
  min-height:188px!important;
  padding:24px!important;
  overflow:hidden!important;
  color:#fffdf4!important;
  background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045))!important;
  border:1px solid rgba(236,213,143,.26)!important;
  border-radius:18px!important;
  text-align:left!important;
  text-decoration:none!important;
  box-shadow:0 24px 55px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(10px)!important;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease!important;
}

.association-logo-row .association-mark::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  height:auto!important;
  background:linear-gradient(135deg,rgba(236,213,143,.16),transparent 42%)!important;
  opacity:1!important;
  pointer-events:none!important;
}

.association-logo-row .association-mark::after{
  content:"↗"!important;
  position:absolute!important;
  right:18px!important;
  top:18px!important;
  bottom:auto!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  color:#030303!important;
  background:#ecd58f!important;
  border-radius:999px!important;
  font-size:1rem!important;
  font-weight:900!important;
  letter-spacing:0!important;
  opacity:1!important;
}

.association-logo-row .association-mark:hover,
.association-logo-row .association-mark:focus-visible{
  transform:translateY(-7px)!important;
  border-color:rgba(236,213,143,.72)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07))!important;
  box-shadow:0 32px 70px rgba(0,0,0,.38)!important;
  outline:0!important;
}

.association-logo-row .association-mark:focus-visible{
  box-shadow:0 0 0 3px rgba(236,213,143,.35),0 32px 70px rgba(0,0,0,.38)!important;
}

.association-logo-row .association-mark strong{
  position:relative!important;
  z-index:1!important;
  max-width:calc(100% - 42px)!important;
  color:#fffdf4!important;
  font-family:"Playfair Display",Georgia,serif!important;
  font-size:clamp(1.45rem,1.7vw,2rem)!important;
  font-weight:700!important;
  line-height:1.05!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
}

.association-logo-row .association-mark span{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  margin-top:20px!important;
  color:rgba(255,253,244,.78)!important;
  font-size:.92rem!important;
  font-weight:600!important;
  line-height:1.45!important;
}

.association-logo-row .association-mark em{
  position:relative!important;
  z-index:1!important;
  display:inline-flex!important;
  margin-top:20px!important;
  color:#ecd58f!important;
  font-style:normal!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:.72rem!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}

@media(max-width:1320px){
  .site-header.demo-overlay-header .desktop-menu-links,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  .site-header.demo-overlay-header .reference-style-desktop-menu{
    gap:clamp(10px,1vw,18px)!important;
  }

  .site-header.demo-overlay-header .desktop-menu-link,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    font-size:.7rem!important;
    letter-spacing:.025em!important;
  }
}

@media(max-width:1180px){
  .site-header.demo-overlay-header .desktop-menu-links,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  .site-header.demo-overlay-header .reference-style-desktop-menu{
    display:none!important;
  }

  .site-header.demo-overlay-header .navbar.main-menu,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    display:flex!important;
    min-height:78px!important;
  }

  .site-header.demo-overlay-header .hero-nav-actions,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
    margin-left:auto!important;
  }
}

@media(max-width:1040px){
  .association-logo-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .home-associations{
    padding:64px 0 74px!important;
  }

  .home-associations::before{
    inset:12px!important;
  }

  .association-logo-row{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  .association-logo-row .association-mark,
  a.association-mark{
    min-height:156px!important;
    padding:22px!important;
  }
}

/* Final menu cleanup: requested simplified dropdowns and simple hamburger icon */
.site-header.demo-overlay-header .desktop-dropdown.services-dropdown,
.site-header.demo-overlay-header .desktop-dropdown.resources-dropdown{
  width:max-content!important;
  min-width:230px!important;
  max-width:300px!important;
}

.site-header.demo-overlay-header .desktop-dropdown.services-dropdown a,
.site-header.demo-overlay-header .desktop-dropdown.resources-dropdown a{
  white-space:nowrap!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger,
.site-header.demo-overlay-header .hero-nav-actions button.hamburger,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  width:38px!important;
  min-width:38px!important;
  height:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger span,
.site-header.demo-overlay-header .hero-nav-actions button.hamburger span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
  display:block!important;
  width:30px!important;
  height:2px!important;
  margin:0!important;
  border-radius:99px!important;
  background:#ffffff!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger.is-open span:nth-child(1),
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger.is-open span:nth-child(1){
  transform:translateY(5px) rotate(45deg)!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger.is-open span:nth-child(2),
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger.is-open span:nth-child(2){
  opacity:0!important;
}

.site-header.demo-overlay-header .hero-nav-actions .hamburger.is-open span:nth-child(3),
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger.is-open span:nth-child(3){
  transform:translateY(-5px) rotate(-45deg)!important;
}

@media(max-width:1180px){
  .site-header.demo-overlay-header .hero-nav-actions .hamburger,
  .site-header.demo-overlay-header .hero-nav-actions button.hamburger,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
    width:40px!important;
    min-width:40px!important;
    height:36px!important;
    gap:3px!important;
  }
}

/* Home page requested update: hide the visible top navigation links only on the homepage. */
body.home-page .desktop-menu-links,
body.home-page .reference-style-desktop-menu {
    display: none !important;
}

body.home-page .navbar.main-menu {
    justify-content: space-between;
}

body.home-page .hero-nav-actions {
    margin-left: auto;
}

/* Home page header final polish: match requested slick black top bar with logo, call, schedule, hamburger only. */
body.home-page header.site-header.demo-overlay-header,
body.home-page header.site-header.demo-overlay-header.is-scrolled{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:1000!important;
  width:100%!important;
  background:#020202!important;
  border-bottom:1px solid rgba(201,158,95,.45)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
  width:100%!important;
  max-width:none!important;
  min-height:150px!important;
  padding:28px clamp(28px,3.8vw,74px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:clamp(18px,2.2vw,42px)!important;
  background:#020202!important;
}

/* Hide the normal text navigation on the home page even if a cached layout renders it. */
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu,
body.home-page header.site-header.demo-overlay-header .desktop-menu-link,
body.home-page header.site-header.demo-overlay-header .desktop-menu-item{
  display:none!important;
  visibility:hidden!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:250px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
  width:clamp(230px,16vw,315px)!important;
  max-width:315px!important;
  height:auto!important;
  max-height:92px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand .brand-name-lockup,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand .brand-name-lockup{
  display:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(18px,2.2vw,30px)!important;
  flex:1 1 auto!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
  min-width:clamp(285px,20vw,365px)!important;
  height:76px!important;
  padding:0 24px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  border:1px solid rgba(201,158,95,.65)!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f1f1f1 100%)!important;
  color:#ffffff!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:clamp(1rem,1.2vw,1.45rem)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  text-shadow:0 2px 5px rgba(0,0,0,.22)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.75)!important;
  white-space:nowrap!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone::before,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link::before{
  content:"☎"!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#ffd575,#d2a05f)!important;
  color:#fff!important;
  font-size:1rem!important;
  line-height:1!important;
  text-shadow:none!important;
  box-shadow:0 7px 16px rgba(201,158,95,.35)!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn.header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square.header-schedule-link{
  min-width:clamp(350px,24vw,455px)!important;
  height:89px!important;
  padding:0 34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:0!important;
  background:#c99e5f!important;
  color:#020202!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:clamp(.95rem,1.15vw,1.27rem)!important;
  font-weight:900!important;
  letter-spacing:.26em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link:hover,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link:focus-visible{
  background:#d7ad6c!important;
  color:#020202!important;
  transform:translateY(-1px)!important;
}

body.home-page header.site-header.demo-overlay-header .hero-nav-actions .hamburger,
body.home-page header.site-header.demo-overlay-header .hero-nav-actions button.hamburger,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
  width:58px!important;
  min-width:58px!important;
  height:58px!important;
  padding:0!important;
  margin-left:6px!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

body.home-page header.site-header.demo-overlay-header .hero-nav-actions .hamburger span,
body.home-page header.site-header.demo-overlay-header .hero-nav-actions button.hamburger span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
  display:block!important;
  width:49px!important;
  height:4px!important;
  margin:0!important;
  border-radius:999px!important;
  background:#f5f5f5!important;
  opacity:1!important;
  box-shadow:0 1px 0 rgba(255,255,255,.18)!important;
}

body.home-page header.site-header.demo-overlay-header .hero-nav-actions .hamburger:hover span,
body.home-page header.site-header.demo-overlay-header .hero-nav-actions .hamburger:focus-visible span{
  background:#c99e5f!important;
}

body.home-page .home-similar-hero,
body.home-page .leeann-inspired-hero{
  padding-top:150px!important;
}

@media(max-width:1320px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    padding-left:30px!important;
    padding-right:30px!important;
    gap:18px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    min-width:275px!important;
    height:70px!important;
    font-size:1rem!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    min-width:330px!important;
    height:78px!important;
    font-size:.92rem!important;
    letter-spacing:.2em!important;
  }
}

@media(max-width:1060px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:112px!important;
    padding:20px 22px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:215px!important;
    max-height:74px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    min-width:215px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    display:none!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    min-width:260px!important;
    height:64px!important;
    padding:0 22px!important;
    font-size:.78rem!important;
    letter-spacing:.16em!important;
  }
  body.home-page .home-similar-hero,
  body.home-page .leeann-inspired-hero{
    padding-top:112px!important;
  }
}

@media(max-width:700px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:92px!important;
    padding:15px 16px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
  body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand{
    min-width:175px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:175px!important;
    max-height:62px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    display:none!important;
  }
  body.home-page header.site-header.demo-overlay-header .hero-nav-actions .hamburger,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    gap:4px!important;
  }
  body.home-page header.site-header.demo-overlay-header .hero-nav-actions .hamburger span,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
    width:34px!important;
    height:3px!important;
  }
  body.home-page .home-similar-hero,
  body.home-page .leeann-inspired-hero{
    padding-top:92px!important;
  }
}

/* v60: requested homepage cleanup — remove visual Coral Orthodontics kicker, remove Home menu, and brighten logo */
body.home-page .leeann-hero-kicker{
  display:none!important;
  visibility:hidden!important;
}

/* Extra protection in case cached/home-specific navigation renders a Home item. */
body.home-page header.site-header.demo-overlay-header .desktop-menu-links a[href="/"],
body.home-page header.site-header.demo-overlay-header .desktop-menu-links a[href="/Index"],
body.home-page header.site-header.demo-overlay-header .desktop-menu-links a[href="/index"],
body.home-page header.site-header.demo-overlay-header .desktop-menu-links a[href="#home"]{
  display:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
  filter:brightness(1.38) contrast(1.22) saturate(1.24) drop-shadow(0 0 2px rgba(255,255,255,.78)) drop-shadow(0 0 18px rgba(201,158,95,.35))!important;
  opacity:1!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
  opacity:1!important;
}


/* v60: clean professional polish, normal logo brightness, remove AI floating agent */
.chatbot,
[data-chatbot],
button[aria-label="Ask AI Agent"],
button[aria-label="Open AI chatbot"],
iframe[src*="agentsignal"],
script[src*="agentsignal"]{
  display:none!important;
  visibility:hidden!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo,
.site-header.demo-overlay-header .overlay-logo-lockup img.attached-logo,
.site-header.demo-overlay-header .overlay-logo-lockup img.is-site-logo.attached-logo{
  filter:drop-shadow(0 5px 14px rgba(0,0,0,.36))!important;
  opacity:.98!important;
}

body.home-page .brand-name-lockup{
  display:none!important;
}

body.home-page header.site-header.demo-overlay-header{
  background:#050505!important;
  border-bottom:1px solid rgba(201,158,95,.22)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.24)!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
  min-height:118px!important;
  padding:24px clamp(26px,4vw,64px)!important;
  gap:24px!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
  min-width:min(34vw,310px)!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
  margin-left:auto!important;
  gap:22px!important;
  align-items:center!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
  border-radius:10px!important;
  background:linear-gradient(180deg,#ffffff 0%,#eeeeee 100%)!important;
  color:#ffffff!important;
  text-shadow:0 2px 5px rgba(0,0,0,.28)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.20), inset 0 0 0 1px rgba(201,158,95,.55)!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn.header-schedule-link{
  background:#c99e5f!important;
  color:#050505!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  letter-spacing:.22em!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link:hover,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link:focus-visible{
  background:#d7b06e!important;
  color:#050505!important;
  outline:2px solid rgba(255,255,255,.88)!important;
  outline-offset:3px!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  padding:0!important;
  display:inline-flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  gap:5px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
  width:42px!important;
  height:3px!important;
  margin:0!important;
  border-radius:999px!important;
  background:#f4efe7!important;
  box-shadow:none!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger:hover span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger:focus-visible span{
  background:#c99e5f!important;
}

/* Simple polished mobile menu */
#mobilePanel.mobile-panel,
[data-menu].mobile-panel{
  background:linear-gradient(180deg,#080808 0%,#111 100%)!important;
  border-left:1px solid rgba(201,158,95,.28)!important;
  box-shadow:-22px 0 55px rgba(0,0,0,.45)!important;
}
#mobilePanel .overlay-section-toggle,
#mobilePanel .menu-link.overlay-top-link{
  min-height:54px!important;
  padding:16px 0!important;
  color:#ffffff!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:1rem!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
#mobilePanel .overlay-submenu[hidden]{display:none!important;}
#mobilePanel .overlay-submenu{
  display:grid!important;
  gap:8px!important;
  padding:10px 0 16px 0!important;
}
#mobilePanel .overlay-submenu a{
  border-radius:10px!important;
  border:1px solid rgba(201,158,95,.16)!important;
  background:rgba(255,255,255,.045)!important;
  color:#f5ead8!important;
  padding:12px 14px!important;
}
#mobilePanel .overlay-submenu a:hover,
#mobilePanel .overlay-submenu a:focus-visible{
  background:#c99e5f!important;
  color:#050505!important;
}
#mobilePanel .overlay-gold-button{
  border-radius:10px!important;
  background:#c99e5f!important;
  color:#050505!important;
}
#mobilePanel .overlay-contact-line{
  color:#fff!important;
  font-weight:800!important;
}

@media(max-width:1060px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:92px!important;
    padding:18px 22px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:min(42vw,240px)!important;
    min-width:180px!important;
    max-height:76px!important;
  }
}
@media(max-width:700px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:82px!important;
    padding:14px 16px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    min-width:0!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:min(58vw,210px)!important;
    min-width:150px!important;
    max-height:62px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
    gap:8px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    gap:4px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
    width:32px!important;
    height:2.5px!important;
  }
  #mobilePanel.mobile-panel,
  [data-menu].mobile-panel{
    width:100vw!important;
    max-width:100vw!important;
    padding:92px 24px 34px!important;
  }
}


/* v61: restore Coral AI Assistant with polished branded styling */
.chatbot.coral-ai-assistant,
[data-chatbot].coral-ai-assistant{
  display:block!important;
  visibility:visible!important;
  position:fixed!important;
  right:24px!important;
  bottom:28px!important;
  z-index:5060!important;
  font-family:Montserrat,Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
}
.coral-ai-assistant .chatbot-toggle{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:54px!important;
  border:1px solid rgba(201,158,95,.72)!important;
  background:linear-gradient(135deg,#050505 0%,#17120b 100%)!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:11px 18px 11px 12px!important;
  box-shadow:0 14px 38px rgba(0,0,0,.28)!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:none!important;
  cursor:pointer!important;
}
.coral-ai-assistant .chatbot-toggle:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.34)!important;
}
.coral-ai-icon{
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#C99E5F!important;
  color:#050505!important;
  font-size:.72rem!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
}
.coral-ai-panel.chatbot-panel{
  position:absolute!important;
  right:0!important;
  bottom:68px!important;
  width:min(390px,calc(100vw - 32px))!important;
  max-height:min(680px,calc(100vh - 150px))!important;
  overflow:hidden!important;
  border-radius:22px!important;
  background:#fffdf8!important;
  color:#111!important;
  border:1px solid rgba(201,158,95,.45)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.32)!important;
}
.coral-ai-panel.chatbot-panel[hidden]{
  display:none!important;
}
.coral-ai-panel header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:18px 20px!important;
  background:#050505!important;
  color:#fff!important;
  border-bottom:3px solid #C99E5F!important;
}
.coral-ai-panel header strong{
  display:block!important;
  font-size:1rem!important;
  letter-spacing:.03em!important;
}
.coral-ai-panel header small{
  display:block!important;
  color:#E8D4A7!important;
  font-size:.78rem!important;
  margin-top:2px!important;
}
.coral-ai-panel header button{
  width:34px!important;
  height:34px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  border-radius:999px!important;
  font-size:1.45rem!important;
  line-height:1!important;
  cursor:pointer!important;
}
.coral-ai-intro{
  padding:14px 18px!important;
  background:#F7F0E3!important;
  color:#473419!important;
  border-bottom:1px solid rgba(201,158,95,.32)!important;
  font-size:.88rem!important;
  line-height:1.45!important;
}
.coral-ai-panel .chatbot-messages{
  display:grid!important;
  gap:10px!important;
  padding:16px!important;
  max-height:230px!important;
  overflow:auto!important;
  background:#fffdf8!important;
}
.coral-ai-panel .bot-message,
.coral-ai-panel .user-message{
  max-width:88%!important;
  padding:11px 13px!important;
  border-radius:16px!important;
  font-size:.92rem!important;
  line-height:1.42!important;
  border:1px solid rgba(201,158,95,.22)!important;
}
.coral-ai-panel .bot-message{
  justify-self:start!important;
  background:#F6EBD7!important;
  color:#15110b!important;
}
.coral-ai-panel .user-message{
  justify-self:end!important;
  background:#050505!important;
  color:#fff!important;
  border-color:#050505!important;
}
.coral-ai-chat-form{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:8px!important;
  padding:14px!important;
  border-top:1px solid rgba(201,158,95,.24)!important;
  background:#fff!important;
}
.coral-ai-chat-form input,
.coral-ai-lead-form input,
.coral-ai-lead-form select{
  min-height:44px!important;
  border:1px solid rgba(80,60,32,.34)!important;
  border-radius:12px!important;
  padding:10px 12px!important;
  margin-top:5px!important;
  background:#fff!important;
  color:#111!important;
}
.coral-ai-chat-form button,
.coral-ai-lead-form button,
.coral-ai-lead-row button,
.coral-ai-lead-row a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  border-radius:999px!important;
  border:1px solid #C99E5F!important;
  background:#C99E5F!important;
  color:#050505!important;
  font-weight:900!important;
  cursor:pointer!important;
  padding:9px 14px!important;
  text-decoration:none!important;
}
.coral-ai-lead-row{
  display:flex!important;
  gap:8px!important;
  justify-content:space-between!important;
  padding:0 14px 14px!important;
  background:#fff!important;
}
.coral-ai-lead-row button{
  background:#fff!important;
  color:#050505!important;
}
.coral-ai-lead-form{
  display:grid!important;
  gap:10px!important;
  padding:14px!important;
  border-top:1px solid rgba(201,158,95,.24)!important;
  background:#fffdf8!important;
  max-height:300px!important;
  overflow:auto!important;
}
.coral-ai-lead-form[hidden]{
  display:none!important;
}
.coral-ai-lead-form label{
  color:#15110b!important;
  font-size:.84rem!important;
  font-weight:800!important;
}
.coral-ai-consent{
  display:flex!important;
  gap:9px!important;
  align-items:flex-start!important;
  line-height:1.35!important;
}
.coral-ai-consent input{
  width:auto!important;
  min-height:auto!important;
  margin-top:3px!important;
}
@media(max-width:760px){
  .chatbot.coral-ai-assistant,
  [data-chatbot].coral-ai-assistant{
    display:block!important;
    visibility:visible!important;
    right:14px!important;
    bottom:88px!important;
  }
  .coral-ai-toggle-text{
    display:none!important;
  }
  .coral-ai-assistant .chatbot-toggle{
    min-width:58px!important;
    width:58px!important;
    height:58px!important;
    padding:10px!important;
    justify-content:center!important;
  }
  .coral-ai-icon{
    width:36px!important;
    height:36px!important;
  }
  .coral-ai-panel.chatbot-panel{
    right:0!important;
    bottom:72px!important;
    width:calc(100vw - 28px)!important;
    max-height:calc(100vh - 176px)!important;
    border-radius:18px!important;
  }
  .coral-ai-panel .chatbot-messages{
    max-height:190px!important;
  }
  .coral-ai-lead-row{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
}

/* v68: show full homepage background photo, keep logo clear, and tighten LeeAnn/Peniche-style polish */
body,
.site-header.demo-overlay-header,
.site-header.demo-overlay-header *,
.home-page main{
  font-family:Montserrat,Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
}

body.home-page header.site-header.demo-overlay-header,
body.home-page header.site-header.demo-overlay-header.is-scrolled{
  position:absolute!important;
  inset:0 0 auto 0!important;
  z-index:7000!important;
  background:#030303!important;
  border-bottom:1px solid rgba(201,158,95,.34)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.28)!important;
  backdrop-filter:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
  min-height:118px!important;
  padding:22px clamp(22px,3.8vw,70px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:clamp(18px,2.4vw,42px)!important;
  background:#030303!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu,
body.home-page header.site-header.demo-overlay-header .desktop-menu-item,
body.home-page header.site-header.demo-overlay-header .desktop-menu-link{
  display:none!important;
  visibility:hidden!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:clamp(230px,18vw,330px)!important;
  max-width:330px!important;
  height:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  overflow:visible!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
  width:clamp(235px,18vw,330px)!important;
  min-width:235px!important;
  max-width:330px!important;
  max-height:92px!important;
  height:auto!important;
  object-fit:contain!important;
  opacity:1!important;
  filter:contrast(1.04) saturate(1.02) drop-shadow(0 5px 12px rgba(0,0,0,.42))!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand .brand-name-lockup{
  display:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
  flex:1 1 auto!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(16px,2.1vw,30px)!important;
  min-width:0!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
  min-width:clamp(255px,20vw,355px)!important;
  height:70px!important;
  padding:0 24px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  border:1px solid rgba(201,158,95,.58)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,#ffffff 0%,#ededed 100%)!important;
  color:#15110c!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:clamp(.92rem,1.05vw,1.18rem)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  text-shadow:none!important;
  box-shadow:0 10px 24px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.70)!important;
  white-space:nowrap!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone::before,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link::before{
  color:#050505!important;
  text-shadow:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn.header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square.header-schedule-link{
  min-width:clamp(310px,24vw,450px)!important;
  height:82px!important;
  padding:0 34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:0!important;
  background:#c99e5f!important;
  color:#040404!important;
  font-family:Montserrat,Inter,Arial,sans-serif!important;
  font-size:clamp(.86rem,1vw,1.14rem)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link:hover,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link:focus-visible{
  background:#d8b071!important;
  color:#040404!important;
  outline:2px solid rgba(255,255,255,.82)!important;
  outline-offset:3px!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
  width:54px!important;
  min-width:54px!important;
  height:54px!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
  display:block!important;
  width:42px!important;
  height:3px!important;
  margin:0!important;
  border-radius:999px!important;
  background:#f7f1e7!important;
  box-shadow:none!important;
}

body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger:hover span,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger:focus-visible span{
  background:#c99e5f!important;
}

/* The hero photo is an image layer, not a CSS background. Force it to fit fully so the whole image is visible. */
body.home-page .home-similar-hero.leeann-inspired-hero,
body.home-page .home-similar-hero,
body.home-page .leeann-inspired-hero{
  min-height:100svh!important;
  padding-top:0!important;
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#050505 0%,#0d0c0a 45%,#17130f 100%)!important;
}

body.home-page .leeann-hero-picture-layer{
  position:absolute!important;
  top:118px!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  z-index:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:clamp(10px,1.4vw,24px) clamp(10px,2vw,40px) clamp(28px,4vw,70px) clamp(10px,2vw,40px)!important;
  overflow:hidden!important;
  pointer-events:none!important;
}

body.home-page .leeann-hero-main-photo{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:right center!important;
  opacity:.96!important;
  filter:contrast(1.02) saturate(.98)!important;
}

body.home-page .leeann-hero-overlay{
  position:absolute!important;
  inset:118px 0 0 0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.82) 27%,rgba(0,0,0,.44) 54%,rgba(0,0,0,.06) 100%),
    linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.03) 45%,rgba(0,0,0,.36) 100%)!important;
}

body.home-page .home-similar-hero-inner{
  position:relative!important;
  z-index:2!important;
  min-height:100svh!important;
  display:flex!important;
  align-items:center!important;
  padding:118px clamp(24px,5vw,92px) clamp(58px,6vw,110px)!important;
}

body.home-page .leeann-hero-copy h1{
  font-family:Montserrat,Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
  font-size:clamp(3.15rem,4.7vw,5rem)!important;
  line-height:1.05!important;
  letter-spacing:-.03em!important;
  font-weight:800!important;
  color:#fffdf6!important;
  text-shadow:0 8px 30px rgba(0,0,0,.50)!important;
}

body.home-page .leeann-hero-copy .accent-word{
  color:#ecd58f!important;
  font-style:italic!important;
  font-weight:700!important;
}

@media(max-width:1320px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:104px!important;
    padding:20px 28px!important;
  }
  body.home-page .leeann-hero-picture-layer{top:104px!important;}
  body.home-page .leeann-hero-overlay{inset:104px 0 0 0!important;}
  body.home-page .home-similar-hero-inner{padding-top:104px!important;}
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:min(24vw,275px)!important;
    min-width:210px!important;
    max-height:82px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    min-width:248px!important;
    height:62px!important;
    font-size:.92rem!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    min-width:292px!important;
    height:68px!important;
    font-size:.82rem!important;
    letter-spacing:.17em!important;
  }
}

@media(max-width:1060px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:92px!important;
    padding:16px 22px!important;
  }
  body.home-page .leeann-hero-picture-layer{
    top:92px!important;
    padding:16px 14px 120px!important;
    justify-content:center!important;
  }
  body.home-page .leeann-hero-overlay{
    inset:92px 0 0 0!important;
    background:
      linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.28) 45%,rgba(0,0,0,.86) 100%),
      linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.14))!important;
  }
  body.home-page .home-similar-hero-inner{
    align-items:flex-end!important;
    padding:92px 24px 112px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    display:none!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    min-width:248px!important;
    height:60px!important;
    font-size:.76rem!important;
    letter-spacing:.14em!important;
  }
}

@media(max-width:700px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:82px!important;
    padding:12px 16px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    min-width:0!important;
    max-width:62vw!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:min(58vw,210px)!important;
    min-width:150px!important;
    max-height:62px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    display:none!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
    gap:8px!important;
    flex:0 0 auto!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    gap:3px!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
    width:32px!important;
    height:2.5px!important;
  }
  body.home-page .leeann-hero-picture-layer{
    top:82px!important;
    padding:10px 10px 168px!important;
    align-items:center!important;
    justify-content:center!important;
  }
  body.home-page .leeann-hero-main-photo{
    object-fit:contain!important;
    object-position:center top!important;
    opacity:.88!important;
  }
  body.home-page .leeann-hero-overlay{
    inset:82px 0 0 0!important;
    background:
      linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.22) 42%,rgba(0,0,0,.90) 100%),
      linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,0,.08))!important;
  }
  body.home-page .home-similar-hero-inner{
    padding:82px 20px 98px!important;
    align-items:flex-end!important;
  }
  body.home-page .leeann-hero-copy h1{
    max-width:360px!important;
    font-size:clamp(2.25rem,10.2vw,3.35rem)!important;
    line-height:1.08!important;
  }
}

/* v68: requested final polish - home menu restored, smaller typography/buttons, office/team photos, cleaner logo */
html{
  font-size:15px!important;
}
body{
  font-size:15px!important;
  line-height:1.55!important;
  color:#17130f!important;
}
p,li,input,select,textarea,button,a{
  font-size:.96rem!important;
}
.section{padding:64px 0!important;}
.section-heading h2,
.feature-band h2,
.seo-content h2,
.page-hero h1{
  font-size:clamp(2rem,3.6vw,3.35rem)!important;
  line-height:1.08!important;
}
.section-heading p,
.page-hero p,
.hero-subtitle{
  font-size:clamp(.96rem,1.15vw,1.08rem)!important;
  line-height:1.65!important;
}

/* Clear, normal logo visibility without painful brightness */
.site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
.site-header.demo-overlay-header .brand.hero-brand img.is-site-logo.attached-logo,
#mobilePanel .overlay-logo-lockup img.attached-logo,
.site-footer .footer-logo.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
  opacity:1!important;
  filter:brightness(1.04) contrast(1.05) saturate(1.02) drop-shadow(0 5px 12px rgba(0,0,0,.32))!important;
}

@media(min-width:1181px){
  /* Restore About / Services / Patient Resources / Contact on the home page */
  body.home-page .desktop-menu-links,
  body.home-page .reference-style-desktop-menu,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(12px,1.1vw,22px)!important;
    min-width:0!important;
    white-space:nowrap!important;
  }
  .site-header.demo-overlay-header .navbar.main-menu,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    grid-template-columns:minmax(165px,215px) minmax(0,1fr) auto!important;
    min-height:78px!important;
    padding:10px clamp(18px,3vw,50px)!important;
    gap:clamp(14px,1.8vw,30px)!important;
  }
  .site-header.demo-overlay-header .brand.hero-brand,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    width:clamp(165px,14vw,215px)!important;
    min-width:165px!important;
    max-width:215px!important;
  }
  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand img.is-site-logo.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:clamp(160px,13.5vw,210px)!important;
    min-width:160px!important;
    max-width:210px!important;
    max-height:62px!important;
  }
  .site-header.demo-overlay-header .desktop-menu-link,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    min-height:40px!important;
    font-size:clamp(.66rem,.68vw,.78rem)!important;
    font-weight:760!important;
    letter-spacing:.04em!important;
  }
  .site-header.demo-overlay-header .desktop-menu-item{
    padding-block:18px!important;
    margin-block:-18px!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
    gap:10px!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions .hero-phone,
  .site-header.demo-overlay-header .hero-nav-actions .hero-call-link,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    padding:0 14px!important;
    color:#fff7e8!important;
    background:rgba(255,255,255,.06)!important;
    border:1px solid rgba(236,213,143,.48)!important;
    border-radius:999px!important;
    font-size:clamp(.63rem,.64vw,.72rem)!important;
    font-weight:780!important;
    letter-spacing:.06em!important;
    line-height:1!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions .header-schedule-link,
  .site-header.demo-overlay-header .hero-nav-actions .btn-square,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square{
    min-height:38px!important;
    padding:0 16px!important;
    border:1px solid #c39a62!important;
    border-radius:999px!important;
    background:#c39a62!important;
    color:#050505!important;
    font-size:clamp(.62rem,.63vw,.72rem)!important;
    font-weight:780!important;
    letter-spacing:.10em!important;
    line-height:1!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions .hamburger,
  .site-header.demo-overlay-header .hero-nav-actions button.hamburger,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger{
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    gap:3px!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions .hamburger span,
  .site-header.demo-overlay-header .hero-nav-actions button.hamburger span,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger span,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions button.hamburger span{
    width:26px!important;
    height:2px!important;
  }
}

@media(min-width:1181px) and (max-width:1360px){
  .site-header.demo-overlay-header .navbar.main-menu,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu{
    grid-template-columns:minmax(150px,185px) minmax(0,1fr) auto!important;
    gap:10px!important;
    padding-inline:16px!important;
  }
  .site-header.demo-overlay-header .brand.hero-brand,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    min-width:150px!important;
    max-width:185px!important;
  }
  .site-header.demo-overlay-header .brand.hero-brand img.attached-logo,
  .site-header.demo-overlay-header .brand.hero-brand img.is-site-logo.attached-logo{
    width:170px!important;
    min-width:150px!important;
    max-width:170px!important;
  }
  .site-header.demo-overlay-header .desktop-menu-link,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    font-size:.62rem!important;
    letter-spacing:.025em!important;
  }
  .site-header.demo-overlay-header .desktop-menu-links,
  body.home-page .reference-style-desktop-menu{
    gap:9px!important;
  }
  .site-header.demo-overlay-header .hero-nav-actions .hero-phone,
  .site-header.demo-overlay-header .hero-nav-actions .hero-call-link{
    display:none!important;
  }
}

/* Home hero: smaller refined headline with only two consultation buttons */
body.home-page .home-similar-hero.leeann-inspired-hero{
  min-height:92svh!important;
}
body.home-page .home-similar-hero-inner{
  padding:150px clamp(22px,5vw,86px) 82px!important;
}
body.home-page .leeann-hero-copy{
  max-width:640px!important;
}
body.home-page .leeann-hero-copy h1{
  max-width:620px!important;
  font-size:clamp(2.35rem,4.6vw,4.35rem)!important;
  line-height:1.02!important;
  letter-spacing:-.025em!important;
}
body.home-page .hero-consultation-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:24px!important;
}
body.home-page .hero-consultation-actions .btn{
  min-height:44px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  font-size:.74rem!important;
  font-weight:820!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
body.home-page .hero-consultation-actions .btn-primary{
  background:#c39a62!important;
  border:1px solid #c39a62!important;
  color:#050505!important;
}
body.home-page .hero-consultation-actions .btn-outline-light{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(236,213,143,.64)!important;
  color:#fffaf0!important;
}

/* Meet Doctor section: reduce large typography */
body.home-page .meet-doctor-section{
  padding:68px 0!important;
}
body.home-page .meet-doctor-copy{
  padding:clamp(24px,3vw,40px)!important;
}
body.home-page .meet-doctor-copy h2{
  font-size:clamp(2rem,3.15vw,3.45rem)!important;
  line-height:1.05!important;
  margin:14px 0 18px!important;
}
body.home-page .meet-doctor-copy blockquote{
  font-size:clamp(.98rem,1.1vw,1.12rem)!important;
  line-height:1.72!important;
  margin-bottom:24px!important;
}
body.home-page .doctor-portrait-card{
  min-height:440px!important;
}
body.home-page .doctor-portrait-card img{
  max-height:440px!important;
}

/* Office and team photo section before services */
body.home-page .office-team-preview{
  background:#fffaf0!important;
  color:#17130f!important;
  border-top:1px solid rgba(195,154,98,.22)!important;
  border-bottom:1px solid rgba(195,154,98,.22)!important;
  padding:62px 0!important;
}
body.home-page .office-team-preview .compact-heading{
  max-width:760px!important;
  margin:0 auto 28px!important;
  text-align:center!important;
}
body.home-page .office-team-preview .compact-heading h2{
  font-family:"Playfair Display",Georgia,serif!important;
  font-weight:500!important;
  font-size:clamp(2rem,3.25vw,3.2rem)!important;
  line-height:1.08!important;
  margin:12px 0 10px!important;
}
body.home-page .office-team-preview .compact-heading p{
  color:#5e5548!important;
  margin:0 auto!important;
  max-width:620px!important;
}
body.home-page .office-team-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
}
body.home-page .office-team-card{
  position:relative!important;
  min-height:360px!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid rgba(195,154,98,.34)!important;
  border-radius:18px!important;
  background:#080807!important;
  box-shadow:0 20px 52px rgba(18,15,10,.12)!important;
}
body.home-page .office-team-card img{
  width:100%!important;
  height:100%!important;
  min-height:360px!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(.96) contrast(1.03)!important;
}
body.home-page .office-team-card figcaption{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  padding:18px!important;
  color:#fffaf0!important;
  background:rgba(5,5,5,.78)!important;
  border:1px solid rgba(236,213,143,.34)!important;
  border-radius:14px!important;
  backdrop-filter:blur(8px)!important;
}
body.home-page .office-team-card figcaption strong{
  display:block!important;
  font-family:"Playfair Display",Georgia,serif!important;
  font-size:1.55rem!important;
  font-weight:600!important;
  line-height:1.1!important;
}
body.home-page .office-team-card figcaption span{
  display:block!important;
  margin-top:6px!important;
  color:#efe1ca!important;
  font-size:.92rem!important;
  line-height:1.45!important;
}

/* Orthodontic services: reduce section sizing */
body.home-page .home-peniche-services{
  padding:62px 0!important;
}
body.home-page .home-peniche-services .section-heading{
  margin-bottom:26px!important;
}
body.home-page .home-peniche-services .section-heading h2{
  font-size:clamp(2rem,3.2vw,3.25rem)!important;
  line-height:1.08!important;
}
body.home-page .home-peniche-services .treatment-grid{
  gap:18px!important;
}
body.home-page .home-peniche-services .treatment-grid article{
  padding:24px!important;
  border-radius:16px!important;
}
body.home-page .home-peniche-services .treatment-grid h3{
  font-size:1.25rem!important;
  line-height:1.18!important;
}
body.home-page .home-peniche-services .treatment-grid p{
  font-size:.92rem!important;
  line-height:1.55!important;
}
body.home-page .home-peniche-services .treatment-grid a{
  font-size:.76rem!important;
  letter-spacing:.08em!important;
}

/* Associations moved near footer: smaller and cleaner */
.home-associations{
  padding:58px 0 66px!important;
}
.home-associations h2{
  font-size:clamp(2rem,3.25vw,3.25rem)!important;
}
.associations-kicker{
  font-size:.66rem!important;
  letter-spacing:.22em!important;
}
.associations-intro{
  font-size:.94rem!important;
  line-height:1.58!important;
  margin-top:12px!important;
}
.association-logo-row .association-mark,
a.association-mark{
  min-height:150px!important;
  padding:20px!important;
  border-radius:16px!important;
}
.association-logo-row .association-mark strong{
  font-size:clamp(1.25rem,1.45vw,1.65rem)!important;
}
.association-logo-row .association-mark span{
  font-size:.84rem!important;
  line-height:1.38!important;
}
.association-logo-row .association-mark em{
  font-size:.64rem!important;
}

/* Keep mobile clean and polished */
@media(max-width:1180px){
  .site-header.demo-overlay-header .desktop-menu-links,
  body.home-page .desktop-menu-links,
  body.home-page .reference-style-desktop-menu{
    display:none!important;
  }
  .site-header.demo-overlay-header .mobile-panel{
    padding-top:96px!important;
  }
  .site-header.demo-overlay-header .overlay-section-toggle,
  .site-header.demo-overlay-header .overlay-top-link{
    min-height:52px!important;
    font-size:.95rem!important;
  }
}
@media(max-width:760px){
  html{font-size:14.5px!important;}
  body.home-page .home-similar-hero.leeann-inspired-hero{
    min-height:88svh!important;
  }
  body.home-page .home-similar-hero-inner{
    padding:104px 20px 104px!important;
  }
  body.home-page .leeann-hero-copy h1{
    font-size:clamp(2.05rem,8.8vw,3rem)!important;
    max-width:340px!important;
  }
  body.home-page .hero-consultation-actions{
    gap:10px!important;
  }
  body.home-page .hero-consultation-actions .btn{
    width:100%!important;
    justify-content:center!important;
    min-height:42px!important;
    padding-inline:16px!important;
  }
  body.home-page .meet-doctor-section,
  body.home-page .office-team-preview,
  body.home-page .home-peniche-services{
    padding:50px 0!important;
  }
  body.home-page .meet-doctor-grid,
  body.home-page .office-team-grid{
    grid-template-columns:1fr!important;
  }
  body.home-page .doctor-portrait-card,
  body.home-page .office-team-card,
  body.home-page .office-team-card img{
    min-height:300px!important;
  }
  body.home-page .meet-doctor-copy h2,
  body.home-page .office-team-preview .compact-heading h2,
  body.home-page .home-peniche-services .section-heading h2{
    font-size:clamp(1.8rem,7vw,2.45rem)!important;
  }
  .association-logo-row{
    grid-template-columns:1fr!important;
  }
}


/* v70: current requested menu/logo/button refinements */
@media(min-width:1025px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(4px,.55vw,11px)!important;
    min-width:0!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu{
    grid-template-columns:minmax(172px,232px) minmax(500px,1fr) auto!important;
    min-height:74px!important;
    padding:8px clamp(14px,2vw,34px)!important;
    gap:clamp(8px,1vw,18px)!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand{
    width:min(16vw,232px)!important;
    max-width:232px!important;
    min-width:172px!important;
    height:auto!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:min(16vw,232px)!important;
    max-width:232px!important;
    min-width:172px!important;
    height:auto!important;
    max-height:62px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 6px 12px rgba(0,0,0,.38))!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    display:inline-flex!important;
    min-height:38px!important;
    padding:0 5px!important;
    font-size:clamp(.56rem,.55vw,.70rem)!important;
    line-height:1!important;
    letter-spacing:.055em!important;
    font-weight:800!important;
    white-space:nowrap!important;
    text-transform:uppercase!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-dropdown{
    min-width:238px!important;
    max-width:320px!important;
    padding:10px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-dropdown a{
    min-height:36px!important;
    padding:9px 11px!important;
    font-size:.78rem!important;
    line-height:1.25!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .hero-nav-actions{
    gap:8px!important;
    min-width:max-content!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:36px!important;
    padding:0 12px!important;
    border:1px solid rgba(240,211,154,.48)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.06)!important;
    color:#fffaf0!important;
    font-size:clamp(.56rem,.56vw,.68rem)!important;
    line-height:1!important;
    letter-spacing:.055em!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:36px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#d8ad67,#c9974a)!important;
    border:1px solid rgba(240,211,154,.62)!important;
    color:#070707!important;
    font-size:clamp(.55rem,.55vw,.66rem)!important;
    line-height:1!important;
    letter-spacing:.095em!important;
    font-weight:850!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
    white-space:nowrap!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border-radius:999px!important;
    background:rgba(5,5,5,.32)!important;
    border:1px solid rgba(240,211,154,.42)!important;
    box-shadow:none!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger span{
    width:22px!important;
    height:2px!important;
    margin:2px 0!important;
  }
}

@media(min-width:1025px) and (max-width:1260px){
  header.site-header.demo-overlay-header nav.navbar.main-menu,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu{
    grid-template-columns:minmax(152px,184px) minmax(465px,1fr) auto!important;
    padding-inline:12px!important;
    gap:7px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:170px!important;
    min-width:152px!important;
    max-width:170px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    padding-inline:4px!important;
    font-size:.54rem!important;
    letter-spacing:.04em!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone{
    padding-inline:9px!important;
    font-size:.52rem!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    padding-inline:10px!important;
    font-size:.52rem!important;
    letter-spacing:.07em!important;
  }
}

@media(max-width:1024px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu{
    display:none!important;
  }
}

body.home-page .leeann-hero-copy h1,
body.home-page .home-similar-hero-copy h1{
  font-size:clamp(1.85rem,3.35vw,3.05rem)!important;
  line-height:1.08!important;
  max-width:560px!important;
  font-weight:700!important;
}
body.home-page .hero-consultation-actions .btn{
  min-height:40px!important;
  padding:0 18px!important;
  font-size:.68rem!important;
}
@media(max-width:760px){
  body.home-page .leeann-hero-copy h1,
  body.home-page .home-similar-hero-copy h1{
    font-size:clamp(1.8rem,8.2vw,2.65rem)!important;
    max-width:330px!important;
  }
}

/* v71: final requested logo/header/content size correction */
html{
  font-size:15px!important;
}
body{
  font-size:.95rem!important;
  line-height:1.55!important;
}
.section,
body.home-page .meet-doctor-section,
body.home-page .office-team-preview,
body.home-page .home-peniche-services{
  padding-top:clamp(42px,5vw,76px)!important;
  padding-bottom:clamp(42px,5vw,76px)!important;
}
.section-heading h2,
.page-hero h1,
.final-cta h2,
body.home-page .meet-doctor-copy h2,
body.home-page .office-team-preview .compact-heading h2,
body.home-page .home-peniche-services .section-heading h2{
  font-size:clamp(1.55rem,2.7vw,2.35rem)!important;
  line-height:1.1!important;
}
.section-heading p,
.page-hero p,
.final-cta p,
.treatment-grid p,
.office-team-card figcaption span,
.meet-doctor-copy blockquote{
  font-size:.92rem!important;
}
.btn,
.btn-primary,
.btn-secondary,
.btn-light,
.btn-ghost,
.btn-outline-light{
  font-size:.76rem!important;
  min-height:40px!important;
  padding:.62rem 1rem!important;
  letter-spacing:.055em!important;
}

@media(min-width:1025px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(8px,.8vw,16px)!important;
    min-width:0!important;
    overflow:visible!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu{
    grid-template-columns:minmax(210px,270px) minmax(410px,1fr) auto!important;
    min-height:72px!important;
    padding:7px clamp(16px,2vw,34px)!important;
    gap:clamp(10px,1.1vw,18px)!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand{
    width:min(18vw,270px)!important;
    max-width:270px!important;
    min-width:210px!important;
    height:58px!important;
    display:flex!important;
    align-items:center!important;
    overflow:visible!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand .brand-name-lockup,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand .brand-name-lockup{
    display:none!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:100%!important;
    max-width:270px!important;
    min-width:210px!important;
    height:auto!important;
    max-height:58px!important;
    object-fit:contain!important;
    object-position:left center!important;
    filter:drop-shadow(0 3px 8px rgba(0,0,0,.28))!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    display:inline-flex!important;
    align-items:center!important;
    min-height:32px!important;
    padding:0 3px!important;
    font-size:clamp(.58rem,.58vw,.72rem)!important;
    line-height:1!important;
    letter-spacing:.07em!important;
    font-weight:800!important;
    white-space:nowrap!important;
    text-transform:uppercase!important;
    color:#f7f1e6!important;
    text-shadow:none!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link:hover,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-item:hover > .desktop-menu-link{
    color:#d8ad67!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-dropdown{
    min-width:224px!important;
    max-width:300px!important;
    padding:9px!important;
    border-radius:14px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-dropdown a{
    min-height:32px!important;
    padding:8px 10px!important;
    font-size:.72rem!important;
    line-height:1.2!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .hero-nav-actions{
    gap:7px!important;
    min-width:max-content!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    height:30px!important;
    padding:0 10px!important;
    border:1px solid rgba(240,211,154,.36)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.06)!important;
    color:#fffaf0!important;
    font-size:clamp(.50rem,.48vw,.58rem)!important;
    line-height:1!important;
    letter-spacing:.05em!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
    white-space:nowrap!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    height:30px!important;
    padding:0 12px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#d8ad67,#c49449)!important;
    border:1px solid rgba(240,211,154,.54)!important;
    color:#080808!important;
    font-size:clamp(.48rem,.48vw,.56rem)!important;
    line-height:1!important;
    letter-spacing:.075em!important;
    font-weight:850!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
    white-space:nowrap!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    border-radius:999px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hamburger span{
    width:18px!important;
    height:2px!important;
    margin:1.5px 0!important;
  }
}

@media(min-width:1025px) and (max-width:1320px){
  header.site-header.demo-overlay-header nav.navbar.main-menu,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu{
    grid-template-columns:minmax(176px,218px) minmax(390px,1fr) auto!important;
    padding-inline:12px!important;
    gap:8px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand{
    width:210px!important;
    min-width:176px!important;
    max-width:218px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:210px!important;
    min-width:176px!important;
    max-width:218px!important;
    max-height:48px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .reference-style-desktop-menu{
    gap:7px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .desktop-menu-links .desktop-menu-link{
    padding-inline:2px!important;
    font-size:.54rem!important;
    letter-spacing:.045em!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone{
    display:none!important;
  }
}

body.home-page .leeann-hero-copy h1,
body.home-page .home-similar-hero-copy h1{
  font-size:clamp(1.38rem,2.55vw,2.18rem)!important;
  line-height:1.08!important;
  max-width:440px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
}
body.home-page .hero-consultation-actions{
  gap:8px!important;
  margin-top:14px!important;
}
body.home-page .hero-consultation-actions .btn{
  min-height:34px!important;
  height:34px!important;
  padding:0 14px!important;
  font-size:.58rem!important;
  line-height:1!important;
  border-radius:999px!important;
  letter-spacing:.08em!important;
}
body.home-page .home-similar-hero-inner{
  padding-top:clamp(110px,13vw,160px)!important;
  padding-bottom:clamp(76px,9vw,120px)!important;
}
body.home-page .meet-doctor-copy h2,
body.home-page .home-associations h2,
body.home-page .home-peniche-services .section-heading h2{
  font-size:clamp(1.45rem,2.4vw,2.1rem)!important;
}
body.home-page .association-logo-row{
  gap:12px!important;
}
body.home-page .association-mark{
  min-height:132px!important;
  padding:18px 14px!important;
}
body.home-page .association-mark strong{
  font-size:clamp(1.05rem,1.6vw,1.45rem)!important;
}

@media(max-width:1024px){
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand,
  header.site-header.demo-overlay-header.is-scrolled nav.navbar.main-menu > .brand.hero-brand{
    width:min(56vw,230px)!important;
    min-width:188px!important;
    height:58px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand .brand-name-lockup{
    display:none!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    width:100%!important;
    max-width:230px!important;
    min-width:188px!important;
    height:auto!important;
    max-height:52px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
}
@media(max-width:760px){
  html{font-size:14px!important;}
  header.site-header.demo-overlay-header nav.navbar.main-menu{
    min-height:66px!important;
    padding:7px 12px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand{
    width:min(62vw,202px)!important;
    min-width:165px!important;
    height:50px!important;
  }
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.attached-logo,
  header.site-header.demo-overlay-header nav.navbar.main-menu > .brand.hero-brand img.is-site-logo.attached-logo{
    max-width:202px!important;
    min-width:165px!important;
    max-height:46px!important;
  }
  body.home-page .leeann-hero-copy h1,
  body.home-page .home-similar-hero-copy h1{
    font-size:clamp(1.42rem,6.6vw,2.1rem)!important;
    max-width:280px!important;
  }
  body.home-page .hero-consultation-actions .btn{
    min-height:34px!important;
    height:34px!important;
    font-size:.56rem!important;
    padding-inline:12px!important;
  }
}


/* Final client fixes: homepage hero two-line headline, associations logo sizing, Meet Dr image cleanup */
body.home-page .leeann-hero-copy,
body.home-page .home-similar-hero-copy{
  max-width:min(92vw,760px)!important;
  width:min(92vw,760px)!important;
}
body.home-page .leeann-hero-copy h1,
body.home-page .home-similar-hero-copy h1{
  max-width:760px!important;
  font-size:clamp(2.15rem,4.2vw,4.15rem)!important;
  line-height:1.08!important;
  white-space:normal!important;
}
body.home-page .association-logo-row.logo-only-associations{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(220px,1fr))!important;
  gap:34px!important;
  align-items:center!important;
}
body.home-page .association-mark{
  min-height:150px!important;
  padding:20px 18px!important;
}
body.home-page .association-logo-img{
  max-height:82px!important;
  max-width:100%!important;
  width:auto!important;
}
body.home-page .association-logo-invisalign-teen-upload{
  max-height:122px!important;
  max-width:360px!important;
  width:100%!important;
  object-fit:contain!important;
}
.meetdoc-blended-bio{
  align-items:start!important;
  background:linear-gradient(135deg,#f7f1e5 0%,#ffffff 100%)!important;
}
.meetdoc-photo-card{
  background:transparent!important;
  align-self:start!important;
  height:auto!important;
  overflow:hidden!important;
}
.meetdoc-photo-card img{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center top!important;
}
@media(max-width:760px){
  body.home-page .leeann-hero-copy,
  body.home-page .home-similar-hero-copy{
    max-width:96vw!important;
    width:96vw!important;
  }
  body.home-page .leeann-hero-copy h1,
  body.home-page .home-similar-hero-copy h1{
    font-size:clamp(1.75rem,7.4vw,2.8rem)!important;
    max-width:96vw!important;
  }
  body.home-page .association-logo-row.logo-only-associations{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
}


/* Final home headline and associations visibility update */
body.home-page .leeann-hero-copy,
body.home-page .home-similar-hero-copy{
  width:min(96vw,1120px)!important;
  max-width:1120px!important;
  padding:clamp(28px,4vw,52px)!important;
}
body.home-page .leeann-hero-copy h1,
body.home-page .home-similar-hero-copy h1{
  max-width:1040px!important;
  font-size:clamp(2.45rem,4.55vw,4.65rem)!important;
  line-height:1.06!important;
  white-space:normal!important;
}
body.home-page .home-similar-hero-copy h1 br,
body.home-page .leeann-hero-copy h1 br{
  display:block!important;
}
body.home-page .association-logo-row.logo-only-associations{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(190px,1fr))!important;
  gap:clamp(20px,2.8vw,38px)!important;
  align-items:stretch!important;
}
body.home-page .association-logo-row.logo-only-associations .association-mark{
  min-height:160px!important;
  padding:24px 22px!important;
  background:#ffffff!important;
  border:1px solid rgba(31,84,132,.16)!important;
  border-radius:16px!important;
  box-shadow:0 18px 42px rgba(22,38,56,.10)!important;
  filter:none!important;
  opacity:1!important;
}
body.home-page .logo-only-associations .association-logo-img{
  filter:none!important;
  opacity:1!important;
  width:100%!important;
  max-width:310px!important;
  max-height:92px!important;
  object-fit:contain!important;
}
body.home-page .association-invisalign .association-logo-img{
  max-width:330px!important;
  max-height:86px!important;
}
body.home-page .association-invisalign-teen .association-logo-img,
body.home-page .association-logo-invisalign-teen-upload{
  max-width:360px!important;
  max-height:112px!important;
}
@media(max-width:900px){
  body.home-page .association-logo-row.logo-only-associations{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.home-page .leeann-hero-copy h1,
  body.home-page .home-similar-hero-copy h1{
    font-size:clamp(2rem,7vw,3.25rem)!important;
  }
}
@media(max-width:560px){
  body.home-page .association-logo-row.logo-only-associations{
    grid-template-columns:1fr!important;
  }
}


/* Final requested update: exact 2-line homepage headline, smaller font, bigger associates tiles */
body.home-page .leeann-hero-copy,
body.home-page .home-similar-hero-copy{
  width:min(96vw,1180px)!important;
  max-width:1180px!important;
  padding:clamp(28px,4vw,50px)!important;
}
body.home-page .leeann-hero-copy h1,
body.home-page .home-similar-hero-copy h1{
  max-width:1100px!important;
  font-size:clamp(2.15rem,3.65vw,3.75rem)!important;
  line-height:1.12!important;
  white-space:normal!important;
}
body.home-page .leeann-hero-copy h1 .hero-line,
body.home-page .home-similar-hero-copy h1 .hero-line{
  display:block!important;
  white-space:nowrap!important;
}
body.home-page .association-logo-row.logo-only-associations{
  grid-template-columns:repeat(4,minmax(230px,1fr))!important;
  gap:clamp(24px,3vw,42px)!important;
}
body.home-page .association-logo-row.logo-only-associations .association-mark{
  min-height:190px!important;
  padding:32px 30px!important;
  border-radius:18px!important;
}
body.home-page .logo-only-associations .association-logo-img{
  max-width:360px!important;
  max-height:112px!important;
}
body.home-page .association-invisalign .association-logo-img{
  max-width:380px!important;
  max-height:105px!important;
}
body.home-page .association-invisalign-teen .association-logo-img,
body.home-page .association-logo-invisalign-teen-upload{
  max-width:400px!important;
  max-height:130px!important;
}
.service-image-grid.three-card-grid .service-image-card img[src*="retainer"]{
  width:100%!important;
  height:260px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:18px!important;
  background:#fff!important;
}
@media(max-width:900px){
  body.home-page .leeann-hero-copy h1 .hero-line,
  body.home-page .home-similar-hero-copy h1 .hero-line{
    white-space:normal!important;
  }
  body.home-page .association-logo-row.logo-only-associations{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  body.home-page .association-logo-row.logo-only-associations{
    grid-template-columns:1fr!important;
  }
}


/* Final update: shrink home header call/schedule buttons and align Meet Dr page */
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions{
  gap:10px!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
  min-height:28px!important;
  height:28px!important;
  min-width:190px!important;
  max-width:210px!important;
  padding:0 16px 0 42px!important;
  font-size:.62rem!important;
  letter-spacing:.06em!important;
  border-radius:999px!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone::before,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link::before{
  width:34px!important;
  height:34px!important;
  left:-2px!important;
  font-size:.82rem!important;
}
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn.header-schedule-link,
body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .btn-square.header-schedule-link{
  min-height:28px!important;
  height:28px!important;
  min-width:230px!important;
  max-width:250px!important;
  padding:0 18px!important;
  font-size:.72rem!important;
  letter-spacing:.16em!important;
  border-radius:0!important;
}

/* Meet Dr. Adusumilli page photo/content alignment and black-space removal */
.meetdoc-blended-bio,
.about-doctor-section.meetdoc-blended-bio{
  display:grid!important;
  grid-template-columns:minmax(300px,420px) minmax(0,1fr)!important;
  gap:clamp(28px,4vw,56px)!important;
  align-items:start!important;
  background:linear-gradient(135deg,#f8f2e8 0%,#ffffff 100%)!important;
}
.meetdoc-photo-card,
.about-doctor-photo-card.meetdoc-photo-card{
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  background:transparent!important;
  border-radius:24px!important;
  overflow:hidden!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
}
.meetdoc-photo-card img,
.meetdoc-photo-card .about-doctor-photo,
.about-doctor-photo-card.meetdoc-photo-card img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center top!important;
  background:#fff!important;
  margin:0!important;
}
.meetdoc-bio-card{
  align-self:start!important;
}
@media(max-width:900px){
  .meetdoc-blended-bio,
  .about-doctor-section.meetdoc-blended-bio{
    grid-template-columns:1fr!important;
  }
  .meetdoc-photo-card,
  .about-doctor-photo-card.meetdoc-photo-card{
    max-width:520px!important;
    margin-inline:auto!important;
  }
}
@media(max-width:1120px){
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-phone,
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .hero-call-link{
    display:none!important;
  }
  body.home-page header.site-header.demo-overlay-header nav.navbar.main-menu > .hero-nav-actions .header-schedule-link{
    min-width:190px!important;
  }
}


/* Calendly schedule free consultation polish */
.calendly-shell{
  background:linear-gradient(135deg,#fff 0%,#f7f1e7 100%)!important;
  border:1px solid rgba(31,84,132,.14)!important;
  border-radius:28px!important;
  padding:clamp(22px,4vw,44px)!important;
  box-shadow:0 22px 60px rgba(16,35,58,.10)!important;
  overflow:hidden!important;
}
.calendly-inline-widget{
  border-radius:22px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(16,35,58,.10)!important;
}
a[onclick*="openCoralCalendly"]{
  cursor:pointer!important;
}


/* Fully remove Coral AI Assistant / chatbot section */
.chatbot,
.coral-ai-assistant,
.coral-ai-panel,
.chatbot-panel,
.chatbot-toggle,
.chatbot-messages,
.coral-ai-intro,
.coral-ai-chat-form,
.coral-ai-lead-row,
.coral-ai-lead-form,
[data-chatbot],
[data-chat-form],
[data-chat-messages],
[data-lead-open],
[data-lead-form]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  height:0!important;
  max-height:0!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
}
