.site-footer{
  background:var(--color-surface-bg);
  border-top:1px solid var(--color-divider);
  padding:48px 0;
}

.footer-inner{
  display:flex;
  flex-direction:column;
  gap:32px;
}

.footer-brand{
  display:flex;
  gap:16px;
  align-items:center;
}

.footer-brand img{
  height:40px;
}

.footer-nav ul,
.footer-legal ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.footer-copy{
  font-size:14px;
  color:var(--color-secondary-text);
}

.cookie-consent{
  position:fixed;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  padding:16px 20px;
  display:flex;
  gap:16px;
  align-items:center;
  z-index:1100;
}

.cookie-consent[hidden]{
  display:none !important;
}

.age-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.85);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2000;
}

[data-age-modal][hidden]{
  display:none !important;
}

.age-modal-inner{
  padding:32px;
  max-width:400px;
  width:100%;
  text-align:center;
}

.age-actions{
  display:flex;
  gap:16px;
  justify-content:center;
  margin-top:16px;
}
