/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.grid{display:grid}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#15181c;--muted:#67717b;--line:#dfe3e6;--paper:#f5f6f6;--red:#e52b32;--blue:#263c92;--yellow:#f6c900}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#fffffff2;align-items:center;gap:36px;height:82px;padding:0 clamp(22px,4vw,68px);display:flex;position:sticky;top:0}.brand{letter-spacing:.13em;white-space:nowrap;align-items:center;gap:9px;font-size:13px;font-weight:900;display:flex}.brand-mark{background:var(--ink);color:#fff;letter-spacing:-.08em;border-bottom:5px solid var(--red);place-items:center;width:42px;height:38px;font-size:17px;display:grid;transform:skew(-7deg)}.desktop-nav{color:#42484e;align-items:center;gap:clamp(16px,2vw,34px);margin-left:auto;font-size:12px;font-weight:700;display:flex}.desktop-nav a:hover{color:var(--red)}.button{letter-spacing:.02em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:18px;min-height:48px;padding:0 20px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-red{color:#fff;background:var(--red)}.button-red:hover{background:#bd1b22}.button-outline{border-color:var(--ink)}.button-light{color:var(--ink);background:#fff}.header-cta{min-height:42px;padding:0 17px}.hero{background:linear-gradient(110deg,#fff 0 51%,#eceeef 51%);grid-template-columns:1.03fr .97fr;min-height:690px;display:grid;overflow:hidden}.hero-copy{padding:clamp(70px,9vw,125px) clamp(28px,6vw,95px) 54px}.eyebrow{color:#4f5963;letter-spacing:.18em;align-items:center;gap:9px;margin:0 0 22px;font-size:10px;font-weight:900;display:flex}.eyebrow span{background:var(--red);width:24px;height:3px}.eyebrow.light{color:#cbd0d5}.hero h1{letter-spacing:-.07em;margin:0;font-size:clamp(54px,6.3vw,96px);font-weight:900;line-height:.89}.hero h1 em{color:var(--red);font-style:normal}.hero-lead{max-width:650px;color:var(--muted);margin:32px 0;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.trust-row{border-top:1px solid var(--line);color:#79818a;letter-spacing:.08em;grid-template-columns:repeat(4,1fr);gap:12px;max-width:580px;margin-top:55px;padding-top:22px;font-size:9px;display:grid}.trust-row b{color:var(--ink);font-size:11px;line-height:2.2}.hero-visual{background:linear-gradient(135deg,#dfe2e4,#f8f8f7);min-height:620px;position:relative}.hazard-lines{opacity:.17;background:repeating-linear-gradient(-45deg,transparent 0 42px,var(--ink) 42px 59px);clip-path:polygon(58% 0,100% 0,100% 60%);position:absolute;inset:0}.hero-sign{background:#fff;padding:10px;position:absolute;box-shadow:0 28px 70px #12161a2b}.hero-sign img{object-fit:contain;width:100%;height:100%}.main-sign{aspect-ratio:.82;width:min(62%,420px);top:14%;left:14%;transform:rotate(-3deg)}.small-sign{aspect-ratio:.82;width:min(32%,210px)}.top-sign{top:8%;right:5%;transform:rotate(5deg)}.bottom-sign{bottom:5%;right:8%;transform:rotate(3deg)}.spec-label{background:var(--ink);color:#fff;letter-spacing:.14em;padding:14px 18px;font-size:8px;line-height:1.7;position:absolute;bottom:6%;left:4%}.spec-label b{color:var(--yellow);font-size:13px}.proof-strip{background:var(--ink);color:#fff;grid-template-columns:repeat(4,1fr);align-items:center;min-height:72px;padding:0 clamp(28px,6vw,95px);display:grid}.proof-strip p{text-align:center;text-transform:uppercase;letter-spacing:.12em;border-right:1px solid #41454a;margin:0;font-size:10px;font-weight:800}.proof-strip p:last-child{border:0}.section{padding:clamp(74px,9vw,132px) clamp(25px,6vw,95px)}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:50px;display:flex}.section-heading h2,.format-copy h2,.resource-card h2,.contact-intro h2{letter-spacing:-.055em;margin:0;font-size:clamp(40px,5vw,70px);line-height:.98}.section-heading>p{max-width:480px;color:var(--muted);margin:0;line-height:1.7}.catalog-section{background:#fff}.catalog-toolbar{border-top:1px solid var(--ink);border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:18px 0;display:flex}.filters{flex-wrap:wrap;gap:8px;display:flex}.filters button{border:1px solid var(--line);cursor:pointer;background:#fff;padding:11px 16px;font-size:11px;font-weight:800}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.search-box{border:1px solid var(--line);align-items:center;min-width:260px;padding:0 13px;display:flex}.search-box input{border:0;outline:0;width:100%;min-height:40px}.product-count{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin:20px 0;font-size:11px}.product-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product-card{border:1px solid var(--line);padding:13px 13px 18px;transition:all .2s}.product-card:hover{border-color:#bac0c5;transform:translateY(-4px);box-shadow:0 18px 44px #191e221a}.product-image{background:var(--paper);place-items:center;height:260px;display:grid;overflow:hidden}.product-image img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.product-meta{color:var(--red);letter-spacing:.1em;justify-content:space-between;margin-top:15px;font-size:9px;font-weight:900;display:flex}.product-card h3{margin:10px 0 7px;font-size:17px;line-height:1.15}.product-card p{color:var(--muted);min-height:36px;font-size:12px;line-height:1.5}.product-card a{border-top:1px solid var(--line);justify-content:space-between;margin-top:15px;padding-top:12px;font-size:11px;font-weight:800;display:flex}.empty{text-align:center;background:var(--paper);color:var(--muted);padding:45px}.format-section{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr;gap:8vw;display:grid;overflow:hidden}.format-copy>p:not(.eyebrow){color:#aeb5bc;max-width:590px;line-height:1.7}.format-copy ul{border-top:1px solid #3f4449;margin:35px 0;padding:0;list-style:none}.format-copy li{border-bottom:1px solid #3f4449;padding:16px 0;font-weight:700}.format-copy li b{color:var(--red);margin-right:25px}.format-art{background:linear-gradient(135deg,#22272c,#090b0d);min-height:530px;position:relative;overflow:hidden}.giant-g,.giant-v{color:#fff;text-shadow:16px 14px 0 var(--red);font-size:330px;font-weight:900;line-height:1;position:absolute}.giant-g{top:20px;left:-15px;transform:rotate(-7deg)}.giant-v{color:var(--yellow);text-shadow:14px 13px 0 var(--blue);bottom:-55px;right:-20px}.material-card{color:var(--ink);width:190px;box-shadow:16px 16px 0 var(--red);background:#fff;gap:7px;padding:22px;display:grid;position:absolute;top:39%;left:34%;transform:rotate(2deg)}.material-card small{letter-spacing:.15em}.material-card b{font-size:28px}.material-card em{color:var(--muted);font-size:10px;font-style:normal}.sectors-section{background:var(--paper)}.sector-grid{border-top:1px solid var(--ink);grid-template-columns:repeat(4,1fr);display:grid}.sector-grid article{border-right:1px solid #cdd2d6;min-height:250px;padding:30px 26px}.sector-grid article:last-child{border:0}.sector-grid span{color:var(--red);font-weight:900}.sector-grid h3{margin:50px 0 14px;font-size:22px}.sector-grid p{color:var(--muted);font-size:13px;line-height:1.65}.resource-section{background:#fff}.resource-card{background:var(--red);color:#fff;grid-template-columns:.75fr 1.25fr;align-items:center;gap:8vw;min-height:520px;padding:clamp(35px,6vw,85px);display:grid}.resource-card>div:last-child>p:not(.eyebrow){color:#ffe8e8;max-width:600px;margin:25px 0 32px;line-height:1.7}.pdf-cover{aspect-ratio:.75;width:min(100%,315px);color:var(--ink);background:#fff;flex-direction:column;justify-content:space-between;padding:28px;display:flex;transform:rotate(-3deg);box-shadow:20px 20px #0000002e}.pdf-cover span{border-bottom:6px solid var(--red);width:max-content;font-size:28px;font-weight:900}.pdf-cover strong{font-size:35px;line-height:.95}.pdf-cover small{letter-spacing:.16em;color:var(--muted)}.contact-section{grid-template-columns:.85fr 1.15fr;gap:9vw;display:grid}.contact-intro>p:not(.eyebrow):not(.director){color:var(--muted);max-width:510px;line-height:1.7}.contact-intro address{border-left:4px solid var(--red);margin-top:42px;padding-left:18px;font-size:13px;font-style:normal;line-height:1.7}.director{margin-top:32px;font-weight:800}.director span{color:var(--muted);font-size:12px;font-weight:400}.contact-form{background:var(--paper);gap:20px;padding:clamp(25px,4vw,50px);display:grid}.field-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.contact-form label{gap:8px;font-size:11px;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{background:#fff;border:1px solid #d4d8db;outline:none;width:100%;padding:14px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 2px #e52b321f}.contact-form small{color:var(--muted)}footer{background:var(--ink);color:#aeb4ba;align-items:center;gap:35px;min-height:110px;padding:20px clamp(25px,6vw,95px);font-size:11px;display:flex}.footer-brand{color:#fff}footer p:last-child{margin-left:auto}@media (width<=1100px){.desktop-nav{display:none}.header-cta{margin-left:auto}.hero{grid-template-columns:1fr}.hero-visual{min-height:580px}.product-grid{grid-template-columns:repeat(3,1fr)}.format-section,.contact-section{grid-template-columns:1fr}.sector-grid{grid-template-columns:1fr 1fr}.sector-grid article:nth-child(2){border-right:0}.resource-card{grid-template-columns:1fr 1.2fr}}@media (width<=760px){.site-header{height:70px;padding:0 18px}.header-cta{min-width:46px;padding:0;font-size:0}.header-cta span{font-size:18px}.hero-copy{padding:70px 24px 45px}.hero{background:#fff}.hero h1{font-size:58px}.hero-visual{min-height:460px}.main-sign{width:65%;left:6%}.small-sign{width:34%}.trust-row{grid-template-columns:1fr 1fr}.proof-strip{grid-template-columns:1fr 1fr;gap:16px;padding:18px}.proof-strip p{border:0}.section{padding:72px 22px}.section-heading{display:block}.section-heading>p{margin-top:24px}.catalog-toolbar{display:block}.search-box{min-width:0;margin-top:12px}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-image{height:190px}.product-card h3{font-size:14px}.product-card p{display:none}.format-art{min-height:430px}.giant-g,.giant-v{font-size:240px}.sector-grid{grid-template-columns:1fr}.sector-grid article{border-bottom:1px solid #cdd2d6;border-right:0;min-height:210px}.sector-grid h3{margin-top:30px}.resource-card{grid-template-columns:1fr}.pdf-cover{justify-self:center;width:210px}.pdf-cover strong{font-size:24px}.field-row{grid-template-columns:1fr}footer{flex-wrap:wrap}footer p:last-child{margin-left:0}}.cart-button{border:1px solid var(--ink);cursor:pointer;background:#fff;height:42px;margin-left:auto;padding:0 14px;font-size:11px;font-weight:800}.cart-button b{background:var(--yellow);border-radius:50%;place-items:center;width:22px;height:22px;margin-left:8px;display:inline-grid}.hero-collage{background:#15181c;min-height:650px;position:relative;overflow:hidden}.hero-collage:before{content:"";background:repeating-linear-gradient(-45deg,#0000 0 52px,#ffffff0f 52px 72px);position:absolute;inset:0}.hero-collage img{object-fit:contain;background:#fff;padding:10px;position:absolute;box-shadow:0 25px 60px #0007}.hero-collage img:first-child{width:48%;height:55%;top:13%;left:8%;transform:rotate(-4deg)}.hero-collage img:nth-child(2){width:36%;height:42%;top:8%;right:5%;transform:rotate(5deg)}.hero-collage img:nth-child(3){width:34%;height:40%;bottom:4%;right:10%;transform:rotate(3deg)}.hero-badge{background:var(--yellow);color:var(--ink);letter-spacing:.1em;box-shadow:10px 10px 0 var(--red);padding:16px 20px;font-size:11px;line-height:1.4;position:absolute;bottom:8%;left:6%}.hero-badge b{font-size:15px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{flex-direction:column;display:flex}.product-card h3{min-height:40px}.config-row{gap:7px;margin-top:auto;display:grid}.config-row select{border:1px solid var(--line);background:#fff;width:100%;padding:9px;font-size:10px}.add-row{gap:8px;margin-top:9px;display:flex}.add-row label{align-items:center;gap:4px;font-size:9px;font-weight:800;display:flex}.add-row input{border:1px solid var(--line);width:48px;padding:9px 5px}.add-row button{background:var(--ink);color:#fff;cursor:pointer;border:0;flex:1;font-size:10px;font-weight:800}.add-row button:hover{background:var(--red)}.solution-section{background:var(--ink);color:#fff;grid-template-columns:.85fr 1.15fr;gap:8vw;display:grid}.solution-section>div>p:not(.eyebrow){color:#aeb5bc;line-height:1.7}.solution-section h2{letter-spacing:-.055em;font-size:clamp(42px,5vw,72px);line-height:.95}.solution-grid{grid-template-columns:1fr 1fr;display:grid}.solution-grid article{border:1px solid #3b4147;min-height:200px;padding:28px}.solution-grid span{color:var(--yellow);font-weight:900}.solution-grid h3{margin:45px 0 10px;font-size:24px}.solution-grid p{color:#aeb5bc;font-size:13px}.solution-grid>a{display:block}.solution-grid>a:hover{background:#23282d}.view-examples{color:#fff;margin-top:22px;font-size:13px;display:block}.projects-section{background:#f4f5f5}.project-grid{grid-template-columns:1.2fr 1fr 1fr;gap:18px;display:grid}.project-grid article{background:#fff;padding:12px}.project-grid article>img,.totem-wrap{object-fit:cover;background:#e4e6e7;width:100%;height:420px}.project-grid h3{margin:18px 8px 8px;font-size:21px}.project-grid p{color:var(--muted);margin:0 8px 16px;font-size:13px}.totem-wrap{position:relative;overflow:hidden}.totem-wrap img{object-fit:cover;width:100%;height:100%}.totem-wrap span{color:#fff;text-align:center;letter-spacing:.12em;background:#111;padding:8px;font-size:10px;font-weight:700;position:absolute;top:24%;left:32%;right:27%}.b2b-section h2{letter-spacing:-.055em;max-width:800px;font-size:clamp(40px,5vw,68px);line-height:.96}.b2b-grid{border-top:1px solid var(--ink);grid-template-columns:repeat(3,1fr);margin-top:45px;display:grid}.b2b-grid span{border-bottom:1px solid var(--line);padding:22px 10px;font-weight:800}.contact-section{background:#f3f4f4;align-items:center}.contact-section h2{font-size:clamp(42px,5vw,70px);line-height:.95}.contact-section p{color:var(--muted);line-height:1.7}.contact-section address{font-style:normal;line-height:1.7}.contact-big{min-height:70px;font-size:14px}.cart-drawer{z-index:90;background:#fff;flex-direction:column;width:min(480px,94vw);height:100dvh;transition:all .25s;display:flex;position:fixed;top:0;right:0;transform:translate(105%);box-shadow:-30px 0 70px #0004}.cart-drawer.open{transform:none}.drawer-mask{z-index:80;background:#0008;border:0;position:fixed;inset:0}.cart-head{border-bottom:1px solid var(--line);justify-content:space-between;padding:28px;display:flex}.cart-head small{letter-spacing:.15em;color:var(--red);font-weight:900}.cart-head h2{margin:8px 0 0}.cart-head h2 span{color:var(--red)}.cart-head>button{cursor:pointer;background:0 0;border:0;font-size:32px}.cart-list{flex:1;padding:18px;overflow:auto}.cart-list article{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr auto;align-items:center;gap:12px;padding:12px 0;display:grid}.cart-list img{object-fit:contain;background:#f3f4f4;width:80px;height:80px}.cart-list b{font-size:12px}.cart-list small{color:var(--muted);margin-top:6px;line-height:1.5;display:block}.cart-list article>button{background:0 0;border:0;font-size:22px}.cart-empty{text-align:center;padding:90px 25px}.cart-empty p{color:var(--muted)}.cart-foot{border-top:1px solid var(--line);gap:10px;padding:20px;display:grid}.cart-foot .clear{color:var(--muted);cursor:pointer;background:0 0;border:0}@media (width<=1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.solution-section{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr 1fr}.project-grid article:first-child{grid-column:1/-1}.cart-button{margin-left:auto}}@media (width<=760px){.cart-button{padding:0 8px;font-size:0}.cart-button b{font-size:11px}.hero-collage{min-height:480px}.product-grid{grid-template-columns:1fr 1fr}.product-image{height:170px}.product-card h3{min-height:34px}.config-row select{padding:7px 3px}.add-row{display:grid}.add-row button{min-height:36px}.solution-grid,.project-grid{grid-template-columns:1fr}.project-grid article:first-child{grid-column:auto}.project-grid article>img,.totem-wrap{height:360px}.b2b-grid{grid-template-columns:1fr}.contact-big{width:100%}}:root{--green:#16864b;--industrial-blue:#1856a3;--warning:#f5c400;--fire:#d9282f}body{font-size:16px}.download-link{white-space:nowrap;border-bottom:2px solid var(--red);padding:10px 0;font-size:14px;font-weight:800}.category-tabs{border-bottom:1px solid var(--line);scrollbar-width:thin;gap:8px;padding:0 0 18px;display:flex;overflow:auto}.category-tabs button{white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #cfd4d8;padding:12px 16px;font-size:14px;font-weight:800}.category-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.shop-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:32px;margin-top:28px;display:grid}.filter-sidebar{background:#fff;border:1px solid #d6dade;position:sticky;top:105px}.filter-title{background:var(--ink);color:#fff;justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.filter-title div{gap:6px;display:grid}.filter-title small{color:#b9c0c6;letter-spacing:.12em;font-size:12px}.filter-title b{font-size:17px}.filter-title button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:13px;text-decoration:underline}.sidebar-search{border-bottom:1px solid var(--line);gap:8px;padding:18px 20px;font-size:14px;font-weight:800;display:grid}.sidebar-search input{border:1px solid #cfd4d8;outline:none;min-height:44px;padding:0 12px}.sidebar-search input:focus{border-color:var(--industrial-blue);box-shadow:0 0 0 3px #1856a31b}.filter-sidebar fieldset{border:0;border-bottom:1px solid var(--line);margin:0;padding:20px}.filter-sidebar legend{margin-bottom:10px;padding:0;font-size:14px;font-weight:900}.filter-sidebar fieldset>label{cursor:pointer;align-items:center;gap:9px;min-height:36px;font-size:14px;display:flex}.filter-sidebar input[type=radio]{accent-color:var(--industrial-blue);width:16px;height:16px}.color-filter{padding:5px 0;align-items:flex-start!important}.color-filter>span{gap:2px;display:grid}.color-filter b{font-size:14px}.color-filter small{color:var(--muted);font-size:12px;line-height:1.3}.swatch{border:1px solid #0002;border-radius:50%;flex:0 0 16px;width:16px;height:16px}.swatch-rojo{color:#fff;background:var(--fire)!important}.swatch-verde{color:#fff;background:var(--green)!important}.swatch-amarillo{color:#111;background:var(--warning)!important}.swatch-azul{color:#fff;background:var(--industrial-blue)!important}.swatch-multicolor{color:#fff;background:conic-gradient(var(--fire),var(--warning),var(--green),var(--industrial-blue),var(--fire))!important}.swatch-todos{background:linear-gradient(135deg,#fff 50%,#111 50%)}.filter-help{border-left:4px solid var(--industrial-blue);background:#edf3f8;gap:8px;margin:16px;padding:16px;display:grid}.filter-help b{font-size:14px}.filter-help span{color:#56616c;font-size:13px;line-height:1.45}.filter-help a{color:var(--industrial-blue);font-size:13px;font-weight:800}.results-head{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:flex-start;min-height:60px;margin-bottom:18px;display:flex}.results-head>div{gap:5px;display:grid}.results-head b{font-size:18px}.results-head span{color:var(--muted);font-size:13px}.mobile-filter-summary{cursor:pointer;background:0 0;border:0;font-size:13px;text-decoration:underline}.shop-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-image{position:relative}.card-color{z-index:2;border-radius:20px;padding:6px 9px;font-size:12px;font-weight:900;position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #0002}.product-meta{font-size:12px}.product-card h3{min-height:42px;font-size:18px}.product-objective{min-height:36px!important;margin:0 0 12px!important;font-size:13px!important;display:block!important}.config-row label{gap:5px;font-size:13px;font-weight:800;display:grid}.config-row select{min-height:40px;font-size:14px}.add-row label{font-size:13px}.add-row button{min-height:42px;font-size:13px}.no-results{text-align:center;background:var(--paper);padding:80px 20px}.no-results b{font-size:22px}.no-results p{color:var(--muted)}.no-results button{background:var(--ink);color:#fff;cursor:pointer;border:0;padding:13px 20px;font-weight:800}@media (width<=1180px){.site-header{gap:18px}.download-link{display:none}.shop-layout{grid-template-columns:250px minmax(0,1fr)}.shop-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.shop-layout{grid-template-columns:1fr}.filter-sidebar{position:static}.filter-sidebar fieldset{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 12px;display:grid}.filter-sidebar legend{grid-column:1/-1}.shop-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:clamp(46px,11vw,64px)}}@media (width<=560px){.section{padding-left:16px;padding-right:16px}.shop-results .product-grid{grid-template-columns:1fr}.product-image{height:260px}.filter-sidebar fieldset{grid-template-columns:1fr}.category-tabs{margin-left:-16px;margin-right:-16px;padding-left:16px}.product-card h3{min-height:auto}.product-objective{min-height:auto!important}.site-header{padding:0 12px}.brand>span:last-child{display:none}}.compact-hero{min-height:calc(100vh - 82px);max-height:760px}.compact-hero .hero-copy{flex-direction:column;justify-content:center;padding-top:clamp(48px,7vh,82px);padding-bottom:40px;display:flex}.compact-hero h1{font-size:clamp(46px,5.6vw,82px)}.compact-hero .hero-lead{max-width:590px;margin:24px 0}.quick-filters{grid-template-columns:repeat(3,1fr);gap:14px;margin:8px 0 24px;display:grid}.quick-filter{background:#fff;border:1px solid #cfd4d8;position:relative}.quick-filter summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:78px;padding:15px 18px;list-style:none;display:flex}.quick-filter summary::-webkit-details-marker{display:none}.quick-filter summary span{gap:8px;display:grid}.quick-filter summary small{letter-spacing:.12em;color:var(--muted);font-size:11px;font-weight:900}.quick-filter summary b{text-align:left;font-size:15px}.quick-filter summary i{font-size:24px;font-style:normal}.quick-filter>div{z-index:20;background:#fff;border:1px solid #cfd4d8;max-height:390px;padding:8px;position:absolute;top:100%;left:-1px;right:-1px;overflow:auto;box-shadow:0 18px 45px #0002}.quick-filter>div button{text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:11px 12px;font-size:14px}.quick-filter>div button:hover,.quick-filter>div button.active{background:var(--ink);color:#fff}.catalog-tools{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;padding-bottom:18px;display:flex}.catalog-tools label{gap:7px;width:100%;max-width:520px;font-size:13px;font-weight:900;display:grid}.catalog-tools input{border:1px solid #cfd4d8;min-height:46px;padding:0 14px}.catalog-tools>div{white-space:nowrap;align-items:center;gap:16px;display:flex}.catalog-tools button{cursor:pointer;background:0 0;border:0;text-decoration:underline}.simplified-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{scroll-margin-top:100px}.product-image{cursor:zoom-in;background:#f1f3f4;border:0;width:100%;padding:0;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%}.product-image>span{color:#fff;text-align:center;opacity:0;background:#15181cdd;padding:9px;font-size:12px;font-weight:800;transition:all .2s;position:absolute;bottom:10px;left:10px;right:10px}.product-image:hover>span{opacity:1}.config-row{grid-template-columns:1fr 1fr}.config-row .type-field{grid-column:1/-1}.custom-cta{color:#fff;border-left:6px solid var(--red);background:linear-gradient(120deg,#15191d,#252b30);justify-content:space-between;align-items:center;gap:28px;margin-top:34px;padding:28px 32px;display:flex}.custom-cta>div{max-width:680px}.custom-cta small{color:#ffcf38;letter-spacing:.12em;font-weight:900}.custom-cta h3{margin:7px 0;font-size:26px}.custom-cta p{color:#cbd1d6;margin:0;line-height:1.5}.custom-cta .button{text-align:center;flex:none}.featured-projects{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.featured-projects button{text-align:left;cursor:pointer;background:#fff;border:0;padding:0}.featured-projects img{object-fit:cover;background:#eef0f1;width:100%;height:340px}.featured-projects span{border-bottom:2px solid var(--ink);padding:14px 0;font-size:16px;font-weight:900;display:block}.image-modal{z-index:120;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.modal-mask{background:#000b;border:0;position:absolute;inset:0}.modal-card{z-index:1;background:#fff;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);width:min(1060px,96vw);max-height:92vh;display:grid;position:relative;overflow:auto;box-shadow:0 30px 90px #0008}.modal-card>img{object-fit:contain;background:#edf0f1;width:100%;height:min(78vh,780px)}.modal-card>div{align-self:center;padding:42px}.modal-card small{color:var(--red);letter-spacing:.08em;font-weight:900}.modal-card h2{margin:14px 0;font-size:clamp(28px,4vw,48px);line-height:1}.modal-card p{color:var(--muted);margin-bottom:28px;line-height:1.6}.modal-close{z-index:2;background:var(--ink);color:#fff;cursor:pointer;border:0;width:42px;height:42px;font-size:28px;position:absolute;top:12px;right:12px}@media (width<=1000px){.compact-hero{min-height:auto;max-height:none}.quick-filters{grid-template-columns:1fr}.quick-filter>div{box-shadow:none;border:0;border-top:1px solid var(--line);position:static}.simplified-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-projects{grid-template-columns:1fr 1fr}.modal-card{grid-template-columns:1fr}.modal-card>img{height:52vh}.modal-card>div{padding:25px}}@media (width<=620px){.simplified-grid{grid-template-columns:1fr}.catalog-tools{flex-direction:column;align-items:stretch}.catalog-tools>div{justify-content:space-between}.featured-projects{grid-template-columns:1fr}.featured-projects img{height:390px}.modal-card{width:100%}.compact-hero .hero-copy{padding-top:45px}.compact-hero h1{font-size:42px}.proof-strip{grid-template-columns:1fr 1fr}.config-row{grid-template-columns:1fr}.custom-cta{flex-direction:column;align-items:stretch;padding:24px 20px}.custom-cta h3{font-size:22px}.custom-cta .button{width:100%}}
