/*
 * 게임정보 페이지 전용 레이아웃과 탭, 맵 캐러셀 스타일입니다.
 * 공통 클래스와 충돌하지 않도록 페이지 루트 기준으로만 확장합니다.
 */

.game-info-page {
  --page-accent: #f1bb1d;
  --page-ink: #10131a;
  --page-muted: #666a76;
  --page-border: #e9e9ec;
  --page-footer: #f3f0e7;
  --page-card-shadow: 0 20px 48px rgba(16, 19, 26, 0.12);
}

.game-info-page body,
.game-info-page {
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

.game-info-page .site-navigation__cta {
  padding: 16px 30px;
  border-radius: 12px;
  background: linear-gradient(110deg, #ffc000 0%, #ffa600 100%);
  color: #111111;
}

.game-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.game-site-brand__icon {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.game-site-brand__wordmark {
  width: 154px;
  height: 36px;
  object-fit: contain;
}

.game-info-main {
  padding-bottom: 120px;
}

.page-hero {
  padding-block: 60px 38px;
}

.page-hero__frame {
  position: relative;
  height: 400px;
  overflow: visible;
  border-radius: 30px;
  isolation: isolate;
  background: #1a1a1a;
}

.page-hero__visual {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.page-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.62);
}

.page-hero__background,
.page-hero__shadow,
.page-hero__vehicle {
  position: absolute;
  display: block;
  max-width: none;
}

.page-hero__background {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.page-hero__background--rear {
  mix-blend-mode: luminosity;
}

.page-hero__shadow {
  left: 50%;
  bottom: -1px;
  width: 100%;
  z-index: 1;
  border-radius: inherit;
  transform: translateX(-50%);
}

.page-hero__vehicle {
  z-index: 2;
}

.page-hero__vehicle--truck {
  top: -320px;
  left: 14%;
  z-index: 3;
  width: min(80vw, 1350px);
  transform: rotate(10deg);
}

.page-hero__vehicle--helicopter {
  top: -34px;
  right: 110px;
  z-index: 2;
  width: min(43vw, 720px);
  transform: rotate(-11deg);
}

.page-hero__copy {
  position: absolute;
  top: 210px;
  left: 64px;
  z-index: 4;
  width: min(540px, 100%);
  color: #ffffff;
}

.page-hero__eyebrow {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.page-hero__description {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
  line-height: 1.5;
}

.game-info-content__inner {
  display: grid;
  gap: 66px;
}

.game-info-page .game-info-content > .site-container,
.game-info-page .game-info-content__inner {
  width: min(calc(100% - 80px), 1720px);
  max-width: 1720px;
  margin-inline: auto;
}

.game-info-tabs {
  width: 100%;
  max-width: none;
  margin: 0;
  scroll-margin-top: 96px;
}

.game-info-tabs__list {
  display: grid;
  width: 100%;
  height: 68px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #eeeff3;
  background: #f6f6f6;
}

.game-info-tabs__tab {
  display: grid;
  min-width: 0;
  padding: 0 12px;
  place-items: center;
  border: 0;
  color: #3b3d45;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  background: transparent;
}

.game-info-tabs__tab.is-active {
  border: 0;
  background: var(--page-accent);
  color: #000000;
  font-weight: 800;
  box-shadow: inset 0 -2px #30333d;
}

.game-info-tabs__panel {
  padding-top: 38px;
}

.game-info-tabs__scope-note {
  width: min(100%, 1040px);
  margin: 6px auto 42px;
  padding: 34px 24px;
  border: 1px solid #d9dadd;
  border-radius: 8px;
  background: #f2f2f4;
  color: #777b83;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.game-info-tabs__panel--scope-note > :not(.game-info-tabs__scope-note) {
  display: none !important;
}

.game-info-ip {
  --ip-accent: #f1bb1d;
  --ip-surface: #10141a;
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #080a0e;
  color: #ffffff;
  isolation: isolate;
}

.game-info-ip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-info-ip__intro {
  position: relative;
  display: grid;
  min-height: clamp(660px, 52vw, 880px);
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(90deg, #080a0e 0%, #080a0e 36%, rgba(8, 10, 14, 0.7) 57%, rgba(8, 10, 14, 0.12) 100%),
    #080a0e;
}

.game-info-ip__intro::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}

.game-info-ip__intro-copy {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 124px) clamp(42px, 5.4vw, 92px);
}

.game-info-ip__eyebrow,
.game-info-ip__chapter-heading > p,
.game-info-ip__awards-copy > p:first-child {
  color: var(--ip-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.game-info-ip__intro h3 {
  margin: 24px 0 0;
  font-size: clamp(52px, 5.8vw, 100px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

.game-info-ip__intro h3 em {
  color: var(--ip-accent);
  font-style: normal;
}

.game-info-ip__lead {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.8;
  word-break: keep-all;
}

.game-info-ip__intro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.game-info-ip__intro-visual {
  position: absolute;
  inset: 0 0 0 31%;
  margin: 0;
}

.game-info-ip__intro-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #080a0e 0%, rgba(8, 10, 14, 0.82) 13%, rgba(8, 10, 14, 0.1) 48%, transparent 100%),
    linear-gradient(0deg, #080a0e 0%, transparent 32%);
  content: "";
}

.game-info-ip__intro-visual img {
  object-position: 54% center;
  filter: saturate(0.86) contrast(1.08) brightness(0.8);
}

.game-info-ip__intro-visual figcaption {
  position: absolute;
  right: 34px;
  bottom: 28px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.game-info-ip__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(241, 187, 29, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: #11151b;
}

.game-info-ip__stats > div {
  min-width: 0;
  padding: 36px clamp(18px, 2.6vw, 44px) 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.game-info-ip__stats > div:last-child {
  border-right: 0;
}

.game-info-ip__stats dt {
  color: var(--ip-accent);
  font-size: clamp(30px, 3vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.game-info-ip__stats dd {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
  word-break: keep-all;
}

.game-info-ip__chapter {
  padding: clamp(88px, 8vw, 144px) clamp(36px, 6.3vw, 108px);
}

.game-info-ip__chapter--origin {
  background:
    radial-gradient(circle at 88% 22%, rgba(241, 187, 29, 0.11), transparent 27%),
    #0b0e13;
}

.game-info-ip__chapter-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1.65fr);
  gap: clamp(34px, 5vw, 88px);
  padding-top: 28px;
  border-top: 2px solid var(--ip-accent);
}

.game-info-ip__chapter-heading > p {
  margin: 8px 0 0;
  line-height: 1.6;
}

.game-info-ip__chapter-heading > p span {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.game-info-ip__chapter-heading h4,
.game-info-ip__awards-copy h4 {
  margin: 0;
  font-size: clamp(42px, 5vw, 82px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.game-info-ip__chapter-heading div > p,
.game-info-ip__awards-copy > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.82;
  word-break: keep-all;
}

.game-info-ip__origin-grid {
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  grid-template-rows: minmax(360px, 1fr) minmax(260px, 0.64fr);
  gap: 16px;
  margin-top: clamp(56px, 6vw, 94px);
}

.game-info-ip__origin-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #161b22;
}

.game-info-ip__origin-grid figure::after,
.game-info-ip__esports-gallery figure::after,
.game-info-ip__awards-visuals figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 46%);
  content: "";
  pointer-events: none;
}

.game-info-ip__origin-action {
  grid-row: 1 / 3;
}

.game-info-ip__origin-action img {
  object-position: 56% center;
  filter: saturate(0.74) contrast(1.08);
}

.game-info-ip__origin-roster img {
  object-position: center 38%;
  filter: brightness(0.78) contrast(1.08);
}

.game-info-ip__origin-grid figcaption,
.game-info-ip__esports-gallery figcaption,
.game-info-ip__awards-visuals figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.game-info-ip__origin-grid figcaption span {
  display: block;
  margin-bottom: 6px;
  color: var(--ip-accent);
}

.game-info-ip__origin-quote {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 62px);
  background: var(--ip-accent);
  color: #0a0c10;
}

.game-info-ip__origin-quote p {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 56px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.game-info-ip__origin-quote cite {
  margin-top: 24px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.game-info-ip__chapter--esports {
  background: #07090d;
}

.game-info-ip__timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 68px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.game-info-ip__timeline li {
  position: relative;
  min-height: 160px;
  padding: 30px 26px 22px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.game-info-ip__timeline li + li {
  padding-left: 26px;
}

.game-info-ip__timeline li::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--ip-accent);
  content: "";
}

.game-info-ip__timeline time {
  color: var(--ip-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.game-info-ip__timeline strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.48;
  word-break: keep-all;
}

.game-info-ip__esports-gallery {
  display: grid;
  height: clamp(620px, 52vw, 850px);
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 46px;
}

.game-info-ip__esports-gallery figure,
.game-info-ip__awards-visuals figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #151920;
}

.game-info-ip__esports-gallery img,
.game-info-ip__awards-visuals img {
  filter: saturate(0.82) contrast(1.08);
}

.game-info-ip__esports-player {
  grid-row: 1 / 3;
}

.game-info-ip__esports-player img {
  object-position: 58% center;
}

.game-info-ip__esports-global {
  grid-column: 2 / 4;
}

.game-info-ip__awards {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
  background: var(--ip-accent);
  color: #090b0f;
}

.game-info-ip__awards-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 6vw, 104px);
}

.game-info-ip__awards-copy > p:first-child {
  color: rgba(9, 11, 15, 0.62);
}

.game-info-ip__awards-copy h4 {
  margin-top: 24px;
}

.game-info-ip__awards-copy > p:last-child {
  color: rgba(9, 11, 15, 0.68);
}

.game-info-ip__awards-visuals {
  display: grid;
  min-height: 620px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 2px;
  background: #090b0f;
}

.game-info-ip__chapter--now {
  background:
    linear-gradient(135deg, rgba(241, 187, 29, 0.05), transparent 42%),
    #0c1015;
}

.game-info-ip__now-visual {
  position: relative;
  height: clamp(540px, 48vw, 780px);
  margin: clamp(56px, 6vw, 92px) 0 0;
  overflow: hidden;
  background: #151920;
}

.game-info-ip__now-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.12), transparent 50%),
    linear-gradient(0deg, rgba(5, 7, 10, 0.9), transparent 58%);
  content: "";
}

.game-info-ip__now-visual img {
  object-position: center 43%;
  filter: saturate(0.74) contrast(1.08) brightness(0.88);
}

.game-info-ip__now-visual figcaption {
  position: absolute;
  right: clamp(28px, 4vw, 68px);
  bottom: clamp(28px, 4vw, 62px);
  left: clamp(28px, 4vw, 68px);
  z-index: 1;
}

.game-info-ip__now-visual figcaption span {
  display: block;
  color: var(--ip-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.game-info-ip__now-visual figcaption strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(32px, 4.4vw, 74px);
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.game-info-ip__epilogue {
  display: grid;
  min-height: 430px;
  place-items: center;
  align-content: center;
  padding: 80px 24px;
  background:
    radial-gradient(circle at 50% 100%, rgba(241, 187, 29, 0.14), transparent 36%),
    #05070a;
  text-align: center;
}

.game-info-ip__epilogue p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
  font-weight: 700;
}

.game-info-ip__epilogue strong {
  color: var(--ip-accent);
  font-size: clamp(52px, 7.5vw, 126px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.game-info-ip__epilogue span {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

@media (max-width: 1199px) {
  .game-info-ip__intro {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  }

  .game-info-ip__intro-copy {
    padding-inline: 48px;
  }

  .game-info-ip__stats > div {
    padding-inline: 22px;
  }

  .game-info-ip__chapter {
    padding-inline: 54px;
  }

  .game-info-ip__chapter-heading {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .game-info-ip__origin-grid {
    min-height: 680px;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  }

  .game-info-ip__awards-copy {
    padding: 64px 48px;
  }
}

@media (max-width: 899px) {
  .game-info-ip__intro {
    display: block;
    min-height: 690px;
  }

  .game-info-ip__intro::before {
    background-size: 62px 62px;
    mask-image: linear-gradient(0deg, #000, transparent 92%);
  }

  .game-info-ip__intro-copy {
    min-height: 690px;
    justify-content: flex-end;
    padding: 58px 24px;
  }

  .game-info-ip__intro h3 {
    font-size: clamp(46px, 12vw, 68px);
  }

  .game-info-ip__lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .game-info-ip__intro-meta {
    margin-top: 28px;
  }

  .game-info-ip__intro-visual {
    inset: 0;
  }

  .game-info-ip__intro-visual::after {
    background:
      linear-gradient(0deg, #080a0e 0%, rgba(8, 10, 14, 0.9) 34%, rgba(8, 10, 14, 0.1) 76%),
      linear-gradient(90deg, rgba(8, 10, 14, 0.32), transparent 70%);
  }

  .game-info-ip__intro-visual img {
    object-position: 56% center;
  }

  .game-info-ip__intro-visual figcaption {
    top: 18px;
    right: 18px;
    bottom: auto;
    font-size: 9px;
  }

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

  .game-info-ip__stats > div {
    min-height: 132px;
    padding: 26px 20px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .game-info-ip__stats > div:nth-child(2n) {
    border-right: 0;
  }

  .game-info-ip__stats > div:last-child {
    grid-column: 1 / 3;
  }

  .game-info-ip__stats dt {
    font-size: 34px;
  }

  .game-info-ip__chapter {
    padding: 68px 22px;
  }

  .game-info-ip__chapter-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 22px;
  }

  .game-info-ip__chapter-heading > p {
    margin-top: 0;
  }

  .game-info-ip__chapter-heading h4,
  .game-info-ip__awards-copy h4 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .game-info-ip__chapter-heading div > p,
  .game-info-ip__awards-copy > p:last-child {
    margin-top: 20px;
    font-size: 16px;
  }

  .game-info-ip__origin-grid {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    margin-top: 44px;
  }

  .game-info-ip__origin-action,
  .game-info-ip__origin-roster,
  .game-info-ip__origin-quote {
    grid-column: 1;
    grid-row: auto;
  }

  .game-info-ip__origin-action {
    height: 480px;
  }

  .game-info-ip__origin-roster {
    height: 300px;
  }

  .game-info-ip__origin-quote {
    min-height: 250px;
    padding: 34px;
  }

  .game-info-ip__timeline {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .game-info-ip__timeline li,
  .game-info-ip__timeline li + li {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .game-info-ip__timeline li::before {
    top: -5px;
  }

  .game-info-ip__esports-gallery {
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    margin-top: 34px;
  }

  .game-info-ip__esports-gallery figure,
  .game-info-ip__esports-player,
  .game-info-ip__esports-global {
    height: 280px;
    grid-column: 1;
    grid-row: auto;
  }

  .game-info-ip__esports-player {
    height: 380px;
  }

  .game-info-ip__awards {
    grid-template-columns: 1fr;
  }

  .game-info-ip__awards-copy {
    padding: 64px 24px;
  }

  .game-info-ip__awards-visuals {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .game-info-ip__awards-visuals figure {
    height: 310px;
  }

  .game-info-ip__now-visual {
    height: 520px;
    margin-top: 44px;
  }

  .game-info-ip__now-visual img {
    object-position: center center;
  }

  .game-info-ip__epilogue {
    min-height: 340px;
  }

  .game-info-ip__epilogue p {
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .game-info-ip__intro,
  .game-info-ip__intro-copy {
    min-height: 640px;
  }

  .game-info-ip__intro h3 {
    font-size: 43px;
  }

  .game-info-ip__eyebrow {
    font-size: 11px;
  }

  .game-info-ip__intro-meta {
    gap: 8px 18px;
    font-size: 10px;
  }

  .game-info-ip__origin-action {
    height: 400px;
  }

  .game-info-ip__origin-roster {
    height: 250px;
  }

  .game-info-ip__esports-gallery figure,
  .game-info-ip__esports-player,
  .game-info-ip__esports-global {
    height: 250px;
  }

  .game-info-ip__now-visual {
    height: 450px;
  }

  .game-info-ip__now-visual figcaption strong {
    font-size: 34px;
  }

  .game-info-ip__epilogue strong {
    font-size: 48px;
  }
}

body.is-weapon-detail-open {
  overflow: hidden;
}

.game-info-weapon {
  width: calc(100% - 72px);
  margin-inline: auto;
}

.game-info-weapon__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 34px;
}

.game-info-weapon__header > p {
  max-width: 560px;
  color: var(--page-muted);
  font-size: 17px;
  line-height: 1.7;
  text-align: right;
}

.game-info-weapon__eyebrow {
  margin-bottom: 10px;
  color: #bf8c00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.game-info-weapon__header h3 {
  margin: 0;
  color: var(--page-ink);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.game-info-weapon__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dddee3;
  border-radius: 14px;
  background: #f3f3f5;
}

.game-info-weapon__filter {
  min-height: 64px;
  border: 0;
  border-right: 1px solid #dddee3;
  color: #555965;
  font-size: 18px;
  font-weight: 800;
  background: transparent;
  transition: color 180ms ease, background-color 180ms ease;
}

.game-info-weapon__filter:last-child {
  border-right: 0;
}

.game-info-weapon__filter:hover,
.game-info-weapon__filter:focus-visible {
  color: #111111;
}

.game-info-weapon__filter:focus-visible,
.game-info-weapon__subfilter:focus-visible,
.game-info-weapon__card:focus-visible,
.game-info-weapon__detail-close:focus-visible {
  outline: 3px solid rgba(241, 187, 29, 0.52);
  outline-offset: 3px;
}

.game-info-weapon__filter.is-active {
  color: #111111;
  background: var(--page-accent);
}

.game-info-weapon__subfilters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 44px;
  margin-top: 16px;
}

.game-info-weapon__subfilter {
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid #d9dadd;
  border-radius: 999px;
  color: #686c76;
  font-size: 15px;
  font-weight: 700;
  background: #ffffff;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.game-info-weapon__subfilter:hover,
.game-info-weapon__subfilter:focus-visible {
  border-color: #b78b12;
  color: #111111;
}

.game-info-weapon__subfilter.is-active {
  border-color: #111111;
  color: #ffffff;
  background: #111111;
}

.game-info-weapon__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.game-info-weapon__card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--page-border);
  border-radius: 18px;
  color: var(--page-ink);
  text-align: left;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(16, 19, 26, 0.09);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.game-info-weapon__card:hover,
.game-info-weapon__card:focus-visible {
  border-color: rgba(191, 140, 0, 0.58);
  box-shadow: 0 24px 50px rgba(16, 19, 26, 0.16);
  transform: translateY(-4px);
}

.game-info-weapon__card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #181510;
}

.game-info-weapon__card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.game-info-weapon__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.game-info-weapon__card:hover .game-info-weapon__card-media img,
.game-info-weapon__card:focus-visible .game-info-weapon__card-media img {
  transform: scale(1.04);
}

.game-info-weapon__card-body {
  display: block;
  padding: 16px 18px 18px;
}

.game-info-weapon__card-category {
  display: block;
  margin-bottom: 6px;
  color: #a57400;
  font-size: 12px;
  font-weight: 800;
}

.game-info-weapon__card h4 {
  overflow: hidden;
  margin: 0;
  font-size: clamp(19px, 1.4vw, 24px);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-info-weapon__card-tags {
  min-height: 39px;
  margin-top: 7px;
  color: var(--page-muted);
  font-size: 13px;
  line-height: 1.5;
}

.game-info-weapon__detail {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  padding: 30px;
  place-items: center;
}

.game-info-weapon__detail[hidden] {
  display: none;
}

.game-info-weapon__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(5, 6, 8, 0.78);
  backdrop-filter: blur(10px);
}

.game-info-weapon__detail-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, 100%);
  max-height: calc(100vh - 60px);
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  overflow: auto;
  border: 1px solid rgba(241, 187, 29, 0.42);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
}

.game-info-weapon__detail-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #dedfe3;
  border-radius: 50%;
  color: #20232a;
  font-size: 32px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.94);
}

/* 바깥 여백에서 탐색 흐름이 보이도록 상세 카드와 분리된 위치를 유지합니다. */
.game-info-weapon__detail-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 64px;
  height: 88px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(241, 187, 29, 0.46);
  border-radius: 8px;
  background: rgba(8, 10, 14, 0.76);
  transform: translateY(-50%);
  transition: border-color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.game-info-weapon__detail-nav--prev {
  left: max(18px, calc(50% - 640px));
}

.game-info-weapon__detail-nav--next {
  right: max(18px, calc(50% - 640px));
}

.game-info-weapon__detail-nav:hover,
.game-info-weapon__detail-nav:focus-visible {
  border-color: #ffc000;
  background: rgba(37, 29, 8, 0.96);
  outline: 2px solid rgba(255, 192, 0, 0.5);
  outline-offset: 3px;
}

.game-info-weapon__detail-nav:disabled {
  opacity: 0.24;
  cursor: default;
}

.game-info-weapon__detail-visual {
  position: relative;
  display: grid;
  min-height: 560px;
  padding: 42px 34px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(241, 187, 29, 0.24), transparent 42%),
    linear-gradient(145deg, #171717, #080808);
}

.game-info-weapon__detail-visual::after {
  content: "SPECIAL FORCE";
  position: absolute;
  right: -36px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.04);
  font-size: 80px;
  font-weight: 900;
  line-height: 0.8;
  white-space: nowrap;
}

.game-info-weapon__detail-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  height: auto;
  aspect-ratio: 420 / 320;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.5);
}

.game-info-weapon__detail-content {
  padding: 56px 48px 50px;
}

.game-info-weapon__detail-parent {
  color: #9a7000;
  font-size: 14px;
  font-weight: 800;
}

.game-info-weapon__detail-content h3 {
  margin: 10px 64px 0 0;
  color: var(--page-ink);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.game-info-weapon__detail-tags {
  margin-top: 14px;
  color: #2d3038;
  font-size: 18px;
  font-weight: 800;
}

.game-info-weapon__detail-description {
  margin-top: 20px;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.7;
}

.game-info-weapon__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.game-info-weapon__metric {
  min-width: 0;
  padding: 16px 12px;
  border: 1px solid #e5e6e9;
  border-radius: 14px;
  background: #f7f7f8;
}

.game-info-weapon__metric dt {
  color: #777b84;
  font-size: 12px;
  font-weight: 700;
}

.game-info-weapon__metric dd {
  overflow: hidden;
  margin-top: 8px;
  color: #15171c;
  font-size: 20px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-info-weapon__stats {
  display: grid;
  gap: 15px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #e8e8eb;
}

.game-info-weapon__stat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  color: #50545e;
  font-size: 13px;
  font-weight: 800;
}

.game-info-weapon__stat-head strong {
  color: #15171c;
  font-size: 14px;
}

.game-info-weapon__stat-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e5e8;
}

.game-info-weapon__stat-bar span {
  display: block;
  width: calc(var(--weapon-stat, 0) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d89d00, var(--page-accent));
}

.info-feature-grid,
.equipment-grid,
.utility-grid,
.character-grid,
.guide-grid {
  display: grid;
  gap: 24px;
}

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

.info-feature-card,
.equipment-card,
.utility-card,
.character-card,
.guide-card {
  overflow: hidden;
  border: 1px solid var(--page-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--page-card-shadow);
}

.info-feature-card__image,
.character-card img,
.guide-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.info-feature-card__body,
.equipment-card,
.utility-card,
.character-card,
.guide-card div {
  padding: 28px;
}

.info-feature-card__body h3,
.equipment-card h3,
.utility-card h3,
.character-card h3,
.guide-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.info-feature-card__body p,
.equipment-card p,
.utility-card p,
.character-card p,
.guide-card p {
  color: var(--page-muted);
  line-height: 1.65;
}

.game-info-map {
  position: relative;
  width: calc(100% - 72px);
  margin-inline: auto;
}

.game-info-map__carousel-frame {
  position: relative;
}

.game-info-map__viewport {
  overflow: hidden;
}

.game-info-map__track {
  display: flex;
  transition: transform 240ms ease;
}

.game-info-map__page {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.game-info-map__card {
  position: relative;
  min-height: 438px;
  overflow: hidden;
  border: 2px solid #111111;
  background: #000000;
  cursor: pointer;
  transition: border-color 180ms ease;
}

.game-info-map__card:hover,
.game-info-map__card:focus-visible {
  border-color: var(--page-accent);
  outline: none;
}

.game-info-map__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-info-map__overlay {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 36px 40px 34px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.game-info-map__card:hover .game-info-map__overlay,
.game-info-map__card:focus-visible .game-info-map__overlay {
  background: linear-gradient(180deg, rgba(241, 187, 29, 0) 0%, #f1bb1d 100%);
}

.game-info-map__title-group {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.game-info-map__title-group h3,
.game-info-map__title-group p {
  margin: 0;
  font-weight: 800;
  line-height: 1;
}

.game-info-map__title-group h3 {
  font-size: 50px;
  letter-spacing: -0.02em;
}

.game-info-map__title-group p {
  font-size: 40px;
  letter-spacing: -0.02em;
  /* 데저트 캠프처럼 공백이 있는 한국 명칭이 카드 안에서 잘려 접히지 않도록 합니다. */
  white-space: nowrap;
}

.game-info-map__dot {
  display: inline-flex;
  width: 7px;
  height: 7px;
}

.game-info-map__dot img {
  width: 100%;
  height: 100%;
}

.game-info-map__controls {
  position: absolute;
  inset: 50% -52px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.game-info-map__control {
  display: inline-flex;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(241, 187, 29, 0.72);
  border-radius: 50%;
  pointer-events: auto;
  background: rgba(8, 10, 14, 0.88);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.game-info-map__control:hover,
.game-info-map__control:focus-visible {
  border-color: #ffc000;
  background: rgba(43, 34, 9, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(255, 192, 0, 0.12);
}

.game-info-chevron {
  display: block;
  width: 1em;
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  -webkit-text-stroke: 1px rgba(241, 187, 29, 0.68);
  transition: color 180ms ease, -webkit-text-stroke-color 180ms ease, transform 180ms ease;
}

.game-info-chevron::before {
  display: block;
  content: "»";
  transform: translateY(-0.08em);
}

.game-info-chevron--prev {
  transform: scaleX(-1);
}

.game-info-map__control:hover .game-info-chevron,
.game-info-map__control:focus-visible .game-info-chevron,
.game-info-weapon__detail-nav:hover .game-info-chevron,
.game-info-weapon__detail-nav:focus-visible .game-info-chevron,
.game-info-map__video-control:hover .game-info-chevron,
.game-info-map__video-control:focus-visible .game-info-chevron {
  color: #ffc000;
  -webkit-text-stroke-color: #ffc000;
}

.game-info-map__control:focus-visible {
  outline: 2px solid rgba(255, 192, 0, 0.72);
  outline-offset: 2px;
}

.game-info-map__control:disabled {
  opacity: 0.45;
}

.game-info-map__status {
  width: fit-content;
  margin: 18px auto 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 19, 26, 0.84);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  pointer-events: auto;
}

/* 맵 카드를 선택하면 캐러셀 대신 브리핑·미니맵·영상 상세 패널을 표시합니다. */
.game-info-map__detail {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 2px solid rgba(241, 187, 29, 0.88);
  background: #090b0e;
  color: #ffffff;
  isolation: isolate;
}

.game-info-map__detail[hidden] {
  display: none;
}

.game-info-map.is-detail-open > .game-info-map__carousel-frame,
.game-info-map.is-detail-open > .game-info-map__status {
  display: none;
}

.game-info-map__detail-background {
  position: absolute;
  inset: -30px;
  z-index: -2;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  object-fit: cover;
  filter: brightness(0.32) saturate(0.8) blur(2px);
  transform: scale(1.02);
}

.game-info-map__detail::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 5, 7, 0.92) 0%, rgba(4, 5, 7, 0.72) 42%, rgba(4, 5, 7, 0.42) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 58%);
  content: "";
}

.game-info-map__detail-inner {
  position: relative;
  min-height: 720px;
  padding: 66px 62px 56px;
}

.game-info-map__detail-layout {
  display: grid;
  min-height: 598px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(36px, 4vw, 72px);
}

.game-info-map__detail-copy {
  min-width: 0;
}

.game-info-map__detail-close {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 4;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(8, 9, 12, 0.58);
  transition: 180ms ease;
}

.game-info-close-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.game-info-close-icon::before,
.game-info-close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #f1bb1d;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 180ms ease;
}

.game-info-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.game-info-map__detail-close:hover,
.game-info-map__detail-close:focus-visible {
  border-color: var(--page-accent);
  background: var(--page-accent);
  outline: none;
}

.game-info-map__detail-close:hover .game-info-close-icon::before,
.game-info-map__detail-close:hover .game-info-close-icon::after,
.game-info-map__detail-close:focus-visible .game-info-close-icon::before,
.game-info-map__detail-close:focus-visible .game-info-close-icon::after,
.game-info-map__minimap-dialog-close:hover .game-info-close-icon::before,
.game-info-map__minimap-dialog-close:hover .game-info-close-icon::after,
.game-info-map__minimap-dialog-close:focus-visible .game-info-close-icon::before,
.game-info-map__minimap-dialog-close:focus-visible .game-info-close-icon::after {
  background: #050607;
}

.game-info-map__detail-heading {
  max-width: 540px;
}

.game-info-map__detail-heading .game-info-map__detail-eyebrow {
  margin: 0 0 12px;
  color: var(--page-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.game-info-map__detail-heading h3 {
  margin: 0;
  font-size: clamp(42px, 3.5vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.game-info-map__detail-heading p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  word-break: keep-all;
}

.game-info-map__detail-heading .game-info-map__detail-mode {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.game-info-map__minimap-trigger {
  display: grid;
  width: min(100%, 420px);
  gap: 9px;
  margin-top: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
}

.game-info-map__minimap-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.game-info-map__minimap-frame {
  position: relative;
  display: block;
  
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: #050607;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

.game-info-map__minimap-frame::after {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  content: "";
  transition: border-color 180ms ease;
}

.game-info-map__minimap-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.1);
  transition: transform 240ms ease;
}

.game-info-map__minimap-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(12, 14, 18, 0.8);
  color: var(--page-accent);
  font-size: 28px;
  line-height: 1;
}

.game-info-map__minimap-trigger:hover .game-info-map__minimap-frame::after,
.game-info-map__minimap-trigger:focus-visible .game-info-map__minimap-frame::after {
  border-color: var(--page-accent);
}

.game-info-map__minimap-trigger:hover .game-info-map__minimap-frame img,
.game-info-map__minimap-trigger:focus-visible .game-info-map__minimap-frame img {
  transform: scale(1.035);
}

.game-info-map__minimap-trigger:focus-visible {
  outline: 2px solid var(--page-accent);
  outline-offset: 5px;
}

.game-info-map__minimap-hint {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 600;
}

.game-info-map__video-gallery {
  min-width: 0;
}

.game-info-map__video-viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: #030405;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
}

.game-info-map__video-viewport:focus-visible {
  outline: 2px solid var(--page-accent);
  outline-offset: 4px;
}

.game-info-map__video-track {
  display: flex;
  transition: transform 320ms ease;
}

.game-info-map__video-slide {
  position: relative;
  display: block;
  flex: 0 0 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050607;
  color: #ffffff;
}

.game-info-map__video-slide iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.game-info-map__video-slide:focus-visible {
  outline: 3px solid var(--page-accent);
  outline-offset: -3px;
}

.game-info-map__video-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 5px;
  padding: 54px 32px 26px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), transparent);
  pointer-events: none;
}

.game-info-map__video-eyebrow {
  color: var(--page-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.game-info-map__video-title {
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 800;
  line-height: 1.25;
}

.game-info-map__video-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 72px;
  place-items: center;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  transition: 180ms ease;
}

.game-info-map__video-control--prev {
  left: 14px;
}

.game-info-map__video-control--next {
  right: 14px;
}

.game-info-map__video-control:hover,
.game-info-map__video-control:focus-visible {
  border: 0;
  background: transparent;
  outline: none;
}

.game-info-map__video-control .game-info-chevron {
  font-size: 42px;
}

.game-info-map__video-control:hover .game-info-chevron,
.game-info-map__video-control:focus-visible .game-info-chevron {
  color: #050607;
  -webkit-text-stroke-color: #050607;
}

.game-info-map__video-control:disabled {
  opacity: 0.32;
}

.game-info-map__video-dots {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.game-info-map__video-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: 180ms ease;
}

.game-info-map__video-dot:hover,
.game-info-map__video-dot:focus-visible {
  border-color: var(--page-accent);
  outline: none;
  transform: scale(1.24);
}

.game-info-map__video-dot.is-active {
  width: 30px;
  border-color: var(--page-accent);
  border-radius: 999px;
  background: var(--page-accent);
}

.game-info-map__minimap-dialog {
  width: min(980px, calc(100vw - 48px));
  max-width: none;
  max-height: calc(100vh - 48px);
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: #090b0e;
  color: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.72);
}

.game-info-map__minimap-dialog::backdrop {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(3px);
}

.game-info-map__minimap-dialog-shell {
  position: relative;
  padding: 34px;
}

.game-info-map__minimap-dialog-shell > img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 190px);
  margin-top: 22px;
  object-fit: contain;
  border: 1px solid rgba(241, 187, 29, 0.65);
  background: #020304;
}

.game-info-map__minimap-dialog-eyebrow {
  margin: 0 0 7px;
  color: var(--page-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.game-info-map__minimap-dialog h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.1;
}

.game-info-map__minimap-dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.62);
}

.game-info-map__minimap-dialog-close:hover,
.game-info-map__minimap-dialog-close:focus-visible {
  border-color: var(--page-accent);
  background: var(--page-accent);
  outline: none;
}

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

.equipment-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
}

