:root{--bg:#fafaf7;--bg-warm:#f5f1eb;--bg-card:#fff;--text:#1a2a3a;--text-secondary:#5e6e7e;--text-light:#8a96a3;--gold:#b8965a;--gold-hover:#9e7d45;--gold-light:#f5ede0;--navy:#1b2d4f;--border:#e8e3dc;--border-light:#f0ece6;--white:#fff;--shadow-sm:0 1px 3px rgba(26,42,58,0.04);--shadow-md:0 4px 20px rgba(26,42,58,0.06);--shadow-lg:0 8px 40px rgba(26,42,58,0.08);--radius:12px;--font-display:'Cormorant Garamond',Georgia,serif;--font-body:'Outfit',-apple-system,sans-serif}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;color:var(--text);background:var(--bg);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(37,211,102,0.4);z-index:91;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.whatsapp-float:hover,.whatsapp-float:focus-visible{background:#1fb855;transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,0.5);outline:0}.whatsapp-float svg{width:30px;height:30px}@media(max-width:768px){.whatsapp-float{bottom:1rem;right:1rem;width:50px;height:50px}.whatsapp-float svg{width:26px;height:26px}}.scroll-to-top{position:fixed;bottom:6rem;right:calc(1.5rem + 4px);width:48px;height:48px;border-radius:50%;background:var(--gold);color:var(--navy);border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(0.5rem);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background-color .2s ease;z-index:90;padding:0}.scroll-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover,.scroll-to-top:focus-visible{background:var(--gold-hover);outline:0}.scroll-to-top svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}@media(max-width:768px){.scroll-to-top{bottom:5.1rem;right:calc(1rem + 3px);width:44px;height:44px}.scroll-to-top svg{width:20px;height:20px}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;transition:all .4s cubic-bezier(0.16,1,0.3,1)}.nav.scrolled{background:rgba(250,250,247,0.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);padding:.75rem 2rem}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.nav-brand img{height:48px;width:auto;display:block}@media(max-width:768px){.nav-brand img{height:40px}}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:var(--text-secondary);text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:color .3s}.nav-links a:hover{color:var(--gold)}.nav-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--white) !important;text-transform:uppercase !important;padding:.6rem 1.5rem;border-radius:100px;font-size:.8rem !important;font-weight:600 !important;letter-spacing:.06em !important;transition:all .3s;text-decoration:none}.nav-cta:hover{background:var(--gold-hover) !important;color:var(--white) !important;transform:translateY(-1px);box-shadow:0 4px 16px rgba(184,150,90,0.3)}.nav-has-mega{position:static}.nav-mega-trigger{display:inline-flex;align-items:center;gap:.4rem;background:0;border:0;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;padding:0;transition:color .3s}.nav-mega-trigger:hover,.nav-mega-trigger[aria-expanded="true"],.nav-mega-trigger.is-active{color:var(--gold)}.nav-mega-chevron{transition:transform .25s ease}.nav-mega-trigger[aria-expanded="true"] .nav-mega-chevron{transform:rotate(180deg)}.nav-mega{position:absolute;top:calc(100% + 0.5rem);left:50%;width:min(1120px,calc(100vw - 2rem));background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;box-shadow:var(--shadow-lg);padding:1.75rem;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:99}.nav-mega::before{content:'';position:absolute;top:-2.5rem;left:0;right:0;height:2.5rem}.nav-has-mega.is-open .nav-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.nav-mega-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.nav-mega-inner-cols-2{grid-template-columns:repeat(2,1fr)}.nav-mega-inner-cols-3{grid-template-columns:repeat(3,1fr)}.nav-mega-inner-cols-4{grid-template-columns:repeat(4,1fr)}.nav-mega-col{display:flex;flex-direction:column;gap:1.5rem}.nav-mega-group{display:flex;flex-direction:column;gap:.75rem}.nav-has-mega:has(.nav-mega-compact){position:relative}.nav-mega-compact{width:max-content;min-width:200px;left:0;padding:1rem 1.25rem;transform:translateY(-8px)}.nav-has-mega.is-open>.nav-mega-compact{transform:translateY(0)}.nav-mega-cat{display:grid;grid-template-columns:auto 1fr;column-gap:.85rem;align-items:center;text-decoration:none;padding-bottom:.75rem;border-bottom:1px solid var(--border-light);transition:border-color .2s}.nav-mega-cat:hover,.nav-mega-cat.is-active{border-color:var(--gold)}.nav-mega-cat.is-active .nav-mega-cat-icon{background:var(--gold);color:var(--white)}.nav-mega-cat.is-active .nav-mega-cat-title{color:var(--gold)}.nav-mega-cat-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--gold-light);color:var(--gold);transition:background-color .2s,color .2s,transform .2s ease}.nav-mega-cat-icon svg{width:20px;height:20px}.nav-mega-cat:hover .nav-mega-cat-icon{background:var(--gold);color:var(--white);transform:translateY(-2px)}.nav-mega-cat-title{display:block;font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--navy);letter-spacing:-.01em;text-transform:none}.nav-mega-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}.nav-mega-list a{display:block;font-size:.95rem;font-weight:400;color:var(--text);text-transform:none;letter-spacing:0;padding:.45rem .6rem;margin:0 -.6rem;border-radius:6px;transition:background-color .2s,color .2s;text-decoration:none;line-height:1.4}.nav-mega-list a:hover{background:var(--bg-warm);color:var(--navy)}.nav-mega-list a.is-active{color:var(--gold);font-weight:500}.nav-mega-list a.nav-mega-more{margin-top:.25rem;font-size:.85rem;font-style:italic;color:var(--gold)}.nav-mega-list a.nav-mega-more:hover{color:var(--navy);background:var(--bg-warm)}.nav-mega-footer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.25rem -1.75rem -1.75rem;padding:.9rem 1.75rem;background:var(--bg-warm);border-top:1px solid var(--border-light);border-radius:0 0 16px 16px;font-size:.82rem;font-weight:500;color:var(--navy);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:background-color .2s,color .2s}.nav-mega-footer:hover{background:var(--gold-light);color:var(--gold-hover)}.nav-mega-footer svg{transition:transform .2s ease}.nav-mega-footer:hover svg{transform:translateX(3px)}.nav-mobile-toggle{display:none;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:4px}.nav-mobile-toggle span{width:24px;height:2px;background:var(--navy);transition:all .3s}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;max-width:1400px;margin:0 auto;padding:6rem 3rem 2rem;gap:3rem}.hero-content{max-width:560px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.hero-eyebrow::before{content:'';width:24px;height:1px;background:var(--gold)}.hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:500;line-height:1.15;color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em}.hero h1 em{font-style:italic;color:var(--gold)}.hero-desc{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem;max-width:460px}.hero-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.65rem;background:var(--gold);color:var(--white);padding:1rem 2.25rem;border-radius:100px;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.04em;text-decoration:none;border:0;cursor:pointer;transition:all .3s}.btn-primary:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(184,150,90,0.35)}.btn-primary svg{width:18px;height:18px;fill:currentColor}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);font-size:1rem;font-weight:500;text-decoration:none;padding:1rem 1.5rem;border:1px solid var(--border);border-radius:100px;transition:all .3s}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.page-hero .btn-secondary{background:var(--white);box-shadow:var(--shadow-sm)}.page-hero .btn-secondary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.hero-image{position:relative;justify-self:end}.hero-image img{width:100%;max-width:480px;border-radius:200px 200px 24px 24px;object-fit:cover;height:600px;box-shadow:var(--shadow-lg)}.hero-image::after{content:'';position:absolute;bottom:-12px;right:-12px;width:120px;height:120px;border:2px solid var(--gold);border-radius:0 0 24px 0;opacity:.4;z-index:-1}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.hero-stat-number{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--navy);line-height:1}.hero-stat-label{font-size:.78rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-top:.35rem}.section{padding:6rem 2rem}.section-inner{max-width:960px;margin:0 auto}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-eyebrow::before{content:'';width:20px;height:1px;background:var(--gold)}.section-title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:500;color:var(--navy);line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:560px;line-height:1.8}.section-subtitle a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s}.section-subtitle a:hover{color:var(--gold-hover)}.section-subtitle-wide{max-width:none}.section-header{margin-bottom:3.5rem}.section-header-tight{margin-bottom:2rem}.services{background:var(--bg-warm)}.services-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.services-image{border-radius:var(--radius);overflow:hidden;position:sticky;top:6rem}.services-image img{width:100%;height:auto;display:block;border-radius:var(--radius)}.services-image-caption{font-size:.85rem;color:var(--text-light);margin-top:.75rem;text-align:center;font-style:italic}.services-list{display:flex;flex-direction:column}.service-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-light)}.service-item:first-child{padding-top:0}.service-item:last-child{border-bottom:0}.service-item-link{text-decoration:none;color:inherit;transition:color .2s}.service-item-link:hover .service-name{color:var(--gold)}.service-item-link:hover .service-icon{background:var(--gold);color:var(--white)}.service-item-link:hover .service-icon svg{stroke:var(--white)}.service-icon{width:38px;height:38px;min-width:38px;background:var(--gold-light);border-radius:10px;display:flex;align-items:center;justify-content:center}.service-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.service-name{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--navy)}.doctor-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}.doctor-card{display:grid;grid-template-columns:132px 1fr;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.doctor-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(27,45,79,0.08);border-color:var(--gold-light)}.doctor-card-photo{display:block;aspect-ratio:1 / 1;border-radius:var(--radius);overflow:hidden}.doctor-card-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 30%}.doctor-card-body{display:flex;flex-direction:column;gap:.3rem}.doctor-card-name{font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:var(--navy)}.doctor-card-role{font-size:.9rem;color:var(--gold-hover)}.doctor-card-quals{font-size:.83rem;color:var(--text-secondary);line-height:1.5}.doctor-card-more{margin-top:.4rem;font-size:.88rem;font-weight:500;color:var(--navy);transition:color .25s ease}.doctor-card:hover .doctor-card-more{color:var(--gold)}@media(max-width:900px){.doctor-strip{grid-template-columns:1fr}}@media(max-width:480px){.doctor-card{grid-template-columns:96px 1fr;gap:1.1rem;padding:1.15rem}.doctor-card-name{font-size:1.2rem}}.doctor-tabs{display:flex;width:fit-content;gap:.35rem;padding:.35rem;margin:0 auto 2.75rem;background:var(--white);border:1px solid var(--border);border-radius:100px;box-shadow:var(--shadow-sm)}.doctor-tab{padding:.7rem 1.6rem;border:0;border-radius:100px;background:transparent;font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:.01em;color:var(--text-secondary);cursor:pointer;transition:background .25s,color .25s}.doctor-tab:hover{color:var(--navy)}.doctor-tab.is-active{background:var(--navy);color:var(--white)}.doctor-panel[hidden]{display:none}.doctor-panel .about-image img{aspect-ratio:3 / 2;object-fit:cover}#panel-leonard .about-image img{object-position:center 37%}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:start}.about-image{position:sticky;top:6rem}.about-image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.about-image::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5}.about-content .section-subtitle{margin-bottom:2rem}.about-credentials{margin-bottom:1.5rem}.about-credentials-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.about-credentials-quals{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.about-credentials-interests{margin-top:.75rem}.about-credentials-interests-title{font-size:.85rem;font-weight:500;color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.about-credentials-interests ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.about-credentials-interests li{font-size:.8rem;color:var(--gold-hover);background:var(--gold-light);padding:.25rem .75rem;border-radius:100px;font-weight:500}.about-highlights{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.about-highlight{display:flex;align-items:flex-start;gap:.85rem}.about-highlight-icon{width:24px;height:24px;min-width:24px;background:var(--gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.about-highlight-icon svg{width:12px;height:12px;stroke:var(--gold);fill:none;stroke-width:2.5}.about-highlight p{font-size:1rem;color:var(--text-secondary);line-height:1.6}.video-section{background:var(--bg-warm)}.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow-md);max-width:720px;margin:0 auto}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}body.page-home #telemedicine{background:var(--bg-warm)}body.page-home #about .section-header,body.page-home #telemedicine .section-header{margin-bottom:2.75rem}body.page-ed-causes #clinics{background:var(--bg-warm)}.tele-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:center}.tele-content{order:1}.tele-image{order:2}.tele-image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.tele-steps{display:flex;flex-direction:column;gap:1.5rem}.tele-step{display:flex;gap:1.25rem;align-items:flex-start}.tele-step-num{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--gold);line-height:1;min-width:28px}.tele-step-title{font-weight:600;font-size:1.05rem;color:var(--navy);margin-bottom:.25rem}.tele-step-desc{font-size:1rem;color:var(--text-secondary);line-height:1.6}.clinics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem}.clinic-tabs:not([hidden]){display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.clinic-tab{flex:0 0 auto;font-family:inherit;font-size:.85rem;font-weight:500;line-height:1;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.6rem .95rem;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.clinic-tab:hover{border-color:var(--gold);color:var(--navy)}.clinic-tab.is-active{background:var(--navy);border-color:var(--navy);color:var(--white)}.clinic-tab:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.clinic-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);padding:2rem;transition:all .3s}.clinic-card.primary{border-color:var(--gold);position:relative}.clinic-name{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.clinic-name a{color:var(--gold);text-decoration:none;transition:color .2s}.clinic-name a:hover,.clinic-name a:focus-visible{color:var(--navy);text-decoration:underline;text-underline-offset:3px}.clinic-last-appt{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed var(--border-light);font-size:.85rem;color:var(--text-secondary)}.clinic-address{font-size:1rem;color:var(--text-secondary);line-height:1.65}.clinic-hours{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light);font-size:.9rem;line-height:1.55;color:var(--text-secondary)}.clinic-last-appt{margin-top:.4rem;font-size:.82rem;color:var(--text-secondary)}.clinic-hours strong{color:var(--navy);font-weight:600}.clinic-map-link{display:flex;width:max-content;align-items:center;gap:.4rem;margin:1rem auto 0;padding:.5rem .9rem;border:1px solid var(--border);border-radius:100px;background:transparent;color:var(--navy);font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.clinic-map-link svg{width:14px;height:14px;color:var(--gold)}.clinic-map-link:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}.clinic-map-link:hover svg{color:var(--white)}.team-photo{margin:3rem auto;max-width:600px;text-align:center}.team-photo img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-md)}.team-photo-caption{font-size:.85rem;color:var(--text-light);margin-top:.75rem;font-style:italic}.map-heading{font-family:var(--font-heading);font-size:1.4rem;color:var(--navy);text-align:center;margin-bottom:1rem}.map-wrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.map-wrap iframe{display:block;width:100%;height:400px;border:0}.banner-section{padding:0 2rem 4.5rem;margin-top:-2.5rem}.banner-inner{max-width:960px;margin:0 auto}.banner-link{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.banner-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.banner-link img{width:100%;height:auto;display:block}@media(max-width:768px){.banner-section{padding:0 1.25rem 4rem}}.section.mid-cta-section{padding:0 2rem 5rem;margin-top:-2.5rem}.section.mid-cta-section-warm{background:var(--bg-warm)}.section.mid-cta-section-spaced{margin-top:0}.mid-cta{background:var(--bg-card);border:1px solid var(--border-light);border-top:3px solid var(--gold);border-radius:var(--radius);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;box-shadow:var(--shadow-md);max-width:720px;margin:0 auto}.mid-cta-inline{margin-top:3rem}.mid-cta-image{width:100%;max-width:240px;height:auto;border-radius:12px;box-shadow:var(--shadow-sm);margin-bottom:.25rem}.mid-cta-with-image{flex-direction:row;align-items:center;text-align:left;gap:2rem;max-width:880px;padding:2rem}.mid-cta-with-image .mid-cta-image{flex:0 0 260px;max-width:260px;margin-bottom:0;align-self:stretch;object-fit:cover;height:100%;max-height:320px}.mid-cta-content{display:flex;flex-direction:column;gap:1.1rem;align-items:flex-start;flex:1}@media(max-width:768px){.mid-cta-with-image{flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:2rem 1.5rem}.mid-cta-with-image .mid-cta-image{flex:0 0 auto;max-width:240px;height:auto;max-height:none;align-self:center}.mid-cta-content{align-items:center}}.mid-cta-heading{font-family:var(--font-display);font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:500;color:var(--navy);line-height:1.25;margin:0;letter-spacing:-.01em}.section-cta-center{text-align:center;margin-top:2.5rem}.mid-cta-text{color:var(--text-secondary);font-size:1.0625rem;line-height:1.75;margin:0}.mid-cta-text strong{color:var(--navy);font-weight:600;font-variant-numeric:tabular-nums}.mid-cta-text a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.mid-cta-text a:hover{color:var(--gold-hover)}@media(max-width:640px){.mid-cta{padding:2rem 1.5rem}.section.mid-cta-section{padding:0 1.25rem 3.5rem}}.page-weight-loss .section.mid-cta-section{padding-bottom:0}.page-weight-loss .section.mid-cta-section+section.content-section{padding-top:2.75rem}.page-ear-wax-removal .section.mid-cta-section{margin-top:0}.cta-section{background:var(--navy);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(184,150,90,0.08) 0,transparent 70%);pointer-events:none}.cta-section::after{content:'';position:absolute;bottom:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(184,150,90,0.06) 0,transparent 70%);pointer-events:none}.cta-inner{max-width:640px;margin:0 auto;position:relative;z-index:1}.cta-section .section-eyebrow{color:var(--gold);justify-content:center}.cta-section .section-eyebrow::before{background:var(--gold)}.cta-section .section-title{color:var(--white);margin-bottom:1rem}.cta-section .section-subtitle{color:rgba(255,255,255,0.6);margin:0 auto 2.5rem;text-align:center}.cta-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-buttons .btn-primary:only-child{display:flex;width:100%;justify-content:center;padding-left:1rem;padding-right:1rem}.btn-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,0.8);font-size:1.0625rem;font-weight:500;text-decoration:none;padding:1rem 1.75rem;border:1px solid rgba(255,255,255,0.15);border-radius:100px;transition:all .3s}.btn-cta-secondary:hover{border-color:var(--gold);color:var(--gold)}.footer{background:#141e2e;padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-brand{display:inline-flex;align-items:center;line-height:0;text-decoration:none}.footer-brand img{height:48px;width:auto;display:block}@media(max-width:768px){.footer-brand img{height:40px}}.footer-copy{font-size:.8rem;color:rgba(255,255,255,0.35)}.footer-socials{display:flex;gap:1.25rem}.footer-socials a{color:rgba(255,255,255,0.45);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .3s}.footer-socials a:hover{color:var(--gold)}.footer-disclaimer{max-width:1200px;margin:1.75rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.08);font-size:.95rem;line-height:1.7;color:rgba(255,255,255,0.4);text-align:center}.footer-disclaimer strong{color:rgba(255,255,255,0.55);font-weight:600}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(0.16,1,0.3,1),transform .8s cubic-bezier(0.16,1,0.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.page-hero{padding:9rem 2rem 4.5rem;background:linear-gradient(180deg,var(--bg-warm) 0,var(--bg) 100%)}.page-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:center}.page-hero-content{min-width:0}.breadcrumbs{font-size:.9rem;color:var(--text-light);margin-bottom:1.25rem;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.breadcrumbs a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs span[aria-current]{color:var(--text)}.page-hero .section-eyebrow{font-size:.85rem}.page-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,3.8vw,3rem);font-weight:500;color:var(--navy);line-height:1.15;letter-spacing:-.01em;margin:.5rem 0 1.25rem}.page-hero-lead{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.75rem}.page-hero-badges{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.page-hero-badges li{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--white);border:1px solid var(--border);border-radius:100px;padding:.55rem .9rem;font-size:.9rem;font-weight:500;color:var(--text);box-shadow:var(--shadow-sm);text-align:center;line-height:1}.page-hero-badges svg{display:block;width:18px;height:18px;flex-shrink:0;color:var(--gold)}.page-hero .hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.page-hero .hero-actions>.btn-primary:only-child{display:flex;width:100%;justify-content:center;padding-left:1rem;padding-right:1rem}.page-hero .hero-actions>.btn-primary:not(:only-child),.page-hero .hero-actions>.btn-secondary{display:inline-flex;flex:1 1 0;min-width:0;justify-content:center}.page-hero-image{position:relative}.page-hero-image img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.page-hero-image::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5}.page-hero-inner:has(.page-hero-head){align-items:start;row-gap:2.25rem}.page-hero:has(.page-hero-head){padding-top:6rem}.page-hero-head{grid-column:1 / -1}.page-hero-head h1{margin-bottom:0}.page-hero-standfirst{margin:1.5rem 0 0;font-size:1rem;line-height:1.7;color:var(--text-secondary)}.page-hero-lead a,.page-hero-standfirst a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.page-hero-lead a:hover,.page-hero-standfirst a:hover{color:var(--gold-hover)}.page-hero-inner:has(.page-hero-head) .page-hero-badges{margin:1.5rem 0 0}.page-hero-inner:has(.page-hero-head) .hero-actions{margin-top:2rem}.page-hero-inner:has(.page-hero-head) .page-hero-image::before{display:none}.doctor-quote{display:grid;grid-template-columns:1fr;gap:0;margin:2rem 0 0;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 28px rgba(27,45,79,0.07)}.doctor-quote-media{position:relative;min-height:220px}.doctor-quote-media img{display:block;width:100%;height:100%;object-fit:cover}.doctor-quote-body{padding:1.85rem 1.75rem}.doctor-quote-mark{display:block;width:25px;height:auto;color:var(--gold);opacity:.55;margin-bottom:.7rem}.doctor-quote blockquote{margin:0;padding:0;border:0}.doctor-quote blockquote p{margin:0;font-family:var(--font-display);font-size:1.18rem;line-height:1.5;color:var(--navy)}.doctor-quote-attrib{display:flex;align-items:center;gap:.8rem;margin-top:1.15rem;padding-top:1rem;border-top:1px solid var(--border-light)}.doctor-quote-avatar{flex:0 0 auto;display:block;width:54px;height:54px;border-radius:50%;overflow:hidden}.doctor-quote-avatar img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 18%;transform:scale(1.45)}.doctor-quote-attrib-text{display:flex;flex-direction:column;line-height:1.35}.doctor-quote-attrib-text strong{font-size:.98rem;color:var(--navy)}.doctor-quote-attrib-text>span{font-size:.83rem;color:var(--text-secondary)}@media(min-width:768px){.doctor-quote{grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr)}.doctor-quote-body{padding:2.1rem 2.25rem}}.hero-social{display:flex;gap:.5rem;list-style:none;padding:0;margin:.75rem 0 0}.hero-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--gold-light);color:var(--navy);transition:background .25s ease,color .25s ease,transform .25s ease}.hero-social a:hover,.hero-social a:focus-visible{background:var(--gold);color:var(--white);transform:translateY(-2px)}.hero-social svg{width:16px;height:16px;display:block}.about-credentials-row{display:flex;align-items:center;flex-wrap:wrap;gap:.9rem}.about-credentials-row .hero-social{margin-top:0;flex:0 0 auto}.page-dr-leonard-leng .page-hero-image img{max-width:420px;margin-left:auto;margin-right:auto}.page-dr-joel-foo .video-wrap{margin-top:2rem;margin-bottom:.5rem}.page-dr-joel-foo .doctor-quote-avatar img{object-position:50% 50%;transform:none}.media-tabs{display:flex;width:fit-content;max-width:100%;gap:.3rem;padding:.3rem;margin:0 auto 1rem;background:var(--white);border:1px solid var(--border);border-radius:100px;box-shadow:var(--shadow-sm)}.media-tab{padding:.5rem 1.15rem;border:0;border-radius:100px;background:transparent;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;color:var(--text-secondary);cursor:pointer;transition:background .25s,color .25s}.media-tab:hover{color:var(--navy)}.media-tab.is-active{background:var(--navy);color:var(--white)}.media-panel[hidden]{display:none}@media(max-width:400px){.media-tab{padding:.5rem .75rem;font-size:.8rem}}.summary-table .summary-cta{padding:1rem 1.1rem 1.15rem}.summary-table .summary-cta .btn-primary,.summary-table .summary-cta .btn-secondary{display:flex;width:100%;justify-content:center}.summary-table .summary-cta .btn-primary{color:var(--white)}.summary-table .summary-cta .btn-primary:hover{color:var(--white);text-decoration:none}.summary-table .summary-cta .btn-secondary{margin-top:.6rem;color:var(--text);box-shadow:none}.summary-table .summary-cta .btn-secondary:hover{color:var(--gold);box-shadow:none;transform:none;text-decoration:none}.page-hero-summary{position:relative}.page-hero-summary .btn-secondary,.page-hero-summary>.btn-primary{display:flex;width:100%;justify-content:center;margin-top:1.25rem}.page-hero-summary>.btn-primary{margin-top:1.1rem}.page-hero-summary::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5;pointer-events:none;z-index:1}.summary-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);font-size:.95rem;position:relative}.summary-table tr+tr th,.summary-table tr+tr td{border-top:1px solid var(--border-light)}.summary-table th{background:var(--gold-light);color:var(--navy);text-align:left;padding:.85rem 1rem;font-weight:600;font-size:.85rem;letter-spacing:.02em;vertical-align:top;white-space:nowrap;width:1%}.summary-table th svg{width:16px;height:16px;margin-right:.45rem;vertical-align:-3px;color:var(--gold);flex-shrink:0}.summary-table td{padding:.85rem 1.1rem;color:var(--text);line-height:1.55;vertical-align:top}.summary-table td strong{color:var(--navy);font-weight:600}.summary-table a{color:var(--gold);text-decoration:none;font-weight:600}.summary-table a:hover{text-decoration:underline}.summary-clinics>div+div{margin-top:.35rem}.summary-clinics>.summary-home{margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border)}.content-section{padding:4rem 2rem}.section-warm{background:var(--bg-warm)}.section-inner-wide{max-width:1200px}.split-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:center}.split-grid-reverse{grid-template-columns:1.15fr 1fr}.split-image{position:relative}.split-image img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.image-caption{margin:.75rem 0 0;padding:0 .5rem;font-size:.85rem;line-height:1.5;font-style:italic;color:var(--text-secondary);text-align:center}.page-hero-image .image-caption{margin-top:.85rem}.prose-image{margin:1.75rem 0 1.75rem}.prose-image img{display:block;width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px rgba(27,45,79,0.08)}@media(min-width:1025px){.prose-image{max-width:90%;margin-left:auto;margin-right:auto}.prose-image.prose-image-full{max-width:100%}}.prose-image-product{max-width:420px;margin-left:auto;margin-right:auto}.prose-image-product img{display:block;width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px rgba(27,45,79,0.08)}.prose-image-product figcaption{margin-top:.55rem;font-size:.85rem;color:var(--text-light);text-align:center;font-style:italic}.product-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.75rem 0 .5rem}.prose .product-row+h3{margin-top:.5rem}@media(min-width:640px){.product-row{grid-template-columns:1fr 1fr;gap:2rem;align-items:start}}.product-row .prose-image-product{margin:0;max-width:100%}.product-row-balanced .prose-image-product img{aspect-ratio:4 / 3;object-fit:contain;background:var(--bg-warm);padding:1rem}.prose-product-intro{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;margin:1.25rem 0}.prose-product-intro>p{margin:0}.prose-product-intro .prose-image-product{margin:0;max-width:100%}.prose-product-intro>div>:first-child{margin-top:0}.prose-image-frame{display:block}@media(min-width:640px){.prose-product-intro:has(.prose-image-boxed){align-items:stretch}.prose-image-boxed{display:flex;flex-direction:column;min-height:0}.prose-image-boxed .prose-image-frame{position:relative;flex:1 1 auto;min-height:220px;background:var(--bg-warm);border:1px solid var(--border-light);border-radius:8px;box-shadow:0 4px 16px rgba(27,45,79,0.08);overflow:hidden}.prose-image-boxed .prose-image-frame img{position:absolute;inset:1rem;margin:auto;width:auto;height:auto;max-width:calc(100% - 2rem);max-height:calc(100% - 2rem);object-fit:contain;border-radius:4px;box-shadow:none}}@media(min-width:640px){.prose-product-intro{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:2rem}}@media(max-width:639px){.prose-product-intro{gap:1rem}.prose .prose-product-intro+h3{margin-top:.75rem}}@media(min-width:1025px){.prose-product-intro.is-sticky{margin-top:2.25rem}.prose-product-intro.is-sticky .prose-image-product{position:sticky;top:6rem}.prose-product-intro.is-sticky>div>:first-child{margin-top:0}}#gallery .section-header{margin-bottom:1rem}.gallery-grid{display:flex;flex-wrap:wrap;gap:1.75rem;margin-top:2rem}.justify-content-center{justify-content:center}.gallery-item{margin:0;flex:0 1 calc((100% - 3.5rem) / 3);max-width:calc((100% - 3.5rem) / 3)}.gallery-item img{width:100%;height:260px;display:block;object-fit:cover;border-radius:6px;box-shadow:0 4px 18px rgba(27,45,79,0.08)}@media(max-width:900px){.gallery-item{flex:0 1 calc((100% - 1.75rem) / 2);max-width:calc((100% - 1.75rem) / 2)}.gallery-item img{height:220px}}@media(max-width:640px){.gallery-grid{gap:1.25rem;margin-top:1.5rem}.gallery-item{flex:0 1 100%;max-width:100%}.gallery-item img{height:280px}.hide-mobile{display:none}}.split-image-accent::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5}@media(min-width:1025px){.split-image-offset-top{margin-top:1.5rem}.split-image-sticky{position:sticky;top:6rem;align-self:start}}.book-image-col{display:flex;flex-direction:column;gap:1.5rem}.contact-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}@media(max-width:480px){.contact-buttons{grid-template-columns:1fr}}.contact-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.1rem;border-radius:100px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:.88rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,transform .2s;box-shadow:var(--shadow-sm)}.contact-btn:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.contact-btn svg{width:16px;height:16px;flex-shrink:0}.book-lead{font-size:1.0625rem;color:var(--text-secondary);line-height:1.75;margin:.75rem 0 1.5rem}.book-lead strong{color:var(--navy);font-weight:600}.book-lead a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s}.book-lead a:hover{color:var(--gold-hover)}.book-lead a strong{color:inherit}.prose h2{font-family:var(--font-display);font-size:clamp(1.6rem,2.6vw,2rem);font-weight:500;color:var(--navy);line-height:1.25;margin:2.75rem 0 1rem;letter-spacing:-.01em}.prose h2:first-child{margin-top:0}.split-content>.section-title{font-size:clamp(1.6rem,2.6vw,2rem);line-height:1.25}.prose h3{font-family:var(--font-display);font-size:1.45rem;font-weight:600;color:var(--navy);margin:2rem 0 .75rem}.prose p{color:var(--text);line-height:1.8;margin-bottom:1.25rem;font-size:1.0625rem}.prose a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.prose a:hover{color:var(--gold-hover)}.content-list{list-style:none;padding:0;margin:0 0 1.5rem}.content-list li{position:relative;padding-left:1.5rem;margin-bottom:.6rem;color:var(--text);line-height:1.75;font-size:1.0625rem}.content-list li::before{content:'';position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:var(--gold)}.content-list.numbered{counter-reset:list}.content-list.numbered li{counter-increment:list;padding-left:2.25rem}.content-list.numbered li::before{content:counter(list);background:transparent;color:var(--gold);font-family:var(--font-display);font-weight:600;font-size:1rem;width:auto;height:auto;top:0;border-radius:0}.reviewer{background:var(--bg-card);border:1px solid var(--border-light);border-left:3px solid var(--gold);border-radius:var(--radius);padding:.9rem 1.25rem;margin:0 0 2.25rem;box-shadow:var(--shadow-sm)}.reviewer-line{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}.reviewer-line strong{color:var(--navy);font-weight:600}.reviewer-name{color:var(--text);font-weight:500}.reviewer-sep{color:var(--border);margin:0 .4rem;user-select:none}.reviewer-updated{font-size:.85rem;color:var(--text-light);margin:.35rem 0 0;font-style:italic}@media(max-width:640px){.reviewer{padding:.85rem 1rem}.reviewer-line{font-size:.9rem}.reviewer-sep{margin:0 .25rem}}.why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}.why-choose-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);padding:2rem 1.75rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:.6rem;align-items:center}.why-choose-card a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.why-choose-card a:hover{color:var(--gold-hover)}.cards-footnote{margin:1.5rem 0 0;font-size:1.05rem;line-height:1.7;color:var(--text-secondary)}.cards-footnote+.doctor-quote{margin-top:2.75rem}.why-choose-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(27,45,79,0.08);border-color:var(--gold-light)}.why-choose-icon{width:52px;height:52px;background:var(--gold-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gold)}.why-choose-icon svg{width:28px;height:28px}.why-choose-card h3{margin:0;color:var(--navy);font-size:1.2rem;line-height:1.35}.why-choose-card p{margin:0;grid-column:1 / -1;color:var(--text-secondary);line-height:1.65;font-size:.98rem}@media(max-width:768px){.why-choose-grid{grid-template-columns:1fr;gap:1rem}.why-choose-card{padding:1.5rem 1.25rem}}.price-table-wrap{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);margin:1.5rem 0 1.25rem;overflow-x:auto}.price-table{width:100%;border-collapse:collapse;font-size:1.0625rem}.price-table thead{background:var(--navy);color:var(--white)}.price-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase}.price-table th:last-child{text-align:right}.price-table td{padding:1.1rem 1.5rem;border-top:1px solid var(--border-light);color:var(--text)}.price-table tbody tr:first-child td{border-top:0}.price-table tbody tr:nth-child(even){background:var(--gold-light)}.price-table td:first-child strong{color:var(--navy);font-weight:600}.price-table tr.price-section-header td,.price-table tr.price-section-header td:last-child{background:var(--gold);color:var(--text);text-align:center;font-weight:600;letter-spacing:.08em;font-size:.85rem;text-transform:uppercase;padding:.85rem 1rem;white-space:normal}.price-table tr.price-section-header .price-section-header-note{display:block;margin-top:.35rem;font-weight:400;font-size:.78rem;letter-spacing:.02em;text-transform:none;line-height:1.4}.price-table a,.price-table a strong,.price-table td:first-child a,.price-table td:first-child a strong{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s}.price-table a:hover,.price-table a:hover strong,.price-table td:first-child a:hover,.price-table td:first-child a:hover strong{color:var(--gold-hover)}.price-detail{display:block;font-size:.88rem;color:var(--text-light);font-weight:400;line-height:1.5;margin-top:.35rem}.price-table td:last-child{text-align:right;font-weight:500;color:var(--navy);white-space:nowrap}.price-table td:last-child strong{color:var(--gold);font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.price-table.info-table td:last-child,.price-table.info-table th:last-child{text-align:left;white-space:normal}.price-table.info-table td:last-child{font-weight:400;color:var(--text)}.price-table.info-table td:last-child strong{color:var(--navy);font-size:inherit;font-weight:600;letter-spacing:normal}.price-sub{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin-top:.35rem;font-weight:400}.price-table.price-table-schedule th:last-child{text-align:left}.price-table.price-table-schedule td:last-child{text-align:left;white-space:normal;font-weight:400;color:var(--text)}.price-table.price-table-schedule td:last-child strong{color:var(--navy);font-size:inherit;font-weight:600}.price-notice{background:var(--gold-light);border-left:3px solid var(--gold);padding:1.25rem 1.5rem;margin-top:1.5rem;margin-bottom:2rem;border-radius:4px}.price-notice .price-notice-heading{font-family:var(--font-display);font-weight:600;color:var(--navy);margin:0 0 .6rem;font-size:1.3rem;letter-spacing:.01em}.price-notice p{margin-bottom:.75rem;font-size:1.0625rem;line-height:1.75;color:var(--text-secondary)}.price-notice p:last-child{margin-bottom:0}.cause-row{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin:2.75rem 0 2rem}@media(max-width:768px){.cause-row{grid-template-columns:1fr;gap:2.25rem;margin-top:1.75rem}.cause-row-content .cause-note{margin-bottom:.5rem}}.cause-row-content>h3:first-child{margin-top:0}.cause-figure{margin:0;position:relative}.cause-figure::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5;pointer-events:none}.cause-figure img{display:block;width:100%;height:auto;border-radius:8px}.cause-figure-caption{margin-top:.65rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary);text-align:center;font-style:italic}.cause-note{background:var(--bg-warm);border-left:3px solid var(--navy);padding:.85rem 1.1rem;margin-top:.85rem;font-size:.95rem;line-height:1.65;color:var(--text-primary);border-radius:0 4px 4px 0}.cause-note strong{color:var(--navy)}.package-finder-cta{background:var(--bg-card);border:1px solid var(--gold-light);box-shadow:var(--shadow-sm);padding:1.75rem;margin:1.5rem 0 2rem;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.package-finder-cta .package-finder-text{width:100%}.package-finder-cta h3{font-family:var(--font-display);color:var(--navy);margin:0 0 .5rem;font-size:1.4rem;font-weight:500;letter-spacing:-.005em;line-height:1.3}.package-finder-cta p{color:var(--text-secondary);margin:0;font-size:.98rem;line-height:1.6}.package-finder-cta .btn-primary,.package-finder-cta .btn-primary:hover{color:var(--white);text-decoration:none}.package-finder-cta .btn-primary svg{fill:none;stroke:currentColor}@media(min-width:768px){.package-finder-cta{flex-direction:row;align-items:center;text-align:left;gap:2rem;padding:1.75rem 2.25rem}.package-finder-cta .package-finder-text{flex:1}.package-finder-cta .btn-primary{flex-shrink:0;white-space:nowrap}}.price-note{font-size:.95rem !important;color:var(--text-light) !important;font-style:italic;line-height:1.7 !important;margin-bottom:.3rem !important}.price-note:last-child{margin-bottom:0 !important}.price-note a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-style:normal;transition:color .2s}.price-note a:hover{color:var(--gold-hover)}.price-notice a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-style:normal;transition:color .2s}.price-notice a:hover{color:var(--gold-hover)}.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}.faq-section .section-subtitle{max-width:none}.faq-section .section-header{margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden;transition:border-color .3s,box-shadow .3s}.faq-item[open]{border-color:var(--border);box-shadow:var(--shadow-sm)}.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:500;font-size:1.1rem;color:var(--navy);transition:color .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--gold)}.faq-icon{position:relative;width:14px;height:14px;flex-shrink:0}.faq-icon::before,.faq-icon::after{content:'';position:absolute;background:var(--gold);transition:transform .25s ease}.faq-icon::before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.faq-icon::after{left:50%;top:0;width:2px;height:100%;transform:translateX(-50%)}.faq-item[open] .faq-icon::after{transform:translateX(-50%) rotate(90deg)}.faq-answer{padding:0 1.5rem 1.3rem;color:var(--text-secondary);line-height:1.8;font-size:1.0625rem}.faq-answer p{margin:0}.faq-answer a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.faq-answer a:hover{color:var(--gold-hover)}@media(min-width:1200px){.hero{grid-template-columns:auto auto;justify-content:center}}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto;padding:7rem 2rem 3rem;gap:3rem}.hero-image{justify-self:center;order:-1}.hero-image img{max-width:360px;height:450px}.hero-content{text-align:center;max-width:100%}.hero-eyebrow{justify-content:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-stats{justify-content:center}.about-grid,.tele-grid{grid-template-columns:1fr;gap:3rem}.about-grid{gap:0}.about-content{display:contents}.about-content .section-eyebrow{order:1}.about-content .section-title{order:2}.about-image{position:static;order:3;margin-bottom:1.25rem}.about-image::before{display:none}.about-content .section-subtitle{order:4}.about-content .about-credentials{order:5}.about-content .about-highlights{order:6}.about-content .btn-primary{order:7;justify-content:center}.tele-content{order:1}.tele-image{order:2}.services-layout{grid-template-columns:1fr;gap:2rem}.services .section-header{margin-bottom:2rem}.services-image{position:static;max-width:400px;margin:0 auto}.clinics-grid{grid-template-columns:repeat(2,1fr)}.page-hero{padding:8rem 1.5rem 6.5rem}.page-hero-inner{grid-template-columns:1fr;gap:2.25rem}.page-hero-image{max-width:560px;margin:0 auto;order:1}.page-hero-content{order:0}.page-hero-inner:has(.about-credentials)>.page-hero-head{order:0}.page-hero-inner:has(.about-credentials)>.page-hero-image{order:1}.page-hero-inner:has(.about-credentials)>.page-hero-content{order:2}.page-hero-inner:has(.about-credentials)>.page-hero-content{margin-top:-.75rem}.page-dr-leonard-leng .page-hero-image img{max-width:100%;width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:50% 45%}.split-grid{grid-template-columns:1fr;gap:1.5rem}.split-grid>.split-image{max-width:560px;margin:0 auto;order:1}.split-content{order:0}.book-image-col{order:1;max-width:560px;margin:2.5rem auto 0;gap:1.25rem}}@media(max-width:960px){.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(250,250,247,0.98);backdrop-filter:blur(20px);padding:1.5rem 2rem 2rem;border-bottom:1px solid var(--border-light);gap:1rem;max-height:calc(100vh - 4.5rem);max-height:calc(100dvh - 4.5rem);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.nav-links.open .nav-cta{align-self:flex-start}.nav-mobile-toggle{display:flex}.nav-has-mega{width:100%}.nav-mega-trigger{width:100%;justify-content:center;font-size:.85rem}.nav-mega{position:static;width:100%;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;transform:none;max-height:0;overflow:hidden;opacity:1;visibility:visible;pointer-events:auto;transition:max-height .3s ease,padding .3s ease}.nav-has-mega.is-open .nav-mega{max-height:2400px;padding:1rem 0 .25rem;transform:none;overflow-y:auto}.nav-mega::before{display:none}.nav-mega-inner{grid-template-columns:1fr;gap:1.25rem}.nav-mega-col{gap:1.25rem}.nav-mega-cat{padding-bottom:.5rem}.nav-mega-cat-title{font-size:1.1rem}.nav-mega-list a{padding:.5rem 0;margin:0}.nav-mega-compact .nav-mega-list,.nav-mega-compact .nav-mega-list a{width:100%;text-align:center}.nav-mega-list a:hover{background:transparent;color:var(--gold)}.nav-mega-footer{margin:1rem 0 0;padding:.75rem 0;background:transparent;border-radius:0;justify-content:center}.nav-mega-footer:hover{background:transparent;color:var(--gold)}}@media(min-width:961px) and (max-width:1100px){.nav{padding:1rem 1.5rem}.nav-links{gap:1.5rem}}@media(max-width:768px){.page-hero{padding:7rem 1.25rem 2.75rem}.page-hero:has(.about-credentials){padding-bottom:4rem}.content-section{padding:2.5rem 1.25rem}.page-hero-badges{grid-template-columns:repeat(2,1fr)}.faq-item summary{padding:1rem 1.25rem;font-size:1rem}.faq-answer{padding:0 1.25rem 1.1rem}.price-table th{padding:.85rem 1rem;font-size:.92rem}.price-table td{padding:.85rem 1rem;font-size:1rem}.price-table td:last-child strong{font-size:1rem}.hero{padding:6rem 1.25rem 2.75rem}.section{padding:4rem 1.25rem}.hero-image img{max-width:280px;height:360px}}@media(max-width:640px){.price-table-cards{display:block}.price-table-cards thead{display:none}.price-table-cards tbody,.price-table-cards tbody tr,.price-table-cards tbody td{display:block;width:auto}.price-table-cards tbody tr[hidden],.price-table-cards tbody td[hidden]{display:none}.price-table-cards td.is-empty{display:none}.price-table-cards tbody tr td{border-top:0}.price-table-cards tbody tr:nth-child(even){background:transparent}.price-table-cards tbody tr{padding:.9rem 1.1rem 1rem;border-top:1px solid var(--border-light)}.price-table-cards tbody tr:first-child{border-top:0}.price-table-cards tbody tr.price-section-header{padding:0;border-top:0}.price-table-cards tbody tr.price-section-header td{padding:.7rem 1.1rem}.price-table-cards tbody tr:not(.price-section-header) td:first-child{padding:0 0 .5rem;font-size:1.02rem;font-weight:600;color:var(--navy)}.price-table-cards tbody tr:not(.price-section-header) td:not(:first-child){padding:.35rem 0 0;font-size:.95rem;line-height:1.5;text-align:left}.price-table-cards tbody td[data-label]::before{content:attr(data-label);display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin-bottom:.1rem}.price-table-cards tbody tr:not(.price-section-header) td:last-child{margin-top:.55rem;padding-top:.55rem;border-top:1px dashed var(--border-light);font-size:1.05rem;color:var(--navy)}}@media(max-width:640px){.clinics-grid{grid-template-columns:1fr}.summary-table,.summary-table tbody,.summary-table tr,.summary-table th,.summary-table td{display:block;width:auto}.summary-table th{white-space:normal;padding:.7rem 1.1rem .35rem;background:transparent;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.summary-table td{padding:0 1.1rem .85rem}.summary-table tr+tr th,.summary-table tr+tr td{border-top:0}.summary-table tr+tr{border-top:1px solid var(--border-light)}.summary-table .summary-cta{padding:1rem 1.1rem 1.15rem}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;justify-content:center}.cta-buttons{flex-direction:column}.cta-buttons .btn-primary,.cta-buttons .btn-cta-secondary{width:100%;justify-content:center}}.table-search{margin-bottom:.75rem}.section-header:has(+.table-search){margin-bottom:1.5rem}.table-collapse-wrap{position:relative}.table-collapse-wrap.is-collapsed::after{content:'';position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(to bottom,rgba(250,250,247,0),var(--bg));pointer-events:none}.section-warm .table-collapse-wrap.is-collapsed::after{background:linear-gradient(to bottom,rgba(245,241,235,0),var(--bg-warm))}.table-collapse-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1rem;padding:.8rem 1.25rem;font-family:inherit;font-size:.92rem;font-weight:500;color:var(--navy);background:var(--bg-card);border:1px solid var(--border);border-radius:999px;cursor:pointer;transition:background-color .2s,border-color .2s}.table-collapse-toggle:hover{border-color:var(--gold);background:var(--gold-light)}.table-collapse-toggle svg{width:15px;height:15px;transition:transform .25s ease}.table-collapse-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}.table-search-field{position:relative;display:flex;align-items:center}.table-search-icon{position:absolute;left:1rem;width:18px;height:18px;color:var(--text-light);pointer-events:none}.table-search-input{width:100%;font-family:inherit;font-size:1rem;color:var(--text);background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.85rem 2.75rem .85rem 2.9rem;transition:border-color .2s,box-shadow .2s}.table-search-input::placeholder{color:var(--text-light)}.table-search-input:focus{outline:0;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-light)}.table-search-input::-webkit-search-cancel-button{display:none}.table-search-clear{position:absolute;right:.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:1;color:var(--text-secondary);background:transparent;border:0;border-radius:50%;cursor:pointer;transition:background-color .2s,color .2s}.table-search-clear:hover{background:var(--bg-warm);color:var(--navy)}.table-search-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.85rem}.table-search-chips-label{font-size:.85rem;color:var(--text-secondary);margin-right:.15rem}.table-search-chip{display:inline-flex;align-items:center;min-height:40px;font-family:inherit;font-size:.9rem;font-weight:500;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.4rem .95rem;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.table-search-chip:hover{border-color:var(--gold);color:var(--navy)}.btn-doc{display:inline-flex;align-items:center;gap:.45rem;min-height:40px;font-size:.9rem;font-weight:500;color:var(--gold);background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.4rem .95rem;text-decoration:none;white-space:nowrap;transition:background-color .2s,border-color .2s,color .2s}.btn-doc:hover,.btn-doc:focus-visible{border-color:var(--gold);color:var(--navy)}.btn-doc svg{flex-shrink:0}.price-table a.btn-doc{text-decoration:none;color:var(--gold)}.price-table a.btn-doc:hover,.price-table a.btn-doc:focus-visible{color:var(--navy)}.table-search-chip.is-active{background:var(--navy);border-color:var(--navy);color:var(--white)}.table-search-status{margin:.5rem 0 0;font-size:.9rem;color:var(--text-secondary)}.table-search-status:empty{display:none}.table-search-status strong{color:var(--navy)}.table-search-empty{margin-top:.85rem;background:var(--gold-light);border-left:3px solid var(--gold);border-radius:4px;padding:1rem 1.25rem}.table-search-empty p{margin:0 0 .75rem;font-size:.95rem;color:var(--text)}.table-search-empty .btn-primary{font-size:.9rem;padding:.6rem 1.1rem}.allergen-includes{display:block;margin-top:.3rem;font-size:.85rem;line-height:1.55;color:var(--text-secondary);font-weight:400}.panel-compare-table th[scope="row"]{text-align:left;font-weight:400;font-size:.95rem;letter-spacing:0;text-transform:none;color:var(--text)}.panel-compare-table thead th:not(:first-child),.panel-compare-table td{text-align:center}.price-table.panel-compare-table th:last-child,.price-table.panel-compare-table td:last-child{text-align:center;white-space:normal;font-weight:inherit;color:inherit}.price-table.compare-table th:last-child,.price-table.compare-table td:last-child{text-align:left;white-space:normal;font-weight:inherit;color:inherit}.panel-price{display:block;margin-top:.25rem;font-size:.88rem;font-weight:500;color:var(--gold);letter-spacing:0;text-transform:none}.panel-compare-table .panel-yes{color:#2f7d4f;font-weight:600}.panel-compare-table .panel-no{color:var(--text-light)}.panel-components{display:inline-flex;align-items:center;justify-content:center;gap:.28em;min-width:44px;min-height:32px;margin-top:.25rem;padding:.25rem .6rem;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--navy);background:var(--gold-light);border:1px solid var(--gold);border-radius:999px;cursor:pointer;transition:background-color .2s,color .2s}.panel-components:hover,.panel-components[aria-expanded="true"]{background:var(--gold);color:var(--white)}.panel-components:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.component-tip{position:fixed;z-index:120;max-width:280px;background:var(--navy);color:var(--white);font-size:.8rem;line-height:1.55;padding:.7rem .9rem;border-radius:10px;box-shadow:0 12px 34px -8px rgba(0,0,0,0.45);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease}.component-tip.is-open{opacity:1;visibility:visible}.component-tip b{display:block;margin-bottom:.3rem;color:var(--gold);font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.panel-compare-table tr.panel-cat th{background:var(--gold);color:var(--text);text-align:left;font-weight:600;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;padding:.8rem 1rem}.panel-compare-table thead th{position:sticky;top:0;z-index:2}@media(max-width:640px){.table-search-input{font-size:16px}.panel-compare-table{font-size:.85rem}.panel-compare-table thead th,.panel-compare-table th[scope="row"],.panel-compare-table td{padding:.55rem .4rem}.panel-price{font-size:.8rem}}.page-allergy-test .price-notice{margin-top:2.75rem;margin-bottom:.5rem}.table-collapse-toggle+.price-note{margin-top:2rem}#allergy-panel-comparison{padding-bottom:6rem}.price-note+.price-note{margin-top:1.1rem}.section-header:has(.book-lead){margin-bottom:2rem}.symptom-grid{margin-top:2rem}@media(max-width:640px){.panel-components-word{display:none}}.table-collapse-toggle{min-height:52px;font-size:1rem;font-weight:600;background:var(--gold-light);border-color:var(--gold)}.table-collapse-toggle:hover,.table-collapse-toggle:focus-visible{background:var(--gold);color:var(--white)}.table-collapse-toggle:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.table-search-label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:500;color:var(--navy)}.area-directions-actions{display:flex;flex-wrap:wrap;gap:.75rem}.summary-note{display:block;margin-top:.35rem;font-size:.85rem;color:var(--text-secondary)}.clinic-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:2.5rem}.clinic-service-card{display:grid;grid-template-columns:auto 1fr;column-gap:.75rem;row-gap:.65rem;align-items:center;padding:1.4rem 1.5rem;background:var(--bg-card);border:1px solid var(--border-light);border-left:3px solid var(--gold);border-radius:var(--radius);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.clinic-service-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.clinic-service-name{font-family:var(--font-heading);font-size:1.15rem;color:var(--navy)}.clinic-service-desc{font-size:.9rem;line-height:1.55;color:var(--text-secondary)}.clinic-area-list{list-style:none;margin:2rem 0 1.5rem;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem 1.25rem}.clinic-area-list a{display:block;padding:.4rem 0;font-size:.95rem;color:var(--text-primary);text-decoration:none;border-bottom:1px solid var(--border-light)}.clinic-area-list a:hover{color:var(--gold)}.clinic-other-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:2rem}.clinic-other-card{display:flex;flex-direction:column;gap:.35rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border-light);border-top:3px solid var(--gold);border-radius:var(--radius);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.clinic-other-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.clinic-other-name{font-family:var(--font-heading);font-size:1.3rem;color:var(--navy)}.clinic-other-addr,.clinic-other-mrt{font-size:.88rem;line-height:1.5;color:var(--text-secondary)}.clinic-other-mrt{color:var(--gold)}@media(max-width:768px){.clinic-area-list{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}.doctor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem}.doctor-card{display:flex;flex-direction:column;gap:.3rem;padding:1.75rem;background:var(--bg-card);border:1px solid var(--border-light);border-top:3px solid var(--gold);border-radius:var(--radius);text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.doctor-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.doctor-card img{width:120px;height:120px;object-fit:cover;object-position:top center;border-radius:50%;margin:0 auto .9rem}.doctor-name{font-family:var(--font-heading);font-size:1.35rem;color:var(--navy)}.doctor-role{font-size:.92rem;color:var(--gold)}.doctor-quals{font-size:.82rem;line-height:1.5;color:var(--text-secondary)}@media(max-width:600px){.clinic-service-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.6rem}.clinic-service-name{overflow-wrap:break-word}.clinic-service-card{padding:.9rem 1rem;justify-content:center}.clinic-service-name{font-size:1rem;line-height:1.3}.clinic-service-desc{display:none}.hours-table.price-table-cards tbody tr:not(.price-section-header) td{display:flex;align-items:baseline;gap:.5rem;padding:.15rem 0 0;margin-top:0;border-top:0;font-size:.9rem}.hours-table.price-table-cards tbody tr td:first-child{padding-bottom:.35rem}.hours-table.price-table-cards tbody td[data-label]::before{display:inline;flex:0 0 auto;margin-bottom:0}.hours-table.price-table-cards td{padding:.45rem .9rem;font-size:.88rem}.doctor-card{padding:1.35rem}.doctor-card img{width:96px;height:96px}}.clinic-service-grid{margin-top:0}.clinic-service-grid+.prose,.doctor-grid+.prose{margin-top:2.25rem}.split-grid+.map-wrap{margin-top:3rem}.map-wrap+.price-note{margin-top:1.25rem}.summary-note-inline{color:var(--text-light);font-size:.85em}.clinic-service-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--bg-warm);color:var(--gold);flex:0 0 auto}.clinic-service-name{grid-column:2}.clinic-service-desc{grid-column:1 / -1}.clinic-service-icon svg{width:20px;height:20px}.clinic-service-card:hover .clinic-service-icon{background:var(--gold);color:#fff}@media(max-width:600px){.clinic-service-card{column-gap:.55rem}.clinic-service-icon{width:30px;height:30px}.clinic-service-icon svg{width:16px;height:16px}}body[class^="page-clinic-"] .section-inner .section-subtitle{max-width:none}p.prose+p.prose{margin-top:1.1rem}.package-finder-note{margin:.6rem 0 0;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}.package-finder-cta a,.package-finder-note a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}.package-finder-cta a:hover,.package-finder-note a:hover{color:var(--gold-hover)}.package-finder-cta a.btn-primary{color:#fff;text-decoration:none}.why-choose-grid+.services-note{margin-top:1.75rem}.price-table-wrap+.services-note{margin-top:1.5rem}.services-note+.price-note{margin-top:1.25rem}@media(max-width:768px){.price-table-cards tbody td .price-sub{flex-basis:100%;margin-top:.2rem}}.clinic-photo-pair{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:start;margin-top:2.5rem}.clinic-photo-pair-single{max-width:560px}.clinic-photo-pair figure{margin:0}.clinic-photo-pair img{display:block;width:100%;height:260px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border-light)}.clinic-photo-pair figcaption{margin-top:.7rem;font-size:.88rem;line-height:1.6;color:var(--text-secondary)}.clinic-photo-pair figcaption strong{color:var(--navy)}.clinic-photo-pair+.map-wrap{margin-top:2.5rem}@media(max-width:640px){.clinic-photo-pair img{height:200px}}.preferred-source{margin-top:1.25rem}.preferred-source-text{margin:0 0 .7rem;font-size:.92rem;line-height:1.5;color:var(--text-primary)}[google-add-preferred-source-btn]{display:block;min-height:40px}.page-hero-image-cover img{aspect-ratio:3 / 2;height:auto;object-fit:cover;object-position:center top}.remote-strip{margin-top:1.85rem}.remote-strip-inner{padding:1.35rem 1.75rem;background:var(--bg-card);border:1px solid var(--border-light);border-left:3px solid var(--gold);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.remote-strip-title{display:flex;align-items:center;gap:.55rem;margin:0 0 1.15rem;font-family:var(--font-heading);font-size:1.25rem;line-height:1.2;color:var(--navy)}.remote-strip-title svg{width:20px;height:20px;flex:0 0 auto;color:var(--gold)}.remote-strip-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2.25rem;margin:0;padding:0;list-style:none}.remote-strip-option{display:flex;align-items:flex-start;gap:.7rem}.remote-strip-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border-radius:9px;background:var(--bg-warm);color:var(--gold)}.remote-strip-icon svg{width:18px;height:18px}.remote-strip-copy{display:block}.remote-strip-link{display:inline-block;margin-bottom:.2rem;font-size:1.1rem;font-weight:600;color:var(--gold);text-decoration:none}.remote-strip-link:hover,.remote-strip-link:focus-visible{color:var(--navy);text-decoration:underline;text-underline-offset:3px}.remote-strip-desc{display:block;font-size:.95rem;line-height:1.55;color:var(--text-secondary)}.remote-strip-desc strong{color:var(--navy)}@media(max-width:900px){.remote-strip-options{grid-template-columns:1fr;gap:.9rem}}@media(max-width:600px){.remote-strip{margin-top:1.4rem}.remote-strip-inner{padding:1rem 1.1rem}.remote-strip-title{margin-bottom:.95rem}.remote-strip-options{gap:.75rem}.remote-strip-icon{width:28px;height:28px;border-radius:8px}.remote-strip-icon svg{width:15px;height:15px}.remote-strip-option{gap:.6rem}.remote-strip-desc{line-height:1.5}}.table-search,.price-section-header[id]{scroll-margin-top:100px}.map-caption{display:none}@media(max-width:440px){.map-caption{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.4rem 1rem;padding:.75rem .9rem;background:var(--bg-card);border-bottom:1px solid var(--border-light)}.map-caption-text{display:block;min-width:0}.map-caption-name{display:block;font-size:.9rem;font-weight:600;line-height:1.35;color:var(--navy)}.map-caption-addr{display:block;margin-top:.15rem;font-size:.85rem;line-height:1.45;color:var(--text-secondary)}.map-caption-link{flex:0 0 auto;font-size:.85rem;font-weight:600;color:var(--gold);text-decoration:none;white-space:nowrap}.map-caption-link:hover,.map-caption-link:focus-visible{color:var(--navy);text-decoration:underline;text-underline-offset:3px}}.clinic-service-name::after,.clinic-other-name::after,.doctor-name::after{content:"\276F";content:"\276F" / "";display:inline;margin-left:.3em;color:var(--gold);font-weight:600;transition:margin-left .2s ease,margin-right .2s ease}.clinic-service-card:hover .clinic-service-name::after,.clinic-other-card:hover .clinic-other-name::after,.doctor-card:hover .doctor-name::after{margin-left:.55em;margin-right:-.25em}.clinic-service-card:focus-visible,.clinic-other-card:focus-visible,.doctor-card:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.geo-finder{margin:0 0 1.75rem;text-align:center}.geo-finder-btn{width:100%;max-width:420px;justify-content:center;font-size:1.02rem}.geo-finder-btn.is-busy{opacity:.75;cursor:progress}.geo-finder-result{max-width:560px;margin:1.25rem auto 0;padding:1.25rem 1.4rem;text-align:left;background:var(--bg-card);border:1px solid var(--border-light);border-left:3px solid var(--gold);border-radius:var(--radius)}.geo-finder-lead{margin:0;font-size:1.02rem;line-height:1.5;color:var(--navy)}.geo-finder-addr,.geo-finder-msg{margin:.5rem 0 0;font-size:.92rem;line-height:1.55;color:var(--text-secondary)}.geo-finder-msg{margin:0}.geo-finder-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.1rem 0 0}.geo-finder-others{margin:.9rem 0 0;font-size:.85rem;color:var(--text-light)}.geo-finder-others a{color:var(--gold);font-weight:600;text-decoration:none}.geo-finder-others a:hover,.geo-finder-others a:focus-visible{color:var(--navy);text-decoration:underline;text-underline-offset:3px}@media(max-width:600px){.geo-finder-btn{max-width:none}.geo-finder-actions .btn-primary,.geo-finder-actions .btn-secondary{width:100%;justify-content:center}}.geo-finder-caveat{margin:.7rem 0 0;padding-top:.7rem;border-top:1px dashed var(--border-light);font-size:.82rem;line-height:1.5;color:var(--text-light)}