@keyframes src-hero-float-a{0%,to{transform:translateY(0) translate(0) rotate(var(--r, 0deg))}50%{transform:translateY(-14px) translate(3px) rotate(var(--r, 0deg))}}@keyframes src-hero-float-b{0%,to{transform:translateY(0) translate(0) rotate(var(--r, 0deg))}35%{transform:translateY(-8px) translate(-5px) rotate(var(--r, 0deg))}70%{transform:translateY(-18px) translate(2px) rotate(var(--r, 0deg))}}@keyframes src-hero-float-c{0%,to{transform:translateY(0) translate(0) rotate(var(--r, 0deg))}40%{transform:translateY(-11px) translate(4px) rotate(var(--r, 0deg))}75%{transform:translateY(-5px) translate(-3px) rotate(var(--r, 0deg))}}@keyframes src-hero-float-d{0%,to{transform:translateY(0) translate(0) rotate(var(--r, 0deg))}30%{transform:translateY(-16px) translate(-2px) rotate(var(--r, 0deg))}60%{transform:translateY(-6px) translate(5px) rotate(var(--r, 0deg))}}.src-hero-modern{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;overflow:hidden;position:relative;padding:3.5rem 1.5rem 1rem;gap:1rem}.src-hero-modern__text{position:absolute;bottom:5%;left:0;right:0;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.src-hero-modern__heading{font-family:Road Rage,cursive;font-size:clamp(3rem,8vw,7rem);font-weight:400;text-transform:uppercase;letter-spacing:.05em;color:#e3dcd1;line-height:.9;margin:0}.src-shutter-text{display:flex;justify-content:center;white-space:nowrap;width:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.7));transition:opacity 1.5s ease}.src-shutter-text--fade-out{opacity:0}.src-shutter-text-fallback{display:none}.src-shutter-char{position:relative;overflow:hidden;display:inline-block}.src-shutter-char__main,.src-shutter-char__slice{font-family:Road Rage,cursive;font-size:clamp(2.5rem,8vw,7rem);font-weight:400;line-height:.9;letter-spacing:.05em;text-transform:uppercase}.src-shutter-char__main{color:#e3dcd1;opacity:0;filter:blur(10px);animation:src-shutter-reveal 2s ease forwards;animation-delay:calc(var(--i) * .12s + .8s)}.src-shutter-char__slice{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0}.src-shutter-char__slice--top{color:#f44;clip-path:polygon(0 0,100% 0,100% 35%,0 35%);animation:src-shutter-sweep-right 1.8s ease-in-out forwards;animation-delay:calc(var(--i) * .12s)}.src-shutter-char__slice--mid{color:#e3dcd1b3;clip-path:polygon(0 35%,100% 35%,100% 65%,0 65%);animation:src-shutter-sweep-left 1.8s ease-in-out forwards;animation-delay:calc(var(--i) * .12s + .25s)}.src-shutter-char__slice--bot{color:#f44;clip-path:polygon(0 65%,100% 65%,100% 100%,0 100%);animation:src-shutter-sweep-right 1.8s ease-in-out forwards;animation-delay:calc(var(--i) * .12s + .5s)}@keyframes src-shutter-reveal{to{opacity:1;filter:blur(0)}}@keyframes src-shutter-sweep-right{0%{transform:translate(-100%);opacity:0}50%{opacity:1}to{transform:translate(100%);opacity:0}}@keyframes src-shutter-sweep-left{0%{transform:translate(100%);opacity:0}50%{opacity:1}to{transform:translate(-100%);opacity:0}}@media screen and (max-width:749px){.src-shutter-char__main,.src-shutter-char__slice{font-size:11vw}}@media(prefers-reduced-motion:reduce){.src-shutter-char__main{opacity:1;filter:none;animation:none}.src-shutter-char__slice{display:none}}.src-hero-modern__subheading{font-family:Michroma,sans-serif;font-size:clamp(.75rem,1.5vw,1.1rem);color:#e3dcd199;margin:0;max-width:500px}.src-hero-modern__button{display:inline-flex;align-items:center;justify-content:center;margin-top:10rem;padding:.8rem 3.5rem;background:#fe5600;color:#e3dcd1;border:none;border-radius:16px;font-family:Road Rage,cursive;font-size:clamp(2.2rem,5vw,3rem);font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;box-shadow:0 0 15px #fe560080,0 0 40px #fe560040;animation:btn-glow-pulse 2s ease-in-out infinite;transition:transform .2s ease,box-shadow .25s ease}.src-hero-modern__button:hover{transform:translateY(-2px);box-shadow:0 0 20px #fe5600b3,0 0 60px #fe560066;color:#e3dcd1}@keyframes btn-glow-pulse{0%,to{box-shadow:0 0 15px #fe560080,0 0 40px #fe560040}50%{box-shadow:0 0 25px #fe5600b3,0 0 60px #fe560066}}@media(prefers-reduced-motion:reduce){.src-hero-modern__button{animation:none!important}}.src-hero-modern__collage{position:relative;width:100%;max-width:1000px;height:480px;z-index:1}.src-hero-modern__card{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0009;--r: 0deg}.src-hero-modern__img{width:100%;height:100%;object-fit:cover;display:block}.src-hero-modern__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e3dcd10d,#e3dcd11a,#e3dcd10d)}.src-hero-modern__card--1{width:324px;height:432px;left:calc(50% - 450px);top:30px;z-index:5;--r: -2deg;animation:src-hero-float-a 7s ease-in-out infinite}.src-hero-modern__card--2{width:520px;height:293px;left:calc(50% - 180px);top:0;z-index:3;--r: 1.5deg;animation:src-hero-float-b 6s ease-in-out infinite}.src-hero-modern__card--3{width:380px;height:214px;left:calc(50% - 130px);top:250px;z-index:6;--r: -4deg;animation:src-hero-float-c 7.5s ease-in-out infinite}.src-hero-modern__card--4{width:270px;height:360px;left:calc(50% + 230px);top:90px;z-index:4;--r: 3deg;animation:src-hero-float-d 5.5s ease-in-out infinite}@media screen and (max-width:989px){.src-hero-modern__collage{max-width:700px;height:400px}.src-hero-modern__card--1{width:270px;height:360px;left:calc(50% - 330px);top:15px}.src-hero-modern__card--2{width:390px;height:219px;left:calc(50% - 120px);top:0}.src-hero-modern__card--3{width:288px;height:162px;left:calc(50% - 85px);top:195px}.src-hero-modern__card--4{width:200px;height:267px;left:calc(50% + 170px);top:40px}}@media screen and (max-width:749px){.src-hero-modern{padding:1rem 0 .5rem;gap:.5rem}.src-hero-modern__collage{max-width:100%;height:106vw}.src-hero-modern__card{bottom:auto}.src-hero-modern__card--1{width:45.4vw;height:60.5vw;left:2vw;top:4vw;z-index:5;--r: -3deg}.src-hero-modern__card--2{width:53.2vw;height:29.9vw;left:46vw;top:8vw;z-index:4;--r: 2.5deg}.src-hero-modern__card--3{width:56vw;height:31.5vw;left:3vw;top:65vw;z-index:6;--r: -2deg}.src-hero-modern__card--4{width:48.6vw;height:64.8vw;left:47vw;top:37vw;z-index:5;--r: 3deg}}@media(prefers-reduced-motion:reduce){.src-hero-modern__card{animation:none!important;transform:rotate(var(--r, 0deg))}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-src-hero-modern.css.map */
