.association-contact-strip { display:grid; grid-template-columns:minmax(250px,.75fr) minmax(0,1.5fr); gap:16px; margin:20px 0 0; }
.association-notices,.association-manager { border:1px solid var(--line,#dce5ed); border-radius:10px; background:#fff; overflow:hidden; }
.association-notices { padding:22px; background:#eef5fb; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.association-contact-strip h2 { font-size:1.25rem; line-height:1.3; margin:0 0 8px; color:var(--navy); }
.association-notices p { margin:0 0 14px; font-size:.9rem; }
.association-notices-button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:12px 18px; background:var(--navy,#0f3f68); color:#fff; border-radius:7px; font-size:1rem; font-weight:750; text-decoration:none; }
.association-notices-button:hover { background:#17629a; color:#fff; }
.association-notices > small { display:block; margin-top:10px; color:#455b70; font-size:.75rem; line-height:1.5; }
.association-manager { display:flex; min-width:0; scroll-margin-top:160px; }
.hero-manager-link { color:inherit; font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.hero-manager-link:hover { color:#ffdf77; }
.hero-manager-link:focus-visible { outline:3px solid #ffdf77; outline-offset:4px; }
.hero-service-scope { display:block; margin-top:5px; font-size:.8em; }
.hero-address-link { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.hero-address-link:hover { color:#ffdf77; }
.hero-address-link:focus-visible { outline:3px solid #ffdf77; outline-offset:4px; }
.association-manager > img { width:145px; height:auto; min-height:210px; object-fit:cover; object-position:center top; flex-shrink:0; background:var(--soft); }
.association-manager-content { padding:20px; min-width:0; flex:1; }
.association-manager-label { margin:0 0 7px; color:var(--blue-dark,#17629a); font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.association-manager-role { font-size:.8rem; color:var(--muted); margin:0 0 10px; }
.association-manager-phone { display:inline-flex; align-items:center; gap:8px; color:var(--navy); font-weight:750; font-size:.9rem; min-height:36px; }
.association-manager-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px 14px; margin-top:8px; }
.association-manager-actions a,.association-contact-unavailable { display:flex; align-items:center; gap:8px; min-height:44px; font-size:.8rem; font-weight:700; color:var(--blue-dark,#17629a); }
.association-contact-strip svg { width:19px; height:19px; flex-shrink:0; }
.association-contact-unavailable { color:#73511f; }
.association-contact-unavailable small { display:block; font-size:.67rem; font-weight:500; }
.association-contact-gap { color:#73511f; }
.association-contact-strip a:focus-visible { outline:3px solid #268bd2; outline-offset:4px; }
@media(max-width:900px) { .association-contact-strip { grid-template-columns:1fr; } .association-manager > img { width:130px; } }
@media(max-width:480px) { .association-manager > img { width:100px; min-height:220px; } .association-manager-content { padding:15px 12px; } .association-manager-actions { gap:3px 6px; } .association-manager-actions a,.association-contact-unavailable { font-size:.72rem; gap:5px; } .association-manager-phone { font-size:.78rem; } }
