:root{--color-royal-purple: #2e0b45;--color-royal-purple-dark: #1a0628;--color-royal-purple-light: #4a1569;--color-gold: #d4af37;--color-gold-light: #e8c96a;--color-gold-dark: #b8942e;--color-white: #ffffff;--color-cream: #faf6f0;--color-cream-dark: #f0e8dc;--color-text: #2a2a2a;--color-text-muted: #5c5c5c;--font-display: "Playfair Display", Georgia, serif;--font-body: "Poppins", system-ui, sans-serif;--shadow-soft: 0 4px 24px rgba(46, 11, 69, .08);--shadow-medium: 0 8px 32px rgba(46, 11, 69, .12);--shadow-gold: 0 4px 20px rgba(212, 175, 55, .35);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--nav-height: 80px;--transition: .35s cubic-bezier(.4, 0, .2, 1);--glass-bg: rgba(255, 255, 255, .12);--glass-border: rgba(255, 255, 255, .2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-cream);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition)}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:min(1200px,92vw);margin-inline:auto}.section{padding:clamp(4rem,10vw,6rem) 0}.section-header{text-align:center;max-width:640px;margin:0 auto clamp(2.5rem,5vw,3.5rem)}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold-dark);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;color:var(--color-royal-purple);line-height:1.2;margin-bottom:1rem}.section-desc{font-size:1rem;color:var(--color-text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;letter-spacing:.04em;border-radius:var(--radius-full);transition:transform var(--transition),box-shadow var(--transition),background var(--transition),color var(--transition),border-color var(--transition)}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg,var(--color-gold) 0%,var(--color-gold-dark) 100%);color:var(--color-royal-purple-dark);box-shadow:var(--shadow-gold)}.btn-primary:hover{box-shadow:0 6px 28px #d4af3780;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--color-white);border:2px solid rgba(255,255,255,.85)}.btn-outline:hover{background:var(--color-white);color:var(--color-royal-purple);border-color:var(--color-white)}.btn-outline-dark{background:transparent;color:var(--color-royal-purple);border:2px solid var(--color-royal-purple)}.btn-outline-dark:hover{background:var(--color-royal-purple);color:var(--color-white)}.btn-sm{padding:.625rem 1.25rem;font-size:.8125rem}.btn-glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);color:var(--color-white)}.btn-glass:hover{background:#ffffff38;border-color:var(--color-gold);color:var(--color-gold-light)}.card-glass{background:#ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.gold-line{width:60px;height:3px;background:linear-gradient(90deg,transparent,var(--color-gold),transparent);margin:1rem auto 0}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);display:flex;align-items:center;background:linear-gradient(to bottom,rgba(46,11,69,.55),transparent);transition:background var(--transition),box-shadow var(--transition),backdrop-filter var(--transition)}.navbar.is-scrolled{background:#2e0b45eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px #00000026}.navbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar__brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0;text-decoration:none}.navbar__logo{width:50px;height:50px;border-radius:50%;object-fit:contain;border:2px solid var(--color-gold);box-shadow:var(--shadow-gold);flex-shrink:0}.navbar__brand-text{display:flex;flex-direction:column;line-height:1;justify-content:center;align-items:center;text-align:center}.navbar__brand-title{font-family:var(--font-body);font-size:1.25rem;font-weight:800;letter-spacing:.05em;color:var(--color-gold);text-transform:uppercase;line-height:1.05;text-align:center;margin-right:-.05em}.navbar__brand-subtitle{font-family:var(--font-body);font-size:.54rem;font-weight:600;letter-spacing:.24em;color:#f0e8dc;text-transform:uppercase;line-height:1.2;margin-top:1px;text-align:center;margin-right:-.32em}@media(max-width:480px){.navbar__logo{width:42px;height:42px}.navbar__brand-title{font-size:1.05rem;letter-spacing:.04em;margin-right:-.04em}.navbar__brand-subtitle{font-size:.42rem;letter-spacing:.22em;margin-right:-.22em}}.navbar__toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;z-index:1001}.navbar__toggle span{display:block;height:2px;width:100%;background:var(--color-gold);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.navbar__toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle.is-active span:nth-child(2){opacity:0}.navbar__toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__menu{position:fixed;right:0;bottom:0;left:0;top:0;background:#1a0628fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.navbar__menu.is-open{opacity:1;visibility:visible}.navbar__link{font-size:1.125rem;font-weight:500;color:#ffffffe6;position:relative}.navbar__link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--color-gold);transition:width var(--transition)}.navbar__link:hover{color:var(--color-gold)}.navbar__link:hover:after{width:100%}.navbar__cta{margin-top:.5rem}@media(min-width:992px){.navbar__toggle{display:none}.navbar__brand-text{display:flex}.navbar__menu{position:static;flex-direction:row;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1;visibility:visible;gap:clamp(.75rem,2vw,1.5rem)}.navbar__link{font-size:.875rem;letter-spacing:.03em}.navbar__cta{margin-top:0;margin-left:.5rem}}.hero{position:relative;width:100%;min-height:600px;max-height:700px;height:clamp(600px,calc(100vw * 700 / 1920),700px);display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-royal-purple-dark)}.hero__media-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s cubic-bezier(.4,0,.2,1),visibility .8s ease;z-index:1}.hero__slide.is-active{opacity:1;visibility:visible;z-index:2}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;transform:scale(1);transition:transform 7s ease-out}.hero__slide.is-active .hero__bg{transform:scale(1.03)}.hero__overlay{display:none!important;background:none!important}.hero__overlay:after{display:none!important;content:none!important}.hero__content-wrap{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:calc(var(--nav-height) + 1.5rem) 1.5rem 3.5rem;display:grid;place-items:center start}.hero__content{grid-area:1 / 1;text-align:left;max-width:620px;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .6s ease .1s,transform .6s ease .1s,visibility .6s ease;pointer-events:none}.hero__content.is-active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.hero__badge{display:inline-block;padding:.5rem 1.25rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold-light);border:1px solid rgba(212,175,55,.5);border-radius:var(--radius-full);background:#1a06288c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 20px #0003}.hero__title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:600;color:var(--color-white);line-height:1.15;margin-bottom:1.25rem;text-shadow:0 4px 24px rgba(0,0,0,.5)}.hero__title span{background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold));-webkit-background-clip:text;background-clip:text;color:transparent}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#fffffff2;max-width:620px;margin:0 0 2rem;font-weight:300;line-height:1.6;white-space:pre-line;text-shadow:0 2px 10px rgba(0,0,0,.4)}.hero__content:first-child .hero__subtitle{color:#3b2c3a;text-shadow:0 1px 2px rgba(255,255,255,.8);font-weight:500}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:#2e0b4580;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.4);color:var(--color-gold-light);font-size:1.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,border-color .3s ease,color .3s ease,transform .3s ease;line-height:1}.hero__arrow:hover{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-royal-purple-dark);transform:translateY(-50%) scale(1.1);box-shadow:0 4px 20px #d4af3766}.hero__arrow--prev{left:1.5rem}.hero__arrow--next{right:1.5rem}.hero__dots{position:absolute;bottom:2.25rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.625rem;align-items:center}.hero__dot{width:10px;height:10px;border-radius:50%;background:#ffffff59;border:1px solid rgba(212,175,55,.5);cursor:pointer;transition:width .3s ease,background .3s ease,border-color .3s ease}.hero__dot.is-active{width:28px;border-radius:5px;background:var(--color-gold);border-color:var(--color-gold);box-shadow:0 0 12px #d4af3799}.hero__scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:10;color:#ffffffbf;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center}.hero__scroll-icon{display:block;width:20px;height:32px;margin:.35rem auto 0;border:1.5px solid rgba(212,175,55,.6);border-radius:10px;position:relative}.hero__scroll-icon:before{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:3px;height:6px;background:var(--color-gold);border-radius:2px;animation:float 2s ease-in-out infinite}@media(min-width:1200px){.hero{min-height:600px;max-height:700px;height:clamp(600px,calc(100vw * 700 / 1920),700px)}.hero__bg{background-size:cover;background-position:center center}}@media(min-width:768px)and (max-width:1199px){.hero{min-height:500px;max-height:620px;height:clamp(500px,50vw,620px)}.hero__bg{background-size:cover;background-position:68% center}.hero__content-wrap{padding:calc(var(--nav-height) + 1.25rem) 2rem 3rem}.hero__content{max-width:480px}.hero__title{font-size:clamp(2rem,3.8vw,2.75rem);margin-bottom:1rem}.hero__subtitle{font-size:1rem;margin-bottom:1.75rem}.hero__arrow{width:42px;height:42px;font-size:1.5rem}.hero__arrow--prev{left:1rem}.hero__arrow--next{right:1rem}.hero__dots{bottom:1.75rem}}@media(max-width:767px){.hero{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:auto;max-height:none;height:auto;padding-top:var(--nav-height);background:var(--color-royal-purple-dark);position:relative;overflow:hidden}.hero__media-wrap{position:relative;inset:auto;width:100%;aspect-ratio:16 / 9;min-height:200px;max-height:270px;overflow:hidden;pointer-events:auto;background:#0f0318}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__bg{background-size:cover;background-position:center center;background-repeat:no-repeat}.hero__slide:after{display:none}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;font-size:1.25rem;background:#1a0628a6;border:1px solid rgba(212,175,55,.4);color:var(--color-gold-light);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:5}.hero__arrow--prev{left:.5rem}.hero__arrow--next{right:.5rem}.hero__content-wrap{position:relative;width:100%;max-width:100%;padding:1.25rem 1.15rem 3rem;margin:0;display:grid;place-items:start stretch;background:linear-gradient(180deg,#1a0628f2,#2e0b45eb);border-top:1px solid rgba(212,175,55,.2)}.hero__content{grid-area:1 / 1;max-width:100%;text-align:left;transform:translateY(10px)}.hero__content.is-active{transform:translateY(0)}.hero__badge{font-size:.68rem;font-weight:600;padding:.3rem .8rem;margin-bottom:.65rem;letter-spacing:.1em;color:var(--color-gold-light);background:#d4af371f;border:1px solid rgba(212,175,55,.45);border-radius:var(--radius-full);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:none;display:inline-block}.hero__title{font-family:var(--font-display);font-size:clamp(1.35rem,5.8vw,1.75rem);font-weight:600;line-height:1.25;margin-bottom:.6rem;color:var(--color-white);text-shadow:0 2px 10px rgba(0,0,0,.4)}.hero__title span{background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold));-webkit-background-clip:text;background-clip:text;color:transparent}.hero__subtitle{font-family:var(--font-body);font-size:clamp(.82rem,3.2vw,.92rem);line-height:1.55;margin-bottom:1.15rem;color:#f0e8dce6;text-shadow:none;font-weight:300}.hero__content:first-child .hero__subtitle{color:#f0e8dceb;text-shadow:none;font-weight:400}.hero__actions{display:flex;flex-wrap:wrap;gap:.625rem;align-items:center;justify-content:flex-start}.hero__actions .btn{padding:.6rem 1.15rem;font-size:.825rem;font-weight:500;border-radius:var(--radius-sm)}.hero__dots{position:absolute;bottom:.85rem;left:50%;transform:translate(-50%);z-index:10;gap:.45rem;display:flex;align-items:center}.hero__dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:1px solid rgba(212,175,55,.45)}.hero__dot.is-active{width:22px;border-radius:4px;background:var(--color-gold);border-color:var(--color-gold);box-shadow:0 0 8px #d4af3799}}.collections{background:var(--color-white)}.collections__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.collection-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4 / 5;box-shadow:var(--shadow-soft);cursor:pointer}.collection-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-card:hover .collection-card__img{transform:scale(1.08)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(46,11,69,.92) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;transition:background var(--transition)}.collection-card:hover .collection-card__overlay{background:linear-gradient(to top,#2e0b45f2,#d4af3726)}.collection-card__title{font-family:var(--font-display);font-size:1.125rem;color:var(--color-white);margin-bottom:.25rem}.collection-card__arrow{font-size:.875rem;color:var(--color-gold);opacity:0;transform:translate(-8px);transition:opacity var(--transition),transform var(--transition)}.collection-card:hover .collection-card__arrow{opacity:1;transform:translate(0)}@media(min-width:640px){.collections__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:992px){.collections__grid{grid-template-columns:repeat(5,1fr)}.collection-card:nth-child(1),.collection-card:nth-child(2){grid-column:span 1}}.why{background:linear-gradient(180deg,var(--color-cream) 0%,var(--color-cream-dark) 100%)}.why__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.why-card{padding:2rem 1.5rem;text-align:center;border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-soft);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);border:1px solid transparent}.why-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium);border-color:#d4af3766}.why-card__icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--color-royal-purple),var(--color-royal-purple-light));color:var(--color-gold);font-size:1.5rem}.why-card__title{font-family:var(--font-display);font-size:1.125rem;color:var(--color-royal-purple);margin-bottom:.5rem}.why-card__text{font-size:.875rem;color:var(--color-text-muted)}@media(min-width:640px){.why__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.why__grid{grid-template-columns:repeat(3,1fr)}}.bestsellers{background:var(--color-royal-purple);color:var(--color-white)}.bestsellers .section-label{color:var(--color-gold-light)}.bestsellers .section-title{color:var(--color-white)}.bestsellers .section-desc{color:#ffffffbf}.bestsellers__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.product-card{background:#ffffff0f;border:1px solid rgba(212,175,55,.2);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-8px);border-color:var(--color-gold);box-shadow:0 16px 40px #00000040}.product-card__image-wrap{aspect-ratio:1;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__body{padding:1.5rem}.product-card__name{font-family:var(--font-display);font-size:1.25rem;margin-bottom:.5rem;color:var(--color-gold-light)}.product-card__desc{font-size:.875rem;color:#ffffffbf;margin-bottom:1.25rem;line-height:1.5}@media(min-width:640px){.bestsellers__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.bestsellers__grid{grid-template-columns:repeat(4,1fr)}}.testimonials{background:var(--color-white)}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem;border-radius:var(--radius-lg);background:var(--color-cream);border-left:4px solid var(--color-gold);box-shadow:var(--shadow-soft);transition:transform var(--transition)}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-card__stars{color:var(--color-gold);font-size:1rem;letter-spacing:.15em;margin-bottom:1rem}.testimonial-card__quote{font-family:var(--font-display);font-size:1.0625rem;font-style:italic;color:var(--color-royal-purple);line-height:1.7;margin-bottom:1.5rem}.testimonial-card__author{font-weight:600;font-size:.9375rem;color:var(--color-text)}.testimonial-card__meta{font-size:.8125rem;color:var(--color-text-muted)}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.store-exp{background:var(--color-cream)}.store-exp__wrap{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-medium);background:var(--color-white)}.store-exp__media{position:relative;min-height:280px}.store-exp__media img{width:100%;height:100%;min-height:280px;object-fit:cover}.store-exp__badge{position:absolute;bottom:1.5rem;left:1.5rem;padding:.75rem 1.25rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--color-white);font-size:.8125rem;font-weight:600}.store-exp__content{padding:2rem}.store-exp__content h3{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);color:var(--color-royal-purple);margin-bottom:1rem}.store-exp__content p{color:var(--color-text-muted);margin-bottom:1.5rem}.store-exp__list{display:flex;flex-wrap:wrap;gap:.75rem}.store-exp__list li{padding:.5rem 1rem;font-size:.8125rem;font-weight:500;background:var(--color-cream);border-radius:var(--radius-full);color:var(--color-royal-purple);border:1px solid rgba(212,175,55,.3)}.store-exp__cta{display:inline-flex;margin-top:1.5rem}@media(min-width:992px){.store-exp__wrap{grid-template-columns:1.1fr 1fr}.store-exp__media,.store-exp__media img{min-height:420px}.store-exp__content{padding:3rem}}.instagram{background:linear-gradient(180deg,var(--color-white) 0%,var(--color-cream) 100%)}.instagram__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}.insta-item{position:relative;display:block;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden}.insta-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.insta-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2e0b4500;transition:background var(--transition)}.insta-item:hover img{transform:scale(1.1)}.insta-item:hover:after{background:#2e0b4559}.instagram__cta{text-align:center}@media(min-width:640px){.instagram__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.about{background:var(--color-white)}.about__inner{display:grid;gap:2.5rem;align-items:center}.about__text p{color:var(--color-text-muted);margin-bottom:1rem}.about__highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.about__stat{padding:1.25rem;text-align:center;border-radius:var(--radius-md);background:var(--color-cream);border:1px solid rgba(212,175,55,.25)}.about__stat strong{display:block;font-family:var(--font-display);font-size:1.75rem;color:var(--color-gold-dark)}.about__stat span{font-size:.8125rem;color:var(--color-text-muted)}.about__visual{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-medium)}.about__visual img{width:100%;max-height:560px;object-fit:contain;background:var(--color-cream);border-radius:var(--radius-lg)}@media(min-width:992px){.about__inner{grid-template-columns:1fr 1fr}}.services{background:var(--color-cream-dark)}.services__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.service-item{display:flex;gap:1.25rem;padding:1.75rem;background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);transition:border-color var(--transition),transform var(--transition);border:1px solid transparent}.service-item:hover{border-color:var(--color-gold);transform:translate(6px)}.service-item__num{font-family:var(--font-display);font-size:2rem;font-weight:600;color:#d4af3759;line-height:1}.service-item__title{font-family:var(--font-display);font-size:1.125rem;color:var(--color-royal-purple);margin-bottom:.35rem}.service-item__text{font-size:.875rem;color:var(--color-text-muted)}@media(min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}.contact{background:var(--color-royal-purple);color:var(--color-white)}.contact .section-title{color:var(--color-white)}.contact .section-desc{color:#ffffffbf}.contact__grid{display:grid;grid-template-columns:1fr;gap:2rem}.contact__info{display:flex;flex-direction:column;gap:1.5rem}.contact__block h4{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.5rem}.contact__block p,.contact__block a{color:#ffffffe6;font-size:.9375rem;line-height:1.7}.contact__block a:hover{color:var(--color-gold-light)}.contact__hours li{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.9375rem;border-bottom:1px solid rgba(255,255,255,.1)}.contact__map{border-radius:var(--radius-lg);overflow:hidden;border:2px solid rgba(212,175,55,.35);box-shadow:var(--shadow-medium);min-height:280px}.contact__map iframe{width:100%;height:280px;border:0;display:block}@media(min-width:992px){.contact__grid{grid-template-columns:1fr 1.2fr;align-items:start}.contact__map iframe{height:400px}}.footer{background:var(--color-royal-purple-dark);color:#ffffffd9;padding:3rem 0 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.footer__brand-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer__logo{width:58px;height:58px;margin-bottom:0}.footer__brand-title{font-size:1.4rem;font-weight:800;color:var(--color-gold);line-height:1.05;text-align:center;margin-right:-.05em}.footer__brand-subtitle{font-size:.58rem;letter-spacing:.32em;color:#f0e8dc;margin-top:2px;text-align:center;margin-right:-.32em}.footer__brand p{font-size:.875rem;line-height:1.7;max-width:280px;color:#ffffffb3}.footer__heading{font-family:var(--font-display);font-size:1.125rem;color:var(--color-gold);margin-bottom:1rem}.footer__links li{margin-bottom:.5rem}.footer__links a{font-size:.875rem;color:#ffffffbf}.footer__links a:hover{color:var(--color-gold)}.footer__social{display:flex;gap:.75rem;margin-top:1rem}.footer__social a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(212,175,55,.4);color:var(--color-gold);transition:background var(--transition),transform var(--transition)}.footer__social a:hover{background:var(--color-gold);color:var(--color-royal-purple-dark);transform:translateY(-3px)}.footer__social svg{width:20px;height:20px;fill:currentColor}.footer__bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.8125rem;color:#ffffff80}@media(min-width:768px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr}}.ganpati-videos{background:radial-gradient(circle at 50% 10%,#28093d 0%,var(--color-royal-purple-dark) 100%);border-bottom:1px solid rgba(212,175,55,.22);position:relative;overflow:hidden}.ganpati-videos:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.5),transparent)}.ganpati-videos .section-header .section-title{color:var(--color-white)}.ganpati-videos .section-header .section-desc{color:#f0e8dce6}.ganpati-videos__grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;justify-content:center;width:100%}.ganpati-videos__grid--single{justify-content:center}.ganpati-video-card{background:var(--color-royal-purple-dark);border:1px solid rgba(212,175,55,.45);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 10px 32px #0006,0 0 20px #d4af371a;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);display:flex;flex-direction:column;width:min(100%,360px);margin:0 auto}.ganpati-video-card--portrait{width:min(100%,360px);max-width:360px;margin:0 auto}.ganpati-video-card--landscape{width:min(100%,780px);max-width:780px;margin:0 auto}.ganpati-video-card:hover{transform:translateY(-4px);border-color:#d4af37bf;box-shadow:0 14px 40px #00000080,0 0 26px #d4af3740}.ganpati-video-card__media{position:relative;width:100%;overflow:hidden;display:block;background:transparent;padding:0;margin:0;line-height:0}.ganpati-video-card__player{width:100%;height:auto;display:block;outline:none;margin:0;padding:0;border:none}.ganpati-video-card__info{width:100%;box-sizing:border-box;padding:.85rem 1.1rem 1.15rem;text-align:center;background:linear-gradient(180deg,#1a0628d9,#2e0b45f2);border-top:1px solid rgba(212,175,55,.2)}.ganpati-video-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--color-white);margin-bottom:.25rem;line-height:1.35}.ganpati-video-card__subtitle{font-family:var(--font-body);font-size:.8rem;color:var(--color-gold-light);font-weight:400;letter-spacing:.02em;margin:0;line-height:1.4}@media(max-width:767px){.ganpati-videos{padding:2.5rem 0 3rem}.ganpati-videos__grid{gap:1.25rem}.ganpati-video-card--portrait{width:min(100%,330px);max-width:330px}.ganpati-video-card__info{padding:.75rem .9rem 1rem}.ganpati-video-card__title{font-size:.95rem}.ganpati-video-card__subtitle{font-size:.75rem}}.trust-strip{background:var(--color-royal-purple);padding:1rem 0;border-top:1px solid rgba(212,175,55,.2);border-bottom:1px solid rgba(212,175,55,.2)}.trust-strip__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;text-align:center}.trust-strip__item{font-size:.8125rem;font-weight:500;color:#ffffffe6;letter-spacing:.04em}.trust-strip__item span{color:var(--color-gold);margin-right:.35rem}@media(min-width:768px){.trust-strip__item{font-size:.875rem}}.navbar__ecom-actions{display:flex;align-items:center;gap:.75rem}.navbar__icon-btn,.navbar__cart-btn{display:inline-flex;align-items:center;gap:.35rem;background:#ffffff1a;border:1px solid rgba(212,175,55,.4);color:var(--color-gold-light);padding:.4rem .85rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:500;position:relative;transition:background var(--transition),border-color var(--transition),transform var(--transition)}.navbar__icon-btn:hover,.navbar__cart-btn:hover{background:#d4af3733;border-color:var(--color-gold);transform:translateY(-2px)}.navbar__cart-btn .badge,.navbar__icon-btn .badge{background:var(--color-gold);color:var(--color-royal-purple-dark);font-size:.7rem;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.ecom-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:576px){.ecom-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.ecom-grid{grid-template-columns:repeat(4,1fr)}}.ecom-card{background:var(--color-white);border-radius:var(--radius-md);border:1px solid rgba(212,175,55,.25);overflow:hidden;box-shadow:0 8px 24px #2e0b450f;display:flex;flex-direction:column;cursor:pointer;position:relative;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .4s ease}.ecom-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #2e0b451f,0 0 20px #d4af3740;border-color:var(--color-gold)}.ecom-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#faf6f0}.ecom-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ecom-card__no-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fdfaf5,#f5eff9);width:100%;height:100%}.no-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-gold)}.no-image-icon{font-size:2.2rem}.no-image-text{font-size:.82rem;color:var(--color-text-muted);font-weight:600}.ecom-card:hover .ecom-card__image{transform:scale(1.08)}.ecom-card__badge-hallmark{position:absolute;top:.75rem;left:.75rem;z-index:2;background:var(--color-royal-purple);color:var(--color-gold-light);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:var(--radius-sm);border:1px solid rgba(212,175,55,.4)}.ecom-card__badge-discount{position:absolute;top:.75rem;right:.75rem;z-index:2;background:#d92525;color:#fff;font-size:.65rem;font-weight:700;padding:.25rem .5rem;border-radius:var(--radius-sm)}.ecom-card__wishlist{position:absolute;bottom:.75rem;right:.75rem;z-index:3;width:34px;height:34px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(212,175,55,.3);color:#888;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease,background .3s ease,transform .3s ease}.ecom-card__wishlist.is-active,.ecom-card__wishlist:hover{color:#d92525;background:#fff;transform:scale(1.1)}.ecom-card__overlay-actions{position:absolute;top:0;right:0;bottom:0;left:0;background:#16042466;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:2}.ecom-card:hover .ecom-card__overlay-actions{opacity:1}.ecom-card__body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.ecom-card__category{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gold-dark);font-weight:600;margin-bottom:.25rem}.ecom-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--color-royal-purple);margin-bottom:.5rem;line-height:1.35}.ecom-card__rating{display:flex;align-items:center;gap:.35rem;font-size:.75rem;margin-bottom:.75rem}.ecom-card__stars{color:var(--color-gold)}.ecom-card__price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.ecom-card__price-offer{font-size:1.15rem;font-weight:700;color:var(--color-royal-purple)}.ecom-card__price-original{font-size:.85rem;color:#999;text-decoration:line-through}.ecom-card__weight{display:inline-flex;align-items:center;gap:.35rem;background:#d4af3714;border:1px solid rgba(212,175,55,.3);padding:.25rem .6rem;border-radius:var(--radius-sm);font-size:.78rem;color:var(--color-royal-purple);margin-bottom:.75rem;width:fit-content}.ecom-card__weight-label{color:var(--color-text-muted);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.ecom-card__weight-val{font-weight:700;color:var(--color-royal-purple)}.ecom-card__footer{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ecom-card__btn{width:100%;padding:.55rem .5rem;font-size:.75rem}.quickview-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#10031acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.quickview-modal__dialog{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(212,175,55,.4);max-width:840px;width:100%;overflow:hidden;position:relative;box-shadow:0 25px 60px #0006}.quickview-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:36px;height:36px;border-radius:50%;background:var(--color-cream);border:1px solid rgba(212,175,55,.3);font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.quickview-modal__grid{display:grid;grid-template-columns:1fr}@media(min-width:768px){.quickview-modal__grid{grid-template-columns:1fr 1.1fr}}.quickview-modal__media img{width:100%;height:100%;object-fit:cover;max-height:420px}.quickview-modal__content{padding:2rem;display:flex;flex-direction:column}.quickview-modal__badge{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gold-dark);font-weight:700;margin-bottom:.25rem}.quickview-modal__title{font-family:var(--font-display);font-size:1.4rem;color:var(--color-royal-purple);margin-bottom:.25rem}.quickview-modal__sku{font-size:.75rem;color:#777;margin-bottom:.75rem}.quickview-modal__price-row{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.quickview-modal__offer{font-size:1.35rem;font-weight:700;color:var(--color-royal-purple)}.quickview-modal__original{font-size:.9rem;color:#999;text-decoration:line-through}.quickview-modal__discount{background:#d92525;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px}.quickview-modal__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1rem}.quickview-modal__specs{display:flex;gap:1.5rem;font-size:.8rem;margin-bottom:1.25rem}.quickview-modal__qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.qty-control{display:inline-flex;align-items:center;border:1px solid rgba(212,175,55,.4);border-radius:var(--radius-full);overflow:hidden}.qty-control button{width:32px;height:32px;background:var(--color-cream);font-weight:700;display:flex;align-items:center;justify-content:center}.qty-control span{padding:0 .75rem;font-size:.9rem;font-weight:600}.quickview-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.quickview-modal__full-details{font-size:.8rem;color:var(--color-gold-dark);font-weight:600;text-decoration:underline;text-align:center;cursor:pointer}.collection-banner{position:relative;padding:calc(var(--nav-height) + 3rem) 1rem 4rem;background:var(--color-royal-purple-dark);color:#fff;text-align:center;overflow:hidden}.collection-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.35) blur(2px);transform:scale(1.05)}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#160424d9,#2e0b45b3)}.collection-banner__content{position:relative;z-index:2;max-width:720px}.collection-banner__breadcrumb{font-size:.8rem;color:#ffffffbf;margin-bottom:.75rem}.collection-banner__breadcrumb span{cursor:pointer}.collection-banner__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.2rem);color:var(--color-gold-light);margin-bottom:.5rem}.collection-banner__desc{font-size:.95rem;color:#ffffffd9}.collection-pills{display:flex;flex-wrap:wrap;gap:.5rem;padding:1.5rem 0;justify-content:center}.collection-pill{padding:.5rem 1.15rem;font-size:.8rem;font-weight:600;border-radius:var(--radius-full);background:#fff;border:1px solid rgba(212,175,55,.3);color:var(--color-royal-purple);cursor:pointer;transition:all .3s ease}.collection-pill.is-active,.collection-pill:hover{background:var(--color-royal-purple);color:var(--color-gold-light);border-color:var(--color-gold)}.collection-hierarchy-section{margin-bottom:2.5rem;background:linear-gradient(180deg,#fffffff2,#fdfaf5f2);border:1px solid rgba(212,175,55,.25);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:0 10px 30px #3b10530a}.category-nav-tabs{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.category-nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.6rem;border-radius:var(--radius-full);border:1.5px solid rgba(212,175,55,.35);background:#fff;color:var(--color-royal-purple);font-family:var(--font-heading);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #0000000a}.category-nav-btn:hover{border-color:var(--color-gold);transform:translateY(-2px);box-shadow:0 6px 16px #3b10531a;color:var(--color-royal-purple)}.category-nav-btn.is-active{background:linear-gradient(135deg,var(--color-royal-purple),#541975);color:#fff9e6;border-color:var(--color-gold);box-shadow:0 4px 16px #3b105338}.category-header-banner{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px dashed rgba(212,175,55,.3)}.category-header-badge{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.category-badge-pill{background:linear-gradient(135deg,var(--color-royal-purple),#541975);color:var(--color-gold-light);padding:.2rem .65rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.category-main-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-royal-purple);margin:0}.category-desc{font-size:.9rem;color:var(--color-text-muted);max-width:600px;margin:0;line-height:1.5}.types-header-prompt{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.types-header-prompt h4{font-size:.9rem;font-weight:600;color:var(--color-royal-purple);margin:0;display:flex;align-items:center;gap:.4rem}.types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.type-card{position:relative;display:flex;align-items:center;gap:1rem;padding:.85rem 1.15rem;background:#fff;border:1.5px solid rgba(212,175,55,.2);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #00000005}.type-card:hover{border-color:var(--color-gold);transform:translateY(-2px);box-shadow:0 8px 20px #3b105314}.type-card.is-active{background:linear-gradient(135deg,#3b10530d,#d4af371f);border-color:var(--color-gold);box-shadow:0 0 0 1px var(--color-gold),0 8px 20px #3b10531a}.type-card__thumb-wrap{width:52px;height:52px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:#f8f6f0;border:1px solid rgba(212,175,55,.25)}.type-card__thumb{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.type-card:hover .type-card__thumb{transform:scale(1.08)}.type-card__icon-wrap{width:52px;height:52px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#3b105314,#d4af3726);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--color-gold);flex-shrink:0;border:1px solid rgba(212,175,55,.3)}.type-card__content{display:flex;flex-direction:column;gap:.2rem;flex:1}.type-card__title{font-size:.85rem;font-weight:600;color:var(--color-royal-purple);line-height:1.3}.type-card__count{font-size:.72rem;color:var(--color-text-muted);font-weight:500}.type-card__active-indicator{width:20px;height:20px;border-radius:50%;background:var(--color-gold);color:var(--color-royal-purple);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.collection-hierarchy-section{padding:1.25rem 1rem;margin-bottom:1.75rem}.category-main-title{font-size:1.4rem}.types-grid{grid-template-columns:1fr;gap:.75rem}}.collection-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(212,175,55,.2)}.collection-controls__filters{display:flex;flex-wrap:wrap;gap:.75rem}.select-field{padding:.5rem 1rem;font-size:.8rem;border-radius:var(--radius-full);border:1px solid rgba(212,175,55,.4);background:#fff;color:var(--color-text)}.collection-empty{text-align:center;padding:4rem 1rem}.product-details-page{padding-top:var(--nav-height);background:#fff}.product-breadcrumb{padding:1.5rem 0;font-size:.85rem;color:var(--color-text-muted)}.product-breadcrumb span{cursor:pointer}.product-breadcrumb .current{color:var(--color-royal-purple);font-weight:600}.product-details-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:992px){.product-details-grid{grid-template-columns:1.1fr 1fr}}.product-gallery__main{position:relative;aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(212,175,55,.3);background:#faf6f0;margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-gallery__main.is-zoomed img{transform:scale(1.35)}.product-gallery__hallmark-tag{position:absolute;top:1rem;left:1rem;background:var(--color-royal-purple);color:var(--color-gold-light);font-size:.75rem;font-weight:700;padding:.35rem .85rem;border-radius:var(--radius-sm);border:1px solid rgba(212,175,55,.4)}.product-gallery__thumbs{display:flex;gap:.75rem}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer}.product-gallery__thumb.is-active{border-color:var(--color-gold)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__metal-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-gold-dark);font-weight:700}.product-info__title{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.3rem);color:var(--color-royal-purple);margin-bottom:.25rem}.product-info__sku{font-size:.8rem;color:#777;margin-bottom:1rem}.product-info__rating{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:1.25rem}.product-info__price-box{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem;padding:1.25rem;background:var(--color-cream);border-radius:var(--radius-md);border:1px solid rgba(212,175,55,.3);margin-bottom:1.5rem}.product-info__price-box .offer{font-size:1.75rem;font-weight:700;color:var(--color-royal-purple)}.product-info__price-box .original{font-size:1.1rem;color:#888;text-decoration:line-through}.product-info__price-box .discount{background:#d92525;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .6rem;border-radius:4px}.product-info__price-box .vat-note{width:100%;font-size:.75rem;color:#666;margin-top:.2rem}.product-info__trust-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#faf6f0;border-radius:var(--radius-sm);font-size:.75rem;text-align:center}.product-info__quick-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.spec-box{padding:.85rem;border:1px solid rgba(212,175,55,.2);border-radius:var(--radius-sm);display:flex;flex-direction:column}.spec-box .label{font-size:.7rem;color:#777}.spec-box .value{font-size:.85rem;font-weight:600;color:var(--color-royal-purple)}.spec-box .stock-green{color:#27ae60}.product-info__option{margin-bottom:1.25rem}.option-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.option-pills{display:flex;flex-wrap:wrap;gap:.5rem}.option-pill{padding:.4rem .85rem;font-size:.8rem;border-radius:var(--radius-sm);border:1px solid rgba(212,175,55,.3);background:#fff;cursor:pointer}.option-pill.is-active{border-color:var(--color-gold);background:var(--color-royal-purple);color:var(--color-gold-light)}.product-info__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.product-info__actions .btn{flex:1 1 180px}.btn-wishlist-toggle,.btn-share{padding:.75rem 1rem;font-size:.85rem;font-weight:600;border-radius:var(--radius-full);border:1px solid rgba(212,175,55,.4);background:#fff;cursor:pointer}.btn-wishlist-toggle.is-active{color:#d92525;border-color:#d92525}.product-tabs-section{background:var(--color-cream)}.product-tabs__nav{display:flex;gap:1rem;border-bottom:2px solid rgba(212,175,55,.2);margin-bottom:2rem;overflow-x:auto}.tab-btn{padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--color-text-muted);border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap}.tab-btn.is-active{color:var(--color-royal-purple);border-bottom-color:var(--color-gold)}.tab-pane{background:#fff;padding:2rem;border-radius:var(--radius-md);border:1px solid rgba(212,175,55,.2)}.specs-table{width:100%;border-collapse:collapse}.specs-table td{padding:.75rem;border-bottom:1px solid #eee;font-size:.9rem}.specs-table td:first-child{font-weight:600;color:var(--color-royal-purple);width:35%}.cart-page,.checkout-page,.order-success-page{padding-top:calc(var(--nav-height) + 2rem);min-height:80vh}.cart-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:992px){.cart-grid{grid-template-columns:1fr 360px}}.cart-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 60px;padding:1rem;background:var(--color-royal-purple);color:var(--color-gold-light);font-weight:600;font-size:.85rem;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.cart-item-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 60px;align-items:center;padding:1.25rem 1rem;background:#fff;border-bottom:1px solid #eee}.cart-item__product{display:flex;gap:1rem;align-items:center}.cart-item__product img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item__details h4{font-size:.9rem;color:var(--color-royal-purple)}.cart-item__details p{font-size:.75rem;color:#777}.cart-summary-box{background:#fff;padding:2rem;border-radius:var(--radius-md);border:1px solid rgba(212,175,55,.3);box-shadow:0 10px 30px #2e0b450d}.summary-title{font-family:var(--font-display);font-size:1.3rem;color:var(--color-royal-purple);margin-bottom:1.25rem}.coupon-form{display:flex;gap:.5rem;margin-bottom:1rem}.coupon-form input{flex:1;padding:.5rem .85rem;border:1px solid rgba(212,175,55,.4);border-radius:var(--radius-sm);font-size:.8rem}.coupon-form button{background:var(--color-royal-purple);color:var(--color-gold-light);padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600}.coupon-msg{font-size:.75rem;margin-bottom:1rem}.summary-rows{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem;font-size:.9rem}.summary-row{display:flex;justify-content:space-between}.summary-row.total{font-size:1.15rem;font-weight:700;color:var(--color-royal-purple);padding-top:1rem;border-top:2px dashed #eee}.btn-block{width:100%}.checkout-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:992px){.checkout-grid{grid-template-columns:1.2fr 1fr}}.checkout-section-box{background:#fff;padding:1.75rem;border-radius:var(--radius-md);border:1px solid rgba(212,175,55,.25);margin-bottom:1.5rem}.checkout-section-box h3{font-family:var(--font-display);font-size:1.2rem;color:var(--color-royal-purple);margin-bottom:1.25rem}.form-group-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.35rem}.form-group input,.form-group textarea{width:100%;padding:.65rem .85rem;font-size:.85rem;border:1px solid rgba(212,175,55,.3);border-radius:var(--radius-sm)}.radio-group{display:flex;flex-direction:column;gap:.65rem;font-size:.85rem}.checkout-item-mini{display:flex;gap:.75rem;align-items:center;padding:.75rem 0;border-bottom:1px solid #eee;font-size:.8rem}.checkout-item-mini img{width:48px;height:48px;object-fit:cover;border-radius:4px}.order-success-card{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(212,175,55,.4);padding:3rem 2rem;text-align:center;max-width:800px;margin:0 auto;box-shadow:0 20px 50px #2e0b451a}.order-success__icon{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--color-royal-purple),var(--color-royal-purple-light));color:var(--color-gold-light);font-size:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.order-success__badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#27ae60;margin-bottom:.5rem}.order-success__title{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.2rem);color:var(--color-royal-purple);margin-bottom:.75rem}.order-success__desc{font-size:.95rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 2rem}.order-meta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;background:var(--color-cream);padding:1.5rem;border-radius:var(--radius-md);margin-bottom:2rem}@media(min-width:640px){.order-meta-grid{grid-template-columns:repeat(4,1fr)}}.meta-box span{display:block;font-size:.75rem;color:#777}.meta-box strong{font-size:.9rem;color:var(--color-royal-purple)}.meta-box .green{color:#27ae60}.order-summary-details{text-align:left;background:#faf6f0;padding:1.5rem;border-radius:var(--radius-md);margin-bottom:2rem}.order-item-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.order-item-row img{width:48px;height:48px;object-fit:cover;border-radius:4px}.order-item-row .info{flex:1;margin-left:1rem}.order-total-row{display:flex;justify-content:space-between;font-size:1.1rem;padding-top:1rem;margin-top:1rem;border-top:2px solid var(--color-gold)}.order-success-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.floating-actions{position:fixed;right:1.5rem;bottom:1.75rem;z-index:990;display:flex;flex-direction:column;align-items:center;gap:.75rem;pointer-events:none}.floating-btn{pointer-events:auto;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 4px 16px #00000047;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,opacity .3s ease,visibility .3s ease;text-decoration:none}.floating-btn:hover{transform:translateY(-3px) scale(1.05)}.floating-btn:active{transform:translateY(0) scale(.96)}@keyframes whatsappGlow{0%{box-shadow:0 4px 14px #00000038,0 0 12px #25d36680,0 0 #25d36666}50%{box-shadow:0 6px 18px #00000047,0 0 22px #25d366cc,0 0 0 6px #25d36626}to{box-shadow:0 4px 14px #00000038,0 0 12px #25d36680,0 0 #25d36666}}.floating-btn--whatsapp{background:#25d366;color:#fff;animation:whatsappGlow 2.5s infinite ease-in-out}.floating-btn--whatsapp:hover{background:#20bd5a;animation:none;box-shadow:0 6px 22px #0000004d,0 0 28px #25d366e6,0 0 8px #25d366;transform:translateY(-3px) scale(1.06);color:#fff}.floating-btn--whatsapp .floating-btn__icon{width:28px;height:28px}.floating-btn--top{background:var(--color-royal-purple);color:var(--color-gold);border:1.5px solid var(--color-gold);opacity:0;visibility:hidden;transform:translateY(12px)}.floating-btn--top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.floating-btn--top:hover{background:var(--color-royal-purple-light);color:#fff;border-color:var(--color-gold-light);box-shadow:0 6px 20px #2e0b4573,0 0 16px #d4af3766}.floating-btn--top .floating-btn__icon{width:20px;height:20px}@media(max-width:768px){.floating-actions{right:1rem;bottom:1.25rem;gap:.6rem}.floating-btn{width:44px;height:44px}.floating-btn--whatsapp .floating-btn__icon{width:24px;height:24px}.floating-btn--top .floating-btn__icon{width:19px;height:19px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.hero-animate{animation:fadeInUp 1s ease-out forwards}.hero-animate-delay-1{animation:fadeInUp 1s ease-out .2s forwards;opacity:0}.hero-animate-delay-2{animation:fadeInUp 1s ease-out .4s forwards;opacity:0}.hero-animate-delay-3{animation:fadeInUp 1s ease-out .6s forwards;opacity:0}
