:root {
  --black: #050505;
  --dark-solid: #101010;
  --dark-pattern: #141414;
  --white: #ffffff;
  --point: #BC6D00;
  --copy: rgba(255,255,255,.68);
  --copy-strong: rgba(255,255,255,.92);
  --line: rgba(255,255,255,.18);
  --card: rgba(255,255,255,.055);
  --font-head: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--dark-solid);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }

/* Header: Shift Up-like transparent bar with only a thin divider */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 94px;
  padding-left: clamp(58px, 5.7vw, 82px);
  padding-right: clamp(58px, 5.7vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.98);
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.20);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translateY(0);
  transition: transform .34s ease, color .25s ease, border-color .25s ease;
}
.site-header.header-hidden { transform: translateY(-112%); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 94px;
  flex: 0 0 auto;
}
.brand-dot { display: none !important; }
.brand::before, .brand::after { content: none !important; display: none !important; }
.brand-word {
  font-family: var(--font-head);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .065em;
  color: rgba(255,255,255,.98);
}
.global-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(30px, 3.2vw, 52px);
  font-family: var(--font-head);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .025em;
  color: rgba(255,255,255,.96);
}
.global-nav a {
  position: relative;
  height: 94px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  text-shadow: 0 1px 14px rgba(0,0,0,.34);
}
.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 3px;
  background: var(--point) !important;
  transition: right .25s ease;
}
.global-nav a:hover,
.global-nav a:focus-visible { color: #ffffff; }
.global-nav a:hover::after,
.global-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background: #000 url("assets/hero-poster.svg") center/cover no-repeat;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  background: #000;
}
.hero-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.04) 45%, rgba(0,0,0,.24) 100%);
  pointer-events: none;
}
.hero-game-logo {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: clamp(210px, 22vw, 340px);
  max-width: calc(100vw - 72px);
  height: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.42));
  user-select: none;
  pointer-events: none;
}
.scroll-down {
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  color: rgba(255,255,255,.86);
}
.scroll-down i {
  width: 1px;
  height: 58px;
  background: rgba(255,255,255,.45);
  position: relative;
  overflow: hidden;
}
.scroll-down i::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 1px;
  height: 18px;
  background: #fff;
  animation: scrollLine 1.8s infinite;
}
@keyframes scrollLine {
  0% { transform: translateY(0); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateY(76px); opacity: 0; }
}

.section {
  position: relative;
  min-height: 100svh;
  padding-top: clamp(40px, 4.3vw, 72px);
  padding-bottom: clamp(104px, 12vw, 170px);
  overflow: hidden;
  color: var(--white);
}
.section-inner {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;
}
.two-col {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) 1.08fr;
  gap: clamp(48px, 9vw, 136px);
  align-items: start;
}
.section-kicker {
  margin: 0 0 clamp(26px, 3vw, 48px);
  transform: translateY(-24px);
  font-family: var(--font-head);
  font-size: clamp(30px, 3.35vw, 56px);
  line-height: .92;
  font-weight: 700;
  letter-spacing: .055em;
  color: var(--point);
  text-transform: uppercase;
}
.section h2,
.games-head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(56px, 6.8vw, 112px);
  line-height: .96;
  font-weight: 700;
  letter-spacing: .015em;
  color: var(--copy-strong);
}
.about { background: var(--dark-solid); }
.games {
  background-color: var(--dark-pattern);
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.030) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.030) 75%, rgba(255,255,255,.030)),
    linear-gradient(45deg, rgba(255,255,255,.030) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.030) 75%, rgba(255,255,255,.030));
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px, 8px 8px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact { background: var(--dark-solid); }

.section-copy { padding-top: clamp(40px, 6vw, 94px); }
.about-copy .lead {
  margin: 0 0 32px;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -.025em;
  color: var(--copy-strong);
  word-break: keep-all;
}
.about-copy p:not(.lead),
.games-head p,
.game-info p,
.contact-box p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--copy);
  line-height: 1.86;
  word-break: keep-all;
}
.stat-row {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-row div {
  padding: 32px 24px 30px 0;
  border-right: 1px solid rgba(255,255,255,.12);
}
.stat-row div:nth-child(2) { padding-left: 24px; }
.stat-row div:last-child { border-right: 0; padding-right: 0; padding-left: 24px; }
.stat-row strong {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(42px, 4vw, 68px);
  line-height: .96;
  color: #fff;
}
.stat-row span {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.54);
  font-size: 13px;
  letter-spacing: .05em;
}

.games-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 54px;
}
.games-head p {
  max-width: 470px;
  margin-bottom: 8px;
}
.game-card {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  border: 1px solid var(--line);
  background: var(--card);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.game-visual {
  position: relative;
  min-height: 560px;
  background:
    radial-gradient(circle at 34% 26%, rgba(188,109,0,.18), transparent 25%),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,.055), transparent 26%),
    linear-gradient(135deg, #1b1b1b 0%, #131313 48%, #0c0c0c 100%);
}
.game-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.040) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.040) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.52) 76%, transparent 100%);
}
.game-card-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: min(56%, 390px);
  height: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.38));
}
.game-mark {
  position: absolute;
  left: 7%;
  bottom: 11%;
  font-family: var(--font-head);
  font-size: clamp(120px, 16vw, 260px);
  line-height: .85;
  font-weight: 700;
  letter-spacing: .025em;
  color: rgba(255,255,255,.045);
}
.game-info {
  padding: clamp(42px, 5vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.label {
  margin: 0 0 28px;
  font-family: var(--font-head);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .28em;
  color: var(--point);
}
.game-info h3 {
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: clamp(35px, 4vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.04em;
  color: #fff;
}
.more-btn {
  width: fit-content;
  margin-top: 46px;
  padding: 16px 22px;
  border: 1px solid rgba(255,255,255,.38);
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: .13em;
  font-size: 13px;
  color: #fff;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.more-btn:hover {
  background: #fff;
  color: #050505;
  border-color: #fff;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(48px, 8vw, 128px);
  align-items: center;
}
.contact-box {
  border-left: 1px solid rgba(255,255,255,.18);
  padding-left: clamp(34px, 5vw, 72px);
}
.contact-box p {
  margin: 0 0 30px;
  font-size: 20px;
}
.mail {
  display: inline-block;
  font-family: var(--font-head);
  font-size: clamp(33px, 4vw, 60px);
  line-height: 1;
  letter-spacing: .01em;
  border-bottom: 4px solid var(--point);
  color: #fff;
}
.footer {
  height: 88px;
  padding: 0 clamp(26px, 5.7vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--dark-solid);
  color: rgba(255,255,255,.46);
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.footer a {
  font-family: var(--font-head);
  letter-spacing: .16em;
  color: #fff;
}

@media (max-width: 980px) {
  .site-header {
    height: 72px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .brand { min-height: 72px; }
  .brand-word { font-size: 22px; }
  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border: 0;
    color: currentColor;
    background: transparent;
    position: relative;
    z-index: 60;
  }
  .menu-toggle span {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: currentColor;
    transition: transform .25s ease, top .25s ease;
  }
  .menu-toggle span:first-child { top: 17px; }
  .menu-toggle span:last-child { top: 28px; }
  body.menu-open .menu-toggle span:first-child { top: 23px; transform: rotate(45deg); }
  body.menu-open .menu-toggle span:last-child { top: 23px; transform: rotate(-45deg); }
  .global-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 80px 38px;
    background: rgba(5,5,5,.96);
    color: #fff;
    transform: translateX(100%);
    transition: transform .35s ease;
    font-size: 34px;
    letter-spacing: .03em;
  }
  body.menu-open .global-nav { transform: translateX(0); }
  .global-nav a { padding: 0; }
  .global-nav a::after { bottom: -8px; }

  .hero { min-height: 660px; }
  .hero-game-logo { width: min(62vw, 300px); }
  .scroll-down { left: 28px; right: auto; bottom: 32px; }
  .section { padding-top: 44px; padding-bottom: 104px; }
  .section-inner { width: min(100% - 48px, 1440px); }
  .section-kicker {
    font-size: clamp(25px, 7vw, 40px);
    margin-bottom: 28px;
    transform: translateY(-20px);
  }
  .section h2, .games-head h2 { font-size: clamp(48px, 13vw, 76px); }
  .two-col,
  .contact-inner,
  .game-card { grid-template-columns: 1fr; }
  .section-copy { padding-top: 18px; }
  .games-head { align-items: flex-start; flex-direction: column; }
  .game-visual { min-height: 360px; }
  .game-card { min-height: auto; }
  .game-card-logo { width: min(72%, 330px); }
  .stat-row { grid-template-columns: 1fr; }
  .stat-row div,
  .stat-row div:nth-child(2),
  .stat-row div:last-child {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .stat-row div:last-child { border-bottom: 0; }
  .contact-box { border-left: 0; padding-left: 0; }
  .footer { height: 78px; }
}

/* v15 ABOUT: centered company logo + statement */
.about-statement {
  min-height: 100svh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #060606;
  isolation: isolate;
}
.about-statement::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.035) 0%, rgba(255,255,255,0) 28%, rgba(0,0,0,.18) 100%);
}
.about-statement::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .18;
  mask-image: radial-gradient(circle at 50% 45%, #000 0%, rgba(0,0,0,.78) 42%, transparent 84%);
}
.about-center {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 84px;
  padding-bottom: 84px;
}
.about-company-logo {
  width: clamp(310px, 29vw, 540px);
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.42));
  margin-bottom: clamp(36px, 4.4vw, 66px);
}
.about-message {
  width: min(920px, 92vw);
  color: rgba(255,255,255,.82);
  text-shadow: 0 2px 18px rgba(0,0,0,.46);
}
.about-message p {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(17px, 1.22vw, 22px);
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: -.018em;
  word-break: keep-all;
}
.about-message p + p { margin-top: 8px; }

@media (max-width: 980px) {
  .about-center {
    padding-top: 86px;
    padding-bottom: 76px;
  }
  .about-company-logo {
    width: min(64vw, 360px);
    margin-bottom: 34px;
  }
  .about-message { width: min(100%, 560px); }
  .about-message p {
    font-size: 16px;
    line-height: 1.78;
  }
}

