.launch { padding-top: 2rem; }
.language-switch { display: flex; flex-shrink: 0; gap: .25rem; padding: .2rem; border: 1px solid #547684; border-radius: 999px; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .35rem .75rem; border-radius: 999px; font-size: .9rem; }
.language-switch a[aria-current="page"] { color: #071326; background: var(--aqua); font-weight: 800; }
header.shell { flex-wrap: wrap; }
html:lang(ko) { font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; word-break: keep-all; overflow-wrap: anywhere; }
html:lang(ko) h1 { letter-spacing: -.04em; line-height: 1.16; }
html:lang(ko) .launch h1 { font-size: clamp(2.8rem,6.4vw,5.2rem); max-width: none; }
.friend-challenge { max-width: 800px; margin: 3rem auto; }.friend-challenge p { color: var(--muted); }
.launch-hero { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 4rem; padding: 2rem 0 5rem; }
.launch h1 { font-size: clamp(3.4rem, 7.8vw, 6.7rem); line-height: 1.02; }
.launch h2 { letter-spacing: -.025em; line-height: 1.2; }
.dodge { color: #ff9bb4; }.absorb { color: #73dfff; }
.actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.button { gap: .6rem; border: 1px solid transparent; line-height: 1.35; min-height: 48px; align-items: center; }
.button:hover { color: #080617; background: #b7fff5; }
.button.secondary { background: transparent; color: var(--ink); border-color: #547684; }
.button.secondary:hover { background: #152d3c; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--aqua); outline-offset: 5px; }
.small-print { color: var(--muted); font-size: .83rem; max-width: 42rem; margin: 1.2rem 0; }
.quiet-link { font-size: .9rem; }
.game-preview { margin: 0; justify-self: center; max-width: 285px; }
.game-preview img { display: block; width: 100%; height: auto; border: 1px solid #497383; border-radius: 24px; box-shadow: 0 20px 80px #15325088; }
figcaption { color: var(--muted); font-size: .78rem; margin-top: 1rem; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 2.5rem; padding: 2.5rem 0; }
.feature-grid p, .closing p { color: var(--muted); font-size: .95rem; }
.feature-grid h2 { font-size: 1.45rem; }
.feature-number { color: var(--aqua); letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.screens-section { padding: 5rem 0 3rem; }.screens-section h2 { font-size: clamp(2rem,4vw,3rem); margin-top: .7rem; }
.screens-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 800px; margin: 2.5rem auto 0; }
.screens-grid figure { margin: 0; }.screens-grid img { width: 100%; height: auto; border-radius: 14px; border: 1px solid #335062; }
.korean-copy { max-width: 800px; margin: 3rem auto; word-break: keep-all; }.korean-copy p { color: var(--muted); }
.closing { display: flex; align-items: center; gap: 1.2rem; padding: 2rem 0 0; }.closing img { border-radius: 14px; }.closing h2 { font-size: 1.5rem; }
.content.shell { width: min(100% - 2rem, 48rem); }
.press-links { display: flex; flex-wrap: wrap; gap: .7rem 1.3rem; padding-left: 0; list-style: none; }
.fact-list dt { font-weight: 800; margin-top: 1rem; }.fact-list dd { margin-left: 0; color: var(--muted); }
.steps li { padding: .5rem 0; }.notice { border-left: 3px solid var(--aqua); padding-left: 1rem; }
.video-showcase { display: grid; grid-template-columns: 1fr minmax(0,300px); align-items: center; gap: 3rem; padding: 4rem 0; border-bottom: 1px solid var(--line); scroll-margin-top: 2rem; }
.video-showcase h2 { font-size: clamp(2rem,4vw,3rem); }.video-showcase p { color: var(--muted); }
.video-showcase figure { margin: 0; width: 100%; }.video-showcase .actions { align-items: center; }
.video-player { display: block; width: 100%; height: auto; aspect-ratio: 880 / 1912; background: #071326; border: 1px solid #497383; border-radius: 16px; }
.video-player:focus-visible { outline: 3px solid var(--aqua); outline-offset: 5px; }
@media(max-width:720px) {
  .launch-hero { grid-template-columns: 1fr; gap: 2.5rem; padding: 1rem 0 3rem; }
  .launch h1 { font-size: clamp(3.2rem, 12vw, 5.2rem); }
  .game-preview { max-width: 220px; }
  .feature-grid { grid-template-columns: 1fr; gap: 1rem; }
  .video-showcase { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; }.video-showcase figure { max-width: 300px; justify-self: center; }
  .screens-section { padding-top: 3rem; }
  .screens-grid { gap: .8rem; grid-template-columns: 1fr 1fr; }.screens-grid figure:last-child { grid-column: 1 / -1; max-width: 200px; justify-self: center; }
  .closing { align-items: flex-start; }.closing img { width: 48px; height: 48px; }
}
