.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:1rem}.logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text)}.logo span{color:var(--accent)}.nav{display:flex;gap:1.5rem}.nav a{font-weight:500;color:var(--text-muted);transition:color .2s}.nav a.active,.nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:.75rem}.user-link{font-size:.9rem;color:var(--text-muted)}.main{flex:1;padding:2rem 0 4rem}.footer{background:var(--text);color:#ccc;padding:2rem 0;font-size:.9rem}@media(max-width:768px){.header-inner{flex-wrap:wrap;height:auto;padding:1rem 0}.nav{order:3;width:100%;justify-content:center}}.product-card{transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1a1a1a1f}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f0eb}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-badge{position:absolute;top:.75rem;right:.75rem;background:var(--danger);color:#fff;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.product-card-body{padding:1.25rem}.product-brand{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.25rem}.product-name{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.product-meta{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.15rem;font-weight:700;color:var(--accent)}.product-rating{font-size:.85rem;color:var(--text-muted)}.product-sizes{margin-top:.5rem;font-size:.8rem;color:var(--text-muted)}.hero{position:relative;color:#fff;padding:6rem 0;margin-bottom:3rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1a1ae0,#3d2914bf 45%,#c45c26a6),url(https://images.unsplash.com/photo-1460353581641-37baddab0fa2?w=1600&h=900&fit=crop) center / cover no-repeat;z-index:0}.hero-content{position:relative;z-index:1;max-width:600px}.featured{margin-bottom:4rem}.featured-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-title{font-family:var(--font-display);font-size:2rem;margin-bottom:.35rem}.section-subtitle{color:var(--text-muted);max-width:520px}.browse-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.browse-preview-card{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:1;box-shadow:var(--shadow);transition:transform .2s}.browse-preview-card:hover{transform:translateY(-4px)}.browse-preview-card img{width:100%;height:100%;object-fit:cover}.browse-preview-card span{position:absolute;left:0;right:0;bottom:0;padding:1rem;background:linear-gradient(transparent,#000000bf);color:#fff;font-weight:600;font-size:.95rem}.hero h1{font-family:var(--font-display);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.hero p{font-size:1.15rem;opacity:.9;margin-bottom:2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;padding-bottom:4rem}.feature{text-align:center;padding:2rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow)}.feature-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.feature h3{margin-bottom:.5rem}.feature p{color:var(--text-muted);font-size:.95rem}@media(max-width:768px){.hero h1{font-size:2.25rem}.hero{padding:4rem 0}}:root{--bg: #faf8f5;--surface: #ffffff;--text: #1a1a1a;--text-muted: #6b6560;--accent: #c45c26;--accent-hover: #a34a1c;--accent-light: #fdf0e8;--border: #e8e2da;--success: #2d6a4f;--danger: #b91c1c;--shadow: 0 4px 24px rgba(26, 26, 26, .08);--radius: 12px;--font: "DM Sans", system-ui, sans-serif;--font-display: "Playfair Display", Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;border:none;font-family:var(--font);font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;border:2px solid var(--border);color:var(--text)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-danger{background:var(--danger);color:#fff}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.input,.select,.textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font);font-size:1rem;background:var(--surface);transition:border-color .2s}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--accent)}.label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.9rem}.form-group{margin-bottom:1rem}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-gallery-main{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.5rem;padding:.75rem;background:var(--bg)}.product-gallery-thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-success{background:#d8f3dc;color:var(--success)}.badge-warning{background:#fff3cd;color:#856404}.badge-danger{background:#fee2e2;color:var(--danger)}.badge-info{background:var(--accent-light);color:var(--accent-hover)}.alert{padding:1rem 1.25rem;border-radius:var(--radius);margin-bottom:1rem}.alert-error{background:#fee2e2;color:var(--danger)}.alert-info{background:var(--accent-light);color:var(--accent-hover)}.alert-success{background:#d8f3dc;color:var(--success)}.page-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.page-subtitle{color:var(--text-muted);margin-bottom:2rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.loading{text-align:center;padding:3rem;color:var(--text-muted)}@media(max-width:768px){.page-title{font-size:1.75rem}}
