:root { --ink:#2d211a; --gold:#c8914d; --ivory:#f9f6f0; --sand:#eee3d2; --muted:#755e4b; }
html,body { overflow-x:hidden; }
body { background:var(--ivory); color:var(--ink); font-family:"DM Sans",sans-serif; }
.font-serif,h1,h2,h3,.brand-mark { font-family:"Cormorant Garamond",Georgia,serif; }
.bg-ivory { background:rgba(249,246,240,.95); }
.brand-mark { color:var(--ink); letter-spacing:.17em; font-size:1.7rem; line-height:.8; text-decoration:none; display:inline-flex; flex-direction:column; }
.brand-mark small { color:var(--gold); font-family:"DM Sans",sans-serif; font-size:.52rem; font-weight:700; letter-spacing:.28em; margin-top:.35rem; }
.hero { background:radial-gradient(circle at 77% 22%,rgba(201,145,77,.33),transparent 25%),radial-gradient(circle at 18% 85%,rgba(119,72,35,.42),transparent 38%),var(--ink); color:#fffaf2; }
.hero-copy { padding:5.5rem 0; }
.eyebrow { color:#e8c184; font-size:.72rem; font-weight:700; letter-spacing:.23em; text-transform:uppercase; }
.hero h1 { font-size:clamp(3.4rem,7vw,6.4rem); line-height:.87; letter-spacing:-.05em; }
.hero h1 em { color:#e1b36e; font-weight:400; }
.hero-image { aspect-ratio:4/5; border-radius:8rem 8rem 2rem 2rem; object-fit:cover; width:100%; box-shadow:0 1.5rem 4rem rgba(0,0,0,.35); }
.luxury-section { padding:5rem 0; }
.category-pill { border:1px solid #bfa688; color:#5e4633; background:transparent; border-radius:99px; padding:.6rem 1rem; text-decoration:none; white-space:nowrap; }
.category-pill.active,.category-pill:hover { background:var(--ink); color:#fffaf2; border-color:var(--ink); }
.product-card { border:0; background:transparent; }
.product-image { aspect-ratio:.86; width:100%; object-fit:cover; border-radius:1.3rem; background:#e8dac6; transition:transform .35s ease; }
.product-card:hover .product-image { transform:scale(1.025); }
.product-name { font-family:"Cormorant Garamond",Georgia,serif; font-size:1.55rem; line-height:1.05; }
.product-brand { color:#a46d37; font-size:.66rem; letter-spacing:.15em; font-weight:700; text-transform:uppercase; }
.card-description { color:var(--muted); font-size:.78rem; line-height:1.45; min-height:2.3rem; }
.footer-luxury { background:var(--ink); }
.admin-shell { background:#f7f1e8; min-height:100vh; }
.admin-sidebar { background:var(--ink); min-height:100vh; color:#f5e7d3; }
.admin-sidebar .nav-link { color:#ead9c4; border-radius:.65rem; margin-bottom:.3rem; }
.admin-sidebar .nav-link.active,.admin-sidebar .nav-link:hover { background:var(--gold); color:var(--ink); }
.admin-card { border:1px solid #d8c3a6; border-radius:1rem; background:#fffaf3; box-shadow:0 .25rem 1rem rgba(54,35,20,.05); }
.table-admin { --bs-table-bg:transparent; }
.table-admin th { font-size:.67rem; letter-spacing:.12em; text-transform:uppercase; color:#73553a; background:#f2e4d1; }
@media (max-width:991.98px) { .hero { overflow:hidden; } .hero .row { margin-left:0; margin-right:0; } .hero-copy { padding:4rem .75rem 2rem; } .hero-image { max-width:360px; margin:0 auto 3.5rem; } .luxury-section { padding:3.5rem 0; } .admin-sidebar { min-height:auto; } }
