*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--rush-black: #0A0A0A;--rush-surface: #F4F4F4;--rush-muted: #E2E2E2;--rush-lime: #C8FF00;--rush-white: #FFFFFF;--rush-gray: #6B6B6B;--rush-dark-surface: #141414;--rush-dark-muted: #2E2E2E}html{scroll-behavior:smooth}body{background:var(--rush-white);color:var(--rush-black);font-family:Inter,sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden;margin:0;padding:0}img{max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}h1,h2,h3,h4{font-family:Barlow Condensed,sans-serif;font-weight:900;text-transform:uppercase;line-height:.95;letter-spacing:-.01em}.rush-label{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--rush-lime)}.rush-btn{display:inline-block;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;padding:14px 32px;border:none;cursor:pointer;transition:opacity .15s,transform .15s;text-decoration:none}.rush-btn:hover{opacity:.88;transform:translateY(-1px)}.rush-btn--primary{background:var(--rush-lime);color:var(--rush-black)}.rush-btn--outline{background:transparent;color:var(--rush-white);border:1.5px solid var(--rush-white)}.rush-btn--lime-outline{background:transparent;color:var(--rush-lime);border:1.5px solid var(--rush-lime)}.rush-btn--sm{padding:10px 20px;font-size:12px}.rush-container{max-width:1280px;margin:0 auto;padding:0 24px}.rush-section--wide .rush-container{max-width:1600px}.rush-section{padding:72px 0}.rush-announcement{background:var(--rush-lime);color:var(--rush-black);font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;padding:10px 0;overflow:hidden;white-space:nowrap}.rush-announcement__marquee{display:inline-block;animation:rush-marquee 36s linear infinite}.rush-announcement span{margin:0 40px}.rush-announcement .rush-dot{opacity:.35;margin:0 6px}@keyframes rush-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.rush-header{position:sticky;top:0;z-index:100;background:var(--rush-black);border-bottom:1px solid var(--rush-dark-muted)}.rush-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:75px;padding:0 24px;max-width:none;margin:0 auto}.rush-header__left{display:flex;align-items:center;gap:16px}.rush-header__right{display:flex;align-items:center;gap:16px;justify-content:flex-end}.rush-header__logo-center{display:flex;align-items:center;justify-content:center}.rush-header__inner--left{display:flex;justify-content:space-between;grid-template-columns:unset}.rush-header__logo-left{display:flex;align-items:center}.rush-header__logo-left img,.rush-header__logo-center img{height:52px;width:auto;display:block}.rush-header-icon{background:none;border:none;cursor:pointer;color:var(--rush-white);transition:color .15s;display:flex;align-items:center;justify-content:center;text-decoration:none;padding:4px}.rush-header-icon:hover{color:var(--rush-lime)}.rush-header-icon svg{width:22px;height:22px}.rush-hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:4px;width:32px;height:32px}.rush-hamburger span{display:block;width:22px;height:2px;background:var(--rush-white);border-radius:2px;transition:background .15s}.rush-hamburger:hover span{background:var(--rush-lime)}.rush-cart-btn{position:relative}.rush-cart-count{position:absolute;top:-4px;right:-6px;background:var(--rush-lime);color:var(--rush-black);font-size:9px;font-weight:900;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rush-search-pill{display:flex;align-items:center;gap:8px;flex:1;max-width:220px;background:transparent;border:1.5px solid rgba(255,255,255,.55);border-radius:999px;padding:10px 18px;transition:border-color .15s}.rush-search-pill:focus-within{border-color:var(--rush-white)}.rush-search-pill__input{flex:1;min-width:0;background:none;border:none;outline:none;color:var(--rush-white);font-family:inherit;font-size:14px}.rush-search-pill__input::placeholder{color:#fff9}.rush-search-pill__btn{background:none;border:none;cursor:pointer;padding:0;color:var(--rush-white);display:flex}.rush-search-pill__btn svg{width:18px;height:18px}.rush-search-pill__btn:hover{color:var(--rush-lime)}.rush-icon-circle{width:42px;height:42px;flex:none;border:1.5px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--rush-white);text-decoration:none;transition:border-color .15s,color .15s}.rush-icon-circle:hover{border-color:var(--rush-white);color:var(--rush-lime)}.rush-icon-circle svg{width:20px;height:20px}.rush-cart-pill{position:relative;display:flex;align-items:center;gap:8px;background:transparent;color:var(--rush-white);border:1.5px solid rgba(255,255,255,.55);border-radius:999px;padding:10px 22px;text-decoration:none;font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:15px;letter-spacing:.06em;text-transform:uppercase;transition:border-color .15s,color .15s}.rush-cart-pill:hover{border-color:var(--rush-white);color:var(--rush-lime)}.rush-cart-pill svg{width:19px;height:19px}.rush-nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300}.rush-nav-overlay.is-open{display:block}.rush-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:320px;max-width:85vw;background:var(--rush-black);z-index:400;transform:translate(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border-right:1px solid var(--rush-dark-muted)}.rush-nav-drawer.is-open{transform:translate(0)}.rush-nav-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--rush-dark-muted)}.rush-nav-drawer__title{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:#fff6}.rush-nav-drawer__close{background:none;border:none;cursor:pointer;color:var(--rush-white);display:flex;align-items:center;padding:4px;transition:color .15s}.rush-nav-drawer__close:hover{color:var(--rush-lime)}.rush-nav-drawer__close svg{width:20px;height:20px}.rush-nav-drawer__nav{flex:1;overflow-y:auto;padding:8px 0}.rush-drawer-item{border-bottom:1px solid var(--rush-dark-muted)}.rush-drawer-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 24px;background:none;border:none;cursor:pointer;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:16px;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-white);text-decoration:none;transition:color .15s}.rush-drawer-link:hover{color:var(--rush-lime)}.rush-drawer-link svg{width:10px;height:10px;transition:transform .25s;flex-shrink:0}.rush-drawer-item.is-open .rush-drawer-link svg{transform:rotate(180deg)}.rush-drawer-sub{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#ffffff08}.rush-drawer-sub a{display:block;padding:12px 32px;font-family:Barlow Condensed,sans-serif;font-weight:500;font-size:14px;letter-spacing:.06em;text-transform:uppercase;color:#ffffffa6;text-decoration:none;transition:color .15s}.rush-drawer-sub a:hover{color:var(--rush-lime)}.rush-drawer-view-all{color:var(--rush-lime)!important;font-weight:700!important;padding-top:14px!important;padding-bottom:14px!important}.rush-nav-drawer__footer{padding:20px 24px;border-top:1px solid var(--rush-dark-muted)}.rush-hero{position:relative;min-height:78vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--rush-black)}.rush-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0a0a0ac7 40%,#0a0a0a4d),url(https://images.unsplash.com/photo-1566577739112-5180d4bf9390?w=1600&q=80) center/cover no-repeat}.rush-hero__content{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:960px;width:100%}.rush-hero__eyebrow{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--rush-lime);margin-bottom:24px}.rush-hero__heading{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(2.5rem,6.5vw,6.75rem);color:var(--rush-white);margin-bottom:24px;line-height:.92;font-style:italic;text-transform:uppercase;white-space:nowrap;text-align:center;transform:translate(-64px)}.rush-hero__sub{font-size:17px;color:#ffffffa6;margin-bottom:40px;line-height:1.7}.rush-hero__ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.rush-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.rush-carousel-title{display:flex;align-items:baseline;gap:20px}.rush-carousel-title h2{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(1.8rem,3vw,2.6rem);color:var(--rush-black);text-transform:uppercase;line-height:1}.rush-view-all-link{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-gray);border-bottom:1px solid var(--rush-muted);padding-bottom:1px;transition:color .15s,border-color .15s;text-decoration:none}.rush-view-all-link:hover{color:var(--rush-black);border-color:var(--rush-black)}.rush-arrows{display:flex;gap:8px}.rush-arrow{width:40px;height:40px;border:1.5px solid var(--rush-muted);background:var(--rush-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.rush-arrow:hover{border-color:var(--rush-black);background:var(--rush-black);color:var(--rush-white)}.rush-arrow svg{width:18px;height:18px}.rush-arrow--light{border-color:var(--rush-dark-muted);background:var(--rush-dark-surface);color:var(--rush-white)}.rush-arrow--light:hover{border-color:var(--rush-lime);color:var(--rush-lime);background:#c8ff0014}.rush-product-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.rush-product-carousel::-webkit-scrollbar{display:none}.rush-product-card{flex:0 0 calc(20% - 9.6px);min-width:180px;scroll-snap-align:start;cursor:pointer}.rush-product-card__img{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--rush-surface)}.rush-product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.rush-product-card:hover .rush-product-card__img img{transform:scale(1.04)}.rush-product-badge{position:absolute;top:12px;left:12px;background:var(--rush-lime);color:var(--rush-black);font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px;z-index:2}.rush-product-badge--new{background:var(--rush-black);color:var(--rush-lime)}.rush-quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--rush-lime);color:var(--rush-black);border:none;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:12px;cursor:pointer;opacity:0;transform:translateY(100%);transition:opacity .2s,transform .2s;text-align:center;text-decoration:none;display:block}.rush-product-card:hover .rush-quick-add{opacity:1;transform:translateY(0)}.rush-product-card__info{padding:12px 0 0}.rush-product-name{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:var(--rush-black);margin-bottom:4px}.rush-product-price{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:14px;color:var(--rush-gray)}.rush-tournaments{background:var(--rush-black);padding:72px 0}.rush-tournaments .rush-carousel-title h2{color:var(--rush-white)}.rush-event-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.rush-event-carousel::-webkit-scrollbar{display:none}.rush-event-card{flex:0 0 calc(25% - 9px);min-width:260px;scroll-snap-align:start;background:var(--rush-dark-surface);border:1px solid var(--rush-dark-muted);overflow:hidden;transition:border-color .2s}.rush-event-card:hover{border-color:var(--rush-lime)}.rush-event-card--featured{border-color:#c8ff0066}.rush-event-card__img{aspect-ratio:4 / 3;position:relative;overflow:hidden}.rush-event-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.rush-event-card:hover .rush-event-card__img img{transform:scale(1.05)}.rush-event-next-badge{position:absolute;top:12px;left:12px;background:var(--rush-lime);color:var(--rush-black);font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px}.rush-event-card__body{padding:20px}.rush-event-date-line{display:flex;align-items:center;gap:10px;margin-bottom:10px}.rush-event-date-chip{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:12px;letter-spacing:.1em;text-transform:uppercase;background:var(--rush-lime);color:var(--rush-black);padding:3px 8px}.rush-event-city{font-size:12px;color:#ffffff73;font-family:Barlow Condensed,sans-serif;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.rush-event-name{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:clamp(1.1rem,1.8vw,1.4rem);color:var(--rush-white);margin-bottom:12px;line-height:1.05;text-transform:uppercase}.rush-event-divisions{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.rush-event-divisions span{font-family:Barlow Condensed,sans-serif;font-weight:400;font-size:10px;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--rush-dark-muted);color:#fff6;padding:2px 7px}.rush-event-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--rush-dark-muted);padding-top:16px}.rush-event-price{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.3rem;color:var(--rush-white);line-height:1}.rush-event-price small{font-size:.75rem;font-weight:400;color:#ffffff59}.rush-camps{background:var(--rush-surface);padding:72px 0}.rush-camps-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.rush-camps-carousel::-webkit-scrollbar{display:none}.rush-camp-card{flex:0 0 calc(20% - 9.6px);min-width:200px;scroll-snap-align:start;background:var(--rush-white);border:1px solid #D0D0D0;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.rush-camp-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a;border-color:var(--rush-black)}.rush-camp-card__img{aspect-ratio:4 / 3;position:relative;overflow:hidden}.rush-camp-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.rush-camp-card:hover .rush-camp-card__img img{transform:scale(1.05)}.rush-camp-badge{position:absolute;top:12px;left:12px;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:10px;letter-spacing:.12em;text-transform:uppercase;background:var(--rush-lime);color:var(--rush-black);padding:3px 8px}.rush-camp-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.rush-camp-ages{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--rush-lime);margin-bottom:6px}.rush-camp-name{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:clamp(1.2rem,1.8vw,1.5rem);color:var(--rush-black);margin-bottom:10px;text-transform:uppercase}.rush-camp-desc{font-size:13px;color:var(--rush-gray);line-height:1.65;margin-bottom:18px;flex:1}.rush-camp-footer{border-top:1px solid var(--rush-muted);padding-top:16px;display:flex;flex-direction:column;gap:10px}.rush-camp-meta{display:flex;gap:12px;font-family:Barlow Condensed,sans-serif;font-weight:400;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-gray)}.rush-camp-price-row{display:flex;align-items:center;justify-content:space-between}.rush-camp-price{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.5rem;color:var(--rush-black);line-height:1}.rush-camp-price small{font-size:.8rem;font-weight:400;color:var(--rush-gray)}.rush-mission{background:var(--rush-black);padding:72px 0;border-top:1px solid var(--rush-dark-muted);border-bottom:1px solid var(--rush-dark-muted)}.rush-mission.rush-section--wide .rush-container{max-width:1440px}.rush-mission__header{margin-bottom:56px}.rush-mission__heading{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(3rem,6vw,5.5rem);color:var(--rush-white);line-height:.9;text-transform:uppercase}.rush-story-grid{display:grid;grid-template-columns:1fr 1fr 1fr}.rush-story-item{padding:48px 40px;border-right:1px solid var(--rush-dark-muted)}.rush-story-item:last-child{border-right:none}.rush-story-num{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:5rem;color:var(--rush-lime);line-height:1;margin-bottom:24px}.rush-story-item h3{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:1.6rem;color:var(--rush-white);margin-bottom:16px;text-transform:uppercase;letter-spacing:.03em}.rush-story-item p{font-size:14px;color:#ffffff80;line-height:1.8}.rush-story-bar{display:block;width:32px;height:3px;background:var(--rush-lime);margin-bottom:20px}.rush-stats{background:var(--rush-lime);padding:36px 0}.rush-stats-grid{display:flex;align-items:center;justify-content:center}.rush-stat-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 88px;text-align:center}.rush-stat-num{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(2.4rem,4vw,3.6rem);color:var(--rush-black);line-height:1;text-transform:uppercase}.rush-stat-label{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#0a0a0a8c}.rush-stat-divider{width:1px;height:56px;background:#0a0a0a61;flex-shrink:0}.rush-newsletter{background:var(--rush-white);border-top:1px solid var(--rush-muted);padding:80px 0;text-align:center}.rush-newsletter h2{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(3rem,6vw,5rem);color:var(--rush-black);margin-bottom:12px;text-transform:uppercase}.rush-newsletter p{color:var(--rush-gray);margin-bottom:40px;font-size:15px}.rush-email-form{display:flex;max-width:480px;margin:0 auto}.rush-email-form input{flex:1;padding:16px 20px;border:2px solid var(--rush-black);background:var(--rush-white);font-family:Inter,sans-serif;font-size:14px;outline:none}.rush-email-form input::placeholder{color:#999}.rush-email-form button{background:var(--rush-black);color:var(--rush-lime);border:2px solid var(--rush-black);font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;padding:16px 28px;cursor:pointer;white-space:nowrap;transition:background .15s}.rush-email-form button:hover{background:#1a1a1a}.rush-newsletter-fine{font-size:11px;color:var(--rush-gray);margin-top:16px}.rush-footer{background:var(--rush-black);border-top:1px solid var(--rush-dark-muted);padding:64px 0 32px}.rush-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:56px}.rush-footer__brand{text-align:left;padding-left:64px}.rush-footer__logo-wrap{display:inline-block;margin:24px 0 20px}.rush-footer__logo{width:185px;height:auto;display:block}.rush-footer__brand .rush-social-links{justify-content:center;width:185px;margin-top:20px}.rush-social-links{display:flex;gap:12px;justify-content:center}.rush-social-link{width:36px;height:36px;border:1.5px solid var(--rush-dark-muted);display:flex;align-items:center;justify-content:center;color:var(--rush-white);transition:border-color .15s,color .15s;text-decoration:none}.rush-social-link:hover{border-color:var(--rush-lime);color:var(--rush-lime)}.rush-social-link svg{width:16px;height:16px}.rush-footer__links{display:none;flex-wrap:nowrap;justify-content:center;gap:14px;margin-top:18px;white-space:nowrap}.rush-footer__links a{font-size:12px;color:#8a8a8a;text-decoration:none;transition:color .15s}.rush-footer__links a:hover{color:var(--rush-white)}.rush-footer-col h4{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--rush-lime);margin-bottom:20px}.rush-footer-col li{margin-bottom:10px}.rush-footer-col a{font-size:13px;color:#6b6b6b;transition:color .15s;text-decoration:none}.rush-footer-col a:hover{color:var(--rush-white)}.rush-footer__bottom{padding-top:24px;border-top:1px solid var(--rush-dark-muted);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.rush-footer__copy{font-size:12px;color:#444}.rush-footer__legal{display:flex;gap:24px}.rush-footer__legal a{font-size:12px;color:#444;transition:color .15s;text-decoration:none}.rush-footer__legal a:hover{color:var(--rush-white)}@media(max-width:1024px){.rush-product-card,.rush-event-card,.rush-camp-card{flex:0 0 calc(33.33% - 8px)}.rush-story-grid{grid-template-columns:1fr}.rush-story-item{border-right:none;border-bottom:1px solid var(--rush-dark-muted)}.rush-story-item:last-child{border-bottom:none}.rush-footer__grid{grid-template-columns:1fr 1fr 1fr}.rush-stats-grid{flex-direction:row;flex-wrap:nowrap;gap:0;justify-content:space-between;padding:0 22px}.rush-stat-item{padding:0}.rush-stat-num{font-size:clamp(1.3rem,6.5vw,1.9rem)}.rush-stat-divider{display:block;width:1px;height:44px;margin:0}.rush-stat-item:last-child{display:none}.rush-stat-divider:nth-last-child(2){display:none}}@media(max-width:768px){.rush-header__logo-center img{height:46px}.rush-search-pill,.rush-cart-pill__label{display:none}.rush-cart-pill{padding:10px;gap:0}.rush-icon-circle{width:38px;height:38px}.rush-header__inner{padding:0 16px}.rush-header__left,.rush-header__right{gap:10px}.rush-hero{min-height:80vh}.rush-hero__heading{font-size:clamp(1.5rem,7.8vw,2.2rem);white-space:nowrap;transform:none}.rush-hero__ctas{flex-direction:column;align-items:center}.rush-mission__heading{font-size:clamp(1.5rem,8vw,2.2rem);white-space:nowrap}.rush-mission__heading br{display:none}.rush-mission__header{margin-bottom:24px;padding-left:8px}.rush-newsletter p:not(.rush-newsletter-fine){margin-top:10px}.rush-product-card{flex:0 0 calc(50% - 6px)}.rush-event-card{flex:0 0 80%}.rush-camp-card{flex:0 0 calc(50% - 6px);min-width:180px}.rush-footer__grid{grid-template-columns:1fr}.rush-email-form{flex-direction:column}.rush-footer-col{display:none}.rush-footer__links{display:flex}.rush-footer__bottom{justify-content:center;text-align:center;border-top:none;padding-top:18px}.rush-footer__brand{text-align:center;padding-left:0}.rush-footer__logo-wrap{margin:0 auto}.rush-footer__brand .rush-social-links{width:auto;justify-content:center;margin:16px auto 0}}@media(max-width:480px){.rush-product-card,.rush-camp-card{flex:0 0 75%}.rush-footer__grid{grid-template-columns:1fr}}.rush-hero-la__heading,.rush-hero-lb__heading,.rush-hero-lc__heading{font-family:Barlow Condensed,sans-serif;font-weight:900;font-style:italic;font-size:clamp(3.5rem,10vw,9rem);line-height:.88;letter-spacing:-.01em;text-transform:uppercase;white-space:nowrap;margin-bottom:24px}.rush-hero-la__sub{font-size:17px;line-height:1.7;margin-bottom:40px;max-width:560px}.rush-hero-la{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;background:#efefed;overflow:hidden}.rush-hero-la__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1566577739112-5180d4bf9390?w=1400&q=80);background-size:cover;background-position:center;opacity:.07;z-index:0}.rush-hero-la .rush-hero__content{position:relative;z-index:1}.rush-hero-la .rush-hero__eyebrow{color:#777}.rush-hero-la__heading{color:var(--rush-black)}.rush-hero-la .rush-hero-la__sub{color:#555}.rush-hero-la .rush-btn--outline-dark{border-color:var(--rush-black);color:var(--rush-black)}.rush-hero-lb{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;background:#f5f3ee;overflow:hidden}.rush-hero-lb__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1544765773-a8dce1f272f6?w=1400&q=80);background-size:cover;background-position:center top;opacity:.09;z-index:0}.rush-hero-lb .rush-hero__content{position:relative;z-index:1}.rush-hero-lb .rush-hero__eyebrow{color:#777}.rush-hero-lb__heading{color:var(--rush-black);text-decoration:none;border-bottom:6px solid var(--rush-lime);display:inline-block;padding-bottom:4px}.rush-hero-lb .rush-btn--outline-dark{border-color:var(--rush-black);color:var(--rush-black)}.rush-hero-lc{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;overflow:hidden}.rush-hero-lc__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1527702596665-c7c5426d6fde?w=1400&q=80);background-size:cover;background-position:center;opacity:.06;z-index:0}.rush-hero-lc .rush-hero__content{position:relative;z-index:1}.rush-hero-lc .rush-hero__eyebrow{color:#888}.rush-hero-lc__heading{color:var(--rush-black)}.rush-hero-lc .rush-btn--outline-dark{border-color:var(--rush-black);color:var(--rush-black)}.rush-btn--outline-dark{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;border:2px solid var(--rush-black);color:var(--rush-black);background:transparent;text-decoration:none;transition:background .2s,color .2s}.rush-btn--outline-dark:hover{background:var(--rush-black);color:var(--rush-white)}.rush-hero-1{display:flex;min-height:88vh;background:var(--rush-white)}.rush-hero-1__left{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:80px 64px 80px 48px}.rush-hero-1__eyebrow{font-family:Barlow Condensed,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--rush-gray);margin-bottom:20px}.rush-hero-1__heading{font-family:Barlow Condensed,sans-serif;font-weight:900;font-style:italic;font-size:clamp(3rem,5.5vw,6.5rem);color:var(--rush-black);line-height:.9;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:28px}.rush-hero-1__sub{font-size:16px;color:#555;line-height:1.7;max-width:420px;margin-bottom:40px}.rush-hero-1__ctas{display:flex;gap:14px;flex-wrap:wrap}.rush-hero-1__right{flex:0 0 50%;position:relative;overflow:hidden}.rush-hero-1__right img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.rush-hero-1__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,255,255,.15) 0%,transparent 40%)}@media(max-width:768px){.rush-hero-1{flex-direction:column}.rush-hero-1__left{padding:56px 24px}.rush-hero-1__right{min-height:50vw;flex:none}}.rush-hero-2{background:#f5f3ee;min-height:88vh;display:flex;align-items:center;text-align:center;padding:100px 0}.rush-hero-2__eyebrow{font-family:Barlow Condensed,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--rush-gray);margin-bottom:28px}.rush-hero-2__heading-wrap{display:inline-block;position:relative;margin-bottom:32px}.rush-hero-2__heading-wrap:before{content:"";position:absolute;left:-12px;right:-12px;bottom:8px;height:28px;background:var(--rush-lime);z-index:0}.rush-hero-2__heading{font-family:Barlow Condensed,sans-serif;font-weight:900;font-style:italic;font-size:clamp(3rem,6vw,7rem);color:var(--rush-black);line-height:.9;letter-spacing:-.02em;text-transform:uppercase;position:relative;z-index:1;white-space:nowrap}.rush-hero-2__sub{font-size:16px;color:#555;line-height:1.7;max-width:500px;margin:0 auto 40px}.rush-hero-2__ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.rush-hero-2{padding:72px 0}.rush-hero-2__heading{white-space:normal}.rush-hero-2__heading-wrap:before{display:none}}.rush-hero-3{background:#f0f0f0;min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:100px 0}.rush-hero-3__watermark{position:absolute;right:-60px;top:50%;transform:translateY(-50%);font-family:Barlow Condensed,sans-serif;font-weight:900;font-style:italic;font-size:clamp(16rem,28vw,32rem);color:#0000000a;text-transform:uppercase;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap}.rush-hero-3__content{position:relative;z-index:1}.rush-hero-3__eyebrow{display:flex;align-items:center;gap:10px;font-family:Barlow Condensed,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--rush-gray);margin-bottom:20px}.rush-hero-3__dot{display:inline-block;width:8px;height:8px;background:var(--rush-lime);border-radius:50%;flex-shrink:0}.rush-hero-3__heading{font-family:Barlow Condensed,sans-serif;font-weight:900;font-style:italic;font-size:clamp(3.5rem,8vw,9rem);color:var(--rush-black);line-height:.88;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:28px;white-space:nowrap}.rush-hero-3__sub{font-size:16px;color:#555;line-height:1.7;max-width:520px;margin-bottom:40px}.rush-hero-3__ctas{display:flex;gap:14px;flex-wrap:wrap}@media(max-width:768px){.rush-hero-3__watermark{font-size:40vw;right:-20px}.rush-hero-3__heading{white-space:normal;font-size:clamp(3rem,10vw,6rem)}}.rush-collection-body{background:#f7f7f7;padding:48px 0 80px}.rush-collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #e2e2e2}.rush-collection-toolbar__left{display:flex;align-items:baseline;gap:14px}.rush-collection-toolbar__title{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--rush-black);text-transform:uppercase;line-height:1;letter-spacing:-.01em;margin:0}.rush-collection-count{font-family:Barlow Condensed,sans-serif;font-size:12px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-gray)}.rush-collection-sort{display:flex;align-items:center;gap:10px}.rush-collection-sort label{font-family:Barlow Condensed,sans-serif;font-size:12px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-gray)}.rush-collection-sort select{font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--rush-white);border:1px solid #ddd;padding:8px 30px 8px 14px;color:var(--rush-black);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230A0A0A' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.rush-collection-sort select:focus{outline:2px solid var(--rush-lime)}.rush-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rush-collection-grid .rush-product-card{flex:none;width:100%;background:var(--rush-white);border:1px solid #e8e8e8;transition:transform .2s,box-shadow .2s,border-color .2s}.rush-collection-grid .rush-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a;border-color:var(--rush-black)}.rush-collection-grid .rush-product-card__img{aspect-ratio:1 / 1;background:#f4f4f4}.rush-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:2.5rem;color:#0a0a0a0f;text-transform:uppercase}.rush-price-sale{color:var(--rush-black);margin-right:6px}.rush-price-compare{color:var(--rush-gray);text-decoration:line-through;font-size:.85em}.rush-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:56px}.rush-pagination__info{font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-gray)}.rush-collection-empty{text-align:center;padding:80px 20px}.rush-collection-empty p{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;color:var(--rush-gray);margin-bottom:24px;text-transform:uppercase;letter-spacing:.08em}@media(max-width:1024px){.rush-collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.rush-collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.rush-collection-hero{padding:40px 0 32px}}@media(max-width:480px){.rush-collection-grid{grid-template-columns:repeat(2,1fr);gap:10px}.rush-collection-toolbar{flex-direction:column;align-items:flex-start;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/rush-theme.css.map */
