@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#e6e7e9;--paper:#101010;--yellow:#e5bc22;--muted:#b0b2b8;--line:#36383d;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #e5bc22;outline-offset:5px}button:disabled{cursor:not-allowed}.header{height:106px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:13px;font-weight:800;font-size:23px;letter-spacing:-.8px}.brand-mark{background:var(--yellow);font:800 35px/1 var(--display);padding:10px 12px;letter-spacing:-2px;transform:skew(-4deg)}.brand-sub{display:block;font-size:10px;letter-spacing:1.5px;margin-top:3px}nav{display:flex;align-items:center;gap:42px;font-size:14px;font-weight:600}.cart-open{display:flex;align-items:center;gap:9px;background:none;border:0;padding:10px 0 10px 12px}.cart-open svg{width:20px;height:22px}.cart-count{border-radius:50%;background:var(--yellow);min-width:24px;height:24px;display:grid;place-items:center;font-size:12px}.hero{display:grid;grid-template-columns:1.02fr 1fr;min-height:630px;padding:52px 5% 55px;gap:5%}.hero-copy{padding-top:15px}.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:700;display:flex;align-items:center;gap:10px}.small-rule{width:26px;height:3px;background:var(--ink)}h1{font:800 clamp(62px,6.8vw,106px)/.94 var(--display);letter-spacing:-1.5px;text-transform:uppercase;margin:30px 0 26px}h1 span{position:relative;z-index:0;white-space:nowrap}h1 span:after{content:'';position:absolute;z-index:-1;height:21%;left:-1%;right:-1%;bottom:3%;background:var(--yellow)}.hero-copy p{font-size:16px;line-height:1.65;color:#bcbec4;margin:0 0 28px}.primary-link{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;background:var(--yellow);padding:17px 22px;font-size:15px;font-weight:700;transition:background .2s}.primary-link:hover{background:#f3d366}.primary-link span{font-size:23px;line-height:1}.hero-note{display:flex;align-items:center;gap:13px;font-size:10px;font-weight:600;letter-spacing:1px;margin-top:37px;color:var(--muted)}.hero-note span{color:#b0b2b8}.hero-panel{background-color:#151618;background-image:linear-gradient(#ffffff07 1px,transparent 1px),linear-gradient(90deg,#ffffff07 1px,transparent 1px);background-size:44px 44px;color:#f8f8f0;padding:25px 31px 26px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;position:relative;overflow:hidden}.panel-top{display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.5px;color:#c2c4c9}.panel-type{font:800 clamp(72px,8.4vw,133px)/.9 var(--display);letter-spacing:-1.5px;padding:34px 0 28px}.panel-type span{color:var(--yellow)}.panel-bottom{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ffffff30;padding-top:20px}.panel-bottom>span:first-child{font-size:11px;line-height:1.6;letter-spacing:1.3px}.panel-emblem{font:800 49px/.9 var(--display);color:var(--yellow)}.collection-strip{background:var(--yellow);padding:18px 5%;display:flex;justify-content:space-between;gap:20px;font-size:12px;font-weight:700;letter-spacing:1.3px}.collection-strip>span:last-child{display:flex;align-items:center;gap:22px}.collection-strip>span:last-child>span{font-size:22px;line-height:.8}.collection{padding:70px 5% 58px}.collection-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:31px}h2{font:700 47px/1.05 var(--display);text-transform:uppercase;letter-spacing:-.5px;margin:11px 0 0}.collection-heading>p{font-size:14px;color:var(--muted);margin:0 0 4px}.products{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:17px}.product{min-width:0}.product-image{height:213px;background:#f8f8f8;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #494c52}.product-image:before,.product-image:after{content:'';position:absolute;background:#c0c2c7;width:14px;height:1px;left:12px;top:12px}.product-image:after{transform:rotate(90deg)}.product-image img{width:100%;height:100%;object-fit:contain}.placeholder-number{font:700 83px/1 var(--display);color:#959aa3}.photo-label{position:absolute;bottom:16px;font-size:10px;font-weight:600;letter-spacing:1.2px;color:#61656c}.product-index{font-size:10px;letter-spacing:1px;color:var(--muted);margin:20px 0 7px}.product h3{font-size:16px;margin:0 0 8px;font-weight:600}.price{font-size:18px;font-weight:700;margin:0 0 18px}.price .currency{font-size:11px;vertical-align:middle;font-weight:400;color:var(--muted);margin-left:5px}.add-to-cart{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:1px solid #b79420;padding:12px;font-size:13px;font-weight:600;transition:background .15s,border .15s}.add-to-cart:hover{background:var(--yellow);border-color:var(--yellow)}.add-to-cart span{font-size:21px;line-height:1;font-weight:400}.collection-foot{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);margin-top:34px;padding-top:17px;color:var(--muted);font-size:12px}.collection-foot p{margin:0}footer{background:#0b0b0c;color:#dddeda;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:38px 5%;font-size:12px}.footer-brand{font:700 32px/1 var(--display);letter-spacing:-.5px;color:#fff}.footer-brand span{color:var(--yellow);margin-left:11px}footer>span{color:#b0b2b8}dialog{border:0;padding:0;margin:0 0 0 auto;max-height:100dvh;height:100dvh;max-width:100%;width:465px;background:var(--paper);color:var(--ink)}dialog::backdrop{background:#000000b3;backdrop-filter:blur(3px)}.cart-shell{display:flex;flex-direction:column;height:100%;padding:29px}.cart-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:24px}.cart-heading h2{font-size:35px}.cart-heading h2 span{color:var(--muted);font-size:25px}.icon-button{width:40px;height:40px;border:1px solid var(--line);background:transparent;font-size:29px}.cart-items{flex:1;overflow-y:auto;padding:10px 0;min-height:120px}.empty-cart{padding:55px 10px;text-align:center;color:var(--muted);line-height:1.6}.empty-cart strong{display:block;font-size:20px;color:var(--ink);margin-bottom:6px}.cart-item{display:grid;grid-template-columns:57px 1fr auto;gap:14px;border-bottom:1px solid var(--line);padding:22px 0;align-items:start}.cart-item-thumb{background:#f8f8f8;height:65px;display:grid;place-items:center;font:700 29px var(--display);color:#777c85}.cart-item h3{font-size:15px;margin:0 0 6px}.item-unit-price{font-size:13px;color:var(--muted)}.quantity{display:flex;align-items:center;border:1px solid var(--line);width:max-content;margin-top:12px}.quantity button{width:30px;height:30px;background:transparent;border:0}.quantity span{width:28px;text-align:center;font-size:13px}.item-end{text-align:right;font-size:15px}.remove{display:block;font-size:12px;text-decoration:underline;color:var(--muted);border:0;background:none;padding:0;margin-top:21px}.cart-summary{padding-top:23px}.subtotal{display:flex;justify-content:space-between;font-size:19px}.cart-summary p{font-size:13px;line-height:1.6;color:var(--muted);margin:11px 0 20px}.checkout{width:100%;background:#303238;color:#a7aab1;padding:17px;border:0;font-weight:600;font-size:14px}.cart-summary .checkout-note{font-size:12px;text-align:center;margin:13px 8px}.continue-shopping{display:flex;justify-content:center;gap:20px;width:100%;padding:14px;background:transparent;border:0;font-size:14px;font-weight:600}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,15px);background:#232529;color:white;padding:15px 24px;border-left:4px solid var(--yellow);font-size:14px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:3;max-width:calc(100% - 32px);width:max-content}.toast.visible{opacity:1;transform:translate(-50%,0)}@media(min-width:1600px){.header,.hero,.collection,.collection-strip,footer{padding-left:max(5%,calc((100vw - 1440px)/2));padding-right:max(5%,calc((100vw - 1440px)/2))}}@media(max-width:1100px){.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 20px}.product-image{height:240px}.hero{min-height:590px;gap:30px}.hero-panel{padding:24px}.panel-type{font-size:clamp(75px,9.5vw,105px)}h1{font-size:clamp(60px,7.6vw,86px)}.hero-note{font-size:9px;letter-spacing:.6px}}@media(max-width:700px){.header{height:84px;padding:0 6%}.brand{font-size:19px;gap:10px}.brand-mark{font-size:29px;padding:9px 10px}.brand-sub{font-size:8px;letter-spacing:1px}.nav-shop{display:none}.cart-open{font-size:13px}.hero{display:flex;flex-direction:column;padding:36px 6%;gap:32px}.hero-copy{padding:0}h1{font-size:clamp(61px,13.7vw,91px);margin-top:24px}.hero-copy p{font-size:16px}.hero-note{margin-top:26px;font-size:9px}.hero-panel{min-height:365px;padding:22px 26px}.panel-type{font-size:87px;padding:24px 0}.panel-top,.panel-bottom>span:first-child{font-size:10px}.panel-bottom{padding-top:15px}.panel-emblem{font-size:40px}.collection-strip{padding:16px 6%;font-size:10px;letter-spacing:.7px}.collection-strip>span:last-child{font-size:9px;gap:8px}.collection{padding:44px 6%}.collection-heading{display:block;margin-bottom:26px}.collection-heading>p{margin-top:14px}.collection-heading h2{font-size:38px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}.product-image{height:190px}.product h3{font-size:15px}.collection-foot{flex-direction:column;font-size:11px;gap:8px}footer{padding:30px 6%;flex-wrap:wrap;gap:20px}.footer-brand{font-size:30px}footer>span{font-size:11px}footer>a:last-child{width:100%;padding-top:18px;border-top:1px solid #ffffff20}.cart-shell{padding:24px}.product-index{margin-top:16px}.eyebrow{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media(max-width:360px){.brand-sub{display:none}.product-image{height:155px}.hero-panel{padding:20px}.collection-strip>span:last-child{display:none}.cart-shell{padding:18px}h1{font-size:57px}.photo-label{font-size:9px}}

