@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#111110;--fg:#eeede8;--muted:#aaa9a3;--red:#f04432;--line:#373735}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--bg);color:var(--fg);font-family:Barlow,Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:2px solid var(--red);outline-offset:6px}::selection{background:var(--red);color:var(--bg)}.skip{position:absolute;top:-100px;left:20px;z-index:20;background:var(--fg);color:var(--bg);padding:16px}.skip:focus{top:12px}.header{height:98px;padding:0 4.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:800;font-style:italic;font-size:27px;line-height:.82;letter-spacing:-.5px;display:inline-block}.wordmark>span{display:block}.header nav{display:flex;gap:38px;align-items:center;font-size:14px;font-weight:600}.header nav a:hover,.text-link:hover,footer a:hover{color:var(--red)}.header .nav-explore{border-left:1px solid var(--line);padding-left:38px}.nav-explore span{margin-left:25px}.hero{min-height:660px;height:calc(100svh - 98px);max-height:940px;position:relative;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.12) 75%),linear-gradient(0deg,rgba(0,0,0,.7),transparent 40%)}.hero-content{position:relative;padding:95px 4.5% 130px}.eyebrow{font-size:13px;font-weight:600;letter-spacing:1.7px;text-transform:uppercase;display:flex;align-items:center;gap:12px;line-height:1.5}.red-line{width:27px;height:3px;background:var(--red)}h1,h2,h3,p{margin-top:0}h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(70px,8.7vw,142px);letter-spacing:-1.5px;line-height:.91;font-weight:800;margin:31px 0 27px;max-width:1000px}.red{color:var(--red)}.hero-copy{font-size:18px;line-height:1.5;color:#d2d1cc;margin-bottom:31px}.button{display:inline-flex;align-items:center;gap:45px;background:var(--red);color:#111;padding:18px 22px;font-weight:700;font-size:15px;min-height:54px;transition:background .2s}.button:hover{background:#ff6656}.button span{font-size:21px}.hero-bottom{position:absolute;bottom:30px;left:4.5%;right:4.5%;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:1.4px}.hero-bottom a{font-size:14px;letter-spacing:0}.hero-bottom a span{margin-left:16px}.ticker{height:59px;background:var(--red);color:#111;display:flex;align-items:center;justify-content:space-around;gap:30px;overflow:hidden;white-space:nowrap;font-family:'Barlow Condensed',Impact,sans-serif;font-size:22px;font-weight:700;letter-spacing:1px}.ticker span:nth-child(even){font-size:30px}.section{padding:95px 4.5%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px;gap:20px}.muted{color:var(--muted)}h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(42px,4.5vw,70px);font-weight:700;line-height:1;letter-spacing:-.6px;margin-bottom:0}.section-heading>p{color:var(--muted);line-height:1.6;margin:0 0 4px}.products{display:grid;grid-template-columns:1fr 1fr;gap:25px}.product-image{height:590px;position:relative;background:#232322;overflow:hidden}.product-image img{height:100%;width:100%;object-fit:cover;object-position:center 35%;transition:transform .5s}.product:hover img{transform:scale(1.025)}.image-label,.image-number{position:absolute;top:22px;font-size:12px;letter-spacing:1px;font-weight:600;text-shadow:0 1px 8px #000}.image-label{left:23px}.image-number{right:23px}.product details{border-bottom:1px solid var(--line)}.product summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:22px 0;list-style:none}.product summary::-webkit-details-marker{display:none}.product-type{font-size:12px;color:var(--muted);letter-spacing:1.5px}.product h3{font-size:24px;font-weight:500;margin:7px 0 0}.detail-icon{width:38px;height:38px;border:1px solid #64645e;display:grid;place-items:center;font-size:23px;transition:transform .2s}.product details[open] .detail-icon{transform:rotate(45deg)}.product details>p{color:var(--muted);line-height:1.6;max-width:500px;margin:0 30px 24px 0}.division{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr;gap:40px;background:#191918}.division-label{display:flex;flex-direction:column;justify-content:space-between}.division-symbol{font-family:'Barlow Condensed',Impact,sans-serif;font-style:italic;font-weight:800;font-size:85px;letter-spacing:-7px;color:var(--red)}.division h2{font-size:clamp(44px,5.3vw,82px);line-height:1.04}.division h2 span{color:var(--muted)}.manifesto{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:35px 0 20px;max-width:780px}.manifesto p{font-size:17px;color:#b8b8b1;line-height:1.65}.text-link{display:inline-flex;align-items:center;gap:50px;font-size:15px;border-bottom:1px solid #767670;padding-bottom:12px}.closing{padding:45px 4.5%;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(29px,4vw,62px);font-weight:700}.closing>span:last-child{color:var(--red)}footer{padding:42px 4.5%;display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:center}footer p{color:var(--muted);font-size:14px;margin:0}footer>a:not(.wordmark){font-size:14px}.copyright{grid-column:1/-1;font-size:12px;color:#8f8f89;margin-top:15px}@media(min-width:1650px){.product-image{height:720px}}@media(max-width:900px){.header nav{gap:24px}.header .nav-explore{display:none}.hero-content{padding-top:100px}.hero{min-height:640px;max-height:850px}.hero-image{object-position:65% center}.product-image{height:450px}.division{grid-template-columns:1fr}.division-label{flex-direction:row;align-items:center}.division-symbol{font-size:55px}.section{padding-top:65px;padding-bottom:65px}}@media(max-width:560px){.header{height:83px;padding:0 6%}.wordmark{font-size:23px}.header nav{gap:20px;font-size:14px}.hero{height:calc(100svh - 83px);min-height:650px;max-height:850px}.hero-content{padding:68px 6% 130px}.hero h1{font-size:clamp(57px,13.5vw,78px);line-height:.97;letter-spacing:-.7px;margin-top:25px}.eyebrow{font-size:12px;letter-spacing:1.1px}.hero-image{object-position:64% center}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.14)),linear-gradient(0deg,rgba(0,0,0,.7),transparent)}.hero-copy{font-size:17px}.hero-bottom{left:6%;right:6%;bottom:25px}.hero-bottom>span:first-child{max-width:150px;font-size:10px;line-height:1.6}.hero-index{display:none}.ticker{height:50px;font-size:19px;justify-content:flex-start;padding-left:24px;gap:28px}.section{padding:55px 6%}.section-heading{display:block;margin-bottom:26px}.section-heading>p{margin-top:18px}.section-heading>p br{display:none}.products{grid-template-columns:1fr;gap:32px}.product-image{height:auto;aspect-ratio:4/5}.product h3{font-size:22px}.division{gap:22px}.division h2{font-size:clamp(35px,9vw,50px);line-height:1.06}.manifesto{grid-template-columns:1fr;gap:0;margin-top:27px}.division-symbol{font-size:45px;letter-spacing:-4px}.closing{padding:32px 6%;font-size:29px}footer{padding:34px 6%;grid-template-columns:1fr auto;gap:25px}footer p{grid-row:2;grid-column:1/-1}.copyright{margin:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.positioning{max-width:780px;font-size:18px;line-height:1.65;color:#d2d1cc;margin:30px 0 35px}.manifesto-heading{border-top:1px solid var(--line);padding-top:28px;margin-bottom:0;color:var(--fg)}.manifesto{margin-top:22px}.hero-copy{max-width:650px}@media(max-width:560px){.hero-copy br{display:none}.positioning{font-size:17px}.closing{font-size:clamp(24px,6.5vw,29px)}}

@media(max-width:560px){.section-heading>p br{display:block}}

.story{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:start}.story-heading{position:sticky;top:40px}.story h2{text-transform:uppercase}.story-copy{max-width:72ch;min-width:0}.story-copy p{font-size:18px;line-height:1.8;color:#b8b8b1;margin:0 0 26px}.story-copy .story-lead{font-size:26px;line-height:1.45;color:var(--fg);font-weight:500}.story-copy .story-highlight{font-size:26px;line-height:1.5;color:var(--fg);border-left:3px solid var(--red);padding-left:24px;margin:38px 0}.story-copy strong{color:var(--fg);font-weight:600}.story-copy .story-signature{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:30px;font-weight:700;font-style:italic;color:var(--fg);margin:38px 0 0}@media(max-width:900px){.story{grid-template-columns:1fr}.story-heading{position:static}.story-copy{max-width:72ch}}@media(max-width:560px){.story{gap:30px}.story-copy p{font-size:17px;line-height:1.75;margin-bottom:23px}.story-copy .story-lead,.story-copy .story-highlight{font-size:23px}.story-copy .story-highlight{padding-left:18px;margin:30px 0}}
