@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap";:root{--black:#090909;--panel:#141414;--red:#b41d24;--gold:#c7a365;--white:#f4f1ec;--muted:#a5a19c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Inter,Arial,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand,.btn,.nav,.eyebrow,.text-link{font-family:Barlow Condensed,Impact,sans-serif}h1,h2{font-weight:800;line-height:.95;letter-spacing:-.02em}h1{font-size:clamp(58px,9vw,138px)}h2{font-size:clamp(46px,6vw,88px)}h2 em,.story h2 em{color:var(--gold);font-style:normal}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;z-index:100;background:#fff;color:#000;padding:10px}.announcement{text-align:center;background:#89191f;padding:9px 16px;letter-spacing:.17em;font:600 11px Inter,sans-serif}.site-header{height:86px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#090909f7;border-bottom:1px solid #2c2c2c;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.045em}.brand-number{font-size:53px;line-height:.7;color:var(--white)}.brand-words{font-size:23px;line-height:.85;letter-spacing:.01em;display:block}.brand-words em{display:block;color:var(--red);font-style:normal;letter-spacing:.19em}.nav{display:flex;align-items:center;gap:31px;font-size:17px;font-weight:700;letter-spacing:.07em}.nav a:hover,.text-link:hover{color:var(--gold)}.menu-toggle{display:none;background:none;border:0;color:#fff;font-family:Barlow Condensed;font-size:20px}.hero{min-height:680px;height:calc(100svh - 120px);max-height:950px;position:relative;display:flex;align-items:center;padding:7% 8%;background-image:var(--hero-image,linear-gradient(120deg,#151515,#27201c 45%,#100c0d));background-position:center;background-size:cover;overflow:hidden}.hero:before{content:"FM";position:absolute;font:900 clamp(280px,43vw,720px)/1 "Barlow Condensed",Impact,sans-serif;color:#ffffff0b;right:-3%;bottom:-18%;letter-spacing:-.07em;pointer-events:none}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000e0,#0000008a 53%,#00000026)}.hero-content{position:relative;max-width:800px;z-index:1}.eyebrow{color:var(--gold);font-size:16px;font-weight:700;letter-spacing:.21em;margin-bottom:22px}.hero h1{max-width:800px;margin-bottom:30px}.hero-copy{max-width:490px;color:#ded9d3;line-height:1.9;font-size:16px}.hero-actions{display:flex;gap:36px;align-items:center;flex-wrap:wrap;margin-top:38px}.btn{border:1px solid transparent;display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:17px 25px;font-size:18px;font-weight:700;letter-spacing:.07em;cursor:pointer;min-height:54px}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:#d3242e}.btn-outline{border-color:#aaa;background:transparent;color:#fff}.btn-outline:hover{border-color:var(--gold)}.text-link{font-size:18px;font-weight:700;letter-spacing:.09em;border-bottom:1px solid var(--gold);padding-bottom:9px}.hero-side{position:absolute;right:2%;top:35%;writing-mode:vertical-rl;letter-spacing:.2em;font-size:10px;z-index:1}.hero-bottom{position:absolute;bottom:25px;left:8%;right:8%;display:flex;justify-content:space-between;z-index:1;font-size:10px;letter-spacing:.17em;color:#ccc}.section{padding:110px 8%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}.section-heading h1,.section-heading h2{margin:0}.section-heading>p{max-width:310px;line-height:1.9;color:var(--muted)}.make-section{background:#101010}.make-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#292929;border:1px solid #292929}.make-card{min-height:220px;padding:27px;background:#151515;display:flex;flex-direction:column;justify-content:space-between;transition:background .2s}.make-card:hover{background:#25201c}.make-index{font-size:10px;letter-spacing:.2em;color:var(--gold)}.make-card strong{font:800 clamp(35px,4vw,65px)/1 "Barlow Condensed",Impact,sans-serif}.make-arrow{font:700 14px Barlow Condensed;letter-spacing:.1em;color:#ccc}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{min-width:0}.product-image{aspect-ratio:4/4.6;background:#1b1b1b;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.05)}.product-image>span{font:800 32px/.9 Barlow Condensed;text-align:center;color:#555}.product-info{display:flex;justify-content:space-between;gap:12px;padding:20px 0}.product-vendor{color:var(--gold);font-size:10px;letter-spacing:.15em}.product-info h3{font-size:23px;line-height:1.1;margin:8px 0}.price{white-space:nowrap;font-size:13px}.price s{color:#888}.empty-feature{grid-column:1/-1;background:#161616;min-height:330px;padding:55px;display:flex;flex-direction:column;align-items:start;justify-content:center}.empty-feature h3{font-size:48px;margin:0 0 10px}.empty-feature p{color:var(--muted);line-height:1.7}.story{display:grid;grid-template-columns:1fr 1fr;min-height:570px}.story-visual{background:radial-gradient(circle at 45% 55%,#4c1619,#171313 55%,#090909);display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;overflow:hidden}.story-visual>span{font:900 clamp(180px,26vw,450px)/1 "Barlow Condensed";letter-spacing:-.09em;color:#f0e7df;text-shadow:10px 15px 0 #791b22}.story-rule{width:100px;height:3px;background:var(--gold)}.story-visual p{position:absolute;bottom:28px;left:35px;font-size:10px;letter-spacing:.18em}.story-content{background:#b11d25;padding:13%;display:flex;flex-direction:column;align-items:start;justify-content:center}.story-content .eyebrow{color:#f1c989}.story-content h2{font-size:clamp(50px,6vw,100px)}.story-content h2 em{color:#f1c989}.story-content>p:not(.eyebrow){line-height:2;max-width:440px}.story-content .text-link{margin-top:24px}.footer{background:#101010;border-top:1px solid #333;padding:80px 8% 25px;display:grid;grid-template-columns:1.3fr .7fr .7fr 1.3fr;gap:35px}.footer h3{color:var(--gold);letter-spacing:.14em;font-size:19px}.footer>div{display:flex;flex-direction:column;align-items:start;gap:12px}.footer p,.footer a:not(.brand),.footer label{color:#aaa;font-size:12px;line-height:1.7}.footer a:hover{color:#fff}.footer small{grid-column:1/-1;border-top:1px solid #333;padding-top:22px;margin-top:30px;color:#888}.newsletter{width:100%}.newsletter-row{display:flex;margin-top:12px}.newsletter-row input,.search-form input,.product-purchase select,.product-purchase input{background:#1d1d1d;color:#fff;border:1px solid #555;padding:15px;min-width:0}.newsletter-row input{width:100%}.newsletter-row button{background:var(--red);color:#fff;border:0;padding:0 18px;cursor:pointer}.narrow{max-width:950px;margin:auto;min-height:55vh}.rte{line-height:1.9;color:#ddd}.rte a{text-decoration:underline}.product-detail{display:grid;grid-template-columns:1.2fr 1fr;gap:8%;align-items:start}.product-gallery{display:grid;gap:15px}.product-gallery img{width:100%;height:auto;background:#191919}.image-placeholder{min-height:500px;background:#191919;display:grid;place-items:center}.product-purchase{position:sticky;top:35px}.product-purchase h1{font-size:clamp(45px,5vw,85px)}.detail-price{font-size:24px;color:var(--gold);margin:28px 0}.product-purchase form{display:flex;flex-direction:column;gap:13px;margin:35px 0}.product-purchase form label{font:700 17px Barlow Condensed;letter-spacing:.1em}.product-purchase input[type=number]{max-width:100px}.full{width:100%;margin-top:15px}.fitment-note{border-top:1px solid #555;padding-top:25px;color:#aaa;line-height:1.7}.fitment-note strong{color:var(--gold)}.cart-line{display:flex;gap:25px;padding:25px 0;border-bottom:1px solid #444}.cart-line img{width:110px;height:120px;object-fit:cover}.cart-line input{width:65px;background:#222;color:#fff;border:1px solid #555;padding:8px}.cart-line p{color:#aaa}.cart-line a{text-decoration:underline}.cart-total{display:flex;justify-content:space-between;font-size:24px;margin:35px 0}.search-form{display:flex;gap:10px;margin:35px 0 55px}.search-form input{flex:1}.pagination{margin-top:45px;text-align:center}.pagination a,.pagination span{padding:10px}.pagination .current{color:var(--gold)}@media(max-width:1000px){.nav{gap:17px}.product-grid,.footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.announcement{font-size:9px}.site-header{height:75px;padding:0 6%}.brand-number{font-size:46px}.brand-words{font-size:20px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:75px;background:#101010;padding:24px 6%;flex-direction:column;align-items:start;gap:24px;border-bottom:1px solid #444}.nav.open{display:flex}.hero{min-height:670px;height:78svh;padding:65px 7%}.hero h1{font-size:clamp(58px,15vw,95px)}.hero-side{display:none}.hero-bottom{left:7%;right:7%;font-size:8px}.hero-actions{gap:24px}.section{padding:75px 6%}.section-heading{align-items:start;flex-direction:column}.make-grid{grid-template-columns:repeat(2,1fr)}.make-card{min-height:170px;padding:20px}.make-card strong{font-size:38px}.product-grid{gap:14px}.product-info{flex-direction:column}.product-info h3{font-size:21px}.story{grid-template-columns:1fr}.story-visual{min-height:360px}.story-visual>span{font-size:260px}.story-content{min-height:450px;padding:10%}.footer{grid-template-columns:1fr 1fr;padding:65px 6% 25px}.footer>div:first-child,.footer>div:nth-child(4){grid-column:1/-1}.product-detail{grid-template-columns:1fr}.product-purchase{position:static}.search-form{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-image img{transition:none}}.brand-words{font-size:29px;line-height:.83}.brand-words em{letter-spacing:.23em}.why-section{background:#111;border-top:1px solid #302a23;border-bottom:1px solid #302a23}.why-intro{max-width:720px;color:#bcb6ad;line-height:1.85;font-size:16px;margin:20px 0 45px}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.why-card{background:#1a1a1a;border-top:2px solid var(--gold);padding:32px;min-height:240px}.why-card .why-index{font-size:12px;color:var(--gold);letter-spacing:.18em}.why-card h3{font-size:31px;line-height:1.05;margin:25px 0 12px}.why-card p{color:#bcb6ad;line-height:1.8}.why-cta{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-top:36px}.why-cta p{color:#bcb6ad;margin:0}@media(max-width:700px){.why-grid{grid-template-columns:1fr}.why-card{min-height:0}.brand-words{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
