.stage-page {
  position: relative;
  min-height: 100vh;
  background: #050505;
  color: var(--text);
  font-family: "IBM Plex Mono", monospace;
}

.stage-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 18px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
}

.stage-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--line);
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.55);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.stage-topbar-right {
  display: flex;
  gap: 18px;
  align-items: center;
}

.stage-topbar a {
  color: var(--text);
  text-decoration: none;
}

.stage-topbar a:hover {
  color: var(--accent);
}

.stage-hero {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr;
  gap: 18px;
}

.stage-hero-main {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  padding: 24px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.stage-kicker {
  margin: 0 0 22px 0;
  color: var(--accent-2);
  font-size: 1.08rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stage-title {
  margin: 0 0 24px 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stage-description {
  margin: 0;
  max-width: 46rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.stage-stickers {
  display: grid;
  gap: 10px;
}

.stage-stickers span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  padding: 12px 14px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.stage-stickers span:nth-child(2) {
  color: var(--accent);
}

.stage-stickers span:nth-child(3) {
  color: var(--accent-2);
}

.stage-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-areas:
    "projects music log"
    "projects about playground";
  gap: 18px;
}

.stage-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #0b0b0b;
  color: var(--text);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.stage-card:hover {
  transform: translateY(-4px);
  border-color: var(--text);
  background: #101010;
}

.stage-card-large {
  min-height: 380px;
}

.projects-card {
  grid-area: projects;
}

.music-card-stage {
  grid-area: music;
  border-color: rgba(47, 92, 255, 0.4);
}

.music-card-stage:hover {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.about-card {
  grid-area: about;
}

.playground-card {
  grid-area: playground;
}

.stage-grid > a:nth-child(3) {
  grid-area: log;
}

.stage-card-number {
  font-size: 0.82rem;
  color: var(--muted);
}

.stage-card-content h2 {
  margin: 0 0 10px 0;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.stage-card-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.88rem;
  max-width: 28rem;
}

@media (max-width: 900px) {
  .stage-hero,
  .stage-grid {
    grid-template-columns: 1fr;
  }

  .stage-grid {
    grid-template-areas:
      "projects"
      "music"
      "log"
      "about"
      "playground";
  }

  .stage-card-large {
    min-height: 220px;
  }
}

.projects-card {
  grid-area: projects;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    linear-gradient(135deg, rgba(243, 234, 0, 0.06), transparent 35%);
}

.projects-card .stage-card-content h2 {
  font-size: 2.8rem;
}

.music-card-stage {
  grid-area: music;
  border-color: rgba(47, 92, 255, 0.4);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    linear-gradient(135deg, rgba(47, 92, 255, 0.08), transparent 42%);
}

.music-card-stage:hover {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.music-card-stage .stage-card-content h2 {
  color: #dfe6ff;
}

.about-card {
  grid-area: about;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005));
}

.playground-card {
  grid-area: playground;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    linear-gradient(135deg, rgba(243, 234, 0, 0.05), transparent 55%);
}

.playground-card:hover {
  border-color: var(--accent-2);
  box-shadow: inset 0 0 0 1px rgba(243, 234, 0, 0.35);
}

.stage-grid > a:nth-child(3) {
  grid-area: log;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.02),
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 28px
    );
}

.stage-card-content h2 {
  margin: 0 0 10px 0;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.18s ease, color 0.18s ease;
}

.stage-card:hover .stage-card-content h2 {
  transform: translateX(4px);
}

.stage-card-number {
  font-size: 0.82rem;
  color: var(--muted);
  opacity: 0.8;
  transition: opacity 0.18s ease;
}

.stage-card:hover .stage-card-number {
  opacity: 1;
}

.stage-card::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 18px;
  background: rgba(255,255,255,0.16);
  transition: width 0.18s ease, background 0.18s ease;
}

.stage-card:hover::after {
  width: 120px;
  background: rgba(255,255,255,0.38);
}

.projects-card {
  grid-area: projects;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    linear-gradient(135deg, rgba(243, 234, 0, 0.06), transparent 35%);
}

.projects-card .stage-card-content h2 {
  font-size: 2.8rem;
}

.music-card-stage {
  grid-area: music;
  border-color: rgba(47, 92, 255, 0.4);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    linear-gradient(135deg, rgba(47, 92, 255, 0.08), transparent 42%);
}

.music-card-stage:hover {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.music-card-stage .stage-card-content h2 {
  color: #dfe6ff;
}

.about-card {
  grid-area: about;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005));
}

.playground-card {
  grid-area: playground;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    linear-gradient(135deg, rgba(243, 234, 0, 0.05), transparent 55%);
}

.playground-card:hover {
  border-color: var(--accent-2);
  box-shadow: inset 0 0 0 1px rgba(243, 234, 0, 0.35);
}

.stage-grid > a:nth-child(3) {
  grid-area: log;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.02),
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 28px
    );
}

.stage-card-content h2 {
  margin: 0 0 10px 0;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.18s ease, color 0.18s ease;
}

.stage-card:hover .stage-card-content h2 {
  transform: translateX(4px);
}

.stage-card-number {
  font-size: 0.82rem;
  color: var(--muted);
  opacity: 0.8;
  transition: opacity 0.18s ease;
}

.stage-card:hover .stage-card-number {
  opacity: 1;
}

.stage-card::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 18px;
  background: rgba(255,255,255,0.16);
  transition: width 0.18s ease, background 0.18s ease;
}

.stage-card:hover::after {
  width: 120px;
  background: rgba(255,255,255,0.38);
}