.product-description{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 14px}.item-description{font-size:13px;line-height:1.5;color:var(--muted);margin:0 0 8px}.product{display:flex;flex-direction:column}.product-image{flex-shrink:0}.add-to-cart{margin-top:auto}

.cart-item-thumb img{width:100%;height:100%;object-fit:contain}

.demo-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px;margin:0 0 14px}.demonstration{margin:0 5% 64px;padding:40px;background:#f8f8f8;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.demo-copy{max-width:460px}.demo-copy h2{font-size:clamp(42px,4.5vw,64px);margin-top:20px}.demo-copy>p{font-size:16px;line-height:1.65;color:var(--muted);margin:24px 0}.demo-product{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px 0;margin:0 0 24px;border-top:1px solid #3d4046;border-bottom:1px solid #3d4046;font-size:16px}.demo-product small{font-size:12px;font-weight:400;color:var(--muted)}.demo-player{background:#08090a;display:flex;justify-content:center;min-width:0}.demo-player video{display:block;width:100%;height:auto;max-height:580px;object-fit:contain}.demo-player video:focus-visible{outline:3px solid #e5bc22;outline-offset:5px}@media(min-width:1600px){.demonstration{margin-left:max(5%,calc((100vw - 1440px)/2));margin-right:max(5%,calc((100vw - 1440px)/2))}}@media(max-width:700px){.demonstration{margin:0 6% 40px;padding:24px;grid-template-columns:1fr;gap:28px}.demo-copy h2{font-size:43px}.demo-player video{max-height:520px}.demo-product{font-size:14px}}


:root{color-scheme:dark}button{color:inherit}.header{height:116px;background:#101010;border-bottom-color:#414349}.brand{max-width:60%}.brand-logo{display:block;width:210px;height:84px;object-fit:contain}.cart-count{color:#101010}.cart-open:hover,.nav-shop:hover{color:var(--yellow)}.hero{background:linear-gradient(135deg,#101010,#191b1e);border-bottom:1px solid #33353a}.hero-copy h1{color:#e3e5e8;text-shadow:0 2px 0 #ffffff0a}.hero-copy h1 span{color:var(--yellow)}h1 span:after{display:none}.small-rule{background:var(--yellow)}.primary-link{color:#111;background:linear-gradient(110deg,#e3b719,#f0d263);border:1px solid #f7df8b;box-shadow:0 3px 0 #826611;font-weight:700}.primary-link:hover{background:#f6d975}.hero-note{color:#b4b7bd}.brand-panel{min-height:495px;border:1px solid #74777d;border-top:3px solid #b6b9bd;box-shadow:inset 0 -3px 0 #bc941c,0 12px 35px #0005;background:#101010}.hero-brand{padding:35px 0;text-align:center;min-width:0}.hero-logo{display:block;width:100%;height:auto;object-fit:contain}.brand-tagline{margin:24px 0 0;font-family:var(--display);font-size:clamp(18px,1.7vw,25px);font-weight:600;font-style:italic;letter-spacing:1.3px;text-transform:uppercase;color:#c5c8ce;line-height:1.4}.panel-top{font-size:11px;color:#c0c3c9;gap:15px}.panel-bottom{border-color:#55585d;align-items:center;gap:20px}.panel-bottom>span:first-child{color:#bcbfc5}.hero-demo-link{color:var(--yellow);font-size:14px;font-weight:600;line-height:1.5}.hero-demo-link span{margin-left:7px}.collection-strip{color:#121212;background:linear-gradient(100deg,#d0a719,#f1d267,#d9ad1c);border-top:1px solid #f4db80;border-bottom:1px solid #8f7014}.collection{background:#101010}.collection-heading h2,.demo-copy h2{color:#e5e7eb}.product-image{background:#fafafa;border-color:#4b4d53}.product-image:before,.product-image:after{display:none}.product-index{color:#aeb2b9}.product h3{color:#eceef1}.price{color:#eed073}.add-to-cart{border-color:#9f842c;background:#191b1e;color:#e9c64b;font-size:14px}.add-to-cart:hover{color:#111;background:var(--yellow);border-color:#f2d36b}.demo-link{color:#e9c64b}.demonstration{background:linear-gradient(130deg,#202226,#151618);border:1px solid #4b4e55;border-top:3px solid #b8babf}.demo-copy>.eyebrow{color:#e4c24c}.demo-product{border-color:#51545b}.demo-player{border:1px solid #4b4e55}.footer-brand img{display:block;width:165px;height:66px;object-fit:contain}footer{border-top:1px solid #3c3e43;background:#101010}footer>a:last-child:hover{color:var(--yellow)}dialog{background:#191b1e;border-left:1px solid #575a61}.icon-button:hover,.quantity button:hover{background:#363940;color:#f1cc4c}.quantity,.icon-button{border-color:#656973}.continue-shopping{color:#e9c64b}.checkout{border:1px solid #4b4e55;background:#303238;color:#c4c6cc}.toast{background:#232529;border-color:var(--yellow)}
@media(max-width:1100px){.brand-panel{min-height:450px}.brand-tagline{font-size:19px;letter-spacing:.8px}.panel-top{font-size:10px;letter-spacing:.8px}.panel-bottom{gap:12px}.hero-demo-link{font-size:13px}}
@media(max-width:700px){.header{height:94px}.brand-logo{width:175px;height:70px}.brand-panel{min-height:330px}.hero-brand{padding:30px 0}.brand-tagline{font-size:19px;margin-top:17px}.hero-logo{max-width:440px;margin:auto}.panel-bottom>span:first-child{font-size:10px}.hero-demo-link{font-size:13px}.footer-brand img{width:155px;height:62px}.hero{gap:30px}.demonstration{padding:24px}}
@media(max-width:360px){.brand-logo{width:145px;height:58px}.brand-panel{padding:18px}.brand-tagline{font-size:17px;letter-spacing:.4px}.panel-top{font-size:9px}.panel-bottom{gap:9px}.hero-demo-link{font-size:12px}}

.brand-logo,.hero-logo,.footer-brand img{mix-blend-mode:lighten}

body{background:var(--paper);color:var(--ink)}.header,.collection,footer{background:var(--paper)}.hero{background:linear-gradient(135deg,var(--paper),var(--surface))}.brand-panel{background:var(--paper)}.hero-copy h1,.collection-heading h2,.demo-copy h2,.product h3{color:var(--ink)}.hero-copy h1 span,.hero-demo-link,.demo-link,.price{color:var(--yellow)}.primary-link,.primary-link:hover,.collection-strip{background:var(--yellow);color:#101010}.demonstration{background:var(--surface)}.product-slot{display:flex;min-width:0}.product-slot>.product{width:100%}.product-purchase{margin-top:auto;width:100%}.product-purchase .add-to-cart{margin-top:14px}.add-to-cart:disabled{opacity:.65;cursor:not-allowed;background:var(--surface);color:var(--muted)}.add-to-cart .button-label{font:inherit}.editor-note{font-size:14px;line-height:1.5;border:1px dashed var(--yellow);padding:12px;color:var(--ink)}.variant-label,.quantity-label{display:block;font-size:14px;margin:10px 0}.variant-select,select,input{background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:0;font:inherit;padding:10px;max-width:100%}.variant-select{width:100%;margin-top:7px;font-size:14px}.quantity-input{width:85px}.page-title{font-size:clamp(34px,5vw,62px);line-height:1.1;margin:0 0 30px;overflow-wrap:anywhere}.native-cart{display:grid;grid-template-columns:1.8fr 1fr;gap:50px}.cart-product-title{font-family:inherit;font-size:18px;line-height:1.3;margin:0}.cart-item-thumb{height:80px}.cart-page .cart-item{grid-template-columns:80px 1fr auto}.cart-page-summary{background:var(--surface);padding:25px;height:fit-content}.cart-page-summary .subtotal{margin-top:28px;gap:15px;flex-wrap:wrap}.cart-page-summary p{font-size:14px;line-height:1.6;color:var(--muted)}.checkout-button{width:100%;justify-content:space-between}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:25px}.detail-media img,.detail-media video{display:block;width:100%;height:auto;margin-bottom:20px}.detail-copy{min-width:0}.rte{line-height:1.7;overflow-wrap:anywhere}.rte img{max-width:100%;height:auto}.rte a{text-decoration:underline;color:var(--yellow)}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.video-placeholder{position:relative;max-width:330px}.video-placeholder img{display:block;width:100%;height:auto;max-height:580px;object-fit:contain}.video-placeholder p{position:absolute;bottom:10px;left:10px;right:10px;background:#101010ed;padding:12px;font-size:14px}.skip-link{position:fixed;top:-100px;left:16px;z-index:20;padding:12px;background:var(--yellow);color:#101010}.skip-link:focus{top:12px}.password-page{min-height:65vh}.password-page form{display:grid;gap:15px;max-width:400px}.cart-page .remove{display:inline-block;margin-top:12px}.pagination{margin-top:24px;display:flex;gap:12px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}@media(max-width:700px){.native-cart,.detail-grid{grid-template-columns:1fr;gap:28px}.cart-page .cart-item{grid-template-columns:57px minmax(0,1fr);gap:12px}.cart-page .item-end{grid-column:2;text-align:left}.cart-product-title{font-size:16px}.cart-page-summary{padding:20px}.footer-links{width:100%}.hero-copy h1{font-size:clamp(55px,12vw,85px)}}
