@font-face {
  font-family: "DNFForgedBlade";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://cdn.df.nexon.com/img/common/font/DNFForgedBlade-Light.otf") format("opentype");
}

@font-face {
  font-family: "DNFForgedBlade";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://cdn.df.nexon.com/img/common/font/DNFForgedBlade-Medium.otf") format("opentype");
}

@font-face {
  font-family: "DNFForgedBlade";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.df.nexon.com/img/common/font/DNFForgedBlade-Bold.otf") format("opentype");
}

/* JEHKA about page only */
.about-page {
  overflow: hidden;
}

.about-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: 120px 22px 96px;
  isolation: isolate;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 12, 26, 0.66), rgba(7, 12, 26, 0.92)),
    radial-gradient(circle at 50% 38%, rgba(94, 231, 255, 0.14), transparent 34%),
    url('/assets/hero-world.png') center / cover no-repeat;
  filter: saturate(1.05) contrast(1.05);
  z-index: -2;
}

.about-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(250, 204, 21, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(3, 7, 18, 0.78), rgba(3, 7, 18, 0.22), rgba(3, 7, 18, 0.78));
}

.about-hero__inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  text-align: center;
}

.about-hero h1 {
  margin: 10px auto 22px;
  max-width: 980px;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  color: #fff;
  text-shadow: 0 18px 60px rgba(0,0,0,0.48);
}

.about-hero__lead {
  max-width: 840px;
  margin: 0 auto 30px;
  color: #e7eefb;
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.78;
  font-weight: 750;
}

.about-hero__actions,
.about-hero__chips,
.about-final-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.about-start {
  min-height: 58px;
  padding: 16px 28px;
  font-size: 17px;
  box-shadow: 0 18px 48px rgba(94, 231, 255, 0.25), 0 16px 46px rgba(250, 204, 21, 0.18);
}

.play-dot {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(5, 10, 24, 0.16);
  margin-right: 8px;
  font-size: 12px;
}

.about-sub {
  min-height: 58px;
  padding: 16px 24px;
}

.about-hero__chips {
  margin-top: 26px;
}

.about-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #dbeafe;
  font-weight: 900;
  font-size: 13px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
}

.about-section {
  padding-top: 84px;
  padding-bottom: 16px;
}

.about-section__head {
  max-width: 860px;
  margin-bottom: 28px;
}

.about-section__head h2,
.about-copy h2,
.adventure-panel h2,
.about-final-cta h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.about-section__head p,
.about-copy p,
.adventure-panel p,
.about-final-cta p {
  color: var(--jk-muted);
  font-size: 17px;
  line-height: 1.82;
  font-weight: 650;
}

.about-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-highlight-grid,
.life-grid,
.streamer-grid {
  display: grid;
  gap: 18px;
}

.about-highlight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-highlight-card,
.life-grid article,
.streamer-grid article,
.class-board article {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.028));
  border: 1px solid rgba(148,163,184,0.18);
  box-shadow: 0 18px 48px rgba(2, 8, 23, 0.24);
}

.about-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  background: rgba(94, 231, 255, 0.12);
  border: 1px solid rgba(94, 231, 255, 0.18);
}

.about-highlight-card h3,
.life-grid h3,
.streamer-grid h3,
.class-board strong {
  margin: 0 0 10px;
  display: block;
  font-size: 20px;
  line-height: 1.38;
  color: #ffffff;
}

.about-highlight-card p,
.life-grid p,
.streamer-grid p,
.class-board p {
  margin: 0;
  color: var(--jk-muted);
  line-height: 1.72;
  font-weight: 650;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.class-board {
  display: grid;
  gap: 14px;
}

.class-board article {
  padding: 20px 22px;
}

.class-board strong {
  font-size: 24px;
  margin-bottom: 4px;
}

.class-board span {
  display: block;
  color: #facc15;
  font-weight: 900;
  margin-bottom: 10px;
}

.life-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.life-grid article span {
  display: inline-flex;
  margin-bottom: 16px;
  font-weight: 950;
  color: #08111f;
  background: linear-gradient(135deg, #facc15, #67e8f9);
  border-radius: 999px;
  padding: 6px 10px;
}

.adventure-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(94, 231, 255, 0.10), rgba(139, 92, 246, 0.09)),
    rgba(255,255,255,0.045);
  border: 1px solid rgba(94, 231, 255, 0.18);
  box-shadow: 0 24px 76px rgba(2, 8, 23, 0.28);
}

