@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:wght@500;600;700&family=Playfair+Display:wght@600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600&family=Work+Sans:wght@400;500;600&display=swap";:root{--mf-font-display: "Playfair Display", serif;--mf-font-body: "Plus Jakarta Sans", sans-serif;--mf-bg: #0f0f12;--mf-surface: rgba(255,255,255,.06);--mf-surface-strong: rgba(255,255,255,.1);--mf-text: #f6f2ea;--mf-muted: #c7bea9;--mf-primary: #d6b47e;--mf-accent: #ffd5a2;--mf-border: rgba(214,180,126,.28);--mf-shadow: 0 30px 80px rgba(0,0,0,.45);--mf-radius: 22px;--mf-bg-layer: radial-gradient(circle at 20% 10%, rgba(214,180,126,.22), transparent 40%), radial-gradient(circle at 80% 0%, rgba(255,213,162,.15), transparent 38%), linear-gradient(180deg, #101014 0%, #0b0b0d 100%)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--mf-text);background:var(--mf-bg-layer);font-family:var(--mf-font-body);line-height:1.5}a{color:inherit;text-decoration:none}.mf-app-shell{min-height:100vh;display:flex;flex-direction:column}.mf-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.9rem 1.2rem;border-bottom:1px solid var(--mf-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:color-mix(in srgb,var(--mf-bg),transparent 35%)}.mf-brand{display:grid}.mf-brand a{font-family:var(--mf-font-display);font-size:1.45rem;letter-spacing:.03em}.mf-subbrand{font-size:.72rem;color:var(--mf-muted);text-transform:uppercase;letter-spacing:.16em}.mf-nav{display:flex;align-items:center;justify-content:center;gap:.85rem;flex-wrap:wrap}.mf-nav a{padding:.4rem .8rem;border:1px solid transparent;border-radius:999px;color:var(--mf-muted);font-size:.92rem}.mf-nav a.is-active,.mf-nav a:hover{border-color:var(--mf-border);color:var(--mf-text);background:color-mix(in srgb,var(--mf-primary),transparent 88%)}.mf-toolbar{display:flex;gap:.6rem;align-items:center}.mf-toolbar select,.mf-form input,.mf-form textarea,.mf-form select,.mf-filter-row input,.mf-filter-row select,.mf-form-inline input,.mf-chat-form input{border:1px solid var(--mf-border);background:var(--mf-surface);color:var(--mf-text);border-radius:12px;padding:.58rem .72rem;outline:none;font:inherit}.mf-btn,.mf-btn-ghost,.mf-chat-form button,.mf-chat-suggestions button,.mf-inline-actions button{border:1px solid var(--mf-border);background:color-mix(in srgb,var(--mf-primary),transparent 75%);color:var(--mf-text);border-radius:999px;padding:.52rem .9rem;font-weight:600;cursor:pointer;font:inherit}.mf-btn:hover,.mf-chat-form button:hover,.mf-chat-suggestions button:hover,.mf-inline-actions button:hover{background:color-mix(in srgb,var(--mf-accent),transparent 70%)}.mf-btn-ghost{background:var(--mf-surface)}.mf-avatar{width:38px;height:38px;border-radius:999px;border:1px solid var(--mf-border);background:color-mix(in srgb,var(--mf-primary),transparent 80%);color:var(--mf-text);font-weight:700;cursor:pointer}.mf-main{width:min(1200px,96vw);margin:1.6rem auto 2rem;flex:1}.mf-page{display:grid;gap:1.2rem}.mf-hero{display:grid;grid-template-columns:1.3fr 1fr;gap:1.4rem;border:1px solid var(--mf-border);border-radius:var(--mf-radius);padding:1.2rem;background:var(--mf-surface);box-shadow:var(--mf-shadow)}.mf-hero h1{font-family:var(--mf-font-display);font-size:clamp(2rem,4vw,3.8rem);line-height:1;margin:.2rem 0 .8rem}.mf-hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:.8rem}.mf-hero-grid img,.mf-product-image,.mf-product-gallery img,.mf-list-item img,.mf-tryon-preview{width:100%;height:100%;object-fit:cover;border-radius:14px}.mf-kicker{font-size:.72rem;color:var(--mf-muted);letter-spacing:.16em;text-transform:uppercase}.mf-grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.mf-section-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.mf-section-head h2{margin:0;font-family:var(--mf-font-display)}.mf-grid-collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.mf-collection-card{border:1px solid var(--mf-border);border-radius:var(--mf-radius);background:var(--mf-surface);box-shadow:var(--mf-shadow);overflow:hidden;display:grid}.mf-collection-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.mf-collection-body{padding:.85rem;display:grid;gap:.5rem}.mf-collection-body h3{margin:0;font-family:var(--mf-font-display)}.mf-collection-body p{margin:0}.mf-collection-meta{color:var(--mf-muted);font-size:.86rem}.mf-collection-tags{display:flex;flex-wrap:wrap;gap:.45rem}.mf-collection-tags a{padding:.2rem .55rem;border-radius:999px;border:1px solid var(--mf-border);background:color-mix(in srgb,var(--mf-primary),transparent 86%);font-size:.78rem}.mf-product-card,.mf-panel,.mf-summary-card,.mf-list-item,.mf-table-wrap{border:1px solid var(--mf-border);border-radius:var(--mf-radius);background:var(--mf-surface);box-shadow:var(--mf-shadow)}.mf-product-card{overflow:hidden}.mf-product-body{padding:.8rem}.mf-product-body h3{margin:.2rem 0;font-family:var(--mf-font-display)}.mf-price{display:flex;gap:.45rem;align-items:baseline}.mf-price span{color:var(--mf-muted);text-decoration:line-through}.mf-filter-row,.mf-inline-actions,.mf-form-inline,.mf-hero-actions{display:flex;gap:.7rem;flex-wrap:wrap;align-items:center}.mf-chip-row{display:flex;flex-wrap:wrap;gap:.55rem}.mf-chip{border:1px solid var(--mf-border);background:var(--mf-surface);color:var(--mf-muted);border-radius:999px;padding:.35rem .75rem;font:inherit;cursor:pointer}.mf-chip.is-active,.mf-chip:hover{color:var(--mf-text);background:color-mix(in srgb,var(--mf-primary),transparent 78%)}.mf-collection-hero{display:grid;grid-template-columns:minmax(300px,1.2fr) 1fr;gap:1rem;border:1px solid var(--mf-border);border-radius:var(--mf-radius);background:var(--mf-surface);box-shadow:var(--mf-shadow);padding:.9rem}.mf-collection-hero img{width:100%;height:100%;min-height:250px;object-fit:cover;border-radius:14px}.mf-collection-hero h2{margin:.25rem 0;font-family:var(--mf-font-display)}.mf-product-detail{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.mf-product-info,.mf-form,.mf-chat-panel{display:grid;gap:.75rem}.mf-form label,.mf-product-info label{display:grid;gap:.4rem;font-size:.9rem}.mf-list{display:grid;gap:.8rem}.mf-list-item{display:grid;grid-template-columns:140px 1fr;gap:.8rem;padding:.7rem}.mf-summary-card,.mf-panel{padding:1rem}.mf-accordion details{border:1px solid var(--mf-border);border-radius:12px;margin-bottom:.7rem;padding:.7rem .8rem;background:var(--mf-surface)}.mf-accordion summary{cursor:pointer;font-weight:600}.mf-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem}.mf-table-wrap{overflow:auto}.mf-table{width:100%;border-collapse:collapse}.mf-table th,.mf-table td{border-bottom:1px solid var(--mf-border);text-align:left;padding:.56rem .7rem}.mf-footer{border-top:1px solid var(--mf-border);color:var(--mf-muted);font-size:.88rem;padding:1rem 1.2rem 1.4rem;text-align:center}.mf-chat-launcher{position:fixed;right:1rem;bottom:1rem;z-index:40;border:1px solid var(--mf-border);background:color-mix(in srgb,var(--mf-primary),transparent 72%);color:var(--mf-text);border-radius:999px;padding:.65rem 1rem;cursor:pointer;font-weight:700}.mf-chat-panel{position:fixed;right:1rem;bottom:4.5rem;width:min(390px,94vw);max-height:min(600px,76vh);overflow:hidden;border:1px solid var(--mf-border);border-radius:16px;background:var(--mf-surface-strong);box-shadow:var(--mf-shadow);z-index:40}.mf-chat-panel>header{display:flex;justify-content:space-between;padding:.7rem .8rem;border-bottom:1px solid var(--mf-border)}.mf-chat-messages{padding:.75rem;display:grid;gap:.55rem;overflow:auto;max-height:420px}.mf-chat-bubble{padding:.64rem .72rem;border-radius:12px}.mf-chat-bubble.is-user{background:color-mix(in srgb,var(--mf-primary),transparent 70%)}.mf-chat-bubble.is-bot{border:1px solid var(--mf-border);background:var(--mf-surface)}.mf-chat-bubble p{margin:0}.mf-chat-suggestions{display:flex;gap:.38rem;margin-top:.5rem;flex-wrap:wrap}.mf-chat-form{display:grid;grid-template-columns:1fr auto;gap:.55rem;border-top:1px solid var(--mf-border);padding:.7rem}@media (max-width: 960px){.mf-topbar{grid-template-columns:1fr;justify-items:start}.mf-nav{justify-content:flex-start}.mf-hero,.mf-product-detail,.mf-collection-hero,.mf-list-item{grid-template-columns:1fr}}
