@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap";.toy-hero{position:relative;max-width:1440px;padding-inline:5rem;width:100%;height:calc(100vh - 120px);overflow:hidden;background:#ffe945;transition:background-color .6s ease;font-family:Quicksand,sans-serif;border-radius:40px}.toy-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;padding:28px clamp(20px,5vw,64px)}.toy-hero__main{flex:1 1;display:flex;align-items:center;justify-content:space-between;gap:32px}.toy-hero__text{max-width:520px}.toy-hero__title{margin:0 0 22px;max-width:10ch;font-family:Baloo\ 2,cursive;font-size:clamp(46px,7vw,86px);font-weight:800;line-height:.98;color:#2b2620;letter-spacing:-.01em}.toy-hero__sub{max-width:440px;min-height:80px;color:rgba(43,38,32,.8);font-size:17px;font-weight:500;line-height:1.5}.toy-hero__cta{display:inline-flex;align-items:center;gap:12px;height:58px;padding:0 32px;border:none;border-radius:200px;background:linear-gradient(135deg,#ff8a5b,#ff5a63);color:#fff;font-family:Quicksand,sans-serif;font-size:17px;font-weight:700;cursor:pointer}.toy-hero__visual{position:relative;flex-shrink:0;width:clamp(280px,40vw,480px);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.toy-hero__flower{position:absolute;top:33%;left:50%;width:360px;max-width:40vw;aspect-ratio:1/1;z-index:0;transform-origin:center;transform:translate(-50%,-50%);opacity:0;animation:toy-hero-flower-appear 1.8s ease 1.4s forwards,toy-hero-flower-spin 30s linear 1.4s infinite}.toy-hero__flower circle,.toy-hero__flower ellipse{fill:hsla(0,0%,100%,.45)}.toy-hero__lion{position:relative;z-index:1;height:100%;width:auto;max-width:100%;object-fit:contain}.toy-hero__thumbs{position:absolute;bottom:10px;right:10px;z-index:3;display:flex;align-items:flex-end;gap:14px;margin-right:-50px;margin-bottom:25px}.toy-hero__thumb{display:flex;align-items:center;justify-content:center;width:62px;height:62px;padding:10px;border:none;border-radius:16px;background:hsla(0,0%,100%,.4);cursor:pointer;transition:width .25s ease,height .25s ease,background .25s ease}.toy-hero__thumb img{width:100%;height:100%;object-fit:contain}.toy-hero__thumb.is-active{width:76px;height:76px;padding:12px;background:hsla(0,0%,100%,.7)}@keyframes toy-hero-flower-appear{0%{opacity:0}55%{opacity:.85}to{opacity:.7}}@keyframes toy-hero-flower-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(2turn)}}@keyframes toy-hero-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1285px){.toy-hero__title{font-size:72px}}@media(max-width:1204px){.toy-hero{padding-inline:clamp(24px,4vw,64px)}.toy-hero__title{font-size:56px}.toy-hero__thumbs{margin-right:-15px}}@media(max-width:1024px){.toy-hero{padding-inline:clamp(24px,4vw,64px)}.toy-hero__title{font-size:62px}.toy-hero__sub{margin-bottom:25px}.toy-hero__visual{width:clamp(260px,38vw,420px)}}@media(max-width:875px){.toy-hero{padding-inline:clamp(24px,4vw,64px)}.toy-hero__title{font-size:52px}}@media(max-width:760px){.toy-hero{height:calc(100vh - 120px);min-height:420px;padding-inline:clamp(18px,5vw,40px);padding-top:2rem}.toy-hero__content{justify-content:flex-start;padding:24px clamp(18px,5vw,36px) 18px}.toy-hero__main{flex:1 1 auto;min-height:0;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.toy-hero__text{flex:0 0 auto;max-width:100%}.toy-hero__sub,.toy-hero__title{margin-inline:auto}.toy-hero__sub{min-height:0}.toy-hero__cta{z-index:10}.toy-hero__visual{flex:1 1 auto;min-height:0;width:100%;max-width:340px;aspect-ratio:auto;z-index:-1}.toy-hero__lion{height:100%;width:auto;max-width:100%;object-fit:contain}.toy-hero__flower{width:clamp(150px,44vw,230px);max-width:70vw}.toy-hero__thumbs{position:static;flex-shrink:0;align-self:center;margin:14px auto 0}}@media(max-width:480px){.toy-hero__content{padding:18px}.toy-hero__main{gap:12px}.toy-hero__title{margin-bottom:14px;font-size:28px}.toy-hero__sub{font-size:12px}.toy-hero__cta{height:45px;padding:15px}.toy-hero__visual{width:clamp(180px,60vw,260px)}.toy-hero__thumbs{margin-top:16px;gap:10px}.toy-hero__thumb{width:50px;height:50px;border-radius:12px;padding:6px}.toy-hero__thumb.is-active{width:60px;height:60px;padding:8px}}