:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Helvetica Neue,Arial,sans-serif;color:#183b38;background:#f6f9f8;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #1595a8;--teal: #42ad9c;--green: #91cd83;--deep: #103b38;--ink: #183b38;--muted: #687d79;--line: rgba(16,59,56,.12);--paper: #fff;--gradient: linear-gradient(125deg,#1498aa 0%,#43ae9c 53%,#91cd83 100%);--ease: cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:#f6f9f8;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{display:block;max-width:100%}.page-view{animation:page-enter .58s var(--ease) both}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}button:focus-visible,a:focus-visible{outline:3px solid rgba(21,149,168,.28);outline-offset:3px}.site-header{position:fixed;z-index:50;inset:0 0 auto;padding:14px 20px;pointer-events:none}.nav-shell{width:min(1380px,100%);min-height:76px;margin:auto;padding:8px 10px 8px 17px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.72);border-radius:20px;background:#ffffffe0;box-shadow:0 14px 42px #103b381a;-webkit-backdrop-filter:blur(24px) saturate(150%);backdrop-filter:blur(24px) saturate(150%);pointer-events:auto}.brand{width:173px;flex:0 0 auto}.brand img{width:100%;height:48px;object-fit:contain;object-position:left center}.nav-links{display:flex;align-items:center;gap:clamp(14px,1.7vw,26px)}.nav-links>a:not(.nav-cta){position:relative;padding:12px 0;color:#355652;font-size:12px;font-weight:650;white-space:nowrap}.nav-links>a:not(.nav-cta):after{position:absolute;right:0;bottom:3px;left:0;height:2px;border-radius:4px;background:var(--gradient);content:"";transform:scaleX(0);transition:transform .25s var(--ease)}.nav-links>a:not(.nav-cta):hover:after,.nav-links>a:not(.nav-cta).active:after{transform:scaleX(1)}.nav-links>a:not(.nav-cta).active{color:var(--deep)}.icon-button{width:42px;height:42px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:#103b3812;cursor:pointer}.menu-button{display:none}.button{min-height:46px;padding:0 21px;border:0;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:730;cursor:pointer;transition:transform .15s ease,box-shadow .3s ease}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:var(--gradient);box-shadow:0 12px 28px #1595a838}.button--ghost{border:1px solid var(--line);background:#ffffffb3}.nav-cta{min-height:48px}.section{width:min(1220px,calc(100% - 48px));margin:auto;padding:112px 0}.section--wide{width:min(1380px,calc(100% - 48px))}.eyebrow{margin:0 0 17px;color:var(--blue);font-size:10px;font-weight:820;letter-spacing:.18em}.section-heading{width:100%;max-width:none;margin:0 auto 52px;text-align:center}.section-heading--left{width:100%;max-width:none;margin-left:0;text-align:left}.section-heading h2,.split-story h2,.founder-block h2,.faq h2,.contact-grid h2,.membership-content h2,.account h2{margin:0;color:var(--deep);font-size:clamp(38px,4.5vw,62px);line-height:1.12;letter-spacing:-.045em}.section-heading>p:last-child{max-width:650px;margin:20px auto 0;color:var(--muted);font-size:14px;line-height:1.85}.section-heading--left>p:last-child{margin-left:0}.carousel-stage{position:relative;padding:0;overflow:hidden;background:#f4f7f6;isolation:isolate}.carousel__ambient{position:absolute;z-index:-1;top:-8%;right:-5%;bottom:-8%;left:-5%;opacity:.16;background-position:center;background-size:cover;filter:blur(80px) saturate(120%);transform:scale(1.08);transition:background-image .7s ease}.carousel{position:relative;width:100%;aspect-ratio:2.4 / 1;overflow:hidden;background:#eef5f3}.carousel__track{width:100%;height:100%;display:flex;will-change:transform;transition:transform .95s cubic-bezier(.22,1,.36,1)}.carousel__track>img{width:100%;height:100%;flex:0 0 100%;object-fit:cover}.carousel__arrow{position:absolute;z-index:2;top:50%;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;color:#103b38c7;background:#ffffffa8;box-shadow:0 8px 24px #103b381f,inset 0 1px #ffffffe0;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);cursor:pointer;transform:translateY(-50%);transition:color .25s ease,background .25s ease,box-shadow .3s ease,transform .3s var(--ease)}.carousel__arrow:hover{color:var(--deep);background:#ffffffe0;box-shadow:0 12px 30px #103b382e,inset 0 1px #fff;transform:translateY(-50%) scale(1.07)}.carousel__arrow:active{transform:translateY(-50%) scale(.94)}.carousel__arrow--left{left:22px}.carousel__arrow--right{right:22px}.carousel__dots{position:absolute;z-index:4;right:0;bottom:24px;left:0;display:flex;justify-content:center;gap:8px}.carousel__dots button{width:7px;height:7px;padding:0;border:0;border-radius:10px;background:#ffffff94;box-shadow:0 1px 5px #103b381f;transition:width .35s var(--ease),background .35s ease;cursor:pointer}.carousel__dots button.active{width:28px;background:#fff}.carousel__status{position:absolute;z-index:3;right:25px;bottom:21px;padding:9px 12px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.62);border-radius:20px;color:#fff;background:#09232140;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.carousel__status span{font-size:8px;font-weight:800}.carousel__status>div{width:54px;height:2px;overflow:hidden;border-radius:3px;background:#ffffff4d}.carousel__status i{height:100%;display:block;border-radius:inherit;background:#fff;transition:width .6s var(--ease)}.home-intro{width:min(1220px,calc(100% - 48px));margin:0 auto;padding:70px 0 22px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.home-intro h1{margin:0;color:var(--deep);font-size:clamp(46px,5vw,72px);line-height:1.08;letter-spacing:-.055em}.home-intro h1 span{display:block;color:var(--teal)}.home-intro>div:last-child>p{margin:0;color:var(--muted);font-size:15px;line-height:1.9}.button-row{margin-top:28px;display:flex;gap:10px}.home-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-service-grid article{position:relative;min-height:315px;padding:31px 28px;overflow:hidden;border:1px solid rgba(16,59,56,.09);border-radius:23px;background:linear-gradient(155deg,#fff,#f7fbfa);box-shadow:0 18px 48px #103b380e;transition:transform .35s var(--ease),box-shadow .35s ease,border-color .35s ease}.home-service-grid article:before,.role-grid article:before,.member-grid article:before{position:absolute;top:-70px;right:-65px;width:175px;height:175px;border-radius:50%;background:radial-gradient(circle,rgba(145,205,131,.2),rgba(66,173,156,.06) 55%,transparent 72%);content:"";transition:transform .45s var(--ease)}.home-service-grid article:after,.role-grid article:after,.member-grid article:after{position:absolute;right:28px;bottom:27px;width:34px;height:2px;border-radius:2px;background:var(--gradient);content:"";transition:width .35s var(--ease)}.home-service-grid article:hover,.role-grid article:hover,.member-grid article:hover{z-index:2;transform:translateY(-8px);border-color:#42ad9c47;box-shadow:0 28px 68px #103b381c}.home-service-grid article:hover:before,.role-grid article:hover:before,.member-grid article:hover:before{transform:scale(1.18)}.home-service-grid article:hover:after,.role-grid article:hover:after,.member-grid article:hover:after{width:62px}.home-service-grid span,.role-grid span,.member-grid span{position:relative;z-index:1;display:inline-block;padding:0 .16em .06em 0;color:transparent;background:var(--gradient);background-clip:text;-webkit-background-clip:text;font-size:56px;font-weight:760;line-height:1;letter-spacing:-.045em}.home-service-grid h3,.role-grid h3,.member-grid h3{position:relative;z-index:1;margin:43px 0 13px;color:var(--deep);font-size:20px;letter-spacing:-.025em}.home-service-grid p,.role-grid p,.member-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.8}.ad-grid{columns:3;column-gap:14px}.ad-grid figure{margin:0 0 14px;overflow:hidden;border-radius:18px;break-inside:avoid;background:#e9f1ef}.ad-grid img{width:100%;transition:transform .6s var(--ease)}.ad-grid figure:hover img{transform:scale(1.025)}.page-hero{position:relative;height:660px;overflow:hidden;color:#fff;background:#e8f1ef}.page-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,#dcebe8,#edf4f2 45%,#d8e8e4)}.page-hero__placeholder:after{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.5) 50%,transparent 62%);content:"";animation:hero-loading 1.2s ease-in-out infinite}@keyframes hero-loading{0%{transform:translate(-35%)}to{transform:translate(35%)}}.page-hero>img{position:relative;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.018);transition:opacity .55s ease,transform 1.1s var(--ease)}.page-hero.is-loaded>img{opacity:1;transform:scale(1)}.page-hero.is-loaded .page-hero__placeholder{opacity:0;transition:opacity .35s ease}.page-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#062320d6,#06232040 70%,#06232014)}.page-hero__content{position:absolute;z-index:2;width:min(1220px,calc(100% - 48px));top:53%;left:50%;transform:translate(-50%,-50%)}.page-hero__content>span{color:#a9df9d;font-size:10px;font-weight:800;letter-spacing:.12em}.page-hero__content>p:not(.page-hero__copy){margin:38px 0 12px;font-size:10px;font-weight:800;letter-spacing:.18em}.page-hero h1{margin:0;font-size:clamp(58px,7vw,96px);line-height:1;letter-spacing:-.06em}.page-hero__copy{max-width:580px;margin:27px 0 0;color:#ffffffbd;font-size:15px;line-height:1.8}.split-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.split-story>div:last-child p{margin:0 0 22px;color:var(--muted);font-size:15px;line-height:2}.founder-block{min-height:700px;display:grid;grid-template-columns:1fr 1fr;background:#eaf4f1}.founder-block>div:first-child{position:relative;display:flex;align-items:end;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#d9eee8,#eff6ee)}.founder-block>div:first-child img{max-height:650px;filter:drop-shadow(0 20px 20px rgba(16,59,56,.15))}.founder-block>div:last-child{padding:90px clamp(40px,7vw,100px);align-self:center}.founder-block h3{margin:20px 0;font-size:18px}.founder-block p{max-width:580px;color:var(--muted);font-size:14px;line-height:1.9}.text-link{padding:0;border:0;display:inline-flex;align-items:center;gap:7px;color:var(--blue);background:none;font-size:12px;font-weight:750;cursor:pointer}.space-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.space-grid figure{position:relative;height:260px;margin:0;overflow:hidden;border-radius:18px}.space-grid figure.large{height:532px;grid-column:span 2;grid-row:span 2}.space-grid img{width:100%;height:100%;object-fit:cover}.space-grid figcaption{position:absolute;right:12px;bottom:12px;padding:8px 12px;border-radius:20px;color:#fff;background:#06232094;font-size:11px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qualification{width:min(1380px,calc(100% - 48px))}.award-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.award-grid button{position:relative;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;cursor:zoom-in;transition:transform .35s var(--ease),box-shadow .35s ease}.award-grid button:hover{transform:translateY(-6px);box-shadow:0 24px 58px #103b381c}.award-grid img{width:100%;height:350px;object-fit:contain;background:#fff;transition:transform .5s var(--ease)}.award-grid button:hover img{transform:scale(1.025)}.award-grid button span{position:absolute;right:14px;bottom:14px;padding:9px 12px;display:flex;align-items:center;gap:6px;border-radius:20px;color:#fff;background:#092321b8;font-size:10px;font-weight:720;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-grid article{min-height:330px;padding:30px;border:1px solid var(--line);border-radius:21px;background:#fff}.service-grid article>div{display:flex;align-items:center;justify-content:space-between;color:var(--teal)}.service-grid article>div span{color:transparent;background:var(--gradient);background-clip:text;-webkit-background-clip:text;font-size:32px;font-weight:760;line-height:1;letter-spacing:-.06em}.service-grid h3{margin:55px 0 16px;font-size:21px}.service-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.85}.process-section{background:#e9f3f0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process-grid article{position:relative;min-height:275px;padding:29px 27px;overflow:visible;border:1px solid rgba(16,59,56,.09);border-radius:21px;background:#fffc;box-shadow:0 16px 40px #103b380b;transition:transform .3s var(--ease),background .3s ease,box-shadow .3s ease}.process-grid article:hover{transform:translateY(-6px);background:#fff;box-shadow:0 24px 54px #103b3817}.process-grid span{display:block;color:transparent;background:var(--gradient);background-clip:text;-webkit-background-clip:text;font-size:30px;font-weight:780;line-height:1;letter-spacing:-.045em}.process-grid h3{margin:53px 0 12px;font-size:20px;letter-spacing:-.02em}.process-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.process-grid svg{position:absolute;z-index:3;top:50%;right:-18px;width:34px;height:34px;padding:8px;border:1px solid rgba(66,173,156,.18);border-radius:50%;color:var(--teal);background:#fff;box-shadow:0 8px 18px #103b3814;transform:translateY(-50%)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.product-grid article{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.product-card__image{height:290px;overflow:hidden;background:#e8f0ef}.product-card__image img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .55s var(--ease)}.product-card__image b{position:absolute;top:17px;right:18px;color:#ffffffeb;font-size:38px;line-height:1;letter-spacing:-.06em;text-shadow:0 3px 18px rgba(7,38,35,.35)}.product-card__image{position:relative}.product-grid article:hover img{transform:scale(1.035)}.product-grid article>div:last-child{min-height:275px;padding:25px;display:flex;flex-direction:column;align-items:flex-start}.product-grid span{color:var(--teal);font-size:9px;font-weight:800}.product-grid h3{margin:21px 0 11px;font-size:20px}.product-grid p{margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.75}.product-grid .text-link{margin-top:auto}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.topic-grid article{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:#fff}.topic-grid img{width:100%;height:260px;object-fit:cover}.topic-grid article>div{min-height:240px;padding:25px;display:flex;flex-direction:column;align-items:flex-start}.topic-grid h3{margin:0;font-size:20px}.topic-grid p{color:var(--muted);font-size:12px;line-height:1.8}.topic-grid .text-link{margin-top:auto}.faq{margin-top:100px;display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{padding:23px 0;font-size:15px;font-weight:680;cursor:pointer}.faq details p{margin:-4px 0 23px;color:var(--muted);font-size:13px;line-height:1.8}.role-grid,.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.role-grid article,.member-grid article{position:relative;min-height:350px;padding:29px 27px 38px;overflow:hidden;border:1px solid rgba(16,59,56,.09);border-radius:22px;background:linear-gradient(155deg,#fff,#f7fbfa);box-shadow:0 16px 46px #103b380d;transition:transform .35s var(--ease),box-shadow .35s ease,border-color .35s ease}.role-grid p,.member-grid p{position:relative;z-index:2}.team-banners{margin-top:60px;display:block}.team-banners img{width:100%;height:auto;object-fit:cover;border-radius:22px}.doctors-section{background:#eaf4f1}.doctor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.doctor-card{padding:0;overflow:hidden;border:1px solid rgba(16,59,56,.1);border-radius:21px;text-align:left;background:#fff;cursor:pointer;transition:transform .3s var(--ease),box-shadow .3s ease}.doctor-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #103b381a}.doctor-card>div{position:relative;height:370px;display:flex;align-items:end;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#d9ece7,#edf5ec)}.doctor-card img{max-width:94%;height:96%;object-fit:contain;object-position:bottom center}.doctor-card>div span{position:absolute;top:18px;right:20px;color:transparent;background:var(--gradient);background-clip:text;-webkit-background-clip:text;font-size:38px;font-weight:760;line-height:1;letter-spacing:-.07em}.doctor-card h3{margin:24px 25px 7px;font-size:22px}.doctor-card h3 small{margin-left:6px;color:#91a09e;font-size:11px;font-weight:500}.doctor-card>p{min-height:20px;margin:0 25px;color:var(--muted);font-size:12px}.doctor-card>strong{margin:22px 25px 25px;display:flex;align-items:center;gap:6px;color:var(--blue);font-size:11px}.membership-content{color:#fff;background:var(--deep)}.membership-content .section{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.membership-content h2{color:#fff}.membership-content .eyebrow{color:#a9df9d}.member-list{border-top:1px solid rgba(255,255,255,.18)}.member-list p{margin:0;padding:24px 0;display:flex;gap:22px;border-bottom:1px solid rgba(255,255,255,.18);color:#ffffffc2;font-size:14px}.member-list span{min-width:34px;color:#a9df9d;font-size:21px;font-weight:760;line-height:1;letter-spacing:-.05em}.member-process>div:nth-child(2){display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.member-process article{position:relative;min-height:280px;padding:29px;overflow:hidden;border:1px solid rgba(16,59,56,.09);border-radius:22px;background:linear-gradient(150deg,#fff,#f4faf8);box-shadow:0 17px 46px #103b380d;transition:transform .35s var(--ease),box-shadow .35s ease}.member-process article:after{position:absolute;right:-52px;bottom:-58px;width:165px;height:165px;border:1px solid rgba(66,173,156,.13);border-radius:50%;box-shadow:inset 0 0 0 22px #91cd830b;content:""}.member-process article:hover{transform:translateY(-7px);box-shadow:0 27px 60px #103b381a}.member-process article span{display:inline-block;color:transparent;background:var(--gradient);background-clip:text;-webkit-background-clip:text;font-size:52px;font-weight:760;line-height:1;letter-spacing:-.07em}.member-process article h3{margin:45px 0 12px;font-size:21px;letter-spacing:-.025em}.member-process article p{color:var(--muted);font-size:12px;line-height:1.8}.member-process>.button{margin:34px auto 0;display:flex;width:fit-content}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.news-grid>a{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:#fff}.news-cover{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#edf3f1}.news-cover img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.news-grid>a:hover .news-cover img{transform:scale(1.035)}.news-grid>a>div{min-height:220px;padding:24px;display:flex;flex-direction:column}.news-meta{display:flex;align-items:center;justify-content:space-between;gap:15px}.news-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.08em}.news-meta b{color:transparent;background:var(--gradient);background-clip:text;-webkit-background-clip:text;font-size:31px;line-height:1;letter-spacing:-.06em}.news-grid h3{margin:22px 0;font-size:18px;line-height:1.55}.news-grid strong{margin-top:auto;display:flex;align-items:center;gap:6px;color:var(--blue);font-size:11px}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:center}.contact-grid h2{max-width:none;white-space:nowrap;font-size:clamp(34px,3.8vw,58px)}.contact-grid>div:first-child>p:not(.eyebrow){max-width:620px;color:var(--muted);line-height:1.8}.contact-details{margin:35px 0;border-top:1px solid var(--line)}.contact-details>a,.contact-details>div{padding:20px 0;display:flex;align-items:flex-start;gap:15px;border-bottom:1px solid var(--line);font-size:14px;line-height:1.6}.contact-details svg{flex:0 0 auto;color:var(--teal)}.contact-details small{display:block;margin-bottom:4px;color:var(--muted);font-size:9px}.contact-phone{min-height:390px;padding:42px;border:1px solid rgba(66,173,156,.16);border-radius:25px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:linear-gradient(145deg,#fff,#edf8f5);box-shadow:0 20px 60px #103b3814}.contact-phone>span{width:82px;height:82px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--gradient);box-shadow:0 18px 38px #1595a838}.contact-phone p{margin:28px 0 10px;color:var(--muted);font-size:12px;font-weight:720;letter-spacing:.12em}.contact-phone>a{color:var(--deep);font-size:clamp(30px,3vw,43px);font-weight:780;line-height:1.2;letter-spacing:-.035em}.contact-phone>a:hover{color:var(--blue)}.contact-phone small{margin-top:14px;color:var(--muted);font-size:11px}.traffic{background:#fff}.traffic-address{margin-bottom:18px;padding:22px 24px;display:flex;align-items:center;gap:15px;border:1px solid rgba(16,59,56,.1);border-radius:18px;background:#ffffffbf}.traffic-address>svg{flex:0 0 auto;color:var(--teal)}.traffic-address>div{display:grid;gap:4px}.traffic-address small{color:var(--muted);font-size:10px}.traffic-address strong{color:var(--deep);font-size:14px;line-height:1.55}.traffic-address>a{margin-left:auto;display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-size:11px;font-weight:750;white-space:nowrap}.route-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.route-card{min-height:410px;padding:29px;border:1px solid rgba(16,59,56,.1);border-radius:22px;background:#fff}.route-card__head{display:flex;align-items:center;gap:12px}.route-card__head>span{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:#fff;background:var(--gradient)}.route-card__head small{color:var(--muted);font-size:10px;font-weight:720;letter-spacing:.08em}.route-card h3{margin:31px 0 20px;color:var(--deep);font-size:24px;letter-spacing:-.025em}.route-card ol{margin:0;padding:0;list-style:none;counter-reset:route-step}.route-card li{position:relative;min-height:34px;margin:0 0 13px;padding:1px 0 0 36px;color:var(--muted);font-size:12px;line-height:1.75;counter-increment:route-step}.route-card li:before{position:absolute;top:0;left:0;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#e8f5f2;font-size:9px;font-weight:800;content:counter(route-step)}.route-card--green .route-card__head>span{background:linear-gradient(135deg,#40ad9c,#91cd83)}.route-card--orange .route-card__head>span{background:linear-gradient(135deg,#e49b5d,#d57a54)}.route-card--purple .route-card__head>span{background:linear-gradient(135deg,#817abf,#aa83be)}.arrival-note{margin-top:15px;padding:24px 28px;display:flex;align-items:center;gap:18px;border-radius:18px;color:#fff;background:var(--deep)}.arrival-note strong{color:#a9df9d;font-size:13px}.arrival-note span{font-size:13px}.arrival-note a{margin-left:auto;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:720}.account{margin-bottom:100px;padding:55px 70px;display:flex;align-items:center;justify-content:space-between;border-radius:28px;color:#fff;background:var(--gradient)}.account--inline{width:100%;margin:15px 0 0}.account h2{color:#fff}.account p{color:#fffc}.account img{width:220px;height:220px;object-fit:contain;border-radius:14px;background:#fff}.modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;padding:28px;display:grid;place-items:center;overflow:auto;background:#061c1ba3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal-sheet{position:relative;width:min(960px,100%);max-height:calc(100vh - 56px);display:grid;grid-template-columns:.8fr 1.2fr;overflow:auto;border-radius:24px;background:#fff;box-shadow:0 30px 100px #00000040}.modal-close{position:absolute;z-index:3;top:16px;right:16px}.doctor-profile{min-height:620px;padding:30px 20px 0;display:flex;align-items:end;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#d8ece6,#f0f5ed)}.doctor-profile img{max-width:100%;max-height:580px;object-fit:contain;object-position:bottom}.doctor-profile>span{position:absolute;top:22px;left:22px;color:#103b3873;font-size:10px;font-weight:800;letter-spacing:.12em}.modal-copy{padding:58px 50px;align-self:center}.modal-copy h2{margin:0;color:var(--deep);font-size:42px;letter-spacing:-.04em}.modal-copy h3{margin:9px 0 24px;color:var(--muted);font-size:15px;font-weight:600}.modal-copy>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.85}.modal-copy small{color:#82908e;font-size:10px;line-height:1.6}.tag-list{margin:0 0 26px;display:flex;flex-wrap:wrap;gap:7px}.tag-list span{padding:7px 10px;border-radius:20px;color:#267e77;background:#e9f5f1;font-size:10px}.modal-sheet--poster{width:min(1020px,100%);grid-template-columns:1fr 1fr}.poster-full{width:100%;min-height:650px;height:100%;object-fit:cover;object-position:top}.gallery-modal{position:fixed;z-index:110;top:0;right:0;bottom:0;left:0;padding:28px;display:grid;place-items:center;background:#051817d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.gallery-modal figure{width:min(980px,calc(100% - 130px));max-height:calc(100vh - 56px);margin:0;display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 35px 110px #00000057}.gallery-modal figure img{width:100%;min-height:0;flex:1;object-fit:contain;background:#f8faf9}.gallery-modal figcaption{padding:17px 22px;display:flex;align-items:center;justify-content:space-between;color:var(--deep)}.gallery-modal figcaption span{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.16em}.gallery-modal figcaption strong{font-size:11px}.gallery-modal__close{position:absolute;top:24px;right:24px;color:#fff;background:#ffffff24}.gallery-modal__arrow{position:absolute;z-index:2;top:50%;width:48px;height:48px;border:1px solid rgba(255,255,255,.24);border-radius:50%;display:grid;place-items:center;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transform:translateY(-50%);transition:background .25s ease,transform .25s ease}.gallery-modal__arrow:hover{background:#fff3;transform:translateY(-50%) scale(1.06)}.gallery-modal__arrow--left{left:25px}.gallery-modal__arrow--right{right:25px}footer{padding:75px 24px 40px;text-align:center;background:#fff;border-top:1px solid var(--line)}footer .brand{display:block;margin:auto}footer>p{margin:15px 0 30px;color:var(--deep);font-size:16px}footer>div{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;color:var(--muted);font-size:11px}footer>small{display:block;margin-top:45px;color:#91a09e;font-size:9px}.footer-legal span,.footer-legal a{display:block}.footer-legal span+span,.footer-legal a{margin-top:7px}.footer-legal a{width:fit-content;margin-right:auto;margin-left:auto;transition:color .2s ease}.footer-legal a:hover{color:var(--teal);text-decoration:underline;text-underline-offset:3px}.footer-legal .police-filing{display:inline-flex;align-items:center;gap:5px}.footer-legal .police-filing img{width:14px;height:14px}.footer-legal .police-filing span{display:inline}@media(max-width:1050px){.menu-button{display:grid}.nav-links{position:absolute;top:86px;right:20px;left:20px;padding:18px;display:none;flex-direction:column;align-items:stretch;gap:2px;border:1px solid var(--line);border-radius:18px;background:#fffffff7;box-shadow:0 20px 50px #103b3824}.nav-links.is-open{display:flex}.nav-links>a{padding:12px}.nav-cta{margin-top:8px}.home-service-grid,.role-grid,.member-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.home-service-grid article:nth-child(2),.role-grid article:nth-child(2),.member-grid article:nth-child(2),.process-grid article:nth-child(2){border-right:0}.home-service-grid article,.role-grid article,.member-grid article,.process-grid article{border-bottom:1px solid var(--line)}.service-grid,.product-grid,.doctor-grid,.news-grid{grid-template-columns:repeat(2,1fr)}.founder-block{grid-template-columns:.85fr 1.15fr}}@media(max-width:720px){.site-header{padding:8px}.nav-shell{width:100%;max-width:calc(100vw - 16px);min-height:64px;padding:5px 7px 5px 12px;border-radius:15px}.menu-button{display:grid!important;flex:0 0 auto}.brand{width:142px}.brand img{height:48px}.nav-links{top:72px;right:8px;left:8px}.section,.section--wide,.qualification{width:min(100% - 30px,620px);padding:78px 0}.section-heading{margin-bottom:36px}.section-heading h2,.split-story h2,.founder-block h2,.faq h2,.contact-grid h2,.membership-content h2,.account h2{font-size:36px}.carousel-stage{padding:0}.carousel{width:100%;aspect-ratio:auto;height:52vw;min-height:195px}.carousel__track>img{object-fit:contain}.carousel__arrow{width:36px;height:36px;top:50%;background:#ffffffc7}.carousel__arrow--left{left:9px}.carousel__arrow--right{right:9px}.carousel__dots{bottom:12px}.carousel__status{right:12px;bottom:11px}.home-intro{width:calc(100% - 30px);padding-top:44px;grid-template-columns:1fr;gap:25px}.home-intro h1{font-size:46px}.button-row{flex-direction:column}.home-service-grid,.service-grid,.product-grid,.topic-grid,.role-grid,.member-grid,.doctor-grid,.news-grid,.process-grid,.member-process>div:nth-child(2),.team-banners,.award-grid{grid-template-columns:1fr}.home-service-grid article,.role-grid article,.member-grid article,.process-grid article{min-height:250px}.member-grid article{min-height:330px}.ad-grid{columns:1}.page-hero{height:560px}.page-hero__content{width:calc(100% - 30px);top:57%}.page-hero h1{font-size:54px}.page-hero__copy{font-size:13px}.split-story{grid-template-columns:1fr;gap:35px}.founder-block{grid-template-columns:1fr}.founder-block>div:first-child{min-height:440px}.founder-block>div:last-child{padding:65px 24px}.space-grid{grid-template-columns:1fr 1fr}.space-grid figure{height:190px}.space-grid figure.large{grid-column:span 2;height:300px}.award-grid img{height:320px}.gallery-modal{padding:10px}.gallery-modal figure{width:100%;max-height:calc(100vh - 80px);border-radius:17px}.gallery-modal__arrow{top:auto;bottom:17px;width:42px;height:42px;background:#09232199;transform:none}.gallery-modal__arrow:hover{transform:scale(1.04)}.gallery-modal__arrow--left{left:22px}.gallery-modal__arrow--right{right:22px}.gallery-modal__close{top:18px;right:18px;color:var(--deep);background:#ffffffe0}.process-grid article svg{display:none}.product-card__image{height:320px}.doctor-card>div{height:400px}.faq{margin-top:70px;grid-template-columns:1fr;gap:30px}.membership-content .section,.contact-grid{grid-template-columns:1fr;gap:50px}.contact-grid h2{font-size:clamp(27px,7vw,32px);white-space:normal;letter-spacing:-.05em}.contact-details span{min-width:0;overflow-wrap:anywhere}.contact-phone{min-height:300px;padding:32px 22px}.traffic-address{align-items:flex-start;flex-wrap:wrap}.traffic-address>a{width:100%;margin:5px 0 0 37px}.route-cards{grid-template-columns:1fr}.route-card{min-height:0;padding:24px}.arrival-note{align-items:flex-start;flex-direction:column;gap:9px}.arrival-note a{margin:8px 0 0}.account{width:calc(100% - 30px);margin-bottom:75px;padding:35px 25px;flex-direction:column;gap:30px;text-align:center}.account--inline{width:100%;margin:15px 0 0}.modal{padding:10px}.modal-sheet,.modal-sheet--poster{max-height:calc(100vh - 20px);grid-template-columns:1fr}.doctor-profile{min-height:420px}.doctor-profile img{max-height:400px}.modal-copy{padding:38px 25px}.poster-full{min-height:500px}}@media(prefers-color-scheme:dark){:root{color-scheme:dark;color:#dcebe6;background:#081411;--blue: #5bc8d8;--teal: #69d0bc;--green: #a7db95;--deep: #edf8f4;--ink: #dcebe6;--muted: #9db2ac;--line: rgba(174,225,212,.14);--paper: #12231f;--gradient: linear-gradient(125deg,#26aabe 0%,#55bfae 53%,#96cf82 100%)}html,body{background:#081411}button:focus-visible,a:focus-visible{outline-color:#5bc8d880}.nav-shell{border-color:#aee1d429;background:#0a1916e6;box-shadow:0 16px 48px #00000057}.nav-shell>.brand{padding:0 9px;border-radius:12px;background:#fffffff0}.nav-links>a:not(.nav-cta){color:#b8cbc5}.nav-links>a:not(.nav-cta).active{color:var(--deep)}.icon-button{color:var(--deep);background:#aee1d41a}.button--ghost{color:var(--ink);background:#aee1d412}.carousel-stage{background:#091714}.carousel{background:#10221e}.carousel__ambient{opacity:.1}.carousel__arrow{border-color:#dff8f133;color:#e3f4ef;background:#071714ad;box-shadow:0 10px 28px #00000042,inset 0 1px #ffffff14}.carousel__arrow:hover{color:#fff;background:#0f2d27e0;box-shadow:0 14px 34px #00000057,inset 0 1px #ffffff1f}.home-service-grid article,.role-grid article,.member-grid article,.member-process article{border-color:#aee1d41f;background:linear-gradient(155deg,#132722,#0e201c);box-shadow:0 18px 48px #0000002e}.home-service-grid article:hover,.role-grid article:hover,.member-grid article:hover,.member-process article:hover{border-color:#69d0bc57;box-shadow:0 28px 68px #0000004d}.home-service-grid article:before,.role-grid article:before,.member-grid article:before{background:radial-gradient(circle,rgba(150,207,130,.15),rgba(85,191,174,.05) 55%,transparent 72%)}.ad-grid figure{background:#10221e}.page-hero{background:#10221e}.page-hero__placeholder{background:linear-gradient(125deg,#142a25,#1a302b 45%,#10231f)}.page-hero__placeholder:after{background:linear-gradient(105deg,transparent 38%,rgba(138,202,185,.12) 50%,transparent 62%)}.page-hero__shade{background:linear-gradient(90deg,#031411e6,#03141161 70%,#03141124)}.founder-block,.doctors-section{background:#0c1c19}.founder-block>div:first-child,.doctor-card>div,.doctor-profile{background:linear-gradient(145deg,#18332d,#10241f)}.founder-block>div:first-child img{filter:drop-shadow(0 22px 26px rgba(0,0,0,.32))}.award-grid button,.service-grid article,.product-grid article,.topic-grid article,.doctor-card,.news-grid>a,.route-card{border-color:var(--line);background:#12231f}.award-grid button:hover,.doctor-card:hover{box-shadow:0 24px 58px #00000042}.product-card__image,.news-cover{background:#0d1d1a}.process-section{background:#0c1c19}.process-grid article{border-color:var(--line);background:#12231fe6;box-shadow:0 16px 40px #00000029}.process-grid article:hover{background:#172d28;box-shadow:0 24px 54px #00000047}.process-grid svg{border-color:#69d0bc3d;background:#172d28;box-shadow:0 8px 18px #00000038}.membership-content{background:#06110f}.member-process article:after{border-color:#69d0bc29;box-shadow:inset 0 0 0 22px #96cf8209}.contact-phone{border-color:#69d0bc33;background:linear-gradient(145deg,#142a25,#0d1e1a);box-shadow:0 22px 64px #00000038}.traffic{background:#0b1916}.traffic-address{border-color:var(--line);background:#12231fd1}.route-card li:before{color:var(--teal);background:#19332d}.arrival-note{color:#e8f5f1;background:#123029}.modal{background:#010a08c7}.modal-sheet{border:1px solid var(--line);background:#12231f;box-shadow:0 32px 110px #00000094}.doctor-profile>span{color:#dcebe673}.modal-copy small{color:#8ea59f}.tag-list span{color:#83d7c6;background:#19352f}.gallery-modal{background:#010908e6}.gallery-modal figure{border:1px solid var(--line);background:#12231f;box-shadow:0 35px 110px #0000009e}.gallery-modal figure img{background:#182924}.gallery-modal__close{color:var(--deep);background:#aee1d41f}footer{border-color:var(--line);background:#071310}@media(max-width:1050px){.nav-links{border-color:var(--line);background:#0b1b18fa;box-shadow:0 22px 54px #0000006b}}}
