*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}.main-content{min-height:60vh}.container{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.section{padding:88px 0}.section--tight{padding:48px 0}.section--surface{background:var(--color-surface)}.section--surface-2{background:var(--color-surface-2)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:36px}.section-heading>div{max-width:780px}.section-heading h2,.page-header h1{margin:0;font-size:clamp(2rem,4vw,3.8rem);line-height:1.04;letter-spacing:-.045em}.section-heading p{margin:12px 0 0;color:var(--color-muted);font-size:1.1rem}.eyebrow{margin:0 0 10px;color:var(--color-green);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.muted{color:var(--color-muted)}.fine-print{color:var(--color-muted);font-size:.82rem}.rte{color:#ced8d4}.rte h2,.rte h3,.rte h4{color:var(--color-text);line-height:1.2}.rte a{text-decoration:underline;text-decoration-color:var(--color-green);text-underline-offset:3px}.rte img{border-radius:var(--radius)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:9999;left:12px;top:12px;transform:translateY(-150%);padding:12px 18px;background:var(--color-green);color:#07100f;font-weight:800;border-radius:8px}.skip-link:focus{transform:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 22px;border:1px solid transparent;border-radius:999px;font-weight:800;line-height:1.1;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-2px)}.button svg,.text-link svg,.icon-button svg,.nav-icon svg,.feature-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button--primary{background:var(--color-green);color:#07100f}.button--primary:hover{background:#e2ff55}.button--secondary{border-color:var(--color-border);background:rgba(255,255,255,.035)}.button--secondary:hover{border-color:var(--color-green);color:var(--color-green)}.button--blue{background:var(--color-blue);color:#03131f}.button--red{background:var(--color-red);color:#fff}.button--full{width:100%}.button[disabled]{opacity:.45;cursor:not-allowed;transform:none}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--color-green);font-weight:800}.text-link svg{width:18px;transition:transform .18s}.text-link:hover svg{transform:translateX(4px)}.text-link--center{justify-content:center;width:100%}.text-button{padding:0;border:0;background:none;color:var(--color-muted);font-size:.84rem;text-decoration:underline;cursor:pointer}.icon-button,.nav-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--color-border);border-radius:50%;background:transparent;cursor:pointer}.icon-button:hover,.nav-icon:hover{border-color:var(--color-green);color:var(--color-green)}.card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);box-shadow:var(--shadow)}.badge{position:absolute;z-index:2;top:14px;left:14px;padding:6px 10px;border-radius:999px;background:var(--color-green);color:#07100f;font-size:.72rem;font-weight:900;text-transform:uppercase}.badge--red{background:var(--color-red);color:#fff}.badge--muted{background:#3e4a47;color:#fff}.field{width:100%;min-height:50px;padding:12px 15px;border:1px solid var(--color-border);border-radius:10px;background:#0a1412;color:var(--color-text);outline:none}.field:focus{border-color:var(--color-green);box-shadow:0 0 0 3px rgba(212,255,0,.12)}textarea.field{min-height:150px;resize:vertical}.field-label{display:block;margin-bottom:7px;font-size:.85rem;font-weight:700}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid .full{grid-column:1/-1}.form-message{padding:14px 16px;border-radius:10px;background:rgba(212,255,0,.1);color:var(--color-green)}.form-errors{padding:14px 16px;border-radius:10px;background:rgba(243,10,85,.1);color:#ff8aaf}.placeholder-svg{width:100%;height:100%;background:#14221f;fill:#263733}

/* Header */
.announcement{background:var(--color-green);color:#07100f;font-size:.86rem;font-weight:800}.announcement__inner{display:flex;align-items:center;justify-content:center;gap:30px;min-height:38px}.announcement a{text-decoration:underline}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid var(--color-border);background:rgba(7,16,15,.92);backdrop-filter:blur(18px)}.header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;min-height:82px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:auto;max-height:52px}.brand__wordmark{display:flex;flex-direction:column;font-weight:950;font-size:1.5rem;line-height:.95;letter-spacing:-.06em}.brand__wordmark small{margin-top:6px;color:var(--color-muted);font-size:.59rem;font-weight:700;letter-spacing:.02em}.brand__mark{width:36px;height:36px;color:var(--color-green)}.brand__mark svg{width:100%;height:100%}.desktop-nav{justify-self:center}.desktop-nav>ul{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.desktop-nav a,.desktop-nav summary{display:flex;align-items:center;gap:5px;padding:12px 13px;border-radius:9px;font-size:.92rem;font-weight:700;cursor:pointer}.desktop-nav a:hover,.desktop-nav summary:hover{background:var(--color-surface);color:var(--color-green)}.desktop-nav details{position:relative}.desktop-nav details summary{list-style:none}.desktop-nav details summary::-webkit-details-marker{display:none}.desktop-nav details svg{width:14px;height:14px}.mega-menu{position:absolute;top:calc(100% + 12px);left:50%;width:min(760px,80vw);padding:26px;transform:translateX(-50%);border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);box-shadow:var(--shadow)}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mega-menu a{display:block;padding:12px;border:1px solid transparent}.mega-menu a:hover{border-color:var(--color-border)}.mega-menu a span{display:block;color:var(--color-muted);font-size:.78rem;font-weight:400}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-phone{display:flex;align-items:center;gap:9px;margin-right:4px;font-weight:800;font-size:.9rem}.header-phone svg{width:18px;height:18px;color:var(--color-green)}.cart-count{position:absolute;top:-5px;right:-3px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border-radius:999px;background:var(--color-red);color:#fff;font-size:.66rem;font-weight:900}.mobile-menu-button{display:none}.mobile-drawer{position:fixed;z-index:80;inset:0;visibility:hidden}.mobile-drawer.is-open{visibility:visible}.mobile-drawer__overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.65)}.mobile-drawer__panel{position:absolute;inset:0 12% 0 0;padding:24px;background:var(--color-bg);transform:translateX(-100%);transition:transform .25s ease;overflow-y:auto}.mobile-drawer.is-open .mobile-drawer__panel{transform:none}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.mobile-nav ul{margin:0;padding:0;list-style:none}.mobile-nav a,.mobile-nav summary{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid var(--color-border);font-weight:800;list-style:none}.mobile-nav details ul a{padding-left:18px;color:var(--color-muted);font-weight:600}.mobile-contact{display:grid;gap:10px;margin-top:28px}

/* Hero and home */
.hero{position:relative;min-height:690px;display:grid;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 45%,rgba(42,159,246,.16),transparent 30%),radial-gradient(circle at 10% 10%,rgba(212,255,0,.1),transparent 25%)}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--color-bg) 0%,rgba(7,16,15,.94) 38%,rgba(7,16,15,.25) 76%,rgba(7,16,15,.65) 100%);z-index:1}.hero__media{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:2;max-width:760px;padding:100px 0}.hero__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:8px 12px;border:1px solid rgba(212,255,0,.3);border-radius:999px;background:rgba(212,255,0,.08);color:var(--color-green);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.hero h1{margin:0;max-width:720px;font-size:clamp(3rem,7vw,6.6rem);line-height:.91;letter-spacing:-.07em}.hero h1 em{color:var(--color-green);font-style:normal}.hero__text{max-width:650px;margin:25px 0 0;color:#d5dfdb;font-size:clamp(1.05rem,1.5vw,1.25rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero__proof{display:flex;flex-wrap:wrap;gap:20px;margin:32px 0 0;padding:0;list-style:none;color:var(--color-muted);font-size:.88rem}.hero__proof li{display:flex;align-items:center;gap:7px}.hero__proof svg{width:18px;height:18px;color:var(--color-green)}.trust-strip{border-block:1px solid var(--color-border);background:var(--color-surface)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:13px;padding:22px;border-right:1px solid var(--color-border)}.trust-item:last-child{border:0}.trust-item svg{width:27px;height:27px;color:var(--color-green)}.trust-item strong,.trust-item span{display:block}.trust-item span{color:var(--color-muted);font-size:.78rem}.path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.path-card{position:relative;min-height:430px;padding:38px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.path-card::after{content:"";position:absolute;right:-70px;bottom:-70px;width:260px;height:260px;border-radius:50%;background:var(--card-accent,var(--color-green));opacity:.09;filter:blur(8px)}.path-card--business{--card-accent:var(--color-blue)}.path-card--direct{--card-accent:var(--color-green)}.path-card__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:color-mix(in srgb,var(--card-accent) 14%,transparent);color:var(--card-accent)}.path-card__icon svg{width:30px;height:30px}.path-card h3{max-width:500px;margin:52px 0 14px;font-size:clamp(1.8rem,3vw,3rem);line-height:1.05;letter-spacing:-.04em}.path-card p{max-width:540px;color:var(--color-muted)}.path-card .text-link{margin-top:24px;color:var(--card-accent)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;min-height:310px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.category-card img,.category-card .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover img{transform:scale(1.035)}.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(3,9,8,.95))}.category-card__content{position:absolute;z-index:2;right:22px;bottom:22px;left:22px}.category-card h3{margin:0;font-size:1.35rem;line-height:1.15}.category-card p{margin:7px 0 0;color:#cbd5d1;font-size:.86rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:transform .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-5px);border-color:#40534e}.product-card__media{position:relative;display:block;aspect-ratio:1/1;background:#e9eeec;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover img{transform:scale(1.025)}.product-card__content{padding:20px}.product-card h3{min-height:2.9em;margin:0 0 11px;font-size:1.02rem;line-height:1.42}.product-card .text-link{margin-top:15px;font-size:.86rem}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.price__current{font-weight:900}.price__compare{color:var(--color-muted);font-size:.86rem}.price small{width:100%;color:var(--color-muted);font-size:.72rem}.service-band{position:relative;overflow:hidden}.service-band::after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border:2px solid rgba(212,255,0,.12);border-radius:50%;box-shadow:0 0 0 55px rgba(212,255,0,.025),0 0 0 110px rgba(212,255,0,.018)}.service-band__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.service-list{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none}.service-list li{display:flex;align-items:flex-start;gap:10px}.service-list svg{flex:0 0 auto;width:20px;height:20px;margin-top:3px;color:var(--color-green)}.service-panel{padding:34px;border:1px solid var(--color-border);border-radius:var(--radius);background:rgba(7,16,15,.75);box-shadow:var(--shadow)}.service-panel__row{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--color-border)}.service-panel__row:last-child{border:0}.service-panel__row svg{width:24px;height:24px;color:var(--color-green)}.service-panel__row strong,.service-panel__row span{display:block}.service-panel__row span{color:var(--color-muted);font-size:.85rem}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.story-media{position:relative}.story-media img,.story-media .placeholder-svg{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius)}.story-note{position:absolute;right:-25px;bottom:-25px;max-width:260px;padding:20px;border-radius:14px;background:var(--color-green);color:#07100f;font-weight:900}.faq-list{max-width:920px;margin:0 auto}.faq-list details{border-bottom:1px solid var(--color-border)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";color:var(--color-green);font-size:1.5rem}.faq-list details[open] summary::after{content:"−"}.faq-list .rte{padding:0 44px 22px 0}.newsletter{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.newsletter-form{display:flex;gap:10px;width:min(100%,560px)}.newsletter-form .field{flex:1}.newsletter h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.newsletter p{margin:10px 0 0;color:var(--color-muted)}

/* Product */
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;padding-top:28px;color:var(--color-muted);font-size:.82rem}.breadcrumbs a:hover{color:var(--color-green)}.product-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);gap:60px;padding:42px 0 88px}.product-gallery{display:grid;grid-template-columns:82px 1fr;gap:15px;align-items:start}.product-thumbs{display:grid;gap:10px}.product-thumb{padding:0;border:1px solid var(--color-border);border-radius:10px;background:#e8edeb;overflow:hidden;cursor:pointer}.product-thumb.is-active{border-color:var(--color-green)}.product-thumb img{width:100%;aspect-ratio:1;object-fit:contain}.product-media-main{position:sticky;top:120px;border-radius:var(--radius);background:#e8edeb;overflow:hidden}.product-media-main img,.product-media-main video,.product-media-main model-viewer{width:100%;aspect-ratio:1;object-fit:contain}.product-info{align-self:start}.product-info h1{margin:0;font-size:clamp(2.3rem,4.4vw,4.6rem);line-height:.98;letter-spacing:-.055em}.product-info__vendor{margin-bottom:12px}.product-info>.price{margin:24px 0;font-size:1.55rem}.product-info>.price small{font-size:.75rem}.product-lead{padding-bottom:24px;border-bottom:1px solid var(--color-border)}.product-option{margin:22px 0}.product-option__label{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:800}.product-option__values{display:flex;flex-wrap:wrap;gap:8px}.option-pill input{position:absolute;opacity:0;pointer-events:none}.option-pill span{display:block;padding:10px 14px;border:1px solid var(--color-border);border-radius:9px;cursor:pointer}.option-pill input:checked+span{border-color:var(--color-green);background:rgba(212,255,0,.09);color:var(--color-green)}.quantity-row{display:grid;grid-template-columns:120px 1fr;gap:10px;margin:24px 0 10px}.quantity-input{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;border:1px solid var(--color-border);border-radius:999px;overflow:hidden}.quantity-input button{height:100%;border:0;background:transparent;cursor:pointer}.quantity-input input{width:100%;border:0;background:transparent;color:var(--color-text);text-align:center;-moz-appearance:textfield}.quantity-input input::-webkit-outer-spin-button,.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none}.dynamic-checkout{margin-top:10px}.dynamic-checkout .shopify-payment-button__button{border-radius:999px!important;min-height:50px!important}.product-usps{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:24px 0}.product-usp{display:flex;align-items:flex-start;gap:9px;padding:13px;border-radius:10px;background:var(--color-surface)}.product-usp svg{flex:0 0 auto;width:20px;height:20px;color:var(--color-green)}.product-usp strong,.product-usp small{display:block}.product-usp small{color:var(--color-muted)}.product-accordion details{border-top:1px solid var(--color-border)}.product-accordion summary{display:flex;justify-content:space-between;padding:18px 0;font-weight:800;cursor:pointer}.product-accordion .rte{padding-bottom:20px}.advice-box{margin-top:20px;padding:22px;border:1px solid rgba(42,159,246,.35);border-radius:14px;background:rgba(42,159,246,.08)}.advice-box__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}

/* Collection and search */
.page-header{padding:70px 0 42px}.page-header p{max-width:760px;color:var(--color-muted);font-size:1.08rem}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:34px;padding-bottom:90px}.filters{position:sticky;top:115px;align-self:start}.filter-group{padding:16px 0;border-bottom:1px solid var(--color-border)}.filter-group summary{display:flex;justify-content:space-between;font-weight:800;cursor:pointer;list-style:none}.filter-values{display:grid;gap:8px;margin-top:14px}.filter-value{display:flex;align-items:center;gap:8px;color:var(--color-muted);font-size:.88rem}.filter-value input{accent-color:var(--color-green)}.filter-price{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.collection-toolbar select{width:auto;min-width:190px}.mobile-filter-button{display:none}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination span{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--color-border);border-radius:50%}.pagination .current{background:var(--color-green);color:#07100f;border-color:var(--color-green);font-weight:900}.empty-state{padding:50px 20px;text-align:center}.search-form{display:flex;gap:10px;max-width:760px}.search-form .field{flex:1}

/* Cart, page, footer */
.cart-page{display:grid;grid-template-columns:1fr 360px;gap:50px;padding-bottom:90px}.cart-page__lines{display:grid;gap:14px}.cart-page__line{display:grid;grid-template-columns:110px 1fr auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius)}.cart-page__line img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:10px;background:#e8edeb}.cart-summary{position:sticky;top:120px;align-self:start;padding:28px}.cart-total{display:flex;justify-content:space-between;gap:20px;font-size:1.05rem}.cart-summary textarea{margin:16px 0}.page-content{max-width:920px;margin:0 auto;padding-bottom:90px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;padding-bottom:90px}.contact-card{padding:28px}.contact-list{display:grid;gap:18px;margin-top:25px}.contact-list a,.contact-list div{display:flex;gap:12px}.contact-list svg{width:24px;height:24px;color:var(--color-green)}.site-footer{border-top:1px solid var(--color-border);background:#040a09}.footer-main{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:50px;padding:70px 0 50px}.footer-brand p{max-width:380px;color:var(--color-muted)}.footer-column h3{margin:0 0 16px;font-size:.92rem;text-transform:uppercase;letter-spacing:.09em}.footer-column ul{display:grid;gap:9px;margin:0;padding:0;list-style:none;color:var(--color-muted)}.footer-column a:hover{color:var(--color-green)}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding:20px 0;border-top:1px solid var(--color-border);color:var(--color-muted);font-size:.78rem}.payment-icons{display:flex;flex-wrap:wrap;gap:7px}.payment-icons svg{width:38px;height:auto}.cart-drawer{position:fixed;z-index:100;inset:0;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-drawer__overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.68)}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(470px,100%);height:100%;display:flex;flex-direction:column;background:var(--color-bg);transform:translateX(100%);transition:transform .25s ease}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{margin:0}.cart-drawer__body{flex:1;padding:20px;overflow-y:auto}.cart-drawer__footer{padding:22px;border-top:1px solid var(--color-border)}.cart-line{display:grid;grid-template-columns:85px 1fr;gap:15px;padding:15px 0;border-bottom:1px solid var(--color-border)}.cart-line img{width:85px;aspect-ratio:1;object-fit:contain;border-radius:9px;background:#e8edeb}.cart-line small{display:block;color:var(--color-muted)}.cart-line__price{margin-top:7px;font-weight:900}

