.hc-discover{--hc-bg: #0E2D26;--hc-accent: #FF4713;--hc-text: #F3E5B2;--hc-text-light: #F3E5B2;--hc-badge-bg: var(--hc-accent);--hc-badge-text: #F3E5B2;--hc-button-bg: var(--hc-accent);--hc-button-text: #F3E5B2;--hc-button-hover: #E6442A;--hc-media-shadow: rgba(0, 0, 0, .1);--hc-decor-shadow: rgba(0, 0, 0, .05);background:var(--hc-bg);position:relative;overflow:hidden;padding-top:clamp(40px,6vw,96px);margin-bottom:0}.hc-discover__bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hc-discover__texture{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.1}.hc-discover__container{position:relative;z-index:2;margin-top:64px}.hc-discover__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:center}@media screen and (min-width: 990px){.hc-discover__container{margin-top:0}.hc-discover__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.hc-discover__media{grid-column:1 / 7}.hc-discover__copy,.hc-discover__grid.is-reversed .hc-discover__media{grid-column:8 / 13}.hc-discover__grid.is-reversed .hc-discover__copy{grid-column:1 / 7}}.hc-discover__media{justify-content:center;align-items:center;order:2;grid-column:1 / -1}@media screen and (min-width: 990px){.hc-discover__media{order:unset;grid-column:1 / 7}}.hc-discover__hand{position:relative;max-width:100%;height:auto;transition:transform .3s ease,filter .3s ease;margin-bottom:0;padding-bottom:0}.hc-discover__hand:hover{transform:translateY(-4px);filter:drop-shadow(0 8px 24px var(--hc-media-shadow))}.hc-discover__hand img{width:100%;height:auto;display:block}.hc-discover__media--placeholder{width:100%;height:300px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--hc-text);font-size:14px;text-align:center}.hc-discover__copy{order:1;display:flex;flex-direction:column;gap:24px;grid-column:1 / -1}@media screen and (min-width: 990px){.hc-discover__copy{order:unset;gap:32px;grid-column:8 / 13}}.hc-discover__header{display:flex;flex-direction:column;gap:16px}.hc-discover__title{margin:0;display:flex;flex-direction:column;gap:8px;line-height:1.1}@media screen and (min-width: 990px){.hc-discover__title{flex-direction:column;gap:16px;align-items:flex-start}}.hc-discover__title-row{display:flex;flex-direction:column;gap:8px}@media screen and (min-width: 990px){.hc-discover__title-row{flex-direction:row;gap:16px;align-items:center}}.hc-discover__kicker{font-size:clamp(48px,2vw,64px);font-weight:700;color:var(--hc-text-light);text-transform:uppercase;letter-spacing:.02em}.hc-discover__badge{display:inline-flex;align-items:center;background:var(--hc-badge-bg);color:var(--hc-badge-text);padding:4px 12px;border-radius:10px;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}@media screen and (min-width: 990px){.hc-discover__badge{align-self:center;margin-left:0}}.hc-discover__line{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}@media screen and (min-width: 990px){.hc-discover__line{flex-direction:row;flex-wrap:wrap;gap:4px;align-items:flex-start}}.hc-discover__line-main{font-size:clamp(42px,2vw,64px);font-weight:700;color:var(--hc-text-light);text-transform:uppercase;letter-spacing:.02em}.hc-discover__line-accent{font-size:clamp(42px,2vw,64px);font-weight:800;color:var(--hc-accent);text-transform:uppercase;letter-spacing:.02em}.hc-discover__subtext{margin:0;font-family:customfont;font-size:clamp(12px,2vw,12px);line-height:1.6;gap:24px;color:var(--hc-text);max-width:480px}.hc-discover__ctas{display:flex;flex-direction:row;gap:24px;order:2;flex-wrap:wrap;justify-content:start}@media screen and (min-width: 990px){.hc-discover__ctas{order:unset;gap:20px;justify-content:flex-start}}.hc-discover__cta{display:inline-flex;align-items:center;padding:8px 12px;width:45%;gap:32px;background:var(--hc-button-bg);color:var(--hc-button-text);text-decoration:none;border-radius:50px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 4px 12px #00000026;border:none;cursor:pointer}.hc-discover__cta:hover{background:var(--hc-button-hover);transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.hc-discover__cta-icon{flex-shrink:0;width:24px;height:24px;color:currentColor;display:flex;align-items:center;justify-content:center}.hc-discover__cta-icon img{width:100%;height:100%;object-fit:contain}.hc-discover__cta-text{font-weight:700;letter-spacing:.05em}.hc-discover__decor{position:absolute;top:var(--y);left:var(--x);width:var(--sz);height:var(--sz);transform:rotate(var(--rot));z-index:1;pointer-events:none;transition:transform .3s ease}.hc-discover__decor:hover{transform:rotate(calc(var(--rot) + 5deg)) scale(1.1)}.hc-discover__decor img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 8px var(--hc-decor-shadow))}@media screen and (max-width: 749px){.hc-discover__decor{top:var(--y-m);left:var(--x-m);width:var(--sz-m);height:var(--sz-m);transform:rotate(var(--rot-m))}.hc-discover__decor:hover{transform:rotate(calc(var(--rot-m) + 5deg)) scale(1.1)}.hc-discover__cta{font-size:14px}.hc-discover__cta-icon{width:18px;height:18px}}.hc-discover__cta:focus-visible{outline:2px solid var(--hc-accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){.hc-discover__hand,.hc-discover__cta,.hc-discover__decor{transition:none}.hc-discover__hand:hover,.hc-discover__cta:hover{transform:none}.hc-discover__decor:hover{transform:rotate(var(--rot)) scale(1)}}@media (forced-colors: active){.hc-discover__cta{border:2px solid currentColor}.hc-discover__badge{border:1px solid currentColor}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/hc-discover-cards.css.map */
