:root {
  --bg: #050008;
  --gold: #f5c45a;
  --gold-2: #fff2a8;
  --pink: #ff4ee3;
  --blue: #39c9ff;
  --purple: #6d2cff;
  --green: #30f29a;
  --cream: #fff2c5;
  --muted: rgba(255,242,197,.74);
  --line: rgba(245, 196, 90, .52);
  --glass: rgba(6, 5, 14, .72);
  --shadow: 0 22px 80px rgba(0, 0, 0, .58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,78,227,.25), transparent 32rem),
    radial-gradient(circle at 92% 14%, rgba(245,196,90,.18), transparent 36rem),
    radial-gradient(circle at 50% 100%, rgba(57,201,255,.16), transparent 38rem),
    #050008;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.skip {
  position: fixed;
  left: 10px;
  top: -80px;
  z-index: 99;
  background: var(--gold);
  color: #160b04;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
}
.skip:focus { top: 10px; }

.site-brand {
  width: min(1780px, calc(100% - 28px));
  margin: 14px auto 6px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(245,196,90,.38);
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(7,3,14,.86), rgba(12,4,22,.64));
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand-lockup img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(245,196,90,.38));
}
.brand-lockup strong {
  display: block;
  font-family: Cinzel, Georgia, serif;
  color: var(--gold-2);
  font-size: clamp(1.05rem, 2vw, 1.7rem);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-lockup small {
  display: block;
  color: var(--muted);
  margin-top: 2px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
}
.desktop-mini-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.desktop-mini-nav a {
  text-decoration: none;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .05em;
}
.desktop-mini-nav a:hover { color: var(--gold-2); border-color: var(--line); }

.page { min-height: 100vh; }
.mockup-shell { width: 100%; padding: clamp(6px, 1vw, 14px); }
.mockup-stage {
  position: relative;
  width: min(100%, 1780px);
  margin: 0 auto;
  aspect-ratio: 1672 / 941;
  border: 1px solid rgba(245,196,90,.36);
  border-radius: clamp(10px, 1.2vw, 20px);
  overflow: hidden;
  background: #07030e;
  box-shadow: var(--shadow), 0 0 55px rgba(255, 78, 227, .16), 0 0 80px rgba(57, 201, 255, .09);
}
.mockup-art {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.hotspot {
  position: absolute;
  display: block;
  border-radius: 999px;
  z-index: 3;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.hotspot:hover,
.hotspot:focus-visible {
  outline: 2px solid rgba(255,255,255,.82);
  background: rgba(255,255,255,.06);
  box-shadow: 0 0 24px rgba(255,78,227,.55), 0 0 24px rgba(57,201,255,.35) inset;
  transform: translateY(-1px);
}
.nav-home { left: 30.0%; top: 2.6%; width: 3.0%; height: 4.0%; }
.nav-game { left: 36.4%; top: 2.6%; width: 3.0%; height: 4.0%; }
.nav-world { left: 42.3%; top: 2.6%; width: 3.7%; height: 4.0%; }
.nav-lore { left: 49.0%; top: 2.6%; width: 3.0%; height: 4.0%; }
.nav-founders { left: 55.2%; top: 2.6%; width: 5.0%; height: 4.0%; }
.nav-news { left: 62.6%; top: 2.6%; width: 3.0%; height: 4.0%; }
.nav-shop { left: 68.8%; top: 2.6%; width: 3.0%; height: 4.0%; }
.top-enter { left: 83.5%; top: 1.55%; width: 13.0%; height: 5.5%; }
.btn-play { left: 21.1%; top: 43.9%; width: 11.0%; height: 5.8%; }
.btn-rules { left: 35.0%; top: 44.0%; width: 9.1%; height: 5.8%; }
.btn-founders { left: 45.7%; top: 44.0%; width: 11.0%; height: 5.8%; }
.btn-world { left: 58.2%; top: 44.0%; width: 8.5%; height: 5.8%; }
.btn-enter { left: 68.0%; top: 44.0%; width: 12.7%; height: 5.8%; }
.card-rules { left: 3.3%; top: 72.3%; width: 8.0%; height: 4.1%; }
.card-framework { left: 27.0%; top: 72.3%; width: 10.0%; height: 4.1%; }
.card-culture { left: 52.0%; top: 72.3%; width: 11.5%; height: 4.1%; }
.card-founder { left: 75.7%; top: 72.3%; width: 12.0%; height: 4.1%; }
.card-lore { left: 31.6%; top: 89.0%; width: 9.5%; height: 4.1%; }

.mobile-actions {
  display: none;
  position: sticky;
  bottom: 0;
  z-index: 40;
  padding: 10px;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  background: linear-gradient(to top, rgba(3,0,7,.98), rgba(3,0,7,.74));
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .02em;
  background: rgba(255,255,255,.07);
}
.pill.play {
  color: #160b04;
  background: linear-gradient(135deg, #fff2a8, #d9a53b);
}

.real-content {
  width: min(1180px, calc(100% - 28px));
  margin: 26px auto;
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,78,227,.16), transparent 22rem),
    radial-gradient(circle at 100% 30%, rgba(57,201,255,.12), transparent 26rem),
    var(--glass);
  box-shadow: var(--shadow);
}
.section-title p {
  margin: 0 0 10px;
  color: var(--pink);
  font-weight: 900;
  letter-spacing: .18em;
  font-size: .78rem;
}
h1, h2 { font-family: Cinzel, Georgia, serif; line-height: 1.05; }
h1 {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 7vw, 6rem);
  letter-spacing: .06em;
  color: var(--gold);
  text-shadow: 0 0 24px rgba(245,196,90,.24);
}
.section-title.small h2, .story h2, .contact h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(1.65rem, 4vw, 3.2rem);
}
.lead {
  max-width: 920px;
  color: rgba(255,242,197,.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.72;
}
.grid { display: grid; gap: 14px; margin-top: 22px; }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.grid.three { grid-template-columns: repeat(3, 1fr); }
article, .rules-list div, figure {
  min-height: 180px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}
article h2 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
}
article p, .story p, .culture p, .founders p, .contact p {
  color: rgba(255,242,197,.78);
  line-height: 1.65;
  margin: 0;
}
.story p + p { margin-top: 14px; }
.rules-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; }
.rules-list div { min-height: auto; }
.rules-list b { display: block; color: var(--gold-2); margin-bottom: 8px; }
.rules-list span { color: var(--muted); line-height: 1.55; }
.reference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; align-items: start; }
figure { margin: 0; min-height: 0; }
figure img { width: 100%; border-radius: 14px; display: block; border: 1px solid rgba(245,196,90,.22); }
figure figcaption { color: var(--gold-2); font-weight: 900; margin-top: 10px; text-align: center; }
.contact { text-align: center; }
.contact-logo { width: min(220px, 54vw); height: auto; object-fit: contain; margin: 0 auto 10px; filter: drop-shadow(0 0 24px rgba(245,196,90,.3)); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; justify-content: flex-start; }
.contact .contact-actions { justify-content: center; }
.footer {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 36px;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,242,197,.7);
  border-top: 1px solid rgba(245,196,90,.3);
}
.footer a { color: var(--gold); font-weight: 900; text-decoration: none; }
.footer a:hover { color: var(--cream); }

@media (max-width: 1000px) {
  .grid.four { grid-template-columns: repeat(2, 1fr); }
  .grid.three { grid-template-columns: 1fr; }
  .rules-list { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .site-brand { flex-direction: column; align-items: flex-start; }
  .desktop-mini-nav { justify-content: flex-start; }
  .mockup-shell { padding: 0; }
  .mockup-stage { width: 100%; border-left: 0; border-right: 0; border-radius: 0; }
  .mobile-actions { display: flex; }
  .hotspot { display: none; }
  .reference-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .mockup-stage { aspect-ratio: 9 / 16; }
  .mockup-art { width: 282%; max-width: none; left: 50%; transform: translateX(-50%); object-fit: cover; }
  .grid.four { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
}