/* v16 ABOUT adjustments: restore ABOUT label and reduce logo/text scale */
.about-top-title {
  position: absolute;
  z-index: 3;
  left: clamp(48px, 5.7vw, 82px);
  top: clamp(108px, 11vh, 142px);
  margin: 0;
  transform: none;
  font-size: clamp(24px, 2.45vw, 40px);
  line-height: .92;
  color: var(--point);
}
.about-center {
  padding-top: 72px;
  padding-bottom: 72px;
}
.about-company-logo {
  width: clamp(170px, 16vw, 290px);
  margin-bottom: clamp(22px, 2.7vw, 38px);
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.38));
}
.about-message {
  width: min(690px, 86vw);
  color: rgba(255,255,255,.80);
}
.about-message p {
  font-size: clamp(13px, .92vw, 16px);
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: -.012em;
}
.about-message p + p { margin-top: 5px; }

@media (max-width: 980px) {
  .about-top-title {
    left: 24px;
    top: 94px;
    font-size: clamp(24px, 7vw, 34px);
  }
  .about-company-logo {
    width: min(48vw, 230px);
    margin-bottom: 24px;
  }
  .about-message { width: min(88vw, 460px); }
  .about-message p {
    font-size: 13px;
    line-height: 1.68;
  }
}


/* v17 section title/text adjustments */
.section-kicker {
  font-size: clamp(24px, 2.45vw, 40px);
  line-height: .92;
  letter-spacing: .055em;
}
.about-top-title {
  left: max(48px, calc((100vw - 1440px) / 2 + 48px));
  top: clamp(40px, 4.3vw, 72px);
  font-size: clamp(24px, 2.45vw, 40px);
}
.about-message {
  width: min(980px, 90vw);
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0,0,0,.56);
}
.about-message p {
  color: #ffffff;
  font-size: clamp(13px, .92vw, 16px);
  line-height: 1.78;
  font-weight: 500;
  letter-spacing: -.012em;
}
.about-message p + p { margin-top: 0; }

@media (max-width: 980px) {
  .section-kicker {
    font-size: clamp(24px, 7vw, 34px);
  }
  .about-top-title {
    left: 24px;
    top: 44px;
    font-size: clamp(24px, 7vw, 34px);
  }
  .about-message { width: min(90vw, 560px); }
  .about-message p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* v18 header/scroll color refinements */
.site-header,
.brand-word,
.global-nav {
  color: #ffffff;
}
.brand-word,
.global-nav a {
  color: #ffffff;
  text-shadow: 0 1px 16px rgba(0,0,0,.46);
}
.global-nav a:hover,
.global-nav a:focus-visible {
  color: #ffffff;
}
.scroll-down {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .20em;
  color: #ffffff;
  text-shadow: 0 1px 14px rgba(0,0,0,.52);
}
.scroll-down i {
  height: 52px;
  background: rgba(255,255,255,.72);
}
.scroll-down i::after {
  background: #ffffff;
}
@media (max-width: 980px) {
  .scroll-down {
    font-size: 8px;
    letter-spacing: .18em;
  }
  .scroll-down i { height: 46px; }
}

/* v19 GAMES section: video card + simplified project copy */
.games .section-inner > .section-kicker {
  margin-bottom: clamp(52px, 5.2vw, 86px);
}
.games-head {
  display: none !important;
}
.game-card.featured {
  margin-top: 0;
}
.game-video-wrap {
  position: relative;
  background: #050505;
  overflow: hidden;
}
.game-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.04), rgba(0,0,0,.32) 68%, rgba(0,0,0,.58) 100%);
  pointer-events: none;
}
.game-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
  pointer-events: none;
}
.game-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  transform: scale(1.01);
}
.game-play-button {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: clamp(68px, 5.9vw, 96px);
  height: clamp(68px, 5.9vw, 96px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(0,0,0,.30);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease;
}
.game-play-button span {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  margin-left: 5px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.36));
}
.game-play-button:hover,
.game-play-button:focus-visible {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(188,109,0,.82);
  border-color: rgba(255,255,255,.94);
  outline: none;
}
.game-video-wrap.video-playing .game-play-button {
  opacity: 0;
  pointer-events: none;
}
.game-info {
  padding: clamp(42px, 4.3vw, 72px);
}
.game-info h3 {
  white-space: nowrap;
  font-size: clamp(31px, 2.55vw, 44px);
  line-height: 1.1;
  letter-spacing: -.055em;
  margin-bottom: 26px;
}
.game-info p {
  max-width: 460px;
  color: rgba(255,255,255,.72);
  font-size: clamp(15px, .98vw, 18px);
  line-height: 1.92;
  font-weight: 500;
}

@media (max-width: 980px) {
  .games .section-inner > .section-kicker {
    margin-bottom: 34px;
  }
  .game-preview-video {
    position: absolute;
  }
  .game-info h3 {
    white-space: normal;
    font-size: clamp(34px, 9vw, 48px);
  }
  .game-info p {
    max-width: none;
  }
}

/* v20 GAMES: Shift Up-like game introduction block */
.game-intro-section {
  min-height: 100svh;
  padding-top: clamp(40px, 4.3vw, 72px);
  padding-bottom: clamp(104px, 10vw, 150px);
}
.game-intro-inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - clamp(40px, 4.3vw, 72px) - clamp(104px, 10vw, 150px));
}
.game-intro-section .section-kicker {
  margin-bottom: clamp(46px, 5vw, 76px);
}
.game-intro-card {
  width: 100%;
  min-height: clamp(460px, 42vw, 650px);
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(380px, .68fr);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  box-shadow: 0 32px 90px rgba(0,0,0,.34);
  overflow: hidden;
}
.game-intro-card .game-video-wrap {
  position: relative;
  min-height: clamp(460px, 42vw, 650px);
  background: #050505;
  overflow: hidden;
}
.game-intro-card .game-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.02), rgba(0,0,0,.10) 42%, rgba(0,0,0,.45) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.34));
  pointer-events: none;
}
.game-intro-card .game-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-right: 1px solid rgba(255,255,255,.10);
}
.game-intro-card .game-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  transform: scale(1.01);
}
.game-intro-card .game-play-button {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: clamp(72px, 5.5vw, 104px);
  height: clamp(72px, 5.5vw, 104px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 50%;
  background: rgba(0,0,0,.22);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 52px rgba(0,0,0,.48);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease;
}
.game-intro-card .game-play-button span {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 21px solid #fff;
  margin-left: 5px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.36));
}
.game-intro-card .game-play-button:hover,
.game-intro-card .game-play-button:focus-visible {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(188,109,0,.86);
  border-color: #fff;
  outline: none;
}
.game-video-wrap.video-playing .game-play-button {
  opacity: 0;
  pointer-events: none;
}
.game-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 5vw, 88px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005)),
    rgba(12,12,12,.68);
}
.game-intro-copy h3 {
  margin: 0 0 clamp(28px, 2.5vw, 42px);
  font-family: var(--font-body);
  font-size: clamp(34px, 3.15vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.055em;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 2px 18px rgba(0,0,0,.42);
}
.game-intro-copy p {
  max-width: 520px;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.04vw, 19px);
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: -.018em;
  color: rgba(255,255,255,.74);
  word-break: keep-all;
}

@media (max-width: 980px) {
  .game-intro-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .game-intro-card .game-video-wrap {
    min-height: min(64vw, 420px);
  }
  .game-intro-copy {
    padding: 36px 28px 44px;
  }
  .game-intro-copy h3 {
    white-space: normal;
    font-size: clamp(34px, 9vw, 48px);
  }
  .game-intro-copy p {
    max-width: none;
    font-size: 15px;
    line-height: 1.78;
  }
}

/* v21 GAMES: full-screen background image + centered title/play/description + popup video */
.game-hero-section {
  min-height: 100svh;
  padding: 0 !important;
  background: #050505 !important;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  isolation: isolate;
}
.game-hero-section::before,
.game-hero-section::after {
  display: none !important;
}
.game-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/game-section-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  filter: saturate(.95) contrast(1.03);
}
.game-hero-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(0,0,0,.10) 0%, rgba(0,0,0,.36) 44%, rgba(0,0,0,.72) 100%),
    linear-gradient(180deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.28) 34%, rgba(0,0,0,.50) 100%),
    linear-gradient(90deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.12) 50%, rgba(0,0,0,.48) 100%);
}
.game-hero-kicker {
  position: absolute;
  z-index: 3;
  left: max(48px, calc((100vw - 1440px) / 2 + 48px));
  top: clamp(40px, 4.3vw, 72px);
  margin: 0 !important;
  transform: none !important;
  font-size: clamp(24px, 2.45vw, 40px) !important;
  line-height: .92;
}
.game-hero-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  width: min(920px, calc(100% - 56px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 128px 0 110px;
}
.game-hero-content h2 {
  margin: 0 0 clamp(24px, 2.4vw, 38px);
  font-family: var(--font-body);
  font-size: clamp(42px, 5vw, 86px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.07em;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 4px 34px rgba(0,0,0,.70), 0 1px 0 rgba(0,0,0,.34);
}
.game-modal-open {
  position: relative;
  width: clamp(72px, 5.9vw, 102px);
  height: clamp(72px, 5.9vw, 102px);
  margin: 0 0 clamp(28px, 2.8vw, 44px);
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 20px 54px rgba(0,0,0,.48), inset 0 0 24px rgba(255,255,255,.045);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.game-modal-open span {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #fff;
  margin-left: 6px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.42));
}
.game-modal-open:hover,
.game-modal-open:focus-visible {
  transform: scale(1.06);
  background: rgba(188,109,0,.74);
  border-color: #fff;
  box-shadow: 0 22px 64px rgba(0,0,0,.58), 0 0 0 6px rgba(188,109,0,.18);
  outline: none;
}
.game-hero-content p {
  width: min(820px, 92vw);
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: -.025em;
  color: rgba(255,255,255,.96);
  word-break: keep-all;
  text-shadow: 0 3px 24px rgba(0,0,0,.72), 0 1px 0 rgba(0,0,0,.34);
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 58px);
}
.video-modal.is-open {
  display: flex;
}
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.84);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.video-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 94vw);
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 110px rgba(0,0,0,.68);
}
.modal-game-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.video-modal-close {
  position: absolute;
  right: -1px;
  top: -48px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  opacity: .88;
}
.video-modal-close:hover,
.video-modal-close:focus-visible {
  opacity: 1;
  outline: none;
}
body.modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .game-hero-kicker {
    left: 24px;
    top: 44px;
    font-size: clamp(24px, 7vw, 34px) !important;
  }
  .game-hero-content {
    width: min(92vw, 680px);
    padding-top: 116px;
    padding-bottom: 86px;
  }
  .game-hero-content h2 {
    white-space: normal;
    font-size: clamp(38px, 10vw, 62px);
  }
  .game-hero-content p {
    font-size: 15px;
    line-height: 1.74;
  }
  .video-modal {
    padding: 18px;
  }
  .video-modal-close {
    top: -42px;
    right: 0;
  }
}

