.mj-body {
  --mj-accent-700: #1e3a8a;
  --mj-accent-600: #1d4ed8;
  --mj-accent-500: #2563eb;
  --mj-accent-300: #93c5fd;
  --mj-ink-on-accent: #eff6ff;
  background:
    radial-gradient(1200px 500px at 0% -5%, rgba(251, 207, 232, 0.35), transparent 55%),
    radial-gradient(1000px 480px at 100% 0%, rgba(196, 181, 253, 0.30), transparent 50%),
    radial-gradient(900px 420px at 50% 100%, rgba(251, 191, 36, 0.22), transparent 60%),
    #f8fafc;
}

/* Re-map frequently used dark utility combinations to a softer accent palette. */
.mj-body a.bg-slate-900.text-white,
.mj-body button.bg-slate-900.text-white,
.mj-body input[type="submit"].bg-slate-900.text-white {
  background: #1e3a8a;
  border: 1px solid #1e40af;
  color: var(--mj-ink-on-accent);
  box-shadow: 0 4px 10px rgba(30, 64, 175, 0.18);
  transition: transform 140ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.mj-body a.hover\:bg-slate-800:hover,
.mj-body button.hover\:bg-slate-800:hover,
.mj-body input[type="submit"].hover\:bg-slate-800:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 14px rgba(29, 78, 216, 0.22);
}

.mj-body a.bg-slate-900.text-white:active,
.mj-body button.bg-slate-900.text-white:active,
.mj-body input[type="submit"].bg-slate-900.text-white:active {
  transform: translateY(1px);
  filter: brightness(0.98);
}

.mj-body a.bg-slate-100.text-slate-700,
.mj-body button.bg-slate-100.text-slate-700 {
  background: #eef4ff;
  border: 1px solid #d4e3ff;
  color: #1f3b77;
}

.mj-body a.bg-slate-100.text-slate-700:hover,
.mj-body button.bg-slate-100.text-slate-700:hover,
.mj-body a.hover\:bg-slate-200:hover,
.mj-body button.hover\:bg-slate-200:hover {
  background: #dbeafe;
  color: #1e40af;
}

.mj-top-ribbon {
  background: linear-gradient(90deg, #111827 0%, #1f2937 45%, #0f172a 100%);
  color: #f9fafb;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.mj-top-ribbon-inner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mj-brand-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mj-brand-mark {
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.mj-brand-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  color: #0f172a;
}

.mj-site-header {
  border-bottom: 1px solid rgba(203, 213, 225, .72);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
  backdrop-filter: blur(18px) saturate(145%);
}

.mj-header-inner {
  min-height: 66px;
}

.mj-brand-link {
  border-radius: 13px;
  padding: 4px;
  transition: background .2s ease, transform .2s ease;
}

.mj-brand-link:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

.mj-primary-nav {
  padding: 5px;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(248, 250, 252, .96), rgba(238, 242, 255, .92));
  box-shadow: inset 0 1px 0 #fff, 0 7px 18px rgba(30, 41, 59, .06);
}

.mj-nav-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 7px 13px;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mj-nav-pill:hover {
  border-color: rgba(191, 219, 254, .8);
  background: rgba(255, 255, 255, .9);
  color: #1e3a8a;
  box-shadow: 0 5px 13px rgba(30, 64, 175, .09);
  transform: translateY(-1px);
}

