*,*:before,*:after{box-sizing:border-box}html{font-size:calc(16px * var(--font-body-scale));scroll-behavior:smooth}body{margin:0;background:var(--color-warm-white);color:var(--color-obsidian);font-family:var(--font-body);font-size:1rem;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body.drawer-open{overflow:hidden}img,picture,video,svg{display:block;max-width:100%}img{height:auto}svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{text-decoration-color:var(--color-accent)}p{margin:0 0 1rem}h1,h2,h3,h4,h5,h6{margin:0 0 .75em;font-family:var(--font-heading);font-weight:700;line-height:1.05;letter-spacing:-.035em;text-wrap:balance}h1{font-size:calc(clamp(2.4rem,6vw,5.8rem) * var(--font-heading-scale))}h2{font-size:calc(clamp(2rem,4vw,4rem) * var(--font-heading-scale))}h3{font-size:calc(clamp(1.25rem,2vw,1.8rem) * var(--font-heading-scale))}ul,ol{margin:0;padding:0}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}[hidden],.no-js .no-js-hidden,.js .js-hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content-link{position:fixed;z-index:9999;top:1rem;left:1rem;transform:translateY(-200%);background:var(--color-warm-white);color:var(--color-obsidian);padding:.8rem 1.2rem;border-radius:var(--button-radius)}.skip-to-content-link:focus{transform:none}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.page-width{width:100%;max-width:calc(var(--page-width) + (var(--gutter) * 2));margin-inline:auto;padding-inline:var(--gutter)}.page-width--narrow{max-width:900px}.section{padding-block:var(--section-space)}.section--tight{padding-block:calc(var(--section-space) * .62)}.section--no-top{padding-top:0}.scheme--dark{background:var(--color-obsidian);color:var(--color-warm-white)}.scheme--graphite{background:var(--color-graphite);color:var(--color-warm-white)}.scheme--light{background:var(--color-warm-white);color:var(--color-obsidian)}.scheme--soft{background:#edf0f2;color:var(--color-obsidian)}.scheme--blue{background:var(--color-accent);color:#fff}.eyebrow{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;color:var(--color-accent);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:1.8rem;height:1px;background:currentColor}.scheme--dark .eyebrow,.scheme--graphite .eyebrow,.security-hero .eyebrow,.site-footer .eyebrow{color:#7da6ff}.installation-cta .eyebrow{color:#fff}.rte{max-width:72ch}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{color:var(--color-accent)}.rte ul,.rte ol{padding-inline-start:1.25rem;margin-block:1rem}.rte table{width:100%;border-collapse:collapse}.rte td,.rte th{padding:.75rem;border:1px solid rgba(152,162,173,.35);text-align:start}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.65rem;padding:.78rem 1.25rem;border:1px solid transparent;border-radius:var(--button-radius);background:var(--color-accent);color:#fff;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease}.button:hover{transform:translateY(-2px);background:#1f59df;text-decoration:none}.button svg{width:1rem;height:1rem}.button--secondary{background:transparent;border-color:currentColor;color:inherit}.button--secondary:hover{background:currentColor;color:var(--color-obsidian)}.scheme--light .button--secondary,.scheme--soft .button--secondary{color:var(--color-obsidian)}.scheme--light .button--secondary:hover,.scheme--soft .button--secondary:hover{background:var(--color-obsidian);color:var(--color-warm-white)}.button--ghost{min-height:auto;padding:.4rem 0;background:transparent;color:inherit;border:0;border-bottom:1px solid currentColor;border-radius:0}.button--ghost:hover{background:transparent;color:var(--color-accent);transform:none}.button[disabled],.button[aria-disabled=true]{opacity:.48;cursor:not-allowed;transform:none}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.link-with-arrow{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;text-decoration:none}.link-with-arrow svg{transition:transform .2s ease}.link-with-arrow:hover svg{transform:translate(.25rem)}.field{position:relative;margin-bottom:1rem}.field label,.field__label{display:block;margin-bottom:.42rem;font-size:.84rem;font-weight:700}.field input,.field textarea,.field select,.select__select{width:100%;min-height:48px;padding:.74rem .9rem;border:1px solid rgba(152,162,173,.5);border-radius:var(--button-radius);background:transparent;color:inherit}.field textarea{min-height:140px;resize:vertical}.field input::placeholder,.field textarea::placeholder{color:currentColor;opacity:.52}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--color-accent);outline:2px solid color-mix(in srgb,var(--color-accent) 30%,transparent);outline-offset:1px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem}.form-grid .field--full{grid-column:1/-1}.form-status{display:flex;gap:.6rem;align-items:flex-start;padding:1rem;border-radius:var(--button-radius);background:#2d6bff1a;margin-bottom:1.25rem}.form-status--error{background:#c942421a;color:var(--color-error)}.errors ul{padding-inline-start:1.2rem}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;margin-bottom:2.5rem}.section-heading__text{max-width:760px}.section-heading h2{margin-bottom:.4rem}.section-heading p{max-width:58ch;color:var(--color-steel);margin:0}.scheme--light .section-heading p,.scheme--soft .section-heading p{color:#59626c}.placeholder-svg{width:100%;height:100%;background:#e7eaed;color:#a8b0b9}.announcement-bar{position:relative;z-index:41;min-height:34px;background:#174fc1;color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}.announcement-bar__track{display:flex;align-items:center;justify-content:center;min-height:34px;overflow:hidden}.announcement-bar__item{display:none;width:100%;padding:.45rem 1rem;text-align:center;font-size:.76rem;font-weight:700;letter-spacing:.035em}.announcement-bar__item.is-active{display:block;animation:fade-in .3s ease}.announcement-bar__item a{text-decoration:none}.announcement-bar__separator{opacity:.5;margin-inline:.8rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.shopify-section-header-group{position:relative;z-index:40}.site-header{position:relative;background:var(--color-warm-white);color:var(--color-obsidian);border-bottom:1px solid rgba(152,162,173,.25)}.site-header.is-dark{background:var(--color-obsidian);color:var(--color-warm-white);border-bottom-color:#ffffff1f}.site-header[data-sticky=true]{position:sticky;top:0;z-index:40}.site-header.is-hidden{transform:translateY(-100%)}.site-header{transition:transform .3s ease,box-shadow .3s ease}.site-header.is-scrolled{box-shadow:0 12px 32px #0a0d101f}.header__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:2rem;min-height:76px}.header__logo{display:flex;align-items:center;max-width:var(--logo-width,176px);text-decoration:none}.header__logo img{display:block;width:100%;height:auto;max-height:54px;object-fit:contain}.header__wordmark{display:grid;line-height:.95;text-decoration:none;text-transform:uppercase;font-weight:800;letter-spacing:-.04em;font-size:1.15rem}.header__wordmark small{font-size:.55em;letter-spacing:.18em;color:var(--color-steel);margin-top:.25rem}.header__nav{display:flex;justify-content:center;align-items:center;gap:.25rem}.header__nav>li{list-style:none;position:relative}.header__nav-link{display:flex;align-items:center;gap:.35rem;padding:1.5rem .78rem;font-size:.9rem;font-weight:700;text-decoration:none}.header__nav-link:hover{color:var(--color-accent);text-decoration:none}.header__nav-link svg{width:.8rem;height:.8rem}.header__dropdown{position:absolute;top:calc(100% - .4rem);left:50%;min-width:240px;padding:.7rem;transform:translate(-50%,.5rem);background:var(--color-warm-white);color:var(--color-obsidian);border:1px solid rgba(152,162,173,.25);border-radius:var(--card-radius);box-shadow:0 22px 60px #0a0d102e;opacity:0;visibility:hidden;transition:.2s ease}.header__nav li:hover>.header__dropdown,.header__nav li:focus-within>.header__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.header__dropdown a{display:flex;padding:.75rem .8rem;border-radius:calc(var(--card-radius) - 4px);font-size:.88rem;font-weight:600;text-decoration:none}.header__dropdown a:hover{background:#edf0f2;color:var(--color-accent)}.header__mega{position:fixed;left:var(--gutter);right:var(--gutter);top:auto;max-width:var(--page-width);margin-inline:auto;transform:translateY(.5rem);padding:1.5rem}.header__nav li:hover>.header__mega,.header__nav li:focus-within>.header__mega{transform:translateY(0)}.mega-menu__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.mega-menu__heading{margin-bottom:.7rem;font-size:.75rem;color:#606a75;text-transform:uppercase;letter-spacing:.12em}.mega-menu__links{list-style:none}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.header__icon{position:relative;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer;text-decoration:none}.header__icon:hover{background:#98a2ad26;color:var(--color-accent)}.header__icon svg{width:1.22rem;height:1.22rem}.cart-count-bubble{position:absolute;top:2px;right:0;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:800}.header__install{margin-inline-start:.35rem;min-height:42px;padding:.65rem 1rem}.header__menu-button{display:none}.service-notice{background:var(--color-graphite);color:var(--color-warm-white);font-size:.74rem}.service-notice__inner{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:30px;text-align:center}.service-notice svg{width:.9rem;height:.9rem;color:var(--color-accent)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;background:#0a0d1094;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.25s ease}.overlay.is-open{opacity:1;visibility:visible}.drawer{position:fixed;z-index:50;top:0;bottom:0;width:min(460px,100%);background:var(--color-warm-white);color:var(--color-obsidian);box-shadow:-30px 0 80px #0a0d1047;transition:transform .35s cubic-bezier(.22,.8,.25,1);overflow:hidden}.drawer--right{right:0;transform:translate(105%)}.drawer--left{left:0;transform:translate(-105%)}.drawer.is-open{transform:none}.drawer__inner{display:flex;flex-direction:column;height:100%}.drawer__header{display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:1rem 1.25rem;border-bottom:1px solid rgba(152,162,173,.25)}.drawer__header h2{font-size:1.25rem;margin:0}.drawer__close{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#edf0f2;cursor:pointer}.drawer__content{flex:1;overflow:auto;padding:1.25rem}.drawer__footer{padding:1.1rem 1.25rem calc(1.1rem + var(--safe-bottom));border-top:1px solid rgba(152,162,173,.25);background:#fff}.mobile-nav{list-style:none}.mobile-nav>li{border-bottom:1px solid rgba(152,162,173,.25)}.mobile-nav a,.mobile-nav summary{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-weight:700;text-decoration:none}.mobile-nav__child{list-style:none;padding:0 0 .8rem 1rem}.mobile-nav__child a{padding:.65rem 0;color:#4c5660;font-weight:600}.mobile-nav__utility{display:grid;gap:.6rem;margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid rgba(152,162,173,.25)}.mobile-nav__utility a{display:flex;gap:.6rem;align-items:center;text-decoration:none}.search-modal{position:fixed;z-index:55;top:0;right:0;bottom:0;left:0;background:#0a0d10f5;color:var(--color-warm-white);opacity:0;visibility:hidden;transition:.25s ease}.search-modal.is-open{opacity:1;visibility:visible}.search-modal__inner{height:100%;overflow:auto;padding-block:clamp(1.5rem,6vw,5rem)}.search-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.search-modal__form{position:relative}.search-modal__input{width:100%;padding:.4rem 3.5rem .8rem 0;border:0;border-bottom:2px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-family:var(--font-heading);font-size:clamp(1.7rem,5vw,4rem);font-weight:700;letter-spacing:-.04em}.search-modal__input:focus{outline:0;border-bottom-color:var(--color-accent)}.search-modal__submit{position:absolute;right:0;bottom:.8rem;border:0;background:transparent;color:#fff;cursor:pointer}.predictive-search{margin-top:2rem}.predictive-search__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.predictive-search__card{display:grid;grid-template-columns:80px 1fr;gap:.85rem;align-items:center;padding:.75rem;border:1px solid rgba(255,255,255,.15);border-radius:var(--card-radius);text-decoration:none}.predictive-search__card img{width:80px;aspect-ratio:1;object-fit:contain;background:#fff;border-radius:8px}.predictive-search__card strong{display:block;line-height:1.25}.predictive-search__card small{color:var(--color-steel)}.predictive-search__links{display:grid;gap:.65rem;margin-top:1.5rem}.predictive-search__links a{color:var(--color-steel)}.security-hero{position:relative;min-height:clamp(620px,82vh,920px);display:grid;align-items:end;isolation:isolate;overflow:hidden;background:var(--color-obsidian);color:var(--color-warm-white)}.security-hero__media,.security-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.security-hero__media{z-index:-2}.security-hero__media img,.security-hero__media video{width:100%;height:100%;object-fit:cover}.security-hero__media--mobile{display:none}.security-hero__media:after{content:"";z-index:1;background:linear-gradient(90deg,#0a0d10e6,#0a0d1094 38%,#0a0d1014 72%),linear-gradient(0deg,rgba(10,13,16,.85) 0%,transparent 52%)}.security-hero__content{position:relative;padding-top:8rem;padding-bottom:clamp(4rem,8vw,7rem)}.security-hero__content-inner{max-width:760px}.security-hero h1{max-width:12ch;margin-bottom:1rem}.security-hero__subheading{max-width:54ch;color:#d1d5da;font-size:clamp(1rem,1.5vw,1.18rem)}.security-hero__trust{display:flex;flex-wrap:wrap;gap:.7rem 1.4rem;margin-top:2rem;list-style:none;color:#dfe3e7;font-size:.85rem;font-weight:700}.security-hero__trust li{display:flex;align-items:center;gap:.45rem}.security-hero__trust svg{width:1rem;height:1rem;color:var(--color-accent)}.security-hero__frame{position:absolute;top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem;z-index:-1;border:1px solid rgba(255,255,255,.13);pointer-events:none}.security-hero__frame:before,.security-hero__frame:after{content:"";position:absolute;width:40px;height:40px;border-color:var(--color-accent);opacity:.75}.security-hero__frame:before{top:-1px;left:-1px;border-top:2px solid;border-left:2px solid}.security-hero__frame:after{right:-1px;bottom:-1px;border-right:2px solid;border-bottom:2px solid}.security-hero__scan{position:absolute;z-index:-1;top:0;bottom:0;left:62%;width:1px;background:linear-gradient(transparent,rgba(45,107,255,.9),transparent);box-shadow:0 0 20px #2d6bff73;animation:scan-horizontal 7s ease-in-out infinite}@keyframes scan-horizontal{0%,to{transform:translate(-8vw);opacity:.15}50%{transform:translate(15vw);opacity:.8}}.security-hero__focus{position:absolute;z-index:-1;right:9%;top:20%;width:clamp(150px,25vw,380px);aspect-ratio:1;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 20px #ffffff06,0 0 0 50px #ffffff04;pointer-events:none}.security-hero__focus:before,.security-hero__focus:after{content:"";position:absolute;background:#ffffff4d}.security-hero__focus:before{left:50%;top:-12px;width:1px;height:calc(100% + 24px)}.security-hero__focus:after{top:50%;left:-12px;height:1px;width:calc(100% + 24px)}.motion--expressive .security-hero__media img{animation:hero-breathe 14s ease-in-out infinite alternate}@keyframes hero-breathe{to{transform:scale(1.035)}}.marquee{overflow:hidden;border-block:1px solid rgba(152,162,173,.24);background:var(--color-obsidian);color:var(--color-warm-white)}.marquee__track{display:flex;width:max-content;animation:marquee var(--marquee-speed,32s) linear infinite}.marquee:hover .marquee__track{animation-play-state:paused}.marquee__group{display:flex;align-items:center;flex-shrink:0}.marquee__item{display:flex;align-items:center;gap:1rem;padding:1rem 2.25rem;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.marquee__dot{width:6px;height:6px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 4px #2d6bff26}@keyframes marquee{to{transform:translate(-50%)}}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-card{position:relative;min-height:360px;overflow:hidden;border-radius:var(--card-radius);background:var(--color-graphite);color:var(--color-warm-white);text-decoration:none;isolation:isolate}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.category-card__media img,.category-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(0deg,#0a0d10eb,#0a0d100d 70%)}.category-card__content{position:absolute;inset:auto 1.25rem 1.25rem;display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:end}.category-card h3{margin:0;font-size:1.35rem}.category-card p{grid-column:1/-1;margin:0;color:#c8cdd2;font-size:.85rem}.category-card__icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;transition:.25s ease}.category-card:hover .category-card__media img{transform:scale(1.05)}.category-card:hover .category-card__icon{background:var(--color-accent);border-color:var(--color-accent)}.product-grid{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));gap:1.25rem}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;border-radius:var(--card-radius);background:#fff;overflow:hidden;border:var(--border-width) solid rgba(152,162,173,.22);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.shadow--soft .product-card{box-shadow:0 10px 34px #0a0d100f}.shadow--strong .product-card{box-shadow:0 18px 46px #0a0d1024}.product-card:hover{transform:translateY(-4px);border-color:#2d6bff59}.product-card__media{position:relative;display:block;aspect-ratio:1/1;background:#f1f3f4;overflow:hidden}.product-card__media img,.product-card__media .placeholder-svg{width:100%;height:100%;object-fit:contain;transition:transform .45s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badges{position:absolute;z-index:2;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.35rem}.badge{display:inline-flex;align-items:center;min-height:24px;padding:.25rem .5rem;border-radius:999px;background:var(--color-obsidian);color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.badge--sale{background:var(--color-accent)}.badge--sold{background:#6a737d}.product-card__body{display:flex;flex:1;flex-direction:column;padding:1rem}.product-card__vendor{margin-bottom:.35rem;color:#6a737d;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-card__title{margin:0 0 .55rem;font-size:1.03rem;line-height:1.3;letter-spacing:-.015em}.product-card__title a{text-decoration:none}.product-card__specs{display:flex;flex-wrap:wrap;gap:.35rem;margin:.45rem 0 .85rem;list-style:none}.product-card__specs li{padding:.28rem .48rem;border:1px solid #d9dde1;border-radius:99px;color:#4c5660;font-size:.68rem;font-weight:700}.product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.6rem}.price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .5rem;font-weight:800}.price__regular{font-size:1rem}.price__compare{color:#747d86;font-size:.78rem;font-weight:500;text-decoration:line-through}.price__from{color:#6a737d;font-size:.75rem;font-weight:600}.quick-add{margin:0}.quick-add .button{min-width:44px;min-height:42px;padding:.55rem}.quick-add .button span{display:none}.product-card__cod{margin-top:.65rem;color:#4c5660;font-size:.7rem}.card--minimal .product-card{border:0;box-shadow:none;background:transparent}.card--minimal .product-card__body{padding-inline:0}.card--outlined .product-card{box-shadow:none;border-color:#aeb6be}.comparison-wrap{overflow-x:auto;padding-bottom:.5rem;scrollbar-color:var(--color-accent) rgba(152,162,173,.2)}.comparison-table{min-width:820px;display:grid;grid-template-columns:minmax(180px,1.1fr) repeat(var(--compare-count,3),minmax(190px,1fr));border:1px solid rgba(152,162,173,.3);border-radius:var(--card-radius);overflow:hidden;background:#fff;color:var(--color-obsidian)}.comparison-cell{padding:1rem;border-right:1px solid #dde1e4;border-bottom:1px solid #dde1e4}.comparison-cell--label{background:#f1f3f4;font-weight:800}.comparison-cell--head{padding:1.25rem;background:var(--color-graphite);color:#fff}.comparison-cell--head h3{font-size:1.15rem;margin-bottom:.3rem}.comparison-cell--head .price{color:#fff}.comparison-check{color:var(--color-success)}.comparison-note{margin-top:1rem;color:var(--color-steel);font-size:.78rem}.split-media{display:grid;grid-template-columns:1.08fr .92fr;min-height:600px;border-radius:var(--card-radius);overflow:hidden}.split-media--reverse .split-media__media{order:2}.split-media__media{min-height:440px;background:#e8ebed}.split-media__media img,.split-media__media video,.split-media__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.split-media__content{display:flex;align-items:center;padding:clamp(2rem,6vw,6rem)}.split-media__content-inner{max-width:560px}.split-media__content h2{font-size:clamp(2.2rem,4vw,4.6rem)}.feature-list{display:grid;gap:.8rem;margin:1.5rem 0 0;list-style:none}.feature-list li{display:grid;grid-template-columns:22px 1fr;gap:.7rem;align-items:start}.feature-list svg{color:var(--color-accent)}.benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(152,162,173,.25);border-radius:var(--card-radius);overflow:hidden}.benefit{padding:1.5rem;border-right:1px solid rgba(152,162,173,.25)}.benefit:last-child{border-right:0}.benefit__icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:1.4rem;border:1px solid currentColor;border-radius:50%;color:var(--color-accent)}.benefit h3{font-size:1.05rem;margin-bottom:.55rem}.benefit p{margin:0;color:var(--color-steel);font-size:.86rem}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;counter-reset:process}.process-step{position:relative;padding:1.5rem;border:1px solid rgba(152,162,173,.25);border-radius:var(--card-radius);counter-increment:process}.process-step:before{content:"0" counter(process);display:block;margin-bottom:2.8rem;color:var(--color-accent);font-family:var(--font-heading);font-size:.8rem;font-weight:800;letter-spacing:.12em}.process-step:after{content:"";position:absolute;top:1.9rem;left:4.2rem;right:1.5rem;height:1px;background:#98a2ad4d}.process-step h3{font-size:1.15rem}.process-step p{margin:0;color:var(--color-steel);font-size:.86rem}.service-area-panel{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--card-radius);overflow:hidden;background:var(--color-graphite);color:#fff}.service-area-panel__content{padding:clamp(2rem,6vw,5rem)}.service-area-panel__map{position:relative;min-height:460px;background:radial-gradient(circle at 52% 45%,rgba(45,107,255,.24),transparent 22%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#13181e;background-size:auto,32px 32px,32px 32px}.service-area-panel__map:before,.service-area-panel__map:after{content:"";position:absolute;border:1px solid var(--color-accent);border-radius:50%;animation:pulse-zone 3s ease-out infinite}.service-area-panel__map:before{width:150px;height:150px;left:22%;top:28%}.service-area-panel__map:after{width:90px;height:90px;right:18%;bottom:22%;animation-delay:1.2s}.service-area-panel__map span{position:absolute;padding:.45rem .65rem;border-radius:99px;background:#fff;color:var(--color-obsidian);font-size:.72rem;font-weight:800;box-shadow:0 6px 22px #0000004d}.service-area-panel__map span:first-child{left:30%;top:44%}.service-area-panel__map span:last-child{right:16%;bottom:28%}@keyframes pulse-zone{0%{transform:scale(.75);opacity:.9}to{transform:scale(1.35);opacity:0}}.area-list{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.5rem 0;list-style:none}.area-list li{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.25);border-radius:99px;font-size:.8rem;font-weight:700}.disclaimer{display:flex;gap:.6rem;align-items:flex-start;color:var(--color-steel);font-size:.76rem}.disclaimer svg{flex:0 0 auto;width:1rem;height:1rem;color:var(--color-accent)}.property-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.property-card{position:relative;display:block;padding:1.4rem;min-height:220px;border:1px solid rgba(152,162,173,.3);border-radius:var(--card-radius);background:#fff;color:var(--color-obsidian);text-decoration:none;overflow:hidden}.property-card__number{position:absolute;right:1rem;top:.6rem;color:#e1e5e8;font-family:var(--font-heading);font-size:4rem;font-weight:800;line-height:1}.property-card__icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:3rem;border-radius:50%;background:var(--color-obsidian);color:#fff}.property-card h3{margin-bottom:.35rem}.property-card p{margin:0;color:#626b75;font-size:.82rem}.property-card:hover{border-color:var(--color-accent);box-shadow:inset 0 -4px 0 var(--color-accent)}.installation-cta{position:relative;overflow:hidden;border-radius:var(--card-radius);padding:clamp(2rem,7vw,6rem);background:var(--color-accent);color:#fff}.installation-cta:before{content:"";position:absolute;width:420px;aspect-ratio:1;right:-80px;top:-170px;border:1px solid rgba(255,255,255,.25);border-radius:50%;box-shadow:0 0 0 50px #ffffff0d,0 0 0 100px #ffffff09}.installation-cta__inner{position:relative;max-width:760px}.installation-cta h2{font-size:clamp(2.3rem,5vw,5rem)}.installation-cta .button{background:#fff;color:var(--color-obsidian)}.installation-cta .button--secondary{background:transparent;color:#fff;border-color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.testimonial-card{padding:1.5rem;border:1px solid rgba(152,162,173,.28);border-radius:var(--card-radius);background:#fff;color:var(--color-obsidian)}.testimonial-card__placeholder{display:flex;align-items:center;gap:.6rem;margin-bottom:2rem;color:var(--color-accent);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.testimonial-card blockquote{margin:0 0 1.4rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;line-height:1.35}.testimonial-card cite{font-size:.78rem;font-style:normal;color:#626b75}.social-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.social-tile{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--card-radius);background:var(--color-graphite)}.social-tile img,.social-tile .placeholder-svg{width:100%;height:100%;object-fit:cover}.social-tile__overlay{position:absolute;inset:auto .8rem .8rem;display:flex;justify-content:space-between;color:#fff;font-size:.75rem;font-weight:700}.breadcrumbs{padding-block:1rem;color:#65707b;font-size:.76rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none}.breadcrumbs li+li:before{content:"/";margin-inline-end:.45rem;color:#a0a8b0}.breadcrumbs a{text-decoration:none}.product-page{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:clamp(2rem,5vw,5rem);align-items:start;padding-bottom:var(--section-space)}.product-gallery{position:relative;min-width:0}.product-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-media{position:relative;aspect-ratio:1;background:#fff;border:1px solid #e0e4e7;border-radius:var(--card-radius);overflow:hidden}.product-media:first-child{grid-column:1/-1}.product-media img,.product-media video,.product-media model-viewer{width:100%;height:100%;object-fit:contain}.product-media__play{position:absolute;right:1rem;bottom:1rem;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:var(--color-obsidian);color:#fff}.product-info{position:sticky;top:110px;min-width:0}.product-info__vendor{color:#65707b;font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.product-info h1{font-size:clamp(2rem,4vw,4rem);margin:.3rem 0 .8rem}.product-info .price{font-size:1.4rem;margin-bottom:1rem}.product-info__availability{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:700}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--color-success)}.status-dot--out{background:#828a92}.product-info__intro{color:#59636d;margin-bottom:1.5rem}.product-form__error{display:none;margin-bottom:1rem;padding:.75rem;background:#c942421a;color:var(--color-error);border-radius:var(--button-radius);font-size:.82rem}.product-form__error:not(:empty){display:block}.product-form__buttons{display:grid;gap:.65rem;margin-top:1rem}.product-form__buttons .button{width:100%;min-height:54px}.shopify-payment-button__button{min-height:54px!important;border-radius:var(--button-radius)!important;overflow:hidden}.product-option{margin-bottom:1.15rem;border:0;padding:0}.product-option legend{display:flex;justify-content:space-between;width:100%;margin-bottom:.55rem;font-size:.85rem;font-weight:800}.product-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.product-option input{position:absolute;opacity:0;pointer-events:none}.product-option label{display:flex;align-items:center;justify-content:center;min-height:42px;padding:.55rem .8rem;border:1px solid #c9cfd4;border-radius:var(--button-radius);cursor:pointer;font-size:.82rem;font-weight:700}.product-option input:checked+label{border-color:var(--color-accent);background:#2d6bff14;box-shadow:inset 0 0 0 1px var(--color-accent)}.product-option input:focus-visible+label{outline:3px solid var(--color-accent);outline-offset:2px}.quantity{display:inline-flex;height:46px;border:1px solid #c9cfd4;border-radius:var(--button-radius);overflow:hidden}.quantity__button{display:grid;place-items:center;width:44px;border:0;background:transparent;cursor:pointer}.quantity__input{width:52px;border:0;border-inline:1px solid #d9dde1;text-align:center;background:transparent;-moz-appearance:textfield}.quantity__input::-webkit-inner-spin-button,.quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:1.25rem 0}.product-trust__item{padding:.8rem;border:1px solid #dce0e3;border-radius:var(--button-radius);font-size:.68rem;font-weight:700;text-align:center}.product-trust__item svg{margin:0 auto .35rem;color:var(--color-accent)}.product-cod{display:flex;gap:.7rem;padding:1rem;border-radius:var(--button-radius);background:#edf2ff;font-size:.78rem}.product-cod svg{flex:0 0 auto;color:var(--color-accent)}.product-whatsapp{width:100%;margin-top:.65rem;background:#147b55}.product-accordions{margin-top:1.2rem;border-top:1px solid #d9dde1}.accordion{border-bottom:1px solid #d9dde1}.accordion summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-weight:800}.accordion summary svg{transition:transform .2s ease}.accordion[open] summary svg{transform:rotate(45deg)}.accordion__content{padding:0 0 1.2rem;color:#56606a;font-size:.9rem}.spec-table{width:100%;border-collapse:collapse}.spec-table tr{border-bottom:1px solid #dce0e3}.spec-table th,.spec-table td{padding:.85rem;text-align:start}.spec-table th{width:40%;background:#f0f2f3;font-size:.78rem}.spec-table td{font-size:.86rem}.sticky-atc{position:fixed;z-index:38;left:0;right:0;bottom:0;display:none;align-items:center;gap:.75rem;padding:.7rem var(--gutter-mobile) calc(.7rem + var(--safe-bottom));background:#fff;border-top:1px solid #d9dde1;box-shadow:0 -12px 30px #0a0d101f}.sticky-atc__info{min-width:0;flex:1}.sticky-atc__info strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.sticky-atc__info span{font-size:.75rem;color:#626b75}.sticky-atc .button{min-height:44px;white-space:nowrap}.recommendations-grid,.recently-viewed__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.recent-card{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:1rem;padding:1rem;border:1px solid #dde1e4;border-radius:var(--card-radius);background:#fff;text-decoration:none}.recent-card img{width:96px;aspect-ratio:1;object-fit:contain}.recent-card strong{display:block;line-height:1.25;margin-bottom:.35rem}.collection-hero{position:relative;min-height:340px;display:flex;align-items:end;background:var(--color-graphite);color:#fff;overflow:hidden}.collection-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero__media img{width:100%;height:100%;object-fit:cover;opacity:.62}.collection-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0a0d10e0,#0a0d1026)}.collection-hero__content{position:relative;z-index:1;padding-block:3rem;max-width:800px}.collection-hero h1{font-size:clamp(2.5rem,5vw,5rem)}.collection-hero p{max-width:62ch;color:#d1d6db}.collection-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:start}.facets{position:sticky;top:105px}.facets__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.facets__heading{font-size:1rem;margin:0}.facets__clear{color:var(--color-accent);font-size:.75rem}.facet{border-top:1px solid #d9dde1}.facet summary{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.85rem;font-weight:800}.facet[open] summary svg{transform:rotate(180deg)}.facet__values{display:grid;gap:.65rem;padding:0 0 1rem;max-height:260px;overflow:auto;list-style:none}.facet__label{display:flex;align-items:center;gap:.6rem;font-size:.78rem;cursor:pointer}.facet__label input{width:18px;height:18px;accent-color:var(--color-accent)}.facet__count{margin-inline-start:auto;color:#77808a}.facet__price{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding-bottom:1rem}.facet__price input{width:100%;padding:.6rem;border:1px solid #cbd0d5;border-radius:6px}.active-facets{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.active-facet{display:inline-flex;gap:.45rem;align-items:center;padding:.42rem .65rem;border:1px solid #cbd0d5;border-radius:99px;text-decoration:none;font-size:.72rem;font-weight:700}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.collection-toolbar__count{font-size:.82rem;color:#65707b}.collection-toolbar__controls{display:flex;gap:.55rem;align-items:center}.collection-toolbar select{min-height:42px;padding:.55rem 2rem .55rem .75rem;border:1px solid #cbd0d5;border-radius:var(--button-radius);background:#fff}.mobile-facets-button{display:none}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:start center;padding-top:5rem;background:#f7f7f2b8;opacity:0;visibility:hidden}.product-grid-container{position:relative}.product-grid-container.is-loading .loading-overlay{opacity:1;visibility:visible}.empty-state{display:grid;place-items:center;min-height:420px;padding:3rem;text-align:center;border:1px dashed #bdc4ca;border-radius:var(--card-radius)}.empty-state img{width:min(280px,70%);margin-bottom:1.5rem}.empty-state h2{font-size:1.8rem}.pagination-wrapper{margin-top:2.5rem}.pagination{display:flex;justify-content:center;gap:.4rem;list-style:none}.pagination a,.pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:.4rem;border:1px solid #ccd2d7;border-radius:7px;text-decoration:none}.pagination .current{background:var(--color-obsidian);color:#fff;border-color:var(--color-obsidian)}.search-header{padding-block:3rem 2rem;text-align:center}.search-header form{display:flex;max-width:700px;margin:1.5rem auto 0}.search-header input{flex:1;min-width:0;padding:.8rem 1rem;border:1px solid #bdc4ca;border-radius:var(--button-radius) 0 0 var(--button-radius)}.search-header button{border-radius:0 var(--button-radius) var(--button-radius) 0}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #dde1e4}.cart-item__media{width:96px;aspect-ratio:1;background:#f1f3f4;border-radius:8px;overflow:hidden}.cart-item__media img{width:100%;height:100%;object-fit:contain}.cart-item__details{min-width:0}.cart-item__title{font-weight:800;text-decoration:none;line-height:1.25}.cart-item__options{margin:.3rem 0;color:#69727b;font-size:.72rem}.cart-item__price{font-weight:800;white-space:nowrap}.cart-item__controls{display:flex;align-items:center;gap:.65rem;margin-top:.7rem}.cart-item__remove{border:0;background:transparent;color:#69727b;font-size:.72rem;text-decoration:underline;cursor:pointer}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:.5rem;font-weight:800}.cart-drawer__actions{display:grid;gap:.55rem;margin-top:1rem}.cart-drawer__actions .button{width:100%}.cart-drawer__empty{display:grid;place-items:center;align-content:center;height:100%;text-align:center}.cart-drawer__empty img{width:220px;margin-bottom:1.5rem}.shipping-progress{margin:1rem 0}.shipping-progress__bar{height:5px;border-radius:9px;background:#dfe3e6;overflow:hidden}.shipping-progress__fill{height:100%;width:var(--progress,0%);background:var(--color-accent);transition:width .4s ease}.shipping-progress p{margin:.45rem 0 0;color:#69727b;font-size:.72rem}.cart-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:3rem;align-items:start}.cart-page__summary{position:sticky;top:110px;padding:1.5rem;border:1px solid #d7dce0;border-radius:var(--card-radius);background:#fff}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:800}.cart-page__summary .button{width:100%;margin-top:1rem}.cart-note{margin-top:1rem}.cart-note textarea{width:100%;min-height:100px;padding:.75rem;border:1px solid #ccd2d7;border-radius:var(--button-radius)}.cart-cross-sells{margin-top:2rem}.cart-cross-sells h3{font-size:1rem;margin-bottom:.8rem}.cart-cross-sells__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.cart-cross-sell{display:grid;grid-template-columns:90px minmax(0,1fr);gap:.8rem;padding:.7rem;border:1px solid #dce0e3;border-radius:var(--card-radius);background:#fff;color:var(--color-obsidian)}.cart-cross-sell__media{width:90px;height:90px;border-radius:8px;background:#f0f2f3;overflow:hidden}.cart-cross-sell__media img{width:100%;height:100%;object-fit:contain}.cart-cross-sell__body{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:.35rem}.cart-cross-sell__body>a:first-child{font-size:.78rem;line-height:1.25;text-decoration:none}.cart-cross-sell__body>span{font-size:.75rem;font-weight:800}.cart-cross-sell__body form{margin-top:auto}.cart-cross-sell .button{min-height:36px;padding:.5rem .65rem;font-size:.7rem}.drawer .cart-cross-sells__grid{grid-template-columns:1fr}.site-footer{position:relative;display:flex;flex-direction:column;min-height:var(--footer-min-height,460px);padding-top:var(--footer-top,72px);padding-bottom:var(--footer-bottom,40px);background:var(--color-obsidian);color:var(--color-warm-white);overflow:visible}.site-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 68%);mask-image:linear-gradient(to bottom,#000,transparent 68%)}.footer__main{position:relative;display:grid;grid-template-columns:minmax(220px,1.3fr) 2fr;gap:clamp(2rem,6vw,6rem)}.footer__brand{width:100%;max-width:360px;min-width:0}.footer-align--center .footer__brand,.footer-align--center .newsletter-form{margin-inline:auto}.footer-align--center .footer__social,.footer-align--center .footer__policies{justify-content:center}.footer__brand .header__wordmark{font-size:1.55rem}.footer__brand p{margin:1rem 0;color:#9fa8b1;font-size:.86rem}.footer__newsletter{margin-top:1.5rem}.footer__newsletter h2{font-size:1.2rem;margin-bottom:.75rem}.newsletter-form{display:flex;width:100%;max-width:480px;min-width:0}.newsletter-form input{flex:1;min-width:0;padding:.8rem .9rem;border:1px solid rgba(255,255,255,.28);border-right:0;border-radius:var(--button-radius) 0 0 var(--button-radius);background:#ffffff0a;color:#fff}.newsletter-form .button{border-radius:0 var(--button-radius) var(--button-radius) 0}.footer__blocks{display:grid;min-width:0;grid-template-columns:repeat(var(--footer-columns,3),minmax(0,1fr));gap:2rem}.footer-block h3{margin-bottom:1rem;font-size:.82rem;letter-spacing:.11em;text-transform:uppercase}.footer-block ul{display:grid;gap:.65rem;list-style:none}.footer-block a{color:#b2bac2;font-size:.82rem;text-decoration:none}.footer-block a:hover{color:#fff}.footer-block .rte,.footer-block address{color:#9fa8b1;font-size:.82rem;font-style:normal}.footer__social{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.footer__social a{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;text-decoration:none}.footer__social a:hover{border-color:var(--color-accent);background:var(--color-accent)}.footer__bottom{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-top:auto;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.12);color:#89939d;font-size:.72rem}.footer__policies{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;list-style:none}.footer__policies a{text-decoration:none}.footer__localization{display:flex;flex-wrap:wrap;gap:.5rem}.footer__localization select{padding:.5rem 1.8rem .5rem .65rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:var(--color-obsidian);color:#fff;font-size:.72rem}.floating-whatsapp{position:fixed;z-index:37;right:1.15rem;bottom:1.15rem;display:flex;align-items:center;gap:.55rem;min-height:48px;padding:.7rem 1rem;border-radius:99px;background:#147b55;color:#fff;box-shadow:0 12px 36px #0a0d1040;font-size:.78rem;font-weight:800;text-decoration:none}.floating-whatsapp:hover{background:#0f6847;text-decoration:none;transform:translateY(-2px)}.page-header{padding-block:clamp(3rem,8vw,7rem);background:var(--color-graphite);color:#fff}.page-header__inner{max-width:900px}.page-header h1{font-size:clamp(2.8rem,7vw,6rem)}.page-header p{max-width:62ch;color:#c6ccd2}.page-content{padding-block:var(--section-space)}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,7vw,7rem)}.contact-details{display:grid;gap:1rem;margin-top:2rem}.contact-detail{padding:1rem;border-top:1px solid #d7dce0}.contact-detail strong{display:block;margin-bottom:.25rem}.installation-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:clamp(2rem,7vw,7rem);align-items:start}.installation-aside{position:sticky;top:110px}.installation-aside img{width:100%;border-radius:var(--card-radius);margin-bottom:1.5rem}.installation-form{padding:clamp(1.3rem,4vw,2.5rem);border:1px solid #d7dce0;border-radius:var(--card-radius);background:#fff}.faq-list{max-width:900px;margin-inline:auto;border-top:1px solid #d7dce0}.faq-list .accordion summary{font-size:1.05rem;padding:1.25rem 0}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.article-card{border:1px solid #dce0e3;border-radius:var(--card-radius);overflow:hidden;background:#fff}.article-card__media{display:block;aspect-ratio:16/10;background:#e8ebed}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:1.25rem}.article-card__meta{color:#68727c;font-size:.72rem;margin-bottom:.6rem}.article-card h2{font-size:1.3rem}.article-card h2 a{text-decoration:none}.article-header{text-align:center;padding-block:clamp(3rem,8vw,7rem)}.article-header__meta{color:#68727c;font-size:.78rem}.article-header h1{max-width:1000px;margin:1rem auto;font-size:clamp(2.6rem,7vw,6rem)}.article-featured{max-width:1200px;margin:0 auto 3rem;padding-inline:var(--gutter)}.article-featured img{width:100%;border-radius:var(--card-radius)}.article-content{max-width:760px;margin-inline:auto;padding:0 var(--gutter) var(--section-space)}.article-content .rte{font-size:1.05rem}.article-content .rte h2,.article-content .rte h3{margin-top:2.3rem}.customer-page{max-width:720px;margin:0 auto;padding:var(--section-space) var(--gutter)}.customer-page--wide{max-width:1200px}.customer-page form{padding:1.5rem;border:1px solid #d7dce0;border-radius:var(--card-radius);background:#fff}.customer-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.order-table{width:100%;border-collapse:collapse}.order-table th,.order-table td{padding:.8rem;border-bottom:1px solid #dce0e3;text-align:start;font-size:.82rem}.address-card{padding:1.25rem;border:1px solid #d7dce0;border-radius:var(--card-radius);margin-bottom:1rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible,.motion--off .reveal,.reduce-motion .reveal{opacity:1;transform:none}.loading-spinner{display:none;width:22px;height:22px}.is-loading .loading-spinner,.button.loading .loading-spinner{display:inline-block}.loading-spinner span{display:block;width:100%;height:100%;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button.loading>span:not(.loading-spinner){display:none}@media(max-width:1099px){.header__nav,.header__account,.header__install{display:none}.header__menu-button{display:grid}.header__inner{grid-template-columns:auto 1fr auto;gap:1rem;min-height:68px}.header__logo{justify-self:center}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{--columns:3!important}.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid rgba(152,162,173,.25)}.process-grid,.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page{grid-template-columns:1fr 420px;gap:2rem}.footer__main{grid-template-columns:1fr;gap:3rem}.predictive-search__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){html{scroll-behavior:auto}.page-width{padding-inline:var(--gutter-mobile)}.section{padding-block:var(--section-space-mobile)}.section--tight{padding-block:calc(var(--section-space-mobile) * .68)}h1{font-size:clamp(2.35rem,13vw,4.2rem)}h2{font-size:clamp(1.9rem,10vw,3.2rem)}.button{min-height:48px}.button-row{display:grid;grid-template-columns:1fr}.button-row .button{width:100%}.section-heading{grid-template-columns:1fr;gap:1rem;margin-bottom:1.7rem}.section-heading .button{width:100%}.form-grid{grid-template-columns:1fr}.form-grid .field{grid-column:auto}.header__inner{min-height:62px}.header__wordmark{font-size:.92rem}.header__logo{max-width:min(var(--logo-width),150px)}.header__actions{gap:0}.header__icon{width:38px;height:38px}.header__search-icon{display:none}.service-notice__inner{padding:.35rem var(--gutter-mobile);line-height:1.25}.search-modal__inner{padding-top:1.25rem}.search-modal__input{font-size:1.8rem}.predictive-search__grid{grid-template-columns:1fr}.security-hero{min-height:max(700px,88svh);align-items:end}.security-hero__media--desktop{display:none}.security-hero__media--mobile{display:block}.security-hero__media:after{background:linear-gradient(0deg,#0a0d10f0,#0a0d108c 48%,#0a0d101f 75%),linear-gradient(90deg,rgba(10,13,16,.5),transparent 70%)}.security-hero__content{padding-top:9rem;padding-bottom:3rem}.security-hero h1{max-width:10ch}.security-hero__subheading{font-size:.94rem}.security-hero__trust{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;font-size:.72rem}.security-hero__frame{top:.65rem;right:.65rem;bottom:.65rem;left:.65rem}.security-hero__scan{left:30%}.security-hero__focus{right:-50px;top:12%;width:210px}.marquee__item{padding:.8rem 1.4rem;font-size:.7rem}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:var(--gutter-mobile);margin-inline:calc(var(--gutter-mobile) * -1);gap:.75rem;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 80%;min-height:330px;scroll-snap-align:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;--columns:2!important}.product-card__body{padding:.75rem}.product-card__title{font-size:.88rem}.product-card__specs li:nth-child(n+3){display:none}.product-card__footer{display:block}.quick-add{margin-top:.6rem}.quick-add .button{width:100%}.quick-add .button span{display:inline}.product-card__cod{display:none}.split-media{grid-template-columns:1fr;min-height:0}.split-media--reverse .split-media__media{order:0}.split-media__media{min-height:330px}.split-media__content{padding:2rem 1.25rem}.split-media__content h2{font-size:2.4rem}.benefits-grid{grid-template-columns:1fr}.benefit,.benefit:nth-child(2){border-right:0;border-bottom:1px solid rgba(152,162,173,.25)}.benefit:last-child{border-bottom:0}.process-grid,.property-grid,.service-area-panel{grid-template-columns:1fr}.service-area-panel__map{min-height:320px}.service-area-panel__content{padding:2rem 1.25rem}.property-card{min-height:190px}.installation-cta{padding:2.2rem 1.25rem}.testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.75rem;margin-inline:calc(var(--gutter-mobile) * -1);padding-inline:var(--gutter-mobile);scrollbar-width:none}.testimonial-card{flex:0 0 86%;scroll-snap-align:start}.social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page{display:block;padding-bottom:2rem}.product-gallery__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:calc(var(--gutter-mobile) * -1);padding-inline:var(--gutter-mobile);gap:.65rem;scrollbar-width:none}.product-media,.product-media:first-child{flex:0 0 88%;scroll-snap-align:center}.product-info{position:static;margin-top:1.5rem}.product-info h1{font-size:2.25rem}.product-trust{grid-template-columns:1fr 1fr}.product-trust__item:last-child{grid-column:1/-1}.sticky-atc{display:flex}.template-product .floating-whatsapp{bottom:calc(76px + var(--safe-bottom))}.recommendations-grid,.recently-viewed__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:calc(var(--gutter-mobile) * -1);padding-inline:var(--gutter-mobile);gap:.75rem;scrollbar-width:none}.recommendations-grid .product-card{flex:0 0 72%;scroll-snap-align:start}.recent-card{flex:0 0 86%;scroll-snap-align:start}.collection-hero{min-height:300px}.collection-layout{display:block}.facets{position:static}.facets--desktop{display:none}.mobile-facets-button{display:inline-flex}.collection-toolbar{align-items:flex-start}.collection-toolbar__controls{flex-wrap:wrap;justify-content:flex-end}.collection-toolbar select{max-width:165px}.cart-page{grid-template-columns:1fr;gap:2rem}.cart-page__summary{position:static}.cart-item{grid-template-columns:76px minmax(0,1fr);gap:.8rem}.cart-item__media{width:76px}.cart-item__price{grid-column:2}.footer__main{gap:2.5rem}.footer__blocks{grid-template-columns:repeat(var(--footer-mobile-columns,1),minmax(0,1fr))!important;gap:0 1rem}.footer-block{padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.12)}.footer__bottom{align-items:flex-start;flex-direction:column}.footer__localization{width:100%}.footer-mobile--center{text-align:center!important}.footer-mobile--center .footer__brand,.footer-mobile--center .newsletter-form{margin-inline:auto}.footer-mobile--center .footer__social,.footer-mobile--center .footer__policies,.footer-mobile--center .footer__localization{justify-content:center}.footer-mobile--center .footer__bottom{align-items:center}.footer-mobile--left{text-align:left!important}.footer-mobile--left .footer__brand,.footer-mobile--left .newsletter-form{margin-inline:0}.footer-mobile--left .footer__social,.footer-mobile--left .footer__policies,.footer-mobile--left .footer__localization{justify-content:flex-start}.footer-mobile--left .footer__bottom{align-items:flex-start}.floating-whatsapp{right:.75rem;bottom:.75rem;width:50px;height:50px;padding:0;justify-content:center}.floating-whatsapp span{display:none}.contact-layout,.installation-layout{grid-template-columns:1fr}.installation-aside{position:static}.installation-form{padding:1.15rem}.blog-grid{grid-template-columns:1fr}.article-featured,.article-content{padding-inline:var(--gutter-mobile)}.order-table{display:block;overflow-x:auto}}@media(max-width:390px){.floating-whatsapp{display:none}}@media(max-width:360px){.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:120px 1fr}.product-card__media{height:100%;aspect-ratio:auto}.product-card__specs{display:none}.product-card__footer{margin-top:.4rem}.quick-add .button span{display:none}.security-hero__trust{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.reduce-motion *,.motion--off *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reduce-motion .reveal,.motion--off .reveal{opacity:1;transform:none}.no-scan .security-hero__scan,.no-scan .service-area-panel__map:before,.no-scan .service-area-panel__map:after{display:none}.header__logo{width:var(--logo-width,58px);max-width:var(--logo-width,58px);justify-content:center}.header__logo img{width:auto;height:54px;max-width:100%;max-height:54px;object-fit:contain}.service-notice__inner{gap:.45rem;flex-wrap:wrap}.service-notice__inner a{color:#fff;font-weight:800;text-underline-offset:.2em}.mobile-nav__logo{width:42px;height:48px;object-fit:contain}.footer__wordmark{display:block;width:min(270px,100%);text-decoration:none}.footer__wordmark img{display:block;width:100%;height:auto;max-height:190px;object-fit:contain;object-position:left center}.footer-align--center .footer__wordmark{margin-inline:auto}.footer__whatsapp{display:flex;align-items:center;gap:.7rem;width:max-content;max-width:100%;margin-top:1rem;padding:.65rem .85rem;border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#fff;text-decoration:none}.footer__whatsapp:hover{border-color:#3dc784;background:#3dc78417;text-decoration:none}.footer__whatsapp svg{color:#3dc784}.footer__whatsapp span{display:grid}.footer__whatsapp strong{font-size:.78rem}.footer__whatsapp small{color:#aeb7c0;font-size:.68rem}.commerce-hero{position:relative;isolation:isolate;overflow:hidden;min-height:760px;background:#080b0e;color:var(--color-warm-white)}.commerce-hero:before{content:"";position:absolute;z-index:-3;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 75% 45%,rgba(45,107,255,.18),transparent 30%),linear-gradient(135deg,#080b0e,#10161c 58%,#080b0e)}.commerce-hero__backdrop{position:absolute;z-index:-3;top:0;right:0;bottom:0;left:0}.commerce-hero__backdrop img{width:100%;height:100%;object-fit:cover}.commerce-hero--with-media:after{content:"";position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#080b0ef5,#080b0ec2 48%,#080b0e47),linear-gradient(0deg,rgba(8,11,14,.78),transparent 55%)}.commerce-hero__grid-lines{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 42%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 42%,#000 100%)}.commerce-hero__scanner{position:absolute;z-index:-1;top:0;bottom:0;left:63%;width:1px;background:linear-gradient(transparent,rgba(45,107,255,.95),transparent);box-shadow:0 0 24px #2d6bff99;animation:commerce-scan 7s ease-in-out infinite}@keyframes commerce-scan{0%,to{transform:translate(-9vw);opacity:.18}50%{transform:translate(18vw);opacity:.9}}.commerce-hero__inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:clamp(2rem,5vw,6rem);align-items:center;min-height:760px;padding-block:clamp(4.5rem,8vw,8rem)}.commerce-hero__copy{position:relative;z-index:2;max-width:680px}.commerce-hero .eyebrow,.installation-showroom .eyebrow{color:#8fb0ff}.commerce-hero h1{max-width:11ch;margin-bottom:1rem;font-size:calc(clamp(3rem,5.9vw,6rem) * var(--font-heading-scale));letter-spacing:-.055em}.commerce-hero__text{max-width:58ch;color:#c7ced5;font-size:clamp(.98rem,1.35vw,1.14rem)}.commerce-hero__actions{margin-top:1.7rem}.commerce-hero__actions .button--secondary:hover{background:#fff;color:#080b0e}.commerce-hero__proof{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem;list-style:none}.commerce-hero__proof li{display:flex;align-items:center;gap:.4rem;padding:.42rem .65rem;border:1px solid rgba(255,255,255,.14);border-radius:99px;background:#ffffff09;color:#d5dae0;font-size:.7rem;font-weight:700}.commerce-hero__proof svg{width:.9rem;height:.9rem;color:#7da6ff}.commerce-hero__installation{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;max-width:520px;margin-top:1.15rem;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(90deg,#2d6bff26,#ffffff06);text-decoration:none;transition:background .25s ease,border-color .25s ease,transform .25s ease}.commerce-hero__installation:hover{transform:translate(4px);border-color:#7da6ffb3;background:#2d6bff2e;text-decoration:none}.commerce-hero__installation-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--color-accent);color:#fff}.commerce-hero__installation>span:nth-child(2){display:grid;line-height:1.2}.commerce-hero__installation strong{font-size:.82rem}.commerce-hero__installation small{margin-top:.23rem;color:#aeb7c0;font-size:.69rem}.commerce-hero__stage{position:relative;min-height:610px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#11171c;box-shadow:0 35px 100px #00000061;overflow:hidden;transform:perspective(1200px) rotateX(var(--hero-tilt-y,0deg)) rotateY(var(--hero-tilt-x,0deg));transform-style:preserve-3d;transition:transform .35s ease}.commerce-hero__stage-photo{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden}.commerce-hero__stage-photo img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-position,center);transform:scale(1.035);transition:transform .8s cubic-bezier(.2,.75,.2,1)}.commerce-hero__stage:hover .commerce-hero__stage-photo img{transform:scale(1.065)}.commerce-hero__stage-shade{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#080b0ebd,#080b0e38 62%,#080b0e14),linear-gradient(0deg,rgba(8,11,14,.58),transparent 48%)}.commerce-hero__focus-ring{position:absolute;z-index:2;right:-8%;top:44%;width:min(38vw,430px);aspect-ratio:1;transform:translateY(-50%);border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 42px #ffffff05,0 0 0 92px #2d6bff0a}.commerce-hero__focus-ring:before,.commerce-hero__focus-ring:after{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:1px dashed rgba(125,166,255,.24);border-radius:50%;animation:focus-rotate 18s linear infinite}.commerce-hero__focus-ring:after{top:36%;right:36%;bottom:36%;left:36%;border-style:solid;animation-direction:reverse;animation-duration:12s}@keyframes focus-rotate{to{transform:rotate(360deg)}}.commerce-hero__products{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0}.commerce-hero__product{position:absolute;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:.75rem;width:min(320px,72%);padding:.48rem .72rem .48rem .48rem;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#0c1116d1;color:#fff;box-shadow:0 22px 70px #0000004d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-decoration:none;transition:transform .35s cubic-bezier(.2,.75,.2,1),border-color .25s ease,background .25s ease}.commerce-hero__product:hover{z-index:5;border-color:#7da6ffb3;background:#1e2730f5;text-decoration:none}.commerce-hero__product--1{left:1.1rem;top:1.1rem;transform:rotate(-1deg);animation:product-float 6.2s ease-in-out infinite}.commerce-hero__product--2{left:1.1rem;top:41%;transform:rotate(1deg);animation:product-float 7s ease-in-out infinite reverse}.commerce-hero__product--3{left:1.1rem;bottom:1.1rem;transform:rotate(-1deg);animation:product-float 6.6s ease-in-out infinite .8s}.commerce-hero__product--1:hover,.commerce-hero__product--2:hover,.commerce-hero__product--3:hover{transform:rotate(0) translateY(-6px) scale(1.02)}@keyframes product-float{0%,to{translate:0 0}50%{translate:0 -9px}}.commerce-hero__product-index{position:absolute;right:.65rem;top:.42rem;color:#73808c;font-size:.58rem;font-weight:800;letter-spacing:.14em}.commerce-hero__product-media{display:block;width:64px;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#11171c}.commerce-hero__product-media img{width:100%;height:100%;object-fit:cover}.commerce-hero__product-copy{display:grid;min-width:0;line-height:1.2}.commerce-hero__product-copy strong{overflow:hidden;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.commerce-hero__product-copy small{margin-top:.28rem;color:#9fa9b3;font-size:.7rem}.commerce-hero__product-arrow{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.commerce-hero__stage-label{position:absolute;z-index:4;right:1.2rem;bottom:1.25rem;display:flex;align-items:center;gap:.55rem;width:max-content;margin:0;color:#d7dde2;font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 12px #000}.commerce-hero__stage-label span{width:7px;height:7px;border-radius:50%;background:#3dc784;box-shadow:0 0 0 5px #3dc7841f}.category-card__shop{grid-column:1/-1;color:#7da6ff;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.category-card__content{grid-template-rows:auto auto auto}.category-card{box-shadow:0 12px 34px #0a0d1014;transition:transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s ease}.category-card:hover{transform:translateY(-7px);box-shadow:0 24px 58px #0a0d102e}.cctv-visual__heading h2{max-width:13ch;font-size:clamp(2.4rem,5vw,5.4rem)}.cctv-visual__frame{position:relative;isolation:isolate;aspect-ratio:3/2;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#11161b;box-shadow:0 30px 90px #00000040;overflow:hidden}.scheme--light .cctv-visual__frame,.scheme--soft .cctv-visual__frame{border-color:#20262e29}.cctv-visual__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden}.cctv-visual__media img{width:100%;height:100%;object-fit:cover;object-position:var(--visual-image-position,center);transform:translate3d(var(--visual-shift-x,0),var(--visual-shift-y,0),0) scale(1.035);transition:transform .45s cubic-bezier(.2,.75,.2,1)}.cctv-visual__vignette{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(7,9,11,.5),transparent 35%,transparent 75%,rgba(7,9,11,.25)),linear-gradient(0deg,rgba(7,9,11,.62),transparent 32%);pointer-events:none}.cctv-visual__scan{position:absolute;z-index:2;left:0;right:0;top:14%;height:1px;background:linear-gradient(90deg,transparent,rgba(98,145,255,.92),transparent);box-shadow:0 0 26px #2d6bff8c;animation:visual-scan 7s ease-in-out infinite;pointer-events:none}@keyframes visual-scan{0%,to{top:14%;opacity:.12}50%{top:86%;opacity:.72}}.cctv-visual__hotspots{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0}.cctv-visual__hotspot{position:absolute;left:var(--hotspot-x);top:var(--hotspot-y);display:flex;align-items:center;color:#fff;text-decoration:none;transform:translate(-50%,-50%)}.cctv-visual__hotspot:hover{text-decoration:none}.cctv-visual__hotspot-dot{position:relative;display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(255,255,255,.86);border-radius:50%;background:#0a0d109e;box-shadow:0 0 0 6px #2d6bff2e,0 0 30px #2d6bff59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cctv-visual__hotspot-dot:before,.cctv-visual__hotspot-dot:after{content:"";position:absolute;top:-9px;right:-9px;bottom:-9px;left:-9px;border:1px solid rgba(125,166,255,.5);border-radius:50%;animation:hotspot-pulse 2.8s ease-out infinite}.cctv-visual__hotspot-dot:after{top:-17px;right:-17px;bottom:-17px;left:-17px;opacity:.3;animation-delay:.8s}.cctv-visual__hotspot-dot span{width:7px;height:7px;border-radius:50%;background:#fff}@keyframes hotspot-pulse{0%{transform:scale(.78);opacity:.85}to{transform:scale(1.18);opacity:0}}.cctv-visual__hotspot-card{display:grid;width:195px;margin-left:14px;padding:.75rem .85rem;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:#0a0d10db;box-shadow:0 18px 55px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;transform:translate(-8px);transition:opacity .25s ease,transform .25s ease}.cctv-visual__hotspot:first-child .cctv-visual__hotspot-card,.cctv-visual__hotspot:hover .cctv-visual__hotspot-card,.cctv-visual__hotspot:focus .cctv-visual__hotspot-card,.cctv-visual__hotspot:focus-visible .cctv-visual__hotspot-card{opacity:1;transform:none}.cctv-visual__hotspot-card small{color:#8fb0ff;font-size:.55rem;font-weight:800;letter-spacing:.13em}.cctv-visual__hotspot-card strong{margin-top:.1rem;font-size:.83rem}.cctv-visual__hotspot-card>span{margin-top:.2rem;color:#b8c0c8;font-size:.65rem}.cctv-visual__status{position:absolute;z-index:3;left:1.2rem;bottom:1.15rem;display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;border:1px solid rgba(255,255,255,.15);border-radius:99px;background:#0a0d10a6;color:#dde2e7;font-size:.58rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cctv-visual__status span{width:7px;height:7px;border-radius:50%;background:#35c988;box-shadow:0 0 0 5px #35c98821}.cctv-visual__mobile-links{display:none}.collection-empty-showcase{grid-column:1/-1;display:grid;grid-template-columns:minmax(220px,360px) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,5vw,5rem);padding:clamp(1.2rem,4vw,3.5rem);border:1px solid rgba(152,162,173,.25);border-radius:var(--card-radius);background:#fff}.collection-empty-showcase img{width:100%;max-height:330px;object-fit:contain}.collection-empty-showcase h3{font-size:clamp(1.5rem,3vw,2.5rem)}.collection-empty-showcase p{max-width:46ch;color:#5b6570}.collection-empty-showcase small{display:block;margin-top:.8rem;color:#6e7882}.shop-tabs{display:block;border:1px solid rgba(152,162,173,.25);border-radius:18px;background:#fff;box-shadow:0 20px 60px #0a0d1012;overflow:hidden;color:var(--color-obsidian)}.shop-tabs__nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #dce1e5;background:#f4f5f4}.shop-tabs__tab{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:68px;padding:.75rem;border:0;border-right:1px solid #dce1e5;background:transparent;color:#59636d;font-size:.75rem;font-weight:800;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.shop-tabs__tab:last-child{border-right:0}.shop-tabs__tab:hover{color:var(--color-obsidian);background:#fff}.shop-tabs__tab.is-active{background:#fff;color:var(--color-obsidian);box-shadow:inset 0 -3px 0 var(--color-accent)}.shop-tabs__tab-icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid #ccd2d7;border-radius:50%}.shop-tabs__tab.is-active .shop-tabs__tab-icon{border-color:var(--color-accent);color:var(--color-accent)}.shop-tabs__panel{padding:clamp(1rem,3vw,2rem);animation:panel-in .32s ease}@keyframes panel-in{0%{transform:translateY(8px)}to{transform:none}}.shop-tabs__panel-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.shop-tabs__panel-head span{color:#4f5963;font-size:.65rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.shop-tabs__panel-head h3{margin:.3rem 0 0;font-size:clamp(1.35rem,2.4vw,2.2rem)}.shop-tabs__grid{gap:1rem}.shop-tabs__empty{display:grid;grid-template-columns:minmax(190px,300px) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,5vw,4rem);min-height:350px;padding:1rem}.shop-tabs__empty-visual{overflow:hidden;border-radius:14px;background:#eef0f1}.shop-tabs__empty-visual img{width:100%;height:100%;max-height:300px;object-fit:contain}.shop-tabs__empty p{color:#414a53}.shop-tabs__editor-note{margin-top:1rem;color:#6c7680;font-size:.7rem}.commerce-assurance{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,2fr);align-items:center;gap:clamp(1.5rem,5vw,5rem);padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(152,162,173,.2);border-radius:16px}.commerce-assurance__intro h2{margin:0;font-size:clamp(1.5rem,2.5vw,2.4rem)}.commerce-assurance__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.commerce-assurance__item{display:flex;align-items:center;gap:.65rem;min-width:0;padding:.7rem;border-radius:12px;background:#ffffff0b}.scheme--light .commerce-assurance__item{background:#eef0f1}.commerce-assurance__icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(125,166,255,.42);border-radius:50%;color:#7da6ff}.commerce-assurance__item>span:last-child{display:grid;min-width:0;line-height:1.18}.commerce-assurance__item strong{font-size:.74rem}.commerce-assurance__item small{margin-top:.22rem;color:var(--color-steel);font-size:.62rem}.scheme--light .commerce-assurance__item small{color:#68727c}.installation-showroom{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);min-height:650px;border-radius:18px;background:#0a0d10;color:#fff;box-shadow:0 30px 90px #0a0d1026;overflow:hidden}.installation-showroom__content{display:flex;flex-direction:column;padding:clamp(2rem,5vw,5rem)}.installation-showroom__content h2{font-size:clamp(2.3rem,4.3vw,4.8rem)}.installation-showroom__lead{max-width:46ch;color:#b8c0c8}.installation-showroom__area{display:flex;align-items:center;gap:.65rem;margin:1rem 0 1.25rem;padding:.75rem .85rem;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:#ffffff09}.installation-showroom__area>span:last-child{display:grid;line-height:1.2}.installation-showroom__area strong{font-size:.78rem}.installation-showroom__area small{margin-top:.2rem;color:#8f9aa4;font-size:.66rem}.installation-showroom__tabs{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.installation-showroom__tab{display:flex;align-items:center;gap:.55rem;min-height:48px;padding:.65rem .75rem;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:transparent;color:#adb6bf;font-size:.72rem;font-weight:800;cursor:pointer;transition:.2s ease}.installation-showroom__tab:hover,.installation-showroom__tab.is-active{border-color:var(--color-accent);background:#2d6bff29;color:#fff}.installation-showroom__tab svg{width:1rem;height:1rem;color:#7da6ff}.installation-showroom__actions{margin-top:1.3rem}.installation-showroom__whatsapp{background:#147b55}.installation-showroom__whatsapp:hover{background:#0f6847}.installation-showroom__phone{width:max-content;max-width:100%;margin-top:.85rem;color:#c7ced5;font-size:.75rem;font-weight:800}.installation-showroom__disclaimer{margin:auto 0 0;padding-top:1.2rem;color:#7f8b96;font-size:.66rem}.installation-showroom__visual{position:relative;min-width:0;background:#121820}.installation-showroom__panel{position:absolute;top:0;right:0;bottom:0;left:0;animation:panel-in .4s ease}.installation-showroom__photo{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.installation-showroom__photo picture{display:block;width:100%;height:100%}.installation-showroom__photo img{width:100%;height:100%;object-fit:cover;object-position:var(--image-position,center)}.installation-showroom__photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(10,13,16,.78),transparent 55%)}.installation-showroom__photo-scan{position:absolute;z-index:2;left:0;right:0;top:20%;height:1px;background:#2d6bff;box-shadow:0 0 20px #2d6bff;animation:scan-vertical 5s ease-in-out infinite}@keyframes scan-vertical{0%,to{transform:translateY(0);opacity:.15}50%{transform:translateY(350px);opacity:.8}}.installation-showroom__panel-copy{position:absolute;z-index:4;left:clamp(1.2rem,4vw,3rem);right:clamp(1.2rem,4vw,3rem);bottom:clamp(1.2rem,4vw,3rem);display:grid;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#0a0d10c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.installation-showroom__panel-copy span{color:#7da6ff;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.installation-showroom__panel-copy strong{font-size:1.15rem}.installation-showroom__panel-copy p{margin:.25rem 0 0;color:#aeb7c0;font-size:.72rem}.installation-plan{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(45,107,255,.14),transparent 34%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#121820;background-size:auto,32px 32px,32px 32px}.installation-plan__bar{position:absolute;z-index:5;left:0;right:0;top:0;display:flex;align-items:center;gap:.35rem;height:42px;padding:0 1rem;border-bottom:1px solid rgba(255,255,255,.09);background:#0a0d108c}.installation-plan__bar span{width:6px;height:6px;border-radius:50%;background:#53606b}.installation-plan__bar span:first-child{background:#2d6bff}.installation-plan__bar strong{margin-left:auto;color:#7f8a94;font-size:.55rem;letter-spacing:.13em}.installation-plan__room{position:absolute;border:1px solid rgba(255,255,255,.18);background:#ffffff06}.installation-plan__room--one{left:12%;top:18%;width:44%;height:37%}.installation-plan__room--two{right:10%;top:18%;width:29%;height:62%}.installation-plan__room--three{left:12%;bottom:12%;width:44%;height:28%}.installation-plan--shop .installation-plan__room--one{left:10%;width:62%;height:30%}.installation-plan--shop .installation-plan__room--two{right:10%;top:18%;width:15%;height:62%}.installation-plan--shop .installation-plan__room--three{left:10%;width:62%;height:38%}.installation-plan--office .installation-plan__room--one{width:30%;height:62%}.installation-plan--office .installation-plan__room--two{width:39%;height:30%}.installation-plan--office .installation-plan__room--three{left:47%;width:43%;height:28%}.installation-plan--commercial .installation-plan__room--one{left:8%;top:15%;width:36%;height:66%}.installation-plan--commercial .installation-plan__room--two{right:8%;top:15%;width:43%;height:32%}.installation-plan--commercial .installation-plan__room--three{left:49%;bottom:14%;width:43%;height:29%}.installation-plan__camera{position:absolute;z-index:4;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(125,166,255,.7);border-radius:50%;background:#0a0d10;color:#7da6ff;box-shadow:0 0 0 5px #2d6bff1a}.installation-plan__camera svg{width:.95rem;height:.95rem}.installation-plan__camera--one{left:14%;top:23%}.installation-plan__camera--two{right:14%;top:23%}.installation-plan__camera--three{left:15%;bottom:18%}.installation-plan__camera--four{right:15%;bottom:20%}.installation-plan__zone{position:absolute;z-index:2;width:170px;aspect-ratio:1;border:1px solid rgba(45,107,255,.34);border-radius:50%;animation:coverage-pulse 3.2s ease-out infinite}.installation-plan__zone:after{content:"";position:absolute;top:22%;right:22%;bottom:22%;left:22%;border:1px dashed rgba(125,166,255,.38);border-radius:50%}.installation-plan__zone--one{left:7%;top:15%}.installation-plan__zone--two{right:5%;top:15%;animation-delay:1s}.installation-plan__zone--three{left:34%;bottom:7%;animation-delay:1.8s}@keyframes coverage-pulse{0%,to{transform:scale(.88);opacity:.35}50%{transform:scale(1.08);opacity:.9}}.installation-plan__label{position:absolute;z-index:4;left:50%;top:49%;transform:translate(-50%,-50%);padding:.5rem .75rem;border:1px solid rgba(255,255,255,.16);border-radius:99px;background:#0a0d10;color:#fff;font-size:.64rem;font-weight:800;white-space:nowrap}.installation-plan--page{position:relative;inset:auto;height:470px;border-radius:16px;margin-bottom:1.5rem}.installation-page-header__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem}.installation-page-header__inner>div:first-child{max-width:820px}.installation-page-header__contact{display:grid;justify-items:start;gap:.8rem;min-width:250px}.installation-page-header__contact>span{display:flex;align-items:center;gap:.55rem;color:#dce1e5;font-size:.8rem}.installation-page-header__contact>span svg{color:#7da6ff}.installation-aside__photo{height:470px;margin-bottom:1.5rem;border-radius:16px;overflow:hidden;background:#e7eaed}.installation-aside__photo picture{display:block;width:100%;height:100%}.installation-aside__photo img{width:100%;height:100%;object-fit:cover;object-position:var(--image-position,center)}.password-commerce{position:relative;min-height:100svh;overflow:hidden;background:#080b0e;color:#fff}.password-commerce__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(90deg,#000,transparent);mask-image:linear-gradient(90deg,#000,transparent)}.password-commerce__inner{position:relative;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:clamp(2rem,7vw,7rem);min-height:100svh;padding-block:4rem}.password-commerce__content{max-width:650px}.password-commerce__logo{width:190px;margin-bottom:2rem}.password-commerce__content h1{font-size:clamp(2.7rem,6vw,5.7rem)}.password-commerce__content>p{color:#bcc4cc}.password-commerce__visual{position:relative;height:min(70vh,680px);border:1px solid rgba(255,255,255,.13);border-radius:20px;overflow:hidden;transform:rotate(3deg)}.password-commerce__visual img{width:100%;height:100%;object-fit:cover}.password-commerce__visual span{position:absolute;top:12%;right:12%;bottom:12%;left:12%;border:1px solid rgba(125,166,255,.45);border-radius:50%;animation:coverage-pulse 3.2s ease-in-out infinite}.no-scan .commerce-hero__scanner,.no-scan .cctv-visual__scan,.no-scan .installation-showroom__photo-scan,.no-scan .installation-plan__zone{display:none}@media(max-width:1099px){.commerce-hero__inner{grid-template-columns:minmax(0,1fr) minmax(400px,.8fr);gap:2rem}.commerce-hero__stage{min-height:560px}.commerce-hero__product{width:min(300px,80%)}.commerce-assurance{grid-template-columns:1fr}.commerce-assurance__items{grid-template-columns:repeat(2,minmax(0,1fr))}.installation-showroom{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}.shop-tabs__tab span:last-child{font-size:.7rem}}@media(max-width:767px){.header__logo{width:48px;max-width:48px}.header__logo img{height:48px}.service-notice__inner{font-size:.67rem}.footer__wordmark{width:220px}.footer-mobile--center .footer__wordmark{margin-inline:auto}.footer-mobile--left .footer__wordmark{margin-inline:0}.commerce-hero{min-height:0}.commerce-hero__inner{display:block;min-height:0;padding-top:4.2rem;padding-bottom:2.5rem}.commerce-hero__copy{max-width:none}.commerce-hero h1{max-width:10ch;font-size:clamp(2.7rem,13.5vw,4.5rem)}.commerce-hero__text{font-size:.92rem}.commerce-hero__actions{display:grid;grid-template-columns:1fr}.commerce-hero__actions .button{width:100%}.commerce-hero__proof{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.commerce-hero__proof li{justify-content:flex-start;padding:.45rem .55rem;font-size:.63rem}.commerce-hero__installation{margin-top:.8rem}.commerce-hero__stage{min-height:585px;margin-top:2.2rem;transform:none}.commerce-hero__stage-photo img{object-position:var(--hero-image-position-mobile,center)}.commerce-hero__focus-ring{width:310px}.commerce-hero__product{grid-template-columns:52px minmax(0,1fr) 30px;left:1rem;width:calc(100% - 2rem);padding:.4rem .55rem .4rem .4rem}.commerce-hero__product--1{top:1rem;transform:rotate(1deg)}.commerce-hero__product--2{top:43%;transform:rotate(-1deg)}.commerce-hero__product--3{bottom:2.7rem;transform:rotate(1deg)}.commerce-hero__product-media{width:52px}.commerce-hero__product-arrow{width:30px;height:30px}.commerce-hero__stage-label{right:1rem;bottom:.8rem;font-size:.52rem}.commerce-hero__grid-lines{background-size:40px 40px}.cctv-visual__heading h2{font-size:clamp(2.2rem,11vw,3.7rem)}.cctv-visual__frame{aspect-ratio:4/5;margin-inline:calc(var(--gutter-mobile) * -1);border-inline:0;border-radius:0}.cctv-visual__hotspot-card{display:none}.cctv-visual__hotspot-dot{width:32px;height:32px;flex-basis:32px}.cctv-visual__status{left:.8rem;bottom:.8rem;max-width:calc(100% - 1.6rem);font-size:.52rem}.cctv-visual__mobile-links{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:.8rem}.cctv-visual__mobile-links a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;min-height:56px;padding:.75rem;border:1px solid rgba(152,162,173,.25);border-radius:10px;color:inherit;text-decoration:none}.cctv-visual__mobile-links a>span{color:#7da6ff;font-size:.58rem;font-weight:800}.cctv-visual__mobile-links strong{font-size:.72rem}.cctv-visual__mobile-links svg{width:1rem;height:1rem}.category-card__content{inset:auto 1rem 1rem}.collection-empty-showcase,.shop-tabs__empty{grid-template-columns:1fr;text-align:center}.collection-empty-showcase img,.shop-tabs__empty-visual{max-width:280px;margin-inline:auto}.shop-tabs{margin-inline:calc(var(--gutter-mobile) * -1);border-radius:0;border-inline:0}.shop-tabs__nav{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.shop-tabs__nav::-webkit-scrollbar{display:none}.shop-tabs__tab{flex:0 0 auto;min-width:155px;scroll-snap-align:start}.shop-tabs__panel{padding:1rem var(--gutter-mobile) 1.4rem}.shop-tabs__panel-head{align-items:flex-start}.shop-tabs__panel-head .link-with-arrow{font-size:.7rem}.shop-tabs__empty{min-height:0;padding:1rem 0}.commerce-assurance{padding:1.1rem}.commerce-assurance__items{grid-template-columns:1fr 1fr}.commerce-assurance__item{align-items:flex-start;padding:.65rem .5rem}.commerce-assurance__icon{flex-basis:34px;width:34px;height:34px}.commerce-assurance__item strong{font-size:.69rem}.installation-showroom{display:block;min-height:0;border-radius:14px}.installation-showroom__content{padding:2rem 1.2rem}.installation-showroom__content h2{font-size:clamp(2.35rem,11vw,3.6rem)}.installation-showroom__tabs{display:flex;overflow-x:auto;margin-inline:-1.2rem;padding-inline:1.2rem;scrollbar-width:none}.installation-showroom__tab{flex:0 0 auto;min-width:112px}.installation-showroom__actions{display:grid}.installation-showroom__phone{margin-bottom:1rem}.installation-showroom__disclaimer{padding-top:.5rem}.installation-showroom__visual{min-height:470px}.installation-showroom__panel{position:absolute}.installation-plan__zone{width:120px}.installation-showroom__panel-copy{left:1rem;right:1rem;bottom:1rem}.installation-page-header__inner{display:grid;gap:1.5rem}.installation-page-header__contact{min-width:0}.installation-plan--page,.installation-aside__photo{height:380px}.password-commerce__inner{display:block;padding-top:3rem}.password-commerce__visual{height:380px;margin-top:2rem}}@media(max-width:360px){.commerce-hero__proof{grid-template-columns:1fr}.commerce-hero__stage{min-height:545px}.commerce-hero__product{width:calc(100% - 1.4rem);left:.7rem;grid-template-columns:48px minmax(0,1fr) 28px}.commerce-hero__product-media{width:48px}.commerce-hero__product-copy strong{font-size:.78rem}.commerce-hero__product-arrow{width:30px;height:30px}.commerce-assurance__items,.cctv-visual__mobile-links{grid-template-columns:1fr}.installation-showroom__visual{min-height:430px}}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
