:root {
  --bg: #030305;
  --stage: #0d0b20;
  --stage-2: #15112f;
  --ink: #f7f4ec;
  --muted: #aaa6b4;
  --gold: #d1ad63;
  --gold-dark: #7f6331;
  --line: rgba(209, 173, 99, .28);
  --white-line: rgba(255, 255, 255, .16);
  --header-height: 68px;
  --content: 1180px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); background: var(--bg); }
body { margin: 0; padding-bottom: calc(70px + var(--safe-bottom)); overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: "Pretendard Variable", Pretendard, "DM Sans", "Apple SD Gothic Neo", "Malgun Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; -webkit-font-smoothing: antialiased; }
html[lang^="en"] body { font-family: "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
main { overflow: visible; }
a { color: inherit; }
button, select { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .eyebrow, .kicker, .award-tabs__list button, .candidate-list strong, .hero__edition, .coming-soon strong { font-family: "DM Sans", "Pretendard Variable", Pretendard, sans-serif; }
.golden-disc-lock { display: inline-block; white-space: nowrap; word-spacing: .04em; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -100px; padding: 12px 16px; color: #000; background: #fff; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; z-index: 60; top: 0; height: var(--header-height); padding: 0 max(18px, calc((100vw - var(--content)) / 2)); display: flex; align-items: center; justify-content: space-between; color: #111; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(0, 0, 0, .1); backdrop-filter: blur(14px); }
.choeaedol-logo { display: inline-flex; align-items: center; }
.choeaedol-logo img { width: 144px; height: auto; }
.menu-button { width: 44px; height: 44px; padding: 9px 6px; border: 0; display: grid; align-content: center; gap: 5px; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: #111; }
.menu-panel { position: fixed; z-index: 100; inset: 0; overflow: auto; padding: 24px max(22px, calc((100vw - var(--content)) / 2)); color: #141414; background: #fff; }
.menu-panel__top { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ccc; }
.menu-panel__top strong { font-size: 1.15rem; }
.menu-close { min-height: 44px; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.menu-panel nav { margin: 24px 0 30px; display: grid; }
.menu-panel nav a { padding: 14px 0; border-bottom: 1px solid #ddd; font-size: clamp(1.2rem, 4vw, 2rem); font-weight: 800; text-decoration: none; }
.language-select { max-width: 340px; display: grid; gap: 8px; color: #555; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.language-select select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid #222; color: #111; background: #fff; }
.hero { position: relative; isolation: isolate; min-height: calc(100svh - var(--header-height)); padding: 128px max(20px, calc((100vw - var(--content)) / 2)) 96px; display: flex; align-items: center; background-color: #030305; background-image: url("/assets/hero-stage-mobile.webp"); background-size: cover; background-position: center top; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 45% 0 0; background: rgba(3, 3, 5, .62); }
.gda-logo { position: absolute; z-index: 2; top: 14px; left: max(20px, calc((100vw - var(--content)) / 2)); width: 76px; height: 76px; object-fit: contain; }
.hero__copy { position: relative; z-index: 2; width: 100%; max-width: 760px; transform: translateY(-4svh); }
.eyebrow, .kicker { margin-bottom: 14px; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin-bottom: 20px; font-size: clamp(3.25rem, 14vw, 5.4rem); font-weight: 900; line-height: .9; letter-spacing: -.032em; text-wrap: balance; }
.hero__lead { max-width: 590px; margin-bottom: 0; color: rgba(255, 255, 255, .72); font-size: .96rem; line-height: 1.65; }
.hero__actions { display: grid; gap: 9px; }
.hero__notice { display: none; }
.hero__edition { margin-top: 22px; display: flex; align-items: baseline; gap: 8px; color: rgba(255, 255, 255, .62); transform: translateY(8svh); }
.hero__edition span { font-size: .62rem; font-weight: 900; letter-spacing: .18em; }
.hero__edition strong { color: var(--gold); font-size: 3.1rem; line-height: 1; letter-spacing: -.055em; }
.button { width: 100%; min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-weight: 900; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #090909; background: var(--gold); }
.button--primary:hover { background: #e0c078; }
.button--ghost { color: #fff; border-color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .26); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, select:focus-visible { outline: 3px solid #76bdff; outline-offset: 3px; }
.section { position: relative; padding: 82px max(20px, calc((100vw - var(--content)) / 2)); }
.section__heading { max-width: 750px; margin-bottom: 38px; }
.section__heading h2, .editorial h2, .install-panel h2 { margin-bottom: 18px; color: #fff; font-size: clamp(2.35rem, 10vw, 5rem); line-height: .98; letter-spacing: -.025em; }
.section__heading > p:last-child { color: var(--muted); line-height: 1.75; }
.schedule { background: #08080d; }
.schedule::before { content: "41"; position: absolute; top: 38px; right: max(20px, calc((100vw - var(--content)) / 2)); color: rgba(209, 173, 99, .09); font-size: min(38vw, 310px); font-weight: 900; line-height: .8; letter-spacing: -.1em; pointer-events: none; }
.award-row { position: relative; padding: 25px 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; border-top: 1px solid var(--white-line); }
.award-row:last-child { border-bottom: 1px solid var(--white-line); }
.award-row--featured { border-top: 2px solid var(--gold); }
.award-row__number { color: var(--gold); font-size: .75rem; font-weight: 900; }
.award-row__title span { display: block; margin-bottom: 8px; color: var(--gold); font-size: .67rem; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.award-row__title h3 { margin-bottom: 0; color: #fff; font-size: 1.52rem; letter-spacing: -.035em; }
.award-row__date { grid-column: 2; }
.award-row__date strong { display: block; margin-bottom: 8px; color: #fff; font-size: .95rem; }
.award-row__date p { margin: 0; color: var(--muted); line-height: 1.65; }
.candidates { isolation: isolate; background: var(--stage); }
.candidates::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: url("/assets/hero-stage-mobile.webp"); background-size: cover; background-position: center 25%; opacity: .2; }
.candidate-pending { min-height: 280px; padding: 44px 18px; display: grid; place-content: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.candidate-pending span { color: #fff; font-size: clamp(4rem, 22vw, 8.5rem); font-weight: 900; line-height: .88; letter-spacing: -.035em; }
.candidate-pending p { max-width: 560px; margin: 16px auto 0; color: #b6b1c1; line-height: 1.6; }
.candidate-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.candidate-list li { padding: 20px 0; display: grid; grid-template-columns: 54px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.candidate-list strong { color: #fff; font-size: clamp(1.5rem, 6vw, 3rem); }
.guide { background: #050508; }
.steps { position: relative; margin: 0; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; top: 0; bottom: 0; left: 20px; width: 1px; background: var(--line); }
.steps li { position: relative; padding: 0 0 34px 66px; display: block; }
.steps li:last-child { padding-bottom: 0; }
.steps > li > span { position: absolute; left: 0; top: 0; width: 42px; height: 42px; display: grid; place-items: center; color: #070707; background: var(--gold); font-size: .75rem; font-weight: 900; }
.steps h3 { margin-bottom: 8px; color: #fff; font-size: 1.25rem; }
.steps p { margin: 0; color: var(--muted); line-height: 1.7; }
.text-link { margin-top: 34px; display: inline-flex; gap: 10px; color: var(--gold); font-weight: 900; text-underline-offset: 5px; }
.editorial { display: grid; gap: 28px; background: #100d22; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.editorial__body { max-width: 720px; }
.editorial__body p { color: #b5b0be; line-height: 1.85; }
.faq { background: #050508; }
.faq-list { border-top: 1px solid var(--gold); }
.faq-list details { border-bottom: 1px solid var(--white-line); }
.faq-list summary { padding: 22px 0; display: flex; justify-content: space-between; gap: 18px; color: #fff; font-weight: 800; line-height: 1.5; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: 0; padding: 0 0 24px; color: var(--muted); line-height: 1.75; }
.install-panel { position: relative; isolation: isolate; padding: 78px max(20px, calc((100vw - var(--content)) / 2)); display: grid; gap: 24px; background-color: var(--stage-2); background-image: url("/assets/hero-stage-mobile.webp"); background-size: cover; background-position: center 20%; }
.install-panel::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(6, 5, 15, .72); }
.install-panel > div { max-width: 680px; }
.install-panel p { color: #b9b4c3; line-height: 1.7; }
.install-panel .button { justify-self: start; }
.qr-preview { display: none; padding: 10px; border: 1px solid var(--gold); border-radius: 0; background: #fff; cursor: pointer; }
.site-footer { padding: 46px max(20px, calc((100vw - var(--content)) / 2)) 52px; color: #626262; background: #eee; font-size: .76rem; line-height: 1.7; }
.site-footer__links { margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 12px 20px; }
.site-footer__links strong { flex-basis: 100%; color: #222; }
.site-footer__links a { color: #333; font-weight: 700; }
.site-footer p { margin-bottom: 5px; }
.download-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; min-height: 70px; padding: 9px 14px calc(9px + var(--safe-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: rgba(5, 5, 8, .94); border-top: 1px solid var(--gold); box-shadow: 0 -10px 30px rgba(0, 0, 0, .35); backdrop-filter: blur(16px); }
.download-bar > div { display: none; min-width: 0; }
.download-bar strong, .download-bar span { display: block; }
.download-bar span { margin-top: 4px; overflow: hidden; color: var(--muted); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.download-bar .button { min-height: 50px; font-size: .82rem; }
.download-bar .button { gap: 10px; }
.free-badge { padding: 4px 7px; color: #fff; background: #090909; font-family: "DM Sans", sans-serif; font-size: .68rem; font-weight: 900; line-height: 1; letter-spacing: .08em; }
.download-bar .is-opening { color: #fff; background: var(--gold-dark); transform: scale(.98); }
.app-toast { position: fixed; z-index: 120; left: 50%; bottom: calc(84px + var(--safe-bottom)); width: max-content; max-width: calc(100vw - 32px); padding: 12px 16px; transform: translateX(-50%); color: #090909; background: #fff; border-left: 4px solid var(--gold); box-shadow: 0 12px 36px rgba(0, 0, 0, .35); font-size: .8rem; font-weight: 800; }
.qr-dialog { width: min(430px, calc(100vw - 32px)); padding: 34px; color: #181818; background: #fff; border: 1px solid var(--gold); border-radius: 0; text-align: center; box-shadow: 0 24px 90px rgba(0, 0, 0, .55); }
.qr-dialog::backdrop { background: rgba(0, 0, 0, .78); backdrop-filter: blur(5px); }
.qr-dialog__close { position: absolute; top: 8px; right: 10px; width: 42px; height: 42px; border: 0; background: transparent; font-size: 1.9rem; cursor: pointer; }
.qr-dialog h2 { margin-bottom: 18px; font-size: 2rem; }
.qr-dialog img { margin: 0 auto 18px; }
.qr-dialog > p:last-child { margin-bottom: 0; color: #666; line-height: 1.6; }
@media (min-width: 768px) {
  :root { --header-height: 80px; }
  body { padding-bottom: 82px; }
  .choeaedol-logo img { width: 174px; }
  .hero { min-height: calc(100svh - var(--header-height)); padding-top: 150px; padding-bottom: 112px; align-items: center; background-image: url("/assets/hero-stage-desktop.webp"); background-size: cover; background-position: center; }
  .hero__copy { transform: translateY(-9svh); }
  .hero::after { inset: 0 45% 0 0; background: rgba(3, 3, 5, .34); }
  .gda-logo { top: 22px; width: 92px; height: 92px; }
  .hero h1 { max-width: 820px; font-size: clamp(4.7rem, 9.2vw, 7.8rem); }
  .hero__lead { font-size: 1.08rem; }
  .hero__actions { display: flex; flex-wrap: wrap; }
  .hero__actions .button { width: auto; min-width: 190px; }
  .hero__notice { display: block; margin: 18px 0 0; color: rgba(255, 255, 255, .56); font-size: .76rem; line-height: 1.5; }
  .hero__edition { margin-top: 30px; gap: 10px; transform: none; }
  .hero__edition span { font-size: .66rem; }
  .hero__edition strong { font-size: 4.2rem; }
  .section { padding-top: 118px; padding-bottom: 118px; }
  .award-row { grid-template-columns: 56px minmax(220px, .78fr) minmax(0, 1.22fr); gap: 22px; padding: 30px 0; }
  .award-row__date { grid-column: auto; }
  .award-row__title h3 { font-size: clamp(1.6rem, 3vw, 2.6rem); }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
  .steps::before { top: 21px; right: 0; bottom: auto; left: 0; width: auto; height: 1px; }
  .steps li { padding: 70px 18px 0 0; }
  .steps > li > span { left: 0; }
  .editorial { grid-template-columns: .9fr 1.1fr; gap: 60px; }
  .install-panel { grid-template-columns: minmax(0, 1fr) 134px auto; background-image: url("/assets/hero-stage-desktop.webp"); background-position: center; }
  .qr-preview { display: block; }
  .install-panel .button { width: auto; min-width: 200px; }
  .download-bar { min-height: 82px; padding-right: max(18px, calc((100vw - var(--content)) / 2)); padding-left: max(18px, calc((100vw - var(--content)) / 2)); }
  .download-bar > div { display: block; }
  .download-bar .button { width: auto; min-width: 190px; }
  .app-toast { bottom: 100px; }
  .menu-panel nav { grid-template-columns: 1fr 1fr; column-gap: 44px; }
}
@media (min-width: 1200px) {
  .hero__copy { width: 90%; max-width: 1100px; transform: translateY(-9svh); }
  .hero h1 { max-width: 1100px; font-size: 4.8rem; }
  .section__heading { margin-bottom: 54px; }
  .download-bar span { max-width: 560px; }
}
@media (max-width: 390px) {
  .hero { padding-right: 16px; padding-bottom: 88px; padding-left: 16px; }
  .gda-logo { left: 16px; }
  .hero h1 { font-size: clamp(2.65rem, 13.6vw, 3.65rem); }
  .hero__lead { font-size: .9rem; }
  .section { padding-right: 16px; padding-left: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Full-page event flow */
html { scroll-snap-type: y mandatory; }
.snap-panel { min-height: calc(100svh - var(--header-height)); scroll-snap-align: start; scroll-snap-stop: always; }
.section.snap-panel { display: flex; flex-direction: column; justify-content: center; }
.site-footer.snap-panel { display: flex; flex-direction: column; justify-content: center; }

.category-screen { isolation: isolate; justify-content: flex-start; padding-top: 40px; padding-bottom: calc(100px + var(--safe-bottom)); background: #08080d; }
.category-screen::before { content: "41"; position: absolute; z-index: -1; top: 34px; right: max(20px, calc((100vw - var(--content)) / 2)); color: rgba(209, 173, 99, .08); font-size: min(34vw, 280px); font-weight: 900; line-height: .8; letter-spacing: -.1em; pointer-events: none; }
.category-screen .section__heading { margin-bottom: 24px; }
.award-tabs { width: 100%; }
.award-tabs__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--white-line); }
.award-tabs__list button { min-height: 58px; padding: 8px 4px; border: 0; border-bottom: 3px solid transparent; color: #817e8a; background: transparent; font-size: clamp(.72rem, 2.7vw, .95rem); font-weight: 900; line-height: 1.25; cursor: pointer; transition: color .2s ease, border-color .2s ease; }
.award-tabs__list button[aria-selected="true"] { color: #fff; border-color: var(--gold); }
.award-tabs__list button:active { transform: translateY(1px); }
.award-tab-panel { min-height: min(52svh, 490px); padding-top: 18px; }
.coming-soon { place-content: center; text-align: center; }
.coming-soon:not([hidden]) { display: grid; }
.coming-soon p { margin-bottom: 16px; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.coming-soon strong { color: #fff; font-size: clamp(3.1rem, 15vw, 7.5rem); line-height: .92; letter-spacing: -.035em; }
.coming-soon span { margin-top: 18px; color: var(--muted); font-size: .86rem; }
.candidate-carousel { min-width: 0; }
.candidate-toolbar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vote-period { color: #fff; font-family: "DM Sans", "Pretendard Variable", Pretendard, sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.candidate-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.candidate-navigation button { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(153, 153, 153, .72); border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .025); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, opacity .2s ease, transform .2s ease; }
.candidate-navigation button:not(:disabled):hover { border-color: #999; background: rgba(255, 255, 255, .08); transform: translateY(-1px); }
.candidate-navigation button:active { transform: scale(.96); }
.candidate-navigation button:disabled { opacity: .24; cursor: default; }
.candidate-navigation svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.candidate-list { margin: 0; padding: 0 0 12px; display: grid; grid-auto-columns: min(74vw, 284px); grid-auto-flow: column; gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; list-style: none; }
.candidate-list::-webkit-scrollbar { display: none; }
.candidate-list li { position: relative; isolation: isolate; height: min(43svh, 390px); padding: 0; display: block; overflow: hidden; border: 1px solid var(--white-line); background: #0c0b12; scroll-snap-align: start; }
.candidate-list li::before { content: ""; position: absolute; z-index: 0; inset: -24px; background-position: center; background-size: cover; filter: blur(18px) saturate(.82); opacity: .62; transform: scale(1.08); }
.candidate-list li::after { content: ""; position: absolute; z-index: 2; inset: 50% 0 0; background: rgba(0, 0, 0, .48); pointer-events: none; }
.candidate-card--ahof::before { background-image: url("/assets/nominees/ahof.jpg"); }
.candidate-card--how::before { background-image: url("/assets/nominees/how.jpg"); }
.candidate-card--aen::before { background-image: url("/assets/nominees/aen.png"); }
.candidate-card--naze::before { background-image: url("/assets/nominees/naze.webp"); }
.candidate-card--the-wind::before { background-image: url("/assets/nominees/the-wind.jpg"); }
.candidate-list img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.candidate-card--ahof img, .candidate-card--aen img, .candidate-card--naze img, .candidate-card--the-wind img { object-fit: contain; object-position: center; }
.candidate-list li > strong { position: absolute; z-index: 3; right: 14px; bottom: 13px; left: 14px; color: #fff; font-size: clamp(1.45rem, 7vw, 2.2rem); line-height: 1; letter-spacing: -.025em; }
.candidate-pending { min-height: min(43svh, 390px); }

.guide.section, .editorial.section, .faq.section { padding-top: 52px; padding-bottom: 70px; }
.editorial__body p:last-child { margin-bottom: 0; }
.site-footer.snap-panel { padding-bottom: calc(96px + var(--safe-bottom)); }

@media (min-width: 768px) {
  .category-screen { padding-top: 56px; padding-bottom: calc(110px + var(--safe-bottom)); }
  .category-screen .section__heading { margin-bottom: 34px; }
  .award-tabs__list button { min-height: 68px; font-size: .95rem; }
  .award-tab-panel { min-height: min(43svh, 420px); padding-top: 24px; }
  .candidate-toolbar { min-height: 68px; }
  .candidate-navigation { gap: 14px; }
  .candidate-navigation button { width: 54px; height: 54px; }
  .candidate-navigation svg { width: 23px; height: 23px; }
  .candidate-list { grid-auto-columns: clamp(210px, 23vw, 284px); gap: 12px; overflow-x: auto; }
  .candidate-list li { height: min(34svh, 340px); }
  .candidate-list li > strong { font-size: clamp(1.2rem, 2.1vw, 2rem); }
  .guide.section, .editorial.section, .faq.section { padding-top: 90px; padding-bottom: 104px; }
}

@media (max-height: 720px) and (max-width: 767px) {
  .category-screen { padding-top: 34px; padding-bottom: 80px; }
  .category-screen .section__heading { margin-bottom: 14px; }
  .category-screen .section__heading h2 { margin-bottom: 0; font-size: 2.2rem; }
  .award-tabs__list button { min-height: 50px; }
  .award-tab-panel { min-height: 46svh; }
  .candidate-list li { height: 39svh; }
}
