:root{ --navy:#101440; --navy2:#171b53; --red:#c90000; --red2:#e11919; --ink:#171717; --muted:#6d6d72; --line:#e6e6ea; --soft:#f5f6fa; --white:#fff; --max:1180px; } *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55} img{max-width:100%;height:auto;display:block} a{text-decoration:none;color:inherit} button{font:inherit} .container{width:min(var(--max),calc(100% - 40px));margin:auto} .topbar{background:var(--navy);color:#fff;font-size:12px} .topbar .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px} .topbar .minor{opacity:.78} header{background:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(0,0,0,.06)} .nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:26px} .brand img{width:210px;height:auto} .menu{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:700} .menu a:hover{color:var(--red)} .btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;background:var(--red);color:#fff;font-weight:800;font-size:12px;letter-spacing:.03em;text-transform:uppercase;padding:14px 22px;border-radius:2px;transition:.2s} .btn:hover{background:#9e0000;transform:translateY(-1px)} .hero{min-height:610px;background:linear-gradient(90deg,rgba(5,11,27,.78),rgba(5,11,27,.54)),url("../hero.webp") center/cover no-repeat;color:#fff;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden} .hero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-48px;height:85px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0} .eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700} .hero h1{font-size:clamp(42px,6vw,78px);line-height:.94;margin:14px auto 18px;max-width:850px;text-transform:uppercase;letter-spacing:-.035em} .hero p{max-width:700px;margin:0 auto 28px;color:#e8e9f2} .category-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:780px;margin:34px auto 0;border:1px solid rgba(255,255,255,.28)} .category{min-height:105px;display:grid;place-items:center;gap:6px;padding:16px;border-right:1px solid rgba(255,255,255,.22);font-size:11px;font-weight:800;text-transform:uppercase} .category:last-child{border-right:0} .category img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))} section{padding:92px 0} .split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center} h2{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:8px 0 18px;letter-spacing:-.03em} h3{font-size:25px;margin:0 0 14px} p{color:var(--muted)} .about-visual{position:relative;min-height:430px} .about-visual .van{width:88%;margin-left:auto;position:relative;z-index:2} .about-visual:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;background:#f2f3f7;right:4%;top:8%;z-index:0} .products{background:#fff;overflow:hidden} .product-list{display:grid;gap:20px;margin:34px 0} .product-item{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start} .product-item img{width:48px} .product-item strong{display:block;margin-bottom:4px;text-transform:uppercase;font-size:13px} .product-image{position:relative} .product-image img{min-height:530px;object-fit:cover;object-position:center;border-radius:4px} .special{background:var(--navy);color:#fff} .special p{color:#c8cbe2} .special .photo{border:14px solid #2a337a;box-shadow:40px -28px 0 #244c88} .quality .cert{border:1px solid #ddd;padding:14px;background:#fff;max-width:360px;margin:auto} .portal{padding-top:18px} .portal h3{text-align:center;text-transform:uppercase} .portal p{text-align:center;max-width:800px;margin:0 auto 30px} .logos{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:20px} .logos img{max-height:72px;object-fit:contain;margin:auto} .why{background:#f4f5fa;padding:70px 0} .why-wrap{text-align:center} .why-grid{display:grid;grid-template-columns:1fr minmax(280px,460px) 1fr;gap:24px;align-items:center;margin-top:28px} .ticks{display:grid;gap:20px;text-align:right;font-weight:800;font-size:13px;text-transform:uppercase} .ticks.right{text-align:left} .ticks span:after{content:" ✓";color:var(--red)} .cta{padding:78px 0;background:linear-gradient(rgba(6,10,28,.72),rgba(6,10,28,.78)),url("../cta-bg.jpg") center/cover;color:#fff;text-align:center} .cta h2{max-width:760px;margin:8px auto 24px} .cta p{color:#e5e7f0} footer{background:var(--navy);color:#fff;padding:54px 0 24px} .footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px} .footer-logo{width:210px;margin-bottom:18px;filter:brightness(0) invert(1)} footer p, footer a{color:#d4d6e7;font-size:13px} .footer-title{font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.08em;margin-bottom:12px} .footer-links{display:grid;gap:9px} .legal{border-top:1px solid rgba(255,255,255,.13);margin-top:38px;padding-top:20px;color:#9da2c1;font-size:12px;text-align:center} .modal{position:fixed;inset:0;background:rgba(3,6,18,.78);z-index:100;display:none;align-items:center;justify-content:center;padding:20px} .modal.open{display:flex} .modal-card{width:min(920px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:10px;box-shadow:0 24px 90px rgba(0,0,0,.38)} .modal-head{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #eee} .modal-head strong{font-size:20px} .close{border:0;background:#eee;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:22px} .form-holder{padding:16px 22px 30px;min-height:560px} .mobile-toggle{display:none;border:0;background:none;font-size:26px} @media(max-width:900px){ .menu{position:absolute;left:0;right:0;top:76px;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:22px 28px;border-top:1px solid #eee;box-shadow:0 18px 35px rgba(0,0,0,.08)} .menu.open{display:flex} .mobile-toggle{display:block} .nav>.btn{display:none} .category-grid{grid-template-columns:repeat(2,1fr)} .category:nth-child(2){border-right:0} .category:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.22)} .split,.footer-grid{grid-template-columns:1fr} .split{gap:38px} .products .split .product-image{order:-1} .why-grid{grid-template-columns:1fr} .ticks,.ticks.right{text-align:center} .logos{grid-template-columns:repeat(2,1fr)} } @media(max-width:560px){ .container{width:min(var(--max),calc(100% - 28px))} .topbar .minor{display:none} .brand img{width:180px} .hero{min-height:590px} .hero h1{font-size:45px} .category-grid{margin-top:26px} section{padding:66px 0} .about-visual{min-height:auto} .about-visual .van{width:100%} .special .photo{box-shadow:16px -16px 0 #244c88} .logos{gap:8px} .form-holder{padding:8px} } :root{ --navy:#101440; --navy2:#171b53; --red:#c90000; --ink:#171717; --muted:#686a72; --line:#e7e8ed; --soft:#f6f7fa; --white:#fff; --max:1180px; } body{font-family:Arial,Helvetica,sans-serif;color:var(--ink)} .menu-item{position:relative} .menu-item>button{border:0;background:none;font:inherit;font-weight:700;color:inherit;cursor:pointer;padding:0} .dropdown{ position:absolute;top:31px;left:-20px;width:255px;background:#fff; border:1px solid #e9e9ed;box-shadow:0 20px 45px rgba(0,0,0,.13); padding:12px 0;display:none;z-index:99 } .dropdown a{display:block;padding:12px 22px;font-size:13px} .dropdown a:hover{background:#f6f6f8;color:var(--red)} .menu-item:hover .dropdown,.menu-item:focus-within .dropdown{display:block} .inner-hero{ min-height:258px; background:linear-gradient(90deg,rgba(5,11,27,.72),rgba(5,11,27,.45)),url("../hero.webp") center 43%/cover no-repeat; color:#fff;display:flex;align-items:center } .inner-hero .container{display:flex;align-items:flex-end;justify-content:space-between;gap:30px} .inner-hero h1{ font-size:clamp(38px,5vw,58px);line-height:.98;margin:7px 0 0; text-transform:uppercase;letter-spacing:-.035em } .breadcrumb{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#dfe1eb;padding-bottom:6px} .page{padding:82px 0} .page.soft{background:var(--soft)} .page.dark{background:var(--navy);color:#fff} .page.dark p{color:#cfd2e4} .page.dark .kicker{color:#ff6868} .kicker{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-bottom:10px} .page h2{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:0 0 18px;letter-spacing:-.025em} .page h3{font-size:18px;line-height:1.2;margin:0 0 12px} .page p{font-size:14px;color:var(--muted);margin:0 0 16px} .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center} .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:36px} .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px} .product-copy{max-width:540px} .product-copy .lead{font-size:15px;line-height:1.7} .product-list-title{ color:var(--red);font-size:12px;font-weight:800;text-transform:uppercase; border-bottom:1px solid var(--line);padding-bottom:11px;margin:28px 0 12px } .clean-list{list-style:none;padding:0;margin:0;columns:2;column-gap:35px} .clean-list li{position:relative;padding:5px 0 5px 15px;font-size:13px;color:#5e6068;break-inside:avoid} .clean-list li:before{content:"";position:absolute;left:0;top:12px;width:5px;height:5px;border-radius:50%;background:var(--red)} .hero-product{min-height:430px;display:flex;align-items:center;justify-content:center} .hero-product img{width:100%;max-height:420px;object-fit:contain} .spec-card{ background:#fff;border:1px solid #ececf0;border-radius:6px;padding:26px 28px;height:100%; box-shadow:0 9px 30px rgba(10,15,40,.04) } .spec-card h3{font-size:15px;text-transform:uppercase;letter-spacing:.02em;border-bottom:1px solid var(--line);padding-bottom:12px} .spec-card ul{list-style:none;margin:0;padding:0} .spec-card li{padding:6px 0;border-bottom:1px dotted #e3e3e7;color:#666;font-size:13px} .spec-card li:last-child{border-bottom:0} .carousel{ position:relative;margin-top:48px;padding:0 54px } .carousel-viewport{overflow:hidden} .carousel-track{display:flex;gap:24px;transition:transform .42s ease} .carousel-slide{ flex:0 0 calc((100% - 48px)/3); min-width:0;background:#fff;border:1px solid #ececf1;border-radius:8px; min-height:255px;display:flex;align-items:center;justify-content:center;padding:18px } .carousel-slide img{width:100%;height:235px;object-fit:contain} .carousel-btn{ position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%; border:1px solid #ddd;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08);cursor:pointer; font-size:24px;color:var(--navy);z-index:2 } .carousel-btn:hover{background:var(--navy);color:#fff} .carousel-prev{left:0}.carousel-next{right:0} .carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:18px} .carousel-dot{width:7px;height:7px;border-radius:50%;background:#c9cbd3;border:0;padding:0;cursor:pointer} .carousel-dot.active{background:var(--red)} .quote-block{text-align:center;padding-top:10px} .quote-block p{max-width:760px;margin:0 auto 28px} .embedded-form{max-width:820px;margin:0 auto;min-height:610px} .history-copy p{line-height:1.78} .media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px} .media-grid img{width:100%;height:245px;object-fit:cover;border-radius:3px} .media-grid.small{grid-template-columns:repeat(2,1fr)} .media-grid.small img{height:220px} .feature-image{width:100%;max-height:490px;object-fit:contain} .contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start} .contact-list{display:grid;gap:25px;margin-top:30px} .contact-row{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start} .contact-icon{width:34px;height:34px;border-radius:50%;background:#fff1f1;color:var(--red);display:grid;place-items:center;font-weight:800} .contact-row strong{display:block;font-size:13px;margin-bottom:5px} .contact-row p{margin:0} .map{height:430px} .map iframe{width:100%;height:100%;border:0;filter:grayscale(1)} .social-logos{display:flex;align-items:center;gap:34px;flex-wrap:wrap;margin-top:28px} .social-logos img{max-height:100px;width:auto} @media(max-width:980px){ .grid-2,.contact-grid{grid-template-columns:1fr;gap:40px} .grid-3{grid-template-columns:1fr 1fr} .grid-4{grid-template-columns:1fr 1fr} .hero-product{min-height:300px} .carousel-slide{flex-basis:calc((100% - 24px)/2)} .menu{align-items:stretch} .dropdown{position:static;box-shadow:none;border:0;width:auto;padding:6px 0 6px 14px} } @media(max-width:620px){ .page{padding:58px 0} .inner-hero{min-height:205px} .inner-hero .container{display:block} .breadcrumb{margin-top:12px} .grid-3,.grid-4,.media-grid,.media-grid.small{grid-template-columns:1fr} .media-grid img,.media-grid.small img{height:auto} .clean-list{columns:1} .carousel{padding:0 42px} .carousel-slide{flex-basis:100%} .carousel-slide img{height:220px} .contact-grid{gap:45px} } .topbar{height:auto!important;min-height:42px} .topbar .container{min-height:42px;height:auto!important} .topbar-contact,.topbar-social{display:flex;align-items:center;gap:20px} .topbar-contact a,.topbar-social a{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:600} .topbar-social{gap:10px}.topbar-social>span{opacity:.78;margin-right:2px} .ui-icon{width:18px;height:18px;flex:0 0 18px}.social-svg{width:18px;height:18px} .topbar a:hover{opacity:.78} .menu a,.menu-item>button{transition:color .18s ease} .menu a:hover,.menu-item>button:hover,.menu a.active,.menu-item>button.active{color:var(--red)!important} .menu a.active,.menu-item>button.active{position:relative} .header-budget{border:0;cursor:pointer} .header-budget:focus-visible{outline:3px solid rgba(201,0,0,.22);outline-offset:3px} .products.products-fullbleed{padding:0!important;overflow:hidden} .products.products-fullbleed>.container.split{ width:100%!important;max-width:none!important;grid-template-columns:1fr 1fr!important; gap:0!important;align-items:stretch!important } .products.products-fullbleed>.container.split>div:first-child{ width:min(590px,calc(100% - 56px));justify-self:end;margin-right:56px;padding:92px 0 } .products.products-fullbleed .product-image{min-height:700px;height:100%;overflow:hidden} .products.products-fullbleed .product-image img{ width:100%!important;height:100%!important;min-height:700px!important;object-fit:cover!important; object-position:left center!important;border-radius:0!important } .contact-icon{width:48px!important;height:48px!important;border-radius:14px!important;background:#fff1f1!important;color:var(--red)!important} .contact-svg{width:25px;height:25px} .contact-row a{color:inherit;text-decoration:none}.contact-row a:hover{color:var(--red)} .map-actions{display:flex;justify-content:center;padding:18px 16px;background:#f6f7fa;border-top:1px solid #e7e8ed} .map-actions a{font-weight:800;color:var(--red);text-decoration:none} .map-actions a:hover{text-decoration:underline} .budget-modal{position:fixed;inset:0;background:rgba(5,8,20,.78);z-index:9999;display:none;align-items:center;justify-content:center;padding:20px} .budget-modal.open{display:flex} .budget-modal-card{width:min(920px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:12px;box-shadow:0 28px 90px rgba(0,0,0,.38)} .budget-modal-head{position:sticky;top:0;z-index:3;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #ececf0} .budget-modal-head strong{font-size:22px}.budget-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-weight:800;margin-bottom:4px} .budget-close{border:0;background:#f1f1f3;width:40px;height:40px;border-radius:50%;font-size:25px;cursor:pointer} .budget-form{padding:10px 20px 30px;min-height:600px} footer a[href^="mailto:"],footer a[href^="tel:"]{text-decoration:none} footer a[href^="mailto:"]:hover,footer a[href^="tel:"]:hover{text-decoration:underline} @media(max-width:900px){ .topbar-contact{gap:12px}.topbar-social{display:none} .products.products-fullbleed>.container.split{grid-template-columns:1fr!important} .products.products-fullbleed>.container.split>div:first-child{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:68px 0} .products.products-fullbleed .product-image{min-height:430px} .products.products-fullbleed .product-image img{min-height:430px!important} } @media(max-width:560px){ .topbar .container{justify-content:center} .topbar-contact{width:100%;justify-content:space-between;gap:8px} .topbar-contact a{font-size:11px} .ui-icon{width:16px;height:16px;flex-basis:16px} .products.products-fullbleed .product-image{min-height:340px} .products.products-fullbleed .product-image img{min-height:340px!important} .budget-modal{padding:8px}.budget-form{padding:4px;min-height:550px} } .menu-item{ position:relative; display:flex; align-items:center; min-height:74px; } .menu-item>button{ height:74px; display:inline-flex; align-items:center; } .menu-item .dropdown{ top:100% !important; left:-20px; margin-top:0 !important; } .menu-item::after{ content:""; position:absolute; left:-20px; right:-20px; top:100%; height:12px; background:transparent; } .menu-item:hover .dropdown, .menu-item:focus-within .dropdown, .menu-item .dropdown:hover{ display:block !important; } @media(max-width:900px){ .menu-item{min-height:auto;display:block;width:100%} .menu-item>button{height:auto;padding:10px 0} .menu-item::after{display:none} .menu-item .dropdown{top:auto !important;left:auto;margin-top:0 !important} } .menu a.active, .menu-item>button.active{ color:var(--red)!important; font-weight:800; } .menu a.active::after, .menu-item>button.active::after{ display:none!important; content:none!important; } .menu-item>button:focus{ outline:none; } .menu-item>button:focus-visible{ outline:2px solid rgba(201,0,0,.28); outline-offset:5px; border-radius:2px; } .dropdown a.active{ color:var(--red)!important; background:#fff7f7; border-left:3px solid var(--red); padding-left:19px; } .dropdown a.active::after{ display:none!important; } .dropdown a:hover{ background:#f8f8fa; } .menu>a, .menu-item>button{ border-bottom:0!important; text-decoration:none!important; } .skip-link{position:fixed;left:16px;top:-100px;z-index:10000;background:#fff;color:#101440;padding:12px 18px} .skip-link:focus{top:12px} :focus-visible{outline:2px solid #c90000;outline-offset:4px} .menu-item>button:focus-visible{outline:2px solid #c90000} .menu-item.is-open .dropdown{display:block!important} .carousel-dot{width:24px;height:24px;background:radial-gradient(circle,#c9cbd3 3.5px,transparent 4px)} .carousel-dot.active{background:radial-gradient(circle,#c90000 3.5px,transparent 4px)} .carousel-btn:disabled{opacity:.45;cursor:default} @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}} @media(max-width:560px){.topbar-contact{flex-wrap:wrap;justify-content:center;padding:5px 0}.topbar-contact a{white-space:nowrap}} .inline-1{display:none;visibility:hidden} .inline-2{background-image:linear-gradient(90deg,rgba(5,11,27,.62),rgba(5,11,27,.35)),url("../caninde-hero.webp")} .inline-3{padding-top:10px} .inline-4{margin-top:12px} .inline-5{margin-top:26px} .inline-6{display:flex;align-items:center;justify-content:center} .inline-7{max-height:290px;object-fit:contain} .inline-8{margin-top:45px} .inline-9{color:var(--red)} .inline-10{margin-top:28px} .inline-11{position:relative;z-index:2} .inline-12{background-image:linear-gradient(90deg,rgba(5,11,27,.45),rgba(5,11,27,.20)),url("../socio-banner.jpg")}