:root {
  --black: #07080c;
  --black-soft: #101218;
  --paper: #eee9df;
  --ink: #111318;
  --muted: #a5a7ad;
  --cyan: #52d7ff;
  --cyan-soft: #174d5e;
  --gold: #d4a84b;
  --acid: #dbff45;
  --magenta: #ff3c89;
  --line: rgba(255, 255, 255, 0.16);
  --display: "Archivo Black", "Noto Sans KR", sans-serif;
  --body: "Manrope", "Noto Sans KR", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #f3f0e9;
  background: var(--black);
  font-family: var(--body);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--acid);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 clamp(20px, 4vw, 66px);
  border-bottom: 1px solid var(--line);
  color: #e6e2da;
  background: rgba(7, 8, 12, 0.38);
  backdrop-filter: blur(12px);
}

.fund-link,
.topbar__status,
.topbar__actions,
.language-switcher { display: flex; align-items: center; }

.fund-link {
  gap: 12px;
  width: fit-content;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fund-link__mark { color: var(--cyan); font-size: 19px; text-shadow: 0 0 17px var(--cyan); }

.topbar__status {
  gap: 10px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px var(--acid);
  animation: live 1.8s ease-in-out infinite;
}

.topbar__actions { justify-self: end; gap: 14px; }

.language-switcher {
  padding: 3px;
  border: 1px solid rgba(255,255,255,.18);
}

.language-switcher button {
  min-width: 35px;
  height: 28px;
  padding: 0 7px;
  border: 0;
  color: #878a92;
  background: transparent;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.language-switcher button[aria-pressed="true"] { color: var(--black); background: var(--acid); }

.mini-cta {
  padding: 11px 16px;
  border: 1px solid var(--acid);
  color: var(--acid);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .2s ease;
}

.mini-cta:hover { color: var(--black); background: var(--acid); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr);
  min-height: 900px;
  padding: 145px clamp(24px, 7vw, 112px) 74px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #090b10;
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7,8,12,.98) 0%, rgba(7,8,12,.9) 30%, rgba(7,8,12,.28) 64%, rgba(7,8,12,.85) 100%),
    linear-gradient(0deg, rgba(7,8,12,.98), transparent 34%);
}

.hero__game,
.hero__grid,
.hero__noise { position: absolute; inset: 0; }

.hero__game {
  background: url("assets/protoss-background.webp") center/cover no-repeat;
  opacity: .56;
  filter: saturate(.82) contrast(1.12);
  transform: scale(1.04);
}

.hero__grid {
  z-index: 2;
  opacity: .22;
  background-image:
    linear-gradient(rgba(82,215,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82,215,255,.18) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000, transparent 64%);
}

.hero__noise {
  z-index: 3;
  opacity: .07;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.22) 4px);
}

.hero__copy {
  position: relative;
  z-index: 5;
  align-self: center;
  max-width: 880px;
}

