@font-face {
  font-family: "ToskubikiDisplay";
  src: local("Arial Black");
}

:root {
  --bg: #070907;
  --panel: rgba(16, 20, 15, .76);
  --panel-strong: rgba(7, 10, 7, .92);
  --text: #edf0df;
  --muted: #a5ad91;
  --acid: #c8ff35;
  --acid-2: #79d92f;
  --rust: #b05b2b;
  --blood: #522020;
  --line: rgba(200, 255, 53, .22);
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 70% 12%, rgba(153, 255, 35, .12), transparent 25rem),
    radial-gradient(circle at 20% 0%, rgba(176, 91, 43, .14), transparent 24rem),
    linear-gradient(180deg, #10140f 0%, var(--bg) 45%, #050604 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

code {
  color: var(--acid);
  background: rgba(200, 255, 53, .09);
  padding: .12rem .35rem;
  border-radius: .35rem;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  z-index: 50;
  background-image:
    repeating-radial-gradient(circle at 0 0, rgba(255,255,255,.08) 0, rgba(255,255,255,.08) 1px, transparent 1px, transparent 6px);
  mix-blend-mode: overlay;
}

.fog {
  position: fixed;
  left: -20vw;
  right: -20vw;
  height: 34vh;
  bottom: -8vh;
  pointer-events: none;
  z-index: 3;
  background:
    radial-gradient(ellipse at 20% 60%, rgba(202, 255, 53, .12), transparent 42%),
    radial-gradient(ellipse at 70% 40%, rgba(255, 255, 255, .08), transparent 36%),
    radial-gradient(ellipse at 45% 80%, rgba(141, 170, 126, .13), transparent 48%);
  filter: blur(18px);
  animation: fogMove 22s linear infinite alternate;
}

.fog-b {
  bottom: 8vh;
  opacity: .45;
  animation-duration: 32s;
  animation-direction: alternate-reverse;
}

.lightning {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(205, 255, 120, .18);
  opacity: 0;
  animation: lightning 12s infinite;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 74px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(5, 7, 4, .86), rgba(5, 7, 4, .34), transparent);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.brand-mark {
  color: var(--acid);
  filter: drop-shadow(0 0 10px rgba(200,255,53,.65));
}

.brand-text {
  font-family: ToskubikiDisplay, Impact, sans-serif;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: .95rem;
}

.nav a {
  transition: .2s ease;
}

.nav a:hover {
  color: var(--acid);
}

.nav-vk {
  color: var(--text) !important;
  border: 1px solid var(--line);
  padding: .55rem .8rem;
  border-radius: 999px;
  background: rgba(200, 255, 53, .08);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  margin: 6px 0;
}

.hero-section {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 120px 20px 80px;
  overflow: hidden;
}

.acid-clouds {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 48vh;
  background:
    radial-gradient(ellipse at 12% 50%, rgba(202, 255, 53, .35), transparent 38%),
    radial-gradient(ellipse at 42% 30%, rgba(108, 220, 51, .28), transparent 36%),
    radial-gradient(ellipse at 78% 42%, rgba(234, 255, 78, .22), transparent 42%);
  filter: blur(26px);
  opacity: .7;
  animation: clouds 20s ease-in-out infinite alternate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.gate {
  position: absolute;
  left: 50%;
  top: 18%;
  width: min(760px, 92vw);
  height: 360px;
  transform: translateX(-50%);
  opacity: .48;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.7));
}

.gate-sign {
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(-50%) rotate(-1deg);
  width: 380px;
  max-width: 78vw;
  padding: 16px 22px;
  border: 4px solid #3a2418;
  background: linear-gradient(180deg, #3b2a1c, #21160f);
  color: #d7c5a4;
  text-align: center;
  font-family: ToskubikiDisplay, Impact, sans-serif;
  letter-spacing: .08em;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.06);
}

.gate-left,
.gate-right {
  position: absolute;
  top: 92px;
  width: 34px;
  height: 270px;
  background: linear-gradient(90deg, #21140d, #5e3520, #21140d);
}

.gate-left { left: 18%; transform: rotate(3deg); }
.gate-right { right: 18%; transform: rotate(-2deg); }

.ground {
  position: absolute;
  inset: auto 0 0 0;
  height: 38vh;
  background:
    radial-gradient(ellipse at center top, rgba(15, 22, 12, .45), transparent 58%),
    linear-gradient(180deg, transparent, #050604 60%);
}

.hero-content {
  position: relative;
  z-index: 5;
  width: min(980px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 .75rem;
  color: var(--acid);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .73rem;
  font-weight: 800;
}

.logo-slot {
  display: grid;
  place-items: center;
}

.logo-slot img {
  max-width: min(560px, 88vw);
  margin-bottom: 1rem;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.75));
}

.logo-slot h1 {
  display: none;
  margin: 0;
  font-family: ToskubikiDisplay, Impact, sans-serif;
  font-size: clamp(4rem, 14vw, 9rem);
  line-height: .85;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--acid);
  text-shadow: 0 0 26px rgba(200,255,53,.35), 0 8px 0 rgba(0,0,0,.55);
}