.equipment-card img {
  width: 100%;
  height: 138px;
  object-fit: contain;
}

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

.utility-card {
  min-height: 220px;
  padding: 32px;
}

.utility-card--accent {
  background: linear-gradient(135deg, #111111 0%, #323948 100%);
  color: #ffffff;
}

.utility-card--accent p {
  color: rgba(255, 255, 255, 0.76);
}

.utility-card img {
  width: 148px;
  height: 120px;
  object-fit: contain;
}

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

.character-card img {
  height: 360px;
}

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

.guide-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: stretch;
}

.guide-card img {
  height: 100%;
}

.game-site-footer {
  padding-block: 60px;
  background: var(--page-footer);
  color: #5d5f68;
}

.game-site-footer__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.game-site-footer__content {
  width: min(100%, 640px);
}

.game-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-bottom: 20px;
}

.game-site-footer__links a {
  position: relative;
  color: #30333d;
  font-size: 14px;
  font-weight: 600;
}

.game-site-footer__links a + a::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 1px;
  height: 11px;
  background: #bcbdc3;
  transform: translateY(-50%);
}

.game-site-footer__text {
  display: grid;
  gap: 3px;
  color: #5d5f68;
  font-size: 12px;
  line-height: 1.45;
}

.game-site-footer__dragonfly {
  display: block;
  width: 96px;
  margin-top: 20px;
}

