:root {
  --bg: #050505;
  --bg-2: #0a0b0c;
  --surface: rgba(16, 17, 18, 0.88);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f8f5ee;
  --muted: #c9c3b8;
  --gold: #d4a017;
  --gold-2: #9c6b00;
  --gold-hi: #f2c94c;
  --vintage-gold: #b88a1c;
  --leaf: #4caf50;
  --cyan: #18d7ff;
  --magenta: #ff3fb0;
  --red: #8c1616;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 76% 12%, rgba(24, 215, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 16% 76%, rgba(242, 189, 67, 0.1), transparent 26rem),
    var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.8);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; }
.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: invert(78%) sepia(58%) saturate(548%) hue-rotate(2deg) brightness(95%) contrast(92%) drop-shadow(0 0 8px rgba(242, 189, 67, 0.35));
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: clamp(18px, 2vw, 24px); letter-spacing: -0.03em; }
.brand small { margin-top: 4px; color: var(--gold); font-size: 13px; font-weight: 800; }
.site-nav { display: flex; justify-content: center; gap: clamp(12px, 1.6vw, 24px); font-size: 13px; font-weight: 800; }
.site-nav a { position: relative; padding: 12px 0; color: rgba(255, 255, 255, 0.84); }
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }

.button, .header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}
.button:hover, .button:focus-visible, .header-action:hover, .header-action:focus-visible { transform: translateY(-2px); }
.button-primary { border-color: transparent; background: linear-gradient(135deg, var(--gold-hi), var(--gold) 52%, var(--gold-2)); color: #090705; box-shadow: 0 16px 38px rgba(242, 201, 76, 0.22); }
.button-secondary { color: var(--gold); background: rgba(5, 5, 5, 0.7); }
.button-ghost, .header-action { color: var(--cyan); border-color: rgba(24, 215, 255, 0.7); background: rgba(5, 5, 5, 0.55); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 126px clamp(22px, 5vw, 76px) 74px;
  border-bottom: 1px solid var(--line);
}
.page-hero { min-height: 680px; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97), rgba(5, 5, 5, 0.76) 38%, rgba(5, 5, 5, 0.18) 72%, rgba(5, 5, 5, 0.72)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.95) 0, transparent 46%);
}
.hero-content { position: relative; z-index: 1; max-width: 780px; }
.company, .section-kicker, .section-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1, .section-heading h2, .delivery-section h2, .contact-section h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero h1 { max-width: 760px; font-size: clamp(54px, 8vw, 112px); line-height: 0.88; }
.hero-copy { max-width: 620px; margin: 24px 0 0; color: #f4efe4; font-size: clamp(18px, 2vw, 24px); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.role-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin-top: 26px;
}
.role-strip span {
  border: 1px solid rgba(242, 201, 76, 0.36);
  padding: 9px 11px;
  background: rgba(5, 5, 5, 0.54);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.release-callout {
  position: absolute;
  z-index: 1;
  right: clamp(24px, 5vw, 72px);
  bottom: 80px;
  width: min(320px, 25vw);
  border-left: 3px solid var(--gold);
  padding: 18px 0 18px 22px;
  text-transform: uppercase;
}
.release-callout span, .release-callout em { color: var(--gold); font-size: 14px; font-style: normal; font-weight: 900; letter-spacing: 0.14em; }
.release-callout strong { display: block; margin-top: 6px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(40px, 5vw, 64px); line-height: 0.86; }
.release-callout small { display: block; margin-top: 8px; color: #fff; font-size: 16px; }

.hq-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #08090a;
}
.hq-strip a { min-height: 118px; padding: 26px clamp(18px, 3vw, 36px); border-right: 1px solid var(--line); color: var(--muted); line-height: 1.45; }
.hq-strip span { display: block; margin-bottom: 8px; color: var(--cyan); font-weight: 900; text-transform: uppercase; }

main > section:not(.hero):not(.hq-strip) { padding: 78px clamp(22px, 5vw, 76px); }
.section-grid { display: grid; grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.4fr); gap: clamp(34px, 6vw, 84px); align-items: start; border-bottom: 1px solid var(--line); }
.full-section { border-bottom: 1px solid var(--line); }
.section-heading { max-width: 500px; }
.section-heading.wide { max-width: var(--max); margin: 0 auto 34px; }
.section-logo {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 18px rgba(242, 189, 67, 0.28));
}
.mascot-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 0 0 18px 18px;
  display: inline-block;
  vertical-align: top;
  filter: drop-shadow(0 0 18px rgba(242, 189, 67, 0.28));
}
.section-heading h2, .delivery-section h2, .contact-section h2 { font-size: clamp(42px, 5vw, 72px); line-height: 0.92; }
.section-heading h2::after { display: block; width: 54px; height: 3px; margin-top: 18px; content: ""; background: var(--gold); }
.section-heading p, .release-panel p, .lane-grid p, .show-list p, .visual-list p, .update-list p, .delivery-section p, .about-section p, .contact-section p, .fan-section p, .intro-copy p { color: var(--muted); line-height: 1.65; }

