@font-face {
  font-family: "Saenggeo Jincheon";
  src: url("/fonts/Saenggeo-Jincheon.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #1a1918;
  --ink-2: #252321;
  --paper: #f3eddf;
  --white: #fffdf8;
  --pink: #ff356c;
  --yellow: #ffd34e;
  --blue: #4e69ff;
  --line: rgba(28, 24, 21, .2);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --info: "Saenggeo Jincheon", Inter, ui-sans-serif, system-ui, sans-serif;
  --steam-font: "Motiva Sans", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; background: var(--ink); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
main { position: relative; }
body::selection { background: var(--pink); color: var(--white); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
.page-shell { width: min(100% - 72px, 1480px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; padding: 10px 14px; background: var(--yellow); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.event-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: #181716;
  color: var(--white);
}
.hero-gallery { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-gallery::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19,18,17,.88) 0%, rgba(19,18,17,.8) 36%, rgba(19,18,17,.25) 68%, rgba(19,18,17,.68) 100%),
    linear-gradient(180deg, rgba(5,11,13,.28) 0%, transparent 36%, rgba(5,11,13,.95) 94%),
    radial-gradient(circle at 73% 31%, rgba(255,53,108,.12), transparent 28%);
}
.hero-gallery::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  background: repeating-linear-gradient(112deg, transparent 0 72px, rgba(255,255,255,.025) 73px 74px);
  pointer-events: none;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.12) contrast(1.07); transform: scale(1.03); }
