.info-shell {
  min-height: calc(100vh - 88px);
  padding: 2rem 0 4rem;
  display: grid;
}

.info-frame {
  display: grid;
  gap: 1rem;
  min-height: 100%;
}

.intro-panel,
.contact-grid article,
.about-hero,
.about-work,
.about-card,
.about-interests,
.about-achievements,
.about-cta {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.intro-panel {
  min-height: 100%;
  padding: clamp(1.8rem, 4vw, 3.4rem);
  display: grid;
  place-items: center;
  text-align: center;
}

.intro-stack {
  width: min(780px, 100%);
  display: grid;
  gap: 1.2rem;
}

.intro-stack h1 {
  font-size: clamp(3.6rem, 9vw, 7.8rem);
}

.focus-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.focus-pill {
  padding: 0.6rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.about-frame {
  gap: 1.1rem;
}

.about-hero {
  min-height: min(620px, calc(100vh - 120px));
  padding: clamp(1.5rem, 4vw, 3.5rem);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.about-hero-copy {
  width: min(90%, 1280px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: clamp(1rem, 2vw, 1.35rem);
  text-align: center;
}

.about-hero-copy h1 {
  max-width: 100%;
  font-size: clamp(3rem, 7vw, 6rem);
}

.about-hero-copy .lede {
  max-width: 100%;
}

.about-hero-copy p:not(.lede) {
  max-width: 100%;
}

.about-card h2,
.about-interests h2 {
  font-weight: 500;
}

.about-work {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  display: grid;
  gap: 1.2rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-section-head {
  display: grid;
  gap: 0.35rem;
}

.about-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.about-card {
  min-height: 260px;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  display: grid;
  align-content: space-between;
  gap: 1.3rem;
}

.about-card h2 {
  max-width: 13ch;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1;
}

.about-card p {
  font-size: 0.98rem;
}

.about-interests {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: start;
  gap: 1.25rem;
}

.about-interests h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.about-interests p {
  margin-top: 0.75rem;
  max-width: 54ch;
}

.interest-list {
  display: grid;
  gap: 0.75rem;
}

.interest-list div {
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.interest-list span {
  display: block;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--soft);
}

.interest-list strong {
  color: var(--text);
  font-weight: 500;
  line-height: 1.5;
}

.about-achievements {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  display: grid;
  gap: 1.2rem;
}

.about-achievements > div:first-child {
  display: grid;
  gap: 0.7rem;
}

.about-achievements h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 0.98;
  font-weight: 500;
}

.about-achievements p {
  max-width: 760px;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.achievement-card {
  min-height: 250px;
  padding: 1rem;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 45%);
  overflow: hidden;
}

.achievement-card-featured {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 46px rgba(255, 255, 255, 0.08);
}

.game-media {
  width: min(100%, 13.5rem);
  min-height: 6.75rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.game-logo,
.game-rank {
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.14));
}

.game-logo {
  width: 5.25rem;
  height: 5.25rem;
  padding: 0.85rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 28px rgba(255, 255, 255, 0.08);
}

.game-rank {
  width: 5.7rem;
  height: 5.7rem;
  max-height: 6.2rem;
}

.game-media-with-rank .game-logo {
  width: 4.1rem;
  height: 4.1rem;
  padding: 0.65rem;
  border-radius: 18px;
}

.achievement-card h3 {
  margin-top: 0.4rem;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.achievement-glow {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--text);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 500;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.42), 0 0 42px rgba(255, 255, 255, 0.16);
}

.about-cta {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.about-cta h2 {
  margin-top: 0.35rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  font-weight: 500;
}

.about-cta p {
  max-width: 58ch;
  margin-top: 0.7rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-grid article {
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.9rem;
}

.contact-grid strong {
  display: block;
  margin-bottom: 0.3rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-start;
  margin-top: auto;
}

.contact-actions .button {
  flex: 0 0 auto;
  min-width: 0;
  padding: 0.8rem 0.95rem;
}

@media (max-width: 980px) {
  .about-grid,
  .achievement-grid,
  .about-interests {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero-copy h1 {
    max-width: 12ch;
  }

  .about-card {
    min-height: auto;
  }

  .about-card h2 {
    max-width: 18ch;
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .info-shell {
    min-height: auto;
  }

  .intro-panel {
    min-height: calc(100vh - 140px);
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 1.1rem;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.6rem);
  }

  .achievement-card,
  .achievement-card-featured {
    min-height: 230px;
  }

  .game-media {
    min-height: 5.85rem;
  }

  .game-logo {
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 18px;
  }

  .game-rank {
    width: 5rem;
    height: 5rem;
  }

  .game-media-with-rank .game-logo {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 16px;
  }

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