:root{--primary:#41cdcf;--primary-dark:#2fb8ba;--secondary:#46298f;--secondary-light:#6b54a5;--bg-white:#fff;--bg-light:#f7f7f7;--bg-footer:#c1f2f1;--bg-section-alt:#f0f9f9;--text-dark:#282828;--text-body:#555;--text-muted:#777;--text-white:#fff;--border:#e8e8e8;--border-light:#f0f0f0;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--shadow-card:0 2px 8px #0000000f;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-nav:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--transition-fast:.2s ease;--transition-smooth:.3s ease;--header-height:90px;--container-max:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{max-width:100vw;font-family:var(--font-body);color:var(--text-body);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.7;overflow-x:hidden}a{color:var(--primary-dark);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--secondary)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);color:var(--text-dark);font-weight:600;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:1rem}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background-color:var(--bg-light)}.section-teal{background-color:var(--bg-section-alt)}.site-header{background-color:var(--bg-white);z-index:1000;border-bottom:1px solid var(--border);transition:box-shadow var(--transition-smooth);position:sticky;top:0}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.header-logo img{object-fit:contain;width:280px;height:70px}.header-nav{align-items:center;gap:0;display:flex}.header-nav a{font-family:var(--font-nav);color:var(--text-dark);transition:color var(--transition-fast);white-space:nowrap;align-items:center;gap:.15rem;padding:.5rem 1rem;font-size:17px;font-weight:400;display:inline-flex}.header-nav a:hover,.header-nav a.active{color:var(--primary-dark)}.header-nav .w-icon{width:20px;height:auto;display:inline-block}.nav-dropdown{position:relative}.nav-dropdown-menu{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;min-width:200px;transition:all var(--transition-fast);z-index:100;border-radius:6px;padding:.5rem 0;position:absolute;top:100%;right:0;transform:translateY(8px)}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu a{padding:.6rem 1.25rem;font-size:15px;display:flex}.nav-dropdown-menu a:hover{background-color:var(--bg-light)}.menu-toggle{background:var(--primary);color:var(--text-white);font-size:1rem;font-family:var(--font-body);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-weight:500;display:none}@media (max-width:1023px){.header-nav{top:var(--header-height);background:var(--bg-white);border-bottom:2px solid var(--primary);box-shadow:var(--shadow-lg);flex-direction:column;padding:1rem 0;display:none;position:absolute;left:0;right:0}.header-nav.open{display:flex}.header-nav a{border-bottom:1px solid var(--border-light);width:100%;padding:.85rem 1.5rem}.menu-toggle{display:flex}.nav-dropdown-menu{opacity:1;visibility:visible;box-shadow:none;background:var(--bg-light);border:none;padding:0;position:static;transform:none}.nav-dropdown-menu a{padding-left:2.5rem;font-size:15px}}.hero-section{background:linear-gradient(135deg,#f0f9f9 0%,#e8f4f8 50%,#f5f0ff 100%);align-items:center;min-height:500px;display:flex;position:relative;overflow:hidden}.hero-slides{width:100%;min-height:500px;position:relative}.hero-slide{align-items:center;width:100%;min-height:500px;padding:4rem 0;animation:.8s fadeIn;display:none}.hero-slide.active{display:flex}.hero-slide-content{max-width:700px}.hero-badge{font-family:var(--font-body);color:var(--primary-dark);text-transform:uppercase;letter-spacing:.15em;background-color:#41cdcf1f;border-radius:20px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.8rem;font-weight:700;line-height:1.2}.hero-title span{color:var(--secondary)}.hero-subtitle{color:var(--text-body);max-width:600px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-dots{gap:.5rem;margin-top:2rem;display:flex}.hero-dot{background-color:var(--border);cursor:pointer;width:12px;height:12px;transition:background-color var(--transition-fast);border:none;border-radius:50%}.hero-dot.active{background-color:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2rem}.hero-slide,.hero-slides,.hero-section{min-height:400px}}.btn{font-family:var(--font-body);cursor:pointer;transition:all var(--transition-fast);border:2px solid #0000;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.95rem;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--text-white);border-color:var(--primary)}.btn-primary:hover{background-color:var(--primary-dark);border-color:var(--primary-dark);color:var(--text-white)}.btn-secondary{background-color:var(--secondary);color:var(--text-white);border-color:var(--secondary)}.btn-secondary:hover{background-color:var(--secondary-light);border-color:var(--secondary-light);color:var(--text-white)}.btn-outline{color:var(--secondary);border-color:var(--secondary);background-color:#0000}.btn-outline:hover{background-color:var(--secondary);color:var(--text-white)}.section-header{text-align:center;margin-bottom:3.5rem}.section-title{color:var(--secondary);margin-bottom:1rem;font-size:2.25rem;font-weight:600}.section-subtitle{color:var(--text-body);text-align:justify;max-width:750px;margin:0 auto;font-size:1.05rem;line-height:1.7}.card{background-color:var(--bg-white);border:1px solid var(--border);transition:all var(--transition-smooth);box-shadow:var(--shadow-card);border-radius:8px;padding:2rem}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card-img{object-fit:cover;border-radius:6px;width:100%;height:200px;margin-bottom:1.5rem}.card-icon{width:64px;height:64px;margin-bottom:1.5rem}.card-title{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.card-text{color:var(--text-body);font-size:.95rem;line-height:1.6}.card-link{color:var(--primary-dark);align-items:center;gap:.35rem;margin-top:1rem;font-size:.9rem;font-weight:500;display:inline-flex}.card-link:hover{color:var(--secondary)}.formulation-card{background:var(--bg-white);border:1px solid var(--border);text-align:center;transition:all var(--transition-smooth);box-shadow:var(--shadow-card);border-radius:10px;padding:2rem 1.5rem;overflow:hidden}.formulation-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-5px)}.formulation-card img{object-fit:contain;width:120px;height:120px;margin:0 auto 1.5rem}.formulation-card h4{color:var(--secondary);margin-bottom:.75rem;font-size:1.2rem}.formulation-card p{color:var(--text-body);font-size:.95rem;line-height:1.6}.grid-2{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:991px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.welcome-section{padding:4rem 0}.welcome-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.welcome-title{color:var(--text-dark);margin-bottom:1.25rem;font-size:1.75rem;font-weight:600}.welcome-title img{vertical-align:middle;width:40px;height:auto;display:inline}.welcome-text{color:var(--text-body);text-align:justify;font-size:1.05rem;line-height:1.8}.welcome-img{width:100%;box-shadow:var(--shadow-md);border-radius:10px}@media (max-width:768px){.welcome-grid{grid-template-columns:1fr}}.page-header{background:linear-gradient(180deg, var(--bg-section-alt) 0%, var(--bg-white) 100%);border-bottom:1px solid var(--border);padding:4rem 0 3rem}.page-header .container{align-items:center;gap:.5rem;display:flex}.page-title{color:var(--secondary);font-size:2.25rem;font-weight:600}.page-title .w-icon-lg{vertical-align:middle;width:48px;height:auto;margin-right:.25rem;display:inline}.page-subtitle{color:var(--text-body);max-width:800px;margin-top:1rem;font-size:1.1rem;line-height:1.7}.team-card{background:var(--bg-white);border:1px solid var(--border);text-align:center;transition:all var(--transition-smooth);box-shadow:var(--shadow-card);border-radius:10px;padding:2rem}.team-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.team-avatar{background-color:var(--bg-section-alt);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;display:flex}.team-card:hover .team-avatar{border-color:var(--primary);background-color:#41cdcf1a}.team-name{color:var(--text-dark);margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.team-role{color:var(--primary-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:block}.team-desc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.info-list{flex-direction:column;gap:1.5rem;display:flex}.info-item{align-items:flex-start;gap:1rem;display:flex}.info-icon{text-align:center;flex-shrink:0;width:40px;font-size:1.5rem}.info-item h4{color:var(--text-dark);margin-bottom:.25rem;font-size:1.05rem}.info-item p{color:var(--text-body);margin-bottom:0;font-size:.95rem}.bullet-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}@media (max-width:575px){.bullet-grid{grid-template-columns:1fr}}.bullet-item{border-left:3px solid var(--primary);padding-left:1rem}.bullet-item strong{color:var(--text-dark);margin-bottom:.15rem;font-size:1rem;display:block}.bullet-item span{color:var(--text-muted);font-size:.9rem}.check-list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.check-list li{color:var(--text-body);padding-left:1.5rem;font-size:.95rem;position:relative}.check-list li:before{content:"✓";color:var(--primary-dark);font-weight:700;position:absolute;left:0}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-dark);margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:block}.form-control{width:100%;font-family:var(--font-body);color:var(--text-dark);background-color:var(--bg-white);border:1px solid var(--border);transition:border-color var(--transition-fast);border-radius:4px;padding:.75rem 1rem;font-size:.95rem}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #41cdcf26}textarea.form-control{resize:vertical;min-height:120px}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding-right:2.5rem}.form-row-2{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:575px){.form-row-2{grid-template-columns:1fr}}.form-error-banner{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.success-card{background:var(--bg-section-alt);text-align:center;border:1px solid #41cdcf4d;border-radius:10px;padding:3rem 2rem}.success-icon-wrapper{border:2px solid var(--primary);width:70px;height:70px;color:var(--primary-dark);background-color:#41cdcf26;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex}.success-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.5rem}.success-card p{color:var(--text-body);margin-bottom:1.5rem;font-size:1rem}.footer-container{background-color:var(--bg-footer);color:var(--text-body);margin-top:auto;padding:4rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;display:grid}@media (max-width:991px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.footer-grid{grid-template-columns:1fr}}.footer-logo img{object-fit:contain;width:220px;height:60px;margin-bottom:1rem}.footer-desc{color:var(--text-body);max-width:320px;font-size:.9rem;line-height:1.6}.footer-heading{color:var(--secondary);margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.footer-links{flex-direction:column;gap:.6rem;display:flex}.footer-links a{color:var(--text-body);transition:color var(--transition-fast);font-size:.9rem}.footer-links a:hover{color:var(--primary-dark)}.footer-address{color:var(--text-body);font-size:.9rem;font-style:normal;line-height:1.6}.footer-address strong{color:var(--text-dark)}.footer-contact-line{margin-top:.75rem;font-size:.85rem}.footer-contact-line a{color:var(--primary-dark)}.footer-bottom{background-color:#00000005;border-top:1px solid #00000014;padding:1.25rem 0}.footer-bottom-inner{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}@media (max-width:768px){.footer-bottom-inner{text-align:center;flex-direction:column;gap:.5rem}}.lab-card{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:10px;overflow:hidden}.lab-banner{letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700}.lab-banner-pharma{background-color:var(--primary);color:var(--bg-white)}.lab-banner-analytical{background-color:var(--secondary);color:var(--bg-white)}.lab-body{padding:2rem}.lab-body h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.35rem}.lab-body p{margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.platform-card{background:var(--bg-white);border:1px solid var(--border);transition:all var(--transition-smooth);box-shadow:var(--shadow-card);border-radius:8px;padding:1.75rem}.platform-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-3px)}.platform-icon{margin-bottom:.75rem;font-size:2rem}.platform-card h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.platform-card p{color:var(--text-muted);margin-bottom:0;font-size:.85rem;line-height:1.5}.sports-highlight{background:linear-gradient(135deg,#fff5eb 0%,#fff 50%);border:1px solid #ffd6a5;border-radius:10px;padding:2.5rem}.sports-highlight h3{color:#c2410c}.service-card{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:8px;padding:1.75rem}.service-card h4{color:var(--text-dark);border-left:3px solid var(--primary);margin-bottom:.5rem;padding-left:.75rem;font-size:1.05rem}.service-card p{color:var(--text-body);margin-bottom:0;font-size:.9rem;line-height:1.5}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.gallery-item{box-shadow:var(--shadow-card);aspect-ratio:4/3;background-color:var(--bg-light);color:var(--text-muted);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;display:flex;overflow:hidden}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}}.cta-section{text-align:center;background-color:var(--bg-section-alt);padding:4rem 0}.cta-section h2{color:var(--secondary);margin-bottom:1rem}.cta-section p{max-width:650px;color:var(--text-body);margin:0 auto 2rem;font-size:1.05rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-hero{background:linear-gradient(135deg,#f0f9f9 0%,#eef6fb 45%,#f5f0ff 100%);padding:3.5rem 0 4rem;position:relative;overflow:hidden}.home-hero-bg{pointer-events:none;background:radial-gradient(circle at 85% 20%,#41cdcf2e 0%,#0000 45%),radial-gradient(circle at 10% 80%,#46298f14 0%,#0000 40%);position:absolute;inset:0}.home-hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.home-hero-content{max-width:560px}.home-hero-badge{letter-spacing:.14em;text-transform:uppercase;color:var(--primary-dark);background:#41cdcf24;border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.home-hero-title{color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.85rem);font-weight:700;line-height:1.15}.home-hero-title span{color:var(--secondary)}.home-hero-text{color:var(--text-body);margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.home-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.home-hero-visual{position:relative}.home-hero-image-wrap{box-shadow:var(--shadow-lg);background:var(--bg-white);border:1px solid #fffc;border-radius:16px;overflow:hidden}.home-hero-image{object-fit:cover;width:100%;height:auto;display:block}.home-hero-float-card{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:12px;flex-direction:column;gap:.15rem;max-width:220px;padding:1rem 1.25rem;display:flex;position:absolute;bottom:-1rem;left:-1rem}.home-hero-float-card strong{color:var(--text-dark);font-size:.95rem}.home-hero-float-card span{color:var(--text-muted);font-size:.8rem;line-height:1.4}.home-hero-float-label{letter-spacing:.08em;text-transform:uppercase;color:var(--primary-dark);font-size:.7rem;font-weight:600}.home-trust-bar{background:var(--bg-white);border-bottom:1px solid var(--border);padding:1.5rem 0}.home-trust-inner{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.home-trust-item{text-align:center;padding:.5rem}.home-trust-item strong{color:var(--secondary);margin-bottom:.25rem;font-size:1.35rem;font-weight:700;display:block}.home-trust-item span{color:var(--text-muted);font-size:.85rem}.home-section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--primary-dark);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.home-section-eyebrow-light{color:#ffffffd9}.home-section-title{color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(1.65rem,3vw,2.1rem);font-weight:600}.home-body-text{color:var(--text-body);margin-bottom:1rem;font-size:1.02rem;line-height:1.8}.home-welcome-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}.home-welcome-logo-ring{aspect-ratio:1;border:2px solid var(--border);width:min(100%,320px);box-shadow:var(--shadow-md);background:linear-gradient(145deg,#e8f8f8 0%,#f3eeff 100%);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.home-formulation-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.home-formulation-card{background:var(--bg-white);border:1px solid var(--border);transition:all var(--transition-smooth);box-shadow:var(--shadow-card);border-radius:12px;padding:2rem 1.75rem}.home-formulation-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-formulation-icon{width:52px;height:52px;color:var(--secondary);background:#41cdcf1f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.home-formulation-icon svg{width:28px;height:28px}.home-formulation-card h3{color:var(--secondary);margin-bottom:.65rem;font-size:1.2rem}.home-formulation-card p{color:var(--text-body);margin-bottom:0;font-size:.95rem;line-height:1.65}.home-values-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.home-values-link{flex-shrink:0}.home-values-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.home-value-card{border:1px solid var(--border);background:var(--bg-white);transition:border-color var(--transition-fast);border-radius:12px;padding:1.75rem 1.5rem}.home-value-card:hover{border-color:var(--primary)}.home-value-number{letter-spacing:.1em;color:var(--primary-dark);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.home-value-card h3{margin-bottom:.5rem;font-size:1.05rem}.home-value-card p{color:var(--text-muted);margin-bottom:0;font-size:.9rem;line-height:1.55}.home-capabilities{background:linear-gradient(135deg, var(--secondary) 0%, #5a3ba8 100%);color:var(--text-white)}.home-capabilities-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}.home-capabilities-title{color:var(--text-white);margin-bottom:1rem;font-size:clamp(1.65rem,3vw,2.1rem);font-weight:600}.home-capabilities-text{color:#ffffffe0;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.75}.home-capabilities-list{flex-direction:column;gap:.65rem;margin-bottom:2rem;list-style:none;display:flex}.home-capabilities-list li{color:#ffffffe6;padding-left:1.5rem;font-size:.95rem;position:relative}.home-capabilities-list li:before{content:"";background:var(--primary);border-radius:50%;width:8px;height:8px;position:absolute;top:.55rem;left:0}.home-capabilities-cards{flex-direction:column;gap:1rem;display:flex}.home-capability-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #fff3;border-radius:12px;padding:1.25rem 1.5rem}.home-capability-pill-alt{background:#41cdcf33;border-color:#41cdcf59}.home-capability-pill span{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.home-capability-pill strong{color:var(--text-white);font-size:1.1rem}.home-cta{background:var(--bg-section-alt);padding:4.5rem 0}.home-cta-inner{text-align:center;max-width:720px}.home-cta-inner h2{color:var(--secondary);margin-bottom:1rem;font-size:clamp(1.65rem,3vw,2.1rem)}.home-cta-inner p{color:var(--text-body);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.home-cta-outline{border-color:var(--secondary);color:var(--secondary)}.home-cta-outline:hover{background:var(--secondary);color:var(--text-white)}@media (max-width:991px){.home-hero-inner{grid-template-columns:1fr;gap:2.5rem}.home-hero-content{max-width:none}.home-trust-inner{grid-template-columns:repeat(2,1fr)}.home-welcome-grid{grid-template-columns:1fr;gap:2.5rem}.home-formulation-grid{grid-template-columns:1fr}.home-values-grid{grid-template-columns:repeat(2,1fr)}.home-capabilities-grid{grid-template-columns:1fr}.home-values-header{flex-direction:column;align-items:flex-start}}@media (max-width:575px){.home-hero{padding:2.5rem 0 3rem}.home-hero-float-card{max-width:200px;bottom:-.5rem;left:.5rem}.home-trust-inner{grid-template-columns:1fr 1fr;gap:1rem}.home-values-grid{grid-template-columns:1fr}}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.65rem}.section{padding:3.5rem 0}.section-title,.page-title{font-size:1.75rem}}@media (max-width:480px){h1{font-size:1.65rem}h2{font-size:1.4rem}.section{padding:2.5rem 0}}:root{--primary:#0f8b8d;--primary-dark:#0b6f71;--secondary:#183153;--secondary-light:#25456f;--bg-light:#f5f7f8;--bg-footer:#eef6f4;--bg-section-alt:#eef6f4;--text-dark:#172026;--text-body:#4b5b63;--text-muted:#6d7a80;--border:#dfe7e8;--shadow-card:0 1px 2px #1018280f;--shadow-md:0 10px 24px #10182814;--shadow-lg:0 18px 42px #1018281f}body,.pharma-site{background:var(--bg-white)}.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5}.header-nav a{font-family:var(--font-body);font-size:.92rem;font-weight:500}.btn{border-radius:6px;min-height:44px}.btn-primary{background-color:var(--secondary);border-color:var(--secondary)}.btn-primary:hover{background-color:var(--secondary-light);border-color:var(--secondary-light)}.btn-secondary{background-color:var(--primary);border-color:var(--primary)}.btn-secondary:hover{background-color:var(--primary-dark);border-color:var(--primary-dark)}.btn-outline{color:var(--secondary);border-color:var(--border);background:var(--bg-white)}.btn-outline:hover{background:var(--secondary);border-color:var(--secondary);color:var(--text-white)}.b2b-hero{background:linear-gradient(120deg,#eef6f4f5,#ffffffdb),url(/pharma_lab_hero.png) 50%/cover;padding:5.25rem 0 4rem}.b2b-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:3rem;display:grid}.b2b-hero-copy{max-width:660px}.eyebrow{color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem;font-size:.76rem;font-weight:700}.b2b-hero h1{color:var(--text-dark);max-width:760px;margin-bottom:1.35rem;font-size:clamp(2.35rem,5vw,4.15rem);font-weight:700;line-height:1.05}.lead{color:var(--text-body);max-width:680px;margin-bottom:2rem;font-size:1.08rem;line-height:1.8}.hero-actions,.cta-actions{flex-wrap:wrap;gap:.85rem;display:flex}.b2b-hero-panel{background:var(--bg-white);box-shadow:var(--shadow-lg);border:1px solid #dfe7e8d9;border-radius:8px;overflow:hidden}.b2b-hero-image{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto}.capability-strip{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.capability-strip span{color:var(--text-dark);text-align:center;padding:1rem;font-size:.82rem;font-weight:600}.capability-strip span+span{border-left:1px solid var(--border)}.proof-band{background:var(--secondary);color:var(--text-white);padding:1.35rem 0}.proof-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.proof-grid div{border-left:1px solid #ffffff3d;padding-left:1.1rem}.proof-grid strong,.proof-grid span{display:block}.proof-grid strong{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem;font-size:.78rem}.proof-grid span{color:#ffffffd1;font-size:.92rem}.split-section{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:4rem;display:grid}.section-heading{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.45rem);line-height:1.18}.section-copy{color:var(--text-body);margin-bottom:1.2rem;font-size:1rem;line-height:1.8}.muted-section{background:var(--bg-light)}.capability-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2.25rem;display:grid}.capability-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.capability-card,.detail-panel,.contact-panel,.project-form{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:8px}.capability-card{padding:1.5rem}.capability-card h3{color:var(--text-dark);margin-bottom:.7rem;font-size:1.08rem}.capability-card p{color:var(--text-body);margin-bottom:0;font-size:.92rem;line-height:1.65}.compact-card{min-height:150px}.process-grid,.contact-grid,.two-column-detail,.sports-detail{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:2rem;display:grid}.process-list{background:var(--bg-white);border:1px solid var(--border);counter-reset:item;border-radius:8px;overflow:hidden}.process-list li{color:var(--text-dark);align-items:center;gap:1rem;padding:1.05rem 1.25rem;font-weight:600;display:flex}.process-list li+li{border-top:1px solid var(--border)}.process-list span{color:var(--primary-dark);letter-spacing:.08em;font-size:.78rem}.sports-section{background:var(--secondary);color:var(--text-white)}.sports-panel{justify-content:space-between;align-items:center;gap:2rem;display:flex}.sports-panel .section-heading,.sports-panel .section-copy{color:var(--text-white);max-width:800px}.sports-panel .section-copy{color:#ffffffd1}.light-outline{color:var(--text-white);background:0 0;border-color:#ffffff80;flex-shrink:0}.light-outline:hover{background:var(--text-white);color:var(--secondary)}.b2b-page-header{background:linear-gradient(180deg, var(--bg-section-alt), var(--bg-white));padding:4.5rem 0 3.25rem}.b2b-page-header .container{flex-direction:column;align-items:flex-start;display:flex}.b2b-page-header .page-title{color:var(--text-dark);max-width:880px;font-size:clamp(2rem,4vw,3rem);line-height:1.14}.b2b-page-header .page-subtitle{max-width:820px}.detail-panel{padding:2rem}.detail-panel h2{color:var(--text-dark);margin-bottom:.8rem;font-size:1.55rem}.detail-panel p{color:var(--text-body);line-height:1.75}.accent-panel{background:var(--bg-section-alt)}.left-header{text-align:left;margin-bottom:1.5rem}.left-header .section-subtitle{text-align:left;margin-left:0}.sports-detail{align-items:center}.tag-grid{flex-wrap:wrap;gap:.75rem;display:flex}.tag-grid span,.partner-list li{background:var(--bg-white);border:1px solid var(--border);color:var(--text-dark);border-radius:999px;padding:.75rem 1rem;font-size:.92rem;font-weight:600}.partner-list{flex-wrap:wrap;gap:.75rem;display:flex}.partner-list.compact{flex-direction:column;align-items:flex-start}.partner-list.compact li{border-radius:6px;width:100%}.contact-panel,.project-form{padding:2rem}.contact-panel h2{color:var(--text-dark);margin-bottom:1rem}.contact-note{border-top:1px solid var(--border);flex-direction:column;gap:.2rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.contact-note strong{color:var(--text-dark);font-size:.85rem}.contact-note span,.contact-note a{color:var(--text-body);font-size:.95rem}.full-btn{justify-content:center;width:100%}.centered-note{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}.centered-note p{color:var(--text-body);max-width:660px;margin-bottom:0}.footer-container{background:var(--bg-footer)}@media (max-width:991px){.b2b-hero-grid,.split-section,.process-grid,.contact-grid,.two-column-detail,.sports-detail{grid-template-columns:1fr}.capability-grid,.capability-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-grid{grid-template-columns:1fr}.sports-panel{flex-direction:column;align-items:flex-start}}@media (max-width:575px){.b2b-hero{padding:3.25rem 0 2.5rem}.b2b-hero-grid{gap:2rem}.capability-grid,.capability-grid.three,.capability-strip{grid-template-columns:1fr}.capability-strip span+span{border-left:0;border-top:1px solid var(--border)}.detail-panel,.contact-panel,.project-form{padding:1.35rem}}
