.hero{position:relative;width:100%;max-width:100vw;min-height:100svh;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__wall{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__cta{display:inline-block;padding:.6rem 2rem;font-size:clamp(1.5rem,4vw,3rem);text-transform:uppercase;letter-spacing:-.01em;text-decoration:none;line-height:.85;word-spacing:-.1em;transition:background .2s ease,color .2s ease,border-color .2s ease}.wall-piece{position:absolute;max-width:20vw;width:auto;height:auto;max-height:35vh;object-fit:contain;pointer-events:none;display:none;mix-blend-mode:luminosity;filter:brightness(.35) contrast(.7) saturate(0);animation:wall-breathe 8s ease-in-out infinite alternate;will-change:filter,opacity}.wall-piece:nth-child(3n){animation-delay:0s;animation-direction:alternate}.wall-piece:nth-child(3n+1){animation-delay:2.5s;animation-direction:alternate-reverse}.wall-piece:nth-child(3n+2){animation-delay:5s;animation-direction:alternate}@keyframes wall-breathe{0%{opacity:.2;filter:brightness(.3) contrast(.6) saturate(0)}to{opacity:.5;filter:brightness(.55) contrast(.9) saturate(0)}}.cursor-glow{position:absolute;width:45vh;height:45vh;pointer-events:none;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18) 0%,transparent 70%);mix-blend-mode:screen;transform:translate(-50%,-50%);opacity:0;transition:opacity .8s ease;will-change:left,top,opacity}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:calc(var(--header-height) + 2rem) 2rem 5rem;max-width:900px;width:100%;box-sizing:border-box}.hero__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#fff6;margin:0}.hero__title{font-size:clamp(3.5rem,10vw,9rem);line-height:.85;text-transform:uppercase;color:#fff;margin:0;letter-spacing:-.02em;word-spacing:-.1em;word-break:break-word;overflow-wrap:break-word;width:100%}.hero__sub{font-size:.7rem;letter-spacing:.12em;color:#ffffff73;margin:0;text-transform:uppercase}.hero__ctas{display:flex;flex-direction:row;gap:1rem;margin-top:.75rem;flex-wrap:wrap;justify-content:center}.hero__cta--primary{background:#fff;color:#000;border:1px solid #fff}.hero__cta--primary:hover{background:transparent;color:#fff;border-color:#fff}.hero__cta--secondary{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.3)}.hero__cta--secondary:hover{background:#ffffff1a;color:#fff;border-color:#fff9}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:#fff;z-index:2;white-space:nowrap;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:scroll-appear .8s ease forwards 3s}.hero__scroll:after{content:"\2193";font-size:1.5rem;animation:scroll-bounce 1.2s ease-in-out infinite;display:block}@keyframes scroll-appear{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.cat-strip{width:100%;background:#ededed;border-bottom:1px solid rgba(0,0,0,.12);display:flex;flex-direction:row;flex-wrap:nowrap;box-sizing:border-box;overflow:hidden}.cat-strip__link{flex:1 1 0;display:flex;align-items:center;justify-content:center;padding:.85rem .5rem;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:#000;white-space:nowrap;border-right:1px solid rgba(0,0,0,.1);transition:background .15s ease,color .15s ease;text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis}.cat-strip__link:last-child{border-right:none}.cat-strip__link:hover{background:#000;color:#fff}.notes-strip{display:flex;flex-direction:row;width:100%;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box}.note-card{flex:1 1 0;display:flex;flex-direction:column;gap:0;padding:1.75rem 1.5rem;text-decoration:none;color:#000;border-right:1px solid rgba(0,0,0,.1);transition:background .15s ease;background:#ffef9e;min-width:0;box-sizing:border-box}.note-card:last-child{border-right:none}.note-card:hover{background:#f5e070}.note-card__image-wrap{width:100%;height:110px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem;flex-shrink:0}.note-card__image{width:auto;height:100%;max-height:110px;max-width:110px;object-fit:contain;display:block}.note-card__body{display:flex;flex-direction:column;gap:.4rem;flex:1}.note-card__date{font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;opacity:.45}.note-card__title{font-size:.85rem;letter-spacing:.03em;line-height:1.3;font-weight:600}.note-card__sub{font-size:.68rem;line-height:1.55;opacity:.65;flex:1}.note-card__cta{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;opacity:.45;margin-top:.75rem}@property --start{syntax: "<percentage>"; initial-value: -100%; inherits: false;}@property --mid{syntax: "<percentage>"; initial-value: -50%; inherits: false;}.scan-bar{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top,transparent var(--start),white var(--mid),transparent calc(var(--mid) + 50%));background-repeat:no-repeat;background-size:100% 100%;animation:scan-stops 6s ease-out forwards;z-index:99998;mix-blend-mode:difference;pointer-events:none;animation-delay:.5s}@keyframes scan-stops{0%{--start: -100%;--mid: -50%}to{--start: 100%;--mid: 150%}}@media(max-width:768px){html,body{overflow-x:hidden;max-width:100%}.hero{overflow-x:hidden}.hero__content{padding:calc(var(--header-height) + 1.5rem) 1.5rem 4rem}.hero__title{font-size:clamp(2.75rem,13vw,4.5rem)}.hero__ctas{flex-direction:column;align-items:stretch;width:100%;max-width:280px}.hero__cta{text-align:center;padding:.9rem 1rem}.wall-piece{max-width:40vw;max-height:30vh}.cat-strip{flex-wrap:wrap}.cat-strip__link{flex:1 1 20%;min-width:20%;border-bottom:1px solid rgba(0,0,0,.1);font-size:.55rem;padding:.75rem .25rem}.notes-strip{flex-direction:column}.note-card{flex-direction:row;align-items:flex-start;gap:1rem;padding:1.25rem;border-right:none;border-bottom:1px solid rgba(0,0,0,.1)}.note-card:last-child{border-bottom:none}.note-card__image-wrap{width:70px;height:70px;flex-shrink:0;margin-bottom:0}.note-card__image{max-width:70px;max-height:70px}.note-card__body{flex:1;min-width:0}.hero__scroll{font-size:.65rem;bottom:2rem}}@media(max-width:480px){.hero__content{padding:calc(var(--header-height) + 1.25rem) 1.25rem 3.5rem}.hero__title{font-size:clamp(2.25rem,15vw,3.5rem)}.cat-strip__link{flex:1 1 25%;min-width:25%}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/random-image-wall.css.map */
