@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap";:root{--ink: #08111f;--ink-2: #13243a;--navy: #15345a;--graphite: #263343;--muted: #687587;--line: #dbe3ee;--soft: #f4f7fb;--surface: #fbfcfe;--white: #ffffff;--red: #ef1d26;--red-dark: #b50d15;--cyan: #12a4c7;--yellow: #ffbd2e;--green: #1fa971;--shadow: 0 24px 70px rgba(8, 17, 31, .16);--shadow-soft: 0 14px 34px rgba(8, 17, 31, .09);--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;text-rendering:geometricPrecision}body.menu-open{overflow:hidden}img,svg{display:block}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}input,textarea,select{width:100%}svg{width:1.2rem;height:1.2rem}svg path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.container{width:min(1160px,calc(100% - 32px));margin:0 auto}.skip-link{position:fixed;left:16px;top:12px;z-index:100;transform:translateY(-140%);background:var(--ink);color:var(--white);padding:10px 14px;border-radius:var(--radius);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:50;background:#ffffffe6;border-bottom:1px solid rgba(219,227,238,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header.has-shadow{box-shadow:0 12px 24px #07142114}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-logo{width:clamp(132px,15vw,178px);height:auto;max-height:54px;object-fit:contain;flex:0 0 auto}.brand-mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,var(--red),var(--red-dark));color:var(--white);border-radius:var(--radius);box-shadow:0 10px 22px #ef1d263d}.brand-mark svg{width:28px;height:28px}.brand-mark svg path{fill:currentColor;stroke:none}.brand strong,.brand small{display:block}.brand strong{font-size:1rem;line-height:1.1}.brand small{color:var(--muted);font-size:.76rem;margin-top:2px}.main-nav{display:flex;align-items:center;gap:8px}.main-nav a{color:var(--graphite);font-weight:800;font-size:.86rem;padding:10px 12px;border-radius:var(--radius);transition:color .2s ease,background-color .2s ease}.main-nav a:hover,.main-nav a:focus-visible{color:var(--red);background:#fff0f1}.main-nav .nav-cta{background:var(--red);color:var(--white);padding-inline:16px;box-shadow:0 12px 22px #ef1d2638}.main-nav .nav-cta:hover,.main-nav .nav-cta:focus-visible{background:var(--red-dark);color:var(--white)}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.hero{position:relative;min-height:min(780px,calc(100vh - 74px));max-height:860px;overflow:hidden;color:var(--white);display:grid;align-items:center}.hero-bg,.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-bg{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,#08111ff5,#08111fd6 34%,#08111f2e 78%),linear-gradient(0deg,#08111f75,#08111f0f)}.hero-content{position:relative;z-index:1;padding:80px 0 92px}.eyebrow{margin:0 0 12px;color:var(--yellow);font-size:.78rem;font-weight:900;line-height:1.35;text-transform:uppercase;letter-spacing:0}.eyebrow.red{color:var(--red)}.hero h1{max-width:860px;margin:0;font-family:Sora,Manrope,sans-serif;font-size:4.85rem;line-height:1;letter-spacing:0}.hero-copy{max-width:720px;margin:22px 0 0;color:#ffffffe0;font-size:1.16rem;font-weight:500}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;border:0;border-radius:var(--radius);font-weight:900;line-height:1.2;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.btn:hover,.btn:focus-visible{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:var(--white);box-shadow:0 16px 30px #ef1d264d}.btn-primary:hover,.btn-primary:focus-visible{background:var(--red-dark)}.btn-light{background:#fffffff0;color:var(--ink)}.btn-light:hover,.btn-light:focus-visible{box-shadow:0 16px 30px #ffffff29}.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px;max-width:780px}.hero-proof span{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;color:#ffffffeb;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.88rem;font-weight:800}.metric-band{background:var(--ink);color:var(--white)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff1a}.metrics div{min-height:108px;padding:22px;background:linear-gradient(180deg,#ffffff0b,#fff0),var(--ink)}.metrics strong{display:block;color:var(--yellow);font-size:1.35rem;line-height:1.15}.metrics span{display:block;margin-top:6px;color:#ffffffc2;font-size:.9rem}.section{padding:82px 0}.section-white{background:var(--surface)}.section-soft{background:linear-gradient(180deg,#f8fafc,var(--soft))}.section-heading{max-width:760px;margin-bottom:34px}.section-heading.narrow{margin-inline:auto;text-align:center}.section-heading h2,.split-copy h2,.local-grid h2,.quote-copy h2,.cta-band h2,.faq-grid h2{margin:0;color:var(--ink);font-family:Sora,Manrope,sans-serif;font-size:2.45rem;line-height:1.08;letter-spacing:0}.section-heading p:not(.eyebrow),.split-copy p,.local-grid p,.quote-copy p,.faq-grid p,.cta-band p{margin:14px 0 0;color:var(--muted);font-size:1.02rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-3px);border-color:#ef1d263d;box-shadow:var(--shadow)}.product-card img{width:100%;aspect-ratio:1.08;object-fit:cover}.product-body{padding:20px}.tag{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;color:var(--red);background:#fff0f1;border-radius:var(--radius);font-size:.78rem;font-weight:900}.product-body h3,.decision-grid h3,.benefit-grid h3,.process-grid h3,.local-panel h3{margin:14px 0 8px;color:var(--ink);font-family:Sora,Manrope,sans-serif;font-size:1.12rem;line-height:1.2}.product-body p,.decision-grid p,.benefit-grid p,.process-grid p,.local-panel p{margin:0;color:var(--muted);font-size:.96rem}.check-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:9px}.check-list li{position:relative;padding-left:24px;color:var(--graphite);font-size:.95rem}.check-list li:before{content:"";position:absolute;left:0;top:.56em;width:11px;height:11px;background:var(--green);border-radius:50%;box-shadow:inset 0 0 0 3px var(--white)}.check-list.large li{font-size:1rem}.text-link{display:inline-flex;align-items:center;margin-top:20px;color:var(--red);font-weight:900}.text-link:after{content:"";width:16px;height:16px;margin-left:6px;background:currentColor;clip-path:polygon(0 45%,62% 45%,42% 24%,55% 12%,100% 50%,55% 88%,42% 76%,62% 55%,0 55%)}.solution-showcase{position:relative}.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.solution-card{position:relative;overflow:hidden;min-height:430px;display:grid;align-content:end;background:var(--ink);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.solution-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.solution-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08111f0a,#08111fdb),linear-gradient(90deg,#08111f33,#08111f0f)}.solution-card:hover img{transform:scale(1.04)}.solution-card div{position:relative;z-index:1;padding:26px;color:var(--white)}.solution-card span{display:inline-flex;min-height:28px;align-items:center;padding:5px 9px;color:var(--white);background:#ef1d26eb;border-radius:var(--radius);font-size:.74rem;font-weight:900;text-transform:uppercase}.solution-card h3{margin:12px 0 8px;font-family:Sora,Manrope,sans-serif;font-size:1.42rem;line-height:1.16}.solution-card p{margin:0;color:#ffffffd1;font-size:.96rem;font-weight:600}.brand-grid,.service-grid,.guide-grid{display:grid;gap:16px}.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-card,.service-grid article,.guide-grid a{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 22px #0714210f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.brand-card:hover,.service-grid article:hover,.guide-grid a:hover,.guide-grid a:focus-visible{transform:translateY(-2px);border-color:#12a4c747;box-shadow:var(--shadow-soft)}.brand-card{min-height:300px;padding:22px}.brand-card.emphasis{background:linear-gradient(135deg,#ef1d2614,#12a4c714),var(--white);border-color:#ffc3c7}.brand-card h3,.service-grid h3,.guide-grid strong{display:block;margin:14px 0 8px;color:var(--ink);font-family:Sora,Manrope,sans-serif;font-size:1.18rem;line-height:1.22}.brand-card p,.service-grid p,.guide-grid span{margin:0;color:var(--muted);font-size:.95rem}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-grid article{min-height:210px;padding:22px}.service-grid span{display:inline-flex;min-height:28px;align-items:center;padding:5px 9px;color:var(--white);background:var(--ink-2);border-radius:var(--radius);font-size:.76rem;font-weight:900}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-grid a{min-height:132px;display:grid;align-content:start;padding:20px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.keyword-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.keyword-cloud span{display:inline-flex;align-items:center;min-height:36px;padding:8px 11px;color:var(--graphite);background:var(--white);border:1px solid var(--line);border-radius:var(--radius);font-size:.86rem;font-weight:800}.decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.decision-grid article{min-height:224px;padding:22px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 22px #0714210f}.icon-chip{width:44px;height:44px;display:grid;place-items:center;color:var(--red);background:#fff0f1;border-radius:var(--radius)}.split-section{background:var(--white)}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:44px;align-items:center}.split-grid.reverse{grid-template-columns:minmax(360px,.82fr) minmax(0,1fr)}.split-grid.reverse .split-media{order:2}.split-media img{width:100%;min-height:420px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.split-copy{min-width:0}.application-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px}.application-list a{display:flex;align-items:center;min-height:46px;padding:12px 14px;color:var(--graphite);background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);font-weight:800;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.application-list a:hover,.application-list a:focus-visible{color:var(--red);background:#fff7f7;border-color:#ffc3c7}.cta-band{background:linear-gradient(135deg,#ef1d2624,#12a4c724),var(--ink);color:var(--white);padding:46px 0}.cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center}.cta-band h2{max-width:720px;color:var(--white);font-size:2rem}.cta-band p:not(.eyebrow){color:#ffffffc2}.inverse-heading{margin-inline:auto;text-align:center}.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.benefit-grid article{min-height:248px;padding:24px;color:var(--white);background:linear-gradient(180deg,#ffffff14,#ffffff05),var(--ink-2);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);box-shadow:0 18px 32px #0714211f}.benefit-grid span{color:var(--yellow);font-weight:900}.benefit-grid h3{color:var(--white)}.benefit-grid p{color:#ffffffc2}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.process-grid article{min-height:218px;padding:22px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.process-grid strong{width:40px;height:40px;display:grid;place-items:center;color:var(--white);background:var(--red);border-radius:var(--radius);font-size:1.1rem}.maintenance{background:linear-gradient(180deg,var(--white),#f9fbfd)}.local-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:30px;align-items:start}.local-panel{padding:26px;background:#fff7f7;border:1px solid #ffd5d8;border-radius:var(--radius)}.local-panel h3{margin-top:0}.faq-grid{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1fr);gap:34px;align-items:start}.faq-list{display:grid;gap:10px}.faq-list details{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.faq-list summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;color:var(--ink);font-weight:900;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"";flex:0 0 auto;width:16px;height:16px;background:var(--red);clip-path:polygon(44% 0,56% 0,56% 44%,100% 44%,100% 56%,56% 56%,56% 100%,44% 100%,44% 56%,0 56%,0 44%,44% 44%)}.faq-list details[open] summary:after{clip-path:polygon(0 44%,100% 44%,100% 56%,0 56%)}.faq-list details p{margin:0;padding:0 18px 18px;color:var(--muted)}.quote-section{background:linear-gradient(90deg,#071421f5,#12263aeb),var(--quote-bg, linear-gradient(90deg, var(--ink), var(--ink-2))) center / cover;color:var(--white)}.quote-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1fr);gap:34px;align-items:start}.quote-copy h2{color:var(--white)}.quote-copy p{color:#ffffffc7}.contact-strip{display:grid;gap:10px;margin-top:24px}.contact-strip a{min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:12px 14px;color:var(--white);background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);font-weight:800}.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:24px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}.quote-form label{display:grid;gap:7px;color:var(--ink);font-size:.9rem;font-weight:800}.quote-form label:nth-child(6),.quote-form button,.form-note{grid-column:1 / -1}.quote-form input,.quote-form textarea,.quote-form select{min-height:46px;padding:11px 12px;color:var(--ink);background:#f9fbfd;border:1px solid var(--line);border-radius:var(--radius);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.quote-form textarea{resize:vertical;min-height:116px}.quote-form input:focus,.quote-form textarea:focus,.quote-form select:focus{border-color:var(--cyan);box-shadow:0 0 0 4px #12a4c724}.form-note{margin:0;color:var(--muted);font-size:.88rem}.form-note.success{padding:12px;color:#0a6b45;background:#e9fbf4;border:1px solid #b7ead6;border-radius:var(--radius)}.site-footer{padding:48px 0;color:#ffffffbf;background:#05111d}.footer-grid{display:grid;grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(160px,.4fr));gap:28px}.footer-brand{color:var(--white)}.footer-logo{background:var(--white);border-radius:var(--radius);padding:5px 8px}.site-footer p{max-width:420px;margin:18px 0 0}.site-footer h2{margin:0 0 14px;color:var(--white);font-size:1rem}.site-footer a:not(.brand){display:block;margin-top:9px;color:#ffffffb8}.site-footer a:not(.brand):hover,.site-footer a:not(.brand):focus-visible{color:var(--white)}.floating-cta{position:fixed;right:18px;bottom:18px;z-index:45;min-height:48px;display:inline-flex;align-items:center;gap:9px;padding:12px 15px;color:var(--white);background:var(--green);border-radius:var(--radius);box-shadow:0 18px 38px #1fa97152;font-weight:900}.floating-cta:hover,.floating-cta:focus-visible{background:#15875a}@media(max-width:980px){.hero{min-height:760px}.hero h1{font-size:4.2rem}.hero-copy{font-size:1.08rem}.metrics,.benefit-grid,.process-grid,.product-grid,.solution-grid,.brand-grid,.service-grid,.guide-grid,.decision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-grid,.split-grid.reverse,.quote-grid,.faq-grid,.local-grid{grid-template-columns:1fr}.split-grid.reverse .split-media{order:0}.split-media img{min-height:340px}.cta-inner{grid-template-columns:1fr}}@media(max-width:760px){.container{width:min(100% - 24px,1160px)}.header-inner{min-height:68px}.nav-toggle{display:inline-flex}.main-nav{position:fixed;inset:68px 12px auto;display:none;flex-direction:column;align-items:stretch;padding:12px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.main-nav a{min-height:44px;display:flex;align-items:center}.hero{min-height:720px}.hero-shade{background:linear-gradient(90deg,#071421f0,#071421b8),linear-gradient(0deg,#07142180,#0714210f)}.hero-content{padding:56px 0 70px}.hero h1{font-size:2.85rem}.hero-copy{font-size:1rem}.hero-actions,.hero-proof{display:grid;grid-template-columns:1fr}.hero-actions .btn,.hero-proof span{width:100%}.section{padding:62px 0}.section-heading h2,.split-copy h2,.local-grid h2,.quote-copy h2,.faq-grid h2{font-size:2rem}.product-grid,.solution-grid,.brand-grid,.service-grid,.guide-grid,.decision-grid,.application-list,.quote-form{grid-template-columns:1fr}.quote-form label:nth-child(6),.quote-form button,.form-note{grid-column:auto}.metrics,.benefit-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.metrics div{min-height:auto}.decision-grid article,.benefit-grid article,.process-grid article{min-height:auto}.solution-card{min-height:360px}.floating-cta{left:12px;right:12px;justify-content:center}}@media(max-width:420px){.hero h1{font-size:2.28rem}.brand-logo{width:118px}.brand strong{font-size:.92rem}.brand small{font-size:.7rem}.btn{padding-inline:14px}}.shopify-template{min-height:56vh}.shopify-template h1,.product-summary h1,.collection-template h1,.cart-template h1,.search-template h1,.article-template h1{margin:0;color:var(--ink);font-size:2.45rem;line-height:1.08;letter-spacing:0}.rte{color:var(--graphite)}.rte>*:first-child{margin-top:0}.rte a{color:var(--red);font-weight:800}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.store-card{overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.store-card a{display:grid;height:100%}.store-card img,.store-card .placeholder-svg{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--soft)}.store-card-body{display:grid;gap:8px;padding:18px}.store-card-body h2,.store-card-body h3{margin:0;color:var(--ink);font-size:1.08rem;line-height:1.25}.shopify-price{margin:0;color:var(--red);font-weight:900}.product-template-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);gap:38px;align-items:start}.product-main-image,.product-gallery .placeholder-svg{width:100%;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.product-summary{display:grid;gap:18px}.product-form{display:grid;gap:14px}.product-form label,.cart-line label,.search-form label{display:grid;gap:7px;color:var(--ink);font-size:.9rem;font-weight:800}.product-form select,.product-form input,.cart-line input,.search-form input{min-height:46px;padding:11px 12px;color:var(--ink);background:#f9fbfd;border:1px solid var(--line);border-radius:var(--radius)}.cart-lines{display:grid;gap:14px}.cart-line{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.cart-line img{width:96px;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);background:var(--soft)}.cart-line h2{margin:0;font-size:1rem;line-height:1.25}.cart-summary{display:grid;justify-items:end;gap:14px;margin-top:22px}.cart-summary strong{color:var(--ink);font-size:1.2rem}.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin:22px 0 28px}.pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.pagination span,.pagination a{min-width:40px;min-height:40px;display:inline-grid;place-items:center;padding:8px 12px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);font-weight:800}.article-meta{margin:10px 0 22px;color:var(--muted);font-weight:700}@media(max-width:980px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-template-grid{grid-template-columns:1fr}}@media(max-width:760px){.store-grid,.cart-line,.search-form{grid-template-columns:1fr}.cart-summary{justify-items:stretch}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
