:root{--brand-bronze:#BE8446;--brand-brown:#5A2504}
.site-brand{display:flex;align-items:center;gap:12px}
.site-logo{width:48px;height:48px;border-radius:12px;flex:0 0 auto;box-shadow:0 4px 12px rgba(0,0,0,.16)}
.site-logo.small{width:36px;height:36px;border-radius:10px}
.hero-brand{display:flex;align-items:center;gap:16px}
.hero-brand .site-logo{width:72px;height:72px;border-radius:18px}
.brand-kicker{display:block;opacity:.85;font-size:.95rem;margin-bottom:4px}
@media(max-width:800px){.hero-brand{align-items:flex-start}.hero-brand .site-logo{width:58px;height:58px;border-radius:14px}}
