:root{--ink:#323232;--blue:#16a5bf;--pale:#c8edf4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Nunito Sans",Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:69px;background:#fff;position:relative;z-index:10}.nav-wrap{height:100%;max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.brand img{display:block;width:205px;height:53px;object-fit:contain}.main-nav{display:flex;gap:44px;align-items:center}.main-nav a{font-size:15px;font-weight:700;letter-spacing:1.4px;transition:.2s}.main-nav a:hover{color:var(--blue)}.menu-toggle{display:none;border:0;background:none}.hero{height:433px;position:relative;overflow:hidden;background:#124e62}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide>img:not(.hero-copy):not(.hero-doctor){width:100%;height:100%;object-fit:cover}.hero-composite .hero-bg{position:absolute;inset:0}.hero-copy{position:absolute;width:37%;max-width:473px;left:15%;top:18%;z-index:2}.hero-doctor{position:absolute;height:91%;width:auto;right:11%;bottom:0;z-index:2}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);border:0;background:none;color:#aaa;font-size:33px;font-weight:200;cursor:pointer;padding:20px}.hero-arrow.prev{left:15px}.hero-arrow.next{right:15px}.section{max-width:1180px;margin:auto;padding:77px 0}.section-title{text-align:center;margin-bottom:20px}.section-title h2,.certifications h2{font-size:28px;line-height:1;margin:0 0 9px;font-weight:800}.section-title p{font-style:italic;margin:0;font-size:15px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-grid article{text-align:center}.product-image{height:490px;border:1px solid #ddd;border-radius:10px;overflow:hidden;background:#fafafa}.product-image img{width:100%;height:100%;object-fit:cover}.product-grid h3{font-size:17px;margin:16px 0 0;color:#161616}.products{padding-bottom:135px}.featured{background:var(--pale);height:600px;overflow:hidden;padding:48px 0}.featured-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.featured-head h2{font-size:34px;margin:0;font-weight:800}.featured-head button{border:0;background:none;color:#91b0b5;font-size:54px;line-height:1;cursor:pointer}.featured-head button:first-child{text-align:left}.featured-head button:last-child{text-align:right}.featured-stage{height:475px;display:grid;grid-template-columns:1fr 640px 1fr;gap:45px;align-items:center}.featured-main{text-align:center}.featured-main img{width:640px;height:360px;object-fit:contain;background:white}.featured-main h3{font-size:30px;margin:12px 0}.ghost{opacity:.14;overflow:hidden}.ghost img{width:620px;height:300px;object-fit:contain;background:#fff}.ghost.left img{transform:translateX(-69%)}.ghost.right img{transform:translateX(0)}.certifications{text-align:center;padding-top:30px;padding-bottom:65px}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px;align-items:center;margin-top:38px}.cert-grid img{width:100%;height:150px;object-fit:contain}.blog{padding-top:45px;padding-bottom:36px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:29px}.blog-grid article{background:#fafafa;border:1px solid #ddd}.blog-grid>article>img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.blog-body{padding:0 10px 30px}.blog-body h3{font-size:20px;line-height:1.3;min-height:78px;margin:12px 0 20px}.blog-body p{font-size:15px;line-height:1.75;height:100px;overflow:hidden;margin:0 0 27px}.blog-body a{display:block;background:var(--blue);color:#fff;text-align:center;padding:14px;border-radius:5px}footer{background:#f4f4f4}.footer-grid{max-width:1180px;margin:auto;padding:54px 0 70px;display:grid;grid-template-columns:1.15fr 1fr 1fr 1.15fr;gap:58px;font-size:15px;line-height:2}.footer-grid>p{margin:0}.footer-grid h3{font-size:16px;color:#111;margin:0 0 15px}.footer-grid div>a{display:block}.footer-grid div p{margin:0 0 4px}.footer-grid span{color:var(--blue)}.social{display:flex;gap:16px;margin-top:9px}.social a{display:grid!important;place-items:center;background:#547bb8;color:white;border-radius:50%;width:31px;height:31px;font-weight:800;line-height:1}.social a:nth-child(2){background:linear-gradient(45deg,#f5b342,#ef3c78,#7854bd)}.social a:nth-child(3){background:#3488aa}.copyright{text-align:center;background:#fff;padding:30px;font-size:15px}.to-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border:0;background:var(--blue);color:white;border-radius:3px;font-size:24px;display:none;cursor:pointer}
@media(max-width:800px){.site-header{height:68px}.nav-wrap{padding:0 18px}.brand img{width:170px}.menu-toggle{display:block;width:38px;padding:6px}.menu-toggle span{display:block;height:2px;background:#333;margin:6px 0}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:white;flex-direction:column;gap:0;padding:10px 0;border-top:1px solid #eee}.main-nav.open{display:flex}.main-nav a{padding:13px 22px;width:100%}.hero{height:260px}.hero-copy{left:5%;width:42%;top:21%}.hero-doctor{right:-2%;height:86%}.section{padding:48px 18px}.product-grid,.blog-grid{grid-template-columns:1fr}.product-image{height:auto;aspect-ratio:450/575}.products{padding-bottom:65px}.featured{height:445px;padding:30px 0}.featured-head h2{font-size:25px}.featured-head button{font-size:38px}.featured-stage{height:350px;display:block}.featured-main{display:block;padding:20px}.featured-main img{width:100%;height:245px}.featured-main h3{font-size:23px}.ghost{display:none}.cert-grid{grid-template-columns:repeat(2,1fr);gap:20px}.blog-body h3{min-height:0}.footer-grid{padding:42px 20px;grid-template-columns:1fr;gap:25px}.copyright{padding:24px 10px}.hero-arrow{font-size:24px;padding:10px}.hero-arrow.prev{left:2px}.hero-arrow.next{right:2px}}
@media(max-width:430px){.hero{height:190px}.hero-copy{width:44%;left:4%;top:23%}.hero-doctor{height:83%;right:-5%}.section-title h2,.certifications h2{font-size:25px}.cert-grid img{height:110px}}
