html, body { background-color: #360606; margin: 0; color: #ffffff; }
#site-wrapper { max-width: 1170px; margin: 0 auto; background-color: #000000; box-shadow: 0 0 35px rgba(0, 0, 0, 0.9); min-height: 100vh; position: relative; }
@media (max-width: 1170px) { #site-wrapper { max-width: 100%; box-shadow: none; } }
.site-footer { margin-top: 3.5rem; background-color: rgb(181, 62, 31); color: #ffffff; padding: 35px 0 0; }
.foot-wrap, .foot-main { display: grid; max-width: 1200px; margin: 0 auto; padding: 0 1.25rem 30px; grid-template-columns: 1.35fr 1fr 1fr 1.35fr; gap: 2rem; align-items: start; }
.foot-links { display: contents; }
.foot-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 152px;
  margin: 0 0 1.05rem;
  background: radial-gradient(circle at 50% 36%, #c44a28 0%, #b53e1f 58%, #9c3218 100%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 214, 130, 0.48), inset 0 -12px 20px rgba(0, 0, 0, 0.14), 0 8px 18px rgba(70, 16, 8, 0.22);
}
.foot-brand img {
  width: 118px;
  height: auto;
  display: block;
  mix-blend-mode: normal;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}
.foot-desc { color: #ffffff; font-size: 0.88rem; line-height: 1.65; margin: 0 0 1.2rem; }
.foot-head { color: #ffffff; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 1rem; }
.foot-menu-list { list-style: none; margin: 0; padding: 0; }
.foot-menu-item { border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.foot-menu-item a { display: flex; align-items: center; padding: 0.55rem 0; color: #ffffff; text-decoration: none; font-size: 0.88rem; }
.foot-menu-item a:hover { color: #ffd700; }
.foot-chevron { font-size: 1.15rem; line-height: 1; margin-right: 0.55rem; color: #ffffff; font-weight: 700; flex: none; }
.foot-contact-list { list-style: disc; margin: 0; padding-left: 1.15rem; color: #ffffff; font-size: 0.88rem; line-height: 1.65; }
.foot-contact-list li { margin-bottom: 0.55rem; color: #ffffff; }
.foot-contact-list a { color: #ffffff; text-decoration: none; }
.highlight-brand, .highlight-brand a, .foot-web-link { color: #ffd700; text-decoration: none; font-weight: 700; }
/* Footer Red Play Button Removed */
.foot-bottom { background-color: rgba(46, 46, 46, 0.988); padding: 12px 1rem; text-align: center; }
.foot-copyright { margin: 0; color: rgb(159, 159, 159); font-size: 0.85rem; font-weight: 400; }
.related { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(230, 194, 122, 0.28); }
.related h2 { margin-top: 0; }
.related ul { display: flex; flex-wrap: wrap; gap: 0.35rem 1.25rem; list-style: none; margin: 0; padding: 0; }
.related a { text-decoration: none; }
.hero-title-wrap {
  text-align: center;
  padding: 2.2rem 1rem 1.4rem;
  max-width: 1120px;
  margin: 0 auto;
}
.play-title {
  position: relative;
  display: inline-block;
  padding: 13px 26px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  background: rgba(10, 15, 25, 0.75);
  border: none;
  border-radius: 14px;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 2.3vw, 1.55rem);
  letter-spacing: 0.02em;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.7), 0 0 10px rgba(0, 255, 255, 0.5);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.12), inset 0 0 10px rgba(255, 255, 255, 0.03);
  margin: 0 auto;
  max-width: 100%;
  text-wrap: balance;
}
.play-title::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  background: linear-gradient(90deg, #00e5ff, #00ff99, #ffffff, #00e5ff, #00ff99);
  background-size: 300% 300%;
  animation: neonBorder 4s linear infinite;
  z-index: -2;
}
.play-title::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 12px;
  background: rgba(8, 12, 22, 0.95);
  z-index: -1;
}
@keyframes neonBorder {
  from { background-position: 0% 50%; }
  to { background-position: 300% 50%; }
}
.intro-quote {
  border-left: 2px solid #fa2323;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin: 1.8rem 0 1.6rem;
  background: transparent;
  text-align: left;
}
.intro-quote p {
  color: #ffffff;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 0.9rem;
}
.intro-quote p:last-child {
  margin-bottom: 0;
}
.intro-quote a {
  color: #ffe14a;
  text-decoration: none;
}
.intro-quote strong {
  font-style: normal;
  color: #ffe14a;
}
.intro-quote .access-box {
  margin: 0;
  padding: 0;
  font-style: normal;
  color: #ffffff;
  font-size: 1rem;
}
.intro-quote .access-box strong {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
.intro-quote .access-box a {
  color: #ffe14a;
  font-weight: 700;
  text-decoration: underline;
}
.paper table, table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0 2rem;
  background: transparent;
}
.paper th, .paper td, th, td {
  border: 1px solid rgba(230, 194, 122, 0.34);
  padding: 0.72rem 0.9rem;
  text-align: left;
  vertical-align: top;
  color: #f6f1e8;
  font-size: 0.95rem;
}
.paper th, th {
  background: #2a141b;
  color: #f6e4bf;
  font-weight: 700;
}
.paper td, td { background: rgba(255, 255, 255, 0.035); }
.paper tbody tr:nth-child(even) td { background: rgba(230, 194, 122, 0.06); }
.paper table th:first-child,
.paper table td:first-child { width: 32%; font-weight: 600; }
.faq { margin: 2.4rem 0 0.4rem; }
.faq h2 { margin-bottom: 0.35rem; }
.faq h3 {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 1.45rem 0 0.4rem;
  color: #ffffff;
}
.faq p { margin: 0; color: #f3ece4; }
.paper .halls { margin: 2.2rem 0 1.6rem; padding: 0; }
.paper .halls-head h2 { margin: 0; }
.paper .hall { color: #f6f1e8; font-weight: 700; }
.paper ol, .paper ul { margin: 0.55rem 0 1.2rem; padding-left: 1.3rem; }
.paper li { margin: 0.38rem 0; line-height: 1.75; }
.paper li ul, .paper li ol { margin: 0.35rem 0 0.15rem; }
@media (min-width: 961px) {
  .site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0.5rem 1.8rem; background: #000000; }
  .brand { grid-column: 2; justify-self: center; }
  .brand img { width: 138px; height: auto; max-height: 110px; object-fit: contain; mix-blend-mode: lighten; }
  .header-action-desk { grid-column: 3; justify-self: end; display: flex; }
  .cta-red-top { background: #fa2323; color: #fff; text-decoration: none; font-weight: 700; font-size: 0.85rem; padding: 0.52rem 1.45rem; border-radius: 999px; text-transform: uppercase; }
  .cta-bar { display: none; }
  .nav { background: #e8aa00; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; border: none; }
  .nav > a, .menu summary { color: #ffffff; padding: 0.7rem 1.15rem; border-right: 1px solid rgba(255, 255, 255, 0.4); }
}
@media (max-width: 960px) {
  .header-action-desk { display: none; }
  .foot-wrap, .foot-main { grid-template-columns: 1fr; gap: 2rem; }
}
