:root{--rush-black: #050505;--rush-background: var(--rush-black);--rush-surface-lowest: #0e0e0e;--rush-surface-low: #1c1b1b;--rush-surface: #201f1f;--rush-surface-high: #2a2a2a;--rush-surface-highest: #353534;--rush-border: #2c2c2c;--rush-border-strong: #5f3e3a;--rush-text: #e5e2e1;--rush-muted: #c6c6c7;--rush-dim: #8f8a88;--rush-contrast: #ffffff;--rush-on-accent: #050505;--rush-footer-muted: #777777;--rush-accent: #ff1a1a;--rush-accent-soft: #ff5545;--rush-h1-size: clamp(44px, 8vw, 72px);--rush-h2-size: clamp(34px, 5vw, 48px);--rush-h3-size: clamp(20px, 2.4vw, 24px);--rush-body-size: 16px;--rush-eyebrow-size: 12px;--rush-nav-size: 12px;--rush-page-margin: clamp(20px, 4vw, 48px);--rush-container: 1440px;--rush-gutter: 24px;--rush-section-gap: clamp(64px, 9vw, 96px);--rush-header-height: 80px;--rush-font-heading: "Rajdhani", system-ui, sans-serif;--rush-font-body: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{background:var(--rush-black);color:var(--rush-text);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--rush-black);color:var(--rush-text);font-family:var(--rush-font-body);font-size:var(--rush-body-size);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background:var(--rush-background)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img,svg{display:block;max-width:100%}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.rush-grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.rush-skip-link{position:fixed;top:8px;left:8px;z-index:10000;transform:translateY(-140%);background:var(--rush-accent);color:var(--rush-on-accent);padding:12px 16px;font-weight:800;text-transform:uppercase}.rush-skip-link:focus{transform:translateY(0)}.rush-main{min-height:60vh}.rush-container{width:min(100% - (var(--rush-page-margin) * 2),var(--rush-container));margin-inline:auto}.rush-section{padding-block:var(--rush-section-gap)}.rush-section--bordered{border-top:1px solid var(--rush-border)}.rush-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--rush-accent);font-family:var(--rush-font-body);font-size:var(--rush-eyebrow-size);font-weight:800;line-height:1;letter-spacing:.1em;text-transform:uppercase}.rush-h1,.rush-h2,.rush-h3{margin:0;color:var(--rush-text);font-family:var(--rush-font-heading);font-weight:800;text-transform:uppercase}.rush-h1{font-size:var(--rush-h1-size);line-height:1.05}.rush-h2{font-size:var(--rush-h2-size);line-height:1.1}.rush-h3{font-size:var(--rush-h3-size);line-height:1.2}.rush-lede{margin:0;color:var(--rush-muted);font-size:clamp(var(--rush-body-size),2vw,calc(var(--rush-body-size) + 2px));line-height:1.6}.rush-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:1px solid var(--rush-accent);background:var(--rush-accent);color:var(--rush-on-accent);padding:14px 24px;font-size:var(--rush-eyebrow-size);font-weight:900;letter-spacing:.12em;line-height:1;text-transform:uppercase;transition:color .1s ease,background .1s ease,border-color .1s ease,box-shadow .1s ease,transform 75ms ease}.rush-button:hover,.rush-button:focus-visible{background:var(--rush-contrast);border-color:var(--rush-contrast);color:var(--rush-on-accent);box-shadow:0 0 25px -5px var(--rush-accent)}.rush-button:active{transform:scale(.97)}.rush-button--ghost{background:transparent;border-color:color-mix(in srgb,var(--rush-contrast) 82%,transparent);color:var(--rush-contrast)}.rush-button--ghost:hover,.rush-button--ghost:focus-visible{background:var(--rush-accent);border-color:var(--rush-accent);color:var(--rush-on-accent)}.rush-button--small{min-height:40px;padding:10px 16px}.rush-button[disabled],.rush-button[aria-disabled=true]{cursor:not-allowed;opacity:.5}.rush-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--rush-header-height);border-bottom:1px solid var(--rush-border);background:color-mix(in srgb,var(--rush-black) 82%,transparent);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 32px color-mix(in srgb,var(--rush-black) 80%,transparent)}.template-index .rush-header:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--rush-accent);box-shadow:0 0 18px color-mix(in srgb,var(--rush-accent) 72%,transparent);pointer-events:none}.rush-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(100% - 32px,1536px);height:100%;margin-inline:auto;gap:24px}.rush-logo{display:inline-flex;align-items:center;min-width:max-content;color:var(--rush-contrast);font-family:var(--rush-font-heading);font-size:clamp(18px,2vw,24px);font-style:italic;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rush-logo img{width:auto;max-height:42px}.rush-nav{display:flex;align-items:center;gap:clamp(16px,2vw,32px)}.rush-nav a{position:relative;color:color-mix(in srgb,var(--rush-contrast) 72%,transparent);font-family:var(--rush-font-heading);font-size:var(--rush-nav-size);font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:color .1s ease,filter .1s ease,transform 75ms ease}.rush-nav a:hover,.rush-nav a:focus-visible,.rush-nav a[aria-current=page]{color:var(--rush-accent);filter:drop-shadow(0 0 8px var(--rush-accent))}.rush-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--rush-accent)}.rush-header__actions{display:flex;align-items:center;gap:14px;color:var(--rush-accent)}.rush-icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;background:transparent;color:inherit;transition:color .1s ease,filter .1s ease,transform 75ms ease}.rush-icon-button:hover,.rush-icon-button:focus-visible{color:var(--rush-contrast);filter:drop-shadow(0 0 8px var(--rush-accent))}.rush-icon-button:active{transform:scale(.94)}.rush-cart-link{position:relative}.rush-cart-count{position:absolute;top:2px;right:0;min-width:16px;height:16px;padding-inline:4px;display:inline-flex;align-items:center;justify-content:center;background:var(--rush-accent);color:var(--rush-on-accent);font-size:calc(var(--rush-eyebrow-size) - 2px);font-weight:900}.rush-menu-toggle,.rush-mobile-menu{display:none}.rush-hero{position:relative;min-height:min(921px,100vh);display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--rush-border);padding-top:var(--rush-header-height)}.rush-hero__media,.rush-lab-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.rush-hero__media img,.rush-lab-hero__media img{width:100%;height:100%;object-fit:cover;opacity:.42}.rush-lab-hero__media img{opacity:.3;mix-blend-mode:luminosity}.rush-hero__media:after,.rush-lab-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--rush-black),transparent 45%,var(--rush-black)),linear-gradient(to right,var(--rush-black),transparent 60%);opacity:.92}.rush-hero__content{position:relative;z-index:1;display:grid;gap:24px;max-width:760px}.rush-hero__title span{color:var(--rush-accent)}.rush-hero__actions{display:flex;flex-wrap:wrap;gap:20px;margin-top:12px}.rush-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--rush-gutter)}.rush-category-tile{position:relative;min-height:320px;overflow:hidden;border:1px solid var(--rush-border);background:var(--rush-surface-low);isolation:isolate;transition:border-color .1s ease}.rush-category-tile:hover,.rush-category-tile:focus-visible{border-color:var(--rush-accent)}.rush-category-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.62;transition:transform .5s ease}.rush-category-tile:hover img{transform:scale(1.06)}.rush-category-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:color-mix(in srgb,var(--rush-black) 52%,transparent);transition:background .2s ease}.rush-category-tile:hover:after{background:color-mix(in srgb,var(--rush-accent) 20%,transparent)}.rush-category-tile__title{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;margin:0;color:var(--rush-contrast);font-family:var(--rush-font-heading);font-size:var(--rush-h3-size);font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 18px color-mix(in srgb,var(--rush-black) 85%,transparent);transition:transform .25s ease}.rush-category-tile:hover .rush-category-tile__title{transform:scale(1.08)}.rush-section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:48px;border-bottom:1px solid var(--rush-border);padding-bottom:24px}.rush-section-header--center{display:grid;place-items:center;text-align:center;border-bottom:0;padding-bottom:0}.rush-featured-products{background:var(--rush-black);padding-block:clamp(84px,8vw,116px) 22px}.rush-featured-products .rush-container{width:min(100% - 116px,1328px)}.rush-featured-products__header{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:64px;padding-bottom:42px;border-bottom:1px solid var(--rush-border)}.rush-featured-products__intro{display:grid;gap:12px}.rush-featured-products__intro .rush-eyebrow{color:var(--rush-accent);font-size:20px;font-weight:900;letter-spacing:.14em}.rush-featured-products__intro .rush-h2{color:var(--rush-contrast);font-size:clamp(48px,5vw,66px);font-weight:900;line-height:.96}.rush-featured-products__intro .rush-lede{max-width:620px}.rush-featured-products__view{display:inline-flex;align-items:center;gap:8px;margin-bottom:3px;color:var(--rush-accent);font-family:var(--rush-font-heading);font-size:24px;font-weight:900;letter-spacing:.14em;line-height:1;text-transform:uppercase;transition:color .1s ease,filter .1s ease,transform .1s ease}.rush-featured-products__view:hover,.rush-featured-products__view:focus-visible{color:var(--rush-contrast);filter:drop-shadow(0 0 8px var(--rush-accent));transform:translate(4px)}.rush-featured-products__filters{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:48px}.rush-featured-products__filter{display:inline-flex;align-items:center;justify-content:center;min-width:124px;min-height:66px;border:1px solid color-mix(in srgb,var(--rush-contrast) 27%,transparent);border-radius:14px;background:transparent;color:var(--rush-contrast);padding:14px 32px;font-family:var(--rush-font-heading);font-size:30px;font-weight:900;letter-spacing:.05em;line-height:1;text-transform:uppercase;transition:border-color .1s ease,color .1s ease,box-shadow .1s ease}.rush-featured-products__filter:hover,.rush-featured-products__filter:focus-visible,.rush-featured-products__filter[aria-pressed=true]{border-color:color-mix(in srgb,var(--rush-contrast) 42%,transparent)}.rush-featured-products__grid{gap:28px}.rush-featured-products__scroll{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:12px auto 0;border:1px solid color-mix(in srgb,var(--rush-contrast) 20%,transparent);border-radius:50%;background:var(--rush-surface-high);color:var(--rush-contrast);transition:background .1s ease,border-color .1s ease,color .1s ease,transform .1s ease}.rush-featured-products__scroll:hover,.rush-featured-products__scroll:focus-visible{border-color:var(--rush-accent);background:var(--rush-accent);color:var(--rush-on-accent);transform:translateY(4px)}.rush-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--rush-gutter)}.rush-product-card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--rush-border);background:var(--rush-surface-low);transition:border-color .1s ease,box-shadow .18s ease,transform .18s ease}.rush-product-card:hover{border-color:var(--rush-accent);box-shadow:0 0 30px -10px color-mix(in srgb,var(--rush-accent) 38%,transparent)}.rush-card-badge{position:absolute;top:16px;right:16px;z-index:2;background:var(--rush-accent);color:var(--rush-on-accent);padding:6px 8px;font-size:calc(var(--rush-eyebrow-size) - 2px);font-weight:900;letter-spacing:.12em;line-height:1;text-transform:uppercase}.rush-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;height:280px;overflow:hidden;background:var(--rush-surface-lowest)}.rush-product-card__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,color-mix(in srgb,var(--rush-accent) 12%,transparent),transparent 68%);opacity:0;transition:opacity .25s ease}.rush-product-card:hover .rush-product-card__media:before{opacity:1}.rush-product-card__image{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:28px;transition:transform .42s ease}.rush-product-card:hover .rush-product-card__image{transform:scale(1.07)}.rush-product-card__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:180px;height:140px;border-radius:14px;color:var(--rush-contrast);font-size:52px;line-height:1}.rush-product-card__icon--phantom{background:#1a1a34}.rush-product-card__icon--venom{background:#0d3a26}.rush-product-card__icon--rush{background:#220e0e;color:#ffb000}.rush-product-card__body{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:24px;padding:24px;border-top:1px solid color-mix(in srgb,var(--rush-surface-highest) 70%,transparent)}.rush-card-quickadd{margin-bottom:14px}.rush-card-quickadd button{border:0;background:transparent;color:var(--rush-accent);padding:0;font-size:var(--rush-eyebrow-size);font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase;transition:color .1s ease,filter .1s ease}.rush-card-quickadd button:hover,.rush-card-quickadd button:focus-visible{color:var(--rush-contrast);filter:drop-shadow(0 0 8px var(--rush-accent))}.rush-card-quickadd button[disabled]{cursor:not-allowed;color:var(--rush-dim);filter:none}.rush-product-card__title{margin:8px 0;color:var(--rush-text);font-family:var(--rush-font-heading);font-size:var(--rush-h3-size);font-weight:800;line-height:1.2;text-transform:uppercase}.rush-product-card__description{margin:0;color:var(--rush-muted)}.rush-product-card__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.rush-product-card__price{color:var(--rush-contrast);font-family:var(--rush-font-heading);font-size:calc(var(--rush-h3-size) - 2px);font-weight:800}.rush-product-card--featured{min-height:618px;background:var(--rush-surface-lowest);border-color:var(--rush-border);box-shadow:none}.rush-product-card--featured:hover{border-color:color-mix(in srgb,var(--rush-contrast) 28%,transparent);box-shadow:none}.rush-product-card--featured .rush-card-badge{top:20px;right:20px;padding:11px 14px 10px;color:var(--rush-on-accent);font-family:var(--rush-font-heading);font-size:18px;font-weight:900;letter-spacing:.08em}.rush-product-card--featured .rush-product-card__media{height:322px;background:var(--rush-surface-lowest)}.rush-product-card--featured .rush-product-card__media:before{display:none}.rush-product-card--featured .rush-product-card__image{width:min(62%,220px);height:auto;max-height:180px;padding:0}.rush-product-card--featured .rush-product-card__body{background:var(--rush-surface-low);padding:31px 32px 32px;border-top-color:var(--rush-border)}.rush-product-card--featured .rush-product-card__title{margin:0 0 12px;color:var(--rush-contrast);font-size:32px;font-weight:900;line-height:1;overflow-wrap:anywhere}.rush-product-card--featured .rush-product-card__description{max-width:330px;color:color-mix(in srgb,var(--rush-contrast) 58%,transparent);font-size:24px;font-weight:700;line-height:1.16}.rush-product-card--featured .rush-product-card__bottom{flex-wrap:nowrap;gap:16px}.rush-product-card--featured .rush-product-card__price{flex:0 0 auto;font-size:32px;font-weight:900;line-height:1}.rush-product-card--featured .rush-card-quickadd--bottom{margin:0}.rush-product-card--featured .rush-button,.rush-product-card--featured .rush-card-quickadd--bottom button.rush-button{width:240px;min-height:98px;border:1px solid color-mix(in srgb,var(--rush-contrast) 30%,transparent);border-radius:14px;background:var(--rush-surface-low);color:var(--rush-contrast);padding:18px 28px;font-family:var(--rush-font-heading);font-size:31px;font-weight:900;letter-spacing:.05em;line-height:1.02;text-align:center;white-space:normal}.rush-product-card--featured .rush-button:hover,.rush-product-card--featured .rush-button:focus-visible,.rush-product-card--featured .rush-card-quickadd--bottom button.rush-button:hover,.rush-product-card--featured .rush-card-quickadd--bottom button.rush-button:focus-visible{background:var(--rush-accent);border-color:var(--rush-accent);color:var(--rush-on-accent);box-shadow:none}.rush-process{position:relative;overflow:hidden;border-block:1px solid var(--rush-border);background:var(--rush-background)}.rush-process:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--rush-accent) 8%,transparent),transparent 60%);opacity:.7}.rush-process__inner{position:relative;z-index:1;text-align:center}.rush-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;max-width:960px;margin:48px auto 0}.rush-step{position:relative;display:grid;justify-items:center;gap:12px}.rush-step:not(:first-child):before{content:"";position:absolute;top:32px;right:50%;width:100%;height:1px;background:linear-gradient(to right,transparent,var(--rush-border),transparent)}.rush-step__number{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border:1px solid var(--rush-accent);background:var(--rush-background);color:var(--rush-accent);font-family:var(--rush-font-heading);font-size:var(--rush-h3-size);font-weight:800;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.rush-step:hover .rush-step__number{background:var(--rush-accent);color:var(--rush-on-accent);box-shadow:0 0 18px var(--rush-accent)}.rush-step h3{margin:8px 0 0;color:var(--rush-contrast);font-size:var(--rush-eyebrow-size);font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rush-step p{margin:0;color:var(--rush-muted)}.rush-newsletter{max-width:760px;margin-inline:auto;border:1px solid var(--rush-border);background:var(--rush-surface-low);padding:clamp(28px,5vw,48px);text-align:center;position:relative;overflow:hidden}.rush-newsletter:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--rush-accent),transparent)}.rush-newsletter form{display:flex;gap:16px;margin-top:32px}.rush-contact{position:relative;overflow:hidden;border-top:1px solid var(--rush-border);background:var(--rush-background);padding-top:calc(var(--rush-header-height) + var(--rush-section-gap))}.rush-contact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(color-mix(in srgb,var(--rush-contrast) 4%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--rush-contrast) 4%,transparent) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 18%,black 72%,transparent);mask-image:linear-gradient(to bottom,transparent,black 18%,black 72%,transparent)}.rush-contact__grid{position:relative;display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);gap:clamp(28px,5vw,72px);align-items:center}.rush-contact__brief{display:grid;gap:22px}.rush-contact__brief .rush-h2{max-width:620px}.rush-contact__brief .rush-lede{max-width:600px;color:var(--rush-muted)}.rush-contact__signals{display:grid;gap:12px;margin-top:12px}.rush-contact-signal{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;max-width:520px;border:1px solid var(--rush-border);background:color-mix(in srgb,var(--rush-surface-low) 78%,transparent);padding:14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.rush-contact-signal .material-symbols-outlined{display:grid;place-items:center;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--rush-accent) 44%,var(--rush-border));color:var(--rush-accent);background:color-mix(in srgb,var(--rush-black) 72%,transparent)}.rush-contact-signal strong{display:block;color:var(--rush-contrast);font-family:var(--rush-font-heading);font-size:calc(var(--rush-body-size) + 1px);font-weight:900;line-height:1.15;text-transform:uppercase}.rush-contact-signal span:not(.material-symbols-outlined){display:block;margin-top:2px;color:var(--rush-muted);font-size:14px}.rush-contact__panel{position:relative;border:1px solid var(--rush-border);background:linear-gradient(180deg,color-mix(in srgb,var(--rush-surface-high) 54%,transparent),transparent),var(--rush-surface-low);padding:clamp(22px,4vw,38px);box-shadow:0 24px 70px color-mix(in srgb,var(--rush-black) 52%,transparent)}.rush-contact__panel:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--rush-accent),transparent);box-shadow:0 0 26px color-mix(in srgb,var(--rush-accent) 66%,transparent)}.rush-contact__form{position:relative}.rush-contact__form .rush-button{width:100%}.rush-contact__fields{display:grid;gap:16px;margin-bottom:22px}.rush-contact__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rush-contact__message{min-height:170px;resize:vertical;line-height:1.5;text-transform:none}.rush-field{width:100%;min-height:52px;border:1px solid var(--rush-border);background:var(--rush-on-accent);color:var(--rush-contrast);padding:14px 16px;font-size:var(--rush-eyebrow-size);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rush-field:focus{outline:0;border-color:var(--rush-accent);box-shadow:0 0 0 1px var(--rush-accent),0 0 14px -8px var(--rush-accent)}.rush-field::placeholder{color:var(--rush-dim);opacity:1}.rush-form-alert{margin:0 0 22px;border:1px solid var(--rush-border);padding:14px 16px;color:var(--rush-muted);font-size:var(--rush-eyebrow-size);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rush-form-alert--success{border-color:color-mix(in srgb,var(--rush-accent) 58%,var(--rush-border));color:var(--rush-contrast);background:color-mix(in srgb,var(--rush-accent) 12%,transparent)}.rush-form-alert--error{border-color:var(--rush-accent);color:var(--rush-contrast);background:color-mix(in srgb,var(--rush-accent) 10%,transparent)}.rush-form-alert ul{margin:0;padding-left:18px}.rush-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rush-collection{padding:calc(var(--rush-header-height) + 40px) var(--rush-page-margin) var(--rush-section-gap)}.rush-collection__inner{width:min(100%,var(--rush-container));margin-inline:auto}.rush-collection__layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:var(--rush-gutter)}.rush-filter-panel{position:sticky;top:calc(var(--rush-header-height) + 32px);align-self:start;border-right:1px solid var(--rush-border);padding-right:24px}.rush-filter-panel__head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rush-border);padding-bottom:10px;margin-bottom:20px}.rush-filter-group{border-bottom:1px solid color-mix(in srgb,var(--rush-surface-highest) 55%,transparent);padding-bottom:20px;margin-bottom:20px}.rush-filter-group h3{margin:0 0 12px}.rush-filter-choice{display:flex;align-items:center;gap:12px;color:var(--rush-muted);margin-block:10px;cursor:pointer}.rush-filter-choice input{accent-color:var(--rush-accent);width:18px;height:18px;border-radius:0}.rush-sort-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.rush-sort-row select{min-width:220px}.rush-empty{border:1px solid var(--rush-border);background:var(--rush-surface-low);padding:32px;color:var(--rush-muted)}.rush-pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.rush-pagination a,.rush-pagination span{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--rush-border);color:var(--rush-muted)}.rush-pagination .current{border-color:var(--rush-accent);color:var(--rush-accent)}.rush-product{padding:calc(var(--rush-header-height) + 48px) var(--rush-page-margin) var(--rush-section-gap)}.rush-product__grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(360px,5fr);gap:var(--rush-gutter);width:min(100%,var(--rush-container));margin-inline:auto}.rush-gallery{display:grid;gap:8px}.rush-gallery__main{position:relative;aspect-ratio:1;overflow:hidden;border:1px solid var(--rush-border-strong);background:var(--rush-surface)}.rush-gallery__main img,.rush-gallery__main video,.rush-gallery__main model-viewer{width:100%;height:100%;object-fit:cover}.rush-gallery__main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,color-mix(in srgb,var(--rush-black) 75%,transparent),transparent 40%)}.rush-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.rush-gallery__thumb{aspect-ratio:1;border:1px solid var(--rush-border);background:var(--rush-surface);opacity:.68;padding:0;overflow:hidden}.rush-gallery__thumb[aria-current=true],.rush-gallery__thumb:hover{border-color:var(--rush-accent);opacity:1}.rush-gallery__thumb img{width:100%;height:100%;object-fit:cover}.rush-product__info{position:sticky;top:calc(var(--rush-header-height) + 32px);align-self:start;display:grid;gap:24px}.rush-price{color:var(--rush-accent);font-family:var(--rush-font-heading);font-size:var(--rush-h3-size);font-weight:800}.rush-product__rule{height:1px;background:var(--rush-border-strong)}.rush-option-group{display:grid;gap:10px}.rush-option-values{display:flex;flex-wrap:wrap;gap:10px}.rush-option-values select{width:100%}.rush-swatch{position:relative}.rush-swatch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.rush-swatch span{display:inline-flex;min-width:48px;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--rush-border);background:var(--rush-surface);color:var(--rush-muted);padding:12px 14px;font-size:var(--rush-eyebrow-size);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.rush-swatch input:checked+span,.rush-swatch span:hover{border-color:var(--rush-accent);color:var(--rush-accent);box-shadow:0 0 16px -9px var(--rush-accent)}.rush-quantity{display:inline-grid;grid-template-columns:44px 70px 44px;border:1px solid var(--rush-border);width:max-content}.rush-quantity button,.rush-quantity input{min-height:44px;border:0;background:var(--rush-on-accent);color:var(--rush-contrast);text-align:center}.rush-quantity button{color:var(--rush-accent)}.rush-product__description{color:var(--rush-muted)}.rush-product__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:min(100%,var(--rush-container));margin:72px auto 0;border-top:1px solid var(--rush-border-strong);padding-top:72px}.rush-spec-card{position:relative;overflow:hidden;border:1px solid var(--rush-border-strong);background:var(--rush-surface);padding:24px}.rush-spec-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,color-mix(in srgb,var(--rush-accent) 8%,transparent),transparent 60%);pointer-events:none}.rush-spec-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.rush-spec-grid span:first-child{display:block;color:var(--rush-dim);font-size:var(--rush-eyebrow-size);letter-spacing:.08em;text-transform:uppercase}.rush-spec-grid span:last-child{color:var(--rush-text)}.rush-lab-hero{position:relative;min-height:min(921px,100vh);display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:var(--rush-header-height);border-bottom:1px solid var(--rush-border)}.rush-lab-hero__content{position:relative;z-index:1;display:grid;justify-items:center;gap:24px;text-align:center;max-width:960px}.rush-lab-hero__label{border:1px solid color-mix(in srgb,var(--rush-accent) 35%,transparent);background:color-mix(in srgb,var(--rush-surface) 65%,transparent);color:var(--rush-accent);padding:10px 16px;font-size:var(--rush-eyebrow-size);font-weight:900;letter-spacing:.2em;line-height:1;text-transform:uppercase;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.rush-gradient-text{color:transparent;background:linear-gradient(to right,var(--rush-accent),color-mix(in srgb,var(--rush-accent) 32%,var(--rush-contrast)));-webkit-background-clip:text;background-clip:text}.rush-blueprint-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.rush-blueprint-card{position:relative;overflow:hidden;border:1px solid var(--rush-border);background:var(--rush-surface);padding:4px}.rush-blueprint-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,color-mix(in srgb,var(--rush-accent) 8%,transparent),transparent);opacity:0;transition:opacity .25s ease}.rush-blueprint-card:hover:before{opacity:1}.rush-blueprint-card__media{height:260px;overflow:hidden;background:var(--rush-background)}.rush-blueprint-card__media img{width:100%;height:100%;object-fit:cover;opacity:.62;transition:transform .5s ease,filter .5s ease}.rush-blueprint-card:hover img{transform:scale(1.05)}.rush-blueprint-card__body{position:relative;z-index:1;padding:24px}.rush-blueprint-card__body h3,.rush-blueprint-card__body p{margin:0}.rush-blueprint-card__body h3{margin-block:8px}.rush-control{border-top:1px solid var(--rush-border);background:var(--rush-background)}.rush-control__grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,2fr);gap:48px;align-items:center}.rush-control-list{display:grid;gap:8px;margin-top:32px}.rush-control-list__item{display:flex;align-items:center;gap:12px;border:1px solid var(--rush-border);background:var(--rush-background);padding:16px;color:var(--rush-text)}.rush-control-list__item .material-symbols-outlined{color:var(--rush-accent)}.rush-control-stage{position:relative;min-height:600px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--rush-border);background:var(--rush-background)}.rush-control-stage img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.22}.rush-control-stage__content{position:relative;z-index:1;text-align:center}.rush-orbit{position:relative;display:grid;place-items:center;width:128px;height:128px;margin:0 auto 24px;border:1px solid color-mix(in srgb,var(--rush-accent) 45%,transparent);border-radius:999px;color:var(--rush-accent)}.rush-orbit:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--rush-accent);border-radius:inherit;animation:rush-ping 1.8s cubic-bezier(0,0,.2,1) infinite;opacity:.3}@keyframes rush-ping{75%,to{transform:scale(1.5);opacity:0}}.rush-page{width:min(100% - (var(--rush-page-margin) * 2),960px);margin:0 auto;padding:calc(var(--rush-header-height) + 56px) 0 var(--rush-section-gap)}.rush-page__content{color:var(--rush-muted)}.rush-page__content a{color:var(--rush-accent)}.rush-cart{width:min(100% - (var(--rush-page-margin) * 2),var(--rush-container));margin:0 auto;padding:calc(var(--rush-header-height) + 56px) 0 var(--rush-section-gap)}.rush-cart-table{display:grid;gap:16px;margin-top:32px}.rush-cart-line{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:20px;align-items:center;border:1px solid var(--rush-border);background:var(--rush-surface-low);padding:16px}.rush-cart-line img{width:96px;height:96px;object-fit:cover;background:var(--rush-background)}.rush-cart-line h2{margin:0;font-size:var(--rush-h3-size)}.rush-cart-footer{display:grid;justify-items:end;gap:20px;margin-top:32px}.rush-footer{border-top:1px solid var(--rush-surface-low);background:var(--rush-black)}.rush-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px;padding-block:72px}.rush-footer h2,.rush-footer h3{margin:0}.rush-footer__brand{display:grid;align-content:start;gap:20px}.rush-footer__logo{display:inline-flex;width:fit-content;max-width:var(--rush-footer-logo-width, 180px)}.rush-footer__logo-image{width:100%;height:auto;max-height:72px;object-fit:contain}.rush-footer p{max-width:320px;margin:0;color:var(--rush-footer-muted)}.rush-footer__links{display:grid;align-content:start;gap:14px}.rush-footer__links h3{color:var(--rush-contrast);font-size:var(--rush-eyebrow-size);font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rush-footer__links a{width:max-content;color:var(--rush-footer-muted);font-family:var(--rush-font-heading);font-size:calc(var(--rush-body-size) - 2px);transition:color .15s ease,transform .15s ease}.rush-footer__links a[href^="/policies/"]{font-size:var(--rush-eyebrow-size)}.rush-footer__links a:hover,.rush-footer__links a:focus-visible{color:var(--rush-accent);transform:translate(4px)}.rush-footer__payments{display:flex;flex-wrap:wrap;gap:10px;border-top:1px solid var(--rush-surface-low);padding-block:22px}.rush-footer__payments svg{width:42px;height:26px;background:var(--rush-contrast);padding:2px}.rush-cinch-hero{position:relative;min-height:min(920px,100vh);display:flex;align-items:end;overflow:hidden;border-bottom:1px solid var(--rush-border);padding-top:var(--rush-header-height);padding-bottom:clamp(42px,8vw,80px);isolation:isolate}.template-index .rush-cinch-hero{min-height:min(980px,100vh);padding-bottom:clamp(34px,6vw,64px)}.rush-cinch-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,var(--rush-black) 0%,color-mix(in srgb,var(--rush-black) 45%,transparent) 42%,color-mix(in srgb,var(--rush-black) 90%,transparent) 100%),linear-gradient(to right,var(--rush-black) 0%,color-mix(in srgb,var(--rush-black) 58%,transparent) 46%,transparent 100%)}.template-index .rush-cinch-hero:before{background:linear-gradient(to top,color-mix(in srgb,var(--rush-black) 68%,transparent),color-mix(in srgb,var(--rush-black) 24%,transparent) 42% 100%),linear-gradient(to right,color-mix(in srgb,var(--rush-black) 66%,transparent) 0%,color-mix(in srgb,var(--rush-black) 30%,transparent) 46%,transparent 100%)}.rush-cinch-hero__media{position:absolute;overflow:hidden;border:1px solid color-mix(in srgb,var(--rush-accent) 22%,transparent);background:var(--rush-surface-lowest)}.rush-cinch-hero__media--primary{top:0;right:0;bottom:0;left:0;border:0}.rush-cinch-hero__media--secondary{right:clamp(20px,6vw,96px);bottom:clamp(104px,14vw,180px);z-index:2;width:min(36vw,480px);aspect-ratio:4 / 5;box-shadow:0 0 50px -28px var(--rush-accent)}.rush-cinch-hero__image{width:100%;height:100%;object-fit:cover;opacity:.48}.template-index .rush-cinch-hero__media--primary .rush-cinch-hero__image{opacity:.78}.rush-cinch-hero__media--secondary .rush-cinch-hero__image{opacity:.82}.template-index .rush-cinch-hero__media--secondary{display:none}.rush-cinch-hero__content{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:clamp(28px,5vw,72px)}.template-index .rush-cinch-hero__content{grid-template-columns:minmax(0,1fr);gap:72px}.template-index .rush-cinch-hero__content>div{max-width:1180px}.rush-cinch-hero__content .rush-h1{max-width:680px;margin-top:16px;color:var(--rush-hero-heading-color, var(--rush-text));font-size:clamp(44px,8vw,var(--rush-hero-heading-size, 72px))}.template-index .rush-cinch-hero__content .rush-h1{max-width:1180px}.rush-cinch-hero__content .rush-eyebrow{color:var(--rush-hero-eyebrow-color, var(--rush-accent));font-size:var(--rush-hero-eyebrow-size, var(--rush-eyebrow-size))}.template-index .rush-cinch-hero__content .rush-eyebrow{position:relative;width:fit-content;max-width:100%;border:1px solid color-mix(in srgb,var(--rush-accent) 46%,transparent);background:color-mix(in srgb,var(--rush-black) 68%,transparent);color:var(--rush-hero-eyebrow-color, var(--rush-contrast));padding:9px 12px;font-family:var(--rush-font-heading);font-size:var(--rush-hero-eyebrow-size, 11px);font-weight:900;letter-spacing:0;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--rush-contrast) 6%,transparent),0 16px 34px color-mix(in srgb,var(--rush-black) 34%,transparent),0 0 28px color-mix(in srgb,var(--rush-accent) 14%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.template-index .rush-cinch-hero__content .rush-eyebrow:before{content:"";width:7px;height:7px;flex:0 0 auto;background:var(--rush-accent);box-shadow:0 0 14px color-mix(in srgb,var(--rush-accent) 82%,transparent)}.rush-cinch-hero__content .rush-lede{max-width:620px;margin:20px 0 32px;color:var(--rush-hero-body-color, var(--rush-muted))}.rush-cinch-hero__actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.rush-cinch-proof{display:grid;grid-template-columns:1fr;gap:1px;margin:0;border:1px solid var(--rush-border);background:var(--rush-border)}.template-index .rush-cinch-proof{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:32px;width:100%;border:0;background:transparent}.rush-cinch-proof div{display:grid;gap:6px;background:color-mix(in srgb,var(--rush-black) 82%,transparent);padding:18px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.template-index .rush-cinch-proof div{align-content:start;gap:24px;background:transparent;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.rush-cinch-proof dt{color:var(--rush-hero-proof-heading-color, var(--rush-accent));font-family:var(--rush-font-heading);font-size:var(--rush-body-size);font-weight:900;letter-spacing:0;text-transform:uppercase}.template-index .rush-cinch-proof dt{font-size:var(--rush-hero-proof-heading-size, 42px);line-height:1.08}.rush-cinch-proof dd{margin:0;color:var(--rush-muted);font-size:calc(var(--rush-body-size) - 2px)}.template-index .rush-cinch-proof dd{color:var(--rush-contrast);font-family:var(--rush-font-heading);font-size:calc(var(--rush-body-size) - 2px);font-weight:900;letter-spacing:0;line-height:1.2;text-transform:uppercase}.rush-marquee{overflow:hidden;border-block:1px solid var(--rush-border);background:var(--rush-accent);color:var(--rush-on-accent)}.rush-marquee__track{display:flex;width:max-content;animation:rush-marquee 34s linear infinite}.rush-marquee span{display:inline-flex;align-items:center;gap:18px;padding:16px 24px;white-space:nowrap;font-family:var(--rush-font-heading);font-size:calc(var(--rush-eyebrow-size) + 1px);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.rush-marquee span:after{content:"";width:6px;height:6px;background:var(--rush-on-accent);transform:rotate(45deg)}@keyframes rush-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.rush-story{border-bottom:1px solid var(--rush-border);background:var(--rush-black)}.rush-story__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(32px,7vw,96px);align-items:start}.rush-story__grid .rush-h2{margin-top:12px}.rush-story__grid .rush-button{margin-top:28px}.rush-customizer-entry{background:var(--rush-background)}.rush-customizer-entry__header{display:grid;grid-template-columns:minmax(0,620px) 1fr;gap:24px;margin-bottom:36px}.rush-customizer-entry__header .rush-h2{margin:8px 0 10px}.rush-customizer-entry__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rush-customizer-card{position:relative;min-height:460px;display:flex;flex-direction:column;justify-content:end;overflow:hidden;border:1px solid var(--rush-border);background:var(--rush-surface-lowest);padding:28px;isolation:isolate;transition:border-color .12s ease,box-shadow .16s ease,transform .16s ease}.rush-customizer-card:hover,.rush-customizer-card:focus-visible{border-color:var(--rush-accent);box-shadow:0 0 34px -16px var(--rush-accent);transform:translateY(-2px)}.rush-customizer-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,color-mix(in srgb,var(--rush-black) 94%,transparent),color-mix(in srgb,var(--rush-black) 35%,transparent),color-mix(in srgb,var(--rush-black) 10%,transparent))}.rush-customizer-card__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;opacity:.72;transition:transform .5s ease}.rush-customizer-card:hover .rush-customizer-card__image{transform:scale(1.05)}.rush-customizer-card .rush-h3{max-width:520px;margin:10px 0}.rush-customizer-card p{max-width:520px;margin:0;color:var(--rush-muted)}.rush-trust-stats{border-block:1px solid var(--rush-border);background:var(--rush-black);padding:clamp(42px,6vw,72px) 0;text-align:center}.rush-trust-stats .rush-h2{margin-bottom:28px}.rush-trust-stats__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rush-trust-stat{border:1px solid var(--rush-border);background:var(--rush-surface-low);padding:clamp(22px,4vw,38px)}.rush-trust-stat span{color:var(--rush-accent);font-family:var(--rush-font-heading);font-size:clamp(28px,4vw,calc(var(--rush-h2-size) - 2px));font-weight:900;line-height:1;text-transform:uppercase}.rush-trust-stat p{margin:12px 0 0;color:var(--rush-muted);font-size:calc(var(--rush-eyebrow-size) + 1px);font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rush-reviews{border-bottom:1px solid var(--rush-border);background:var(--rush-background)}.rush-reviews__header .rush-h2{margin-top:10px}.rush-reviews__score{display:grid;justify-items:end;gap:2px;color:var(--rush-muted);text-align:right}.rush-reviews__score span{color:var(--rush-contrast);font-family:var(--rush-font-heading);font-size:clamp(34px,5vw,52px);font-weight:900;line-height:1}.rush-reviews__score strong{color:var(--rush-accent);font-size:14px;letter-spacing:.14em}.rush-reviews__score p{margin:0;font-size:13px;font-weight:800}.rush-reviews__grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rush-reviews__grid{scrollbar-width:none}.rush-reviews__grid::-webkit-scrollbar{display:none}.rush-review-card{display:flex!important;flex:0 0 260px!important;flex-direction:column!important;grid-template-rows:190px minmax(0,1fr);width:260px!important;max-width:260px!important;scroll-snap-align:start!important;justify-self:center;min-height:430px;overflow:hidden;border:1px solid var(--rush-border);background:var(--rush-surface-low);transition:border-color .14s ease,box-shadow .16s ease,transform .16s ease}.rush-review-card:hover{border-color:var(--rush-accent);box-shadow:0 0 28px -18px var(--rush-accent);transform:translateY(-2px)}.rush-review-card__media{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--rush-accent) 16%,transparent),transparent 62%),var(--rush-surface-lowest)}.rush-review-card__image{width:100%!important;height:260px!important;object-fit:cover!important;opacity:.78}.rush-review-card__placeholder{display:grid;place-items:center;height:100%;color:color-mix(in srgb,var(--rush-accent) 72%,transparent)}.rush-review-card__placeholder .material-symbols-outlined{font-size:60px}.rush-review-card__body{display:grid;align-content:space-between;gap:18px;padding:24px}.rush-review-card__stars{color:var(--rush-accent);font-size:14px;letter-spacing:.08em}.rush-review-card__stars .is-empty{color:color-mix(in srgb,var(--rush-contrast) 22%,transparent)}.rush-review-card__quote{margin:0;color:var(--rush-muted);font-size:15px;line-height:1.55}.rush-review-card__name{margin:0;color:var(--rush-contrast);font-family:var(--rush-font-heading);font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.rush-review-card__name span{display:block;margin-top:4px;color:var(--rush-accent);font-size:12px}.rush-reviews__actions{margin-top:28px}.rush-community-logos{border-bottom:1px solid var(--rush-border);background:var(--rush-background)}.rush-community-logos__header .rush-h2{margin-top:10px}.rush-community-logos__header .rush-lede{max-width:560px;color:var(--rush-muted)}.rush-community-logos__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rush-community-logo{min-height:220px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--rush-border);background:linear-gradient(145deg,color-mix(in srgb,var(--rush-accent) 9%,transparent),transparent 58%),var(--rush-surface-low);padding:22px;transition:border-color .12s ease,box-shadow .16s ease,transform .16s ease}.rush-community-logo:hover,.rush-community-logo:focus-visible{border-color:var(--rush-accent);box-shadow:0 0 28px -16px var(--rush-accent);transform:translateY(-2px)}.rush-community-logo__mark{min-height:64px;display:flex;align-items:center}.rush-community-logo__image{width:min(100%,var(--rush-community-logo-width, 150px));max-height:58px;object-fit:contain;opacity:.92;filter:drop-shadow(0 10px 20px color-mix(in srgb,var(--rush-black) 48%,transparent))}.rush-community-logo__fallback{color:var(--rush-text);font-family:var(--rush-font-heading);font-size:18px;font-weight:900;letter-spacing:.06em;line-height:1.05;text-transform:uppercase;overflow-wrap:anywhere}.rush-community-logo__quote{margin:24px 0 16px;color:var(--rush-muted);font-size:14px;line-height:1.5}.rush-community-logo__name{color:var(--rush-accent);font-size:var(--rush-eyebrow-size);font-weight:900;letter-spacing:.1em;line-height:1.2;text-transform:uppercase;overflow-wrap:anywhere}.rush-quick-ships{background:var(--rush-background)}.rush-product-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,340px);gap:var(--rush-gutter);overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:16px;scroll-padding-inline:1px;scroll-snap-type:x proximity;scrollbar-color:var(--rush-accent) var(--rush-surface-lowest)}.rush-product-scroller::-webkit-scrollbar{height:8px}.rush-product-scroller::-webkit-scrollbar-track{background:var(--rush-surface-lowest)}.rush-product-scroller::-webkit-scrollbar-thumb{background:var(--rush-accent)}.rush-product-scroller__item{min-width:0;scroll-snap-align:start}.rush-product-scroller__item .rush-product-card{height:100%}.rush-product-grid--wide{grid-template-columns:repeat(4,minmax(0,1fr))}.rush-shop-category{border-top:1px solid var(--rush-border);background:var(--rush-black)}.rush-shop-category__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--rush-border);background:var(--rush-border);gap:1px}.rush-shop-category__item{min-height:230px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(145deg,color-mix(in srgb,var(--rush-accent) 12%,transparent),transparent 52%),var(--rush-surface-low);padding:24px;transition:background .14s ease,transform .14s ease}.rush-shop-category__item:hover,.rush-shop-category__item:focus-visible{background:linear-gradient(145deg,color-mix(in srgb,var(--rush-accent) 22%,transparent),transparent 60%),var(--rush-surface)}.rush-shop-category__item .rush-h3{margin:12px 0 10px}.rush-shop-category__item p{margin:0;color:var(--rush-muted)}.rush-feature-panels{background:var(--rush-background)}.rush-feature-panels__header .rush-h2{margin-top:10px}.rush-feature-panels__header .rush-lede{max-width:560px;color:var(--rush-muted)}.rush-feature-panels__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rush-feature-panel{position:relative;min-height:520px;display:flex;align-items:end;overflow:hidden;border:1px solid var(--rush-border);background:var(--rush-surface-lowest);isolation:isolate}.rush-feature-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,color-mix(in srgb,var(--rush-black) 96%,transparent),color-mix(in srgb,var(--rush-black) 25%,transparent))}.rush-feature-panel__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;opacity:.62}.rush-feature-panel__content{padding:clamp(24px,4vw,40px)}.rush-feature-panel__content .rush-h3{margin:10px 0}.rush-feature-panel__content p{max-width:520px;margin:0 0 24px;color:var(--rush-muted)}@media(max-width:1100px){.rush-category-grid,.rush-product-grid,.rush-blueprint-grid,.rush-product-grid--wide,.rush-shop-category__grid,.rush-community-logos__grid,.rush-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rush-collection__layout,.rush-product__grid,.rush-product__specs,.rush-control__grid,.rush-cinch-hero__content,.rush-story__grid,.rush-contact__grid{grid-template-columns:1fr}.rush-filter-panel,.rush-product__info{position:static}.rush-filter-panel{border-right:0;border-bottom:1px solid var(--rush-border);padding:0 0 24px}.rush-cinch-hero__media--secondary{display:none}.template-index .rush-cinch-proof{gap:24px}.template-index .rush-cinch-proof dt{font-size:min(var(--rush-hero-proof-heading-size, 42px),34px)}.rush-featured-products .rush-container{width:min(100% - 40px,1328px)}.rush-product-card--featured .rush-button,.rush-product-card--featured .rush-card-quickadd--bottom button.rush-button{width:220px}}@media(max-width:860px){.rush-nav{display:none}.rush-menu-toggle{display:inline-flex}.rush-mobile-menu{position:fixed;top:var(--rush-header-height);left:0;right:0;z-index:90;display:grid;gap:1px;border-bottom:1px solid var(--rush-border);background:var(--rush-border);transform:translateY(-120%);opacity:0;visibility:hidden;transition:transform .18s ease,opacity .18s ease,visibility .18s ease}.rush-mobile-menu.is-open{transform:translateY(0);opacity:1;visibility:visible}.rush-mobile-menu a{background:color-mix(in srgb,var(--rush-black) 96%,transparent);color:var(--rush-text);padding:18px var(--rush-page-margin);font-family:var(--rush-font-heading);font-size:var(--rush-nav-size);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rush-hero{align-items:end;min-height:760px;padding-bottom:64px}.rush-hero__content{text-align:center;justify-items:center}.rush-hero__actions,.rush-newsletter form,.rush-sort-row{flex-direction:column;align-items:stretch}.rush-steps{grid-template-columns:1fr}.rush-step:not(:first-child):before{display:none}.rush-footer__grid{grid-template-columns:1fr 1fr}.rush-customizer-entry__header,.rush-customizer-entry__grid,.rush-feature-panels__grid,.rush-contact__row{grid-template-columns:1fr}.rush-featured-products{padding-block:72px 28px}.rush-featured-products__header{display:grid;align-items:start;margin-bottom:42px;padding-bottom:30px}.rush-featured-products__view{margin-bottom:0}.rush-featured-products__filters{gap:12px;margin-bottom:34px}.rush-featured-products__filter{min-width:92px;min-height:54px;padding:12px 20px;font-size:24px}.template-index .rush-cinch-hero__content{gap:44px}.template-index .rush-cinch-proof{grid-template-columns:1fr;gap:28px}.template-index .rush-cinch-proof div{gap:10px}.template-index .rush-cinch-proof dt{font-size:min(var(--rush-hero-proof-heading-size, 42px),30px)}}@media(hover:hover)and (pointer:fine){*,*:before,*:after{cursor:none!important}.rush-cursor{position:fixed;top:0;left:0;z-index:99999;pointer-events:none;will-change:transform}.rush-cursor__crosshair{position:absolute;width:20px;height:20px;transform:translate(-50%,-50%);transition:transform 60ms linear,opacity .12s ease}.rush-cursor__crosshair:before,.rush-cursor__crosshair:after{content:"";position:absolute;background:var(--rush-accent)}.rush-cursor__crosshair:before{top:50%;left:0;right:0;height:1.5px;transform:translateY(-50%)}.rush-cursor__crosshair:after{left:50%;top:0;bottom:0;width:1.5px;transform:translate(-50%)}.rush-cursor__dot{position:absolute;top:50%;left:50%;width:3px;height:3px;background:var(--rush-accent);transform:translate(-50%,-50%);box-shadow:0 0 6px 1px color-mix(in srgb,var(--rush-accent) 70%,transparent);transition:transform .12s ease,background .12s ease}.rush-cursor__ring{position:absolute;width:36px;height:36px;border:1px solid color-mix(in srgb,var(--rush-accent) 50%,transparent);transform:translate(-50%,-50%);transition:width .22s cubic-bezier(.22,1,.36,1),height .22s cubic-bezier(.22,1,.36,1),border-color .22s ease,transform .22s cubic-bezier(.22,1,.36,1),opacity .22s ease}.rush-cursor__ring:before,.rush-cursor__ring:after{content:"";position:absolute;width:5px;height:5px;border-color:var(--rush-accent);border-style:solid}.rush-cursor__ring:before{top:-1px;left:-1px;border-width:1.5px 0 0 1.5px}.rush-cursor__ring:after{bottom:-1px;right:-1px;border-width:0 1.5px 1.5px 0}.rush-cursor--hovering .rush-cursor__crosshair{transform:translate(-50%,-50%) scale(.7)}.rush-cursor--hovering .rush-cursor__dot{transform:translate(-50%,-50%) scale(2.2);background:var(--rush-contrast);box-shadow:0 0 10px 2px color-mix(in srgb,var(--rush-accent) 80%,transparent)}.rush-cursor--hovering .rush-cursor__ring{width:52px;height:52px;border-color:var(--rush-accent);transform:translate(-50%,-50%)}.rush-cursor--clicking .rush-cursor__crosshair{transform:translate(-50%,-50%) scale(.55)}.rush-cursor--clicking .rush-cursor__ring{width:28px;height:28px;border-color:var(--rush-contrast);opacity:.8}.rush-cursor--clicking .rush-cursor__dot{transform:translate(-50%,-50%) scale(3);background:var(--rush-accent)}.rush-cursor--text .rush-cursor__crosshair{opacity:0}.rush-cursor--text .rush-cursor__ring{width:3px;height:28px;border-radius:0;border:none;background:var(--rush-accent);animation:rush-cursor-blink 1s step-end infinite}.rush-cursor--text .rush-cursor__ring:before,.rush-cursor--text .rush-cursor__ring:after{display:none}.rush-cursor--text .rush-cursor__dot{opacity:0}@keyframes rush-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.rush-cursor--hidden{opacity:0}}@media(max-width:640px){:root{--rush-header-height: 72px}.rush-header__inner{width:min(100% - 20px,1536px);gap:10px}.rush-logo{font-size:var(--rush-body-size);letter-spacing:.06em}.rush-header__actions{gap:4px}.rush-icon-button{width:38px;height:38px}.rush-category-grid,.rush-product-grid,.rush-blueprint-grid,.rush-footer__grid,.rush-spec-grid,.rush-product__specs,.rush-trust-stats__grid,.rush-shop-category__grid,.rush-community-logos__grid,.rush-reviews__grid{grid-template-columns:1fr}.rush-section-header{display:grid;align-items:start}.rush-reviews__score{justify-items:start;text-align:left}.rush-category-tile{min-height:240px}.rush-product-card__bottom,.rush-cart-line{grid-template-columns:1fr;justify-items:start}.rush-featured-products .rush-container{width:min(100% - 32px,1328px)}.rush-featured-products__intro .rush-eyebrow{font-size:16px}.rush-featured-products__intro .rush-h2{font-size:44px}.rush-product-card--featured{min-height:auto}.rush-product-card--featured .rush-product-card__media{height:260px}.rush-product-card--featured .rush-product-card__body{padding:26px 24px 28px}.rush-product-card--featured .rush-product-card__title{font-size:28px}.rush-product-card--featured .rush-product-card__description{font-size:20px}.rush-product-card--featured .rush-product-card__bottom{flex-wrap:wrap}.rush-product-card--featured .rush-button,.rush-product-card--featured .rush-card-quickadd--bottom,.rush-product-card--featured .rush-card-quickadd--bottom button.rush-button{width:100%}.rush-product-card--featured .rush-button,.rush-product-card--featured .rush-card-quickadd--bottom button.rush-button{min-height:74px;font-size:26px}.rush-control-stage{min-height:420px}.rush-cinch-hero{min-height:720px}.rush-cinch-proof{width:100%}.rush-product-scroller{grid-auto-columns:minmax(260px,82vw)}.rush-customizer-card,.rush-feature-panel{min-height:380px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/rush.css.map */
