:root { color-scheme: dark; --bg: #0e2427; --panel: #153337; --ink: #edf7f3; --muted: #bdd1cd; --accent: #b2ecd0; --line: #3b5759; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.0625rem; line-height: 1.7; }
a { color: var(--accent); text-underline-offset: .22em; overflow-wrap: anywhere; }
a:hover { color: white; }
a:focus-visible { outline: 3px solid #ffd17d; outline-offset: 5px; border-radius: 2px; }
.skip { position: absolute; left: 1rem; top: -6rem; background: var(--bg); padding: .5rem 1rem; z-index: 2; }
.skip:focus { top: 1rem; }
.masthead, main, footer { width: min(100% - 3rem, 66rem); margin: auto; }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .9rem; font-size: 1.375rem; font-weight: 700; text-decoration: none; color: var(--ink); }
.brand img { display: block; border-radius: 13px; }
nav { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; font-size: .9375rem; }
.intro { max-width: 48rem; padding: 4rem 0 3.25rem; }
.eyebrow { color: var(--accent); font-size: .875rem; letter-spacing: .15em; font-weight: 650; }
h1 { font-size: clamp(2.5rem, 7vw, 4.5rem); line-height: 1.06; letter-spacing: -.035em; font-weight: 720; margin: 1rem 0 1.5rem; }
h2 { font-size: 1.9rem; line-height: 1.3; letter-spacing: -.02em; margin: 0 0 1.75rem; }
h3 { font-size: 1.15rem; line-height: 1.4; margin: 0 0 .7rem; }
p { margin: .5rem 0 1rem; color: var(--muted); }
.intro > p:not(.eyebrow) { max-width: 42rem; }
.status { font-size: .9375rem; border-left: 3px solid var(--accent); padding-left: 1rem; margin-top: 2rem; }
.language-section { padding: 3rem 0; border-top: 1px solid var(--line); }
.answers { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 3rem; }
article { padding-top: .25rem; }
.contact { margin-top: 2rem; padding: 1.5rem 1.75rem; background: var(--panel); border-radius: 14px; }
.contact p { margin-bottom: 0; }
.policy { max-width: 48rem; padding-top: 3rem; }
.policy h1 { font-size: clamp(2.5rem, 6vw, 3.7rem); }
.policy h2:not(#korean-title), .policy h3 { margin: 2rem 0 .65rem; font-size: 1.3rem; }
.policy > section:first-child { padding-bottom: 2rem; }
.date { font-size: .9375rem; margin: 1.5rem 0 2rem; }
[lang="ko"] { word-break: keep-all; overflow-wrap: anywhere; }
footer { border-top: 1px solid var(--line); padding: 2rem 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .9375rem; color: var(--muted); }
@media (max-width: 660px) { .masthead { align-items: flex-start; flex-direction: column; } .answers { grid-template-columns: 1fr; gap: 1.5rem; } .intro { padding-top: 2.5rem; } .contact { padding: 1.3rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