.mj-nav-pill.is-active {
  border-color: rgba(30, 64, 175, .7);
  background: linear-gradient(145deg, #1e3a8a, #1d4ed8);
  color: #fff;
  box-shadow: 0 7px 16px rgba(30, 64, 175, .25), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.mj-nav-pill::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: center;
  background: #60a5fa;
  transition: transform 180ms ease;
}

.mj-nav-pill:hover::after {
  transform: scaleX(1);
}

.mj-nav-pill.is-active::after {
  transform: scaleX(.38);
  background: rgba(255, 255, 255, .88);
}

.mj-account-menu {
  min-height: 40px;
  padding-left: 14px;
  border-left: 1px solid #e2e8f0;
}

.mj-account-name {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
}

.mj-account-action,
.mj-account-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 11px;
  padding: 7px 14px;
  font-size: 11px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.mj-account-action {
  border: 1px solid #1e40af;
  background: linear-gradient(145deg, #1e3a8a, #1d4ed8);
  color: #fff;
  box-shadow: 0 7px 16px rgba(30, 64, 175, .2);
}

.mj-account-signup {
  border: 1px solid #dbe4f0;
  background: #f8fafc;
  color: #334155;
}

.mj-account-action:hover,
.mj-account-signup:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(30, 64, 175, .18);
}

.mj-hero-frame {
  position: relative;
  overflow: hidden;
}

.mj-home-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.88)),
    #ffffff;
}

.mj-hero-copy {
  position: relative;
}

.mj-hero-media {
  position: relative;
  background: #0f172a;
}

.mj-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.18), transparent 42%);
}

.mj-hero-chip {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  border-radius: 9999px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: rgba(255, 255, 255, 0.92);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  color: #0f172a;
}

.mj-gradient-btn {
  background: #1e3a8a;
  border: 1px solid #1e40af;
  color: #ffffff;
}

.mj-gradient-btn:hover {
  background: #1d4ed8;
}

