/* SR 14-contact — info cards / hours / notice (visual only; form via 06-forms) */
html body .contact-info{background:var(--sr-bg);}
html body .contact-info__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:var(--sr-container);margin:0 auto;padding:clamp(30px,4vw,56px) 20px;}
html body .contact-info__item{background:#fff!important;border:1px solid var(--sr-line)!important;border-top:2px solid var(--sr-blue)!important;border-radius:0!important;padding:22px;box-shadow:none!important;}
html body .contact-info__label{color:var(--sr-muted)!important;font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin:0 0 8px;display:block;}
html body .contact-info__value,html body .contact-info__value a{color:var(--sr-ink)!important;font-size:15px;text-decoration:none;line-height:1.55;}
html body .contact-info__value a:hover{color:var(--sr-blue)!important;}
html body .contact-hours{background:var(--sr-surface);}
html body .contact-hours .contact-container{max-width:var(--sr-container);margin:0 auto;padding:clamp(34px,4vw,60px) 20px;}
html body .contact-section-title{color:var(--sr-ink)!important;font-size:clamp(22px,2.4vw,32px);letter-spacing:-.01em;margin:0 0 8px;}
html body .contact-hours__subtitle{color:var(--sr-muted)!important;margin:0 0 18px;}
html body .contact-hours__list{display:flex;flex-wrap:wrap;gap:8px 40px;}
html body .contact-hours__list p{margin:0;color:var(--sr-ink-2)!important;}
html body .contact-hours__list span{color:var(--sr-muted)!important;margin-right:8px;}
html body .contact-notice{background:#fff!important;border:1px solid var(--sr-line)!important;border-left:3px solid var(--sr-blue)!important;border-radius:0!important;padding:18px 22px;margin-top:22px;max-width:780px;}
html body .contact-notice__title{color:var(--sr-blue)!important;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;margin:0 0 6px;}
html body .contact-notice__text{color:var(--sr-ink-2)!important;line-height:1.6;margin:0;}
@media(max-width:860px){html body .contact-info__grid{grid-template-columns:1fr;}}
