body.has-age-gate {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(0, 0, 0, 0.72);
}

.age-gate[hidden] {
  display: none;
}

.age-card {
  overflow: hidden;
  width: min(405px, 100%);
  border-radius: 18px;
  background: #fff;
  color: #060606;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.age-visual {
  background: #080706;
}

.age-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.age-content {
  display: grid;
  gap: 18px;
  padding: 26px 26px 28px;
  text-align: center;
}

.age-content strong {
  color: #050505;
  font-size: 34px;
  line-height: 0.95;
  font-weight: 950;
}

.age-content p {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.age-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.age-actions button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.age-actions button:first-child {
  background: #d91635;
}

.age-actions button:last-child {
  background: #16a34a;
}

.age-content small {
  min-height: 16px;
  color: #b30e25;
  font-size: 12px;
  font-weight: 900;
}
