.skip-link {
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 12px;
  background: #4f3195;
  color: #fff;
  font-weight: 900;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #4f3195;
  outline-offset: 4px;
}

.brand {
  min-height: 44px;
}

.footer-meta a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.cookie-banner[hidden] {
  display: none;
}

.age-error {
  margin-top: -10px;
}

@media (max-width: 640px) {
  .cookie-banner {
    padding: 12px 14px;
  }

  /* Founding member badge — allow wrap but keep it tidy */
  .founding-badge {
    border-radius: 18px !important;
    white-space: normal;
    text-align: center;
    max-width: 82vw;
    line-height: 1.45;
  }

  /* Prevent brand wordmark clipping on narrow screens */
  .brand-wordmark {
    font-size: 1.55rem;
    white-space: nowrap;
  }
}
