.locations p { margin-bottom: 8px; }
.location-email { color: var(--ink); font-size: 12px; text-underline-offset: 4px; }
.footer-contact { max-width: 590px; }
.footer-contact p:first-child { color: #555d61; font-size: 19px; line-height: 1.55; }
.footer-contact p:last-child { margin: 25px 0 0; color: #555d61; font-size: 12px; line-height: 1.7; }
.footer-contact a, .legal a { color: var(--ink); text-underline-offset: 4px; }
.legal { justify-content: space-between; gap: 30px; }
.legal > a { white-space: nowrap; }
.footer-links { display: flex; align-items: center; gap: 22px; white-space: nowrap; }
.instagram-link { display: inline-grid; place-items: center; width: 28px; height: 28px; text-decoration: none; }
.instagram-icon { position: relative; display: block; width: 18px; height: 18px; border: 1.7px solid currentColor; border-radius: 5px; }
.instagram-icon::before { content: ""; position: absolute; width: 5px; height: 5px; left: 4.7px; top: 4.7px; border: 1.5px solid currentColor; border-radius: 50%; }
.instagram-icon::after { content: ""; position: absolute; width: 2.2px; height: 2.2px; right: 2.5px; top: 2.5px; background: currentColor; border-radius: 50%; }
.legal-page { min-height: 70vh; padding-top: 100px; padding-bottom: 120px; }
.legal-page-inner { max-width: 900px; }
.legal-page h1 { font-size: clamp(48px, 7vw, 88px); }
.legal-intro { max-width: 760px; color: #566066; font-size: 18px; line-height: 1.75; }
.legal-section { padding-top: 38px; margin-top: 38px; border-top: 1px solid var(--line); }
.legal-section h2 { font-size: 28px; letter-spacing: -.025em; font-weight: 500; }
.legal-section p, .legal-section li { color: #566066; font-size: 15px; line-height: 1.8; }
.legal-section ul { padding-left: 20px; }
.legal-section a { color: var(--ink); text-underline-offset: 4px; }
@media (max-width: 560px) {
  .legal { align-items: flex-start; flex-direction: column; }
  .legal-page { padding-top: 70px; padding-bottom: 90px; }
}
