.hp-footer { margin-top: 4rem; padding: 0 20px 1.75rem; color: var(--ink, #1a1613); }
.hp-footer-in { max-width: var(--wrap, 72rem); margin: 0 auto; }

.hp-tick { overflow: hidden; margin: 0; background: var(--accent, #ff0000); color: var(--paper-2, #f4ece2); }
.hp-tick.alt { background: #0b0a09; color: #f4ece2; }
.hp-tick-in { display: flex; white-space: nowrap; width: max-content; padding: 12px 0; font-family: var(--font-cn, var(--font-head, inherit)); font-size: 19px; letter-spacing: 0.14em; text-transform: uppercase; animation: hp-tick 36s linear infinite; }
.hp-tick.alt .hp-tick-in { animation-duration: 44s; animation-direction: reverse; }
.hp-tick-in span { padding: 0 18px; }
.hp-tick:hover .hp-tick-in { animation-play-state: paused; }
@keyframes hp-tick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .hp-tick-in { animation: none; } }
.hp-footer > .hp-tick { margin: 0 -20px 2.5rem; }

.hp-footer-cols { display: grid; gap: 2rem; }
@media (min-width: 720px) { .hp-footer-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; } }
.hp-footer-col { min-width: 0; }

.hp-footer-h { margin: 0 0 0.9rem; font-family: var(--font-type, ui-monospace, monospace); font-weight: 700; font-size: 0.6875rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--red, var(--accent, #c8102e)); }

.hp-footer-phone { display: inline-block; font-family: var(--font-head, inherit); font-weight: 600; font-size: 1.375rem; letter-spacing: 0.04em; line-height: 1.1; }
.hp-footer-social { display: grid; gap: 0.5rem; justify-items: start; margin: 0.9rem 0 0; }
.hp-footer-social a, .hp-footer-social span { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9375rem; }
.hp-footer-social svg { flex: 0 0 auto; width: 1.125rem; height: 1.125rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.hp-footer-links { display: grid; gap: 0.45rem; justify-items: start; font-size: 0.9375rem; }

.hp-footer-addr { margin: 0 0 0.75rem; font-size: 0.9375rem; line-height: 1.5; }
.hp-footer-hours { margin: 0; font-size: 0.9375rem; line-height: 1.5; color: var(--muted, var(--ink-2, #6b645b)); }

.hp-footer-firm { margin: 0.75rem 0 0; font-size: 0.8125rem; line-height: 1.5; color: var(--muted, var(--ink-2, #6b645b)); }

.hp-footer-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem 1.5rem; margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line, rgba(26,22,19,0.14)); font-family: var(--font-type, ui-monospace, monospace); font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted, var(--ink-2, #6b645b)); }
.hp-footer-note { display: inline-flex; align-items: center; gap: 0.75rem; }
.hp-footer-note .adult { display: inline-block; padding: 0.15rem 0.35rem; border: 1.5px solid currentColor; border-radius: 3px; font-weight: 700; letter-spacing: 0.06em; }

.hp-footer a { color: inherit; }
.hp-footer a:hover { color: var(--red, var(--accent, #ff0000)); }

html[lang^="zh"] .hp-footer-h, html[lang^="zh"] .hp-footer-bar { letter-spacing: 0.06em; text-transform: none; }
html[lang^="zh"] .hp-footer-h { text-transform: none; }
.hp-gpage .hp-footer { max-width: none; padding: 0 20px 1.75rem; }

.hp-where { margin: 6px 0 18px; font-family: var(--font-type, ui-monospace, monospace); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted, var(--ink-2, #6b645b)); }
html[lang^="zh"] .hp-where { letter-spacing: 0; text-transform: none; }
