@keyframes lb-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lb-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes lb-fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes lb-fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes lb-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes lb-circleAppear{0%{opacity:0;transform:scale(.3)}70%{opacity:.15;transform:scale(1.05)}to{opacity:.1;transform:scale(1)}}@keyframes lb-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes lb-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.lookbook-section{position:relative;padding:120px 0 80px;background-color:#111;font-family:var(--font-body-family);color:#fff;overflow:hidden;margin-top:40px}.lookbook__container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:5}.lookbook__bg-circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.lookbook__bg-circles .circle{position:absolute;border-radius:50%;background:#ffffff1a;opacity:0;will-change:transform}.lookbook__bg-circles .circle-1{width:400px;height:400px;top:-10%;left:-5%;animation:lb-circleAppear 2s cubic-bezier(.22,1,.36,1) forwards .2s,lb-float 15s ease-in-out infinite}.lookbook__bg-circles .circle-2{width:300px;height:300px;bottom:10%;left:10%;animation:lb-circleAppear 2s cubic-bezier(.22,1,.36,1) forwards .5s,lb-float 18s ease-in-out infinite 2s}.lookbook__bg-circles .circle-3{width:200px;height:200px;top:15%;left:30%;animation:lb-circleAppear 2s cubic-bezier(.22,1,.36,1) forwards .7s,lb-float 12s ease-in-out infinite 1s}.lookbook__bg-circles .circle-4{width:450px;height:450px;top:50%;right:-10%;animation:lb-circleAppear 2s cubic-bezier(.22,1,.36,1) forwards .3s,lb-float 20s ease-in-out infinite 3s}.lookbook__bg-circles .circle-5{width:180px;height:180px;bottom:5%;right:20%;animation:lb-circleAppear 2s cubic-bezier(.22,1,.36,1) forwards .8s,lb-float 14s ease-in-out infinite 2.5s}.lookbook__bg-circles .circle-6{width:250px;height:250px;top:40%;left:50%;animation:lb-circleAppear 2s cubic-bezier(.22,1,.36,1) forwards .6s,lb-float 16s ease-in-out infinite 1.5s}.lookbook__bg-circles .circle-7{width:350px;height:350px;top:10%;right:15%;animation:lb-circleAppear 2s cubic-bezier(.22,1,.36,1) forwards .4s,lb-float 17s ease-in-out infinite .5s}.lookbook__heading{text-align:center;margin-bottom:60px;position:relative;opacity:0}.lookbook__heading.animated{animation:lb-fadeInUp .8s cubic-bezier(.22,1,.36,1) forwards .5s}.lookbook__title{font-family:var(--font-heading-family);font-size:3rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:16px;color:#fff;position:relative;display:inline-block;text-transform:uppercase}.lookbook__subtitle{font-size:1.1rem;font-weight:300;color:#ffffffb3;max-width:600px;margin:0 auto}.lookbook__content{display:flex;gap:40px}.lookbook__cards-container{flex:1;overflow:hidden}.lookbook__category-grid{display:none;opacity:0;transform:translate(-30px);transition:opacity .5s ease,transform .5s ease}.lookbook__category-grid.active{display:block}.lookbook__category-grid.active.animated{opacity:1;transform:translate(0)}.lookbook__category-header{margin-bottom:30px}.lookbook__category-title{font-size:2rem;font-weight:500;margin-bottom:10px;color:#fff}.lookbook__category-description{font-size:1.1rem;color:#ffffffb3;max-width:800px}.lookbook__cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.lookbook__card{opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.22,1,.36,1)}.lookbook__card.animated{opacity:1;transform:translateY(0)}.lookbook__card-inner{background-color:#1a1a1a;border-radius:16px;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 8px 30px #00000040;transition:transform .3s ease,box-shadow .3s ease}.lookbook__card:hover .lookbook__card-inner{transform:translateY(-10px);box-shadow:0 14px 40px #0006}.lookbook__card-image{position:relative;width:100%;padding-bottom:65%;overflow:hidden;border-radius:16px 16px 0 0}.lookbook__card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.lookbook__card:hover .lookbook__card-image img{transform:scale(1.05)}.lookbook__placeholder-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#2a2a2a;border-radius:16px 16px 0 0}.lookbook__placeholder-image .placeholder-svg{width:50%;height:50%;opacity:.3}.lookbook__card-content{padding:30px;flex:1;display:flex;flex-direction:column}.lookbook__card-title{font-size:1.5rem;line-height:1.3;margin-bottom:15px;font-weight:500;color:#fff;transition:color .3s ease}.lookbook__card:hover .lookbook__card-title{color:#f0f0f0}.lookbook__card-text{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:20px;flex:1}.lookbook__read-more{display:inline-block;font-weight:500;font-size:.9rem;color:#fff;padding:12px 24px;background-color:#ffffff1a;border-radius:30px;transition:all .3s ease;align-self:flex-start;text-decoration:none;margin-top:10px}.lookbook__read-more:hover{background-color:#fff3;transform:translateY(-2px)}.lookbook__toggle{flex:0 0 200px;display:flex;flex-direction:column;gap:20px;opacity:0}.lookbook__toggle.animated{animation:lb-fadeInRight .8s cubic-bezier(.22,1,.36,1) forwards .7s}.lookbook__toggle-btn{display:flex;align-items:center;gap:15px;padding:15px 20px;background-color:#ffffff1a;border:none;border-radius:12px;color:#ffffffb3;font-size:1rem;font-weight:500;text-align:left;transition:all .3s ease;cursor:pointer}.lookbook__toggle-btn:hover{background-color:#ffffff26;transform:translate(-5px)}.lookbook__toggle-btn.active{background-color:#fff3;color:#fff;box-shadow:0 5px 15px #0003}.lookbook__toggle-icon{flex:0 0 24px;height:24px;display:flex;align-items:center;justify-content:center}.lookbook__toggle-icon svg{width:20px;height:20px;fill:currentColor}.default-icon{width:20px;height:20px;background-color:currentColor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z'/%3E%3C/svg%3E");mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}.lookbook__toggle-text{flex:1}.lookbook__category-grid[data-category=impact] .lookbook__card-content{text-align:center}.lookbook__category-grid[data-category=impact] .lookbook__read-more{align-self:center}.lookbook__card-stat{font-size:3.5rem;font-weight:700;margin-bottom:5px;color:#fff;line-height:1.1}.lookbook__card-stat-label{font-size:1.1rem;font-weight:500;margin-bottom:15px;color:#fff}.lookbook__card-location{position:absolute;top:15px;right:15px;background-color:#000000b3;color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:500;z-index:2}.lookbook__progress-bar{margin-top:20px}.lookbook__progress-track{height:6px;background-color:#ffffff1a;border-radius:3px;overflow:hidden}.lookbook__progress-fill{height:100%;background-color:#ffffffb3;border-radius:3px}.lookbook__progress-label{margin-top:8px;font-size:.8rem;color:#fff9}.lookbook__empty{width:100%;padding:60px 0;text-align:center;color:#ffffff80}@media (max-width: 1200px){.lookbook__title{font-size:2.6rem}.lookbook__cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 991px){.lookbook__content{flex-direction:column-reverse;gap:30px}.lookbook__toggle{flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:center}.lookbook__toggle-btn{flex:0 0 auto}.lookbook__toggle-btn:hover{transform:translateY(-5px)}}@media (max-width: 767px){.lookbook-section{padding:80px 0 60px}.lookbook__title{font-size:2.2rem}.lookbook__cards-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.lookbook__card-title{font-size:1.3rem}.lookbook__toggle{gap:10px}.lookbook__toggle-btn{padding:10px 15px;font-size:.9rem}.lookbook__bg-circles .circle{opacity:.05}.lookbook__card-stat{font-size:3rem}}@media (max-width: 480px){.lookbook__title{font-size:1.8rem}.lookbook__card-content{padding:20px}.lookbook__cards-grid{grid-template-columns:1fr}.lookbook__toggle-text{display:none}.lookbook__toggle-btn{padding:12px}.lookbook__toggle-icon{margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/lookbook-section.css.map */
