/* Approved mascot across the existing brand. */
html{overflow-x:clip}
.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}
.brand-mascot{display:block;width:47px;height:53px;object-fit:contain}
.hero-title{width:68%;z-index:1}
.hero h1{font-size:clamp(100px,15.8vw,258px)}
.hero-mascot{position:absolute;top:22%;bottom:20%;right:3%;width:38%;max-width:540px;display:grid;place-items:center;pointer-events:none;transform:translate(calc(var(--px)*-20px),calc(var(--py)*-13px));transition:transform .2s linear}
.mascot-orbit{width:100%;animation:mascot-float 6s ease-in-out infinite;transform-origin:50% 70%;filter:drop-shadow(0 30px 30px #0008)}
.mascot-orbit img{display:block;width:100%;height:auto;max-height:540px;object-fit:contain}
.hero-bottom{position:relative;z-index:2}
.club-stamp{display:inline-flex;align-items:center;gap:17px;padding:13px 20px}
.club-stamp img{width:55px;height:65px;object-fit:contain}
.shop-signature{display:flex;align-items:center;gap:25px}
.shop-signature>img{width:80px;height:96px;object-fit:contain;transform:rotate(9deg)}
.closing-mascot{width:132px;height:152px;display:grid;place-items:center;background:var(--black);padding:14px;transform:rotate(7deg);margin:0 0 38px 8px}
.closing-mascot img{display:block;width:100%;height:100%;object-fit:contain}
.paused .hero-mascot{transform:none}
@keyframes mascot-float{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-22px) rotate(4deg)}}
@media(max-width:1100px){header nav a:last-child{display:none}.hero-mascot{right:0;width:41%}.brand{font-size:24px}.brand-mascot{width:42px;height:47px}.shop-signature{gap:15px}.shop-signature>img{width:62px;height:78px}}
@media(max-width:760px){.hero{min-height:860px}.hero h1{font-size:16vw}.hero-mascot{width:44%;right:-1%;top:20%;bottom:30%}.hero-title{margin-block:70px 35px}.hero-intro{font-size:26px}.shop-signature{margin-top:28px}.shop-signature>img{width:64px;height:82px}.closing-mascot{width:105px;height:120px}.eyebrow{font-size:12px}.brand-mascot{width:38px;height:45px}}
@media(max-width:540px){header{padding-inline:5%}.brand{font-size:22px;gap:7px}.brand-mascot{width:32px;height:40px}#motion{width:136px;font-size:10px}.hero{min-height:950px;padding-top:110px}.hero-title{width:100%;margin:285px 0 25px}.hero h1{font-size:23vw}.hero-intro{font-size:26px}.hero-mascot{top:157px;bottom:auto;right:calc(50% - 145px);width:290px;max-width:80vw}.mascot-orbit img{max-height:300px}.hero-bottom{margin-top:0;gap:20px}.hero-bottom p{font-size:16px}.shop-signature{align-items:center;gap:20px}.shop-signature>img{width:60px;height:76px}.closing-copy{position:relative}.closing-mascot{width:85px;height:100px;margin-top:8px;margin-bottom:25px}footer .brand{font-size:21px}footer{gap:16px}}
@media(prefers-reduced-motion:reduce){.hero-mascot{transform:none!important}.mascot-orbit{animation:none!important}}
