:root{
  --ink:#111111;
  --muted:#6d6d6d;
  --paper:#f6f3ed;
  --white:#ffffff;
  --line:#dedad2;
  --accent:#b45309;
}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--white);padding-top:78px}
a{text-decoration:none;color:inherit}
.navbar{background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}
.navbar-brand{font-family:Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:.03em}
.nav-link{font-weight:600;margin:0 .3rem}
.nav-link.active,.nav-link:hover{color:var(--accent)!important}
.btn-dark{background:var(--ink);border-color:var(--ink);border-radius:0;padding:.8rem 1.3rem}
.btn-outline-dark{border-radius:0;padding:.8rem 1.3rem}
.hero{min-height:78vh;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.15)),url('https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;display:flex;align-items:center;color:#fff}
.hero h1{font-family:Georgia,serif;font-size:clamp(3.2rem,8vw,7rem);line-height:.92;max-width:800px}
.hero p{max-width:560px;font-size:1.1rem;color:rgba(255,255,255,.88)}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:800}
.section-title{font-family:Georgia,serif;font-size:clamp(2.3rem,5vw,4.2rem)}
.section-space{padding:90px 0}
.bg-paper{background:var(--paper)}
.category-card,.product-card{overflow:hidden;background:#fff;border:0}
.category-card img,.product-card img{width:100%;height:420px;object-fit:cover;transition:transform .5s ease}
.category-card:hover img,.product-card:hover img{transform:scale(1.035)}
.product-card img{height:360px}
.product-meta{padding:1rem 0}
.price{font-weight:800}
.badge-soft{background:#efe9df;color:#493f31;padding:.55rem .7rem;border-radius:0;font-weight:700}
.story-img{width:100%;height:560px;object-fit:cover}
.stat{border-top:1px solid var(--line);padding-top:1rem}
.stat strong{font-size:2rem;font-family:Georgia,serif}
.filter-btn{border:1px solid var(--line);background:#fff;padding:.7rem 1rem;margin:.25rem;border-radius:0;font-weight:700}
.filter-btn.active,.filter-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.contact-card{background:var(--paper);padding:2rem;height:100%}
.form-control,.form-select{border-radius:0;padding:.9rem 1rem;border-color:#cfcac2}
.form-control:focus,.form-select:focus{border-color:#111;box-shadow:none}
footer{background:#0e0e0e;color:#fff;padding:60px 0 28px}
footer a{color:#d7d7d7} footer a:hover{color:#fff}
.social-dot{width:38px;height:38px;border:1px solid #444;display:inline-flex;align-items:center;justify-content:center;margin-right:.4rem}
.marquee{overflow:hidden;white-space:nowrap;background:#111;color:#fff;padding:.85rem 0;font-weight:800;letter-spacing:.08em}
.marquee span{display:inline-block;padding-left:100%;animation:scroll 18s linear infinite}
@keyframes scroll{to{transform:translateX(-100%)}}
@media(max-width:767px){body{padding-top:70px}.hero{min-height:72vh}.section-space{padding:65px 0}.category-card img,.story-img{height:420px}.product-card img{height:330px}}