/* v22 GAMES: Stellar Blade-like full visual, centered title/play, lower screenshot rail */
.game-showcase-section {
  position: relative;
  min-height: 100svh;
  padding: 0 !important;
  background: #000 !important;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.game-showcase-section::before,
.game-showcase-section::after {
  display: none !important;
}
.game-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.035);
  filter: saturate(.95) contrast(1.05);
  transition: background-image .35s ease, transform .8s ease, opacity .35s ease;
}
.game-showcase-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 32%, rgba(0,0,0,.04) 0%, rgba(0,0,0,.32) 38%, rgba(0,0,0,.78) 100%),
    linear-gradient(180deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.24) 35%, rgba(0,0,0,.72) 78%, rgba(0,0,0,.88) 100%),
    linear-gradient(90deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.12) 48%, rgba(0,0,0,.52) 100%);
}
.game-showcase-content {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  width: min(940px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(116px, 12vh, 154px) 0 clamp(210px, 23vh, 270px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.game-showcase-logo {
  width: clamp(250px, 28vw, 520px);
  height: auto;
  display: block;
  margin-bottom: clamp(28px, 3.3vw, 48px);
  filter: drop-shadow(0 16px 42px rgba(0,0,0,.66));
  user-select: none;
  pointer-events: none;
}
.game-showcase-play.game-modal-open {
  width: clamp(84px, 6.8vw, 126px);
  height: clamp(84px, 6.8vw, 126px);
  margin: 0 0 clamp(28px, 3vw, 46px);
  border: 2px solid rgba(255,255,255,.84);
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  box-shadow:
    0 22px 74px rgba(0,0,0,.62),
    inset 0 0 34px rgba(255,255,255,.06),
    0 0 0 1px rgba(255,255,255,.10);
}
.game-showcase-play.game-modal-open::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 1px dotted rgba(255,255,255,.48);
  opacity: .86;
  pointer-events: none;
}
.game-showcase-play.game-modal-open span {
  border-top-width: clamp(16px, 1.25vw, 22px);
  border-bottom-width: clamp(16px, 1.25vw, 22px);
  border-left-width: clamp(25px, 2vw, 35px);
  margin-left: 8px;
}
.game-showcase-play.game-modal-open:hover,
.game-showcase-play.game-modal-open:focus-visible {
  background: rgba(188,109,0,.72);
  box-shadow:
    0 24px 80px rgba(0,0,0,.70),
    0 0 0 8px rgba(188,109,0,.18),
    inset 0 0 34px rgba(255,255,255,.08);
}
.game-showcase-desc {
  width: min(900px, 92vw);
  margin: 0;
  color: rgba(255,255,255,.96);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.12vw, 21px);
  line-height: 1.78;
  font-weight: 600;
  letter-spacing: -.02em;
  word-break: keep-all;
  text-shadow: 0 3px 24px rgba(0,0,0,.76), 0 1px 0 rgba(0,0,0,.4);
}
.game-screenshot-nav {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(42px, 5.6vh, 70px);
  transform: translateX(-50%);
  width: min(760px, calc(100% - 56px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 18px);
  padding-bottom: 36px;
}
.screenshot-thumb {
  width: clamp(86px, 7.4vw, 128px);
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.42);
  cursor: pointer;
  overflow: hidden;
  opacity: .58;
  transform: translateY(0);
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.screenshot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(1.03);
}
.screenshot-thumb:hover,
.screenshot-thumb:focus-visible,
.screenshot-thumb.is-active {
  opacity: 1;
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 12px 30px rgba(0,0,0,.42), 0 0 0 1px rgba(188,109,0,.62);
  outline: none;
}
.screenshot-thumb.is-active {
  border-color: var(--point);
}
.showcase-more {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .24em;
  color: rgba(255,255,255,.82);
  text-shadow: 0 2px 16px rgba(0,0,0,.56);
}
.showcase-more i {
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(255,255,255,.42);
  border-bottom: 2px solid rgba(255,255,255,.42);
  transform: rotate(45deg);
}
.showcase-more:hover { color: #fff; }
.showcase-more:hover i { border-color: var(--point); }
.showcase-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(0,0,0,.16);
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: .58;
  transition: opacity .2s ease, border-color .2s ease, background .2s ease;
}
.showcase-arrow:hover,
.showcase-arrow:focus-visible {
  opacity: 1;
  border-color: rgba(255,255,255,.42);
  background: rgba(0,0,0,.28);
  outline: none;
}
.showcase-arrow-prev { left: clamp(24px, 3.4vw, 58px); }
.showcase-arrow-next { right: clamp(24px, 3.4vw, 58px); }
.showcase-arrow span {
  width: 13px;
  height: 13px;
  border-top: 2px solid rgba(255,255,255,.74);
  border-right: 2px solid rgba(255,255,255,.74);
}
.showcase-arrow-prev span { transform: rotate(-135deg); margin-left: 4px; }
.showcase-arrow-next span { transform: rotate(45deg); margin-right: 4px; }

@media (max-width: 980px) {
  .game-showcase-content {
    width: min(92vw, 720px);
    padding-top: 104px;
    padding-bottom: 196px;
  }
  .game-showcase-logo {
    width: min(72vw, 360px);
    margin-bottom: 26px;
  }
  .game-showcase-play.game-modal-open {
    width: 82px;
    height: 82px;
    margin-bottom: 26px;
  }
  .game-showcase-play.game-modal-open span {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 23px;
  }
  .game-showcase-desc {
    font-size: 15px;
    line-height: 1.68;
  }
  .game-screenshot-nav {
    width: calc(100% - 32px);
    bottom: 34px;
    gap: 8px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 4px 34px;
    scrollbar-width: none;
  }
  .game-screenshot-nav::-webkit-scrollbar { display: none; }
  .screenshot-thumb {
    flex: 0 0 94px;
    width: 94px;
  }
  .showcase-more {
    bottom: 0;
    font-size: 13px;
  }
  .showcase-arrow {
    display: none;
  }
}

/* v23: Stellar Blade-inspired full-screen GAMES showcase with screenshot popup */
.game-showcase-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  color: #fff;
}

.game-showcase-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/game-showcase-bg.jpg");
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
  filter: brightness(1.16) saturate(1.02) contrast(1.08);
  z-index: 0;
}

.game-showcase-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center 38%, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.12) 34%, rgba(0,0,0,0.42) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.08) 43%, rgba(0,0,0,0.46) 100%);
}

.game-showcase-kicker {
  position: absolute;
  top: clamp(40px, 4.3vw, 72px);
  left: max(48px, calc((100vw - 1440px) / 2 + 48px));
  z-index: 3;
}

.game-showcase-content {
  position: relative;
  z-index: 3;
  width: min(1040px, 92vw);
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 96px;
}

.showcase-game-logo {
  display: block;
  width: min(440px, 38vw);
  max-height: 245px;
  object-fit: contain;
  margin-bottom: clamp(28px, 4.1vh, 46px);
  filter: drop-shadow(0 16px 42px rgba(0,0,0,0.75));
}

.showcase-play-button {
  width: clamp(74px, 6.2vw, 106px);
  height: clamp(74px, 6.2vw, 106px);
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.72);
  background: rgba(0,0,0,0.30);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.15) inset,
    0 12px 40px rgba(0,0,0,0.42),
    0 0 28px rgba(255,255,255,0.10);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
  margin-bottom: clamp(34px, 5vh, 56px);
}

.showcase-play-button span {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid rgba(255,255,255,0.94);
  margin-left: 7px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

.showcase-play-button:hover,
.showcase-play-button:focus-visible {
  transform: scale(1.055);
  border-color: rgba(255,255,255,0.96);
  background: rgba(255,255,255,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.22) inset,
    0 18px 48px rgba(0,0,0,0.52),
    0 0 38px rgba(255,255,255,0.20);
  outline: none;
}

.showcase-description {
  margin: 0;
  max-width: 980px;
  color: rgba(255,255,255,0.96);
  font-family: var(--font-body);
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 18px rgba(0,0,0,0.75);
}

.screenshot-rail {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5.7vh, 64px);
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 18px);
  width: min(1180px, 92vw);
}

.screenshot-thumb {
  position: relative;
  width: clamp(108px, 8.6vw, 162px);
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(0,0,0,0.45);
  overflow: hidden;
  cursor: pointer;
  opacity: .72;
  box-shadow: 0 10px 26px rgba(0,0,0,0.38);
  transition: transform .2s ease, opacity .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.screenshot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
}

.screenshot-thumb:hover,
.screenshot-thumb:focus-visible {
  opacity: 1;
  transform: translateY(-4px);
  border-color: rgba(188,109,0,0.95);
  box-shadow: 0 16px 42px rgba(0,0,0,0.58), 0 0 0 1px rgba(188,109,0,0.35) inset;
  outline: none;
}

/* remove old v22 navigation arrows / more if cached in markup */
.showcase-arrow,
.screenshot-more,
.more,
.game-showcase-more {
  display: none !important;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 70px);
}

.image-modal.is-open {
  display: flex;
}

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

.image-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 92vw);
  max-height: 82vh;
  border: 1px solid rgba(255,255,255,0.18);
  background: #050505;
  box-shadow: 0 24px 90px rgba(0,0,0,0.72);
}

.image-modal-img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  background: #000;
}

