.hero{justify-content:center;align-items:flex-end;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 15%;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:2;background:linear-gradient(#11111126 0%,#1110 25% 55%,#1119 80%,#111 100%);position:absolute;inset:0}.hero-content{z-index:3;text-align:center;padding-bottom:clamp(48px,8vh,100px);position:relative}.hero-cta{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;color:var(--secondary);border:1.5px solid var(--secondary);padding:16px 48px;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .35s,border-color .35s;display:inline-block;position:relative;overflow:hidden}.hero-cta:before{content:"";background:var(--secondary);z-index:-1;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translateY(101%)}.hero-cta:hover{color:var(--bg-darker);border-color:var(--secondary)}.hero-cta:hover:before{transform:translateY(0)}@media (min-aspect-ratio:2){.hero-bg{object-fit:contain;object-position:center top}}
.footer{background:var(--bg-darker);border-top:1px solid #b8963e26;padding:clamp(48px,6vh,80px) clamp(24px,6vw,80px)}.footer-top{grid-template-columns:1fr 1fr 1fr;gap:48px;margin-bottom:60px;display:grid}.footer-brand h3{font-family:var(--font-display);color:var(--secondary);margin-bottom:16px;font-size:2rem}.footer-brand p{color:var(--text-muted);max-width:300px;font-size:.85rem;font-weight:300;line-height:1.65}.footer-col h4{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;color:var(--text-light);margin-bottom:20px;font-size:.75rem;font-weight:700}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--text-muted);font-size:.85rem;font-weight:300;text-decoration:none;transition:color .25s}.footer-col a:hover{color:var(--secondary)}.newsletter-desc{color:var(--text-muted);margin-bottom:16px;font-size:.85rem;font-weight:300}.newsletter-form{gap:0;margin-top:8px;display:flex}.newsletter-form input{background:var(--primary);font-family:var(--font-body);color:var(--text-light);border:1px solid #f0ede514;border-right:none;outline:none;flex:1;padding:12px 16px;font-size:.85rem;transition:border-color .25s}.newsletter-form input::placeholder{color:var(--text-muted);font-weight:300}.newsletter-form input:focus{border-color:var(--secondary)}.newsletter-form button{background:var(--secondary);border:1px solid var(--secondary);color:var(--bg-darker);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.14em;cursor:pointer;padding:12px 24px;font-size:.75rem;font-weight:700;transition:background .25s,color .25s}.newsletter-form button:hover{color:var(--secondary);background:0 0}.footer-bottom{border-top:1px solid #b8963e26;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.footer-copy{color:var(--text-muted);font-size:.75rem;font-weight:300}.footer-socials{gap:16px;display:flex}.footer-socials a{border:1px solid #f0ede514;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:border-color .25s,background .25s;display:flex}.footer-socials a:hover{border-color:var(--secondary);background:#b8963e14}.footer-socials svg{width:16px;height:16px;fill:var(--text-muted);transition:fill .25s}.footer-socials a:hover svg{fill:var(--secondary)}@media (max-width:768px){.footer-top{grid-template-columns:1fr;gap:36px}.footer-bottom{text-align:center;flex-direction:column;gap:20px}}
::selection{background:var(--secondary);color:var(--bg-darker)}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--secondary) var(--bg-darker)}.section{padding:clamp(64px,10vh,120px) clamp(24px,6vw,80px)}.section-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;color:var(--secondary);align-items:center;gap:12px;margin-bottom:12px;font-size:.7rem;font-weight:600;display:flex}.section-label:before{content:"";background:var(--secondary);width:24px;height:1px;display:block}.section-title{font-family:var(--font-display);color:var(--text-light);margin-bottom:48px;font-size:clamp(2.8rem,5vw,4.5rem);line-height:.95}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.marquee-wrap{background:var(--bg-darker);border-top:1px solid #b8963e26;border-bottom:1px solid #b8963e26;padding:40px 0;overflow:hidden}.marquee-track{white-space:nowrap;animation:25s linear infinite marquee;display:flex}.marquee-item{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1px #b8963e33;flex-shrink:0;padding:0 clamp(24px,4vw,60px);font-size:clamp(3rem,8vw,7rem);line-height:1}.marquee-item.filled{color:var(--secondary);-webkit-text-stroke:none;opacity:.12}.marquee-dot{background:var(--secondary);opacity:.2;border-radius:50%;flex-shrink:0;align-self:center;width:8px;height:8px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.arrivals{background:var(--bg-dark)}.product-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{cursor:pointer;color:inherit;background:#1e1e1e;border:1px solid #0000;text-decoration:none;transition:border-color .35s,transform .35s;display:block;position:relative;overflow:hidden}.product-card:hover{border-color:#b8963e80;transform:translateY(-4px)}.product-img{aspect-ratio:3/4;background:var(--primary);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-img .tee-placeholder{border:1.5px solid #f0ede514;border-radius:2px;justify-content:center;align-items:center;width:60%;height:55%;display:flex}.tee-placeholder .graphic{font-family:var(--font-display);color:#f0ede526;text-align:center;font-size:1.6rem;line-height:1}.product-card:hover .product-img{background:#252525}.product-img--real{background:#1a1a1a}.product-photo{object-fit:cover;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.product-photo--front{opacity:1}.product-photo--back,.product-card:hover .product-photo--front{opacity:0}.product-card:hover .product-photo--back{opacity:1}.product-badge{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.12em;background:var(--cta-red);color:var(--text-light);z-index:1;padding:4px 10px;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.product-info{padding:16px 18px}.product-name{font-family:var(--font-body);color:var(--text-light);letter-spacing:.02em;margin-bottom:6px;font-size:.85rem;font-weight:500}.product-price{font-family:var(--font-heading);color:var(--secondary);letter-spacing:.04em;font-size:.9rem;font-weight:700}.product-quick-add{background:var(--secondary);color:var(--bg-darker);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.16em;text-align:center;cursor:pointer;border:none;width:100%;padding:12px;font-size:.75rem;font-weight:700;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-card:hover .product-quick-add{transform:translateY(0)}.pop-culture{background:var(--bg-darker)}.product-grid--three{grid-template-columns:repeat(3,1fr)}.brand-story{background:var(--bg-darker);grid-template-columns:1fr 1fr;min-height:70vh;display:grid;overflow:hidden}.brand-story-text{flex-direction:column;justify-content:center;padding:clamp(48px,8vw,100px);display:flex}.brand-quote{font-family:var(--font-display);color:var(--text-light);margin-bottom:32px;font-size:clamp(2.5rem,4.5vw,5rem);line-height:.95}.brand-quote .gold{color:var(--secondary)}.redacted{color:#0000;cursor:default;background:#000;border:1px solid #333;border-radius:0;padding:.05em .2em}.section-label .redacted{font-size:inherit}.brand-body{color:var(--text-muted);max-width:420px;font-size:.95rem;font-weight:300;line-height:1.75}.brand-story-visual{background:var(--bg-darker);position:relative;overflow:hidden}.brand-story-img{object-fit:cover;width:100%;height:100%;display:block}.categories{background:var(--bg-dark)}.cat-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.cat-tile{aspect-ratio:4/5;cursor:pointer;background:#1e1e1e;border:1px solid #0000;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:28px;transition:border-color .35s;display:flex;position:relative;overflow:hidden}.cat-tile:hover{border-color:var(--secondary)}.cat-tile:before{content:"";z-index:1;background:linear-gradient(#0000 40%,#111c 100%);position:absolute;inset:0}.cat-bg-icon{font-family:var(--font-display);color:#f0ede508;z-index:0;font-size:6rem;transition:color .35s,transform .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.cat-tile:hover .cat-bg-icon{color:#b8963e0f;transform:translate(-50%,-55%)scale(1.05)}.cat-count{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);z-index:2;margin-bottom:6px;font-size:.65rem;font-weight:600;transition:color .35s;position:relative}.cat-tile:hover .cat-count{color:var(--secondary)}.cat-name{font-family:var(--font-display);color:var(--text-light);z-index:2;font-size:1.8rem;line-height:1;transition:color .35s;position:relative}.cat-tile:hover .cat-name{color:var(--secondary)}.cat-arrow{z-index:2;border:1px solid #f0ede51a;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .35s,background .35s,transform .35s;display:flex;position:absolute;top:20px;right:20px}.cat-tile:hover .cat-arrow{border-color:var(--secondary);background:var(--secondary);transform:translate(2px,-2px)}.cat-arrow svg{width:14px;height:14px;stroke:var(--text-muted);stroke-width:2px;fill:none;transition:stroke .35s}.cat-tile:hover .cat-arrow svg{stroke:var(--bg-darker)}@media (max-width:1024px){.product-grid,.product-grid--three,.cat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.brand-story{grid-template-columns:1fr}.brand-story-visual{order:-1;min-height:300px}.product-grid,.cat-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.product-grid,.product-grid--three,.cat-grid{grid-template-columns:1fr}}