.adventure-stats {
  display: grid;
  gap: 14px;
}

.adventure-stats div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(4, 10, 24, 0.44);
  border: 1px solid rgba(255,255,255,0.10);
}

.adventure-stats strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: #facc15;
  margin-bottom: 8px;
}

.adventure-stats span {
  color: var(--jk-muted);
  font-weight: 850;
}

.streamer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-final-cta {
  margin-top: 64px;
  margin-bottom: 86px;
  padding: 34px;
  border-radius: 30px;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.12), rgba(94, 231, 255, 0.10));
  border: 1px solid rgba(250, 204, 21, 0.24);
  box-shadow: 0 24px 76px rgba(2, 8, 23, 0.24);
}

.about-final-cta h2,
.about-final-cta p {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .about-highlight-grid,
  .life-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-split,
  .adventure-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 640px;
    padding-top: 92px;
  }

  .about-hero h1 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .about-highlight-grid,
  .life-grid,
  .streamer-grid {
    grid-template-columns: 1fr;
  }

  .about-final-cta {
    align-items: flex-start;
    justify-content: flex-start;
  }
}


/* =========================================================
   ABOUT PAGE READABILITY TUNING
   ========================================================= */
.about-page,
.about-page * {
  word-break: keep-all;
}

.about-hero {
  min-height: 680px;
  padding-top: 104px;
  padding-bottom: 82px;
}

.about-hero__inner {
  width: min(1160px, 100%);
}

.about-hero h1,
.about-section__head h2,
.about-copy h2,
.adventure-panel h2,
.about-final-cta h2 {
  font-family: "DNFForgedBlade", "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.about-hero h1 {
  max-width: 1120px;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 1.16;
  margin-bottom: 24px;
}

.about-hero-title span {
  display: block;
}

.about-hero__lead {
  max-width: 920px;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.85;
}

.about-hero__actions {
  margin-top: 8px;
}

.about-start.btn-primary {
  position: relative;
  overflow: hidden;
  min-height: 66px;
  padding: 18px 34px;
  border: 0;
  color: #07111f;
  background: linear-gradient(135deg, #ffbf37 0%, #ffe06b 32%, #7ee7ff 100%);
  box-shadow:
    0 22px 55px rgba(94, 231, 255, 0.26),
    0 18px 48px rgba(250, 204, 21, 0.22);
  font-size: 18px;
  font-weight: 950;
}

.about-start.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.42) 44%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.about-start.btn-primary:hover::after {
  transform: translateX(120%);
}

.about-start.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  color: #07111f;
}

.about-start .play-dot {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: rgba(7, 17, 31, 0.12);
  color: #07111f;
  font-size: 13px;
}

.about-section__head h2,
.about-copy h2,
.adventure-panel h2,
.about-final-cta h2 {
  font-size: clamp(30px, 3.25vw, 48px);
  line-height: 1.22;
  max-width: 980px;
}

.about-center h2 {
  margin-left: auto;
  margin-right: auto;
}

.about-section__head p,
.about-copy p,
.adventure-panel p,
.about-final-cta p {
  font-size: 16px;
  line-height: 1.9;
}

.about-highlight-card h3,
.life-grid h3,
.streamer-grid h3,
.class-board strong {
  font-family: "DNFForgedBlade", "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.about-final-cta .about-start.btn-primary {
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 600px;
    padding-top: 86px;
    padding-bottom: 68px;
  }

  .about-hero h1 {
    font-size: clamp(38px, 10.5vw, 54px);
    line-height: 1.18;
  }

  .about-section__head h2,
  .about-copy h2,
  .adventure-panel h2,
  .about-final-cta h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.24;
  }

  .about-start.btn-primary {
    width: 100%;
    justify-content: center;
  }
}
