.hbc-workshop{--hbc-w-surface: #ecebe6;--hbc-w-ink: #121212;--hbc-w-ink-mid: #4a4a45;--hbc-w-rule: rgba(18, 18, 18, .12);--hbc-w-accent: var(--hbc-accent, #d8ff00);--hbc-w-accent-ink: var(--hbc-accent-ink, #121212);--hbc-w-dur: .24s;--hbc-w-ease: cubic-bezier(.33, .05, .2, 1);font-family:var(--font-body-family)}.hbc-workshop__inner.page-width{max-width:none}.hbc-workshop__panel{display:grid;grid-template-columns:1fr;background-color:var(--hbc-w-surface);isolation:isolate}@media screen and (min-width:990px){.hbc-workshop__panel{grid-template-columns:1.05fr 1fr}.hbc-workshop__panel--media-right .hbc-workshop__media{grid-column:2;grid-row:1}.hbc-workshop__panel--media-right .hbc-workshop__body{grid-column:1;grid-row:1}.hbc-workshop__panel--no-media{grid-template-columns:1fr}}.hbc-workshop__media{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#d7d7d2}@media screen and (min-width:990px){.hbc-workshop__media{aspect-ratio:auto;align-self:stretch;min-height:44rem}}.hbc-workshop__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 58%;display:block}.hbc-workshop__body{padding:3.2rem 2.4rem 3.6rem;color:var(--hbc-w-ink-mid)}@media screen and (min-width:750px){.hbc-workshop__body{padding:4.8rem 4rem}}@media screen and (min-width:990px){.hbc-workshop__body{align-self:center;padding:5.6rem 5.6rem 5.6rem 5.2rem;max-width:62rem}.hbc-workshop__panel--no-media .hbc-workshop__body{max-width:72rem}}.hbc-workshop__eyebrow{margin:0 0 1.2rem;font-family:var(--font-body-family);font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--hbc-w-ink-mid)}.hbc-workshop__eyebrow:after{content:"";display:block;width:2.4rem;height:2px;margin-top:.9rem;background-color:var(--hbc-w-accent)}.hbc-workshop__heading{color:var(--hbc-w-ink);margin:0 0 1.6rem;font-family:var(--font-heading-family);font-weight:700;font-size:clamp(2.6rem,1.9rem + 2.1vw,4.4rem);line-height:1.02;letter-spacing:-.015em;text-transform:uppercase;text-wrap:balance;max-width:16ch}.hbc-workshop__text{color:var(--hbc-w-ink-mid);font-size:1.6rem;line-height:1.6;max-width:46ch}.hbc-workshop__text p{margin:0}.hbc-workshop__text p+p{margin-top:1.2rem}.hbc-workshop__points{margin:2.8rem 0 0;padding:0;list-style:none;display:grid;gap:1.6rem;border-top:1px solid var(--hbc-w-rule);padding-top:2.4rem}.hbc-workshop__point{display:grid;grid-template-columns:2.4rem 1fr;gap:0 1.4rem;align-items:start}.hbc-workshop__icon{display:block;width:2.4rem;height:2.4rem;color:var(--hbc-w-ink);margin-top:.1rem}.hbc-workshop__icon svg{display:block;width:100%;height:100%}.hbc-workshop__point-copy{display:block}.hbc-workshop__point-title{display:block;font-size:1.6rem;font-weight:600;line-height:1.4;color:var(--hbc-w-ink)}.hbc-workshop__point-text{display:block;margin-top:.2rem;font-size:1.45rem;line-height:1.5;color:var(--hbc-w-ink-mid);max-width:42ch}.hbc-workshop__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2.8rem;margin-top:3.2rem}.hbc-workshop__booking{display:contents}.hbc-workshop__cta{display:inline-flex;align-items:center;gap:.8rem;padding:1.3rem 2.6rem;border:2px solid var(--hbc-accent-edge, #121212);background-color:var(--hbc-w-accent);color:var(--hbc-w-accent-ink);font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background-color var(--hbc-w-dur) var(--hbc-w-ease),transform var(--hbc-w-dur) var(--hbc-w-ease)}.hbc-workshop__cta:hover{background-color:var(--hbc-accent-hover, #c2e600);transform:translateY(-2px)}.hbc-workshop__cta:focus-visible{outline:3px solid var(--hbc-w-ink);outline-offset:3px}.hbc-workshop__secondary{display:inline-flex;align-items:center;gap:.7rem;min-height:4.4rem;color:var(--hbc-w-ink);font-size:1.5rem;font-weight:600;text-decoration:none;border-bottom:1px solid var(--hbc-w-rule);transition:border-color var(--hbc-w-dur) var(--hbc-w-ease)}.hbc-workshop__secondary:hover{border-bottom-color:var(--hbc-w-ink)}.hbc-workshop__secondary:focus-visible{outline:2px solid var(--hbc-w-ink);outline-offset:3px}.hbc-workshop__arrow{width:1.4rem;height:1rem;flex:none;transition:transform var(--hbc-w-dur) var(--hbc-w-ease)}.hbc-workshop__secondary:hover .hbc-workshop__arrow{transform:translate(4px)}.hbc-workshop__extras{margin:1.8rem 0 0;font-size:1.35rem;line-height:1.5;color:var(--hbc-w-ink-mid);max-width:48ch}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){.hbc-workshop__body>*,.hbc-workshop__media{animation:hbc-w-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}.hbc-workshop__point{animation:hbc-w-rise linear both;animation-timeline:view();animation-range:entry 5% entry 60%;animation-delay:calc(var(--hbc-w-order, 1) * 60ms)}}}@keyframes hbc-w-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hbc-workshop *,.hbc-workshop *:after{animation:none!important;transition:none!important}.hbc-workshop__cta:hover,.hbc-workshop__secondary:hover .hbc-workshop__arrow{transform:none}}@media screen and (max-width:749px){.hbc-workshop__heading{max-width:none}.hbc-workshop__cta{width:100%;justify-content:center}.hbc-workshop__actions{gap:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/hbc-workshop.css.map */
