.site-footer { font-family: sans-serif; }
.footer-accent-bar { height: 4px; background: #1a3a2a; }
.footer-main { background: #f7f6f2; padding: 1.8rem 6rem 1.6rem 2.5rem; border-bottom: 0.5px solid #dbd9d0; }
.footer-top-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo-img { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; }
.footer-org-name { font-size: 15px; font-weight: 500; color: #1a2e1a; line-height: 1.3; }
.footer-org-sub { font-size: 12px; color: #7a8a7a; margin-top: 2px; }
.footer-address { text-align: right; }
.footer-addr { font-size: 12px; color: #7a8a7a; line-height: 1.8; }
.footer-map-link { font-size: 12px; color: #2f8c50; text-decoration: none; display: inline-block; margin-top: 2px; }
.footer-statement { font-size: 17px; font-weight: 500; color: #1a2e1a; line-height: 1.6; margin-bottom: 1.1rem; }
.footer-bottom-row { display: flex; align-items: center; justify-content: space-between; }
.footer-nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer-nav a { font-size: 13px; color: #4a6a4a; text-decoration: none; }
.footer-nav a:hover { color: #1a3a2a; }
.footer-nav-groups { display: flex; gap: 2.2rem; flex-wrap: wrap; align-items: flex-start; }
.footer-nav-group { display: flex; flex-direction: column; gap: 0.4rem; }
.footer-nav-label { font-size: 11px; font-weight: 600; color: #9aa89a; letter-spacing: 0.03em; }
.footer-cta-btn { background: #1a3a2a; color: #e8f5e8; font-size: 13px; font-weight: 500; padding: 7px 16px; border-radius: 6px; text-decoration: none; white-space: nowrap; }
.footer-cta-btn:hover { background: #2a5c3a; }
.footer-bottom-bar { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 6rem 0.75rem 2.5rem; background: #f0efe9; }
.footer-bottom-links { display: flex; gap: 1.2rem; align-items: center; }
.footer-bottom-links a { font-size: 12px; color: #8a9a8a; text-decoration: none; }
.footer-bottom-links a:hover { color: #4a6a4a; }
.footer-admin-link { font-size: 14px; margin-left: 0.3rem; }
.footer-copyright { font-size: 12px; color: #b0b0a8; }

@media (max-width: 640px) {
  .footer-main { padding: 1.4rem 1.2rem 1.2rem; }
  .footer-top-row { flex-direction: column; gap: 0.8rem; }
  .footer-address { text-align: left; }
  .footer-bottom-row { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  .footer-nav { gap: 0.8rem; }
  .footer-nav-groups { flex-direction: column; gap: 0.8rem; }
  .footer-bottom-bar { flex-direction: column; gap: 0.5rem; padding: 0.75rem 1.2rem; text-align: center; }
  .footer-bottom-links { flex-wrap: wrap; justify-content: center; }
}
