.hero-premium{--hero-reveal: .9s cubic-bezier(.16, 1, .3, 1);position:relative;display:flex;width:100%;height:var(--hero-height-mobile, 75vh);overflow:hidden;background-color:#10100e}@media screen and (min-width:750px){.hero-premium{height:var(--hero-height-tablet, 85vh)}}@media screen and (min-width:990px){.hero-premium{height:var(--hero-height-desktop, 100vh)}}.hero-premium__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-premium__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-position, center center);transform:scale(1.05);transition:transform 1.4s cubic-bezier(.16,1,.3,1)}.hero-premium.is-loaded .hero-premium__media img{transform:scale(1)}@media(prefers-reduced-motion:reduce){.hero-premium__media img{transition-duration:1ms;transform:scale(1)}}.hero-premium__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:var(--hero-overlay-color, #10100e);opacity:var(--hero-overlay-opacity, .3)}.hero-premium__overlay--gradient{background:linear-gradient(to top,var(--hero-overlay-color, #10100e) 0%,transparent 55%);opacity:var(--hero-overlay-opacity, .5)}.hero-premium__content-wrap{position:relative;z-index:2;display:flex;align-items:flex-end;width:100%;padding:0 24px 64px}@media screen and (min-width:750px){.hero-premium__content-wrap{padding:0 48px 88px;align-items:center}}.hero-premium__content{display:flex;flex-direction:column;gap:var(--hero-spacing, 18px);width:100%;max-width:var(--hero-content-width, 560px);color:var(--hero-text-color, #faf8f4)}.hero-premium__content-wrap--left .hero-premium__content{align-items:flex-start;text-align:left}.hero-premium__content-wrap--center{justify-content:center}.hero-premium__content-wrap--center .hero-premium__content{align-items:center;text-align:center;margin:0 auto}.hero-premium__content-wrap--right{justify-content:flex-end}.hero-premium__content-wrap--right .hero-premium__content{align-items:flex-end;text-align:right;margin-left:auto}.hero-premium__eyebrow{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;opacity:0;transform:translateY(14px);transition:opacity var(--hero-reveal),transform var(--hero-reveal)}.hero-premium__heading{margin:0;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:500;font-size:calc(var(--hero-heading-size, 56px) * .5);line-height:1.08;letter-spacing:.005em;opacity:0;transform:translateY(18px);transition:opacity var(--hero-reveal) 90ms,transform var(--hero-reveal) 90ms}@media screen and (min-width:750px){.hero-premium__heading{font-size:calc(var(--hero-heading-size, 56px) * .72)}}@media screen and (min-width:990px){.hero-premium__heading{font-size:var(--hero-heading-size, 56px)}}.hero-premium__subheading{margin:0;max-width:46ch;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:calc(var(--hero-text-size, 16px) * .9);line-height:1.6;opacity:0;transform:translateY(16px);transition:opacity var(--hero-reveal) .18s,transform var(--hero-reveal) .18s}@media screen and (min-width:990px){.hero-premium__subheading{font-size:var(--hero-text-size, 16px)}}.hero-premium__content-wrap--center .hero-premium__subheading{margin-left:auto;margin-right:auto}.hero-premium__content-wrap--right .hero-premium__subheading{margin-left:auto}.hero-premium.is-loaded .hero-premium__eyebrow,.hero-premium.is-loaded .hero-premium__heading,.hero-premium.is-loaded .hero-premium__subheading,.hero-premium.is-loaded .hero-premium__buttons{opacity:1;transform:translateY(0)}.hero-premium__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px;opacity:0;transform:translateY(16px);transition:opacity var(--hero-reveal) .27s,transform var(--hero-reveal) .27s}.hero-premium__content-wrap--center .hero-premium__buttons{justify-content:center}.hero-premium__content-wrap--right .hero-premium__buttons{justify-content:flex-end}.hero-premium__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;border:1px solid transparent;border-radius:var(--hero-btn-radius, 2px);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;transition:opacity .28s ease,transform .28s ease,background-color .28s ease,border-color .28s ease}.hero-premium__btn:hover,.hero-premium__btn:focus-visible{transform:translateY(-1px);opacity:.88}.hero-premium__btn:focus-visible{outline:2px solid var(--hero-text-color, #faf8f4);outline-offset:3px}.hero-premium__btn--primary{background-color:var(--hero-btn-primary-bg, #10100e);color:var(--hero-btn-primary-text, #faf8f4)}.hero-premium__btn--secondary{background-color:transparent;border-color:var(--hero-btn-secondary-text, #faf8f4);color:var(--hero-btn-secondary-text, #faf8f4)}@media(prefers-reduced-motion:reduce){.hero-premium__eyebrow,.hero-premium__heading,.hero-premium__subheading,.hero-premium__buttons,.hero-premium__btn{transition-duration:1ms!important;transform:none!important}}.hero-premium__scroll{position:absolute;left:50%;bottom:22px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;color:var(--hero-text-color, #faf8f4);cursor:pointer;transform:translate(-50%);opacity:0;transition:opacity var(--hero-reveal) .48s}.hero-premium.is-loaded .hero-premium__scroll{opacity:.75}.hero-premium__scroll:hover{opacity:1}.hero-premium__scroll-icon{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.4;animation:hero-premium-bob 2.6s ease-in-out infinite}@keyframes hero-premium-bob{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media(prefers-reduced-motion:reduce){.hero-premium__scroll-icon{animation:none}}.hero-premium__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hero-premium.css.map */
