:root{
  --cream:#fff8f3; --beige:#f4e5dc; --pink:#f3d3d0; --rose:#c97878;
  --rose-dark:#9d5559; --text:#51383a; --line:#ead1cc; --white:#fffdfb;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#eaded9;font-family:Georgia,"Times New Roman",serif;color:var(--text)}
body{min-height:100vh}
button{font:inherit}
.app{max-width:520px;min-height:100vh;margin:auto;background:var(--cream);box-shadow:0 0 35px #0001;position:relative;padding-bottom:76px}
.topbar{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:rgba(255,253,251,.96);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}
.top-title{text-align:center;line-height:1.05}.top-title strong{display:block;font-size:15px}.top-title span{display:block;font-family:Arial,sans-serif;font-size:10px;color:#967b7a;margin-top:4px}
.icon-btn{border:0;background:transparent;color:#5c4545;font-size:22px;width:38px;height:38px;cursor:pointer}
.hero{padding:0 14px 22px}
.hero-img{width:100%;height:285px;object-fit:cover;border-radius:0 0 26px 26px;display:block;filter:saturate(.92)}
.hero-copy{text-align:center;padding:20px 12px 4px}
.kicker{font-family:Arial,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--rose-dark)}
h1{font-size:38px;line-height:1.05;margin:8px 0 8px;font-weight:500}
.subtitle{font-family:Arial,sans-serif;color:#735c5b;font-size:14px;line-height:1.6;margin:0 auto 18px;max-width:330px}
.primary{border:0;background:var(--rose);color:white;border-radius:24px;padding:13px 22px;cursor:pointer;box-shadow:0 7px 18px #c9787840;font-family:Arial,sans-serif}
.section{padding:18px 16px}.section-head{text-align:center;margin-bottom:15px}.section-head h2{font-size:27px;font-weight:500;margin:0 0 6px}.section-head p{font-family:Arial,sans-serif;font-size:12px;color:#876e6c;margin:0}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.card{background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 5px 16px #8d6b6412;cursor:pointer}
.card-visual{height:118px;background:linear-gradient(135deg,#efd3cc,#f8eee8);display:flex;align-items:center;justify-content:center;color:#9d6867;font-size:14px;text-align:center;padding:10px}
.card-body{padding:11px}.card-title{font-size:14px;line-height:1.25}.price{font-family:Arial,sans-serif;font-weight:600;margin-top:6px;font-size:13px;color:var(--rose-dark)}
.product-grid .card-visual{height:145px}
.product-page{padding:0 16px 24px}.product-img{width:100%;height:330px;object-fit:cover;border-radius:18px;display:block;background:#f0ddd7}
.back{border:0;background:none;color:var(--rose-dark);padding:14px 0;font-family:Arial,sans-serif;cursor:pointer}
.product-page h2{font-size:27px;font-weight:500;margin:12px 0 6px}.product-page .price{font-size:18px}.desc{font-family:Arial,sans-serif;font-size:13px;line-height:1.65;color:#6d5958}
.choice{border:1px solid var(--line);background:#fffaf7;border-radius:12px;padding:12px;margin:8px 0;font-family:Arial,sans-serif;font-size:13px;cursor:pointer}
.choice.selected{border-color:var(--rose);background:#fbe9e5}
.full{width:100%;margin-top:12px}
.empty{text-align:center;padding:45px 20px;color:#816c6a;font-family:Arial,sans-serif}.empty strong{display:block;font-family:Georgia,serif;font-size:24px;color:var(--text);margin-bottom:8px}
.contact-box{background:#f8e8e4;border-radius:18px;padding:22px;text-align:center;font-family:Arial,sans-serif;line-height:1.6;font-size:13px}
.contact-actions{display:grid;gap:10px;margin-top:14px}.outline{border:1px solid var(--rose);background:transparent;color:var(--rose-dark);border-radius:22px;padding:12px;cursor:pointer}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);height:72px;background:rgba(255,253,251,.98);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}
.nav-btn{border:0;background:transparent;color:#765d5c;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.nav-btn span{font-size:20px}.nav-btn small{font-family:Arial,sans-serif;font-size:10px}.nav-btn.active{color:var(--rose-dark)}
.badge{font-family:Arial,sans-serif;font-size:9px;background:var(--rose);color:#fff;border-radius:10px;padding:2px 5px;margin-left:3px}
@media(min-width:700px){.app{min-height:900px;margin:25px auto;border-radius:24px;overflow:hidden}.bottom-nav{border-radius:0 0 24px 24px}.topbar{position:sticky}}