.image-modal-close {
  position: absolute;
  top: -48px;
  right: -6px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  background: rgba(0,0,0,0.46);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 820px) {
  .game-showcase-kicker { top: 44px; left: 24px; }
  .game-showcase-content { padding-bottom: 120px; min-height: 60vh; }
  .showcase-game-logo { width: min(320px, 64vw); }
  .screenshot-rail { width: 92vw; overflow-x: auto; justify-content: flex-start; padding: 0 4px 6px; }
  .screenshot-thumb { flex: 0 0 132px; }
  .showcase-description { max-width: 88vw; font-size: 14px; }
}


/* v25 refinements: smaller section labels, safer header spacing, scroll gauge, top button */
.section-kicker,
.about-top-title,
.game-showcase-kicker {
  font-size: clamp(21px, 2.05vw, 34px) !important;
  letter-spacing: .06em;
}

.about-top-title,
.game-showcase-kicker {
  top: clamp(118px, 9.2vh, 138px) !important;
}

.contact .section-title-area .section-kicker {
  font-size: clamp(21px, 2.05vw, 34px) !important;
  transform: none !important;
  margin-bottom: clamp(28px, 3.2vw, 48px);
}

.scroll-down {
  gap: 12px;
  animation: scrollDownFloat 1.65s ease-in-out infinite;
}

.scroll-down i {
  height: 34px !important;
  background: rgba(255,255,255,.66);
}

.scroll-down i::after {
  top: -12px;
  height: 12px;
  animation: scrollLineShort 1.45s infinite;
}

@keyframes scrollDownFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@keyframes scrollLineShort {
  0% { transform: translateY(0); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateY(48px); opacity: 0; }
}

.to-top-button {
  position: fixed;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  z-index: 80;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px 18px 3px 3px;
  background: rgba(188,109,0,.94);
  color: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.34);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease, background .2s ease, border-color .2s ease;
}

.to-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  outline: none;
}

.to-top-button span {
  position: relative;
  width: 18px;
  height: 24px;
  display: block;
}

.to-top-button span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: 11px;
  height: 11px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.to-top-button span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 3px;
  height: 15px;
  background: currentColor;
  transform: translateX(-50%);
}

.to-top-button:hover span,
.to-top-button:focus-visible span {
  color: var(--point);
}

@media (max-width: 980px) {
  .section-kicker,
  .about-top-title,
  .game-showcase-kicker {
    font-size: clamp(20px, 6vw, 30px) !important;
  }

  .about-top-title,
  .game-showcase-kicker {
    top: 92px !important;
    left: 24px !important;
  }

  .to-top-button {
    width: 50px;
    height: 50px;
    right: 18px;
    bottom: 18px;
    border-radius: 16px 16px 3px 3px;
  }
}


/* v26: ABOUT / GAME title position refinements */
.about-top-title,
.game-showcase-kicker {
  top: clamp(132px, 10.4vh, 154px) !important;
}

@media (max-width: 980px) {
  .about-top-title,
  .game-showcase-kicker {
    top: 104px !important;
  }
}


/* v27: Shift Up-like scroll down, white top button, screenshot popup navigation */
.scroll-down {
  right: auto !important;
  left: 50% !important;
  bottom: 34px !important;
  transform: translateX(-50%);
  gap: 10px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 8px !important;
  letter-spacing: .26em !important;
  line-height: 1;
  animation: scrollDownFloatShift 1.7s ease-in-out infinite !important;
}

.scroll-down i {
  width: 1px !important;
  height: 24px !important;
  background: rgba(255,255,255,.40) !important;
  display: block;
}

.scroll-down i::after {
  top: -10px !important;
  height: 10px !important;
  background: #fff !important;
  animation: scrollLineShift 1.55s infinite !important;
}

@keyframes scrollDownFloatShift {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 7px); }
}

@keyframes scrollLineShift {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateY(36px); opacity: 0; }
}

.to-top-button {
  background: rgba(255,255,255,.96) !important;
  color: #111 !important;
  border-color: rgba(255,255,255,.86) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.30), 0 0 0 1px rgba(0,0,0,.06) inset !important;
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background: var(--point) !important;
  color: #fff !important;
  border-color: var(--point) !important;
}

.to-top-button:hover span,
.to-top-button:focus-visible span {
  color: #fff !important;
}

.image-modal-panel {
  overflow: visible;
}

.image-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: clamp(42px, 3.6vw, 58px);
  height: clamp(42px, 3.6vw, 58px);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(0,0,0,.38);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  opacity: .76;
  transition: opacity .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.image-modal-nav:hover,
.image-modal-nav:focus-visible {
  opacity: 1;
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.96);
  outline: none;
}

.image-modal-nav span {
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  display: block;
}

.image-modal-prev {
  left: clamp(-74px, -5vw, -58px);
}

.image-modal-prev span {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.image-modal-next {
  right: clamp(-74px, -5vw, -58px);
}

.image-modal-next span {
  transform: rotate(45deg);
  margin-right: 5px;
}

.image-modal-nav:hover span,
.image-modal-nav:focus-visible span {
  color: #111;
}

@media (max-width: 820px) {
  .scroll-down {
    bottom: 26px !important;
    font-size: 7px !important;
  }

  .scroll-down i {
    height: 20px !important;
  }

  .image-modal-panel {
    width: min(100%, 92vw);
  }

  .image-modal-prev {
    left: 10px;
  }

  .image-modal-next {
    right: 10px;
  }

  .image-modal-nav {
    background: rgba(0,0,0,.52);
  }
}


/* v28: SCROLL DOWN fixed position with side gauge only */
.scroll-down {
  right: auto !important;
  left: 50% !important;
  bottom: 34px !important;
  transform: translateX(-50%) !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  animation: none !important;
}

.scroll-down span {
  display: inline-block;
  white-space: nowrap;
}

.scroll-down i {
  display: block !important;
  width: 1px !important;
  height: 28px !important;
  background: rgba(255,255,255,.55) !important;
  position: relative !important;
  overflow: hidden !important;
}

.scroll-down i::after {
  content: "" !important;
  position: absolute !important;
  top: -10px !important;
  left: 0 !important;
  width: 1px !important;
  height: 10px !important;
  background: #ffffff !important;
  animation: scrollLineSideGauge 1.5s infinite !important;
}

@keyframes scrollLineSideGauge {
  0% { transform: translateY(0); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateY(42px); opacity: 0; }
}

/* v28: force TOP button to be visible behavior-ready */
.to-top-button {
  display: grid !important;
  pointer-events: auto;
}

.to-top-button.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

@media (max-width: 820px) {
  .scroll-down {
    bottom: 26px !important;
    gap: 10px !important;
  }

  .scroll-down i {
    height: 24px !important;
  }
}


/* v29 CONTACT page: Shift Up-inspired map/address/contact/download layout */
.contact-page {
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  background:
    linear-gradient(180deg, #101010 0%, #0b0b0b 100%);
  border-top: 1px solid rgba(255,255,255,.08);
}

.contact-page-inner {
  padding-top: clamp(132px, 10.4vh, 154px);
  padding-bottom: clamp(70px, 8vw, 120px);
}

.contact-page-title {
  margin: 0 0 clamp(34px, 4vw, 62px) !important;
  transform: none !important;
  font-size: clamp(21px, 2.05vw, 34px) !important;
}

.contact-map-wrap {
  width: 100%;
  height: clamp(360px, 46vh, 560px);
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.015)),
    #171717;
  overflow: hidden;
  box-shadow: 0 28px 86px rgba(0,0,0,.38);
}

.contact-map {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(1) invert(.92) contrast(.88) brightness(.72);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(42px, 7vw, 120px);
  padding-top: clamp(44px, 5.4vw, 84px);
}

.contact-info-block {
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: clamp(26px, 2.5vw, 38px);
}

.contact-info-block h3 {
  margin: 0 0 24px;
  font-family: var(--font-head);
  font-size: clamp(26px, 2.9vw, 48px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .07em;
  color: #fff;
}

.contact-info-block p {
  margin: 0;
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.03vw, 19px);
  line-height: 1.8;
  font-weight: 500;
  word-break: keep-all;
}

.contact-action-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.contact-action-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: rgba(255,255,255,.78);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.03vw, 19px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -.01em;
  transition: color .2s ease, transform .2s ease;
}

.contact-action-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 14px;
  background: var(--point);
  transform: rotate(45deg);
  opacity: .92;
}

.contact-action-list a::after {
  content: "";
  position: absolute;
  left: 21px;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--point);
  transition: right .22s ease;
}

.contact-action-list a:hover,
.contact-action-list a:focus-visible {
  color: #fff;
  transform: translateX(4px);
  outline: none;
}

.contact-action-list a:hover::after,
.contact-action-list a:focus-visible::after {
  right: 0;
}

/* v29 footer */
.site-footer {
  height: auto !important;
  display: block !important;
  padding: 0 !important;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.56);
}

.footer-inner {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(40px, 4.4vw, 70px) 0 clamp(32px, 3.2vw, 48px);
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  margin-bottom: clamp(30px, 3vw, 46px);
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  color: rgba(255,255,255,.86);
}

.footer-nav a {
  transition: color .2s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #fff;
  outline: none;
}

.footer-company {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.58);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,.46);
}

.footer-top-link {
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  cursor: pointer;
}

.footer-top-link:hover,
.footer-top-link:focus-visible {
  color: var(--point);
  outline: none;
}

