/* One landscape fills the entry screen; only the confirmation card is frosted. */
#age-gate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px clamp(28px, 8vw, 150px);
  isolation: isolate;
  background: #10201b;
  overflow: auto;
}
#age-gate[hidden] {
  display: none;
}
#age-gate .age-visual {
  display: block;
  position: fixed;
  inset: 0;
  min-height: 0;
  z-index: -2;
  pointer-events: none;
}
#age-gate .age-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
}
#age-gate .age-visual:after {
  background:
    linear-gradient(90deg, #07141008, #07141012 40%, #07141055),
    linear-gradient(0deg, #07141066, transparent 30%);
}
#age-gate .age-visual > span {
  bottom: 34px;
  left: 42px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #e6d7ba;
}
#age-gate .age-content {
  flex: none;
  width: min(100%, 450px);
  min-height: 0;
  padding: 38px 40px 30px;
  border: 1px solid #f6e7c43d;
  border-radius: 18px;
  background: linear-gradient(135deg, #18362a73, #0b211a9e);
  box-shadow:
    0 24px 90px #0005,
    inset 0 1px 0 #fff2;
  backdrop-filter: blur(12px) saturate(115%);
  -webkit-backdrop-filter: blur(12px) saturate(115%);
  text-align: center;
}
#age-gate .age-content:before {
  display: none;
}
#age-gate .age-logo {
  width: 145px;
  margin-bottom: 19px;
}
#age-gate .age-rule {
  margin-bottom: 20px;
  background: #e4d0a84d;
}
#age-gate .age-content > .eyebrow {
  font-size: 10px;
  letter-spacing: 1.7px;
  color: #d1d8c9;
}
#age-gate .age-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #e0c7936b;
  border-radius: 50%;
  font: 13px var(--sans);
  letter-spacing: 0;
  margin: 19px 0 17px;
  color: #e9d0a6;
}
#age-gate .age-symbol span {
  font-size: 12px;
  margin-left: 1px;
}
#age-gate .age-content h2 {
  font-family: var(--serif);
  font-size: 45px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: #f5f0e4;
}
#age-gate .age-content h2 em {
  color: #e6cc9f;
}
#age-gate #age-description {
  font-size: 14px;
  line-height: 1.85;
  color: #d4dccf;
  max-width: 300px;
  margin: 20px 0 23px;
}
#age-gate #age-confirm {
  min-height: 49px;
  border: 1px solid #f8e6bc;
  border-radius: 5px;
  background: #ead4af;
  color: #1d3427;
  font-size: 14px;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
#age-gate #age-confirm:hover {
  background: #f4e3c4;
  box-shadow: 0 0 25px #e6c78b26;
}
#age-gate .age-decline {
  margin: 10px auto 0;
  padding: 12px 6px;
  min-height: 44px;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #d1d9ce;
  font-size: 12px;
}
#age-gate .age-fineprint {
  color: #bdcabb;
  font-size: 11px;
  max-width: 265px;
  line-height: 1.8;
  margin-top: 14px;
}
#age-gate .age-footer {
  color: #b8c5b5;
  font-size: 9px;
  letter-spacing: 2px;
  margin-top: 22px;
}
#age-gate :is(button, a):focus-visible {
  outline: 2px solid #f6dfb4;
  outline-offset: 5px;
}
@media (max-width: 760px) {
  #age-gate {
    justify-content: center;
    padding: 26px 20px;
  }
  #age-gate .age-visual img {
    object-position: 42% center;
  }
  #age-gate .age-visual > span {
    display: none;
  }
  #age-gate .age-content {
    padding: 28px 24px 24px;
    border-radius: 14px;
    max-width: 390px;
  }
  #age-gate .age-logo {
    width: 132px;
    margin-bottom: 16px;
  }
  #age-gate .age-content h2 {
    font-size: 40px;
  }
  #age-gate .age-symbol {
    margin: 17px 0;
  }
}
@media (max-height: 700px) {
  #age-gate {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #age-gate .age-content {
    padding-top: 24px;
    padding-bottom: 22px;
  }
  #age-gate .age-symbol {
    margin: 12px 0;
  }
  #age-gate .age-content h2 {
    font-size: 36px;
  }
  #age-gate #age-description {
    margin: 16px 0;
  }
  #age-gate .age-footer {
    margin-top: 15px;
  }
}
@supports not (backdrop-filter: blur(1px)) {
  #age-gate .age-content {
    background: #10271eed;
  }
}

#age-gate .age-wordmark {
  font-family: var(--serif);
  font-size: 39px;
  line-height: 1;
  letter-spacing: -1px;
  color: #f8f0df;
  margin-bottom: 20px;
}
