.button[hidden] {
  display: none !important;
}

.site-nav__home {
  display: none;
}

.apply-hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(420px, 7fr) minmax(360px, 5fr);
  gap: clamp(56px, 9vw, 150px);
  align-items: center;
  padding-block: clamp(70px, 8vw, 120px);
}

.apply-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(6rem, 11vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.72;
  text-transform: uppercase;
}

.apply-hero h1 span,
.apply-hero h1 em {
  display: block;
}

.apply-hero h1 em {
  margin-top: 0.12em;
  color: var(--coral);
  font-style: normal;
}

.apply-hero__lead {
  max-width: 47rem;
  margin: 34px 0 0;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}

.apply-hero__body {
  max-width: 40rem;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.equal-review {
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--muted);
  border-left: 3px solid var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: pre-line;
}

.apply-dates {
  padding: clamp(30px, 4vw, 54px);
  color: #fff;
  background: var(--ink);
}

.apply-dates .section-kicker {
  color: var(--gold);
}

.apply-dates dl {
  margin: 0;
  border-top: 1px solid var(--line-on-dark);
}

.apply-dates dl div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
  padding-block: 24px;
  border-bottom: 1px solid var(--line-on-dark);
}

.apply-dates dl div > span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.apply-dates dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.apply-dates dd {
  margin: 7px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
}

.apply-methods,
.checklist-section {
  border-top: 1px solid var(--ink);
}

.method-list {
  margin-top: clamp(52px, 6vw, 88px);
  border-top: 1px solid var(--ink);
}

