.mestorlux-hero{--mestorlux-card: rgba(15, 17, 21, .82);--mestorlux-border: rgba(255, 255, 255, .12);--mestorlux-text: #f7f8fa;--mestorlux-muted: #c5cad3;background:var(--mestorlux-hero-bg, #0f1115);color:var(--mestorlux-text);isolation:isolate;min-height:clamp(68rem,82vh,88rem);overflow:hidden;position:relative}.mestorlux-hero__background,.mestorlux-hero__overlay{top:0;right:0;bottom:0;left:0;position:absolute}.mestorlux-hero__background{z-index:-3}.mestorlux-hero__background-frame{--mestorlux-scroll-scale: 1.02;height:100%;opacity:0;transform:scale(1.08);transform-origin:center;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);width:100%;will-change:opacity,transform}.mestorlux-hero__background-frame.is-visible{opacity:1;transform:scale(var(--mestorlux-scroll-scale))}.mestorlux-hero__background-image{display:block;height:100%;object-fit:cover;object-position:center center;width:100%}.mestorlux-hero__overlay{background:linear-gradient(90deg,#04070cf7,#04070ce6 24%,#04070cad 43%,#04070c40 68%,#04070c14),linear-gradient(180deg,#04070c2e,#04070c0a 52%,#04070cc7);pointer-events:none;z-index:-2}.mestorlux-hero:not(.mestorlux-hero--has-image) .mestorlux-hero__overlay{background:radial-gradient(circle at 70% 35%,rgba(0,136,255,.2),transparent 38%),linear-gradient(135deg,#0f1115,#111722)}.mestorlux-hero__layout{display:flex;flex-direction:column;min-height:clamp(68rem,82vh,88rem);padding-bottom:clamp(2.4rem,4vw,4rem);padding-top:clamp(5rem,8vw,9rem);position:relative;z-index:2}.mestorlux-hero__inner{align-items:center;display:flex;flex:1 1 auto}.mestorlux-hero__content{max-width:64rem;position:relative;width:min(54%,64rem);z-index:2}.mestorlux-hero__eyebrow{color:var(--mestorlux-hero-accent, #0088ff);font-size:1.2rem;font-weight:700;letter-spacing:.18em;line-height:1.4;margin:0 0 1.8rem;text-transform:uppercase}.mestorlux-hero__heading{color:var(--mestorlux-text);font-size:clamp(4.6rem,6vw,8.2rem);font-weight:700;letter-spacing:-.05em;line-height:.98;margin:0 0 2.4rem;max-width:11ch;text-shadow:0 .4rem 2.4rem rgba(0,0,0,.34);text-wrap:balance}.mestorlux-hero__subheading{color:var(--mestorlux-muted);font-size:clamp(1.6rem,1.5vw,2rem);line-height:1.65;margin:0 0 3.2rem;max-width:58rem;text-shadow:0 .2rem 1.2rem rgba(0,0,0,.55)}.mestorlux-hero__subheading p{margin:0}.mestorlux-hero__button{align-items:center;background:linear-gradient(100deg,var(--mestorlux-hero-accent, #0088ff),#33c9f0);border:0;border-radius:1.1rem;box-shadow:0 1.2rem 3.4rem #0088ff47;color:#fff;display:inline-flex;font-weight:700;gap:1.1rem;min-height:5.4rem;padding:1.5rem 2.8rem;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.mestorlux-hero__button:after,.mestorlux-hero__button:before{box-shadow:none}.mestorlux-hero__button-arrow{font-size:1.8rem;line-height:1;transition:transform .18s ease}.mestorlux-hero__button:hover{box-shadow:0 1.6rem 4rem #0088ff5c;filter:brightness(1.07);transform:translateY(-2px)}.mestorlux-hero__button:hover .mestorlux-hero__button-arrow{transform:translate(.35rem)}.mestorlux-hero__button:focus-visible{outline:.3rem solid #fff;outline-offset:.3rem}.mestorlux-hero__badges{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070a10ad;border:1px solid var(--mestorlux-border);border-radius:1.6rem;box-shadow:0 2rem 5rem #00000047;display:grid;gap:0;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(3rem,5vw,5rem);overflow:hidden}.mestorlux-hero__badge{align-items:center;color:var(--mestorlux-text);display:flex;gap:1.25rem;min-width:0;padding:2.2rem 2.4rem;position:relative}.mestorlux-hero__badge:not(:last-child):after{background:#ffffff1a;content:"";height:55%;position:absolute;right:0;top:22.5%;width:1px}.mestorlux-hero__badge-icon{color:var(--mestorlux-hero-accent, #0088ff);flex:0 0 auto;height:3.2rem;width:3.2rem}.mestorlux-hero__badge-icon svg{display:block;height:100%;width:100%}.mestorlux-hero__badge-copy{display:flex;flex-direction:column;gap:.35rem;min-width:0}.mestorlux-hero__badge-title{color:var(--mestorlux-text);font-size:1.4rem;font-weight:700;line-height:1.3}.mestorlux-hero__badge-description{color:var(--mestorlux-muted);font-size:1.25rem;line-height:1.35}.mestorlux-hero__fade-item{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--fade-index, 0) * .11s)}.mestorlux-hero__content.is-visible .mestorlux-hero__fade-item{opacity:1;transform:translateY(0)}.mestorlux-hero__badge{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease;transition-delay:calc(var(--badge-index, 0) * 90ms)}.mestorlux-hero__badges.is-visible .mestorlux-hero__badge{opacity:1;transform:translateY(0)}@media screen and (max-width:989px){.mestorlux-hero,.mestorlux-hero__layout{min-height:76rem}.mestorlux-hero__content{width:min(68%,58rem)}.mestorlux-hero__heading{font-size:clamp(4.4rem,8vw,6.8rem)}.mestorlux-hero__badges{grid-template-columns:repeat(2,minmax(0,1fr))}.mestorlux-hero__badge:nth-child(2):after{display:none}.mestorlux-hero__badge:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}}@media screen and (max-width:749px){.mestorlux-hero,.mestorlux-hero__layout{min-height:auto}.mestorlux-hero{background:var(--mestorlux-hero-bg, #0f1115)}.mestorlux-hero__background{bottom:auto;height:39rem}.mestorlux-hero__background-frame{height:100%}.mestorlux-hero__background-image{object-position:64% center}.mestorlux-hero__overlay{background:linear-gradient(180deg,#04070c14,#04070c1f 44%,#04070cb8 66%,#04070cfa 86%,#04070c)}.mestorlux-hero__layout{padding-bottom:2.4rem;padding-top:32rem}.mestorlux-hero__inner{align-items:flex-start;padding:0}.mestorlux-hero__content{background:linear-gradient(180deg,#080b11db,#080b11f5);border:1px solid rgba(255,255,255,.08);border-radius:1.6rem;box-shadow:0 1.8rem 4rem #00000047;max-width:none;padding:2.2rem 2rem;width:100%}.mestorlux-hero__eyebrow{font-size:1rem;letter-spacing:.14em;margin-bottom:1.2rem}.mestorlux-hero__heading{font-size:clamp(3.4rem,10.5vw,4.8rem);line-height:1;margin-bottom:1.6rem;max-width:11ch}.mestorlux-hero__subheading{color:#d1d5dd;font-size:1.45rem;line-height:1.5;margin-bottom:2.2rem;max-width:none}.mestorlux-hero__button{justify-content:center;min-height:5rem;padding:1.3rem 2rem;width:100%}.mestorlux-hero__badges{background:#070a10f5;border-radius:1.4rem;grid-template-columns:1fr;margin-top:1.6rem}.mestorlux-hero__badge{align-items:center;gap:1rem;padding:1.45rem 1.5rem}.mestorlux-hero__badge:not(:last-child):after{bottom:0;height:1px;left:1.5rem;right:1.5rem;top:auto;width:auto}.mestorlux-hero__badge:nth-child(-n+2){border-bottom:0}.mestorlux-hero__badge-icon{height:2.6rem;width:2.6rem}.mestorlux-hero__badge-title{font-size:1.25rem}.mestorlux-hero__badge-description{font-size:1.08rem}}@media screen and (max-width:420px){.mestorlux-hero__background{height:35rem}.mestorlux-hero__background-image{object-position:66% center}.mestorlux-hero__layout{padding-top:28.5rem}.mestorlux-hero__content{border-radius:1.4rem;padding:1.9rem 1.6rem}.mestorlux-hero__heading{font-size:clamp(3.2rem,10.8vw,4.2rem)}.mestorlux-hero__badge{padding:1.35rem 1.25rem}}@media(prefers-reduced-motion:reduce){.mestorlux-hero__button,.mestorlux-hero__button-arrow,.mestorlux-hero__fade-item,.mestorlux-hero__badge,.mestorlux-hero__background-frame{transition:none}.mestorlux-hero__button:hover{transform:none}.mestorlux-hero__fade-item,.mestorlux-hero__badge,.mestorlux-hero__background-frame{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/mestorlux-hero.css.map */
