:root{--bg:#f7f2ea;--panel:#fffaf3;--text:#171717;--muted:#6d665f;--line:#e4d9cc;--accent:#c94e31;--accent2:#f0b25b;--max:1160px}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8f4ed,#f3ebe0);color:var(--text);font-family:Inter,system-ui,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}html{scroll-behavior:smooth}.header,.hero,.offer-strip,.menu-panel,.decision-grid,.gallery-band,footer{width:min(calc(100% - 32px),var(--max));margin:0 auto}.header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;position:sticky;top:0;background:rgba(247,242,234,.92);backdrop-filter:blur(10px);z-index:20;border-bottom:1px solid rgba(0,0,0,.05)}.brand-block strong{display:block;font-size:1.4rem;font-family:Sora,Inter,sans-serif}.brand-block span{color:var(--muted);font-size:.92rem}.top-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.lang-switch{display:inline-flex;padding:4px;background:#efe4d8;border-radius:999px}.lang-switch button{border:0;background:transparent;padding:10px 12px;border-radius:999px;font-weight:800;color:var(--muted);cursor:pointer}.lang-switch .is-active{background:#fff;color:var(--text);box-shadow:0 8px 18px rgba(0,0,0,.08)}.pill{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:800}.pill.strong{background:linear-gradient(135deg,var(--accent),#e3704d);color:#fff}.pill.muted{background:#fff;border:1px solid var(--line)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:40px 0}.eyebrow{margin:0 0 12px;color:var(--accent);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:800}.hero h1,.menu-intro h2{font-family:Sora,Inter,sans-serif;line-height:1.02;letter-spacing:-.04em;margin:0 0 16px}.hero h1{font-size:clamp(3rem,7vw,5.6rem)}.hero p,.menu-intro p,.decision-grid p,.decision-grid li{color:var(--muted);line-height:1.75}.action-row{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0 26px}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat-grid article{padding:18px;border-radius:20px;background:#fff;border:1px solid var(--line)}.stat-grid strong{display:block;font-size:1.25rem;margin-bottom:6px}.hero-card{padding:18px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 20px 40px rgba(0,0,0,.06)}.hero-card img{border-radius:22px;height:460px;width:100%;object-fit:cover}.hero-note{display:flex;justify-content:space-between;gap:12px;padding:14px 2px 0}.hero-note span{color:var(--muted)}
.offer-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:8px 0 44px}.offer-strip div{background:#fff;border:1px solid var(--line);padding:18px 20px;border-radius:22px}.offer-strip span{display:block;color:var(--muted);font-size:.9rem;margin-bottom:8px}
.menu-panel{display:grid;grid-template-columns:.42fr .58fr;gap:20px;padding:10px 0 46px}.menu-intro{position:sticky;top:100px;align-self:start;padding:28px;background:var(--panel);border:1px solid var(--line);border-radius:28px}.filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.filters button{border:1px solid var(--line);background:#fff;padding:12px 14px;border-radius:999px;font-weight:700;cursor:pointer}.filters .is-active{background:var(--text);color:#fff;border-color:var(--text)}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.menu-grid article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:22px}.menu-grid h3{margin:0 0 10px;font-family:Sora,Inter,sans-serif;font-size:1.05rem;display:flex;justify-content:space-between;gap:10px}.menu-grid p{margin:0;color:var(--muted);line-height:1.65}
.decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 0 44px}.decision-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:24px}.decision-grid img{margin-top:14px;border-radius:18px;height:180px;width:100%;object-fit:cover}.decision-grid ul{padding-left:18px}
.gallery-band{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;padding:0 0 90px}.gallery-band img{width:100%;height:280px;object-fit:cover;border-radius:24px}.sticky-book{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:10px;background:rgba(23,23,23,.92);padding:10px;border-radius:999px;box-shadow:0 20px 40px rgba(0,0,0,.22)}.sticky-book a{padding:12px 16px;border-radius:999px;color:#fff;font-weight:800}.sticky-book .primary{background:linear-gradient(135deg,var(--accent),#e3704d)}footer{display:flex;justify-content:space-between;gap:16px;padding:0 0 36px;color:var(--muted)}
@media (max-width:980px){.hero,.menu-panel,.decision-grid,.offer-strip,.gallery-band{grid-template-columns:1fr}.menu-intro{position:static}.menu-grid{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.header{flex-wrap:wrap}.menu-grid,.stat-grid{grid-template-columns:1fr}.sticky-book{width:calc(100% - 24px);justify-content:space-between} .sticky-book a{flex:1;text-align:center}}