.lead {
  margin: 1.2rem auto 0;
  max-width: 740px;
  font-size: clamp(1.45rem, 4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 900;
  text-wrap: balance;
}

.hero-actions,
.follow-actions {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn,
.card-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .9rem 1.15rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.btn:hover,
.card-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(200,255,53,.65);
}

.primary {
  background: linear-gradient(135deg, var(--acid), #729e18);
  color: #101405;
  box-shadow: 0 10px 30px rgba(200, 255, 53, .16);
}

.ghost {
  background: rgba(0,0,0,.28);
  color: var(--text);
}

.warning-card {
  margin: 2rem auto 0;
  max-width: 620px;
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(5, 8, 5, .66);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  color: var(--muted);
}

.warning-card p {
  margin: 0;
}

.blink-dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: .42rem;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 16px rgba(200,255,53,.9);
  animation: blink 1.5s infinite;
}

.scroll-cue {
  position: absolute;
  z-index: 10;
  bottom: 28px;
  left: 50%;
  width: 30px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--acid);
  transform: translateX(-50%);
  animation: scrollDot 1.8s infinite;
}

.section {
  position: relative;
  z-index: 6;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 120px) 0;
}

.split-section {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
}

.section h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: .95;
  text-transform: uppercase;
  font-family: ToskubikiDisplay, Impact, sans-serif;
  letter-spacing: .02em;
}

.section p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.section-head {
  max-width: 780px;
  margin-bottom: 2rem;
}

.artifact-panel,
.basement-card,
.place-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 38px);
  backdrop-filter: blur(14px);
}

.cube-box {
  min-height: 300px;
  position: relative;
  display: grid;
  place-items: center;
}

.cube {
  position: absolute;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #6f4a2d, #25160d);
  border: 2px solid rgba(255,255,255,.08);
  box-shadow: inset 0 0 20px rgba(0,0,0,.5), 0 18px 32px rgba(0,0,0,.4);
  color: var(--acid);
  font-size: 2rem;
  font-weight: 900;
  animation: cubeTwitch 3s infinite;
}

.cube-1 { transform: translate(-90px, -44px) rotate(13deg); animation-delay: .2s; }
.cube-2 { transform: translate(18px, -70px) rotate(-8deg); animation-delay: .6s; }
.cube-3 { transform: translate(80px, 42px) rotate(21deg); animation-delay: 1.1s; }
.cube-4 { transform: translate(-40px, 74px) rotate(-18deg); animation-delay: 1.5s; }

.chemical-leak {
  height: 8px;
  width: 82%;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--acid), var(--acid-2), transparent);
  filter: blur(2px);
  opacity: .7;
}

.heroes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.hero-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(200,255,53,.14);
  border-radius: 24px;
  padding: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(200,255,53,.09), transparent 50%),
    rgba(11, 15, 10, .78);
  box-shadow: 0 18px 60px rgba(0,0,0,.32);
  overflow: hidden;
  transition: .2s ease;
}

.hero-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,255,53,.42);
}

.hero-card::before {
  content: attr(data-hero);
  position: absolute;
  left: 14px;
  top: 10px;
  color: rgba(255,255,255,.04);
  font-family: ToskubikiDisplay, Impact, sans-serif;
  font-size: 2.6rem;
  white-space: nowrap;
  pointer-events: none;
}

.hero-img-wrap {
  height: 185px;
  display: grid;
  place-items: end center;
  margin-bottom: .8rem;
}

.hero-img-wrap img {
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.55));
}

.hero-img-wrap img[src$=".png"] {
  min-width: 70px;
}

.hero-img-wrap img:not([src]),
.hero-img-wrap img:is([src=""]) {
  display: none;
}

.hero-card h3 {
  margin: auto 0 .4rem;
  font-size: 1.45rem;
}

.hero-card p {
  margin: 0 0 1rem;
  font-size: .93rem;
  line-height: 1.45;
}

.card-btn {
  align-self: flex-start;
  margin-top: auto;
  color: var(--text);
  background: rgba(200,255,53,.07);
}

.danger-card {
  border-color: rgba(140, 25, 25, .58);
  background:
    radial-gradient(circle at 50% 0%, rgba(150, 30, 30, .22), transparent 48%),
    rgba(13, 10, 9, .88);
}

.map-board {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 20px;
}

.map-bg {
  position: relative;
  min-height: 560px;
  border-radius: 32px;
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(200,255,53,.12), transparent 12%),
    radial-gradient(circle at 80% 70%, rgba(176,91,43,.13), transparent 15%),
    linear-gradient(140deg, rgba(20,38,18,.8), rgba(12,14,11,.95)),
    repeating-linear-gradient(25deg, transparent 0 28px, rgba(255,255,255,.03) 29px 30px);
  box-shadow: var(--shadow);
}

.map-bg::before {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px dashed rgba(200,255,53,.22);
  border-radius: 48% 38% 44% 36%;
  transform: rotate(-9deg);
}