/* Responsive */
@media (max-width:1100px){.desktop-nav,.header-phone{display:none}.mobile-menu-button{display:inline-flex}.header-main{grid-template-columns:auto 1fr auto}.brand{justify-self:center}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.footer-main{grid-template-columns:1.4fr repeat(2,1fr)}.footer-column:last-child{grid-column:2/4}.product-main{gap:35px}.product-gallery{grid-template-columns:1fr}.product-thumbs{grid-row:2;display:flex;overflow-x:auto}.product-thumb{flex:0 0 72px}}
@media (max-width:800px){.container{width:min(calc(100% - 28px),var(--page-width))}.section{padding:64px 0}.section-heading{align-items:start;flex-direction:column}.announcement__inner span:not(:first-child){display:none}.header-main{min-height:70px;gap:12px}.brand__wordmark small{display:none}.hero{min-height:650px}.hero::before{background:linear-gradient(90deg,rgba(7,16,15,.97),rgba(7,16,15,.6))}.hero__content{padding:78px 0}.hero h1{font-size:clamp(3rem,16vw,5.3rem)}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--color-border)!important}.trust-item:last-child{border-bottom:0!important}.path-grid,.service-band__grid,.story-grid,.product-main,.contact-grid,.cart-page{grid-template-columns:1fr}.path-card{min-height:360px;padding:28px}.path-card h3{margin-top:38px}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-band__grid,.story-grid{gap:40px}.story-note{right:10px}.newsletter{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.product-main{padding-top:30px}.product-media-main{position:static}.product-info h1{font-size:clamp(2.4rem,11vw,4rem)}.collection-layout{grid-template-columns:1fr}.filters{display:none;position:static}.filters.is-open{display:block}.mobile-filter-button{display:inline-flex}.cart-summary{position:static}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-column:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}
@media (max-width:520px){.header-actions .nav-icon[data-search-toggle],.header-actions .nav-icon[href*="account"]{display:none}.brand__wordmark{font-size:1.25rem}.brand__mark{width:31px;height:31px}.hero__actions{flex-direction:column}.hero__actions .button{width:100%}.hero__proof{display:grid;grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:1fr}.product-card h3{min-height:0}.quantity-row{grid-template-columns:1fr}.product-usps{grid-template-columns:1fr}.cart-page__line{grid-template-columns:82px 1fr}.cart-page__line>div:last-child{grid-column:2}.search-form{flex-direction:column}.footer-main{grid-template-columns:1fr}.footer-column:last-child{grid-column:auto}.mobile-drawer__panel{right:4%}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Predictive search */
.search-modal{position:fixed;z-index:110;inset:0;visibility:hidden}.search-modal.is-open{visibility:visible}.search-modal__overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.72)}.search-modal__panel{position:relative;min-height:440px;padding:42px 0 55px;border-bottom:1px solid var(--color-border);background:var(--color-bg);transform:translateY(-100%);transition:transform .25s ease}.search-modal.is-open .search-modal__panel{transform:none}.search-modal__header{display:flex;align-items:center;justify-content:space-between;gap:30px}.search-modal__header h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.predictive-search-form{position:relative;display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:28px}.predictive-search-form input{min-height:64px;padding:10px 20px 10px 54px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);font-size:1.1rem;outline:none}.predictive-search-form input:focus{border-color:var(--color-green)}.predictive-search-form__icon{position:absolute;left:20px;top:20px;z-index:1}.predictive-search-form__icon svg{width:24px;height:24px;fill:none;stroke:var(--color-green);stroke-width:1.8}.predictive-search-results{margin-top:24px}.predictive-search-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.predictive-result{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface)}.predictive-result img{width:72px;aspect-ratio:1;object-fit:contain;border-radius:8px;background:#e8edeb}.predictive-result strong{display:block;line-height:1.3}.predictive-result span{color:var(--color-green);font-weight:800}
@media (max-width:800px){.predictive-search-grid{grid-template-columns:1fr}.predictive-search-form{grid-template-columns:1fr}.predictive-search-form .button{width:100%}.search-modal__panel{min-height:100%;overflow-y:auto}.search-modal__header{align-items:flex-start}}
.customer-shell{max-width:1080px;margin:0 auto;padding:clamp(24px,5vw,60px)}.customer-shell>div:not(.account-grid){max-width:620px;margin:0 auto}.customer-shell h1{margin-top:0;font-size:clamp(2.2rem,5vw,4rem);line-height:1}.customer-shell form{display:grid;gap:14px}.customer-links{display:flex;justify-content:space-between;margin-top:22px}.account-grid{display:grid;grid-template-columns:2fr 1fr;gap:50px}.order-list{display:grid;gap:10px}.order-list a{display:grid;grid-template-columns:1fr auto;gap:5px;padding:15px;border:1px solid var(--color-border);border-radius:10px}.order-list a span{color:var(--color-muted);font-size:.85rem}.order-list a span:last-child{grid-column:1/-1}.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:30px 0}.customer-shell details>summary{cursor:pointer;font-weight:800}.customer-shell details form{margin-top:24px}@media(max-width:700px){.account-grid,.address-grid{grid-template-columns:1fr}.customer-links{align-items:flex-start;flex-direction:column;gap:14px}}

