/* symfon.io — typographic identity; legacy routes remain compatible. */
.brand.symfon-brand { gap: 0; font-size: clamp(1.6rem, 2.4vw, 1.9rem); line-height: 1.15; font-weight: 700; letter-spacing: -.055em; white-space: nowrap; }
.symfon-wordmark { display: inline-block; font-family: Inter, Arial, sans-serif; font-style: normal; font-weight: 700; letter-spacing: -.055em; text-transform: none; white-space: nowrap; }
.symfon-dot { color: #00afd0; }
.ownership-map .symfon-wordmark { font: 700 1rem Inter, Arial, sans-serif; letter-spacing: -.055em; }
.ownership-map .symfon-wordmark .symfon-dot { font: inherit; letter-spacing: inherit; color: #00afd0; }
.symfon-brand .brand-mark { display: none; }
.symfon-brand:focus-visible { outline: 3px solid #00afd0; outline-offset: 6px; border-radius: 2px; }
@media (max-width: 600px) { .brand.symfon-brand { font-size: 1.6rem; } }

/* Keep the customer-facing brand separate from the legal / billing entity. */
.footer.company-footer { grid-template-columns: 1.15fr 1fr 1.2fr; align-items: start; gap: 36px 48px; padding-block: 56px 24px; font-size: 16px; line-height: 1.65; }
.company-footer > div { min-width: 0; }
.company-footer p { margin: 10px 0 0; }
.company-footer .brand { display: inline-flex; color: var(--ink); font-size: 30px; }
.company-footer .footer-label { margin: 0 0 14px; font: 600 14px/1.4 Inter, Arial, sans-serif; letter-spacing: .075em; text-transform: uppercase; color: var(--ink); }
.company-footer .footer-contact p { margin: 0 0 6px; color: var(--ink); }
.company-footer .footer-contact a { display: block; width: fit-content; max-width: 100%; overflow-wrap: anywhere; padding-block: 5px; color: var(--ink); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #b9c5d4; }
.company-footer .footer-company-name { font-weight: 600; color: var(--ink); }
.company-footer .footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid #dce2eb; padding-top: 22px; font-size: 14px; }
.company-footer .footer-bottom p { margin: 0; }
.company-footer a:hover { color: #164dd5; }
.company-footer a:focus-visible { outline: 3px solid #00afd0; outline-offset: 5px; }
@media (max-width: 900px) {
  .footer.company-footer { grid-template-columns: 1fr 1fr; gap: 32px; }
  .company-footer .footer-identity { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .footer.company-footer { grid-template-columns: 1fr; padding-block: 38px 24px; gap: 30px; }
}
