.category-ribbon-section{position:relative;overflow:hidden;padding:20px 0;background-color:#fff;user-select:none}.ribbon-wrapper{position:relative;padding:0 24px;max-width:1400px;margin:0 auto}.ribbon-wrapper:after,.ribbon-wrapper:before{content:"";position:absolute;top:0;bottom:0;z-index:10;width:40px;pointer-events:none}.ribbon-wrapper:before{left:0;background:linear-gradient(90deg,#fff,transparent)}.ribbon-wrapper:after{right:0;background:linear-gradient(270deg,#fff,transparent)}.category-list-wrapper{overflow:hidden;touch-action:pan-y;cursor:grab}.category-list-wrapper:active{cursor:grabbing}.category-list-container{width:100%;display:flex;align-items:center;justify-content:center;gap:40px;will-change:transform;padding:10px 0}.category-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;width:90px;flex-shrink:0;transition:transform .2s ease}.category-item:hover{transform:translateY(-4px)}.category-item:hover .category-name{color:var(--color-primary-red)}.category-item:hover .category-icon-circle{box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:var(--color-primary-red)}.category-icon-circle{width:70px;height:70px;border-radius:50%;overflow:hidden;background:#f5f5f5;border:2px solid rgba(0,0,0,0);transition:all .2s ease;margin-bottom:10px}.category-icon-circle img{width:100%;height:100%;object-fit:cover;pointer-events:none}.category-name-wrapper{text-align:center;padding:0 4px}.category-name{font-size:13px;font-weight:600;color:#333;line-height:1.2;margin:0;word-wrap:break-word}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #eee;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.nav-arrow:hover{background:var(--color-primary-red);color:#fff;border-color:var(--color-primary-red)}.nav-arrow.nav-left{left:10px}.nav-arrow.nav-right{right:10px}.nav-arrow .icon{width:20px;height:20px}@media(max-width:1400px){.nav-arrow,.ribbon-wrapper:after,.ribbon-wrapper:before{display:none}.category-item{width:76px}.category-icon-circle{width:60px;height:60px}.category-list-container{justify-content:flex-start;gap:30px}.category-name{font-size:11px}}.flash-sale-section{padding:60px 0;width:100%;display:flex;justify-content:center}.flash-sale-section .flash-container{width:90%;max-width:1200px;background-color:#111;border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:60px 80px;position:relative;overflow:hidden;color:#fff;box-shadow:0 20px 40px -10px rgba(0,0,0,.3)}@media(max-width:900px){.flash-sale-section .flash-container{flex-direction:column-reverse;padding:40px 30px;text-align:center}}.flash-sale-section .flash-content{flex:1;z-index:2}.flash-sale-section .flash-content .badge-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:20px}@media(max-width:900px){.flash-sale-section .flash-content .badge-wrapper{justify-content:center}}.flash-sale-section .flash-content .badge-wrapper .sale-badge{display:flex;align-items:center;gap:6px;background:#e35b4a;padding:6px 12px;border-radius:30px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.flash-sale-section .flash-content .badge-wrapper .discount-tag{font-size:1.2rem;font-weight:800;color:#e35b4a}.flash-sale-section .flash-content .flash-title{font-size:3rem;line-height:1.1;margin-bottom:16px;font-weight:700}@media(max-width:600px){.flash-sale-section .flash-content .flash-title{font-size:2rem}}.flash-sale-section .flash-content .flash-desc{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:30px;max-width:450px}@media(max-width:900px){.flash-sale-section .flash-content .flash-desc{margin-left:auto;margin-right:auto}}.flash-sale-section .flash-content .countdown-timer{display:flex;align-items:flex-start;gap:15px;margin-bottom:40px}@media(max-width:900px){.flash-sale-section .flash-content .countdown-timer{justify-content:center}}.flash-sale-section .flash-content .countdown-timer .time-block{display:flex;flex-direction:column;align-items:center;background:hsla(0,0%,100%,.1);padding:10px;border-radius:8px;min-width:60px;backdrop-filter:blur(5px)}.flash-sale-section .flash-content .countdown-timer .time-block .num{font-size:2rem;font-weight:700;line-height:1}.flash-sale-section .flash-content .countdown-timer .time-block .num.highlight{color:#e35b4a}.flash-sale-section .flash-content .countdown-timer .time-block .label{font-size:.7rem;text-transform:uppercase;margin-top:4px;opacity:.7}.flash-sale-section .flash-content .countdown-timer .colon{font-size:2rem;font-weight:700;margin-top:5px;opacity:.5}.flash-sale-section .flash-content .flash-cta{display:inline-flex;align-items:center;gap:10px;background-color:#fff;color:#000;padding:14px 32px;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s}.flash-sale-section .flash-content .flash-cta:hover{transform:translateY(-2px);background-color:#f0f0f0}.flash-sale-section .flash-image-wrapper{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.flash-sale-section .flash-image-wrapper .circle-bg{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(227,91,74,.4) 0,rgba(0,0,0,0) 70%);border-radius:50%;z-index:1}.flash-sale-section .flash-image-wrapper .product-img{width:400px;height:400px;position:relative;z-index:2;object-fit:contain;transform:rotate(-10deg) scale(1.1);transition:transform .5s ease}.flash-sale-section .flash-image-wrapper .product-img:hover{transform:rotate(0deg) scale(1.15)}.hero-section{position:relative;width:100%;height:70vh;overflow:hidden;color:#fff;font-family:var(--font-Inter)}.hero-section .hero-backgrounds{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .hero-backgrounds .hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.hero-section .hero-backgrounds .hero-background-image.active{opacity:1}.hero-section .hero-background-wrapper,.hero-section .hero-content{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .hero-content{display:flex;justify-content:space-between;align-items:center;padding:0 5%;z-index:2}.hero-section .hero-content .hero-text-area{flex:1;max-width:500px;text-align:left;padding:40px;background-color:rgba(0,0,0,.4);border-radius:8px;color:#fff}.hero-section .hero-content .hero-text-area .hero-eyebrow{font-size:14px;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;color:var(--color-roze)}.hero-section .hero-content .hero-text-area .hero-title{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.1;color:#fff}.hero-section .hero-content .hero-text-area .hero-description{font-size:16px;line-height:1.5;margin-bottom:30px;color:#fff}.hero-section .hero-content .hero-text-area .hero-button{display:inline-block;background-color:#000;color:var(--color-light);padding:12px 25px;border-radius:5px;text-decoration:none;font-size:14px;font-weight:600;font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.5px;transition:background-color .3s ease}.hero-section .hero-content .hero-text-area .hero-button:hover{background-color:var(--color-ahmar-ajouri-dark)}.hero-section .hero-content .hero-worth-badge{background-color:#000;color:#fff;padding:20px;margin-top:20px;border-radius:50%;width:100px;height:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-weight:700;box-shadow:0 0 15px rgba(0,0,0,.3);position:absolute;top:50px;right:50px;transform:translate(-80%,-30%)}.hero-section .hero-content .hero-worth-badge .worth-label{font-size:18px;margin:0}.hero-section .hero-content .hero-worth-badge .worth-amount{font-size:18px;margin:0;line-height:1}.hero-section .hero-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);color:var(--color-light);border:none;padding:15px 10px;cursor:pointer;z-index:3;transition:background-color .3s ease}.hero-section .hero-nav-arrow:hover{background-color:rgba(0,0,0,.7)}.hero-section .hero-nav-arrow.hero-nav-left{left:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.hero-section .hero-nav-arrow.hero-nav-right{right:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.hero-section .hero-slide-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3}.hero-section .hero-slide-dots .dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--color-light);background-color:rgba(0,0,0,0);padding:0;cursor:pointer;transition:all .3s ease}.hero-section .hero-slide-dots .dot.active{background-color:var(--color-light)}.hero-loading{display:flex;justify-content:center;margin-top:50px;height:100vh}@media(max-width:1023px)and (min-width:600px){.hero-section{height:60vh}.hero-section .hero-content .hero-text-area{max-width:450px;padding:30px 0}.hero-section .hero-content .hero-text-area .hero-title{font-size:38px;margin-bottom:15px}.hero-section .hero-content .hero-text-area .hero-description{font-size:15px;margin-bottom:25px}.hero-section .hero-content .hero-text-area .hero-button{padding:10px 20px;font-size:14px}.hero-section .hero-content .hero-worth-badge{width:100px;height:100px;top:40px;right:30px}.hero-section .hero-content .hero-worth-badge .worth-label{font-size:12px}.hero-section .hero-content .hero-worth-badge .worth-amount{font-size:24px}.hero-section .hero-content .hero-background-image{object-fit:contain;object-position:center;width:100%;height:100%;margin:0;display:block}.hero-section .hero-nav-arrow{padding:10px 8px}.hero-section .hero-nav-arrow svg{width:24px;height:24px}}@media(max-width:599px){.hero-section{display:flex;flex-direction:column;height:auto!important;min-height:auto;position:relative;overflow:visible}.hero-section .hero-background-wrapper{position:relative;width:100%;height:50vh;min-height:300px;flex-shrink:0;order:1}.hero-section .hero-background-wrapper .hero-backgrounds{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .hero-background-wrapper .hero-backgrounds .hero-background-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.hero-section .hero-background-wrapper .hero-nav-arrow{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.6)}.hero-section .hero-background-wrapper .hero-nav-arrow svg{width:20px;height:20px}.hero-section .hero-background-wrapper .hero-nav-arrow.hero-nav-left{left:10px}.hero-section .hero-background-wrapper .hero-nav-arrow.hero-nav-right{right:10px}.hero-section .hero-background-wrapper .hero-slide-dots{bottom:15px}.hero-section .hero-background-wrapper .hero-slide-dots .dot{width:8px;height:8px;border-width:1px}.hero-section .hero-content{position:relative;top:auto;left:auto;height:auto;width:90%;order:2;background-color:#fff;padding:0;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5}.hero-section .hero-content .hero-text-area{position:relative;padding:0;border-radius:0;background-color:rgba(0,0,0,0)!important;text-align:center;width:100%;max-width:100%}.hero-section .hero-content .hero-text-area .hero-eyebrow{color:var(--color-roze);font-size:11px;margin-bottom:12px;font-weight:700}.hero-section .hero-content .hero-text-area .hero-title{font-size:28px;line-height:1.2;color:#000;margin-bottom:16px}.hero-section .hero-content .hero-text-area .hero-description{font-size:15px;line-height:1.6;color:#333;margin-bottom:24px;overflow:hidden}.hero-section .hero-content .hero-text-area .hero-button{width:80%;background-color:#000;color:#fff;padding:14px 24px;font-size:14px;text-align:center}.hero-section .hero-content .hero-text-area .hero-button:hover{opacity:.9;transform:none}.hero-section .hero-content .hero-worth-badge{display:none!important}.hero-loading{height:100vh}}@media(max-width:400px){.hero-section .hero-background-wrapper{height:45vh;min-height:280px}.hero-section .hero-content{padding:32px 0}.hero-section .hero-content .hero-text-area .hero-eyebrow{font-size:10px}.hero-section .hero-content .hero-text-area .hero-title{font-size:24px;margin-bottom:12px}.hero-section .hero-content .hero-text-area .hero-description{font-size:14px;margin-bottom:20px}.hero-section .hero-content .hero-text-area .hero-button{padding:12px 20px;font-size:13px}.hero-section .hero-nav-arrow{width:36px;height:36px}.hero-section .hero-nav-arrow svg{width:18px;height:18px}}@media(max-height:600px)and (orientation:landscape){.hero-section{height:100vh}.hero-section .hero-content .hero-text-area{padding:25px 0}.hero-section .hero-content .hero-text-area .hero-title{font-size:36px;margin-bottom:10px}.hero-section .hero-content .hero-text-area .hero-description{font-size:14px;margin-bottom:15px}.hero-section .hero-content .hero-text-area .hero-button{padding:10px 20px}.hero-section .hero-content .hero-worth-badge{width:80px;height:80px;top:20px;right:20px}.hero-section .hero-content .hero-worth-badge .worth-label{font-size:10px}.hero-section .hero-content .hero-worth-badge .worth-amount{font-size:16px}.hero-section .hero-nav-arrow{padding:8px 6px}.hero-section .hero-slide-dots{bottom:10px}}.product-carousel-section{margin-left:30px;padding:40px 50px;font-family:system-ui,-apple-system,sans-serif}@media(max-width:768px){.product-carousel-section{padding:30px 15px;margin-left:0}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.carousel-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:20px}@media(max-width:768px){.carousel-header{margin-bottom:30px}}.carousel-header .carousel-info{flex:1;min-width:300px}@media(max-width:768px){.carousel-header .carousel-info{min-width:100%}}.carousel-header .carousel-title{font-size:2.5rem;font-weight:400;margin:0 0 10px;color:var(--color-dark)}@media(max-width:768px){.carousel-header .carousel-title{font-size:1.75rem}}@media(max-width:480px){.carousel-header .carousel-title{font-size:1.5rem}}.carousel-header .carousel-description{font-size:1rem;color:var(--color-gray);margin:0}@media(max-width:768px){.carousel-header .carousel-description{font-size:.9rem}}.carousel-header .carousel-tabs{display:flex;gap:30px}@media(max-width:768px){.carousel-header .carousel-tabs{gap:20px;width:100%;justify-content:center}}.carousel-header .carousel-tabs .tab-button{background:none;border:none;padding:8px 0;font-size:1rem;font-weight:500;color:var(--color-gray);cursor:pointer;position:relative;transition:all .3s ease}@media(max-width:768px){.carousel-header .carousel-tabs .tab-button{font-size:.95rem}}.carousel-header .carousel-tabs .tab-button.active{color:var(--color-dark);border-bottom:2px solid var(--color-dark)}.carousel-header .carousel-tabs .tab-button:hover:not(.active){color:var(--color-dark)}.product-list-wrapper{width:100%;overflow:hidden;position:relative}.product-list-container{display:flex;gap:20px;padding:20px 0;will-change:transform}@media(max-width:768px){.product-list-container{gap:15px;padding:15px 0}}.product-card{min-width:320px;flex-shrink:0;flex:0 0 320px;text-decoration:none;color:var(--color-dark);border-radius:10px;transition:transform .2s;user-select:none;cursor:grab}@media(min-width:769px){.product-card:hover{transform:translateY(-8px)}}.product-card[style*="translateY(0)"]{transform:translateY(0)!important}@media(max-width:1024px){.product-card{flex:0 0 240px;min-width:240px}}@media(max-width:768px){.product-card{flex:0 0 calc(100vw - 80px);min-width:calc(100vw - 80px);max-width:350px}}@media(max-width:480px){.product-card{flex:0 0 calc(100vw - 60px);min-width:calc(100vw - 60px);max-width:320px}}.product-image-wrapper{position:relative;overflow:hidden;width:100%;height:320px;background:var(--color-background-gray);border-radius:10px 10px 0 0;margin-bottom:15px}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;user-select:none}.product-image-wrapper .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}@media(max-width:1024px){.product-image-wrapper .image-overlay{display:none!important}}.product-image-wrapper .image-overlay .btn-view-details{padding:.75rem 1.5rem;background:#111827;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.product-image-wrapper .image-overlay .btn-view-details:disabled{background:#9ca3af;cursor:not-allowed}@media(min-width:769px){.product-image-wrapper:hover .image-overlay{opacity:1}.product-image-wrapper:hover .image-overlay .btn-view-details{transform:translateY(0)}}.product-tag{position:absolute;top:15px;right:15px;color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize}@media(max-width:768px){.product-tag{padding:8px 14px;font-size:.8rem}}.product-tag--sale{background:var(--color-sale)}.product-tag--new{background:var(--color-new)}.product-details{padding:5px 10px 15px 15px}@media(max-width:768px){.product-details{padding:10px 15px 20px}}.product-details .product-category{font-size:.7rem;font-weight:600;font-family:var(--font-primary);color:#7d7d7d;text-transform:uppercase;margin:0 0 8px;letter-spacing:.5px}@media(max-width:768px){.product-details .product-category{font-size:.75rem}}.product-details .product-name{font-size:.9rem;font-weight:500;font-family:var(--font-primary);margin:0 0 8px;line-height:1.3}@media(max-width:768px){.product-details .product-name{font-size:1.05rem;margin:0 0 10px}}.product-details .product-price-container{display:flex;align-items:center;gap:8px;margin-bottom:10px}.product-details .product-price{font-size:.95rem;font-weight:600;font-family:var(--font-primary);color:var(--color-dark);margin:0}@media(max-width:768px){.product-details .product-price{font-size:1.1rem}}.product-details .product-price.sale-price{color:var(--color-sale)}.product-details .product-original-price{font-size:.9rem;font-weight:400;font-family:var(--font-primary);color:var(--color-gray);text-decoration:line-through;margin:0}@media(max-width:768px){.product-details .product-original-price{font-size:1rem}}.product-details .product-selling-fast{display:flex;align-items:center;gap:5px;font-size:.9rem;color:var(--color-selling-fast);font-weight:500;margin:0}.product-details .btn-view-details-mobile{display:none;width:100%;margin-top:12px;padding:10px;background-color:rgba(0,0,0,0);border:1px solid var(--color-dark);color:var(--color-dark);border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s}@media(max-width:1024px){.product-details .btn-view-details-mobile{display:block}}.product-details .btn-view-details-mobile:active{background-color:var(--color-dark);color:#fff}.carousel-nav-arrow{position:absolute;top:160px;transform:translateY(-50%);background:#fff;border:1px solid var(--color-light-gray);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s;color:var(--color-dark)}.carousel-nav-arrow:hover{background:var(--color-dark);border-color:var(--color-dark);color:#fff}.carousel-nav-arrow.carousel-nav-left{left:0}.carousel-nav-arrow.carousel-nav-right{right:0}@media(max-width:768px){.carousel-nav-arrow{display:none}}.empty-state,.loading-state{display:flex;justify-content:center;align-items:center;min-height:300px;color:var(--color-gray);font-size:1rem}@media(max-width:768px){.empty-state,.loading-state{min-height:250px}}.carousel-footer-nav{display:flex;justify-content:flex-end;align-items:center;margin-top:30px;gap:10px}.carousel-footer-nav .carousel-footer-arrow{background:var(--color-background-gray);border:1px solid var(--color-light-gray);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-dark);transition:all .2s}.carousel-footer-nav .carousel-footer-arrow:disabled{cursor:not-allowed;opacity:.3}.carousel-footer-nav .carousel-footer-arrow:not(:disabled):hover{background:var(--color-dark);color:#fff}@media(max-width:768px){.carousel-footer-nav{justify-content:center}}.shop-by-concern{padding:60px 5%;background-color:#f9f9f9}@media(max-width:768px){.shop-by-concern{padding:40px 20px}}.shop-by-concern .concern-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.shop-by-concern .concern-header .header-text h2{font-size:2rem;font-weight:400;margin:0 0 10px;color:#1a1a1a}.shop-by-concern .concern-header .header-text p{color:#666;font-size:1rem;margin:0}.shop-by-concern .concern-header .view-all-link{display:flex;align-items:center;gap:8px;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .2s;border-bottom:1px solid rgba(0,0,0,0)}.shop-by-concern .concern-header .view-all-link:hover{color:#e35b4a;border-color:#e35b4a}@media(max-width:768px){.shop-by-concern .concern-header{flex-direction:column;align-items:flex-start;gap:15px}.shop-by-concern .concern-header .view-all-link{align-self:flex-end}}.shop-by-concern .concerns-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}@media(max-width:1024px){.shop-by-concern .concerns-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.shop-by-concern .concerns-grid{grid-template-columns:repeat(2,1fr);gap:15px}}.shop-by-concern .concern-card{display:flex;flex-direction:column;align-items:center;text-decoration:none}.shop-by-concern .concern-card .image-wrapper{position:relative;width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;margin-bottom:15px;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.shop-by-concern .concern-card .image-wrapper .concern-image{object-fit:cover;transition:transform .5s ease}.shop-by-concern .concern-card .image-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.03);transition:background .3s}.shop-by-concern .concern-card .concern-info{text-align:center}.shop-by-concern .concern-card .concern-info .concern-title{color:#1a1a1a;font-weight:500;font-size:1rem;transition:color .2s}.shop-by-concern .concern-card:hover .image-wrapper{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.shop-by-concern .concern-card:hover .image-wrapper .concern-image{transform:scale(1.1)}.shop-by-concern .concern-card:hover .concern-title{color:#e35b4a;font-weight:600}.testimonials-section{padding:4rem 1rem;background-color:#fff}.testimonials-section .container{max-width:1200px;margin:0 auto;text-align:center}.testimonials-section .section-title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;color:#111;font-family:var(--font-third)}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials-section .testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonials-section .testimonial-card{background-color:#fff;padding:2rem;border-radius:1rem;border:1px solid #f3f4f6;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center}.testimonials-section .testimonial-card .stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonials-section .testimonial-card .review-text{font-size:1rem;line-height:1.6;color:#4b5563;font-style:italic;margin-bottom:1.5rem}.testimonials-section .testimonial-card .author{font-weight:600;color:#111;font-size:.95rem}.trend-spotlight-section{padding:80px 24px;background-color:#fff;display:flex;justify-content:center}.trend-spotlight-section .trend-spotlight__container{width:100%;max-width:1300px;margin:0 auto}.trend-spotlight-section .trend-spotlight__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background-color:#f9f5f2;border-radius:2px;overflow:hidden;min-height:550px}.trend-spotlight-section.trend-spotlight--reversed .trend-spotlight__media-col{order:2}.trend-spotlight-section.trend-spotlight--reversed .trend-spotlight__text-col{order:1}.trend-spotlight__media-col{width:100%;height:100%;position:relative;min-height:400px}.trend-spotlight__media-col .media-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.trend-spotlight__media-col .media-wrapper .trend-image{object-fit:cover;transition:transform 1.2s cubic-bezier(.25,.46,.45,.94)}.trend-spotlight__media-col .media-wrapper:hover .trend-image{transform:scale(1.05)}.trend-spotlight__text-col{padding:60px 80px;display:flex;flex-direction:column;justify-content:center}.trend-spotlight__text-col .text-content{max-width:480px}.trend-spotlight__text-col .trend-overline{display:block;font-family:var(--font-Inter,"Inter",sans-serif);font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:#888;margin-bottom:24px;font-weight:600}.trend-spotlight__text-col .trend-title{font-family:var(--font-fourth,"Playfair Display",serif);font-size:3.5rem;line-height:1.1;color:#1a1a1a;margin:0 0 24px;font-weight:400}.trend-spotlight__text-col .trend-desc{font-family:var(--font-Inter,"Inter",sans-serif);font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:40px;font-weight:300}.trend-spotlight__text-col .trend-link{display:inline-flex;align-items:center;text-decoration:none;font-family:var(--font-Inter,"Inter",sans-serif);font-weight:500;font-size:.9rem;color:#1a1a1a;text-transform:uppercase;letter-spacing:1px}.trend-spotlight__text-col .trend-link .link-text{margin-right:15px;position:relative}.trend-spotlight__text-col .trend-link .link-text:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:#1a1a1a;transition:width .3s ease}.trend-spotlight__text-col .trend-link .icon-circle{width:32px;height:32px;border-radius:50%;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.trend-spotlight__text-col .trend-link .icon-circle svg{transition:transform .3s ease}.trend-spotlight__text-col .trend-link:hover .link-text:after{width:100%}.trend-spotlight__text-col .trend-link:hover .icon-circle{border-color:#1a1a1a;background-color:#1a1a1a;color:#fff}.trend-spotlight__text-col .trend-link:hover .icon-circle svg{transform:translateX(2px)}@media(max-width:992px){.trend-spotlight-section{padding:40px 20px}.trend-spotlight-section .trend-spotlight__grid{grid-template-columns:1fr;gap:0}.trend-spotlight-section.trend-spotlight--reversed .trend-spotlight__media-col,.trend-spotlight-section.trend-spotlight--reversed .trend-spotlight__text-col{order:unset}.trend-spotlight__media-col{height:350px;min-height:auto}.trend-spotlight__text-col{padding:40px 24px}.trend-spotlight__text-col .trend-title{font-size:2.5rem}.trend-spotlight__text-col .text-content{max-width:100%}}@media(max-width:576px){.trend-spotlight__media-col{height:280px}.trend-spotlight__text-col .trend-title{font-size:2rem}.trend-spotlight__text-col .trend-desc{font-size:.95rem}}