
:root{--bg:#fff;--text:#111}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,Segoe UI,Roboto,sans-serif}
img{max-width:100%;display:block}a{color:inherit}
header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:10}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}
.logo{width:32px;height:32px}
.menu{display:flex;gap:18px;align-items:center}
.menu a{text-decoration:none;color:#333}
.lang img{width:22px;height:14px;border-radius:2px}
.hero img{width:100%;height:58vh;object-fit:cover}
h1,h2{margin:0 0 10px 0;line-height:1.2}
.sp-top{padding-top:56px}.sp-bottom{padding-bottom:56px}
.lead{font-size:1.05rem;max-width:900px;margin:8px 0 0 0}
.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:900px){.grid-2{grid-template-columns:1fr}.hero img{height:42vh}}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.card{border:1px solid #eee;border-radius:12px;padding:16px;background:#fff}
.card img{border-radius:10px;aspect-ratio:4/3;object-fit:cover}
.card .price{font-weight:700;margin:8px 0}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:#111;color:#fff;text-decoration:none;border:none;cursor:pointer}
.fullwidth img{width:100%;height:56vh;object-fit:cover}.sep{margin:24px 0}
.prep{border-top:1px solid #eee;margin-top:12px;padding-top:16px}
.prep .row{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:center}
@media(max-width:900px){.prep .row{grid-template-columns:1fr}}
.order{display:grid;gap:12px}.order label{font-weight:600}
.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:720px){.row{grid-template-columns:1fr}}
.order input,.order select,.order textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:10px;font:inherit}
.inpost-row{display:grid;grid-template-columns:1fr auto;gap:8px}
.hp{position:absolute;left:-5000px;opacity:0;height:0;width:0;overflow:hidden}
.consent{display:flex;align-items:center;gap:10px}.consent input{width:18px;height:18px}.consent span{white-space:nowrap}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;border-top:1px solid #eee;margin-top:24px}
.map-wrap iframe{width:100%;height:320px;border:0}
.ig{display:inline-flex;align-items:center;gap:8px}.ig img{width:18px;height:18px}
