:root{--bg:#fffaf5;--card:#fff;--ink:#2d211d;--brand:#873f2c;--accent:#e59a66;--soft:#f5e7dc;--green:#1f9d63;--shadow:0 18px 50px rgba(74,42,30,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,250,245,.93);backdrop-filter:blur(12px);border-bottom:1px solid rgba(95,45,32,.1)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:20px}.logo{display:flex;align-items:center;gap:10px;font-family:Georgia,serif;font-size:24px;font-weight:800;color:var(--brand)}.logo img{width:160px;height:58px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:22px}.btn{border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--brand);color:white}.btn-whatsapp{background:var(--green);color:#fff}.btn-light{background:#fff;color:var(--brand);box-shadow:0 6px 22px rgba(0,0,0,.08)}.hero{padding:78px 0 42px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}.eyebrow{display:inline-block;background:var(--soft);color:var(--brand);font-weight:800;padding:8px 13px;border-radius:999px}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,7vw,80px);line-height:1.02;margin:18px 0}.hero p{font-size:19px;max-width:650px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.hero-card{background:linear-gradient(145deg,#a95238,#5f2d20);border-radius:36px;padding:36px;color:white;box-shadow:var(--shadow);min-height:420px;display:flex;flex-direction:column;justify-content:flex-end}.hero-card h2{font-family:Georgia,serif;font-size:38px;margin:0 0 10px}.section{padding:70px 0}.section-title{text-align:center;max-width:720px;margin:0 auto 34px}.section-title h2{font-family:Georgia,serif;font-size:clamp(34px,5vw,52px);margin:0 0 10px}.units{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.unit-card{background:#fff;border-radius:28px;padding:32px;box-shadow:var(--shadow);border:1px solid rgba(95,45,32,.08)}.unit-card h3{font-family:Georgia,serif;font-size:32px;margin:0 0 8px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{background:var(--card);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-body{padding:20px;display:flex;flex-direction:column;flex:1}.product h3{margin:0;font-size:21px}.product .category{font-size:13px;font-weight:800;color:var(--brand);text-transform:uppercase;letter-spacing:.08em}.price{font-size:24px;font-weight:900;color:var(--brand);margin:12px 0}.product .btn{margin-top:auto}.filter{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-bottom:28px}.filter button{border:1px solid #e1c9ba;background:white;border-radius:999px;padding:9px 15px;cursor:pointer}.filter button.active{background:var(--brand);color:white}.order-bar{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:30;background:#fff;border-radius:999px;padding:9px 12px 9px 18px;box-shadow:0 16px 50px rgba(0,0,0,.22);display:flex;align-items:center;gap:14px}.footer{background:#2d211d;color:#fff;padding:48px 0 90px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.socials{display:flex;gap:12px;flex-wrap:wrap}.socials a{background:rgba(255,255,255,.12);padding:10px 14px;border-radius:999px}.admin-shell{width:min(1100px,calc(100% - 28px));margin:30px auto}.admin-card{background:#fff;border-radius:20px;padding:24px;box-shadow:var(--shadow);margin-bottom:20px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}input,textarea,select{width:100%;padding:12px 13px;border:1px solid #dcc7bb;border-radius:12px;font:inherit}textarea{min-height:90px}.notice{padding:12px 14px;background:#e8f7ef;border-radius:12px;color:#12613d;margin-bottom:15px}.danger{background:#a73434;color:white}.admin-product{border-top:1px solid #eadbd1;padding-top:20px;margin-top:20px}.muted{opacity:.7}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:100}@media(max-width:850px){.hero-grid,.units,.footer-grid{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.nav-links a:not(.btn){display:none}.hero{padding-top:45px}.hero-card{min-height:300px}.form-grid{grid-template-columns:1fr}}@media(max-width:560px){.products{grid-template-columns:1fr}.order-bar{width:calc(100% - 24px);justify-content:space-between}.logo img{width:130px}.hero h1{font-size:44px}}
