/* Page-scoped styles for /contact/ — recovered from the WP origin (custom-route.php inline blocks) 2026-07-16.
   Loads after the shared stack; selectors are scoped body.contact-page. */

body.contact-page .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--grey-200); background: var(--white); margin-top: 1rem; }
@media (max-width: 720px) { body.contact-page .contact-grid { grid-template-columns: 1fr; } }
body.contact-page .contact-card { padding: 2rem 1.875rem; border-right: 1px solid var(--grey-200); }
body.contact-page .contact-card:last-child { border-right: 0; }
@media (max-width: 720px) { body.contact-page .contact-card { border-right: 0; border-bottom: 1px solid var(--grey-200); } body.contact-page .contact-card:last-child { border-bottom: 0; } }
body.contact-page .contact-eyebrow { font-family: var(--font-m); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-500); margin-bottom: 0.625rem; }
body.contact-page .contact-h3 { font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-bottom: 0.625rem; line-height: 1.3; letter-spacing: -0.015em; }
body.contact-page .contact-text { font-size: 0.9rem; color: var(--grey-700); line-height: 1.65; margin-bottom: 1rem; }
body.contact-page .contact-link { font-family: var(--font-m); font-size: 0.85rem; color: var(--ink); border-bottom: 1px solid var(--grey-300); text-decoration: none; padding-bottom: 2px; transition: border-color 0.15s; }
body.contact-page .contact-link:hover { border-color: var(--ink); }
