*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#faf7f2;color:#17120d}
.topbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:14px 7%;background:rgba(250,247,242,.94);backdrop-filter:blur(10px);border-bottom:1px solid #e8dfd4}
.brand{display:flex;align-items:center;gap:12px}
.logo{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#15100c;color:#d8b46a;font-size:28px;font-family:Georgia,serif}
h1,h2,p{margin:0}
.brand h1{font-family:Georgia,serif;font-size:28px}
.brand p,.eyebrow{color:#9c7335;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:bold}
nav{display:flex;gap:18px;align-items:center}
nav a{color:#17120d;text-decoration:none;font-weight:bold}
button,a.main-btn{cursor:pointer}
.outline-btn{background:transparent;border:1px solid #17120d;border-radius:30px;padding:8px 14px}
.hero{min-height:72vh;display:flex;align-items:center;padding:8% 7%;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.25)),url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1600&q=80') center/cover;color:white}
.hero h2{font-family:Georgia,serif;font-size:58px;max-width:650px;margin:14px 0}
.hero p{font-size:18px;max-width:560px}
.main-btn{display:inline-block;margin-top:22px;background:#d8b46a;color:#17120d;border:0;border-radius:30px;padding:13px 22px;text-decoration:none;font-weight:bold}
.section{padding:70px 7%}
.section-title{text-align:center;margin-bottom:25px}
.section-title h2,.about h2,.contact h2{font-family:Georgia,serif;font-size:38px;margin-top:8px}
.filters{text-align:center;margin-bottom:12px}
.filter{border:1px solid #d8b46a;background:white;border-radius:25px;padding:10px 18px;margin:5px}
.filter.active{background:#17120d;color:white}
.subfilters{text-align:center;margin-bottom:25px;padding:10px 14px;background:#f0ebe3;border-radius:14px}
.subfilter{border:1px solid #9c7335;background:white;border-radius:20px;padding:7px 15px;margin:4px;font-size:13px;cursor:pointer}
.subfilter.active{background:#9c7335;color:white}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.card{background:white;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.08)}
.card img{width:100%;height:280px;object-fit:cover;background:#eee}
.card-content{padding:18px}
.card h3{margin:0 0 8px;font-family:Georgia,serif;font-size:23px}
.price{font-weight:bold;color:#9c7335;margin:8px 0}
.whatsapp{display:block;text-align:center;background:#25D366;color:white;text-decoration:none;border-radius:25px;padding:10px;margin-top:14px;font-weight:bold}
.about{background:#17120d;color:white}
.about p{max-width:760px;line-height:1.6}
.contact{text-align:center}
footer{text-align:center;padding:25px;background:#15100c;color:white}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.65);display:grid;place-items:center;z-index:10;padding:20px}
.hidden{display:none!important}
.modal-box{background:white;border-radius:24px;padding:25px;max-width:760px;width:100%;max-height:90vh;overflow:auto;position:relative}
.close{position:absolute;top:12px;right:18px;border:0;background:transparent;font-size:30px}
input,select,textarea{width:100%;padding:12px;margin-top:12px;border:1px solid #ddd;border-radius:12px;font-size:15px}
textarea{min-height:90px}
.small{font-size:13px;color:#666;margin-top:8px}
.admin-item{display:flex;justify-content:space-between;gap:10px;align-items:center;border-top:1px solid #eee;padding:12px 0}
.admin-item button{background:#9b1c1c;color:white;border:0;border-radius:18px;padding:8px 12px}
@media(max-width:760px){.topbar{display:block}.brand{margin-bottom:12px}nav{flex-wrap:wrap}.hero h2{font-size:42px}}
