@font-face{font-family:Inter;src:url('/fonts/inter.woff2') format('woff2-variations');font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:'Cormorant Garamond';src:url('/fonts/cormorant-garamond.woff2') format('woff2-variations');font-weight:300 700;font-style:normal;font-display:swap}@font-face{font-family:'Cormorant Garamond';src:url('/fonts/cormorant-garamond-italic.woff2') format('woff2-variations');font-weight:300 700;font-style:italic;font-display:swap}:root{--navy:#1a2250;--navy-dark:#0f1535;--blue-mid:#4688be;--cyan:#00aad7;--cyan-dark:#007aa6;--cyan-light:#e8f7fb;--footer-muted:#b0b4c2;--white:#ffffff;--off-white:#f8f9fc;--gray-50:#f5f6fa;--gray-100:#f0f1f5;--gray-300:#c8cad4;--gray-600:#6b6e7b;--gray-800:#2d2f3a;--font-heading:'Cormorant Garamond',Georgia,serif;--font-body:'Inter',-apple-system,sans-serif;--content-width:1280px}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;color:var(--gray-800);line-height:1.7;font-size:16px;background:var(--white)}.container{max-width:var(--content-width);margin:0 auto;padding:0 48px}.hero{background:linear-gradient(160deg,var(--navy) 0,var(--navy-dark) 100%);color:var(--white);position:relative;overflow:hidden}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--navy),var(--blue-mid),var(--cyan))}.hero .container{display:flex;align-items:center;gap:64px;padding-top:48px;padding-bottom:0}.hero-text{flex:1;padding-bottom:56px}.hero-logo{width:200px;margin-bottom:32px;display:block;filter:brightness(1.1)}.hero h1{font-family:var(--font-heading);font-weight:500;font-size:2.8rem;letter-spacing:.02em;margin-bottom:8px;line-height:1.15}.hero .subtitle{font-size:1.05rem;font-weight:300;color:var(--cyan);letter-spacing:.15em;text-transform:uppercase;margin-bottom:28px}.hero .credentials{display:flex;flex-wrap:wrap;gap:10px 24px;font-size:.78rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-300)}.hero .credentials span{white-space:nowrap}.hero .credentials span::before{content:'';display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--cyan);margin-right:8px;vertical-align:middle}.hero-photo{flex:0 0 420px;align-self:flex-end}.hero-photo img{display:block;width:100%;height:auto;border-radius:8px 8px 0 0;object-fit:cover;object-position:top center;max-height:520px}.highlight-strip{background:var(--off-white);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:48px 0;text-align:center}.highlight-item .hi-number{font-family:var(--font-heading);font-size:2.6rem;font-weight:700;color:var(--navy);line-height:1}.highlight-item .hi-label{font-size:.82rem;font-weight:400;color:var(--gray-600);margin-top:6px;letter-spacing:.04em}.bio-section{padding:64px 0}.section-label{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--cyan-dark);margin-bottom:12px}.bio-section h2{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;color:var(--navy);margin-bottom:28px;line-height:1.3}.bio-section p{margin-bottom:20px;color:var(--gray-600);max-width:860px}.bio-section p:last-child{margin-bottom:0}.divider{width:60px;height:3px;background:linear-gradient(90deg,var(--navy),var(--cyan));border:none;margin:0}.divider-center{margin:0 auto}.specialties-section{background:var(--off-white);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:64px 0}.specialties-header{text-align:center;margin-bottom:40px}.specialties-header h2{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;color:var(--navy);line-height:1.3}.specialties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.spec-card{background:var(--white);border:1px solid var(--gray-100);border-radius:8px;padding:32px 28px;text-align:center;transition:border-color .2s,box-shadow .2s}.spec-card:hover{border-color:var(--cyan);box-shadow:0 4px 24px rgba(0,170,215,.08)}.spec-icon{width:48px;height:48px;margin:0 auto 16px;background:linear-gradient(135deg,var(--navy),var(--cyan));border-radius:50%;display:flex;align-items:center;justify-content:center}.spec-icon svg{width:22px;height:22px;fill:none;stroke:var(--white);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.spec-card h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--navy);margin-bottom:8px}.spec-card p{font-size:.85rem;line-height:1.6;color:var(--gray-600)}.awards-section{padding:64px 0}.awards-logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:nowrap;margin-top:32px;padding:32px 0}.awards-logos img{height:70px;width:auto;object-fit:contain;filter:grayscale(0);opacity:.9;transition:opacity .2s}.awards-logos img:hover{opacity:1}.awards-text-list{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}.awards-text-list li{background:var(--off-white);border-left:3px solid var(--cyan);padding:14px 18px;font-size:.9rem;color:var(--gray-800);font-weight:400}.featured-section{background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:48px 0}.featured-header{text-align:center;margin-bottom:28px}.featured-header h2{font-family:var(--font-heading);font-size:1.6rem;font-weight:500;color:var(--navy)}.featured-logos{display:flex;align-items:center;justify-content:center;gap:64px;flex-wrap:nowrap}.featured-logos img{height:40px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.55;transition:filter .3s,opacity .3s}.featured-logos img:hover{filter:grayscale(0%);opacity:1}.cta-bar{background:linear-gradient(160deg,var(--navy) 0,var(--navy-dark) 100%);text-align:center;padding:64px 24px;position:relative}.cta-bar::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--navy),var(--blue-mid),var(--cyan))}.cta-bar h2{font-family:var(--font-heading);font-size:2rem;color:var(--white);font-weight:500;margin-bottom:12px}.cta-bar .cta-sub{color:var(--gray-300);font-size:.95rem;margin-bottom:36px}.cta-phones{display:flex;justify-content:center;gap:48px}.cta-phone-group{text-align:center}.cta-phone-label{font-size:.82rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);margin-bottom:10px}.cta-phone{display:inline-block;font-family:var(--font-heading);font-size:1.8rem;font-weight:600;color:var(--cyan);text-decoration:none;letter-spacing:.03em;border:2px solid var(--cyan);padding:14px 40px;border-radius:4px;transition:background .2s,color .2s}.cta-phone:hover{background:var(--cyan);color:var(--navy)}.cta-locations{margin-top:40px;display:flex;justify-content:center;gap:80px;color:var(--gray-300);font-size:.85rem}.cta-locations strong{color:var(--white);font-weight:500;display:block;margin-bottom:4px}.phone-bar{background:#0d1230;text-align:center;padding:12px 24px;font-size:.85rem;font-weight:400;color:var(--gray-300);letter-spacing:.02em}.phone-bar a{color:var(--cyan);text-decoration:none;font-weight:500;transition:color .2s}.phone-bar a:hover{color:var(--white)}.phone-bar .separator{display:inline-block;margin:0 20px;color:var(--blue-mid);opacity:.5}footer{background:#0a0e24;text-align:center;padding:20px;font-size:.75rem;color:var(--footer-muted)}footer .footer-copy{margin-bottom:6px}footer .footer-partner{font-size:.7rem}footer .footer-partner a{color:inherit;text-decoration:underline}footer .footer-partner a:hover{color:#fff}@media (max-width:960px){.container{padding:0 32px}.hero .container{flex-direction:column;gap:32px;padding-top:40px;text-align:center}.hero-text{padding-bottom:0}.hero-logo{margin:0 auto 24px;width:160px}.hero h1{font-size:2.2rem}.hero .credentials{justify-content:center}.hero-photo{flex:0 0 auto;width:320px;max-width:100%;margin:0 auto}.highlight-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding:36px 0}.specialties-grid{grid-template-columns:repeat(2,1fr)}.awards-text-list{grid-template-columns:repeat(2,1fr)}.awards-logos{gap:32px;flex-wrap:wrap}.awards-logos img{height:56px}.featured-logos{gap:40px;flex-wrap:wrap}.cta-phones{flex-direction:column;gap:24px}.cta-locations{flex-direction:column;gap:32px}}@media (max-width:600px){.container{padding:0 20px}.phone-bar{font-size:.78rem;padding:10px 16px;display:flex;flex-direction:column;align-items:center;gap:2px}.phone-bar .separator{display:none}.hero .container{gap:24px;padding-top:28px}.hero-logo{width:130px;margin-bottom:18px}.hero h1{font-size:1.45rem}.hero .subtitle{font-size:.9rem;margin-bottom:20px}.hero .credentials{flex-direction:column;align-items:center;gap:6px;font-size:.68rem}.hero .credentials span{white-space:normal;text-align:center;max-width:90%;line-height:1.4}.hero-photo{width:260px}.highlight-grid{grid-template-columns:1fr;gap:20px;padding:32px 0}.highlight-item .hi-number{font-size:2.2rem}.bio-section{padding:44px 0}.bio-section h2{font-size:1.6rem}.bio-section p{font-size:.92rem}.specialties-section{padding:44px 0}.specialties-grid{grid-template-columns:1fr;gap:16px}.specialties-header h2{font-size:1.6rem}.spec-card{padding:24px 20px}.awards-section{padding:44px 0}.awards-section h2{font-size:1.6rem!important}.awards-logos{gap:24px}.awards-logos img{height:48px}.awards-text-list{grid-template-columns:1fr;gap:12px}.featured-section{padding:36px 0}.featured-logos{gap:28px;flex-wrap:wrap;justify-content:center}.featured-logos img{height:30px}.featured-header h2{font-size:1.3rem}.cta-bar{padding:44px 20px}.cta-bar h2{font-size:1.5rem}.cta-phone{font-size:1.3rem;padding:12px 28px}.cta-phone-label{font-size:.75rem}.cta-locations{flex-direction:column;gap:24px;font-size:.8rem}}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:12px 24px;background:var(--navy);color:var(--white);text-decoration:none;font-size:.88rem;font-weight:500}.skip-to-content:focus{position:fixed;top:0;left:0;width:auto;height:auto;z-index:9999}.site-nav{background:var(--navy);position:sticky;top:0;z-index:100;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,var(--navy),var(--blue-mid),var(--cyan)) 1}.site-nav-inner{display:flex;align-items:center;gap:32px;padding-top:0;padding-bottom:0;min-height:64px}.nav-logo img{height:36px;width:auto;display:block;filter:brightness(1.1)}.nav-links{display:flex;list-style:none;gap:0;margin:0;padding:0;flex:1}.nav-links>li>a{display:block;padding:20px 18px;color:rgba(255,255,255,.85);text-decoration:none;font-size:.88rem;font-weight:400;letter-spacing:.02em;transition:color .2s,background .2s}.nav-links>li>a:hover{color:var(--white);background:rgba(255,255,255,.06)}.nav-cta{margin-left:auto;color:var(--cyan);text-decoration:none;font-family:var(--font-heading);font-size:1.1rem;font-weight:600;white-space:nowrap;transition:color .2s}.nav-cta:hover{color:var(--white)}.nav-dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--gray-100);border-radius:0 0 6px 6px;box-shadow:0 8px 32px rgba(0,0,0,.12);min-width:260px;list-style:none;padding:8px 0;z-index:200}.nav-dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:10px 20px;color:var(--gray-800);text-decoration:none;font-size:.88rem;transition:background .15s,color .15s}.dropdown-menu a:hover{background:var(--cyan-light);color:var(--navy)}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--white);border-radius:1px;transition:transform .2s}.page-hero{background:linear-gradient(160deg,var(--navy) 0,var(--navy-dark) 100%);padding:56px 0 48px;color:var(--white);position:relative}.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--navy),var(--blue-mid),var(--cyan))}.page-hero h1{font-family:var(--font-heading);font-size:2.6rem;font-weight:500;line-height:1.2;margin:0}.page-hero-sub{font-size:1.05rem;color:var(--gray-300);margin-top:12px;max-width:640px}.breadcrumb{font-size:.78rem;margin-bottom:16px;color:var(--gray-300);letter-spacing:.02em}.breadcrumb a{color:var(--cyan);text-decoration:none}.breadcrumb a:hover{color:var(--white)}.breadcrumb span{margin:0 6px;opacity:.5}.breadcrumb .current{color:var(--gray-300)}.page-content{padding:56px 0 72px}.page-content .container{max-width:860px}.page-content h2{font-family:var(--font-heading);font-size:1.8rem;font-weight:600;color:var(--navy);margin:40px 0 16px;line-height:1.3}.page-content h3{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;color:var(--navy);margin:28px 0 12px}.page-content p{color:var(--gray-600);margin-bottom:20px;line-height:1.8}.page-content ol,.page-content ul{color:var(--gray-600);margin-bottom:20px;padding-left:24px}.page-content li{margin-bottom:8px;line-height:1.7}.page-content img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:56px 0 72px}.listing-card{background:var(--white);border:1px solid var(--gray-100);border-radius:8px;padding:32px 28px;transition:border-color .2s,box-shadow .2s;text-decoration:none;display:block}.listing-card:hover{border-color:var(--cyan);box-shadow:0 4px 24px rgba(0,170,215,.08)}.listing-card-img{width:100%;height:160px;object-fit:cover;object-position:center;border-radius:6px 6px 0 0;margin:-32px -28px 20px -28px;width:calc(100% + 56px)}.listing-card h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:10px}.listing-card p{font-size:.88rem;color:var(--gray-600);line-height:1.6;margin:0}.listing-card .card-link{display:inline-block;margin-top:14px;font-size:.82rem;font-weight:500;color:var(--cyan);text-decoration:none;letter-spacing:.04em;text-transform:uppercase}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding:56px 0 72px}.blog-card{background:var(--white);border:1px solid var(--gray-100);border-radius:8px;overflow:hidden;transition:border-color .2s,box-shadow .2s;text-decoration:none;display:block}.blog-card:hover{border-color:var(--cyan);box-shadow:0 4px 24px rgba(0,170,215,.08)}.blog-card-img{width:100%;height:200px;object-fit:cover;display:block}.blog-card-body{padding:24px 28px}.blog-card-date{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);margin-bottom:8px}.blog-card h3{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;color:var(--navy);margin-bottom:10px;line-height:1.3}.blog-card p{font-size:.88rem;color:var(--gray-600);line-height:1.6;margin:0}.blog-post-meta{font-size:.82rem;color:var(--gray-600);margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--gray-100)}.location-detail{padding:56px 0}.location-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:32px}.location-info h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--navy);margin-bottom:16px}.location-info p{color:var(--gray-600);margin-bottom:12px;line-height:1.7}.location-info a{color:var(--cyan);text-decoration:none}.location-info a:hover{text-decoration:underline}.location-map{border-radius:8px;overflow:hidden;border:1px solid var(--gray-100)}.location-map iframe{width:100%;height:350px;border:0}@media (max-width:960px){.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--navy-dark);flex-direction:column;padding:16px 0;border-top:1px solid rgba(255,255,255,.08)}.nav-links.nav-open{display:flex}.nav-links>li>a{padding:14px 32px}.dropdown-menu{position:static;box-shadow:none;border:none;border-radius:0;background:rgba(255,255,255,.04);min-width:0;display:block}.dropdown-menu a{padding:10px 48px;color:rgba(255,255,255,.7)}.dropdown-menu a:hover{background:rgba(255,255,255,.06);color:var(--white)}.nav-cta{display:none}.listing-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr}.location-info-grid{grid-template-columns:1fr}}.content-hero-image{margin-bottom:32px;border-radius:8px;overflow:hidden;border:1px solid var(--gray-100)}.content-hero-image img{display:block;width:100%;height:320px;object-fit:cover;object-position:center}@media (max-width:600px){.content-hero-image img{height:200px}}.medically-reviewed-badge{margin-top:48px;padding-top:32px;border-top:1px solid var(--gray-100);text-align:center}.medically-reviewed-badge img{width:150px;height:auto;display:inline-block}.contact-section{background:var(--off-white);padding:72px 0;border-top:1px solid var(--gray-100)}.contact-header{text-align:center;margin-bottom:40px}.contact-header h2{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;color:var(--navy);margin-bottom:8px}.contact-header p{color:var(--gray-600);font-size:.95rem;max-width:560px;margin:0 auto}.contact-form{max-width:640px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form .full-width{grid-column:1/-1}.contact-form label{display:block;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);margin-bottom:6px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 16px;border:1px solid var(--gray-300);border-radius:4px;font-family:var(--font-body);font-size:.95rem;font-weight:300;color:var(--gray-800);background:var(--white);transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:0;border-color:var(--cyan)}.contact-form textarea{resize:vertical;min-height:120px}.contact-submit{display:inline-block;font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--navy);border:2px solid var(--navy);padding:14px 48px;border-radius:4px;cursor:pointer;transition:background .2s,color .2s}.contact-submit:hover{background:var(--cyan);border-color:var(--cyan);color:var(--navy)}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.form-success{text-align:center;padding:48px 24px;max-width:640px;margin:0 auto}.form-success h3{font-family:var(--font-heading);font-size:1.8rem;font-weight:600;color:var(--navy);margin-bottom:8px}.form-success p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:4px;padding:12px 16px;font-size:.88rem;grid-column:1/-1;display:none}.contact-locations{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:48px 0;max-width:640px;margin-left:auto;margin-right:auto}.contact-location-card{background:var(--off-white);border:1px solid var(--gray-100);border-radius:8px;padding:28px 24px;text-align:center}.contact-location-card h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--navy);margin-bottom:8px}.contact-location-card p{color:var(--gray-600);font-size:.9rem;line-height:1.6;margin-bottom:4px}.contact-location-card a{color:var(--cyan);text-decoration:none;font-weight:500;font-size:1.05rem}.contact-location-card a:hover{text-decoration:underline}.faq-list{margin-top:16px}.faq-item{border:1px solid var(--gray-100);border-radius:6px;margin-bottom:12px;overflow:hidden}.faq-item summary{padding:16px 20px;font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--navy);cursor:pointer;list-style:none;position:relative;padding-right:40px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.3rem;color:var(--cyan);font-weight:300}.faq-item[open] summary::after{content:'\2212'}.faq-item p{padding:0 20px 16px;color:var(--gray-600);line-height:1.7;font-size:.92rem}.author-bio{display:flex;gap:24px;align-items:center;background:var(--off-white);border:1px solid var(--gray-100);border-radius:8px;padding:28px;margin-top:48px;border-top:3px solid var(--cyan)}.author-bio-photo{flex:0 0 96px;width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--cyan)}.author-bio-info{flex:1}.author-bio-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:2px}.author-bio-title{font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);margin-bottom:10px}.author-bio-text{font-size:.88rem;color:var(--gray-600);line-height:1.7;margin-bottom:10px}.author-bio-credentials{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.author-bio-credentials span{display:inline-block;font-size:.72rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--navy);background:var(--white);border:1px solid var(--gray-100);border-radius:4px;padding:4px 10px}.author-bio-badge{flex:0 0 120px;width:120px;height:120px;object-fit:contain;border-radius:0;margin:0}@media (max-width:600px){.author-bio{flex-direction:column;align-items:center;text-align:center;padding:24px 20px}.author-bio-credentials{justify-content:center}.author-bio-badge{flex:0 0 100px;width:100px;height:100px;order:-1}}.medical-disclaimer{background:var(--off-white);border-top:1px solid var(--gray-100);padding:20px 24px;text-align:center;font-size:.72rem;color:var(--gray-600);line-height:1.6}@media (max-width:600px){.page-hero{padding:36px 0 32px}.page-hero h1{font-size:1.8rem}.listing-grid{grid-template-columns:1fr;gap:16px}.listing-card{padding:24px 20px}.blog-card-body{padding:20px}.page-content{padding:40px 0 56px}.contact-form{grid-template-columns:1fr}.contact-locations{grid-template-columns:1fr;gap:16px}}