@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Barlow:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#111111;--line:#343434;--muted:#aaa;--red:#ee353d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:#f3f3f0;font-family:Barlow,Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}header{height:94px;margin:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:700;letter-spacing:2px;font-size:20px;display:flex;align-items:center}.brand span{font-weight:400}.brand i{display:inline-block;background:var(--red);width:18px;height:23px;transform:skew(-24deg);margin-left:14px}nav{display:flex;gap:32px;font-size:14px;color:#ccc}nav a:hover{color:var(--red)}.sale-label,.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px}.sale-label{color:#bbb}.intro{padding:66px 5% 48px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.eyebrow{margin:0 0 20px;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1,h2,.amount,.footer-price{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:600}h1{font-size:clamp(70px,7.7vw,120px);line-height:.94;letter-spacing:-2px;margin:0;text-transform:uppercase}h1 em{color:var(--red);font-style:normal}.price{padding-bottom:3px;max-width:340px}.price .eyebrow{margin-bottom:8px}.amount{font-size:62px;line-height:1;margin-bottom:18px}.price>p:last-of-type{color:var(--muted);font-size:15px;line-height:1.5}.button{display:flex;justify-content:space-between;align-items:center;padding:17px 22px;background:var(--red);font-size:14px;font-weight:600;margin-top:26px}.button:hover{background:#fa4a51}.button span{font-size:21px}.hero{margin:0 2%;position:relative;height:clamp(350px,48vw,720px);overflow:hidden}.hero img{width:100%;height:100%;object-fit:cover;object-position:center 45%}.hero-caption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:50px 3.2% 25px;background:linear-gradient(transparent,#0009);font-size:12px;letter-spacing:1.5px}.hero-caption a{letter-spacing:0;font-size:14px}.stats{margin:0 5%;padding:36px 0;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);gap:24px}.stats>div+div{border-left:1px solid var(--line);padding-left:30px}.stats p{font-family:'Barlow Condensed',Arial,sans-serif;font-size:30px;font-weight:500;margin-bottom:9px}.stats p span{font-size:20px;color:var(--muted)}small{font-size:11px;letter-spacing:1.25px;color:var(--muted)}.section{padding:88px 5% 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}.section-head .eyebrow{color:var(--red);margin-bottom:14px}h2{font-size:clamp(44px,4.5vw,64px);line-height:1.02;letter-spacing:-.5px;margin-bottom:0}.section-head>p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:4px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo{padding:0;background:#202020;border:0;position:relative;overflow:hidden;aspect-ratio:4/3}.photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo:hover img{transform:scale(1.035)}.photo span{position:absolute;bottom:14px;right:14px;display:grid;place-items:center;background:#111d;color:white;width:34px;height:34px;font-size:22px}.detail-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:8%}.wrap-card{background:#1c1c1c;border-top:3px solid var(--red);padding:36px;height:fit-content}.wrap-card h3{font-family:'Barlow Condensed',Arial,sans-serif;font-size:36px;font-weight:500;line-height:1.1;margin:24px 0 18px}.wrap-card p{color:#bbb;line-height:1.7;font-size:16px}.coupon{margin:32px 0;padding:25px 0;border-top:1px solid #444;border-bottom:1px solid #444;display:flex;align-items:center;gap:24px}.coupon strong{font-family:'Barlow Condensed',Arial,sans-serif;font-size:40px;color:var(--red);white-space:nowrap}.coupon p{font-size:14px;margin:0}.tires h4{font-size:17px;margin:0 0 10px}.tires p{margin-bottom:0}.accessories h3{font-size:22px;font-weight:500;margin:0 0 22px}.accessories ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.accessories li{padding:16px 0 16px 20px;position:relative;border-top:1px solid var(--line);line-height:1.4;font-size:15px}.accessories li:before{content:'+';position:absolute;left:0;color:var(--red)}.accessories li span{display:block;color:var(--muted);font-size:13px;margin-top:6px}.service-list article{display:grid;grid-template-columns:180px 1fr 30px;gap:26px;padding:26px 0;border-top:1px solid var(--line);align-items:baseline}.service-list time{font-size:12px;letter-spacing:1.5px;color:var(--muted)}.service-list h3{font-size:18px;font-weight:400;margin:0;line-height:1.6}.service-list article>span{color:#666;font-size:12px}.service-list article:last-child{border-bottom:1px solid var(--line)}footer{margin-top:90px;padding:60px 5%;background:#e9363e;display:flex;justify-content:space-between;align-items:center;gap:30px}footer .eyebrow{color:#350b0d}footer h2{font-size:70px;text-transform:uppercase}footer>div:last-child{text-align:right}.footer-price{font-size:60px;margin-bottom:8px}footer p:last-child{font-size:14px}dialog{border:0;padding:60px;background:#101010f5;color:white;max-width:100vw;max-height:100dvh;width:100vw;height:100dvh}dialog::backdrop{background:#000d}dialog[open]{display:flex;align-items:center;justify-content:center}dialog figure{margin:0;max-width:100%;text-align:center}dialog img{max-width:100%;max-height:78dvh;object-fit:contain}figcaption{font-size:14px;color:#bbb;padding-top:14px}dialog button{position:absolute;background:#222;border:1px solid #555;color:white;width:44px;height:44px}dialog .close{top:16px;right:18px}.previous{left:10px}.next{right:10px}button[hidden]{display:none}a:focus-visible,button:focus-visible{outline:3px solid white;outline-offset:5px}@media(max-width:750px){header{height:76px}.sale-label{display:none}nav{gap:16px}.brand{font-size:15px;letter-spacing:1px}.brand i{width:12px;height:18px;margin-left:8px}.intro{padding-top:38px;display:block}.price{margin-top:32px;max-width:none}.price .amount{font-size:48px}.price .button{max-width:330px}.hero{height:370px}.hero img{object-position:48% center}.hero-caption{padding:45px 16px 18px}.hero-caption>span{font-size:9px}.stats{grid-template-columns:1fr 1fr;gap:28px 16px;padding:28px 0}.stats>div+div{padding-left:0;border:0}.stats p{font-size:26px}small{font-size:10px}.section{padding-top:60px}.section-head{display:block}.section-head>p{margin-top:20px}.gallery{grid-template-columns:repeat(2,1fr);gap:12px}.detail-layout{grid-template-columns:1fr;gap:32px}.wrap-card{padding:28px}.accessories ul{column-gap:20px}.service-list article{grid-template-columns:1fr 25px;gap:10px}.service-list time{grid-column:1/-1}.service-list h3{font-size:16px}footer{margin-top:60px;display:block;padding-top:40px;padding-bottom:40px}footer>div:last-child{text-align:left;margin-top:30px}footer h2{font-size:56px}dialog{padding:58px 12px}.previous,.next{bottom:15px}.coupon{gap:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.photo img{transition:none}}

