:root{--black:#0a0a0a;--grey-dark:#141414;--grey-mid:#222222;--grey-border:#2e2e2e;--grey-muted:#555555;--grey-light:#999999;--grey-pale:#c8c8c8;--white:#f2f2f2;--white-pure:#ffffff;--red:#cc2200;--font-head:"Bebas Neue",sans-serif;--font-cond:"Barlow Condensed",sans-serif;--font-body:"Barlow",sans-serif;--nav-h:64px;--section-px:80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);font-weight:300;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.section-label{font-family:var(--font-cond);font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--grey-muted);margin-bottom:12px;display:flex;align-items:center;gap:14px}.section-label:after{content:"";flex:1;height:1px;background:var(--grey-border);max-width:60px}.section-title{font-family:var(--font-head);font-size:clamp(42px,5vw,72px);color:var(--white-pure);letter-spacing:.03em;line-height:1}.section-title em{font-style:normal;color:transparent;-webkit-text-stroke:1px var(--grey-pale)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px}.link-arrow{font-family:var(--font-cond);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--grey-light);display:inline-flex;align-items:center;gap:8px;transition:color .2s}.link-arrow:hover{color:var(--white-pure)}.section-padded{padding:100px var(--section-px)}.section-padded--sm{padding:80px var(--section-px)}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--white-pure);color:var(--black);font-family:var(--font-cond);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:15px 32px;border:2px solid var(--white-pure);transition:background .2s,color .2s,transform .15s;cursor:pointer}.btn-primary:hover{background:var(--grey-pale);border-color:var(--grey-pale);transform:translateY(-2px)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-outline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:var(--white-pure);font-family:var(--font-cond);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:15px 32px;border:1px solid var(--grey-border);transition:border-color .2s,background .2s,transform .15s;cursor:pointer}.btn-outline:hover{border-color:var(--grey-pale);background:#ffffff0a;transform:translateY(-2px)}.ticker-wrap{overflow:hidden;padding:7px 0;border-bottom:1px solid var(--grey-border)}.ticker-track{display:flex;animation:ticker-scroll 30s linear infinite;width:max-content;white-space:nowrap}.ticker-track span{font-family:var(--font-cond);font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:0 28px}.ticker-dot{color:var(--grey-muted);padding:0!important}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:1000;background:var(--black);border-bottom:1px solid var(--grey-border);transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 2px 20px #0009}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:0 var(--section-px);height:var(--nav-h);gap:32px}.nav-logo{font-family:var(--font-head);font-size:28px;letter-spacing:.08em;color:var(--white-pure);display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-logo-dot{display:inline-block;width:7px;height:7px;background:var(--white-pure);border-radius:50%}.nav-logo-muted{color:var(--grey-muted)}.nav-logo-img{height:36px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px;flex:1;justify-content:center}.nav-link{font-family:var(--font-cond);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-light);transition:color .2s;position:relative;white-space:nowrap;display:flex;align-items:center;gap:5px}.nav-link:hover,.nav-link--active{color:var(--white-pure)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--white-pure);transition:width .25s}.nav-link:hover:after,.nav-link--active:after{width:100%}.nav-link--has-dropdown:after{display:none}.nav-chevron{transition:transform .2s;flex-shrink:0}.nav-dropdown{position:relative}.nav-mega-menu{display:none;position:absolute;top:calc(100% + 14px);left:-20px;background:var(--grey-dark);border:1px solid var(--grey-border);min-width:180px;padding:10px 0;z-index:999;box-shadow:0 8px 32px #00000080}.nav-dropdown.open .nav-mega-menu{display:flex;flex-wrap:wrap}.nav-dropdown.open .nav-chevron{transform:rotate(180deg)}.nav-mega-inner{display:flex;flex-wrap:wrap;width:100%}.nav-mega-col{min-width:160px;padding:6px 0}.nav-mega-col--single{width:100%}.nav-mega-heading{font-family:var(--font-cond);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--grey-muted);padding:8px 20px 4px;display:block}.nav-mega-link{display:block;padding:9px 20px;font-family:var(--font-cond);font-size:13px;letter-spacing:.06em;color:var(--grey-pale);transition:color .2s,background .2s}.nav-mega-link:hover{color:var(--white-pure);background:var(--grey-mid)}.nav-mega-link--top{font-weight:600}.nav-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.nav-icon-btn{color:var(--grey-light);transition:color .2s;display:flex;align-items:center;padding:4px}.nav-icon-btn:hover{color:var(--white-pure)}.nav-cart-btn{position:relative;color:var(--grey-light);transition:color .2s;display:flex;align-items:center;padding:4px}.nav-cart-btn:hover{color:var(--white-pure)}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--white-pure);color:var(--black);font-size:9px;font-weight:700;border-radius:50%;width:17px;height:17px;display:flex;align-items:center;justify-content:center;font-family:var(--font-cond)}.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:4px}.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--grey-light);transition:all .3s}.nav-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.nav-hamburger.active span:nth-child(2){opacity:0}.nav-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.nav-search-bar{background:var(--grey-dark);padding:0 var(--section-px);display:flex;align-items:center;gap:16px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;border-bottom:0px solid var(--grey-border)}.nav-search-bar.open{max-height:80px;padding:14px var(--section-px);border-bottom:1px solid var(--grey-border)}.nav-search-form{flex:1;display:flex;align-items:center;gap:12px}.nav-search-input{flex:1;background:transparent;border:none;border-bottom:1px solid var(--grey-border);color:var(--white-pure);font-family:var(--font-body);font-size:16px;padding:8px 0;outline:none;transition:border-color .2s}.nav-search-input:focus{border-color:var(--grey-light)}.nav-search-input::placeholder{color:var(--grey-muted)}.nav-search-submit{color:var(--grey-light);transition:color .2s}.nav-search-submit:hover{color:var(--white-pure)}.nav-search-close{color:var(--grey-muted);font-size:14px;transition:color .2s;padding:4px 8px}.nav-search-close:hover{color:var(--white-pure)}.mobile-menu{background:var(--grey-dark);border-top:1px solid var(--grey-border);max-height:0;overflow:hidden;transition:max-height .4s ease}.mobile-menu.open{max-height:90vh;overflow-y:auto}.mobile-menu-inner{padding:24px 20px}.mobile-nav-list{display:flex;flex-direction:column}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;border-bottom:1px solid var(--grey-border);font-family:var(--font-cond);font-size:17px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--grey-pale);transition:color .2s;background:none}.mobile-nav-link:hover{color:var(--white-pure)}.mobile-sub-list{padding:6px 0 6px 16px}.mobile-sub-link{display:block;padding:10px 0;font-family:var(--font-cond);font-size:14px;letter-spacing:.06em;color:var(--grey-muted);transition:color .2s}.mobile-sub-link:hover{color:var(--white-pure)}.mobile-sub-link--indent{padding-left:12px}.mobile-sub-heading{font-family:var(--font-cond);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--grey-border);padding:12px 0 4px}.mobile-menu-footer{margin-top:28px;padding-top:20px;border-top:1px solid var(--grey-border);display:flex;flex-direction:column;gap:12px}.mobile-footer-link{font-family:var(--font-cond);font-size:13px;letter-spacing:.1em;color:var(--grey-muted);text-transform:uppercase}.hero{min-height:92vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 60px 80px var(--section-px)}.hero-eyebrow{font-family:var(--font-cond);font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--grey-muted);margin-bottom:20px;display:flex;align-items:center;gap:12px}.hero-eyebrow:before{content:"";display:inline-block;width:32px;height:1px;background:var(--grey-muted)}.hero-title{font-family:var(--font-head);font-size:clamp(72px,8vw,110px);line-height:.92;color:var(--white-pure);margin-bottom:28px;letter-spacing:.02em}.hero-title em{font-style:normal;color:transparent;-webkit-text-stroke:1.5px var(--white-pure);display:block}.hero-sub{font-size:15px;color:var(--grey-light);line-height:1.7;max-width:400px;margin-bottom:44px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hero-stats{display:flex;gap:40px;margin-top:56px;padding-top:40px;border-top:1px solid var(--grey-border);flex-wrap:wrap}.hero-stat-num{font-family:var(--font-head);font-size:36px;color:var(--white-pure);display:block;letter-spacing:.04em}.hero-stat-label{font-family:var(--font-cond);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-muted)}.hero-right{position:relative;overflow:hidden;background:var(--grey-dark)}.hero-single-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.23,1,.32,1)}.hero-right:hover .hero-single-img{transform:scale(1.03)}.hero-img-label{position:absolute;bottom:24px;left:24px;font-family:var(--font-cond);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--grey-pale);background:#000000a6;padding:4px 10px;z-index:2}.hero-img-placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:repeating-linear-gradient(45deg,var(--grey-mid) 0,var(--grey-mid) 1px,transparent 1px,transparent 12px);color:var(--grey-border);font-family:var(--font-cond);font-size:11px;letter-spacing:.15em;text-transform:uppercase}.marquee-section{padding:36px 0;border-top:1px solid var(--grey-border);border-bottom:1px solid var(--grey-border);overflow:hidden;background:var(--black)}.marquee-track{display:flex;animation:ticker-scroll 22s linear infinite;width:max-content;white-space:nowrap}.marquee-item{font-family:var(--font-head);font-size:52px;letter-spacing:.05em;color:transparent;-webkit-text-stroke:1px var(--grey-border);padding:0 32px}.marquee-item--solid{color:var(--grey-mid);-webkit-text-stroke:0}.marquee-dot{font-family:var(--font-head);font-size:52px;color:var(--grey-border);line-height:1}.bikes-section{padding:100px var(--section-px);background:var(--grey-dark);border-top:1px solid var(--grey-border);border-bottom:1px solid var(--grey-border)}.bikes-grid{display:grid;grid-template-columns:repeat(var(--cols,5),1fr);gap:2px}.bike-card{background:var(--grey-mid);aspect-ratio:3/4;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 20px;overflow:hidden;position:relative;cursor:pointer}.bike-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.1) 50%,transparent 100%);z-index:1}.bike-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.85;transition:transform .5s,opacity .4s}.bike-card:hover img{transform:scale(1.08);opacity:.9}.bike-card-content{position:relative;z-index:2}.bike-card-name{font-family:var(--font-head);font-size:22px;color:var(--white-pure);letter-spacing:.05em;display:block;margin-bottom:4px}.bike-card-sub{font-family:var(--font-cond);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-light)}.bike-card-arrow{position:absolute;top:20px;right:20px;z-index:2;font-size:18px;color:var(--grey-muted);transition:color .3s,transform .3s}.bike-card:hover .bike-card-arrow{color:var(--white-pure);transform:translate(3px,-3px)}.collections-section{background:var(--black)}.collections-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:340px 220px;gap:3px}.col-card{background:var(--grey-mid);overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer}.col-card--hero{grid-row:span 2}.col-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.2) 50%,transparent 100%);z-index:1;transition:opacity .4s}.col-card:hover:before{opacity:.7}.col-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform .6s}.col-card:hover img{transform:scale(1.05)}.col-card-info{position:relative;z-index:2;padding:28px;display:flex;align-items:flex-end;justify-content:space-between}.col-card-name{font-family:var(--font-head);font-size:28px;color:var(--white-pure);letter-spacing:.04em;display:block}.col-card--hero .col-card-name{font-size:48px}.col-card-tag{font-family:var(--font-cond);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--grey-light);margin-top:4px;display:block}.col-card-cta{font-family:var(--font-cond);font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--white-pure);opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s;white-space:nowrap}.col-card:hover .col-card-cta{opacity:1;transform:translateY(0)}.bestsellers-section{background:var(--grey-dark);border-top:1px solid var(--grey-border);border-bottom:1px solid var(--grey-border)}.products-grid{display:grid;grid-template-columns:repeat(var(--cols,4),1fr);gap:2px}.product-card{background:var(--grey-mid);overflow:hidden;display:flex;flex-direction:column;transition:background .25s}.product-card:hover{background:#2a2a2a}.product-card-link{display:flex;flex-direction:column;flex:1}.product-img{aspect-ratio:1;overflow:hidden;position:relative;background:var(--grey-mid)}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s,opacity .4s;position:absolute;top:0;right:0;bottom:0;left:0}.product-img-hover{opacity:0}.product-card:hover .product-img img:not(.product-img-hover){opacity:0}.product-card:hover .product-img-hover{opacity:1}.product-card:hover .product-img img{transform:scale(1.06)}.product-badge{position:absolute;top:12px;left:12px;font-family:var(--font-cond);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;background:var(--white-pure);color:var(--black);padding:4px 9px;z-index:2}.product-badge--sale{background:var(--red);color:var(--white-pure)}.product-badge--new{background:var(--grey-dark);color:var(--white-pure);border:1px solid var(--grey-border)}.product-badge--sold-out{background:var(--grey-muted);color:var(--white-pure);left:auto;right:12px}.product-info{padding:20px 20px 16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--grey-border);flex:1}.product-bike-tag{font-family:var(--font-cond);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--grey-muted)}.product-name{font-family:var(--font-cond);font-size:16px;font-weight:600;letter-spacing:.04em;color:var(--white-pure);line-height:1.3}.product-price-row{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:8px}.product-price{font-family:var(--font-cond);font-size:18px;font-weight:700;color:var(--white-pure)}.product-compare{font-family:var(--font-cond);font-size:14px;color:var(--grey-muted);text-decoration:line-through}.product-card-actions{padding:0 20px 20px}.product-add-btn{width:100%;padding:11px;background:transparent;border:1px solid var(--grey-border);color:var(--grey-light);font-family:var(--font-cond);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s,border-color .2s;display:block;text-align:center}.product-add-btn:hover:not(:disabled){background:var(--white-pure);color:var(--black);border-color:var(--white-pure)}.product-add-btn:disabled{opacity:.35;cursor:not-allowed}.placeholder-svg{background:var(--grey-mid);width:100%;height:100%;fill:var(--grey-border)}.why-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;background:var(--black)}.why-intro{font-size:15px;color:var(--grey-light);line-height:1.8;margin:20px 0 36px}.why-features{display:flex;flex-direction:column}.why-feature{display:flex;align-items:flex-start;gap:24px;padding:28px 0;border-bottom:1px solid var(--grey-border)}.why-feature:first-child{border-top:1px solid var(--grey-border)}.why-num{font-family:var(--font-head);font-size:40px;color:var(--grey-border);line-height:1;min-width:48px;letter-spacing:.03em}.why-feature-body h4{font-family:var(--font-cond);font-size:17px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--white-pure);margin-bottom:6px}.why-feature-body p{font-size:13px;color:var(--grey-muted);line-height:1.7}.why-right{position:relative}.why-image-stack{position:relative;height:560px}.why-img-back{position:absolute;top:0;right:0;width:75%;height:76%;background:var(--grey-mid);overflow:hidden}.why-img-back img{width:100%;height:100%;object-fit:cover;opacity:.75}.why-img-front{position:absolute;bottom:0;left:0;width:62%;height:55%;background:var(--grey-dark);border:3px solid var(--grey-dark);overflow:hidden;box-shadow:0 0 0 2px var(--grey-border)}.why-img-front img{width:100%;height:100%;object-fit:cover;opacity:.9}.why-img-placeholder{background:repeating-linear-gradient(45deg,var(--grey-mid) 0,var(--grey-mid) 1px,transparent 1px,transparent 14px)}.why-tag{position:absolute;bottom:28%;right:-20px;background:var(--white-pure);color:var(--black);font-family:var(--font-cond);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:10px 18px;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.testimonial-section{background:var(--grey-dark);border-top:1px solid var(--grey-border);border-bottom:1px solid var(--grey-border)}.testimonial-inner{display:flex;align-items:center;gap:80px}.testimonial-quote{font-family:var(--font-head);font-size:clamp(36px,4vw,52px);line-height:1.1;color:var(--white-pure);letter-spacing:.02em;flex:1}.testimonial-quote em{font-style:normal;color:transparent;-webkit-text-stroke:1px var(--grey-pale)}.testimonial-meta{min-width:200px;border-left:1px solid var(--grey-border);padding-left:40px}.testimonial-stars{font-size:16px;color:var(--white-pure);letter-spacing:2px;margin-bottom:12px}.testimonial-name{font-family:var(--font-cond);font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white-pure);display:block;margin-bottom:4px}.testimonial-location{font-family:var(--font-cond);font-size:12px;letter-spacing:.1em;color:var(--grey-muted);text-transform:uppercase}.ambassador-section{min-height:420px;background:var(--grey-mid);display:flex;align-items:center;justify-content:center;text-align:center;padding:80px var(--section-px);position:relative;overflow:hidden;border-top:1px solid var(--grey-border)}.ambassador-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.ambassador-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);opacity:.15}.ambassador-bg-text{font-family:var(--font-head);font-size:22vw;color:transparent;-webkit-text-stroke:1px var(--grey-border);letter-spacing:-.02em;line-height:1;opacity:.35;-webkit-user-select:none;user-select:none}.ambassador-content{position:relative;z-index:2}.ambassador-content .section-label{justify-content:center}.ambassador-content .section-label:after{max-width:30px}.ambassador-content .section-title{margin-bottom:16px}.ambassador-content p{color:var(--grey-light);font-size:15px;line-height:1.7;max-width:480px;margin:0 auto 36px}.newsletter-section{background:var(--black);border-top:1px solid var(--grey-border);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.newsletter-desc{color:var(--grey-muted);font-size:13px;line-height:1.7;margin-top:10px}.newsletter-form{display:flex}.newsletter-input{flex:1;background:var(--grey-mid);border:1px solid var(--grey-border);border-right:none;color:var(--white-pure);font-family:var(--font-body);font-size:14px;padding:14px 20px;outline:none;transition:border-color .2s}.newsletter-input:focus{border-color:var(--grey-light)}.newsletter-input::placeholder{color:var(--grey-muted)}.newsletter-submit{background:var(--white-pure);color:var(--black);font-family:var(--font-cond);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:14px 28px;border:1px solid var(--white-pure);cursor:pointer;transition:background .2s}.newsletter-submit:hover{background:var(--grey-pale)}.newsletter-fine{font-size:11px;color:var(--grey-muted);margin-top:10px;font-family:var(--font-cond);letter-spacing:.06em}.newsletter-success{color:var(--white-pure);font-family:var(--font-cond);font-size:16px;letter-spacing:.08em}.newsletter-error{color:var(--red);font-size:12px;margin-top:8px;font-family:var(--font-cond)}.site-footer{background:var(--grey-dark);border-top:1px solid var(--grey-border);padding:64px var(--section-px) 40px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:56px;border-bottom:1px solid var(--grey-border);margin-bottom:36px}.footer-brand-name{font-family:var(--font-head);font-size:38px;letter-spacing:.06em;color:var(--white-pure);display:block;margin-bottom:14px}.footer-logo{margin-bottom:14px}.footer-brand-desc{font-size:13px;color:var(--grey-muted);line-height:1.8;max-width:280px;margin-bottom:28px}.footer-social{display:flex;gap:12px}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--grey-border);color:var(--grey-muted);font-family:var(--font-cond);font-size:11px;font-weight:700;letter-spacing:.1em;transition:border-color .2s,color .2s}.footer-social-link:hover{border-color:var(--white-pure);color:var(--white-pure)}.footer-col-heading{font-family:var(--font-cond);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--grey-muted);margin-bottom:20px}.footer-col-list{display:flex;flex-direction:column;gap:10px}.footer-col-link{font-size:13px;color:var(--grey-light);font-family:var(--font-cond);letter-spacing:.04em;transition:color .2s}.footer-col-link:hover{color:var(--white-pure)}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-family:var(--font-cond);font-size:12px;letter-spacing:.1em;color:var(--grey-muted);text-transform:uppercase}.footer-policies{display:flex;gap:24px}.footer-policy-link{font-family:var(--font-cond);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-muted);transition:color .2s}.footer-policy-link:hover{color:var(--grey-light)}.collection-header{background:var(--grey-dark);border-bottom:1px solid var(--grey-border);padding:60px var(--section-px) 48px}.collection-title{font-family:var(--font-head);font-size:clamp(48px,6vw,80px);color:var(--white-pure);letter-spacing:.03em;line-height:1}.collection-title em{font-style:normal;color:transparent;-webkit-text-stroke:1px var(--grey-pale)}.collection-desc{color:var(--grey-light);font-size:15px;line-height:1.7;margin-top:16px;max-width:600px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:20px var(--section-px);border-bottom:1px solid var(--grey-border);background:var(--black)}.collection-count{font-family:var(--font-cond);font-size:12px;letter-spacing:.15em;color:var(--grey-muted);text-transform:uppercase}.sort-select{background:var(--grey-mid);border:1px solid var(--grey-border);color:var(--grey-light);font-family:var(--font-cond);font-size:12px;letter-spacing:.1em;padding:8px 14px;outline:none;cursor:pointer}.sort-select:focus{border-color:var(--grey-light)}.collection-grid{padding:3px var(--section-px) 80px;background:var(--black)}.collection-empty{color:var(--grey-muted);font-family:var(--font-cond);font-size:16px;letter-spacing:.08em;padding:60px 0}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px var(--section-px);background:var(--black);border-top:1px solid var(--grey-border)}.pagination-btn{font-family:var(--font-cond);font-size:13px;font-weight:600;letter-spacing:.1em;padding:10px 16px;border:1px solid var(--grey-border);color:var(--grey-light);background:transparent;transition:all .2s;cursor:pointer}.pagination-btn:hover{border-color:var(--white-pure);color:var(--white-pure)}.pagination-btn--active{background:var(--white-pure);color:var(--black);border-color:var(--white-pure)}.product-page{background:var(--black)}.breadcrumb{padding:16px var(--section-px);border-bottom:1px solid var(--grey-border);display:flex;align-items:center;gap:10px;background:var(--grey-dark)}.breadcrumb-link{font-family:var(--font-cond);font-size:12px;letter-spacing:.1em;color:var(--grey-muted);text-transform:uppercase;transition:color .2s}.breadcrumb-link:hover{color:var(--white-pure)}.breadcrumb-sep{color:var(--grey-border)}.breadcrumb-current{font-family:var(--font-cond);font-size:12px;letter-spacing:.1em;color:var(--grey-light);text-transform:uppercase}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:60px var(--section-px);align-items:start}.product-gallery{position:sticky;top:calc(var(--nav-h) + 20px)}.product-gallery-main{position:relative;background:var(--grey-mid);aspect-ratio:1;overflow:hidden}.gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s}.gallery-slide--active{opacity:1;position:relative}.gallery-slide img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.gallery-thumb{width:72px;height:72px;overflow:hidden;border:2px solid transparent;transition:border-color .2s;flex-shrink:0;background:var(--grey-mid)}.gallery-thumb--active{border-color:var(--white-pure)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-page-collection{font-family:var(--font-cond);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--grey-muted);display:block;margin-bottom:12px;transition:color .2s}.product-page-collection:hover{color:var(--grey-light)}.product-page-title{font-family:var(--font-head);font-size:clamp(36px,4vw,52px);color:var(--white-pure);letter-spacing:.02em;line-height:1.05;margin-bottom:20px}.product-page-price-row{display:flex;align-items:center;gap:16px;margin-bottom:14px;flex-wrap:wrap}.product-page-price{font-family:var(--font-head);font-size:32px;color:var(--white-pure);letter-spacing:.04em}.product-page-compare{font-family:var(--font-cond);font-size:20px;color:var(--grey-muted);text-decoration:line-through}.product-page-savings{font-family:var(--font-cond);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);background:#cc22001a;padding:4px 10px}.product-page-stars{font-size:14px;color:var(--white-pure);letter-spacing:2px;margin-bottom:28px}.product-page-stars span{color:var(--grey-muted);font-family:var(--font-cond);font-size:12px;letter-spacing:.08em}.variant-label{font-family:var(--font-cond);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-muted);display:block;margin-bottom:12px}.variant-group{margin-bottom:24px}.variant-buttons{display:flex;flex-wrap:wrap;gap:8px}.variant-btn{font-family:var(--font-cond);font-size:13px;font-weight:600;letter-spacing:.1em;padding:10px 18px;border:1px solid var(--grey-border);color:var(--grey-light);background:transparent;cursor:pointer;transition:all .2s}.variant-btn:hover{border-color:var(--grey-pale);color:var(--white-pure)}.variant-btn--active{border-color:var(--white-pure);color:var(--white-pure);background:var(--grey-mid)}.product-qty-row{margin-bottom:20px}.qty-selector{display:flex;align-items:center;border:1px solid var(--grey-border);width:fit-content}.qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--grey-light);font-size:18px;cursor:pointer;transition:color .2s,background .2s;background:transparent;border:none}.qty-btn:hover{color:var(--white-pure);background:var(--grey-mid)}.qty-input{width:56px;text-align:center;background:transparent;border:none;border-left:1px solid var(--grey-border);border-right:1px solid var(--grey-border);color:var(--white-pure);font-family:var(--font-cond);font-size:16px;font-weight:600;padding:10px 4px;outline:none}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.qty-display{font-family:var(--font-cond);font-size:14px;font-weight:700;color:var(--white-pure);min-width:32px;text-align:center}.product-form{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.product-atc-btn,.product-buy-btn{width:100%;justify-content:center}.product-trust{display:flex;flex-direction:column;gap:10px;padding:24px 0;border-top:1px solid var(--grey-border);border-bottom:1px solid var(--grey-border);margin-bottom:28px}.trust-item{display:flex;align-items:center;gap:12px;font-family:var(--font-cond);font-size:13px;letter-spacing:.06em;color:var(--grey-light)}.product-accordion{border-bottom:1px solid var(--grey-border)}.product-accordion-title{font-family:var(--font-cond);font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-pale);padding:18px 0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:color .2s}.product-accordion-title:hover{color:var(--white-pure)}.product-accordion-title:after{content:"+";font-family:var(--font-body);font-weight:300;font-size:20px;transition:transform .2s}.product-accordion[open] .product-accordion-title:after{transform:rotate(45deg)}.product-accordion-body{padding:0 0 20px;font-size:14px;color:var(--grey-light);line-height:1.8}.compat-tags{display:flex;flex-wrap:wrap;gap:8px}.compat-tag{font-family:var(--font-cond);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;border:1px solid var(--grey-border);color:var(--grey-light)}.related-products{background:var(--grey-dark);border-top:1px solid var(--grey-border)}.cart-page{background:var(--black)}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-items{display:flex;flex-direction:column}.cart-item{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid var(--grey-border);align-items:flex-start;position:relative}.cart-item-img{width:96px;flex-shrink:0;background:var(--grey-mid);overflow:hidden}.cart-item-img img{width:100%;height:96px;object-fit:cover}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:8px}.cart-item-title{font-family:var(--font-cond);font-size:16px;font-weight:600;letter-spacing:.04em;color:var(--white-pure);transition:color .2s}.cart-item-title:hover{color:var(--grey-pale)}.cart-item-variant{font-family:var(--font-cond);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-muted)}.cart-item-price-row{display:flex;align-items:center;gap:20px;margin-top:8px}.cart-item-price{font-family:var(--font-cond);font-size:18px;font-weight:700;color:var(--white-pure)}.cart-item-remove{position:absolute;top:24px;right:0;color:var(--grey-muted);font-size:14px;transition:color .2s}.cart-item-remove:hover{color:var(--white-pure)}.cart-summary{background:var(--grey-dark);border:1px solid var(--grey-border);padding:32px;position:sticky;top:calc(var(--nav-h) + 20px);display:flex;flex-direction:column;gap:16px}.cart-summary-title{font-family:var(--font-head);font-size:24px;color:var(--white-pure);letter-spacing:.04em;margin-bottom:8px}.cart-summary-row{display:flex;justify-content:space-between;font-family:var(--font-cond);font-size:14px;letter-spacing:.06em;color:var(--grey-light);padding-bottom:16px;border-bottom:1px solid var(--grey-border)}.cart-summary-row--savings{color:var(--red)}.cart-summary-row--muted{color:var(--grey-muted)}.cart-discount{display:flex}.cart-discount-input{flex:1;background:var(--grey-mid);border:1px solid var(--grey-border);border-right:none;color:var(--white-pure);font-family:var(--font-cond);font-size:13px;padding:10px 14px;outline:none}.cart-discount-btn{background:var(--grey-mid);border:1px solid var(--grey-border);color:var(--grey-light);font-family:var(--font-cond);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:10px 16px;cursor:pointer;transition:all .2s}.cart-discount-btn:hover{color:var(--white-pure);border-color:var(--grey-light)}.cart-checkout-btn,.cart-continue-btn{width:100%;justify-content:center}.cart-trust{font-family:var(--font-cond);font-size:12px;letter-spacing:.08em;color:var(--grey-muted);text-align:center;padding-top:8px}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:20px;padding:100px 0;text-align:center;color:var(--grey-muted);font-family:var(--font-cond);font-size:16px;letter-spacing:.1em}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1999;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--grey-dark);border-left:1px solid var(--grey-border);z-index:2000;transform:translate(100%);transition:transform .35s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--grey-border);flex-shrink:0}.cart-drawer-title{font-family:var(--font-head);font-size:24px;color:var(--white-pure);letter-spacing:.04em}.cart-drawer-count{font-size:16px;color:var(--grey-muted)}.cart-drawer-close{color:var(--grey-muted);font-size:18px;transition:color .2s;padding:4px 8px}.cart-drawer-close:hover{color:var(--white-pure)}.cart-drawer-body{flex:1;overflow-y:auto;padding:20px 28px}.cart-drawer-body::-webkit-scrollbar{width:4px}.cart-drawer-body::-webkit-scrollbar-track{background:var(--grey-mid)}.cart-drawer-body::-webkit-scrollbar-thumb{background:var(--grey-border)}.cart-drawer-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--grey-border);align-items:flex-start;position:relative}.cart-drawer-item-img{width:72px;flex-shrink:0;background:var(--grey-mid);overflow:hidden}.cart-drawer-item-img img{width:100%;height:72px;object-fit:cover}.cart-drawer-item-info{flex:1;display:flex;flex-direction:column;gap:6px}.cart-drawer-item-title{font-family:var(--font-cond);font-size:14px;font-weight:600;letter-spacing:.04em;color:var(--white-pure)}.cart-drawer-item-variant{font-family:var(--font-cond);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-muted)}.cart-drawer-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.cart-drawer-item-price{font-family:var(--font-cond);font-size:16px;font-weight:700;color:var(--white-pure)}.cart-drawer-remove{position:absolute;top:20px;right:0;color:var(--grey-muted);font-size:13px;transition:color .2s;background:none;border:none;cursor:pointer}.cart-drawer-remove:hover{color:var(--white-pure)}.cart-drawer-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 0;text-align:center;color:var(--grey-muted);font-family:var(--font-cond);font-size:15px}.cart-drawer-footer{padding:24px 28px;border-top:1px solid var(--grey-border);display:flex;flex-direction:column;gap:12px;flex-shrink:0}.cart-drawer-subtotal{display:flex;justify-content:space-between;font-family:var(--font-cond);font-size:16px;font-weight:700;color:var(--white-pure);letter-spacing:.06em}.cart-drawer-shipping-note{font-family:var(--font-cond);font-size:11px;letter-spacing:.08em;color:var(--grey-muted);text-align:center}.cart-drawer-checkout,.cart-drawer-view-cart{width:100%;justify-content:center}.search-page{background:var(--black)}.search-form{margin-bottom:48px}.search-bar-large{display:flex}.search-input-large{flex:1;background:var(--grey-mid);border:1px solid var(--grey-border);border-right:none;color:var(--white-pure);font-family:var(--font-body);font-size:16px;padding:16px 24px;outline:none;transition:border-color .2s}.search-input-large:focus{border-color:var(--grey-light)}.search-no-results{color:var(--grey-muted);font-family:var(--font-cond);font-size:16px;letter-spacing:.08em}.search-result-count{color:var(--grey-muted);font-family:var(--font-cond);font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:32px}.blog-page{background:var(--black)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.blog-card{background:var(--grey-mid);overflow:hidden;display:flex;flex-direction:column;transition:background .25s}.blog-card:hover{background:#2a2a2a}.blog-card-img{overflow:hidden;aspect-ratio:16/9}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-card:hover .blog-card-img img{transform:scale(1.05)}.blog-card-info{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}.blog-card-date{font-family:var(--font-cond);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--grey-muted)}.blog-card-title{font-family:var(--font-head);font-size:24px;color:var(--white-pure);letter-spacing:.04em;line-height:1.1}.blog-card-excerpt{font-size:13px;color:var(--grey-light);line-height:1.7}.article-page{background:var(--black)}.article-header{padding:48px var(--section-px) 40px;border-bottom:1px solid var(--grey-border)}.article-date{font-family:var(--font-cond);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--grey-muted);display:block;margin-bottom:12px}.article-author{font-family:var(--font-cond);font-size:13px;letter-spacing:.1em;color:var(--grey-muted);display:block;margin-top:12px}.article-hero-img{overflow:hidden;max-height:520px}.article-hero-img img{width:100%;height:100%;object-fit:cover}.article-content{padding:60px var(--section-px);max-width:820px}.article-footer{padding:40px var(--section-px) 60px;border-top:1px solid var(--grey-border)}.rte h1,.rte h2,.rte h3{font-family:var(--font-head);letter-spacing:.04em;margin-bottom:16px;color:var(--white-pure)}.rte p{font-size:15px;line-height:1.8;color:var(--grey-light);margin-bottom:20px}.rte a{color:var(--grey-pale);text-decoration:underline}.rte ul,.rte ol{color:var(--grey-light);font-size:15px;line-height:1.8;padding-left:24px;margin-bottom:20px}.rte img{max-width:100%;margin:24px 0}.page-template{background:var(--black)}.page-header{padding:0 0 40px;border-bottom:1px solid var(--grey-border);margin-bottom:48px}.page-content{max-width:820px}.error-page{background:var(--black);min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.error-page-content{position:relative;z-index:2}.error-page-content p{color:var(--grey-muted);font-size:15px;margin:16px 0 32px}[data-fade]{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}[data-fade].visible{opacity:1;transform:translateY(0)}@media(max-width:1200px){:root{--section-px:40px}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{min-height:420px}.hero-left{padding:60px var(--section-px)}.bikes-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)!important}.why-section{grid-template-columns:1fr}.why-right{display:none}.footer-top{grid-template-columns:1fr 1fr;gap:40px}.collections-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.col-card--hero{grid-row:span 1}.col-card--hero .col-card-name{font-size:32px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.product-page-inner{grid-template-columns:1fr}.product-gallery{position:static}.blog-grid{grid-template-columns:1fr 1fr}.newsletter-section{grid-template-columns:1fr}}@media(max-width:768px){:root{--section-px:20px}.nav-inner{padding:0 20px}.nav-links{display:none}.nav-hamburger{display:flex}.bikes-grid{grid-template-columns:repeat(2,1fr)}.collections-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr!important}.testimonial-inner{flex-direction:column;gap:40px}.testimonial-meta{border-left:none;border-top:1px solid var(--grey-border);padding:24px 0 0}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}.footer-policies{flex-wrap:wrap;gap:16px}.hero-stats{gap:24px}.marquee-item{font-size:36px}.cart-drawer{width:100vw}.section-header{flex-direction:column;align-items:flex-start;gap:16px}.blog-grid{grid-template-columns:1fr}.hero-title{font-size:58px}}.product-card-swatches{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.product-card-swatch{display:inline-block;width:18px;height:18px;border-radius:50%;border:2px solid var(--grey-border);cursor:pointer;transition:transform .15s,border-color .15s;position:relative}.product-card-swatch:hover{transform:scale(1.2);border-color:var(--grey-light)}.product-card-swatch--active{border-color:var(--white-pure);box-shadow:0 0 0 1px var(--white-pure)}.product-card-swatch[style*="background-color: white"],.product-card-swatch[style*="background-color: #fff"],.product-card-swatch[style*="background-color: #ffffff"]{border-color:var(--grey-muted)}.product-card-swatch[style*="background-color: black"],.product-card-swatch[style*="background-color: #000"]{border-color:var(--grey-border)}.product-card-variants{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.product-card-variant-pill{font-family:var(--font-cond);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-muted);border:1px solid var(--grey-border);padding:2px 7px;white-space:nowrap;transition:border-color .2s,color .2s}.product-card:hover .product-card-variant-pill{border-color:var(--grey-muted);color:var(--grey-light)}.product-card-variant-more{font-family:var(--font-cond);font-size:10px;font-weight:600;letter-spacing:.1em;color:var(--grey-muted);padding:2px 4px}.variant-swatches{display:flex;flex-wrap:wrap;gap:10px}.variant-swatch{width:34px;height:34px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .2s;outline:2px solid transparent;outline-offset:3px;position:relative}.variant-swatch:hover{transform:scale(1.1)}.variant-swatch--active{outline-color:var(--white-pure)}.variant-swatch[style*="background-color: white"],.variant-swatch[style*="background-color: #fff"],.variant-swatch[style*="background-color: #ffffff"]{border-color:var(--grey-muted)}.nav-mega-menu:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}.nav-link--highlight{color:var(--white-pure)!important}
/*# sourceMappingURL=/cdn/shop/t/43/assets/theme.css.map */
