.collection-hero{position:relative;min-height:var(--hero-height, 70vh);display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:var(--hero-padding-top, 80px);padding-bottom:var(--hero-padding-bottom, 80px);isolation:isolate}.section-bg-solid{background:var(--section-bg-color, #F8F8F8)}.section-bg-gradient{background:var(--section-bg-gradient);background-size:200% 200%;animation:section-gradient-shift calc(var(--animation-speed, 15s) * 2) ease infinite}@keyframes section-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero-bg__image{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(var(--blur-amount, 0px))}.has-ken-burns .hero-bg__image{animation:ken-burns 30s ease-in-out infinite alternate}@keyframes ken-burns{0%{transform:scale(1)}to{transform:scale(1.1)}}.has-parallax-effect{transform:scale(1.15);transition:transform .1s ease-out;will-change:transform}.hero-bg__overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:var(--overlay-opacity, .4);z-index:1;mix-blend-mode:multiply}.hero-container{position:relative;z-index:10;width:100%;max-width:var(--page-width);margin:0 auto;padding:0 2rem}.hero-card{position:relative;border-radius:var(--card-radius, 32px);padding:var(--card-padding, 60px);border:1px solid var(--color-card-border, #E8E8E8);overflow:hidden;isolation:isolate;animation:card-appear 1.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.2s;opacity:0;transform-style:preserve-3d}.card-bg-solid .hero-card{background:var(--card-bg, #fff);opacity:var(--card-bg-opacity, .95)}.card-bg-gradient .hero-card{background:var(--card-bg-gradient);background-size:200% 200%;opacity:var(--card-bg-opacity, .95);animation:card-gradient-flow calc(var(--animation-speed, 15s) * 1.5) ease infinite}.card-bg-radial .hero-card{background:var(--card-bg-radial);opacity:var(--card-bg-opacity, .95)}.card-bg-mesh .hero-card{background:radial-gradient(at 20% 30%,var(--card-mesh-1, #FFE5E5) 0%,transparent 50%),radial-gradient(at 80% 20%,var(--card-mesh-2, #E5F5FF) 0%,transparent 50%),radial-gradient(at 20% 80%,var(--card-mesh-3, #F0FFE5) 0%,transparent 50%),radial-gradient(at 80% 70%,var(--card-mesh-4, #FFF0F5) 0%,transparent 50%),linear-gradient(135deg,#ffffffe6,#ffffffb3);background-size:100% 100%;opacity:var(--card-bg-opacity, .95);animation:mesh-morph calc(var(--animation-speed, 15s) * 2) ease-in-out infinite}@keyframes card-appear{0%{opacity:0;transform:translateY(60px) scale(.95);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes card-gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes mesh-morph{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(10deg)}}.hero-card.has-shadow{box-shadow:0 40px 120px #00000014,0 20px 60px #0000000d,0 8px 24px #00000008,inset 0 1px #ffffff80}.hero-card.has-glass{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.3)}.collection-hero--split .hero-card{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.card-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(115deg,transparent 0%,transparent 35%,rgba(255,255,255,calc(var(--shimmer-intensity, .3) * .6)) 45%,rgba(255,255,255,calc(var(--shimmer-intensity, .3) * 1)) 50%,rgba(255,255,255,calc(var(--shimmer-intensity, .3) * .6)) 55%,transparent 65%,transparent 100%);transform:translate(-100%) translateY(-100%) rotate(30deg);animation:shine-sweep calc(var(--animation-speed, 15s) * .5) ease-in-out infinite;pointer-events:none;z-index:10;mix-blend-mode:overlay}@keyframes shine-sweep{0%{transform:translate(-100%) translateY(-100%) rotate(30deg)}20%{transform:translate(100%) translateY(100%) rotate(30deg)}to{transform:translate(100%) translateY(100%) rotate(30deg)}}.card-holographic{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(125deg,transparent 0%,rgba(255,0,255,.1) 20%,rgba(0,255,255,.1) 40%,rgba(255,255,0,.1) 60%,rgba(255,0,0,.1) 80%,transparent 100%);background-size:200% 200%;opacity:.3;mix-blend-mode:color-dodge;animation:holographic-shift calc(var(--animation-speed, 15s) * .8) ease infinite;pointer-events:none;z-index:8}@keyframes holographic-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.card-sparkles{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:9}.sparkle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#fff,transparent);border-radius:50%;opacity:0;animation:sparkle-twinkle calc(var(--animation-speed, 15s) * .2) ease-in-out infinite;box-shadow:0 0 10px #fffc}.sparkle:nth-child(1){top:10%;left:15%;animation-delay:0s}.sparkle:nth-child(2){top:25%;left:75%;animation-delay:.5s}.sparkle:nth-child(3){top:40%;left:30%;animation-delay:1s}.sparkle:nth-child(4){top:55%;left:85%;animation-delay:1.5s}.sparkle:nth-child(5){top:70%;left:20%;animation-delay:2s}.sparkle:nth-child(6){top:85%;left:60%;animation-delay:2.5s}.sparkle:nth-child(7){top:15%;left:50%;animation-delay:.8s}.sparkle:nth-child(8){top:35%;left:90%;animation-delay:1.3s}.sparkle:nth-child(9){top:50%;left:10%;animation-delay:1.8s}.sparkle:nth-child(10){top:65%;left:45%;animation-delay:.3s}.sparkle:nth-child(11){top:80%;left:80%;animation-delay:1.1s}.sparkle:nth-child(12){top:20%;left:35%;animation-delay:2.2s}@keyframes sparkle-twinkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.card-floating{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0;opacity:.4}.floating-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,var(--color-accent, #40E0D0),transparent 70%);filter:blur(50px);opacity:.3;animation:float-smooth var(--animation-speed, 15s) ease-in-out infinite}.floating-orb--1{width:250px;height:250px;top:10%;left:5%;animation-delay:0s}.floating-orb--2{width:200px;height:200px;top:60%;right:10%;animation-delay:-5s}.floating-orb--3{width:180px;height:180px;bottom:10%;left:50%;animation-delay:-10s}@keyframes float-smooth{0%,to{transform:translate(0) scale(1);opacity:.2}50%{transform:translate(25px,-35px) scale(1.15);opacity:.4}}.card-grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(var(--color-card-border, #E8E8E8) 1px,transparent 1px),linear-gradient(90deg,var(--color-card-border, #E8E8E8) 1px,transparent 1px);background-size:50px 50px;opacity:.03;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:5;animation:content-fade-in 1s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.5s;opacity:0}@keyframes content-fade-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.collection-hero--align-left .hero-content{text-align:left}.collection-hero--align-center .hero-content{text-align:center}.collection-hero--align-right .hero-content{text-align:right}.hero-accent-line{width:60px;height:3px;margin-bottom:2.5rem;position:relative;animation:line-appear .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.7s;opacity:0}.collection-hero--align-center .hero-accent-line{margin-left:auto;margin-right:auto}.collection-hero--align-right .hero-accent-line{margin-left:auto}.hero-accent-line__inner{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--color-accent, #40E0D0),transparent);border-radius:10px;position:relative;overflow:hidden;box-shadow:0 0 20px var(--color-accent, #40E0D0)}.hero-accent-line__inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);animation:accent-shimmer 3s ease-in-out infinite}@keyframes line-appear{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes accent-shimmer{0%{transform:translate(-100%)}50%,to{transform:translate(200%)}}.hero-title{font-size:clamp(2.5rem,6vw,var(--title-size, 72px));font-weight:var(--title-weight, 700);line-height:1.1;letter-spacing:var(--letter-spacing, -.02em);margin:0 0 2rem;position:relative;animation:title-appear 1s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.9s;opacity:0}.hero-title__main{position:relative;display:inline-block;z-index:2}.title-style-solid .hero-title__main{color:var(--title-color, #2F4F4F)}.title-style-gradient .hero-title__main{background:var(--title-gradient);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:title-gradient-flow 8s ease infinite}@keyframes title-gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-title__glow{position:absolute;top:0;left:0;width:100%;height:100%;filter:blur(25px);opacity:calc(var(--glow-intensity, .6) * .5);z-index:1;pointer-events:none;animation:glow-pulse 4s ease-in-out infinite}.title-style-solid .hero-title__glow{color:var(--title-color, #2F4F4F)}.title-style-gradient .hero-title__glow{background:var(--title-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes title-appear{0%{opacity:0;transform:translateY(40px) scale(.95);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes glow-pulse{0%,to{opacity:calc(var(--glow-intensity, .6) * .4);transform:scale(1)}50%{opacity:calc(var(--glow-intensity, .6) * .6);transform:scale(1.02)}}.hero-title--animated .hero-title__word{display:inline-block;overflow:hidden}.hero-title--animated .hero-title__letter{display:inline-block;animation:letter-reveal .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(100%)}.hero-title--animated .hero-title__word:nth-child(1) .hero-title__letter:nth-child(1){animation-delay:1s}.hero-title--animated .hero-title__word:nth-child(1) .hero-title__letter:nth-child(2){animation-delay:1.05s}.hero-title--animated .hero-title__word:nth-child(1) .hero-title__letter:nth-child(3){animation-delay:1.1s}.hero-title--animated .hero-title__word:nth-child(1) .hero-title__letter:nth-child(4){animation-delay:1.15s}.hero-title--animated .hero-title__word:nth-child(1) .hero-title__letter:nth-child(5){animation-delay:1.2s}.hero-title--animated .hero-title__word:nth-child(2) .hero-title__letter:nth-child(1){animation-delay:1.25s}.hero-title--animated .hero-title__word:nth-child(2) .hero-title__letter:nth-child(2){animation-delay:1.3s}.hero-title--animated .hero-title__word:nth-child(2) .hero-title__letter:nth-child(3){animation-delay:1.35s}.hero-title--animated .hero-title__word:nth-child(2) .hero-title__letter:nth-child(4){animation-delay:1.4s}.hero-title--animated .hero-title__word:nth-child(2) .hero-title__letter:nth-child(5){animation-delay:1.45s}.hero-title__space{display:inline-block;width:.3em}@keyframes letter-reveal{to{opacity:1;transform:translateY(0)}}.hero-description{max-width:60ch;margin:2rem auto 0;animation:description-appear 1s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.4s;opacity:0}.collection-hero--align-left .hero-description{margin-left:0;margin-right:auto}.collection-hero--align-right .hero-description{margin-left:auto;margin-right:0}.hero-description__inner{font-size:clamp(1rem,1.5vw,var(--description-size, 18px));line-height:1.75;color:var(--color-description, #5A5A5A);font-weight:400}.hero-description__inner p{margin:0 0 1em}.hero-description__inner p:last-child{margin-bottom:0}@keyframes description-appear{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-description--fade:after{content:"";position:absolute;bottom:-15px;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent, #40E0D0),transparent);opacity:0;animation:underline-appear .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:2s}.collection-hero--align-center .hero-description--fade:after{left:50%;width:80%;transform:translate(-50%)}@keyframes underline-appear{0%{opacity:0;transform:scaleX(0)}to{opacity:.5;transform:scaleX(1)}}.hero-side-image{position:relative;z-index:5;animation:image-appear 1.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.1s;opacity:0}.hero-side-image__wrapper{position:relative;border-radius:clamp(20px,2vw,30px);overflow:hidden}.hero-side-image__border{position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;border:2px solid var(--color-accent, #40E0D0);border-radius:clamp(25px,2.5vw,35px);opacity:.4;z-index:-1;animation:border-pulse 3s ease-in-out infinite}.hero-side-image__container{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:clamp(20px,2vw,30px);box-shadow:0 20px 60px #00000026,0 5px 20px #0000001a;transition:all .6s cubic-bezier(.16,1,.3,1)}.hero-side-image__img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.hero-side-image__wrapper:hover .hero-side-image__container{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 80px #0003,0 10px 30px #40e0d033}.hero-side-image__wrapper:hover .hero-side-image__img{transform:scale(1.05)}.hero-side-image__glow{position:absolute;top:50%;left:50%;width:70%;height:70%;background:radial-gradient(ellipse,var(--color-accent, #40E0D0),transparent 70%);transform:translate(-50%,-50%);opacity:calc(var(--glow-intensity, .6) * .4);filter:blur(50px);z-index:-1;animation:glow-pulse 4s ease-in-out infinite}@keyframes image-appear{0%{opacity:0;transform:translate(50px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes border-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.02)}}@media (max-width: 989px){.collection-hero{min-height:60vh;padding-top:60px;padding-bottom:60px}.hero-card{padding:40px}.collection-hero--split .hero-card{grid-template-columns:1fr;gap:3rem}.hero-container{padding:0 1.5rem}.hero-title{font-size:clamp(2rem,8vw,3.5rem)}.floating-orb{filter:blur(40px);opacity:.2}}@media (max-width: 749px){.collection-hero{min-height:50vh;padding-top:40px;padding-bottom:40px}.hero-card{padding:30px 20px}.hero-content{text-align:center}.hero-accent-line,.hero-description{margin-left:auto;margin-right:auto}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.has-parallax-effect{transform:scale(1)!important}}@media (prefers-contrast: high){.hero-card{border-width:2px}.hero-side-image__border{border-width:3px;opacity:1}}a:focus-visible,button:focus-visible{outline:3px solid var(--color-accent, #40E0D0);outline-offset:3px}@media print{.collection-hero{min-height:auto;page-break-inside:avoid}.card-floating,.card-shine,.card-holographic,.card-sparkles,.card-grid-pattern,.hero-bg__overlay,.hero-side-image__glow,.hero-side-image__border,.hero-title__glow{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-collection-hero.css.map */
