.hh-footer{margin-top:var(--space-10);background:radial-gradient(circle at top,rgba(15,23,42,0.08),transparent 60%),var(--color-surface);border-top:1px solid var(--gray-200)}.hh-footer__inner{display:flex;flex-direction:column;gap:var(--space-8);padding-block:var(--space-10);padding-inline:var(--space-5)}.hh-footer__brand{max-width:340px}.hh-footer__logo{font-family:var(--font-sans-secondary);font-size:1rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--color-text);margin-bottom:0.6rem}.hh-footer__copy{font-size:0.9rem;color:var(--gray-500)}.hh-footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-8)}.hh-footer__heading{font-size:0.85rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray-700);margin-bottom:0.75rem}.hh-footer__list{display:flex;flex-direction:column;gap:0.35rem}.hh-footer__link{font-size:0.9rem;color:var(--gray-500)}.hh-footer__link:hover{color:var(--color-text)}.hh-footer__link:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:999px;padding-inline:0.2rem}.hh-footer__bottom{border-top:1px solid rgba(148,163,184,0.4);background:rgba(15,23,42,0.97);color:#e5e7eb}.hh-footer__bottom-inner{display:flex;flex-direction:column;gap:0.75rem;padding-block:1.2rem;padding-inline:var(--space-5)}.hh-footer__fineprint{font-size:0.75rem;color:#cbd5f5;max-width:720px}.hh-footer__copyright{font-size:0.75rem;color:#94a3b8}@media (min-width:768px){.hh-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}.hh-footer__bottom-inner{flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width:767px){.hh-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.hh-footer__inner,.hh-footer__bottom-inner{padding-inline:var(--space-5)}.hh-footer__logo{letter-spacing:0.14em}}@media (max-width:520px){.hh-footer__grid{grid-template-columns:1fr}.hh-footer__inner,.hh-footer__bottom-inner{padding-inline:var(--space-5)}}@media (min-width:1024px){.hh-footer__inner,.hh-footer__bottom-inner{padding-inline:var(--space-6)}}.hh-cookie-banner{position:fixed;z-index:50;left:0;right:0;bottom:0;background:rgba(15,23,42,0.96);color:#e5e7eb;box-shadow:0 -10px 30px rgba(15,23,42,0.5);transform:translateY(100%);opacity:0;transition:transform var(--transition-slow),opacity var(--transition-slow)}.hh-cookie-banner__content{max-width:var(--container-max-width);margin:0 auto;padding:0.9rem var(--space-5);display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.hh-cookie-banner__title{font-size:0.9rem;letter-spacing:0.16em;text-transform:uppercase;color:#e5e7eb;margin-bottom:0.25rem}.hh-cookie-banner__description{font-size:0.8rem;color:#cbd5f5;margin-bottom:0}.hh-cookie-banner__actions{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center;justify-content:flex-end}.hh-cookie-banner__button{border-radius:var(--radius-pill);font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;padding:0.55rem 1.2rem;border:1px solid transparent}.hh-cookie-banner__button--primary{background:linear-gradient(135deg,var(--color-primary),#0ea5e9);color:#f9fafb}.hh-cookie-banner__button--secondary{background:transparent;border-color:#e5e7eb;color:#e5e7eb}.hh-cookie-banner__button:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.hh-cookie-banner--visible{transform:translateY(0);opacity:1}@media (max-width:640px){.hh-cookie-banner__content{flex-direction:column;align-items:flex-start;gap:0.75rem;padding-block:1rem}}.hh-age-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center}.hh-age-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,0.6);backdrop-filter:blur(10px)}.hh-age-modal__panel{position:relative;max-width:420px;width:100%;padding:0 var(--space-5)}.hh-age-modal__content{position:relative;background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--gray-200);box-shadow:var(--shadow-medium);padding:var(--space-6)}.hh-age-modal__title{font-size:1.1rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--color-text);margin-bottom:0.75rem}.hh-age-modal__description{font-size:0.9rem;color:var(--gray-600);margin-bottom:1.25rem}.hh-age-modal__actions{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:flex-end}.hh-age-modal__button{border-radius:var(--radius-pill);font-size:0.85rem;letter-spacing:0.14em;text-transform:uppercase;padding:0.65rem 1.4rem;border:1px solid transparent}.hh-age-modal__button--primary{background:linear-gradient(135deg,var(--color-accent-gold),#eab308);color:#111827}.hh-age-modal__button--secondary{background:transparent;border-color:var(--gray-400);color:var(--gray-700)}.hh-age-modal__button:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.hh-age-modal[hidden]{display:none}.hh-cookie-banner[hidden]{display:none}