.mj-category-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mj-foot-note {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.mj-foot-chip {
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .mj-top-ribbon-inner {
    font-size: 11px;
    padding: 6px 12px;
  }

  .mj-hero-chip {
    left: 10px;
    top: 10px;
    font-size: 10px;
  }

  .mj-header-inner {
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mj-brand-badge {
    display: none;
  }

  .mj-primary-nav {
    order: 3;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mj-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .mj-nav-pill {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .mj-account-menu {
    padding-left: 8px;
    border-left: 0;
  }

  .mj-account-name {
    display: none;
  }

  .mj-account-action,
  .mj-account-signup {
    min-height: 34px;
    padding: 6px 10px;
  }
}

/* Balanced site-wide density: readable type with less oversized spacing. */
.mj-body {
  font-size: 15px;
  line-height: 1.55;
}

.mj-body main {
  max-width: 1300px;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
}

.mj-body main > section + section {
  margin-top: 1.25rem;
}

.mj-body main :where(.rounded-3xl) { border-radius: 1.15rem; }
.mj-body main :where(.rounded-2xl) { border-radius: 0.9rem; }
.mj-body main :where(.p-6) { padding: 1.25rem; }
.mj-body main :where(.p-5) { padding: 1.05rem; }
.mj-body main :where(.p-4) { padding: 0.9rem; }
.mj-body main :where(.gap-6) { gap: 1.25rem; }
.mj-body main :where(.gap-5) { gap: 1rem; }
.mj-body main :where(.gap-4) { gap: 0.85rem; }
.mj-body main :where(h2.text-2xl) { font-size: 1.35rem; line-height: 1.35; }
.mj-body main :where(h3.text-lg) { font-size: 1.05rem; line-height: 1.4; }

.mj-body main :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  padding: 0.62rem 0.75rem;
  font-size: 0.84rem;
  line-height: 1.4;
}

.mj-body main :where(button, a).px-5 { padding-left: 1rem; padding-right: 1rem; }
.mj-body main :where(button, a).py-3 { padding-top: 0.65rem; padding-bottom: 0.65rem; }
.mj-body main :where(button, a).py-2\.5 { padding-top: 0.55rem; padding-bottom: 0.55rem; }
.mj-home-hero .mj-hero-copy { min-height: 360px; }
.mj-body main img.h-56, .mj-body main div.h-56 { height: 12rem; }

@media (max-width: 640px) {
  .mj-body main { padding-top: 1rem; padding-bottom: 1.25rem; }
  .mj-body main :where(.p-6, .p-5) { padding: 1rem; }
  .mj-home-hero .mj-hero-copy { min-height: 0; }
}

:root {
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
  background: #070914;
}

html[data-theme="dark"] .mj-body {
  background:
    radial-gradient(900px 420px at 0% -10%, rgba(59, 130, 246, 0.18), transparent 56%),
    radial-gradient(760px 360px at 100% 0%, rgba(236, 72, 153, 0.14), transparent 52%),
    #070914;
  color: #e7edf8;
}

html[data-theme="dark"] .mj-body > .fixed {
  background: radial-gradient(circle at 10% 0%, #0f172a 0, #070914 52%, #030712 100%) !important;
}

.mj-theme-toggle {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  background: #ffffff;
  color: #334155;
  box-shadow: 0 7px 16px rgba(15, 23, 42, 0.08);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.mj-theme-toggle:hover {
  transform: translateY(-1px);
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.mj-theme-toggle svg {
  width: 18px;
  height: 18px;
  transition: opacity 160ms ease, transform 180ms ease;
}

.mj-theme-toggle [data-theme-icon="moon"] {
  position: absolute;
  opacity: 0;
  transform: rotate(-45deg) scale(0.72);
}

html[data-theme="dark"] .mj-theme-toggle {
  border-color: #334155;
  background: #111827;
  color: #dbeafe;
}

html[data-theme="dark"] .mj-theme-toggle [data-theme-icon="sun"] {
  opacity: 0;
  transform: rotate(45deg) scale(0.72);
}

html[data-theme="dark"] .mj-theme-toggle [data-theme-icon="moon"] {
  opacity: 1;
  transform: rotate(0) scale(1);
}

html[data-theme="dark"] :where(.mj-site-header, .mj-primary-nav, .mj-brand-badge, .mj-home-hero, .mj-sister-page) {
  background: rgba(15, 23, 42, 0.9) !important;
  border-color: #263449 !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35) !important;
}

html[data-theme="dark"] :where(.bg-white, .bg-slate-50, .bg-slate-100, .bg-gray-50) {
  background-color: #111827 !important;
}

html[data-theme="dark"] :where(.border-slate-100, .border-slate-200, .border-gray-100, .border-gray-200) {
  border-color: #263449 !important;
}

html[data-theme="dark"] :where(.text-slate-950, .text-slate-900, .text-slate-800, .text-gray-900, .text-gray-800) {
  color: #e7edf8 !important;
}

html[data-theme="dark"] :where(.text-slate-700, .text-slate-600, .text-slate-500, .text-gray-700, .text-gray-600, .text-gray-500) {
  color: #aab7ca !important;
}

html[data-theme="dark"] :where(input, textarea, select) {
  background-color: #0f172a !important;
  border-color: #334155 !important;
  color: #e7edf8 !important;
}

html[data-theme="dark"] :where(input, textarea, select)::placeholder {
  color: #7f8ea3 !important;
}

/* Sister site */
.mj-sister-page {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(15, 23, 42, .11);
}

.mj-sister-hero {
  padding: 18px;
  background: linear-gradient(145deg, #fff8e9, #fff);
}

.mj-sister-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(145, 83, 22, .16);
}

.mj-sister-banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .45s ease, filter .45s ease;
}

.mj-sister-banner span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  padding: 10px 17px;
  color: #9a4c06;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(86, 46, 10, .16);
  backdrop-filter: blur(10px);
}

.mj-sister-banner:hover img {
  transform: scale(1.012);
  filter: saturate(1.05);
}

.mj-sister-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  padding: clamp(48px, 7vw, 85px);
}

.mj-sister-title > p {
  color: #ed7100;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.mj-sister-title h2 {
  margin-top: 12px;
  color: #1f2937;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.055em;
}

.mj-sister-title h2 strong {
  color: #ed7100;
  font-weight: 900;
}

.mj-sister-copy {
  color: #526071;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.mj-sister-copy p + p {
  margin-top: 17px;
}

.mj-sister-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-top: 1px solid #e8e3d9;
  border-bottom: 1px solid #e8e3d9;
  background: #e8e3d9;
}

.mj-sister-features article {
  min-height: 205px;
  padding: 28px;
  background: #fffcf7;
}

.mj-sister-features span {
  color: #ed7100;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.mj-sister-features h3 {
  margin-top: 32px;
  color: #292524;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.mj-sister-features p {
  margin-top: 10px;
  color: #78716c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.mj-sister-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px clamp(24px, 6vw, 70px);
  color: #fff;
  background: linear-gradient(135deg, #382412, #713a0b 62%, #ed7100);
}

.mj-sister-cta p {
  color: #fed7aa;
  font-size: 11px;
  font-weight: 900;
}

.mj-sister-cta h3 {
  margin-top: 4px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.mj-sister-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mj-sister-cta a {
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
  padding: 10px 16px;
  color: #713a0b;
  font-size: 11px;
  font-weight: 900;
}

.mj-sister-cta a.is-light {
  background: transparent;
  color: #fff;
}

@media (max-width: 800px) {
  .mj-sister-page { border-radius: 16px; }
  .mj-sister-hero { padding: 8px; }
  .mj-sister-banner { border-radius: 12px; }
  .mj-sister-banner span { right: 10px; bottom: 10px; padding: 7px 11px; font-size: 10px; }
  .mj-sister-intro { grid-template-columns: 1fr; gap: 26px; padding: 45px 22px; }
  .mj-sister-features { grid-template-columns: 1fr 1fr; }
  .mj-sister-features article { min-height: 175px; padding: 22px; }
  .mj-sister-features h3 { margin-top: 22px; }
  .mj-sister-cta { align-items: flex-start; flex-direction: column; padding: 34px 22px; }
}

/* Michael Jackson introduction */
.mj-about {
  --about-gold: #f5c451;
  --about-ink: #090d18;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .13);
}

.mj-about-hero {
  position: relative;
  min-height: min(76vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #05070b;
}

.mj-about-hero-image,
.mj-about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mj-about-hero-image { object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.06); }
.mj-about-hero-shade { background: linear-gradient(90deg, rgba(2, 6, 23, .97) 0%, rgba(2, 6, 23, .68) 40%, rgba(2, 6, 23, .08) 78%), linear-gradient(0deg, rgba(2, 6, 23, .88), transparent 50%); }
.mj-about-hero-content { position: relative; z-index: 2; width: min(720px, 80%); padding: clamp(36px, 7vw, 90px); }
.mj-about-kicker, .mj-about-section-kicker { color: var(--about-gold); font-size: 11px; font-weight: 900; letter-spacing: .25em; }
.mj-about-hero h2 { margin: 16px 0 0; font-family: "Noto Sans KR", sans-serif; font-size: clamp(64px, 10vw, 142px); font-weight: 900; line-height: .88; letter-spacing: -.085em; text-shadow: 0 14px 30px rgba(0, 0, 0, .35); }
.mj-about-hero-subtitle { margin-top: 18px; color: var(--about-gold); font-size: clamp(18px, 3vw, 34px); font-weight: 900; letter-spacing: .22em; }
.mj-about-hero-copy { max-width: 560px; margin-top: 18px; color: rgba(255, 255, 255, .78); font-size: 15px; font-weight: 700; line-height: 1.8; }
.mj-about-hero-actions, .mj-about-legacy-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.mj-about-hero-actions a, .mj-about-legacy-actions a { border: 1px solid var(--about-gold); border-radius: 999px; background: var(--about-gold); padding: 11px 18px; color: #111827; font-size: 12px; font-weight: 900; }
.mj-about-hero-actions a.is-ghost, .mj-about-legacy-actions a.is-ghost { background: transparent; color: #fff; }
.mj-about-scroll { position: absolute; right: 30px; bottom: 34px; z-index: 2; display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .62); font-size: 9px; font-weight: 900; letter-spacing: .2em; writing-mode: vertical-rl; }
.mj-about-scroll span { display: block; width: 1px; height: 58px; background: linear-gradient(var(--about-gold), transparent); }

.mj-about-profile { display: grid; grid-template-columns: .9fr 1.1fr; background: #0a101c; color: #fff; }
.mj-about-profile figure { min-height: 510px; overflow: hidden; background: #101827; }
.mj-about-profile figure img { width: 100%; height: 100%; object-fit: cover; }
.mj-about-profile-copy { padding: clamp(48px, 7vw, 90px); }
.mj-about-profile-copy h3 { margin-top: 12px; font-size: clamp(34px, 5vw, 62px); font-weight: 900; letter-spacing: -.06em; }
.mj-about-profile-copy > p:not(.mj-about-section-kicker) { margin-top: 18px; color: #afbbcb; font-size: 14px; font-weight: 600; line-height: 1.9; }
.mj-about-profile-copy dl { margin-top: 30px; border-top: 1px solid #273244; }
.mj-about-profile-copy dl div { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid #273244; }
.mj-about-profile-copy dt { color: var(--about-gold); font-size: 11px; font-weight: 900; }
.mj-about-profile-copy dd { color: #d9e1ec; font-size: 12px; font-weight: 700; line-height: 1.7; }

.mj-about-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px 70px; padding: clamp(54px, 8vw, 100px); background: #fff; }
.mj-about-intro h3, .mj-about-heading h3, .mj-about-art-copy h3, .mj-about-legacy h3 { margin-top: 12px; color: var(--about-ink); font-size: clamp(32px, 5vw, 62px); font-weight: 900; line-height: 1.1; letter-spacing: -.055em; }
.mj-about-intro h3 strong { color: #b98718; font-weight: 900; }
.mj-about-intro-copy { max-width: 690px; color: #475569; font-size: 15px; font-weight: 600; line-height: 1.9; }
.mj-about-intro-copy p + p { margin-top: 18px; }
.mj-about-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #e2e8f0; }
.mj-about-facts div { padding: 28px 20px 5px; border-right: 1px solid #e2e8f0; text-align: center; }
.mj-about-facts div:last-child { border-right: 0; }
.mj-about-facts dt { color: var(--about-ink); font-size: clamp(30px, 4vw, 48px); font-weight: 900; letter-spacing: -.05em; }
.mj-about-facts dd { margin-top: 4px; color: #64748b; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.mj-about-timeline-section { padding: clamp(54px, 8vw, 100px); background: #f6f2e8; }
.mj-about-heading { max-width: 710px; margin-bottom: 50px; }
.mj-about-heading > p:last-child { margin-top: 14px; color: #64748b; font-size: 14px; font-weight: 600; line-height: 1.8; }
.mj-about-timeline { position: relative; max-width: 940px; margin: 0 auto; }
.mj-about-timeline::before { content: ""; position: absolute; left: 140px; top: 9px; bottom: 30px; width: 1px; background: linear-gradient(var(--about-gold), #cbd5e1 85%, transparent); }
.mj-about-time-item { position: relative; display: grid; grid-template-columns: 108px 28px 1fr; gap: 18px; padding-bottom: 42px; }
.mj-about-time-year { padding-top: 5px; color: #8a681a; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-align: right; }
.mj-about-time-dot { position: relative; z-index: 2; width: 11px; height: 11px; margin: 7px auto 0; border: 3px solid #f6f2e8; border-radius: 50%; background: #b98718; box-shadow: 0 0 0 2px #b98718; }
.mj-about-time-card { border-radius: 18px; border: 1px solid rgba(148, 163, 184, .3); background: rgba(255, 255, 255, .76); padding: 24px; box-shadow: 0 12px 32px rgba(71, 85, 105, .07); }
.mj-about-time-card > p { color: #a37718; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.mj-about-time-card h4 { margin-top: 8px; color: #0f172a; font-size: 20px; font-weight: 900; letter-spacing: -.03em; }
.mj-about-time-card > div { margin-top: 10px; color: #526071; font-size: 13px; font-weight: 600; line-height: 1.85; }
.mj-about-time-card figure { position: relative; overflow: hidden; margin-top: 20px; border-radius: 14px; background: #0f172a; }
.mj-about-time-card figure img { width: 100%; height: min(42vw, 380px); object-fit: contain; background: #08101b; }
.mj-about-time-card figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; color: #f8fafc; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.mj-about-time-item.is-featured .mj-about-time-card { background: #0d1423; border-color: #27344a; }
.mj-about-time-item.is-featured .mj-about-time-card h4 { color: #fff; }
.mj-about-time-item.is-featured .mj-about-time-card > div { color: #b6c2d2; }

.mj-about-albums { padding: clamp(54px, 8vw, 100px); color: #fff; background: #080d18; }
.mj-about-heading.is-light h3 { color: #fff; }
.mj-about-heading.is-light > p:last-child { color: #91a0b4; }
.mj-about-album-timeline { position: relative; display: grid; gap: 18px; margin-top: 34px; }
.mj-about-album-timeline::before { content: ""; position: absolute; top: 12px; bottom: 12px; left: 92px; width: 2px; border-radius: 99px; background: linear-gradient(#f7d98e, rgba(247,217,142,.12)); }
.mj-about-album-timeline article { position: relative; display: grid; grid-template-columns: 72px 38px 1fr; align-items: stretch; gap: 14px; }
.mj-about-album-year { padding-top: 20px; color: var(--about-gold); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-align: right; }
.mj-about-album-node { position: relative; z-index: 1; align-self: start; width: 18px; height: 18px; margin: 18px auto 0; border: 4px solid #080d18; border-radius: 999px; background: #f7d98e; box-shadow: 0 0 0 1px rgba(247,217,142,.4), 0 0 24px rgba(247,217,142,.28); }
.mj-about-album-card { min-height: 142px; border: 1px solid #273244; border-radius: 18px; background: linear-gradient(145deg, #111a2a, #090e18); padding: 22px; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.mj-about-album-card:hover { border-color: rgba(247,217,142,.38); background: linear-gradient(145deg, #1b2940, #0d1423); transform: translateY(-1px); }
.mj-about-album-card-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.mj-about-album-card-top span { color: #91a0b4; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mj-about-album-card-top small { display: inline-flex; align-items: center; min-height: 24px; border: 1px solid rgba(247,217,142,.28); border-radius: 999px; padding: 0 10px; color: #f7d98e; font-size: 10px; font-weight: 900; }
.mj-about-album-card h4 { margin-top: 16px; color: #fff; font-size: clamp(21px, 2.4vw, 31px); font-weight: 900; letter-spacing: -.04em; }
.mj-about-album-card strong { display: block; margin-top: 8px; color: #f7d98e; font-size: clamp(22px, 3vw, 38px); font-weight: 900; letter-spacing: -.04em; }
.mj-about-album-card p { margin-top: 10px; color: #b6c2d2; font-size: 12px; font-weight: 650; line-height: 1.8; }
.mj-about-album-timeline article.is-featured .mj-about-album-card { border-color: rgba(247,217,142,.55); background: linear-gradient(145deg, #2a1f11, #111827 58%, #090e18); box-shadow: 0 22px 50px rgba(0,0,0,.22); }
.mj-about-sales-note { margin-top: 22px; color: #75849a; font-size: 11px; font-weight: 700; line-height: 1.7; }

.mj-about-artistry { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; background: #fff; }
.mj-about-art-image { min-height: 480px; background: #0f172a; }
.mj-about-art-image img { width: 100%; height: 100%; object-fit: cover; }
.mj-about-art-copy { padding: clamp(48px, 7vw, 86px); }
.mj-about-art-copy > p:not(.mj-about-section-kicker) { margin-top: 20px; color: #64748b; font-size: 13px; font-weight: 600; line-height: 1.9; }
.mj-about-art-copy ul { margin-top: 30px; border-top: 1px solid #e2e8f0; }
.mj-about-art-copy li { display: grid; grid-template-columns: 85px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid #e2e8f0; }
.mj-about-art-copy li strong { color: #a37718; font-size: 10px; letter-spacing: .14em; }
.mj-about-art-copy li span { color: #334155; font-size: 12px; font-weight: 700; }

.mj-about-honors, .mj-about-notes { padding: clamp(54px, 8vw, 100px); background: #f7f4ec; }
.mj-about-honor-grid, .mj-about-note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mj-about-honor-grid article, .mj-about-note-grid article { border: 1px solid #e5dfd0; border-radius: 18px; background: rgba(255,255,255,.82); padding: 24px; box-shadow: 0 12px 28px rgba(71,85,105,.06); }
.mj-about-honor-grid strong { color: #a37718; font-size: 26px; font-weight: 900; letter-spacing: -.04em; }
.mj-about-honor-grid h4, .mj-about-note-grid h4 { margin-top: 14px; color: #111827; font-size: 16px; font-weight: 900; letter-spacing: -.03em; }
.mj-about-honor-grid p, .mj-about-note-grid p { margin-top: 9px; color: #64748b; font-size: 12px; font-weight: 600; line-height: 1.8; }

.mj-about-korea { display: grid; grid-template-columns: 1.08fr .92fr; color: #fff; background: #080d18; }
.mj-about-korea-copy { padding: clamp(50px, 7vw, 90px); }
.mj-about-korea-copy h3, .mj-about-screen h3 { margin-top: 12px; font-size: clamp(32px, 5vw, 58px); font-weight: 900; line-height: 1.12; letter-spacing: -.06em; }
.mj-about-korea-list { margin-top: 30px; border-top: 1px solid #273244; }
.mj-about-korea-list article { display: grid; grid-template-columns: 75px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid #273244; }
.mj-about-korea-list strong { color: var(--about-gold); font-size: 11px; font-weight: 900; }
.mj-about-korea-list p { color: #bdc8d7; font-size: 12px; font-weight: 600; line-height: 1.8; }
.mj-about-korea blockquote { margin-top: 30px; color: #f7d98e; font-size: clamp(18px, 2vw, 25px); font-weight: 900; line-height: 1.65; letter-spacing: -.03em; }
.mj-about-korea figure { min-height: 650px; overflow: hidden; }
.mj-about-korea figure img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }

.mj-about-screen { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; padding: clamp(54px, 8vw, 100px); background: #fff; }
.mj-about-screen > div:first-child > p:last-child { margin-top: 18px; color: #64748b; font-size: 13px; font-weight: 600; line-height: 1.8; }
.mj-about-film-list { border-top: 1px solid #e2e8f0; }
.mj-about-film-list article { display: grid; grid-template-columns: 60px 1fr 110px; gap: 14px; align-items: center; padding: 18px 4px; border-bottom: 1px solid #e2e8f0; }
.mj-about-film-list span { color: #a37718; font-size: 11px; font-weight: 900; }
.mj-about-film-list strong { color: #0f172a; font-size: 14px; font-weight: 900; }
.mj-about-film-list small { color: #64748b; font-size: 10px; font-weight: 700; text-align: right; }

.mj-about-notes { background: #fff; }
.mj-about-note-grid article { border-color: #e2e8f0; background: #f8fafc; }

.mj-about-legacy { position: relative; overflow: hidden; padding: clamp(65px, 10vw, 125px) clamp(30px, 8vw, 100px); color: #fff; text-align: center; background: #080d18; }
.mj-about-legacy > img, .mj-about-legacy-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mj-about-legacy > img { object-fit: cover; opacity: .65; }
.mj-about-legacy-shade { background: linear-gradient(rgba(8,13,24,.55), rgba(8,13,24,.94)); }
.mj-about-legacy-content { position: relative; z-index: 2; }
.mj-about-legacy h3 { max-width: 780px; margin-left: auto; margin-right: auto; color: #fff; }
.mj-about-legacy-content > p:not(.mj-about-section-kicker) { max-width: 720px; margin: 22px auto 0; color: #d5deea; font-size: 14px; font-weight: 600; line-height: 1.9; }
.mj-about-legacy blockquote { max-width: 800px; margin: 48px auto 0; color: var(--about-gold); font-size: clamp(20px, 3.5vw, 38px); font-weight: 900; line-height: 1.5; letter-spacing: -.04em; }
.mj-about-legacy-actions { justify-content: center; }
.mj-about-legacy small { display: block; margin-top: 45px; color: #64748b; font-size: 9px; font-weight: 700; }

@media (max-width: 800px) {
  .mj-about { border-radius: 16px; }
  .mj-about-hero { min-height: 650px; }
  .mj-about-hero-image { object-position: 58% center; }
  .mj-about-hero-shade { background: linear-gradient(0deg, rgba(2, 6, 23, .98) 0%, rgba(2, 6, 23, .55) 65%, rgba(2, 6, 23, .25)); }
  .mj-about-hero-content { width: 100%; padding: 28px 22px 52px; }
  .mj-about-hero h2 { font-size: clamp(58px, 20vw, 88px); }
  .mj-about-scroll { display: none; }
  .mj-about-profile, .mj-about-intro, .mj-about-artistry, .mj-about-korea, .mj-about-screen { grid-template-columns: 1fr; }
  .mj-about-profile figure { min-height: 330px; }
  .mj-about-profile-copy { padding: 48px 22px; }
  .mj-about-intro { gap: 28px; padding: 48px 22px; }
  .mj-about-facts { grid-template-columns: repeat(2, 1fr); }
  .mj-about-facts div:nth-child(2) { border-right: 0; }
  .mj-about-facts div:nth-child(-n+2) { border-bottom: 1px solid #e2e8f0; }
  .mj-about-timeline-section, .mj-about-albums { padding: 48px 18px; }
  .mj-about-timeline::before { left: 6px; }
  .mj-about-time-item { grid-template-columns: 18px 1fr; gap: 10px; }
  .mj-about-time-year { grid-column: 2; padding: 0; text-align: left; }
  .mj-about-time-dot { position: absolute; left: 1px; top: 24px; }
  .mj-about-time-card { grid-column: 2; padding: 19px; }
  .mj-about-time-card figure img { height: 260px; }
  .mj-about-album-timeline::before { left: 8px; }
  .mj-about-album-timeline article { grid-template-columns: 24px 1fr; gap: 10px; }
  .mj-about-album-year { grid-column: 2; padding-top: 0; text-align: left; }
  .mj-about-album-node { position: absolute; left: 0; top: 28px; width: 16px; height: 16px; margin: 0; }
  .mj-about-album-card { grid-column: 2; min-height: 0; padding: 18px; }
  .mj-about-album-card h4 { font-size: 21px; }
  .mj-about-art-image { min-height: 390px; }
  .mj-about-art-copy { padding: 48px 22px; }
  .mj-about-honors, .mj-about-notes, .mj-about-screen { padding: 48px 18px; }
  .mj-about-honor-grid, .mj-about-note-grid { grid-template-columns: 1fr; }
  .mj-about-korea-copy { padding: 48px 22px; }
  .mj-about-korea figure { min-height: 420px; }
  .mj-about-screen { gap: 32px; }
  .mj-about-film-list article { grid-template-columns: 50px 1fr; }
  .mj-about-film-list small { grid-column: 2; text-align: left; }
}
