/* Persistent navigation, with the existing painted title ornament */
body>header{position:sticky;top:0;z-index:30;height:80px;background:var(--cream);box-shadow:0 3px 9px #51381f20}
#brand-title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;min-width:0;min-height:70px;padding:2px 0 4px;border:0;background:transparent;color:var(--ink);box-shadow:none;border-radius:8px;font:600 25px/1.2 Cinzel,serif}
#brand-title img{display:block;width:100%;max-width:280px;height:27px;object-fit:cover;object-position:center;opacity:.7;pointer-events:none}
#brand-title span{display:block;white-space:nowrap}
#brand-title:focus-visible{outline:2px solid var(--green);outline-offset:1px}
html{scroll-padding-top:88px}
@media(max-width:360px){body>header{height:76px}#brand-title{font-size:22px;min-height:66px}#brand-title img{height:24px}html{scroll-padding-top:84px}}
