:root{--red:#d71920;--ink:#111;--cream:#f5f1e8;--yellow:#f0b62b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,a{cursor:pointer}.skip{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.15em}.topline{height:32px;background:var(--red);color:white;overflow:hidden;display:flex;align-items:center;font-size:11px;font-weight:800;letter-spacing:.12em}.ticker{white-space:nowrap;animation:tick 18s linear infinite}@keyframes tick{to{transform:translateX(-50%)}}.nav{height:88px;border-bottom:2px solid;display:grid;grid-template-columns:220px 1fr auto;align-items:center;padding:0 3vw}.nav__logo img{width:165px;height:68px}.nav nav{display:flex;justify-content:center;gap:42px;font-size:12px;font-weight:900;letter-spacing:.1em}.nav__actions{display:flex;gap:8px}.sound,.bag{height:40px;border:2px solid;background:transparent;padding:0 14px;font-size:10px;font-weight:900}.sound.on{background:var(--ink);color:white}.bag b{background:var(--red);color:white;border-radius:50%;padding:3px 7px}.hero{display:grid;grid-template-columns:54% 46%;min-height:710px;border-bottom:2px solid}.hero__copy{padding:7vw 4vw}.hero h1,.section-head h2,.club h2,.opening h2,.cart h2{font-family:Impact,"Arial Black",sans-serif;font-size:clamp(70px,9vw,145px);line-height:.78;letter-spacing:-.045em;margin:28px 0}.hero h1 br+*{color:var(--red)}.intro{max-width:600px;font-size:17px;line-height:1.55}.buttons{display:flex;gap:10px;margin-top:30px}.button{border:2px solid;padding:16px 20px;font-size:11px;font-weight:900}.button.red{background:var(--red);color:#fff;border-color:var(--red)}.hero__art{position:relative;background:var(--red);overflow:hidden}.sun{position:absolute;right:-55px;top:-55px;width:280px;height:280px;border-radius:50%;background:var(--yellow);color:var(--red);font:80px Impact;padding:100px 60px 20px;transform:rotate(8deg)}.sun small{display:block;font:18px Arial}.poster{position:absolute;box-shadow:10px 12px #1116;padding:25px}.p1{left:7%;top:17%;width:270px;height:360px;background:var(--cream);transform:rotate(-7deg);display:flex;flex-direction:column;justify-content:space-between}.p1 strong{font:58px/.83 Impact;color:var(--red)}.p2{right:8%;bottom:8%;width:295px;height:250px;background:var(--ink);color:white;transform:rotate(5deg)}.p2 img{width:100%;height:110px}.p2 p{font-size:12px;line-height:1.5;font-weight:800}.stamp{position:absolute;right:14%;top:34%;width:115px;height:115px;border:4px solid;border-radius:50%;background:var(--cream);display:grid;place-items:center;text-align:center;font:20px Impact;transform:rotate(10deg)}.manifesto{background:var(--ink);color:white;padding:55px 4vw}.manifesto div{font:clamp(58px,11vw,170px)/.8 Impact;white-space:nowrap}.manifesto span{color:var(--red)}.drop{padding:100px 3vw}.section-head{display:grid;grid-template-columns:2fr 1fr;align-items:end;margin-bottom:65px}.section-head h2{font-size:clamp(65px,8vw,120px)}.section-head>p{max-width:380px;line-height:1.7}.products{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--ink);border:2px solid}.product{background:var(--cream)}.product__image{height:560px;display:block;position:relative;overflow:hidden}.product__image img,.product__image svg{width:100%;height:100%;object-fit:cover}.product__image>span{position:absolute;right:16px;top:16px;z-index:2;font-size:20px;font-weight:900}.product__info{border-top:2px solid;padding:22px;display:flex;justify-content:space-between;align-items:center}.product__info h3,.product__info p{margin:0 0 5px}.product__info h3{font-size:15px;text-transform:uppercase}.product__info button{border:0;background:var(--ink);color:white;padding:15px 17px;font-size:11px;font-weight:900}.club{display:grid;grid-template-columns:62% 38%;min-height:740px;border-block:2px solid}.club__image img{width:100%;height:100%;object-fit:cover}.club__placeholder{height:100%;display:grid;place-items:center;text-align:center;background:var(--ink);color:white;font:70px Impact}.club__copy{background:var(--red);color:white;padding:70px 3vw;display:flex;flex-direction:column;justify-content:center}.club h2{font-size:clamp(58px,6.6vw,100px)}.club h2 em{color:var(--yellow);font-style:normal}.club__copy>p{line-height:1.65}.pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.pills span{border:1px solid;border-radius:30px;padding:9px 13px;font-size:10px;font-weight:900}.opening{text-align:center;padding:110px 20px;min-height:620px}.opening h2{font-size:clamp(70px,10vw,145px)}.newsletter{max-width:620px;margin:40px auto 20px;display:flex;border:2px solid;background:white}.newsletter input{flex:1;border:0;padding:20px;font-weight:800}.newsletter button{border:0;background:var(--ink);color:white;padding:0 25px;font-size:11px;font-weight:900}.success{padding:15px;background:var(--red);color:white}footer{background:var(--ink);color:white;padding:70px 4vw;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end}footer img{width:240px}footer div{display:flex;justify-content:center;gap:25px;font-size:11px;font-weight:900}footer p{text-align:right;font-size:10px;line-height:1.7}.cart{position:fixed;right:0;top:0;width:min(460px,92vw);height:100vh;background:var(--cream);z-index:100;padding:35px;transform:translateX(105%);transition:.35s;display:flex;flex-direction:column}.cart.open{transform:none}.cart__close{position:absolute;right:20px;top:15px;border:0;background:none;font-size:34px}.cart h2{font-size:58px}.cart [data-cart-items]{flex:1;overflow:auto;border-top:1px solid}.cart__item{display:grid;grid-template-columns:70px 1fr;gap:15px;padding:12px 0;border-bottom:1px solid}.cart__item img{width:70px;height:70px;object-fit:cover}.cart__item small{display:block}.cart__total{display:flex;justify-content:space-between;border-top:2px solid;padding:20px 0}.checkout{display:block;text-align:center;background:var(--red);color:white;padding:18px;font-weight:900}.scrim{position:fixed;inset:0;background:#0008;z-index:90;border:0;width:100%;display:none}.scrim.open{display:block}@media(max-width:850px){.nav{grid-template-columns:150px 1fr}.nav nav,.sound{display:none}.hero,.club{grid-template-columns:1fr}.hero__art{min-height:560px}.section-head{grid-template-columns:1fr}.products{grid-template-columns:1fr}.product__image{height:440px}.club__image{height:430px}footer{grid-template-columns:1fr;gap:30px}footer div{justify-content:flex-start}footer p{text-align:left}}@media(max-width:560px){.hero h1{font-size:64px}.hero__copy{padding:70px 18px}.poster{transform:scale(.8) rotate(-7deg)}.p2{transform:scale(.8) rotate(5deg)}.drop{padding:70px 14px}.manifesto div{font-size:52px}.newsletter{flex-direction:column}.newsletter button{padding:18px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
