.fp2-hero{display:grid;grid-template-columns:1fr 1fr;min-height:92vh;width:100%;background:var(--color-bg-primary);overflow:hidden;position:relative}.fp2-hero__left{position:relative;display:flex;align-items:stretch;overflow:hidden}.fp2-hero__blob-wrap{position:relative;width:100%;height:100%;min-height:92vh;overflow:hidden}.fp2-hero__blob{position:absolute;top:0;left:0;width:100%;height:100%;clip-path:ellipse(92% 70% at 8% 70%);overflow:hidden;background:var(--color-surface-soft)}.fp2-hero__blob-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.fp2-hero__blob-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15}.fp2-hero__blob-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(175deg,#0000,#00000014,#0000008c 80%,#000000b3);pointer-events:none}.fp2-hero__blob-content{position:absolute;bottom:9%;left:8%;right:14%;z-index:2;display:flex;flex-direction:column;gap:var(--space-sm)}.fp2-hero__eyebrow{display:inline-block;font-family:var(--font-body);font-size:var(--text-xs);font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#ffffffbf;margin-bottom:var(--space-xs)}.fp2-hero__heading{display:flex;flex-direction:column;font-family:var(--font-heading);font-size:clamp(var(--text-3xl),3.5vw,var(--text-5xl));font-weight:400;line-height:1.1;color:var(--color-text-inverse);margin:0}.fp2-hero__heading-line{display:block}.fp2-hero__subtext{font-family:var(--font-body);font-size:var(--text-sm);font-weight:300;line-height:1.6;color:#ffffffbf;max-width:320px;margin:var(--space-xs) 0 0}.fp2-hero__cta{display:inline-flex;align-items:center;gap:var(--space-sm);width:fit-content;margin-top:var(--space-md);padding:10px 22px;background:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-body);font-size:var(--text-xs);font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:var(--radius-pill);transition:background var(--transition-base),color var(--transition-base),transform var(--transition-base)}.fp2-hero__cta:hover{background:var(--color-black-primary);color:var(--color-text-inverse);transform:translate(3px)}.fp2-hero__cta svg{transition:transform var(--transition-base);flex-shrink:0}.fp2-hero__cta:hover svg{transform:translate(4px)}.fp2-hero__right{display:flex;align-items:center;padding:var(--space-xl) var(--space-xl) var(--space-xl) var(--space-lg)}.fp2-hero__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);gap:var(--space-sm);width:100%;height:88vh}.fp2-hero__box{position:relative;display:block;overflow:hidden;border-radius:var(--radius-md);background:var(--color-surface-light);text-decoration:none;cursor:pointer}.fp2-hero__box-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.fp2-hero__box-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform var(--transition-luxury);will-change:transform}.fp2-hero__box:hover .fp2-hero__box-img{transform:scale(1.07)}.fp2-hero__box-placeholder{width:100%;height:100%;object-fit:cover;opacity:.1}.fp2-hero__box-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 0% 45%,#00000073);transition:background var(--transition-base);pointer-events:none}.fp2-hero__box:hover .fp2-hero__box-overlay{background:linear-gradient(180deg,#0000,#00000014 40%,#00000094)}.fp2-hero__box-label{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-md);gap:var(--space-sm)}.fp2-hero__box-title{font-family:var(--font-body);font-size:var(--text-xs);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-inverse);line-height:1.3}.fp2-hero__box-arrow{color:var(--color-text-inverse);flex-shrink:0;opacity:0;transform:translate(-6px);transition:opacity var(--transition-base),transform var(--transition-base)}.fp2-hero__box:hover .fp2-hero__box-arrow{opacity:1;transform:translate(0)}@keyframes fp2HeroBlobIn{0%{opacity:0;transform:scale(.96) translate(-20px)}to{opacity:1;transform:scale(1) translate(0)}}@keyframes fp2HeroTextIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fp2HeroBoxIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fp2-hero__blob{animation:fp2HeroBlobIn .9s cubic-bezier(.25,.46,.45,.94) both}.fp2-hero__eyebrow{animation:fp2HeroTextIn .7s cubic-bezier(.25,.46,.45,.94) .2s both}.fp2-hero__heading{animation:fp2HeroTextIn .7s cubic-bezier(.25,.46,.45,.94) .3s both}.fp2-hero__subtext{animation:fp2HeroTextIn .7s cubic-bezier(.25,.46,.45,.94) .4s both}.fp2-hero__cta{animation:fp2HeroTextIn .7s cubic-bezier(.25,.46,.45,.94) .5s both}.fp2-hero__box:nth-child(1){animation:fp2HeroBoxIn .6s cubic-bezier(.25,.46,.45,.94) .15s both}.fp2-hero__box:nth-child(2){animation:fp2HeroBoxIn .6s cubic-bezier(.25,.46,.45,.94) .22s both}.fp2-hero__box:nth-child(3){animation:fp2HeroBoxIn .6s cubic-bezier(.25,.46,.45,.94) .29s both}.fp2-hero__box:nth-child(4){animation:fp2HeroBoxIn .6s cubic-bezier(.25,.46,.45,.94) .36s both}.fp2-hero__box:nth-child(5){animation:fp2HeroBoxIn .6s cubic-bezier(.25,.46,.45,.94) .43s both}.fp2-hero__box:nth-child(6){animation:fp2HeroBoxIn .6s cubic-bezier(.25,.46,.45,.94) .5s both}@media(prefers-reduced-motion:reduce){.fp2-hero__blob,.fp2-hero__eyebrow,.fp2-hero__heading,.fp2-hero__subtext,.fp2-hero__cta,.fp2-hero__box,.fp2-hero__box-img{animation:none!important;transition:none!important}}@media screen and (max-width:1024px){.fp2-hero{min-height:auto}.fp2-hero__blob{clip-path:ellipse(85% 88% at 18% 52%)}.fp2-hero__blob{top:0;left:0;width:100%;height:100%;clip-path:ellipse(80% 88% at 16% 52%)}.fp2-hero__right{padding:var(--space-lg) var(--space-lg) var(--space-lg) var(--space-md)}.fp2-hero__grid{height:80vh;gap:6px}}@media screen and (max-width:768px){.fp2-hero{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:auto}.fp2-hero__left{min-height:55vw;max-height:380px}.fp2-hero__blob-wrap{min-height:55vw}.fp2-hero__blob{top:0;left:0;width:100%;height:100%;clip-path:ellipse(110% 90% at 50% 45%);animation:fp2HeroBlobIn .8s cubic-bezier(.25,.46,.45,.94) both}.fp2-hero__blob-content{bottom:10%;left:var(--space-xl);right:var(--space-xl);text-align:left}.fp2-hero__heading{font-size:clamp(var(--text-2xl),6vw,var(--text-4xl))}.fp2-hero__right{padding:var(--space-md)}.fp2-hero__grid{height:auto;grid-template-rows:repeat(3,40vw);gap:6px}}@media screen and (max-width:480px){.fp2-hero__left{max-height:320px}.fp2-hero__grid{grid-template-rows:repeat(3,38vw);gap:5px}.fp2-hero__heading{font-size:var(--text-2xl)}.fp2-hero__subtext{display:none}.fp2-hero__box-title{font-size:9px;letter-spacing:.08em}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/FP2-hero.css.map */