@media (max-width: 980px) {
  .contact-page-inner {
    padding-top: 104px;
    padding-bottom: 72px;
  }

  .contact-map-wrap {
    height: 340px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-inner {
    width: min(100% - 48px, 1440px);
  }

  .footer-nav {
    gap: 24px;
    flex-wrap: wrap;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* v30 CONTACT: left Naver map + right address/contact, compact footer */
.contact-page-inner {
  padding-top: clamp(132px, 10.4vh, 154px) !important;
  padding-bottom: clamp(58px, 6.5vw, 88px) !important;
}

.contact-page-title {
  margin-bottom: clamp(34px, 4vw, 58px) !important;
}

.contact-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
  gap: clamp(44px, 5.8vw, 92px);
  align-items: stretch;
}

.contact-map-left {
  position: relative;
  height: clamp(470px, 58vh, 660px) !important;
  min-height: 460px;
}

.contact-map {
  filter: grayscale(1) contrast(.96) brightness(.82) !important;
}

.naver-map-link {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(5,5,5,.68);
  color: #fff;
  font-family: var(--font-head);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .12em;
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.naver-map-link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.naver-map-link:hover,
.naver-map-link:focus-visible {
  background: #fff;
  color: #050505;
  border-color: #fff;
  outline: none;
}

.contact-side-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(46px, 5.2vw, 76px);
}

.contact-side-info .contact-info-block {
  padding-top: 24px !important;
}

.contact-info-block h3 {
  font-size: clamp(25px, 2.35vw, 38px) !important;
  margin-bottom: 22px !important;
}

.contact-info-block p,
.contact-action-list a {
  font-size: clamp(15px, .95vw, 17px) !important;
  line-height: 1.75;
}

.contact-action-list {
  gap: 12px !important;
}

.contact-action-list a {
  min-height: 30px !important;
}

.contact-action-list a::before {
  width: 6px !important;
  height: 6px !important;
  margin-right: 12px !important;
}

/* v30 footer compact + ABOUT underline */
.footer-inner {
  padding: 34px 0 28px !important;
}

.footer-nav {
  gap: clamp(26px, 3.5vw, 54px) !important;
  margin-bottom: 20px !important;
  font-size: 15px !important;
}

.footer-nav a {
  position: relative;
  padding-bottom: 11px;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--point);
  transition: right .22s ease;
}

.footer-nav a:hover::after,
.footer-nav a:focus-visible::after,
.footer-nav a.is-active::after {
  right: 0;
}

.footer-company {
  padding: 16px 0 12px !important;
  gap: 6px 22px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.footer-bottom {
  padding-top: 12px !important;
  font-size: 12px !important;
}

.footer-top-link {
  display: none !important;
}

@media (max-width: 980px) {
  .contact-split-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-map-left {
    height: 360px !important;
    min-height: 320px;
  }

  .contact-side-info {
    gap: 36px;
  }

  .footer-inner {
    padding: 30px 0 26px !important;
  }
}


/* v31 global/header refinements */
.site-header.header-hidden {
  transform: translateY(0) !important;
}

/* SCROLL DOWN: keep text fixed, white inner gauge only moves down */
.scroll-down {
  animation: none !important;
}

.scroll-down i::after {
  background: #ffffff !important;
}

/* CONTACT title aligned with ABOUT / GAME */
.contact-page {
  position: relative;
}

.contact-page-title {
  position: absolute !important;
  z-index: 3;
  left: max(48px, calc((100vw - 1440px) / 2 + 48px)) !important;
  top: clamp(132px, 10.4vh, 154px) !important;
  margin: 0 !important;
  transform: none !important;
}

/* v31 CONTACT layout */
.contact-page-inner {
  padding-top: clamp(212px, 18vh, 246px) !important;
  padding-bottom: clamp(62px, 6.8vw, 94px) !important;
}

.contact-shiftup-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr) !important;
  gap: clamp(48px, 6vw, 96px) !important;
  align-items: stretch;
}

.contact-map-left {
  min-height: clamp(480px, 58vh, 650px) !important;
  height: clamp(480px, 58vh, 650px) !important;
  border-color: rgba(255,255,255,.28) !important;
  background: #111;
}

.contact-map-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #111;
}

.contact-map {
  width: 100% !important;
  height: 100% !important;
  filter: none !important;
  border: 0;
  display: block;
}

/* If Naver shows a left search panel in the iframe, this crop leans toward the map area. */
.contact-map-crop .contact-map {
  width: 136% !important;
  max-width: none !important;
  transform: translateX(-26%);
  transform-origin: left center;
}

.contact-side-info {
  justify-content: center !important;
  gap: 0 !important;
}

.contact-info-block {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.contact-heading-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(22px, 2.3vw, 34px);
}

.contact-heading-row h3 {
  margin: 0 !important;
  font-family: var(--font-head);
  font-size: clamp(28px, 2.8vw, 46px) !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .07em;
  color: #ffffff;
}

.contact-heading-icon {
  position: relative;
  flex: 0 0 auto;
  width: clamp(36px, 3vw, 48px);
  height: clamp(36px, 3vw, 48px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}

.contact-heading-icon::before,
.contact-heading-icon::after {
  content: "";
  position: absolute;
  display: block;
}

/* ADDRESS icon: pin-like white mark */
.address-heading-icon::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.address-heading-icon::after {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

/* CONTACT icon: message/download-style white mark */
.contact-heading-icon-mark::before {
  width: 18px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 2px;
}

.contact-heading-icon-mark::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  bottom: 12px;
}

.address-lang-row {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  font-family: var(--font-head);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(255,255,255,.92);
}

.address-lang-row i {
  width: 1px;
  height: 13px;
  background: rgba(255,255,255,.64);
}

.address-copy {
  display: grid;
  gap: 10px;
}

.address-copy p {
  margin: 0;
  color: rgba(255,255,255,.80);
  font-size: clamp(15px, .95vw, 17px);
  line-height: 1.72;
  font-weight: 500;
  word-break: keep-all;
}

.address-copy strong {
  display: inline-block;
  width: 34px;
  margin-right: 14px;
  color: #fff;
  font-family: var(--font-head);
  font-size: 13px;
  line-height: 1;
  letter-spacing: .08em;
}

.contact-section-divider {
  width: 100%;
  height: 1px;
  margin: clamp(42px, 4.6vw, 68px) 0;
  background: rgba(255,255,255,.80);
}

.contact-button-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.contact-shift-button {
  position: relative;
  min-height: 50px;
  padding: 0 58px 0 22px;
  border: 1px solid rgba(255,255,255,.42);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.86);
  font-family: var(--font-body);
  font-size: clamp(14px, .92vw, 16px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.01em;
  overflow: hidden;
  transition: color .22s ease, border-color .22s ease, background .22s ease;
}

.contact-shift-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: translateX(-101%);
  transition: transform .28s ease;
  z-index: 0;
}

.contact-shift-button span,
.contact-shift-button i {
  position: relative;
  z-index: 1;
}

.contact-shift-button:hover,
.contact-shift-button:focus-visible {
  color: #050505;
  border-color: #ffffff;
  outline: none;
}

.contact-shift-button:hover::before,
.contact-shift-button:focus-visible::before {
  transform: translateX(0);
}

/* mail button: right arrow */
.mail-button i {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.mail-button i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

/* download buttons: downward arrow */
.download-button i {
  width: 18px;
  height: 22px;
}

.download-button i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 15px;
  background: currentColor;
  transform: translateX(-50%);
}

.download-button i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

/* footer: no menu underline, white divider line between nav and company info */
.footer-nav a::after,
.footer-nav a.is-active::after,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  display: none !important;
}

.footer-company {
  border-top: 1px solid rgba(255,255,255,.82) !important;
  border-bottom: 0 !important;
  margin-top: 2px !important;
  padding-top: 16px !important;
}

.footer-bottom {
  padding-top: 8px !important;
}

@media (max-width: 980px) {
  .contact-page-title {
    left: 24px !important;
    top: 104px !important;
  }

  .contact-page-inner {
    padding-top: 168px !important;
  }

  .contact-shiftup-layout {
    grid-template-columns: 1fr !important;
  }

  .contact-map-left {
    min-height: 340px !important;
    height: 340px !important;
  }

  .contact-map-crop .contact-map {
    width: 100% !important;
    transform: none;
  }

  .contact-heading-row {
    gap: 14px;
  }

  .contact-section-divider {
    margin: 34px 0;
  }
}


/* v32: make header/menu text read as pure white on bright character backgrounds */
.site-header {
  background:
    linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.18) 62%, rgba(0,0,0,.04) 100%) !important;
  border-bottom-color: rgba(255,255,255,.26) !important;
}

.site-header,
.site-header a,
.brand-word,
.global-nav,
.global-nav a {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
}

.brand-word {
  font-weight: 800 !important;
  text-shadow:
    0 2px 8px rgba(0,0,0,.92),
    0 0 16px rgba(0,0,0,.70) !important;
}