.map-bg::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: 52%;
  height: 42px;
  background: rgba(20, 12, 8, .7);
  transform: rotate(-12deg);
  filter: blur(.5px);
}

.map-point {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(200,255,53,.4);
  border-radius: 999px;
  background: rgba(5, 7, 4, .78);
  color: var(--text);
  padding: .58rem .72rem;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(200,255,53,.45);
  transition: .2s ease;
}

.map-point:hover,
.map-point.active {
  color: #111507;
  background: var(--acid);
  box-shadow: 0 0 0 8px rgba(200,255,53,.09), 0 0 32px rgba(200,255,53,.32);
}

.p1 { left: 8%; top: 16%; }
.p2 { left: 46%; top: 28%; }
.p3 { left: 24%; top: 68%; }
.p4 { left: 72%; top: 72%; }
.p5 { left: 66%; top: 15%; }
.p6 { left: 10%; top: 48%; }
.p7 { left: 58%; top: 54%; }

.place-card {
  align-self: stretch;
}

.place-card h3 {
  margin: 0 0 .8rem;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.teaser-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.teaser-list article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  background: rgba(10, 14, 9, .75);
  transition: .2s ease;
}

.teaser-list article:hover {
  transform: translateY(-4px);
  background: rgba(20, 28, 15, .82);
}

.teaser-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: rgba(200,255,53,.1);
  color: var(--acid);
  font-weight: 900;
}

.teaser-list h3 {
  margin: 0 0 .6rem;
}

.teaser-list p {
  margin: 0;
  font-size: .95rem;
}

.follow-section {
  padding-bottom: 80px;
}

.basement-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 100%, rgba(110, 20, 20, .25), transparent 35%),
    var(--panel-strong);
}

.basement-card h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.basement-card p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.crack {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(200,255,53,.4), transparent);
  transform: translateX(-50%) rotate(8deg);
  filter: drop-shadow(0 0 12px rgba(200,255,53,.7));
  opacity: .7;
}

.crack::before,
.crack::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 28%;
  background: inherit;
  top: 36%;
}

.crack::before {
  left: -28px;
  transform: rotate(-42deg);
}

.crack::after {
  right: -22px;
  transform: rotate(38deg);
}

.notify-form {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 520px;
  margin: 1.4rem auto 0;
  gap: .6rem;
}

.notify-form input,
.notify-form button {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0 1rem;
}

.notify-form input {
  flex: 1;
  background: rgba(255,255,255,.04);
  color: var(--text);
}

.notify-form button {
  background: rgba(200,255,53,.09);
  color: var(--muted);
}

.site-footer {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 26px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 20px;
}

.modal.active {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(8px);
}

.modal-box {
  position: relative;
  width: min(640px, 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200,255,53,.11), transparent 30%),
    #090d08;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: rgba(255,255,255,.04);
  cursor: pointer;
  font-size: 1.8rem;
}

.modal-box h2 {
  margin: 0 0 .6rem;
  font-size: 2.4rem;
}

.modal-box p {
  color: var(--muted);
  line-height: 1.65;
}

.modal-quote {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 3px solid var(--acid);
  background: rgba(200,255,53,.07);
  color: var(--text);
  border-radius: 12px;
  font-weight: 800;
}

@keyframes fogMove {
  from { transform: translateX(-8vw); }
  to { transform: translateX(8vw); }
}

@keyframes lightning {
  0%, 88%, 100% { opacity: 0; }
  89% { opacity: .55; }
  90% { opacity: 0; }
  91% { opacity: .25; }
  92% { opacity: 0; }
}

@keyframes clouds {
  from { transform: translateX(-4vw) scale(1); }
  to { transform: translateX(4vw) scale(1.08); }
}

@keyframes blink {
  0%, 100% { opacity: .25; }
  50% { opacity: 1; }
}

@keyframes scrollDot {
  from { transform: translate(-50%, 0); opacity: 1; }
  to { transform: translate(-50%, 20px); opacity: 0; }
}

@keyframes cubeTwitch {
  0%, 92%, 100% { filter: none; }
  93% { filter: hue-rotate(60deg); transform: translate(var(--x, 0), var(--y, 0)) rotate(0deg) scale(1.03); }
}

@media (max-width: 1080px) {
  .heroes-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .teaser-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-board,
  .split-section {
    grid-template-columns: 1fr;
  }

  .map-bg {
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 66px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    top: 66px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(5, 7, 4, .95);
    overflow: hidden;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 1rem;
    border-bottom: 1px solid rgba(200,255,53,.1);
  }

  .hero-section {
    padding-top: 100px;
  }

  .lead {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .heroes-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 300px;
  }

  .hero-img-wrap {
    height: 150px;
  }

  .teaser-list {
    grid-template-columns: 1fr;
  }

  .notify-form {
    flex-direction: column;
  }

  .site-footer {
    flex-direction: column;
  }

  .map-bg {
    min-height: 420px;
  }

  .map-point {
    font-size: .8rem;
    padding: .48rem .55rem;
  }
}