.intro-section {
  background: linear-gradient(135deg, rgba(242, 189, 67, 0.08), rgba(24, 215, 255, 0.04));
}
.intro-copy {
  display: grid;
  gap: 18px;
}
.mission-line {
  margin: 0;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.95 !important;
  text-transform: uppercase;
}
.intro-lanes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.intro-lanes span {
  border: 1px solid rgba(24, 215, 255, 0.34);
  border-radius: 999px;
  padding: 10px 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.release-panel { display: grid; grid-template-columns: minmax(180px, 260px) 1fr; gap: 34px; align-items: center; padding: 26px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48); }
.release-panel img { aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(242, 189, 67, 0.35); }
.release-panel h3 { margin: 8px 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(42px, 5vw, 74px); line-height: 0.9; text-transform: uppercase; }
.small-copy { max-width: 520px; }
.platform-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.platform-row a { border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; padding: 9px 12px; color: #fff; font-size: 13px; font-weight: 800; }

.media-section, .universe-section, .services-section, .fan-section, .official-links-section { background: #08090a; border-bottom: 1px solid var(--line); }
.official-link-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}
.data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
}
.data-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.data-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 1px solid var(--line);
  padding: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}
.data-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(242, 201, 76, 0.2));
}
.album-card {
  grid-template-columns: minmax(160px, 240px) 1fr;
  margin-bottom: 14px;
}
.album-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(242, 201, 76, 0.34);
}
.data-card h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 0.95;
}
.data-card h4 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.data-card p, .data-card li {
  color: var(--muted);
  line-height: 1.55;
}
.data-card ul {
  margin: 0;
  padding-left: 18px;
}
.card-label {
  margin: 0;
  color: var(--gold-hi) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.card-meta {
  margin: 0;
  color: #fff !important;
  font-weight: 800;
}
.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--cyan);
  font-weight: 900;
}
.campaign-map {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campaign-map span {
  border: 1px solid rgba(242, 201, 76, 0.32);
  padding: 12px 14px;
  background: rgba(5, 5, 5, 0.35);
  color: #fff;
  font-weight: 900;
}
.embed-shell {
  max-width: var(--max);
  margin: 0 auto;
  border: 1px dashed rgba(242, 201, 76, 0.38);
  padding: 34px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}
.section-cta {
  width: fit-content;
  margin: 24px auto 0;
}
.official-link-grid a {
  display: grid;
  align-content: space-between;
  min-height: 142px;
  padding: 20px;
  background: #0b0d0f;
}
.official-link-grid span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.official-link-grid strong {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.05;
}
.lane-grid, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: var(--max); margin: 0 auto; background: var(--line); border: 1px solid var(--line); }
.lane-grid article, .show-list article { min-height: 220px; padding: 26px; background: #0b0d0f; }
.service-grid article { min-height: 230px; padding: 26px; background: #0b0d0f; }
.lane-grid span { color: var(--gold); font-weight: 900; }
.service-grid span { color: var(--cyan); font-weight: 900; text-transform: uppercase; }
.lane-grid h3, .show-list h3, .service-grid h3 { margin: 12px 0 0; font-size: 24px; }

.show-list { display: grid; gap: 14px; }
.show-list article { border: 1px solid rgba(24, 215, 255, 0.25); }
.show-list img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 14px;
  filter: drop-shadow(0 0 14px rgba(242, 189, 67, 0.2));
}
.show-list a, .visual-list a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--cyan);
  font-weight: 900;
}
.visual-list, .update-list {
  display: grid;
  gap: 14px;
}
.visual-list article, .update-list article {
  border: 1px solid var(--line);
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
}
.visual-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.visual-list h3, .update-list h3 {
  margin: 8px 0 0;
  font-size: 24px;
}
.update-list time {
  display: inline-flex;
  margin-bottom: 10px;
  border: 1px solid var(--magenta);
  padding: 8px 10px;
  color: var(--magenta);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.character-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: var(--max); margin: 0 auto; }
