/* A lightweight location card: Google Maps opens only when a visitor chooses it. */
.location-card { margin-top: 32px; padding: 25px; border: 1px solid #52616c; border-radius: var(--radius); background: #182e3e; }
.location-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.location-symbol { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #293f4e; color: #f0c2ce; flex-shrink: 0; }
.location-symbol svg { width: 25px; height: 25px; }
.location-heading .eyebrow { margin: 0; color: #e6c8d0; font-size: .72rem; }
.location-heading h3 { margin: 3px 0 0; font-size: 1.3rem; line-height: 1.35; }
.location-card address { color: #e4e9ed; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 20px; }
.location-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; font-size: .85rem; }
.location-primary { padding: 10px 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--paper); border-radius: var(--radius); }
.location-primary:hover { background: #efdce2; border-color: #efdce2; }
.location-secondary { color: #f0c2ce; text-decoration: underline; text-underline-offset: 5px; }
.location-secondary:hover { color: white; }
.location-card .location-note { color: #c3cdd4; font-size: .78rem; line-height: 1.7; margin-top: 16px; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; border-top: 1px solid #2a3b48; padding-block: 15px 23px; font-size: .8rem; }
.footer-legal a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-legal a:hover, .footer-legal a[aria-current="page"] { color: white; text-decoration: underline; text-underline-offset: 4px; }
.legal-header .header-inner { gap: 20px; }
.legal-header .text-link { flex-shrink: 0; }
.legal-page { max-width: 820px; }
.legal-page h1 { margin-bottom: 20px; }
.legal-page .legal-intro { font-size: 1.1rem; color: var(--ink); max-width: 650px; }
.legal-page .legal-updated { color: var(--wine); font-size: .8rem; margin-bottom: 26px; }
.legal-summary { border-left: 3px solid var(--wine); background: #f0eeea; padding: 22px 25px; margin: 28px 0; }
.legal-summary p:last-child { margin-bottom: 0; }
.legal-toc { display: flex; flex-wrap: wrap; gap: 10px 23px; margin: 26px 0 36px; padding-block: 16px; border-block: 1px solid var(--line); font-size: .9rem; }
.legal-toc a { display: inline-flex; align-items: center; min-height: 40px; }
.legal-page section { scroll-margin-top: 120px; }
.legal-page ul { padding-left: 23px; }
.legal-page li { margin-bottom: 9px; }
.legal-page a { overflow-wrap: anywhere; }
.legal-page address { margin-bottom: 20px; color: var(--muted); }
.legal-contact { border-top: 1px solid var(--line); padding-top: 8px; margin-top: 32px; }
@media (max-width: 700px) {
  .location-card { padding: 22px; }
  .legal-page { padding-block: 45px 60px; }
  .legal-header .brand-name { display: none; }
  .legal-header .text-link { font-size: .85rem; gap: 12px; }
  .legal-summary { padding: 20px; }
  .legal-page section { scroll-margin-top: 95px; }
  .footer-legal { gap: 5px 22px; }
}
@media (max-width: 380px) {
  .location-card { padding: 18px; }
  .location-heading h3 { font-size: 1.15rem; }
  .location-actions { display: grid; }
}