.game-site-footer__brand {
  display: flex;
  align-items: end;
  gap: 16px;
}

.game-site-footer__social {
  display: flex;
  gap: 6px;
}

.game-site-footer__social-link {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
}

.game-site-footer__social-link img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.game-site-footer__rating {
  width: 98px;
  height: 113px;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .page-hero__copy {
    top: 160px;
    left: 40px;
  }

  .page-hero__description {
    font-size: 18px;
  }

  .game-info-tabs__tab {
    font-size: 18px;
  }

  .game-info-map__card {
    min-height: 330px;
  }

  .game-info-map__title-group h3 {
    font-size: 34px;
  }

  .game-info-map__title-group p {
    font-size: 28px;
  }

  .game-info-map__control {
    width: 64px;
    height: 64px;
  }

  .game-info-map__detail,
  .game-info-map__detail-inner {
    min-height: 640px;
  }

  .game-info-map__detail-inner {
    padding: 54px 44px 44px;
  }

  .game-info-map__detail-layout {
    min-height: 540px;
    grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.18fr);
    gap: 34px;
  }

  .game-info-map__detail-close {
    top: 18px;
    right: 18px;
  }

  .game-info-map__detail-heading p {
    font-size: 16px;
  }

  .game-info-map__minimap-trigger {
    margin-top: 24px;
  }

  .game-info-map__video-control {
    width: 44px;
    height: 62px;
    font-size: 42px;
  }

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

