:root {
  --burgundy: #5b0708;
  --burgundy-dark: #210305;
  --burgundy-soft: #7e0d10;
  --gold: #f7df74;
  --gold-deep: #d4a72c;
  --black: #050303;
  --white: #fff9e8;
  --muted: #d9cda6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif;
  color: var(--white);
  background:
    linear-gradient(rgba(0,0,0,.52), rgba(0,0,0,.8)),
    url('assets/background.jpg') center/cover fixed,
    var(--black);
  letter-spacing: .3px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(247,223,116,.16), transparent 35%), radial-gradient(circle at bottom right, rgba(126,13,16,.42), transparent 45%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(5, 3, 3, .86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(247,223,116,.18);
}
.brand img { width: 170px; }
.nav-links { display: flex; gap: 18px; align-items: center; }
.nav-links a { color: var(--gold); text-transform: uppercase; font-size: .9rem; }
.menu-toggle { display: none; background: transparent; color: var(--gold); border: 0; font-size: 1.8rem; }

.section-pad { padding: 82px clamp(20px, 6vw, 90px); }
.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}
.eyebrow { color: var(--gold); text-transform: uppercase; font-size: .9rem; margin: 0 0 12px; letter-spacing: 2px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(3.8rem, 10vw, 8.8rem);
  line-height: .82;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 6px 6px 0 var(--burgundy), 0 0 28px rgba(247,223,116,.18);
  margin-bottom: 24px;
}
h2 { font-size: clamp(2.4rem, 6vw, 5rem); line-height: .9; color: var(--gold); text-transform: uppercase; text-shadow: 4px 4px 0 var(--burgundy); }
h3 { color: var(--gold); font-size: 1.8rem; }
p, li { font-family: Arial, Helvetica, sans-serif; font-size: 1.02rem; line-height: 1.65; letter-spacing: 0; }
.hero-text { max-width: 610px; color: var(--white); font-size: 1.25rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { padding: 14px 22px; border-radius: 999px; border: 2px solid var(--gold); text-transform: uppercase; font-size: 1rem; box-shadow: 0 0 24px rgba(247,223,116,.12); }
.btn.primary { background: var(--gold); color: var(--burgundy-dark); }
.btn.secondary { color: var(--gold); background: rgba(91,7,8,.44); }
.hero-art { position: relative; display: grid; place-items: center; min-height: 520px; }
.logo-badge { position: absolute; width: min(78%, 520px); opacity: .65; filter: drop-shadow(0 0 24px rgba(247,223,116,.16)); }
.character { position: relative; width: min(62%, 390px); filter: drop-shadow(0 26px 44px rgba(0,0,0,.75)); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.ticker { display: flex; gap: 28px; overflow: hidden; padding: 18px 0; border-block: 2px solid rgba(247,223,116,.25); background: rgba(91,7,8,.62); white-space: nowrap; }
.ticker span { color: var(--gold); text-transform: uppercase; font-size: 1.4rem; animation: slide 18s linear infinite; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-420px); } }

.about-grid, .schedule-section, .contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.sticker-card, .coming-card, .spec-card, .schedule-card, .video-card {
  background: linear-gradient(145deg, rgba(91,7,8,.86), rgba(5,3,3,.88));
  border: 1px solid rgba(247,223,116,.24);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.sticker-card img { width: 170px; margin: 0 auto 20px; image-rendering: auto; }
.section-head { max-width: 760px; margin-bottom: 28px; }
.video-grid, .coming-grid, .spec-grid, .social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-card { min-height: 180px; display: grid; place-items: center; color: var(--gold); font-size: 2rem; text-align: center; text-transform: uppercase; }
.schedule-card { display: grid; gap: 14px; }
.schedule-card div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(247,223,116,.2); padding-bottom: 12px; font-family: Arial, Helvetica, sans-serif; }
.schedule-card strong { color: var(--gold); }
.muted { color: var(--muted); }
.coming-grid { grid-template-columns: 1fr 1fr; }
.locked { opacity: .82; }
.spec-grid { grid-template-columns: 1fr 1fr; }
.spec-card ul { padding-left: 20px; }
.social-grid { grid-template-columns: repeat(4, 1fr); }
.social-grid a { display: flex; align-items: center; gap: 10px; background: rgba(247,223,116,.08); border: 1px solid rgba(247,223,116,.25); border-radius: 18px; padding: 16px; color: var(--gold); text-transform: uppercase; }
.social-grid img { width: 30px; height: 30px; object-fit: contain; }
.site-footer { padding: 36px 20px; text-align: center; background: #030202; border-top: 1px solid rgba(247,223,116,.18); }
.site-footer img { width: 190px; margin: 0 auto 16px; }
.site-footer p { color: var(--muted); font-size: .9rem; }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 20px; background: rgba(5,3,3,.98); flex-direction: column; }
  .nav-links.open { display: flex; }
  .hero, .about-grid, .schedule-section, .contact-section, .coming-grid, .spec-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art { min-height: 380px; order: -1; }
  .character { width: min(70%, 320px); }
  .video-grid, .social-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3.4rem, 17vw, 5.8rem); }
}
