@font-face{font-family:Lato;src:url('assets/lato-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
:root{color-scheme:light;--navy:#174567;--blue:#174567;--body:#174567;--pale:#edf0f3}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--body);font-family:Lato,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:3px solid var(--navy);outline-offset:6px}
.icon-library{position:absolute;width:0;height:0;overflow:hidden}
.page{width:100%;max-width:1600px;margin:auto;container-type:inline-size;overflow:hidden}
.site-header{min-height:96px;padding:12px 5.7cqw;display:flex;align-items:center;justify-content:space-between;background:#fff}
.brand{display:flex;align-items:center;max-width:100%}
.brand-logo{display:block;width:150px;max-width:100%;height:auto}
.header-phone{display:flex;align-items:center;gap:1.4cqw;font-size:2.25cqw;color:#174567;white-space:nowrap}
.header-phone svg{width:2.4cqw;height:2.4cqw;color:var(--blue)}
.hero{height:60cqw;position:relative;isolation:isolate;background:#fff}
 .hero-art{position:absolute;inset:0;z-index:-1;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,.94) 32%,transparent 60%),url("assets/family-hero.png") center center / cover no-repeat}
.hero-copy{position:relative;padding:8.65cqw 0 0 5.7cqw}
h1,h2{font-family:"Times New Roman",Georgia,serif;color:var(--navy);font-weight:700;letter-spacing:-.12cqw}
h1{margin:0;font-size:6.45cqw;line-height:1.025}
.hero-copy p{font-size:2.08cqw;line-height:1.35;margin:2.05cqw 0 2.45cqw;letter-spacing:.01cqw}
.appointment-button{display:inline-flex;align-items:center;justify-content:center;gap:1.5cqw;min-height:6.25cqw;padding:1.4cqw 3.4cqw;border-radius:5cqw;background:#174567;color:#fff;font-size:1.99cqw;line-height:1.3;box-shadow:inset 0 0 0 1px rgba(23,69,103,.08);transition:background .2s,transform .2s}
.appointment-button svg{width:2.7cqw;height:2.7cqw;flex:none}
.appointment-button:hover{background:#174567;transform:translateY(-2px)}
.header-phone:hover,.office-phone:hover{text-decoration:underline;text-underline-offset:5px}
.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;height:10.13cqw;pointer-events:none}
.office{text-align:center;height:42.8cqw;padding:3.05cqw 3.5cqw 0}
h2{font-size:4.95cqw;line-height:1.2;margin:0 0 .95cqw}
.office-intro{font-size:2.02cqw;line-height:1.4;margin:0}
.office-details{display:grid;grid-template-columns:repeat(3,1fr);margin-top:4.45cqw}
.detail{position:relative;min-width:0;font-size:2.02cqw;line-height:1.4}
.detail+.detail::before{content:"";position:absolute;left:0;top:.45cqw;bottom:.1cqw;width:1px;background:rgba(23,69,103,.2)}
.icon-circle{width:7.1cqw;height:7.1cqw;margin:0 auto 1cqw;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--pale);color:var(--blue)}
.icon-circle svg{width:3.6cqw;height:3.6cqw;filter:drop-shadow(0 1px 0 #fff)}
.detail h3{font-size:2.02cqw;line-height:1.3;font-weight:400;color:#174567;margin:0 0 .65cqw}
.detail p,.detail address{margin:0;font-style:normal}
.office-phone{font-size:2.36cqw;color:#174567;line-height:1.25;white-space:nowrap}
/* Compact wave footer. */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1600px){.page{box-shadow:0 0 60px #edf0f3}}
@media(max-width:700px){
  .site-header{height:auto;min-height:96px;padding:18px 20px;flex-wrap:wrap;gap:14px;justify-content:center}
  .brand-logo{width:150px;max-width:100%;height:auto}
  .header-phone{font-size:18px;gap:9px}
  .header-phone svg{width:19px;height:19px}
  .hero{height:auto;padding-bottom:85cqw}
  .hero-copy{padding:30px 24px 0;text-align:center}
  h1{font-size:clamp(37px,8.3vw,58px);line-height:1.08;letter-spacing:-1px}
  .hero-copy p{max-width:440px;margin:21px auto 25px;font-size:18px;line-height:1.5;letter-spacing:0}
  .desktop-break{display:none}
  .appointment-button{min-height:56px;padding:15px 23px;gap:12px;border-radius:40px;font-size:17px}
  .appointment-button svg{width:25px;height:25px}
  .hero-art{inset:auto 0 0;height:85cqw;background-image:url("assets/family-hero.png");background-size:cover;background-position:right center;mask-image:linear-gradient(to bottom,transparent 0%,#000 15%,#000 100%)}
  .hero-art::before{display:none}
  .hero-wave{height:12cqw}
  .office{height:auto;padding:27px 24px 42px}
  h2{font-size:clamp(35px,8.7vw,46px);letter-spacing:-.7px;margin:0 0 13px}
  .office-intro{max-width:480px;margin:auto;font-size:18px;line-height:1.5}
  .office-details{grid-template-columns:1fr;margin-top:30px;gap:26px}
  .detail{font-size:18px;line-height:1.5;padding-bottom:25px}
  .detail:last-child{padding-bottom:0}
  .detail+.detail::before{top:-26px;bottom:auto;left:calc(50% - 80px);width:160px;height:1px}
  .icon-circle{width:66px;height:66px;margin-bottom:10px}
  .icon-circle svg{width:34px;height:34px}
  .detail h3{font-size:20px;margin-bottom:7px}
  .office-phone{font-size:24px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.appointment-button{transition:none}}

.location-map{padding:0 5.7cqw 5cqw;text-align:center}
.map-frame{overflow:hidden;border:1px solid rgba(23,69,103,.2);border-radius:18px;background:#edf0f3}
.map-frame iframe{display:block;width:100%;height:420px;border:0}
.map-directions{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#174567;font-size:18px;text-decoration:underline;text-underline-offset:4px}
.map-directions svg{width:20px;height:20px}
@media(max-width:700px){.location-map{padding:0 24px 36px}.map-frame{border-radius:12px}.map-frame iframe{height:340px}.map-directions{font-size:16px}}
.footer-legal{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 24px;padding:16px 24px;background:#edf0f3;color:#174567;text-align:center}
.footer-legal small{font-size:12px;line-height:1.6}
.footer-legal a{text-decoration:underline;text-underline-offset:3px}
.footer-legal a:hover{color:#174567;text-decoration-thickness:2px}

.site-footer{background:#fff}
.footer-wave{display:block;width:100%;height:30px}