@media (max-width: 899px) {
  .game-info-main {
    padding-bottom: 80px;
  }

  .page-hero {
    padding-block: 24px 24px;
  }

  .page-hero__frame {
    min-height: 470px;
    height: 470px;
    overflow: hidden;
    border-radius: 24px;
  }

  .page-hero__vehicle--truck {
    top: 28px;
    left: 45%;
    width: 216px;
  }

  .page-hero__vehicle--helicopter {
    top: 52px;
    right: -18px;
    width: 320px;
  }

  .page-hero__copy {
    top: auto;
    bottom: 28px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .page-hero__description {
    margin-top: 18px;
    font-size: 16px;
  }

  .game-info-content__inner {
    width: calc(100% - 32px);
    gap: 28px;
  }

  .game-info-tabs__list {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .game-info-tabs__tab {
    height: 56px;
    min-height: 56px;
    font-size: 15px;
  }

  .game-info-tabs__panel {
    padding-top: 22px;
  }

  .game-info-map {
    width: 100%;
  }

  .info-feature-grid,
  .equipment-grid,
  .utility-grid,
  .character-grid,
  .guide-grid,
  .game-info-map__page,
  .guide-card {
    grid-template-columns: 1fr;
  }

  .game-info-map__card {
    min-height: 245px;
  }

  .game-info-map__overlay {
    padding: 22px 20px 20px;
  }

  .game-info-map__title-group {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .game-info-map__title-group h3 {
    font-size: 30px;
  }

  .game-info-map__title-group p {
    font-size: 22px;
  }

  .game-info-map__controls {
    position: static;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    transform: none;
  }

  .game-info-map__control {
    width: 56px;
    height: 56px;
  }

  .game-info-map__status {
    margin-top: 12px;
  }

  .game-info-map__detail,
  .game-info-map__detail-inner {
    min-height: 0;
  }

  .game-info-map__detail-inner {
    display: block;
    padding: 64px 22px 28px;
  }

  .game-info-map__detail-layout {
    display: block;
    min-height: 0;
  }

  .game-info-map__detail-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 32px;
  }

  .game-info-map__detail-heading h3 {
    font-size: 34px;
  }

  .game-info-map__detail-heading p {
    margin-top: 16px;
    font-size: 16px;
  }

  .game-info-map__detail-heading .game-info-map__detail-mode {
    margin-top: 22px;
  }

  .game-info-map__minimap-trigger {
    width: 100%;
    max-width: 520px;
    margin-top: 28px;
  }

  .game-info-map__video-gallery {
    margin-top: 34px;
  }

  .game-info-map__video-control {
    width: 40px;
    height: 54px;
    font-size: 38px;
  }

  .game-info-map__video-control--prev {
    left: 8px;
  }

  .game-info-map__video-control--next {
    right: 8px;
  }

  .game-info-map__video-play {
    width: 62px;
    height: 62px;
    font-size: 25px;
  }

  .game-info-map__video-copy {
    right: 18px;
    bottom: 16px;
    left: 18px;
  }

  .game-info-map__video-eyebrow {
    font-size: 10px;
  }

  .game-info-map__video-title {
    max-width: calc(100% - 80px);
    font-size: 17px;
  }

  .game-info-map__video-dots {
    gap: 9px;
    margin-top: 10px;
  }

  .game-info-map__minimap-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
  }

  .game-info-map__minimap-dialog-shell {
    padding: 58px 14px 14px;
  }

  .game-info-map__minimap-dialog-shell > img {
    max-height: calc(100vh - 150px);
    margin-top: 14px;
  }

  .game-info-map__minimap-dialog-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .info-feature-card__image,
  .character-card img {
    height: 220px;
  }

  .guide-card img {
    height: 190px;
  }

  .game-site-footer__inner,
  .game-site-footer__brand {
    flex-direction: column;
    align-items: start;
  }

  .game-site-footer__social-link {
    width: 56px;
    height: 56px;
  }

  .game-site-footer__social-link img {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 1199px) {
  .game-info-weapon__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .game-info-weapon__detail-content {
    padding: 48px 36px 42px;
  }

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

@media (max-width: 899px) {
  .game-info-weapon {
    width: 100%;
  }

  .game-info-weapon__header {
    display: block;
    margin-bottom: 26px;
  }

  .game-info-weapon__header > p {
    margin-top: 14px;
    font-size: 15px;
    text-align: left;
  }

  .game-info-weapon__filter {
    min-height: 56px;
    font-size: 16px;
  }

  .game-info-weapon__subfilters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 6px;
    scrollbar-width: thin;
  }

  .game-info-weapon__subfilter {
    flex: 0 0 auto;
  }

  .game-info-weapon__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .game-info-weapon__detail {
    padding: 16px;
  }

  .game-info-weapon__detail-card {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 32px);
    border-radius: 24px;
  }

  .game-info-weapon__detail-visual {
    min-height: 330px;
    padding: 68px 28px 30px;
  }

  .game-info-weapon__detail-visual img {
    width: min(100%, 460px);
  }

  .game-info-weapon__detail-content {
    padding: 34px 28px 36px;
  }
}

@media (max-width: 599px) {
  .game-info-weapon__header h3 {
    font-size: 30px;
  }

  .game-info-weapon__filter {
    min-height: 52px;
    padding-inline: 6px;
    font-size: 14px;
  }

  .game-info-weapon__grid {
    grid-template-columns: 1fr;
  }

  .game-info-weapon__card-body {
    padding: 20px;
  }

  .game-info-weapon__detail {
    padding: 8px;
  }

  .game-info-weapon__detail-card {
    max-height: calc(100vh - 16px);
    border-radius: 20px;
  }

  .game-info-weapon__detail-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .game-info-weapon__detail-visual {
    min-height: 260px;
    padding: 22px 18px;
  }

  .game-info-weapon__detail-content {
    padding: 28px 20px 30px;
  }

  .game-info-weapon__detail-content h3 {
    font-size: 34px;
  }

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

/* 같은 카테고리 안에서 이동하는 화살표는 상세 카드 중앙에만 노출합니다. */
.game-info-weapon__detail-nav {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(241, 187, 29, 0.72);
  border-radius: 50%;
  background: rgba(8, 10, 14, 0.88);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.game-info-weapon__detail-nav:hover {
  border-color: #ffc000;
  background: rgba(43, 34, 9, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(255, 192, 0, 0.12);
  outline: none;
}

.game-info-weapon__detail-nav:focus-visible {
  border-color: #ffc000;
  background: rgba(43, 34, 9, 0.96);
  outline: 2px solid rgba(255, 192, 0, 0.72);
  outline-offset: 4px;
}

.game-info-weapon__detail-nav:disabled {
  background: rgba(8, 10, 14, 0.64);
}

/* 맵 상세 모달의 영상 이동 셰브론은 고정된 SVG 뷰박스 안에서 채움만 전환합니다. */
.game-info-map__video-control .game-info-chevron {
  display: block;
  width: 44px;
  height: 44px;
  color: #f1bb1d;
  font-size: 0;
  -webkit-text-stroke: 0;
  transition: none;
}

.game-info-map__video-control .game-info-chevron__outline,
.game-info-map__video-control .game-info-chevron__fill {
  transition: opacity 160ms ease;
}

.game-info-map__video-control .game-info-chevron__outline {
  opacity: 1;
}

.game-info-map__video-control .game-info-chevron__fill {
  opacity: 0;
}

.game-info-map__video-control:hover .game-info-chevron,
.game-info-map__video-control:focus-visible .game-info-chevron {
  color: #f1bb1d;
}

.game-info-map__video-control:hover .game-info-chevron__outline,
.game-info-map__video-control:focus-visible .game-info-chevron__outline {
  opacity: 0;
}

.game-info-map__video-control:hover .game-info-chevron__fill,
.game-info-map__video-control:focus-visible .game-info-chevron__fill {
  opacity: 1;
}

/* 맵 상세 우상단 닫기 아이콘은 독립된 X만 보이도록 테두리와 배경을 제거합니다. */
.game-info-map__detail-close,
.game-info-map__detail-close:hover,
.game-info-map__detail-close:focus-visible {
  border: 0;
  background: transparent;
}

.game-info-map__detail-close:hover .game-info-close-icon::before,
.game-info-map__detail-close:hover .game-info-close-icon::after,
.game-info-map__detail-close:focus-visible .game-info-close-icon::before,
.game-info-map__detail-close:focus-visible .game-info-close-icon::after {
  background: #f1bb1d;
}

.game-info-map__detail-close .game-info-close-icon {
  transition: transform 180ms ease;
}

.game-info-map__detail-close:hover .game-info-close-icon,
.game-info-map__detail-close:focus-visible .game-info-close-icon {
  transform: scale(1.12);
}