.method-row {
  display: grid;
  grid-template-columns: minmax(70px, 0.7fr) minmax(340px, 4.3fr) minmax(230px, 1fr);
  gap: clamp(26px, 5vw, 80px);
  align-items: center;
  padding-block: clamp(32px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.method-number {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4.5rem, 8vw, 8rem);
  font-weight: 700;
  line-height: 0.72;
}

.method-status {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--coral-accessible);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-row--pending .method-status {
  color: var(--muted);
}

.method-row--open .method-status,
.method-status--open {
  color: var(--coral-accessible);
}

.method-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.method-copy p {
  max-width: 48rem;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.method-copy .method-note {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.submission-checklist {
  margin: clamp(52px, 6vw, 88px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.submission-checklist li {
  min-height: 92px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.submission-checklist span {
  color: var(--coral);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.submission-checklist p {
  margin: 0;
  font-size: 1.04rem;
}

.privacy-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(320px, 2fr) minmax(260px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  margin-top: 34px;
  padding: 28px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.privacy-note p {
  margin: 0;
}

.privacy-note__label {
  color: var(--coral-accessible);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-note > p:not(.privacy-note__label) {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-note a {
  align-self: start;
  border-bottom: 1px solid var(--ink);
  font-size: 0.85rem;
  font-weight: 800;
}

html[lang="ko"] .apply-hero h1,
html[lang="ko"] .apply-hero__lead,
html[lang="ko"] .method-copy h3,
body.lang-ko .apply-hero h1,
body.lang-ko .apply-hero__lead,
body.lang-ko .method-copy h3 {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-transform: none;
}

html[lang="ko"] .apply-hero h1,
body.lang-ko .apply-hero h1 {
  font-size: clamp(4rem, 8vw, 8rem);
}

html[lang="ko"] .apply-hero h1 em,
body.lang-ko .apply-hero h1 em {
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 960px) {
  .apply-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .apply-dates {
    max-width: 720px;
  }

  .method-row {
    grid-template-columns: 78px 1fr;
  }

  .method-row > .button {
    grid-column: 2;
    justify-self: start;
  }

  .privacy-note {
    grid-template-columns: 1fr 2fr;
  }

  .privacy-note a {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .apply-hero {
    gap: 44px;
    padding-block: 48px 68px;
  }

  .apply-hero h1 {
    font-size: clamp(3.8rem, 21vw, 5.4rem);
  }

  html[lang="ko"] .apply-hero h1,
  body.lang-ko .apply-hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .apply-dates {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 28px 20px;
  }

  .method-row {
    grid-template-columns: 56px 1fr;
    gap: 18px;
  }

  .method-number {
    font-size: 4.6rem;
  }

  .method-row > .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .submission-checklist li {
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }

  .privacy-note {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .privacy-note a {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .site-nav__home {
    display: flex;
    color: var(--gold);
  }

  .apply-hero__body,
  .method-copy p,
  .privacy-note > p:not(.privacy-note__label) {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .is-enhanced [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ImageGen v3 application layout */
.apply-hero {
  min-height: auto;
  grid-template-columns: minmax(420px, 6fr) minmax(380px, 6fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: start;
  padding-block: clamp(68px, 7vw, 104px);
}

.apply-hero h1 {
  font-size: clamp(5.6rem, 9vw, 9rem);
  line-height: 0.78;
}

.apply-hero__lead {
  margin-top: 30px;
}

.apply-hero__body {
  margin-top: 16px;
}

.equal-review {
  padding: 14px 16px;
  border: 1px solid rgba(216, 169, 48, 0.5);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-control);
  background: rgba(216, 169, 48, 0.07);
}

.apply-dates {
  overflow: hidden;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-art);
  box-shadow: 12px 14px 0 rgba(7, 17, 38, 0.11);
}

.apply-dates dl div {
  grid-template-columns: 48px 1fr;
}

.apply-methods,
.checklist-section {
  border-top-color: var(--line);
}

.method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-top: 0;
}

.method-row {
  min-width: 0;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--surface);
}

.method-row--official {
  border-top: 4px solid var(--coral);
}

.method-row--email {
  border-top: 4px solid var(--ink);
}

.method-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  color: #fff;
  border-radius: var(--radius-control);
  background: var(--ink);
  font-size: 2rem;
  line-height: 1;
}

.method-row--official .method-number {
  background: var(--coral-accessible);
}

.method-copy {
  flex: 1 1 auto;
}

.method-copy h3 {
  font-size: clamp(2.7rem, 3.5vw, 4rem);
  line-height: 0.98;
}

.method-copy p {
  margin-top: 16px;
}

.method-row > .button {
  width: 100%;
  margin-top: 30px;
}

.submission-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-top: 0;
}

.submission-checklist li {
  min-height: 118px;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--surface);
}

.submission-checklist span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
}

.submission-checklist p {
  font-size: 0.98rem;
  line-height: 1.55;
}

.privacy-note {
  padding: 26px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.3);
}

.privacy-note a {
  min-height: 44px;
  padding-bottom: 7px;
}

@media (max-width: 960px) {
  .apply-hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .apply-dates {
    max-width: none;
  }

  .method-row {
    display: flex;
  }

  .method-row > .button {
    align-self: stretch;
  }
}

@media (max-width: 760px) {
  .method-list,
  .submission-checklist {
    grid-template-columns: 1fr;
  }

  .method-row {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .apply-hero {
    gap: 34px;
    padding-block: 44px 60px;
  }

  .apply-hero h1 {
    font-size: clamp(4rem, 20vw, 5.15rem);
  }

  .apply-dates {
    width: 100%;
    margin-left: 0;
    padding: 26px 20px;
    border-radius: var(--radius-panel);
    box-shadow: 8px 9px 0 rgba(7, 17, 38, 0.1);
  }

  .apply-dates dl div {
    grid-template-columns: 38px 1fr;
    padding-block: 20px;
  }

  .method-row {
    padding: 24px 20px;
  }

  .method-number {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    font-size: 1.75rem;
  }

  .method-row > .button {
    width: 100%;
  }

  .submission-checklist li {
    grid-template-columns: 46px 1fr;
    min-height: 104px;
    padding: 18px;
  }

  .privacy-note {
    padding: 22px 18px;
  }
}