.global-nav a {
  font-weight: 800 !important;
  text-shadow:
    0 2px 8px rgba(0,0,0,.92),
    0 0 16px rgba(0,0,0,.70) !important;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* keep section labels and footer menu crisp white when needed */
.section-kicker,
.about-top-title,
.game-showcase-kicker,
.contact-page-title {
  text-shadow:
    0 2px 10px rgba(0,0,0,.80),
    0 0 18px rgba(0,0,0,.55) !important;
}

.footer-nav a,
.footer-company,
.footer-bottom {
  opacity: 1 !important;
}


/* v33: unify top navigation underline / active gauge color */
:root {
  --nav-line: #BC6D00;
}

.global-nav a::after,
.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.global-nav a:active::after,
.global-nav a.is-active::after,
.global-nav a[aria-current="page"]::after,
.global-nav a[aria-current="true"]::after {
  background: var(--nav-line) !important;
  background-color: var(--nav-line) !important;
  border-color: var(--nav-line) !important;
  box-shadow: none !important;
}

.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.global-nav a:active::after,
.global-nav a.is-active::after,
.global-nav a[aria-current="page"]::after,
.global-nav a[aria-current="true"]::after {
  right: 0 !important;
}

/* keep menu text pure white while only the underline uses the GAMEON point color */
.global-nav a,
.global-nav a:hover,
.global-nav a:focus-visible,
.global-nav a:active,
.global-nav a.is-active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* v34: top menu underline/gauge color fixed to one solid color only */
:root {
  --nav-line: #BC6D00;
}

/* The old header bottom border was showing through behind the animated menu line,
   making the underline look like a different color while filling/removing. */
.site-header {
  border-bottom-color: rgba(255,255,255,.10) !important;
}

.global-nav a {
  position: relative !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

.global-nav a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 3px !important;
  display: block !important;
  background: #BC6D00 !important;
  background-color: #BC6D00 !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform .24s ease !important;
}

.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.global-nav a:active::after,
.global-nav a.is-active::after,
.global-nav a[aria-current="page"]::after,
.global-nav a[aria-current="true"]::after {
  right: auto !important;
  background: #BC6D00 !important;
  background-color: #BC6D00 !important;
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

.global-nav a:not(:hover):not(:focus-visible):not(:active):not(.is-active):not([aria-current="page"]):not([aria-current="true"])::after {
  background: #BC6D00 !important;
  background-color: #BC6D00 !important;
  transform: scaleX(0) !important;
}

@media (max-width: 980px) {
  .global-nav a::after {
    bottom: -8px !important;
  }
}


/* step: SCROLL DOWN gauge moving line uses same white as top menu text */
.scroll-down i::after {
  background: #ffffff !important;
  opacity: 1 !important;
  box-shadow:
    0 0 8px rgba(255,255,255,.72),
    0 0 14px rgba(255,255,255,.42) !important;
}


/* current step: top button and scroll gauge moving line in pure white */
.scroll-down i::after {
  background: #ffffff !important;
  opacity: 1 !important;
  box-shadow:
    0 0 8px rgba(255,255,255,.72),
    0 0 14px rgba(255,255,255,.42) !important;
}

.to-top-button {
  background: rgba(255,255,255,.96) !important;
  color: #111111 !important;
  border-color: rgba(255,255,255,.88) !important;
}

.to-top-button span,
.to-top-button span::before,
.to-top-button span::after {
  color: #111111 !important;
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background: #ffffff !important;
  color: #111111 !important;
  border-color: #ffffff !important;
}

.to-top-button:hover span,
.to-top-button:focus-visible span {
  color: #111111 !important;
}


/* current step: Stellar Blade-like PLAY VIDEO button motion */
.showcase-play-button,
.game-showcase-play.game-modal-open,
.game-modal-open.showcase-play-button {
  position: relative !important;
  overflow: visible !important;
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.46) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 18px 52px rgba(0,0,0,.46) !important;
}

.showcase-play-button::before,
.game-showcase-play.game-modal-open::before,
.game-modal-open.showcase-play-button::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  opacity: .62 !important;
  transform: scale(1) !important;
  animation: stellarPlayPulse 2.15s ease-out infinite !important;
  pointer-events: none !important;
}

.showcase-play-button::after,
.game-showcase-play.game-modal-open::after,
.game-modal-open.showcase-play-button::after {
  content: "" !important;
  position: absolute !important;
  inset: 9px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  opacity: .75 !important;
  pointer-events: none !important;
}

.showcase-play-button span,
.game-showcase-play.game-modal-open span,
.game-modal-open.showcase-play-button span {
  border-left-color: rgba(255,255,255,.92) !important;
  filter:
    drop-shadow(0 0 8px rgba(255,255,255,.26))
    drop-shadow(0 2px 8px rgba(0,0,0,.52)) !important;
  animation: stellarPlayIconBreath 2.15s ease-in-out infinite !important;
}

.showcase-play-button:hover,
.showcase-play-button:focus-visible,
.game-showcase-play.game-modal-open:hover,
.game-showcase-play.game-modal-open:focus-visible,
.game-modal-open.showcase-play-button:hover,
.game-modal-open.showcase-play-button:focus-visible {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.92) !important;
  transform: scale(1.035) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.16) inset,
    0 20px 60px rgba(0,0,0,.56),
    0 0 30px rgba(255,255,255,.18) !important;
}

.showcase-play-button:hover::before,
.showcase-play-button:focus-visible::before,
.game-showcase-play.game-modal-open:hover::before,
.game-showcase-play.game-modal-open:focus-visible::before,
.game-modal-open.showcase-play-button:hover::before,
.game-modal-open.showcase-play-button:focus-visible::before {
  opacity: .9 !important;
  animation-duration: 1.35s !important;
}

@keyframes stellarPlayPulse {
  0% {
    transform: scale(1);
    opacity: .68;
  }
  72% {
    transform: scale(1.34);
    opacity: 0;
  }
  100% {
    transform: scale(1.34);
    opacity: 0;
  }
}

@keyframes stellarPlayIconBreath {
  0%, 100% {
    opacity: .78;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.055);
  }
}


/* current step: use fixed Naver map screenshot area only */
.contact-map-crop {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  background: #f2f2f2 !important;
}

.contact-map-image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  filter: none !important;
  transform: none !important;
}


/* current step: ADDRESS / CONTACT style closer to reference, smaller title size, 2x2 contact menu */
.contact-side-info {
  gap: 0 !important;
}

.contact-heading-row {
  gap: 18px !important;
  margin-bottom: 18px !important;
}

.contact-heading-row h3,
.contact-info-block h3 {
  font-size: clamp(20px, 1.65vw, 28px) !important;
  line-height: 1.05 !important;
  letter-spacing: .045em !important;
}

.contact-heading-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: rgba(0, 72, 12, .92) !important;
}

.contact-heading-icon::before,
.contact-heading-icon::after {
  border-color: #ffffff !important;
}

.address-heading-icon::after {
  background: #ffffff !important;
}

.address-lang-row {
  margin-top: 6px !important;
  margin-bottom: 12px !important;
  font-size: 13px !important;
  color: #ffffff !important;
}

.address-copy {
  gap: 8px !important;
}

.address-copy p {
  display: flex !important;
  gap: 10px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.68) !important;
  font-size: clamp(14px, .86vw, 16px) !important;
  line-height: 1.58 !important;
}

.address-copy strong {
  flex: 0 0 30px !important;
  width: 30px !important;
  margin-right: 0 !important;
  color: #ffffff !important;
}

.contact-section-divider {
  margin: clamp(30px, 3.4vw, 46px) 0 !important;
  background: rgba(255,255,255,.28) !important;
}

.contact-button-grid,
.contact-button-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.contact-shift-button {
  min-height: 54px !important;
  padding: 0 48px 0 20px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(255,255,255,.012) !important;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(13px, .82vw, 15px) !important;
  font-weight: 700 !important;
}

.contact-shift-button:hover,
.contact-shift-button:focus-visible {
  color: #050505 !important;
  border-color: #ffffff !important;
}

.contact-download-block .contact-heading-row {
  margin-bottom: 16px !important;
}

@media (max-width: 980px) {
  .contact-button-grid,
  .contact-button-list {
    grid-template-columns: 1fr !important;
  }

  .contact-heading-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .contact-heading-row h3,
  .contact-info-block h3 {
    font-size: 22px !important;
  }
}


/* current step: remove footer menu area and its divider line */
.footer-nav {
  display: none !important;
}

.footer-company {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* v35: final section background color pass */
:root {
  --gameon-section-bg: #262626;
  --gameon-footer-bg: #000000;
}

/* ABOUT / CONTACT background */
.about,
.about-statement,
.contact,
.contact-page {
  background: var(--gameon-section-bg) !important;
  background-color: var(--gameon-section-bg) !important;
  background-image: none !important;
}

/* Keep ABOUT subtle inner guide but on requested solid color */
.about-statement::before,
.about-statement::after {
  opacity: .16 !important;
}

/* GAMES background base black */
.games,
.game-showcase-section {
  background: #000000 !important;
  background-color: #000000 !important;
}

/* Footer / company information background black */
.footer,
.site-footer,
.footer-inner,
.footer-company,
.footer-bottom {
  background: #000000 !important;
  background-color: #000000 !important;
}

/* Ensure map/info area sits cleanly on CONTACT background */
.contact-side-info,
.contact-info-block {
  background: transparent !important;
}

/* Keep footer compact after menu removal */
.site-footer {
  border-top: 1px solid rgba(255,255,255,.16) !important;
}

.footer-inner {
  padding-top: 28px !important;
  padding-bottom: 26px !important;
}


/* v36: Shift Up-like SCROLL DOWN indicator */
.scroll-down {
  position: absolute !important;
  left: clamp(28px, 5vw, 72px) !important;
  right: auto !important;
  bottom: 38px !important;
  transform: none !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  animation: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-family: var(--font-head) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .48em !important;
  text-shadow:
    0 2px 8px rgba(0,0,0,.90),
    0 0 14px rgba(0,0,0,.68) !important;
}

.scroll-down span {
  display: inline-block !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.scroll-down i {
  position: relative !important;
  display: block !important;
  width: 1px !important;
  height: 36px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.18) !important;
}

.scroll-down i::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 1px !important;
  height: 100% !important;
  background: rgba(255,255,255,.18) !important;
}

.scroll-down i::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: -13px !important;
  width: 1px !important;
  height: 13px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  box-shadow:
    0 0 8px rgba(255,255,255,.72),
    0 0 14px rgba(255,255,255,.44) !important;
  animation: gameonScrollGaugeDown 1.45s cubic-bezier(.55, 0, .28, 1) infinite !important;
}

@keyframes gameonScrollGaugeDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  100% {
    transform: translateY(51px);
    opacity: 0;
  }
}

@media (max-width: 820px) {
  .scroll-down {
    left: 24px !important;
    bottom: 28px !important;
    gap: 12px !important;
    font-size: 8px !important;
    letter-spacing: .34em !important;
  }

  .scroll-down i {
    height: 28px !important;
  }

  .scroll-down i::after {
    animation-name: gameonScrollGaugeDownMobile !important;
  }

  @keyframes gameonScrollGaugeDownMobile {
    0% { transform: translateY(0); opacity: 0; }
    14% { opacity: 1; }
    100% { transform: translateY(41px); opacity: 0; }
  }
}


/* current step: SCROLL DOWN gauge pure white, centered, and shorter */
.scroll-down {
  left: 50% !important;
  right: auto !important;
  bottom: 34px !important;
  transform: translateX(-50%) !important;
  justify-content: center !important;
  gap: 14px !important;
}

.scroll-down i {
  width: 1px !important;
  height: 24px !important;
  background: rgba(255,255,255,.22) !important;
  overflow: hidden !important;
}

.scroll-down i::before {
  background: rgba(255,255,255,.22) !important;
}

.scroll-down i::after {
  width: 1px !important;
  height: 10px !important;
  top: -10px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  box-shadow:
    0 0 10px rgba(255,255,255,.82),
    0 0 18px rgba(255,255,255,.56) !important;
  animation: gameonScrollGaugeDownCenter 1.4s cubic-bezier(.55, 0, .28, 1) infinite !important;
}

