:root{--navy: #0F2C44;--navy-hover: #0a1f30;--green: #2E8B3A;--green-hover: #256f2e;--green-light: #d4edda;--green-tint: #f0f9f1;--success: #1E7E34;--warning: #D97706;--alert: #B91C1C;--warning-tint: #fef3c7;--alert-tint: #fee2e2;--white: #ffffff;--cream: #F7F4EE;--charcoal: #1F2937;--muted: #6B7280;--hairline: #E5E7EB;--grey-50: #f9fafb;--grey-100: #f3f4f6;--grey-200: #e5e7eb;--grey-300: #d1d5db;--grey-500: #6b7280;--grey-700: #374151;--grey-900: #111827;--blue: #0F2C44;--blue-hover: #0a1f30;--gold: #2E8B3A;--gold-light: #d4edda;--red: #B91C1C;--off-white: #F7F4EE;--font-main: "Inter", sans-serif;--font-display: "Inter", sans-serif;--radius: 6px;--radius-lg: 12px;--shadow: 0 1px 4px rgba(0,0,0,.07);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--transition: .18s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--grey-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1280px;margin:0 auto;padding:0 24px}.container--narrow{max-width:800px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-main);font-weight:600;font-size:1rem;padding:12px 24px;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:all var(--transition);text-decoration:none!important;white-space:nowrap}.btn--primary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn--primary:hover{background:var(--blue-hover);border-color:var(--blue-hover);color:var(--white)}.btn--outline{background:transparent;color:var(--blue);border-color:var(--blue)}.btn--outline:hover{background:var(--blue);color:var(--white)}.btn--ghost{background:transparent;color:var(--grey-700);border-color:var(--grey-300)}.btn--ghost:hover{background:var(--grey-100)}.btn--lg{font-size:1.1rem;padding:14px 32px}.btn--sm{font-size:.875rem;padding:8px 16px}.btn--block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.announcement-bar{background:var(--navy);color:var(--white);font-size:.875rem;font-weight:500;padding:10px 0;text-align:center}.announcement-bar .container{display:flex;align-items:center;justify-content:center;gap:8px}.announcement-bar__icon{color:var(--gold);font-weight:700}.site-header{background:var(--white);border-bottom:3px solid var(--navy);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.site-header__inner{display:flex;align-items:center;gap:24px;padding:14px 0}.site-header__logo{display:flex;align-items:center;gap:12px;text-decoration:none!important;flex-shrink:0}.logo-mark{width:44px;height:44px;background:var(--green);color:#fff;font-family:var(--font-display);font-size:1.2rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:6px}.logo-text{display:flex;flex-direction:column}.logo-name{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:var(--navy);line-height:1}.logo-tagline{font-size:.7rem;font-weight:600;color:var(--grey-500);letter-spacing:.08em;text-transform:uppercase}.site-nav{flex:1}.site-nav__list{display:flex;align-items:center;gap:4px;list-style:none}.has-dropdown{position:relative}.site-nav__link{font-weight:600;font-size:.95rem;color:var(--grey-700);padding:8px 12px;border-radius:6px;display:block;transition:all var(--transition);text-decoration:none!important}.site-nav__link:hover{background:var(--grey-100);color:var(--navy);text-decoration:none}.chevron{font-size:.7rem}.dropdown{display:none;position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--grey-200);border-top:3px solid var(--blue);border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-md);min-width:200px;list-style:none;z-index:200}.has-dropdown:hover .dropdown{display:block}.dropdown a{display:block;padding:10px 16px;font-size:.9rem;font-weight:500;color:var(--grey-700);transition:all var(--transition);text-decoration:none!important}.dropdown a:hover{background:var(--grey-50);color:var(--blue)}.site-header__actions{display:flex;align-items:center;gap:16px;margin-left:auto;flex-shrink:0}.header-icon{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--grey-700);text-decoration:none!important;font-size:.7rem;font-weight:600;position:relative;transition:color var(--transition)}.header-icon:hover{color:var(--blue)}.icon-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--blue);color:var(--white);font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all var(--transition)}.page-header{background:var(--navy);color:var(--white);padding:48px 0}.page-header h1{font-family:var(--font-display);font-size:2.4rem;font-weight:800}.page-header p{margin-top:8px;color:#fffc;font-size:1.05rem}.page-header--collection{padding:32px 0}.breadcrumb{font-size:.875rem;color:#ffffffb3;margin-bottom:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumb a{color:#fffc;text-decoration:none}.breadcrumb a:hover{color:var(--white)}.product-page .breadcrumb,.collection-page .breadcrumb{color:var(--grey-500);background:none}.product-page .breadcrumb a{color:var(--blue)}.product-page .breadcrumb{padding:16px 0}.hero{background:var(--navy);position:relative;overflow:hidden;padding:80px 0}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 80% at 80% 50%,rgba(26,86,219,.25) 0%,transparent 60%),repeating-linear-gradient(90deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 1px,transparent 60px),repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 1px,transparent 60px)}.hero__inner{position:relative;display:grid;grid-template-columns:1fr 440px;gap:60px;align-items:center}.hero__badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b26;border:1px solid rgba(245,158,11,.4);color:var(--gold);font-size:.85rem;font-weight:600;padding:6px 14px;border-radius:100px;margin-bottom:20px;letter-spacing:.03em}.badge-dot{width:8px;height:8px;background:var(--gold);border-radius:50%}.hero__title{font-family:var(--font-display);font-size:3.4rem;font-weight:800;color:var(--white);line-height:1.1;margin-bottom:20px;letter-spacing:-.01em}.hero__subtitle{color:#ffffffbf;font-size:1.15rem;margin-bottom:36px;line-height:1.7}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero__actions .btn--outline{color:var(--white);border-color:#fff6}.hero__actions .btn--outline:hover{background:#ffffff1a;border-color:var(--white)}.hero__stats{display:flex;align-items:center;gap:24px}.stat{text-align:center}.stat strong{display:block;font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--white);line-height:1}.stat span{font-size:.8rem;color:#fff9;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.stat-divider{width:1px;height:40px;background:#fff3}.trust-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-lg)}.trust-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--grey-100)}.trust-list{list-style:none;display:flex;flex-direction:column;gap:16px}.trust-list li{display:flex;align-items:flex-start;gap:12px}.trust-icon{width:24px;height:24px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0;margin-top:2px}.trust-list li div strong{display:block;font-size:.95rem;color:var(--grey-900)}.trust-list li div p{font-size:.82rem;color:var(--grey-500);margin-top:1px}.trust-bar{background:var(--grey-50);border-bottom:1px solid var(--grey-200);padding:20px 0}.trust-bar__inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:12px;flex:1;min-width:160px}.trust-bar__icon{font-size:1.5rem;flex-shrink:0}.trust-bar__item strong{display:block;font-size:.9rem;font-weight:700;color:var(--navy)}.trust-bar__item span{font-size:.78rem;color:var(--grey-500)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}.section-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--navy)}.section-subtitle{color:var(--grey-500);font-size:1rem;margin-top:4px}.section-link{font-weight:600;font-size:.9rem;color:var(--blue)}section{padding:72px 0}.categories__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px}.category-card--large{grid-row:span 1}.categories__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:260px 160px;gap:16px}.category-card--large{grid-column:span 2;grid-row:1}.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:flex-end;text-decoration:none!important;transition:transform var(--transition),box-shadow var(--transition)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.category-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .4s ease}.category-card:hover .category-card__bg{transform:scale(1.04)}.category-card__bg--plumbing{background:linear-gradient(135deg,#0d1f3c,#1a56db)}.category-card__bg--electrical{background:linear-gradient(135deg,#1a3a1a,#16a34a)}.category-card:not(.category-card--large){background:var(--navy);align-items:center}.category-card__content{position:relative;padding:28px;z-index:2;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 100%);width:100%}.category-card:not(.category-card--large) .category-card__content{background:none;text-align:center;padding:20px}.category-card__icon{font-size:2rem;margin-bottom:8px}.category-card h3{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--white);line-height:1.1}.category-card:not(.category-card--large) h3{font-size:1rem;margin-bottom:8px}.category-card p{color:#fffc;font-size:.9rem;margin:6px 0 12px}.category-card__cta{color:var(--gold);font-weight:700;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.product-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition)}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue);transform:translateY(-2px)}.product-card__image-wrap{position:relative;display:block;aspect-ratio:1;background:var(--grey-50);text-decoration:none!important}.product-card__image-wrap img{width:100%;height:100%;object-fit:contain;padding:16px}.product-card__image-placeholder{display:flex;align-items:center;justify-content:center;height:100%}.product-card__badge{position:absolute;top:10px;left:10px;background:var(--navy);color:var(--white);font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.product-card__badge--sale{background:var(--red)}.product-card__info{padding:16px}.product-card__vendor{font-size:.75rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.product-card__title{font-weight:700;font-size:.95rem;color:var(--grey-900);margin-bottom:8px;line-height:1.4}.product-card__title a{color:inherit;text-decoration:none!important}.product-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.product-card__sku{font-size:.72rem;color:var(--grey-500);background:var(--grey-100);padding:2px 6px;border-radius:3px}.product-card__cert{font-size:.72rem;color:var(--green);background:var(--green-light);padding:2px 6px;border-radius:3px;font-weight:600}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-bottom:14px}.price{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:var(--navy)}.price--compare{font-size:1rem;color:var(--grey-500);text-decoration:line-through}.price-note{font-size:.72rem;color:var(--grey-500);font-weight:500}.certifications{background:var(--navy);color:var(--white)}.certifications__inner{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:start}.certifications__content h2{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--white);margin-bottom:16px}.certifications__content p{color:#ffffffbf;line-height:1.7;margin-bottom:36px}.cert-badges{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cert-badge{display:flex;align-items:center;gap:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:16px}.cert-badge__icon{width:52px;height:52px;background:var(--gold);color:var(--navy);font-family:var(--font-display);font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;letter-spacing:-.02em}.cert-badge strong{display:block;color:var(--white);font-weight:700;font-size:.9rem}.cert-badge span{color:#fff9;font-size:.78rem}.cta-card{background:var(--white);border-radius:var(--radius-lg);padding:36px;box-shadow:var(--shadow-lg)}.cta-card h3{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--navy);margin-bottom:10px}.cta-card p{color:var(--grey-500);font-size:.9rem;margin-bottom:20px}.cta-benefits{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.cta-benefits li{font-size:.9rem;color:var(--grey-700);font-weight:600}.cta-note{text-align:center;font-size:.8rem;color:var(--grey-500);margin-top:10px}.testimonials{background:var(--grey-50)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow)}.testimonial-card__stars{color:var(--gold);font-size:1.1rem;margin-bottom:14px;letter-spacing:2px}.testimonial-card p{color:var(--grey-700);font-size:.95rem;line-height:1.7;font-style:italic;margin-bottom:20px}.testimonial-card__author{display:flex;align-items:center;gap:12px}.author-avatar{width:42px;height:42px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.testimonial-card__author strong{display:block;font-size:.9rem;color:var(--grey-900)}.testimonial-card__author span{font-size:.78rem;color:var(--grey-500)}.site-footer{background:var(--grey-900);color:#fffc}.footer-top{padding:64px 0 48px}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1.2fr;gap:48px}.footer-logo{display:flex;align-items:center;gap:12px;text-decoration:none!important;margin-bottom:16px}.footer-logo .logo-mark{background:var(--green);color:#fff}.footer-logo .logo-name{color:var(--white)}.footer-logo .logo-tagline{color:#ffffff80}.footer-brand p{font-size:.88rem;color:#fff9;line-height:1.7;margin-bottom:20px}.footer-certs{display:flex;flex-wrap:wrap;gap:8px}.footer-cert-badge{font-size:.72rem;font-weight:700;padding:4px 10px;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#ffffffb3;letter-spacing:.04em}.footer-col h4{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--white);margin-bottom:16px;letter-spacing:.03em;text-transform:uppercase}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col a{color:#ffffffa6;font-size:.875rem;text-decoration:none;transition:color var(--transition)}.footer-col a:hover{color:var(--white)}.footer-contact{gap:14px!important}.footer-contact li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem}.footer-contact a{color:#ffffffa6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0}.footer-bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:.8rem;color:#ffffff80}.footer-bottom a{color:#ffffffa6}.footer-payments{display:flex;align-items:center;gap:8px}.footer-payments span:first-child{font-size:.78rem;color:#ffffff80}.payment-badge{font-size:.7rem;font-weight:700;padding:3px 8px;background:#ffffff1a;border-radius:4px;letter-spacing:.04em}.collection-page{padding:40px 0}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}.collection-sidebar{position:sticky;top:90px}.sidebar-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}.sidebar-card h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:16px;border-bottom:1px solid var(--grey-200);padding-bottom:12px}.sidebar-card h4{font-weight:700;color:var(--navy);margin-bottom:10px}.sidebar-trust p{font-size:.85rem;color:var(--grey-500);margin-bottom:14px}.filter-group{margin-bottom:20px}.filter-label{display:block;font-size:.78rem;font-weight:700;color:var(--grey-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.filter-link{display:block;font-size:.875rem;color:var(--grey-700);padding:6px 8px;border-radius:6px;text-decoration:none;transition:all var(--transition)}.filter-link:hover,.filter-link.active{background:var(--blue);color:var(--white)}.filter-select{width:100%;padding:10px 12px;border:1px solid var(--grey-300);border-radius:var(--radius);font-family:var(--font-main);font-size:.9rem;color:var(--grey-900);background:var(--white);cursor:pointer}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.collection-count{font-size:.875rem;color:var(--grey-500)}.collection-description{color:#ffffffbf;font-size:.95rem;margin-top:8px}.no-products{color:var(--grey-500);font-size:1rem;padding:40px 0}.pagination{text-align:center;margin-top:40px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--grey-300);border-radius:var(--radius);font-weight:600;font-size:.875rem;color:var(--grey-700);text-decoration:none;margin:0 3px;transition:all var(--transition)}.pagination a:hover,.pagination .current{background:var(--blue);color:var(--white);border-color:var(--blue)}.product-page{padding:0 0 72px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;padding-top:8px}.product-gallery__main{border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;background:var(--grey-50);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:20px}.product-gallery__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.thumb{width:72px;height:72px;object-fit:contain;border:2px solid var(--grey-200);border-radius:var(--radius);cursor:pointer;padding:4px;background:var(--grey-50);transition:border-color var(--transition)}.thumb:hover{border-color:var(--blue)}.product-gallery__certs{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.cert-tag{font-size:.75rem;font-weight:600;color:var(--green);background:var(--green-light);padding:4px 10px;border-radius:4px}.product-vendor{font-size:.8rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.product-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--navy);line-height:1.15;margin-bottom:12px}.product-meta-row{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.product-sku{font-size:.8rem;color:var(--grey-500);background:var(--grey-100);padding:3px 8px;border-radius:4px}.product-availability{font-size:.85rem;font-weight:600}.product-availability.available{color:var(--green)}.product-availability.unavailable{color:var(--red)}.product-price-block{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius);padding:20px;margin-bottom:24px}.product-price{font-family:var(--font-display);font-size:2.4rem;font-weight:800;color:var(--navy);display:flex;align-items:baseline;gap:8px}.product-price__vat{font-size:.9rem;font-weight:500;color:var(--grey-500)}.product-price__compare{font-size:.9rem;color:var(--grey-500);margin-top:4px}.product-price__vat-note{font-size:.78rem;color:var(--grey-500);margin-top:8px}.form-field{margin-bottom:16px}.form-field label{display:block;font-size:.85rem;font-weight:600;color:var(--grey-700);margin-bottom:6px}.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=number],.form-field input[type=password],.form-field textarea,.form-field select{width:100%;padding:11px 14px;border:1px solid var(--grey-300);border-radius:var(--radius);font-family:var(--font-main);font-size:.95rem;color:var(--grey-900);background:var(--white);transition:border-color var(--transition)}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #1a56db1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.qty-row{display:flex;align-items:center;gap:16px}.qty-row label{margin-bottom:0;flex-shrink:0}.qty-control{display:flex;align-items:center;border:1px solid var(--grey-300);border-radius:var(--radius);overflow:hidden;width:130px}.qty-control button{background:var(--grey-100);border:none;width:40px;height:42px;font-size:1.2rem;cursor:pointer;transition:background var(--transition);font-weight:700;color:var(--grey-700)}.qty-control button:hover{background:var(--grey-200)}.qty-control input[type=number]{width:50px;text-align:center;border:none;border-left:1px solid var(--grey-300);border-right:1px solid var(--grey-300);border-radius:0;padding:0;font-size:1rem;font-weight:700;height:42px}.qty-control--sm{width:110px}.qty-control--sm span{flex:1;text-align:center;font-weight:700;font-size:.95rem}.product-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.product-assurance{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius);padding:16px;margin-bottom:24px}.assurance-item{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--grey-700)}.product-description{border-top:1px solid var(--grey-200);padding-top:24px}.product-description h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:12px}.product-description p{color:var(--grey-700);line-height:1.7;font-size:.95rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}.cart-item{display:grid;grid-template-columns:90px 1fr auto auto 32px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--grey-200)}.cart-item__image{border:1px solid var(--grey-200);border-radius:var(--radius);overflow:hidden;background:var(--grey-50);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:4px}.cart-item__image-placeholder{font-size:2rem}.cart-item__details h3{font-size:.95rem;font-weight:700;color:var(--grey-900);margin-bottom:4px}.cart-item__details h3 a{color:inherit;text-decoration:none}.cart-item__variant,.cart-item__sku{font-size:.78rem;color:var(--grey-500)}.cart-item__price{text-align:right}.cart-item__price span{display:block}.cart-item__price span:first-child{font-family:var(--font-display);font-size:1.2rem;font-weight:800;color:var(--navy)}.cart-item__unit{font-size:.75rem;color:var(--grey-500)}.cart-item__remove{background:none;border:none;color:var(--grey-400);cursor:pointer;font-size:1rem;padding:4px;border-radius:4px;transition:all var(--transition)}.cart-item__remove:hover{color:var(--red);background:#fee2e2}.cart-summary__card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:28px;position:sticky;top:90px}.cart-summary__card h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:20px}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--grey-700);margin-bottom:12px}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:800;color:var(--navy);padding:16px 0;border-top:2px solid var(--grey-300);border-bottom:2px solid var(--grey-300);margin:12px 0 20px}.cart-note{margin-bottom:20px}.cart-note label{display:block;font-size:.8rem;font-weight:700;color:var(--grey-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.cart-note textarea{min-height:80px;resize:vertical;margin-bottom:8px;font-size:.85rem}.cart-summary__note{text-align:center;font-size:.75rem;color:var(--grey-500);margin-top:12px}.cart-empty{text-align:center;padding:80px 0}.cart-empty__icon{font-size:4rem;margin-bottom:20px}.cart-empty h2{font-family:var(--font-display);font-size:1.8rem;color:var(--navy);margin-bottom:10px}.cart-empty p{color:var(--grey-500);margin-bottom:24px}.auth-page{padding:60px 0;background:var(--grey-50);min-height:calc(100vh - 200px)}.auth-layout{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:start}.auth-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.auth-tabs{display:flex;border-bottom:1px solid var(--grey-200)}.auth-tab{flex:1;padding:16px;font-family:var(--font-main);font-size:.95rem;font-weight:700;border:none;background:var(--grey-50);color:var(--grey-500);cursor:pointer;transition:all var(--transition)}.auth-tab.active{background:var(--white);color:var(--navy);border-bottom:2px solid var(--blue);margin-bottom:-1px}.auth-panel{padding:36px}.auth-panel h2{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--navy);margin-bottom:6px}.auth-subtitle{color:var(--grey-500);font-size:.9rem;margin-bottom:24px}.forgot-link{font-weight:500;font-size:.8rem;float:right}.auth-terms{font-size:.78rem;color:var(--grey-500);text-align:center;margin-top:12px}.auth-benefits{background:var(--navy);border-radius:var(--radius-lg);padding:36px;color:var(--white)}.auth-benefits h3{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:24px}.auth-benefits .trust-list li div p{color:#fff9}.auth-benefits .trust-list li div strong{color:#fffffff2}.contact-page{padding:60px 0}.contact-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.contact-form-wrap h2{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--navy);margin-bottom:24px}.contact-info-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}.contact-info-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:800;color:var(--navy);margin-bottom:20px}.contact-info-card h4{font-weight:700;color:var(--navy);margin-bottom:10px}.contact-info-card p{font-size:.88rem;color:var(--grey-600);line-height:1.6}.contact-info-card--highlight{background:var(--navy);border-color:var(--navy)}.contact-info-card--highlight h4,.contact-info-card--highlight p{color:#ffffffe6}.contact-info-card--highlight strong{color:var(--gold)}.contact-detail{display:flex;gap:14px;margin-bottom:16px}.contact-detail__icon{font-size:1.3rem;flex-shrink:0;margin-top:2px}.contact-detail strong{display:block;font-size:.85rem;font-weight:700;color:var(--grey-900);margin-bottom:4px}.contact-detail a,.contact-detail span{display:block;font-size:.875rem;color:var(--grey-600)}.contact-detail a:hover{color:var(--blue)}.trust-list--sm li{gap:8px}.trust-list--sm .trust-icon{width:20px;height:20px;font-size:.65rem}.trust-list--sm li div strong{font-size:.88rem}.account-page{padding:40px 0 72px}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:32px;align-items:start}.account-nav{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:16px}.account-nav__link{display:block;padding:14px 20px;font-size:.9rem;font-weight:600;color:var(--grey-700);border-bottom:1px solid var(--grey-100);text-decoration:none;transition:all var(--transition)}.account-nav__link:hover,.account-nav__link.active{background:var(--blue);color:var(--white)}.account-nav__link--logout{color:var(--red)}.account-nav__link--logout:hover{background:#fee2e2;color:var(--red)}.account-sidebar__badge{background:var(--navy);border-radius:var(--radius);padding:16px;font-size:.82rem}.account-sidebar__badge strong{display:block;color:var(--white);font-size:.9rem;margin-bottom:4px}.account-sidebar__badge span{color:#fff9;word-break:break-all}.account-tag{display:inline-block;background:var(--gold);color:var(--navy);font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:4px;margin-top:8px}.account-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.account-stat-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:20px;text-align:center;box-shadow:var(--shadow)}.account-stat-card__icon{font-size:1.5rem;margin-bottom:8px}.account-stat-card strong{display:block;font-family:var(--font-display);font-size:1.6rem;font-weight:800;color:var(--navy)}.account-stat-card span{font-size:.78rem;color:var(--grey-500);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.account-section{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:28px;margin-bottom:24px}.account-section h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--grey-200)}.orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.orders-table th{text-align:left;font-weight:700;font-size:.78rem;color:var(--grey-500);text-transform:uppercase;letter-spacing:.05em;padding:8px 12px;border-bottom:2px solid var(--grey-200)}.orders-table td{padding:14px 12px;border-bottom:1px solid var(--grey-100);vertical-align:middle}.order-status{display:inline-block;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:capitalize}.order-status--paid{background:var(--green-light);color:var(--green)}.order-status--pending{background:var(--gold-light);color:#92400e}.order-status--refunded{background:#fee2e2;color:var(--red)}.table-link{font-weight:600;font-size:.85rem}.account-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.account-details-grid p{font-size:.9rem;color:var(--grey-700);margin-bottom:8px}.account-details-grid address{font-style:normal;font-size:.88rem;color:var(--grey-600);line-height:1.7}.account-empty{color:var(--grey-500);font-size:.9rem;text-align:center;padding:20px 0}.generic-page{padding:60px 0}.generic-page p{color:var(--grey-700);line-height:1.8;margin-bottom:16px}.generic-page h2{font-family:var(--font-display);color:var(--navy);font-size:1.5rem;font-weight:800;margin:32px 0 12px}.generic-page h3{color:var(--navy);font-weight:700;margin:24px 0 10px}.form-success{background:var(--green-light);border:1px solid var(--green);color:var(--green);padding:14px 16px;border-radius:var(--radius);margin-bottom:20px;font-weight:600}.form-error{background:#fee2e2;border:1px solid var(--red);color:var(--red);padding:14px 16px;border-radius:var(--radius);margin-bottom:20px;font-size:.9rem}.featured-products{background:var(--grey-50)}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr}.hero__trust-card{display:none}.footer-grid{grid-template-columns:1fr 1fr}.categories__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.category-card--large{grid-column:span 1}.certifications__inner{grid-template-columns:1fr}.testimonials__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.site-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);z-index:999;padding:80px 24px 24px;overflow-y:auto}.site-nav.open{display:block}.site-nav__list{flex-direction:column;gap:0}.site-nav__link{padding:14px 0;font-size:1.1rem;border-bottom:1px solid var(--grey-100);border-radius:0}.dropdown{position:static;box-shadow:none;border:none;border-top:none;padding-left:16px;display:block}.has-dropdown .dropdown,.has-dropdown:hover .dropdown{display:none}.nav-toggle{display:flex}.hero__title{font-size:2.4rem}.categories__grid{grid-template-columns:1fr;grid-template-rows:auto}.collection-layout{grid-template-columns:1fr}.collection-sidebar{position:static}.product-layout,.cart-layout,.auth-layout,.contact-layout,.account-layout,.account-cards,.testimonials__grid,.cert-badges{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.form-row{grid-template-columns:1fr}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%;text-align:center;justify-content:center}.hero__stats{justify-content:center}.trust-bar__inner{gap:20px}.trust-bar__item{min-width:140px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.section-header{flex-direction:column;align-items:flex-start;gap:4px}section{padding:48px 0}.page-header{padding:32px 0}.page-header h1{font-size:1.8rem}.cart-item{grid-template-columns:72px 1fr;grid-template-rows:auto auto auto}.cart-item__qty,.cart-item__price,.cart-item__remove{grid-column:2}.account-details-grid,.product-assurance{grid-template-columns:1fr}}.bg-white{background:var(--white)}.bg-cream{background:var(--cream)}.bg-navy{background:var(--navy);color:var(--white)}.bg-green{background:var(--green);color:var(--white)}.btn--green{background:var(--green);color:var(--white);border-color:var(--green)}.btn--green:hover{background:var(--green-hover);border-color:var(--green-hover);color:var(--white);text-decoration:none}.btn--outline-navy{background:transparent;color:var(--navy);border-color:var(--navy)}.btn--outline-navy:hover{background:var(--navy);color:var(--white);text-decoration:none}.btn--outline-white{background:transparent;color:var(--white);border-color:#fff9}.btn--outline-white:hover{background:#ffffff1a;border-color:var(--white);text-decoration:none}.btn--ghost-white{background:transparent;color:#fffc;border-color:transparent}.btn--ghost-white:hover{color:var(--white);text-decoration:underline}.compliance-badge{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.06em;padding:5px 10px;border-radius:4px;white-space:nowrap}.compliance-badge__icon{flex-shrink:0}.compliance-badge--high{background:var(--green-tint);color:var(--success);border:1px solid rgba(30,126,52,.25)}.compliance-badge--mid{background:var(--warning-tint);color:#92400e;border:1px solid rgba(217,119,6,.25)}.compliance-badge--low{background:var(--grey-100);color:var(--grey-700);border:1px solid var(--grey-200)}.logo-buy{color:var(--navy)!important}.logo-baba{color:var(--green)!important}.dropdown__group-label{display:block;padding:8px 16px 4px;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.dropdown__divider{height:1px;background:var(--hairline);margin:6px 0;list-style:none}.hero-baba{position:relative;background:var(--navy);min-height:520px;display:flex;align-items:center;padding:80px 0;overflow:hidden}.hero-baba__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-baba__bg-img{width:100%;height:100%;object-fit:cover;opacity:.35}.hero-baba__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f2c44d9,#0f2c4499)}.hero-baba__inner{position:relative;max-width:720px}.hero-baba__eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:16px;display:flex;align-items:center;gap:8px}.hero-baba__eyebrow:before{content:"";display:inline-block;width:20px;height:2px;background:var(--green)}.hero-baba__title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1;color:var(--white);margin-bottom:20px;letter-spacing:-.02em}.hero-baba__sub{font-size:1.1rem;color:#fffc;line-height:1.7;margin-bottom:36px;max-width:580px}.hero-baba__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:20px}.hero-baba__tertiary{font-size:.9rem;color:#ffffffa6}.hero-baba__tertiary a{color:#ffffffe6;text-decoration:underline}.value-props{padding:64px 0}.value-props__heading{font-size:2rem;font-weight:800;color:var(--navy);text-align:center;margin-bottom:40px}.value-props__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.value-prop-card{padding:32px;border:1px solid var(--hairline);border-radius:var(--radius-lg);background:var(--white);border-top:3px solid var(--green)}.bg-cream .value-prop-card{background:var(--white)}.value-prop-card__heading{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:12px}.value-prop-card__body{font-size:.95rem;color:var(--grey-700);line-height:1.65}.category-rail{padding:64px 0}.category-rail__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.csi-tile{display:flex;flex-direction:column;padding:24px 20px;border-radius:var(--radius-lg);border:1px solid var(--hairline);text-decoration:none!important;transition:all var(--transition);background:var(--white)}.csi-tile--live:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-2px)}.csi-tile--soon{opacity:.55;cursor:default;background:var(--grey-50)}.csi-tile__number{font-size:.75rem;font-weight:700;letter-spacing:.05em;color:var(--green);margin-bottom:8px;font-family:monospace}.csi-tile__name{font-size:1rem;font-weight:700;color:var(--navy);line-height:1.3;margin-bottom:4px}.csi-tile__div{font-size:.75rem;color:var(--muted);margin-top:auto;padding-top:12px}.csi-tile__soon-label{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.how-it-works{padding:72px 0}.how-it-works__header{text-align:center;margin-bottom:52px}.how-it-works__steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:0;align-items:start}.hiw-step{text-align:center;padding:0 16px}.hiw-step__num{width:52px;height:52px;background:var(--navy);color:var(--white);border-radius:50%;font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.hiw-step__title{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:10px}.hiw-step__body{font-size:.9rem;color:var(--grey-700);line-height:1.65}.hiw-step__connector{width:60px;height:2px;background:var(--hairline);margin-top:26px;flex-shrink:0}.how-it-works__cta{text-align:center;margin-top:48px}.compliance-trust{padding:72px 0;text-align:center}.compliance-trust__heading{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2;margin-bottom:28px}.bg-navy .compliance-trust__heading{color:var(--white)}.compliance-trust__body{font-size:1.05rem;line-height:1.75;margin-bottom:20px;max-width:680px;margin-left:auto;margin-right:auto}.bg-navy .compliance-trust__body{color:#fffc}.compliance-trust__disclaimer{font-size:.88rem;font-style:italic;margin-bottom:36px;opacity:.75}.audience-split{padding:72px 0}.audience-split__heading{font-size:1.6rem;font-weight:800;color:var(--navy);text-align:center;margin-bottom:40px}.audience-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.audience-card{padding:40px;border-radius:var(--radius-lg);border:1px solid var(--hairline)}.audience-card--contractors{background:var(--cream);border-top:4px solid var(--navy)}.audience-card--manufacturers{background:var(--green-tint);border-top:4px solid var(--green)}.audience-card__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.audience-card__heading{font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:14px;line-height:1.3}.audience-card__body{font-size:.95rem;color:var(--grey-700);line-height:1.65;margin-bottom:28px}.mfr-logos{padding:56px 0}.mfr-logos__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;align-items:center}.mfr-logo-item{display:flex;align-items:center;justify-content:center;padding:16px;filter:grayscale(100%);opacity:.65;transition:all var(--transition)}.mfr-logo-item:hover{filter:none;opacity:1}.mfr-logo-item img{max-height:48px;width:auto;object-fit:contain}.mfr-logo-text{font-size:1.1rem;font-weight:700;color:var(--navy)}.mfr-logos__text-fallback{font-size:.95rem;color:var(--grey-700);font-style:italic;text-align:center;max-width:600px;margin:0 auto;line-height:1.7}.faq-section{padding:72px 0}.faq-list{display:flex;flex-direction:column;gap:4px;margin-bottom:40px}.faq-item{border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;background:var(--white)}.faq-item[open]{border-color:var(--navy)}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-size:1rem;font-weight:600;color:var(--navy);cursor:pointer;list-style:none;transition:background var(--transition)}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:hover,.faq-item[open] .faq-item__question{background:var(--grey-50)}.faq-item__icon{flex-shrink:0;color:var(--green);transition:transform var(--transition)}.faq-item[open] .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{padding:0 22px 20px;font-size:.95rem;color:var(--grey-700);line-height:1.7}.faq-section__cta{text-align:center}.cta-strip{padding:64px 0}.cta-strip__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.cta-strip__heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2}.bg-navy .cta-strip__heading{color:var(--white)}.cta-strip__sub{font-size:.95rem;margin-top:8px;opacity:.8}.cta-strip__actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}.pain-grid{padding:72px 0}.pain-grid__header{text-align:center;max-width:640px;margin:0 auto 48px}.pain-grid__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:10px}.pain-grid__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pain-card{padding:28px;background:var(--white);border:1px solid var(--hairline);border-radius:var(--radius-lg);border-left:3px solid var(--navy)}.pain-card__heading{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:8px}.pain-card__body{font-size:.9rem;color:var(--grey-700);line-height:1.65}.mfr-onboarding{padding:72px 0}.mfr-onboarding__inner{max-width:680px;margin:0 auto;text-align:center}.mfr-onboarding__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.mfr-onboarding__heading{font-size:2rem;font-weight:800;color:var(--navy);margin-bottom:16px;line-height:1.2}.mfr-onboarding__body{font-size:1rem;color:var(--grey-700);line-height:1.7;margin-bottom:32px}.mfr-onboarding__checklist{list-style:none;display:flex;flex-direction:column;gap:10px;text-align:left;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto}.mfr-onboarding__checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:var(--charcoal)}.mfr-onboarding__checklist svg{color:var(--green);flex-shrink:0;margin-top:2px}.footer-disclaimer{font-size:.78rem;color:#fff6;font-style:italic;margin-top:8px}.footer-col__subhead{margin-top:24px}.logo-mark--white{background:var(--white)!important;color:var(--navy)!important}.container--narrow{max-width:740px}@media(max-width:1024px){.category-rail__grid{grid-template-columns:repeat(3,1fr)}.value-props__grid,.pain-grid__cards{grid-template-columns:1fr 1fr}}@media(max-width:768px){.hero-baba{min-height:420px;padding:60px 0}.hero-baba__actions{flex-direction:column}.hero-baba__actions .btn{width:100%;justify-content:center}.value-props__grid{grid-template-columns:1fr}.category-rail__grid{grid-template-columns:1fr 1fr}.how-it-works__steps{grid-template-columns:1fr}.hiw-step__connector{display:none}.audience-split__grid{grid-template-columns:1fr}.cta-strip__inner{flex-direction:column;text-align:center}.cta-strip__actions{justify-content:center}.pain-grid__cards{grid-template-columns:1fr}.logo-buy{color:var(--navy)!important}.logo-baba{color:var(--green)!important}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;font-size:.8rem;color:var(--muted);margin-bottom:28px}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--navy);text-decoration:underline}.breadcrumb span[aria-hidden]{color:var(--hairline)}.csi-tag{display:inline-block;background:var(--navy);color:var(--white);font-family:Courier New,monospace;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:4px 10px;border-radius:4px;margin-top:12px}.product-gallery__csi{margin-top:10px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-bottom:56px}.product-gallery__main img{width:100%;border-radius:8px;border:1px solid var(--hairline)}.product-gallery__placeholder{width:100%;aspect-ratio:1;background:var(--cream);border-radius:8px;display:flex;align-items:center;justify-content:center}.product-gallery__thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-gallery__thumbs .thumb{width:72px;height:72px;object-fit:cover;border-radius:6px;border:2px solid var(--hairline);cursor:pointer;transition:border-color .15s}.product-gallery__thumbs .thumb:hover{border-color:var(--green)}.product-info{display:flex;flex-direction:column;gap:16px}.product-vendor{font-size:.85rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0}.product-title{font-size:1.8rem;font-weight:700;color:var(--navy);margin:0;line-height:1.2}.product-meta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:.82rem;color:var(--muted)}.product-availability.available{color:var(--green);font-weight:600}.product-availability.unavailable{color:var(--alert)}.product-lead-time,.product-sku{color:var(--muted)}.product-price-block{padding:16px 0;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.product-price{font-size:2rem;font-weight:700;color:var(--navy)}.product-price__compare{font-size:.9rem;color:var(--muted);margin-top:2px}.product-price__note{font-size:.78rem;color:var(--muted);margin:6px 0 0}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:.82rem;font-weight:600;color:var(--charcoal)}.qty-row{flex-direction:row;align-items:center;gap:12px}.qty-row label{white-space:nowrap}.qty-control{display:flex;align-items:center;border:1px solid var(--hairline);border-radius:6px;overflow:hidden}.qty-control button{background:var(--cream);border:none;width:36px;height:38px;font-size:1.2rem;cursor:pointer;color:var(--navy)}.qty-control button:hover{background:var(--hairline)}.qty-control input{width:52px;text-align:center;border:none;border-left:1px solid var(--hairline);border-right:1px solid var(--hairline);height:38px;font-size:1rem;font-family:var(--font-main)}.qty-note{font-size:.78rem;color:var(--muted)}.product-actions{display:flex;flex-direction:column;gap:10px}.btn--block{width:100%;justify-content:center}.product-assurance{display:flex;flex-direction:column;gap:8px;padding:14px 0;border-top:1px solid var(--hairline)}.assurance-item{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--charcoal)}.assurance-item svg{flex-shrink:0}.assurance-item a{color:var(--navy)}.assurance-item--green{color:var(--green);font-weight:600}.assurance-item--green svg{stroke:var(--green)}.product-tabs{margin-bottom:40px}.product-tabs__nav{display:flex;border-bottom:2px solid var(--hairline);gap:0;margin-bottom:28px;overflow-x:auto}.tab-btn{background:none;border:none;padding:12px 20px;font-size:.9rem;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .15s,border-color .15s}.tab-btn:hover{color:var(--navy)}.tab-btn--active{color:var(--navy);border-bottom-color:var(--green)}.tab-panel{display:none}.tab-panel--active{display:block}.tab-empty{color:var(--muted);font-style:italic}.spec-table{width:100%;border-collapse:collapse;font-size:.9rem}.spec-table tr{border-bottom:1px solid var(--hairline)}.spec-table th{width:200px;text-align:left;padding:10px 16px 10px 0;color:var(--muted);font-weight:600;vertical-align:top}.spec-table td{padding:10px 0;color:var(--charcoal)}.compliance-panel{display:flex;flex-direction:column;gap:16px}.compliance-panel__level{background:var(--green-tint);border-left:4px solid var(--green);padding:16px 20px;border-radius:0 6px 6px 0}.compliance-panel__level p{margin:8px 0 0;font-size:.9rem;color:var(--charcoal)}.compliance-panel__row{display:grid;grid-template-columns:200px 1fr;gap:8px;font-size:.9rem;padding:8px 0;border-bottom:1px solid var(--hairline)}.compliance-panel__row dt{color:var(--muted);font-weight:600}.compliance-panel__row dd{color:var(--charcoal);margin:0}.compliance-panel__notes{background:var(--cream);padding:16px;border-radius:6px;font-size:.88rem}.compliance-panel__notes strong{display:block;margin-bottom:4px;color:var(--navy)}.compliance-panel__notes p{margin:0;color:var(--charcoal)}.compliance-panel__disclaimer{padding:14px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;font-size:.8rem;color:#78350f}.compliance-panel__disclaimer p{margin:0}.resources-panel{display:flex;flex-direction:column;gap:12px}.resource-link{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--hairline);border-radius:8px;text-decoration:none;color:var(--charcoal);transition:border-color .15s,box-shadow .15s}.resource-link:hover{border-color:var(--green);box-shadow:0 2px 8px #2e8b3a1a}.resource-link svg:first-child{flex-shrink:0;stroke:var(--green)}.resource-link div{flex:1}.resource-link strong{display:block;font-weight:600;color:var(--navy);font-size:.9rem}.resource-link span{display:block;font-size:.8rem;color:var(--muted);margin-top:2px}.resource-link__arrow{flex-shrink:0;stroke:var(--muted)}.resources-panel__quote{margin-top:8px;padding:20px;background:var(--cream);border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.resources-panel__quote p{margin:0;font-weight:600;color:var(--navy)}.product-compliance-footnote{padding:20px;background:var(--cream);border-top:1px solid var(--hairline);border-radius:6px;font-size:.78rem;color:var(--muted);margin-bottom:40px}.product-compliance-footnote p{margin:0}.product-compliance-footnote a{color:var(--navy)}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:32px}.spec-table th{width:140px}.compliance-panel__row{grid-template-columns:140px 1fr}}@media(max-width:600px){.product-title{font-size:1.5rem}.product-price{font-size:1.6rem}.tab-btn{padding:10px 14px;font-size:.82rem}.resources-panel__quote{flex-direction:column}.spec-table,.spec-table th,.spec-table td{display:block;width:100%}.spec-table th{padding-bottom:2px;border-bottom:none}.spec-table td{padding-top:0}}.page-header{padding:32px 0}.page-header--collection{border-bottom:1px solid var(--hairline)}.page-header__title{font-size:2rem;font-weight:700;color:var(--navy);margin:8px 0 4px}.page-header__desc{color:var(--muted);margin:0 0 8px;max-width:640px}.page-header__count{font-size:.82rem;color:var(--muted);margin:0}.collection-page{padding:40px 0 60px}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}.collection-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:80px}.sidebar-card{background:var(--white);border:1px solid var(--hairline);border-radius:10px;padding:20px}.sidebar-card h3{font-size:.85rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px}.sidebar-card h4{font-size:.95rem;font-weight:700;color:var(--navy);margin:0 0 8px}.sidebar-card p{font-size:.82rem;color:var(--muted);margin:0 0 10px}.sidebar-filter-note{font-size:.78rem;color:var(--muted);margin-bottom:10px}.sidebar-card--cta{background:var(--navy)}.sidebar-card--cta h4{color:var(--white)}.sidebar-card--cta p{color:#ffffffbf}.sidebar-contact-line{font-size:.78rem!important;color:#fff9!important;text-align:center;margin-top:10px!important}.sidebar-contact-line a{color:var(--green)!important}.filter-group{display:flex;flex-direction:column;gap:2px}.filter-link{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:6px;font-size:.85rem;color:var(--charcoal);text-decoration:none;transition:background .1s,color .1s}.filter-link:hover{background:var(--cream);color:var(--navy)}.filter-link.active{background:var(--green-tint);color:var(--green);font-weight:600}.filter-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.filter-dot--green{background:var(--green)}.filter-dot--amber{background:var(--warning)}.filter-select{width:100%;padding:8px 10px;border:1px solid var(--hairline);border-radius:6px;font-size:.85rem;font-family:var(--font-main);color:var(--charcoal);background:var(--white);cursor:pointer}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.collection-count{font-size:.82rem;color:var(--muted);margin:0}.collection-empty{text-align:center;padding:60px 20px;color:var(--muted)}.collection-empty p{margin-bottom:20px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--white);border:1px solid var(--hairline);border-radius:10px;overflow:hidden;transition:box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 16px #0f2c441a;border-color:#c9d5e0}.product-card__image-wrap{display:block;aspect-ratio:1;overflow:hidden;position:relative;background:var(--cream)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__image-wrap img{transform:scale(1.03)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__img-badge{position:absolute;top:10px;left:10px;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em}.product-card__img-badge--baba{background:var(--green);color:var(--white)}.product-card__img-badge--sale{background:var(--alert);color:var(--white)}.product-card__info{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__vendor{font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0}.product-card__title{font-size:.9rem;font-weight:600;color:var(--navy);margin:0;line-height:1.3}.product-card__title a{text-decoration:none;color:inherit}.product-card__title a:hover{color:var(--green)}.product-card__csi{font-family:Courier New,monospace;font-size:.72rem;font-weight:700;color:var(--green);margin:0}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:4px}.product-card__price .price{font-size:1rem;font-weight:700;color:var(--navy)}.product-card__price .price--compare{font-size:.82rem;color:var(--muted);text-decoration:line-through}.product-card__actions{display:flex;gap:8px;margin-top:auto;padding-top:10px}.product-card__actions .btn{flex:1;justify-content:center;font-size:.8rem;padding:7px 10px}.btn--ghost-navy{background:transparent;border:1px solid var(--hairline);color:var(--navy)}.btn--ghost-navy:hover{background:var(--cream);border-color:var(--navy)}.pagination{display:flex;justify-content:center;padding:32px 0 0;gap:8px}.pagination a,.pagination span{padding:8px 14px;border:1px solid var(--hairline);border-radius:6px;font-size:.85rem;color:var(--navy);text-decoration:none}.pagination a:hover{background:var(--cream)}.pagination .current{background:var(--navy);color:var(--white);border-color:var(--navy)}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.collection-layout{grid-template-columns:1fr}.collection-sidebar{position:static;flex-direction:row;flex-wrap:wrap;gap:12px}.sidebar-card{flex:1 1 200px}.products-grid{grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.page-header.bg-navy .page-header__title--white{color:var(--white);font-size:2.2rem;font-weight:700;margin:8px 0 4px}.page-header.bg-navy .page-header__sub{color:#fffc;max-width:640px;margin:0}.page-eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px}.bg-navy .page-eyebrow,.bg-cream .page-eyebrow{color:var(--green)}.text-white *{color:var(--white)}.generic-page{padding:48px 0 72px}.disclaimer-content h2{font-size:1.25rem;font-weight:700;color:var(--navy);margin:32px 0 12px}.disclaimer-content h2:first-child{margin-top:0}.disclaimer-content p,.disclaimer-content li{font-size:.95rem;color:var(--charcoal);line-height:1.7}.disclaimer-content ul{padding-left:24px;margin:12px 0}.disclaimer-content a{color:var(--navy)}.content-section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--hairline)}.content-section:last-child{border-bottom:none}.content-section h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:16px}.content-section p{color:var(--charcoal);line-height:1.7;margin-bottom:12px}.content-section a{color:var(--navy)}.content-list{padding-left:0;list-style:none;margin:16px 0;display:flex;flex-direction:column;gap:8px}.content-list li{padding-left:20px;position:relative;color:var(--charcoal);line-height:1.6;font-size:.95rem}.content-list li:before{content:"\203a";position:absolute;left:0;color:var(--green);font-weight:700}.content-list li strong{color:var(--navy)}.callout{padding:20px 24px;border-radius:8px;margin:24px 0}.callout--navy{background:var(--navy);color:var(--white)}.callout--navy strong{color:var(--white);display:block;margin-bottom:8px}.callout--navy p{color:#ffffffd9;margin:0}.callout--cream{background:var(--cream);border:1px solid var(--hairline)}.callout--cream strong{display:block;font-weight:700;color:var(--navy);margin-bottom:8px}.callout--cream p{color:var(--charcoal);margin-bottom:12px}.callout--amber{background:#fffbeb;border:1px solid #fde68a}.callout--amber strong{color:#92400e;display:block;margin-bottom:6px}.callout--amber p{color:#78350f;margin:0;font-size:.9rem}.compliance-guide{padding:48px 0 72px}.compliance-levels{display:flex;flex-direction:column;gap:16px;margin:20px 0}.compliance-level-row{display:flex;align-items:flex-start;gap:16px;padding:16px;border:1px solid var(--hairline);border-radius:8px}.compliance-level-row p{font-size:.88rem;color:var(--muted);margin:4px 0 0}.compliance-level-badge{font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.compliance-level-badge--5,.compliance-level-badge--4{background:var(--green-light);color:var(--success)}.compliance-level-badge--3,.compliance-level-badge--2{background:#fef3c7;color:#92400e}.compliance-level-badge--1{background:var(--hairline);color:var(--muted)}.content-strip{padding:60px 0}.content-strip__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.content-strip__text h2{font-size:1.6rem;font-weight:700;color:var(--navy);margin-bottom:12px}.content-strip__text p{color:var(--charcoal);line-height:1.7;margin-bottom:12px}.content-strip__text .eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:8px}.feature-card{padding:24px;border-radius:10px;border:1px solid var(--hairline)}.feature-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:8px}.feature-card .feature-card__num{font-size:2rem;font-weight:800;color:var(--green);line-height:1;margin-bottom:8px}.feature-card p{font-size:.88rem;color:var(--muted);margin:0}.steps-vertical{display:flex;flex-direction:column;gap:32px}.step-v{display:flex;gap:20px;align-items:flex-start}.step-v__num{width:36px;height:36px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.step-v h3{font-size:1rem;font-weight:700;color:var(--navy);margin:0 0 6px}.step-v p{font-size:.9rem;color:var(--muted);margin:0}.doc-requirements{display:flex;flex-direction:column;gap:20px;margin-top:20px}.doc-req{display:flex;gap:16px;align-items:flex-start}.doc-req__icon{flex-shrink:0;width:40px;height:40px;background:var(--green-tint);border-radius:8px;display:flex;align-items:center;justify-content:center}.doc-req strong{display:block;font-weight:600;color:var(--navy);margin-bottom:4px}.doc-req p{font-size:.85rem;color:var(--muted);margin:0}.form-page{padding:48px 0 72px}.form-page__layout{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start}.form-page__main{background:var(--white);border:1px solid var(--hairline);border-radius:10px;padding:32px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-field label{font-size:.85rem;font-weight:600;color:var(--charcoal)}.form-field input,.form-field select,.form-field textarea{padding:10px 12px;border:1px solid var(--hairline);border-radius:6px;font-size:.9rem;font-family:var(--font-main);color:var(--charcoal);background:var(--white);width:100%;box-sizing:border-box;transition:border-color .15s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #0f2c4414}.req{color:var(--alert)}.form-note{font-size:.8rem;color:var(--muted);margin-top:10px}.form-note a{color:var(--navy)}.form-success{text-align:center;padding:40px 20px}.form-success h3{font-size:1.3rem;font-weight:700;color:var(--navy);margin:12px 0 8px}.form-success p{color:var(--muted)}.form-errors{background:#fef2f2;border:1px solid #fecaca;color:var(--alert);padding:12px 16px;border-radius:6px;font-size:.88rem;margin-bottom:20px}.form-section-heading{font-size:.95rem;font-weight:700;color:var(--navy);border-bottom:1px solid var(--hairline);padding-bottom:8px;margin:24px 0 16px}.checkbox-group{display:flex;flex-direction:column;gap:8px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--charcoal);cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--green)}.form-page__sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:80px}.steps-mini{display:flex;flex-direction:column;gap:14px;margin-top:10px}.step-mini{display:flex;gap:10px;align-items:flex-start}.step-mini span{width:22px;height:22px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.step-mini p{font-size:.82rem;color:var(--charcoal);margin:0;line-height:1.4}.contact-link{color:var(--navy);text-decoration:none;font-weight:600}.contact-link:hover{text-decoration:underline}.sidebar-list{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:6px}.sidebar-list li{font-size:.85rem;color:var(--charcoal)}.sidebar-list li:before{content:"\203a";margin-right:6px;color:var(--green)}.sidebar-list a{color:var(--navy);text-decoration:none}.sidebar-list a:hover{text-decoration:underline}.faq-page{padding:48px 0 72px}.faq-category{font-size:1.1rem;font-weight:700;color:var(--navy);border-bottom:2px solid var(--green);padding-bottom:8px;margin:40px 0 20px}.faq-list{display:flex;flex-direction:column;gap:2px}.faq-item{border:1px solid var(--hairline);border-radius:8px;overflow:hidden}.faq-item+.faq-item{margin-top:6px}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:.95rem;font-weight:600;color:var(--navy);cursor:pointer;list-style:none;gap:12px}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.2rem;color:var(--green);flex-shrink:0;font-weight:400}details[open] .faq-question:after{content:"\2212"}.faq-answer{padding:0 20px 16px}.faq-answer p,.faq-answer li{font-size:.9rem;color:var(--charcoal);line-height:1.7}.faq-answer ul{padding-left:20px;margin:8px 0}.faq-answer a{color:var(--navy)}.faq-cta{margin-top:48px;padding:32px;background:var(--cream);border-radius:10px;display:flex;flex-direction:column;gap:16px}.faq-cta p{font-size:1.1rem;font-weight:600;color:var(--navy);margin:0}.about-page{padding:48px 0 72px}.about-page .content-section h2{font-size:1.3rem}@media(max-width:900px){.content-strip__inner,.form-page__layout{grid-template-columns:1fr}.form-page__sidebar{position:static}.form-grid{grid-template-columns:1fr}}.cart-page{padding:40px 0 72px}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:80px 1fr 120px 100px 36px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--hairline)}.cart-item__image{width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid var(--hairline)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__image-placeholder{width:100%;height:100%;background:var(--cream);display:flex;align-items:center;justify-content:center}.cart-item__details h3{font-size:.9rem;font-weight:600;color:var(--navy);margin:0 0 4px}.cart-item__details h3 a{text-decoration:none;color:inherit}.cart-item__details h3 a:hover{text-decoration:underline}.cart-item__variant,.cart-item__sku{font-size:.78rem;color:var(--muted);margin:2px 0}.cart-item__compliance{font-size:.75rem;color:var(--green);font-weight:600;margin:4px 0 0}.qty-control--sm{display:flex;align-items:center;border:1px solid var(--hairline);border-radius:6px;overflow:hidden;width:fit-content}.qty-control--sm button{background:var(--cream);border:none;width:28px;height:30px;font-size:1rem;cursor:pointer}.qty-control--sm span{padding:0 10px;font-size:.9rem;border-left:1px solid var(--hairline);border-right:1px solid var(--hairline);line-height:30px}.cart-item__line-price{font-weight:700;color:var(--navy);font-size:.95rem}.cart-item__unit{display:block;font-size:.75rem;color:var(--muted)}.cart-item__remove{background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;border-radius:4px;display:flex}.cart-item__remove:hover{color:var(--alert);background:#fef2f2}.cart-summary__card{background:var(--white);border:1px solid var(--hairline);border-radius:10px;padding:24px;position:sticky;top:80px}.cart-summary__card h3{font-size:1rem;font-weight:700;color:var(--navy);margin:0 0 16px}.cart-summary__row{display:flex;justify-content:space-between;font-size:.88rem;color:var(--muted);margin-bottom:8px}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;color:var(--navy);margin:16px 0;padding-top:12px;border-top:2px solid var(--hairline)}.cart-note{margin:16px 0}.cart-note label{display:block;font-size:.78rem;font-weight:600;color:var(--muted);margin-bottom:6px}.cart-note textarea{width:100%;padding:8px 10px;border:1px solid var(--hairline);border-radius:6px;font-size:.82rem;font-family:var(--font-main);resize:none;box-sizing:border-box}.cart-note .btn{margin-top:6px}.cart-compliance-note{display:flex;align-items:flex-start;gap:8px;font-size:.75rem;color:var(--muted);margin-top:14px;padding-top:14px;border-top:1px solid var(--hairline)}.cart-empty{text-align:center;padding:72px 20px}.cart-empty svg{display:block;margin:0 auto 20px}.cart-empty h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:8px}.cart-empty p{color:var(--muted);margin-bottom:24px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary__card{position:static}}@media(max-width:600px){.cart-item{grid-template-columns:64px 1fr 36px;grid-template-rows:auto auto}.cart-item__qty{grid-column:2}.cart-item__price{grid-column:1;grid-row:2}}.text-white *{color:inherit}.bg-navy h1,.bg-navy h2,.bg-navy h3,.bg-navy h4,.bg-navy p,.bg-navy li,.bg-navy .page-header__title--white,.bg-navy .page-header__sub{color:var(--white)}.bg-navy a,.bg-navy .page-eyebrow{color:var(--green)}.page-header.bg-cream h1,.page-header.bg-white h1,.page-header .page-header__title{color:var(--navy)!important}.page-header.bg-cream p,.page-header.bg-white p,.page-header .page-header__desc,.page-header .page-header__count{color:var(--muted)!important}.logo-mark--footer{width:32px;height:32px;background:transparent;border:2px solid var(--green);color:var(--green);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0}.hero-baba__inner{display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:center;padding:80px 0;min-height:520px}.hero-baba__content{max-width:100%}.hero-baba__panel{display:flex;align-items:center}.hero-panel{background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:28px;width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-panel__header{margin-bottom:16px}.hero-panel__badge{display:inline-block;background:var(--green);color:var(--white);font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.04em}.hero-panel__product{font-size:1rem;font-weight:700;color:var(--white);margin:0 0 4px}.hero-panel__csi{font-family:Courier New,monospace;font-size:.75rem;color:#fff9;margin:0 0 20px}.hero-panel__docs{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.hero-panel__doc{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#ffffffe6}.hero-panel__origin{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#ffffff80;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);margin-bottom:16px}.hero-panel__dot{color:#ffffff4d}.hero-panel__cta{display:block;text-align:center;background:var(--green);color:var(--white);text-decoration:none;padding:10px 16px;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .15s}.hero-panel__cta:hover{background:var(--green-hover)}@media(max-width:1024px){.hero-baba__inner{grid-template-columns:1fr;gap:32px;padding:60px 0}.hero-baba__panel{display:none}}.site-header__logo-img{height:48px;width:auto;display:block}.hero-baba__inner{grid-template-columns:1fr 340px;min-height:480px;padding:72px 0}.hero-baba__tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-self:center}.hero-tile{display:flex;flex-direction:column;gap:6px;padding:20px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;text-decoration:none;transition:background .15s,border-color .15s;cursor:pointer}.hero-tile:hover{background:#ffffff24;border-color:var(--green)}.hero-tile__csi{font-family:Courier New,monospace;font-size:.72rem;font-weight:700;color:var(--green);letter-spacing:.05em}.hero-tile__name{font-size:.88rem;font-weight:600;color:var(--white);line-height:1.3}@media(max-width:1024px){.hero-baba__tiles{display:none}.hero-baba__inner{grid-template-columns:1fr;min-height:unset}}.hero-baba{display:block;padding:0;min-height:unset}.hero-baba__body{padding:80px 0 56px}.hero-baba__inner{display:block!important;grid-template-columns:unset!important;max-width:680px;margin:0 auto;text-align:center;padding:0!important;min-height:unset!important}.hero-baba__eyebrow{justify-content:center}.hero-baba__eyebrow:before{display:none}.hero-baba__actions{justify-content:center;flex-wrap:wrap;gap:12px}.hero-baba__sub{margin-left:auto;margin-right:auto}.hero-baba__tertiary{text-align:center;margin-bottom:36px}.hero-baba__panel,.hero-baba__tiles{display:none!important}.hero-baba__trust{display:inline-flex;align-items:center;gap:0;flex-wrap:wrap;justify-content:center;margin-top:4px}.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#ffffffa6;padding:6px 16px}.hero-baba__cats{border-top:1px solid rgba(255,255,255,.12);background:#00000026}.hero-baba__cats-inner{display:flex;align-items:stretch;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero-baba__cats-inner::-webkit-scrollbar{display:none}.hero-cat{flex:1;min-width:130px;display:flex;flex-direction:column;gap:3px;padding:14px 18px;border-right:1px solid rgba(255,255,255,.1);text-decoration:none;transition:background .15s;white-space:nowrap}.hero-cat:last-child{border-right:none}.hero-cat:hover{background:#ffffff12}.hero-cat__csi{font-family:Courier New,monospace;font-size:.66rem;font-weight:700;color:var(--green);letter-spacing:.06em;min-height:1em}.hero-cat__name{font-size:.8rem;font-weight:600;color:#ffffffd1;line-height:1.3}.hero-cat--all .hero-cat__name{color:var(--green)}@media(max-width:767px){.hero-baba__body{padding:60px 0 40px}.hero-baba__inner{max-width:100%}.hero-baba__title{font-size:2rem}.hero-baba__actions{flex-direction:column}.hero-baba__actions .btn{width:100%;justify-content:center}.hero-trust-item{padding:4px 10px;font-size:.78rem}.hero-cat{min-width:110px;padding:12px 14px}}.hero-baba__body{padding:72px 0 56px}.hero-baba__inner{display:grid!important;grid-template-columns:1fr 420px!important;gap:56px;align-items:center;max-width:unset!important;margin:unset!important;text-align:left!important;padding:0!important;min-height:unset!important}.hero-baba__eyebrow{justify-content:flex-start}.hero-baba__eyebrow:before{display:inline-block}.hero-baba__actions{justify-content:flex-start}.hero-baba__sub{margin-left:0;margin-right:0}.hero-baba__tertiary{text-align:left;margin-bottom:28px}.hero-baba__trust{display:flex;align-items:center;gap:0;flex-wrap:wrap;justify-content:flex-start;margin-top:4px}.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#ffffffa6;padding:6px 14px 6px 0}.hero-trust-item:not(:first-child){padding-left:14px}.hero-trust-item__icon{color:var(--green);font-weight:700}.hero-trust-divider{width:1px;height:14px;background:#fff3;flex-shrink:0}.hero-baba__slideshow{display:flex;flex-direction:column;gap:16px}.hero-slides{position:relative;height:320px;border-radius:12px;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;padding:32px 28px 28px;background:#ffffff0f;border:1px solid rgba(255,255,255,.13);border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transform:translate(18px);transition:opacity .45s ease,transform .45s ease;pointer-events:none;overflow:hidden}.hero-slide--active{opacity:1;transform:translate(0);pointer-events:auto}.hero-slide__decor{position:absolute;top:-8px;right:-4px;font-family:Courier New,monospace;font-size:4.5rem;font-weight:900;color:#ffffff0d;letter-spacing:-.02em;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.hero-slide__content{position:relative;z-index:1}.hero-slide__csi{font-family:Courier New,monospace;font-size:.68rem;font-weight:700;color:var(--green);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:8px}.hero-slide__title{font-size:1.65rem;font-weight:800;color:var(--white);line-height:1.15;margin:0 0 10px;letter-spacing:-.02em}.hero-slide__desc{font-size:.85rem;color:#ffffffb3;line-height:1.55;margin:0 0 18px}.hero-slide__link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--green);text-decoration:none;transition:gap .15s}.hero-slide__link:hover{gap:10px}.hero-slide-controls{display:flex;align-items:center;justify-content:space-between}.hero-slide-dots{display:flex;align-items:center;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.hero-dot--active{background:var(--green);transform:scale(1.3)}.hero-dot:hover{background:#ffffff8c}.hero-slide-all{font-size:.78rem;color:#ffffff80;text-decoration:none;transition:color .15s}.hero-slide-all:hover{color:var(--white)}@media(max-width:1024px){.hero-baba__inner{grid-template-columns:1fr!important;gap:40px}.hero-slides{height:280px}}@media(max-width:767px){.hero-baba__body{padding:52px 0 40px}.hero-baba__title{font-size:2rem}.hero-baba__actions{flex-direction:column}.hero-baba__actions .btn{width:100%;justify-content:center}.hero-slides{height:260px}.hero-slide__title{font-size:1.35rem}.hero-slide__decor{font-size:3rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
