html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}::selection{background:#1a9aaa;color:#fff}:root{--navy: #203f6b;--lapis: #236594;--teal: #4aabbb;--teal-hover: #74dde2;--text: #203f6b;--light-bg: #f4f7f9}@keyframes pageFade{0%{opacity:0}to{opacity:1}}body{font-family:Montserrat,sans-serif;color:var(--text);background:#0d1e35;overflow-x:hidden;font-size:16px}#page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0d1e35;opacity:1;pointer-events:none}#page-overlay.is-ready{transition:opacity .45s ease}#page-overlay.fade-out{opacity:0}#page-overlay.fade-in{opacity:1;pointer-events:all}.btn{background:var(--teal);color:#fff;border:none;padding:11px 24px;border-radius:5px;font-size:13px;font-weight:700;cursor:pointer;font-family:Montserrat,sans-serif;transition:background .2s ease,transform .2s ease}.btn:hover{background:var(--teal-hover);transform:scale(.98)}.btn-upper{text-transform:uppercase;font-size:12px;letter-spacing:1.5px}nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:18px 60px;background:transparent;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:background .4s ease,box-shadow .4s ease,backdrop-filter .4s ease}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{color:#fffc;text-decoration:none;font-size:13px;font-weight:500;letter-spacing:.5px;transition:color .3s ease}.nav-links a:hover{color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#203f6bfa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:36px;opacity:0;transition:opacity .3s ease}.mobile-menu.open{opacity:1}.mobile-menu a{color:#fff;text-decoration:none;font-size:22px;font-weight:700;letter-spacing:1px}.mobile-menu .btn{font-size:14px;padding:14px 32px}#hero-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0}#hero-bg canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@keyframes circlesFade{0%{opacity:0}to{opacity:.5}}.circles-bg{position:absolute;left:0%;top:50%;transform:translateY(-50%);width:190vw;height:190vw;opacity:.5;pointer-events:none;z-index:1;animation:circlesFade 1s ease .3s both}.hero{position:relative;min-height:100vh;z-index:1;overflow:hidden}.hero-content{position:relative;z-index:2;min-height:100vh;display:flex;align-items:center;padding:0 60px;gap:60px;max-width:1320px;margin:0 auto;width:100%}.hero-text{flex:1}@keyframes heroFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-tag{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#a0d2dcd9;margin-bottom:22px;animation:heroFade .5s ease both}.hero-text h1{font-size:clamp(32px,4.5vw,40px);font-weight:800;color:#fff;line-height:1.08;margin-bottom:22px;animation:heroFade .5s ease .1s both}.hero-text p{font-size:16px;color:#fff9;line-height:1.75;max-width:440px;margin-bottom:34px;animation:heroFade .5s ease .2s both}.hero-text .btn{animation:heroFade .5s ease .3s both}.hero-img{flex:1;border-radius:12px;overflow:hidden;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:#ffffff12;min-height:320px;animation:heroFade .6s ease .15s both}.hero-img img{width:100%;height:100%;object-fit:cover}section{padding:90px 60px;position:relative;z-index:2;background:#fff}.section-inner{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:40px;font-weight:800;color:var(--text);margin-bottom:20px;line-height:1.1}.section-sub{text-align:center;font-size:16px;color:#7a9aaa;max-width:520px;margin:0 auto 52px;line-height:1.75}.features{background:#fff}.cards{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.card{flex:1;min-width:240px;max-width:320px;border-radius:10px;padding:28px 24px;background:#fff;border:1.5px solid #c8d4dc;transition:border-color .4s ease}.card:hover{border-color:#8aaabb}.card-icon{width:44px;height:44px;background:#e6f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.card-icon svg{width:22px;height:22px;stroke:var(--teal);fill:none;stroke-width:2}.card h3{font-size:22px;font-weight:700;margin-bottom:10px;color:var(--text);line-height:1.2}.card p{font-size:16px;color:#6a8a9a;line-height:1.75}.asthma{background:var(--light-bg)}.asthma-inner{display:flex;align-items:center;gap:72px;max-width:1200px;margin:0 auto}.asthma-text{flex:1}.asthma-text h2{font-size:40px;font-weight:800;color:var(--text);line-height:1.1;margin-bottom:22px}.asthma-text p{font-size:16px;color:#5a7a8a;line-height:1.8;margin-bottom:14px}.asthma-text strong{color:var(--text);font-weight:700}.asthma-img{flex:1;max-width:420px;aspect-ratio:1;background:none;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:300px}.asthma-img img{width:100%;height:100%;object-fit:contain}.moa-img video{width:100%;height:100%;object-fit:cover;border-radius:12px}.faq{background:#fff}.faq .section-title{margin-bottom:52px}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{border:1.5px solid #dde8f0;border-radius:8px;overflow:hidden;transition:background .3s ease}.faq-item.is-open{background:#fbfbfb}.faq-q{width:100%;background:none;border:none;text-align:left;padding:20px 24px;font-size:16px;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:Montserrat,sans-serif;gap:16px}.faq-chevron{width:22px;height:22px;flex-shrink:0;transition:transform .35s ease;color:var(--teal)}.faq-q.open .faq-chevron{transform:rotate(180deg)}.faq-a{font-size:16px;color:#6a8a9a;line-height:1.8;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;padding:0 24px}.faq-a.open{max-height:200px;padding:4px 24px 20px}.cta{position:relative;text-align:center;overflow:hidden;background:transparent;z-index:1}.cta-inner{position:relative;z-index:2;padding:90px 60px}.cta h2{font-size:40px;font-weight:800;color:#fff;margin-bottom:14px;line-height:1.1}.cta p{font-size:16px;color:#ffffff8c;margin-bottom:32px;line-height:1.75}.footer-cols-row{display:contents}footer{position:relative;overflow:hidden;z-index:1}.footer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#203f6bf2;z-index:1}.footer-inner{position:relative;z-index:2;padding:52px 60px 28px}.footer-top{display:flex;gap:60px;margin-bottom:40px;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto}.footer-brand{flex:1.5;min-width:200px}.footer-brand p{font-size:13px;color:#ffffff59;line-height:1.8;margin-top:14px;max-width:220px}.footer-col{flex:1;min-width:130px}.footer-col h4{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:16px}.footer-col a{display:block;font-size:13px;color:#ffffff61;text-decoration:none;margin-bottom:9px;transition:color .3s ease}.footer-col a:hover{color:#ffffffbf}.footer-col p{font-size:13px;color:#ffffff61;line-height:1.8}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;max-width:1200px;margin-left:auto;margin-right:auto}.footer-bottom span{font-size:11px;color:#ffffff38}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{font-size:11px;color:#ffffff38;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#ffffff80}.fade-in{opacity:1;transform:none}section.fade-in{opacity:1;transform:none}.fade-content{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-content.visible{opacity:1;transform:translateY(0)}.nav-active{color:#fff!important;font-weight:700!important}.therapy-hero{height:45vh;min-height:320px}.therapy-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:100px 60px 60px;max-width:1320px;margin:0 auto;width:100%}.therapy-hero-content h1{font-size:clamp(28px,4vw,42px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:16px;animation:heroFade .5s ease both}.therapy-hero-content p{font-size:16px;color:#fff9;line-height:1.75;max-width:560px;animation:heroFade .5s ease .1s both}.moa{background:#fff}.moa-inner{display:flex;align-items:center;gap:72px}.moa-text{flex:1}.moa-text p{font-size:16px;color:#5a7a8a;line-height:1.8;margin-bottom:14px}.moa-features{margin-top:28px;background:var(--light-bg);border-radius:10px;padding:22px 24px}.moa-features h4{font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--teal);margin-bottom:14px}.moa-features ul{list-style:none}.moa-features ul li{font-size:15px;color:var(--text);padding:6px 0 6px 20px;position:relative;border-bottom:1px solid #e0eaf0}.moa-features ul li:last-child{border-bottom:none}.moa-features ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:var(--teal)}.moa-img{flex:1;max-width:440px;position:relative;border-radius:12px;overflow:hidden}.moa-img img{width:100%;height:100%;object-fit:cover;border-radius:12px}.moa-img-badge{position:absolute;top:16px;right:16px;background:#203f6bd9;color:#fff;font-size:11px;font-weight:600;letter-spacing:1px;padding:6px 12px;border-radius:20px;z-index:2}.stats{background:var(--light-bg)}.stats-grid{display:flex;gap:24px;margin-bottom:52px;flex-wrap:wrap}.stat-card{flex:1;min-width:200px;background:#fff;border-radius:12px;padding:32px 24px;text-align:center;border:1.5px solid #e0eaf0}.stat-value{font-size:42px;font-weight:800;color:var(--navy);line-height:1;margin-bottom:12px}.stat-label{font-size:14px;color:#7a9aaa;line-height:1.6}.advantages h3{font-size:22px;font-weight:700;color:var(--text);margin-bottom:24px}.advantages-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.advantage-item{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#5a7a8a;line-height:1.5}.advantage-item svg{width:18px;height:18px;flex-shrink:0;stroke:var(--teal);margin-top:2px}.science{background:#fff}.sci-card .card-icon{background:var(--navy)}.sci-card .card-icon svg{stroke:#fff}.publications{background:var(--light-bg)}.pub-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.pub-item{background:#fff;border-radius:10px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:32px;border:1.5px solid #e0eaf0}.pub-info{flex:1}.pub-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:4px}.pub-journal{font-size:13px;color:var(--teal);font-weight:600;margin-bottom:8px}.pub-desc{font-size:14px;color:#7a9aaa;line-height:1.6}.pub-btn{flex-shrink:0}.pub-request{background:var(--navy);border-radius:12px;padding:36px;text-align:center}.pub-request h3{font-size:22px;font-weight:700;color:#fff;margin-bottom:10px}.pub-request p{font-size:15px;color:#fff9;margin-bottom:24px;line-height:1.7}.company-hero{min-height:45vh}.company-hero-content{position:relative;z-index:2;min-height:45vh;display:flex;flex-direction:column;justify-content:center;padding:120px 60px 60px;max-width:1320px;margin:0 auto;width:100%}.company-hero-content h1{font-size:clamp(28px,4vw,42px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:16px;animation:heroFade .5s ease both}.company-hero-content p{font-size:16px;color:#fff9;line-height:1.75;max-width:560px;animation:heroFade .5s ease .1s both}.leadership{background:#fff}.team-grid{display:flex;gap:24px;flex-wrap:wrap}.team-card{flex:1;min-width:280px;background:#fff;border-radius:12px;overflow:hidden;border:1.5px solid #e0eaf0}.team-photo{width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,#1a3a5c,#203f6b);overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover}.team-photo.no-photo{display:flex;align-items:center;justify-content:center}.team-info{padding:28px 24px}.team-name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:4px}.team-role{font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--teal);margin-bottom:12px}.team-bio{font-size:14px;color:#6a8a9a;line-height:1.7;margin-bottom:14px}.team-links{display:flex;flex-direction:column;gap:6px}.team-link{font-size:12px;font-weight:600;color:var(--teal);text-decoration:none;transition:color .2s}.team-link:hover{color:var(--navy)}.investors{background:var(--light-bg)}.funding-total{text-align:center;margin-bottom:48px;background:#fff;border-radius:12px;padding:36px;border:1.5px solid #e0eaf0}.funding-amount{font-size:64px;font-weight:800;color:var(--navy);line-height:1;margin-bottom:10px}.funding-label{font-size:15px;color:var(--teal);font-weight:600;letter-spacing:.5px}.investors-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.investor-card{background:#fff;border-radius:10px;padding:24px 28px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;gap:0 16px;border:1.5px solid #e0eaf0}.investor-name{font-size:16px;font-weight:700;color:var(--text);grid-column:1;grid-row:1;margin-bottom:4px}.investor-role{font-size:13px;color:#7a9aaa;grid-column:1;grid-row:2}.investor-amount{font-size:24px;font-weight:800;color:var(--teal);grid-column:2;grid-row:1 / 3;align-self:center}.advisory{background:var(--light-bg)}.advisory-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.advisory-card{background:#fff;border-radius:10px;padding:24px 28px;border:1.5px solid #e0eaf0;transition:border-color .4s ease}.advisory-card:hover{border-color:#8aaabb}.advisory-name{font-size:16px;font-weight:700;color:var(--text);margin-bottom:4px}.advisory-role{font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--teal);margin-bottom:6px}.advisory-org{font-size:14px;color:#7a9aaa}.mission{background:#fff}.mission-inner{display:flex;align-items:center;gap:72px}.mission-img{flex:1;max-width:420px;border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:linear-gradient(135deg,#1a3a5c,#203f6b)}.mission-img img{width:100%;height:100%;object-fit:cover}.mission-text{flex:1}.mission-text h2{font-size:40px;font-weight:800;color:var(--text);line-height:1.1;margin-bottom:20px}.mission-text p{font-size:16px;color:#5a7a8a;line-height:1.8;margin-bottom:14px}.mission-values{margin-top:28px;background:var(--light-bg);border-radius:10px;padding:22px 24px}.mission-values h4{font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--teal);margin-bottom:14px}.mission-values ul{list-style:none}.mission-values ul li{font-size:15px;color:var(--text);padding:6px 0 6px 20px;position:relative}.mission-values ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:var(--teal)}.contact-hero{height:45vh;min-height:320px}.contact-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:100px 60px 60px;max-width:1320px;margin:0 auto;width:100%}.contact-hero-content h1{font-size:clamp(28px,4vw,42px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:16px;animation:heroFade .5s ease both}.contact-hero-content p{font-size:16px;color:#fff9;line-height:1.75;max-width:560px;animation:heroFade .5s ease .1s both}.contact-section{background:var(--light-bg)}.contact-inner{display:flex;gap:48px;align-items:flex-start}.contact-form-wrap{flex:1.4;background:#fff;border-radius:12px;padding:40px;border:1.5px solid #e0eaf0}.contact-form-wrap h2{font-size:28px;font-weight:800;color:var(--text);margin-bottom:28px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:16px}.form-row .form-field{flex:1}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:13px;font-weight:600;color:var(--text);letter-spacing:.3px}.required{color:var(--teal)}.form-field input,.form-field select,.form-field textarea{width:100%;padding:11px 14px;border:1.5px solid #dde8f0;border-radius:7px;font-size:14px;font-family:Montserrat,sans-serif;color:var(--text);background:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-field input::placeholder,.form-field textarea::placeholder{color:#aabbc8}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #1a9aaa1f}.form-field input.invalid,.form-field select.invalid,.form-field textarea.invalid{border-color:#e05555;box-shadow:0 0 0 3px #e055551a}.form-field select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a9aaa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.form-field textarea{resize:vertical;min-height:130px}.form-error{font-size:11px;color:#e05555;font-weight:600;display:none;letter-spacing:.2px}.form-field:has(.invalid) .form-error{display:block}.btn-submit{align-self:flex-start;padding:13px 32px;font-size:14px}.form-success{display:flex;align-items:center;gap:12px;background:#eaf6f7;border:1.5px solid var(--teal);border-radius:8px;padding:16px 20px;font-size:14px;font-weight:600;color:var(--teal);margin-top:8px}.form-success svg{width:20px;height:20px;flex-shrink:0;stroke:var(--teal)}.contact-sidebar{flex:0 0 300px;display:flex;flex-direction:column;gap:20px}.contact-info-card,.contact-dept-card{background:#fff;border-radius:12px;padding:28px;border:1.5px solid #e0eaf0}.contact-info-card h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:20px}.contact-info-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.contact-info-item:last-child{margin-bottom:0}.contact-info-item svg{flex-shrink:0;stroke:var(--teal);margin-top:2px}.contact-info-item p{font-size:13px;color:#6a8a9a;line-height:1.7;margin:0}.contact-dept{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid #eef3f6}.contact-dept:first-child{padding-top:0}.contact-dept:last-child{border-bottom:none;padding-bottom:0}.contact-dept svg{flex-shrink:0;stroke:var(--teal);margin-top:2px}.dept-name{font-size:13px;font-weight:700;color:var(--text);margin-bottom:3px}.dept-email{font-size:12px;color:var(--teal);text-decoration:none;font-weight:600;transition:color .2s}.dept-email:hover{color:var(--navy)}.stat-references{display:flex;flex-direction:column;gap:4px;margin-top:20px;margin-bottom:48px;padding-top:16px;border-top:1px solid #e0eaf0}.stat-references p{font-size:11px;color:#aabbc8;line-height:1.5}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:860px;margin:0 auto 24px}.team-grid:last-child{margin-bottom:0}.investors-logos{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;align-items:center}.investor-logo-card{flex:1;min-width:140px;max-width:200px;height:88px;background:#fff;border-radius:10px;border:1.5px solid #e0eaf0;display:flex;align-items:center;justify-content:center;padding:18px 24px;transition:border-color .3s ease}.investor-logo-card:hover{border-color:#8aaabb}.investor-logo-card img{max-width:100%;max-height:100%;object-fit:contain}.investor-logo-fallback{display:none;font-size:14px;font-weight:700;color:var(--text);text-align:center}.clinical-evidence{background:#fff}.studies-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.study-card{background:var(--light-bg);border-radius:12px;padding:32px;border:1.5px solid #e0eaf0;display:flex;flex-direction:column}.study-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px}.study-header h3{font-size:20px;font-weight:700;color:var(--text);line-height:1.2}.study-badge{font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:20px;flex-shrink:0;white-space:nowrap}.study-badge--completed{background:#e6f4f0;color:#1a7a5a}.study-badge--recruiting{background:#e6f0f9;color:#1a4a8a}.study-stats{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}.study-stat-value{font-size:36px;font-weight:800;color:var(--navy);line-height:1}.study-stat-label{font-size:14px;color:#7a9aaa;margin-top:4px;font-weight:600}.study-stat-desc{font-size:13px;color:#6a8a9a;line-height:1.6;margin-top:6px}.study-endpoints{margin-bottom:24px}.study-endpoints h4{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:8px}.study-endpoints p{font-size:14px;color:#5a7a8a;line-height:1.7}.study-cta{display:inline-block;margin-top:20px;align-self:flex-start}.footer-disclaimer{width:100%;text-align:center;font-size:11px;color:#ffffff47;font-style:italic;padding-top:12px;border-top:1px solid rgba(255,255,255,.05);margin-top:10px}.legal-content{max-width:800px;margin:0 auto;color:var(--text);line-height:1.8}.legal-content h2{font-size:28px;font-weight:800;color:var(--navy);margin-top:48px;margin-bottom:20px;line-height:1.15;border-bottom:2px solid var(--teal);padding-bottom:12px}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:18px;font-weight:700;color:var(--text);margin-top:32px;margin-bottom:14px;line-height:1.2}.legal-content p{font-size:15px;color:#5a7a8a;margin-bottom:16px;text-align:justify}.legal-content ul,.legal-content ol{margin-left:24px;margin-bottom:16px}.legal-content li{font-size:15px;color:#5a7a8a;margin-bottom:10px;line-height:1.7}.legal-content ul li{list-style:disc}.legal-content ol li{list-style:decimal}.legal-content strong{color:var(--navy);font-weight:700}.toc{background:var(--light-bg);border-left:4px solid var(--teal);border-radius:8px;padding:28px 32px;margin:40px 0 52px}.toc h3{margin-top:0;margin-bottom:16px;font-size:16px;color:var(--navy)}.toc ul{list-style:none;margin-left:0}.toc ul li{list-style:none;margin-bottom:8px}.toc a{font-size:14px;color:var(--teal);text-decoration:none;font-weight:500;transition:color .2s ease;display:inline-block;padding:4px 0}.toc a:hover{color:var(--navy);text-decoration:underline}.legal-content h2[id],.legal-content h3[id]{scroll-margin-top:120px}@media (max-width: 1024px){nav{padding:18px 32px}section{padding:72px 32px}.hero-content{padding:0 32px}.footer-inner{padding:48px 32px 24px}.cta-inner{padding:72px 32px}.contact-sidebar{flex:0 0 260px}}@media (max-width: 768px){nav{padding:16px 24px}.nav-links{display:none}.hamburger{display:flex}.mobile-menu{display:flex;pointer-events:none}.mobile-menu.open{pointer-events:all}.hero{height:auto;min-height:unset}.hero-content{flex-direction:column;justify-content:flex-start;padding:140px 24px 60px;gap:32px}.hero-text p{max-width:100%}.hero-img{width:100%;min-height:unset;aspect-ratio:4/3;flex-shrink:0}section{padding:60px 24px}.features .section-title{text-align:left}.features .section-sub{text-align:left;margin-left:0}.cards{flex-direction:column;align-items:stretch}.card{max-width:100%}.asthma-inner{flex-direction:column;gap:36px}.asthma-img{max-width:100%;width:100%;aspect-ratio:4/3;min-height:unset}.faq-q{font-size:14px;padding:16px 18px}.faq-a{font-size:14px}.cta-inner{padding:60px 24px}.cta h2{font-size:30px}.footer-inner{padding:40px 24px 20px}.footer-top{flex-direction:column;gap:0}.footer-brand{width:100%;text-align:center;margin-bottom:36px}.footer-brand p{max-width:100%}.footer-brand a{display:flex;justify-content:center}.footer-cols-row{display:flex;gap:24px;width:100%;margin-bottom:28px}.footer-col{width:auto;margin-bottom:0}.footer-col-company{flex:0 0 30%;min-width:0}.footer-col-resources{flex:1;min-width:0;text-align:right}.footer-col-resources a{text-align:right}.footer-col.contact-col{width:100%;text-align:center;margin-bottom:28px}.footer-col.contact-col p{display:inline-block;text-align:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:10px}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.section-title{font-size:30px}.asthma-text h2{font-size:28px}.therapy-hero-content{padding:120px 24px 40px}.moa-inner{flex-direction:column;gap:36px}.moa-img{max-width:100%;width:100%;order:-1}.stats-grid{flex-direction:column}.advantages-grid{grid-template-columns:1fr}.pub-item{flex-direction:column;align-items:flex-start;gap:16px}.company-hero-content{padding:120px 24px 40px}.team-grid{grid-template-columns:1fr;max-width:360px}.investors-grid{grid-template-columns:1fr}.investor-card{flex-direction:column;align-items:flex-start;gap:8px}.advisory-grid{grid-template-columns:1fr}.mission-inner{flex-direction:column;gap:36px}.mission-img{max-width:100%;width:100%}.funding-amount{font-size:48px}.circles-bg{width:380vw;height:380vw}.studies-grid{grid-template-columns:1fr;width:100%}.study-card{min-width:0;width:100%}.study-header{flex-wrap:wrap;gap:10px}.study-badge{align-self:flex-start}.investor-logo-card{min-width:calc(50% - 10px);max-width:100%}.team-grid--4 .team-card{min-width:100%}.contact-hero-content{padding:120px 24px 40px}.contact-inner{flex-direction:column}.contact-sidebar{position:static;flex:none;width:100%}.contact-form-wrap{padding:28px 20px;width:100%;flex:none}.form-row{flex-direction:column;gap:20px}.btn-submit{width:100%}.legal-content{font-size:14px}.legal-content h2{font-size:22px;margin-top:36px;margin-bottom:16px}.legal-content h3{font-size:16px;margin-top:24px;margin-bottom:12px}.legal-content p{font-size:14px;margin-bottom:14px;text-align:left}.legal-content ul,.legal-content ol{margin-left:20px}.legal-content li{font-size:14px;margin-bottom:8px}.toc{padding:20px 24px;margin:32px 0 40px}.toc h3{font-size:15px}.toc a{font-size:13px}}
