@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap";:root{--purple:#2d1b69;--purple-light:#3d2a8a;--purple-dark:#1a0f40;--gold:#c9a84c;--gold-light:#e4c26a;--gold-pale:#f5e8c0;--ivory:#fdf8f0;--cream:#f5edd8;--maroon:#7b1c2e;--emerald:#1a6b4a;--text-dark:#1a0f2e;--text-muted:#6b5e7a;--white:#fff;--glass-bg:#ffffff14;--glass-border:#c9a84c40;--shadow-gold:0 8px 32px #c9a84c33;--shadow-purple:0 8px 32px #2d1b694d;--radius:16px;--radius-sm:8px;--radius-lg:24px;--transition:all .35s cubic-bezier(.4, 0, .2, 1);--navbar-h:80px;--font-head:"Cormorant Garamond", "Playfair Display", serif;--font-body:"Outfit", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);background:var(--ivory);color:var(--text-dark);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--purple-dark)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}h1,h2,h3,h4,h5{font-family:var(--font-head);color:var(--purple-dark);line-height:1.2}.section-tag{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);border-radius:100px;margin-bottom:12px;padding:4px 16px;font-size:.75rem;font-weight:600;display:inline-block}.section-title{color:var(--purple-dark);margin-bottom:8px;font-size:clamp(2rem,4vw,3.2rem);font-weight:700}.section-title span{color:var(--gold)}.section-sub{color:var(--text-muted);max-width:560px;font-size:1rem;line-height:1.7}.section-header{text-align:center;margin-bottom:56px}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-pad{padding:100px 0}.btn{letter-spacing:.05em;transition:var(--transition);cursor:pointer;border:2px solid #0000;border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);color:var(--purple-dark);border-color:var(--gold);box-shadow:0 4px 20px #c9a84c59}.btn-primary:hover{background:linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);transform:translateY(-3px);box-shadow:0 8px 32px #c9a84c80}.btn-outline{color:var(--gold);border-color:var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:var(--purple-dark);transform:translateY(-3px);box-shadow:0 8px 24px #c9a84c66}.btn-dark{background:var(--purple);color:var(--gold);border-color:var(--purple)}.btn-dark:hover{background:var(--purple-dark);box-shadow:var(--shadow-purple);transform:translateY(-3px)}.btn-sm{padding:8px 20px;font-size:.82rem}.btn-icon{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:10px;display:inline-flex}.card{background:var(--white);border-radius:var(--radius);transition:var(--transition);overflow:hidden;box-shadow:0 2px 16px #2d1b6914}.card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #2d1b692e}.badge{letter-spacing:.05em;text-transform:uppercase;border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.badge-new{background:var(--emerald);color:var(--white)}.badge-seller{background:var(--gold);color:var(--purple-dark)}.badge-eid{background:var(--maroon);color:var(--white)}.badge-limited{background:var(--purple);color:var(--gold)}.star{color:var(--gold);font-size:.85rem}.star-empty{color:#ddd}.gold-line{background:linear-gradient(90deg, transparent, var(--gold), transparent);border-radius:2px;width:64px;height:3px;margin:16px auto}.page-enter{animation:.5s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-hero{background:linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 50%, var(--maroon) 100%);text-align:center;padding:120px 24px 80px;position:relative;overflow:hidden}.page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-hero h1{font-family:var(--font-head);color:var(--white);z-index:1;font-size:clamp(2.5rem,5vw,4rem);position:relative}.page-hero h1 span{color:var(--gold)}.page-hero p{color:#ffffffbf;z-index:1;margin-top:12px;font-size:1.05rem;position:relative}.form-group{margin-bottom:20px}.form-label{color:var(--purple);letter-spacing:.03em;margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.form-input,.form-textarea,.form-select{border-radius:var(--radius-sm);width:100%;color:var(--text-dark);background:var(--white);transition:var(--transition);border:1.5px solid #e5d9f5;padding:12px 16px;font-size:.95rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a84c26}.form-textarea{resize:vertical;min-height:120px}.text-center{text-align:center}.text-gold{color:var(--gold)}.text-purple{color:var(--purple)}.fw-600{font-weight:600}.fw-700{font-weight:700}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.flex{display:flex}.items-center{align-items:center}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.section-pad{padding:64px 0}}@media (width<=480px){.grid-4,.grid-3{grid-template-columns:1fr}}.particle{background:var(--gold);opacity:0;border-radius:50%;width:6px;height:6px;animation:6s ease-in-out infinite floatParticle;position:absolute}@keyframes floatParticle{0%{opacity:0;transform:translateY(0)scale(0)}20%{opacity:.6}80%{opacity:.3}to{opacity:0;transform:translateY(-120px)scale(1.5)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.shimmer-text{background:linear-gradient(90deg, var(--gold) 0%, var(--gold-pale) 50%, var(--gold) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;animation:3s linear infinite shimmer}.overlay-dark{background:linear-gradient(#1a0f404d 0%,#1a0f40b3 100%);position:absolute;inset:0}.no-results{text-align:center;color:var(--text-muted);padding:80px 24px}.no-results-icon{margin-bottom:16px;font-size:4rem}.navbar{z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar-top{background:var(--purple-dark);color:#ffffffbf;max-height:40px;padding:6px 0;font-size:.78rem;transition:all .4s;overflow:hidden}.navbar.scrolled .navbar-top{opacity:0;max-height:0;padding:0}.navbar-top-inner{justify-content:center;align-items:center;gap:12px;display:flex}.navbar-top-link{color:var(--gold-pale);align-items:center;gap:5px;transition:color .2s;display:inline-flex}.navbar-top-link:hover{color:var(--gold)}.navbar-top-sep{color:#ffffff4d}.navbar-main{transition:var(--transition);background:0 0;justify-content:space-between;align-items:center;gap:24px;padding-top:12px;padding-bottom:12px;display:flex}.navbar.scrolled .navbar-main{-webkit-backdrop-filter:blur(20px);background:#1a0f40e0;border-bottom:1px solid #c9a84c33;box-shadow:0 8px 32px #00000040}.navbar-main{-webkit-backdrop-filter:blur(10px);background:#1a0f4099;border-bottom:1px solid #c9a84c1a}.navbar-logo{align-items:center;display:flex}.navbar-logo-img{object-fit:contain;filter:drop-shadow(0 2px 8px #c9a84c66);width:auto;height:54px;transition:var(--transition)}.navbar-logo:hover .navbar-logo-img{filter:drop-shadow(0 4px 16px #c9a84cb3);transform:scale(1.03)}.navbar-logo-text{font-family:var(--font-head);color:var(--gold);letter-spacing:.05em;font-size:1.6rem;font-weight:700}.navbar-links{align-items:center;gap:4px;list-style:none;display:flex}.navbar-link{color:#ffffffd9;letter-spacing:.04em;transition:var(--transition);border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:500;display:block;position:relative}.navbar-link:after{content:"";background:var(--gold);border-radius:1px;height:2px;transition:left .3s,right .3s;position:absolute;bottom:4px;left:50%;right:50%}.navbar-link:hover,.navbar-link.active{color:var(--gold)}.navbar-link:hover:after,.navbar-link.active:after{left:14px;right:14px}.navbar-actions{align-items:center;gap:8px;display:flex}.navbar-cart{width:44px;height:44px;color:var(--gold);transition:var(--transition);background:#c9a84c1f;border:1.5px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.navbar-cart:hover{background:var(--gold);color:var(--purple-dark);transform:scale(1.05)}.cart-badge{background:var(--maroon);width:20px;height:20px;color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;animation:.3s cubic-bezier(.34,1.56,.64,1) popIn;display:flex;position:absolute;top:-5px;right:-5px}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.hamburger{width:44px;height:44px;color:var(--gold);transition:var(--transition);background:#c9a84c1f;border:1.5px solid #c9a84c4d;border-radius:8px;justify-content:center;align-items:center;display:none}.hamburger:hover{background:var(--gold);color:var(--purple-dark)}.mobile-menu{background:linear-gradient(160deg, var(--purple-dark) 0%, var(--purple) 100%);z-index:999;border-left:1px solid #c9a84c33;width:300px;height:100vh;padding:100px 32px 40px;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-320px;overflow-y:auto;box-shadow:-16px 0 48px #0006}.mobile-menu.open{right:0}.mobile-links{margin-bottom:32px;list-style:none}.mobile-link{color:#fffc;transition:var(--transition);border-bottom:1px solid #ffffff14;padding:14px 0;font-size:1.1rem;font-weight:500;display:block}.mobile-link:hover,.mobile-link.active{color:var(--gold);padding-left:8px}.mobile-contact{border-top:1px solid #c9a84c33;flex-direction:column;gap:12px;padding-top:24px;display:flex}@media (width<=900px){.navbar-links{display:none}.hamburger{display:inline-flex}}@media (width<=600px){.navbar-top-inner{font-size:.72rem}.navbar-logo-img{height:44px}}.footer{background:linear-gradient(160deg, var(--purple-dark) 0%, #120a30 50%, var(--purple-dark) 100%);color:#fffc;padding-top:80px;padding-bottom:0;position:relative}.footer-wave{background:linear-gradient(90deg, var(--maroon), var(--gold), var(--emerald), var(--gold), var(--maroon));background-size:200%;height:4px;animation:4s linear infinite shimmer;position:absolute;top:0;left:0;right:0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding:0 0 60px;display:grid}.footer-logo{object-fit:contain;filter:brightness(1.1);width:auto;height:60px;margin-bottom:16px}.footer-tagline{color:#fff9;max-width:280px;margin-bottom:20px;font-size:.88rem;line-height:1.7}.footer-social{gap:10px;display:flex}.social-btn{width:38px;height:38px;color:var(--gold);transition:var(--transition);background:#c9a84c1f;border:1px solid #c9a84c40;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.social-btn:hover{background:var(--gold);color:var(--purple-dark);transform:translateY(-3px);box-shadow:0 6px 20px #c9a84c66}.footer-col-title{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:20px;font-size:.78rem;font-weight:700}.footer-col-links{list-style:none}.footer-col-links li{margin-bottom:10px}.footer-link{color:#fff9;transition:var(--transition);font-size:.88rem}.footer-link:hover{color:var(--gold);padding-left:4px}.footer-contact-item{align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}.footer-icon{color:var(--gold);flex-shrink:0;margin-top:2px}.footer-hours-row{align-items:center;gap:6px;margin-bottom:8px;font-size:.85rem;display:flex}.footer-hours-day{color:#ffffff8c;min-width:80px}.footer-hours-time{color:var(--gold-pale);font-weight:500}.footer-bottom{color:#fff6;border-top:1px solid #c9a84c1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:.82rem;display:flex}.footer-bottom strong{color:var(--gold)}.footer-bottom-links{align-items:center;gap:12px;display:flex}.footer-heart{color:var(--maroon);vertical-align:middle;margin:0 2px;display:inline-block}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column}}.product-card{background:var(--white);border-radius:var(--radius);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 16px #2d1b6912}.product-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #2d1b692e}.product-card-img-wrap{aspect-ratio:3/4;background:var(--cream);position:relative;overflow:hidden}.product-card-img-link{height:100%;display:block}.product-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-img{transform:scale(1.08)}.product-card-overlay{opacity:0;background:linear-gradient(#0000 50%,#1a0f40bf 100%);justify-content:center;align-items:flex-end;padding:16px;transition:opacity .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-card-overlay{opacity:1}.overlay-btn{color:var(--purple-dark);transition:var(--transition);background:#fffffff2;border-radius:100px;align-items:center;gap:6px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex;transform:translateY(10px)}.product-card:hover .overlay-btn{transform:translateY(0)}.overlay-btn:hover{background:var(--gold)}.product-card-badges{flex-direction:column;gap:4px;display:flex;position:absolute;top:10px;left:10px}.product-card-body{flex-direction:column;flex:1;gap:6px;padding:16px 18px 18px;display:flex}.product-card-category{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.72rem;font-weight:600}.product-card-name{font-family:var(--font-head);color:var(--purple-dark);flex:1;font-size:1.05rem;font-weight:600;line-height:1.3}.product-card-name a:hover{color:var(--gold)}.stars{align-items:center;gap:2px;display:flex}.star{transition:color .2s}.star:not(.filled){color:#ddd}.rating-num{color:var(--text-muted);margin-left:4px;font-size:.75rem}.product-card-price{align-items:baseline;gap:8px;margin-top:4px;display:flex}.price-current{color:var(--purple);font-size:1.2rem;font-weight:700}.price-old{color:#aaa;font-size:.88rem;text-decoration:line-through}.product-card-actions{gap:8px;margin-top:8px;display:flex}.product-cart-btn{transition:var(--transition);flex:1;justify-content:center}.product-cart-btn.added{background:var(--emerald)!important;border-color:var(--emerald)!important;color:var(--white)!important}.cat-card{border-radius:var(--radius);transition:var(--transition);color:inherit;cursor:pointer;aspect-ratio:3/4;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #2d1b691a}.cat-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 16px 48px #2d1b6940}.cat-card-img-wrap{position:absolute;inset:0}.cat-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.cat-card:hover .cat-card-img{transform:scale(1.1)}.cat-card-placeholder{background:linear-gradient(135deg, var(--purple) 0%, var(--maroon) 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.cat-card-overlay{background:linear-gradient(#1a0f401a 0%,#1a0f4066 50%,#1a0f40d9 100%);transition:opacity .3s;position:absolute;inset:0}.cat-card:hover .cat-card-overlay{background:linear-gradient(#1a0f4026 0%,#1a0f408c 40%,#1a0f40eb 100%)}.cat-card-body{z-index:1;color:var(--white);margin-top:auto;padding:20px 18px;position:relative}.cat-card-float-accent{background:var(--gold);opacity:.85;width:12px;height:12px;margin-bottom:12px;transition:all .3s;animation:4s ease-in-out infinite floatAccent;transform:rotate(45deg);box-shadow:0 0 12px #c9a84ccc}.cat-card:hover .cat-card-float-accent{background:var(--white);opacity:1;box-shadow:0 0 16px #ffffffe6}@keyframes floatAccent{0%,to{transform:translateY(0)rotate(45deg)}50%{transform:translateY(-6px)rotate(45deg)}}.cat-card-name{font-family:var(--font-head);color:var(--white);margin-bottom:4px;font-size:1.1rem;font-weight:700;line-height:1.25;transition:color .3s}.cat-card:hover .cat-card-name{color:var(--gold)}.cat-card-desc{color:#ffffffb3;opacity:0;max-height:0;margin-bottom:6px;font-size:.78rem;line-height:1.4;transition:max-height .4s,opacity .3s;overflow:hidden}.cat-card:hover .cat-card-desc{opacity:1;max-height:60px}.cat-card-count{color:var(--gold-pale);letter-spacing:.05em;background:#c9a84c33;border:1px solid #c9a84c66;border-radius:100px;padding:2px 10px;font-size:.72rem;display:inline-block}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-slide{opacity:0;z-index:0;transition:opacity 1.2s;position:absolute;inset:0}.hero-slide.active{opacity:1;z-index:1}.hero-bg-img{object-fit:cover;object-position:center 40%;z-index:1;width:100%;height:100%;animation:16s ease-out forwards heroZoomImg;position:relative;transform:scale(1.05)}@keyframes heroZoomImg{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero-bg-fallback{background:linear-gradient(135deg, var(--purple-dark) 0%, var(--maroon) 100%);width:100%;height:100%}.hero-overlay{z-index:2;background:linear-gradient(120deg,#1a0f40d1 0%,#1a0f408c 50%,#7b1c2e4d 100%);position:absolute;inset:0}.hero-particle{z-index:3;background:var(--gold);border-radius:50%;width:4px;height:4px;animation:linear infinite floatParticle;position:absolute}.hero-content{z-index:4;padding-top:120px;padding-bottom:80px;position:relative}.hero-text{max-width:680px}.hero-title{font-family:var(--font-head);color:var(--white);letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(3.5rem,8vw,7rem);font-weight:700;line-height:1.05;animation:1s .2s both heroFadeUp}.hero-subtitle{color:#fffc;margin-bottom:36px;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.65;animation:1s .4s both heroFadeUp}.hero-subtitle span{color:var(--gold-pale)}.hero-actions{flex-wrap:wrap;gap:12px;animation:1s .6s both heroFadeUp;display:flex}.hero-btn{justify-content:center;min-width:140px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-dots{z-index:4;gap:8px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;transition:all .3s}.hero-dot.active{background:var(--gold);border-radius:4px;width:24px}.hero-scroll-indicator{z-index:4;border:2px solid #c9a84c80;border-radius:14px;width:28px;height:44px;position:absolute;bottom:36px;right:48px}.hero-scroll-indicator span{background:var(--gold);border-radius:2px;width:4px;height:10px;margin:7px auto 0;animation:1.5s ease-in-out infinite scrollBounce;display:block}@keyframes scrollBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.4;transform:translateY(12px)}}.feature-strip{background:var(--purple-dark);border-top:1px solid #c9a84c33;border-bottom:1px solid #c9a84c33;padding:20px 0}.feature-strip-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 24px;display:flex}.feature-chip{color:#fffc;transition:var(--transition);border:1px solid #c9a84c26;border-radius:100px;align-items:center;gap:8px;padding:6px 16px;font-size:.85rem;display:flex}.feature-chip:hover{border-color:var(--gold);color:var(--gold)}.feature-chip-icon{font-size:1rem}.feature-chip-label{font-weight:500}.categories-sec{background:var(--ivory)}.categories-sec.visible .cat-grid-item{animation:.6s both fadeSlideUp}.cat-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.cat-grid-item{animation:none}@media (width<=1200px){.cat-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.cat-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.cat-grid{grid-template-columns:repeat(2,1fr)}}.featured-sec{background:var(--cream)}.featured-sec:nth-child(2n){background:var(--ivory)}.featured-sec.visible .product-fade-in{animation:.5s both fadeSlideUp}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.why-sec{position:relative;overflow:hidden}.why-bg{background:linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 60%, var(--maroon) 100%);position:absolute;inset:0}.why-sec .section-tag{color:var(--gold);border-color:#c9a84c99}.why-sec .section-title{color:var(--white)}.why-sec .section-title span{color:var(--gold)}.why-sec .gold-line{background:linear-gradient(90deg, transparent, var(--gold), transparent)}.why-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:24px;display:grid;position:relative}.why-card{border-radius:var(--radius);text-align:center;transition:var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #c9a84c26;padding:32px 24px}.why-sec.visible .why-card{animation:.5s both fadeSlideUp}.why-card:hover{background:#ffffff1a;border-color:#c9a84c66;transform:translateY(-6px)}.why-icon{width:64px;height:64px;color:var(--gold);transition:var(--transition);background:#c9a84c1a;border:1px solid #c9a84c33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.why-card:hover .why-icon{background:var(--gold);color:var(--purple-dark);transform:scale(1.1)}.why-title{font-family:var(--font-head);color:var(--gold-pale);margin-bottom:8px;font-size:1.15rem}.why-desc{color:#ffffffa6;font-size:.88rem;line-height:1.6}@media (width<=900px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.why-grid{grid-template-columns:1fr}}.store-strip{background:var(--ivory)}.store-strip-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.store-strip-item{border-radius:var(--radius);aspect-ratio:4/3;position:relative;overflow:hidden}.store-strip-item.featured{aspect-ratio:16/9;grid-column:span 2}.store-strip-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.store-strip-item:hover img{transform:scale(1.06)}.store-strip-overlay{background:linear-gradient(#0000 40%,#1a0f4066 100%);transition:opacity .3s;position:absolute;inset:0}.store-strip-item:hover .store-strip-overlay{opacity:.7}@media (width<=768px){.store-strip-grid{grid-template-columns:1fr 1fr}.store-strip-item.featured{grid-column:span 2}}.reviews-sec{background:var(--ivory);padding-bottom:60px;overflow:hidden}.reviews-marquee-wrap{width:100%;display:flex;position:relative;overflow:hidden}.reviews-marquee-wrap:before,.reviews-marquee-wrap:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.reviews-marquee-wrap:before{background:linear-gradient(to right, var(--ivory), transparent);left:0}.reviews-marquee-wrap:after{background:linear-gradient(to left, var(--ivory), transparent);right:0}.reviews-marquee{gap:20px;padding:10px 0;animation:45s linear infinite scrollMarquee;display:flex}.reviews-marquee:hover{animation-play-state:paused}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-3740px)}}.review-card{background:var(--white);border-radius:var(--radius);border:1px solid #f0e8f5;flex-direction:column;flex-shrink:0;gap:12px;width:320px;padding:24px;display:flex;box-shadow:0 4px 12px #2d1b690f}.review-stars{gap:2px;display:flex}.review-text{color:var(--text-muted);flex:1;font-size:.88rem;font-style:italic;line-height:1.6}.review-author{border-top:1px solid #f0e8f5;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:12px;display:flex}.review-name{color:var(--purple-dark);font-size:.9rem;font-weight:600}.review-time{color:#a19db3;font-size:.75rem}.insta-cta{text-align:center;padding:100px 24px;position:relative;overflow:hidden}.insta-cta-bg{opacity:.9;background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);position:absolute;inset:0}.insta-cta-content{z-index:1;position:relative}.insta-cta-icon{color:var(--white);filter:drop-shadow(0 4px 16px #0000004d);margin-bottom:20px}.insta-cta-title{font-family:var(--font-head);color:var(--white);margin-bottom:12px;font-size:clamp(2rem,4vw,3rem)}.insta-cta-sub{color:#ffffffd9;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1rem}.map-sec{background:var(--cream);padding-bottom:0}.map-embed-wrap{margin-top:40px;position:relative}.map-embed-wrap iframe{display:block}.map-overlay-card{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--gold);max-width:280px;padding:24px;position:absolute;top:30px;left:30px;box-shadow:0 8px 32px #2d1b692e}.map-card-icon{margin-bottom:8px;font-size:1.5rem}.map-card-title{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:4px;font-size:1.15rem}.map-overlay-card p{color:var(--text-muted);font-size:.88rem}@media (width<=600px){.map-overlay-card,.hero-scroll-indicator{display:none}.hero-actions{flex-direction:column}.hero-btn{width:100%}}.shop-page{padding-top:var(--navbar-h);min-height:100vh}.shop-layout{grid-template-columns:280px 1fr;align-items:start;gap:32px;padding-top:48px;padding-bottom:80px;display:grid}.shop-sidebar{background:var(--white);border-radius:var(--radius);padding:24px;position:sticky;top:100px;box-shadow:0 2px 16px #2d1b6914}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.sidebar-title{font-family:var(--font-head);color:var(--purple-dark);font-size:1.3rem}.sidebar-close{color:var(--text-muted);background:0 0;display:none}.filter-group{border-bottom:1px solid #f0e8f5;margin-bottom:24px;padding-bottom:24px}.filter-group:last-child{border-bottom:none}.filter-label{letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:12px;font-size:.78rem;font-weight:700;display:block}.search-wrap{position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{padding-left:36px!important}.search-clear{color:var(--text-muted);background:0 0;padding:2px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.search-clear:hover{color:var(--maroon)}.filter-cats{list-style:none}.filter-cats li{margin-bottom:4px}.filter-cat-btn{width:100%;color:var(--text-dark);text-align:left;transition:var(--transition);background:0 0;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.88rem;display:flex}.filter-cat-btn:hover{background:var(--cream);color:var(--purple)}.filter-cat-btn.active{background:var(--purple);color:var(--white)}.filter-cat-btn.active .cat-count{background:#fff3}.cat-count{background:var(--cream);color:var(--text-muted);border-radius:100px;padding:2px 7px;font-size:.72rem}.price-slider{width:100%;accent-color:var(--gold);height:4px}.clear-filters{justify-content:center;width:100%}.shop-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.shop-results{align-items:center;gap:12px;display:flex}.filter-toggle{display:none}.results-count{color:var(--text-muted);font-size:.9rem}.results-count strong{color:var(--purple)}.sort-wrap{align-items:center;gap:8px;display:flex}.sort-label{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.select-wrap{position:relative}.sort-select{appearance:none;min-width:180px;font-size:.88rem;padding-right:32px!important}.select-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.shop-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=1100px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{z-index:500;border-radius:0;width:300px;height:100vh;transition:left .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-320px;overflow-y:auto;box-shadow:8px 0 32px #0003}.shop-sidebar.open{left:0}.sidebar-close{display:block}.filter-toggle{display:inline-flex}}@media (width<=600px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-layout{padding-top:24px}}@media (width<=400px){.shop-grid{grid-template-columns:1fr}}.categories-page{padding-top:var(--navbar-h);min-height:100vh}.categories-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px;display:grid}.cat-animate{animation:.6s both fadeSlideUp}.cat-info-strip{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.cat-info-card{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--gold);transition:var(--transition);align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 2px 12px #2d1b6914}.cat-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #2d1b6924}.cat-info-icon{flex-shrink:0;font-size:1.8rem}.cat-info-title{color:var(--purple-dark);margin-bottom:2px;font-size:.95rem;font-weight:700}.cat-info-desc{color:var(--text-muted);font-size:.82rem}@media (width<=1100px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.categories-grid{grid-template-columns:repeat(2,1fr)}.cat-info-strip{grid-template-columns:1fr}}@media (width<=480px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.pd-page{padding-top:calc(var(--navbar-h) + 40px);min-height:100vh;padding-bottom:80px}.pd-not-found{min-height:80vh;padding-top:180px;padding-bottom:80px}.pd-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:32px;font-size:.82rem;display:flex}.pd-breadcrumb a{color:var(--text-muted);transition:color .2s}.pd-breadcrumb a:hover{color:var(--gold)}.pd-breadcrumb span{color:var(--purple-dark);font-weight:500}.pd-layout{grid-template-columns:1fr 1fr;gap:64px;margin-bottom:80px;display:grid}.pd-img-wrap{border-radius:var(--radius-lg);aspect-ratio:3/4;position:relative;overflow:hidden;box-shadow:0 16px 48px #2d1b6933}.pd-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pd-img-wrap:hover .pd-img{transform:scale(1.04)}.pd-badge{position:absolute;top:16px;left:16px}.pd-discount{background:var(--maroon);color:var(--white);border-radius:100px;padding:4px 12px;font-size:.8rem;font-weight:700;position:absolute;top:16px;right:16px}.pd-info-col{padding-top:12px}.pd-category{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-size:.75rem;font-weight:700}.pd-title{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:12px;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15}.stars-row{align-items:center;gap:4px;margin-bottom:16px;display:flex}.star{color:#e2d5f0}.star.filled{color:var(--gold)}.rating-text{color:var(--text-muted);margin-left:6px;font-size:.85rem}.pd-price-row{align-items:baseline;gap:12px;margin-bottom:20px;display:flex}.pd-price{color:var(--purple);font-size:2rem;font-weight:700}.pd-old-price{color:#aaa;font-size:1.1rem;text-decoration:line-through}.pd-discount-badge{background:var(--gold-pale);color:var(--maroon);border-radius:100px;padding:3px 10px;font-size:.78rem;font-weight:700}.pd-desc{color:var(--text-muted);margin-bottom:20px;font-size:.95rem;line-height:1.75}.pd-stock-warn{border-left:3px solid var(--gold);color:#7a5c00;background:#fff8e1;border-radius:6px;margin-bottom:16px;padding:8px 14px;font-size:.85rem}.pd-qty-row{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.pd-qty-label{color:var(--purple);font-weight:600}.pd-qty-control{border:1.5px solid #e5d9f5;border-radius:10px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn{background:var(--cream);width:38px;height:38px;color:var(--purple);transition:var(--transition);border:none;justify-content:center;align-items:center;display:flex}.qty-value{text-align:center;min-width:44px;color:var(--purple-dark);font-size:1rem;font-weight:700}.pd-total{color:var(--text-muted);font-size:.95rem}.pd-total strong{color:var(--purple-dark);font-size:1.1rem}.pd-actions{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.pd-btn{justify-content:center;min-width:160px}.btn-primary.added{background:var(--emerald)!important;border-color:var(--emerald)!important}.pd-actions-sec .btn-outline{color:var(--purple);border-color:var(--purple)}.pd-actions-sec .btn-outline:hover{background:var(--purple);color:var(--white)}.pd-store-info{background:var(--cream);border-radius:var(--radius-sm);border:1px solid #e5d9f5;margin-top:20px;padding:16px 20px}.pd-store-info-row{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:6px;font-size:.85rem;display:flex}.pd-store-info-row:last-child{margin-bottom:0}.pd-store-info-row svg{color:var(--gold);flex-shrink:0}.pd-store-info-row a{color:var(--purple);font-weight:500}.pd-store-info-row a:hover{color:var(--gold)}.pd-related{border-top:1px solid #e5d9f5;padding-top:64px}@media (width<=900px){.pd-layout{grid-template-columns:1fr;gap:32px}.pd-img-wrap{max-width:480px;margin:0 auto}}@media (width<=600px){.pd-actions{flex-direction:column}.pd-btn{width:100%}}.cart-page,.cart-empty-page{padding-top:var(--navbar-h);min-height:100vh}.cart-empty{padding:100px 24px}.cart-empty-icon{color:var(--purple);opacity:.3;margin:0 auto 24px;display:block}.cart-empty h2{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:8px;font-size:2rem}.cart-empty p{color:var(--text-muted)}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:32px;padding:48px 24px 80px;display:grid}.cart-items{background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:0 2px 16px #2d1b6912}.cart-items-header{border-bottom:1px solid #f0e8f5;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.cart-items-title{font-family:var(--font-head);color:var(--purple-dark);font-size:1.4rem}.clear-cart-btn{color:var(--maroon);border-color:var(--maroon)}.clear-cart-btn:hover{background:var(--maroon);color:var(--white)}.cart-item{transition:var(--transition);border-bottom:1px solid #f8f4fd;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:16px;padding:16px 0;display:grid}.cart-item:hover{background:#fdf9ff}.cart-item:last-child{border-bottom:none}.cart-item-img-wrap{border-radius:8px;width:80px;height:96px;overflow:hidden}.cart-item-img{object-fit:cover;width:100%;height:100%}.cart-item-cat{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:4px;font-size:.72rem;font-weight:700}.cart-item-name{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:4px;font-size:1rem;line-height:1.3}.cart-item-name a:hover{color:var(--gold)}.cart-item-price{color:var(--text-muted);font-size:.85rem}.cart-item-qty{border:1.5px solid #e5d9f5;border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn{background:var(--cream);width:32px;height:32px;color:var(--purple);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;display:flex}.qty-btn:hover:not(:disabled){background:var(--gold);color:var(--white)}.qty-btn:disabled{opacity:.35;cursor:not-allowed}.qty-value{text-align:center;min-width:36px;font-size:.9rem;font-weight:600}.cart-item-subtotal{text-align:right}.cart-item-subtotal-label{color:var(--text-muted);margin-bottom:2px;font-size:.72rem;display:block}.cart-item-subtotal-value{color:var(--purple);font-weight:700}.cart-item-remove{color:#ccc;transition:var(--transition);background:0 0;border:none;border-radius:6px;padding:6px}.cart-item-remove:hover{color:var(--maroon);background:#fff0f2}.cart-summary{background:var(--white);border-radius:var(--radius);border-top:4px solid var(--gold);padding:28px;position:sticky;top:100px;box-shadow:0 2px 16px #2d1b6912}.cart-summary-title{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:20px;font-size:1.4rem}.cart-summary-rows{margin-bottom:16px}.summary-row{color:var(--text-muted);justify-content:space-between;gap:8px;margin-bottom:8px;font-size:.85rem;display:flex}.summary-item-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.cart-summary-divider{background:#f0e8f5;height:1px;margin:16px 0}.summary-total-row{color:var(--purple-dark);justify-content:space-between;margin-bottom:12px;font-size:1.1rem;font-weight:700;display:flex}.summary-total-value{color:var(--purple);font-size:1.3rem}.cart-summary-note{color:var(--text-muted);margin-bottom:20px;font-size:.78rem;line-height:1.5}.cart-checkout-btn{justify-content:center;width:100%;margin-bottom:10px}.cart-continue-btn{justify-content:center;width:100%}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=640px){.cart-item{grid-template-rows:auto auto;grid-template-columns:64px 1fr auto;gap:10px}.cart-item-img-wrap{width:64px;height:72px}.cart-item-subtotal{grid-column:2}.cart-item-remove{grid-column:3}.cart-item-qty{grid-column:2/4}}.checkout-page{padding-top:var(--navbar-h);min-height:100vh}.checkout-layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;padding:48px 24px 80px;display:grid}.checkout-form{background:var(--white);border-radius:var(--radius);padding:32px;box-shadow:0 2px 16px #2d1b6912}.checkout-section-title{font-family:var(--font-head);color:var(--purple-dark);border-bottom:1px solid #f0e8f5;margin-bottom:24px;padding-bottom:16px;font-size:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.checkout-form-actions{flex-wrap:wrap;gap:12px;margin-top:8px;margin-bottom:24px;display:flex}.checkout-submit-btn{justify-content:center;min-width:200px}.checkout-store-links{border-top:1px solid #f0e8f5;flex-wrap:wrap;gap:16px;padding-top:16px;display:flex}.store-link{color:var(--purple);align-items:center;gap:6px;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.store-link:hover{color:var(--gold)}.checkout-summary{background:var(--white);border-radius:var(--radius);border-top:4px solid var(--gold);padding:28px;position:sticky;top:100px;box-shadow:0 2px 16px #2d1b6912}.checkout-items{margin-bottom:20px}.co-item{border-bottom:1px solid #f8f4fd;align-items:center;gap:12px;padding:12px 0;display:flex}.co-item:last-child{border-bottom:none}.co-item-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:56px;height:68px}.co-item-info{flex:1;min-width:0}.co-item-name{color:var(--purple-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.co-item-cat{color:var(--gold);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.co-item-qty{color:var(--text-muted);font-size:.78rem}.co-item-price{color:var(--purple);white-space:nowrap;font-weight:700}.checkout-total-row{border-top:2px solid var(--gold);color:var(--purple-dark);justify-content:space-between;margin-bottom:16px;padding-top:16px;font-size:1.1rem;font-weight:700;display:flex}.checkout-total-val{color:var(--purple);font-size:1.3rem}.checkout-note{color:var(--text-muted);font-size:.8rem;line-height:1.6}.checkout-success{text-align:center;max-width:560px;margin:0 auto;padding:80px 24px}.success-icon-wrap{background:linear-gradient(135deg, var(--emerald) 0%, #2ecc71 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;animation:.5s cubic-bezier(.34,1.56,.64,1) both popIn;display:flex;box-shadow:0 8px 32px #1a6b4a66}.success-icon{color:var(--white)}.success-title{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:12px;font-size:2.2rem}.success-sub{color:var(--text-muted);margin-bottom:8px;font-size:1rem}.success-desc{color:var(--text-muted);margin-bottom:28px;font-size:.9rem}.success-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=1000px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.form-row{grid-template-columns:1fr}}@media (width<=600px){.checkout-form{padding:20px 16px}.checkout-form-actions{flex-direction:column}.checkout-submit-btn{width:100%}}.about-page{padding-top:var(--navbar-h);min-height:100vh}.about-story{background:var(--ivory)}.about-story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about-story-text p{color:var(--text-muted);line-height:1.8}.about-story-text strong{color:var(--purple-dark)}.about-story-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.about-story-images{height:480px;position:relative}.about-img-block{border-radius:var(--radius);transition:var(--transition);position:absolute;overflow:hidden;box-shadow:0 8px 32px #2d1b692e}.about-img-block:hover{z-index:2;transform:scale(1.03)rotate(0)!important}.about-img-block img{object-fit:cover;width:100%;height:100%}.about-img-block--0{z-index:1;width:64%;height:60%;top:0;left:0;transform:rotate(-2deg)}.about-img-block--1{z-index:2;width:52%;height:55%;bottom:0;right:0;transform:rotate(2deg)}.about-img-block--2{z-index:3;width:38%;height:38%;bottom:40px;left:0;transform:rotate(1deg)}.about-stats{background:linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 100%);padding:60px 24px}.about-stats .container{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat-card{text-align:center;border-radius:var(--radius);transition:var(--transition);border:1px solid #c9a84c33;padding:32px 16px}.stat-card:hover{border-color:var(--gold);background:#c9a84c0d}.stat-num{font-family:var(--font-head);color:var(--gold);margin-bottom:8px;font-size:3rem;font-weight:700;line-height:1;display:block}.stat-label{color:#ffffffb3;letter-spacing:.05em;font-size:.85rem}.about-offer-sec{background:var(--cream);position:relative}.offer-header{text-align:center;margin-bottom:50px}.offer-tag{letter-spacing:.2em;color:var(--gold);justify-content:center;align-items:center;gap:12px;margin-bottom:16px;font-size:.8rem;font-weight:600;display:flex}.offer-tag-icon{opacity:.7}.offer-title{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:12px;font-size:3.2rem;font-weight:500}.offer-title span{color:var(--gold)}.offer-divider{justify-content:center;align-items:center;gap:8px;margin-bottom:24px;display:flex}.offer-divider-line{background:var(--gold);opacity:.6;width:40px;height:1px}.offer-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.offer-subtitle strong{color:var(--gold);font-weight:600}.offer-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.offer-card{background:var(--white);transition:var(--transition);border:1px solid #c9a84c4d;border-radius:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #2d1b690d}.offer-card:hover{border-color:var(--gold);transform:translateY(-5px);box-shadow:0 12px 30px #2d1b691a}.offer-card-img-wrap{background:var(--purple-dark);z-index:1;border-radius:0 40px 40px 0/0 50% 50% 0;flex:0 0 120px;position:relative;overflow:hidden}.offer-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.offer-card:hover .offer-card-img{transform:scale(1.05)}.offer-card-content{flex-direction:column;flex:1;padding:24px 20px 24px 10px;display:flex;position:relative}.offer-card-icon{background:var(--purple-dark);width:44px;height:44px;color:var(--gold);box-shadow:0 0 0 4px var(--white);z-index:2;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:-22px;transform:translateY(-50%)}.offer-card:hover .offer-card-icon{background:var(--gold);color:var(--purple-dark)}.offer-card-text{flex-direction:column;justify-content:center;height:100%;padding-left:32px;display:flex}.offer-card-title{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:8px;font-size:1.15rem}.offer-card-divider{background:#c9a84c4d;width:100%;height:1px;margin-bottom:12px;position:relative}.offer-card-divider:after{content:"";background:var(--gold);width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.offer-card-desc{color:var(--text-muted);font-size:.8rem;line-height:1.6}.trust-strip{background:var(--purple-dark);color:var(--white);padding:40px 0}.trust-strip-inner{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.trust-item{flex:1;align-items:center;gap:16px;min-width:200px;display:flex}.trust-icon{color:var(--gold);opacity:.9}.trust-text h4{letter-spacing:.05em;color:var(--gold-pale);margin-bottom:4px;font-size:.8rem}.trust-text p{color:#ffffffb3;font-size:.75rem;line-height:1.4}.about-gallery-strip{grid-template-columns:repeat(6,1fr);height:280px;display:grid;overflow:hidden}.about-gallery-img{position:relative;overflow:hidden}.about-gallery-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.about-gallery-img:hover img{transform:scale(1.1)}.about-gallery-overlay{background:#1a0f4040;transition:opacity .3s;position:absolute;inset:0}.about-gallery-img:hover .about-gallery-overlay{opacity:0}.about-visit{background:var(--ivory)}.visit-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.visit-card{background:var(--white);border-radius:var(--radius);text-align:center;transition:var(--transition);padding:32px 24px;box-shadow:0 2px 12px #2d1b6912}.visit-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #2d1b6924}.visit-icon{color:var(--gold);margin:0 auto 12px;display:block}.visit-card h3{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:8px;font-size:1.1rem}.visit-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.hours-list{text-align:center}.hours-row{color:var(--text-muted);justify-content:space-between;gap:12px;margin-bottom:6px;font-size:.82rem;display:flex}@media (width<=1100px){.about-stats .container,.visit-grid,.offer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.about-story-grid{grid-template-columns:1fr}.about-story-images{order:-1;height:300px}.about-gallery-strip{grid-template-columns:repeat(3,1fr);height:200px}}@media (width<=640px){.about-stats .container{grid-template-columns:repeat(2,1fr)}.offer-grid,.visit-grid{grid-template-columns:1fr}.about-gallery-strip{grid-template-columns:repeat(2,1fr);height:180px}}.gallery-page{padding-top:var(--navbar-h);min-height:100vh}.gallery-filters{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px;display:flex}.gallery-filter-btn{background:var(--white);color:var(--text-muted);cursor:pointer;transition:var(--transition);border:1.5px solid #e5d9f5;border-radius:100px;padding:8px 20px;font-size:.85rem;font-weight:500}.gallery-filter-btn:hover{border-color:var(--gold);color:var(--gold)}.gallery-filter-btn.active{background:var(--purple);color:var(--white);border-color:var(--purple)}.gallery-count{text-align:center;color:var(--text-muted);margin-bottom:32px;font-size:.85rem}.gallery-masonry{columns:4;column-gap:16px}.gallery-item{break-inside:avoid;border-radius:var(--radius-sm);cursor:pointer;margin-bottom:16px;animation:.5s both fadeSlideUp;position:relative;overflow:hidden}.gallery-item--tall .gallery-media{aspect-ratio:2/3}.gallery-item--wide .gallery-media{aspect-ratio:16/9}.gallery-item--normal .gallery-media{aspect-ratio:4/3}.gallery-media{object-fit:cover;width:100%;height:auto;transition:transform .5s;display:block}.gallery-item:hover .gallery-media{transform:scale(1.05)}.gallery-overlay{opacity:0;background:linear-gradient(#1a0f401a 40%,#1a0f40b3 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay,.gallery-item:focus .gallery-overlay{opacity:1}.gallery-zoom{color:var(--white);filter:drop-shadow(0 2px 4px #00000080)}.gallery-cat-tag{color:var(--purple-dark);letter-spacing:.05em;text-transform:uppercase;background:#c9a84ce6;border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:700;position:absolute;bottom:10px;left:10px}.gallery-video-badge{width:32px;height:32px;color:var(--purple-dark);background:#c9a84ce6;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.lightbox-backdrop{z-index:2000;background:#0a051ef2;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.lightbox-close{width:48px;height:48px;color:var(--white);cursor:pointer;z-index:2001;transition:var(--transition);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;top:20px;right:20px}.lightbox-close:hover{background:var(--maroon)}.lightbox-content{flex-direction:column;align-items:center;gap:12px;max-width:90vw;max-height:90vh;display:flex}.lightbox-media{object-fit:contain;border-radius:var(--radius);max-width:100%;max-height:82vh;box-shadow:0 24px 64px #00000080}.lightbox-info{text-align:center}.lightbox-cat{text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-size:.72rem;font-weight:700}.lightbox-alt{color:#fff9;font-size:.88rem}@media (width<=1200px){.gallery-masonry{columns:3}}@media (width<=800px){.gallery-masonry{columns:2}}@media (width<=480px){.gallery-masonry{columns:2;column-gap:8px}.gallery-item{margin-bottom:8px}}.contact-page{padding-top:var(--navbar-h);min-height:100vh}.contact-layout{grid-template-columns:1fr 1.4fr;gap:48px;display:grid}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-card{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--gold);transition:var(--transition);padding:24px;box-shadow:0 2px 12px #2d1b6912}.contact-card:hover{transform:translate(4px);box-shadow:0 8px 28px #2d1b6924}.contact-card-icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);width:44px;height:44px;color:var(--purple-dark);border-radius:10px;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.contact-card h3{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:6px;font-size:1.1rem}.contact-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.contact-card-link{color:var(--gold);margin-top:8px;font-size:.82rem;font-weight:600;transition:color .2s;display:block}.contact-card-link:hover{color:var(--purple)}.contact-hours-row{border-bottom:1px dotted #f0e8f5;justify-content:space-between;gap:12px;padding:3px 0;font-size:.82rem;display:flex}.contact-hours-row:last-child{border-bottom:none}.contact-hours-day{color:var(--text-muted)}.contact-hours-time{color:var(--purple-dark);font-weight:500}.contact-form-wrap{background:var(--white);border-radius:var(--radius);padding:32px;box-shadow:0 2px 16px #2d1b6912}.contact-form-title{font-family:var(--font-head);color:var(--purple-dark);margin-bottom:24px;font-size:1.6rem}.contact-success{color:var(--emerald);background:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;font-size:.9rem;font-weight:500;animation:.3s fadeIn;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.input-error{border-color:var(--maroon)!important}.form-error{color:var(--maroon);margin-top:4px;font-size:.75rem;display:block}.contact-form-btns{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.contact-map-sec{padding-top:80px}@media (width<=1024px){.contact-layout{grid-template-columns:1fr}.contact-info{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=640px){.contact-info,.form-row-2{grid-template-columns:1fr}.contact-form-wrap{padding:20px 16px}}