.kicker,
.micro {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kicker { display: flex; gap: 24px; margin: 0 0 26px; color: #c1c4c9; }
.kicker span { color: var(--acid); }

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2 { font-family: var(--display); text-transform: uppercase; }

h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 .18em;
  max-width: 870px;
  margin-bottom: 29px;
  font-size: clamp(66px, 9.3vw, 154px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.075em;
}

.hero__arrow { color: var(--magenta); font-family: var(--mono); font-size: .55em; text-shadow: 0 0 25px rgba(255,60,137,.45); }
.hero__korea { width: 100%; color: transparent; -webkit-text-stroke: 1px #f1eee8; }

.hero__statement {
  margin-bottom: 17px;
  font-family: var(--display);
  font-size: clamp(18px, 1.8vw, 29px);
  line-height: 1.18;
  text-transform: uppercase;
}

.hero__statement em { color: var(--acid); font-style: normal; }

.hero__lead {
  max-width: 660px;
  margin-bottom: 31px;
  color: #b6b8be;
  font-size: 15px;
  line-height: 1.72;
}

.hero__actions { display: flex; gap: 13px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 215px;
  min-height: 55px;
  padding: 0 21px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-3px); }
.button b { margin-left: 22px; font-size: 16px; }
.button--primary { color: var(--black); background: var(--acid); box-shadow: 0 13px 45px rgba(219,255,69,.14); }
.button--primary:hover { box-shadow: 0 15px 55px rgba(219,255,69,.28); }
.button--outline { border-color: rgba(255,255,255,.3); color: #e8e5df; background: rgba(7,8,12,.25); backdrop-filter: blur(10px); }
.button--large { min-width: 300px; min-height: 64px; padding: 0 27px; }

.hero__portrait {
  position: absolute;
  z-index: 4;
  right: clamp(4px, 2.5vw, 42px);
  bottom: 0;
  width: min(43vw, 635px);
}

.hero__portrait-frame { position: relative; display: flex; justify-content: center; height: min(79vh, 760px); overflow: hidden; }
.hero__portrait-frame::before {
  position: absolute;
  right: 8%;
  bottom: 7%;
  width: 70%;
  height: 70%;
  content: "";
  border-radius: 50%;
  background: rgba(82,215,255,.18);
  filter: blur(65px);
}
.hero__portrait img { position: relative; z-index: 1; width: auto; height: 100%; object-fit: contain; object-position: bottom; filter: saturate(.76) contrast(1.11); }
.hero__portrait p {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 12px 15px;
  border-left: 3px solid var(--acid);
  background: rgba(7,8,12,.84);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.hero__portrait p b { margin-top: 3px; color: var(--acid); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }

.hero__season {
  position: absolute;
  z-index: 6;
  top: 111px;
  right: clamp(22px, 4.6vw, 74px);
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(7,8,12,.62);
  backdrop-filter: blur(10px);
}
.hero__season span { align-self: start; color: var(--cyan); font-family: var(--display); font-size: 23px; }
.hero__season strong { color: var(--acid); font-family: var(--display); font-size: 76px; line-height: .8; }
.hero__season small { grid-column: 1/-1; max-width: 170px; margin-top: 12px; color: #9ea2aa; font-family: var(--mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }

.vertical-word {
  position: absolute;
  z-index: 6;
  right: 8px;
  bottom: 80px;
  margin: 0;
  color: rgba(255,255,255,.35);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 9px;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.ticker { overflow: hidden; border-bottom: 1px solid rgba(7,8,12,.18); color: var(--black); background: var(--acid); }
.ticker div { display: flex; align-items: center; gap: 32px; width: max-content; min-height: 43px; animation: ticker 30s linear infinite; }
.ticker span { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .12em; white-space: nowrap; }
.ticker i { color: var(--magenta); font-size: 9px; }

.section { position: relative; padding: clamp(92px, 10vw, 160px) clamp(24px, 7vw, 112px); }
.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #70747b;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-label::after { width: 55px; height: 1px; content: ""; background: currentColor; }
.section-label span { color: var(--magenta); }
.section-label--light { color: #858992; }

.micro { margin-bottom: 24px; color: #70747b; }
h2 { margin-bottom: 0; font-size: clamp(43px, 5.5vw, 88px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
h2 em { color: var(--magenta); font-style: normal; }

.mission {
  display: grid;
  grid-template-columns: .38fr 1fr .83fr;
  gap: clamp(42px, 6vw, 100px);
  color: var(--ink);
  background:
    linear-gradient(rgba(7,8,12,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,8,12,.045) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
}
.mission__headline { padding-top: 36px; }
.mission__copy { align-self: end; padding-top: 120px; }
.mission__copy > p { color: #555960; font-size: 15px; line-height: 1.75; }
.mission__copy .mission__lead { color: #16191e; font-size: 19px; font-weight: 700; line-height: 1.55; }
.mission blockquote {
  margin: 35px 0 0;
  padding: 25px 0 0 28px;
  border-top: 1px solid rgba(7,8,12,.16);
  border-left: 4px solid var(--magenta);
  color: #24272d;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
}

.evidence {
  display: grid;
  grid-template-columns: .28fr minmax(290px, .63fr) 1fr;
  gap: clamp(28px, 5vw, 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 42%, rgba(82,215,255,.16), transparent 27%),
    var(--black-soft);
}
.evidence::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  color: rgba(255,255,255,.025);
  content: "23";
  font-family: var(--display);
  font-size: min(47vw, 690px);
  line-height: .7;
}
.evidence__poster { position: relative; align-self: center; z-index: 2; }
.evidence__poster::before { position: absolute; inset: -15px 16px 15px -16px; content: ""; border: 1px solid rgba(82,215,255,.38); }
.evidence__poster img { position: relative; width: 100%; max-height: 690px; object-fit: cover; }
.evidence__stamp {
  position: absolute;
  right: -28px;
  bottom: 10%;
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border: 1px solid var(--acid);
  border-radius: 50%;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transform: rotate(9deg);
}
.evidence__content { position: relative; z-index: 2; padding-top: 66px; }
.evidence__content h2 { margin-bottom: 60px; }
.evidence__content h2 em { color: var(--acid); }
.stats { border-top: 1px solid var(--line); }
.stat { display: grid; grid-template-columns: 110px minmax(130px,.55fr) 1fr; align-items: start; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.stat > b { color: var(--cyan); font-family: var(--mono); font-size: 11px; }
.stat h3 { margin: 0; font-size: 14px; text-transform: uppercase; }
.stat p { margin: 0; color: #91959d; font-size: 13px; line-height: 1.55; }

.route { color: var(--ink); background: #f4f0e7; }
.route__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 45px 0 80px; }
.route__heading .micro { align-self: flex-start; min-width: 180px; }
.route__heading h2 { max-width: 760px; text-align: right; }
.route__map { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(7,8,12,.2); border-bottom: 1px solid rgba(7,8,12,.2); }
.route-step { position: relative; min-height: 305px; padding: 25px clamp(18px,2.6vw,40px) 35px; }
.route-step + .route-step { border-left: 1px solid rgba(7,8,12,.2); }
.route-step::after { position: absolute; top: -5px; right: -5px; z-index: 2; width: 9px; height: 9px; content: ""; border-radius: 50%; background: var(--magenta); }
.route-step:last-child::after { display: none; }
.route-step > b { color: #8d9096; font-family: var(--mono); font-size: 9px; }
.route-step__icon { display: block; margin: 43px 0 39px; color: var(--magenta); font-family: var(--mono); font-size: 38px; }
.route-step h3 { margin-bottom: 10px; font-size: 15px; text-transform: uppercase; }
.route-step p { margin: 0; color: #676a70; font-size: 13px; line-height: 1.6; }
.route-step--final { color: #f2eee5; background: var(--black); }
.route-step--final p { color: #9699a0; }
.route-step--final .route-step__icon { color: var(--acid); }
.route__note { display: grid; grid-template-columns: .5fr 1.5fr; gap: 45px; margin-top: 55px; padding-left: 25%; }
.route__note span { color: var(--magenta); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.route__note p { max-width: 750px; margin: 0; font-size: 18px; font-weight: 700; line-height: 1.6; }

.game-strip { position: relative; display: grid; min-height: 620px; overflow: hidden; place-items: center; }
.game-strip__image { position: absolute; inset: 0; background: url("assets/game-6.webp") center/cover no-repeat; filter: saturate(.65) contrast(1.12); }
.game-strip::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,8,12,.96), rgba(7,8,12,.26) 61%, rgba(7,8,12,.72)); }
.game-strip__copy { position: relative; z-index: 2; width: min(1280px, calc(100% - 48px)); }
.game-strip__copy span { display: block; margin-bottom: 22px; color: var(--cyan); font-family: var(--mono); font-size: 10px; letter-spacing: .2em; }
.game-strip__copy h2 { max-width: 900px; text-shadow: 0 4px 35px #000; }
.game-strip__copy h2 em { color: var(--cyan); }

.support { display: grid; min-height: 720px; overflow: hidden; place-items: center; text-align: center; background: radial-gradient(circle, #16262c 0, #090b10 47%, #07080c 72%); }
.support__rings,
.support__rings::before,
.support__rings::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(82,215,255,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.support__rings { width: min(78vw,1000px); height: min(78vw,1000px); }
.support__rings::before { width: 70%; height: 70%; content: ""; }
.support__rings::after { width: 38%; height: 38%; content: ""; box-shadow: 0 0 65px rgba(82,215,255,.08); }
.support__inner { position: relative; z-index: 2; max-width: 1050px; }
.support h2 { margin-bottom: 26px; }
.support h2 em { color: var(--acid); }
.support__inner > p:not(.micro) { max-width: 660px; margin: 0 auto 34px; color: #a2a5ab; font-size: 16px; line-height: 1.7; }
.support small { display: block; margin-top: 17px; color: #686c73; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.footer {
  display: grid;
  grid-template-columns: .7fr 1.7fr .7fr;
  align-items: center;
  gap: 35px;
  padding: 30px clamp(24px,4vw,66px);
  border-top: 1px solid var(--line);
  color: #777a81;
  background: #050609;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer div { display: flex; flex-direction: column; }
.footer div a { color: var(--acid); font-size: 10px; font-weight: 600; }
.footer p { margin: 0; text-align: center; }
.footer nav { display: flex; justify-content: flex-end; gap: 16px; }
.footer nav a:hover { color: var(--cyan); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

a:focus-visible,
button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

html[lang="ko"] body { font-family: "Noto Sans KR", var(--body); word-break: keep-all; }
html[lang="ko"] h1,
html[lang="ko"] h2 { font-family: "Noto Sans KR", var(--display); font-weight: 900; letter-spacing: -.06em; }

@keyframes live { 50% { opacity: .35; box-shadow: 0 0 3px var(--acid); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: 880px; }
  .hero__copy { max-width: 670px; }
  .hero__portrait { right: -35px; width: 52vw; opacity: .74; }
  .hero__portrait p { right: 55px; }
  .mission { grid-template-columns: .25fr 1fr; }
  .mission__copy { grid-column: 2; max-width: 760px; padding-top: 20px; }
  .evidence { grid-template-columns: .2fr .65fr 1fr; }
  .stat { grid-template-columns: 90px 1fr; }
  .stat p { grid-column: 2; }
}

@media (max-width: 820px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar__status { display: none; }
  .hero { min-height: 930px; padding-top: 125px; align-items: end; }
  .hero::after { background: linear-gradient(0deg, rgba(7,8,12,.99) 0%, rgba(7,8,12,.84) 55%, rgba(7,8,12,.24) 100%); }
  .hero__copy { align-self: end; }
  .hero__portrait { top: 85px; right: -8%; bottom: auto; width: 65vw; }
  .hero__portrait-frame { height: 520px; }
  .hero__portrait p { display: none; }
  .hero__season { top: 99px; left: 24px; right: auto; }
  .mission,
  .evidence { grid-template-columns: 1fr; }
  .mission__headline,
  .mission__copy,
  .evidence__content { grid-column: 1; }
  .mission__copy { padding-top: 0; }
  .evidence__poster { max-width: 450px; margin: 15px auto 20px; }
  .evidence__content { padding-top: 20px; }
  .route__map { grid-template-columns: repeat(2,1fr); }
  .route-step:nth-child(3) { border-top: 1px solid rgba(7,8,12,.2); border-left: 0; }
  .route-step:nth-child(4) { border-top: 1px solid rgba(7,8,12,.2); }
  .route__note { padding-left: 0; }
  .footer { grid-template-columns: 1fr auto; }
  .footer p { grid-row: 2; grid-column: 1/-1; text-align: left; }
}

@media (max-width: 560px) {
  .topbar { min-height: 68px; padding: 0 15px; }
  .fund-link span:last-child { display: none; }
  .topbar__actions { gap: 8px; }
  .mini-cta { padding: 10px 11px; font-size: 8px; }
  .language-switcher button { min-width: 30px; padding: 0 4px; }
  .hero { min-height: 870px; padding: 105px 18px 50px; }
  .hero__portrait { top: 72px; right: -21%; width: 93vw; }
  .hero__portrait-frame { height: 470px; }
  .hero__season { top: 88px; left: 17px; transform: scale(.82); transform-origin: top left; }
  h1 { font-size: clamp(57px,21vw,96px); line-height: .81; }
  .hero__lead { font-size: 13px; line-height: 1.6; }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .vertical-word { display: none; }
  .section { padding: 82px 18px; }
  h2 { font-size: clamp(38px,12vw,58px); }
  .mission { gap: 25px; }
  .mission__headline { padding-top: 8px; }
  .mission__copy .mission__lead { font-size: 17px; }
  .evidence__poster { width: calc(100% - 20px); }
  .evidence__stamp { right: -10px; }
  .evidence__content h2 { margin-bottom: 40px; }
  .stat { grid-template-columns: 84px 1fr; gap: 12px; }
  .route__heading { display: block; margin: 35px 0 48px; }
  .route__heading h2 { text-align: left; }
  .route__map { grid-template-columns: 1fr; }
  .route-step { min-height: 245px; }
  .route-step + .route-step { border-top: 1px solid rgba(7,8,12,.2); border-left: 0; }
  .route-step::after { top: auto; right: 50%; bottom: -5px; }
  .route-step__icon { margin: 28px 0 25px; }
  .route__note { grid-template-columns: 1fr; gap: 14px; }
  .route__note p { font-size: 16px; }
  .game-strip { min-height: 560px; }
  .game-strip__copy { width: calc(100% - 36px); }
  .support { min-height: 660px; }
  .button--large { min-width: 0; }
  .footer { grid-template-columns: 1fr; gap: 20px; }
  .footer p { grid-row: auto; grid-column: auto; }
  .footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
