: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}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:#fff9;font-size:12.5px;font-weight:400;padding:10px 48px;display:flex;justify-content:space-between;align-items:center;letter-spacing:.3px}.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)}nav{background:var(--white);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.04);backdrop-filter:blur(20px);background:#ffffffeb}.nav-top{display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:72px}.nav-bottom{display:flex;align-items:center;justify-content:flex-start;padding:0 48px;height:48px;background:var(--navy);position:relative}.nav-bottom:before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);opacity:.4}.logo-img{height:44px;width:auto;display:block}.nav-links{display:flex;list-style:none;gap:0;align-items:center}.nav-links>li>a{text-decoration:none;font-family:Outfit,sans-serif;font-size:13.5px;font-weight:500;color:#ffffffc7;padding:13px 18px;transition:all .25s cubic-bezier(.4,0,.2,1);display:block;white-space:nowrap;letter-spacing:.2px;position:relative}.nav-links>li>a:after{content:"";position:absolute;bottom:0;left:18px;right:18px;height:2px;background:var(--mint);transform:scaleX(0);transition:transform .25s cubic-bezier(.4,0,.2,1);border-radius:2px}.nav-links>li>a:hover{color:#fff}.nav-links>li>a:hover:after{transform:scaleX(1)}.nav-links>li.active>a,.nav-links>li>a[aria-current=page]{color:#fff}.nav-links>li.active>a:after,.nav-links>li>a[aria-current=page]:after{transform:scaleX(1)}.nav-links .dropdown{position:relative}.nav-links .dropdown>a span.chevron{font-size:10px;opacity:.5;margin-left:4px;transition:transform .2s}.dropdown:hover .chevron{transform:rotate(180deg)}.dropdown-menu{display:none;position:absolute;top:calc(100% + 0px);left:0;background:#0a1e2efa;border:1px solid rgba(126,232,212,.2);border-radius:var(--radius-md);box-shadow:0 20px 60px #0a1e2e38;min-width:240px;padding:12px 10px 10px;z-index:200}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.dropdown-menu:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal),var(--mint));border-radius:var(--radius-md) var(--radius-md) 0 0}.dropdown-menu a{display:block;padding:9px 12px;font-size:13.5px;color:#ffffffe6;text-decoration:none;transition:all .15s;border-radius:var(--radius-sm);font-weight:500;line-height:1.4}.dropdown-menu a:hover{background:#7ee8d414;color:var(--mint)}.mega-menu{min-width:0;width:max-content;max-width:calc(100vw - 40px);display:none;grid-template-columns:max-content max-content;gap:0 34px;padding:12px 14px;left:0;transform:none;background:#0a1e2efa;border:1px solid rgba(126,232,212,.2);box-shadow:0 20px 60px #0a1e2e38}.mega-menu:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal),var(--mint))}.mega-menu a{color:#ffffffe6;font-size:13px;font-weight:500;letter-spacing:.15px}.mega-menu a:hover{background:#7ee8d414;color:var(--mint)}.conditions-menu,.therapy-menu{grid-template-columns:max-content max-content}.diagnostics-menu{grid-template-columns:max-content;min-width:360px;gap:0}.dropdown:hover .mega-menu{display:grid}.mega-menu-column{display:flex;flex-direction:column;gap:2px}.mega-menu a{white-space:normal;line-height:1.25;padding:6px 8px}.nav-cta{display:flex;align-items:center;gap:10px}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:6px;border:none;background:none;z-index:201}.hamburger span{display:block;width:24px;height:2.5px;background:var(--navy);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.btn-phone{font-size:14px;font-weight:600;color:var(--teal);text-decoration:none;border:1.5px solid var(--light-gray);padding:9px 20px;border-radius:var(--radius-xl);transition:all .25s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.btn-phone:hover{border-color:var(--teal);background:var(--teal-glow)}.btn-book{background:var(--teal);color:#fff;padding:10px 24px;border-radius:var(--radius-xl);font-size:14px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);border:none;box-shadow:0 2px 12px #1a8a7d4d}.btn-book:hover{background:var(--navy);box-shadow:0 4px 20px #0a1e2e4d;transform:translateY(-1px)}.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);padding:32px 22px;text-align:center;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:block;position:relative;overflow:hidden}.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-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;margin:0 auto 16px;font-size:21px;color:var(--teal);transition:all .3s cubic-bezier(.4,0,.2,1)}.condition-card:hover .condition-icon{background:var(--teal);color:#fff;transform:scale(1.08);box-shadow:0 4px 16px #1a8a7d59}.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}.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-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}.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}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:8px 20px;font-size:11px}.nav-top{padding:0 20px}.nav-bottom{display:none}.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}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){.trust-bar-inner,.diff-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto 48px}.conditions-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}.footer-grid{grid-template-columns:1fr}.hero{height:560px}.hero h1{font-size:32px}.team-founder-floating-stats{grid-template-columns:1fr;left:16px;right:16px;bottom:16px;gap:8px;padding:10px}.team-directory-grid{grid-template-columns:1fr;max-width:360px}}.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:360px}.team-founder-floating-stats{grid-template-columns:1fr;left:16px;right:16px;bottom:16px;gap:8px;padding:10px;border-radius:18px}.team-founder-stat{padding:14px 12px}.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:1fr;max-width:360px;gap:16px}.team-directory-image{height:250px}.team-directory-card-content{padding:18px 16px 16px}.team-directory-card-content h3{font-size:17px}.team-directory-role{font-size:12.5px;line-height:1.65;margin-bottom:14px}.team-directory-fun{padding-top:12px}.team-directory-fun span{font-size:12px;line-height:1.55}}.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-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-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:1fr;max-width:300px}.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-bottom: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:1fr}.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}}.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-content{max-width:920px!important;margin:0 auto}.imported-service-native .page-hero h1{max-width:18ch;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}@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,.about-hero-banner h1,.imported-service-native .page-hero h1{max-width:none}.imported-service-page[data-page-title="Patient Resources | Dynamic Physical Therapy Queens & Long Island"] .quick-access{position:static;box-shadow:none}}