/* ResQNec 1.1 navigation, conversion and trust */
.anchor-section{scroll-margin-top:120px}.header-main{gap:24px}.desktop-nav>ul{gap:2px}.desktop-nav a,.desktop-nav summary{padding:11px 10px;font-size:.86rem;white-space:nowrap}.header-phone{margin:0}.mega-menu--catalog{left:-220px;width:min(1050px,calc(100vw - 40px));display:grid;grid-template-columns:220px 1fr;gap:28px;padding:30px;transform:none}.mega-menu__intro{padding:12px 24px 12px 4px;border-right:1px solid var(--color-border)}.mega-menu__intro strong{display:block;margin-bottom:26px;font-size:1.25rem;line-height:1.25}.mega-menu__intro .text-link{display:flex;padding:0}.mega-menu--catalog .mega-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 26px}.mega-menu__group a{padding:0}.mega-menu__group .mega-menu__heading{margin-bottom:8px;color:var(--color-text);font-weight:900}.mega-menu__group ul{display:grid;gap:5px;margin:0;padding:0;list-style:none}.mega-menu__group li a{color:var(--color-muted);font-size:.78rem;font-weight:600}.mega-menu__group a:hover{border-color:transparent;background:none;color:var(--color-green)}

.category-card{min-height:390px;display:flex;flex-direction:column;background:linear-gradient(155deg,#14231f,#0a1311);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.category-card:hover{transform:translateY(-7px);border-color:rgba(212,255,0,.42);box-shadow:0 26px 65px rgba(0,0,0,.3)}.category-card::after{display:none}.category-card__visual{position:relative;flex:1;min-height:270px;padding:18px;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(212,255,0,.08),transparent 58%)}.category-card__visual>img{width:100%;height:100%;object-fit:cover;border-radius:12px}.category-collage{position:relative;width:100%;height:100%;min-height:235px}.category-collage__item{position:absolute;width:48%;aspect-ratio:1/1;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:#f4f7f5;box-shadow:0 16px 32px rgba(0,0,0,.3);overflow:hidden;transition:transform .3s ease}.category-collage__item img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.category-collage__item--1{left:3%;top:15%;z-index:3;transform:rotate(-5deg)}.category-collage__item--2{left:29%;top:3%;z-index:2;transform:rotate(4deg)}.category-collage__item--3{right:2%;top:22%;z-index:1;transform:rotate(8deg)}.category-card:hover .category-collage__item--1{transform:translate(-4px,-5px) rotate(-7deg)}.category-card:hover .category-collage__item--2{transform:translateY(-8px) rotate(2deg)}.category-card:hover .category-collage__item--3{transform:translate(4px,-4px) rotate(10deg)}.category-card__fallback{display:flex;align-items:center;justify-content:center;gap:18px;height:100%;min-height:235px}.category-card__fallback span{display:grid;place-items:center;width:70px;height:70px;border:1px solid var(--color-border);border-radius:20px;background:rgba(212,255,0,.055);color:var(--color-green);transform:rotate(-7deg)}.category-card__fallback span:nth-child(2){transform:translateY(-25px) rotate(5deg);color:var(--color-blue)}.category-card__fallback span:nth-child(3){transform:rotate(9deg);color:var(--color-red)}.category-card__fallback svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.5}.category-card__content{position:static;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px;border-top:1px solid var(--color-border)}.category-card__content p{margin-top:6px}.category-card__arrow{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:var(--color-green);color:#07100f;transition:transform .2s ease}.category-card:hover .category-card__arrow{transform:translateX(4px)}.category-card__arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}

.service-panel--form{padding:clamp(24px,3vw,38px);background:linear-gradient(145deg,rgba(13,29,25,.98),rgba(7,16,15,.96));border-color:rgba(212,255,0,.22)}.service-panel--form h3{margin:0;font-size:clamp(1.65rem,2.5vw,2.35rem);line-height:1.05;letter-spacing:-.035em}.consultation-form{display:grid;gap:12px;margin-top:24px}.consultation-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.consultation-form textarea.field{min-height:105px}.consultation-form .fine-print{margin:0}.consultation-form .fine-print a{text-decoration:underline;text-underline-offset:2px}

.story-experience{position:relative;overflow:hidden;background:#050c0b}.story-experience::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(212,255,0,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(212,255,0,.022) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,transparent,black 28%,black 72%,transparent)}.story-experience__glow{position:absolute;left:8%;top:12%;width:38vw;height:38vw;border-radius:50%;background:rgba(42,159,246,.09);filter:blur(90px)}.story-stage{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(45px,7vw,105px);align-items:center}.story-visual{position:relative;min-height:600px;overflow:hidden;border:1px solid rgba(212,255,0,.16);border-radius:32px;background:radial-gradient(circle at 50% 45%,rgba(42,159,246,.17),transparent 34%),linear-gradient(145deg,#12241f,#07100f 70%);box-shadow:0 38px 90px rgba(0,0,0,.38),inset 0 0 80px rgba(212,255,0,.025)}.story-visual--image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,12,11,.8),transparent 55%)}.story-visual--image>img{width:100%;height:100%;min-height:600px;object-fit:cover}.story-gridlines{position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle,black,transparent 78%)}.story-radar{position:absolute;left:50%;top:48%;width:390px;height:390px;transform:translate(-50%,-50%);border:1px solid rgba(212,255,0,.16);border-radius:50%}.story-radar::before,.story-radar::after,.story-radar span{content:"";position:absolute;inset:14%;border:1px solid rgba(212,255,0,.11);border-radius:50%}.story-radar::after{inset:30%}.story-radar span:nth-child(1){inset:46%;background:var(--color-green);border:0;box-shadow:0 0 45px rgba(212,255,0,.55)}.story-radar span:nth-child(2){inset:0;border:0;background:conic-gradient(from 10deg,rgba(212,255,0,.22),transparent 17%);animation:radarSweep 7s linear infinite}.story-radar span:nth-child(3){inset:50% -18%;border:0;border-top:1px solid rgba(212,255,0,.12);border-radius:0}.story-emblem{position:absolute;left:50%;top:47%;z-index:2;display:flex;align-items:center;flex-direction:column;transform:translate(-50%,-50%);text-align:center}.story-emblem svg{width:72px;height:72px;margin-bottom:14px;fill:none;stroke:var(--color-green);stroke-width:1.4;filter:drop-shadow(0 0 16px rgba(212,255,0,.5))}.story-emblem strong{font-size:2.2rem;line-height:1;letter-spacing:-.06em}.story-emblem small{margin-top:8px;color:var(--color-green);font-size:.68rem;font-weight:900;letter-spacing:.22em}.story-pulse{position:absolute;left:0;right:0;top:46%;width:100%;overflow:visible}.story-pulse path{fill:none;stroke:rgba(212,255,0,.42);stroke-width:2;filter:drop-shadow(0 0 8px rgba(212,255,0,.45));stroke-dasharray:1000;animation:pulseTrace 6s ease-in-out infinite}.story-chip{position:absolute;display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(5,12,11,.82);box-shadow:0 12px 30px rgba(0,0,0,.25);backdrop-filter:blur(12px);font-size:.82rem}.story-chip span{color:var(--color-green)}.story-chip svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.story-chip--one{left:7%;top:12%}.story-chip--two{right:7%;bottom:18%}.story-note{right:24px;bottom:24px;z-index:3;display:flex;align-items:center;gap:10px;max-width:none;padding:13px 16px;border:1px solid rgba(212,255,0,.35);border-radius:999px;background:#0a1513;color:var(--color-text);font-size:.82rem}.story-note__pulse{display:block;width:9px;height:9px;border-radius:50%;background:var(--color-green);box-shadow:0 0 0 6px rgba(212,255,0,.13);animation:livePulse 2s ease-in-out infinite}.story-copy h2{margin:0;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.94;letter-spacing:-.06em}.story-copy__lead{max-width:670px;margin-top:25px;font-size:1.08rem}.story-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0}.story-proof{padding:16px;border:1px solid var(--color-border);border-radius:14px;background:rgba(255,255,255,.025)}.story-proof__icon{display:grid;place-items:center;width:36px;height:36px;margin-bottom:14px;border-radius:10px;background:rgba(212,255,0,.1);color:var(--color-green)}.story-proof__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.story-proof strong,.story-proof small{display:block}.story-proof strong{font-size:.95rem}.story-proof small{margin-top:2px;color:var(--color-muted);font-size:.73rem}.story-button{margin-top:6px}@keyframes radarSweep{to{transform:rotate(360deg)}}@keyframes pulseTrace{0%,15%{stroke-dashoffset:1000}55%,100%{stroke-dashoffset:0}}@keyframes livePulse{50%{opacity:.55;box-shadow:0 0 0 10px rgba(212,255,0,.04)}}

.footer-consult{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-top:60px;padding-bottom:38px;border-bottom:1px solid var(--color-border)}.footer-consult h2{margin:0;font-size:clamp(2rem,3vw,3.2rem);line-height:1}.footer-consult p:not(.eyebrow){margin:10px 0 0;color:var(--color-muted)}.footer-consult__actions{display:flex;gap:10px;flex:0 0 auto}.footer-contact{display:grid;gap:12px;margin-top:24px}.footer-contact a,.footer-contact>div{display:flex;align-items:center;gap:12px}.footer-contact svg{width:22px;height:22px;fill:none;stroke:var(--color-green);stroke-width:1.7}.footer-contact strong,.footer-contact small{display:block}.footer-contact small{color:var(--color-muted)}.footer-column--legal ul{font-size:.86rem}.withdrawal-bar{border-block:1px solid rgba(243,10,85,.3);background:rgba(243,10,85,.075)}.withdrawal-bar>.container{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:20px}.withdrawal-bar strong,.withdrawal-bar span{display:block}.withdrawal-bar span{color:var(--color-muted);font-size:.83rem}.button--withdrawal{border-color:var(--color-red);background:var(--color-red);color:#fff}.button--withdrawal:hover{background:#ff2e6d}

@media(max-width:1250px){.desktop-nav a,.desktop-nav summary{padding-inline:7px;font-size:.79rem}.mega-menu--catalog{left:-170px;width:min(920px,calc(100vw - 30px))}.mega-menu--catalog .mega-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1100px){.story-stage{grid-template-columns:1fr;gap:45px}.story-visual{min-height:520px}.story-copy{max-width:800px}.footer-consult{align-items:flex-start;flex-direction:column}.footer-main{grid-template-columns:1.3fr repeat(3,1fr)}.footer-column:last-child{grid-column:auto}}
@media(max-width:800px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{min-height:350px}.category-card__visual{min-height:230px}.consultation-form__row{grid-template-columns:1fr}.story-visual{min-height:460px}.story-radar{width:330px;height:330px}.story-proof-grid{grid-template-columns:1fr}.story-proof{display:flex;align-items:center;gap:13px}.story-proof__icon{margin:0}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.withdrawal-bar>.container{align-items:flex-start;flex-direction:column}.footer-consult__actions{flex-wrap:wrap}}
@media(max-width:520px){.category-grid{grid-template-columns:1fr}.category-card{min-height:360px}.story-visual{min-height:410px;border-radius:22px}.story-radar{width:270px;height:270px}.story-emblem svg{width:56px;height:56px}.story-emblem strong{font-size:1.65rem}.story-chip{font-size:.7rem}.story-chip--one{left:4%;top:7%}.story-chip--two{right:4%;bottom:22%}.story-note{right:12px;bottom:12px;left:12px;justify-content:center}.story-copy h2{font-size:clamp(2.6rem,13vw,4rem)}.footer-main{grid-template-columns:1fr}.footer-consult__actions,.footer-consult__actions .button,.button--withdrawal{width:100%}}
