/* Single public footer owner. No page-specific footer geometry. */
.hcc-site-footer { border-top:1px solid var(--hcc-border); background:var(--hcc-bg-subtle); color:var(--hcc-text-secondary); padding:48px 0 24px; }
.hcc-footer-grid { display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:32px; }
.hcc-footer-brand>a:first-child { display:inline-flex; max-width:240px; min-height:44px; }
.hcc-footer-brand img { width:240px; height:80px; object-fit:contain; display:block; }
.hcc-footer-brand p { font-size:13px; line-height:1.8; margin:16px 0 20px; max-width:270px; }
.hcc-footer-brand .hcc-btn { font-size:12px; }
.hcc-site-footer h2 { font-size:12px; line-height:1.5; font-weight:750; letter-spacing:.025em; margin:0 0 16px; color:var(--hcc-text-primary); }
.hcc-site-footer ul { list-style:none; padding:0; margin:0; }
.hcc-site-footer li { margin:0; }
.hcc-site-footer nav a { display:inline-flex; align-items:center; min-height:36px; font-size:12px; line-height:1.5; color:var(--hcc-text-muted); text-decoration:none; }
.hcc-site-footer a:hover { color:var(--hcc-accent); text-decoration:underline; text-underline-offset:4px; }
.hcc-footer-disclosure { margin-top:32px; padding:16px 20px; border:1px solid var(--hcc-border); border-left:3px solid var(--hcc-accent); border-radius:6px; background:white; }
.hcc-footer-disclosure p { font-size:12px; line-height:1.75; margin:0; color:var(--hcc-text-muted); }
.hcc-footer-disclosure a { color:var(--hcc-accent); }
.hcc-footer-bottom { border-top:1px solid var(--hcc-border); padding-top:20px; margin-top:24px; display:flex; justify-content:space-between; gap:16px; align-items:center; }
.hcc-footer-bottom p { margin:0; font-size:11px; color:var(--hcc-text-muted); }
.hcc-footer-bottom nav { display:flex; flex-wrap:wrap; gap:8px 20px; }
.hcc-bottom-nav { display:none; }
@media(max-width:1100px) { .hcc-footer-grid { grid-template-columns:repeat(4,1fr); gap:24px; } .hcc-footer-brand { grid-column:1/-1; display:grid; grid-template-columns:240px 1fr auto; gap:24px; align-items:center; } .hcc-footer-brand p { margin:0; max-width:360px; } }
@media(max-width:767px) {
    .hcc-site-footer { padding-top:32px; }
    .hcc-footer-grid { grid-template-columns:1fr 1fr; gap:28px 20px; }
    .hcc-footer-brand { display:block; }
    .hcc-footer-brand p { margin:12px 0 16px; }
    .hcc-site-footer nav a { min-height:44px; }
    .hcc-footer-bottom { flex-direction:column; align-items:flex-start; }
    .hcc-footer-bottom nav { gap:4px 16px; }
    .hcc-bottom-nav { position:fixed; inset:auto 0 0; z-index:1040; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); padding:4px 8px max(4px,env(safe-area-inset-bottom)); background:white; border-top:1px solid var(--hcc-border); }
    .hcc-bottom-nav a { display:flex; flex-direction:column; justify-content:center; align-items:center; min-height:48px; font-size:10px; font-weight:600; color:var(--hcc-text-muted); text-decoration:none; gap:2px; }
    .hcc-bottom-nav span { font-size:20px; line-height:1.1; color:var(--hcc-accent); }
    body { padding-bottom:calc(64px + env(safe-area-inset-bottom)); }
}
