/* Identical navigation typography and destinations on all three brand pages. */
.site-masthead{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-nav,.header nav.brand-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(18px,2.5vw,38px);flex-wrap:wrap;padding:0;margin:0;font-family:Gravity,Arial,sans-serif;font-weight:900;font-variation-settings:'wght' 900,'wdth' 100,'slnt' 0;font-size:clamp(.875rem,1.2vw,1rem);line-height:1.3;letter-spacing:0}
.brand-nav a{display:inline-flex;align-items:center;min-height:44px;padding-block:10px;color:inherit;text-decoration:none;text-underline-offset:8px;text-decoration-thickness:1px;white-space:nowrap}
.brand-nav a[aria-current=page]{text-decoration:underline;text-decoration-color:#d6b171}
.brand-nav a:hover{color:#d6b171}
.brand-nav a:focus-visible{outline:2px solid #d6b171;outline-offset:5px}
.header-navigation{display:flex;flex-direction:column;gap:9px;align-items:flex-end;min-width:0}
.header nav.section-navigation{justify-content:flex-end;padding:0;gap:24px;font-size:.875rem}
@media(max-width:850px){.site-masthead{flex-wrap:wrap;gap:14px}.brand-nav,.header nav.brand-nav{justify-content:flex-start;gap:12px 22px}.header-navigation{align-items:flex-start}.header nav.section-navigation{justify-content:flex-start}.header:has(.header-navigation){flex-wrap:wrap}.site-masthead>.brand-nav{flex-basis:100%}}
@media(max-width:400px){.brand-nav,.header nav.brand-nav{column-gap:15px;font-size:.875rem}}
.footer-legal-link{display:inline-flex;align-items:center;min-height:44px;padding-block:8px;font-size:.875rem;line-height:1.5;color:inherit;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.footer-legal-link:hover{color:#d6b171}
.footer-legal-link:focus-visible{outline:2px solid #d6b171;outline-offset:5px}
.footer-legal{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 24px;width:100%}
.footer-legal .copyright{margin:0}
.footer-with-legal{flex-wrap:wrap}
.legal-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px}