@keyframes gameonScrollGaugeDownCenter {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  100% {
    transform: translateY(34px);
    opacity: 0;
  }
}

@media (max-width: 820px) {
  .scroll-down {
    left: 50% !important;
    bottom: 26px !important;
    transform: translateX(-50%) !important;
    gap: 12px !important;
  }

  .scroll-down i {
    height: 20px !important;
  }

  .scroll-down i::after {
    height: 8px !important;
    top: -8px !important;
    animation: gameonScrollGaugeDownCenterMobile 1.4s cubic-bezier(.55, 0, .28, 1) infinite !important;
  }

  @keyframes gameonScrollGaugeDownCenterMobile {
    0% { transform: translateY(0); opacity: 0; }
    14% { opacity: 1; }
    100% { transform: translateY(28px); opacity: 0; }
  }
}


/* v38: TOP button uses the same GAMEON point color as top menu hover underline */
.to-top-button {
  background: #BC6D00 !important;
  background-color: #BC6D00 !important;
  color: #ffffff !important;
  border-color: #BC6D00 !important;
  opacity: 0;
  visibility: hidden;
  box-shadow:
    0 16px 42px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.10) inset !important;
}

.to-top-button.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.to-top-button span,
.to-top-button span::before,
.to-top-button span::after {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background: #BC6D00 !important;
  background-color: #BC6D00 !important;
  color: #ffffff !important;
  border-color: #BC6D00 !important;
  transform: translateY(-2px) !important;
}

.to-top-button:hover span,
.to-top-button:hover span::before,
.to-top-button:hover span::after,
.to-top-button:focus-visible span,
.to-top-button:focus-visible span::before,
.to-top-button:focus-visible span::after {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}


/* v39: use approved custom image for the TOP button */
.to-top-button {
  width: 64px !important;
  height: 64px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent url("assets/top-button-custom.png") center / contain no-repeat !important;
  box-shadow: none !important;
  color: transparent !important;
}

.to-top-button span,
.to-top-button::before,
.to-top-button::after,
.to-top-button span::before,
.to-top-button span::after {
  display: none !important;
  content: none !important;
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background: transparent url("assets/top-button-custom.png") center / contain no-repeat !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}

@media (max-width: 820px) {
  .to-top-button {
    width: 54px !important;
    height: 54px !important;
  }
}


/* v41: revert text/image menu changes, keep scroll gauge color corrected */
:root {
  --gameon-guild-orange: #E9851C;
  --nav-line: #E9851C;
}

/* Header/menu back to original text style */
.brand-image,
.nav-image,
.scroll-down-image {
  display: none !important;
}

