:root{--navy: #0a1e2e;--navy-mid: #122d42;--teal: #1a8a7d;--teal-light: #24b8a6;--teal-glow: rgba(26, 138, 125, .15);--mint: #7ee8d4;--white: #ffffff;--off-white: #f6f9f8;--cream: #eef4f2;--gray: #6b7a80;--light-gray: #dde6e3;--text-body: #3a4f5c;--shadow-sm: 0 2px 8px rgba(10,30,46,.06);--shadow-md: 0 8px 30px rgba(10,30,46,.08);--shadow-lg: 0 20px 60px rgba(10,30,46,.12);--shadow-glow: 0 8px 40px rgba(26,138,125,.18);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:clip}body{font-family:Outfit,sans-serif;color:var(--navy);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,.hero-tag,.section-tag{font-family:Fraunces,serif}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.top-bar{background:var(--navy);color:#ffffff9e;font-size:12.5px;font-weight:400;padding:10px 48px;display:flex;justify-content:space-between;align-items:center;letter-spacing:.3px}.top-bar-marquee{min-width:0;flex:1;overflow:hidden}.top-bar-track{display:block}.top-bar-track span+span{display:none}.top-bar a{color:inherit;text-decoration:none}.top-bar .social-icons{display:flex;gap:8px}.top-bar .social-icons a{width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:11px;transition:all .25s cubic-bezier(.4,0,.2,1)}.top-bar .social-icons a:hover{background:var(--teal);border-color:var(--teal);color:#fff;transform:translateY(-1px)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:220}.site-nav{background:#ffffffeb;position:relative;z-index:300;border-bottom:1px solid rgba(10,30,46,.06);backdrop-filter:blur(20px);box-shadow:0 12px 34px #0a1e2e0f}.nav-top{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:16px 48px;min-height:82px}.nav-brand{display:flex;align-items:center;gap:16px;min-width:0}.nav-logo-link{display:inline-flex;align-items:center;flex-shrink:0}.logo-img{height:44px;width:auto;display:block}.nav-utility{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.nav-status-badge{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;border-radius:var(--radius-xl);text-decoration:none;color:var(--navy);border:1px solid rgba(10,30,46,.08);background:linear-gradient(180deg,#fffffff0,#f6f9f8f2);box-shadow:0 8px 22px #0a1e2e0f;white-space:nowrap;flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),background .25s cubic-bezier(.4,0,.2,1)}.nav-status-badge:hover{transform:translateY(-1px);border-color:#1a8a7d38;box-shadow:0 12px 24px #0a1e2e1a}.status-dot{width:9px;height:9px;border-radius:999px;background:#53c06b;box-shadow:0 0 #53c06b6b;flex-shrink:0}.status-dot.is-live{animation:statusPulse 2.2s ease-out infinite}.status-dot.is-closed{background:#9aa8ad;box-shadow:none;animation:none}.status-text{font-size:13px;font-weight:700;letter-spacing:.03em}@keyframes statusPulse{0%{box-shadow:0 0 #53c06b6b}70%{box-shadow:0 0 0 10px #53c06b00}to{box-shadow:0 0 #53c06b00}}.btn-phone,.btn-book{display:inline-flex;align-items:center;justify-content:center;min-height:44px;font-size:14px;font-weight:600;text-decoration:none;border-radius:var(--radius-xl);letter-spacing:.2px;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-phone{color:var(--teal);border:1.5px solid var(--light-gray);padding:10px 18px;gap:8px}.btn-phone:hover{border-color:var(--teal);background:var(--teal-glow)}.btn-phone-icon{display:none}.btn-book{background:linear-gradient(135deg,var(--teal),var(--teal-light));color:#fff;padding:10px 24px;box-shadow:0 8px 22px #1a8a7d42}.btn-book:hover{transform:translateY(-1px);box-shadow:0 14px 28px #1a8a7d47;filter:saturate(1.08)}.nav-bottom{display:flex;align-items:center;justify-content:flex-start;padding:0 36px;min-height:56px;background:linear-gradient(92deg,#0a1e2efa,#0a1e2ef5 54%,#122d42fa);position:relative;overflow:visible}.nav-bottom:before{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,232,212,.7),transparent)}.nav-links{display:flex;list-style:none;align-items:stretch;gap:2px}.nav-item{position:relative}.nav-links>li>a{display:inline-flex;align-items:center;gap:6px;min-height:56px;padding:0 16px;color:#ffffffc2;font-size:13.5px;font-weight:500;text-decoration:none;letter-spacing:.18px;transition:color .25s cubic-bezier(.4,0,.2,1);position:relative}.nav-links>li>a:after{content:"";position:absolute;left:16px;right:16px;bottom:8px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--teal-light),var(--mint));transform:scaleX(0);transform-origin:center;transition:transform .28s cubic-bezier(.4,0,.2,1)}.nav-links>li.active>a,.nav-links>li>a[aria-current=page],.nav-links>li:hover>a,.nav-links>li:focus-within>a{color:#fff}.nav-links>li.active>a:after,.nav-links>li>a[aria-current=page]:after,.nav-links>li:hover>a:after,.nav-links>li:focus-within>a:after{transform:scaleX(1)}.nav-links .dropdown>a .chevron{font-size:10px;opacity:.55;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1)}.nav-links .dropdown:hover>a .chevron,.nav-links .dropdown:focus-within>a .chevron{transform:rotate(180deg);opacity:1}.desktop-panel{position:absolute;top:calc(100% - 6px);left:0;min-width:260px;background:linear-gradient(180deg,#081826fa,#0a1e2efa);border:1px solid rgba(126,232,212,.16);border-radius:22px;box-shadow:0 28px 70px #0a1e2e47;padding:16px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px) scale(.985);transform-origin:top left;transition:opacity .18s cubic-bezier(.4,0,.2,1),transform .24s cubic-bezier(.4,0,.2,1),visibility .18s;z-index:220}.desktop-panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;border-radius:22px 22px 0 0;background:linear-gradient(90deg,var(--teal),var(--mint))}.desktop-panel:after{content:"";position:absolute;top:-12px;left:0;right:0;height:14px}.nav-item:hover>.desktop-panel,.nav-item:focus-within>.desktop-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.nav-item:nth-last-child(-n+3)>.desktop-panel{left:auto;right:0;transform-origin:top right}.desktop-panel-links{display:flex;flex-direction:column;gap:4px;min-width:0}.desktop-panel a{display:block;width:100%;box-sizing:border-box;padding:10px 12px;border-radius:12px;border:1px solid transparent;color:#ffffffe0;text-decoration:none;font-family:Outfit,sans-serif;font-size:13.5px;font-weight:500;line-height:1.35;white-space:normal;overflow-wrap:anywhere;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.desktop-panel a:hover,.desktop-panel a:focus-visible{background:#7ee8d40f;border-color:#7ee8d41a;color:#fff;transform:translate(1px)}.desktop-submenu-link.is-active,.desktop-submenu-link[aria-current=page]{background:linear-gradient(135deg,#1c8b7e2e,#7ee8d414);border-color:#7ee8d433;color:var(--mint);box-shadow:inset 3px 0 #7ee8d4b8}.desktop-submenu-link.is-active:hover,.desktop-submenu-link.is-active:focus-visible,.desktop-submenu-link[aria-current=page]:hover,.desktop-submenu-link[aria-current=page]:focus-visible{background:linear-gradient(135deg,#1c8b7e38,#7ee8d41a);border-color:#7ee8d43d;color:#fff;transform:none}.desktop-panel-compact{width:290px}.desktop-panel-narrow{width:250px}.desktop-panel-locations{width:260px}.desktop-panel-columns{width:440px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;align-items:start}.desktop-panel-columns>.desktop-panel-links,.desktop-panel-mega-grid>.desktop-panel-group{min-width:0}.desktop-panel-columns>.desktop-panel-links{width:100%;overflow:hidden}.desktop-panel-group>span,.mobile-section-label{display:inline-block;margin-bottom:10px;color:var(--mint);font-family:Outfit,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.desktop-panel-mega{width:min(860px,calc(100vw - 64px));padding:20px}.desktop-panel-conditions{width:min(920px,calc(100vw - 64px))}.desktop-panel-therapy{width:min(820px,calc(100vw - 64px))}.desktop-panel-services{width:min(760px,calc(100vw - 64px))}.desktop-panel-mega-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:16px}.desktop-panel-group{padding:10px 12px 12px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.mobile-menu-toggle,.mobile-nav-shell,.mobile-action-bar{display:none}.mobile-menu-toggle{align-items:center;justify-content:center;gap:8px;border:1px solid rgba(10,30,46,.08);background:#ffffffe6;color:var(--navy);border-radius:999px;padding:11px 14px;min-height:46px;font-size:13px;font-weight:700;box-shadow:0 8px 24px #0a1e2e14;flex-shrink:0}.mobile-menu-open{overflow:hidden}.mobile-nav-shell{position:fixed;inset:0;z-index:1000;pointer-events:none;overflow:hidden}.mobile-nav-shell.is-open{pointer-events:auto}.mobile-nav-overlay{position:absolute;inset:0;border:0;background:#0818266b;backdrop-filter:blur(12px);opacity:0;transition:opacity .28s cubic-bezier(.4,0,.2,1)}.mobile-nav-shell.is-open .mobile-nav-overlay{opacity:1}.mobile-nav-panel{position:absolute;right:0;top:0;height:100%;width:min(100%,420px);background:radial-gradient(circle at top right,rgba(126,232,212,.12),transparent 24%),linear-gradient(180deg,#091826fa,#0a1e2efc);color:#fff;box-shadow:-28px 0 80px #0a1e2e52;transform:translate(100%);transition:transform .34s cubic-bezier(.22,1,.36,1);overflow:hidden}.mobile-nav-shell.is-open .mobile-nav-panel{transform:translate(0)}.mobile-nav-main,.mobile-subpanel{position:absolute;inset:0;overflow-y:auto;padding:20px 20px 132px;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .24s cubic-bezier(.4,0,.2,1);scrollbar-width:thin}.mobile-nav-main{transform:translate(0);opacity:1}.mobile-nav-main.is-hidden{opacity:0;transform:translate(-8%);pointer-events:none}.mobile-subpanel{opacity:0;transform:translate(12%);pointer-events:none}.mobile-subpanel.is-active{opacity:1;transform:translate(0);pointer-events:auto}.mobile-nav-top,.mobile-subpanel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.mobile-nav-close,.mobile-back-button{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer;margin-left:auto}.mobile-nav-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.mobile-action-card{display:grid;gap:12px;padding:14px;border-radius:18px;text-decoration:none;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);min-height:110px;transition:transform .24s cubic-bezier(.4,0,.2,1),background .24s cubic-bezier(.4,0,.2,1),border-color .24s cubic-bezier(.4,0,.2,1)}.mobile-action-card:hover{transform:translateY(-1px);background:#ffffff14;border-color:#7ee8d433}.mobile-action-primary{background:linear-gradient(135deg,#1a8a7d42,#24b8a629);border-color:#7ee8d438}.mobile-action-icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:var(--mint)}.mobile-action-card strong{display:block;margin-bottom:4px;font-size:15px}.mobile-action-card small{display:block;color:#ffffffa3;line-height:1.35}.mobile-intent-strip{padding:16px;margin-bottom:16px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.mobile-intent-strip>span{display:block;margin-bottom:12px;color:#ffffffb3;font-size:13px;font-weight:600}.mobile-intent-links{display:flex;flex-wrap:wrap;gap:8px}.mobile-intent-links a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;text-decoration:none;color:#fff;font-size:13px;font-weight:600;background:#ffffff12;border:1px solid rgba(255,255,255,.08)}.mobile-nav-grid{display:grid;gap:12px;margin-bottom:20px}.mobile-nav-card{text-align:left;padding:17px 18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0f,#ffffff08);color:#fff;cursor:pointer;transition:transform .26s cubic-bezier(.4,0,.2,1),border-color .26s cubic-bezier(.4,0,.2,1),background .26s cubic-bezier(.4,0,.2,1)}.mobile-nav-card:hover,.mobile-nav-card.active{transform:translateY(-1px);border-color:#7ee8d447;background:linear-gradient(180deg,#7ee8d41a,#ffffff0a)}.mobile-nav-card-label{display:block;margin-bottom:7px;font-size:17px;font-weight:700}.mobile-nav-card-copy{display:block;max-width:88%;color:#ffffffa8;font-size:14px;line-height:1.5}.mobile-nav-card-arrow{display:inline-flex;margin-top:14px;color:var(--mint)}.mobile-secondary-links,.mobile-utility-footer{padding:16px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.mobile-secondary-links{margin-bottom:14px}.mobile-secondary-grid,.mobile-utility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-secondary-grid a,.mobile-utility-grid a,.mobile-subpanel-links a,.mobile-subpanel-overview{display:block;padding:12px 14px;border-radius:14px;text-decoration:none;color:#fff;font-size:14px;font-weight:500;background:#ffffff0a;border:1px solid rgba(255,255,255,.05);transition:background .2s ease,border-color .2s ease,transform .2s ease}.mobile-secondary-grid a.active{border-color:#7ee8d433;color:var(--mint)}.mobile-secondary-grid a:hover,.mobile-utility-grid a:hover,.mobile-subpanel-links a:hover,.mobile-subpanel-overview:hover{background:#ffffff14;border-color:#7ee8d429;transform:translate(2px)}.mobile-subpanel-overview{white-space:nowrap}.mobile-subpanel-intro{margin-bottom:24px}.mobile-subpanel-intro p{color:#ffffffa8;line-height:1.65}.mobile-subpanel-groups{display:grid;gap:16px}.mobile-subpanel-group{padding:16px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.mobile-subpanel-group h3{margin-bottom:12px;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;color:var(--mint);letter-spacing:.08em;text-transform:uppercase}.mobile-subpanel-links{display:grid;gap:8px}.mobile-action-bar{position:fixed;inset:auto 0 10px;z-index:190;padding:0 12px calc(env(safe-area-inset-bottom) + 2px)}.mobile-action-bar{display:none}.mobile-app-dock{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:4px;max-width:430px;margin:0 auto;padding:7px 7px 9px;border-radius:26px;background:#ffffffeb;border:1px solid rgba(10,30,46,.08);box-shadow:0 18px 40px #0a1e2e24;backdrop-filter:blur(18px)}.mobile-action-pill{min-height:56px;border-radius:20px;border:0;background:transparent;color:var(--navy);text-decoration:none;display:grid;place-items:center;gap:4px;padding:8px 6px;font-size:12px;font-weight:700;line-height:1;transition:transform .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.mobile-action-pill i{color:var(--teal);font-size:15px;transition:color .2s cubic-bezier(.4,0,.2,1)}.mobile-action-pill:hover{background:#ecf7f5e6}.mobile-action-pill-primary{background:linear-gradient(135deg,var(--teal),var(--teal-light));color:#fff;min-height:72px;margin-top:-18px;border-radius:24px;box-shadow:0 16px 30px #1a8a7d3d}.mobile-action-pill-primary:hover{background:linear-gradient(135deg,var(--teal),var(--teal-light));color:#fff;transform:translateY(-1px)}.mobile-action-pill-primary i{color:#fff}.mobile-action-pill.active{background:#ecf7f5f5}.mobile-action-pill.active i{color:var(--teal)}.mobile-action-pill span{white-space:nowrap}.hero{position:relative;height:680px;overflow:hidden;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background:var(--hero-bg-image, url(/generated/homepage-hero.webp)) 68% center/cover no-repeat;transform:scale(1.05);animation:slowZoom 14s ease-out forwards}@keyframes slowZoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,#0a1e2eeb 35%,#0a1e2e66 70%,#0a1e2e33)}.hero-content{position:relative;z-index:2;padding:0 80px;max-width:720px;animation:heroIn .9s cubic-bezier(.4,0,.2,1) both}@keyframes heroIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-tag{display:inline-flex;align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--mint);margin-bottom:20px}.hero-tag:before{content:"";width:32px;height:1.5px;background:var(--mint);display:block}.hero h1{font-size:clamp(38px,4.8vw,56px);font-weight:700;color:#fff;line-height:1.12;margin-bottom:24px;letter-spacing:-.5px}.hero p{font-size:17px;color:#ffffffb3;line-height:1.75;margin-bottom:40px;font-weight:300;max-width:540px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}.btn-primary{background:var(--teal);color:#fff;padding:15px 34px;border-radius:var(--radius-xl);font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #1a8a7d59;letter-spacing:.2px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a8a7d73;background:var(--teal-light)}.btn-secondary{background:#ffffff14;backdrop-filter:blur(8px);color:#fff;padding:15px 34px;border-radius:var(--radius-xl);font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid rgba(255,255,255,.25);transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.btn-secondary:hover{background:#fff;color:var(--navy);border-color:#fff;transform:translateY(-2px)}.trust-bar{background:var(--navy);position:relative}.trust-bar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,232,212,.2),transparent)}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:30px 32px;border-right:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;gap:16px;transition:background .3s}.trust-item:hover{background:#1a8a7d0f}.trust-item:last-child{border-right:none}.trust-icon{font-size:24px;flex-shrink:0;color:var(--mint);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#7ee8d414;border-radius:12px}.trust-item h4{color:#fff;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;margin-bottom:4px}.trust-item p{color:#ffffff73;font-size:12.5px;line-height:1.55}.about-section{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.about-image{position:relative;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 6s ease}.about-image:hover img{transform:scale(1.03)}.about-image-badge{position:absolute;bottom:32px;right:0;background:var(--teal);color:#fff;padding:18px 28px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;text-align:center;border-radius:var(--radius-md) 0 0 var(--radius-md);box-shadow:0 8px 30px #1a8a7d66}.about-image-badge span{display:block;font-size:30px;font-weight:800;font-family:Fraunces,serif;letter-spacing:0}.about-content{background:var(--off-white);padding:80px 72px;display:flex;flex-direction:column;justify-content:center;position:relative}.about-content:before{content:"";position:absolute;top:60px;right:60px;width:80px;height:80px;border:2px solid var(--teal-glow);border-radius:50%;opacity:.5}.section-tag{font-family:Outfit,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;display:block}.about-content h2{font-size:clamp(26px,3vw,36px);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:24px;letter-spacing:-.3px}.about-content p{font-size:15.5px;color:var(--text-body);line-height:1.8;margin-bottom:18px}.about-content a{display:inline-flex;align-items:center;gap:8px;color:var(--teal);text-decoration:none;font-weight:600;font-size:15px;margin-top:12px;transition:gap .25s cubic-bezier(.4,0,.2,1)}.about-content a:hover{gap:14px}.about-content a:after{content:"→"}.expertise{padding:100px 60px;background:var(--white);text-align:center;position:relative}.expertise .section-tag{display:block;margin-bottom:10px}.expertise h2{font-size:clamp(28px,3vw,42px);font-weight:700;color:var(--navy);margin-bottom:16px;letter-spacing:-.3px}.expertise>p{font-size:16px;color:var(--gray);max-width:560px;margin:0 auto 56px;line-height:1.75}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1120px;margin:0 auto 48px}.expertise-card{position:relative;height:400px;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;box-shadow:var(--shadow-md);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s}.expertise-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.expertise-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.expertise-card:hover img{transform:scale(1.08)}.expertise-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#0a1e2ee6,#0a1e2e1a 55%);transition:.4s}.expertise-card:hover .expertise-card-overlay{background:linear-gradient(0deg,#1a8a7deb,#0a1e2e33 55%)}.expertise-card-content{position:absolute;bottom:0;left:0;right:0;padding:32px;color:#fff}.expertise-card-content h3{font-family:Fraunces,serif;font-size:24px;font-weight:700;margin-bottom:10px;letter-spacing:-.2px}.expertise-card-content a{color:var(--mint);text-decoration:none;font-size:13.5px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:gap .25s;font-family:Outfit,sans-serif;letter-spacing:.3px}.expertise-card:hover .expertise-card-content a{gap:12px}.expertise-card-content a:after{content:"→"}.expertise-cta{display:inline-flex;align-items:center;gap:8px;background:var(--teal);color:#fff;padding:14px 34px;border-radius:var(--radius-xl);text-decoration:none;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #1a8a7d4d}.expertise-cta:hover{background:var(--navy);box-shadow:0 4px 20px #0a1e2e4d;transform:translateY(-2px)}.conditions-section{padding:100px 60px;background:var(--off-white);text-align:center;position:relative}.conditions-section .section-tag{display:block;margin-bottom:10px}.conditions-section h2{font-family:Fraunces,serif;font-size:clamp(26px,3vw,40px);font-weight:700;color:var(--navy);margin-bottom:14px;letter-spacing:-.3px}.conditions-section>p{font-size:16px;color:var(--gray);max-width:560px;margin:0 auto 56px;line-height:1.75}.conditions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1120px;margin:0 auto 40px}.condition-card{background:#fff;border-radius:var(--radius-md);border:1.5px solid transparent;box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;display:flex;flex-direction:column;position:relative;overflow:hidden;min-height:258px}.condition-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--mint));transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.condition-card:hover:before{transform:scaleX(1)}.condition-card:hover{border-color:var(--teal);transform:translateY(-5px);box-shadow:var(--shadow-glow)}.condition-card-media{position:relative;height:148px;overflow:hidden}.condition-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.condition-card-media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a1e2e14,#0a1e2e42)}.condition-card:hover .condition-card-media img{transform:scale(1.07)}.condition-card-body{padding:20px 18px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.condition-card h3{font-family:Outfit,sans-serif;font-size:14.5px;font-weight:700;color:var(--navy);margin-bottom:6px}.condition-card p{font-size:12.5px;color:var(--gray);line-height:1.55}.diff-section{background:var(--navy);padding:100px 60px;text-align:center;position:relative;overflow:hidden}.diff-section:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(26,138,125,.08),transparent 70%);pointer-events:none}.diff-section .section-tag{color:var(--mint);display:block;margin-bottom:10px}.diff-section h2{font-size:clamp(26px,3vw,40px);font-weight:700;color:#fff;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto;letter-spacing:-.3px;line-height:1.2}.diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1120px;margin:0 auto;background:#ffffff0a;border-radius:var(--radius-lg);overflow:hidden}.diff-item{padding:48px 38px;background:var(--navy-mid);text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.diff-item:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--mint);transition:height .4s cubic-bezier(.4,0,.2,1)}.diff-item:hover:before{height:100%}.diff-item:hover{background:#1a8a7d1f}.diff-num{font-size:48px;font-family:Fraunces,serif;font-weight:800;background:linear-gradient(135deg,#1a8a7d4d,#7ee8d426);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:16px}.diff-item h3{font-family:Outfit,sans-serif;font-size:17px;font-weight:600;color:#fff;margin-bottom:10px}.diff-item p{font-size:14px;color:#ffffff80;line-height:1.7}.team-section{padding:100px 60px;background:var(--off-white);text-align:center}.team-section .section-tag{display:block;margin-bottom:10px}.team-section h2{font-size:clamp(28px,3vw,42px);font-weight:700;color:var(--navy);margin-bottom:56px;letter-spacing:-.3px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1120px;margin:0 auto 48px}.team-card{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.4,0,.2,1)}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.team-card-img{height:250px;overflow:hidden;background:var(--cream)}.team-card-img img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s cubic-bezier(.4,0,.2,1)}.team-card:hover .team-card-img img{transform:scale(1.06)}.team-card-info{padding:22px 20px;text-align:left}.team-card-info h3{font-family:Outfit,sans-serif;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.team-card-info p{font-size:12.5px;color:var(--teal);font-weight:500;margin-bottom:14px}.team-card-info a{font-size:13px;color:var(--teal);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:gap .2s}.team-card-info a:after{content:"→"}.team-card-info a:hover{gap:10px}.team-cta{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--teal);color:var(--teal);padding:13px 30px;border-radius:var(--radius-xl);text-decoration:none;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.team-cta:hover{background:var(--teal);color:#fff;box-shadow:var(--shadow-glow);transform:translateY(-2px)}.same-day{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.same-day-content{background:linear-gradient(135deg,var(--teal),#1a6f6a);padding:80px 72px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.same-day-content:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;border:2px solid rgba(255,255,255,.08);border-radius:50%}.same-day-content .section-tag{color:#fff9}.same-day-content h2{font-size:clamp(26px,3vw,36px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:22px;letter-spacing:-.3px}.same-day-content p{font-size:16px;color:#fffc;line-height:1.8;margin-bottom:38px}.same-day-btns{display:flex;gap:14px;flex-wrap:wrap}.btn-white{background:#fff;color:var(--teal);padding:14px 30px;border-radius:var(--radius-xl);font-weight:600;font-size:15px;text-decoration:none;border:2px solid white;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000001a}.btn-white:hover{background:transparent;color:#fff;box-shadow:none}.btn-outline-white{background:transparent;color:#fff;padding:14px 30px;border-radius:var(--radius-xl);font-weight:600;font-size:15px;text-decoration:none;border:1.5px solid rgba(255,255,255,.35);transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-outline-white:hover{border-color:#fff;background:#ffffff1a}.same-day-image{position:relative;overflow:hidden}.same-day-image img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.same-day-image:hover img{transform:scale(1.03)}.social-proof{background:var(--navy);padding:28px 60px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:24px;position:relative}.social-proof:before,.social-proof:after{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,232,212,.15),transparent)}.social-proof:before{top:0}.social-proof:after{bottom:0}.proof-item{display:flex;align-items:center;gap:14px;color:#fff}.proof-item i{font-size:20px;color:var(--mint);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#7ee8d414;border-radius:12px}.proof-item strong{font-size:18px;font-weight:700;display:block;line-height:1.1}.proof-item span{font-size:12px;opacity:.5;letter-spacing:.5px}.affiliations-strip{background:var(--white);padding:32px 60px 18px;text-align:center}.affiliations-strip .section-tag{margin-bottom:16px}.affiliations-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:980px;margin:0 auto}.affiliation-chip{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:999px;border:1px solid rgba(10,30,46,.1);background:linear-gradient(180deg,#fff,#f6f9f8);color:var(--navy);font-size:12.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;box-shadow:var(--shadow-sm)}.testimonials{padding:100px 60px;background:var(--white);text-align:center}.testimonials .section-tag{display:block;margin-bottom:10px}.testimonials h2{font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--navy);margin-bottom:56px;letter-spacing:-.3px}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1120px;margin:0 auto}.testi-card{background:var(--off-white);border-radius:var(--radius-lg);padding:40px 34px;text-align:left;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);border:1.5px solid transparent}.testi-card:hover{border-color:#1a8a7d26;box-shadow:var(--shadow-md);transform:translateY(-4px)}.testi-card:before{content:'"';position:absolute;top:20px;right:28px;font-family:Fraunces,serif;font-size:80px;color:#1a8a7d14;line-height:1}.stars{color:#f59e0b;font-size:15px;margin-bottom:18px;letter-spacing:2px}.testi-card p{font-size:15px;color:var(--text-body);line-height:1.8;margin-bottom:22px;font-style:italic}.testi-author{font-weight:700;color:var(--navy);font-size:14px}.testi-source{font-size:12px;color:var(--teal);font-weight:500;margin-top:2px}.contact-section{background:var(--navy);padding:100px 60px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(26,138,125,.06),transparent 70%)}.contact-left{position:relative;z-index:1}.contact-left .section-tag{color:var(--mint)}.contact-left h2{font-size:clamp(26px,3vw,36px);font-weight:700;color:#fff;margin-bottom:20px;line-height:1.25;letter-spacing:-.3px}.contact-left p{font-size:15px;color:#ffffff8c;line-height:1.8;margin-bottom:32px}.contact-left>a{display:inline-flex;align-items:center;gap:10px;color:var(--mint);text-decoration:none;font-size:22px;font-weight:700;transition:gap .2s}.contact-left>a:hover{gap:14px}.contact-form{background:var(--white);border-radius:var(--radius-lg);padding:44px;box-shadow:var(--shadow-lg);position:relative;z-index:1}.contact-form h3{font-family:Fraunces,serif;font-size:24px;font-weight:700;color:var(--navy);margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.form-row>.form-group{min-width:0}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-group label{font-size:13px;font-weight:600;color:var(--navy);letter-spacing:.2px}.form-group input,.form-group select,.form-group textarea{padding:13px 16px;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);font-family:Outfit,sans-serif;font-size:14px;color:var(--navy);outline:none;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-glow)}.form-group textarea{resize:vertical;min-height:90px}.checkbox-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:22px}.checkbox-row input{margin-top:3px;flex-shrink:0;accent-color:var(--teal)}.checkbox-row label{font-size:12.5px;color:var(--gray);line-height:1.55}.form-submit{width:100%;background:var(--teal);color:#fff;padding:15px;border:none;border-radius:var(--radius-xl);font-family:Outfit,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #1a8a7d4d;letter-spacing:.3px}.form-submit:hover{background:var(--navy);box-shadow:0 4px 20px #0a1e2e4d;transform:translateY(-1px)}.locations-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.loc-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:18px 20px;text-decoration:none;display:flex;flex-direction:column;gap:6px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;grid-column:span 1;text-align:left;min-width:0}.loc-card p,.loc-card .loc-phone,.loc-card .loc-dir{overflow-wrap:break-word;word-wrap:break-word}.loc-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--mint);transition:height .35s cubic-bezier(.4,0,.2,1);border-radius:0 0 3px}.loc-card:hover:before{height:100%}.loc-card:hover{background:#1a8a7d1f;border-color:#7ee8d440;transform:translateY(-2px)}.loc-card-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.loc-card-header i{color:var(--mint);font-size:13px}.loc-card-header h4{font-family:Outfit,sans-serif;font-size:14px;font-weight:700;color:#fff}.loc-card p{font-size:12px;color:#ffffff80;line-height:1.55;margin:0}.loc-phone{font-size:12.5px;color:#fff9;font-weight:500;text-decoration:none;transition:color .2s}.loc-phone:hover{color:var(--mint)}.loc-dir{font-size:12px;color:var(--mint);font-weight:600;margin-top:4px;text-decoration:none;transition:letter-spacing .2s;display:inline-block}.loc-card:hover .loc-dir{letter-spacing:.3px}.blog-hero{background:linear-gradient(180deg,var(--off-white) 0%,var(--white) 100%);padding:96px 60px 56px;text-align:center}.blog-hero-inner{max-width:760px;margin:0 auto}.blog-hero .section-tag{display:inline-block;color:var(--teal);font-size:11.5px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:16px}.blog-hero h1{font-family:Fraunces,serif;font-size:clamp(32px,4.4vw,50px);font-weight:700;color:var(--navy);line-height:1.15;letter-spacing:-.6px;margin-bottom:18px}.blog-hero p{font-size:16px;color:var(--text-body);line-height:1.75;max-width:620px;margin:0 auto}.blog-index{padding:56px 60px 96px;background:var(--white)}.blog-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{background:var(--white);border:1px solid rgba(10,30,46,.06);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;min-width:0}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#1a8a7d2e}.blog-card-media{display:block;aspect-ratio:16 / 10;overflow:hidden;background:var(--cream)}.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease;display:block}.blog-card:hover .blog-card-media img{transform:scale(1.04)}.blog-card-body{padding:24px 26px 28px;display:flex;flex-direction:column;gap:12px;flex:1}.blog-card-meta{font-size:12px;color:var(--gray);font-weight:600;letter-spacing:.6px;text-transform:uppercase;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.blog-card-meta-dot{color:#0a1e2e40}.blog-card-meta-tag{color:var(--teal);letter-spacing:.5px}.blog-card h2{font-family:Fraunces,serif;font-size:20px;font-weight:700;color:var(--navy);line-height:1.3;letter-spacing:-.2px;margin:0}.blog-card h2 a{color:inherit;text-decoration:none}.blog-card h2 a:hover{color:var(--teal)}.blog-card p{font-size:14px;color:var(--text-body);line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-link{margin-top:auto;align-self:flex-start;font-size:13px;font-weight:700;color:var(--teal);text-decoration:none;transition:letter-spacing .25s,gap .25s;display:inline-flex;align-items:center;gap:6px}.blog-card-link:hover{letter-spacing:.3px}.blog-pagination{max-width:1120px;margin:56px auto 0;display:flex;align-items:center;justify-content:center;gap:24px;font-family:Outfit,sans-serif}.blog-pagination-link{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:var(--radius-xl);background:var(--white);border:1.5px solid var(--light-gray);color:var(--navy);font-weight:700;font-size:14px;text-decoration:none;transition:all .25s}.blog-pagination-link:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-glow)}.blog-pagination-status{font-size:13px;color:var(--gray);font-weight:600}.blog-post{max-width:760px;margin:0 auto;padding:72px 32px 96px;background:var(--white)}.blog-post-header{text-align:left;margin-bottom:36px}.blog-post-back{display:inline-block;font-size:13px;font-weight:700;color:var(--teal);text-decoration:none;margin-bottom:24px;transition:letter-spacing .2s}.blog-post-back:hover{letter-spacing:.3px}.blog-post-header .section-tag{display:block;color:var(--teal);font-size:11.5px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:14px}.blog-post-header h1{font-family:Fraunces,serif;font-size:clamp(30px,4vw,46px);font-weight:700;color:var(--navy);line-height:1.18;letter-spacing:-.5px;margin-bottom:18px}.blog-post-meta{font-size:13.5px;color:var(--gray);font-weight:500}.blog-post-tags{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:8px}.blog-tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:var(--teal-glow);color:var(--teal);font-family:Outfit,sans-serif;font-size:12px;font-weight:700;letter-spacing:.4px;border:1px solid rgba(26,138,125,.2)}.blog-post-featured{margin:0 0 40px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background:var(--cream)}.blog-post-featured img{width:100%;height:auto;display:block;aspect-ratio:16 / 10;object-fit:cover}.blog-post-body{font-size:17px;color:var(--text-body);line-height:1.8}.blog-post-body p{margin-bottom:22px}.blog-post-body h2,.blog-post-body h3,.blog-post-body h4{font-family:Fraunces,serif;color:var(--navy);line-height:1.25;letter-spacing:-.3px;margin-top:38px;margin-bottom:14px}.blog-post-body h2{font-size:28px}.blog-post-body h3{font-size:22px}.blog-post-body h4{font-size:19px}.blog-post-body ul,.blog-post-body ol{margin:0 0 22px 24px;padding-left:8px}.blog-post-body li{margin-bottom:8px}.blog-post-body a{color:var(--teal);text-decoration:underline;text-decoration-color:#1a8a7d66;text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}.blog-post-body a:hover{color:var(--teal-light);text-decoration-color:var(--teal-light)}.blog-post-body strong{color:var(--navy)}.blog-post-body em{font-style:italic}.blog-post-body blockquote{border-left:3px solid var(--teal);padding:4px 20px;margin:28px 0;color:var(--navy);font-style:italic;background:var(--off-white);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.blog-post-body img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:24px 0}.blog-post-footer{margin-top:56px;padding-top:28px;border-top:1px solid var(--light-gray)}@media(max-width:968px){.blog-hero{padding:72px 28px 40px}.blog-index{padding:40px 28px 80px}.blog-grid{grid-template-columns:repeat(2,1fr);gap:22px}.blog-post{padding:56px 24px 80px}.blog-post-body{font-size:16px}.blog-post-body h2{font-size:24px}.blog-post-body h3{font-size:20px}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.blog-pagination{gap:14px;flex-wrap:wrap}}footer{background:#050f18;color:#ffffff8c;padding:70px 60px 30px;position:relative}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,232,212,.2),transparent)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;margin-bottom:48px}.footer-brand img{height:42px;margin-bottom:20px;display:block}.footer-brand p{font-size:13.5px;line-height:1.8;margin-bottom:22px}.footer-contact-detail{font-size:14px;margin-bottom:8px}.footer-contact-detail a{color:#ffffffa6;text-decoration:none;transition:color .2s}.footer-contact-detail a:hover{color:var(--mint)}.footer-social{display:flex;gap:10px;margin-top:22px}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.12);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#ffffff80;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.footer-social a:hover{background:var(--teal);border-color:var(--teal);color:#fff;transform:translateY(-2px)}.footer-col h4{font-family:Outfit,sans-serif;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:20px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:11px}.footer-col ul li a{color:#ffffff73;text-decoration:none;font-size:14px;transition:all .2s}.footer-col ul li a:hover{color:var(--mint);padding-left:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:#ffffff4d;flex-wrap:wrap;gap:12px}.footer-bottom a{color:inherit;text-decoration:none}.footer-bottom a:hover{color:var(--mint)}.fade-up{opacity:0;transform:translateY(36px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}@media(max-width:900px){.top-bar{padding:10px 0;font-size:11px;overflow:hidden;position:relative;z-index:1}.top-bar .social-icons{display:none}.top-bar-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.top-bar-track{display:flex;width:max-content;gap:28px;white-space:nowrap;will-change:transform;animation:topTicker 20s linear infinite}.top-bar-track span{display:inline-block;padding-left:20px}.top-bar-track span+span{display:inline-block}.site-nav{padding-bottom:10px;z-index:260}.nav-top{align-items:center;justify-content:space-between;gap:12px;padding:14px 20px 12px;min-height:78px}.nav-brand{align-items:center;gap:12px;flex:0 1 auto}.logo-img{height:40px}.nav-actions{gap:10px;margin-left:0}.nav-utility{align-items:center;gap:0}.nav-status-badge,.btn-book{display:none}.btn-phone{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;min-height:46px;font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--navy);background:linear-gradient(180deg,#fffffff0,#f6f9f8f2);border:1px solid rgba(10,30,46,.08);border-radius:var(--radius-xl);box-shadow:0 8px 22px #0a1e2e14}.btn-phone:hover{background:linear-gradient(180deg,#fffffff0,#f6f9f8f2);border-color:#1a8a7d38}.btn-phone-icon{display:inline-flex;align-items:center;justify-content:center;color:#53c06b;font-size:13px}.nav-bottom{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-nav-shell,.mobile-action-bar{display:block}.hero-content{padding:0 28px}.trust-bar-inner{grid-template-columns:1fr 1fr}.about-section,.same-day{grid-template-columns:1fr}.about-image{height:320px}.about-content{padding:60px 36px}.expertise{padding:70px 28px}.expertise-grid{grid-template-columns:1fr;max-width:420px}.diff-section{padding:70px 28px}.diff-grid{grid-template-columns:1fr 1fr}.team-section{padding:70px 28px}.team-grid{grid-template-columns:1fr 1fr}.conditions-section{padding:70px 28px}.conditions-grid{grid-template-columns:1fr 1fr}.testimonials{padding:70px 28px}.testi-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.contact-section{grid-template-columns:1fr;gap:40px;padding:70px 28px}.social-proof{gap:24px;padding:24px 28px}.affiliations-strip{padding:28px 28px 12px}footer{padding:50px 28px 24px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.same-day-content{padding:60px 36px}.team-founder-section{grid-template-columns:1fr}.team-founder-media{min-height:420px}.team-founder-content{padding:56px 32px}.team-directory-intro{padding:72px 28px 20px}.team-directory-section{padding:28px 28px 72px}.team-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){body{padding-bottom:108px}.top-bar{justify-content:flex-start;text-align:left}.nav-top{padding:14px 16px 12px;min-height:74px}.nav-actions{gap:8px}.nav-status-badge{padding:8px 10px;gap:8px;min-height:42px;max-width:152px}.btn-phone{padding:8px 12px;gap:7px;min-height:42px;font-size:12.5px}.btn-phone-icon{font-size:12px}.mobile-menu-toggle{min-height:42px;padding:10px 12px}.status-text{font-size:11px;overflow:hidden;text-overflow:ellipsis}.status-dot{width:8px;height:8px}.mobile-nav-panel{width:100%}.mobile-nav-main,.mobile-subpanel{padding-left:16px;padding-right:16px}.mobile-nav-actions{grid-template-columns:1fr}.mobile-action-card{min-height:auto;grid-template-columns:42px 1fr;align-items:center}.mobile-secondary-grid,.mobile-utility-grid{grid-template-columns:1fr}.mobile-app-dock{gap:1px;padding:7px 5px calc(7px + env(safe-area-inset-bottom));border-radius:24px}.mobile-action-pill{min-height:54px;font-size:10px;border-radius:18px}.mobile-action-pill span{letter-spacing:-.01em}.mobile-action-pill-primary{min-height:68px;margin-top:-14px}.trust-bar-inner{grid-template-columns:1fr}.trust-item{padding:22px 18px;gap:12px}.trust-icon{width:42px;height:42px;font-size:20px}.diff-grid{grid-template-columns:1fr 1fr}.diff-item{padding:28px 18px}.diff-num{font-size:36px}.diff-item h3{font-size:15px}.diff-item p{font-size:12.5px;line-height:1.55}.team-grid{grid-template-columns:1fr 1fr;max-width:none;margin:0 auto 48px;gap:14px}.team-card-img{height:180px}.team-card-info{padding:16px 14px}.team-card-info h3{font-size:14px}.team-card-info p{font-size:12px;margin-bottom:10px}.conditions-grid{grid-template-columns:1fr 1fr;max-width:none;margin:0 auto;gap:14px}.condition-card{min-height:226px}.condition-card h3{font-size:15px}.condition-card p{font-size:12.5px;line-height:1.5}.condition-card-media{height:110px}.condition-card-body{padding:14px 14px 16px}.social-proof{grid-template-columns:1fr 1fr;gap:18px 16px;padding:22px 18px}.affiliations-strip{padding:24px 20px 10px}.affiliations-row{gap:10px}.affiliation-chip{min-height:42px;padding:10px 14px;font-size:11.5px}.proof-item{align-items:flex-start;gap:12px}.proof-item i{width:40px;height:40px;font-size:18px}.proof-item strong{font-size:16px}.proof-item span{font-size:11px;line-height:1.45;letter-spacing:.2px}.contact-section{padding-bottom:156px}.contact-left{text-align:center;width:100%;max-width:640px;margin:0 auto}.contact-left p{margin-left:auto;margin-right:auto;max-width:34rem}.locations-grid{width:100%;max-width:680px;margin:8px auto 12px}@media(max-width:480px){.locations-grid{gap:8px;max-width:none}.loc-card{padding:14px 12px}.loc-card-header{gap:6px}.loc-card-header h4{font-size:13px}.loc-card p{font-size:11.5px;line-height:1.5}.loc-phone{font-size:12px}.loc-dir{font-size:11.5px}.form-row{grid-template-columns:1fr}}.contact-form{margin-bottom:12px}.footer-grid>.footer-col:nth-of-type(2){display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}.footer-brand{grid-column:1 / -1}.hero{height:560px}.hero h1{font-size:32px}.team-founder-media{min-height:300px;padding-bottom:0}.team-founder-media img{object-position:center top}.team-founder-floating-stats{position:static;margin:-20px 16px 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border-radius:18px;background:#0a1e2ee0;max-width:calc(100% - 32px)}.team-founder-stat{padding:14px 8px 12px;border-radius:14px}.team-founder-stat-value{font-size:18px}.team-founder-stat-label{margin-top:6px;font-size:9px;letter-spacing:1px;line-height:1.35}.team-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;gap:14px}}@keyframes topTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}html,body{overflow-x:clip}@media(prefers-reduced-motion:reduce){.status-dot.is-live,.top-bar-track,.desktop-panel,.mobile-nav-panel,.mobile-nav-main,.mobile-subpanel,.mobile-action-pill,.mobile-nav-card,.nav-status-badge,.btn-book,.btn-phone{animation:none!important;transition-duration:.01ms!important}}.team-page{background:linear-gradient(180deg,var(--white) 0%,var(--off-white) 100%)}.team-founder-section{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(420px,1.05fr);min-height:640px;background:var(--white)}.team-founder-media{position:relative;overflow:hidden;background:var(--cream)}.team-founder-media img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform 5s ease}.team-founder-section:hover .team-founder-media img{transform:scale(1.03)}.team-founder-floating-stats{position:absolute;left:26px;right:26px;bottom:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:14px;border-radius:22px;background:#0a1e2ec2;backdrop-filter:blur(14px);box-shadow:var(--shadow-lg)}.team-founder-stat{background:linear-gradient(135deg,#ffffff14,#7ee8d414);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px 14px 16px;text-align:center}.team-founder-stat-value{font-family:Fraunces,serif;font-size:clamp(24px,2.6vw,34px);line-height:1;font-weight:700;color:var(--mint)}.team-founder-stat-label{margin-top:8px;font-size:10.5px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#ffffffb8}.team-founder-content{background:var(--off-white);padding:84px 72px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.team-founder-content:before{content:"";position:absolute;top:48px;right:48px;width:108px;height:108px;border-radius:50%;border:2px solid rgba(26,138,125,.06)}.team-founder-content h2{font-size:clamp(30px,3.4vw,44px);line-height:1.1;color:var(--navy);margin-bottom:8px;letter-spacing:-.35px}.team-founder-credentials{font-size:13px;font-weight:700;letter-spacing:.4px;color:var(--teal);margin-bottom:24px}.team-founder-content p{font-size:15px;line-height:1.85;color:var(--text-body);margin-bottom:16px;max-width:680px}.team-founder-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.team-founder-highlight{display:inline-flex;align-items:center;gap:8px;background:var(--white);padding:9px 16px;border-radius:var(--radius-xl);border:1px solid var(--light-gray);font-size:12.5px;font-weight:600;color:var(--navy);box-shadow:var(--shadow-sm)}.team-founder-highlight i{color:var(--teal);font-size:13px}.team-directory-intro{padding:88px 60px 24px;text-align:center;background:var(--white)}.team-directory-intro .section-intro{margin-bottom:18px}.team-directory-intro p{max-width:760px;margin:0 auto;font-size:16px;line-height:1.8;color:var(--gray)}.team-directory-section{padding:36px 60px 100px;background:var(--white)}.team-directory-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.team-directory-card{background:var(--off-white);border-radius:var(--radius-lg);overflow:hidden;border:1.5px solid transparent;box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;min-height:100%}.team-directory-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#1a8a7d1f}.team-directory-image{position:relative;height:280px;background:var(--cream);overflow:hidden}.team-directory-image img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .45s cubic-bezier(.4,0,.2,1)}.team-directory-card:hover .team-directory-image img{transform:scale(1.05)}.team-directory-language{position:absolute;left:12px;bottom:12px;max-width:calc(100% - 24px);padding:7px 12px;border-radius:999px;background:#0a1e2ec7;backdrop-filter:blur(8px);color:#ffffffd6;font-size:10.5px;font-weight:600;letter-spacing:.2px}.team-directory-card-content{padding:22px 20px 20px;display:flex;flex-direction:column;flex:1}.team-directory-card-content h3{font-family:Outfit,sans-serif;font-size:18px;font-weight:700;color:var(--navy);margin-bottom:4px}.team-directory-credentials{font-size:11.5px;font-weight:700;letter-spacing:.35px;color:var(--teal);margin-bottom:10px}.team-directory-role{font-size:13px;line-height:1.7;color:var(--text-body);margin-bottom:18px;flex:1}.team-directory-fun{border-top:1px solid var(--light-gray);padding-top:14px;display:flex;flex-direction:column;gap:4px}.team-directory-fun strong{font-size:10.5px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase;color:var(--teal)}.team-directory-fun span{font-size:12.5px;line-height:1.6;color:var(--text-body);font-style:italic}@media(max-width:900px){.team-founder-section{grid-template-columns:1fr}.team-founder-media{min-height:420px}.team-founder-content{padding:56px 32px}.team-founder-content:before{top:30px;right:24px;width:84px;height:84px}.team-directory-intro{padding:72px 28px 20px}.team-directory-section{padding:28px 28px 72px}.team-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(max-width:600px){.team-founder-section{min-height:auto}.team-founder-media{min-height:auto;display:flex;flex-direction:column;overflow:visible;background:transparent}.team-founder-media img{height:420px;object-position:center top}.team-founder-floating-stats{position:static;margin:-28px 16px 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border-radius:18px;background:#0a1e2ee6;max-width:calc(100% - 32px);align-self:center;z-index:2}.team-founder-stat{padding:14px 8px 12px;border-radius:14px}.team-founder-stat-value{font-size:18px}.team-founder-stat-label{margin-top:6px;font-size:9px;letter-spacing:1px;line-height:1.35}.team-founder-content{padding:44px 22px}.team-founder-content h2{font-size:32px}.team-founder-content p{font-size:14px;line-height:1.75}.team-founder-highlights{gap:8px}.team-founder-highlight{width:100%;justify-content:flex-start;padding:10px 14px;font-size:12px}.team-directory-intro{padding:60px 20px 18px}.team-directory-intro p{font-size:14.5px;line-height:1.7}.team-directory-section{padding:22px 20px 64px}.team-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;gap:14px}.team-directory-image{height:170px}.team-directory-card-content{padding:14px 12px}.team-directory-card-content h3{font-size:15px}.team-directory-credentials{font-size:10px;margin-bottom:8px}.team-directory-role{font-size:11.5px;line-height:1.5;margin-bottom:12px}.team-directory-fun{padding-top:10px;gap:3px}.team-directory-fun strong{font-size:9.5px;letter-spacing:1.1px}.team-directory-fun span{font-size:11px;line-height:1.45}.team-directory-language{left:10px;bottom:10px;max-width:calc(100% - 20px);padding:6px 10px;font-size:9.5px}}.press-page{background:linear-gradient(180deg,var(--white) 0%,var(--off-white) 100%)}.press-news-section{padding:92px 60px 54px;background:var(--white)}.press-news-inner{max-width:1120px;margin:0 auto}.press-news-inner .section-intro{margin-bottom:18px}.press-intro-copy{max-width:720px;margin:0 auto 42px;text-align:center;font-size:16px;line-height:1.8;color:var(--gray)}.press-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.press-news-card{background:var(--off-white);border-radius:var(--radius-lg);padding:30px 24px;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;border:1.5px solid transparent;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.press-news-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--mint));transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.4,0,.2,1)}.press-news-card:hover:before{transform:scaleX(1)}.press-news-card:hover{border-color:#1a8a7d1f;box-shadow:var(--shadow-glow);transform:translateY(-5px)}.press-news-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--teal);margin-bottom:20px;background:linear-gradient(135deg,var(--teal-glow),rgba(126,232,212,.12));transition:all .3s cubic-bezier(.4,0,.2,1)}.press-news-card:hover .press-news-card-icon{background:var(--teal);color:#fff;box-shadow:0 4px 16px #1a8a7d59;transform:scale(1.06)}.press-news-card h3{font-family:Outfit,sans-serif;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px}.press-news-card p{font-size:12.5px;color:var(--gray);line-height:1.6;margin-bottom:14px}.press-news-card-link{font-size:13px;font-weight:600;color:var(--teal);display:inline-flex;align-items:center;gap:5px;transition:gap .2s}.press-news-card-link:after{content:"→"}.press-news-card:hover .press-news-card-link{gap:10px}.press-clippings-section{padding:92px 60px 100px;background:var(--navy);position:relative;overflow:hidden}.press-clippings-section:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(26,138,125,.08),transparent 70%);pointer-events:none}.press-clippings-intro .section-tag{color:var(--mint)}.press-clippings-intro h2{color:#fff}.press-clippings-copy{max-width:640px;margin:0 auto 48px;text-align:center;font-size:15px;line-height:1.75;color:#fff9}.press-publication-list{max-width:900px;margin:0 auto 56px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px 32px}.press-publication-badge{background:var(--navy-mid);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-sm);padding:12px 22px;font-size:13px;font-weight:500;color:#fff9;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.press-publication-badge:hover{background:#1a8a7d26;border-color:#7ee8d426;color:var(--mint)}.press-clippings-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.press-clipping-card{border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);overflow:hidden;position:relative;background:var(--navy-mid);transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;padding:0}.press-clipping-card:hover{transform:translateY(-5px);box-shadow:0 16px 50px #0000004d;border-color:#7ee8d426}.press-clipping-card img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.press-clipping-card:hover img{transform:scale(1.04)}.press-clipping-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,30,46,.72) 0%,transparent 55%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;justify-content:flex-start;gap:8px;padding:20px;color:var(--mint);font-size:13px;font-weight:600}.press-clipping-card:hover .press-clipping-overlay{opacity:1}.press-lightbox{display:none;position:fixed;inset:0;z-index:10000;background:#050f18eb;align-items:center;justify-content:center;padding:40px;backdrop-filter:blur(8px)}.press-lightbox.active{display:flex}.press-lightbox img{max-width:90%;max-height:85vh;border-radius:var(--radius-md);box-shadow:0 20px 80px #00000080}.press-lightbox-close{position:absolute;top:24px;right:32px;width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.press-lightbox-close:hover{background:var(--teal);border-color:var(--teal)}@media(max-width:900px){.press-news-section{padding:72px 28px 44px}.press-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.press-clippings-section{padding:72px 28px}.press-clippings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.press-news-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.press-intro-copy{font-size:14.5px;line-height:1.7;margin-bottom:34px}.press-clippings-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.press-clipping-card img{min-height:260px}.press-lightbox{padding:18px}.press-lightbox-close{top:14px;right:14px}}.awards-page{background:linear-gradient(180deg,var(--white) 0%,var(--off-white) 100%)}.awards-wrapper{padding:80px 60px;max-width:1200px;margin:0 auto}.award-category{margin-bottom:72px}.award-category:last-child{margin-bottom:0}.cat-header{display:flex;align-items:center;gap:18px;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid var(--light-gray)}.cat-icon{width:50px;height:50px;border-radius:14px;flex-shrink:0;background:linear-gradient(135deg,var(--teal-glow),rgba(126,232,212,.12));display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--teal)}.cat-header h2{font-size:clamp(22px,2.5vw,30px);font-weight:700;color:var(--navy);letter-spacing:-.2px}.award-gallery{display:grid;gap:16px}.award-gallery.cols-2{grid-template-columns:repeat(2,1fr)}.award-gallery.cols-3{grid-template-columns:repeat(3,1fr)}.award-gallery.cols-4{grid-template-columns:repeat(4,1fr)}.award-gallery-single{grid-template-columns:1fr}.award-card{border-radius:var(--radius-lg);overflow:hidden;position:relative;background:var(--off-white);border:1.5px solid transparent;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;padding:0}.award-card:hover{border-color:#1a8a7d26;box-shadow:var(--shadow-glow);transform:translateY(-5px)}.award-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.award-card:hover img{transform:scale(1.03)}.award-single-pair-section{margin-bottom:72px}.award-single-pair-section:last-child{margin-bottom:0}.award-single-pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.award-single-item{min-width:0}.award-single-header{margin-bottom:20px}.award-card-single{min-height:320px}.award-single-item-spacer{visibility:hidden}.award-card .card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,30,46,.65) 0%,transparent 45%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:18px}.award-card:hover .card-overlay{opacity:1}.card-overlay span{font-size:12.5px;font-weight:600;color:var(--mint);display:inline-flex;align-items:center;gap:6px}.featured-award{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--navy);margin-bottom:72px}.featured-award-img{position:relative;overflow:hidden;min-height:420px}.featured-award-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 6s ease}.featured-award-img:hover img{transform:scale(1.03)}.featured-award-content{padding:60px 56px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.featured-award-content:before{content:"";position:absolute;top:-80px;right:-80px;width:220px;height:220px;border:2px solid rgba(255,255,255,.04);border-radius:50%}.featured-award-content .section-tag{color:var(--mint)}.featured-award-content h2{font-size:clamp(26px,3vw,36px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:18px;letter-spacing:-.3px}.featured-award-content p{font-size:15.5px;color:#ffffffbd;line-height:1.85;margin-bottom:12px}.featured-badge{display:inline-flex;align-items:center;gap:8px;margin-top:16px;background:#7ee8d41a;border:1px solid rgba(126,232,212,.15);padding:10px 20px;border-radius:var(--radius-xl);width:fit-content}.featured-badge i{color:var(--mint);font-size:16px}.featured-badge span{font-size:13px;font-weight:600;color:var(--mint)}.awards-lightbox{display:none;position:fixed;inset:0;z-index:10000;background:#050f18eb;align-items:center;justify-content:center;padding:40px;backdrop-filter:blur(8px)}.awards-lightbox.active{display:flex}.awards-lightbox img{max-width:90%;max-height:85vh;border-radius:var(--radius-md);box-shadow:0 20px 80px #00000080}.awards-lightbox-close{position:absolute;top:24px;right:32px;width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.awards-lightbox-close:hover{background:var(--teal);border-color:var(--teal)}@media(max-width:900px){.awards-wrapper{padding:60px 28px}.featured-award{grid-template-columns:1fr}.featured-award-img{min-height:300px}.featured-award-content{padding:44px 32px}.award-gallery.cols-3,.award-gallery.cols-4{grid-template-columns:repeat(2,1fr)}.award-single-pair-grid{grid-template-columns:1fr;gap:18px}.award-single-item-spacer{display:none}}@media(max-width:600px){.award-gallery.cols-2,.award-gallery.cols-3,.award-gallery.cols-4{grid-template-columns:1fr}.featured-award-content{padding:36px 22px}.awards-lightbox{padding:18px}.awards-lightbox-close{top:14px;right:14px}}.about-page{background:radial-gradient(circle at top left,rgba(126,232,212,.12),transparent 28%),linear-gradient(180deg,#f9fbfb,#eef4f2)}.page-hero{display:grid;grid-template-columns:1.4fr .9fr;gap:28px;padding:88px 60px 56px;background:linear-gradient(125deg,#0a1e2efa,#122d42eb),var(--navy);color:#fff}.page-hero-copy,.page-hero-aside{position:relative;z-index:1}.page-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.08;margin-bottom:22px;max-width:12ch}.page-hero p{font-size:17px;line-height:1.8;color:#ffffffc2;max-width:650px}.page-hero-about{position:relative;overflow:hidden}.page-hero-about:after{content:"";position:absolute;width:520px;height:520px;right:-140px;top:-160px;background:radial-gradient(circle,rgba(126,232,212,.14),transparent 62%);border-radius:50%}.page-hero-about .section-tag{color:var(--mint);margin-bottom:20px}.page-hero-aside{display:grid;gap:14px;align-content:start}.page-hero-stat{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);padding:22px 24px;backdrop-filter:blur(10px)}.page-hero-stat strong{display:block;font-size:24px;margin-bottom:8px}.page-hero-stat span{display:block;font-size:14px;line-height:1.65;color:#ffffffad}.about-story,.about-founder{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:88px 60px;align-items:center}.about-story-media img{width:100%;min-height:540px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.about-story-copy,.about-founder-card{background:#fff;border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-md)}.about-story-copy h2,.about-founder-card h2,.section-heading h2,.about-cta h2{font-size:clamp(30px,3.3vw,46px);line-height:1.14;margin-bottom:18px}.about-story-copy p,.about-founder-card p,.section-heading p,.principle-card p,.difference-card p,.value-tile p,.founder-quote p{color:var(--text-body);font-size:15.5px;line-height:1.8}.about-principles,.about-values,.about-cta{padding:0 60px 88px}.section-heading{max-width:760px;margin-bottom:32px}.section-heading-light h2,.section-heading-light p{color:#fff}.section-heading-light p{color:#ffffffb8}.principles-grid,.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.principle-card,.value-tile{background:#fff;border-radius:var(--radius-md);padding:28px;box-shadow:var(--shadow-sm)}.principle-card h3,.value-tile h3,.difference-card h3{font-family:Outfit,sans-serif;font-size:20px;margin-bottom:10px}.about-difference{padding:88px 60px;background:radial-gradient(circle at top right,rgba(126,232,212,.08),transparent 24%),linear-gradient(180deg,var(--navy),#081826 100%)}.difference-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.difference-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);padding:28px}.difference-card h3{color:#fff}.difference-card p{color:#ffffffad}.difference-kicker{color:var(--mint);font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:10px}.about-founder-rail{display:grid;gap:20px}.founder-quote,.founder-metrics{background:linear-gradient(180deg,#0a1e2efa,#122d42f2);color:#fff;border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-lg)}.founder-quote p{color:#fffc;font-size:20px;line-height:1.7;font-family:Fraunces,serif}.founder-metrics{display:grid;gap:18px}.founder-metrics strong{display:block;color:var(--mint);font-size:20px;margin-bottom:5px}.founder-metrics span{color:#ffffffb8;font-size:14px}.about-cta{text-align:center}.about-cta h2{max-width:840px;margin:0 auto 22px}.about-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.page-hero,.about-story,.about-founder,.difference-grid,.principles-grid,.values-grid{grid-template-columns:1fr}.page-hero,.about-story,.about-founder,.about-difference{padding:72px 28px}.about-principles,.about-values,.about-cta{padding:0 28px 72px}.about-story-media img{min-height:380px}}.about-import-page{background:var(--white)}.section-intro{max-width:650px;margin:0 auto 60px;text-align:center}.section-intro p{font-size:16px;color:var(--gray);line-height:1.75;margin-top:16px}.about-hero-banner{position:relative;height:380px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.about-hero-bg{position:absolute;inset:0;background:var(--inner-hero-bg) center 35%/cover no-repeat;transform:scale(1.05);animation:slowZoom 14s ease-out forwards}.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a1e2ed9,#0a1e2eb3)}.about-hero-content{position:relative;z-index:2;padding:0 80px;animation:heroIn .8s cubic-bezier(.4,0,.2,1) both}.about-hero-tag{font-family:Outfit,sans-serif;display:inline-flex;align-items:center;gap:10px;font-size:11.5px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:var(--mint);margin-bottom:18px}.about-hero-tag:before,.about-hero-tag:after{content:"";width:28px;height:1.5px;background:var(--mint);opacity:.5}.about-hero-banner h1{font-size:clamp(34px,4.5vw,52px);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.5px;max-width:700px;margin:0 auto}.about-breadcrumb{margin-top:20px;font-family:Outfit,sans-serif;font-size:13px;color:#ffffff73;letter-spacing:.3px}.about-breadcrumb a{color:#ffffff8c;text-decoration:none;transition:color .2s}.about-breadcrumb a:hover{color:var(--mint)}.about-breadcrumb span{margin:0 8px;opacity:.4}.about-mission-section{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.about-mission-image{position:relative;overflow:hidden}.about-mission-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 6s ease}.about-mission-image:hover img{transform:scale(1.03)}.about-mission-badge{position:absolute;bottom:32px;right:0;display:flex;border-radius:var(--radius-md) 0 0 var(--radius-md);overflow:hidden;box-shadow:0 8px 30px #1a8a7d66}.about-mission-badge-item{padding:18px 28px;text-align:center;color:#fff;backdrop-filter:blur(16px)}.about-mission-badge-item:first-child{background:var(--teal);border-radius:var(--radius-md) 0 0 var(--radius-md)}.about-mission-badge-item:last-child{background:#0a1e2ed9;border-radius:0}.about-badge-num{font-family:Fraunces,serif;font-size:32px;font-weight:800;line-height:1;display:flex;align-items:baseline;justify-content:center;gap:2px}.about-badge-num small{font-size:16px;font-weight:600;font-family:Outfit,sans-serif}.about-badge-label{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-top:4px;opacity:.75;font-family:Outfit,sans-serif}.about-mission-content{background:var(--off-white);padding:80px 72px;display:flex;flex-direction:column;justify-content:center;position:relative}.about-mission-content:before{content:"";position:absolute;top:60px;right:60px;width:80px;height:80px;border:2px solid var(--teal-glow);border-radius:50%;opacity:.5}.about-mission-content h2{font-size:clamp(26px,3vw,38px);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:24px;letter-spacing:-.3px}.about-motto-line{font-family:Outfit,sans-serif;font-size:12px;font-weight:700;letter-spacing:2.8px;text-transform:uppercase;color:var(--teal);margin-bottom:18px}.about-mission-heading{font-family:Outfit,sans-serif;font-size:13px;font-weight:700;letter-spacing:2.4px;text-transform:uppercase;color:var(--navy);margin-bottom:14px}.about-mission-content p{font-size:15.5px;color:var(--text-body);line-height:1.85;margin-bottom:18px}.about-mission-btns{display:flex;gap:14px;margin-top:14px;flex-wrap:wrap}.about-btn-outline{background:transparent;color:var(--teal);padding:14px 32px;border-radius:var(--radius-xl);font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid var(--light-gray);transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:8px}.about-btn-outline:hover{border-color:var(--teal);background:var(--teal-glow);transform:translateY(-2px)}.about-pva-section{padding:100px 60px;background:var(--white);text-align:center;position:relative;overflow:hidden}.about-pva-section:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(26,138,125,.04),transparent 70%);pointer-events:none}.about-pva-section .section-tag{display:block;margin-bottom:10px}.about-pva-section>h2{font-size:clamp(26px,3vw,42px);font-weight:700;color:var(--navy);margin-bottom:60px;letter-spacing:-.3px;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.2}.about-pva-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1120px;margin:0 auto}.about-pva-card{background:var(--off-white);border-radius:var(--radius-lg);padding:48px 36px 44px;text-align:left;position:relative;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);border:1.5px solid transparent;box-shadow:var(--shadow-sm)}.about-pva-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--mint));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.about-pva-card:hover:before{transform:scaleX(1)}.about-pva-card:hover{border-color:#1a8a7d1a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-pva-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--teal-glow),rgba(126,232,212,.12));border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--teal);margin-bottom:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.about-pva-card:hover .about-pva-icon{background:var(--teal);color:#fff;box-shadow:0 4px 16px #1a8a7d59;transform:scale(1.06)}.about-pva-card h3{font-family:Outfit,sans-serif;font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--teal);margin-bottom:14px}.about-pva-card h4{font-family:Fraunces,serif;font-size:22px;font-weight:700;color:var(--navy);margin-bottom:14px;letter-spacing:-.2px;line-height:1.25}.about-pva-card p{font-size:14.5px;color:var(--text-body);line-height:1.75}.about-values-section{padding:100px 60px;background:var(--navy);text-align:center;position:relative;overflow:hidden}.about-values-section:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(26,138,125,.08),transparent 70%);pointer-events:none}.about-values-section:after{content:"";position:absolute;bottom:-200px;left:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(126,232,212,.04),transparent 70%);pointer-events:none}.about-values-section .section-tag{color:var(--mint);display:block;margin-bottom:10px}.about-values-section>h2{font-size:clamp(26px,3vw,42px);font-weight:700;color:#fff;margin-bottom:60px;letter-spacing:-.3px;line-height:1.2}.about-values-section .section-intro h2,.about-values-section .section-intro p{color:#fff}.about-values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:1120px;margin:0 auto}.about-value-card{background:var(--navy-mid);border-radius:var(--radius-md);padding:36px 22px;text-align:center;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.04)}.about-value-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--mint));transform:scaleX(0);transition:transform .35s cubic-bezier(.4,0,.2,1)}.about-value-card:hover:before{transform:scaleX(1)}.about-value-card:hover{background:#1a8a7d1f;transform:translateY(-4px);border-color:#7ee8d41a;box-shadow:var(--shadow-glow)}.about-value-icon{width:56px;height:56px;margin:0 auto 20px;background:#7ee8d414;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:21px;color:var(--mint);transition:all .3s cubic-bezier(.4,0,.2,1)}.about-value-card:hover .about-value-icon{background:var(--teal);color:#fff;box-shadow:0 4px 20px #1a8a7d66;transform:scale(1.08)}.about-value-card h3{font-family:Outfit,sans-serif;font-size:15px;font-weight:700;color:#fff;letter-spacing:.3px}.about-founder-section{display:grid;grid-template-columns:5fr 6fr;min-height:500px}.about-founder-image{position:relative;overflow:hidden;background:var(--cream)}.about-founder-image img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform 6s ease}.about-founder-image:hover img{transform:scale(1.03)}.about-founder-content{background:var(--navy);padding:80px 72px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.about-founder-content:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;border:2px solid rgba(255,255,255,.03);border-radius:50%}.about-founder-content .section-tag{color:var(--mint)}.about-founder-content h2{font-size:clamp(26px,3vw,36px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:24px;letter-spacing:-.3px}.about-founder-content p{font-size:15.5px;color:#fff9;line-height:1.85;margin-bottom:18px}.about-founder-name{margin-top:8px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;color:#fff}.about-founder-title{font-size:13px;color:var(--mint);font-weight:500;margin-top:2px}.about-founder-adapt{background:var(--white)}.about-cta-section{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.about-cta-content{background:linear-gradient(135deg,var(--teal),#1a6f6a);padding:80px 72px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.about-cta-content:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;border:2px solid rgba(255,255,255,.08);border-radius:50%}.about-cta-content .section-tag{color:#fff9}.about-cta-content h2{font-size:clamp(26px,3vw,36px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:22px;letter-spacing:-.3px}.about-cta-content p{font-size:16px;color:#fffc;line-height:1.8;margin-bottom:38px}.about-cta-btns{display:flex;gap:14px;flex-wrap:wrap}.about-cta-image{position:relative;overflow:hidden}.about-cta-image img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.about-cta-image:hover img{transform:scale(1.03)}@media(max-width:1024px){.about-values-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.about-hero-banner{height:300px}.about-hero-banner h1{font-size:30px}.about-hero-content{padding:0 28px}.about-mission-section,.about-founder-section,.about-cta-section{grid-template-columns:1fr}.about-mission-image,.about-founder-image,.about-cta-image{height:360px}.about-mission-content,.about-founder-content,.about-cta-content{padding:60px 36px}.about-pva-section{padding:70px 28px}.about-pva-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.about-values-section{padding:70px 28px}.about-values-grid{grid-template-columns:repeat(2,1fr);max-width:500px;margin:0 auto}}@media(max-width:600px){.about-values-grid{grid-template-columns:repeat(2,1fr);max-width:420px;gap:14px}.about-values-grid>.about-value-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:calc((100% - 14px)/2);width:100%;margin:0 auto}.about-mission-badge{flex-direction:column}}.manual-therapy-page{background:var(--white)}.manual-intro-section,.manual-expect-section,.manual-why-section{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.manual-intro-image,.manual-expect-image,.manual-why-image{position:relative;overflow:hidden}.manual-intro-image img,.manual-expect-image img,.manual-why-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 6s ease}.manual-intro-section:hover .manual-intro-image img,.manual-expect-section:hover .manual-expect-image img,.manual-why-section:hover .manual-why-image img{transform:scale(1.03)}.manual-intro-content,.manual-expect-content{background:var(--off-white);padding:72px 64px;display:flex;flex-direction:column;justify-content:center;position:relative}.manual-intro-content:before,.manual-expect-content:before{content:"";position:absolute;top:48px;right:48px;width:92px;height:92px;border:2px solid rgba(26,138,125,.06);border-radius:50%}.manual-intro-content h2,.manual-expect-content h2,.manual-why-content h2,.manual-techniques-section h2,.manual-benefits-section h2,.manual-faq-section h2{font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--navy);line-height:1.18;letter-spacing:-.3px}.manual-intro-content p,.manual-expect-content p,.manual-tech-card p,.manual-benefit-card p,.manual-faq-answer-inner{font-size:15px;color:var(--text-body);line-height:1.8}.manual-techniques-section,.manual-benefits-section,.manual-faq-section{padding:100px 60px}.manual-techniques-inner,.manual-faq-inner{max-width:1120px;margin:0 auto}.manual-techniques-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.manual-tech-card{background:var(--off-white);border-radius:var(--radius-lg);padding:40px 30px;border:1.5px solid transparent;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.manual-tech-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--mint));transform:scaleX(0);transition:transform .35s cubic-bezier(.4,0,.2,1)}.manual-tech-card:hover:before{transform:scaleX(1)}.manual-tech-card:hover{border-color:#1a8a7d1a;box-shadow:var(--shadow-md);transform:translateY(-4px)}.manual-tech-icon,.manual-benefit-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,var(--teal-glow),rgba(126,232,212,.12));display:flex;align-items:center;justify-content:center;font-size:21px;color:var(--teal);margin:0 auto 22px;transition:all .3s}.manual-tech-card:hover .manual-tech-icon,.manual-benefit-card:hover .manual-benefit-icon{background:var(--teal);color:#fff;box-shadow:0 4px 16px #1a8a7d59}.manual-tech-card h3,.manual-benefit-card h3,.manual-step-text h3,.manual-condition-card h3,.manual-faq-question h3{font-family:Outfit,sans-serif;font-size:17px;font-weight:700;color:var(--navy);margin-bottom:10px}.manual-conditions-section{padding:100px 60px;background:var(--navy);position:relative;overflow:hidden}.manual-conditions-section:before{content:"";position:absolute;top:-180px;right:-180px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(26,138,125,.08),transparent 70%);pointer-events:none}.manual-conditions-intro{margin-bottom:54px}.manual-conditions-intro .section-tag{color:var(--mint)}.manual-conditions-intro h2,.manual-conditions-intro p{color:#fff}.manual-conditions-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.manual-condition-card{background:var(--navy-mid);border-radius:var(--radius-md);padding:24px 20px;text-align:center;border:1px solid rgba(255,255,255,.04);transition:all .3s cubic-bezier(.4,0,.2,1)}.manual-condition-card:hover{background:#1a8a7d1f;border-color:#7ee8d41a;transform:translateY(-3px)}.manual-condition-card i{font-size:22px;color:var(--mint);margin-bottom:12px;display:block}.manual-condition-card h3{color:#fff;font-size:14px;margin-bottom:0}.manual-steps{display:flex;flex-direction:column;gap:24px;margin-top:28px}.manual-step{display:flex;gap:18px;align-items:flex-start}.manual-step-num{width:44px;height:44px;border-radius:12px;flex-shrink:0;background:var(--teal);color:#fff;font-family:Fraunces,serif;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.manual-step-text p{margin-bottom:0}.manual-benefits-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.manual-benefit-card{background:var(--off-white);border-radius:var(--radius-md);padding:36px 24px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1.5px solid transparent}.manual-benefit-card:hover{border-color:#1a8a7d1f;box-shadow:var(--shadow-md);transform:translateY(-4px)}.manual-why-content{background:linear-gradient(135deg,var(--teal),#1a6f6a);padding:72px 64px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.manual-why-content:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;border:2px solid rgba(255,255,255,.06);border-radius:50%}.manual-why-content .section-tag{color:#fff9}.manual-why-content h2{color:#fff;margin-bottom:24px}.manual-why-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.manual-why-item{display:flex;align-items:flex-start;gap:12px}.manual-why-item i{color:var(--mint);font-size:16px;margin-top:3px;flex-shrink:0}.manual-why-item span{font-size:15px;color:#ffffffd1;line-height:1.6}.manual-why-actions{display:flex;gap:14px;flex-wrap:wrap}.manual-faq-section{background:var(--off-white)}.manual-faq-list{max-width:780px;margin:0 auto}.manual-faq-item{background:#fff;border-radius:var(--radius-md);margin-bottom:12px;border:1.5px solid transparent;transition:all .25s;overflow:hidden}.manual-faq-item.open{border-color:#1a8a7d1f;box-shadow:var(--shadow-sm)}.manual-faq-question{width:100%;padding:22px 28px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;background:transparent;border:0;text-align:left}.manual-faq-question h3{font-size:15.5px;margin-bottom:0}.manual-faq-icon{width:32px;height:32px;border-radius:8px;background:var(--teal-glow);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--teal);flex-shrink:0;transition:all .25s}.manual-faq-item.open .manual-faq-icon{background:var(--teal);color:#fff;transform:rotate(45deg)}.manual-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s}.manual-faq-item.open .manual-faq-answer{max-height:320px}.manual-faq-answer-inner{padding:0 28px 24px}@media(max-width:900px){.manual-intro-section,.manual-expect-section,.manual-why-section,.manual-techniques-grid,.manual-benefits-grid,.manual-conditions-grid{grid-template-columns:1fr 1fr}.manual-intro-section,.manual-expect-section,.manual-why-section{grid-template-columns:1fr}.manual-intro-image,.manual-expect-image,.manual-why-image{min-height:320px}.manual-intro-content,.manual-expect-content,.manual-why-content,.manual-techniques-section,.manual-conditions-section,.manual-benefits-section,.manual-faq-section{padding:70px 28px}}@media(max-width:600px){.manual-techniques-grid,.manual-benefits-grid,.manual-conditions-grid{grid-template-columns:repeat(2,1fr);gap:12px}.manual-benefits-grid{max-width:none;margin:0 auto}.manual-tech-card,.manual-benefit-card,.manual-condition-card{padding:20px 14px}.manual-tech-card h3,.manual-benefit-card h3,.manual-condition-card h3{font-size:14px;margin-bottom:6px}.manual-tech-card p,.manual-benefit-card p{font-size:12px;line-height:1.5}.manual-tech-icon,.manual-benefit-icon{width:46px;height:46px;font-size:18px;margin-bottom:14px}.manual-condition-card i{font-size:18px;margin-bottom:10px}.manual-intro-content,.manual-expect-content,.manual-why-content{padding:52px 28px}.manual-why-actions{flex-direction:column}.manual-why-actions a{text-align:center}}@media(max-width:600px){.imported-service-native .cond-grid,.imported-service-native .benefits-grid,.imported-service-native .treat-grid,.imported-service-native .causes-grid,.imported-service-native .surgeries-grid,.imported-service-native .nearby-grid,.imported-service-native .locations-grid,.imported-service-native .primary-grid,.imported-service-native .who-grid,.imported-service-native .cond-cards,.imported-service-native .svc-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:none!important;margin-left:0!important;margin-right:0!important}}.imported-service-page{background:var(--white)}.imported-service-native .hours-map-section{overflow:visible!important}.imported-service-native .hours-map-bg{overflow:hidden!important}.imported-service-body{background:linear-gradient(180deg,#f4fbf9e6,#fff 12% 100%)}.imported-service-body section{padding:100px 60px}.imported-service-body .section-tag,.imported-service-body .page-hero-tag{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--teal)}.imported-service-body h2{font-family:Fraunces,serif;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.08;color:var(--navy);margin-bottom:18px}.imported-service-body h3{color:var(--navy)}.imported-service-body p,.imported-service-body li,.imported-service-body strong,.imported-service-body span{color:var(--text-body)}.imported-service-body p{font-size:15px;line-height:1.8}.imported-service-body img{width:100%;display:block}.imported-service-body .what-section,.imported-service-body .intro-section,.imported-service-body .bring-section,.imported-service-body .prep-section,.imported-service-body .requirements-section,.imported-service-body .why-section{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:44px;align-items:center}.imported-service-body .what-image,.imported-service-body .intro-image,.imported-service-body .bring-image,.imported-service-body .prep-image,.imported-service-body .requirements-image,.imported-service-body .why-image,.imported-service-body .expect-image{overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-height:100%}.imported-service-body .what-image img,.imported-service-body .intro-image img,.imported-service-body .bring-image img,.imported-service-body .prep-image img,.imported-service-body .requirements-image img,.imported-service-body .why-image img,.imported-service-body .expect-image img{height:100%;min-height:380px;object-fit:cover}.imported-service-body .what-content,.imported-service-body .intro-content,.imported-service-body .expect-content,.imported-service-body .bring-content,.imported-service-body .prep-content,.imported-service-body .req-content,.imported-service-body .why-content,.imported-service-body .cta-text{background:linear-gradient(180deg,#06233afa,#072f4af2);color:#fff;border-radius:var(--radius-lg);padding:48px;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.imported-service-body .what-content:before,.imported-service-body .intro-content:before,.imported-service-body .expect-content:before,.imported-service-body .bring-content:before,.imported-service-body .prep-content:before,.imported-service-body .req-content:before,.imported-service-body .why-content:before,.imported-service-body .cta-text:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(126,232,212,.18),transparent 42%);pointer-events:none}.imported-service-body .what-content>*,.imported-service-body .intro-content>*,.imported-service-body .expect-content>*,.imported-service-body .bring-content>*,.imported-service-body .prep-content>*,.imported-service-body .req-content>*,.imported-service-body .why-content>*,.imported-service-body .cta-text>*{position:relative;z-index:1}.imported-service-body .what-content h2,.imported-service-body .intro-content h2,.imported-service-body .expect-content h2,.imported-service-body .bring-content h2,.imported-service-body .prep-content h2,.imported-service-body .req-content h2,.imported-service-body .why-content h2,.imported-service-body .cta-text h2,.imported-service-body .two-tests-header h2,.imported-service-body .compare-header h2,.imported-service-body .tech-section h2,.imported-service-body .conditions-section h2,.imported-service-body .symptoms-section h2,.imported-service-body .during-section h2,.imported-service-body .benefits-section h2,.imported-service-body .faq-section h2,.imported-service-body .who-section h2{color:inherit}.imported-service-body .what-content p,.imported-service-body .intro-content p,.imported-service-body .expect-content p,.imported-service-body .bring-content p,.imported-service-body .prep-content p,.imported-service-body .req-content p,.imported-service-body .why-content p,.imported-service-body .cta-text p,.imported-service-body .why-content li,.imported-service-body .step-text p{color:#ffffffd1}.imported-service-body .what-content .section-tag,.imported-service-body .intro-content .section-tag,.imported-service-body .expect-content .section-tag,.imported-service-body .bring-content .section-tag,.imported-service-body .prep-content .section-tag,.imported-service-body .req-content .section-tag,.imported-service-body .why-content .section-tag,.imported-service-body .cta-text .section-tag{color:var(--mint)}.imported-service-body .tech-section,.imported-service-body .conditions-section,.imported-service-body .symptoms-section,.imported-service-body .benefits-section,.imported-service-body .faq-section,.imported-service-body .who-section,.imported-service-body .during-section,.imported-service-body .two-tests-section,.imported-service-body .compare-section,.imported-service-body .promise-strip{max-width:1180px;margin:0 auto}.imported-service-body .tech-section,.imported-service-body .conditions-section,.imported-service-body .symptoms-section,.imported-service-body .benefits-section,.imported-service-body .faq-section,.imported-service-body .who-section,.imported-service-body .during-section{text-align:center}.imported-service-body .tech-section>p,.imported-service-body .conditions-section>p,.imported-service-body .symptoms-section>p,.imported-service-body .benefits-section>p,.imported-service-body .who-section>p,.imported-service-body .during-section>p,.imported-service-body .two-tests-header p,.imported-service-body .compare-header p{max-width:760px;margin:0 auto 28px}.imported-service-body .tech-grid,.imported-service-body .cond-grid,.imported-service-body .symptoms-grid,.imported-service-body .benefits-grid,.imported-service-body .who-grid,.imported-service-body .during-steps{display:grid;gap:22px}.imported-service-body .tech-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.imported-service-body .cond-grid,.imported-service-body .symptoms-grid,.imported-service-body .who-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.imported-service-body .benefits-grid,.imported-service-body .during-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.imported-service-body .tech-card,.imported-service-body .benefit-card,.imported-service-body .symptom-card,.imported-service-body .during-step,.imported-service-body .test-card,.imported-service-body .compare-card,.imported-service-body .promise-item,.imported-service-body .bring-item,.imported-service-body .prep-item,.imported-service-body .req-item{background:var(--off-white);border-radius:var(--radius-lg);padding:32px 26px;border:1px solid rgba(7,47,74,.08);box-shadow:var(--shadow-sm)}.imported-service-body .tech-card,.imported-service-body .benefit-card,.imported-service-body .symptom-card,.imported-service-body .cond-item,.imported-service-body .who-item,.imported-service-body .during-step{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.imported-service-body .tech-card:hover,.imported-service-body .benefit-card:hover,.imported-service-body .symptom-card:hover,.imported-service-body .cond-item:hover,.imported-service-body .who-item:hover,.imported-service-body .during-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#1a8a7d2e}.imported-service-body .tech-icon,.imported-service-body .benefit-icon,.imported-service-body .symptom-icon,.imported-service-body .bring-icon,.imported-service-body .req-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:18px;background:#1a8a7d1f;color:var(--teal);margin:0 auto 16px;font-size:24px}.imported-service-body .tech-card h3,.imported-service-body .benefit-card h3,.imported-service-body .symptom-card h3,.imported-service-body .during-step h3,.imported-service-body .test-card h3,.imported-service-body .compare-card h3,.imported-service-body .promise-item h3,.imported-service-body .bring-item h3,.imported-service-body .prep-item h3,.imported-service-body .req-item h3{font-family:Outfit,sans-serif;font-size:18px;font-weight:700;line-height:1.35;margin-bottom:10px}.imported-service-body .cond-item,.imported-service-body .who-item{background:linear-gradient(180deg,#06233afa,#072f4af2);border-radius:var(--radius-md);padding:24px 20px;text-align:center;border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow-sm)}.imported-service-body .cond-item i,.imported-service-body .who-item i{display:block;margin-bottom:12px;color:var(--mint);font-size:22px}.imported-service-body .cond-item h3,.imported-service-body .who-item h3{color:#fff;font-size:14px;line-height:1.45}.imported-service-body .expect-section{padding:100px 60px}.imported-service-body .expect-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:44px;align-items:center}.imported-service-body .expect-steps{display:grid;gap:18px;margin-top:20px}.imported-service-body .step,.imported-service-body .during-step{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:flex-start;text-align:left}.imported-service-body .step-num,.imported-service-body .during-num{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,var(--teal),var(--mint));color:#fff;font-weight:700;flex-shrink:0}.imported-service-body .two-tests-inner,.imported-service-body .compare-inner,.imported-service-body .bring-inner,.imported-service-body .req-inner,.imported-service-body .during-inner,.imported-service-body .cta-inner{max-width:1180px;margin:0 auto}.imported-service-body .two-tests-grid,.imported-service-body .compare-grid,.imported-service-body .bring-list,.imported-service-body .req-list,.imported-service-body .promise-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.imported-service-body .test-card,.imported-service-body .compare-card{text-align:left;height:100%}.imported-service-body .test-card.emg,.imported-service-body .compare-card.featured{border-top:4px solid var(--teal)}.imported-service-body .test-card.ncs,.imported-service-body .compare-card.standard{border-top:4px solid rgba(7,47,74,.18)}.imported-service-body .test-abbr,.imported-service-body .compare-badge,.imported-service-body .who-badge,.imported-service-body .what-badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;padding:8px 14px;border-radius:999px;background:#1a8a7d1f;color:var(--teal);font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:12px}.imported-service-body .compare-list,.imported-service-body .why-list,.imported-service-body .bring-list,.imported-service-body .req-list{list-style:none;padding:0;margin:0}.imported-service-body .compare-list li,.imported-service-body .why-item,.imported-service-body .bring-item,.imported-service-body .req-item{position:relative}.imported-service-body .compare-list li{padding-left:30px;margin-bottom:12px}.imported-service-body .compare-list li:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--teal);position:absolute;left:0;top:0}.imported-service-body .bring-list,.imported-service-body .req-list,.imported-service-body .promise-inner{margin-top:24px}.imported-service-body .bring-item,.imported-service-body .req-item,.imported-service-body .promise-item{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:flex-start;text-align:left}.imported-service-body .bring-icon,.imported-service-body .req-icon{margin:0}.imported-service-body .why-list{display:grid;gap:14px;margin-top:20px}.imported-service-body .why-item{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start}.imported-service-body .why-item i,.imported-service-body .promise-item i{color:var(--mint);margin-top:4px}.imported-service-body .why-btns,.imported-service-body .cta-actions,.imported-service-body .intro-btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.imported-service-body .cta-section{padding-top:0}.imported-service-body .cta-text{text-align:left}.imported-service-body .faq-inner{max-width:920px;margin:0 auto}.imported-service-body .faq-item{background:var(--off-white);border-radius:var(--radius-md);margin-bottom:12px;border:1px solid rgba(7,47,74,.08);overflow:hidden}.imported-service-body .faq-item.open{box-shadow:var(--shadow-sm);border-color:#1a8a7d2e}.imported-service-body .faq-q{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:24px 26px;cursor:pointer}.imported-service-body .faq-q h3{margin:0;text-align:left}.imported-service-body .faq-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#1a8a7d1f;color:var(--teal);transition:transform .25s ease,background .25s ease,color .25s ease}.imported-service-body .faq-item.open .faq-icon{transform:rotate(45deg);background:var(--teal);color:#fff}.imported-service-body .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.imported-service-body .faq-item.open .faq-a{max-height:420px}.imported-service-body .faq-a-inner{padding:0 26px 24px;text-align:left;color:var(--text-body)}.imported-service-body .btn-ghost-navy,.imported-service-body .btn-ghost-white,.imported-service-body .btn-mint,.imported-service-body .btn-outline-white,.imported-service-body .btn-white{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 26px;border-radius:var(--radius-xl);font-weight:700;text-decoration:none;transition:all .3s ease}.imported-service-body .btn-mint{background:linear-gradient(135deg,var(--teal),var(--teal-light));color:#fff;box-shadow:var(--shadow-md)}.imported-service-body .btn-mint:hover{transform:translateY(-2px)}.imported-service-body .btn-ghost-navy{background:transparent;border:1.5px solid rgba(7,47,74,.18);color:var(--navy)}.imported-service-body .btn-ghost-white,.imported-service-body .btn-outline-white{background:transparent;border:1.5px solid rgba(255,255,255,.35);color:#fff}.imported-service-body .btn-white{background:#fff;color:var(--navy)}.imported-service-body .credential-chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.imported-service-body .credential-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#7ee8d41a;color:#fff;font-size:13px;font-weight:600}.imported-service-body .what-badge{margin-top:24px;flex-direction:column;align-items:flex-start;gap:4px;border-radius:var(--radius-md);padding:14px 18px}.imported-service-body .badge-value{font-family:Fraunces,serif;font-size:32px;line-height:1;color:var(--navy)}.imported-service-body .badge-label{color:var(--text-body);font-size:13px;letter-spacing:.08em}.imported-service-body .promise-strip{padding-top:0}@media(max-width:1080px){.imported-service-body section,.imported-service-body .expect-section{padding:80px 32px}.imported-service-body .what-section,.imported-service-body .intro-section,.imported-service-body .bring-section,.imported-service-body .prep-section,.imported-service-body .requirements-section,.imported-service-body .why-section,.imported-service-body .expect-inner,.imported-service-body .two-tests-grid,.imported-service-body .compare-grid,.imported-service-body .bring-list,.imported-service-body .req-list,.imported-service-body .promise-inner,.imported-service-body .tech-grid,.imported-service-body .cond-grid,.imported-service-body .symptoms-grid,.imported-service-body .who-grid,.imported-service-body .benefits-grid,.imported-service-body .during-steps{grid-template-columns:1fr 1fr}.imported-service-body .what-section,.imported-service-body .intro-section,.imported-service-body .bring-section,.imported-service-body .prep-section,.imported-service-body .requirements-section,.imported-service-body .why-section,.imported-service-body .expect-inner{grid-template-columns:1fr}}@media(max-width:720px){.imported-service-body section,.imported-service-body .expect-section{padding:68px 24px}.imported-service-body .what-content,.imported-service-body .intro-content,.imported-service-body .expect-content,.imported-service-body .bring-content,.imported-service-body .prep-content,.imported-service-body .req-content,.imported-service-body .why-content,.imported-service-body .cta-text{padding:34px 24px}.imported-service-body .tech-grid,.imported-service-body .cond-grid,.imported-service-body .symptoms-grid,.imported-service-body .who-grid,.imported-service-body .benefits-grid,.imported-service-body .during-steps,.imported-service-body .two-tests-grid,.imported-service-body .compare-grid,.imported-service-body .bring-list,.imported-service-body .req-list,.imported-service-body .promise-inner{grid-template-columns:1fr}.imported-service-body .what-image img,.imported-service-body .intro-image img,.imported-service-body .bring-image img,.imported-service-body .prep-image img,.imported-service-body .requirements-image img,.imported-service-body .why-image img,.imported-service-body .expect-image img{min-height:280px}.imported-service-body .step,.imported-service-body .during-step,.imported-service-body .bring-item,.imported-service-body .req-item,.imported-service-body .promise-item{grid-template-columns:1fr}.imported-service-body .step-num,.imported-service-body .during-num,.imported-service-body .bring-icon,.imported-service-body .req-icon{margin-bottom:4px}.imported-service-body .faq-q{padding:20px}.imported-service-body .faq-a-inner{padding:0 20px 20px}}.imported-service-native{overflow:visible!important;overflow-x:visible!important}.imported-service-native .symptoms-image,.imported-service-native .delayed-image,.imported-service-native .inj-img-sticky,.imported-service-native .injuries-img-sticky,.imported-service-native .symptoms-img-sticky,.imported-service-native .expect-img,.imported-service-native .expect-image,.imported-service-native .languages-image-sticky,.imported-service-native .founder-image-wrap,.imported-service-native .refer-card-wrap,.imported-service-native .cm-card-wrap,.imported-service-native .bodymap-left,.imported-service-native .explorer-left{position:static!important;top:auto!important}.imported-service-native .inj-img-sticky.reveal,.imported-service-native .inj-img-sticky.fade-up,.imported-service-native .injuries-img-sticky.reveal,.imported-service-native .injuries-img-sticky.fade-up,.imported-service-native .symptoms-img-sticky.reveal,.imported-service-native .symptoms-img-sticky.fade-up,.imported-service-native .expect-img.reveal,.imported-service-native .expect-img.fade-up,.imported-service-native .expect-image.reveal,.imported-service-native .expect-image.fade-up,.imported-service-native .languages-image-sticky.reveal,.imported-service-native .languages-image-sticky.fade-up,.imported-service-native .founder-image-wrap.reveal,.imported-service-native .founder-image-wrap.fade-up,.imported-service-native .symptoms-image.reveal,.imported-service-native .symptoms-image.fade-up,.imported-service-native .delayed-image.reveal,.imported-service-native .delayed-image.fade-up,.imported-service-native .refer-card-wrap.reveal,.imported-service-native .refer-card-wrap.fade-up,.imported-service-native .cm-card-wrap.reveal,.imported-service-native .cm-card-wrap.fade-up,.imported-service-native .map-cta-panel.reveal,.imported-service-native .map-cta-panel.fade-up{opacity:1!important;transform:none!important;transition:none!important}@media(min-width:1024px){.imported-service-native .bodymap-inner,.imported-service-native .explorer-inner,.imported-service-native .inj-inner,.imported-service-native .injuries-inner,.imported-service-native .symptoms-inner,.imported-service-native .expect-inner,.imported-service-native .delayed-inner,.imported-service-native .languages-inner,.imported-service-native .founder-inner,.imported-service-native .refer-inner,.imported-service-native .cm-inner,.imported-service-native .hours-map-inner{align-items:start!important}.imported-service-native .bodymap-left,.imported-service-native .explorer-left,.imported-service-native .inj-img-sticky,.imported-service-native .injuries-img-sticky,.imported-service-native .symptoms-img-sticky,.imported-service-native .expect-img,.imported-service-native .expect-image,.imported-service-native .languages-image-sticky,.imported-service-native .founder-image-wrap,.imported-service-native .symptoms-image,.imported-service-native .delayed-image,.imported-service-native .refer-card-wrap,.imported-service-native .cm-card-wrap,.imported-service-native .map-cta-panel{position:-webkit-sticky!important;position:sticky!important;top:136px!important;align-self:start!important;display:block;height:fit-content}}.about-hero-content{max-width:980px;margin:0 auto}.about-hero-banner h1{max-width:860px}.imported-service-native .page-hero{height:380px!important}.imported-service-native .page-hero-content{max-width:920px!important;padding:0 80px!important;margin:0 auto}.imported-service-native .page-hero h1{font-size:clamp(34px,4.5vw,52px)!important;line-height:1.15!important;letter-spacing:-.5px!important;max-width:860px;margin-left:auto;margin-right:auto}.imported-service-page .hero-tag,.imported-service-page .page-hero-tag,.imported-service-page .page-hero-content>p,.imported-service-page .hero-ctas{display:none!important}.imported-service-page .page-hero h1{margin-bottom:14px!important}.imported-service-page .breadcrumb{margin-top:0!important}.imported-service-native .map-details-grid .map-detail-item a{color:#ffffffad;font:inherit;font-weight:600;text-decoration:none;overflow-wrap:anywhere;transition:color .2s ease}.imported-service-native .map-details-grid .map-detail-item a:hover,.imported-service-native .map-details-grid .map-detail-item a:focus-visible{color:var(--mint)}@media(min-width:1024px){.imported-service-page[data-page-title="Patient Resources | Dynamic Physical Therapy Queens & Long Island"] .quick-access{position:-webkit-sticky;position:sticky;top:121px;z-index:35;box-shadow:0 8px 24px #0a1e2e14}}@media(max-width:900px){.about-hero-content{max-width:none}.imported-service-native .page-hero{height:300px!important;min-height:0!important;padding:0!important}.imported-service-native .page-hero-content{padding:0 28px!important}.about-hero-banner h1,.imported-service-native .page-hero h1{font-size:30px!important;max-width:none}.imported-service-page[data-page-title="Patient Resources | Dynamic Physical Therapy Queens & Long Island"] .quick-access{position:static;box-shadow:none}}
