:root {
  --bg: #10080b;
  --plum: #9a2740;
  --gold: #e6c27a;
  --gold-2: #f6e4bf;
  --ivory: #f6f1e8;
  --ink: #26161b;
  --muted: #8d746c;
  --line: rgba(230, 194, 122, 0.32);
  --max: 1120px;
  --font: "Be Vietnam Pro", system-ui, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ivory);
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.skip { position: absolute; left: 1rem; top: -4rem; background: var(--gold); color: var(--ink); padding: 0.5rem 0.8rem; z-index: 20; }
.skip:focus { top: 0.5rem; }
.head-sticky { position: sticky; top: 0; z-index: 20; background: #0b0708; }
.site-header { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; padding: 0.15rem 0.8rem 0.35rem; background: #0b0708; }
.brand { grid-column: 2; justify-self: center; display: flex; text-decoration: none; }
.brand img { width: 132px; height: 112px; object-fit: contain; mix-blend-mode: lighten; }
.nav-toggle { grid-column: 1; width: 42px; height: 42px; display: none; flex-direction: column; justify-content: center; gap: 5px; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; }
.cta-bar { display: flex; justify-content: center; gap: 0.7rem; background: #e2b434; padding: 0.48rem 1rem 0.52rem; }
.cta-red { min-width: 132px; text-align: center; background: #fa2323; color: #fff; text-decoration: none; font-weight: 800; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 999px; padding: 0.42rem 1.15rem; }
.nav { display: flex; justify-content: center; flex-wrap: wrap; background: #111; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav a, .menu summary { text-decoration: none; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.04em; font-weight: 700; padding: 0.55rem 0.75rem; color: #f4efe8; }
.nav a { border-right: 1px solid rgba(255,255,255,.14); }
.nav a:hover, .nav a[aria-current="page"] { color: #fa2323; }
.menu details { position: relative; }
.menu summary { list-style: none; cursor: pointer; font-weight: 500; }
.menu summary::-webkit-details-marker { display: none; }
.menu-panel { position: absolute; right: 0; top: calc(100% + 0.6rem); min-width: 230px; background: #1a0d12; border: 1px solid var(--line); border-radius: 14px; padding: 0.5rem; display: grid; }
.menu-panel a { border-right: 0; padding: 0.45rem 0.7rem; border-radius: 8px; text-transform: none; letter-spacing: 0; font-size: 0.92rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 999px; padding: 0.75rem 1.2rem; font-weight: 700; }
.btn-gold { background: linear-gradient(180deg, #f3d7a1, #d7a85a); color: #2a160c; }
.btn-ghost { border: 1px solid var(--line); color: var(--gold-2); }
.btn-header { padding: 0.55rem 1rem; }
.hero { display: block; padding-top: 1rem; }
.hero-media { width: 100%; height: auto; object-fit: cover; object-position: center; }
.hero-copy { max-width: 820px; margin: 0 auto; padding: 1.5rem 6vw 0.4rem; text-align: center; }
.hero-copy .lede { margin-inline: auto; }
.eyebrow { letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-size: 0.78rem; font-weight: 700; }
.play-title { display: block; width: fit-content; max-width: 100%; margin: 0.2rem auto 1rem; border: 2px solid #39d6ff; border-radius: 16px; padding: 0.75rem 1.05rem; box-shadow: 0 0 22px rgba(57, 214, 255, 0.28); text-transform: uppercase; font-size: clamp(1.12rem, 2.5vw, 1.6rem); line-height: 1.35; letter-spacing: 0.01em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.7rem); line-height: 1.12; letter-spacing: -0.035em; margin: 0 0 1rem; }
.lede { font-size: 1.12rem; max-width: 40rem; }
.hero-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.shell { width: min(var(--max), calc(100% - 8vw)); margin: 0 auto; }
.halls { padding: 1.2rem 0 0.4rem; }
.halls-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.halls-head h2 { margin: 0; }
.halls-head a { color: var(--gold); font-weight: 700; text-decoration: none; }
.hall-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 0.8rem; }
.hall { position: relative; min-height: 180px; overflow: hidden; border-radius: 18px; text-decoration: none; border: 1px solid var(--line); background: #1a0c10 center/cover no-repeat; display: flex; align-items: end; }
.hall:first-child { grid-row: span 2; min-height: 380px; }
.hall span { position: relative; z-index: 1; padding: 1rem; }
.hall strong { display: block; font-size: 1.35rem; }
.hall::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(8,3,5,.88)); }
.paper { background: transparent; color: var(--ivory); padding: 0.4rem 0 2rem; margin: 0.6rem auto 2rem; }
.paper a { color: var(--gold); font-weight: 600; }
.paper h2 { font-size: 1.55rem; line-height: 1.25; margin: 2rem 0 0.7rem; }
.paper h3 { margin: 1.4rem 0 0.4rem; }
.crumbs, .meta, .figure figcaption, .archive time { color: #d9c3b4; }
.paper .crumbs, .paper .meta, .paper figcaption, .paper .archive time { color: #cbb8a4; }
.page-hero { padding: 2.2rem 0 0; }
.crumbs a { color: var(--gold-2); text-decoration: none; }
.figure img, table { width: 100%; }
.figure img { border-radius: 16px; }
table { border-collapse: collapse; margin: 1rem 0; }
th, td { border: 1px solid rgba(230, 194, 122, 0.28); padding: 0.65rem; text-align: left; vertical-align: top; }
th { background: #2a141b; color: var(--gold-2); }
td { background: rgba(255, 255, 255, 0.03); }
.archive li { border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 0.7rem 0; }
.archive { list-style: none; padding: 0; }
.site-footer { border-top: 1px solid var(--line); padding: 2.5rem 6vw 2rem; background: #090506; }
.foot-main { display: grid; max-width: 1120px; margin: 0 auto; padding: 2.5rem 1.25rem 1.5rem; gap: 2rem; }
.site-footer h2 { font-size: 0.95rem; color: var(--gold); text-transform: uppercase; }
.site-footer a { color: #f6f1e8; text-decoration: none; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.foot-name { margin: 0 0 0.75rem; font-size: 1.35rem; font-weight: 800; color: var(--gold-2); }
.legal { max-width: 1120px; margin: 0 auto; color: #f3e6c8; }
.access-box {
  margin: 1rem 0 1.4rem; padding: 0.95rem 1.1rem;
  background: #070406; border: 2px dashed #3dff55; border-radius: 12px;
  color: #b6ff63; font-style: italic; font-weight: 700;
}
.access-box a { color: #ffe14a; font-style: normal; font-weight: 800; }
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; flex-direction: column; align-items: stretch; }
  .nav.is-open { display: flex; }
  .nav a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .menu-panel { position: static; box-shadow: none; }
  .hall-grid { grid-template-columns: 1fr; }
  .hall:first-child { grid-row: auto; min-height: 220px; }
  .hero-media { aspect-ratio: 5 / 4; object-position: 14% center; }
}
