@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--teal:#00615a;--teal-dark:#004944;--teal-light:#e6f4f3;--gold:#c5a059;--gold-light:#f5ead5;--ink:#111827;--ink-soft:#374151;--muted:#6b7280;--border:#e5e7eb;--white:#fff;--off-white:#f9fafb;--navy:#0f172a;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--shadow-sm:0 1px 3px #00000012, 0 1px 2px #0000000d;--shadow-md:0 4px 16px #00000017;--shadow-lg:0 16px 40px #0000001f;--shadow-card:0 2px 8px #00615a14;--font-body:"Inter", sans-serif;--font-serif:"Playfair Display", serif;--max-w:1200px;--section-y:96px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3{font-family:var(--font-serif);font-weight:700;line-height:1.2}h4,h5,h6{font-family:var(--font-body);font-weight:600;line-height:1.3}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--ink);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem)}.section-lead{color:var(--muted);max-width:560px;font-size:1.05rem}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}.section{padding:var(--section-y) 0}.section--alt{background:var(--off-white)}.section--teal{background:var(--teal);color:var(--white)}.section--navy{background:var(--navy);color:var(--white)}.section-anchor{scroll-margin-top:136px}.btn{white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:var(--teal-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{box-shadow:var(--shadow-md);background:#b8913e;transform:translateY(-1px)}.btn-outline{border:2px solid var(--teal);color:var(--teal);background:0 0}.btn-outline:hover{background:var(--teal);color:var(--white)}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #fff9}.btn-outline-white:hover{background:#ffffff26}.btn-sm{padding:.55rem 1.25rem;font-size:.82rem}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.topbar{background:var(--navy);color:#ffffffbf;padding:.55rem 0;font-size:.78rem}.topbar__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.topbar__socials{gap:1rem;display:flex}.topbar__socials a{color:#fff9;font-size:.85rem;transition:color .2s}.topbar__socials a:hover{color:var(--gold)}.topbar__right{align-items:center;gap:1.5rem;display:flex}.topbar__item{align-items:center;gap:.4rem;display:flex}.topbar__item i{color:var(--gold);font-size:.8rem}.topbar__emergency{color:#f5d08a;background:#c5a05926;border:1px solid #c5a05940;border-radius:50px;padding:.2rem .75rem;font-weight:600}.navbar{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff2;transition:box-shadow .3s;position:sticky;top:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar__logo img{height:52px}.navbar__nav{align-items:center;gap:.25rem;display:flex}.navbar__nav a{border-radius:var(--radius-sm);color:var(--ink-soft);padding:.5rem .85rem;font-size:.88rem;font-weight:500;transition:all .2s}.navbar__nav a:hover{color:var(--teal);background:var(--teal-light)}.navbar__nav a.active{color:var(--teal);background:var(--teal-light);font-weight:600}.navbar__cta{align-items:center;gap:.75rem;display:flex}.hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--ink);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--white);z-index:998;border-top:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1.5rem;display:none;position:fixed;inset:121px 0 0;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu a{border-radius:var(--radius-sm);color:var(--ink);border-bottom:1px solid var(--border);padding:.9rem 1rem;font-size:1rem;font-weight:500}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a.active{color:var(--teal);font-weight:600}.mobile-menu .btn{justify-content:center;margin-top:1rem}.hero{background:var(--navy);align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;opacity:.6;filter:saturate(1.25)contrast(1.06);width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:radial-gradient(circle at 22% 25%,#0ea59b3d,#0000 40%),linear-gradient(110deg,#0049448f 0%,#0f172a61 55%,#0f172a8a 100%);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:linear-gradient(#0f172a33 0%,#0f172a1f 55%,#0f172a94 100%);position:absolute;inset:0}.hero__content{z-index:2;grid-template-columns:1fr 400px;align-items:center;gap:4rem;padding:6rem 0 4rem;display:grid;position:relative}.hero__tag{color:#f5d08a;letter-spacing:.08em;text-transform:uppercase;background:#c5a05926;border:1px solid #c5a0594d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero__title{color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.75rem);line-height:1.1}.hero__title span{color:var(--gold)}.hero__subtitle{color:#ffffffbf;max-width:520px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__phone{color:#ffffffb3;align-items:center;gap:.75rem;margin-top:2.5rem;font-size:.9rem;display:flex}.hero__phone a{color:var(--gold);font-size:1.35rem;font-weight:700;font-family:var(--font-body)}.hero__phone-icon{width:40px;height:40px;color:var(--gold);background:#c5a05933;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 22px #00000040}.home-jump{background:linear-gradient(to bottom, var(--off-white), #f2f8f8);padding:0 0 1.5rem}.home-jump__grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid;transform:translateY(-34px)}.home-jump__card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fffffff0;align-items:center;gap:.8rem;padding:1rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.home-jump__card:hover{box-shadow:var(--shadow-lg);border-color:#00615a52;transform:translateY(-4px)}.home-jump__icon{width:42px;height:42px;color:var(--white);background:linear-gradient(145deg, var(--teal) 0%, #0d7a72 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 20px #00615a3d}.home-jump__card h4{color:var(--ink);margin-bottom:.2rem;font-size:.88rem;line-height:1.2}.home-jump__card p{color:var(--muted);font-size:.74rem;line-height:1.35}.hero__card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff1f;padding:2rem}.hero__card-title{color:var(--white);border-bottom:1px solid #ffffff1a;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.hero__card form{flex-direction:column;gap:.75rem;display:flex}.hero__card input,.hero__card select,.hero__card textarea{border-radius:var(--radius-sm);color:var(--white);font-family:var(--font-body);background:#ffffff14;border:1px solid #ffffff26;outline:none;width:100%;padding:.75rem 1rem;font-size:.88rem;transition:border-color .2s}.hero__card input::placeholder,.hero__card textarea::placeholder{color:#ffffff73}.hero__card input:focus,.hero__card select:focus,.hero__card textarea:focus{border-color:var(--gold)}.hero__card select option{background:var(--navy);color:var(--white)}.stats{background:var(--teal);padding:3.5rem 0}.stats__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat{text-align:center;border-right:1px solid #ffffff26;padding:1rem}.stat:last-child{border-right:none}.stat__num{font-family:var(--font-serif);color:var(--white);margin-bottom:.35rem;font-size:2.5rem;font-weight:700;line-height:1;display:block}.stat__num span{color:var(--gold)}.stat__label{letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6;font-size:.78rem;font-weight:600}.about-section-header{text-align:center;margin:0 auto 3rem}.about-hero-heading-link{text-decoration:none;display:inline-block}.about-hero-title{font-family:var(--font-serif);color:var(--navy);margin:0;padding-bottom:.4rem;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:700;line-height:1.1;transition:color .2s;display:inline-block;position:relative}.about-hero-heading-link:hover .about-hero-title{color:var(--teal)}.about-hero-title:after{content:"";background:linear-gradient(90deg, var(--teal), var(--gold));border-radius:2px;width:100%;height:4px;margin-top:.35rem;display:block}.about-split{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-split__img{position:relative}.about-split__img img{border-radius:var(--radius-lg);object-fit:cover;width:100%;box-shadow:var(--shadow-lg)}.about-split__accent{border:3px solid var(--gold);border-radius:var(--radius-lg);z-index:-1;width:100%;height:100%;position:absolute;top:20px;left:20px}.about-split__badge{background:var(--teal);color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);text-align:center;min-width:130px;padding:1.25rem 1.5rem;position:absolute;bottom:-20px;right:-20px}.about-split__badge strong{font-family:var(--font-serif);font-size:2rem;line-height:1;display:block}.about-split__badge span{opacity:.8;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.about-split__creds{flex-wrap:wrap;gap:.5rem;margin:1.5rem 0;display:flex}.cred-tag{background:var(--teal-light);color:var(--teal);border-radius:50px;padding:.3rem .85rem;font-size:.78rem;font-weight:600}.about-split__list{flex-direction:column;gap:.65rem;margin:1.25rem 0 2rem;list-style:none;display:flex}.about-split__list li{color:var(--ink-soft);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.about-split__list li i{color:var(--white);background:linear-gradient(145deg, var(--teal) 0%, #0a786f 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.72rem;display:inline-flex}.section-header{text-align:center;max-width:620px;margin:0 auto 3.5rem}.section-header .section-lead{margin:0 auto}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.svc-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all .3s;overflow:hidden}.svc-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-5px)}.svc-card__img{object-fit:cover;width:100%;height:220px}.svc-card__body{padding:1.5rem 1.75rem 1.75rem}.svc-card__icon{background:linear-gradient(145deg, var(--teal) 0%, #0a786f 100%);width:48px;height:48px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.1rem;display:flex;box-shadow:0 8px 18px #00615a3d}.svc-card h3{color:var(--ink);margin-bottom:.6rem;font-size:1.15rem}.svc-card p{color:var(--muted);margin-bottom:1.1rem;font-size:.9rem;line-height:1.65}.svc-card__link{color:var(--teal);align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;transition:gap .2s;display:flex}.svc-card:hover .svc-card__link{gap:.6rem}.memberships{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 0}.memberships__label{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1.75rem;font-size:.75rem;font-weight:600}.memberships__marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.memberships__track{align-items:center;gap:0;width:max-content;animation:36s linear infinite membershipsScroll;display:flex}.memberships__item{justify-content:center;align-items:center;min-width:150px;height:68px;padding:0 1.2rem;display:flex}.memberships__item img{object-fit:contain;filter:none;opacity:.9;width:auto;max-height:44px;transition:transform .25s,opacity .25s}.memberships__item img:hover{opacity:1;transform:translateY(-1px)scale(1.03)}.memberships__marquee:hover .memberships__track{animation-play-state:paused}@keyframes membershipsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.memberships__track{animation:none}}.testimonials__grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.video-card{border-radius:var(--radius-md);background:var(--navy);aspect-ratio:16/9;position:relative;overflow:hidden}.video-card iframe{border:none;width:100%;height:100%}.cta-banner{background:linear-gradient(135deg, var(--teal-dark) 0%, #006d65 100%);text-align:center;padding:6rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta-banner__inner{z-index:1;position:relative}.cta-banner h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.75rem)}.cta-banner p{color:#ffffffbf;max-width:520px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.cta-banner__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-header{background:linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.page-header:after{content:"";background:var(--white);clip-path:ellipse(55% 100% at 50% 100%);height:60px;position:absolute;bottom:-1px;left:0;right:0}.page-header.alt:after{background:var(--off-white)}.page-header__inner{max-width:680px}.page-header h1{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.page-header p{color:#fffc;font-size:1.1rem;line-height:1.7}.dr-bio{grid-template-columns:380px 1fr;align-items:start;gap:4rem;display:grid}.dr-bio__photo{position:sticky;top:96px}.dr-bio__photo img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg)}.dr-bio__photo-caption{background:var(--teal);color:var(--white);border-radius:0 0 var(--radius-lg) var(--radius-lg);text-align:center;padding:1.25rem 1.5rem}.dr-bio__photo-caption strong{font-size:1.1rem;font-family:var(--font-serif);display:block}.dr-bio__photo-caption span{opacity:.8;font-size:.82rem}.dr-bio__text h2{color:var(--teal);margin:2rem 0 .75rem;font-size:1.5rem}.dr-bio__text h2:first-child{margin-top:0}.dr-bio__text p{color:var(--ink-soft);margin-bottom:1rem;font-size:.97rem;line-height:1.75}.membership-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.25rem;display:grid}.membership-item{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:1.25rem;display:flex}.membership-item img{object-fit:contain;flex-shrink:0;width:auto;height:36px}.membership-item span{color:var(--ink-soft);font-size:.8rem;font-weight:600;line-height:1.3}.community-card{background:var(--teal-light);border-radius:var(--radius-md);align-items:flex-start;gap:1.5rem;margin-top:1.5rem;padding:2rem;display:flex}.community-card img{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:140px;height:100px}.community-card h4{color:var(--teal-dark);margin-bottom:.5rem}.community-card p{color:var(--ink-soft);font-size:.9rem;line-height:1.65}.services-list{flex-direction:column;gap:4rem;display:flex}.service-row{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.service-row.reverse{direction:rtl}.service-row.reverse>*{direction:ltr}.service-row__img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:320px;box-shadow:var(--shadow-md)}.service-row__body h2{color:var(--ink);margin-bottom:.85rem;font-size:1.65rem}.service-row__body p{color:var(--ink-soft);margin-bottom:1.5rem;font-size:.97rem;line-height:1.75}.info-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.doc-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:center;gap:1.25rem;padding:1.5rem;transition:all .25s;display:flex}.doc-card:hover{border-color:var(--teal);box-shadow:var(--shadow-md);transform:translateY(-2px)}.doc-card__icon{background:linear-gradient(145deg, var(--teal) 0%, #0a786f 100%);width:52px;height:52px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex;box-shadow:0 8px 18px #00615a38}.doc-card h4{color:var(--ink);margin-bottom:.3rem;font-size:.97rem}.doc-card p{color:var(--muted);margin-bottom:.5rem;font-size:.83rem}.doc-card__link{color:var(--teal);align-items:center;gap:.3rem;font-size:.8rem;font-weight:700;display:flex}.checklist{flex-direction:column;gap:.65rem;list-style:none;display:flex}.checklist li{color:var(--ink-soft);align-items:flex-start;gap:.75rem;font-size:.97rem;line-height:1.55;display:flex}.checklist li i{color:var(--teal);flex-shrink:0;margin-top:3px}.home-panel-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.home-panel-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.5rem;transition:transform .25s,box-shadow .25s}.home-panel-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-panel-card__icon{width:52px;height:52px;color:var(--white);background:linear-gradient(145deg, var(--teal) 0%, #0a786f 100%);border-radius:14px;justify-content:center;align-items:center;margin-bottom:.9rem;font-size:1.2rem;display:flex;box-shadow:0 10px 20px #00615a38}.home-panel-card h3{color:var(--ink);margin-bottom:.45rem;font-size:1.03rem}.home-panel-card p{color:var(--muted);font-size:.9rem;line-height:1.6}.home-ref-wrap{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:980px;margin:0 auto;display:grid}.home-ref-wrap__item{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--ink-soft);box-shadow:var(--shadow-sm);background:#fff;justify-content:center;align-items:center;gap:.55rem;padding:1.15rem 1rem;font-size:.88rem;font-weight:600;display:flex}.home-ref-wrap__item i{color:var(--gold);font-size:1rem}.locations-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.location-card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.location-card__map iframe{border:none;width:100%;height:240px;display:block}.location-card__body{padding:1.5rem}.location-card__body h3{color:var(--teal);margin-bottom:.5rem;font-size:1.1rem}.location-card__body address{color:var(--ink-soft);margin-bottom:.75rem;font-size:.9rem;font-style:normal;line-height:1.6}.location-card__hours{color:var(--muted);margin-bottom:1rem;font-size:.83rem}.location-card__hours strong{color:var(--ink)}.location-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.contact-form-wrap{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem}.contact-form-wrap h2{margin-bottom:.5rem;font-size:1.5rem}.contact-form-wrap p{color:var(--muted);margin-bottom:2rem;font-size:.92rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full{grid-column:1/-1}.form-group label{color:var(--ink-soft);font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--ink);background:var(--white);outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal)}.form-group textarea{resize:vertical;min-height:110px}.referral-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:720px;box-shadow:var(--shadow-md);margin:0 auto;padding:2.5rem}.form-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--teal);border-bottom:2px solid var(--teal-light);margin-top:2rem;margin-bottom:1.25rem;padding-bottom:.6rem;font-size:.82rem;font-weight:700}.form-section-title:first-of-type{margin-top:0}.footer{background:var(--navy);color:#ffffffb3;padding:5rem 0 0}.footer a{color:#f7fafc;text-decoration:none;transition:color .2s,opacity .2s}.footer__grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem;display:grid}.footer__brand img{filter:brightness(10);height:48px;margin-bottom:1.25rem}.footer__brand p{color:#ffffffd6;max-width:320px;font-size:.95rem;line-height:1.75}.footer__socials{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.footer__socials a{background:var(--teal);border:2px solid var(--teal);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 3px 12px #00615a59}.footer__socials a:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-3px);box-shadow:0 6px 20px #c5a05966}.footer__col h4{color:var(--white);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.88rem;font-weight:700}.footer__col p,.footer__col address{color:#ffffffd1;font-size:.94rem;font-style:normal;line-height:1.9}.footer__col p{color:#fffffff0;font-size:.98rem;font-style:normal;line-height:1.8}.footer__col a{color:#fff}.footer__col a:hover,.footer__bottom a:hover{color:var(--gold)}.footer__hours{font-size:.83rem}.footer__hours li{justify-content:space-between;gap:1rem;padding:.28rem 0;display:flex}.footer__hours li span:first-child{color:#ffffffb8;font-weight:500}.footer__hours li span:last-child{color:#ffffffeb}.footer__bottom{color:#ffffffd1;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8rem;display:flex}.sticky-cta{z-index:900;background:var(--teal);color:var(--white);justify-content:space-between;align-items:center;padding:.85rem 1.5rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0003}.sticky-cta span{font-size:.88rem;font-weight:600}.sticky-cta a{background:var(--gold);color:var(--white);border-radius:50px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700}.text-teal{color:var(--teal)}.text-gold{color:var(--gold)}.text-white{color:var(--white)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}.flex-center{align-items:center;gap:.5rem;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.6s both fadeUp}.fade-up-2{animation:.6s .15s both fadeUp}.fade-up-3{animation:.6s .3s both fadeUp}@media (width<=1024px){.hero__content{grid-template-columns:1fr}.hero__card{display:none}.about-split{grid-template-columns:1fr;gap:3rem}.about-split__img{max-width:480px}.services-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer__brand{grid-column:1/-1}.footer__socials{gap:.6rem}.dr-bio{grid-template-columns:1fr}.dr-bio__photo{max-width:360px;position:static}.membership-grid{grid-template-columns:1fr 1fr}.home-jump__grid{grid-template-columns:repeat(3,1fr);transform:translateY(-24px)}.home-panel-grid{grid-template-columns:1fr}}@media (width<=768px){:root{--section-y:60px}.navbar__nav,.navbar__cta{display:none}.hamburger{display:flex}.topbar__right .topbar__emergency{display:none}.stats__grid{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid #ffffff26;border-right:none}.stat:nth-child(2n){border-bottom:1px solid #ffffff26}.stat:nth-last-child(-n+2){border-bottom:none}.services-grid,.service-row{grid-template-columns:1fr}.service-row.reverse{direction:ltr}.info-grid,.locations-grid,.testimonials__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__brand{grid-column:auto}.footer__socials{gap:.55rem}.footer__socials a{width:42px;height:42px;font-size:.95rem}.footer__col h4{margin-bottom:.75rem}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}.sticky-cta{display:flex}.form-grid,.membership-grid{grid-template-columns:1fr}.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center}.page-header{padding:3.5rem 0 3rem}.home-jump{padding-bottom:1rem}.home-jump__grid{grid-template-columns:1fr;transform:translateY(-18px)}.home-ref-wrap{grid-template-columns:1fr}.memberships__item{min-width:126px;height:60px;padding:0 .75rem}.memberships__item img{max-height:36px}}
