.eh-footer{background:radial-gradient(circle at top,#f3e3cf,#e4d3c0);border-top:1px solid rgba(212,183,143,0.8);padding-block:var(--space-8);margin-top:var(--space-10)}.eh-footer__inner{display:flex;flex-direction:column;gap:var(--space-6)}.eh-footer__top{display:flex;flex-direction:column;gap:var(--space-6)}.eh-footer__brand{display:flex;gap:var(--space-4);align-items:flex-start}.eh-footer__logo-mark{width:2.3rem;height:2.3rem;border-radius:999px;background:radial-gradient(circle at 30% 30%,#fff6ea,var(--color-gold-soft));box-shadow:0 0 0 1px rgba(189,151,99,0.4),0 8px 18px rgba(26,17,10,0.45);font-size:0.75rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.eh-footer__brand-name{font-family:var(--font-display);font-size:1.25rem;margin-bottom:0.25rem}.eh-footer__brand-text{font-size:var(--text-sm);max-width:28rem}.eh-footer__nav{display:grid;grid-template-columns:1fr;gap:var(--space-4)}.eh-footer__nav-column{min-width:0}.eh-footer__nav-title{font-size:var(--text-sm);letter-spacing:0.16em;text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-2)}.eh-footer__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem}.eh-footer__nav-list a{font-size:var(--text-sm);color:var(--color-text-soft)}.eh-footer__nav-list a:hover{color:var(--color-primary-strong)}.eh-footer__bottom{border-top:1px solid rgba(223,203,179,0.9);padding-top:var(--space-3);display:flex;flex-direction:column;gap:var(--space-3);font-size:var(--text-xs);color:var(--color-muted)}.eh-footer__copy{display:flex;flex-direction:column;gap:0.25rem}.eh-footer__note{color:var(--color-text-soft)}.eh-footer__legal-links{display:flex;flex-wrap:wrap;align-items:center;gap:0.4rem}.eh-footer__legal-links a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;color:var(--color-text-soft)}.eh-footer__legal-links a:hover{color:var(--color-primary-strong)}@media(min-width:768px){.eh-footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start}.eh-footer__nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-6)}.eh-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}.eh-footer__copy{max-width:32rem}}.eh-cookie{position:fixed;inset:auto var(--space-4) var(--space-4) var(--space-4);z-index:50;max-width:32rem;margin-inline:auto;border-radius:var(--radius-lg);background:rgba(33,24,16,0.96);color:#fdf5eb;box-shadow:0 18px 40px rgba(6,3,1,0.8);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transform:translateY(120%);opacity:0;pointer-events:none;transition:transform var(--duration-normal) var(--timing-soft),opacity var(--duration-normal) var(--timing-soft)}.eh-cookie--visible{transform:translateY(0);opacity:1;pointer-events:auto}.eh-cookie__inner{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.eh-cookie__title{font-size:0.95rem;margin-bottom:0.15rem;color:#fff}.eh-cookie__description{font-size:var(--text-xs);color:#f3e1cf;margin-bottom:0.35rem}.eh-cookie__link{font-size:var(--text-xs);color:#f7d9a8;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.eh-cookie__link:hover{color:#ffe8bf}.eh-cookie__actions{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:flex-end}.eh-cookie__btn{border-radius:999px;padding:0.35rem 0.9rem;font-size:var(--text-xs);font-weight:600;border:1px solid transparent;cursor:pointer;transition:background var(--duration-normal) var(--timing-soft),color var(--duration-normal) var(--timing-soft),transform var(--duration-fast) var(--timing-standard)}.eh-cookie__btn--secondary{background:transparent;color:#f3e1cf;border-color:rgba(246,210,158,0.56)}.eh-cookie__btn--secondary:hover{background:rgba(255,255,255,0.06);color:#ffffff}.eh-cookie__btn--primary{background:#f5c06d;color:#1b120a;border-color:#f5c06d}.eh-cookie__btn--primary:hover{background:#ffd18c;transform:translateY(-1px)}@media(min-width:768px){.eh-cookie__inner{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.eh-cookie__text{max-width:20rem}}