.hbc-club{--hbc-club-black: #0d0d0d;--hbc-club-panel: #1a1a1a;--hbc-club-white: #f2f2f2;--hbc-club-blue: #1659e9;--hbc-club-yellow: #fac905;--hbc-club-yellow-hover: #fbd437;--hbc-club-ease: cubic-bezier(.16, 1, .3, 1);position:relative;isolation:isolate;overflow:hidden;background:var(--hbc-club-black);color:var(--hbc-club-white)}.hbc-club *,.hbc-club *:before,.hbc-club *:after{box-sizing:border-box}.hbc-club:before{position:absolute;top:0;right:0;width:min(44vw,72rem);height:2px;background:var(--hbc-club-blue);content:""}.hbc-club__inner{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(34rem,.88fr);gap:clamp(4rem,7vw,10rem);align-items:center}.hbc-club--image-right .hbc-club__media{order:2}.hbc-club__media{position:relative;min-width:0}.hbc-club__image-frame{position:relative;aspect-ratio:5 / 4;overflow:hidden;border-radius:2px;background:var(--hbc-club-panel)}.hbc-club__image-frame:after{position:absolute;top:1.6rem;right:1.6rem;bottom:1.6rem;left:1.6rem;border:1px solid rgba(242,242,242,.2);content:"";pointer-events:none}.hbc-club__image{display:block;width:100%;height:112%;object-fit:cover;transform:translate3d(0,var(--hbc-club-image-y, -5%),0) scale(1.03);transition:transform .8s var(--hbc-club-ease);will-change:transform}.hbc-club__image-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0d0d0a,#0d0d0d5c),linear-gradient(90deg,rgba(22,89,233,.14),transparent 42%);pointer-events:none}.hbc-club__media-label{position:absolute;right:-1.6rem;bottom:2.4rem;display:flex;max-width:calc(100% - 3.2rem);min-height:4.4rem;align-items:center;gap:1rem;margin:0;padding:1rem 1.6rem;border-left:3px solid var(--hbc-club-yellow);background:var(--hbc-club-panel);color:var(--hbc-club-white);font-family:var(--font-heading-family, inherit);font-size:1.2rem;font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.hbc-club__media-label span{width:.7rem;height:.7rem;flex:0 0 auto;background:var(--hbc-club-blue);transform:rotate(45deg)}.hbc-club__content{position:relative;min-width:0;padding:2rem 0}.hbc-club__content:before{position:absolute;top:0;left:-2.4rem;width:1px;height:8rem;background:var(--hbc-club-blue);content:""}.hbc-club__eyebrow{margin:0 0 1.6rem;color:var(--hbc-club-yellow);font-family:var(--font-heading-family, inherit);font-size:1.3rem;font-weight:600;letter-spacing:.35em;line-height:1.3;text-transform:uppercase}.hbc-club__heading{margin:0 0 2rem;color:var(--hbc-club-white);font-family:var(--font-heading-family, inherit);font-size:clamp(4rem,6vw,7.2rem);font-weight:700;letter-spacing:-.01em;line-height:.96;text-transform:uppercase}.hbc-club__intro{max-width:46ch;margin:0 0 2rem;color:var(--hbc-club-white);font-size:clamp(1.8rem,2vw,2.2rem);font-weight:600;line-height:1.45}.hbc-club__body{max-width:58ch;color:#f2f2f2b3;font-size:1.6rem;line-height:1.65}.hbc-club__body p{margin:0 0 1.3rem}.hbc-club__highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:2.8rem 0 0;padding:0;border-top:1px solid rgba(242,242,242,.18);list-style:none}.hbc-club__highlights li{display:flex;min-height:5.6rem;align-items:center;gap:1rem;padding:1rem 1.2rem 1rem 0;border-bottom:1px solid rgba(242,242,242,.18);color:var(--hbc-club-white);font-size:1.35rem;font-weight:700;line-height:1.3}.hbc-club__highlight-mark{width:.8rem;height:.8rem;flex:0 0 auto;border:2px solid var(--hbc-club-yellow);transform:rotate(45deg)}.hbc-club__actions{margin-top:3.2rem}.hbc-club__button{display:inline-flex;min-height:5.4rem;align-items:center;justify-content:center;gap:1.2rem;padding:0 3.2rem;border:2px solid var(--hbc-club-yellow);border-radius:2px;background:var(--hbc-club-yellow);color:var(--hbc-club-black);font-family:var(--font-heading-family, inherit);font-size:1.6rem;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:transform .25s var(--hbc-club-ease),background-color .25s ease,border-color .25s ease}.hbc-club__button svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:transform .25s var(--hbc-club-ease)}.hbc-club__button:hover{border-color:var(--hbc-club-yellow-hover);background:var(--hbc-club-yellow-hover);transform:translateY(-2px)}.hbc-club__button:hover svg{transform:translate(.4rem)}.hbc-club__button:active{transform:scale(.97)}.hbc-club__button:focus-visible{outline:3px solid var(--hbc-club-blue);outline-offset:4px}.js .hbc-club [data-hbc-club-reveal]{opacity:0;transform:translateY(2.8rem)}.js .hbc-club [data-hbc-club-reveal].is-visible{opacity:1;transform:translateY(0);transition:opacity .7s var(--hbc-club-ease),transform .7s var(--hbc-club-ease);transition-delay:var(--hbc-club-delay, 0ms)}@media screen and (max-width:989px){.hbc-club__inner{grid-template-columns:1fr;gap:4.8rem}.hbc-club--image-right .hbc-club__media{order:0}.hbc-club__image-frame{aspect-ratio:16 / 10}.hbc-club__content{max-width:72rem}}@media screen and (max-width:749px){.hbc-club__inner{gap:3.6rem}.hbc-club__image-frame{aspect-ratio:4 / 3;margin:0 -1.5rem;border-radius:0}.hbc-club__image-frame:after{top:1rem;right:1rem;bottom:1rem;left:1rem}.hbc-club__media-label{right:0;bottom:1.2rem;max-width:calc(100% - 1.2rem)}.hbc-club__content{padding:0}.hbc-club__content:before{display:none}.hbc-club__eyebrow{font-size:1.15rem;letter-spacing:.28em}.hbc-club__heading{font-size:clamp(3.6rem,13vw,5.2rem)}.hbc-club__intro{font-size:1.8rem}.hbc-club__highlights{grid-template-columns:1fr}.hbc-club__button{width:100%;padding:0 2rem}}@media(prefers-reduced-motion:reduce){.hbc-club *,.hbc-club *:before,.hbc-club *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js .hbc-club [data-hbc-club-reveal]{opacity:1;transform:none}.hbc-club__image{transform:translateY(-5%) scale(1.03)}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/hbc-club-feature.css.map */