.character-grid span, .collection-list a { border: 1px solid var(--line); padding: 18px; background: rgba(255, 255, 255, 0.04); color: #fff; font-weight: 900; }
.collection-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.collection-list a { border-left: 3px solid var(--gold); }

.delivery-section { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border-bottom: 1px solid rgba(242, 189, 67, 0.3); background: linear-gradient(135deg, rgba(242, 189, 67, 0.14), rgba(255, 255, 255, 0.02)); }
.delivery-section div { max-width: 820px; }
.delivery-logo {
  width: min(340px, 100%);
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}
.about-section p { max-width: 800px; font-size: 20px; }
.fan-section {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 520px);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}
.fan-section h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.92;
  text-transform: uppercase;
}
.fan-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(24, 215, 255, 0.32);
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.04);
}
.fan-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.fan-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 13px;
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  outline: 0;
}
.contact-section { display: grid; grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr); gap: clamp(34px, 6vw, 84px); align-items: start; max-width: calc(var(--max) + 152px); margin: 0 auto; }
.support-email { color: var(--cyan) !important; font-weight: 900; }
.contact-form { display: grid; gap: 16px; border: 1px solid rgba(242, 189, 67, 0.28); padding: clamp(22px, 4vw, 34px); background: var(--surface); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48); }
.contact-form label { display: grid; gap: 8px; color: #fff; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 12px 13px; background: rgba(0, 0, 0, 0.34); color: #fff; outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); }
.form-status { min-height: 24px; margin: 0; color: var(--cyan) !important; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px clamp(22px, 5vw, 76px); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-footer div { display: flex; gap: 26px; }
.expanded-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  background: #050505;
}
.expanded-footer div { display: block; }
.expanded-footer strong { color: #fff; }
.footer-links {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 24px !important;
}
.footer-links a { color: #fff; font-weight: 800; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-grid; gap: 5px; justify-self: end; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 6px; place-content: center; background: rgba(255, 255, 255, 0.04); }
  .menu-toggle span { width: 18px; height: 2px; background: var(--text); }
  .site-nav, .header-action { display: none; }
  .site-header.is-open .site-nav { display: grid; grid-column: 1 / -1; justify-content: stretch; gap: 0; }
  .site-header.is-open .site-nav a { border-top: 1px solid var(--line); padding: 14px 0; }
  .release-callout { position: relative; right: auto; bottom: auto; width: min(100%, 360px); margin-top: 34px; }
  .section-grid, .contact-section, .delivery-section, .fan-section { grid-template-columns: 1fr; }
  .hq-strip, .character-grid { grid-template-columns: repeat(2, 1fr); }
  .official-link-grid { grid-template-columns: repeat(2, 1fr); }
  .data-grid, .data-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .album-card { grid-template-columns: 1fr; }
  .lane-grid, .service-grid { grid-template-columns: 1fr; }
  .expanded-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .brand { min-width: 0; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 12px; }
  .hero { min-height: 800px; padding-top: 112px; }
  .hero-shade { background: linear-gradient(90deg, rgba(5, 5, 5, 0.97), rgba(5, 5, 5, 0.72)), linear-gradient(0deg, rgba(5, 5, 5, 0.96) 0, transparent 48%); }
  .hero-actions, .button, .hq-strip, .release-panel, .character-grid, .collection-list, .official-link-grid, .data-grid, .data-grid.compact { grid-template-columns: 1fr; width: 100%; }
  .hero-actions { display: grid; }
  .hq-strip { display: grid; }
  .release-panel { display: grid; }
  .site-footer, .site-footer div { display: grid; }
}