.brand-word {
  display: inline-block !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.global-nav a {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Top menu underline uses the same guild-orange color */
.global-nav a::after,
.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.global-nav a:active::after,
.global-nav a.is-active::after,
.global-nav a[aria-current="page"]::after,
.global-nav a[aria-current="true"]::after {
  background: var(--gameon-guild-orange) !important;
  background-color: var(--gameon-guild-orange) !important;
  border-color: var(--gameon-guild-orange) !important;
}

/* SCROLL DOWN back to original text */
.scroll-down span {
  display: inline-block !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

/* Keep only the gauge moving line in the corrected guild-orange color */
.scroll-down i {
  width: 1px !important;
  height: 24px !important;
  background: rgba(233,133,28,.28) !important;
  overflow: hidden !important;
}

.scroll-down i::before {
  background: rgba(233,133,28,.28) !important;
}

.scroll-down i::after {
  background: var(--gameon-guild-orange) !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  box-shadow:
    0 0 8px rgba(233,133,28,.72),
    0 0 14px rgba(233,133,28,.42) !important;
}


/* v42: exact orange from uploaded swatch + tighter SCROLL DOWN text */
:root {
  --gameon-guild-orange: #E98013;
  --nav-line: #E98013;
}

/* top menu underline exact color */
.global-nav a::after,
.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.global-nav a:active::after,
.global-nav a.is-active::after,
.global-nav a[aria-current="page"]::after,
.global-nav a[aria-current="true"]::after {
  background: #E98013 !important;
  background-color: #E98013 !important;
  border-color: #E98013 !important;
  box-shadow: none !important;
}

/* scroll gauge exact color */
.scroll-down i {
  background: rgba(240, 138, 16, .28) !important;
}

.scroll-down i::before {
  background: rgba(240, 138, 16, .28) !important;
}

.scroll-down i::after {
  background: #E98013 !important;
  box-shadow:
    0 0 8px rgba(240, 138, 16, .72),
    0 0 14px rgba(240, 138, 16, .42) !important;
}

/* tighten SCROLL DOWN text */
.scroll-down {
  gap: 10px !important;
}

.scroll-down span {
  letter-spacing: .18em !important;
  word-spacing: 0 !important;
  font-size: 10px !important;
  white-space: nowrap !important;
}


/* v43: final hard color override, same filename retained */
:root {
  --gameon-point-final: #E98013;
  --nav-line: #E98013;
  --gameon-guild-orange: #E98013;
}

.global-nav a::after,
.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.global-nav a:active::after,
.global-nav a.is-active::after,
.global-nav a[aria-current="page"]::after,
.global-nav a[aria-current="true"]::after {
  background: #E98013 !important;
  background-color: #E98013 !important;
  border-color: #E98013 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.scroll-down i,
.scroll-down i::before,
.scroll-down i::after {
  background: #E98013 !important;
  background-color: #E98013 !important;
  border-color: #E98013 !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.scroll-down i::after {
  box-shadow:
    0 0 8px rgba(233,128,19,.85),
    0 0 14px rgba(233,128,19,.55) !important;
}

.scroll-down span {
  letter-spacing: .18em !important;
  word-spacing: 0 !important;
  white-space: nowrap !important;
}


/* v44: browser title GameOn, remove scroll gauge, text-only scroll animation, page menu/title color */
:root {
  --gameon-page-title-color: #6F0C04;
}

.scroll-down i {
  display: none !important;
}

.scroll-down {
  gap: 0 !important;
}

.scroll-down span {
  display: inline-block !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  letter-spacing: .18em !important;
  word-spacing: 0 !important;
  white-space: nowrap !important;
  animation: gameonScrollTextOnly 1.55s ease-in-out infinite !important;
}

.scroll-down-image {
  display: none !important;
}

@keyframes gameonScrollTextOnly {
  0%, 100% {
    opacity: .68;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(7px);
  }
}

.about-top-title,
.game-showcase-kicker,
.contact-page-title,
.section-kicker {
  color: #6F0C04 !important;
  -webkit-text-fill-color: #6F0C04 !important;
}


/* v45: remove page label text, reset background order, darken GAMES, match game copy to ABOUT copy */

/* 1. 각 페이지 상단 ABOUT / GAMES / CONTACT 글자 삭제 */
.about-top-title,
.game-showcase-kicker,
.contact-page-title {
  display: none !important;
}

/* 2. 배경색 순서 정리: ABOUT / CONTACT = dark gray, GAMES = black */
.about,
.about-statement,
.contact,
.contact-page {
  background: #262626 !important;
  background-color: #262626 !important;
  background-image: none !important;
}

.games,
.game-showcase-section {
  background: #000000 !important;
  background-color: #000000 !important;
}

/* 3. GAMES 배경 이미지를 더 어둡게 */
.game-showcase-bg {
  filter: brightness(.54) saturate(.86) contrast(1.08) !important;
}

.game-showcase-dim {
  background:
    radial-gradient(circle at center 36%, rgba(0,0,0,.26) 0%, rgba(0,0,0,.50) 42%, rgba(0,0,0,.86) 100%),
    linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.40) 42%, rgba(0,0,0,.88) 100%) !important;
}

/* 4. 게임 설명 문구를 ABOUT 회사소개 문구 크기와 동일하게 */
.showcase-description,
.game-showcase-desc {
  max-width: 980px !important;
  font-family: var(--font-body) !important;
  font-size: clamp(13px, .92vw, 16px) !important;
  line-height: 1.78 !important;
  font-weight: 500 !important;
  letter-spacing: -.012em !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.76) !important;
}

/* ABOUT 회사소개 문구 기준도 명확히 고정 */
.about-message p {
  font-size: clamp(13px, .92vw, 16px) !important;
  line-height: 1.78 !important;
  font-weight: 500 !important;
}


/* v46: top button transparent gray surround, contact icon color, Naver map, arrow icon replacement */
:root {
  --gameon-contact-icon-color: #BB6704;
}

/* TOP button: use the uploaded icon image with transparent-gray surrounding feel */
.to-top-button {
  width: 61px !important;
  height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent url("assets/top-button-final.png") center / contain no-repeat !important;
  box-shadow: none !important;
}

.to-top-button::before,
.to-top-button::after,
.to-top-button span,
.to-top-button span::before,
.to-top-button span::after {
  display: none !important;
  content: none !important;
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background: transparent url("assets/top-button-final.png") center / contain no-repeat !important;
  transform: translateY(-2px) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ADDRESS / CONTACT icon box uses uploaded button color */
.contact-heading-icon {
  background: var(--gameon-contact-icon-color) !important;
  border: 0 !important;
  color: #ffffff !important;
}

.contact-heading-icon::before,
.contact-heading-icon::after {
  border-color: #ffffff !important;
}

.address-heading-icon::after {
  background: #ffffff !important;
}

/* Remove KR | EN row completely */
.address-lang-row {
  display: none !important;
}

/* Use live Naver map instead of static image */
.contact-map-crop {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  background: #f2f2f2 !important;
}

.naver-map-frame,
.contact-map {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
  filter: none !important;
  transform: none !important;
  max-width: none !important;
}

/* Button arrows: replace mail/download arrows with the uploaded outline-triangle style */
.contact-shift-button i,
.mail-button i,
.download-button i {
  width: 26px !important;
  height: 21px !important;
  flex: 0 0 26px !important;
  background: currentColor !important;
  -webkit-mask: url("assets/contact-arrow-outline.svg") center / contain no-repeat !important;
  mask: url("assets/contact-arrow-outline.svg") center / contain no-repeat !important;
  border: 0 !important;
  position: relative !important;
}

.contact-shift-button i::before,
.contact-shift-button i::after,
.mail-button i::before,
.mail-button i::after,
.download-button i::before,
.download-button i::after {
  display: none !important;
  content: none !important;
}

.contact-shift-button {
  padding-right: 22px !important;
}

.contact-shift-button:hover i,
.contact-shift-button:focus-visible i {
  background: #050505 !important;
}

@media (max-width: 820px) {
  .to-top-button {
    width: 54px !important;
    height: 51px !important;
  }
}


/* v47: contact map preview like requested screenshot, smaller centered headings, solid top button, exact arrow image */
:root {
  --gameon-contact-point: #BB6704;
}

/* Smaller ADDRESS / CONTACT headings and centered icon/text row */
.contact-heading-row {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
}

.contact-heading-row h3,
.contact-info-block h3 {
  font-size: clamp(18px, 1.4vw, 24px) !important;
  line-height: 1.04 !important;
  letter-spacing: .035em !important;
  margin: 0 !important;
}

.contact-heading-icon {
  width: 50px !important;
  height: 50px !important;
  border-radius: 8px !important;
  background: var(--gameon-contact-point) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
}

/* Top button: same color as address/contact icons, no gray transparent surround */
.to-top-button {
  width: 61px !important;
  height: 58px !important;
  border: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: var(--gameon-contact-point) !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

.to-top-button::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 19px !important;
  width: 15px !important;
  height: 15px !important;
  border-left: 2px solid #ffffff !important;
  border-top: 2px solid #ffffff !important;
  transform: translateX(-50%) rotate(45deg) !important;
}

.to-top-button::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 25px !important;
  width: 2px !important;
  height: 13px !important;
  background: #ffffff !important;
  transform: translateX(-50%) !important;
}

.to-top-button span,
.to-top-button span::before,
.to-top-button span::after {
  display: none !important;
  content: none !important;
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background: var(--gameon-contact-point) !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}

/* Map preview like the reference screenshot and clickable to Naver */
.contact-map-wrap {
  position: relative !important;
}

.contact-map-crop {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  background: #111 !important;
}

.contact-map-preview-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.contact-map-preview {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.naver-map-link {
  z-index: 3 !important;
}

/* Replace contact button arrow with the uploaded arrow image exactly */
.contact-shift-button i,
.mail-button i,
.download-button i {
  width: 26px !important;
  height: 21px !important;
  flex: 0 0 26px !important;
  background: transparent url("assets/contact-button-arrow.png") center / contain no-repeat !important;
  border: 0 !important;
  position: relative !important;
  display: block !important;
}

.contact-shift-button i::before,
.contact-shift-button i::after,
.mail-button i::before,
.mail-button i::after,
.download-button i::before,
.download-button i::after {
  display: none !important;
  content: none !important;
}

.contact-shift-button {
  padding-right: 22px !important;
}

.contact-shift-button:hover i,
.contact-shift-button:focus-visible i {
  background: transparent url("assets/contact-button-arrow.png") center / contain no-repeat !important;
}

/* Slightly tighter address body */
.address-copy p {
  font-size: clamp(13px, .84vw, 15px) !important;
  line-height: 1.56 !important;
}


/* v48: icon line color white, top arrow white, contact button arrow as ▶, live Naver map */
.contact-heading-icon {
  background: var(--gameon-contact-point, #BB6704) !important;
  border: 0 !important;
}

.contact-heading-icon::before,
.contact-heading-icon::after,
.address-heading-icon::before,
.address-heading-icon::after,
.contact-heading-icon-mark::before,
.contact-heading-icon-mark::after {
  border-color: #ffffff !important;
  background-color: transparent !important;
}

.address-heading-icon::after {
  background: #ffffff !important;
}

.contact-heading-icon svg,
.contact-heading-icon path,
.contact-heading-icon line,
.contact-heading-icon rect,
.contact-heading-icon circle {
  stroke: #ffffff !important;
  fill: none !important;
}

/* TOP button arrow: force pure white */
.to-top-button::before {
  border-left-color: #ffffff !important;
  border-top-color: #ffffff !important;
}

.to-top-button::after {
  background: #ffffff !important;
}

.to-top-button span,
.to-top-button span::before,
.to-top-button span::after {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

/* CONTACT buttons: put ▶ at the far right on all 4 buttons */
.contact-shift-button {
  position: relative !important;
  padding-right: 50px !important;
}

.contact-shift-button i {
  display: none !important;
}

.contact-shift-button::after {
  content: "▶" !important;
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 400 !important;
  background: transparent !important;
  border: 0 !important;
  opacity: 1 !important;
}

.contact-shift-button:hover::after,
.contact-shift-button:focus-visible::after {
  color: #050505 !important;
}

/* Real Naver map iframe instead of screenshot, cropped to emphasize map area */
.contact-map-crop {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  background: #f2f2f2 !important;
}

.naver-map-frame {
  display: block !important;
  border: 0 !important;
  filter: none !important;
  max-width: none !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

/* keep the map visually close to the requested layout */
.contact-map-left {
  background: #111 !important;
}

.contact-map-preview,
.contact-map-preview-link {
  display: none !important;
}


/* v49: Naver iframe left menu crop workaround.
   Naver iframe UI itself cannot be controlled from our CSS, so we hide the left control column by cropping the iframe viewport. */
.contact-map-crop {
  overflow: hidden !important;
}

.naver-map-frame {
  width: calc(100% + 96px) !important;
  height: 100% !important;
  max-width: none !important;
  transform: translateX(-96px) !important;
  transform-origin: left center !important;
  border: 0 !important;
}

/* keep the visual frame clean */
.contact-map-wrap {
  background: #f2f2f2 !important;
}


/* v50: Google map + smaller TOP button with uploaded-style arrow/line icon */
.google-map-frame,
.contact-map.google-map-frame {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  border: 0 !important;
  filter: none !important;
  transform: none !important;
}

/* Cancel previous Naver iframe crop rules */
.naver-map-frame {
  transform: none !important;
  width: 100% !important;
}

/* TOP button smaller; keep button color, replace inside icon with white arrow/line asset */
.to-top-button {
  width: 46px !important;
  height: 44px !important;
  border: 0 !important;
  border-radius: 9px 9px 0 0 !important;
  background-color: var(--gameon-contact-point, #BB6704) !important;
  background-image: url("assets/top-arrow-line-white.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.to-top-button::before,
.to-top-button::after,
.to-top-button span,
.to-top-button span::before,
.to-top-button span::after {
  display: none !important;
  content: none !important;
}

.to-top-button:hover,
.to-top-button:focus-visible {
  background-color: var(--gameon-contact-point, #BB6704) !important;
  background-image: url("assets/top-arrow-line-white.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  transform: translateY(-2px) !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 820px) {
  .to-top-button {
    width: 42px !important;
    height: 40px !important;
    background-size: 18px 18px !important;
  }
}


/* v51: apply approved address/contact icon images + brighten top menu divider line */
.site-header {
  border-bottom: 1px solid rgba(255,255,255,.36) !important;
}

.contact-heading-icon {
  width: 58px !important;
  height: 58px !important;
  border-radius: 10px !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.address-heading-icon {
  background-image: url("assets/address-icon-white-red.png") !important;
}

.contact-heading-icon-mark {
  background-image: url("assets/contact-icon-white-red.png") !important;
}

/* hide old CSS-drawn icon strokes so only the approved images appear */
.contact-heading-icon::before,
.contact-heading-icon::after,
.address-heading-icon::before,
.address-heading-icon::after,
.contact-heading-icon-mark::before,
.contact-heading-icon-mark::after {
  display: none !important;
  content: none !important;
}


/* v52: screenshot carousel - show 5 thumbnails with left/right arrows */
.screenshot-carousel {
  width: min(1080px, 92vw) !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  align-items: center !important;
  gap: clamp(10px, 1vw, 16px) !important;
}

.screenshot-viewport {
  width: 100%;
  overflow: hidden;
}

.screenshot-track {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 16px);
  will-change: transform;
  transition: transform .32s ease;
}

.screenshot-carousel .screenshot-thumb {
  flex: 0 0 calc((100% - (clamp(10px, 1vw, 16px) * 4)) / 5) !important;
  width: auto !important;
  min-width: 0 !important;
}

.screenshot-rail-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(0,0,0,.22);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: .75;
  transition: opacity .2s ease, border-color .2s ease, background .2s ease;
}

.screenshot-rail-arrow:hover,
.screenshot-rail-arrow:focus-visible {
  opacity: 1;
  border-color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.08);
  outline: none;
}

.screenshot-rail-arrow span {
  width: 11px;
  height: 11px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: block;
}

.screenshot-rail-prev span {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.screenshot-rail-next span {
  transform: rotate(45deg);
  margin-right: 4px;
}

.screenshot-rail-arrow.is-disabled {
  opacity: .24;
  pointer-events: none;
}

@media (max-width: 820px) {
  .screenshot-carousel {
    width: 94vw !important;
    grid-template-columns: 34px minmax(0, 1fr) 34px !important;
    gap: 8px !important;
  }

  .screenshot-rail-arrow {
    width: 34px;
    height: 34px;
  }

  .screenshot-carousel .screenshot-thumb {
    flex-basis: calc((100% - 24px) / 3) !important;
  }
}


/* v58: smaller about company logo and slightly larger company description */
.about-company-logo {
  width: clamp(145px, 13.5vw, 240px) !important;
  margin-bottom: clamp(18px, 2.2vw, 30px) !important;
}

.about-message p {
  font-size: clamp(14px, 1.02vw, 17px) !important;
  line-height: 1.78 !important;
}

@media (max-width: 980px) {
  .about-company-logo {
    width: min(42vw, 200px) !important;
    margin-bottom: 20px !important;
  }

  .about-message p {
    font-size: 14px !important;
    line-height: 1.72 !important;
  }
}


/* v59: main page hero game logo slightly larger */
.hero-game-logo {
  width: clamp(228px, 24vw, 370px) !important;
  max-width: calc(100vw - 64px) !important;
}

@media (max-width: 980px) {
  .hero-game-logo {
    width: min(66vw, 320px) !important;
  }
}
