:root{--color-primary:#1C1917;--color-on-primary:#FFFFFF;--color-secondary:#44403C;--color-accent:#A16207;--color-accent-hover:#8A5306;--color-on-accent:#FFFFFF;--color-background:#FAFAF9;--color-foreground:#0C0A09;--color-card:#FFFFFF;--color-muted:#F3F1EE;--color-muted-foreground:#6B6660;--color-border:#E3DED8;--font-heading:"Cormorant", Georgia, serif;--font-body:"Montserrat", -apple-system, sans-serif;--container-max:1280px;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4rem;--space-7:6rem;--space-8:8rem;--radius:2px;--transition:.22s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.6;color:var(--color-foreground);background:var(--color-background)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;background:none;border:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:500;letter-spacing:.01em;margin:0 0 var(--space-2);color:var(--color-primary)}h1{font-size:clamp(2.25rem,4vw,3.75rem);font-weight:600}h2{font-size:clamp(1.75rem,3vw,2.75rem)}h3{font-size:1.5rem}p{margin:0 0 var(--space-2)}.skip-to-content{position:absolute;left:-9999px;top:0;background:var(--color-primary);color:#fff;padding:var(--space-1) var(--space-2);z-index:999}.skip-to-content:focus{left:var(--space-2);top:var(--space-2)}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-3)}.section{padding:var(--space-6) 0}.eyebrow{font-family:var(--font-body);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);font-weight:600;margin-bottom:var(--space-1);display:block}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;border-radius:var(--radius);transition:all var(--transition);min-height:44px;border:1px solid transparent}.btn--primary{background:var(--color-primary);color:var(--color-on-primary)}.btn--primary:hover{background:var(--color-accent)}.btn--outline{background:transparent;border-color:var(--color-primary);color:var(--color-primary)}.btn--outline:hover{background:var(--color-primary);color:#fff}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.announcement-bar{background:var(--color-primary);color:#fff;text-align:center;font-size:.75rem;letter-spacing:.08em;padding:.6rem var(--space-2)}.site-header{position:sticky;top:0;z-index:100;background:#fafaf9eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) 0;max-width:var(--container-max);margin:0 auto;padding-left:var(--space-3);padding-right:var(--space-3)}.site-header__logo{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;letter-spacing:.02em}.site-nav{display:flex;gap:var(--space-4);list-style:none;margin:0;padding:0}.site-nav a{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;position:relative;padding-bottom:4px}.site-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--color-accent);transition:width var(--transition)}.site-nav a:hover:after{width:100%}.site-header__icons{display:flex;align-items:center;gap:var(--space-2)}.icon-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:50%;transition:background var(--transition)}.icon-btn:hover{background:var(--color-muted)}.cart-count{position:absolute;top:2px;right:2px;background:var(--color-accent);color:#fff;font-size:.65rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none}.hero{position:relative;overflow:hidden;background:var(--color-primary)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.65}.hero__content{position:relative;z-index:2;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:var(--space-6) var(--space-3)}.hero__content h1{color:#fff}.hero__content .eyebrow{color:#e7c88a}.hero__subtitle{max-width:520px;margin:0 auto var(--space-3);font-size:1.05rem;color:#edeae6}.section-header{text-align:center;max-width:600px;margin:0 auto var(--space-5)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.product-card{position:relative}.product-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--color-muted);margin-bottom:var(--space-2)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__media img.product-card__image--back{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.product-card:hover .product-card__image--back{opacity:1}.product-card__quick-add{position:absolute;left:var(--space-1);right:var(--space-1);bottom:var(--space-1);background:#fff;text-align:center;padding:.7rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:all var(--transition)}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__title{font-size:.9rem;font-weight:500;margin-bottom:.25rem}.product-card__price{font-size:.85rem;color:var(--color-muted-foreground)}.product-card__price s{opacity:.6;margin-right:.4rem}.product-card__badge{position:absolute;top:var(--space-1);left:var(--space-1);z-index:2;background:var(--color-accent);color:#fff;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .6rem}.rich-text{max-width:680px;margin:0 auto;text-align:center}.rich-text p{font-size:1.05rem;color:var(--color-secondary)}.split-promo{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--space-6)}.split-promo__media img{width:100%;aspect-ratio:1;object-fit:cover}.split-promo__text{padding:0 var(--space-4)}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.testimonial{background:var(--color-card);padding:var(--space-4);border:1px solid var(--color-border);text-align:center}.testimonial__stars{color:var(--color-accent);letter-spacing:.15em;margin-bottom:var(--space-1)}.testimonial__quote{font-family:var(--font-heading);font-size:1.15rem;font-style:italic;margin-bottom:var(--space-2)}.testimonial__author{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted-foreground)}.newsletter{background:var(--color-primary);color:#fff;text-align:center;padding:var(--space-6) 0}.newsletter h2{color:#fff}.newsletter__form{display:flex;max-width:420px;margin:var(--space-3) auto 0;gap:.5rem}.newsletter__form input{flex:1;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-family:var(--font-body);font-size:.85rem}.newsletter__form input::placeholder{color:#fff9}.site-footer{border-top:1px solid var(--color-border);padding:var(--space-6) 0 var(--space-3)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:var(--space-4);margin-bottom:var(--space-5)}.footer-grid h4{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-family:var(--font-body);color:var(--color-primary);margin-bottom:var(--space-2)}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{margin-bottom:.6rem}.footer-grid a{font-size:.85rem;color:var(--color-secondary)}.footer-grid a:hover{color:var(--color-accent)}.footer-brand p{font-size:.85rem;color:var(--color-muted-foreground);max-width:280px}.footer-brand__logo{display:inline-block;margin-bottom:var(--space-2)}.footer-brand__logo img{max-height:48px;width:auto}.footer-address{font-size:.85rem;color:var(--color-muted-foreground);font-style:normal;line-height:1.7}.footer-address a{text-decoration:none}.footer-address a:hover{color:var(--color-accent)}.footer-utility{background:var(--color-primary);color:#fff;margin-top:var(--space-5)}.footer-utility-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3);padding:var(--space-3) var(--space-3);border-bottom:1px solid rgba(255,255,255,.1)}.footer-utility-top--centered,.footer-utility-top--centered .footer-payments,.footer-utility-top--centered .footer-payments__icons{justify-content:center}.footer-shipping{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3)}.footer-shipping__label{color:#e7c88a;white-space:nowrap;margin-bottom:0}.footer-shipping__logos{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3)}.ship-badge{font-family:var(--font-body);font-size:.8rem;font-weight:600;color:#edeae6;opacity:.85;transition:opacity var(--transition);letter-spacing:.02em}.ship-badge:hover{opacity:1}.ship-badge--fedex b{color:#f60}.ship-badge--bluedart{color:#0057a8;background:#fff;padding:.2rem .5rem;border-radius:2px;opacity:1}.ship-badge--delhivery{color:#ee2e24}.ship-badge--shiprocket{color:#fccb00}.ship-badge--indiapost{color:#f93}.footer-payments{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-end}.footer-payments__label{white-space:nowrap;color:#e7c88a;margin-bottom:0}.footer-payments__icons{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.pay-badge{display:inline-flex;align-items:center;gap:.15rem;font-size:.65rem;font-weight:700;letter-spacing:.02em;color:var(--color-primary);background:#fff;padding:.35rem .55rem;border-radius:4px;line-height:1;height:26px;border:1px solid rgba(0,0,0,.06)}.pay-badge--amex{color:#016fd0}.pay-badge--applepay{background:#000;color:#fff}.pay-badge--applepay svg{display:block}.pay-badge--bancontact{color:#005498}.pay-badge--diners{color:#0079be}.pay-badge--discover{color:#ff6000}.pay-badge--gpay{color:#5f6368}.pay-badge--gpay .gpay-g{color:#4285f4;font-weight:800}.pay-badge--mc{padding:.35rem .6rem}.mc-circles{position:relative;width:26px;height:14px;display:inline-block}.mc-circles i{position:absolute;top:0;width:14px;height:14px;border-radius:50%;font-style:normal}.mc-circles i:first-child{left:0;background:#eb001b}.mc-circles i:last-child{left:9px;background:#f79e1b;mix-blend-mode:multiply}.pay-badge--paypal{color:#003087}.pay-badge--paypal b{color:#009cde}.pay-badge--shop{background:#5a31f4;color:#fff;text-transform:lowercase;font-style:italic;font-weight:700}.pay-badge--visa{color:#1a1f71}.footer-utility-bottom{padding:var(--space-3) 0}.footer-utility-bottom__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;font-size:.78rem;color:#ffffffd9}.footer-copyright{display:flex;flex-direction:column;gap:.15rem;text-align:center;flex:1;min-width:240px}.footer-copyright a{color:#e7c88a;text-decoration:underline}.locale-selector{position:relative}.locale-selector__trigger{display:flex;align-items:center;gap:.4rem;color:#fff;font-size:.78rem;border:1px solid rgba(255,255,255,.25);padding:.5rem .8rem;border-radius:20px;background:#ffffff0d;transition:background var(--transition)}.locale-selector__trigger:hover{background:#ffffff1a}.locale-selector__chevron{transition:transform var(--transition)}.locale-selector.is-open .locale-selector__chevron{transform:rotate(180deg)}.locale-selector__panel{position:absolute;bottom:calc(100% + 10px);right:0;background:#fff;color:var(--color-foreground);width:260px;max-height:320px;overflow-y:auto;border-radius:6px;box-shadow:0 12px 32px #00000040;opacity:0;pointer-events:none;transform:translateY(6px);transition:all var(--transition);z-index:260}.locale-selector.is-open .locale-selector__panel{opacity:1;pointer-events:auto;transform:translateY(0)}.locale-selector__list{list-style:none;margin:0;padding:.5rem}.locale-selector__option{display:flex;align-items:center;gap:.6rem;width:100%;text-align:left;padding:.6rem .7rem;font-size:.85rem;border-radius:4px;transition:background var(--transition)}.locale-selector__option:hover{background:var(--color-muted)}.locale-selector__option.is-active{background:var(--color-muted);font-weight:600}.locale-code{font-size:.65rem;font-weight:700;background:var(--color-primary);color:#fff;padding:.15rem .4rem;border-radius:3px;min-width:28px;text-align:center}.locale-currency{margin-left:auto;color:var(--color-muted-foreground);font-size:.75rem}.locale-selector__empty{padding:.7rem;font-size:.8rem;color:var(--color-muted-foreground)}.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:250;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000040;transition:transform var(--transition)}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float svg{width:28px;height:28px}@media(max-width:768px){.footer-utility-top{flex-direction:column;align-items:flex-start}.footer-utility-top--centered{align-items:center}.footer-payments{justify-content:flex-start;width:100%}.footer-payments__icons{justify-content:flex-start}.footer-utility-top--centered .footer-payments,.footer-utility-top--centered .footer-payments__icons{justify-content:center}.footer-utility-bottom__inner{flex-direction:column;text-align:center}.locale-selector__panel{right:auto;left:50%;transform:translate(-50%) translateY(6px)}.locale-selector.is-open .locale-selector__panel{transform:translate(-50%) translateY(0)}.whatsapp-float{width:50px;height:50px;bottom:16px;right:16px}.whatsapp-float svg{width:24px;height:24px}}.breadcrumb{font-size:.75rem;color:var(--color-muted-foreground);margin-bottom:var(--space-3)}.breadcrumb a:hover{color:var(--color-accent)}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-6)}.product__gallery-main{aspect-ratio:4/5;background:var(--color-muted);overflow:hidden;margin-bottom:var(--space-2)}.product__gallery-main img{width:100%;height:100%;object-fit:cover}.product__gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__gallery-thumbs img{aspect-ratio:1;object-fit:cover;cursor:pointer;border:1px solid transparent;opacity:.7;transition:all var(--transition)}.product__gallery-thumbs img:hover,.product__gallery-thumbs img.active{opacity:1;border-color:var(--color-accent)}.product__info{padding-top:var(--space-2)}.product__vendor{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.4rem;display:block}.product__title{margin-bottom:.5rem}.product__price{font-size:1.4rem;color:var(--color-primary);margin-bottom:var(--space-3)}.product__price s{color:var(--color-muted-foreground);font-size:1rem;margin-right:.5rem}.product__price .badge-sale{color:var(--color-accent);font-size:.8rem;margin-left:.5rem}.product__description{color:var(--color-secondary);margin-bottom:var(--space-4);line-height:1.75}.product__form-group{margin-bottom:var(--space-3)}.product__form-label{display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem;font-weight:600}.swatch-group{display:flex;flex-wrap:wrap;gap:.6rem}.swatch{min-width:44px;height:44px;padding:0 .8rem;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all var(--transition)}.swatch:hover{border-color:var(--color-primary)}.swatch.active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.qty-selector{display:flex;align-items:center;border:1px solid var(--color-border);width:fit-content}.qty-selector button{width:44px;height:44px;font-size:1.1rem}.qty-selector input{width:48px;text-align:center;border:none;font-family:inherit;font-size:.9rem;background:transparent}.product__actions{display:flex;gap:var(--space-2);margin:var(--space-4) 0}.product__accordion{border-top:1px solid var(--color-border)}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-item summary{padding:var(--space-2) 0;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none}.accordion-item summary::-webkit-details-marker{display:none}.accordion-item[open] summary{color:var(--color-accent)}.accordion-item__content{padding-bottom:var(--space-2);color:var(--color-secondary);font-size:.9rem;line-height:1.7}.trust-badges{display:flex;gap:var(--space-3);margin-top:var(--space-3);font-size:.75rem;color:var(--color-muted-foreground)}.collection-hero{position:relative;height:42vh;min-height:300px;overflow:hidden;background:var(--color-primary)}.collection-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero__media img{width:100%;height:100%;object-fit:cover;opacity:.55}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c0a0973,#0c0a09bf)}.collection-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 var(--space-3)}.collection-hero__content h1{color:#fff;margin-bottom:.4rem}.collection-hero__content .eyebrow{color:#e7c88a}.collection-hero__content p{color:#edeae6;max-width:520px;margin:0 auto .8rem}.collection-hero__count{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffffbf;border:1px solid rgba(255,255,255,.3);padding:.35rem .9rem;border-radius:20px}.collection-body{display:grid;grid-template-columns:240px 1fr;gap:var(--space-5);align-items:start}.collection-filters{position:sticky;top:calc(var(--space-2) + 70px)}.collection-filters__label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted-foreground);display:block;margin-bottom:.5rem;font-weight:600}.collection-search-box{position:relative;margin-bottom:var(--space-4)}.collection-search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-muted-foreground)}.collection-search-box input{width:100%;padding:.7rem .8rem .7rem 2.2rem;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit;font-size:.85rem;background:#fff}.collection-filters__group{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.collection-filters__group h4{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-2);color:var(--color-primary)}.filter-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:.55rem;color:var(--color-secondary);cursor:pointer}.filter-checkbox input{width:16px;height:16px;accent-color:var(--color-accent)}.filter-checkbox__count{color:var(--color-muted-foreground);font-size:.78rem}.filter-price-inputs{display:flex;align-items:center;gap:.5rem}.filter-price-inputs input{width:100%;padding:.55rem .6rem;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit;font-size:.82rem}.filter-price-inputs span{color:var(--color-muted-foreground)}.collection-filters form .btn{margin-top:var(--space-3)}.filter-clear{display:block;text-align:center;font-size:.78rem;color:var(--color-muted-foreground);text-decoration:underline;margin-top:var(--space-2)}.filter-clear:hover{color:var(--color-accent)}.collection-filters__empty{font-size:.82rem;color:var(--color-muted-foreground);line-height:1.6;background:var(--color-muted);padding:var(--space-3);border-radius:6px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4);font-size:.82rem;color:var(--color-muted-foreground)}.collection-sort-form select{border:1px solid var(--color-border);padding:.6rem 1rem;background:#fff;font-family:inherit;font-size:.82rem;border-radius:var(--radius)}.collection-empty{grid-column:1/-1;text-align:center;color:var(--color-muted-foreground);padding:var(--space-6) 0}.collection-no-match{text-align:center;color:var(--color-muted-foreground);padding:var(--space-5) 0}.collection-load-more{display:flex;flex-direction:column;align-items:center;margin-top:var(--space-6);gap:var(--space-2)}.collection-loader{display:flex;gap:.4rem}.collection-loader__dot{width:8px;height:8px;border-radius:50%;background:var(--color-accent);animation:collectionLoaderPulse 1s ease-in-out infinite}.collection-loader__dot:nth-child(2){animation-delay:.15s}.collection-loader__dot:nth-child(3){animation-delay:.3s}@keyframes collectionLoaderPulse{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media(max-width:1024px){.collection-body{grid-template-columns:1fr}.collection-filters{position:static;order:2}.collection-main{order:1}}@media(max-width:640px){.collection-hero{height:34vh;min-height:240px}.collection-toolbar{flex-wrap:wrap;gap:var(--space-2)}}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding-bottom:var(--space-2);border-bottom:1px solid var(--color-border);color:var(--color-muted-foreground)}.cart-table td{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);vertical-align:top}.cart-line{display:flex;gap:var(--space-2)}.cart-line img{width:90px;aspect-ratio:4/5;object-fit:cover}.cart-summary{background:var(--color-muted);padding:var(--space-4)}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:var(--space-2);font-size:.9rem}.cart-summary__row--total{font-size:1.1rem;font-weight:600;border-top:1px solid var(--color-border);padding-top:var(--space-2)}.remove-item{font-size:.75rem;color:var(--color-muted-foreground);text-decoration:underline;margin-top:.4rem;display:inline-block}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,100vw);background:#fff;z-index:200;transform:translate(100%);transition:transform .35s ease;box-shadow:-4px 0 24px #0000001a}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__inner{display:flex;flex-direction:column;height:100%}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3);border-bottom:1px solid var(--color-border)}.cart-drawer__items{flex:1;overflow-y:auto;padding:var(--space-3)}.cart-drawer__footer{padding:var(--space-3);border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:var(--space-2);font-weight:600}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c0a0980;z-index:150;opacity:0;pointer-events:none;transition:opacity var(--transition)}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.contact-form{max-width:560px;margin:0 auto}.form-field{margin-bottom:var(--space-3)}.form-field label{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-weight:600}.form-field input,.form-field textarea,.form-field select{width:100%;padding:.9rem 1rem;border:1px solid var(--color-border);background:#fff;font-family:inherit;font-size:.9rem;border-radius:var(--radius)}.form-field input:focus,.form-field textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.empty-state{text-align:center;padding:var(--space-8) var(--space-3)}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.testimonials{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr 1fr}}@media(max-width:768px){.site-nav{display:none}.site-nav.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--color-background);border-bottom:1px solid var(--color-border);padding:var(--space-2) var(--space-3);gap:0;z-index:99;box-shadow:0 12px 24px #00000014;max-height:75vh;overflow-y:auto}.site-nav.is-open li{width:100%}.site-nav.is-open a{display:block;padding:var(--space-2) 0;border-bottom:1px solid var(--color-border);width:100%;font-size:.85rem}.site-nav.is-open li:last-child a{border-bottom:none}.menu-toggle{display:flex}.product{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.split-promo,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:var(--space-2);text-align:center}.cart-table thead{display:none}.cart-table td{display:block;border-bottom:none;padding:.4rem 0}.collection-toolbar{flex-direction:column;gap:var(--space-2);align-items:flex-start}}.story-hero{position:relative;height:92vh;min-height:560px;overflow:hidden;background:var(--color-primary)}.story-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.story-hero__media img,.story-hero__video{width:100%;height:100%;object-fit:cover}.story-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c0a098c,#0c0a0959 45%,#0c0a09bf)}.story-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:var(--space-6) var(--space-3);max-width:760px;margin:0 auto}.story-hero__content h1{color:#fff;margin-bottom:var(--space-2)}.story-hero__content .eyebrow{color:#e7c88a}.story-hero__subtitle{font-size:1.1rem;color:#edeae6;max-width:560px;margin:0 auto}.story-hero__scroll{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:2;color:#fffc}.story-hero__scroll-dot{animation:storyScrollDot 1.8s ease-in-out infinite}@keyframes storyScrollDot{0%{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.story-split{padding:var(--space-7) 0}.story-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6);align-items:center}.story-split__media{position:relative}.story-split__img-main{width:100%;aspect-ratio:4/5;object-fit:cover}.story-split__img-accent{position:absolute;bottom:-40px;left:-40px;width:45%;aspect-ratio:1;object-fit:cover;border:6px solid var(--color-background);box-shadow:0 12px 32px #00000026}.story-split__text{padding:var(--space-3)}.story-split__body p{color:var(--color-secondary);line-height:1.8;margin-bottom:var(--space-2)}.story-process{padding:var(--space-7) 0;background:var(--color-muted)}.story-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}.story-process__step{text-align:left}.story-process__step-media{position:relative;aspect-ratio:4/5;background:var(--color-card);overflow:hidden;margin-bottom:var(--space-2);border:1px solid var(--color-border)}.story-process__step-media img{width:100%;height:100%;object-fit:cover}.story-process__step-number{position:absolute;top:var(--space-2);left:var(--space-2);font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-accent);background:#ffffffe6;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.story-process__step h3{font-size:1.15rem;margin-bottom:.4rem}.story-process__step p{font-size:.88rem;color:var(--color-secondary);line-height:1.7;margin:0}.story-mv{padding:var(--space-7) 0;background:var(--color-primary);color:#fff}.story-mv__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.story-mv__card{border:1px solid rgba(255,255,255,.15);padding:var(--space-5);border-radius:4px;background:#ffffff08}.story-mv__icon{color:#e7c88a;margin-bottom:var(--space-2)}.story-mv__card h3{color:#fff;margin:.4rem 0 var(--space-2)}.story-mv__card p{color:#ffffffbf;line-height:1.75;margin:0}.story-heritage{position:relative;min-height:640px;display:flex;align-items:center;overflow:hidden;background:var(--color-primary)}.story-heritage__media{position:absolute;top:0;right:0;bottom:0;left:0}.story-heritage__media img,.story-heritage__video{width:100%;height:100%;object-fit:cover}.story-heritage__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c0a09b3}.story-heritage__content{position:relative;z-index:2;text-align:center;color:#fff;max-width:720px;padding:var(--space-6) var(--space-3)}.story-heritage__stat{display:block;font-family:var(--font-heading);font-size:clamp(4rem,10vw,7rem);font-weight:700;color:#e7c88a;line-height:1;margin-bottom:var(--space-1)}.story-heritage__content h2{color:#fff;margin:.5rem 0 var(--space-3)}.story-heritage__content p{color:#ffffffd9;font-size:1.05rem;line-height:1.8;margin:0}@media(max-width:1024px){.story-process__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.story-hero{height:auto;min-height:480px;padding:var(--space-7) 0}.story-hero__content h1{font-size:2.25rem}.story-split__grid{grid-template-columns:1fr;gap:var(--space-4)}.story-split__img-accent{width:55%;bottom:-24px;left:-16px;border-width:4px}.story-split{padding:var(--space-6) 0 var(--space-7)}.story-process__grid{grid-template-columns:1fr;gap:var(--space-3)}.story-mv__grid{grid-template-columns:1fr}.story-mv__card{padding:var(--space-4)}.story-heritage{min-height:480px}.story-heritage__stat{font-size:3.5rem}}.contact-banner{position:relative;height:46vh;min-height:340px;overflow:hidden;background:var(--color-primary)}.contact-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.contact-banner__media img{width:100%;height:100%;object-fit:cover;opacity:.55}.contact-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c0a0980,#0c0a09bf)}.contact-banner__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 var(--space-3)}.contact-banner__content h1{color:#fff;margin-bottom:.5rem}.contact-banner__content .eyebrow{color:#e7c88a}.contact-banner__content p{color:#edeae6;max-width:480px;margin:0 auto}.contact-layout{display:grid;grid-template-columns:.85fr 1.4fr;gap:var(--space-6);align-items:start}.contact-info{background:var(--color-muted);padding:var(--space-4);border-radius:6px;position:sticky;top:calc(var(--space-2) + 70px)}.contact-info h3{margin-bottom:var(--space-3)}.contact-info__item{display:flex;gap:var(--space-2);margin-bottom:var(--space-3);align-items:flex-start}.contact-info__item svg{flex-shrink:0;color:var(--color-accent);margin-top:2px}.contact-info__item h4{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.3rem;color:var(--color-muted-foreground)}.contact-info__item a,.contact-info__item address,.contact-info__item p{font-size:.95rem;color:var(--color-foreground);font-style:normal;margin:0;line-height:1.6}.contact-info__item a:hover{color:var(--color-accent)}.contact-info__social{margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.contact-info__social h4{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-2);color:var(--color-muted-foreground)}.contact-info__social-icons{display:flex;gap:.6rem}.contact-info__social-icons a{width:38px;height:38px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.contact-info__social-icons a:hover{background:var(--color-accent)}.contact-form-wrap{background:var(--color-card);border:1px solid var(--color-border);border-radius:6px;padding:var(--space-4)}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 var(--space-3)}.contact-form-grid .form-field{grid-column:span 1}.contact-form-grid .form-field:nth-child(3),.contact-form-grid .form-field:nth-child(4),.contact-form-grid .btn{grid-column:1/-1}.phone-input{display:flex;gap:.5rem}.phone-input select{flex:0 0 150px;padding:.9rem .6rem;border:1px solid var(--color-border);background:#fff;font-family:inherit;font-size:.85rem;border-radius:var(--radius)}.phone-input input{flex:1}.contact-form__success{text-align:center;padding:var(--space-6) var(--space-3)}.contact-form__success svg{color:var(--color-accent);margin-bottom:var(--space-2)}.contact-form__success h3{margin-bottom:.5rem}.contact-form__success p{color:var(--color-muted-foreground);max-width:360px;margin:0 auto}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr}.contact-info{position:static}}@media(max-width:640px){.contact-banner{height:36vh;min-height:280px}.contact-form-grid{grid-template-columns:1fr}.contact-form-grid .form-field{grid-column:1/-1}.phone-input{flex-direction:column}.phone-input select{flex:1}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
