:root{--blue-950:#06263d;--blue-900:#0b3a5c;--blue-800:#0e4d7a;--blue-700:#156391;--blue-100:#e8f2f8;--blue-50:#f3f8fc;--emerald-700:#0a7f58;--emerald-600:#0d9f6e;--emerald-500:#12b981;--emerald-50:#ecfaf4;--white:#fff;--cream:#f7fafc;--text:#143044;--text-muted:#5a7388;--border:#0b3a5c1f;--shadow:0 18px 50px #06263d1f;--shadow-soft:0 10px 30px #06263d14;--radius:18px;--radius-sm:12px;--nav-h:78px;--font-display:"Fraunces", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--max:1180px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);-webkit-font-smoothing:antialiased;background:radial-gradient(1200px 500px at 10% -10%,#0d9f6e14,#0000 55%),radial-gradient(900px 480px at 100% 0,#0e4d7a1f,#0000 50%),linear-gradient(#f5f9fc 0%,#fff 40%,#f7fafc 100%);min-height:100vh;margin:0;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,h4{font-family:var(--font-display);color:var(--blue-900);margin:0 0 .6rem;font-weight:600;line-height:1.15}p{color:var(--text-muted);margin:0 0 1rem}.container{width:min(100% - 2rem, var(--max));margin-inline:auto}.main-content{padding-top:var(--nav-h);flex:1}@media (width<=980px){.main-content{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}.btn{letter-spacing:.01em;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.45rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--emerald-600), var(--emerald-700));color:var(--white);box-shadow:0 12px 28px #0d9f6e47}.btn-primary:hover{box-shadow:0 16px 34px #0d9f6e59}.btn-secondary{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff59}.btn-secondary:hover{background:#ffffff38}.btn-outline{color:var(--blue-900);background:0 0;border:1.5px solid #0b3a5c38}.btn-outline:hover{border-color:var(--emerald-600);color:var(--emerald-700)}.btn-ghost{background:var(--blue-50);color:var(--blue-900)}.section{padding:4.5rem 0}.section-head{max-width:640px;margin-bottom:2.5rem}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--emerald-700);margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-block}.section-head h2{font-size:clamp(1.8rem,3vw,2.6rem)}.section-head p{font-size:1.05rem}.page-hero{padding:3.5rem 0 2.5rem;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0b3a5c0d,#0000 55%),radial-gradient(circle at 90% 20%,#0d9f6e1a,#0000 40%);position:absolute;inset:0}.page-hero .container{position:relative}.page-hero h1{max-width:16ch;font-size:clamp(2rem,4vw,3.2rem)}.badge{background:var(--emerald-50);color:var(--emerald-700);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=900px){.grid-3{grid-template-columns:1fr 1fr}}@media (width<=640px){.grid-3,.grid-2{grid-template-columns:1fr}:root{--nav-h:70px}.section{padding:3.25rem 0}}.navbar{z-index:100;height:var(--nav-h);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7fafceb;border-bottom:1px solid #0000;align-items:center;transition:background .25s,box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;display:flex;position:fixed;inset:0 0 auto}.navbar.is-scrolled{border-bottom-color:var(--border);background:#fffffff5;box-shadow:0 8px 30px #06263d0f}.navbar-inner{width:min(100% - 2rem, var(--max));justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{align-items:center;gap:.75rem;min-width:0;display:flex}.brand-mark{background:linear-gradient(145deg, var(--blue-900), var(--blue-700));color:#fff;width:42px;height:42px;font-family:var(--font-display);border-radius:14px;place-items:center;font-size:.95rem;font-weight:700;display:grid;box-shadow:0 10px 24px #0b3a5c47}.brand-text{flex-direction:column;line-height:1.15;display:flex}.brand-text strong{font-family:var(--font-display);color:var(--blue-900);font-size:1.05rem}.brand-text small{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text-muted);border-radius:999px;padding:.55rem .85rem;font-size:.94rem;font-weight:500;transition:color .2s,background .2s}.nav-link:hover,.nav-link.active{color:var(--blue-900);background:#0b3a5c0f}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-phone{color:var(--blue-900);align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;display:inline-flex}.nav-phone-dot{background:var(--emerald-600);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #0d9f6e2e}.nav-phone-short,.nav-cta-short{display:none}.nav-cta{padding:.7rem 1.15rem;font-size:.9rem}.bottom-nav{display:none}@media (width<=980px){.nav-links,.nav-phone-full,.nav-cta-full{display:none}.nav-phone-short,.nav-cta-short{display:inline}.nav-phone{background:var(--blue-50);border-radius:999px;padding:.55rem .85rem;font-size:.86rem}.nav-phone-dot{width:7px;height:7px}.nav-cta{padding:.6rem 1rem;font-size:.86rem}.brand-text small{display:none}.bottom-nav{z-index:110;min-height:64px;padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fff;grid-template-columns:repeat(5,1fr);align-items:stretch;gap:0;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #06263d14}.bottom-nav-item{color:var(--text-muted);letter-spacing:.01em;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.35rem .15rem;font-size:.62rem;font-weight:600;transition:color .2s,background .2s;display:flex}.bottom-nav-icon{place-items:center;width:22px;height:22px;display:grid}.bottom-nav-icon svg{fill:currentColor;width:20px;height:20px}.bottom-nav-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;line-height:1.1;overflow:hidden}.bottom-nav-item.is-active{color:var(--emerald-700);background:var(--emerald-50)}}.footer{background:linear-gradient(180deg, #06263df5, #06263d), var(--blue-950);color:#ffffffd1;margin-top:2rem;padding:4rem 0 1.5rem}@media (width<=980px){.footer{padding-bottom:calc(1.5rem + 8px)}}.footer h4{color:#fff;margin-bottom:1rem;font-size:1rem}.footer p{color:#ffffffb8}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:2rem;padding-bottom:2.5rem;display:grid}.footer-logo{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.footer-logo span{background:linear-gradient(145deg, var(--emerald-600), var(--emerald-700));color:#fff;width:48px;height:48px;font-family:var(--font-display);border-radius:16px;place-items:center;font-weight:700;display:grid}.footer-logo strong{color:#fff;font-family:var(--font-display);display:block}.footer-logo p{margin:.15rem 0 0;font-size:.85rem}.footer-tagline{max-width:32ch;margin-bottom:1.25rem}.footer ul{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.footer a:hover{color:#fff}.footer-hours{margin-top:.75rem;font-weight:600;color:var(--emerald-500)!important}.footer-phones a{flex-direction:column;gap:.15rem;display:flex}.footer-phones span{opacity:.7;font-size:.78rem}.footer-phones strong{color:#fff;font-size:1.05rem}.footer-bottom{flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.25rem;display:flex}.footer-bottom p{margin:0;font-size:.85rem}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-grid{grid-template-columns:1fr}}.appointment-form{grid-template-columns:1fr 1fr;gap:1rem 1.1rem;display:grid}.appointment-form.is-compact{grid-template-columns:1fr}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field-full,.form-actions{grid-column:1/-1}.form-field label{color:var(--blue-900);font-size:.86rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{border:1.5px solid var(--border);background:var(--white);color:var(--text);border-radius:12px;outline:none;padding:.8rem .95rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--emerald-600);box-shadow:0 0 0 4px #0d9f6e1f}.field-error{color:#b42318;font-size:.78rem}.form-actions{flex-direction:column;gap:.65rem;margin-top:.35rem;display:flex}.form-note{margin:0;font-size:.82rem}.appointment-success{text-align:center;padding:1.5rem .5rem}.appointment-success-icon{background:var(--emerald-50);width:64px;height:64px;color:var(--emerald-700);border-radius:50%;place-items:center;margin:0 auto 1rem;font-size:1.6rem;font-weight:700;display:grid}.appointment-success h3{margin-bottom:.5rem}@media (width<=640px){.appointment-form{grid-template-columns:1fr}}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#06263d8c;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.modal-panel{width:min(100%,520px);max-height:min(92vh,820px);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:1.5rem 1.5rem 1.75rem;overflow:auto}.modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.modal-header h2{margin:0;font-size:1.55rem}.modal-close{background:var(--blue-50);width:40px;height:40px;color:var(--blue-900);cursor:pointer;border:none;border-radius:12px;font-size:1.5rem;line-height:1}.notice-banner{background:linear-gradient(90deg, var(--emerald-700), var(--emerald-600));color:#fff}.notice-inner{align-items:center;gap:1rem;padding:.95rem 0;display:flex}.notice-pulse{background:#fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:2s infinite pulse;box-shadow:0 0 #ffffffb3}.notice-inner strong{font-size:.95rem;display:block}.notice-inner p{color:#ffffffe6;margin:.15rem 0 0;font-size:.9rem}@keyframes pulse{0%{box-shadow:0 0 #ffffff8c}70%{box-shadow:0 0 0 12px #fff0}to{box-shadow:0 0 #fff0}}@media (width<=640px){.notice-inner{align-items:flex-start}}.specialty-card{border:1px solid var(--border);border-radius:var(--radius);background:#ffffffe6;flex-direction:column;gap:.65rem;padding:1.4rem;transition:transform .25s,box-shadow .25s;display:flex}.specialty-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px)}.specialty-icon{background:linear-gradient(145deg, var(--blue-900), var(--blue-700));color:#fff;border-radius:16px;place-items:center;width:48px;height:48px;font-size:1.1rem;display:grid}.specialty-card h3{margin:0;font-size:1.2rem}.specialty-card p{flex:1;margin:0}.specialty-card .btn{align-self:flex-start;margin-top:.35rem}.specialty-doctors{flex-direction:column;gap:.7rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.specialty-doctors li{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.specialty-doctors strong{color:var(--blue-900);font-size:.92rem;display:block}.specialty-doctors span{color:var(--text-muted);font-size:.8rem;display:block}.specialty-doctors em{color:var(--emerald-700);background:var(--emerald-50);white-space:nowrap;border-radius:999px;padding:.25rem .55rem;font-size:.78rem;font-style:normal;font-weight:700}.specialty-card.is-detailed{min-height:100%}.hero{color:#fff;align-items:flex-end;min-height:min(92vh,820px);display:flex;position:relative;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{object-fit:cover;object-position:78% 18%;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#06263de6 0%,#06263dc7 30%,#06263d6b 55%,#06263d24 80%,#06263d0f 100%),linear-gradient(#06263d1f 0%,#06263d7a 100%);position:absolute;inset:0}.hero-pattern{opacity:.18;pointer-events:none;background-image:radial-gradient(circle at 20% 20%,#0d9f6e8c 0 1px,#0000 1.5px),radial-gradient(circle at 80% 40%,#ffffff59 0 1px,#0000 1.5px);background-size:28px 28px,36px 36px;position:absolute;inset:0}.hero-content{z-index:1;padding:7rem 0 4.5rem;position:relative}.hero-copy{max-width:680px}.hero-brand{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin:0 0 .85rem;font-size:clamp(1.65rem,3.2vw,2.35rem)}.hero h1{color:#fff;max-width:16ch;margin-bottom:1rem;font-size:clamp(1.85rem,4vw,3.1rem)}.hero-sub{color:#ffffffdb;max-width:48ch;margin-bottom:1.75rem;font-size:1.08rem}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.home-more{justify-content:center;margin-top:2rem;display:flex}.steps-section{padding-top:3.5rem}.step-card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;padding:1.5rem 1.35rem}.step-num{font-family:var(--font-display);color:var(--emerald-700);margin-bottom:.65rem;font-size:1.35rem;font-weight:700;display:inline-block}.step-card h3{margin-bottom:.45rem;font-size:1.2rem}.step-card p{margin:0}.section-head-row{justify-content:space-between;align-items:flex-end;gap:1.25rem;max-width:none;display:flex}.section-head-row>div{max-width:640px}.doctors-highlight{background:linear-gradient(#e8f2f88c,#0000)}.doctor-highlight-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;flex-direction:column;gap:.35rem;padding:1.35rem;transition:transform .25s,box-shadow .25s;display:flex}.doctor-highlight-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.doctor-highlight-top{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.doctor-highlight-specialty{color:var(--text-muted);text-align:right;font-size:.78rem;font-weight:600}.doctor-highlight-card h3{margin:0;font-size:1.08rem}.doctor-highlight-card>p{color:var(--emerald-700);margin:0 0 .85rem;font-size:.9rem;font-weight:600}.doctor-highlight-card .btn{align-self:flex-start;margin-top:auto}.facilities-preview-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.facility-preview-card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:.9fr 1.1fr;gap:0;min-height:180px;display:grid;overflow:hidden}.facility-preview-image{min-height:180px}.facility-preview-image img{object-fit:cover;width:100%;height:100%}.facility-preview-copy{flex-direction:column;justify-content:center;padding:1.25rem 1.2rem;display:flex}.facility-preview-copy h3{margin-bottom:.4rem;font-size:1.2rem}.facility-preview-copy p{margin:0;font-size:.92rem}.pathways-section{background:radial-gradient(700px 280px at 0 0,#0d9f6e12,#0000 60%),0 0}.pathway-card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;flex-direction:column;gap:.55rem;padding:1.6rem 1.4rem;display:flex}.pathway-card h3{margin:0;font-size:1.25rem}.pathway-card p{flex:1;margin:0 0 .5rem}.pathway-card .btn{align-self:flex-start}.trust-section{background:linear-gradient(#e8f2f8b3,#fff3)}.trust-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:1.75rem 1.4rem}.trust-card strong{font-family:var(--font-display);color:var(--emerald-700);margin-bottom:.65rem;font-size:2.4rem;line-height:1;display:block}.trust-card h3{margin-bottom:.45rem;font-size:1.15rem}.trust-card p{margin:0}.visit-band{background:linear-gradient(120deg, #06263df5, #0e4d7aeb), var(--blue-900);color:#fff;margin:0 0 .5rem;padding:3.5rem 0}.visit-band-inner{grid-template-columns:1.4fr .9fr;align-items:center;gap:2rem;display:grid}.visit-eyebrow{color:var(--emerald-500)!important}.visit-band h2{color:#fff;margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.5rem)}.visit-address,.visit-hours{color:#ffffffd1}.visit-hours{font-weight:600;color:var(--emerald-500)!important}.visit-phones{flex-wrap:wrap;gap:1.25rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.visit-phones li{flex-direction:column;gap:.15rem;display:flex}.visit-phones span{opacity:.7;font-size:.78rem}.visit-phones a{color:#fff;font-size:1.15rem;font-weight:700}.visit-actions{flex-direction:column;align-items:stretch;gap:.85rem;display:flex}.visit-link{color:#ffffffd9;text-align:center;margin-top:.25rem;font-weight:600}.visit-link:hover{color:#fff}@media (width<=900px){.section-head-row{flex-direction:column;align-items:flex-start}.facilities-preview-grid,.visit-band-inner{grid-template-columns:1fr}}@media (width<=768px){.hero-media img{object-position:85% 15%}}@media (width<=640px){.hero{align-items:center;min-height:78vh}.hero-content{padding:5.5rem 0 3rem}.hero-actions .btn{width:100%}.facility-preview-card{grid-template-columns:1fr}.facility-preview-image{min-height:160px}}.page-hero-photo{color:#fff;align-items:center;min-height:clamp(360px,44vh,420px);padding:0;display:flex;position:relative;overflow:hidden}.page-hero-photo--faces{align-items:center;min-height:clamp(480px,62vh,620px)}.page-hero-photo--faces .page-hero-media img{object-position:center top}.page-hero-photo--faces .page-hero-overlay{background:linear-gradient(90deg,#06263df0 0%,#06263dc7 32%,#06263d59 58%,#06263d14 100%),linear-gradient(#06263d1f 0%,#06263d59 100%)}.page-hero-media{position:absolute;inset:0}.page-hero-media img{object-fit:cover;object-position:70% 30%;width:100%;height:100%}.page-hero-overlay{background:linear-gradient(90deg,#06263df5 0%,#06263deb 28%,#06263db8 48%,#06263d47 72%,#06263d1f 100%),linear-gradient(#06263d33 0%,#06263d73 100%);position:absolute;inset:0}.page-hero-content{z-index:1;padding:3.5rem 0;position:relative}.page-hero-copy{max-width:40ch}.page-hero-eyebrow{color:var(--emerald-500)!important}.page-hero-photo h1{color:#fff;max-width:16ch;margin-bottom:.75rem}.page-hero-photo p{color:#ffffffe0;max-width:38ch;margin:0;font-size:1.05rem}@media (width<=640px){.page-hero-photo{align-items:flex-end;min-height:300px}.page-hero-photo--faces{min-height:clamp(360px,58vh,480px)}.page-hero-content{padding:2.75rem 0 2.25rem}.page-hero-copy{max-width:100%}.page-hero-overlay{background:linear-gradient(#06263d8c 0%,#06263dd1 45%,#06263df0 100%),linear-gradient(90deg,#06263dbf 0%,#06263d59 100%)}.page-hero-photo--faces .page-hero-overlay{background:linear-gradient(#06263d59 0%,#06263db8 50%,#06263deb 100%),linear-gradient(90deg,#06263dd1 0%,#06263d40 100%)}}.specialty-tabs{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:999px;gap:.25rem;margin-bottom:2rem;padding:.35rem;display:inline-flex}.specialty-tabs button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.75rem 1.25rem;font-weight:600;transition:background .2s,color .2s}.specialty-tabs button.active{background:var(--blue-900);color:#fff}.specialty-grid{align-items:stretch}@media (width<=640px){.specialty-tabs{width:100%;display:flex}.specialty-tabs button{flex:1;padding-inline:.75rem;font-size:.88rem}}.doctor-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;flex-direction:column;padding:1.35rem;transition:transform .25s,box-shadow .25s;display:flex}.doctor-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.doctor-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.doctor-avatar{background:linear-gradient(145deg, var(--blue-100), #d7ebf5);width:56px;height:56px;color:var(--blue-900);font-weight:700;font-family:var(--font-display);border-radius:18px;place-items:center;display:grid}.experience-badge{background:#0d9f6e1a}.doctor-card h3{margin-bottom:.35rem;font-size:1.15rem}.doctor-title{color:var(--emerald-700);margin:0;font-size:.92rem;font-weight:600}.doctor-specialty{margin:.25rem 0 .85rem;font-size:.9rem}.doctor-bio{margin-bottom:.85rem;font-size:.9rem}.doctor-conditions{flex-wrap:wrap;gap:.4rem;margin-bottom:1.15rem;display:flex}.doctor-conditions span{background:var(--blue-50);color:var(--blue-800);border-radius:999px;padding:.3rem .55rem;font-size:.75rem}.doctor-cta{width:100%;margin-top:auto}.doctors-toolbar{grid-template-columns:1.6fr 1fr;gap:.85rem;margin-bottom:1.25rem;display:grid}.search-field input,.filter-field select{border:1.5px solid var(--border);width:100%;box-shadow:var(--shadow-soft);background:#fff;border-radius:14px;outline:none;padding:.95rem 1.1rem}.search-field input:focus,.filter-field select:focus{border-color:var(--emerald-600);box-shadow:0 0 0 4px #0d9f6e1f}.results-count{margin-bottom:1.5rem}.results-count strong{color:var(--blue-900)}.empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);background:#fff;padding:3rem 1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=720px){.doctors-toolbar{grid-template-columns:1fr}}.facilities-list{flex-direction:column;gap:2.5rem;display:flex}.facility-row{grid-template-columns:1.15fr 1fr;align-items:center;gap:1.75rem;display:grid}.facility-row.is-reversed .facility-image{order:2}.facility-row.is-reversed .facility-copy{order:1}.facility-image{min-height:320px;box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.facility-image img{object-fit:cover;width:100%;height:100%;min-height:320px}.facility-copy h2{font-size:clamp(1.6rem,3vw,2.2rem)}.facility-copy p{max-width:42ch;font-size:1.05rem}@media (width<=860px){.facility-row,.facility-row.is-reversed{grid-template-columns:1fr}.facility-row.is-reversed .facility-image,.facility-row.is-reversed .facility-copy{order:initial}.facility-image,.facility-image img{min-height:240px}}.contact-layout{grid-template-columns:1.35fr .9fr;align-items:start;gap:1.5rem;display:grid}.contact-form-panel,.contact-info-card,.contact-map-note{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:22px}.contact-form-panel{padding:1.75rem}.contact-form-panel h2{margin-bottom:.35rem}.contact-form-panel>p{margin-bottom:1.35rem}.contact-info-panel{flex-direction:column;gap:1rem;display:flex}.contact-info-card,.contact-map-note{padding:1.35rem}.contact-info-card h3{font-size:1.15rem}.contact-hours{font-weight:600;color:var(--emerald-700)!important}.contact-info-card ul{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.contact-info-card li{flex-direction:column;gap:.15rem;display:flex}.contact-info-card span{color:var(--text-muted);font-size:.8rem}.contact-info-card a{color:var(--blue-900);font-size:1.2rem;font-weight:700}.contact-map-note{background:linear-gradient(145deg, #0b3a5cf2, #0e4d7aeb), var(--blue-900);color:#fff;border:none}.contact-map-note strong{font-family:var(--font-display);margin-bottom:.4rem;font-size:1.2rem;display:block}.contact-map-note p{color:#ffffffd1;margin:0}@media (width<=900px){.contact-layout{grid-template-columns:1fr}}
