.site .language { display: inline-block; text-decoration: none; }
.site .service-page-link { text-decoration: none; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.site .service-page-link:hover { color: #b54b00; }
.project-art picture { display: contents; }
.contact a { color: inherit; }
.contact-channels { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.contact-channels a { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 24px; padding-left: 0px; border: 0; border-radius: 4px; text-decoration: none; font-size: 16px; letter-spacing: 0; }
.contact-channels .ph-icon { width: 24px; height: 24px; flex: 0 0 24px; }
.contact-channels a, .contact-footer a, .site .header nav .button > span { position: relative; }
.site .header nav .button:is(:hover, :focus-visible) { background: transparent; color: var(--ink); }
.contact-channels a::after, .contact-footer a::after, .site .header nav .button > span::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right center; transition: transform 220ms cubic-bezier(.2, .65, .3, 1); pointer-events: none; }
.contact-channels a::after { right: 24px; bottom: 8px; }
@media (hover: hover) {
    .contact-channels a:hover::after, .contact-footer a:hover::after, .site .header nav .button:hover > span::after { transform: scaleX(1); transform-origin: left center; }
}
.contact-channels a:focus-visible::after, .contact-footer a:focus-visible::after, .site .header nav .button:focus-visible > span::after { transform: scaleX(1); transform-origin: left center; }
@media (prefers-reduced-motion: reduce) {
    .contact-channels a::after, .contact-footer a::after, .site .header nav .button > span::after { transition: none; }
}
.contact-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 48px; margin: 0; padding: 32px max(22px, calc(70 * var(--design-unit))); border-top: 1px solid #aaa6b7; background: var(--pale); font-size: 18px; letter-spacing: 0; }
.contact-footer a { text-decoration: none; }
.contact-footer small { margin-left: auto; font-size: 14px; }
@media (max-width: 599px) { .contact-footer { align-items: flex-start; flex-direction: column; gap: 20px; } .contact-footer small { margin-left: 0; } }
.contact .privacy-link { font-size: 13px; }
.contact .consent a { text-decoration: underline; text-underline-offset: 3px; }
.contact [data-contact-status][data-state="error"] { color: #a92916; }
.contact [data-contact-status][data-state="success"] { color: #186132; }
.contact input, .contact textarea { min-width: 0; }
.contact button:focus-visible, .site a:focus-visible { outline: 3px solid #5078ff; outline-offset: 4px; }
@media (max-width: 760px) {
    .contact form { width: 100%; }
    .contact input[type="tel"], .contact textarea { font-size: 16px; }
}
