/* v77: page navigation stays in the header; the footer holds contact and copyright. */
footer.quiet-footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:20px 32px;padding:26px 36px;border-top:1px solid #d5c9b3}
.quiet-footer .footer-copyright{margin:0;font-size:12px;line-height:1.6;letter-spacing:.02em;color:#515b4d}
.quiet-footer .footer-contact{display:inline-flex;align-items:center;min-height:44px;font-size:15px;white-space:nowrap}
header #story-navigation,header #stay-navigation{flex-wrap:wrap;justify-content:flex-end;gap:10px 18px}
@media(max-width:900px){header #story-navigation{justify-content:flex-start}}
@media(max-width:850px){header #stay-navigation{justify-content:flex-start}}
@media(max-width:650px){footer.quiet-footer{grid-template-columns:1fr auto;gap:10px 20px;padding:22px 26px 68px}.quiet-footer .footer-copyright{grid-column:1/-1;grid-row:2;font-size:12px}.quiet-footer .footer-contact{grid-column:2;grid-row:1}.quiet-footer .brand{grid-column:1;grid-row:1}}
