:root{--color-primary: #547792;--color-secondary: #213448;--color-accent: #94B4C1;--color-bg: #FDFFFC;--color-text: #213448}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background-color:#fdfffc;color:#213448;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#213448;font-weight:600;line-height:1.2}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:6rem 0}@media(max-width:768px){.section{padding:4rem 0}}.text-center{text-align:center}.text-primary{color:#547792}.text-secondary{color:#213448}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:9999px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background-color:#547792;color:#fff}.btn-primary:hover{background-color:#415d72;transform:translateY(-2px)}.btn-outline{border:2px solid #547792;color:#213448;background:transparent}.btn-outline:hover{background-color:#547792;color:#fff}.navbar{position:fixed;width:100%;z-index:1000;top:0;transition:transform .3s ease-in-out;padding:1.5rem 0;background-color:#fff;box-shadow:0 1px 3px #2134481a}.navbar.hidden{transform:translateY(-100%)}.navbar.mobile-open{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;z-index:1002;position:relative}.logo img{height:40px;width:auto}.desktop-menu{display:flex;gap:2rem}@media(max-width:768px){.desktop-menu{display:none}}.desktop-menu .nav-link{color:#213448;font-weight:500;font-size:.95rem;transition:color .2s}.desktop-menu .nav-link:hover{color:#547792}.mobile-toggle{display:none;background:transparent;border:none;cursor:pointer;z-index:1002;position:relative;padding:.5rem}@media(max-width:768px){.mobile-toggle{display:block}}.mobile-toggle .bar{width:25px;height:2px;background:#213448;margin-bottom:6px;transition:all .3s ease}.mobile-toggle .bar:last-child{margin-bottom:0}.mobile-toggle.open .bar:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-toggle.open .bar:nth-child(2){opacity:0}.mobile-toggle.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-overlay{position:fixed;top:0;right:0;height:100vh;bottom:0;width:100%;max-width:400px;background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:-10px 0 30px #00000026;padding:6rem 2.5rem 2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);z-index:1001;display:flex;flex-direction:column;gap:2rem}.mobile-menu-overlay.open{transform:translate(0)}@media(max-width:576px){.mobile-menu-overlay{width:100%;max-width:none;padding-top:5rem;align-items:center}}.mobile-menu-overlay .mobile-link{font-family:Montserrat,sans-serif;font-size:1.5rem;color:#213448;font-weight:600;text-align:center;padding:.75rem 0;width:100%;border-bottom:1px solid rgba(148,180,193,.3);transition:all .2s ease}.mobile-menu-overlay .mobile-link:hover,.mobile-menu-overlay .mobile-link:active{color:#547792;background:#5477920d;border-bottom-color:#547792;padding-left:10px}@media(max-width:576px){.mobile-menu-overlay .mobile-link{font-size:1.25rem;border-bottom:none}.mobile-menu-overlay .mobile-link:hover{padding-left:0;transform:scale(1.05)}}.hero{min-height:calc(100vh - 80px);display:flex;flex-direction:column;margin-top:80px;padding-top:0;overflow:hidden}.hero-loading{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#eae0cf;position:fixed;top:0;left:0;z-index:9999}.hero-loading .loading-logo{width:150px;height:auto;margin-bottom:2rem;opacity:0;animation:fadeIn .5s ease-out forwards}.hero-loading .spinner{width:50px;height:50px;border:4px solid rgba(84,119,146,.3);border-radius:50%;border-top-color:#547792;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}.hero-loading p{color:#415d72;font-family:Montserrat,sans-serif;font-weight:500;letter-spacing:1px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;overflow:hidden}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-carousel .carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-carousel .carousel-item.active{opacity:1}.hero-carousel .carousel-item img{width:100%;height:100%;object-fit:cover}.hero-carousel .carousel-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#eae0cf40,#eae0cf59)}.decorative-circle{position:absolute;border-radius:50%;pointer-events:none}.decorative-circle.top-right{top:-10%;right:-5%;width:400px;height:400px;background:#547792;filter:blur(100px);opacity:.2}.decorative-circle.bottom-left{bottom:10%;left:-10%;width:300px;height:300px;background:#213448;filter:blur(120px);opacity:.1}.hero-content{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2;text-align:center;max-width:650px;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2.5rem 2rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.hero-content h2{font-size:1rem;color:#415d72;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}@media(max-width:576px){.hero-content h2{font-size:.875rem}}.hero-content h1{font-size:clamp(2rem,4vw,3rem);color:#213448;margin-bottom:1rem;line-height:1.1}.hero-content h1 span{color:#547792}.hero-content p{font-size:1rem;color:#41678e;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center}.hero-highlights{width:100%;padding:2rem 0;background:#eae0cf;position:relative;z-index:2;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);flex-shrink:0;display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.hero-highlights .hero-highlights-list{display:flex;gap:2rem;flex-wrap:wrap}@media(max-width:576px){.hero-highlights{gap:1.5rem;flex-direction:column;padding:1.5rem 1rem}}.hero-highlights .highlight-item{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:#213448;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.hero-highlights .highlight-item.item-center{font-size:1.35rem;font-weight:600;margin-bottom:10px;justify-content:center}.hero-highlights .highlight-item.header{font-size:2rem}@media(max-width:576px){.hero-highlights .highlight-item{font-size:1rem}}.hero-highlights .highlight-item .bullet{color:#547792;font-size:1.5rem;line-height:1}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;align-items:center}@media(max-width:576px){.about-grid{gap:2rem}}.about-intro .intro-label{color:#415d72;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;display:block;margin-bottom:1rem}.about-intro h2{font-size:2.5rem;margin-bottom:1.5rem;color:#213448}.about-intro p{margin-bottom:1.5rem;color:#41678e}.philosophy-card{background:#94b4c1;padding:2rem;border-radius:16px;position:relative}.philosophy-card h3{margin-bottom:1rem;color:#213448}.philosophy-card h3.margin-top{margin-top:2rem}.philosophy-card .philosophy-list{margin-bottom:2rem}.philosophy-card .philosophy-list li{margin-bottom:1rem;display:flex;gap:1rem}.philosophy-card .philosophy-list li .check-icon{color:#547792;font-weight:700;font-size:1.2rem}.philosophy-card .philosophy-list li strong{color:#213448}.philosophy-card .sustainability-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:576px){.philosophy-card .sustainability-grid{grid-template-columns:1fr}}.philosophy-card .sustainability-grid .pill-box{background:#fff;padding:1rem;border-radius:8px;font-size:.9rem;color:#213448;box-shadow:0 1px 3px #2134481a}.partners-section{margin-top:5rem;text-align:center}.partners-section h3{margin-bottom:2rem}.partners-section .partners-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.partners-section .partner-tag{padding:1rem 2rem;border:1px solid #547792;border-radius:9999px;color:#213448;font-size:.9rem;font-weight:500;transition:all .3s ease}.partners-section .partner-tag:hover{background:#94b4c1}.video-section{padding:6rem 1.5rem;background-color:#fcfcfc;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.video-section{padding:4rem 1rem}}@media(max-width:576px){.video-section{padding:3rem 1rem}}.video-section .container{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.video-section h2{color:#2c3e50;font-family:Montserrat,sans-serif;font-size:2.5rem;margin-bottom:2rem;text-align:center}@media(max-width:768px){.video-section h2{font-size:2rem;margin-bottom:1.5rem}}@media(max-width:576px){.video-section h2{font-size:1.75rem}}.video-section .controls{margin-bottom:2rem;display:flex;justify-content:center}.video-section .controls .view-toggle{padding:.75rem 1.5rem;background-color:transparent;border:2px solid #5C8C46;color:#5c8c46;border-radius:30px;font-family:Montserrat,sans-serif;font-weight:600;cursor:pointer;transition:all .3s ease}.video-section .controls .view-toggle:hover,.video-section .controls .view-toggle.active{background-color:#5c8c46;color:#fff}.video-section .video-content{width:100%;max-width:900px;display:flex;justify-content:center}.video-section .video-content.split{max-width:1200px;gap:2rem}.video-section .video-content.split .video-wrapper{flex:1;max-width:none}@media(max-width:576px){.video-section .video-content.split{flex-direction:column;gap:1.5rem}}.video-section .video-wrapper{width:100%;max-width:900px;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 10px 30px #0000001a;background:#000}@media(max-width:576px){.video-section .video-wrapper{border-radius:12px;box-shadow:0 5px 15px #0000001a}}.video-section .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.products-section{background:#eae0cf}.products-section .section-header{margin-bottom:4rem;text-align:center}.products-section .section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#213448}.products-section .section-header p{max-width:600px;margin:0 auto;color:#41678e}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{padding:2rem;border-radius:16px;box-shadow:0 1px 3px #2134481a;transition:transform .3s ease;cursor:default;height:100%}.product-card .card-image-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid white;box-shadow:0 1px 3px #2134481a;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease;position:relative}.product-card .card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover{transform:translateY(-5px)}.product-card:hover .card-image-wrapper{transform:scale(1.1);box-shadow:0 4px 6px -1px #2134481a,0 2px 4px -1px #2134480f}.product-card:hover .card-image-wrapper img{transform:scale(1.1)}.product-card.bg-accent{background:#94b4c1}.product-card.bg-accent .card-image-wrapper{border-color:#fffc}.product-card.bg-accent h3{color:#213448}.product-card.bg-white{background:#fff;border:1px solid #E5E5E5}.product-card.bg-white .card-image-wrapper{border-color:#94b4c1}.product-card.bg-white h3{color:#213448}.product-card h3{margin-bottom:1rem;text-align:center}.product-card p{margin-bottom:1.5rem;font-size:.95rem;color:#41678e;text-align:center}.product-card .feature-list{padding-left:1rem;display:flex;flex-direction:column;align-items:flex-start;margin:0 auto}.product-card .feature-list li{margin-bottom:.5rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem;width:100%}.product-card .feature-list li .bullet{color:#547792;font-size:1.2rem;flex-shrink:0}.safety-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;align-items:center}@media(max-width:576px){.safety-grid{gap:2rem}}.safety-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#213448}.safety-content .safety-quote{font-size:1.25rem;color:#415d72;margin-bottom:1.5rem;font-weight:500}.safety-content .safety-text{margin-bottom:1.5rem;color:#41678e}.safety-content .quote-box{padding:1.5rem;border-left:4px solid #547792;background:#94b4c1;border-radius:0 8px 8px 0}.safety-content .quote-box p{font-style:italic;color:#213448}.standards-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #2134481a,0 2px 4px -1px #2134480f}.standards-card h3{margin-bottom:1.5rem;color:#213448}.standards-card .standards-list{display:grid;gap:1rem}.standards-card .standards-list li{display:flex;align-items:center;gap:1rem;padding:1rem;background:#eae0cf;border-radius:8px}.standards-card .standards-list li .check-circle{background:#547792;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:24px;justify-content:center;font-size:.8rem;flex-shrink:0}.standards-card .standards-list li .text{font-weight:500;color:#213448}.facts-section{background:#eae0cf}.facts-section h2{margin-bottom:3rem;color:#213448}.facts-section .facts-container{max-width:800px;margin:0 auto}.facts-grid{display:grid;gap:1.5rem}.fact-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #2134481a}.fact-card h3{margin-bottom:.5rem;font-size:1.2rem;color:#415d72}.fact-card p{color:#41678e}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:4rem}.team-member{text-align:center}.team-member .image-container{width:150px;height:150px;background:#ddd;border-radius:50%;margin:0 auto 1.5rem;overflow:hidden}.team-member .image-container .team-image{width:100%;height:100%;object-fit:cover}.team-member h3{color:#415d72;margin-bottom:.5rem}.team-member .role{font-weight:600;color:#41678e;margin-bottom:1rem}.team-member .bio{font-size:.9rem;color:#41678e}.team-description{background:#94b4c1;padding:2rem;border-radius:16px;text-align:center;margin-bottom:25px}.team-description p{max-width:800px;margin:0 auto}.team-gallery{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.team-gallery .gallery-item{flex:1;min-width:300px;max-width:500px;aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.team-gallery .gallery-item:hover{transform:translateY(-5px)}.team-gallery .gallery-item img{width:100%;height:100%;object-fit:cover}.contact-section{background:#213448;color:#fff}.contact-section .section-title{color:#547792;text-align:center;margin-bottom:4rem;font-size:2.5rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;align-items:stretch}@media(max-width:576px){.contact-grid{gap:2rem;grid-template-columns:1fr}}.info-block{background:#ffffff0d;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.info-block:hover{transform:translateY(-5px);background:#ffffff14}.info-block h4{color:#94b4c1;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.info-block p{margin-bottom:.5rem;color:#fffc;line-height:1.6}.info-block p a{color:#fff;text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.5);transition:all .3s ease}.info-block p a:hover{color:#94b4c1;border-bottom-color:#94b4c1}.email-action{background:#fff;padding:2rem;border-radius:16px;color:#213448;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:0 10px 30px #0000001a}.email-action h4{margin-bottom:1rem;color:#213448;font-size:1.2rem;font-weight:600}.email-action p{margin-bottom:1.5rem;color:#213448cc}.email-action .btn{width:100%;text-align:center}.footer{margin-top:5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.9rem;color:#fff9}
