@import url("site-shell.css");
html, body { width: 100%; height: 100%; overflow: hidden; }
.age-gate { position: fixed; inset: 0; background: var(--site-paper); color: var(--site-ink); display: grid; grid-template-rows: auto minmax(0, 1fr) auto; isolation: isolate; }
.age-gate::before { content: "18"; position: absolute; right: clamp(-20px, 3vw, 60px); top: 50%; transform: translateY(-53%); z-index: -1; color: var(--site-orange); font-size: clamp(230px, 41vw, 660px); line-height: .72; font-weight: 650; letter-spacing: -.11em; opacity: .97; pointer-events: none; }
.age-gate__header, .age-gate__footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px var(--site-gutter); border-color: var(--site-line); }
.age-gate__header { border-bottom: 1px solid var(--site-line); }
.age-gate__footer { border-top: 1px solid var(--site-line); color: var(--site-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.age-gate__main { min-height: 0; display: grid; grid-template-columns: minmax(300px, 560px) 1fr; gap: clamp(30px, 7vw, 110px); align-items: center; padding: clamp(24px, 5vw, 70px) var(--site-gutter); }
.age-gate__panel { min-height: 0; max-height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; background: color-mix(in srgb, var(--site-paper) 94%, transparent); backdrop-filter: blur(4px); }
.age-gate__heading { padding-right: 10px; }
.age-gate__heading > span { color: var(--site-orange-ink); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.age-gate__heading [data-minimum-age] { color: var(--site-orange-ink); }
.age-gate__heading h1 { margin: 14px 0 12px; font-size: clamp(43px, 6vw, 88px); line-height: .88; letter-spacing: -.075em; font-weight: 690; }
.age-gate__heading p { margin: 0 0 24px; max-width: 520px; color: var(--site-muted); line-height: 1.42; }
.age-gate__notice { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px 24px 20px 0; border-top: 1px solid var(--site-line); border-bottom: 1px solid var(--site-line); scrollbar-width: thin; }
.age-gate__notice p { margin: 0 0 16px; font-size: clamp(13px, 1vw, 15px); line-height: 1.55; }
.age-gate__notice p:last-child { margin-bottom: 0; }
.age-gate__controls { padding-top: 20px; display: grid; gap: 16px; }
.age-gate__confirm { display: grid; grid-template-columns: 22px 1fr; gap: 13px; align-items: start; cursor: pointer; font-size: 13px; line-height: 1.45; }
.age-gate__confirm input { width: 20px; height: 20px; margin: 0; accent-color: var(--site-orange); }
.age-gate__actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.age-gate__enter, .age-gate__leave { min-height: 54px; border: 1px solid var(--site-ink); padding: 0 21px; cursor: pointer; }
.age-gate__enter { display: flex; justify-content: space-between; align-items: center; background: var(--site-ink); color: var(--site-paper); font-weight: 700; }
.age-gate__enter:disabled { cursor: not-allowed; opacity: .42; }
.age-gate__leave { background: transparent; color: var(--site-ink); }
.age-gate__error { min-height: 18px; margin: 0; color: #9e2500; font-size: 12px; }
.age-gate__artLabel { align-self: end; justify-self: end; max-width: 260px; padding-bottom: 4vh; text-align: right; font-size: 12px; line-height: 1.5; color: color-mix(in srgb, var(--site-ink) 67%, transparent); }
.age-gate__thanks { position: fixed; inset: 0; display: grid; place-items: center; background: var(--site-paper); color: var(--site-ink); opacity: 0; visibility: hidden; transition: opacity .36s ease; z-index: 10; }
.age-gate__thanks.is-visible { opacity: 1; visibility: visible; }
.age-gate__thanks div { text-align: center; }
.age-gate__thanks span { display: block; color: var(--site-orange-ink); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.age-gate__thanks strong { display: block; margin-top: 12px; font-size: clamp(28px, 5vw, 66px); letter-spacing: -.055em; }
@media (max-width: 780px) {
  .age-gate::before { top: 24%; right: -20px; font-size: clamp(170px, 62vw, 320px); opacity: .28; }
  .age-gate__header { padding-block: 16px; }
  .age-gate__main { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr); align-items: stretch; padding-block: 20px; }
  .age-gate__panel { background: color-mix(in srgb, var(--site-paper) 96%, transparent); }
  .age-gate__artLabel { display: none; }
  .age-gate__heading h1 { font-size: clamp(38px, 13vw, 62px); }
  .age-gate__notice { padding-right: 12px; }
}
@media (max-height: 580px) and (orientation: landscape) {
  .age-gate::before { right: 1vw; font-size: 45vh; opacity: .34; }
  .age-gate__header, .age-gate__footer { padding-block: 9px; }
  .age-gate__main { grid-template-columns: minmax(280px, 54vw) 1fr; padding-block: 12px; }
  .age-gate__heading h1 { margin-block: 6px; font-size: 8vh; }
  .age-gate__heading p { margin-bottom: 9px; font-size: 11px; }
  .age-gate__notice { padding-block: 9px; }
  .age-gate__notice p { margin-bottom: 8px; font-size: 10px; line-height: 1.35; }
  .age-gate__controls { padding-top: 9px; gap: 8px; }
  .age-gate__confirm { font-size: 10px; }
  .age-gate__enter, .age-gate__leave { min-height: 38px; font-size: 11px; }
  .age-gate__artLabel { padding-bottom: 0; }
}

.age-gate__footer nav { display: flex; align-items: center; gap: clamp(.7rem, 1.4vw, 1.4rem); flex-wrap: wrap; }
.age-gate__footer a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .16s ease, color .16s ease; }
.age-gate__footer a:hover,
.age-gate__footer a:focus-visible { color: #ff4e00; border-color: currentColor; outline: none; }
@media (max-width: 640px) { .age-gate__footer { align-items: flex-start; gap: .65rem; } .age-gate__footer nav { gap: .55rem 1rem; } }

/* Single-document boot state. */
.age-gate__boot {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #f2f0e9;
  color: #111;
}
.age-gate__boot[hidden] { display: none; }
.age-gate__boot > div { width: min(460px, 88vw); display: grid; gap: 12px; }
.age-gate__boot span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.age-gate__boot strong { font-size: clamp(24px, 4vw, 42px); font-weight: 500; letter-spacing: -.04em; }
.age-gate__boot i { height: 2px; overflow: hidden; background: rgba(17,17,17,.14); }
.age-gate__boot i b { display: block; width: 0; height: 100%; background: #ff4e00; transition: width 180ms ease; }
.age-gate__boot small { justify-self: end; font-variant-numeric: tabular-nums; }
html.rj13-dark-mode .age-gate__boot { background: #0d0e0d; color: #f1efe8; }
html.rj13-dark-mode .age-gate__boot i { background: rgba(241,239,232,.18); }
body.rj13-game-mounted { margin: 0; overflow: hidden; }
#rj13-game-mount { position: fixed; inset: 0; overflow: hidden; }
#rj13-game-mount[hidden] { display: none; }
body.rj13-game-ready .age-gate__thanks { display: none; }
.age-gate__noscript { position: fixed; inset: auto 20px 20px; margin: 0; padding: 12px 16px; background: #111; color: #fff; }
