*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#f2ede4;font-family:Arial,sans-serif}.wrap{width:min(100%,700px);margin:auto}.topbar{position:sticky;top:0;z-index:10;background:rgba(14,12,10,.96);backdrop-filter:blur(12px);border-bottom:1px solid #ffffff14}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 20px;min-height:84px}.brand{width:62px;height:62px;border:2px solid var(--accent);border-radius:50%;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;background:#11100e;box-shadow:0 0 0 1px #000 inset}.brand img{width:100%;height:100%;object-fit:cover}.brand span{font:700 27px Georgia;color:var(--accent)}.tools{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin-left:auto}.tool,.lang{width:40px;height:40px;border:1px solid #ffffff26;border-radius:50%;display:grid;place-items:center;background:#1a1714;color:var(--accent);text-decoration:none;cursor:pointer;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease}.tool:hover,.lang:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent) 60%,transparent);background:#211d18}.tool svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tool svg .svg-dot{fill:currentColor;stroke:none}.lang{font-size:12px;letter-spacing:.04em}.hero{padding:28px 20px 20px}.eyebrow{color:#9a9082;text-transform:uppercase;font-size:11px;letter-spacing:.16em}.hero h1{font:400 38px Georgia;margin:7px 0 2px}.hero h2{font:italic 28px Georgia;margin:0;color:var(--accent);font-weight:400}.menu-list{padding:0 12px 40px}.category{border-top:1px solid #ffffff0f}.category-toggle{width:100%;border:0;background:transparent;color:var(--accent);display:flex;align-items:center;gap:14px;padding:18px 8px;text-align:left;cursor:pointer}.accent-line{width:4px;height:46px;background:var(--accent);border-radius:9px}.category-toggle img{width:48px;height:48px;border-radius:12px;object-fit:cover}.category-toggle strong{font-size:20px;flex:1}.chev{width:28px;height:28px;display:grid;place-items:center;transition:transform .22s ease;color:var(--accent)}.chev svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.category.open .chev{transform:rotate(180deg)}.category-items{display:none;padding:0 4px 12px;gap:12px;flex-direction:column}.category.open .category-items{display:flex}.item-card{display:flex;gap:14px;padding:16px;background:#1a1714;border:1px solid #ffffff12;border-radius:20px}.item-copy{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.item-card h3{margin:0 0 6px;font-size:17px}.item-card p{margin:0;color:#a49a8e;line-height:1.5;font-size:13px}.item-img{width:108px;height:108px;object-fit:cover;border-radius:15px}.price-row{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;font-size:12px}.price-row span{color:#9a9082}.price-row b{color:var(--accent)}.modal{position:fixed;inset:0;background:#000a;z-index:30;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.modal-card{position:relative;width:min(100%,380px);background:#1a1714;border:1px solid #ffffff20;border-radius:20px;padding:24px}.modal-card h3{margin-top:0;color:var(--accent)}.modal-close{position:absolute;right:12px;top:8px;border:0;background:none;color:#fff;font-size:27px;cursor:pointer}@media(max-width:520px){.topbar-inner{padding:10px 14px;min-height:76px}.brand{width:56px;height:56px}.tools{gap:6px}.tool,.lang{width:36px;height:36px}.tool svg{width:17px;height:17px}.hero h1{font-size:30px}.hero h2{font-size:24px}.item-img{width:88px;height:88px}.item-card{padding:13px}.item-card p{font-size:12px}}@media(max-width:360px){.topbar-inner{gap:10px}.brand{width:52px;height:52px}.tools{gap:4px}.tool,.lang{width:33px;height:33px}.tool svg{width:16px;height:16px}.lang{font-size:10px}}

/* Header alignment + brand-gold icons */
.topbar-inner{position:relative;padding-right:20px}
.tools{margin-left:auto;justify-content:flex-end;color:var(--accent)}
.tool,.tool:link,.tool:visited,.tool:hover,.tool:active,.lang,.lang:link,.lang:visited{color:var(--accent)!important}
.tool svg{stroke:var(--accent)!important;color:var(--accent)!important}
.tool svg *{stroke:var(--accent)!important}
.tool svg .svg-dot{fill:var(--accent)!important;stroke:none!important}
.tools .lang{border-color:color-mix(in srgb,var(--accent) 38%,transparent)}
@media (min-width:521px){.tools{position:absolute;right:20px;top:50%;transform:translateY(-50%)}}
@media (max-width:520px){.topbar-inner{padding-right:14px}.tools{margin-left:auto}}
