@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Dancing+Script:wght@500;700&family=Outfit:wght@300;400;500;600&display=swap";:root{--radius-sm: .25rem;--radius-md: .5rem;--radius: var(--radius-md);--rose-gold: oklch(.74 .09 25);--rose-gold-deep: oklch(.5 .085 22);--rose-gold-light: oklch(.88 .05 28);--blush: oklch(.96 .02 25);--surface-muted: oklch(.96 .02 25);--champagne: oklch(.93 .04 70);--ink: oklch(.22 .03 25);--background: oklch(.99 .008 30);--foreground: oklch(.22 .03 25);--text-body: color-mix(in oklch, var(--foreground) 82%, transparent);--card: oklch(1 0 0);--primary-foreground: oklch(.99 .008 30);--muted-foreground: oklch(.42 .035 25);--border: oklch(.9 .03 25);--gradient-rose-gold: linear-gradient(135deg, oklch(.82 .08 30) 0%, oklch(.65 .11 22) 50%, oklch(.55 .12 18) 100%);--gradient-blush: linear-gradient(180deg, oklch(.98 .015 25) 0%, oklch(.94 .03 25) 100%);--shadow-soft: 0 4px 16px -4px oklch(.22 .03 25 / .08);--font-display: "Playfair Display", Georgia, serif;--font-script: "Dancing Script", cursive;--font-sans: "Outfit", system-ui, sans-serif;--text-xs: .6875rem;--text-sm: .8125rem;--text-base: .9375rem;--text-lg: 1.125rem;--text-display: clamp(2rem, 4vw, 3rem);--space-section: clamp(2.5rem, 5vw, 3.5rem);--ease: cubic-bezier(.4, 0, .2, 1);--duration: .2s;--header-height: 4rem}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html,body{margin:0;padding:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.5}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:80rem;margin:0 auto;padding:0 1.25rem}@media(min-width:1024px){.container{padding:0 2rem}}.font-display{font-family:var(--font-display)}.font-script{font-family:var(--font-script)}.bg-rose-gradient{background:var(--gradient-rose-gold)}.bg-blush-gradient{background:var(--gradient-blush)}.text-rose-gradient{background:var(--gradient-rose-gold);-webkit-background-clip:text;background-clip:text;color:transparent}.text-rose-gold-deep{color:var(--rose-gold-deep)}.text-muted{color:var(--muted-foreground)}.shadow-rose{box-shadow:var(--shadow-rose)}.shadow-soft{box-shadow:var(--shadow-soft)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-sm);padding:.8125rem 1.5rem;font-size:var(--text-sm);font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:none;transition:background var(--duration) var(--ease),color var(--duration) var(--ease),border-color var(--duration) var(--ease)}.btn-primary{background:var(--foreground);color:var(--primary-foreground);box-shadow:none}.btn-primary:hover{background:var(--rose-gold-deep)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--foreground)}.btn-outline:hover{background:var(--blush);border-color:var(--rose-gold-light)}.btn-dark{background:var(--foreground);color:var(--background)}.btn-dark:hover{background:var(--rose-gold-deep)}.announcement-bar{background:var(--gradient-rose-gold);color:var(--primary-foreground);font-size:.75rem;padding:.5rem 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;gap:3rem;padding:0 1.5rem;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:40;background:#fff6f4d9;background:oklch(.98 .012 30 / .85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid oklch(.88 .04 25 / .6)}.header-inner{height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo-vrinda{font-family:var(--font-display);font-size:1.5rem;letter-spacing:-.02em}.logo-addons{font-family:var(--font-script);font-size:1.25rem;color:var(--rose-gold-deep)}.nav-desktop{display:none;gap:2rem;font-size:.875rem;font-weight:500;color:#271513cc}.nav-desktop a:hover{color:var(--rose-gold-deep)}@media(min-width:1024px){.nav-desktop{display:flex}}.header-actions{display:flex;align-items:center;gap:.125rem;color:var(--foreground)}.icon-btn{background:none;border:none;padding:.5rem;color:inherit;display:inline-flex}.icon-btn:hover{color:var(--rose-gold-deep)}.cart-count{position:absolute;top:-2px;right:-2px;min-width:1rem;height:1rem;border-radius:9999px;background:var(--foreground);color:var(--primary-foreground);font-size:.625rem;display:flex;align-items:center;justify-content:center;padding:0 .25rem}.hero-banner{position:relative;overflow:hidden;background:var(--ink)}.hero-banner-slides{position:relative}.hero-banner-slide{display:none;position:relative;width:100%;aspect-ratio:4 / 5}@media(min-width:768px){.hero-banner-slide{aspect-ratio:16 / 7}}.hero-banner-slide.is-active{display:block}.hero-banner-media{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hero-banner-media img{width:100%;height:100%;object-fit:cover}.hero-banner-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#271513b8,#27151359 45%,#27151314)}.hero-banner-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 2.5rem;color:var(--primary-foreground)}@media(min-width:768px){.hero-banner-content{padding-bottom:3rem}}.hero-eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.18em;color:#f7ccc5;font-weight:600}.hero-title{font-size:clamp(2rem,5.5vw,3.25rem);line-height:1.05;margin-top:.75rem;max-width:16ch;color:var(--primary-foreground)}.hero-title-accent{font-style:italic;color:var(--rose-gold-light)}.hero-desc{margin-top:.875rem;max-width:28rem;color:#fff6f4e0;color:oklch(.98 .012 30 / .88);line-height:1.6;font-size:var(--text-sm)}.hero-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.625rem}.hero-banner .btn-outline{border-color:#fff6f473;border-color:oklch(.98 .012 30 / .45);color:var(--primary-foreground)}.hero-banner .btn-outline:hover{background:#fff6f41f;background:oklch(.98 .012 30 / .12);border-color:var(--primary-foreground)}.hero-banner-nav{position:absolute;bottom:1rem;right:1.25rem;z-index:3;display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.hero-banner-nav{bottom:1.5rem;right:2rem}}.hero-banner-dot{width:.5rem;height:.5rem;border-radius:9999px;padding:0;border:none;background:#fff6f466;background:oklch(.98 .012 30 / .4);cursor:pointer;transition:background var(--duration) var(--ease),transform var(--duration) var(--ease)}.hero-banner-dot.is-active{background:var(--primary-foreground);transform:scale(1.15)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.section-pad{padding:5rem 0}@media(min-width:1024px){.section-pad{padding:7rem 0}}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}.section-eyebrow{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--rose-gold-deep);font-weight:600}.section-title{font-size:clamp(2rem,4vw,3rem);margin-top:.5rem}.section-link{font-size:.875rem;color:var(--rose-gold-deep);display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s}.section-link:hover{gap:.5rem}.mood-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.mood-grid{grid-template-columns:repeat(5,1fr);gap:1rem}}.mood-card{position:relative;aspect-ratio:3/4;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}.mood-card:first-child{grid-column:span 2}.mood-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease)}.mood-card:hover img{transform:scale(1.03)}.mood-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,oklch(.22 .03 25 / .65),oklch(.22 .03 25 / .08) 55%,transparent)}.mood-card-content{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.25rem;color:var(--primary-foreground)}.mood-tagline{font-family:var(--font-script);color:var(--rose-gold-light);font-size:1rem;line-height:1}.mood-name{font-family:var(--font-display);font-size:clamp(1.125rem,2vw,1.25rem);margin-top:.25rem}.mood-explore{margin-top:.5rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;opacity:.9;transition:gap .2s}.mood-card:hover .mood-explore{gap:.5rem}.product-grid-section{padding:4rem 0}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.product-card{background:var(--card);border-radius:1rem;overflow:hidden;border:1px solid oklch(.88 .04 25 / .6);box-shadow:var(--shadow-soft);transition:box-shadow .2s}.product-card:hover{box-shadow:var(--shadow-rose)}.product-card-image{aspect-ratio:1;background:var(--blush);overflow:hidden;display:block}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card-image img{transform:scale(1.03)}.product-card-body{padding:.75rem}.product-card-title{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.product-card-title:hover{color:var(--rose-gold-deep)}.product-card-price{font-size:1rem;font-weight:600;color:var(--rose-gold-deep);margin-top:.25rem}.product-card-add{margin-top:.75rem;width:100%;padding:.5rem;border-radius:9999px;background:var(--gradient-rose-gold);color:var(--primary-foreground);font-size:.75rem;font-weight:500;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.375rem}.product-empty{border-radius:1.5rem;border:1px dashed oklch(.74 .09 25 / .4);background:#ffe8e766;background:oklch(.95 .03 20 / .4);padding:3rem;text-align:center}.drop-section{padding:var(--space-section) 0;background:var(--background)}.drop-grid{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.drop-grid{grid-template-columns:1fr 1fr;gap:3rem}}.drop-image-wrap{position:relative}.drop-image{aspect-ratio:4 / 3;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}.drop-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease)}.drop-image-wrap:hover .drop-image img{transform:scale(1.03)}.drop-float-card{margin-top:1rem;background:var(--surface-muted);border-radius:var(--radius-sm);padding:1rem 1.125rem;border:1px solid var(--border);max-width:100%}.drop-countdown{margin-top:1.75rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;max-width:28rem}.drop-countdown-item{background:var(--card);border-radius:var(--radius-sm);padding:.875rem .5rem;text-align:center;border:1px solid var(--border)}.drop-countdown-value{font-family:var(--font-display);font-size:1.625rem;color:var(--foreground)}.drop-countdown-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);margin-top:.25rem}.studio-grid{display:grid;gap:1.5rem}@media(min-width:1024px){.studio-grid{grid-template-columns:repeat(12,1fr)}}.studio-models{display:flex;gap:.75rem;overflow-x:auto}@media(min-width:1024px){.studio-models{flex-direction:column;grid-column:span 2;overflow:visible}}.studio-model-btn{flex-shrink:0;border-radius:1rem;overflow:hidden;aspect-ratio:3/4;width:5rem;border:2px solid transparent;opacity:.6;transition:all .2s;padding:0;background:none}@media(min-width:1024px){.studio-model-btn{width:100%}}.studio-model-btn.active,.studio-model-btn:hover{border-color:var(--rose-gold-deep);opacity:1;box-shadow:var(--shadow-rose)}.studio-model-btn img{width:100%;height:100%;object-fit:cover}.studio-canvas{position:relative;aspect-ratio:4/5;border-radius:1.5rem;overflow:hidden;background:var(--gradient-blush);box-shadow:var(--shadow-rose)}@media(min-width:1024px){.studio-canvas{grid-column:span 7}}.studio-canvas>img.studio-model{width:100%;height:100%;object-fit:cover}.studio-jewel-overlay{position:absolute;top:25%;right:1.5rem;width:8rem;height:8rem;object-fit:contain;filter:drop-shadow(0 25px 25px oklch(0 0 0 / .25));pointer-events:none;transition:opacity .3s,transform .3s}@media(min-width:1024px){.studio-jewel-overlay{width:10rem;height:10rem}}.studio-badge{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;gap:.375rem;background:#fff6f4d9;background:oklch(.98 .012 30 / .85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.375rem .75rem;border-radius:9999px;font-size:.6875rem}.studio-bar{position:absolute;bottom:1rem;left:1rem;right:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#fff6f4e6;background:oklch(.98 .012 30 / .9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:.75rem}@media(min-width:1024px){.studio-tray{grid-column:span 3}}.studio-jewel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.studio-jewel-btn{border-radius:1rem;overflow:hidden;aspect-ratio:1;border:2px solid var(--border);padding:0;background:none;transition:all .2s}.studio-jewel-btn.active{border-color:var(--rose-gold-deep);box-shadow:var(--shadow-rose)}.studio-jewel-btn:hover{border-color:var(--rose-gold)}.studio-jewel-btn img{width:100%;height:100%;object-fit:cover}.studio-note{margin-top:1.25rem;padding:1rem;border-radius:1rem;background:var(--blush);border:1px solid var(--rose-gold-light)}.mirror-section{position:relative;overflow:hidden;padding:5rem 0}@media(min-width:1024px){.mirror-section{padding:7rem 0}}.mirror-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-rose-gold);opacity:.95}.mirror-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,oklch(.95 .05 30 / .4),transparent 60%)}.mirror-grid{position:relative;display:grid;gap:3rem;align-items:center;color:var(--primary-foreground)}@media(min-width:1024px){.mirror-grid{grid-template-columns:1fr 1fr}}.mirror-preview{position:relative;display:block;aspect-ratio:4/5;border-radius:2rem;overflow:hidden;border:4px solid oklch(.98 .012 30 / .3);box-shadow:0 25px 50px -12px #00000040}.mirror-preview img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.mirror-preview:hover img{transform:scale(1.05)}.mirror-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#27151333}.mirror-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.mirror-play-btn{width:4rem;height:4rem;border-radius:9999px;background:#fff6f4f2;background:oklch(.98 .012 30 / .95);display:grid;place-items:center;box-shadow:0 20px 25px -5px #0000001a;transition:transform .2s;border:none}.mirror-preview:hover .mirror-play-btn{transform:scale(1.1)}.mirror-ar-badge{position:absolute;top:1.5rem;left:1.5rem;display:inline-flex;align-items:center;gap:.375rem;background:#27151399;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.375rem .75rem;border-radius:9999px;font-size:.6875rem;color:var(--primary-foreground)}.mirror-product-bar{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;background:#fff6f4f2;background:oklch(.98 .012 30 / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:.75rem;display:flex;align-items:center;justify-content:space-between;color:var(--foreground)}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:768px){.story-grid{grid-template-columns:repeat(6,1fr);gap:.75rem}}.story-item{position:relative;aspect-ratio:1;border-radius:1rem;overflow:hidden;display:block}.story-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.story-item:hover img{transform:scale(1.1)}.story-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#27151300;transition:background .2s;display:grid;place-items:center}.story-item:hover .story-item-overlay{background:#27151366}.story-item-overlay svg{opacity:0;transition:opacity .2s;color:var(--primary-foreground)}.story-item:hover .story-item-overlay svg{opacity:1}.newsletter-wrap{padding-bottom:2rem}.newsletter-box{position:relative;overflow:hidden;border-radius:2rem;background:var(--gradient-blush);border:1px solid var(--rose-gold-light);padding:2.5rem 2rem;text-align:center}@media(min-width:1024px){.newsletter-box{padding:4rem}}.newsletter-sparkle{position:absolute;color:#b75a5966}.newsletter-sparkle-1{top:2rem;left:2rem;width:1.25rem;height:1.25rem}.newsletter-sparkle-2{bottom:2rem;right:2.5rem;width:1.75rem;height:1.75rem;opacity:.75}.newsletter-script{font-family:var(--font-script);color:var(--rose-gold-deep);font-size:1.5rem;line-height:1}.newsletter-title{font-family:var(--font-display);font-size:clamp(1.875rem,4vw,3rem);margin-top:.5rem}.newsletter-form{margin-top:1.75rem;max-width:28rem;margin-left:auto;margin-right:auto;display:flex;gap:.5rem;background:var(--card);border-radius:9999px;padding:.375rem;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.newsletter-form input{flex:1;border:none;background:transparent;padding:.625rem 1rem;font-size:.875rem;outline:none}.site-footer{margin-top:6rem;background:linear-gradient(to bottom,var(--blush),var(--background));border-top:1px solid var(--border)}.footer-grid{display:grid;gap:2.5rem;padding:4rem 0}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-col h4{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--rose-gold-deep)}.footer-col ul{list-style:none;padding:0;margin:1rem 0 0}.footer-col li{margin-bottom:.625rem;font-size:.875rem;color:#271513bf}.footer-col a:hover{color:var(--rose-gold-deep)}.footer-bottom{border-top:1px solid var(--border);padding:1.25rem 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.75rem;color:var(--muted-foreground)}.product-page{padding-bottom:5rem}.product-layout{display:grid;gap:2rem;align-items:start}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:2.5rem}}.product-gallery{position:relative}@media(min-width:768px){.product-gallery{position:sticky;top:calc(var(--header-height) + 1rem)}}.product-gallery-main{aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;background:var(--blush);border:1px solid var(--border);cursor:zoom-in}.product-gallery-main img{transition:opacity .3s var(--ease)}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.5rem;font-size:var(--text-xs)}.trust-badge{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-muted);padding:.625rem .5rem;text-align:center;color:var(--muted-foreground)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:50;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:32rem;height:100%;background:var(--background);z-index:51;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001a}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{padding:1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer-title{font-family:var(--font-display);font-size:1.5rem}.cart-drawer-desc{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.cart-drawer-body{flex:1;overflow-y:auto;padding:1rem 1.5rem;min-height:0}.cart-drawer-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);flex-shrink:0;background:var(--background)}.cart-line{display:flex;gap:1rem;padding:.5rem 0;border-bottom:1px solid oklch(.88 .04 25 / .6)}.cart-line-image{width:4rem;height:4rem;border-radius:.375rem;overflow:hidden;background:var(--blush);flex-shrink:0}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--muted-foreground)}.stylist-chat-wrap{position:fixed;bottom:1.25rem;right:1.25rem;z-index:40}.stylist-chat-panel{display:none;width:20rem;margin-bottom:.75rem;border-radius:var(--radius-sm);background:var(--card);box-shadow:var(--shadow-soft);border:1px solid var(--border);overflow:hidden}.stylist-chat-panel.open{display:block}.stylist-chat-header{background:var(--foreground);color:var(--primary-foreground);padding:1rem;display:flex;align-items:center;gap:.75rem}.stylist-chat-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:#fff6f426;background:oklch(.98 .012 30 / .15);display:grid;place-items:center;flex-shrink:0;font-size:.875rem}.stylist-chat-body{padding:1rem;background:var(--surface-muted)}.stylist-bubble{background:var(--card);border-radius:var(--radius-sm);border-top-left-radius:.125rem;padding:.75rem;font-size:var(--text-sm);border:1px solid var(--border);max-width:85%}.stylist-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.stylist-tag{font-size:var(--text-xs);padding:.375rem .75rem;border-radius:var(--radius-sm);background:var(--card);border:1px solid var(--border)}.stylist-tag:hover{border-color:var(--rose-gold-deep);color:var(--rose-gold-deep)}.stylist-chat-input-wrap{padding:.75rem;border-top:1px solid var(--border);background:var(--card)}.stylist-chat-input{width:100%;background:var(--surface-muted);border-radius:var(--radius-sm);padding:.625rem 1rem;font-size:var(--text-sm);border:1px solid var(--border);outline:none}.stylist-chat-input:focus{border-color:var(--rose-gold-light)}.stylist-chat-btn{position:relative;width:3.25rem;height:3.25rem;border-radius:9999px;background:var(--foreground);color:var(--primary-foreground);border:none;box-shadow:var(--shadow-soft);display:grid;place-items:center;transition:transform var(--duration) var(--ease),background var(--duration) var(--ease)}.stylist-chat-btn:hover{transform:scale(1.04);background:var(--rose-gold-deep)}.stylist-pulse-dot{position:absolute;top:-.25rem;right:-.25rem;width:.625rem;height:.625rem;border-radius:9999px;background:var(--rose-gold-deep);box-shadow:0 0 0 2px var(--background);animation:pulse 2s infinite}.try-on-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#00000080;display:none;align-items:center;justify-content:center;padding:1rem}.try-on-overlay.open{display:flex}.try-on-dialog{width:100%;max-width:64rem;max-height:95vh;background:var(--background);border-radius:1rem;overflow:hidden;border:1px solid oklch(.74 .09 25 / .3);box-shadow:var(--shadow-rose)}.try-on-grid{display:grid}@media(min-width:768px){.try-on-grid{grid-template-columns:1fr 260px}}.try-on-stage-wrap{background:#271513f2}.try-on-stage{position:relative;aspect-ratio:3/4;width:100%;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}@media(min-width:768px){.try-on-stage{height:600px;aspect-ratio:auto}}.try-on-stage video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.try-on-stage video.mirror{transform:scaleX(-1)}.try-on-loading,.try-on-error{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;text-align:center;padding:1.5rem;color:var(--primary-foreground);font-size:.875rem}.try-on-overlay-item{position:absolute;cursor:move;touch-action:none}.try-on-overlay-item img{width:100%;height:100%;object-fit:contain;pointer-events:none;filter:drop-shadow(0 8px 20px oklch(0 0 0 / .5));mix-blend-mode:multiply}.try-on-overlay-item.active{outline:2px solid var(--rose-gold-light);outline-offset:2px}.try-on-live-badge{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;gap:.375rem;background:#27151399;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.375rem .75rem;border-radius:9999px;font-size:.6875rem;color:var(--primary-foreground);z-index:2}.try-on-close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:9999px;background:#fff6f4e6;background:oklch(.98 .012 30 / .9);border:none;z-index:2;display:grid;place-items:center}.try-on-toolbar{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.25rem;background:#fff6f4f2;background:oklch(.98 .012 30 / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;padding:.375rem .5rem;box-shadow:var(--shadow-soft);z-index:2}.try-on-toolbar button{width:2rem;height:2rem;border:none;border-radius:9999px;background:transparent;display:grid;place-items:center}.try-on-toolbar button:hover{background:var(--blush)}.try-on-toolbar-divider{width:1px;height:1.25rem;background:var(--border);margin:0 .25rem}.try-on-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem;background:var(--background);border-top:1px solid var(--border)}.try-on-sidebar{border-top:1px solid var(--border);background:#ffe8e74d;background:oklch(.95 .03 20 / .3);padding:1rem;max-height:660px;overflow-y:auto}@media(min-width:768px){.try-on-sidebar{border-top:none;border-left:1px solid var(--border)}}.try-on-pieces{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.try-on-piece-btn{text-align:left;border-radius:.75rem;overflow:hidden;border:1px solid var(--border);background:var(--card);padding:0;transition:border-color .2s}.try-on-piece-btn:hover{border-color:var(--rose-gold)}.try-on-piece-btn img{width:100%;aspect-ratio:1;object-fit:cover}.try-on-piece-btn span{display:block;padding:.375rem .5rem;font-size:.6875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vrinda-toast{position:fixed;top:1.25rem;left:50%;transform:translate(-50%) translateY(-120%);z-index:70;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:.75rem 1.25rem;box-shadow:var(--shadow-rose);font-size:.875rem;transition:transform .3s;pointer-events:none}.vrinda-toast.show{transform:translate(-50%) translateY(0)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.localization-form{display:inline-flex;align-items:center}.localization-select{max-width:9rem;padding:.35rem .5rem;font-size:.6875rem;border:1px solid var(--border);border-radius:9999px;background:var(--card);color:var(--foreground);cursor:pointer}.localization-form--static{gap:.25rem;padding:.35rem .625rem;border-radius:9999px;border:1px solid var(--border);background:var(--card);font-size:.6875rem;color:var(--muted-foreground)}.localization-flag{font-size:.875rem;line-height:1}.market-banner{display:flex;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:.625rem .75rem;border-radius:.75rem;background:#ffe8e773;background:oklch(.95 .03 20 / .45);border:1px solid oklch(.88 .04 25 / .6);font-size:.75rem;line-height:1.4;color:var(--muted-foreground)}.market-banner-icon{flex-shrink:0;line-height:1.2}.checkout-actions-hint{font-size:.75rem;margin-bottom:.75rem;line-height:1.4}.checkout-trust-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.75rem}.trust-pill{font-size:.625rem;padding:.25rem .5rem;border-radius:9999px;border:1px solid oklch(.88 .04 25 / .6);background:var(--card);color:var(--muted-foreground);letter-spacing:.02em}.checkout-btn[disabled]{opacity:.6;cursor:not-allowed}.checkout-legal a{color:var(--rose-gold-deep);text-decoration:underline;text-underline-offset:2px}.policy-page .policy-heading{font-size:1.25rem;margin:1.5rem 0 .75rem}.policy-page .policy-body{font-size:var(--text-base);line-height:1.7;color:var(--text-body)}.policy-page .policy-body ul{margin:.75rem 0;padding-left:1.25rem}.policy-page .policy-body li{margin:.35rem 0}.policy-page .policy-body a{color:var(--rose-gold-deep)}.policy-contact-card{margin-top:2.5rem;padding:1.25rem;border-radius:1rem;border:1px solid var(--border);background:#ffe8e759;background:oklch(.95 .03 20 / .35)}.policy-contact-card a{color:var(--rose-gold-deep)}@media(max-width:767px){.localization-select{max-width:7rem}.header-actions{gap:.125rem}.icon-btn{padding:.375rem}.logo-vrinda{font-size:1.25rem}.logo-addons{font-size:1rem}}.section-header--center{text-align:center;justify-content:center;flex-direction:column;align-items:center}.section-header--center .section-title{max-width:20ch}.trust-bar{border-bottom:1px solid var(--border);background:var(--card)}.trust-bar-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.25rem 0}@media(min-width:768px){.trust-bar-inner{grid-template-columns:repeat(4,1fr)}}.trust-bar-item{display:flex;align-items:flex-start;gap:.625rem}.hero-stat-label{font-size:.75rem;color:var(--muted-foreground)}.mobile-menu-btn{display:inline-flex}@media(min-width:1024px){.mobile-menu-btn{display:none}}.desktop-only{display:none}@media(min-width:1024px){.desktop-only{display:inline-flex}}.trust-bar-mark{font-size:.875rem;line-height:1.2;flex-shrink:0;color:var(--rose-gold-deep)}.category-mark{width:2.5rem;height:2.5rem;border-radius:9999px;display:grid;place-items:center;font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--rose-gold-deep);background:var(--blush);border:1px solid var(--rose-gold-light)}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.cart-page{max-width:48rem}.cart-page-summary{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.cart-page-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-page-total-label{font-size:1.125rem;font-weight:600}.cart-page-total-value{font-size:1.25rem;font-weight:700;color:var(--rose-gold-deep)}.cart-qty-input{width:3rem;padding:.375rem .5rem;border:1px solid var(--border);border-radius:.5rem;font-family:inherit;font-size:.875rem}.cart-remove-link{font-size:.75rem;color:var(--muted-foreground)}.cart-remove-link:hover{color:var(--rose-gold-deep)}.trust-bar-title{font-size:.8125rem;font-weight:600;margin:0}.trust-bar-desc{font-size:.6875rem;color:var(--muted-foreground);margin:.125rem 0 0;line-height:1.35}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:2rem}@media(min-width:768px){.category-grid{grid-template-columns:repeat(6,1fr);gap:1rem}}.category-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;border-radius:1rem;border:1px solid var(--border);background:var(--card);transition:border-color .2s,box-shadow .2s;text-align:center}.category-card:hover{border-color:var(--rose-gold-light);box-shadow:var(--shadow-soft);color:var(--rose-gold-deep)}.category-label{font-size:.75rem;font-weight:500}.product-card{position:relative}.product-card-placeholder{width:100%;height:100%;min-height:8rem;display:flex;align-items:center;justify-content:center;color:var(--rose-gold-deep);font-size:2rem;background:var(--blush)}.product-badge{position:absolute;top:.625rem;left:.625rem;z-index:2;font-size:.625rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px;letter-spacing:.02em}.product-badge--sale{background:var(--foreground);color:var(--background)}.product-badge--new{background:var(--card);color:var(--rose-gold-deep);border:1px solid var(--border)}.product-card-pricing{display:flex;align-items:baseline;gap:.375rem;margin-top:.25rem;flex-wrap:wrap}.product-card-compare{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.product-card-add:disabled{opacity:.45;cursor:not-allowed}.breadcrumbs{padding:1rem 0 .25rem}.breadcrumbs-list{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;margin:0;padding:0;font-size:.75rem;color:var(--muted-foreground)}.breadcrumbs-list li:not(:last-child):after{content:"/";margin-left:.375rem;opacity:.5}.breadcrumbs-list a:hover{color:var(--rose-gold-deep)}.breadcrumbs-list [aria-current=page]{color:var(--foreground)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none}.mobile-menu.open{pointer-events:auto}.mobile-menu-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s}.mobile-menu.open .mobile-menu-overlay{opacity:1}.mobile-menu-panel{position:absolute;top:0;left:0;width:min(20rem,88vw);height:100%;background:var(--background);transform:translate(-100%);transition:transform .3s;display:flex;flex-direction:column;box-shadow:4px 0 24px #00000014}.mobile-menu.open .mobile-menu-panel{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid var(--border)}.mobile-menu-nav{flex:1;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.mobile-menu-nav a{padding:.75rem 0;font-size:.9375rem;font-weight:500;border-bottom:1px solid oklch(.9 .03 25 / .5);color:#271513d9}.mobile-menu-nav a:hover{color:var(--rose-gold-deep)}.mobile-menu-footer{padding:1.25rem;border-top:1px solid var(--border)}.collection-banner{position:relative;min-height:12rem;overflow:hidden}@media(min-width:768px){.collection-banner{min-height:16rem}}.collection-banner-img{width:100%;height:100%;object-fit:cover;min-height:12rem}.collection-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#271513bf,#27151340);display:flex;align-items:flex-end;padding-bottom:2rem;color:var(--primary-foreground)}.collection-banner-title{font-size:clamp(2rem,4vw,3rem);margin-top:.5rem}.collection-banner-desc{margin-top:.5rem;max-width:36rem;opacity:.9;font-size:.9375rem;line-height:1.5}.collection-count{font-size:.875rem;color:var(--muted-foreground);white-space:nowrap}.product-page-top{padding-top:1rem}.product-title{font-size:clamp(1.75rem,3vw,2.25rem);margin-top:.25rem;line-height:1.15}.product-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.product-price{font-size:1.5rem;font-weight:600;color:var(--rose-gold-deep)}.product-compare{font-size:1rem;color:var(--muted-foreground);text-decoration:line-through}.product-save{font-size:.75rem;font-weight:600;color:var(--rose-gold-deep);background:#ffe8e7cc;background:oklch(.95 .03 20 / .8);padding:.2rem .5rem;border-radius:9999px}.product-tax-note{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}.product-add-btn{margin-top:1.25rem;width:100%;padding:.875rem}.product-thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.product-thumb{flex-shrink:0;width:4rem;height:4rem;border-radius:.625rem;overflow:hidden;border:2px solid transparent;padding:0;background:none;opacity:.7;transition:opacity .2s,border-color .2s}.product-thumb.active,.product-thumb:hover{opacity:1;border-color:var(--rose-gold-deep)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-tabs{margin-top:2rem;border-top:1px solid var(--border);padding-top:1.25rem}.product-tabs-nav{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.product-tab{background:none;border:none;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;color:var(--muted-foreground);border-bottom:2px solid transparent;margin-bottom:-1px}.product-tab.active{color:var(--rose-gold-deep);border-bottom-color:var(--rose-gold-deep)}.product-tab-panel{font-size:.875rem;line-height:1.65;color:#271513d1}.product-tab-panel a{color:var(--rose-gold-deep)}.form-field{margin-top:1rem}.form-field label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.375rem}.form-field input,.form-field textarea,.input-select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card);font-family:inherit;font-size:.875rem;color:var(--foreground)}.form-field input:focus,.form-field textarea:focus,.input-select:focus{outline:2px solid oklch(.74 .09 25 / .35);outline-offset:1px;border-color:var(--rose-gold-light)}.form-success{padding:.875rem 1rem;border-radius:.75rem;background:#dff6de80;color:#1b451e;margin-bottom:1rem;font-size:.875rem}.form-error{padding:.875rem 1rem;border-radius:.75rem;background:#ffe7e466;background:oklch(.95 .04 25 / .4);color:#8c3432;margin-bottom:1rem;font-size:.875rem}.about-hero-grid{display:grid;gap:2rem;margin-top:1rem;align-items:center}@media(min-width:768px){.about-hero-grid{grid-template-columns:1fr 1fr}}.about-lead{font-size:var(--text-base);line-height:1.65;color:var(--text-body);margin-top:1rem;max-width:36rem}.about-visual{border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:4/5;background:var(--blush);border:1px solid var(--border)}.about-visual img{width:100%;height:100%;object-fit:cover}.about-content{margin-top:3rem;max-width:42rem}.about-heading{font-size:1.375rem;margin:2rem 0 .75rem}.about-heading:first-child{margin-top:0}.about-body{font-size:var(--text-base);line-height:1.7;color:var(--text-body)}.about-values{display:grid;gap:1rem;margin-top:3rem}@media(min-width:768px){.about-values{grid-template-columns:repeat(3,1fr)}}.value-card{padding:1.25rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--card)}.value-icon{font-size:1rem;display:block;margin-bottom:.5rem;color:var(--rose-gold-deep);font-family:var(--font-display)}.value-card h3{font-size:1rem;margin:0}.value-card p{font-size:.8125rem;margin-top:.375rem;line-height:1.45}.faq-layout{display:grid;gap:2rem}@media(min-width:992px){.faq-layout{grid-template-columns:14rem 1fr;align-items:start;gap:2.5rem}}.faq-sidebar{display:none;position:sticky;top:calc(var(--header-height) + 1rem)}@media(min-width:992px){.faq-sidebar{display:block}}.faq-main{min-width:0}.faq-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;font-size:.8125rem}.faq-links a{color:var(--rose-gold-deep);text-decoration:underline;text-underline-offset:2px}.faq-item{border-bottom:1px solid var(--border);padding:.25rem 0}.faq-question{cursor:pointer;font-weight:500;font-size:.9375rem;padding:1rem 0;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-answer{font-size:.875rem;line-height:1.65;color:#271513d1;padding-bottom:1rem}.faq-answer a{color:var(--rose-gold-deep)}.contact-layout{display:grid;gap:2.5rem}@media(min-width:768px){.contact-layout{grid-template-columns:1fr 1fr;align-items:start}}.contact-cards{display:grid;gap:.75rem;margin-top:1.5rem}.contact-card{padding:1rem 1.125rem;border-radius:.875rem;border:1px solid var(--border);background:var(--card)}.contact-card-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);margin:0 0 .25rem}.contact-card a{color:var(--rose-gold-deep);font-weight:500;font-size:.9375rem}.contact-form-wrap{padding:1.5rem;border-radius:1.25rem;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-soft)}.footer-trust-strip{border-top:1px solid var(--border);background:var(--card);padding:.875rem 0}.footer-trust-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;font-size:.6875rem;color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase}.site-footer{margin-top:4rem;background:var(--background);border-top:none}.footer-brand{max-width:18rem}.footer-tagline{margin-top:.75rem;font-style:italic;font-size:1rem;color:#271513bf}.footer-desc{margin-top:.625rem;font-size:.8125rem;line-height:1.55}.footer-legal{display:flex;gap:1rem}.footer-legal a{color:var(--muted-foreground)}.footer-legal a:hover{color:var(--rose-gold-deep)}.empty-state{text-align:center;padding:4rem 1rem}.empty-state-icon{font-size:2.5rem;color:var(--rose-gold-deep);opacity:.5;margin-bottom:.75rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.announcement-bar--static{background:var(--ink);color:var(--primary-foreground);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;padding:.625rem 0}.announcement-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;text-align:center}.announcement-divider{opacity:.45}.header-inner{position:relative}@media(max-width:1023px){.header-inner .logo-text{position:absolute;left:50%;transform:translate(-50%);max-width:calc(100% - 7.5rem);white-space:nowrap}}.section-pad-sm{padding:var(--space-section) 0}.section-eyebrow{letter-spacing:.18em;font-size:var(--text-xs)}.section-title{font-weight:600;font-size:var(--text-display)}.product-grid-section{padding:var(--space-section) 0;background:var(--background)}.product-grid{gap:1rem}@media(min-width:1024px){.product-grid{gap:1.25rem}}.product-card--luxury{border-radius:0;border:none;box-shadow:none;background:transparent}.product-card--luxury .product-card-image{border-radius:var(--radius-sm);background:var(--blush);aspect-ratio:1;border:1px solid var(--border)}.product-card--luxury:hover{box-shadow:none}.product-card--luxury .product-card-body{padding:.875rem 0 0}.product-card--luxury .product-card-title{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:400;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-card--luxury .product-card-price{font-size:var(--text-base);font-weight:600}.product-card-off{font-size:var(--text-xs);color:var(--rose-gold-deep);font-weight:500}.product-card-add--luxury{margin-top:.625rem;width:100%;padding:.625rem;border-radius:var(--radius-sm);background:var(--foreground);color:var(--background);font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:none;transition:background var(--duration) var(--ease)}.product-card-add--luxury:hover{background:var(--rose-gold-deep)}.product-badge--sale{background:var(--rose-gold-deep);color:var(--primary-foreground);border-radius:.125rem;text-transform:uppercase;letter-spacing:.06em;font-size:.5625rem}.category-card{border-radius:var(--radius-sm);padding:.75rem .5rem 1rem;box-shadow:none}.category-label{font-size:var(--text-xs);font-weight:500}.category-thumb{width:4.5rem;height:4.5rem;border-radius:9999px;overflow:hidden;background:var(--blush);display:grid;place-items:center;border:1px solid var(--border)}.category-thumb img{width:100%;height:100%;object-fit:cover}.category-card:hover{border-color:var(--rose-gold-deep);box-shadow:none}.budget-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.75rem}@media(min-width:480px){.budget-grid{gap:.75rem}}.budget-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:5.25rem;padding:.875rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);transition:border-color var(--duration) var(--ease),background var(--duration) var(--ease);text-align:center}.budget-card:hover{border-color:var(--rose-gold-deep);background:var(--blush);color:var(--rose-gold-deep)}.budget-label{font-family:var(--font-display);font-size:var(--text-lg)}.budget-sublabel{font-size:var(--text-xs);color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase}.experience-grid{display:grid;gap:1rem;margin-top:1.75rem}@media(min-width:768px){.experience-grid{grid-template-columns:1fr 1fr}}.experience-card{display:flex;flex-direction:column;text-align:left;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--card);transition:border-color var(--duration) var(--ease);width:100%;font:inherit;color:inherit}button.experience-card{cursor:pointer}.experience-card:hover{border-color:var(--rose-gold-light)}.experience-card-visual{aspect-ratio:16/10;overflow:hidden;background:var(--blush)}.experience-card-visual img{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease)}.experience-card:hover .experience-card-visual img{transform:scale(1.03)}.experience-card-body{padding:1.125rem 1.25rem 1.25rem}.experience-card-body h3{font-size:var(--text-lg)}.experience-card-body p{font-size:var(--text-sm);margin-top:.375rem;line-height:1.5;color:var(--text-body)}.experience-link{display:inline-block;margin-top:.75rem;font-size:var(--text-xs);font-weight:600;color:var(--rose-gold-deep);letter-spacing:.04em;text-transform:uppercase}.drop-float-title{font-size:var(--text-base);line-height:1.3;margin:0}.drop-float-desc{font-size:var(--text-xs);margin-top:.375rem}.newsletter-container{max-width:40rem}.newsletter-box--luxury{border-radius:var(--radius-sm);padding:2rem 1.5rem;text-align:center;background:var(--card);border:1px solid var(--border);box-shadow:none}.newsletter-box--luxury .newsletter-title{font-size:clamp(1.5rem,3vw,2rem);margin:0}.newsletter-desc{margin-top:.625rem;font-size:var(--text-sm);max-width:28rem;margin-left:auto;margin-right:auto}.newsletter-box--luxury .newsletter-form{margin-top:1.25rem;border-radius:var(--radius-sm);padding:.25rem;flex-wrap:wrap}@media(max-width:479px){.newsletter-box--luxury .newsletter-form{flex-direction:column;background:transparent;border:none;padding:0;gap:.625rem}.newsletter-box--luxury .newsletter-form input{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem;background:var(--card)}.newsletter-box--luxury .newsletter-form .btn{width:100%}}.trust-bar{background:var(--surface-muted)}.trust-bar-item{min-height:3rem}.site-header{background:var(--card);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid var(--border);z-index:40}.site-footer{margin-top:0;border-top:1px solid var(--border);background:var(--background)}.footer-trust-strip{background:var(--surface-muted)}.footer-tagline{font-family:var(--font-script)}.commerce-page{background:var(--background)}.shipping-progress{margin-top:.75rem}.shipping-progress-msg{font-size:.75rem;margin:0 0 .5rem;color:var(--muted-foreground)}.shipping-progress-msg--success{color:var(--rose-gold-deep);font-weight:500}.shipping-progress-track{height:3px;background:var(--border);border-radius:9999px;overflow:hidden}.shipping-progress-fill{height:100%;background:var(--rose-gold-deep);transition:width .3s}.cart-drawer-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-drawer-title{font-size:1.25rem;color:var(--foreground)}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.cart-summary-label{font-size:.9375rem;font-weight:600}.cart-summary-value{font-size:1.125rem;font-weight:700;color:var(--rose-gold-deep)}.cart-summary-note{font-size:.6875rem;margin-bottom:1rem}.cart-view-link{display:block;text-align:center;margin-top:.75rem;font-size:.75rem;color:var(--rose-gold-deep);text-decoration:underline;text-underline-offset:2px}.cart-empty--commerce{padding:2rem 1rem;text-align:center}.payments-trust{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.payments-trust-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);width:100%;margin-bottom:.25rem}.payments-trust-pill{font-size:.625rem;padding:.2rem .45rem;border:1px solid var(--border);border-radius:.125rem;color:var(--muted-foreground)}.collection-header-wrap{padding:1.5rem 0 .5rem}.collection-desc{margin-top:.5rem;max-width:40rem;font-size:.9375rem}.collection-main{padding:1.5rem 0 3rem}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border);flex-wrap:wrap}@media(max-width:479px){.collection-toolbar{flex-direction:column;align-items:stretch}.collection-sort-select{width:100%}}.collection-sort-form{margin:0}.collection-sort-select{width:auto;min-width:10rem;padding:.5rem .75rem;font-size:.8125rem}.policy-layout{display:grid;gap:2rem}@media(min-width:992px){.policy-layout{grid-template-columns:14rem 1fr;align-items:start}}.policy-sidebar{position:sticky;top:5rem}.policy-nav-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);margin:0 0 .75rem}.policy-nav ul{list-style:none;margin:0;padding:0}.policy-nav li{margin:0}.policy-nav a{display:block;padding:.5rem 0;font-size:.875rem;color:#271513bf;border-bottom:1px solid oklch(.9 .03 25 / .5)}.policy-nav a:hover,.policy-nav a[aria-current=page]{color:var(--rose-gold-deep)}.policy-subtitle{margin-top:.5rem;max-width:36rem}.policy-contact-title{font-size:1.125rem;margin:0}.product-page-badge{display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--rose-gold-deep);margin-bottom:.5rem}.product-qty-row{display:flex;align-items:center;gap:1rem;margin-top:1rem}.product-qty-label{font-size:.8125rem;font-weight:500}.product-qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:.25rem;overflow:hidden}.qty-btn{width:2.25rem;height:2.25rem;border:none;background:var(--card);font-size:1rem;line-height:1}.qty-btn:hover{background:var(--blush)}.product-qty-input{width:2.5rem;height:2.25rem;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-family:inherit;font-size:.875rem}.product-help-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.25rem;font-size:.8125rem}.product-help-links a{color:var(--rose-gold-deep);text-decoration:underline;text-underline-offset:2px}.product-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:30;background:var(--card);border-top:1px solid var(--border);padding:.75rem 0;box-shadow:0 -4px 24px #0000000f}.product-sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-sticky-title{font-size:var(--text-xs);font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.product-sticky-price{font-size:var(--text-base);font-weight:700;color:var(--rose-gold-deep);margin:.125rem 0 0}.product-sticky-btn{padding:.75rem 1.25rem;flex-shrink:0}@media(min-width:768px){.product-sticky-bar{display:none!important}}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#000000eb;display:none;align-items:center;justify-content:center;padding:1rem}.product-lightbox.open{display:flex}.product-lightbox img{max-width:min(90vw,48rem);max-height:90vh;object-fit:contain}.product-lightbox-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:none;border-radius:var(--radius-sm);background:var(--card);cursor:pointer}.related-products{border-top:1px solid var(--border);background:var(--background)}.search-form{display:flex;gap:.5rem;margin-top:1.5rem;max-width:32rem}.search-input{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.25rem;font-family:inherit;font-size:.875rem}.search-results-count{margin-top:1.5rem;font-size:.875rem}.search-results-grid{margin-top:1.5rem}.cart-line--page{align-items:flex-start;padding:1rem 0}.cart-line-details{flex:1;min-width:0}.cart-line-title{font-weight:500;font-size:.9375rem;display:block}.cart-line-title:hover{color:var(--rose-gold-deep)}.cart-line-variant{font-size:.75rem;margin-top:.125rem}.cart-line-price{font-weight:600;color:var(--rose-gold-deep);margin-top:.375rem;font-size:.9375rem}.cart-line-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-page-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.mobile-menu-group{font-size:.625rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted-foreground);margin:1rem 0 .375rem;padding:0}.mobile-menu-group:first-child{margin-top:0}.empty-page{text-align:center;max-width:32rem;margin:0 auto}.empty-page-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.track-order-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.track-order-card{margin-top:1.5rem}.pagination-info{font-size:.875rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/vrinda.css.map */
