.premium-hero{position:relative;width:100%;min-height:var(--hero-min-height-mobile, 600px);overflow:hidden;display:flex;align-items:center;justify-content:center}.premium-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.premium-hero__picture{position:absolute;top:0;left:0;width:100%;height:100%}.premium-hero__picture--mobile{display:block}.premium-hero__picture--desktop{display:none}.premium-hero__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.premium-hero__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.premium-hero__placeholder-svg{width:100%;height:100%;opacity:.3}.premium-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000,rgba(0,0,0,var(--hero-overlay-opacity, .3)));z-index:2;pointer-events:none}.premium-hero__container{position:relative;z-index:3;width:100%;max-width:1400px;margin:0 auto;padding:0 var(--space-md, 1.5rem)}.premium-hero__content{opacity:0;transform:translateY(30px);animation:heroFadeInUp 1s cubic-bezier(.16,1,.3,1) .3s forwards}.premium-hero--top-left .premium-hero__container{display:flex;align-items:flex-start;justify-content:flex-start;min-height:var(--hero-min-height-mobile, 600px);padding-top:calc(var(--space-xl, 2.5rem) * 2)}.premium-hero--top-center .premium-hero__container{display:flex;align-items:flex-start;justify-content:center;min-height:var(--hero-min-height-mobile, 600px);padding-top:calc(var(--space-xl, 2.5rem) * 2)}.premium-hero--top-right .premium-hero__container{display:flex;align-items:flex-start;justify-content:flex-end;min-height:var(--hero-min-height-mobile, 600px);padding-top:calc(var(--space-xl, 2.5rem) * 2)}.premium-hero--center-left .premium-hero__container{display:flex;align-items:center;justify-content:flex-start;min-height:var(--hero-min-height-mobile, 600px)}.premium-hero--center .premium-hero__container{display:flex;align-items:center;justify-content:center;min-height:var(--hero-min-height-mobile, 600px)}.premium-hero--center-right .premium-hero__container{display:flex;align-items:center;justify-content:flex-end;min-height:var(--hero-min-height-mobile, 600px)}.premium-hero--bottom-left .premium-hero__container{display:flex;align-items:flex-end;justify-content:flex-start;min-height:var(--hero-min-height-mobile, 600px);padding-bottom:calc(var(--space-xl, 2.5rem) * 2)}.premium-hero--bottom-center .premium-hero__container{display:flex;align-items:flex-end;justify-content:center;min-height:var(--hero-min-height-mobile, 600px);padding-bottom:calc(var(--space-xl, 2.5rem) * 2)}.premium-hero--bottom-right .premium-hero__container{display:flex;align-items:flex-end;justify-content:flex-end;min-height:var(--hero-min-height-mobile, 600px);padding-bottom:calc(var(--space-xl, 2.5rem) * 2)}.premium-hero__content{max-width:600px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.premium-hero--left .premium-hero__content{text-align:left}.premium-hero--center .premium-hero__content{text-align:center}.premium-hero--right .premium-hero__content{text-align:right}.premium-hero__subheading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin:0 0 var(--space-sm, 1rem);opacity:.9}.premium-hero__heading{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:400;line-height:1.1;margin:0 0 var(--space-lg, 2rem);letter-spacing:-.02em}.premium-hero__buttons{display:flex;flex-direction:column;gap:var(--space-sm, 1rem);margin-top:var(--space-lg, 2rem)}.premium-hero__button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;min-height:48px;letter-spacing:.05em;text-transform:uppercase}.premium-hero__button--primary{background-color:#fff;color:#2c2c2c;border:2px solid #ffffff}.premium-hero__button--primary:hover{background-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #0003}.premium-hero__button--secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.premium-hero__button--secondary:hover{background-color:#fff;color:#2c2c2c;transform:translateY(-2px);box-shadow:0 4px 16px #0003}.premium-hero__scroll-indicator{position:absolute;bottom:var(--space-lg, 2rem);left:50%;transform:translate(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;cursor:pointer;opacity:0;animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) 1.5s forwards}.premium-hero__scroll-icon{width:24px;height:24px;animation:scrollBounce 2s ease-in-out infinite}.premium-hero__scroll-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.3)}.premium-hero__scroll-indicator.is-hidden{opacity:0;pointer-events:none;transition:opacity .3s ease}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (min-width: 768px){.premium-hero{min-height:var(--hero-min-height-desktop, 700px)}.premium-hero__picture--mobile{display:none}.premium-hero__picture--desktop{display:block}.premium-hero__container{padding:0 var(--space-xl, 2.5rem)}.premium-hero--top-left .premium-hero__container,.premium-hero--top-center .premium-hero__container,.premium-hero--top-right .premium-hero__container,.premium-hero--center-left .premium-hero__container,.premium-hero--center .premium-hero__container,.premium-hero--center-right .premium-hero__container,.premium-hero--bottom-left .premium-hero__container,.premium-hero--bottom-center .premium-hero__container,.premium-hero--bottom-right .premium-hero__container{min-height:var(--hero-min-height-desktop, 700px)}.premium-hero__content{max-width:700px}.premium-hero__subheading{font-size:1rem}.premium-hero__buttons{flex-direction:row;gap:var(--space-md, 1.5rem)}.premium-hero__button{padding:1.125rem 2.5rem}.premium-hero__scroll-indicator{bottom:var(--space-xl, 2.5rem)}}@media (min-width: 1440px){.premium-hero__container{padding:0 var(--space-xxl, 3rem)}.premium-hero__content{max-width:800px}}@media (prefers-reduced-motion: reduce){.premium-hero__content{animation:none;opacity:1;transform:none}.premium-hero__scroll-indicator{animation:heroFadeIn .5s ease forwards}.premium-hero__scroll-icon{animation:none}.premium-hero__button{transition:none}}@media print{.premium-hero{min-height:auto;page-break-inside:avoid}.premium-hero__scroll-indicator{display:none}.premium-hero__overlay{opacity:.5}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hero.css.map */