.purchase>.eyebrow{color:var(--red)}.purchase-content{display:flex;gap:60px;justify-content:space-between;align-items:center}.purchase-content p{max-width:610px;color:#bbb;line-height:1.7;margin-bottom:0}.purchase-content a{font-size:20px;border-bottom:1px solid var(--red);padding-bottom:8px;white-space:nowrap}@media(max-width:750px){.purchase-content{display:block}.purchase-content a{display:inline-block;margin-top:24px;font-size:18px}}

.gallery-coming-soon{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.1;color:var(--red);margin:0;padding:32px 0 40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

header nav{margin-left:auto}header .brand{gap:0}header .brand span{margin-left:0}.intro>div:first-child{max-width:72%}.intro h1{font-size:clamp(3.5rem,6.3vw,6.8rem);line-height:1.02;max-width:960px}.availability{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:600;color:var(--red);margin:20px 0 0;line-height:1.1}.stats{grid-template-columns:repeat(3,1fr)}.purchase .section-head h2{max-width:850px}.photos-notice{padding-top:60px}@media(max-width:750px){header{height:auto;min-height:90px;flex-wrap:wrap;gap:18px;padding:20px 0}header .brand{font-size:15px}header nav{gap:18px;font-size:14px}.intro>div:first-child{max-width:none}.intro h1{font-size:clamp(3rem,10.5vw,4.5rem);letter-spacing:-1px}.stats{grid-template-columns:1fr;gap:24px}.stats>div+div{padding-top:20px;border-top:1px solid var(--line)}.photos-notice{padding-top:40px}}

header .brand{max-width:180px}header .brand-logo{display:block;width:100%;max-width:180px;height:auto}
header{height:auto;min-height:134px;padding-top:16px;padding-bottom:16px}
