/* v4 — one shared brand system. Palette aligned to the restaurant Instagram profile logo.
   Font files are not bundled. Online: Google Fonts. Offline: named local fallbacks. */
:root{
 --brand-orange:#A71C34;--brand-action:#9F1D35;--brand-hover:#80162B;
 --brand-cream:#F7F1E7;--brand-paper:#F7F1E7;--brand-brown:#332820;
 --brand-muted:#6C5A4D;--brand-line:#D5BFA3;--brand-soft:#EEDBC1;--brand-tone:#EFE5D6;
 --font-body:"Manrope",Arial,Helvetica,sans-serif;
 --font-heading:"Lora",Georgia,"Times New Roman",serif;
 --sans:var(--font-body);--serif:var(--font-heading);
}
html,body{font-family:var(--font-body)}
button,input,textarea,select,optgroup,option,summary{font-family:var(--font-body)}
button,input,textarea,select{font-size:inherit;line-height:inherit}
::placeholder{font-family:inherit;opacity:1;color:var(--brand-muted)}
button,strong,b{font-synthesis:none}
.brand{display:inline-flex;align-items:center;gap:12px}
.brand-logo{object-fit:contain;object-position:center}
.brand--full-logo .brand-logo{width:206px!important;height:62px!important;max-width:100%;object-fit:contain}
.brand--footer .brand-name{font-family:var(--font-body)!important;font-size:21px!important;letter-spacing:.6px!important;font-weight:800!important;text-transform:uppercase;line-height:1.2!important}
.brand--seal{flex-direction:column;gap:18px!important;justify-content:center;text-align:center}
.brand--seal .brand-mark{width:76px!important;height:76px!important}
.brand--seal .brand-name{font-family:var(--font-heading);font-size:32px!important;line-height:1.15!important}
.brand--seal .brand-name>span{color:var(--brand-action)!important}
.brand--seal.brand--full-logo .brand-logo{width:230px!important;height:116px!important}
.brand--seal+.eyebrow{margin-top:28px}
.logo-tile img{width:40px;height:40px;object-fit:contain}
.admin-brand>span:not(.logo-tile){font-family:var(--font-heading);font-weight:600}
.admin-brand small{font-family:var(--font-body)}
@media(max-width:420px){.brand--full-logo .brand-logo{width:152px!important;height:48px!important}.brand--seal .brand-name{font-size:28px!important}}
