.homepage-video-banner{position:relative;width:100%;height:100vh;overflow:hidden;background:#000}.video-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;z-index:1}.video-fallback{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;background:rgba(0,0,0,0.2)}.hero-content{text-align:center;color:white;padding:40px 20px;max-width:800px;animation:fadeInUp 1s ease-out}.hero-title{font-size:56px;font-weight:var(--font-weight-light);text-transform:uppercase;letter-spacing:3px;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,0.3)}.hero-subtitle{font-size:20px;font-weight:var(--font-weight-light);margin-bottom:40px;letter-spacing:1px;text-shadow:0 1px 5px rgba(0,0,0,0.3)}.btn-hero{display:inline-block;padding:18px 50px;background:white;color:var(--color-primary);font-size:13px;text-transform:uppercase;letter-spacing:2px;font-weight:var(--font-weight-semibold);border:2px solid white;transition:all var(--transition-speed);text-decoration:none}.btn-hero:hover{background:transparent;color:white;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,255,255,0.3)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-collections{padding:80px 0;background:var(--color-bg-light)}.desktop-only{display:block !important}.mobile-only{display:none !important}.collections-grid.desktop-only{display:grid !important}.collections-swiper.mobile-only{display:none !important}.section-heading{text-align:center;font-size:32px;font-weight:var(--font-weight-light);text-transform:uppercase;letter-spacing:2px;margin-bottom:50px}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}.collection-item{position:relative;overflow:hidden;background:white}.collection-item a{display:block;text-decoration:none}.collection-image{position:relative;overflow:hidden;aspect-ratio:4/5}.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-item:hover .collection-image img{transform:scale(1.05)}.collection-info{padding:25px 20px;text-align:center;background:white}.collection-info h3{font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;color:var(--color-primary)}.collection-link{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--color-text-light);transition:color var(--transition-speed)}.collection-item:hover .collection-link{color:var(--color-primary)}.collections-swiper{width:100%;padding-bottom:50px}.collections-swiper .collection-item{height:100%}.collections-swiper .swiper-button-next,.collections-swiper .swiper-button-prev{color:var(--color-primary);background:white;width:40px;height:40px;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.collections-swiper .swiper-button-next:after,.collections-swiper .swiper-button-prev:after{font-size:16px}.collections-swiper .swiper-pagination-bullet{background:var(--color-primary);opacity:.3}.collections-swiper .swiper-pagination-bullet-active{opacity:1}.product-section{padding:80px 0}.new-in-section{background:white}.chosen-for-you-section{background:var(--color-bg-light)}.our-brides-section{background:white}.icons-section{background:var(--color-bg-light)}.section-subtitle{text-align:center;font-size:14px;color:var(--color-text-light);margin-top:-35px;margin-bottom:40px;font-weight:var(--font-weight-light);letter-spacing:1px}.user-style-hint{text-align:center;margin-bottom:30px;padding:15px 20px;background:rgba(255,255,255,0.5);border-radius:8px;display:inline-block;margin-left:auto;margin-right:auto;width:100%;max-width:600px}.user-style-hint p{font-size:14px;color:var(--color-primary);margin:0;font-weight:var(--font-weight-semibold);letter-spacing:.5px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;margin-bottom:50px}.product-item{background:var(--color-bg-light);transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.1)}.product-image{aspect-ratio:2/3;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-item:hover .product-image img{transform:scale(1.05)}.product-info{padding:20px;text-align:center}.product-info h3{font-size:14px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.5px;color:var(--color-primary);margin:0}.view-all{text-align:center}.products-swiper{width:100%;padding-bottom:60px}.products-swiper .swiper-slide{height:auto}.products-swiper .product-item{height:100%;margin:0}.products-swiper .swiper-button-next,.products-swiper .swiper-button-prev{color:var(--color-primary);background:white;width:45px;height:45px;border-radius:50%;box-shadow:0 2px 15px rgba(0,0,0,0.15);transition:all .3s ease}.products-swiper .swiper-button-next:hover,.products-swiper .swiper-button-prev:hover{background:var(--color-primary);color:white;transform:scale(1.1)}.products-swiper .swiper-button-next:after,.products-swiper .swiper-button-prev:after{font-size:18px;font-weight:bold}.products-swiper .swiper-pagination{bottom:20px}.products-swiper .swiper-pagination-bullet{background:var(--color-primary);opacity:.3;width:10px;height:10px;transition:all .3s ease}.products-swiper .swiper-pagination-bullet-active{opacity:1;transform:scale(1.3)}.brides-swiper{width:100%;padding-bottom:60px}.brides-swiper .swiper-slide{height:auto}.bride-card{position:relative;overflow:hidden;border-radius:8px;background:#f5f5f5;aspect-ratio:3/4;width:100%}.bride-image{position:absolute;top:0;left:0;width:100%;height:100%}.bride-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s ease}.bride-card:hover .bride-image img{transform:scale(1.05)}.bride-overlay{position:absolute;bottom:0;left:0;right:0;padding:15px;background:linear-gradient(to top,rgba(0,0,0,0.6),transparent);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.bride-card:hover .bride-overlay{opacity:1}.bride-icon{color:white;font-size:24px}.brides-swiper .swiper-button-next,.brides-swiper .swiper-button-prev{color:var(--color-primary);background:white;width:45px;height:45px;border-radius:50%;box-shadow:0 2px 15px rgba(0,0,0,0.15);transition:all .3s ease}.brides-swiper .swiper-button-next:hover,.brides-swiper .swiper-button-prev:hover{background:var(--color-primary);color:white;transform:scale(1.1)}.brides-swiper .swiper-button-next:after,.brides-swiper .swiper-button-prev:after{font-size:18px;font-weight:bold}.brides-swiper .swiper-pagination{bottom:20px}.brides-swiper .swiper-pagination-bullet{background:var(--color-primary);opacity:.3;width:10px;height:10px;transition:all .3s ease}.brides-swiper .swiper-pagination-bullet-active{opacity:1;transform:scale(1.3)}.our-brides-section .view-all .btn-outline-dark{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;border:2px solid var(--color-primary);background:transparent;color:var(--color-primary);font-size:13px;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all .3s ease}.our-brides-section .view-all .btn-outline-dark:hover{background:var(--color-primary);color:white}.our-brides-section .view-all .btn-outline-dark i{font-size:18px}.our-story{padding:100px 0;background:linear-gradient(135deg,#f9f7f4 0,#fff 50%,#f9f7f4 100%);text-align:center}.story-content{max-width:900px;margin:0 auto}.story-title{font-size:48px;font-weight:var(--font-weight-light);letter-spacing:1px;margin-bottom:20px;color:var(--color-primary);line-height:1.2}.story-subtitle{font-size:24px;font-weight:var(--font-weight-normal);font-style:italic;color:#7d7161;margin-bottom:50px;letter-spacing:.5px}.story-text{margin-bottom:50px}.story-text p{font-size:18px;line-height:1.9;color:#4a4a4a;margin-bottom:30px;text-align:left}.story-text p:last-child{margin-bottom:0}.story-closing{font-size:20px !important;font-weight:var(--font-weight-semibold);font-style:italic;color:var(--color-primary) !important;text-align:center !important;margin-top:40px !important}.story-signature{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:#999;border-top:1px solid #e0e0e0;padding-top:30px;margin-top:30px}@media(max-width:1024px){.desktop-only{display:block}.mobile-only{display:none}.collections-grid{grid-template-columns:repeat(3,1fr);gap:25px}}@media(max-width:768px){.homepage-video-banner{height:70vh}.hero-title{font-size:36px;letter-spacing:2px}.hero-subtitle{font-size:16px}.btn-hero{padding:15px 35px;font-size:12px}.section-heading{font-size:24px}.desktop-only{display:none !important}.mobile-only{display:block !important}.collections-grid.desktop-only{display:none !important}.collections-swiper.mobile-only{display:block !important}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.user-style-hint{padding:12px 15px}.user-style-hint p{font-size:12px}.story-title{font-size:32px}.story-subtitle{font-size:18px;margin-bottom:30px}.story-text p{font-size:16px}.story-closing{font-size:18px !important}}@media(max-width:480px){.hero-title{font-size:28px}.hero-subtitle{font-size:14px}.products-grid{grid-template-columns:1fr}.story-title{font-size:28px}.story-subtitle{font-size:16px}.story-text p{font-size:15px;text-align:center}.story-closing{font-size:16px !important}.story-signature{font-size:11px}}@media(prefers-reduced-motion:reduce){.hero-content{animation:none}.collection-image img,.product-image img{transition:none}}@media(prefers-reduced-data:reduce){.video-background{display:none}.video-fallback{display:block}}