.error-404{background:var(--warm-white);text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.error-404-inner{max-width:520px;margin:0 auto}.error-404-heading{font-family:var(--font-display);font-size:clamp(3rem,6vw,5rem);font-weight:800;color:var(--ink);margin:1.5rem 0 1rem;line-height:1.1}.error-404-text{font-size:1.15rem;color:var(--earth);margin-bottom:2.5rem;line-height:1.6}.how-it-works{background:var(--warm-white)}.hiw-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;max-width:1100px;margin:0 auto;align-items:stretch}.how-it-works .accordion-body,.how-it-works .accordion-icon{transition:none}.how-it-works .accordion-icon svg{transition:none}.hiw-left h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em;white-space:nowrap}.hiw-left h2 em{font-style:normal;color:var(--teal)}.hiw-left>p{font-size:1.05rem;line-height:1.75;color:var(--earth);font-weight:300;margin-bottom:2.5rem}.hiw-visual{position:relative;min-height:300px;background:linear-gradient(145deg,var(--cream),var(--sand));border-radius:var(--radius-lg);overflow:hidden;transition:none}.hiw-visual-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease-in-out;will-change:opacity}.hiw-visual-img.active{opacity:1}.hiw-visual-img img{width:100%;height:100%;object-fit:cover}.hiw-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:4rem;font-weight:700;color:var(--sand)}@media(max-width:1200px){.hiw-grid{max-width:100%;gap:4rem}}@media(max-width:900px){.hiw-grid{grid-template-columns:1fr;gap:3rem}.hiw-visual{min-height:350px}}@media(max-width:680px){.hiw-visual{min-height:300px}.hiw-left h2{font-size:clamp(1.8rem,6vw,2.4rem)}}@media(max-width:480px){.hiw-visual{min-height:260px}}.clin-evidence{background:var(--warm-white);overflow:hidden}.clin-ev-header{text-align:center;max-width:600px;margin:0 auto 4rem}.clin-ev-header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.clin-ev-header h2 em{font-style:normal;color:var(--teal)}.clin-ev-header p{font-size:1rem;line-height:1.7;color:var(--earth);font-weight:300}.clin-ev-ticker{position:relative;width:100%;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.clin-ev-track{display:flex;gap:1.5rem;width:max-content;will-change:transform;cursor:grab;-webkit-user-select:none;user-select:none;padding:1.25rem 0;margin:-1.25rem 0}.clin-ev-track.is-dragging{cursor:grabbing}.clin-ev-card{flex-shrink:0;width:340px;padding:2rem 1.75rem;background:var(--cream);border-radius:var(--radius-md);border:1px solid var(--sand);display:flex;flex-direction:column;gap:.5rem}.clin-ev-card.has-link{cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.clin-ev-card.has-link:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000000f}.clin-ev-number{font-family:var(--font-display);font-size:clamp(2rem,3vw,2.8rem);font-weight:700;color:var(--teal);line-height:1.1;letter-spacing:-.02em}.clin-ev-title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--ink);line-height:1.3;margin:.25rem 0 0}.clin-ev-desc{font-size:.9rem;color:var(--earth);font-weight:300;line-height:1.6;margin:.25rem 0 0}.clin-ev-source{font-size:.72rem;color:var(--earth);opacity:.55;line-height:1.4;margin-top:auto;padding-top:.75rem}@media(max-width:680px){.clin-ev-header{margin-bottom:3rem}.clin-ev-header h2{font-size:clamp(1.8rem,6vw,2.4rem)}.clin-ev-card{width:280px;padding:1.5rem 1.25rem}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-form-section{background:var(--warm-white)}.contact-success-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.25rem;max-width:480px;margin:0 auto;padding:4rem 2rem;min-height:300px;animation:fadeInUp .8s ease-out both}.contact-success-icon svg{animation:checkDraw .6s ease-out .2s both}.contact-success-wrap h3{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400;letter-spacing:-.02em;color:var(--ink)}.contact-success-wrap p{font-size:1.05rem;line-height:1.7;color:var(--earth);font-weight:300}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes checkDraw{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.contact-errors{padding:1.5rem;background:#c8323214;border:1px solid rgba(200,50,50,.2);border-radius:var(--radius-sm);color:#c83232}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;max-width:1100px;margin:0 auto;align-items:start}.contact-text h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin-bottom:1rem}.contact-text h2 sup{font-size:.5em;vertical-align:super}.contact-text>p{font-size:1rem;line-height:1.7;color:var(--earth);font-weight:300;max-width:380px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-family:var(--font-display);font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--ink)}.form-group input,.form-group textarea{font-family:var(--font-body);font-size:.95rem;font-weight:300;color:var(--ink);background:var(--cream);border:1.5px solid var(--sand);border-radius:var(--radius-sm);padding:.9rem 1.1rem;transition:border-color .3s,box-shadow .3s;outline:none;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--earth);opacity:.5}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #3b8c8c1a}.contact-hp{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;width:0;overflow:hidden;pointer-events:none}.contact-submit{align-self:flex-start;margin-top:.5rem}@media(max-width:1200px){.contact-grid{max-width:100%;gap:3rem}}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-text{text-align:center}.contact-text>p{max-width:100%;margin-left:auto;margin-right:auto}.contact-submit{align-self:center}}@media(max-width:680px){.contact-text h2{font-size:clamp(1.8rem,6vw,2.4rem)}}@media(max-width:480px){.contact-form-section{padding:3.5rem 1rem}.form-group input,.form-group textarea{padding:.8rem 1rem;font-size:.9rem}}.cta-section{background:var(--deep);color:var(--cream);text-align:center;padding:8rem 3rem;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;width:600px;height:600px;border-radius:var(--radius-circle);background:radial-gradient(circle,rgba(22,193,177,.08),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}.cta-inner{position:relative;z-index:var(--z-content);max-width:800px;margin:0 auto}.cta-section h2{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.5rem);font-weight:400;line-height:1.1;margin-bottom:1.2rem;letter-spacing:-.02em;white-space:nowrap}.cta-section h2 em{font-style:normal;color:var(--teal-glow)}.cta-desc,.cta-desc p{font-size:1.05rem;line-height:1.7;color:#f6f1eb80;font-weight:300;margin-bottom:2.5rem}@media(max-width:900px){.cta-section{padding:6rem 1.5rem}}@media(max-width:680px){.cta-section h2{font-size:clamp(1.8rem,6vw,2.6rem);white-space:normal}.cta-section{padding:5rem 1.25rem}}@media(max-width:480px){.cta-section{padding:4rem 1rem}.cta-section h2{font-size:1.8rem}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.showcase{background-color:var(--ink);background-size:cover;background-position:25% 15%;background-repeat:no-repeat;color:var(--cream);overflow:hidden;position:relative}.showcase:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2d29268c;z-index:1}.showcase-wrap{position:relative;z-index:2;max-width:1200px;margin:0 auto}.showcase-content{max-width:560px;margin-left:auto}.showcase-content h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.showcase-content h2 em{font-style:normal;color:var(--teal-glow)}.showcase-content p{font-size:1.05rem;line-height:1.75;color:#f6f1eba6;font-weight:300;margin-bottom:2.5rem;max-width:480px}@media(max-width:900px){.showcase{background-position:30% 15%}.showcase-content h2{font-size:clamp(1.8rem,6vw,2.4rem)}}@media(max-width:680px){.showcase{background-position:35% 10%}.showcase-content p{font-size:.95rem}}.features{background:var(--warm-white)}.features-intro{text-align:center;max-width:850px;margin:0 auto 4rem}.features-intro h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;line-height:1.15;color:var(--ink);margin-bottom:1rem;letter-spacing:-.02em}.features-intro h2 em{font-style:normal;color:var(--teal)}.features-intro p{font-size:1.05rem;line-height:1.75;color:var(--earth);font-weight:300}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.feature-img-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3 / 4;transition:transform .4s var(--ease-out-expo),box-shadow .4s}.feature-img-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001f}.feature-img-media{position:absolute;top:0;right:0;bottom:0;left:0}.feature-img-media img{width:100%;height:100%;object-fit:cover;display:block}.feature-img-placeholder{width:100%;height:100%;background:var(--sand)}.feature-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1.5rem;background:linear-gradient(to top,rgba(45,41,38,.88) 0%,rgba(45,41,38,.4) 40%,transparent 70%);transition:background .4s}.feature-img-card:hover .feature-img-overlay{background:linear-gradient(to top,#2d2926f2,#2d292680 50%,#2d292614 80%)}.feature-img-num{font-family:var(--font-display);font-size:.8rem;font-weight:600;color:var(--teal-glow);margin-bottom:.5rem;display:block}.feature-img-overlay h3{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}.feature-img-overlay p{font-size:.85rem;line-height:1.6;color:#ffffffb3;font-weight:300;max-width:300px}@media(max-width:900px){.features-grid{gap:1rem}.features-intro{margin-bottom:3rem}}@media(max-width:680px){.features-grid{grid-template-columns:1fr 1fr;gap:1rem}.feature-img-card{aspect-ratio:3 / 4}.features-intro h2{font-size:clamp(1.8rem,6vw,2.4rem)}.features-intro p{font-size:.95rem}}@media(max-width:480px){.features-grid{grid-template-columns:1fr}.feature-img-card{aspect-ratio:4 / 3}.feature-img-overlay{padding:1.5rem 1.25rem}.feature-img-overlay h3{font-size:1.2rem}}.site-footer{background:var(--deep);color:#fff6;padding:3rem;border-top:1px solid rgba(255,255,255,.05)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2.5rem;border-bottom:1px solid rgba(22,193,177,.06);margin-bottom:2rem}.footer-logo{text-decoration:none;display:block}.footer-logo img{height:24px;width:auto;opacity:.5;transition:opacity .3s}.footer-logo:hover img{opacity:.7}.footer-logo-text{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#fbf9f680;transition:color .3s}.footer-logo:hover .footer-logo-text{color:#f6f1ebb3}.footer-brand p{font-size:.85rem;line-height:1.7;color:#fbf9f666;font-weight:300;margin-top:.75rem;max-width:280px}.footer-col-title{font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fbf9f680;margin-bottom:1.2rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col a{color:#fbf9f666;text-decoration:none;font-size:.85rem;font-weight:300;transition:color .3s}.footer-col a:hover{color:var(--teal-light)}.footer-col a:focus-visible{outline:2px solid var(--teal-glow);outline-offset:2px;border-radius:2px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.footer-bottom p{font-size:.75rem;color:#fbf9f640;letter-spacing:.04em}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:680px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-brand p{max-width:100%}.site-footer{padding:2.5rem 1.25rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-col-title{margin-bottom:.8rem}.footer-col ul{gap:.5rem}}.site-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-nav);padding:1.25rem 3rem;display:flex;align-items:center;justify-content:space-between;transition:all .5s ease;background:linear-gradient(to bottom,rgba(0,0,0,.35),transparent)}.site-header.scrolled{background:#fdfbf8e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(200,190,175,.2);padding:.8rem 3rem}.nav-logo{display:flex;align-items:center;text-decoration:none;cursor:pointer}.nav-logo img{height:28px;width:auto;transition:opacity .5s}.nav-logo-dark,.site-header.scrolled .nav-logo-light{display:none}.site-header.scrolled .nav-logo-dark{display:block}.nav-logo-text{font-family:var(--font-display);font-size:1.2rem;font-weight:700;text-decoration:none}.nav-logo-light.nav-logo-text{color:var(--cream)}.nav-logo-dark.nav-logo-text{display:none;color:var(--ink)}.site-header.scrolled .nav-logo-light.nav-logo-text{display:none}.site-header.scrolled .nav-logo-dark.nav-logo-text{display:block}.nav-logo:focus-visible{outline:2px solid var(--teal-glow);outline-offset:4px;border-radius:2px}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#ffffffbf;text-decoration:none;font-size:.82rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;transition:color var(--transition-fast);position:relative;cursor:pointer}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--teal-light);transition:width .3s ease}.nav-links a:hover:after{width:100%}.site-header .nav-links a.active-link{color:var(--teal-glow)}.site-header .nav-links a.active-link:after{width:100%}.nav-links a:focus-visible{outline:2px solid var(--teal-glow);outline-offset:4px;border-radius:2px}.site-header.scrolled .nav-links a{color:var(--earth)}.site-header.scrolled .nav-links a:hover{color:var(--ink)}.site-header.scrolled .nav-links a.active-link{color:var(--teal)}.nav-cta{padding:.6rem 1.6rem;background:transparent;border:1px solid rgba(255,255,255,.35);color:var(--warm-white);border-radius:var(--radius-pill);font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:all .4s ease;cursor:pointer}.nav-cta:hover{background:var(--teal);border-color:var(--teal)}.nav-cta:focus-visible{outline:2px solid var(--teal-glow);outline-offset:4px}.site-header.scrolled .nav-cta{color:var(--warm-white);background:var(--ink);border-color:var(--ink)}.site-header.scrolled .nav-cta:hover{background:var(--teal);border-color:var(--teal)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;z-index:calc(var(--z-nav) + 60);background:none;border:none}.hamburger span{width:22px;height:2px;background:var(--warm-white);border-radius:1px;transition:all .3s ease}.site-header.scrolled .hamburger span{background:var(--ink)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger:focus-visible{outline:2px solid var(--teal-glow);outline-offset:4px;border-radius:2px}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1510f7;z-index:calc(var(--z-nav) + 50);flex-direction:column;align-items:center;justify-content:center;gap:0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.mobile-overlay.open{display:flex}.mobile-overlay a{color:var(--cream);text-decoration:none;font-family:var(--font-display);font-size:1.8rem;font-weight:700;padding:1rem 0;letter-spacing:-.01em;transition:color .3s;opacity:0;transform:translateY(20px)}.mobile-overlay.open a{animation:fadeUp .5s var(--ease-out-expo) forwards}.mobile-overlay.open a:nth-child(1){animation-delay:.1s}.mobile-overlay.open a:nth-child(2){animation-delay:.15s}.mobile-overlay.open a:nth-child(3){animation-delay:.2s}.mobile-overlay.open a:nth-child(4){animation-delay:.25s}.mobile-overlay.open a:nth-child(5){animation-delay:.3s}.mobile-overlay a:hover,.mobile-overlay a.active-link{color:var(--teal-glow)}.mobile-overlay a:focus-visible{outline:2px solid var(--teal-glow);outline-offset:4px;border-radius:4px}.mobile-overlay .mobile-cta{margin-top:2rem;padding:.9rem 2.2rem;background:var(--teal);color:#fff;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.04em}.mobile-overlay .mobile-cta:focus-visible{outline:2px solid var(--teal-glow);outline-offset:4px}@media(max-width:900px){.site-header{padding:1rem 1.5rem}.nav-links,.nav-cta{display:none}.hamburger{display:flex}}@media(max-width:480px){.site-header{padding:.8rem 1rem}.site-header.scrolled{padding:.7rem 1rem}.nav-logo img{height:22px}.mobile-overlay a{font-size:1.5rem}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;z-index:calc(var(--z-noise) + 1);min-height:100vh;display:flex;align-items:flex-end;padding:0 3rem 6rem;background-size:cover;background-position:75% center;background-repeat:no-repeat;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#2d2926eb,#2d2926b3 35%,#2d292626 55%,#2d292608);z-index:var(--z-base)}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,rgba(4,59,66,.85),transparent);z-index:var(--z-base)}.hero-content{position:relative;z-index:10;max-width:720px}.hero .hero-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--teal-glow);margin-bottom:2rem}.hero .hero-tag:before{content:"";width:24px;height:1px;background:var(--teal-glow)}.hero h1{font-family:var(--font-display);font-size:clamp(2.6rem,4.5vw,3.8rem);font-weight:400;line-height:1.05;color:var(--cream);margin-bottom:1.5rem;letter-spacing:-.02em}.hero h1 em{font-style:normal;color:var(--teal-glow);font-weight:900}.hero-desc{font-size:1.1rem;line-height:1.65;color:#fbf9f6a6;max-width:480px;margin-bottom:2.5rem;font-weight:300}@media(max-width:900px){.hero{padding:0 1.5rem 4rem;min-height:85vh;background-position:80% center}.hero h1{font-size:clamp(2.4rem,7vw,3.5rem)}.hero-desc{font-size:1rem}}@media(max-width:680px){.hero{min-height:80vh;padding:0 1.25rem 3.5rem;background-position:85% center}.hero h1{font-size:clamp(2.2rem,8vw,3rem)}.hero-desc{font-size:.95rem;margin-bottom:2rem}.hero .hero-tag{font-size:.65rem;margin-bottom:1.5rem}}@media(max-width:480px){.hero{min-height:75vh;padding:0 1rem 3rem;background-position:85% center}.hero h1{font-size:2rem}.hero-desc{font-size:.9rem}}.hiw-steps{background:var(--warm-white)}.hiw-steps-header{text-align:center;max-width:800px;margin:0 auto 4rem}.hiw-steps-heading{font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;color:var(--ink);line-height:1.15;margin-bottom:1rem}.hiw-steps-heading em{font-style:italic!important;color:var(--teal)}.hiw-steps-header>.hiw-steps-desc{font-size:1.05rem;color:var(--earth);line-height:1.7}.hiw-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}.hiw-step{text-align:center}.hiw-step-num{display:inline-block;font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--teal);margin-bottom:1.25rem}.hiw-step-visual{width:100%;aspect-ratio:3 / 2;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.5rem}.hiw-step-visual img{width:100%;height:100%;object-fit:cover;display:block}.hiw-step-placeholder{width:100%;height:100%;background:var(--sand);display:flex;align-items:center;justify-content:center}.hiw-step-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--ink);margin-bottom:.5rem}.hiw-step .hiw-step-desc{font-size:.92rem;color:var(--earth);line-height:1.65}@media(max-width:900px){.hiw-steps-grid{gap:2rem}}@media(max-width:680px){.hiw-steps-grid{grid-template-columns:1fr;max-width:400px;gap:3rem}.hiw-steps-header{margin-bottom:3rem}}.nervous-system{background:var(--deep);padding-top:2rem}.ns-header{text-align:center;margin-bottom:3rem}.ns-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:800px;margin:0 auto}.ns-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);padding:2.5rem 2rem;overflow:hidden;transition:border-color .4s ease,background .4s ease}.ns-card:hover{border-color:#5ee5d833;background:#ffffff0d}.ns-card-accent{position:absolute;top:0;left:2rem;right:2rem;height:2px;background:linear-gradient(90deg,transparent,var(--teal-glow),transparent);opacity:.4}.ns-icon{width:48px;height:48px;border-radius:var(--radius-circle);background:#5ee5d814;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.ns-icon svg{stroke:var(--teal-glow)}.ns-card h3{font-family:var(--font-display);font-size:1.3rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem;color:var(--warm-white)}.ns-card p{font-size:.9rem;line-height:1.7;color:#ffffff8c;font-weight:300}@media(max-width:680px){.ns-grid{grid-template-columns:1fr;max-width:480px}.ns-card{padding:2rem 1.5rem}}.intro{background:var(--warm-white);text-align:center}.intro-inner{max-width:700px;margin:0 auto}.intro h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;line-height:1.15;color:var(--ink);margin-bottom:1rem;letter-spacing:-.02em}.intro h2 em{font-style:normal;color:var(--teal)}.intro p{font-size:1.05rem;line-height:1.75;color:var(--earth);font-weight:300}@media(max-width:680px){.intro h2{font-size:clamp(1.8rem,6vw,2.4rem)}.intro p{font-size:.95rem}}.page-hero{position:relative;z-index:calc(var(--z-noise) + 1);min-height:80vh;display:flex;align-items:flex-end;padding:0 3rem 5rem;background-size:cover;background-position:75% 20%;background-repeat:no-repeat;background-color:var(--deep);overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#2d2926eb,#2d2926b3 35%,#2d292626 55%,#2d292608);z-index:var(--z-base)}.page-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,rgba(45,41,38,.85),transparent);z-index:var(--z-base)}.page-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:2}.page-hero-orb{position:absolute;border-radius:var(--radius-circle);filter:blur(120px)}.page-hero-orb.o1{width:500px;height:500px;top:-10%;right:5%;background:radial-gradient(circle,rgba(22,193,177,.25),transparent 70%);animation:pulse 10s ease-in-out infinite}.page-hero-orb.o2{width:300px;height:300px;bottom:0;left:30%;background:radial-gradient(circle,rgba(168,85,247,.15),transparent 70%);animation:pulse 7s ease-in-out infinite 3s}.wave-container{position:absolute;bottom:0;left:0;right:0;height:120px;overflow:hidden;opacity:.06}.wave-line{position:absolute;bottom:0;width:200%;height:100%;animation:waveMove 8s linear infinite}.page-hero-content{position:relative;z-index:5;max-width:720px}.page-hero-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--teal-glow);margin-bottom:2rem}.page-hero-tag:before{content:"";width:24px;height:1px;background:var(--teal-glow)}.page-hero h1{font-family:var(--font-display);font-size:clamp(2.6rem,4.5vw,3.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.05;color:var(--cream);margin-bottom:1.5rem}.page-hero h1 em{font-style:normal;color:var(--teal-glow);font-weight:900}.page-hero-desc{font-size:1.1rem;line-height:1.65;color:#fbf9f6a6;font-weight:300;max-width:720px;margin-bottom:2.5rem}@media(max-width:900px){.page-hero{padding:0 1.5rem 4rem;min-height:70vh;background-position:80% 20%}.page-hero h1{font-size:clamp(2.4rem,7vw,3.5rem)}.page-hero-desc{font-size:1rem}}@media(max-width:680px){.page-hero{min-height:65vh;padding:0 1.25rem 3.5rem;background-position:85% 20%}.page-hero h1{font-size:clamp(2.2rem,8vw,3rem)}.page-hero-desc{font-size:.95rem;margin-bottom:2rem}.page-hero-tag{font-size:.65rem;margin-bottom:1.5rem}}@media(max-width:480px){.page-hero{min-height:60vh;padding:0 1rem 3rem;background-position:85% 20%}.page-hero h1{font-size:2rem}.page-hero-desc{font-size:.9rem}}.partnerships-section{background:var(--cream)}.partnerships-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;max-width:1100px;margin:0 auto;align-items:start}.partnerships-left h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin-bottom:1rem}.partnerships-left h2 em{font-style:normal;color:var(--teal)}.partnerships-left>p{font-size:1rem;line-height:1.7;color:var(--earth);font-weight:300}.partners-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}a.partner-card{text-decoration:none;color:inherit;transition:opacity .2s ease}a.partner-card:hover{opacity:.8}@media(max-width:1200px){.partnerships-grid{max-width:100%;gap:3rem}}@media(max-width:900px){.partnerships-grid{grid-template-columns:1fr;gap:3rem}.partners-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.partners-cards{grid-template-columns:1fr}.partner-card{padding:2rem 1.5rem}.partnerships-left h2{font-size:clamp(1.8rem,6vw,2.4rem)}}.policy-page{background:var(--warm-white)}.policy-inner{max-width:720px;margin:0 auto}.policy-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin-bottom:2.5rem;text-align:center}.policy-body{font-family:var(--font-body);font-size:.95rem;line-height:1.85;color:var(--earth);font-weight:300}.policy-body h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--ink);margin-top:3rem;margin-bottom:1rem;letter-spacing:-.01em}.policy-body h3{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--ink);margin-top:2rem;margin-bottom:.75rem}.policy-body p{margin-bottom:1.2rem}.policy-body ul,.policy-body ol{margin:1rem 0 1.5rem 1.5rem}.policy-body li{margin-bottom:.5rem;padding-left:.25rem}.policy-body a{color:var(--teal);text-decoration:underline;text-underline-offset:2px;transition:color .3s}.policy-body a:hover{color:var(--teal-glow)}.policy-body strong{font-weight:600;color:var(--ink)}@media(max-width:680px){.policy-title{font-size:clamp(1.6rem,6vw,2.2rem)}.policy-body{font-size:.9rem}}.policy-hero{position:relative;z-index:calc(var(--z-noise) + 1);min-height:35vh;display:flex;align-items:flex-end;padding:0 3rem 3.5rem;background:var(--deep);overflow:hidden}.policy-hero:before{content:"";position:absolute;width:500px;height:500px;top:-30%;right:10%;border-radius:var(--radius-circle);background:radial-gradient(circle,rgba(22,193,177,.12),transparent 70%);filter:blur(100px)}.policy-hero-content{position:relative;z-index:5;max-width:800px}.policy-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;color:var(--cream)}@media(max-width:680px){.policy-hero{min-height:30vh;padding:0 1.25rem 2.5rem}}.prod-app{background:var(--warm-white)}.prod-app-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1100px;margin:0 auto;align-items:start}.prod-app-visual{display:flex;justify-content:center;align-items:start;padding-top:2rem}.prod-app-phone-wrap{position:relative;width:100%;max-width:300px;aspect-ratio:9 / 19}.prod-app-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .5s ease;border-radius:32px}.prod-app-img.active{opacity:1}.prod-app-content h2{font-family:var(--font-display);font-size:clamp(2rem,3vw,2.6rem);font-weight:400;line-height:1.2;color:var(--ink);margin-bottom:1rem;letter-spacing:-.02em}.prod-app-content h2 em{font-style:normal;color:var(--teal)}.prod-app-desc{font-size:1rem;line-height:1.75;color:var(--earth);font-weight:300;margin-bottom:2.5rem}.prod-app-features{display:flex;flex-direction:column}.prod-app-feature{border-top:1px solid var(--sand);overflow:hidden}.prod-app-feature:last-child{border-bottom:1px solid var(--sand)}.prod-app-feature-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-body)}.prod-app-feature-left{display:flex;align-items:center;gap:1.2rem}.prod-app-feature-num{font-family:var(--font-display);font-size:.85rem;color:var(--teal-light);min-width:24px}.prod-app-feature-title{font-size:1rem;font-weight:500;color:var(--deep);transition:color .3s}.prod-app-feature-btn:hover .prod-app-feature-title{color:var(--teal-light)}.prod-app-feature-icon{width:32px;height:32px;border-radius:var(--radius-circle);border:1px solid var(--sand);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .4s ease}.prod-app-feature.active .prod-app-feature-icon{background:var(--teal-light);border-color:var(--teal-light);transform:rotate(45deg)}.prod-app-feature-icon svg{transition:all .4s ease}.prod-app-feature.active .prod-app-feature-icon svg{stroke:#fff}.prod-app-feature-body{max-height:0;overflow:hidden;transition:max-height .5s var(--ease-out-expo)}.prod-app-feature.active .prod-app-feature-body{max-height:120px}.prod-app-feature-body-inner{padding:0 0 1.4rem 2.5rem;font-size:.9rem;line-height:1.7;color:var(--earth);font-weight:300}@media(max-width:1200px){.prod-app-grid{max-width:100%;gap:3rem}}@media(max-width:680px){.prod-app-grid{grid-template-columns:1fr;gap:2.5rem}.prod-app-visual{order:-1}.prod-app-phone-wrap{max-width:260px;margin:0 auto}.prod-app-content h2{font-size:clamp(1.8rem,6vw,2.4rem)}}@media(max-width:480px){.prod-app-feature-title{font-size:.92rem}.prod-app-phone-wrap{max-width:220px}}.prod-gallery{background:var(--warm-white)}.prod-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto}.prod-gallery-item{position:relative;border-radius:20px;overflow:hidden;background:var(--cream);transition:all .5s var(--ease-out-expo)}.prod-gallery-item:hover{transform:translateY(-6px);box-shadow:0 24px 60px #00000014}.prod-gallery-visual{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--sand) 0%,var(--cream) 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.prod-gallery-visual--gradient{background:linear-gradient(135deg,#e8e0d8,#d8d0c8)}.prod-gallery-visual img{width:100%;height:100%;object-fit:cover}.prod-gallery-icon{width:80px;height:80px;border-radius:var(--radius-circle);background:#ffffffb3;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prod-gallery-caption{padding:1.5rem 1.5rem 1.2rem;font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--ink);border-top:1px solid var(--sand)}@media(max-width:1200px){.prod-gallery-grid{max-width:100%}}@media(max-width:900px){.prod-gallery-grid{grid-template-columns:1fr 1fr;gap:1.2rem}}@media(max-width:680px){.prod-gallery-grid{grid-template-columns:1fr;gap:1.2rem}}.product-highlight{background:var(--cream)}.ph-layout{display:flex;flex-direction:column;align-items:center;max-width:1100px;margin:0 auto;text-align:center}.ph-text{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.ph-heading{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin-bottom:1rem}.ph-heading em{font-style:normal;color:var(--teal)}.ph-desc{font-size:1.05rem;line-height:1.8;color:var(--earth);font-weight:300;max-width:640px}.ph-container{position:relative;width:100%;max-width:800px;margin:0 auto}.ph-image-wrap{position:relative;border-radius:20px;overflow:hidden}.ph-image-wrap img{width:100%;height:auto;display:block}.ph-placeholder{width:100%;min-height:400px;background:linear-gradient(145deg,var(--sand),var(--cream))}.ph-hotspot{position:absolute;width:36px;height:36px;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;z-index:5;padding:0}.ph-hotspot-dot{position:absolute;top:50%;left:50%;width:14px;height:14px;border-radius:50%;background:#ffffffe6;box-shadow:0 0 10px #ffffff80;transform:translate(-50%,-50%)}.ph-hotspot-ring{position:absolute;top:50%;left:50%;width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.4);transform:translate(-50%,-50%);animation:hotspotPulse 2s ease-in-out infinite}@keyframes hotspotPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.4);opacity:0}}.ph-tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(6px);width:220px;padding:1rem 1.1rem;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 6px 24px #00000026;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:10}.ph-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fffffff2}.ph-hotspot:hover .ph-tooltip,.ph-hotspot.active .ph-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.ph-tooltip-title{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--ink);margin-bottom:.3rem}.ph-tooltip-desc{font-size:.78rem;line-height:1.5;color:var(--earth);font-weight:400}.ph-hotspot[style*="top: 7"] .ph-tooltip,.ph-hotspot[style*="top: 8"] .ph-tooltip,.ph-hotspot[style*="top: 9"] .ph-tooltip{bottom:auto;top:calc(100% + 12px);transform:translate(-50%) translateY(-6px)}.ph-hotspot[style*="top: 7"]:hover .ph-tooltip,.ph-hotspot[style*="top: 7"].active .ph-tooltip,.ph-hotspot[style*="top: 8"]:hover .ph-tooltip,.ph-hotspot[style*="top: 8"].active .ph-tooltip,.ph-hotspot[style*="top: 9"]:hover .ph-tooltip,.ph-hotspot[style*="top: 9"].active .ph-tooltip{transform:translate(-50%) translateY(0)}.ph-hotspot[style*="top: 7"] .ph-tooltip:after,.ph-hotspot[style*="top: 8"] .ph-tooltip:after,.ph-hotspot[style*="top: 9"] .ph-tooltip:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#fffffff2}.ph-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:.82rem;color:var(--earth);font-weight:400}.ph-hint-dot{width:8px;height:8px;border-radius:50%;background:var(--earth);opacity:.4}@media(max-width:680px){.ph-heading{font-size:clamp(1.6rem,5.5vw,2.2rem)}.ph-text{margin-bottom:2rem}.ph-hotspot{width:28px;height:28px}.ph-hotspot-dot{width:10px;height:10px}.ph-hotspot-ring{width:28px;height:28px}.ph-tooltip{width:180px;padding:.75rem .9rem}.ph-tooltip-title{font-size:.78rem}.ph-tooltip-desc{font-size:.72rem}.ph-hint{font-size:.75rem}}.prod-specs-section{background:var(--deep)}.prod-specs-header{text-align:center;max-width:600px;margin:0 auto 4rem}.prod-specs-heading{font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;color:var(--warm-white);line-height:1.15}.prod-specs-heading em{font-style:italic;color:var(--teal-glow)}.prod-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto}.prod-specs-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff0a;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.06)}.prod-specs-icon{width:44px;height:44px;border-radius:var(--radius-circle);background:#5ee5d814;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prod-specs-info{display:flex;flex-direction:column;gap:.25rem}.prod-specs-label{font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-glow)}.prod-specs-value{font-size:.95rem;color:#ffffffb3;line-height:1.5}@media(max-width:680px){.prod-specs-grid{grid-template-columns:1fr;max-width:500px}.prod-specs-header{margin-bottom:3rem}}.prod-wearable{background:var(--cream)}.prod-wearable-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1200px;margin:0 auto;align-items:stretch}.prod-wearable-text h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin-bottom:1.2rem}.prod-wearable-text h2 em{font-style:normal;color:var(--teal)}.prod-wearable-text{padding:4rem 4rem 4rem 0}.prod-wearable-text>p{font-size:1rem;line-height:1.75;color:var(--earth);font-weight:300;margin-bottom:2rem}.prod-specs{display:flex;flex-direction:column;gap:0}.prod-spec{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-top:1px solid var(--sand)}.prod-spec:last-child{border-bottom:1px solid var(--sand)}.prod-spec-icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--warm-white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.prod-spec-text{font-size:.9rem;font-weight:500;color:var(--ink)}.prod-wearable-visual{min-height:520px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:var(--radius-lg, 16px)}@media(max-width:1200px){.prod-wearable-grid{max-width:100%}}@media(max-width:900px){.prod-wearable-grid{grid-template-columns:1fr}.prod-wearable-text{padding:3rem 1.5rem}.prod-wearable-visual{min-height:340px;border-radius:var(--radius-lg, 16px)}}@media(max-width:680px){.prod-wearable-text h2{font-size:clamp(1.8rem,6vw,2.4rem)}.prod-wearable-visual{min-height:280px}}@media(max-width:480px){.prod-spec-text{font-size:.82rem}.prod-wearable-text{padding:2.5rem 1rem}}.research-section{background:var(--warm-white)}.research-header{text-align:center;max-width:600px;margin:0 auto 4rem}.research-header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.research-header h2 em{font-style:normal;color:var(--teal)}.research-header p{font-size:1rem;line-height:1.7;color:var(--earth);font-weight:300}@media(max-width:680px){.research-header h2{font-size:clamp(1.8rem,6vw,2.4rem)}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.evidence{background:var(--warm-white)}.evidence.section-pad{padding-top:5rem;padding-bottom:5rem}.evidence-header{text-align:center;max-width:600px;margin:0 auto 2.5rem}.evidence-header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:400;line-height:1.15;margin-bottom:.75rem;letter-spacing:-.02em}.evidence-header h2 em{font-style:normal;color:var(--teal)}.evidence-header p{font-size:1.05rem;line-height:1.75;color:var(--earth);font-weight:300}@media(max-width:680px){.evidence-header{margin-bottom:3rem}.evidence-header h2{font-size:clamp(1.8rem,6vw,2.4rem)}}.team-section{background:var(--warm-white)}.team-header{display:flex;align-items:flex-end;justify-content:space-between;max-width:1100px;margin:0 auto 4rem}.team-header h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400;letter-spacing:-.02em;line-height:1.2;color:var(--ink);max-width:550px}.team-header h2:only-child{margin-left:auto;margin-right:auto;text-align:center;max-width:700px}.team-header h2 em{font-style:normal;color:var(--teal)}.team-header-link{font-size:.82rem;font-weight:500;color:var(--teal);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:gap .3s;flex-shrink:0}.team-header-link:hover{gap:.75rem}.team-header-link:focus-visible{outline:2px solid var(--teal);outline-offset:4px;border-radius:2px}.team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.team-card-photo{aspect-ratio:516 / 742;overflow:hidden;border-radius:var(--radius-md);background:var(--sand)}.team-card-photo img{width:100%;height:100%;object-fit:cover;display:block}a.team-card{text-decoration:none;color:inherit;display:block}a.team-card:hover .team-card-photo img{transform:scale(1.03)}.team-card-photo img{transition:transform .3s ease}@media(max-width:1200px){.team-grid{max-width:100%;gap:1.2rem}}@media(max-width:900px){.team-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.team-header{flex-direction:column;align-items:flex-start;gap:1rem}.team-card-info{padding:1rem .8rem}.team-card-name{font-size:.85rem}.team-card-role{font-size:.7rem}.team-card-org{font-size:.65rem}}@media(max-width:680px){.team-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}}@media(max-width:480px){.team-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.team-card-info{padding:.8rem .6rem}.team-card-name{font-size:.8rem}.team-card-role{font-size:.65rem}.team-card-org{font-size:.6rem}.team-header h2{font-size:1.5rem}}.trust{background:var(--cream);text-align:center;padding:4rem 3rem}.trust-label{font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--earth);margin-bottom:2.5rem}.trust-logos{display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.trust-logo{display:flex;align-items:center;justify-content:center;width:220px;height:110px}.trust-logo img{max-width:100%;max-height:100%;object-fit:contain;opacity:.85;transition:opacity .3s}.trust-logo img:hover{opacity:1}.trust-logo:nth-child(2) img,.trust-logo:nth-child(3) img{transform:scale(1.45)}@media(max-width:680px){.trust{padding:3rem 1.25rem}.trust-logos{gap:2.5rem}.trust-logo{width:160px;height:80px}.trust-logo img{max-width:100%;max-height:100%}}.vagus-section{background:var(--deep);overflow:hidden;padding-bottom:2rem}.vagus-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:center}.vagus-text h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.5rem;color:var(--warm-white)}.vagus-text h2 em{font-style:normal;color:var(--teal-glow)}.vagus-text .section-label{color:var(--teal-glow)}.vagus-desc{font-size:1rem;line-height:1.8;color:#fff9;font-weight:300;margin-bottom:2rem}.vagus-fact{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.08)}.vagus-fact:last-child{border-bottom:1px solid rgba(255,255,255,.08)}.vagus-fact-icon{width:28px;height:28px;border-radius:var(--radius-circle);background:#5ee5d81a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.vagus-fact p{font-size:.9rem;line-height:1.6;color:#ffffff8c;font-weight:300}.vagus-fact p strong{font-weight:500;color:var(--warm-white)}.vagus-visual{display:flex;align-items:center;justify-content:center}.vagus-visual img{max-width:100%;max-height:600px;object-fit:contain;border-radius:var(--radius-md)}@media(max-width:1200px){.vagus-grid{max-width:100%;gap:3rem}}@media(max-width:900px){.vagus-grid{grid-template-columns:1fr;gap:3rem}.vagus-visual{order:-1}.vagus-visual img{max-height:450px}}@media(max-width:680px){.vagus-text h2{font-size:clamp(1.6rem,5.5vw,2.2rem)}.vagus-visual img{max-height:380px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
