:root{--bg: #000;--ink: #fff;--muted: #9b9b9b;--line: #242424;--panel: #070707;--panel-2: #111;--accent: #fff;--accent-hot: #fff;--font-head: Arial, Helvetica, sans-serif;--font-body: Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:var(--font-body);letter-spacing:0}body{margin:0;min-width:320px;background:var(--bg)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}.skip-link,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.skip-link:focus{z-index:99;width:auto;height:auto;padding:.75rem 1rem;clip:auto;background:var(--ink);color:var(--bg)}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.85rem clamp(1rem,3vw,2.5rem);border-bottom:1px solid var(--line);background:#000000d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-transform:uppercase}.site-header.is-scrolled{background:#000000f5}.site-header__brand{font-family:var(--font-head);font-size:clamp(1.2rem,3vw,2rem);font-weight:900;line-height:1;letter-spacing:0}.site-header__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1rem;color:var(--muted);font-size:.76rem}.nav-dropdown{position:relative}.nav-dropdown__trigger{min-height:0;border:0;background:transparent;color:inherit;padding:0;text-transform:uppercase;cursor:pointer}.nav-dropdown__menu{position:absolute;top:calc(100% + .6rem);left:50%;z-index:30;display:grid;min-width:8rem;border:1px solid var(--line);background:#000;color:var(--ink);opacity:0;pointer-events:none;transform:translate(-50%,-.25rem);transition:opacity .14s ease,transform .14s ease}.nav-dropdown__menu a{padding:.75rem .9rem;white-space:nowrap}.nav-dropdown__menu a+a{border-top:1px solid var(--line)}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.site-header__cart{justify-self:end;color:var(--ink);font-size:.76rem}.hero{position:relative;display:grid;min-height:min(620px,calc(76vh - 64px));overflow:hidden;border-bottom:1px solid var(--line);background:#fff;color:#000}.hero__inner{position:relative;z-index:1;display:grid;justify-items:center;align-self:center;width:min(1360px,100%);margin:0 auto;padding:clamp(3.5rem,8vw,5.5rem) clamp(1rem,4vw,4rem) 4.25rem;text-align:center}.hero__wordmark{width:min(92%,1180px);max-height:44vh;object-fit:contain}.hero__kicker,.eyebrow{margin:0 0 1rem;color:var(--accent-hot);font-size:.72rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.hero h1,.page-intro h1{max-width:12ch;margin:0;font-family:var(--font-head);font-size:clamp(4rem,18vw,14rem);font-weight:900;line-height:.78;text-transform:uppercase}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:clamp(1rem,3vw,2rem)}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:.8rem 1.05rem;border:1px solid var(--ink);text-transform:uppercase;font-size:.78rem;font-weight:800;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.button:hover{background:var(--ink);color:var(--bg)}.button--primary{border-color:#fff;background:#fff;color:#000}.button--ghost{background:transparent;color:inherit}.hero .button--primary{border-color:#000;background:#000;color:#fff}.hero .button--ghost{color:#000}.hero__ticker{position:absolute;right:0;bottom:0;left:0;z-index:2;overflow:hidden;border-top:1px solid var(--line);background:#000;color:#fff;white-space:nowrap}.hero__ticker span{display:inline-block;min-width:200%;padding:.55rem 0;font-size:.82rem;font-weight:900;text-transform:uppercase;animation:ticker 20s linear infinite}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.drop-panel,.lookbook-band,.newsletter-strip,.site-footer,.page-intro,.product-grid-section,.cart-page,.product-page{padding:clamp(2rem,6vw,5rem) clamp(1rem,4vw,4rem)}.drop-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:1px;align-items:stretch;border-bottom:1px solid var(--line);background:var(--line);padding:0}.drop-panel__item{min-height:clamp(180px,24vw,300px);padding:clamp(1.25rem,4vw,3rem);background:#000;display:flex;flex-direction:column;justify-content:space-between}.drop-panel h2,.lookbook-band h2,.newsletter-strip h2,.section-heading h2{margin:0;max-width:14ch;font-family:var(--font-head);font-size:clamp(2rem,5vw,5.2rem);font-weight:900;line-height:.86;text-transform:uppercase}.text-link,.section-heading a{color:var(--ink);font-size:.76rem;font-weight:900;text-transform:uppercase;border-bottom:1px solid var(--ink)}.drop-panel>.text-link{display:flex;min-width:12rem;align-items:center;justify-content:center;padding:1.25rem;background:#fff;color:#000;border-bottom:0}.product-grid-section--tight{padding-top:1rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.product-card{min-width:0;background:var(--bg)}.product-card__media{display:block;aspect-ratio:4 / 5;overflow:hidden;background:var(--panel-2)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease,filter .22s ease}.product-card:hover img{transform:scale(1.035);filter:contrast(1.08) saturate(.88)}.product-card__placeholder{display:grid;width:100%;height:100%;min-height:280px;place-items:center;background:#0f0f0f;color:var(--ink)}.product-card__placeholder span{max-width:8ch;overflow-wrap:anywhere;font-family:var(--font-head);font-size:clamp(2.1rem,6vw,4.2rem);font-weight:900;line-height:.82;text-align:center;text-transform:uppercase}.product-card__info{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;min-height:64px;padding:.85rem;align-items:start;text-transform:uppercase}.product-card__title{min-width:0;font-weight:900;overflow-wrap:anywhere}.product-card__price{color:var(--muted);white-space:nowrap}.product-card__price s{display:block;color:#665f58}.lookbook-band{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(16rem,.85fr);gap:2rem;align-items:end;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#050505}.lookbook-band p:last-child,.page-intro__text{max-width:42rem;color:#cfcfcf;font-size:clamp(1rem,2vw,1.25rem);line-height:1.45}.newsletter-strip{display:grid;justify-items:center;gap:1.25rem;text-align:center}.newsletter-form{display:grid;grid-template-columns:minmax(0,24rem) auto;gap:.5rem;width:min(100%,34rem)}input,select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:0;background:#050505;color:var(--ink);padding:.75rem}.site-footer{display:grid;gap:2rem;border-top:1px solid var(--line);color:var(--muted);font-size:.82rem;text-transform:uppercase}.site-footer__main{display:flex;justify-content:space-between;gap:2rem}.site-footer__brand{margin:0 0 .4rem;color:var(--ink);font-family:var(--font-head);font-size:1.4rem;font-weight:900;line-height:1}.site-footer__legal{display:flex;flex-wrap:nowrap;justify-content:center;gap:.75rem;color:var(--ink);white-space:nowrap}.site-footer__legal a{color:inherit;font:inherit}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem 1rem}.page-intro{border-bottom:1px solid var(--line);background:var(--panel)}.info-page{display:grid;place-items:center;min-height:70vh;padding:clamp(4rem,8vw,7rem) clamp(1rem,4vw,4rem);border-bottom:1px solid var(--line);background:#000;text-align:center}.info-page__body{display:grid;justify-items:center;gap:clamp(1.5rem,4vw,3rem);width:min(100%,860px)}.info-page__body .rte{max-width:860px}.info-page__inline-brand{color:var(--ink);font-family:var(--font-head);font-weight:900;text-transform:uppercase}.info-page__support{display:grid;justify-items:center;gap:.75rem;padding-top:2rem;border-top:1px solid var(--line);width:100%}.info-page__support a{width:fit-content;color:var(--ink);font-size:clamp(1.4rem,4vw,3rem);font-weight:900;text-transform:uppercase;white-space:nowrap}.product-page{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(18rem,.88fr);gap:clamp(1rem,4vw,4rem);align-items:start}.product-page__media{display:grid;gap:1px;background:var(--line)}.product-page__media img,.product-page__placeholder{width:100%;background:var(--panel-2)}.product-page__details{position:sticky;top:6rem}.product-page h1{margin:0;font-family:var(--font-head);font-size:clamp(2.8rem,7vw,6rem);font-weight:900;line-height:.86;text-transform:uppercase}.product-page__price{font-size:1.4rem;font-weight:900}.product-form{display:grid;gap:.75rem;margin:1.5rem 0}.product-form__button{width:100%}.rte{color:#cfcfcf;line-height:1.55}.cart-items{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem;background:var(--bg)}.cart-item__media{aspect-ratio:1;background:var(--panel-2)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:900;text-transform:uppercase}.cart-summary{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-end;margin-top:1rem}.empty-state{margin:0;padding:2rem;color:var(--muted);background:var(--panel)}.pagination{grid-column:1 / -1;padding:1rem;background:var(--bg)}@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.site-header__nav{order:3;grid-column:1 / -1;justify-content:flex-start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drop-panel,.lookbook-band,.newsletter-strip,.info-page,.product-page{grid-template-columns:1fr}.product-page__details{position:static}}@media(max-width:560px){.hero{min-height:520px}.hero__wordmark{width:min(96%,520px);max-height:38vh}.hero h1,.page-intro h1{font-size:clamp(4.5rem,24vw,7.5rem)}.product-grid,.newsletter-form,.cart-item,.site-footer{grid-template-columns:1fr}.site-footer{display:grid}.site-footer__links{justify-content:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
