:root {
  --ink: #171614;
  --muted: #6f6a62;
  --paper: #f4f0e8;
  --cream: #fbf8f2;
  --wine: #6f1426;
  --wine-dark: #430b17;
  --korean-app: #f7e600;
  --line: rgba(23, 22, 20, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.icon { width: 1.1em; height: 1.1em; flex: none; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.notice-bar {
  min-height: 38px;
  background: var(--wine-dark);
  color: #f9e9df;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  font-size: 12px;
  letter-spacing: .04em;
  text-align: center;
}

.site-header {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { font-family: Georgia, serif; font-weight: 700; font-size: 22px; letter-spacing: .06em; }
.wordmark span { font-family: inherit; font-weight: 400; font-size: 12px; margin-left: 10px; color: var(--muted); letter-spacing: .12em; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-header nav > a:not(.header-cta):hover { color: var(--wine); }
.header-cta, .primary-button, .light-button, .mobile-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.header-cta { background: var(--ink); color: white; padding: 12px 17px; }
.korean-app-button { background: var(--korean-app); color: #191919; border: 1px solid rgba(25,25,25,.16); }

.hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
  min-height: 700px;
  padding: 75px 0;
}
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; color: var(--wine); font-size: 11px; letter-spacing: .22em; margin-bottom: 35px; }
.eyebrow span { display: block; width: 30px; height: 1px; background: var(--wine); }
.kicker { font-size: 14px; color: var(--muted); letter-spacing: .08em; margin: 0 0 11px; }
.hero h1 { margin: 0; font-family: "Noto Serif KR", "Batang", Georgia, serif; font-size: clamp(68px, 9vw, 122px); font-weight: 500; line-height: .96; letter-spacing: -.07em; }
.name-row { margin-top: 24px; display: flex; align-items: baseline; gap: 20px; }
.name-row strong { font-size: 25px; letter-spacing: .04em; }
.name-row span { font-family: Georgia, serif; color: var(--muted); font-style: italic; font-size: 17px; }
.hero-summary { max-width: 580px; margin: 33px 0 0; color: #4e4a44; font-size: 18px; line-height: 1.9; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 25px; }
.primary-button { background: var(--wine); color: white; padding: 17px 24px; font-weight: 700; font-size: 14px; box-shadow: 7px 7px 0 rgba(111,20,38,.13); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 rgba(111,20,38,.13); }
.primary-button.korean-app-button { background: var(--korean-app); color: #191919; box-shadow: 7px 7px 0 rgba(25,25,25,.14); }
.primary-button.korean-app-button:hover { box-shadow: 9px 9px 0 rgba(25,25,25,.14); }
.text-button { border-bottom: 1px solid var(--ink); padding: 10px 0; font-size: 14px; }
.cta-note { display: flex; gap: 7px; align-items: center; margin-top: 19px; color: var(--muted); font-size: 12px; }
.cta-note svg { color: #55735a; flex: none; }

.identity-card { background: var(--cream); border: 1px solid var(--line); padding: 16px; box-shadow: 18px 18px 0 rgba(111,20,38,.1); }
.portrait-placeholder { min-height: 360px; background: var(--wine); color: #f7ede4; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: Georgia, "Noto Serif KR", serif; line-height: .88; position: relative; overflow: hidden; }
.portrait-media { min-height: 360px; background: var(--wine); }
.profile-photo { display: block; width: 100%; height: 360px; object-fit: cover; object-position: center top; }
[hidden] { display: none !important; }
.portrait-placeholder::after { content: "공개 인물 자료"; position: absolute; right: -31px; bottom: 63px; transform: rotate(-90deg); font: 10px "Noto Sans KR", sans-serif; letter-spacing: .22em; opacity: .58; }
.portrait-placeholder span:first-child { font-size: clamp(74px, 9vw, 114px); font-weight: 700; transform: translateX(-28px); }
.portrait-placeholder span:last-child { font-size: clamp(74px, 9vw, 114px); font-weight: 700; transform: translateX(26px); }
.identity-meta { padding: 24px 14px 17px; display: grid; gap: 14px; }
.identity-meta div { display: grid; grid-template-columns: 120px 1fr; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.identity-meta small { color: var(--muted); font-size: 11px; }
.identity-meta strong { font-size: 13px; font-weight: 600; }
.identity-card > p { margin: 0 14px 10px; color: var(--muted); font-size: 11px; line-height: 1.7; }

.profile-section, .sources-section { padding: 110px max(24px, calc((100% - 1180px) / 2)); }
.profile-section { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading p { margin: 0 0 12px; color: var(--wine); font: 11px Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-family: "Noto Serif KR", "Batang", serif; font-size: clamp(40px, 5vw, 62px); font-weight: 500; }
.profile-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 8vw, 110px); margin-top: 70px; }
.lead-card { border-top: 3px solid var(--wine); padding-top: 27px; }
.lead-card p { color: #5d5851; font-size: 15px; line-height: 2; margin: 0 0 20px; }
.lead-card .lead { color: var(--ink); font-family: "Noto Serif KR", "Batang", serif; font-size: 23px; line-height: 1.75; }
.fact-list { display: grid; }
.fact-list article { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); padding: 18px 0; }
.fact-list svg { color: var(--wine); width: 22px; }
.fact-list div { display: grid; gap: 4px; }
.fact-list span { font-size: 11px; color: var(--muted); }
.fact-list strong { font-size: 14px; font-weight: 600; }

.context-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.context-section > div { padding: 12px 42px 12px 0; }
.context-section > div + div { border-left: 1px solid var(--line); padding-left: 42px; }
.section-number { margin: 0 0 30px; color: var(--wine); font-family: Georgia, serif; font-size: 13px; }
.context-section h3 { margin: 0 0 16px; font: 500 25px "Noto Serif KR", "Batang", serif; }
.context-section p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }

.sources-section { background: #ded8cd; }
.source-list { margin-top: 55px; border-top: 1px solid rgba(23,22,20,.28); }
.source-list a { display: flex; justify-content: space-between; align-items: center; padding: 24px 3px; border-bottom: 1px solid rgba(23,22,20,.28); transition: padding .2s, color .2s; }
.source-list a:hover { padding-left: 12px; color: var(--wine); }
.source-list div { display: grid; gap: 7px; }
.source-list strong { font: 600 16px "Noto Serif KR", "Batang", serif; }
.source-list span { color: var(--muted); font-size: 12px; }
.source-note { margin: 25px 0 0; font-size: 11px; color: var(--muted); }

.contact-section { background: var(--wine); color: white; padding: 75px max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.contact-section p { margin: 0 0 12px; font: 10px Arial, sans-serif; letter-spacing: .22em; opacity: .7; }
.contact-section h2 { margin: 0 0 14px; font: 500 clamp(28px, 4vw, 46px) "Noto Serif KR", "Batang", serif; }
.contact-section span { color: #eedee1; font-size: 13px; line-height: 1.7; }
.light-button { flex: none; background: white; color: var(--wine); padding: 17px 22px; font-weight: 700; font-size: 14px; }
.light-button.korean-app-button { background: var(--korean-app); color: #191919; }

footer { background: #171614; color: #e7e1d9; padding: 65px max(24px, calc((100% - 1180px) / 2)) 38px; }
.footer-brand { font: 700 22px Georgia, serif; letter-spacing: .06em; margin-bottom: 36px; }
.footer-brand span { font: 400 12px Arial, sans-serif; margin-left: 10px; color: #9f9990; }
.legal-copy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.legal-copy p { margin: 0; color: #aaa49b; font-size: 11px; line-height: 1.8; }
.legal-copy strong { color: #ded8cf; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin: 38px 0 0; color: #77726b; font-size: 10px; }
.mobile-cta { display: none; }

@media (max-width: 850px) {
  .site-header { min-height: 70px; }
  .site-header nav > a:not(.header-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding: 62px 0 85px; }
  .identity-card { width: min(480px, 100%); }
  .portrait-placeholder { min-height: 300px; }
  .portrait-media { min-height: 300px; }
  .profile-photo { height: 300px; }
  .profile-grid { grid-template-columns: 1fr; }
  .context-section { grid-template-columns: 1fr; padding: 70px 0; }
  .context-section > div, .context-section > div + div { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0; }
  .context-section > div:first-child { border-top: 0; }
  .section-number { margin-bottom: 16px; }
  .contact-section { align-items: flex-start; flex-direction: column; }
  .legal-copy { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 560px) {
  .notice-bar { font-size: 10px; }
  .site-header, .hero, .context-section { width: min(100% - 32px, 1180px); }
  .wordmark span { display: none; }
  .header-cta { padding: 10px 12px; font-size: 12px; }
  .hero { min-height: auto; gap: 64px; }
  .hero h1 { font-size: 66px; }
  .name-row { gap: 12px; flex-wrap: wrap; }
  .name-row strong { font-size: 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .primary-button { width: 100%; }
  .text-button { text-align: center; border: 0; }
  .cta-note { align-items: flex-start; line-height: 1.6; }
  .portrait-placeholder span:first-child, .portrait-placeholder span:last-child { font-size: 72px; }
  .identity-meta div { grid-template-columns: 1fr; gap: 5px; }
  .profile-section, .sources-section { padding-top: 78px; padding-bottom: 78px; }
  .profile-grid { margin-top: 48px; }
  .lead-card .lead { font-size: 20px; }
  .source-list a { gap: 16px; }
  .source-list span { line-height: 1.6; }
  .contact-section { padding-bottom: 105px; }
  .light-button { width: 100%; }
  footer { padding-bottom: 110px; }
  .mobile-cta { display: flex; position: fixed; z-index: 30; left: 16px; right: 16px; bottom: 14px; padding: 16px 20px; font-weight: 700; font-size: 13px; box-shadow: 0 8px 30px rgba(0,0,0,.3); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
