*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Aether,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#000;background-color:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}button{font-family:inherit;border:none;background:none;cursor:pointer;transition:opacity .3s ease}button:hover{opacity:.7}.header{position:fixed;width:100%;height:61px;z-index:101;border-bottom:1px solid #ececec;background:#fff;transition:background .35s cubic-bezier(.645,.045,.355,1),border-color .35s ease}.header.header--scrolled{background:#fff;border-bottom:1px solid #e5e5e5}.container{width:100%;padding:0 20px;position:relative;margin:0 auto;max-width:1600px}.h-100{height:100%}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.menu-toggle{position:relative;z-index:2;display:flex;align-items:center;width:16px;height:17px;margin-top:0;outline:0 none;background:none;border:none;cursor:pointer;padding:0}.menu-toggle:before,.menu-toggle:after{content:"";position:absolute;width:16px;background:#181818;height:1px;right:0;transition:all .2s cubic-bezier(.49,.01,.49,.99)}.menu-toggle:before{top:0}.menu-toggle:after{top:16px}.menu-toggle span{display:block;width:100%;background:#181818;height:1px;transition:all .2s cubic-bezier(.49,.01,.49,.99)}.menu-toggle.active-menu-toggle span{opacity:0}.menu-toggle.active-menu-toggle:before{transform:rotate(45deg);top:7px;width:20px;right:-1px}.menu-toggle.active-menu-toggle:after{top:7px;width:20px;right:-1px;transform:rotate(-45deg)}.site-name{position:absolute;display:block;text-align:center;left:50%;transform:translate(-50%);margin:0;z-index:1;top:19px;transition:none}.site-name a{display:block;position:relative}.site-name img{height:auto;width:auto;transition:opacity .3s ease}.site-name .logo-big{height:21px;opacity:1}.site-name .logo-small{position:absolute;left:50%;top:0;transform:translate(-50%);height:30px;opacity:0}.site-name .logo-white{position:absolute;left:50%;top:0;transform:translate(-50%);height:21px;opacity:0}.header.header--scrolled .site-name .logo-big{opacity:0}.header.header--scrolled .site-name .logo-small{opacity:1}.header.header--over-hero{background:transparent;border-bottom-color:transparent}.header.header--over-hero .menu-toggle:before,.header.header--over-hero .menu-toggle:after,.header.header--over-hero .menu-toggle span{background:#fff}.header.header--over-hero .search-ic svg,.header.header--over-hero .account-ic svg,.header.header--over-hero .wishlist-ic svg,.header.header--over-hero .cart-ic svg{stroke:#fff}.header.header--over-hero .cart-count,.header.header--over-hero .wishlist-count{background:#fff;color:#000}.header.header--over-hero .site-name .logo-big,.header.header--over-hero .site-name .logo-small{opacity:0}.header.header--over-hero .site-name .logo-white{opacity:1}.navbar-wrapper{display:flex;align-items:center}.navbar{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar__link a{font-family:Aether Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:#181818;text-decoration:none;transition:opacity .3s ease}.navbar__link a:hover{opacity:.6}.navbar__cart a{position:relative;display:flex;align-items:center;text-decoration:none}.icon-cart{width:20px;height:20px;transition:all .3s ease}.cart-count{position:absolute;top:-4px;right:-4px;background:#000;color:#fff;font-size:.625rem;font-family:Aether Mono,monospace;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1;pointer-events:none;z-index:2;padding:0;text-align:center}.cart-count:empty{display:none}.top-bar{position:fixed;top:61px;left:0;right:0;z-index:100;background:#f0f0f0;border-bottom:1px solid #e5e5e5;text-align:center;padding:.5rem 1rem;font-family:Aether Mono,monospace;font-size:.5rem;letter-spacing:.05em;color:#181818;white-space:nowrap;transition:background .35s ease,border-color .35s ease,color .35s ease}.header.header--over-hero+.top-bar{background:transparent;border-bottom-color:transparent;color:#fff}@media only screen and (min-width:768px){.top-bar{font-size:.625rem}}.header.header--scrolled+.top-bar{background:#f0f0f0;border-bottom:1px solid #e5e5e5}.header-left{display:flex;align-items:center;gap:1.25rem;height:100%}.search-ic,.account-ic,.wishlist-ic{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.search-ic:hover,.account-ic:hover,.wishlist-ic:hover{opacity:.6}.navbar__account,.navbar__wishlist{display:flex;align-items:center;height:100%}.side-menu{position:fixed;top:0;left:0;width:100%;max-width:460px;height:100vh;background:#fff;color:#181818;z-index:200;transform:translate(-100%);transition:transform .5s cubic-bezier(.645,.045,.355,1);display:flex;flex-direction:column;overflow-y:auto;border-right:1px solid #ececec}.side-menu.open{transform:translate(0)}.side-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000059;z-index:199;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.side-menu-overlay.visible{opacity:1;visibility:visible}.side-menu-header{display:flex;align-items:stretch;border-bottom:1px solid #ececec;flex-shrink:0}.menu-tabs{display:flex;flex:1}.menu-tab{flex:1;background:transparent;border:none;color:#b0b0b0;font-family:Aether,serif;font-size:.5625rem;text-transform:uppercase;letter-spacing:.1em;padding:.15rem 0;cursor:pointer;transition:color .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.menu-tab.active{color:#181818;border-bottom-color:#181818}.close-menu{background:transparent;border:none;color:#181818;font-size:1.5rem;line-height:1;padding:0 1.75rem;cursor:pointer;transition:opacity .3s ease}.close-menu:hover{opacity:.6}.side-menu-content{flex:1;padding:.75rem 0;overflow-y:auto}.tab-content{display:none}.tab-content.active{display:block}.menu-list{list-style:none;margin:0;padding:0}.menu-list li a{display:block;padding:.3rem 1.5rem;color:#181818;text-decoration:none;font-family:Aether,serif;font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;line-height:1.2;transition:opacity .3s ease}.menu-list li a:hover{opacity:.55}.side-menu-footer{padding:.85rem 1.5rem 1rem;border-top:1px solid #ececec;flex-shrink:0}.menu-email-form{display:flex;align-items:center;border-bottom:1px solid #181818;padding-bottom:.4rem}.menu-email-input{flex:1;background:transparent;border:none;color:#181818;font-family:Aether,serif;font-size:.75rem;letter-spacing:.05em;padding:.35rem 0;outline:none}.menu-email-input::placeholder{color:#999}.menu-email-submit{background:transparent;border:none;color:#181818;font-family:Aether,serif;font-size:.75rem;cursor:pointer;padding:.5rem .25rem;transition:opacity .3s ease}.menu-email-submit:hover{opacity:.6}.menu-privacy{margin:.6rem 0 0;font-family:Aether,serif;font-size:.5625rem;letter-spacing:.05em;color:#999;line-height:1.4}.menu-privacy a{color:#181818;text-decoration:underline}.home-snap-container{height:100vh;height:100dvh;overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-snap-container::-webkit-scrollbar{display:none;width:0;height:0}.snap-section{height:100vh;height:100dvh;width:100%;scroll-snap-align:start;scroll-snap-stop:always;position:relative}.hero-video-section{overflow:hidden;background:#000}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.hero-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:2;cursor:pointer;text-decoration:none;opacity:1;transition:none}.hero-link:hover,.hero-link:focus,.hero-link:active{opacity:1;text-decoration:none;outline:none}.hero-tagline{position:absolute;bottom:3.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;z-index:6}.hero-tagline-text{margin:0;font-family:Aether,serif;font-style:normal;font-weight:400;font-size:.5625rem;text-transform:uppercase;letter-spacing:1.5em;text-indent:1.5em;color:#fff;white-space:nowrap;line-height:1}.hero-tagline-btn{pointer-events:auto;cursor:pointer;display:inline-block;padding:.7rem 1.75rem;border:1px solid #fff;color:#fff;text-decoration:none;font-family:Aether,serif;font-weight:400;font-size:.5625rem;text-transform:uppercase;letter-spacing:.22em;text-indent:.22em;background:transparent;transition:background .3s ease,color .3s ease,opacity .3s ease;line-height:1;opacity:1;white-space:nowrap;position:relative;z-index:7}.hero-tagline-btn:hover,.hero-tagline-btn:focus{background:#fff;color:#181818;opacity:1;text-decoration:none;outline:none}.hero-handwriting{width:100%;height:auto;display:block;overflow:visible;transform:scaleX(2.3);transform-origin:center}.hero-pen-cursor{display:none}.hero-handwriting path{fill:#fff;stroke:#fff;fill-rule:evenodd}.scroll-indicator{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:0;pointer-events:auto;z-index:5;background:transparent;border:none;cursor:pointer;padding:.5rem 1rem}.scroll-indicator:focus{outline:none}.scroll-arrow{width:11px;height:11px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg);opacity:.85}@media(max-width:768px){.hero-tagline{bottom:2.5rem}.hero-tagline-text{font-size:.5rem;letter-spacing:1em;text-indent:1em}.scroll-indicator{bottom:.85rem}}.product-preview-section{background:#fff;padding:calc(61px + 2.5rem) 3rem 3rem 3rem;display:flex;flex-direction:column;box-sizing:border-box}.product-preview-container{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;flex:1;gap:2rem}.product-preview-header{text-align:center}.product-preview-title{font-family:Aether,serif;font-size:1.5rem;text-transform:uppercase;letter-spacing:.18em;color:#181818;margin:0 0 .4rem;font-weight:400}.product-preview-subtitle{font-family:Aether Mono,monospace;font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:#666;margin:0}.product-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;flex:1;align-items:center;justify-content:center}@media(max-width:900px){.product-preview-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:900px){.product-preview-section.snap-section{height:100vh;height:100dvh;min-height:0;padding:calc(70px + .5rem) .6rem .6rem;gap:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.product-preview-header{flex-shrink:0;margin-bottom:0}.product-preview-title{font-size:.95rem;margin-bottom:.2rem}.product-preview-subtitle{font-size:.5rem}.product-preview-grid{gap:.5rem;flex:1;align-content:center;min-height:0}.product-card-image{background:#f5f5f5;aspect-ratio:1 / 1;margin-bottom:.3rem;max-height:28vh;max-height:28dvh;object-fit:contain}.product-card-image img{max-height:100%;object-fit:cover}.product-card-name{font-size:.6rem;letter-spacing:.1em;margin-bottom:.05rem}.product-card-price{font-size:.55rem}.product-preview-cta-wrapper{flex-shrink:0;margin-top:0}.product-preview-cta{padding:.55rem 1.5rem;font-size:.5rem;letter-spacing:.16em}}.product-card{display:block;text-decoration:none;color:inherit;opacity:1;transition:none}.product-card:hover,.product-card:focus,.product-card:active{opacity:1;text-decoration:none;outline:none}.product-card-image{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5;margin-bottom:.85rem}.product-card-image img{width:100%;height:100%;object-fit:cover;display:block}.product-card-info{text-align:center}.product-card-name{font-family:Aether,serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#181818;margin:0 0 .25rem;font-weight:400}.product-card-price{font-family:Aether Mono,monospace;font-size:.6875rem;color:#666;margin:0;letter-spacing:.05em}.product-preview-empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:#999;font-family:Aether,serif}.product-preview-empty-hint{font-size:.75rem;color:#aaa;margin-top:.5rem}.product-preview-cta-wrapper{text-align:center}.product-preview-cta{display:inline-block;padding:.6rem 2rem;border:1px solid #181818;color:#181818;background:transparent;text-decoration:none;font-family:Aether,serif;font-size:.625rem;text-transform:uppercase;letter-spacing:.18em;transition:background .3s ease,color .3s ease}.product-preview-cta:hover{background:#181818;color:#fff;opacity:1}@media(max-width:768px){.product-preview-section{padding:calc(45px + 1.5rem) 1.25rem 1.5rem 1.25rem}.product-preview-title{font-size:1.1rem;letter-spacing:.15em}.product-preview-subtitle{font-size:.5rem}.product-preview-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.product-card-name{font-size:.65rem}.product-card-price{font-size:.6rem}}.dual-blocks-section{display:flex;flex-direction:row;background:#fff;padding-top:calc(61px + 3rem);padding-bottom:3rem;padding-left:clamp(1rem,5vw,10rem);padding-right:clamp(1rem,5vw,10rem);gap:clamp(1rem,5vw,10rem)}.dual-block{flex:1;position:relative;overflow:hidden;display:block;text-decoration:none;color:#fff;outline:none;opacity:1;transition:none}.dual-block:hover,.dual-block:focus,.dual-block:active{outline:none;text-decoration:none;opacity:1}.dual-block-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.dual-block-cta{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);min-width:14rem;height:2.5rem;padding:0 1.25rem;border:1px solid #fff;background:transparent;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none;box-sizing:border-box}.dual-block-cta span{font-family:Aether,serif;font-size:.5rem;text-transform:uppercase;letter-spacing:.1em;color:inherit;white-space:nowrap;line-height:1}@media(max-width:768px){.dual-blocks-section{flex-direction:column;padding:calc(70px + .75rem) 1rem 1rem;gap:.75rem;height:100vh;height:100dvh;box-sizing:border-box}.dual-block{flex:1;min-height:0}.dual-block-cta{padding:0 1rem;bottom:1rem;min-width:9rem;height:1.85rem}.dual-block-cta span{font-size:.4375rem;letter-spacing:.08em}}@media only screen and (min-width:1025px){.menu-toggle{margin-top:0}.site-name{top:17px}.d-none{display:none!important}.d-lg-block{display:inline-block!important}}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background:#fff;z-index:2000;transition:right .4s ease;box-shadow:-2px 0 20px #0000001a}.mobile-menu.active{right:0}.mobile-menu-content{padding:3rem;height:100%;display:flex;flex-direction:column}.close-menu{align-self:flex-end;font-size:2rem;line-height:1;margin-bottom:4rem}.menu-list{list-style:none;display:flex;flex-direction:column;gap:3rem}.menu-list a{font-size:.875rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;display:block}.hero-section{width:100%;background:#000;padding:0;margin:0;position:relative}.video-container{position:relative;width:100%;height:100vh;min-height:500px;overflow:hidden;background:#000;margin:0;padding:0}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.email-section{padding:3.75rem;background:#fff}.email-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;min-height:67vh}.email-image{background:#f0f0f0;overflow:hidden}.email-image img{width:100%;height:100%;object-fit:cover}.email-content{display:flex;flex-direction:column;justify-content:center;padding:3rem;max-width:520px;margin:0 auto}.email-quote{margin-bottom:2rem}.email-quote p{font-family:Aether Mono,monospace;font-size:.675rem;line-height:1.8;color:#000;letter-spacing:.02em;text-align:center}.email-form{display:flex;flex-direction:row;align-items:center;gap:2.5rem;border-bottom:1px solid #000;padding-bottom:.75rem;max-width:600px;margin:0 auto}.email-input{flex:1;padding:0;font-family:Aether Mono,monospace;font-size:.775rem;border:none;background:transparent;transition:opacity .3s ease;letter-spacing:.02em;color:#000}.email-input::placeholder{color:#ccc;font-family:Aether Mono,monospace;font-size:.775rem;letter-spacing:.02em}.email-input:focus{outline:none}.email-submit{padding:0;font-family:Aether Mono,monospace;font-size:.775rem;letter-spacing:.02em;background:transparent;color:#000;border:none;transition:opacity .3s ease;cursor:pointer;white-space:nowrap}.email-submit:hover{opacity:.7}.form-message{font-family:Aether Mono,monospace;font-size:.7rem;margin-top:.5rem;min-height:18px;text-align:center}.form-message.success{color:#28a745}.form-message.error{color:#dc3545}.about-preview{padding:3.75rem;background:#fff}.about-container{max-width:1400px;margin:0 auto}.about-subtitle{font-size:.7rem;font-weight:400;letter-spacing:.05em;margin-bottom:1.5rem;color:#000}.about-header{text-align:center;margin-bottom:3rem}.about-header h2{font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;min-height:60vh}.about-text{display:flex;flex-direction:column;justify-content:center;padding:2rem}.about-text h3{font-size:.75rem;font-weight:400;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase;text-align:center}.about-quote{font-family:Aether Mono,monospace;font-size:.675rem;line-height:1.8;margin-bottom:2rem;color:#000;letter-spacing:.02em}.about-intro{font-size:.675rem;line-height:1.8;color:#000;margin-bottom:1.5rem;letter-spacing:.02em}.about-text .btn-primary{display:inline-block;padding:0 0 .75rem;font-family:Aether Mono,monospace;font-size:.775rem;letter-spacing:.02em;border-bottom:1px solid #000;text-transform:none;background:transparent;color:#000;transition:opacity .3s ease}.about-text .btn-primary:hover{opacity:.7;background:transparent}.about-image{background:#f0f0f0;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.btn-primary,.btn-secondary{display:inline-block;padding:.75rem 2rem;font-family:Aether Mono,monospace;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:#fff;color:#000;border-bottom:1px solid #000000}.btn-primary:hover{background:#fff;color:#000;opacity:1}.btn-secondary{background:#000;color:#fff;border-bottom:1px solid #000}.btn-secondary:hover{background:#fff;color:#000;opacity:1;transition:1s}.product-preview{padding:11rem 2rem 8rem;background:#f5f5f5}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:1.25rem;font-weight:400;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.section-header p{font-size:.875rem;color:#666}.products-grid{max-width:1200px;margin:0 auto 4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;transition:all .3s ease;border:1px solid transparent}.product-card:hover{transform:translateY(-5px);border-color:#0000001a}.product-image{width:100%;aspect-ratio:1 / 1;background:#fafafa;margin-bottom:1rem;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.03)}.product-info{padding:0 .75rem 1rem;display:inline-block;min-width:0}.product-name{font-size:.875rem;font-weight:400;letter-spacing:.05em;margin-bottom:.35rem;text-transform:uppercase}.product-description{font-family:Aether Mono,monospace;font-size:.875rem;line-height:1.6;color:#666;margin-bottom:1rem}.product-price{font-family:Aether Mono,monospace;font-size:.75rem;font-weight:400;text-align:right;color:#666}.view-all-container{text-align:center}.view-all-container .btn-secondary{background:transparent;color:#000;border:none;border-bottom:1px solid #000;padding:0 0 .5rem;font-size:.875rem}.view-all-container .btn-secondary:hover{background:transparent;color:#000;opacity:.6}.collection-template{padding:10rem 2rem 4rem;max-width:1600px;margin:0 auto}.collection-header{text-align:center;margin-bottom:4rem}.collection-header h1{font-family:Aether Mono,monospace;font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;color:#000}.collection-description{font-family:Aether Mono,monospace;font-size:.75rem;color:#666;max-width:600px;margin:0 auto}.motorsport-section{padding:calc(61px + 1.25rem) 2rem 1.25rem;background:#fff;height:100vh;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.motorsport-container{max-width:1400px;margin:0 auto;width:100%;flex:1;min-height:0;display:flex;flex-direction:column}.motorsport-section .section-header{margin-bottom:1.25rem;flex-shrink:0}.motorsport-section .section-header h2{font-size:1.25rem;letter-spacing:.06em;margin-bottom:0}.motorsport-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;margin-top:0;flex:1;min-height:0}.motorsport-text{display:flex;flex-direction:column;gap:.85rem;overflow:hidden}.motorsport-text p{font-size:.625rem;line-height:1.6;color:#000;letter-spacing:.02em;margin:0}.motorsport-gallery{display:flex;flex-direction:column;gap:.75rem;min-height:0}.gallery-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;min-height:0}.gallery-row:first-child{flex:0 0 auto}.gallery-row:last-child{flex:1;min-height:0}.gallery-item{aspect-ratio:16 / 10;background:#f0f0f0;overflow:hidden}.gallery-item-large{grid-column:span 2;aspect-ratio:unset;height:100%;width:100%}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.credits-carousel{background:#fff;padding:2.5rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;overflow:hidden}.marquee{--gap: 4rem;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:var(--gap)}.marquee:hover .marquee__content{animation-play-state:paused}.marquee__content{flex-shrink:0;display:flex;justify-content:space-around;align-items:center;min-width:100%;gap:var(--gap);animation:marquee-scroll 30s linear infinite}.marquee__content img{height:40px;width:auto;object-fit:contain;opacity:.85;transition:opacity .3s ease}.marquee__content img:hover{opacity:1}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}.footer{padding:6rem 2rem 3rem;background:#000;color:#fff}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem}.footer-column h3{font-size:1.5rem;font-weight:400;margin-bottom:1rem}.footer-column h4{font-family:Aether Mono,monospace;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.footer-column p{font-family:Aether Mono,monospace;font-size:.875rem;line-height:1.8;color:#aaa}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.75rem}.footer-column ul a{font-family:Aether Mono,monospace;font-size:.875rem;color:#aaa}.footer-column ul a:hover{color:#fff}.footer-bottom{padding-top:3rem;border-top:1px solid #333;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-company-info{width:100%;text-align:center;margin-bottom:1.5rem}.footer-company-info p{font-family:Aether Mono,monospace;font-size:.6rem;color:#666;line-height:1.6;letter-spacing:.02em}.footer-bottom>p{font-family:Aether Mono,monospace;font-size:.75rem;color:#666}.footer-links{display:flex;gap:2rem}.footer-links a{font-family:Aether Mono,monospace;font-size:.75rem;color:#666}.footer-links a:hover{color:#fff}@media(min-width:1440px){.email-container,.about-container{max-width:1600px;gap:6rem}.products-grid{max-width:1600px;grid-template-columns:repeat(3,1fr);gap:3rem}.motorsport-container{max-width:1600px}.section-header h2{font-size:1.5rem}.section-header p{font-size:1rem}.carousel-logos{gap:10rem}}@media(max-width:1024px){.floating-header{padding:1.25rem 1.5rem}.floating-header.scrolled{padding:1rem 1.5rem}.header-container{grid-template-columns:200px 1fr 200px}.logo{height:20px}.logo img{height:20px;width:200px}.email-container,.about-container{gap:3rem;min-height:60vh}.email-content,.about-text{padding:2.5rem}.about-container,.motorsport-content{grid-template-columns:1fr;gap:3rem}.about-content{grid-template-columns:1fr;gap:0}.about-text{order:2}.about-image{order:1;min-height:400px}.email-image{min-height:400px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.product-preview{padding:5rem 1.5rem}.motorsport-section{padding:calc(61px + 1.25rem) 1.5rem 2rem;height:auto;min-height:calc(100vh + -0px);overflow:visible;display:block}.motorsport-container{flex:none;display:block}.motorsport-content{display:grid;grid-template-columns:1fr;gap:2rem;flex:none}.motorsport-gallery{min-height:0}.gallery-row{flex:none}.gallery-item,.gallery-item-large{aspect-ratio:16 / 10;height:auto}.section-header{margin-bottom:3rem}.motorsport-text p{font-size:.8rem}.marquee{--gap: 3rem}.marquee__content img{height:32px}.footer{padding:4rem 1.5rem 2rem}}@media(max-width:768px){.header{height:50px}.site-name{top:14px}.site-name .logo-big,.site-name .logo-white{height:18px}.site-name .logo-small{height:26px}.menu-toggle{margin-top:16px}.top-bar{top:50px;font-size:.45rem;padding:.4rem .5rem}.hero-section{padding-top:0}.video-container{height:70vh;min-height:400px}.video-container video{object-fit:cover}.email-section{padding:0;margin-top:2rem}.email-container{grid-template-columns:1fr;min-height:auto;gap:0}.email-image{height:50vh;min-height:300px;order:1}.email-content{padding:1.5rem;order:2}.email-quote{margin-bottom:1.25rem}.email-quote p{font-size:.65rem;line-height:1.8}.email-form{gap:1rem;flex-direction:row;align-items:center;width:100%;padding-bottom:.5rem}.email-input{font-size:.7rem;text-align:left;flex:1}.email-submit{padding:0;font-size:.65rem;border-bottom:none;border-top:none;flex-shrink:0}.about-preview{padding:0;margin-top:2rem}.about-container{grid-template-columns:1fr;min-height:auto;gap:0}.about-text{padding:2.5rem 1.5rem;order:2}.about-text h3{font-size:.7rem;margin-bottom:1rem}.about-subtitle{font-size:.6rem;margin-bottom:1rem}.about-text h2{font-size:.75rem;margin-bottom:1.5rem}.about-quote{font-size:.625rem;margin-bottom:1.5rem}.about-intro{font-size:.7rem;margin-bottom:1rem}.about-text .btn-primary{font-size:.7rem}.about-image{height:50vh;min-height:300px;order:1}.collection-template{padding:6rem 1.5rem 3rem}.collection-header{margin-bottom:2.5rem}.collection-header h1{font-size:.875rem}.collection-description{font-size:.7rem}.product-preview{padding:3rem 1rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:1rem;margin-bottom:.75rem}.section-header p{font-size:.75rem}.products-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;margin-bottom:2.5rem;padding:0 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 90%;max-width:90%;scroll-snap-align:center}.product-name{font-size:.8rem}.product-price{font-size:.7rem}.view-all-container .btn-secondary{font-size:.75rem}.motorsport-section{padding:calc(61px + 1rem) 1rem 2rem;height:auto;min-height:100vh;overflow:visible;display:block}.motorsport-container{flex:none;display:block}.motorsport-content{grid-template-columns:1fr;gap:1.5rem;margin-top:1rem;flex:none}.motorsport-section .section-header{margin-bottom:.75rem}.motorsport-section .section-header h2{font-size:1rem}.motorsport-text{gap:.75rem}.motorsport-text p{font-size:.7rem;line-height:1.7}.motorsport-gallery{min-height:0}.gallery-row{grid-template-columns:1fr;gap:1rem;flex:none}.gallery-item,.gallery-item-large{grid-column:1;aspect-ratio:16 / 10;height:auto}.credits-carousel{padding:1.5rem 0}.marquee{--gap: 2rem}.marquee__content img{height:28px}.footer{padding:3rem 1.5rem 2rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem}.footer-column h3{font-size:1.25rem}.footer-column h4{font-size:.75rem;margin-bottom:1rem}.footer-column p,.footer-column ul a{font-size:.75rem}.footer-bottom{padding-top:2rem;gap:1.5rem}.footer-company-info p{font-size:.55rem;line-height:1.5}.footer-bottom>p,.footer-links a{font-size:.65rem}}@media(max-width:480px){.header{height:45px}.site-name{top:50%;transform:translate(-50%,-50%)}.site-name .logo-big,.site-name .logo-white,.site-name .logo-small{height:16px}.menu-toggle{margin-top:0}.header-left,.navbar{gap:.85rem}.search-ic svg,.account-ic svg,.wishlist-ic svg,.icon-cart{width:16px;height:16px}.top-bar{top:45px;font-size:.4rem;padding:.35rem .5rem}.hero-section{padding-top:0}.video-container{height:60vh;min-height:300px}.email-content,.about-text{padding:2rem 1rem}.about-text h3{font-size:.65rem;margin-bottom:.75rem}.about-subtitle{font-size:.55rem;margin-bottom:.75rem}.email-quote p,.about-quote{font-size:.6rem}.email-input,.about-intro{font-size:.65rem;margin-bottom:.75rem}.email-submit{font-size:.6rem;padding:.65rem 0}.about-text h2{font-size:.7rem}.product-preview{padding:2.5rem 1rem}.motorsport-section{padding:calc(61px + .75rem) 1rem 1.5rem}.section-header h2{font-size:.875rem}.section-header p{font-size:.7rem}.products-grid{gap:1rem;padding:0 .5rem}.product-card{flex:0 0 95%;max-width:95%}.product-name{font-size:.75rem}.product-price{font-size:.65rem}.product-info{padding:0 .5rem .75rem}.motorsport-text p{font-size:.7rem}.credits-carousel{padding:1rem 0}.marquee{--gap: 1.5rem}.marquee__content img{height:22px}.footer{padding:2.5rem 1rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-column h3{font-size:1.125rem}.footer-column h4,.footer-column p,.footer-column ul a{font-size:.7rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-company-info p{font-size:.5rem}.footer-bottom>p,.footer-links a{font-size:.6rem}.footer-links{gap:1.5rem}}@media(max-width:360px){.header-container{grid-template-columns:130px 1fr auto;gap:.5rem}.logo{height:14px}.logo img{height:14px;width:130px}.video-container,.email-image,.about-image{min-height:250px}.email-content,.about-text{padding:1.5rem .75rem}.products-grid{gap:1.25rem}.credits-carousel{padding:1rem 0;min-height:45px}.carousel-logos{gap:2.5rem;padding:0 1rem}.carousel-logos img{height:20px;max-width:55px}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/main.css.map */