.hero-content {
  position: relative;
  min-height: 0;
  padding-top: 112px;
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, clamp(280px, 28vw, 400px));
  grid-template-rows: auto auto;
  column-gap: clamp(16px, 1.8vw, 28px);
  align-items: start;
}
.hero-copy { position: relative; z-index: 8; max-width: 900px; }
.event-mast { margin: 0 0 10px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--white); font: 900 .9rem/1.2 "Arial Black", Impact, Arial, sans-serif; letter-spacing: .07em; }
.hero-callout {
  margin: 10px 0 0;
  color: var(--yellow);
  font: 500 clamp(1.4rem, 2.05vw, 2.45rem)/1.08 var(--info);
  letter-spacing: -.015em;
  text-shadow: 3px 3px 0 rgba(0,0,0,.8);
}
.hero-lead { max-width: 780px; margin: 22px 0 0; color: rgba(255,255,255,.93); font-size: clamp(.9rem, 1.05vw, 1.05rem); line-height: 1.68; text-shadow: 0 2px 8px rgba(0,0,0,.78); }
.hero-lead em { color: var(--white); font-style: normal; font-weight: 800; }
.hero-keyring-product {
  position: relative;
  z-index: 9;
  width: min(100%, clamp(250px, 24vw, 340px));
  margin: 10px 0 20px;
  align-self: center;
  justify-self: center;
}
.hero-keyring-product img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(10px 14px 0 rgba(0,0,0,.35)); }
.hero-keyring-product figcaption {
  margin-top: 8px;
  color: rgba(255,255,255,.9);
  text-align: center;
  font: italic 500 .78rem/1.4 var(--sans);
}
.steam-strip { width: min(100%, 646px); margin: 0; color: var(--white); background: transparent; border: 0; }
.event-hero > .steam-strip.steam-anchor-ready {
  position: absolute;
  z-index: 12;
  left: var(--steam-anchor-left, 24px);
  top: var(--steam-anchor-top, 720px);
  width: var(--steam-anchor-width, min(100%, 646px));
}
.event-hero > .steam-strip > .page-shell { width: 100% !important; max-width: 100% !important; margin: 0; padding: 0; display: grid; justify-items: start; gap: 10px; }
.steam-widget-label { width: 100%; margin: 0; color: rgba(255,255,255,.78); font: 600 .76rem/1 var(--steam-font); letter-spacing: .08em; }
.steam-widget-viewport { position: relative; container-type: inline-size; width: 100%; max-width: 646px; aspect-ratio: 646 / 190; overflow: hidden; background: #171a21; }
.steam-widget-viewport iframe { display: block; width: 646px; height: 190px; max-width: none; border: 0; background: #171a21; }
.steam-widget-wishlist-hitbox { position: absolute; z-index: 2; left: 75.945%; top: 78.421%; width: 21.672%; height: 16.842%; display: block; cursor: pointer; }
@supports (scale: calc(1px / 1px)) {
  .steam-widget-viewport iframe { transform-origin: left top; scale: min(1, calc(100cqw / 646px)); }
}

.video-section { background: #1f1e1d; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.video-layout { padding-block: clamp(54px, 7vw, 96px); display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .8fr); column-gap: clamp(28px, 4vw, 64px); align-items: start; }
.video-layout .youtube-stage { grid-column: 1; }
.video-layout > .facts-table-overlay { position: relative; inset: auto; grid-column: 2; align-self: stretch; width: 100%; max-height: none; margin: 0; padding: 4px 0; overflow: visible; background: transparent; border: 0; border-top: 1px solid rgba(255,255,255,.28); box-shadow: none; }
.video-layout .video-media-cta { grid-column: 1; width: 100%; }
.youtube-stage { position: relative; width: 100%; margin-inline: auto; aspect-ratio: 16 / 9; overflow: hidden; background: #1f1e1d; container-type: inline-size; }
.youtube-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-media-cta { margin-top: 18px; overflow: hidden; background: var(--ink-2); border: 1px solid rgba(255,255,255,.18); border-left: 5px solid var(--pink); box-shadow: 0 12px 32px rgba(0,0,0,.22); }
.video-media-cta-bar { padding: 18px 20px 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.video-media-cta-bar p { margin: 0; color: rgba(255,255,255,.78); font: 500 clamp(1rem, 1.35vw, 1.28rem)/1.35 var(--info); }
.video-media-cta-bar .media-role-highlight { color: var(--yellow); }
.video-media-cta-bar > a { min-height: 50px; padding: 0 22px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); background: var(--yellow); border: 2px solid var(--yellow); font: 800 .84rem/1 var(--sans); letter-spacing: .045em; box-shadow: none; }
.video-media-cta-bar > a:hover, .video-media-cta-bar > a:focus-visible { color: var(--white); background: var(--pink); border-color: var(--pink); box-shadow: none; }
.section-heading { margin-bottom: clamp(42px, 6vw, 78px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
.section-heading h2 { margin: 0; max-width: 1050px; font: 500 clamp(3rem, 5.5vw, 6.7rem)/.9 var(--info); letter-spacing: -.045em; }
.facts-section .section-heading { margin-bottom: clamp(18px, 2.2vw, 30px); }
.facts-section .section-heading h2 { line-height: 1.28; }

.facts-section { background: var(--paper); }
.facts-section > .page-shell { height: auto !important; min-height: 0 !important; padding-top: clamp(88px, 9vw, 138px); padding-bottom: clamp(48px, 8vw, 128px); }
#facts { min-height: 0 !important; }
.facts-layout { display: block; }
.facts-visual { position: relative; min-height: 0; aspect-ratio: 16 / 9; overflow: visible; background: #9ecbd3; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--pink); }
.facts-visual::after { content: ""; position: absolute; z-index: 7; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(11,21,24,.88) 100%), linear-gradient(110deg, rgba(255,211,78,.14), transparent 50%); pointer-events: none; }
.facts-art { position: absolute; right: 0; bottom: 0; left: auto; width: 100%; max-width: none; height: auto; min-height: 0; object-fit: contain; object-position: right bottom; filter: saturate(1.05) contrast(1.03); }
.facts-depth-layer { position: absolute; z-index: 6 !important; inset: 0; overflow: visible; pointer-events: none; }
.facts-depth-front { position: absolute; right: 0; bottom: 0; left: auto; width: 100%; max-width: none; height: auto; object-fit: contain; object-position: right bottom; filter: saturate(1.05) contrast(1.03); pointer-events: none; }
.facts-visual figcaption { position: absolute; z-index: 8 !important; left: 0; right: auto; bottom: 0; width: 100%; padding: 32px 8px; color: var(--white); font: 500 clamp(1.4rem, 1.55vw, 1.6rem)/1.5 var(--info); }
.facts-table-overlay { z-index: 5; }
.facts-table-overlay dt { text-shadow: 0 2px 8px rgba(0,0,0,.82); }
.facts-table-overlay dd { text-shadow: 0 2px 10px rgba(0,0,0,.95); }
.facts-table dl { margin: 0; }
.facts-table dl > div { min-height: 52px; padding: 7px 2px 8px; display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 3px; align-content: center; align-items: start; border-bottom: 1px solid var(--line); }
.facts-table dl > div:last-child { border-bottom: 0; }
.facts-table dt { margin: 0; color: var(--yellow); font: 900 .72rem/1 var(--info) !important; letter-spacing: .04em; }
.facts-table dd,
.facts-table dd * { margin: 0; color: var(--white); font: 500 .84rem/1.25 var(--sans) !important; letter-spacing: 0; }
.facts-table dd .platform-steam { font-weight: 800 !important; }
.facts-table dd .platform-launch-note { color: var(--pink) !important; font-size: .88em !important; font-style: italic !important; font-weight: 400 !important; }
.facts-contact-links { margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.28); color: var(--white); }
.facts-contact-email { margin: 0 0 12px; color: var(--white); font: 600 .78rem/1.45 var(--sans); overflow-wrap: anywhere; }
.facts-contact-email strong { color: var(--yellow); }
.facts-contact-email a { color: inherit; }
.facts-contact-email a:hover, .facts-contact-email a:focus-visible { color: var(--yellow); }
.facts-social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.facts-social-links a { min-height: 30px; padding: 6px 9px; display: inline-flex; align-items: center; justify-content: center; color: var(--white); background: transparent; border: 1px dashed var(--yellow); font: 800 .56rem/1 var(--sans); letter-spacing: .04em; }
.facts-social-links .facts-presskit-link { flex: 0 0 auto; width: auto; min-width: 116px; height: 30px; min-height: 30px; padding: 0 16px; color: var(--ink); background: var(--yellow); border: 1px solid var(--yellow); font: 900 .72rem/1 var(--sans); letter-spacing: .04em; }
.facts-social-links a:hover, .facts-social-links a:focus-visible { color: var(--ink); background: var(--yellow); border-style: solid; }
.press-section { position: relative; overflow: hidden; background: #1f1e1d; color: var(--white); }
.press-section > .page-shell { position: relative; padding-block: clamp(36px, 4vw, 56px); }
.press-asset-grid { display: grid; gap: 16px; }
.press-screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.press-asset { min-width: 0; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.28); }
.press-asset > a:first-child { display: block; overflow: hidden; background: var(--ink-2); }
.press-asset img { transition: transform .25s ease; }
.press-screenshot-grid > .press-asset {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
}
.press-screenshot-grid > .press-asset > a:first-child {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.press-screenshot-grid > .press-asset > a:first-child > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}
.press-asset:hover img { transform: scale(1.02); }

.contact-section { position: relative; background: #ece7dc; color: var(--ink); border-top: 1px solid rgba(28,24,21,.22); }
.contact-sticker { position: absolute; z-index: 80; top: -199px; left: 12px; width: min(591px, calc(100% - 24px)); max-width: none; height: auto; pointer-events: none; filter: drop-shadow(4px 6px 0 rgba(0,0,0,.46)); }
.contact-shell { padding-block: clamp(78px, 9vw, 132px); }
.contact-heading { width: min(100%, 980px); margin: 0 auto 34px; }
.contact-heading h2 { margin: 0; font: 500 clamp(2.25rem, 3vw, 3.5rem)/.98 var(--info); letter-spacing: -.03em; }
.contact-card { width: min(100%, 980px); margin-inline: auto; background: var(--white); border: 1px solid rgba(28,24,21,.24); box-shadow: 8px 8px 0 rgba(28,24,21,.1); }
.demo-request-panel { margin: 0; background: var(--white); color: var(--ink); border-top: 1px solid rgba(255,255,255,.18); }
.demo-request-panel[hidden] { display: none !important; }
.demo-request-fields { grid-template-columns: 1fr; }
.demo-request-panel .contact-form { padding-block: 24px 28px; }
.contact-form { padding: clamp(26px, 4vw, 48px); }
.contact-fields { display: grid; gap: 22px 18px; }
.contact-fields-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span:first-child { color: var(--ink); font-size: .8rem; font-weight: 800; line-height: 1.4; letter-spacing: .015em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(28,24,21,.28); border-radius: 0; background: #fff; color: var(--ink); font: 500 1rem/1.45 var(--sans); }
.contact-form input { min-height: 48px; padding: 0 13px; }
.contact-form textarea { min-height: 150px; padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(78,105,255,.3); border-color: var(--blue); }
.contact-form input[aria-invalid="true"], .contact-form textarea[aria-invalid="true"] { border-color: var(--pink); box-shadow: 0 0 0 2px rgba(255,53,108,.15); }
.contact-message { margin-top: 22px; }
.contact-submit-row { margin-top: 26px; display: flex; align-items: center; gap: 18px; }
.contact-submit-row button { min-height: 48px; padding: 0 24px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font: 800 .78rem/1 var(--sans); letter-spacing: .045em; cursor: pointer; }
.contact-submit-row button:hover, .contact-submit-row button:focus-visible { background: var(--pink); border-color: var(--pink); }
.contact-submit-row button:disabled { cursor: wait; opacity: .56; }
.contact-status { min-height: 1.5em; margin: 0; color: rgba(28,24,21,.68); font-size: .72rem; line-height: 1.5; }
.contact-status[data-state="success"] { color: #176d4f; }
.contact-status[data-state="error"] { color: #bd2049; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.footer { min-height: 170px; padding-block: 32px; display: grid; grid-template-columns: 1fr; gap: 22px 34px; align-items: center; background: var(--ink); color: var(--white); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; font-size: .64rem; font-weight: 800; }
.footer-links a:hover { color: var(--yellow); }
.footer-contact { margin-top: -10px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; color: rgba(255,255,255,.62); font-size: .58rem; font-weight: 700; letter-spacing: .03em; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: var(--yellow); }

@media (min-width: 1181px) {
  .hero-content {
    grid-template-columns: minmax(0, 780px) minmax(280px, 380px);
    column-gap: 0;
    justify-content: start;
  }
  .hero-keyring-product { justify-self: start; margin-left: -20px; }
}

@media (max-width: 1180px) {
  .hero-content { grid-template-columns: minmax(0, 1fr) minmax(240px, clamp(260px, 30vw, 340px)); }
}

@media (max-width: 900px) {
  .page-shell { width: min(100% - 36px, 1480px); }
  .event-hero > .steam-strip.steam-anchor-ready { position: relative; inset: auto; width: min(100% - 36px, 646px); margin: 0 auto 36px; }
  .hero-gallery::before { background: linear-gradient(180deg, rgba(5,11,13,.83), rgba(5,11,13,.72) 48%, rgba(5,11,13,.96) 88%); }
  .hero-content { padding-top: 96px; padding-bottom: 28px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-keyring-product { grid-column: 1; width: min(74vw, 360px); margin: 28px auto 8px; }
  .video-layout { grid-template-columns: 1fr; row-gap: 24px; }
  .video-layout > .facts-table-overlay { grid-column: 1; }
  .video-layout .video-media-cta { margin-top: 0; }
  .section-heading { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero-callout { font-size: 1.25rem; }
  .hero-keyring-product { width: min(82vw, 320px); }
  .video-media-cta-bar { padding: 18px; align-items: stretch; flex-direction: column; }
  .video-media-cta-bar > a { justify-content: center; }
  .section-heading,
  .section-heading h2,
  .facts-layout,
  .facts-visual { min-width: 0; max-width: 100%; }
  .section-heading h2 { width: 100%; font-size: clamp(2rem, 9vw, 3.25rem); }
  .facts-visual { width: 100%; padding: 0; display: grid; aspect-ratio: auto; }
  .facts-visual::after { display: none; }
  .facts-art {
    position: relative;
    inset: auto;
    grid-area: 1 / 1;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .facts-depth-layer {
    position: relative;
    inset: auto;
    grid-area: 1 / 1;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .facts-depth-front { right: 0; width: 78%; max-width: 78%; }
  .facts-visual figcaption {
    position: relative;
    inset: auto;
    grid-area: 2 / 1;
    width: 100%;
    margin: 0;
    padding: 16px 12px 18px;
    background: rgba(11,21,24,.98);
    font-size: clamp(.86rem, 3.6vw, 1rem);
    line-height: 1.35;
  }
  .press-screenshot-grid { grid-template-columns: 1fr; }
  .contact-shell { padding-block: 64px; }
  .contact-sticker {
    top: clamp(-108px, -26vw, -76px);
    left: 50%;
    width: min(72vw, 280px);
    transform: translateX(-50%);
  }
  .contact-heading { margin-bottom: 24px; }
  .contact-heading h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .contact-form { padding: 24px 18px; }
  .contact-fields-two { grid-template-columns: 1fr; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit-row button { width: 100%; }
  .footer-links { justify-content: flex-start; gap: 10px 18px; }
  .footer-contact { justify-content: flex-start; }
}

@media (max-width: 620px) {
  @supports (scale: calc(1px / 1px)) {
    .youtube-stage iframe {
      width: 533.333px;
      height: 300px;
      max-width: none;
      transform-origin: left top;
      scale: calc(100cqw / 533.333px);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
