:root{--navy: #0E1825;--navy-deep: #0A1218;--navy-mid: #1A2A3A;--navy-light: #243548;--emerald: #C1141A;--brand-red: #C1141A;--brand-red-deep: #9B0C04;--brand-red-dark: #7A0903;--silver: #D1D1D1;--steel-blue: #6BA9DA;--brand-red-deep:#9B0C04;--brand-red-dark:#7A0903;--stone: #F4F2EE;--stone-mid: #EAE7E1;--stone-dark: #D5D1C9;--white: #FFFFFF;--text-dark: #111827;--text-mid: #374151;--text-muted: #6B7280;--text-faint: #9CA3AF;--border: #E5E3DE;--border-dark: #CCC9C2;--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif;--font-mono: "DM Mono", monospace;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 40px;--space-xl: 64px;--space-2xl: 96px;--section: 88px;--max: 1320px;--radius: 6px;--radius-lg: 12px;--radius-xl: 18px;--shadow-sm: 0 1px 4px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.04);--shadow: 0 4px 16px rgba(0,0,0,.08), 0 8px 32px rgba(0,0,0,.05);--shadow-lg: 0 8px 32px rgba(0,0,0,.12), 0 24px 64px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.02em;line-height:1;text-transform:uppercase;color:var(--text-dark)}h1{font-size:clamp(52px,8vw,104px)}h2{font-size:clamp(40px,5.5vw,72px)}h3{font-size:clamp(28px,3.5vw,44px)}h4{font-size:clamp(22px,2.5vw,32px)}h5{font-size:22px}p{line-height:1.75;color:var(--text-mid)}.lead{font-size:18px;line-height:1.7;color:var(--text-mid)}.caption{font-size:13px;color:var(--text-muted);line-height:1.5}.overline{color:#d1d1d1!important;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-red-deep)}strong{font-weight:600;color:var(--text-dark)}.container{max-width:var(--max);margin:0 auto;padding:0 32px}.container--narrow{max-width:860px;margin:0 auto;padding:0 32px}.section{padding:var(--section) 0}.section--dark{background:var(--navy);color:var(--white)}.section--deeper{background:var(--navy-deep);color:var(--white)}.section--stone{background:var(--stone)}.section--white{background:var(--white)}.text-center{text-align:center}.text-white{color:var(--white)!important}.text-emerald{color:var(--brand-red)!important}.text-muted-inv{color:#ffffffa6!important}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--font-body);font-size:15px;font-weight:600;letter-spacing:.02em;border-radius:var(--radius);transition:all .2s ease;white-space:nowrap;cursor:pointer;border:2px solid transparent}.btn--primary{background:var(--brand-red);color:#051a0e;border-color:var(--brand-red)}.btn--primary:hover{background:var(--brand-red-deep);border-color:var(--brand-red-deep);transform:translateY(-1px);box-shadow:0 6px 20px #c1141a59}.btn--secondary{background:transparent;color:var(--white);border-color:#fff6}.btn--secondary:hover{background:#ffffff1a;border-color:#ffffffb3}.btn--outline{background:transparent;color:var(--text-dark);border-color:var(--border-dark)}.btn--outline:hover{background:var(--stone);border-color:var(--text-dark)}.btn--ghost-em{background:#c1141a1a;color:var(--brand-red);border-color:#c1141a40}.btn--ghost-em:hover{background:var(--brand-red);color:#051a0e;border-color:var(--brand-red)}.btn--dark{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--dark:hover{background:var(--navy-deep);border-color:var(--navy-deep)}.btn--full{width:100%}.btn--lg{padding:17px 40px;font-size:16px}.btn--sm{padding:10px 20px;font-size:13px}.btn--xl{padding:20px 52px;font-size:17px;letter-spacing:.03em}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:4px}.badge--emerald{background:#c1141a1a;color:var(--brand-red-dark)}.badge--navy{background:var(--navy);color:var(--white)}.badge--red{background:#fee2e2;color:#991b1b}.badge--stone{background:var(--stone-mid);color:var(--text-muted)}.in-stock-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--brand-red);margin-right:5px;flex-shrink:0}.announcement-bar{border-bottom:2px solid #4A7FA5;background:#1d2f3b;color:#ffffffe6;text-align:center;padding:11px 24px;font-size:13px;font-weight:600;letter-spacing:.04em}.announcement-bar a{color:#6ba9da;text-decoration:underline}.site-header{border-top:3px solid #C1141A;position:sticky;top:0;z-index:1000;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{display:flex;align-items:center;height:72px;padding:0 32px;max-width:var(--max);margin:0 auto;gap:28px}.header-logo{flex-shrink:0}.logo-mark{font-family:var(--font-display);font-size:26px;letter-spacing:.04em;color:var(--white);text-transform:uppercase;display:flex;align-items:center;gap:6px;line-height:1}.logo-mark__em{color:var(--brand-red)}.logo-mark__icon{width:24px;height:24px;background:var(--brand-red);border-radius:4px;transform:rotate(45deg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-mark__icon-inner{width:10px;height:10px;background:var(--navy-deep);border-radius:2px;transform:rotate(0)}.logo-sub{font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#fff6;margin-top:3px}.header-nav{display:flex;align-items:center;gap:2px;flex:1}.nav-item{position:relative}.nav-item>a,.nav-item>button{font-size:13px;font-weight:500;letter-spacing:.04em;color:#ffffffbf;padding:8px 14px;border-radius:var(--radius);transition:all .15s;display:flex;align-items:center;gap:4px;white-space:nowrap}.nav-item>a:hover,.nav-item>button:hover{color:var(--white);background:#ffffff14}.nav-chevron{font-size:10px;opacity:.6}.nav-dropdown{position:absolute;top:calc(100% + 10px);left:0;background:var(--navy-mid);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:8px;min-width:230px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s;z-index:100;box-shadow:var(--shadow-lg)}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:400;color:#fffc;border-radius:var(--radius);transition:all .15s}.nav-dropdown a:hover{background:#ffffff14;color:var(--white)}.nav-dropdown__divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin:6px 0}.nav-dropdown__highlight{color:var(--brand-red)!important;font-weight:600!important}.header-right{display:flex;align-items:center;gap:10px;margin-left:auto}.header-phone{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#ffffffa6;padding:7px 12px;border-radius:var(--radius);transition:all .15s;white-space:nowrap}.header-phone:hover{color:var(--white);background:#ffffff14}.header-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#ffffffbf;border-radius:var(--radius);transition:all .15s;position:relative}.header-icon:hover{color:var(--white);background:#ffffff14}.cart-badge{position:absolute;top:4px;right:4px;background:var(--brand-red);color:#051a0e;border-radius:50%;width:16px;height:16px;font-size:9px;font-weight:700;display:none;align-items:center;justify-content:center}.header-cta-btn{background:var(--brand-red);color:#051a0e;padding:9px 20px;border-radius:var(--radius);font-size:13px;font-weight:600;letter-spacing:.02em;transition:all .2s;white-space:nowrap}.header-cta-btn:hover{background:var(--brand-red-deep);box-shadow:0 4px 14px #c1141a59}.mobile-menu-toggle{display:none;color:#fffc;padding:8px}.mobile-nav{display:none;background:var(--navy-mid);border-top:1px solid rgba(255,255,255,.06);padding:16px 24px 24px}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:13px 0;font-size:15px;font-weight:500;color:#fffc;border-bottom:1px solid rgba(255,255,255,.06);transition:color .15s}.mobile-nav a:hover{color:var(--brand-red)}.mobile-nav a.highlight{color:var(--brand-red);font-weight:600}.hero{position:relative;min-height:88vh;display:flex;align-items:center;background:var(--navy);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.35}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(108deg,#1c2b3af5,#1c2b3abf 55%,#1c2b3a4d)}.hero__geo{position:absolute;right:0;top:0;bottom:0;width:45%;overflow:hidden;pointer-events:none}.hero__geo:after{content:"EPOXY";position:absolute;right:-30px;top:50%;transform:translateY(-50%) rotate(-8deg);font-family:var(--font-display);font-size:200px;color:#ffffff06;letter-spacing:-4px;line-height:1;white-space:nowrap}.hero__content{position:relative;z-index:2;padding:80px 32px;max-width:var(--max);margin:0 auto;width:100%}.hero__badge-pill{display:inline-flex;align-items:center;gap:8px;background:#c1141a1a;border:1px solid rgba(193,20,26,.25);border-radius:50px;padding:6px 16px 6px 8px;margin-bottom:28px}.hero__badge-dot{width:22px;height:22px;background:var(--brand-red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__badge-text{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-red)}.hero__headline{font-family:var(--font-display);font-size:clamp(64px,10vw,130px);line-height:.92;color:var(--white);max-width:820px;margin-bottom:28px;letter-spacing:.01em}.hero__headline .accent{color:var(--brand-red)}.hero__sub{font-size:18px;font-weight:300;line-height:1.75;color:#ffffffb3;max-width:520px;margin-bottom:44px}.hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:56px}.hero__trust{display:flex;flex-wrap:wrap;gap:28px}.hero__trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#fff9;letter-spacing:.02em}.hero__trust-check{width:18px;height:18px;background:#c1141a26;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-red)}.trust-bar{background:var(--navy-deep);border-bottom:1px solid rgba(255,255,255,.06)}.trust-bar__inner{display:flex;max-width:var(--max);margin:0 auto;padding:0 32px}.trust-bar__item{display:flex;align-items:center;gap:12px;padding:20px 24px;flex:1;border-right:1px solid rgba(255,255,255,.07);min-width:0}.trust-bar__item:last-child{border-right:none}.trust-bar__icon{font-size:20px;flex-shrink:0}.trust-bar__label{font-size:13px;font-weight:600;color:var(--white);display:block;white-space:nowrap}.trust-bar__sub{font-size:11px;color:#ffffff73;display:block;margin-top:1px}.section-header{margin-bottom:var(--space-xl)}.section-header--flex{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--space-xl);gap:24px;flex-wrap:wrap}.section-header h2{margin-top:10px;line-height:1}.section-header p{margin-top:14px;max-width:540px;font-size:17px;line-height:1.7}.segment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.segment-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:36px 32px 32px;cursor:pointer;transition:all .25s;position:relative;overflow:hidden}.segment-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--brand-red);transform:scaleX(0);transform-origin:left;transition:transform .3s}.segment-card:hover{border-color:var(--brand-red);box-shadow:0 12px 40px #c1141a1a;transform:translateY(-3px)}.segment-card:hover:after{transform:scaleX(1)}.segment-card--featured{border-color:#c1141a4d}.segment-card--featured:after{transform:scaleX(1)}.segment-card__tag{position:absolute;top:20px;right:20px;background:var(--brand-red);color:#051a0e;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px}.segment-card__icon{font-size:36px;margin-bottom:20px}.segment-card__title{font-family:var(--font-display);font-size:28px;color:var(--text-dark);margin-bottom:10px;line-height:1}.segment-card__desc{font-size:14px;line-height:1.7;color:var(--text-muted);margin-bottom:24px}.segment-card__list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.segment-card__list li{font-size:14px;color:var(--text-mid);display:flex;align-items:flex-start;gap:8px;line-height:1.5}.segment-card__list li:before{content:"\2713";color:var(--brand-red);font-weight:700;flex-shrink:0;margin-top:1px}.calc-section{background:var(--navy)}.calc-section .overline{color:#d1d1d1!important;color:var(--brand-red)}.calc-intro h2{color:var(--white);margin:12px 0 16px}.calc-intro p{color:#fff9;font-size:16px;line-height:1.75;margin-bottom:28px}.calc-intro-list{list-style:none;display:flex;flex-direction:column;gap:10px}.calc-intro-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#fff9;line-height:1.5}.calc-intro-list li:before{content:"\2192";color:var(--brand-red);font-weight:700;flex-shrink:0}.calc-box{background:var(--navy-mid);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:40px}.calc-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.calc-field label{display:block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-bottom:8px}.calc-field input,.calc-field select{width:100%;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:13px 16px;font-size:16px;color:var(--white);transition:border-color .2s}.calc-field input:focus,.calc-field select:focus{outline:none;border-color:var(--brand-red);background:#ffffff1a}.calc-field select option{background:var(--navy-mid);color:var(--white)}.calc-result{background:var(--brand-red);border-radius:var(--radius-lg);padding:28px 32px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:0;margin-bottom:20px;align-items:center}.calc-result__divider{background:#00000026;height:48px}.calc-result__item{text-align:center;padding:0 20px}.calc-result__num{font-family:var(--font-mono);font-size:44px;font-weight:500;color:#051a0e;line-height:1;display:block}.calc-result__label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#0000008c;display:block;margin-top:5px}.calc-note{font-size:12px;color:#ffffff59;text-align:center;margin-top:12px}.color-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.color-card{border-radius:var(--radius-xl);overflow:hidden;border:1.5px solid var(--border);transition:all .3s;cursor:pointer;background:var(--white)}.color-card:hover{border-color:var(--brand-red);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.color-card__img{aspect-ratio:4/3;overflow:hidden}.color-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.color-card:hover .color-card__img img{transform:scale(1.06)}.color-card__body{padding:20px 22px}.color-card__name{font-family:var(--font-display);font-size:24px;color:var(--text-dark);margin-bottom:2px}.color-card__type{font-size:12px;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-weight:500}.color-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.color-card__price{font-family:var(--font-mono);font-size:20px;font-weight:500;color:var(--navy)}.color-card__stock{font-size:12px;color:var(--brand-red-deep);font-weight:600;display:flex;align-items:center}.kit-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;transition:all .25s;display:flex;flex-direction:column}.kit-card:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:var(--border-dark)}.kit-card--featured{border-color:var(--brand-red);border-width:2px}.kit-card__badge{background:var(--brand-red);color:#051a0e;text-align:center;padding:9px 16px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.kit-card__img{aspect-ratio:16/10;overflow:hidden;background:var(--stone)}.kit-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.kit-card:hover .kit-card__img img{transform:scale(1.04)}.kit-card__body{padding:28px;flex:1;display:flex;flex-direction:column}.kit-card__name{font-family:var(--font-display);font-size:26px;color:var(--text-dark);margin-bottom:4px;line-height:1}.kit-card__coverage{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500;margin-bottom:16px}.kit-card__features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.kit-card__features li{display:flex;align-items:flex-start;gap:9px;font-size:14px;color:var(--text-mid);line-height:1.5}.kit-card__features li:before{content:"\2713";color:var(--brand-red-deep);font-weight:700;flex-shrink:0;margin-top:1px}.kit-card__price-row{display:flex;align-items:baseline;gap:10px;margin-top:auto;margin-bottom:8px}.kit-card__price{font-family:var(--font-mono);font-size:40px;font-weight:500;color:var(--navy);line-height:1}.kit-card__price-note{font-size:13px;color:var(--text-muted)}.kit-card__installments{font-size:12px;color:var(--brand-red-deep);font-weight:500;margin-bottom:18px}.kit-card__actions{display:flex;gap:10px}.product-page{padding:40px 0 80px}.product-breadcrumb{font-size:13px;color:var(--text-muted);padding:20px 0 32px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-breadcrumb a{color:var(--text-muted);transition:color .15s}.product-breadcrumb a:hover{color:var(--brand-red-deep)}.product-breadcrumb span{color:var(--text-faint)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.product-gallery__main{aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;background:var(--stone);margin-bottom:14px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s;flex-shrink:0}.product-gallery__thumb:hover{border-color:var(--border-dark)}.product-gallery__thumb.active{border-color:var(--brand-red)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:8px}.product-info__eyebrow{margin-bottom:12px}.product-info__title{font-family:var(--font-display);font-size:clamp(36px,4vw,56px);line-height:1;color:var(--text-dark);margin-bottom:20px}.product-info__rating{display:flex;align-items:center;gap:10px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.product-info__stars{color:#f59e0b;font-size:18px;letter-spacing:2px}.product-info__rating-text{font-size:14px;color:var(--text-muted)}.product-info__rating-text a{color:var(--brand-red-deep);font-weight:500;text-decoration:underline}.product-price-block{margin-bottom:28px}.product-price-block__price{font-family:var(--font-mono);font-size:52px;font-weight:500;color:var(--navy);line-height:1;display:block;margin-bottom:8px}.product-price-block__compare{font-size:20px;color:var(--text-faint);text-decoration:line-through;font-family:var(--font-mono)}.product-price-block__per{font-size:15px;color:var(--text-muted);margin-top:6px;display:block}.product-price-block__installments{font-size:14px;color:var(--brand-red-deep);font-weight:500;margin-top:8px;display:block}.product-coverage-callout{background:var(--stone);border-radius:var(--radius-lg);padding:18px 22px;margin-bottom:28px;display:flex;align-items:center;gap:16px}.product-coverage-callout__icon{width:40px;height:40px;background:var(--brand-red);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-coverage-callout__text{font-size:14px;color:var(--text-mid);line-height:1.5}.product-coverage-callout__text strong{color:var(--text-dark);font-weight:600;display:block;font-size:15px}.product-option-block{margin-bottom:28px}.product-option-label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;display:flex;align-items:center;gap:8px}.product-option-label span{color:var(--text-dark);font-weight:700}.product-swatches{display:flex;gap:10px;flex-wrap:wrap}.product-swatch{border:2px solid transparent;border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all .2s;padding:3px}.product-swatch:hover{border-color:var(--border-dark)}.product-swatch.active{border-color:var(--brand-red)}.product-swatch img{width:64px;height:64px;object-fit:cover;border-radius:3px;display:block}.product-swatch__label{font-size:10px;font-weight:600;text-align:center;color:var(--text-muted);margin-top:4px;letter-spacing:.04em;text-transform:uppercase}.product-qty-block{margin-bottom:28px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.product-qty-block__label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);flex-shrink:0}.qty-stepper{display:flex;align-items:center;border:1.5px solid var(--border-dark);border-radius:var(--radius);overflow:hidden}.qty-stepper__btn{width:44px;height:44px;font-size:20px;color:var(--text-mid);transition:all .15s;display:flex;align-items:center;justify-content:center}.qty-stepper__btn:hover{background:var(--stone);color:var(--text-dark)}.qty-stepper__input{width:60px;height:44px;text-align:center;border:none;border-left:1.5px solid var(--border-dark);border-right:1.5px solid var(--border-dark);font-size:16px;font-weight:600;color:var(--text-dark);font-family:var(--font-mono)}.product-qty-block__coverage{font-size:14px;color:var(--text-muted)}.product-qty-block__coverage strong{color:var(--brand-red-deep)}.product-atc-row{display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:24px}.product-trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:32px}.product-trust-badge{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--stone);border-radius:var(--radius);font-size:13px;color:var(--text-mid);font-weight:500}.product-trust-badge svg{color:var(--brand-red-deep);flex-shrink:0}.product-bulk-callout{background:var(--navy);border-radius:var(--radius-lg);padding:22px 26px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.product-bulk-callout__text{color:#ffffffd9;font-size:14px;line-height:1.6}.product-bulk-callout__text strong{color:var(--white);font-size:15px;display:block;margin-bottom:2px}.product-tabs{margin-top:64px;border-top:1.5px solid var(--border);padding-top:56px}.product-tabs__nav{display:flex;gap:0;margin-bottom:44px;border-bottom:1.5px solid var(--border)}.product-tab-btn{font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:14px 24px;border-bottom:2px solid transparent;margin-bottom:-1.5px;transition:all .2s;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;font-family:var(--font-body)}.product-tab-btn:hover{color:var(--text-dark)}.product-tab-btn.active{color:var(--navy);border-bottom-color:var(--brand-red)}.product-tab-content{display:none}.product-tab-content.active{display:block}.product-description{font-size:16px;line-height:1.9;color:var(--text-mid)}.product-description h3{font-family:var(--font-display);font-size:28px;color:var(--text-dark);margin:36px 0 16px}.product-description h4{font-family:var(--font-display);font-size:22px;color:var(--text-dark);margin:28px 0 12px}.product-description p{margin-bottom:18px}.product-description ul{padding-left:0;list-style:none;margin-bottom:18px}.product-description ul li{padding:6px 0 6px 24px;position:relative;font-size:15px;color:var(--text-mid)}.product-description ul li:before{content:"\2192";position:absolute;left:0;color:var(--brand-red-deep);font-weight:700}.product-specs-table{width:100%;border-collapse:collapse}.product-specs-table tr{border-bottom:1px solid var(--border)}.product-specs-table tr:last-child{border-bottom:none}.product-specs-table td{padding:18px 0;font-size:15px;vertical-align:top}.product-specs-table td:first-child{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);width:44%;padding-right:24px;padding-top:20px}.product-specs-table td:last-child{color:var(--text-dark);line-height:1.6}.install-steps{display:flex;flex-direction:column;gap:28px}.install-step{display:flex;gap:24px;align-items:flex-start}.install-step__num{width:44px;height:44px;background:var(--brand-red);color:#051a0e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:16px;font-weight:500;flex-shrink:0;margin-top:2px}.install-step__content{flex:1}.install-step__title{font-family:var(--font-display);font-size:22px;color:var(--text-dark);margin-bottom:8px}.install-step__desc{font-size:15px;color:var(--text-mid);line-height:1.75}.install-step__time{display:inline-block;margin-top:8px;font-size:12px;font-weight:600;color:var(--brand-red-deep);letter-spacing:.06em;text-transform:uppercase}.gallery-section{background:var(--navy)}.gallery-section .overline{color:#d1d1d1!important;color:var(--brand-red)}.gallery-section h2{color:var(--white)}.gallery-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.gallery-filter{font-size:13px;font-weight:500;padding:8px 20px;border-radius:50px;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;cursor:pointer;transition:all .2s;background:transparent;font-family:var(--font-body)}.gallery-filter:hover,.gallery-filter.active{background:var(--brand-red);border-color:var(--brand-red);color:#051a0e;font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer}.gallery-item img{width:100%;height:280px;object-fit:cover;transition:transform .5s;display:block}.gallery-item:hover img{transform:scale(1.06)}.gallery-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(28,43,58,.85) 0%,transparent 55%);opacity:0;transition:opacity .3s;padding:20px;display:flex;flex-direction:column;justify-content:flex-end}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__cat{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-red);margin-bottom:4px}.gallery-item__title{font-family:var(--font-display);font-size:20px;color:var(--white)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.steps-grid:after{content:"";position:absolute;top:28px;left:16.66%;right:16.66%;height:1.5px;background:repeating-linear-gradient(90deg,var(--brand-red) 0,var(--brand-red) 16px,transparent 16px,transparent 26px);opacity:.4}.step-card{text-align:center;padding:0 12px}.step-card__num{width:56px;height:56px;background:var(--brand-red);color:#051a0e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:20px;font-weight:500;margin:0 auto 28px;position:relative;z-index:1}.step-card__title{font-family:var(--font-display);font-size:28px;color:var(--text-dark);margin-bottom:14px}.step-card__desc{font-size:15px;color:var(--text-muted);line-height:1.75}.step-card__time{display:inline-block;margin-top:12px;font-size:12px;font-weight:600;color:var(--brand-red-deep);letter-spacing:.08em;text-transform:uppercase}.reviews-summary{display:flex;align-items:center;gap:24px;margin-bottom:48px}.reviews-summary__score{font-family:var(--font-display);font-size:80px;color:var(--text-dark);line-height:1}.reviews-summary__stars{font-size:28px;color:#f59e0b;letter-spacing:3px;display:block}.reviews-summary__count{font-size:14px;color:var(--text-muted);margin-top:4px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:32px;display:flex;flex-direction:column}.testimonial-card__stars{color:#f59e0b;font-size:16px;letter-spacing:2px;margin-bottom:18px}.testimonial-card__text{font-size:15px;line-height:1.8;color:var(--text-mid);font-style:italic;flex:1;margin-bottom:24px}.testimonial-card__author{display:flex;align-items:center;gap:14px}.testimonial-card__avatar{width:46px;height:46px;border-radius:50%;background:var(--brand-red);color:#051a0e;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:18px;flex-shrink:0}.testimonial-card__name{font-size:14px;font-weight:600;color:var(--text-dark)}.testimonial-card__role{font-size:12px;color:var(--text-muted);margin-top:1px;letter-spacing:.02em}.testimonial-card__meta{display:flex;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.testimonial-card__meta span{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px;font-weight:500;letter-spacing:.02em}.contractor-banner{background:var(--navy);overflow:hidden;position:relative}.contractor-banner:before{content:"PRO";position:absolute;right:-20px;top:50%;transform:translateY(-50%);font-family:var(--font-display);font-size:280px;color:#ffffff06;letter-spacing:-6px;line-height:1;pointer-events:none}.contractor-banner__layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.contractor-banner .overline{color:#d1d1d1!important;color:var(--brand-red);margin-bottom:12px}.contractor-banner h2{color:var(--white);margin-bottom:20px}.contractor-banner h2 em{color:var(--brand-red);font-style:normal}.contractor-banner p{color:#ffffffa6;font-size:16px;line-height:1.75;margin-bottom:36px}.contractor-tiers{display:flex;flex-direction:column;gap:12px}.contractor-tiers__label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:4px}.tier-row{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:18px 24px;display:flex;align-items:center;justify-content:space-between;transition:all .2s}.tier-row:hover{background:#ffffff1a;border-color:#c1141a40}.tier-row--best{border-color:#c1141a59;background:#c1141a0f}.tier-row__qty{font-family:var(--font-display);font-size:22px;color:var(--white);line-height:1}.tier-row__sub{font-size:12px;color:#ffffff73;margin-top:2px}.tier-row__discount{font-family:var(--font-mono);font-size:30px;font-weight:500;color:var(--brand-red)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-item:nth-child(odd){padding-right:48px;border-right:1px solid var(--border)}.faq-item:nth-child(2n){padding-left:48px}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 0;cursor:pointer;font-family:var(--font-display);font-size:20px;color:var(--text-dark);transition:color .2s;line-height:1.15;background:none;border:none;width:100%;text-align:left;font-family:var(--font-body);font-weight:600;font-size:15px}.faq-q:hover,.faq-q.open{color:var(--brand-red-deep)}.faq-toggle{width:28px;height:28px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;transition:transform .3s}.faq-q.open .faq-toggle{transform:rotate(45deg)}.faq-a{font-size:15px;color:var(--text-mid);line-height:1.8;padding-bottom:24px;display:none}.faq-a.open{display:block}.email-capture{background:#1d2f3b}.email-capture__layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.email-capture .overline{color:#c1141a!important;letter-spacing:2px}.email-capture h2{color:#fff;margin-bottom:12px}.email-capture p{color:#ffffffa6;font-size:16px;margin-bottom:0;line-height:1.7}.email-form{display:flex;gap:10px;margin-top:28px}.email-input{color:#fff;background:#ffffff1a;border-color:#ffffff40;flex:1;background:#0000001f;border:1.5px solid rgba(0,0,0,.2);border-radius:var(--radius);padding:14px 18px;font-size:15px;color:#051a0e;font-family:var(--font-body)}.email-input::placeholder{color:#ffffff73}.email-input:focus{outline:none;border-color:#6ba9da;background:#ffffff1a}.email-guide{background:#0000001a;border-radius:var(--radius-lg);padding:32px}.email-guide h4{font-family:var(--font-display);font-size:24px;color:#fff;margin-bottom:18px}.email-guide ul{list-style:none;display:flex;flex-direction:column;gap:10px}.email-guide ul li{color:#ffffffbf;display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#000000b3;line-height:1.5}.email-guide ul li:before{content:"\2192";font-weight:700;color:#c1141a;flex-shrink:0}.site-footer{background:#000d1e}.footer-top{padding:72px 0 56px;border-bottom:1px solid rgba(255,255,255,.07)}.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:56px}.footer-logo{font-family:var(--font-display);font-size:28px;color:var(--white);letter-spacing:.04em;margin-bottom:16px;display:flex;align-items:center;gap:8px}.footer-logo__em{color:var(--brand-red)}.footer-desc{font-size:14px;line-height:1.75;color:#ffffff80;max-width:290px;margin-bottom:24px}.footer-contact{display:flex;flex-direction:column;gap:10px}.footer-contact a{font-size:14px;color:#ffffff8c;display:flex;align-items:flex-start;gap:8px;line-height:1.5;transition:color .15s}.footer-contact a:hover{color:var(--brand-red)}.footer-social{display:flex;gap:8px;margin-top:24px}.footer-social-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:14px;font-weight:600;transition:all .2s}.footer-social-btn:hover{border-color:var(--brand-red);color:var(--brand-red)}.footer-col h5{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin-bottom:20px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:#ffffff8c;transition:color .15s;line-height:1.4}.footer-links a:hover{color:var(--brand-red)}.footer-bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.footer-bottom p{font-size:13px;color:#ffffff59}.footer-legal{display:flex;gap:20px;flex-wrap:wrap}.footer-legal a{font-size:13px;color:#ffffff59;transition:color .15s}.footer-legal a:hover{color:#ffffffb3}.footer-payments{display:flex;gap:6px;flex-wrap:wrap}.footer-pay{background:#ffffff12;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;color:#fff6;font-family:var(--font-body);letter-spacing:.04em}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none}.cart-drawer.open{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e162199;opacity:0;transition:opacity .3s}.cart-drawer.open .cart-drawer__overlay{opacity:1}.cart-drawer__inner{position:absolute;right:0;top:0;bottom:0;width:min(440px,100vw);background:var(--white);transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.cart-drawer.open .cart-drawer__inner{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--border)}.cart-drawer__title{font-family:var(--font-display);font-size:28px;color:var(--text-dark)}.cart-drawer__close{color:var(--text-muted);transition:color .2s;padding:4px}.cart-drawer__close:hover{color:var(--text-dark)}.cart-drawer__items{flex:1;overflow-y:auto;padding:20px 28px}.cart-empty-msg{text-align:center;color:var(--text-muted);font-size:15px;padding:40px 0}.cart-item{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:76px;height:76px;object-fit:cover;border-radius:var(--radius);flex-shrink:0;background:var(--stone)}.cart-item__info{flex:1;min-width:0}.cart-item__name{font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:3px;line-height:1.4}.cart-item__variant{font-size:12px;color:var(--text-muted);margin-bottom:10px}.cart-item__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--border-dark);border-radius:var(--radius);overflow:hidden}.cart-item__qty button{width:30px;height:30px;font-size:16px;color:var(--text-muted);transition:all .15s}.cart-item__qty button:hover{background:var(--stone)}.cart-item__qty span{padding:0 10px;font-size:13px;font-weight:600;border-left:1px solid var(--border-dark);border-right:1px solid var(--border-dark);line-height:30px}.cart-item__price{font-family:var(--font-mono);font-size:18px;font-weight:500;color:var(--navy)}.cart-drawer__footer{padding:20px 28px 28px;border-top:1px solid var(--border);background:var(--white)}.cart-shipping-bar{margin-bottom:18px}.cart-shipping-bar__track{height:4px;background:var(--border);border-radius:2px;overflow:hidden;margin-bottom:6px}.cart-shipping-bar__fill{height:100%;background:var(--brand-red);border-radius:2px;transition:width .5s ease}.cart-shipping-bar__label{font-size:12px;color:var(--text-muted);font-weight:500}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.cart-drawer__subtotal span{font-size:15px;color:var(--text-muted);font-weight:500}.cart-drawer__subtotal-price{font-family:var(--font-mono);font-size:26px;font-weight:500;color:var(--navy)}.cart-drawer__note{font-size:12px;color:var(--text-muted);text-align:center;margin-top:12px}.email-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:center;justify-content:center}.email-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e1621a6}.email-popup__box{position:relative;background:var(--white);border-radius:var(--radius-xl);padding:48px;max-width:500px;width:calc(100% - 48px);text-align:center;box-shadow:var(--shadow-lg)}.email-popup__close{position:absolute;top:18px;right:18px;color:var(--text-muted);padding:6px;transition:color .2s}.email-popup__close:hover{color:var(--text-dark)}.email-popup__badge{display:inline-block;background:var(--brand-red);color:#051a0e;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 16px;border-radius:4px;margin-bottom:20px}.email-popup__title{font-family:var(--font-display);font-size:36px;color:var(--text-dark);margin-bottom:12px;line-height:1}.email-popup__desc{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:28px}.email-popup__form{display:flex;flex-direction:column;gap:10px}.email-popup__input{border:1.5px solid var(--border-dark);border-radius:var(--radius);padding:14px 18px;font-size:15px;font-family:var(--font-body);color:var(--text-dark);transition:border-color .2s}.email-popup__input:focus{outline:none;border-color:var(--brand-red)}.email-popup__legal{font-size:12px;color:var(--text-faint);margin-top:14px}.collection-hero{background:var(--navy);padding:56px 0 48px}.collection-hero .overline{color:#d1d1d1!important;color:var(--brand-red);margin-bottom:10px}.collection-hero h1{color:var(--white)}.collection-hero p{color:#fff9;font-size:16px;max-width:540px;margin-top:12px}.collection-sort{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}.collection-sort__count{font-size:14px;color:var(--text-muted)}.collection-sort select{border:1.5px solid var(--border-dark);border-radius:var(--radius);padding:9px 14px;font-size:14px;font-family:var(--font-body);color:var(--text-dark);cursor:pointer;background:var(--white)}.cart-page{padding:56px 0 96px}.cart-page__layout{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding:0 0 16px;border-bottom:1.5px solid var(--border);text-align:left}.cart-table td{padding:24px 0;border-bottom:1px solid var(--border);vertical-align:middle}.cart-table__product{display:flex;gap:20px;align-items:flex-start}.cart-table__img{width:88px;height:88px;object-fit:cover;border-radius:var(--radius);flex-shrink:0;background:var(--stone)}.cart-table__name{font-size:15px;font-weight:600;color:var(--text-dark);margin-bottom:4px;line-height:1.4}.cart-table__variant{font-size:13px;color:var(--text-muted)}.cart-table__price{font-family:var(--font-mono);font-size:18px;color:var(--navy);font-weight:500}.cart-summary-box{background:var(--stone);border-radius:var(--radius-xl);padding:32px;position:sticky;top:96px}.cart-summary-box h3{font-family:var(--font-display);font-size:28px;margin-bottom:24px}.cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;font-size:15px;color:var(--text-muted)}.cart-summary-total{font-family:var(--font-mono);font-size:36px;font-weight:500;color:var(--navy)}.cart-summary-divider{border:none;border-top:1px solid var(--border-dark);margin:20px 0}.page-hero{background:var(--navy);padding:56px 0 48px}.page-hero .overline{color:#d1d1d1!important;color:var(--brand-red);margin-bottom:10px}.page-hero h1{color:var(--white)}.page-content{padding:56px 0 80px}.page-content p{font-size:16px;line-height:1.85;color:var(--text-mid);margin-bottom:20px}.page-content h2{font-family:var(--font-display);font-size:36px;color:var(--text-dark);margin:40px 0 16px}.page-content h3{font-family:var(--font-display);font-size:26px;color:var(--text-dark);margin:32px 0 12px}.page-content ul{padding-left:0;list-style:none;margin-bottom:20px}.page-content ul li{padding:7px 0 7px 24px;position:relative;font-size:15px;color:var(--text-mid);line-height:1.6}.page-content ul li:before{content:"\2192";position:absolute;left:0;color:var(--brand-red-deep);font-weight:700}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-hero img{width:100%;max-height:480px;object-fit:cover;display:block}.article-body{padding:56px 0 80px}.article-body p{font-size:17px;line-height:1.9;color:var(--text-mid);margin-bottom:22px}.contact-info-card{background:var(--stone);border-radius:var(--radius-xl);padding:36px}.contact-info-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:28px}.contact-info-item:last-child{margin-bottom:0}.contact-info-icon{width:44px;height:44px;background:var(--brand-red);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.contact-info-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.contact-info-value{font-size:16px;font-weight:600;color:var(--text-dark);line-height:1.5}.contact-info-value a{color:var(--brand-red-deep)}.contact-form-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:44px}.form-field{margin-bottom:22px}.form-label{display:block;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.form-input,.form-select,.form-textarea{width:100%;border:1.5px solid var(--border-dark);border-radius:var(--radius);padding:13px 16px;font-size:15px;font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color .2s;line-height:1.5}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--brand-red);box-shadow:0 0 0 3px #c1141a1a}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-success{background:#c1141a1a;border:1px solid rgba(193,20,26,.3);border-radius:var(--radius);padding:16px 20px;color:var(--brand-red-dark);font-weight:600;font-size:14px;margin-bottom:20px}.tier-table{width:100%;border-collapse:collapse;box-shadow:var(--shadow);border-radius:var(--radius-lg);overflow:hidden}.tier-table th{background:var(--navy);color:var(--white);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:18px 24px;text-align:left}.tier-table td{padding:18px 24px;border-bottom:1px solid var(--border);font-size:15px;background:var(--white)}.tier-table tr:last-child td{border-bottom:none}.tier-table tr:hover td{background:var(--stone)}.tier-discount{font-family:var(--font-mono);font-size:22px;font-weight:500;color:var(--brand-red-dark)}.not-found{background:var(--navy);min-height:65vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 24px}.not-found__num{font-family:var(--font-display);font-size:clamp(100px,20vw,200px);color:var(--brand-red);line-height:1}.not-found h1{color:var(--white);font-size:clamp(28px,4vw,48px);margin-bottom:16px}.not-found p{color:#fff9;font-size:16px;max-width:400px;margin:0 auto 36px}@media(max-width:1100px){:root{--section: 72px}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.contractor-banner__layout{grid-template-columns:1fr;gap:48px}}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:40px}.segment-grid,.testimonials-grid{grid-template-columns:1fr}.email-capture__layout{grid-template-columns:1fr;gap:40px}.cart-page__layout{grid-template-columns:1fr}.cart-summary-box{position:static}.faq-grid{grid-template-columns:1fr}.faq-item:nth-child(odd){padding-right:0;border-right:none}.faq-item:nth-child(2n){padding-left:0}.color-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr}.steps-grid:after{display:none}}@media(max-width:768px){:root{--section: 56px}.header-nav,.header-phone{display:none}.mobile-menu-toggle{display:flex}.hero__badge-pill{display:none}.grid-2,.grid-3{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.trust-bar__inner{flex-wrap:wrap}.trust-bar__item{min-width:50%;border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}.trust-bar__item:nth-child(2n){border-right:none}.calc-fields{grid-template-columns:1fr 1fr}.calc-result{grid-template-columns:1fr 1px 1fr}.calc-result__item:last-child{display:none}.product-atc-row,.product-trust-badges{grid-template-columns:1fr}.hero__ctas{flex-direction:column;align-items:flex-start}.container{padding:0 20px}.email-form{flex-direction:column}.footer-grid,.form-grid{grid-template-columns:1fr}}@media(max-width:480px){.gallery-grid,.grid-4,.color-grid,.calc-fields{grid-template-columns:1fr}.product-tabs__nav{flex-wrap:wrap}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.anim-up{animation:fadeUp .5s ease both}.anim-up:nth-child(2){animation-delay:.08s}.anim-up:nth-child(3){animation-delay:.16s}.anim-up:nth-child(4){animation-delay:.24s}.cart-qty-btn{width:32px;height:32px;font-size:18px;font-weight:700;color:var(--text-dark);background:var(--stone);border:1px solid var(--border-dark);cursor:pointer;transition:background .15s;flex-shrink:0;line-height:1}.cart-qty-btn:hover{background:var(--stone-mid)}.cart-qty-num{padding:0 12px;font-size:14px;font-weight:600;color:var(--text-dark);border-left:1px solid var(--border-dark);border-right:1px solid var(--border-dark);line-height:32px;min-width:36px;text-align:center;display:inline-block}.cart-item__remove{background:none;border:none;color:var(--text-faint);font-size:11px;cursor:pointer;padding:4px 0 0;text-decoration:underline;transition:color .15s}.cart-item__remove:hover{color:#ef4444}@media(max-width:768px){.header-logo span:first-child{font-size:24px!important}.cart-drawer__inner{width:100%!important;max-width:100%!important}.email-popup__box{width:92%!important;max-width:92%!important;padding:28px 20px!important}.product-tabs__nav{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.product-tab-btn{white-space:nowrap;flex-shrink:0}.blog-grid{grid-template-columns:1fr!important}.announcement-bar{border-bottom:2px solid #C1141A;font-size:12px;padding:9px 16px}.trust-bar__inner{display:grid!important;grid-template-columns:1fr 1fr;gap:0}.trust-bar__item{border-right:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.trust-bar__item:nth-child(2n){border-right:none}.hero h1{font-size:clamp(36px,11vw,72px)!important}.section{padding:48px 0!important}.hero__ctas .btn{width:100%;text-align:center}.color-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:380px){.color-grid,.gallery-grid{grid-template-columns:1fr!important}.hero h1{font-size:32px!important}}.email-popup__input{border:1.5px solid var(--border-dark)!important;border-radius:8px!important;padding:12px 16px!important;font-size:15px!important;width:100%;box-sizing:border-box;margin-bottom:10px;outline:none;transition:border-color .2s}.email-popup__input:focus{border-color:var(--brand-red)!important}.email-popup__form{display:flex;flex-direction:column;gap:0}.header-logo img{height:58px;width:58px;display:block;object-fit:contain;filter:brightness(1.02);transition:opacity .2s}.header-logo:hover img{opacity:.88}@media(max-width:768px){.header-logo img{height:48px;width:48px}}@media(max-width:480px){.header-logo img{height:42px;width:42px}}.footer-brand img{height:72px;width:72px;object-fit:contain}.footer-brand a:hover img{opacity:.9}.section-header{padding:0 0 4px}.section-header h2{margin-bottom:8px}.section-header p{margin-top:8px}.container{padding-left:max(20px,3vw);padding-right:max(20px,3vw)}.kit-card__body{padding:20px 22px 22px!important}.kit-card__name{margin-bottom:6px!important}.kit-card__coverage{margin-bottom:10px!important}.kit-card__features{margin-bottom:14px!important}.kit-card__features li{padding:4px 0!important;font-size:13px!important}.color-card__body{padding:14px 16px!important}.color-card__name{margin-bottom:3px!important;font-size:14px!important}.color-card__type{margin-bottom:10px!important;font-size:12px!important}.announcement-bar{padding:10px 20px!important;font-size:13px!important}.trust-bar__item{padding:14px 20px!important}.trust-bar__label{font-size:13px!important}.trust-bar__sub{font-size:12px!important}.hero__content{padding:80px 0 72px!important}@media(max-width:768px){.hero__content{padding:52px 0 48px!important}}.pstack{gap:16px!important}.color-grid{gap:14px!important}.section{padding-top:60px!important;padding-bottom:60px!important}@media(max-width:768px){.section{padding-top:44px!important;padding-bottom:44px!important}}.pblock{border-radius:10px!important}.pblock__img a,.pblock__ph{min-height:200px!important}.pblock__body{padding:18px 20px!important;gap:10px!important}.pblock__name{font-size:16px!important;font-weight:700!important;line-height:1.3!important}.pblock__desc{font-size:13px!important;line-height:1.6!important}.pblock__price{font-size:24px!important;font-weight:700!important}.pblock__per,.pblock__feat,.pblock__feat-icon{font-size:12px!important}.pblock__chip{font-size:10px!important;padding:3px 8px!important}.pblock__btn-cart,.pblock__btn-view{padding:10px 16px!important;font-size:13px!important}.pblock:hover{border-color:#c1141a!important}.pblock__name:hover,.pblock__tag,.pblock__feat-icon{color:#c1141a!important}.pblock__badge,.pblock__btn-cart{background:#c1141a!important;color:#fff!important}.pblock__btn-cart:hover{background:#9b0c04!important}.pblock__dot{background:#c1141a!important}.pblock__chip.em{background:#c1141a14!important;color:#c1141a!important}.pblock__stock{color:#c1141a!important}.product-layout{gap:48px!important}.product-tabs{margin-top:48px}.product-tabs__nav{gap:4px!important;margin-bottom:0!important}.product-tab-btn{padding:12px 18px!important;font-size:13px!important}.testimonial-card{padding:24px 26px!important}.faq-q{padding:16px 20px!important;font-size:15px!important}.faq-a{padding:0 20px 16px!important;font-size:14px!important}.footer-top{padding:52px 0 40px!important}.footer-bottom{padding:16px 0!important;font-size:12px!important}@media(max-width:480px){.pblock__feats{grid-template-columns:1fr!important}.pblock__body{padding:14px 16px!important}.pblock__name{font-size:15px!important}.pblock__price{font-size:20px!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
