/* Bloom & Ember — age-gate interstitial
   Standalone stylesheet. Tokens match the homepage design handoff
   (../Adult novelty store webpage/design_handoff_bloom_ember_homepage/README.md). */

.be-age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: oklch(0.20 0.015 75 / 0.72);
  backdrop-filter: blur(8px);
  font-family: 'Manrope', system-ui, sans-serif;
}

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

.be-age-gate__card {
  width: 100%;
  max-width: 440px;
  background: oklch(0.97 0.012 75);
  border: 1px solid oklch(0.88 0.015 70);
  border-radius: 18px;
  padding: 44px 40px 36px;
  text-align: center;
  box-shadow: 0 24px 64px oklch(0.20 0.015 75 / 0.35);
}

.be-age-gate__logo {
  font-family: 'Spectral', serif;
  font-weight: 600;
  font-size: 23px;
  color: oklch(0.24 0.012 75);
  margin: 0 0 20px;
}

.be-age-gate__heading {
  font-family: 'Spectral', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.15;
  color: oklch(0.24 0.012 75);
  margin: 0 0 14px;
}

.be-age-gate__body {
  font-size: 15px;
  line-height: 1.6;
  color: oklch(0.45 0.015 75);
  margin: 0 0 28px;
}

.be-age-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.be-age-gate__btn {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  padding: 14px 30px;
  border: 1.5px solid oklch(0.24 0.012 75);
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.be-age-gate__btn:hover {
  opacity: 0.85;
}

.be-age-gate__btn--primary {
  background: oklch(0.24 0.012 75);
  color: oklch(0.98 0.01 35);
}

.be-age-gate__btn--secondary {
  background: transparent;
  color: oklch(0.24 0.012 75);
}

.be-age-gate__fine-print {
  font-size: 12.5px;
  color: oklch(0.45 0.015 75);
  margin: 20px 0 0;
}

.be-age-gate__fine-print a {
  color: inherit;
}

/* Shown in place of the card when the visitor declares under 18 */
.be-age-gate__blocked .be-age-gate__heading {
  font-size: 24px;
}
