@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@400;500;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap";:root{--primary:#7b1113;--primary-light:#9b1518;--primary-dark:#5c0d0e;--secondary:#d4af37;--secondary-light:#e6c55c;--secondary-dark:#b3922e;--background:#fffdf8;--surface:#fff;--surface-hover:#faf6ef;--text-main:#1c1c1c;--text-muted:#666;--text-light:#f5f5f5;--font-heading:"Playfair Display", serif;--font-body:"Poppins", sans-serif;--font-tamil:"Noto Sans Tamil", sans-serif;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 4px 12px #7b111314;--shadow-lg:0 8px 24px #7b11131f;--shadow-luxury:0 10px 30px #d4af3726;--glass-bg:#ffffffd9;--glass-border:#d4af3733;--transition-smooth:all .4s cubic-bezier(.25, .46, .45, .94);--transition-fast:all .2s ease;--container-max:1400px;--container-padding:clamp(1.25rem, 4vw, 3rem);--header-offset:72px;--section-gap:clamp(2.5rem, 5vw, 4.5rem);--grid-gap:clamp(.85rem, 1.5vw, 1.5rem);--touch-min:44px}html{scroll-behavior:smooth;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary);font-weight:600;line-height:1.2}a{color:inherit;transition:var(--transition-fast);text-decoration:none}ul{list-style:none}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.bg-primary{background-color:var(--primary);color:var(--text-light)}.bg-secondary{background-color:var(--secondary);color:var(--text-main)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-luxury)}.luxury-border{border:1px solid var(--secondary);position:relative}.luxury-border:after{content:"";pointer-events:none;border:1px solid #d4af374d;position:absolute;inset:4px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer-effect{background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%) 0 0/1000px 100%;animation:2.5s linear infinite shimmer}.btn{font-family:var(--font-body);letter-spacing:.3px;cursor:pointer;transition:var(--transition-fast);border:none;border-radius:6px;justify-content:center;align-items:center;padding:12px 24px;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--text-light);border:1px solid var(--primary)}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-md)}.btn-secondary{background-color:var(--secondary);color:var(--text-main);border:1px solid var(--secondary)}.btn-secondary:hover{background-color:var(--secondary-light);box-shadow:var(--shadow-luxury)}.btn-outline{color:var(--primary);border:1px solid var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary);color:var(--text-light)}.container{width:100%;max-width:var(--container-max);padding-left:var(--container-padding);padding-right:var(--container-padding);margin:0 auto}.section-padding{padding-top:var(--section-gap);padding-bottom:var(--section-gap);padding-left:var(--container-padding);padding-right:var(--container-padding)}.page-header{margin-bottom:clamp(1.25rem,3vw,2rem)}.page-header h2{margin:0 0 .35rem;font-size:clamp(1.5rem,3vw,2rem)}.page-empty{text-align:center;min-height:50vh;padding:var(--container-padding);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.page-empty__icon{color:#ccc;opacity:.85;font-size:clamp(2.5rem,8vw,4rem)}.page-empty p{color:var(--text-muted);max-width:36ch;margin:0}.mt-4{margin-top:2rem}.w-100{width:100%}.bg-light{background-color:var(--surface-hover)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:clamp(1.75rem,4vw,2.5rem)}.grid-3{gap:var(--grid-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));display:grid}.grid-4{gap:var(--grid-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));display:grid}.hide-mobile{display:flex}.hide-desktop{display:none!important}@media (width<=992px){:root{--header-offset:60px}.hide-mobile{display:none!important}.hide-desktop{display:flex!important}}.has-bottom-nav main{padding-bottom:calc(68px + env(safe-area-inset-bottom))}@media (width>=993px){.has-bottom-nav main{padding-bottom:0}}.product-card--luxury{height:100%}.product-card__frame{background:#fff;border:1px solid #d4af3738;border-radius:16px;flex-direction:column;height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .35s;display:flex;overflow:hidden;box-shadow:0 2px 16px #1c100c0d}.product-card--luxury:hover .product-card__frame{border-color:#d4af3780;transform:translateY(-5px);box-shadow:0 18px 40px #7b11131c}.product-card__media{aspect-ratio:4/5;background:linear-gradient(160deg,#faf7f1 0%,#f0e8dc 100%);position:relative;overflow:hidden}.product-card__image-link{width:100%;height:100%;display:block}.product-card__img{object-fit:cover;width:100%;height:100%;transition:opacity .5s,transform .6s cubic-bezier(.22,1,.36,1)}.product-card__img--hover{opacity:0;position:absolute;inset:0}.product-card--luxury:hover .product-card__img--primary{transform:scale(1.05)}.product-card--luxury:hover .product-card__img--hover{opacity:1}.product-card__badges{z-index:3;pointer-events:none;flex-wrap:wrap;align-items:flex-start;gap:5px;max-width:calc(100% - 56px);display:flex;position:absolute}.product-card__badges--left{top:10px;left:10px}.product-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:6px;padding:5px 9px;font-size:.6rem;font-weight:700;line-height:1.2;box-shadow:0 2px 8px #0000001f}.product-badge--discount{color:#fff;background:#1a1a1a}.badge--bestseller{background:var(--secondary);color:var(--text-main)}.badge--new{background:var(--primary);color:#fff}.badge--trending{color:#fff;background:#b45309}.badge--featured{color:#fff;background:#4a3728}.badge--sale{color:#fff;background:#dc2626}.badge--premium{color:#1a1a1a;background:linear-gradient(135deg,#e6c55c,#c9a227)}.badge--festival{color:#fff;background:#7c3aed}.badge--default{color:#fff;background:#000000b8}.product-card__actions{z-index:4;flex-direction:column;gap:6px;display:flex;position:absolute;top:10px;right:10px}.product-card__wishlist,.product-card__share{cursor:pointer;width:36px;height:36px;color:var(--text-main);background:#fffffff7;border:1px solid #d4af3740;border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;transition:all .22s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 3px 12px #00000014}.product-card__wishlist:hover,.product-card__wishlist.is-active{background:var(--primary);color:#fff;border-color:var(--primary);transform:scale(1.06)}.product-card__share:hover,.product-card__share.is-active{background:var(--secondary-dark);color:#fff;border-color:var(--secondary-dark);transform:scale(1.06)}.product-card__wishlist.is-active{animation:.35s wishlist-pop}@keyframes wishlist-pop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1.06)}}.product-card__body{flex-direction:column;flex:1;gap:7px;padding:14px 14px 16px;display:flex}.product-card__title h4{color:var(--text-main);font-size:.88rem;font-weight:600;line-height:1.4;font-family:var(--font-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;transition:color .2s;display:-webkit-box;overflow:hidden}.product-card__title:hover h4{color:var(--primary)}.product-card__rating{align-items:center;gap:5px;font-size:.72rem;display:flex}.product-card__stars{color:var(--secondary-dark);gap:1px;font-size:.65rem;display:inline-flex}.product-card__rating-value{color:var(--text-main);font-weight:700}.product-card__reviews{color:var(--text-muted)}.product-card__pricing{flex-wrap:wrap;align-items:baseline;gap:6px 8px;display:flex}.product-card__offer{color:var(--primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.product-card__mrp{color:var(--text-muted);font-size:.78rem;text-decoration:line-through}.product-card__stock{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:5px;font-size:.65rem;font-weight:600;display:inline-flex}.product-card__stock i{font-size:.35rem}.product-card__stock--in{color:#2e7d32}.product-card__stock--low{color:#e65100}.product-card__stock--out{color:#c62828}.product-card__cta{grid-template-columns:1fr 1.1fr;gap:8px;margin-top:auto;padding-top:10px;display:grid}.pc-btn{letter-spacing:.03em;cursor:pointer;white-space:nowrap;border:none;border-radius:9px;justify-content:center;align-items:center;min-height:38px;padding:0 10px;font-size:.72rem;font-weight:700;transition:all .22s cubic-bezier(.22,1,.36,1);display:inline-flex}.pc-btn:disabled{opacity:.45;cursor:not-allowed}.pc-btn--cart{color:var(--text-main);background:#fff;border:1.5px solid #7b111338}.pc-btn--cart:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#7b11130a}.pc-btn--buy{background:linear-gradient(135deg, var(--primary) 0%, #9a1418 100%);color:#fff;box-shadow:0 3px 12px #7b111347}.pc-btn--buy:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 18px #7b111361}.pc-btn:active:not(:disabled){transform:scale(.98)}.product-grid{gap:var(--grid-gap);grid-template-columns:repeat(5,1fr);align-items:stretch;display:grid}.product-grid--3{grid-template-columns:repeat(3,1fr)}@media (width<=1440px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=1280px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.product-grid{grid-template-columns:minmax(0,1fr);gap:1.15rem;max-width:100%}.product-card--luxury{content-visibility:auto;contain-intrinsic-size:auto 520px}}@media (width<=576px){.product-grid{gap:1rem}}@media (width<=768px){.product-card__media{aspect-ratio:3/4}.product-card__wishlist,.product-card__share{opacity:1;width:34px;height:34px;font-size:.78rem}.product-card--luxury:hover .product-card__frame{transform:none}.product-card__title h4{font-size:.95rem}.product-card__offer{font-size:1.15rem}.product-card__body{padding:16px 16px 18px}.product-card__cta{grid-template-columns:1fr;gap:10px}.pc-btn{letter-spacing:.04em;width:100%;min-height:48px;padding:12px 16px;font-size:.85rem}}@media (width<=380px){.product-grid{gap:.75rem}.product-card__body{padding:12px 10px 14px}}.catalog-layout{grid-template-columns:minmax(240px,280px) 1fr;align-items:start;gap:clamp(1.25rem,2.5vw,2rem);display:grid}.catalog-layout__main{min-width:0}.catalog-toolbar{border-bottom:1px solid #d4af3726;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.catalog-toolbar__count{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.9rem;display:flex}.catalog-toolbar__count strong{color:var(--text-main)}.catalog-toolbar__sort select{min-height:var(--touch-min);cursor:pointer;background:#fff;border:1px solid #e8e0d4;border-radius:8px;padding:.55rem 2rem .55rem .85rem;font-size:.85rem}.catalog-mobile-filter{display:none}.catalog-empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.catalog-empty i{opacity:.4;margin-bottom:1rem;font-size:2.5rem;display:block}.catalog-overlay-close{z-index:1999;cursor:pointer;background:0 0;border:none;position:fixed;inset:0}@media (width<=992px){.catalog-layout{grid-template-columns:1fr}.catalog-layout__sidebar{display:none}.catalog-layout__sidebar.is-open{z-index:2000;-webkit-overflow-scrolling:touch;background:#00000073;padding:1rem;display:block;position:fixed;inset:0;overflow-y:auto}.catalog-layout__sidebar.is-open .filter-panel{max-width:400px;margin:0 auto}.catalog-mobile-filter{min-height:var(--touch-min);cursor:pointer;background:#fff;border:1px solid #e8e0d4;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}}.brand-logo{color:var(--primary);align-items:center;gap:.75rem;display:inline-flex}.brand-logo__mark{filter:drop-shadow(0 8px 14px #7b111329);flex:none;width:54px;height:54px}.brand-logo__text{line-height:1.1;display:grid}.brand-logo__text strong{font-family:var(--font-heading);color:var(--primary);white-space:nowrap;font-size:1.28rem}.brand-logo__text small{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:.25rem;font-size:.72rem}.brand-logo--compact .brand-logo__text small{display:none}.icon-action{width:46px;height:46px;color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background:#fff;border:1px solid #d4af374d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;display:inline-flex;position:relative;box-shadow:0 4px 14px #140c0a14}.icon-action--sm{width:44px;height:44px;font-size:1.1rem}.icon-action:hover,.icon-action:focus-visible{color:var(--primary);border-color:var(--secondary);transform:translateY(-2px);box-shadow:0 8px 20px #7b111324}.icon-action__badge{background:var(--primary);color:#fff;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.68rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.icon-action__tooltip{background:var(--text-main);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:1100;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:opacity .2s,transform .2s;position:absolute}.icon-action__tooltip--bottom{top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-4px)}.icon-action__tooltip--bottom:after{content:"";border:5px solid #0000;border-bottom-color:var(--text-main);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.icon-action:hover .icon-action__tooltip--bottom,.icon-action:focus-visible .icon-action__tooltip--bottom{opacity:1;transform:translate(-50%)translateY(0)}.icon-action__tooltip--left{top:50%;right:calc(100% + 10px);transform:translateY(-50%)translate(4px)}.icon-action__tooltip--left:after{content:"";border:5px solid #0000;border-left-color:var(--text-main);position:absolute;top:50%;left:100%;transform:translateY(-50%)}.icon-action:hover .icon-action__tooltip--left,.icon-action:focus-visible .icon-action__tooltip--left{opacity:1;transform:translateY(-50%)translate(0)}@media (width<=992px){.icon-action{width:44px;height:44px;font-size:1.1rem}.icon-action__tooltip{display:none}}.header-search{width:100%;max-width:560px;position:relative}.header-search__bar{height:40px;transition:var(--transition-fast);background:#fff;border:1px solid #7b111324;border-radius:999px;align-items:center;gap:.5rem;padding:0 .5rem 0 1rem;display:flex;box-shadow:inset 0 0 0 1px #d4af3714,0 6px 20px #140c0a0f}.header-search__bar:focus-within{border-color:var(--secondary);box-shadow:0 0 0 3px #d4af3733,0 8px 24px #140c0a14}.header-search__icon{color:var(--primary);flex-shrink:0;font-size:.9rem}.header-search__bar input{min-width:0;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;font-size:.88rem}.header-search__bar input::placeholder{color:var(--text-muted)}.header-search__voice,.header-search__clear{width:34px;height:34px;color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.header-search__voice:hover{color:var(--primary);background:#7b11130f}.header-search__clear:hover{color:var(--primary)}.header-search__dropdown{z-index:1200;background:#fff;border:1px solid #d4af3740;border-radius:16px;max-height:min(70vh,480px);padding:.75rem;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 20px 50px #140c0a26}.header-search__section{border-bottom:1px solid #0000000d;padding:.5rem 0}.header-search__section:last-child{border-bottom:none}.header-search__section-head{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:.6rem;padding:0 .5rem;font-size:.72rem;font-weight:700;display:flex}.header-search__section-head button{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.72rem;font-weight:600}.header-search__tags{flex-wrap:wrap;gap:.5rem;padding:0 .25rem;display:flex}.header-search__tags button{color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background:#fffdf8;border:1px solid #d4af374d;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.header-search__tags button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.header-search__list{gap:.35rem;display:grid}.header-search__list a{transition:var(--transition-fast);border-radius:10px;align-items:center;gap:.75rem;padding:.5rem .6rem;display:flex}.header-search__list a:hover{background:var(--surface-hover)}.header-search__list img{object-fit:cover;border-radius:8px;flex-shrink:0;width:44px;height:44px}.header-search__list span,.header-search__list strong{flex:1;font-size:.85rem;font-weight:600}.header-search__list--products a div{flex:1;gap:2px;display:grid}.header-search__list--products span{color:var(--primary);font-size:.78rem;font-weight:700}.header-search__empty{text-align:center;color:var(--text-muted);padding:2rem 1rem}.header-search__empty i{color:var(--secondary);margin-bottom:.75rem;font-size:2rem}.header-search__empty button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;margin-top:.75rem;padding:.5rem 1.25rem;font-weight:600}.header-search--mobile{max-width:none;padding:.75rem 1rem}.header-search--mobile .header-search__dropdown{max-height:calc(100vh - 140px);position:fixed;top:70px;left:.75rem;right:.75rem}.premium-header{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf8f0;border-bottom:1px solid #d4af3740;position:sticky;top:0;overflow:visible;box-shadow:0 8px 28px #37161412}.premium-header__inner{width:100%;max-width:var(--container-max);min-height:64px;max-height:68px;padding:.5rem var(--container-padding);grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;margin:0 auto;display:grid;overflow:visible}.premium-header__logo{flex-shrink:0;align-items:center;display:inline-flex}.premium-header__search{justify-content:center;width:100%;max-width:560px;margin:0 auto;display:flex}.premium-header__actions{flex-shrink:0;align-items:center;gap:.6rem;padding-right:4px;display:flex;overflow:visible}@media (width<=992px){.premium-header__inner{grid-template-columns:1fr auto;gap:.75rem;min-height:56px;max-height:58px;padding:.35rem .85rem}.premium-header__logo{justify-self:start;min-width:0}.premium-header__actions{justify-self:end;gap:0}.premium-header__menu-toggle{display:flex!important}}@media (width<=520px){.premium-header__inner{gap:.4rem}}.fs-menu__backdrop{z-index:1400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#120b0a66;border:none;position:fixed;inset:0}.fs-menu{z-index:1500;background:#fffdf8;border-bottom:1px solid #d4af3733;flex-direction:column;max-height:92vh;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden;box-shadow:0 20px 60px #140c0a26}.fs-menu__header{border-bottom:1px solid #d4af3726;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.fs-menu__header h2{margin:0;font-size:1.25rem;font-weight:600}.fs-menu__header button{width:40px;height:40px;color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:50%;font-size:1.1rem}.fs-menu__header button:hover{color:var(--primary);background:#7b111314}.fs-menu__body{flex:1;grid-template-columns:1fr 380px;gap:1.5rem;padding:1.25rem 1.5rem;display:grid;overflow-y:auto}.fs-menu__categories{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-content:start;gap:.85rem;display:grid}.fs-menu__cat-card{cursor:pointer;text-align:left;transition:var(--transition-fast);background:#fff;border:none;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 4px 16px #140c0a0f}.fs-menu__cat-card:hover,.fs-menu__cat-card.is-active{transform:translateY(-3px);box-shadow:0 12px 28px #7b11131f}.fs-menu__cat-card img{aspect-ratio:4/5;object-fit:cover;width:100%;transition:transform .4s;display:block}.fs-menu__cat-card:hover img{transform:scale(1.04)}.fs-menu__cat-card-info{padding:.75rem .85rem}.fs-menu__cat-card-info strong{color:var(--text-main);margin-bottom:2px;font-size:.88rem;display:block}.fs-menu__cat-card-info span{color:var(--text-muted);font-size:.72rem}.fs-menu__preview{flex-direction:column;gap:1rem;display:flex}.fs-menu__preview-banner{background-position:50%;background-size:cover;border-radius:12px;height:180px;position:relative;overflow:hidden}.fs-menu__preview-overlay{background:linear-gradient(#0000 20%,#140808bf);position:absolute;inset:0}.fs-menu__preview-text{color:#fff;padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.fs-menu__preview-text h3{color:#fff;margin-bottom:.25rem;font-size:1.15rem}.fs-menu__preview-text p{opacity:.9;margin-bottom:.65rem;font-size:.8rem}.fs-menu__preview-text a{background:var(--secondary);color:var(--text-main);border-radius:999px;padding:.45rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.fs-menu__preview-products{grid-template-columns:repeat(4,1fr);gap:.65rem;display:grid}.fs-menu__preview-products a{transition:var(--transition-fast);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #140c0a0f}.fs-menu__preview-products a:hover{transform:translateY(-2px)}.fs-menu__preview-products img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.fs-menu__preview-products span{color:var(--primary);text-align:center;padding:.4rem;font-size:.7rem;font-weight:700;display:block}.fs-menu__footer{text-align:center;border-top:1px solid #d4af3726;flex-shrink:0;padding:.85rem 1.5rem}.fs-menu__footer a{color:var(--primary);letter-spacing:.02em;font-size:.85rem;font-weight:600}.fs-menu__footer a:hover{color:var(--primary-dark)}@media (width<=992px){.fs-menu{height:100vh;max-height:100vh}.fs-menu__body{grid-template-columns:1fr;padding:1rem}.fs-menu__categories{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (width<=420px){.fs-menu__categories{grid-template-columns:1fr 1fr}}.mobile-bottom-nav{z-index:1100;min-height:64px;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8fa;border-top:1px solid #d4af3740;grid-template-columns:repeat(6,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #1c100c0f}.mobile-bottom-nav__item{min-height:64px;color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:.4rem .2rem;font-size:.64rem;font-weight:600;transition:color .2s;display:flex;position:relative}.mobile-bottom-nav__item i{font-size:1.1rem}@media (width<=425px){.mobile-bottom-nav__label{font-size:.58rem}.mobile-bottom-nav__item i{font-size:1.05rem}}@media (width<=380px){.mobile-bottom-nav__label{font-size:.52rem}.mobile-bottom-nav__item i{font-size:1rem}}.mobile-bottom-nav__item.is-active{color:var(--primary)}.mobile-bottom-nav__badge{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.55rem;font-weight:700;display:flex;position:absolute;top:8px;right:calc(50% - 18px)}.mobile-bottom-nav__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;line-height:1.1;overflow:hidden}@media (width>=993px){.mobile-bottom-nav{display:none}}.app-nav__search-backdrop{z-index:1300;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#120b0a66;border:none;position:fixed;inset:0}.app-nav__mobile-search{z-index:1350;background:#fffdf8;padding-top:.5rem;position:fixed;top:0;left:0;right:0;box-shadow:0 12px 32px #140c0a1f}.support-section{background:linear-gradient(#faf7f1 0%,#f3ece0 100%);border-top:1px solid #d4af3733;padding:clamp(3rem,6vw,4.5rem) 0}.support-section__inner{flex-direction:column;gap:2rem;display:flex}.support-section__head{text-align:center;max-width:560px;margin:0 auto}.support-section__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0 0 .5rem;font-size:.72rem;font-weight:700}.support-section__head h2{font-family:var(--font-heading);color:var(--text-main);margin:0 0 .6rem;font-size:clamp(1.5rem,3vw,2rem)}.support-section__head p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.support-section__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.support-card{color:inherit;background:#fff;border:1px solid #d4af3738;border-radius:14px;align-items:flex-start;gap:.85rem;padding:1.15rem 1rem;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 2px 12px #1c100c0a}.support-card:hover{border-color:#d4af3773;transform:translateY(-3px);box-shadow:0 12px 28px #7b11131a}.support-card__icon{width:42px;height:42px;color:var(--primary);background:#7b111314;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.support-card--whatsapp .support-card__icon{color:#128c7e;background:#25d3661f}.support-card__body h3{color:var(--text-main);margin:0 0 .35rem;font-size:.92rem;font-weight:700}.support-card__body p{color:var(--text-muted);margin:0;font-size:.78rem;line-height:1.45}.support-card__arrow{color:var(--text-muted);opacity:0;align-self:center;margin-left:auto;font-size:.75rem;transition:opacity .25s,transform .25s;transform:translate(-4px)}.support-card:hover .support-card__arrow{opacity:1;transform:translate(0)}.support-section__cta{background:#fff;border:1px solid #d4af3740;border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 1.5rem;padding:1.25rem 1.5rem;display:flex}.support-section__cta p{color:var(--text-muted);margin:0;font-size:.88rem}.support-section__btn{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #25d36659}.support-section__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #25d36673}@media (width<=1100px){.support-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.support-section__grid{grid-template-columns:1fr}.support-card__arrow{opacity:1;transform:none}.support-section__cta{text-align:center;flex-direction:column}.support-section__btn{justify-content:center;width:100%;min-height:44px}}.luxury-footer{color:#c8c2b6;padding:clamp(2.75rem, 5vw, 3.75rem) var(--container-padding) calc(1.5rem + env(safe-area-inset-bottom));background:linear-gradient(#1a1412 0%,#120e0c 100%);position:relative;overflow:hidden}.luxury-footer__accent{background:linear-gradient(90deg, transparent, var(--secondary), var(--secondary-light), transparent);height:3px;position:absolute;top:0;left:0;right:0}.footer-grid{grid-template-columns:1.5fr .9fr .9fr 1.1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.footer-brand .brand-logo{color:#fff;margin-bottom:1rem}.footer-brand .brand-logo__text strong{color:#fff}.footer-tagline{color:#a8a196;max-width:34ch;margin:0 0 1.25rem;font-size:.88rem;line-height:1.7}.footer-brand__actions{flex-wrap:wrap;gap:.55rem;display:flex}.footer-pill{color:#e8e0d4;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .9rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .22s;display:inline-flex}.footer-pill:hover{color:#fff;border-color:#d4af3780}.footer-pill--gold{color:var(--secondary-light);background:#d4af371f;border-color:#d4af3759}.footer-pill--gold:hover{color:#fff;background:#d4af3733}.footer-title{color:#fff;font-size:.82rem;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-weight:700}.footer-links{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#b8b0a4;font-size:.86rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--secondary-light)}.footer-contact{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact li,.footer-contact a{color:#b8b0a4;align-items:flex-start;gap:.65rem;font-size:.86rem;text-decoration:none;display:flex}.footer-contact a:hover{color:var(--secondary-light)}.footer-contact i{color:var(--secondary);text-align:center;flex-shrink:0;width:14px;margin-top:3px}.footer-directions{color:var(--secondary-light);align-items:center;gap:.45rem;margin-top:1rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.footer-directions:hover{color:#fff}.footer-directions i{font-size:.7rem;transition:transform .2s}.footer-directions:hover i{transform:translate(3px)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1.35rem;display:flex}.footer-bottom p{color:#7a7468;margin:0;font-size:.8rem}.footer-bottom__note{font-style:italic;color:#6a6458!important}.footer-legal{flex-wrap:wrap;gap:.35rem 1.25rem;display:flex}.footer-legal a{color:#9a9488;font-size:.8rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--secondary)}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=768px){.luxury-footer{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom))}.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-bottom{flex-direction:column;align-items:flex-start}}.floating-whatsapp{right:max(1rem, env(safe-area-inset-right));bottom:max(5rem, calc(68px + env(safe-area-inset-bottom)));z-index:1050;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;transition:transform .25s,box-shadow .25s;display:inline-flex;position:fixed;box-shadow:0 8px 24px #25d36659}.floating-whatsapp:hover{transform:scale(1.06);box-shadow:0 12px 32px #25d36673}.floating-whatsapp__tip{background:var(--text-main);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;border-radius:6px;padding:6px 12px;font-size:.72rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.floating-whatsapp:hover .floating-whatsapp__tip{opacity:1}@media (width<=992px){.floating-whatsapp__tip{display:none}}.star-rating{flex-wrap:wrap;align-items:center;gap:5px;display:inline-flex}.star-rating__stars{color:var(--secondary-dark);gap:2px;line-height:1;display:inline-flex}.star-rating--sm .star-rating__stars{font-size:.65rem}.star-rating--md .star-rating__stars{font-size:.72rem}.star-rating--lg .star-rating__stars{font-size:.95rem}.star-rating__value{color:var(--text-main);font-size:.78rem;font-weight:700}.star-rating--lg .star-rating__value{font-size:.95rem}.star-rating__reviews{color:var(--text-muted);font-size:.72rem}.star-rating--lg .star-rating__reviews{font-size:.88rem}.home-hero{align-items:center;min-height:clamp(480px,72vh,640px);display:flex;position:relative}.home-hero--compact{min-height:clamp(320px,48vh,420px)}.home-hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-outline-light{color:#fff;background:0 0;border:1px solid #ffffffb3;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.btn-outline-light:hover{background:#ffffff1f;border-color:#fff}.home-hero__image{background-position:50%;background-size:cover;position:absolute;inset:0}.home-hero__overlay{background:linear-gradient(90deg,#140808c7 0%,#14080859 55%,#0000 100%);position:absolute;inset:0}.home-hero__content{z-index:1;color:#fff;max-width:560px;padding:3rem var(--container-padding);position:relative}.home-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--secondary-light);margin-bottom:.75rem;font-size:.75rem;font-weight:500}.home-hero__content h1{color:#fff;margin-bottom:.75rem;font-size:clamp(2.2rem,5.5vw,3.5rem);line-height:1.15}.home-hero__tagline{color:#ffffffe0;max-width:400px;margin-bottom:1.75rem;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6}.home-hero__cta{border-radius:999px;min-height:48px;padding:0 2rem;font-weight:600}.home-page{width:100%}.home-page .container{width:100%;max-width:var(--container-max);margin-inline:auto}.home-section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.home-section--soft{background:var(--surface-hover)}.home-section__head{justify-content:space-between;align-items:baseline;gap:1rem;width:100%;margin-bottom:clamp(1.25rem,3vw,2rem);display:flex}.home-section__head--center{text-align:center;flex-direction:column;align-items:center}.home-section__head h2{margin:0;font-size:clamp(1.6rem,3vw,2rem)}.home-section__head p{color:var(--text-muted);margin:0;font-size:.9rem}.home-section__link{color:var(--primary);white-space:nowrap;font-size:.85rem;font-weight:600}.home-section__link:hover{color:var(--primary-dark)}.home-categories{padding-top:clamp(2.5rem,5vw,4rem)}.home-categories__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.home-categories__scroll{grid-template-columns:repeat(7,minmax(0,1fr));justify-items:center;gap:clamp(.75rem,1.8vw,2rem);width:100%;padding:.75rem 0 1.25rem;display:grid}@media (width<=1024px) and (width>=641px){.home-categories__scroll{flex-wrap:wrap;justify-content:center;gap:1.25rem clamp(1rem,3vw,2rem);display:flex}}@media (width<=640px){.home-categories__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.home-categories__scroll::-webkit-scrollbar{display:none}}.home-category-pill{scroll-snap-align:center;text-align:center;flex-direction:column;flex:none;align-items:center;width:100%;max-width:132px;text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex}.home-category-pill:hover{transform:translateY(-5px)}.home-category-pill.is-active{transform:translateY(-3px)}.home-category-pill__ring{border-radius:50%;margin-bottom:.65rem;padding:3px;transition:background .35s,box-shadow .35s}.home-category-pill:hover .home-category-pill__ring,.home-category-pill.is-active .home-category-pill__ring{background:linear-gradient(135deg, var(--secondary-light), var(--primary));box-shadow:0 6px 20px #7b111326}.home-category-pill__img{border:2px solid #fff;border-radius:50%;width:clamp(72px,8vw,108px);height:clamp(72px,8vw,108px);margin:0 auto;transition:transform .4s cubic-bezier(.22,1,.36,1);overflow:hidden;box-shadow:0 6px 18px #0000001a}.home-category-pill:hover .home-category-pill__img{transform:scale(1.04)}.home-category-pill__img img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.home-category-pill:hover .home-category-pill__img img{transform:scale(1.08)}.home-category-pill__name{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;max-width:100%;font-size:clamp(.72rem,1.4vw,.84rem);font-weight:600;line-height:1.35;transition:color .25s;display:-webkit-box;overflow:hidden}.home-category-pill:hover .home-category-pill__name,.home-category-pill.is-active .home-category-pill__name{color:var(--primary)}.home-category-card{aspect-ratio:3/4;border-radius:12px;transition:transform .35s,box-shadow .35s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #140c0a14}.home-category-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #7b111324}.home-category-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-category-card:hover img{transform:scale(1.05)}.home-category-card__overlay{background:linear-gradient(#0000 40%,#140808b8);position:absolute;inset:0}.home-category-card__name{color:#fff;letter-spacing:.02em;padding:1.25rem 1rem;font-size:.95rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.home-products,.product-grid--home{gap:var(--grid-gap);grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;width:100%;display:grid}@media (width<=1024px){.product-grid--home,.home-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.product-grid--home,.home-products{grid-template-columns:minmax(0,1fr);gap:1.15rem}}@media (width<=576px){.product-grid--home,.home-products{gap:1rem}}.home-bridal__visual{background-position:50%;background-size:cover;align-items:center;min-height:320px;display:flex;position:relative}.home-bridal__overlay{background:linear-gradient(90deg,#140808b3,#1408084d);position:absolute;inset:0}.home-bridal__text{z-index:1;color:#fff;padding:3rem var(--container-padding);position:relative}.home-bridal__text h2{color:#fff;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem)}.home-bridal__text p{opacity:.9;margin-bottom:1.5rem;font-size:1rem}.home-bridal__text .btn{border-radius:999px;font-weight:600}.home-bridal__products{padding-top:2.5rem}.home-reviews{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.home-review{background:#fff;border:1px solid #d4af3726;border-radius:12px;margin:0;padding:1.75rem}.home-review__stars{color:var(--secondary);letter-spacing:2px;margin-bottom:.75rem;font-size:.85rem}.home-review p{color:var(--text-main);margin-bottom:1rem;font-size:.92rem;line-height:1.7}.home-review cite{color:var(--text-muted);font-size:.82rem;font-style:normal;font-weight:500}.home-review__avatar{object-fit:cover;border-radius:50%;width:48px;height:48px;margin-bottom:.75rem}.home-whatsapp-cta{color:#fff;background:linear-gradient(135deg,#075e54,#128c7e);padding:3rem 2rem}.home-whatsapp-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.home-whatsapp-cta h2{color:#fff;margin:0 0 .5rem}.home-whatsapp-cta p{opacity:.9;margin:0}.btn-whatsapp{color:#fff;background:#25d366;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d36659}.home-instagram{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.home-instagram__item{aspect-ratio:1;border-radius:4px;display:block;overflow:hidden}.home-instagram__item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.home-instagram__item:hover img{transform:scale(1.06)}@media (width<=768px){.home-hero--compact{align-items:flex-end;min-height:clamp(280px,42vh,380px)}.home-hero:not(.home-hero--compact){align-items:flex-end;min-height:calc(100svh - 120px)}.home-hero__overlay{background:linear-gradient(#1408081a 0%,#140808d1 60%,#140808f2 100%)}.home-hero__content{max-width:none;padding:0 1.25rem 2rem}.home-hero__cta{justify-content:center;width:100%}.home-section{padding-top:2.25rem;padding-bottom:2.25rem}.home-categories__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.home-products{grid-template-columns:repeat(2,1fr);gap:.85rem}.home-bridal__visual{min-height:260px}.home-bridal__products{padding-top:1.5rem}.home-category-pill:hover{transform:none}.home-hero__actions{width:100%}.home-hero__actions .btn,.home-hero__actions .btn-outline-light{min-height:var(--touch-min);flex:auto;justify-content:center}.home-instagram{grid-template-columns:repeat(3,1fr);gap:4px}}@media (width<=380px){.home-categories__grid{grid-template-columns:1fr 1fr}}.filter-panel{top:var(--header-offset);max-height:calc(100vh - var(--header-offset) - 24px);scrollbar-width:thin;background:#fff;border:1px solid #d4af3733;border-radius:16px;padding:1.25rem;position:sticky;overflow-y:auto}.filter-panel__head{border-bottom:1px solid #d4af3726;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.filter-panel__head h3{margin:0;font-size:1.1rem}.filter-panel__clear{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:600}.filter-panel__offers-label,.filter-section__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.6rem;font-size:.68rem;font-weight:700;display:block}.filter-panel__chips{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.filter-panel__chips button{background:var(--surface-hover);cursor:pointer;border:1px solid #e8e0d4;border-radius:999px;padding:.4rem .7rem;font-size:.75rem;font-weight:600;transition:all .2s}.filter-panel__chips button.active,.filter-panel__chips button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-section{border-bottom:1px solid #f0ebe3;margin-bottom:1rem;padding-bottom:1rem}.filter-section__toggle{width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.25rem 0;font-size:.9rem;font-weight:600;display:flex}.filter-categories{gap:.35rem;display:grid}.filter-cat-link{border-radius:10px;align-items:center;gap:.6rem;padding:.45rem .5rem;font-size:.85rem;transition:background .2s;display:flex}.filter-cat-link img{object-fit:cover;border:2px solid #d4af374d;border-radius:50%;width:40px;height:40px}.filter-cat-link small{color:var(--text-muted);margin-left:auto;font-size:.72rem}.filter-cat-link:hover,.filter-cat-link.active{color:var(--primary);background:#7b11130f}.filter-cat-link.active img{border-color:var(--primary)}.filter-trending{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.filter-trending__item{aspect-ratio:1;border-radius:10px;position:relative;overflow:hidden}.filter-trending__item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.filter-trending__item:hover img{transform:scale(1.05)}.filter-trending__item span{color:#fff;background:linear-gradient(#0000,#000000b3);padding:.4rem;font-size:.68rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.filter-price{gap:.35rem;display:grid}.filter-price button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e0d4;border-radius:8px;padding:.5rem .65rem;font-size:.8rem;transition:all .2s}.filter-price button.active,.filter-price button:hover{border-color:var(--primary);color:var(--primary);background:#7b11130a}.filter-price__custom{align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.filter-price__custom input{border:1px solid #e8e0d4;border-radius:6px;flex:1;padding:.45rem;font-size:.8rem}.filter-tags{margin-bottom:.75rem}.filter-tags__label{color:var(--text-muted);margin-bottom:.35rem;font-size:.72rem;display:block}.filter-tags button{cursor:pointer;background:#fff;border:1px solid #e8e0d4;border-radius:6px;margin:0 .3rem .3rem 0;padding:.3rem .6rem;font-size:.75rem;display:inline-block}.filter-tags button.active{background:var(--secondary);border-color:var(--secondary)}.filter-panel__support{color:var(--primary);background:#7b11130f;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.65rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.filter-panel__support:hover{background:#7b11131a}@media (width<=992px){.filter-panel{max-height:none;position:static}}.collections-page{width:100%;padding-top:var(--section-gap);padding-bottom:calc(var(--section-gap) + env(safe-area-inset-bottom));overflow-x:hidden}.collections-page .catalog-layout__main{min-width:0;max-width:100%;overflow:hidden}.shop-page__grid{gap:var(--grid-gap);grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;width:100%;display:grid}@media (width<=1280px){.shop-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1024px){.shop-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.shop-page__grid{grid-template-columns:minmax(0,1fr);gap:1.15rem;max-width:100%}.collections-page .section-title{margin-bottom:1.5rem}.collections-page .section-title h2{font-size:clamp(1.4rem,5vw,1.75rem)}}.category-page{width:100%;overflow-x:hidden}.category-page__banner{background-position:50%;background-size:cover;align-items:flex-end;min-height:220px;display:flex;position:relative}.category-page__banner-overlay{background:linear-gradient(#0000 20%,#140808b3);position:absolute;inset:0}.category-page__banner-content{z-index:1;color:#fff;padding:2.5rem var(--container-padding);position:relative}.category-page__banner-content h1{color:#fff;margin-bottom:.25rem;font-size:clamp(1.8rem,4vw,2.5rem)}.category-page__banner-content p{opacity:.85;font-size:.9rem}.category-page__main{padding-top:clamp(1.5rem,3vw,2rem);padding-bottom:clamp(1.5rem,3vw,2.5rem)}.category-page .catalog-layout__main{min-width:0;max-width:100%;overflow:hidden}.category-page__grid{gap:var(--grid-gap);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;width:100%;display:grid}@media (width>=1600px){.category-page__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1280px){.category-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.category-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.category-page__banner{min-height:180px}.category-page__banner-content{padding:1.5rem var(--container-padding)}.category-page__grid{grid-template-columns:minmax(0,1fr);gap:1.15rem}}@media (width<=420px){.category-page__grid{gap:1rem}}.category-page__toolbar{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.88rem;display:flex}.category-page__toolbar select{font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #d4af374d;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.category-page__empty{text-align:center;padding:4rem 2rem}.category-page__empty a{color:var(--primary);font-weight:600}.product-detail-breadcrumb{background:var(--surface-hover);padding:1rem 0}.product-detail-breadcrumb p{color:var(--text-muted);margin:0;font-size:.9rem}.product-detail-grid{flex-wrap:wrap;gap:3rem;display:flex}.product-gallery{top:var(--header-offset);flex:400px;align-self:flex-start;position:sticky}.product-gallery__main{border:1px solid #d4af3733;border-radius:12px;overflow:hidden}.product-gallery__main img{width:100%;transition:transform .4s;display:block}.product-gallery__main video,.product-gallery__video{aspect-ratio:4/5;object-fit:cover;background:#000;width:100%;display:block}.product-gallery__main:hover img{transform:scale(1.03)}.product-gallery__thumbs{gap:.5rem;margin-top:.75rem;display:flex}.product-gallery__thumbs button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;width:72px;height:72px;padding:0;overflow:hidden}.product-gallery__thumbs button.active{border-color:var(--primary)}.product-gallery__thumbs img,.product-gallery__thumbs video{object-fit:cover;width:100%;height:100%}.product-gallery__thumbs button.is-video{position:relative}.product-gallery__thumb-play{color:#fff;pointer-events:none;background:#00000059;justify-content:center;align-items:center;font-size:.75rem;display:flex;position:absolute;inset:0}.product-info{flex:400px}.product-info__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.product-info__badge{margin-bottom:.75rem;display:inline-block;position:static}.product-info h1{margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem)}.product-info__meta{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem}.product-info__rating{margin-bottom:1.25rem;font-size:.95rem}.product-info__rating span:last-child{color:var(--text-muted);margin-left:.5rem}.wishlist-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;width:44px;height:44px;font-size:1.1rem;transition:all .2s}.wishlist-btn.active{color:var(--primary);border-color:var(--primary)}.product-info__price{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.product-info__price .offer-price{color:var(--primary);font-size:2rem;font-weight:700}.product-info__price .mrp{color:var(--text-muted);font-size:1.1rem;text-decoration:line-through}.discount-tag{color:#2e7d32;background:#e8f5e9;border-radius:4px;padding:.25rem .6rem;font-size:.85rem;font-weight:700}.stock-status{margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.stock-status--in-stock{color:#2e7d32}.stock-status--low-stock{color:#f57c00}.stock-status--out-of-stock{color:#c62828}.product-info__desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.8}.product-highlights{flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.product-highlights li{background:var(--surface-hover);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.product-qty h4{margin-bottom:.5rem}.product-qty__controls{align-items:center;gap:1rem;display:flex}.product-qty__controls button{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;width:40px;height:40px;font-size:1.2rem}.product-actions{flex-direction:column;gap:.75rem;margin:2rem 0;display:flex}.product-actions .btn{text-align:center;padding:.9rem}.btn-whatsapp-outline{color:#25d366;background:0 0;border:1px solid #25d366;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:flex}.product-specs{background:var(--surface-hover);border-radius:12px;padding:1.5rem}.product-specs h4{color:var(--primary);margin-bottom:1rem}.product-specs dl{grid-template-columns:1fr 1fr;gap:.75rem;margin:0;display:grid}.product-specs dt{text-transform:capitalize;font-size:.85rem;font-weight:600}.product-specs dd{color:var(--text-muted);margin:0;font-size:.85rem}.product-reviews__list{gap:1rem;margin-top:1.5rem;display:grid}.product-review-card{background:#fff;border:1px solid #eee;border-radius:12px;gap:1rem;padding:1.25rem;display:flex}.product-review-card img{object-fit:cover;border-radius:50%;width:48px;height:48px}.product-review-card__stars{color:var(--secondary);margin-bottom:.5rem}.product-review-card footer{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}@media (width<=992px){.product-detail-grid{gap:1.75rem}.product-gallery{flex:100%;position:static}.product-info{flex:100%}}@media (width<=768px){.product-specs dl{grid-template-columns:1fr}.product-info__header{flex-direction:column;align-items:stretch}.wishlist-btn{width:var(--touch-min);height:var(--touch-min);align-self:flex-end}.product-qty__controls button{width:var(--touch-min);height:var(--touch-min)}.product-actions .btn,.btn-whatsapp-outline{min-height:var(--touch-min)}.product-gallery__thumbs button{width:64px;height:64px}.product-review-card{flex-direction:column}}@media (width<=425px){.product-info__price .offer-price{font-size:1.65rem}}.product-variants{flex-direction:column;gap:1rem;margin:1.25rem 0;display:flex}.variant-field h4{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .6rem;font-size:.92rem;font-weight:600}.variant-pills{flex-wrap:wrap;gap:.5rem;display:flex}.variant-pill{cursor:pointer;background:#fff;border:1.5px solid #d4af3759;border-radius:999px;min-height:42px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s,color .15s}.variant-pill.is-selected{border-color:var(--primary);color:var(--primary-dark,#8b6914);background:#d4af371f;font-weight:700}.variant-pill.is-disabled,.variant-pill:disabled{opacity:.45;cursor:not-allowed;text-decoration:line-through}.variant-selection-summary{color:var(--text-muted);background:#d4af3714;border-radius:10px;margin:0;padding:.75rem 1rem;font-size:.88rem}.variant-selection-summary strong{color:var(--text)}.price-from{color:var(--text-muted);font-size:.82rem}.cart-page__layout{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:clamp(1.25rem,3vw,2rem);display:grid}.cart-item{border-radius:12px;grid-template-columns:96px 1fr auto;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.15rem;display:grid}.cart-item__image{object-fit:cover;border-radius:8px;width:96px;height:96px}.cart-item__info h4{margin:0 0 .25rem;font-size:clamp(.9rem,2vw,1rem);line-height:1.4}.cart-item__variant,.cart-item__sku{color:var(--text-muted);margin:.15rem 0;font-size:.82rem}.cart-item__price{color:var(--primary);margin:0;font-weight:700}.cart-item__actions{align-items:center;gap:.75rem;display:flex}.cart-item__qty{background:var(--surface-hover);border-radius:10px;align-items:center;gap:.5rem;padding:.25rem;display:inline-flex}.cart-item__qty button{width:var(--touch-min);height:var(--touch-min);cursor:pointer;background:#fff;border:1px solid #e8e0d4;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;transition:border-color .2s;display:inline-flex}.cart-item__qty button:hover{border-color:var(--primary)}.cart-item__qty span{text-align:center;min-width:1.5rem;font-weight:600}.cart-item__remove{color:#dc3545;cursor:pointer;min-width:var(--touch-min);min-height:var(--touch-min);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:1.15rem;transition:background .2s;display:inline-flex}.cart-item__remove:hover{background:#dc354514}.cart-summary{top:var(--header-offset);border-radius:14px;padding:clamp(1.25rem,3vw,2rem);position:sticky}.cart-summary h3{border-bottom:1px solid #d4af3733;margin:0 0 1.25rem;padding-bottom:1rem;font-size:1.15rem}.cart-summary__row{justify-content:space-between;margin-bottom:.85rem;font-size:.95rem;display:flex}.cart-summary__total{border-top:1px solid #d4af3733;justify-content:space-between;margin:1.25rem 0 1.5rem;padding-top:1rem;font-size:1.2rem;font-weight:700;display:flex}.cart-summary .btn{min-height:var(--touch-min);text-align:center;justify-content:center;width:100%}.cart-summary .btn+.btn{margin-top:.75rem}@media (width<=992px){.cart-page__layout{grid-template-columns:1fr}.cart-summary{order:-1;position:static}}@media (width<=576px){.cart-item{grid-template-rows:auto auto;grid-template-columns:80px 1fr}.cart-item__image{grid-row:span 2;width:80px;height:80px}.cart-item__actions{grid-column:2;justify-content:space-between;width:100%}}.auth-phone-input{align-items:stretch;gap:.5rem;width:100%;display:flex}.auth-phone-input select.auth-phone-input__code,.auth-phone-input input.auth-phone-input__number{box-sizing:border-box;min-height:46px;margin:0}.auth-phone-input select.auth-phone-input__code{appearance:auto;cursor:pointer;flex:0 0 5.75rem;width:5.75rem;min-width:4.75rem;max-width:32%;padding:.85rem 1.75rem .85rem .65rem;font-size:.95rem;font-weight:600}.auth-phone-input input.auth-phone-input__number{flex:1 1 0;width:auto;min-width:0;padding:.85rem 1rem;font-size:.95rem}@media (width<=480px){.auth-phone-input select.auth-phone-input__code{flex:0 0 5.25rem;width:5.25rem;max-width:36%;padding-right:1.5rem;font-size:.9rem}.auth-phone-input input.auth-phone-input__number{font-size:.9rem}}.checkout-intl-notice{color:#7a5c00;background:#fffbeb;border:1px solid #f5d78e;border-radius:8px;margin:0;padding:.85rem 1rem;font-size:.88rem;line-height:1.45}.checkout-payment__online{margin:0;font-weight:600}.checkout-grid{flex-wrap:wrap;gap:2rem;margin-top:2rem;display:flex}.checkout-form{flex-direction:column;flex:400px;gap:1rem;display:flex}.checkout-form label,.checkout-form .auth-field{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;display:flex}.checkout-form .auth-field label{margin:0;display:block}.checkout-form input,.checkout-form textarea,.checkout-form select{font:inherit;border:1px solid #ddd;border-radius:8px;padding:.75rem}.checkout-form .auth-phone-input select.auth-phone-input__code,.checkout-form .auth-phone-input input.auth-phone-input__number{border:1px solid #ddd;border-radius:8px}.checkout-payment{background:#d4af370a;border:1px solid #d4af3740;border-radius:10px;margin-top:.5rem;padding:1rem}.checkout-payment h2{margin:0 0 .75rem;font-size:1rem}.checkout-payment__option{cursor:pointer;align-items:center;gap:.65rem;padding:.5rem 0;font-weight:500;display:flex}.checkout-payment__option input{width:auto;accent-color:var(--primary)}.checkout-summary{background:var(--surface-hover);top:var(--header-offset);border-radius:12px;flex:320px;align-self:flex-start;padding:clamp(1.25rem,3vw,1.5rem);position:sticky}.checkout-summary__item{border-bottom:1px solid #e0e0e0;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.checkout-summary__item img{object-fit:cover;border-radius:6px;width:56px;height:56px}.checkout-summary__item p{margin:0;font-size:.85rem}.checkout-summary__item span{color:var(--text-muted);font-size:.8rem}.checkout-summary__item strong{margin-left:auto;font-size:.9rem}.checkout-summary__row{justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;display:flex}.checkout-summary__total{border-top:1px solid #ccc;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.15rem;font-weight:700;display:flex}.checkout-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.checkout-form input,.checkout-form textarea,.checkout-form button{min-height:var(--touch-min)}.checkout-form button[type=submit]{width:100%}@media (width<=992px){.checkout-grid{flex-direction:column;gap:1.5rem}.checkout-summary{order:-1;width:100%;position:static}.checkout-form{flex:auto}}@media (width<=576px){.checkout-summary__item{flex-wrap:wrap}.checkout-summary__item strong{text-align:right;width:100%;margin-left:0}}.wishlist-page__grid{margin-top:clamp(1.25rem,3vw,2rem)}.store-map{padding:0}.store-map__frame{background:#fff;border:1px solid #d4af3747;border-radius:18px;grid-template-columns:minmax(260px,1fr) 1.35fr;gap:0;display:grid;overflow:hidden;box-shadow:0 16px 48px #1c100c1a}.store-map__info{color:#e8e0d4;background:linear-gradient(165deg,#1a1210 0%,#2a1816 55%,#1f1412 100%);flex-direction:column;justify-content:center;gap:.65rem;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.store-map__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--secondary-light);margin:0;font-size:.68rem;font-weight:700}.store-map__info h2{color:#fff;margin:0 0 .35rem;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:600}.store-map__address,.store-map__hours{color:#c8c2b6;align-items:flex-start;gap:.6rem;margin:0;font-size:.88rem;line-height:1.5;display:flex}.store-map__address i,.store-map__hours i{color:var(--secondary);flex-shrink:0;margin-top:3px}.store-map__actions{flex-wrap:wrap;gap:.6rem;margin-top:.85rem;display:flex}.store-map__btn{border-radius:999px;align-items:center;gap:.45rem;padding:.62rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.store-map__btn--primary{background:linear-gradient(135deg, var(--secondary), var(--secondary-light));color:#1a1210;box-shadow:0 4px 14px #d4af3759}.store-map__btn--outline{color:#fff;border:1px solid #d4af3773}.store-map__btn:hover{transform:translateY(-1px)}.store-map__embed-wrap{background:#f0ebe0;min-height:320px;position:relative}.store-map__embed-wrap iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@media (width<=900px){.store-map__frame{grid-template-columns:1fr}.store-map__embed-wrap{min-height:280px}}.contact-page{background:var(--surface,#faf8f4)}.contact-hero{text-align:center;padding-bottom:0}.contact-hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin:0 0 .5rem;font-size:.72rem;font-weight:700}.contact-hero h1{margin:0 0 .65rem;font-size:clamp(1.75rem,4vw,2.5rem)}.contact-hero__lead{max-width:520px;color:var(--text-muted);margin:0 auto;line-height:1.6}.contact-main{padding-top:2.5rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.contact-details h2,.contact-form h2{margin:0 0 1.25rem;font-size:1.15rem}.contact-info{gap:1.1rem;margin:0;padding:0;list-style:none;display:grid}.contact-info li{align-items:flex-start;gap:1rem;display:flex}.contact-info__icon{width:42px;height:42px;color:var(--primary);background:#7b111314;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.contact-info strong{margin-bottom:.2rem;font-size:.82rem;display:block}.contact-info p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.contact-info a{color:inherit;text-decoration:none}.contact-info a:hover{color:var(--primary)}.contact-support-link{color:var(--text-muted);margin-top:1.5rem;font-size:.88rem;text-decoration:none;display:inline-block}.contact-support-link span{color:var(--primary);text-underline-offset:3px;font-weight:600;text-decoration:underline}.contact-form{background:#fff;border:1px solid #d4af3738;border-radius:16px;flex-direction:column;gap:.85rem;padding:2rem;display:flex;box-shadow:0 8px 32px #1c100c0f}.contact-form input,.contact-form textarea{font:inherit;background:#faf8f4;border:1px solid #0000001a;border-radius:10px;padding:.8rem .9rem;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#7b111359;outline:none}.contact-success{text-align:center;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid #bbf7d0;border-radius:16px;padding:2.5rem 2rem}.contact-success i{color:#16a34a;margin-bottom:.75rem;font-size:2rem}.contact-success h3{margin:0 0 .35rem}.contact-success p{color:var(--text-muted);margin:0}.contact-map-section{padding-top:0;padding-bottom:3rem}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.auth-page{min-height:calc(100vh - var(--header-offset,72px) - 120px);background:linear-gradient(165deg,#faf7f1 0%,#f5efe4 45%,#fff 100%);justify-content:center;align-items:center;padding:2.5rem 1rem 3.5rem;display:flex}.auth-card{background:#fff;border:1px solid #d4af3747;border-radius:20px;width:100%;max-width:440px;padding:2.25rem 2rem 2rem;box-shadow:0 24px 60px #1c100c14}.auth-card--wide{max-width:720px}.auth-card__brand{text-align:center;margin-bottom:1.75rem}.auth-card__brand-icon{background:linear-gradient(135deg, var(--primary) 0%, #9a1418 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto .75rem;font-size:1.25rem;display:flex}.auth-card h1{font-family:var(--font-heading,serif);color:var(--text-main);text-align:center;margin:0 0 .35rem;font-size:1.65rem}.auth-card__subtitle{text-align:center;color:var(--text-muted);margin:0 0 1.75rem;font-size:.92rem;line-height:1.5}.auth-form{gap:1.1rem;display:grid}.auth-field label{color:var(--text-main);letter-spacing:.02em;margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:block}.auth-field .form-input{border:1.5px solid #d4af3759;border-radius:10px;width:100%;padding:.85rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth-field .form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #7b111314}.auth-field__error{color:#b42318;margin-top:.35rem;font-size:.8rem;display:block}.auth-field__row{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.auth-field__row label{margin-bottom:0}.auth-link{color:var(--primary);font-size:.82rem;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-password-wrap{position:relative}.auth-password-wrap .form-input{padding-right:2.75rem}.auth-password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-alert{border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.88rem}.auth-alert--error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.auth-alert--success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.auth-submit{letter-spacing:.03em;width:100%;margin-top:.25rem;padding:.95rem 1.25rem;font-size:.95rem;font-weight:700}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-footer a{color:var(--primary);font-weight:600}.auth-password-checks{color:var(--text-muted);margin:.5rem 0 0;padding-left:1.1rem;font-size:.82rem;list-style:none}.auth-password-checks li{margin-bottom:.2rem}.auth-password-checks li.is-ok{color:#027a48}.auth-otp-inputs{justify-content:center;gap:.5rem;display:flex}.auth-otp-inputs input{text-align:center;border:1.5px solid #d4af3759;border-radius:10px;width:44px;height:52px;font-size:1.25rem;font-weight:700}.auth-otp-inputs input:focus{border-color:var(--primary);outline:none}.auth-otp-block{margin-top:.75rem}.auth-otp-send{width:100%}.auth-otp-hint{color:var(--text-muted);text-align:center;margin:0 0 .75rem;font-size:.88rem}.auth-otp-actions{flex-direction:column;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.auth-otp-verified{color:#027a48;margin:.5rem 0 0;font-size:.88rem}.auth-login-tabs{background:#d4af3714;border-radius:10px;gap:.5rem;margin-bottom:1.25rem;padding:4px;display:flex}.auth-login-tabs button{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;flex:1;padding:.55rem .75rem;font-size:.88rem}.auth-login-tabs button.is-active{color:var(--text);background:#fff;font-weight:600;box-shadow:0 1px 4px #0000000f}.profile-page{background:linear-gradient(#faf7f1 0%,#fff 280px);padding:2.5rem 0 4rem}.profile-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.profile-header__user{align-items:center;gap:1rem;display:flex}.profile-avatar{background:linear-gradient(135deg, var(--primary), #9a1418);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.profile-action-card{color:inherit;background:#fff;border:1px solid #d4af3738;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.profile-action-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7b111314}.profile-action-card__icon{width:44px;height:44px;color:var(--primary);background:#7b111314;border-radius:12px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.profile-section{background:#fff;border:1px solid #d4af3738;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.profile-section h2{margin:0 0 1rem;font-size:1.15rem}.profile-address-card{border:1px solid #d4af372e;border-radius:12px;margin-bottom:.75rem;padding:1rem}.profile-address-card__default{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.35rem;font-size:.7rem;font-weight:700;display:inline-block}.profile-address-actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.profile-address-form{background:#faf7f1;border-radius:12px;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;display:grid}.auth-otp-notice{color:#7a5c00;background:#fffbeb;border:1px solid #d4af3759;border-radius:10px;margin:0 0 .75rem;padding:.75rem .85rem;font-size:.82rem;line-height:1.45}@media (width<=480px){.auth-card{padding:1.75rem 1.25rem}.auth-otp-inputs input{width:40px;height:48px}}.legal-page{background:#fff}.legal-hero{background:linear-gradient(165deg,#faf7f1 0%,#f5efe4 100%);border-bottom:1px solid #d4af3733}.legal-hero__inner{max-width:760px}.legal-hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin:0 0 .5rem;font-size:.78rem;font-weight:700}.legal-hero h1{font-family:var(--font-heading,serif);margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem)}.legal-hero__date{color:var(--text-muted);margin:0;font-size:.88rem}.legal-content__inner{max-width:760px;color:var(--text-main);line-height:1.75}.legal-content__inner h2{color:var(--text-main);margin:2rem 0 .75rem;font-size:1.15rem}.legal-content__inner h2:first-child{margin-top:0}.legal-content__inner p,.legal-content__inner li{color:var(--text-muted);font-size:.95rem}.legal-content__inner ul{margin:.75rem 0;padding-left:1.25rem}.legal-footer-cta{text-align:center;border-top:1px solid #d4af3726;padding:2rem 0 3rem}.legal-footer-cta a{color:var(--primary);font-weight:600}.app-container{min-height:100vh}
