@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";.header{z-index:1000;background:#fff;border-bottom:1px solid #d4af3733;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 28px;display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 18px #0000000d}.logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo img{width:250px;height:auto;display:block}.navbar{align-items:center;gap:34px;margin-left:auto;display:flex}.navbar a{color:#222;font-family:Cinzel,serif;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.navbar a:hover{color:#d4af37}.navbar a:after{content:"";background:#d4af37;width:0;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}.navbar a:hover:after{width:100%}.menu-icon{cursor:pointer;color:#222;z-index:1200;font-size:30px;display:none}@media (width<=1024px){.header{z-index:1000;background:#fff;width:100%;height:65px;padding:0 16px;position:fixed;top:0;left:0}.logo img{width:150px}.menu-icon{font-size:28px;display:block}.navbar{z-index:999;background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;height:calc(100vh - 65px);padding-top:25px;transition:left .35s;display:flex;position:fixed;top:65px;left:-100%;overflow-y:auto}.navbar.active{left:0}.navbar a{text-align:center;border-bottom:1px solid #eee;width:100%;padding:18px;font-size:18px}.navbar a:after{display:none}}@media (width<=480px){.header{width:100%;height:56px;padding:0 12px;position:fixed;top:0;left:0}.logo img{width:130px}.menu-icon{font-size:26px}.navbar{width:100%;height:calc(100vh - 56px);padding-top:20px;top:56px;left:-100%}.navbar.active{left:0}.navbar a{padding:16px;font-size:17px}}.hero{background:#fff;width:100%;overflow:hidden}.heroSwiper{width:100%;height:calc(100vh - 90px)}.heroSwiper .swiper,.heroSwiper .swiper-wrapper,.heroSwiper .swiper-slide{width:100%;height:100%}.hero-slide{width:100%;height:100%;position:relative}.hero-slide img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-btn{color:#fff;z-index:10;background:linear-gradient(135deg,#f4d46d,#d4af37);border-radius:50px;justify-content:center;align-items:center;padding:18px 38px;font-size:17px;font-weight:600;text-decoration:none;transition:all .35s;display:flex;position:absolute;bottom:45px;left:90px;box-shadow:0 15px 35px #d4af3759}.hero-btn:hover{background:linear-gradient(135deg,#d4af37,#b8860b);transform:translateY(-5px);box-shadow:0 18px 40px #d4af3773}.heroSwiper .swiper-button-prev,.heroSwiper .swiper-button-next{color:#d4af37;width:60px;height:60px}.heroSwiper .swiper-button-prev:after,.heroSwiper .swiper-button-next:after{font-size:42px;font-weight:700}.heroSwiper .swiper-pagination{bottom:20px}.heroSwiper .swiper-pagination-bullet{opacity:1;background:#fff;width:11px;height:11px}.heroSwiper .swiper-pagination-bullet-active{background:#d4af37;transform:scale(1.2)}@media (width<=1024px){.heroSwiper,.hero-slide{aspect-ratio:16/9;width:100%;height:auto}.hero-slide img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-btn{padding:14px 28px;font-size:15px;bottom:28px;left:40px}.heroSwiper .swiper-button-prev,.heroSwiper .swiper-button-next{width:42px;height:42px}.heroSwiper .swiper-button-prev{left:10px}.heroSwiper .swiper-button-next{right:10px}.heroSwiper .swiper-button-prev:after,.heroSwiper .swiper-button-next:after{font-size:24px}}@media (width<=768px){.heroSwiper,.hero-slide{aspect-ratio:16/9;width:100%;height:auto}.hero-slide img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-btn{border-radius:30px;padding:10px 18px;font-size:12px;bottom:16px;left:18px}.heroSwiper .swiper-button-prev,.heroSwiper .swiper-button-next{width:34px;height:34px}.heroSwiper .swiper-button-prev{left:6px}.heroSwiper .swiper-button-next{right:6px}.heroSwiper .swiper-button-prev:after,.heroSwiper .swiper-button-next:after{font-size:18px}.heroSwiper .swiper-pagination{bottom:8px}.heroSwiper .swiper-pagination-bullet{width:8px;height:8px}}@media (width<=480px){.heroSwiper,.hero-slide{aspect-ratio:16/9;width:100%;height:auto}.hero-btn{padding:8px 16px;font-size:11px;bottom:12px;left:12px}.heroSwiper .swiper-button-prev,.heroSwiper .swiper-button-next{width:28px;height:28px}.heroSwiper .swiper-button-prev:after,.heroSwiper .swiper-button-next:after{font-size:16px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.offers-section{background:radial-gradient(circle at 100% 0,#d4af371a,#0000 30%),linear-gradient(#fff,#faf8f2);padding:100px 8%}.offers-container{max-width:1400px;margin:auto}.section-heading{text-align:center;margin-bottom:70px}.section-heading span{color:#d4af37;text-transform:uppercase;letter-spacing:3px;font-size:.95rem;font-weight:600}.section-heading h2{color:#111;margin-top:12px;margin-bottom:20px;font-size:3rem;position:relative}.section-heading h2:after{content:"";background:#d4af37;border-radius:10px;width:90px;height:3px;margin:18px auto 0;display:block}.section-heading p{color:#666;max-width:700px;margin:auto;line-height:1.8}.offers-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.offer-card{background:#fff;border:1px solid #d4af3733;border-radius:22px;padding:40px 30px;transition:all .4s;box-shadow:0 8px 25px #0000000d}.offer-card:hover{border-color:#d4af37;transform:translateY(-10px);box-shadow:0 15px 35px #d4af3733}.offer-card h3{color:#d4af37;margin-bottom:15px;font-size:1.4rem}.offer-card p{color:#555;line-height:1.8}@media (width<=992px){.offers-grid{grid-template-columns:1fr}.section-heading h2{font-size:2.5rem}}@media (width<=576px){.offers-section{padding:80px 20px}.section-heading h2{font-size:2rem}}.collections-section{background:linear-gradient(#eae5d0 0%,#f5f7fb 100%);padding:100px 8%}.collections-container{max-width:1400px;margin:auto}.collection-heading{text-align:center;color:#111;text-transform:uppercase;letter-spacing:3px;margin-bottom:18px;font-family:Playfair Display,serif;font-size:3rem;position:relative}.collection-heading:after{content:"";background:#d4af37;width:90px;height:3px;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.collection-subtitle{text-align:center;color:#666;max-width:700px;margin:40px auto 60px;font-size:1.05rem;line-height:1.8}.collections-grid{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}.collection-card{background:#fff;border:1px solid #d4af372e;border-radius:22px;height:340px;transition:all .45s;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000d}.collection-card img{object-fit:cover;width:100%;height:100%;transition:transform .55s,filter .45s}.collection-overlay{pointer-events:none;align-items:flex-end;display:flex;position:absolute;inset:0;overflow:hidden}.collection-info{text-align:center;background:#fffffff7;width:100%;padding:22px 20px;transition:all .45s;transform:translateY(100%)}.collection-info h3{color:#111;margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.45rem;font-weight:700}.collection-info p{color:#666;font-size:.95rem;line-height:1.6}.collection-card:hover{border-color:#d4af37;transform:translateY(-10px);box-shadow:0 15px 35px #d4af3740,0 8px 18px #00000014}.collection-card:hover img{filter:brightness(.95);transform:scale(1.08)translateY(-12px)}.collection-card:hover .collection-info{transform:translateY(0)}@media (width<=1200px){.collections-grid{gap:28px}.collection-card{height:310px}}@media (width<=992px){.collections-section{padding:80px 6%}.collections-grid{grid-template-columns:repeat(2,1fr);gap:22px}.collection-heading{font-size:2.4rem}.collection-card{height:270px}.collection-info{padding:18px}.collection-info h3{font-size:1.25rem}.collection-info p{font-size:.88rem}}@media (width<=768px){.collections-section{padding:60px 5%}.collection-heading{letter-spacing:2px;font-size:2rem}.collection-subtitle{margin:28px auto 40px;font-size:.95rem}.collections-grid{grid-template-columns:repeat(2,1fr);gap:16px}.collection-card{border-radius:16px;height:210px}.collection-info{padding:12px}.collection-info h3{margin-bottom:5px;font-size:1rem}.collection-info p{font-size:.78rem;line-height:1.4}}@media (width<=480px){.collections-section{padding:50px 4%}.collection-heading{font-size:1.7rem}.collection-heading:after{width:70px}.collections-grid{grid-template-columns:repeat(2,1fr);gap:12px}.collection-card{height:180px}.collection-info{padding:10px}.collection-info h3{margin-bottom:3px;font-size:.9rem}.collection-info p{display:none}}.gallery-section{background:linear-gradient(#eae5d0 0%,#f5f7fb 100%);padding:100px 6%}.gallery-container{max-width:1850px;margin:auto}.gallery-title{color:#111;text-align:center;letter-spacing:1px;margin-bottom:80px;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;position:relative}.gallery-title:after{content:"";background:#d4af37;width:100px;height:3px;position:absolute;bottom:-18px;left:50%;transform:translate(-50%)}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:35px;display:grid}.product-card{background:#fff;border:1px solid #d4af372e;border-radius:22px;transition:all .45s;overflow:hidden;box-shadow:0 10px 25px #0000000f}.product-image{overflow:hidden}.product-card img{object-fit:cover;width:100%;height:420px;transition:all .55s}.product-content{padding:22px 18px}.product-content h3{color:#111;text-align:center;font-size:1.05rem;font-weight:600;line-height:1.5}.product-card:hover{border-color:#d4af37;transform:translateY(-10px);box-shadow:0 18px 40px #d4af3738,0 10px 22px #0000001a}.product-card:hover img{transform:scale(1.08)}@media (width<=1400px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:28px}.product-card img{height:360px}}@media (width<=992px){.gallery-section{padding:80px 5%}.gallery-title{margin-bottom:60px;font-size:2.4rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:22px}.product-card{border-radius:18px}.product-card img{height:300px}.product-content{padding:16px}.product-content h3{font-size:1rem}}@media (width<=768px){.gallery-section{padding:60px 4%}.gallery-title{margin-bottom:45px;font-size:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-card{border-radius:14px}.product-card img{height:190px}.product-content{padding:12px 10px}.product-content h3{font-size:.85rem;line-height:1.35}}@media (width<=480px){.gallery-section{padding:50px 4%}.gallery-title{margin-bottom:40px;font-size:1.7rem}.gallery-title:after{width:70px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{border-radius:12px}.product-card img{height:160px}.product-content{padding:10px 8px}.product-content h3{font-size:.78rem;line-height:1.3}}.about-section{background:radial-gradient(circle at 100% 0,#d4af371f,#0000 30%),radial-gradient(circle at 0 100%,#d4af3714,#0000 35%),linear-gradient(#eae5d0 0%,#f5f7fb 100%);padding:100px 8%;position:relative;overflow:hidden}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:70px;max-width:1400px;margin:auto;display:grid}.about-image img{border:2px solid #d4af3740;border-radius:24px;width:100%;transition:all .4s;display:block;box-shadow:0 15px 40px #00000014,0 0 30px #d4af371f}.about-image img:hover{transform:scale(1.03)}.about-subtitle{color:#d4af37;letter-spacing:3px;text-transform:uppercase;font-size:1rem;font-weight:600}.about-content h2{color:#111;margin:15px 0 25px;font-size:3rem;line-height:1.2}.about-content p{color:#555;margin-bottom:18px;font-size:1.05rem;line-height:1.9}.about-highlights{gap:25px;margin-top:45px;display:flex}.about-highlights div{text-align:center;background:#fff;border:1px solid #d4af3740;border-radius:18px;flex:1;padding:22px 15px;transition:all .35s;box-shadow:0 5px 18px #0000000d}.about-highlights div:hover{transform:translateY(-6px);box-shadow:0 10px 24px #d4af372e}.about-highlights h3{color:#d4af37;margin-bottom:6px;font-size:2rem}.about-highlights p{margin:0;font-size:.95rem}.about-main-title{text-align:center;color:#111;text-transform:uppercase;letter-spacing:3px;margin-bottom:70px;font-size:3.4rem;position:relative}.about-main-title:after{content:"";background:#d4af37;width:90px;height:3px;margin:16px auto 0;display:block}@media (width<=1200px){.about-container{gap:50px}.about-content h2{font-size:2.6rem}}@media (width<=992px){.about-section{padding:80px 6%}.about-container{grid-template-columns:1fr;gap:45px}.about-image{max-width:650px;margin:auto}.about-content{text-align:center}.about-content h2{font-size:2.3rem}.about-content p{font-size:1rem}.about-highlights{justify-content:center}}@media (width<=768px){.about-section{padding:60px 5%}.about-main-title{letter-spacing:2px;margin-bottom:40px;font-size:2rem}.about-container{gap:35px}.about-image{max-width:100%}.about-image img{border-radius:18px}.about-subtitle{letter-spacing:2px;font-size:.85rem}.about-content h2{margin:12px 0 18px;font-size:1.8rem}.about-content p{margin-bottom:14px;font-size:.95rem;line-height:1.75}.about-highlights{gap:12px}.about-highlights div{border-radius:14px;padding:16px 8px}.about-highlights h3{font-size:1.4rem}.about-highlights p{font-size:.82rem}}@media (width<=480px){.about-section{padding:50px 4%}.about-main-title{margin-bottom:30px;font-size:1.7rem}.about-main-title:after{width:70px}.about-content h2{font-size:1.5rem}.about-content p{font-size:.9rem}.about-highlights{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.about-highlights div{padding:14px 6px}.about-highlights h3{font-size:1.2rem}.about-highlights p{font-size:.72rem}}.instagram-section{background:linear-gradient(#eae5d0 0%,#f5f7fb 100%);padding:100px 8%}.instagram-title{text-align:center;color:#111;letter-spacing:3px;text-transform:uppercase;margin-bottom:70px;font-size:3rem;position:relative}.instagram-title:after{content:"";background:#d4af37;width:90px;height:3px;margin:16px auto 0;display:block}.instagram-card{background:#fff;border:1px solid #d4af372e;border-radius:22px;transition:all .4s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000f}.instagram-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #d4af3740}.instagram-card img{object-fit:cover;width:100%;height:450px;transition:all .55s;display:block}.instagram-card:hover img{transform:scale(1.08)}.play-icon{color:#111;background:#d4af37f2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 25px #d4af3773}.follow-btn{color:#fff;background:#d4af37;border-radius:50px;width:max-content;margin:55px auto 0;padding:16px 38px;font-size:1rem;font-weight:600;transition:all .35s;display:block}.follow-btn:hover{background:#111;transform:translateY(-4px)}.instagramSwiper{padding-bottom:55px}.instagramSwiper .swiper-button-next:after,.instagramSwiper .swiper-button-prev:after{font-weight:900;transition:all .3s;color:#d4af37!important;font-size:34px!important}.instagramSwiper .swiper-button-next:hover:after,.instagramSwiper .swiper-button-prev:hover:after{color:#f4c542!important}.instagramSwiper .swiper-pagination-bullet{opacity:1;background:#cfcfcf}.instagramSwiper .swiper-pagination-bullet-active{background:#d4af37;transform:scale(1.15)}@media (width<=768px){.instagram-section{padding:60px 5%}.instagram-title{letter-spacing:2px;margin-bottom:40px;font-size:2rem}.instagram-title:after{width:70px}.instagram-card{border-radius:18px}.instagram-card img{height:320px}.play-icon{width:58px;height:58px;font-size:22px}.follow-btn{margin-top:35px;padding:12px 28px;font-size:.9rem}.swiper{padding-bottom:40px}.swiper-button-next,.swiper-button-prev{display:none}}@media (width<=480px){.instagram-section{padding:50px 4%}.instagram-title{font-size:1.7rem}.instagram-card img{height:270px}.play-icon{width:52px;height:52px;font-size:18px}.follow-btn{padding:11px 24px;font-size:.85rem}}.testimonial-section{background:radial-gradient(circle at 100% 0,#d4af371a,#0000 30%),linear-gradient(135deg,#eae5d0 0%,#f5f7fb 100%);padding:100px 8%;overflow:hidden}.testimonial-title{text-align:center;color:#111;text-transform:uppercase;letter-spacing:3px;margin-bottom:70px;font-size:3rem;position:relative}.testimonial-title:after{content:"";background:#d4af37;width:90px;height:3px;margin:16px auto 0;display:block}.testimonial-card{background:#fff;border:1px solid #d4af372e;border-radius:24px;flex-direction:column;justify-content:center;min-height:320px;padding:40px 30px;transition:all .4s;display:flex;position:relative;box-shadow:0 10px 25px #0000000d}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 18px 40px #d4af3738}.quote-mark{color:#d4af371f;font-family:serif;font-size:6rem;line-height:1;position:absolute;top:15px;right:25px}.stars{color:#d4af37;letter-spacing:2px;margin-bottom:22px;font-size:1.35rem}.review{color:#666;margin-bottom:28px;font-size:1rem;line-height:1.9}.client{align-items:center;gap:15px;margin-top:auto;display:flex}.avatar{color:#fff;background:#d4af37;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.35rem;font-weight:700;display:flex;box-shadow:0 0 18px #d4af3740}.client h4{color:#111;font-size:1.05rem;font-weight:600}.testimonialSwiper .swiper-slide-active .testimonial-card{border-color:#d4af3773;transform:scale(1.05);box-shadow:0 20px 45px #d4af3740}@media (width<=992px){.testimonial-section{padding:80px 6%}.testimonial-title{margin-bottom:55px;font-size:2.4rem}.testimonial-card{min-height:280px;padding:32px 26px}.review{font-size:.95rem}.testimonialSwiper .swiper-slide-active .testimonial-card{transform:scale(1.02)}}@media (width<=768px){.testimonial-section{padding:60px 5%}.testimonial-title{letter-spacing:2px;margin-bottom:40px;font-size:2rem}.testimonial-title:after{width:70px}.testimonial-card{border-radius:18px;min-height:auto;padding:24px 20px}.quote-mark{font-size:4rem;top:12px;right:18px}.stars{margin-bottom:15px;font-size:1.1rem}.review{margin-bottom:20px;font-size:.92rem;line-height:1.7}.avatar{width:46px;height:46px;font-size:1.1rem}.client h4{font-size:.95rem}.testimonialSwiper .swiper-slide-active .testimonial-card{transform:none}}@media (width<=480px){.testimonial-section{padding:50px 4%}.testimonial-title{font-size:1.7rem}.testimonial-card{padding:20px 18px}.review{font-size:.88rem}.quote-mark{font-size:3.5rem}.avatar{width:42px;height:42px;font-size:1rem}}.story-section{background:radial-gradient(circle at 0 0,#d4af371a,#0000 30%),radial-gradient(circle at 100% 100%,#d4af3714,#0000 35%),linear-gradient(#eae5d0 0%,#f5f7fb 100%);padding:100px 8%;overflow:hidden}.story-header{text-align:center;margin-bottom:80px}.story-header h2{color:#111;text-transform:uppercase;letter-spacing:3px;margin-bottom:18px;font-size:3rem;position:relative}.story-header h2:after{content:"";background:#d4af37;width:90px;height:3px;margin:16px auto 0;display:block}.story-header p{color:#666;max-width:600px;margin:auto;font-size:1.1rem;line-height:1.8}.timeline{max-width:1200px;margin:auto;position:relative}.timeline:before{content:"";background:linear-gradient(#d4af37,#d4af3740);border-radius:30px;width:4px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline-item{width:50%;margin-bottom:70px;position:relative}.timeline-item.left{padding-right:60px;left:0}.timeline-item.right{padding-left:60px;left:50%}.timeline-content{background:#fff;border:1px solid #d4af372e;border-radius:22px;padding:32px;transition:all .4s;box-shadow:0 10px 25px #0000000d}.timeline-content:hover{transform:translateY(-10px);box-shadow:0 18px 40px #d4af3738}.timeline-content:before{content:"";background:#d4af37;border-radius:50%;width:22px;height:22px;position:absolute;top:38px;box-shadow:0 0 20px #d4af3780}.timeline-item.left .timeline-content:before{right:-72px}.timeline-item.right .timeline-content:before{left:-72px}.year{color:#d4af37;letter-spacing:1px;margin-bottom:14px;font-weight:700;display:inline-block}.timeline-content h3{color:#111;margin-bottom:15px;font-size:1.5rem}.timeline-content p{color:#666;font-size:1rem;line-height:1.8}@media (width<=992px){.story-section{padding:80px 6%}.story-header{margin-bottom:60px}.story-header h2{font-size:2.4rem}.timeline:before{left:25px}.timeline-item{width:100%;margin-bottom:50px;padding-left:70px;padding-right:0;left:0!important}.timeline-item.left .timeline-content:before,.timeline-item.right .timeline-content:before{left:-57px;right:auto}.timeline-content{padding:28px}}@media (width<=768px){.story-section{padding:60px 5%}.story-header{margin-bottom:45px}.story-header h2{letter-spacing:2px;font-size:2rem}.story-header h2:after{width:70px}.story-header p{font-size:.95rem}.timeline:before{width:3px;left:18px}.timeline-item{margin-bottom:35px;padding-left:45px}.timeline-item.left .timeline-content:before,.timeline-item.right .timeline-content:before{width:16px;height:16px;top:32px;left:-35px}.timeline-content{border-radius:18px;padding:22px}.timeline-content h3{font-size:1.25rem}.timeline-content p{font-size:.92rem;line-height:1.7}.year{font-size:.9rem}}@media (width<=480px){.story-section{padding:50px 4%}.story-header h2{font-size:1.7rem}.story-header p{font-size:.9rem}.timeline-item{padding-left:38px}.timeline-item.left .timeline-content:before,.timeline-item.right .timeline-content:before{width:14px;height:14px;left:-29px}.timeline-content{padding:18px}.timeline-content h3{font-size:1.15rem}.timeline-content p{font-size:.88rem}}.footer{color:#fff;background:#050505;border-top:1px solid #d4af3740;padding-top:70px}.footer-container{grid-template-columns:1.2fr 1fr 1fr;align-items:flex-start;gap:50px;max-width:1600px;margin:auto;padding:0 6% 60px;display:grid}.footer-col:first-child{margin-left:0}.footer-logo{width:auto;height:110px;margin-bottom:15px;display:block}.footer-quote{color:#cfcfcf;max-width:350px;font-size:.95rem;line-height:1.8}.footer-col h3{color:#d4af37;letter-spacing:2px;margin-bottom:22px;font-size:1.1rem}.contact-item{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.contact-icon{color:#d4af37;min-width:20px;margin-top:3px;font-size:18px}.contact-item p{color:#d0d0d0;margin:0;font-size:.95rem;line-height:1.6}.social-col{padding-left:0}.social-icons{gap:18px;margin-top:15px;display:flex}.social-icons a{color:#d4af37;background:#d4af3714;border:1px solid #d4af3740;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;text-decoration:none;transition:all .35s;display:flex}.social-icons a:hover{color:#000;background:#d4af37;transform:translateY(-6px)scale(1.1);box-shadow:0 0 15px #d4af3780}.social-icons a{animation:none}.footer-bottom{text-align:center;color:#999;border-top:1px solid #d4af3726;padding:20px;font-size:.9rem}@media (width<=992px){.footer-container{text-align:center;grid-template-columns:1fr;gap:35px}.footer-col:first-child{margin-left:0}.footer-logo{margin:0 auto 15px}.footer-quote{text-align:center;margin:auto}.contact-item{text-align:left;justify-content:center;align-items:flex-start;gap:10px;width:100%;max-width:360px;margin:0 auto 14px;display:flex}.contact-icon{flex-shrink:0;width:22px;margin-top:4px}.contact-item p{flex:1;margin:0;line-height:1.6}.social-col{padding-left:0}.social-icons{justify-content:center}}@media (width<=480px){.contact-item{gap:8px;max-width:310px}.contact-icon{width:18px;font-size:16px}.contact-item p{font-size:15px;line-height:1.55}}.floating-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 8px 22px #0000002e}.call-btn{background:linear-gradient(135deg,#d4af37,#f4c542)}.whatsapp-btn{background:#d4af37}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.call-btn,.whatsapp-btn{animation:2s infinite pulse}.floating-buttons{z-index:999;flex-direction:column;gap:14px;display:flex;position:fixed;bottom:28px;right:22px}.floating-btn{color:#fff;background:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 8px 20px #0000002e}.floating-btn:hover{transform:translateY(-4px)scale(1.08);box-shadow:0 12px 28px #d4af3759}.floating-btn svg{font-size:1.5rem}@media (width<=768px){.floating-buttons{gap:12px;bottom:22px;right:16px}.floating-btn{width:52px;height:52px}.floating-btn svg{font-size:1.3rem}}@media (width<=480px){.floating-buttons{gap:10px;bottom:18px;right:14px}.floating-btn{width:48px;height:48px}.floating-btn svg{font-size:1.2rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{text-decoration:none}img{max-width:100%;display:block}
