.hero-banner{position:relative;overflow:hidden;padding-block:0;min-height:90svh;display:flex;flex-direction:column;justify-content:center}.hero-banner__inner{display:flex;align-items:center;gap:var(--space-12);padding-block:var(--space-20);width:100%}.hero-banner--centered .hero-banner__inner{flex-direction:column;text-align:center;max-width:var(--container-narrow-max)}.hero-banner--split-right .hero-banner__inner,.hero-banner--split-left .hero-banner__inner{flex-direction:row}.hero-banner--split-left .hero-banner__inner{flex-direction:row-reverse}.hero-banner__content{flex:1 1 50%;display:flex;flex-direction:column;gap:var(--space-6)}.hero-banner--centered .hero-banner__content{align-items:center}.hero-banner__eyebrow{color:currentColor;opacity:.75}[data-section-theme=coral] .hero-banner__eyebrow{color:#fff;opacity:.85}.hero-banner__headline{font-family:var(--font-heading);font-size:clamp(2.25rem,6vw + 1rem,5.5rem);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text);margin:0}[data-section-theme=coral] .hero-banner__headline{color:#fff}[data-section-theme=""] .hero-banner__headline-last{position:relative}[data-section-theme=""] .hero-banner__headline-last:after{content:"";position:absolute;left:0;bottom:-.1em;width:100%;height:4px;background-color:var(--color-primary);border-radius:var(--radius-sm)}.hero-banner__subhead{font-size:var(--text-lg);line-height:var(--leading-snug);font-weight:400;color:var(--color-text-muted);max-width:48ch;margin:0}[data-section-theme=coral] .hero-banner__subhead{color:#fffc}.hero-banner--centered .hero-banner__subhead{max-width:40ch;text-align:center}.hero-banner__ctas{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-2)}.hero-banner--centered .hero-banner__ctas{justify-content:center}.hero-banner__btn--primary{background-color:#fff;color:var(--primary-ink);border-color:#fff;box-shadow:var(--sh-sticker)}.hero-banner__btn--primary:hover{background-color:var(--color-bg);border-color:var(--color-bg);color:var(--primary-ink)}[data-section-theme=""] .hero-banner__btn--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}[data-section-theme=""] .hero-banner__btn--primary:hover{background-color:var(--primary-ink);border-color:var(--primary-ink)}.hero-banner__btn--secondary{background-color:transparent;color:#fff;border-color:#ffffff8c;box-shadow:var(--sh-sticker)}.hero-banner__btn--secondary:hover{border-color:#fff;color:#fff}[data-section-theme=""] .hero-banner__btn--secondary{color:var(--color-text);border-color:var(--color-border)}[data-section-theme=""] .hero-banner__btn--secondary:hover{border-color:var(--color-text)}.hero-banner__social-proof{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);margin:0}[data-section-theme=coral] .hero-banner__social-proof{color:#ffffffb3}.hero-banner__social-proof-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--color-primary);flex-shrink:0;animation:proof-pulse 2.4s ease-in-out infinite}@keyframes proof-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero-banner__media{flex:1 1 45%;display:flex;align-items:center;justify-content:center}.hero-banner__img-wrap{position:relative;max-width:520px;width:100%}.hero-banner__img{width:100%;height:auto;border-radius:var(--radius-xl);display:block;transform:rotate(-1.5deg);box-shadow:var(--shadow-pop);transition:transform var(--dur-slow) var(--ease-out)}.hero-banner__img-wrap:hover .hero-banner__img{transform:rotate(0) scale(1.02)}.hero-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-banner__bg-img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.hero-banner__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(26,22,20,.88) 0%,rgba(26,22,20,.55) 50%,transparent 80%);pointer-events:none}.hero-banner--bg-photo .hero-banner__inner,.hero-banner--bg-photo .hero-banner__ticker-wrap{position:relative;z-index:2}.hero-banner--bg-photo .hero-banner__ticker-wrap{margin-top:0}.hero-banner--bg-photo{justify-content:flex-end}.hero-banner--bg-photo .hero-banner__inner{flex-direction:column;align-items:flex-start;text-align:left;padding-top:var(--space-12);padding-bottom:var(--space-20)}.hero-banner--bg-photo .hero-banner__content{align-items:flex-start;text-align:left;width:100%;max-width:560px}[data-section-theme=photo] .hero-banner__headline{color:#fff}[data-section-theme=photo] .hero-banner__subhead{color:#fffc}[data-section-theme=photo] .hero-banner__social-proof{color:#ffffffb3}[data-section-theme=photo] .hero-banner__eyebrow{display:inline-flex;background-color:var(--color-primary);color:#fff;opacity:1;padding:.2em .75em;border-radius:999px;font-weight:600}[data-section-theme=photo] .hero-banner__btn--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--sh-sticker)}[data-section-theme=photo] .hero-banner__btn--primary:hover{background-color:var(--primary-ink);border-color:var(--primary-ink)}[data-section-theme=photo] .hero-banner__btn--secondary{background-color:transparent;color:#fff;border-color:#ffffff8c;box-shadow:var(--sh-sticker)}[data-section-theme=photo] .hero-banner__btn--secondary:hover{border-color:#fff;color:#fff}.hero-banner__ticker-wrap{overflow:hidden;width:100%;background-color:var(--ink);padding-block:var(--space-3);margin-top:auto}.hero-banner__ticker{display:flex;width:max-content;animation:hero-ticker 28s linear infinite;will-change:transform}.hero-banner__ticker:hover{animation-play-state:paused}.hero-banner__ticker-item{font-family:var(--font-body);font-size:var(--text-sm);font-weight:500;letter-spacing:var(--tracking-wide);color:#fffefc;white-space:nowrap;padding-right:var(--space-4)}@keyframes hero-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1023px){.hero-banner{min-height:auto}.hero-banner--bg-photo{min-height:78svh}.hero-banner--bg-photo .hero-banner__scrim{background:linear-gradient(to top,rgba(26,22,20,.92) 0%,rgba(26,22,20,.88) 52%,rgba(26,22,20,0) 61%,transparent 100%)}.hero-banner--bg-photo .hero-banner__inner{padding-top:0;padding-bottom:52px}[data-section-theme=photo] .hero-banner__eyebrow{padding:.15em .6em}.hero-banner--bg-photo .hero-banner__content{gap:var(--space-1)}.hero-banner--bg-photo .hero-banner__ctas{justify-content:flex-start;gap:var(--space-1);margin-top:0}.hero-banner--bg-photo .hero-banner__btn{padding-block:var(--space-2)}.hero-banner--bg-photo .hero-banner__social-proof{justify-content:flex-start}.hero-banner--split-right .hero-banner__inner,.hero-banner--split-left .hero-banner__inner{flex-direction:column}.hero-banner__content{align-items:center;text-align:center}.hero-banner__subhead{text-align:center}.hero-banner__ctas,.hero-banner__social-proof{justify-content:center}.hero-banner__img{transform:rotate(0)}}@media(max-width:639px){.hero-banner__inner{padding-block:var(--space-12)}.hero-banner__ctas{flex-direction:column;width:100%}.hero-banner__btn{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.hero-banner__ticker,.hero-banner__social-proof-dot{animation:none}.hero-banner__img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-hero-banner.css.map */
