:root{--bg:#0A0A0B;--fg:#F2F1ED;--steel:#8A8F96;--divider:#2A2E33;--surface:#111214;--site:1200px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:Archivo,Arial Black,Impact,sans-serif;font-weight:900;letter-spacing:-.01em;line-height:.95;margin:0}h1{font-size:clamp(2.6rem,7vw,4rem);text-transform:uppercase}h2{font-size:clamp(1.9rem,4.4vw,3rem);text-transform:uppercase}h3{font-size:1.25rem;line-height:1.3}p{margin:0 0 1rem;max-width:65ch}.wrap{max-width:var(--site);margin:0 auto;padding:0 20px}@media(min-width:768px){.wrap{padding:0 32px}}.eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--steel);margin:0 0 1rem}.muted{color:var(--steel)}.section{padding:72px 0}@media(min-width:768px){.section{padding:112px 0}}.section--surface{background:var(--surface);border-top:1px solid var(--divider);border-bottom:1px solid var(--divider)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--fg);outline-offset:3px}.header{position:sticky;top:0;z-index:50;background:#0a0a0bf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--divider)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:80px;max-width:var(--site);margin:0 auto;padding:0 20px}@media(min-width:768px){.header__inner{padding:0 32px}}.logo{display:inline-flex;flex-direction:column;width:140px}.logo__mark{font-family:Archivo,Arial Black,sans-serif;font-weight:900;font-size:1.25rem;line-height:1;text-transform:uppercase}.logo__rule{height:1px;background:var(--fg);margin:5px 0 4px}.logo__sub{font-size:.55rem;font-weight:600;letter-spacing:.32em;text-align:center;color:var(--steel)}.nav{display:none;gap:36px}@media(min-width:860px){.nav{display:flex}}.nav a{font-size:.875rem;color:var(--steel)}.nav a:hover{color:var(--fg)}.cart-link{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.header__mobile{display:flex;gap:18px;padding:14px 20px 16px;border-top:1px solid var(--divider)}@media(min-width:860px){.header__mobile{display:none}}.header__mobile a{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--steel)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--fg);color:var(--bg);font-weight:700;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase;padding:14px 26px;border:1px solid var(--fg);border-radius:2px;cursor:pointer;transition:background .2s,color .2s}.btn:hover,.btn--ghost{background:transparent;color:var(--fg)}.btn--ghost:hover{background:var(--fg);color:var(--bg)}.btn--block{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.link-underline{display:inline-block;font-size:.9rem;color:var(--fg);border-bottom:1px solid var(--steel);padding-bottom:3px}.link-underline:hover{border-color:var(--fg)}.hero{position:relative;min-height:86vh;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--divider)}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:62% center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0a0bf0,#0a0a0bc7 45%,#0a0a0b73)}.hero__content{position:relative;max-width:var(--site);margin:0 auto;width:100%;padding:140px 20px 72px}@media(min-width:768px){.hero__content{padding-left:32px;padding-right:32px}}.hero h1{font-size:clamp(2.8rem,9vw,5.75rem)}.hero__sub{margin-top:26px;font-size:1.05rem;color:#f2f1edd1;max-width:34ch}.hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:34px}.reveal{opacity:0;transform:translateY(16px);animation:reveal .8s cubic-bezier(.2,.7,.3,1) forwards}.reveal--2{animation-delay:.12s}.reveal--3{animation-delay:.24s}@keyframes reveal{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.reveal{animation:none;opacity:1;transform:none}*{transition:none!important}}.grid{display:grid;gap:48px}@media(min-width:768px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:1fr 1fr}}.card{display:flex;flex-direction:column;border:1px solid var(--divider);background:var(--surface);transition:transform .25s ease,border-color .25s ease}.card:hover{transform:translateY(-6px);border-color:var(--steel)}.card__media{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#000}.card__media img{display:block;width:100%;height:100%;object-fit:cover}.card__body{padding:22px}.card__title{font-size:1.05rem;font-weight:600;line-height:1.35}.card__benefit{margin:8px 0 0;font-size:.875rem;color:var(--steel)}.card__price{margin-top:14px;font-family:Archivo,Arial Black,sans-serif;font-weight:900;font-size:1.1rem}.card__form{padding:0 22px 22px;margin-top:auto}.section-head{display:flex;flex-direction:column;gap:14px;margin-bottom:48px}@media(min-width:768px){.section-head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.cols{display:grid;gap:0;border-top:1px solid var(--divider)}@media(min-width:768px){.cols{grid-template-columns:repeat(3,1fr)}.cols>*{border-left:1px solid var(--divider);padding:32px}.cols>*:first-child{border-left:0;padding-left:0}}.cols>*{padding:28px 0;border-bottom:1px solid var(--divider)}@media(min-width:768px){.cols>*{border-bottom:0}}.trust{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);background:var(--surface)}.trust__grid{display:grid;max-width:var(--site);margin:0 auto;text-align:center;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--steel)}@media(min-width:640px){.trust__grid{grid-template-columns:repeat(3,1fr)}.trust__grid span{border-left:1px solid var(--divider)}.trust__grid span:first-child{border-left:0}}.trust__grid span{padding:16px 0;border-top:1px solid var(--divider)}@media(min-width:640px){.trust__grid span{border-top:0}}.product{display:grid;gap:48px;padding-top:56px}@media(min-width:900px){.product{grid-template-columns:1.1fr .9fr;gap:64px}}.product__main img{width:100%;border:1px solid var(--divider)}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.thumbs img{border:1px solid var(--divider);cursor:pointer}.price{font-family:Archivo,Arial Black,sans-serif;font-weight:900;font-size:1.6rem;margin:12px 0 20px}.field{display:block;margin-bottom:18px}.field span{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--steel);margin-bottom:8px}select,input[type=number],input[type=text],input[type=email],textarea{width:100%;background:var(--surface);color:var(--fg);border:1px solid var(--divider);padding:12px 14px;border-radius:2px;font:inherit}.bullets{list-style:none;padding:0;margin:0 0 24px}.bullets li{position:relative;padding-left:18px;margin-bottom:10px;font-size:.95rem;color:var(--steel)}.bullets li:before{content:"";position:absolute;left:0;top:.7em;width:8px;height:1px;background:var(--steel)}.ship-note{font-size:.85rem;color:var(--steel);margin-top:14px}.panel{border-top:1px solid var(--divider);padding-top:32px;margin-top:56px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:16px 8px;border-bottom:1px solid var(--divider);font-size:.9rem;vertical-align:middle}th{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--steel)}.footer{background:var(--bg);padding:64px 0 32px}.footer__grid{display:grid;gap:40px;border-bottom:1px solid var(--divider);padding-bottom:48px}@media(min-width:768px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer h2{font-family:inherit;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:.9rem;color:var(--steel)}.footer a:hover{color:var(--fg)}.footer__fine{display:flex;flex-direction:column;gap:8px;padding-top:22px;font-size:.75rem;color:var(--steel)}@media(min-width:640px){.footer__fine{flex-direction:row;justify-content:space-between}}.rte img{margin:20px 0}.notice{border:1px solid var(--divider);padding:28px;text-align:center;color:var(--steel)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.visually-hidden:focus{position:static;width:auto;height:auto;clip:auto;padding:10px;background:var(--fg);color:var(--bg)}.page-head{max-width:65ch}.prose{max-width:65ch;color:var(--steel);font-size:1rem}.prose h2{font-size:1.4rem;color:var(--fg);margin:44px 0 12px}.prose h3{font-size:1.05rem;color:var(--fg);margin:28px 0 8px}.prose p{margin:0 0 16px}.prose strong{color:var(--fg)}.form{max-width:36rem;margin-top:8px}.form .btn{margin-top:8px}textarea{min-height:150px;resize:vertical}.form-note{border:1px solid var(--divider);background:var(--surface);padding:18px;margin-bottom:24px;font-size:.9rem;color:var(--fg)}.form-error{border-color:#b3453f}.split{display:grid;gap:56px}@media(min-width:900px){.split{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
