:root {
  color-scheme: dark;
  --background: #101b18;
  --surface: #15231e;
  --text: #f2f0e5;
  --muted: #a4b0a6;
  --gold: #cfb580;
  --line: rgba(206, 198, 168, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; -webkit-font-smoothing: antialiased; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
a:hover { color: var(--gold); }
img { display: block; width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
figure, p, h1, h2, h3 { margin: 0; }
::selection { background: var(--gold); color: #101b18; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-width { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 10; padding: 16px; background: var(--gold); color: #101b18; }
.skip-link:focus { top: 10px; color: #101b18; }
.site-header { height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand > svg { width: 36px; height: 36px; color: var(--gold); }
.brand > span { font: 22px Georgia, serif; letter-spacing: 1.7px; }
.brand b { font-weight: 400; }
.brand small { display: block; margin-top: 7px; font: 10px Arial, sans-serif; color: var(--muted); letter-spacing: 2px; }
.site-header nav { display: flex; gap: 36px; font-size: 13px; color: #d5dbd3; }
.site-header nav a { padding-block: 14px; }
.header-note { color: var(--gold); font-size: 10px; letter-spacing: 1.8px; }
.header-note span { padding-right: 8px; }
.hero { position: relative; min-height: 700px; isolation: isolate; overflow: hidden; border-block: 1px solid var(--line); }
.hero-background, .hero-shade { position: absolute; inset: 0; height: 100%; z-index: -2; }
.hero-background { object-fit: cover; object-position: center 25%; opacity: .42; filter: saturate(.5); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(10, 22, 17, .96) 4%, rgba(11, 25, 20, .79) 40%, rgba(13, 26, 23, .3)), linear-gradient(0deg, #101b18 0%, transparent 40%, rgba(16, 27, 24, .18)); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: center; min-height: 700px; padding-block: 60px 105px; }
.eyebrow { display: flex; align-items: center; gap: 15px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: 2.5px; line-height: 1.8; }
.gold-line { display: inline-block; width: 30px; height: 1px; background: var(--gold); }
.hero-intro { margin: 36px 0 18px; color: #cbd1c6; font-size: 15px; letter-spacing: 1px; }
h1 { font-family: "Batang", "Noto Serif KR", Georgia, serif; font-size: clamp(42px, 4.6vw, 67px); font-weight: 600; letter-spacing: -2.5px; line-height: 1.35; }
.title-connector { margin-left: 8px; font-size: .5em; font-weight: 400; }
.gold-title { color: #d9c293; }
.english-title { margin-top: 18px; font: 10px Georgia, serif; letter-spacing: 2.2px; color: #b8c3b9; line-height: 1.8; }
.movie-meta { display: flex; flex-wrap: wrap; margin-top: 24px; color: #ccd3c9; font-size: 12px; }
.movie-meta span + span { border-left: 1px solid #526053; margin-left: 16px; padding-left: 16px; }
.hero-description { color: #b4c0b5; font-size: 14px; line-height: 1.95; margin-top: 25px; }
.primary-link { display: inline-flex; gap: 30px; align-items: center; margin-top: 30px; padding: 17px 22px; color: #17241b; background: #d3bd8a; font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }
.primary-link svg { width: 21px; height: 21px; }
.primary-link:hover { color: #17241b; background: #e6d2a6; transform: translateY(-2px); }
.poster-feature { width: 292px; justify-self: center; transform: rotate(3deg); }
.poster-heading { display: flex; justify-content: space-between; align-items: center; color: #d6c398; font: 9px Georgia, serif; letter-spacing: 2px; padding-bottom: 13px; }
.poster-heading > span:last-child { font-size: 23px; line-height: 1; }
.poster-link { display: block; border: 5px solid #c0b599; outline: 1px solid #736c51; box-shadow: 0 24px 60px rgba(0, 0, 0, .5); background: #1c2924; transition: transform .25s; }
.poster-link:hover { transform: rotate(-3deg); }
.poster-link img { height: 407px; object-fit: cover; }
.poster-feature figcaption { display: flex; justify-content: space-between; gap: 10px; padding-top: 17px; color: #c6cabb; font-size: 9px; }
.poster-feature figcaption b { color: var(--gold); padding-left: 5px; font-weight: 400; }
.hero-bottom { position: absolute; bottom: 25px; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 24px; color: #9aa99c; font-size: 11px; }
.hero-bottom > a { font-size: 9px; letter-spacing: 2px; }
.hero-bottom a span { margin-left: 16px; font-size: 17px; }
.section-space { padding-block: 85px; }
.section-heading h2 { font-family: "Batang", "Noto Serif KR", Georgia, serif; font-size: 31px; line-height: 1.55; letter-spacing: -1px; font-weight: 500; margin-top: 16px; }
.section-heading .eyebrow span { opacity: .5; }
.section-subtitle { color: var(--muted); font-size: 13px; line-height: 1.8; margin-top: 13px; }
.story-section { display: grid; grid-template-columns: .9fr 1.3fr; gap: 70px; }
.small-label { display: inline-block; color: var(--gold); font-size: 11px; margin-bottom: 18px; border-bottom: 1px solid #796e50; padding-bottom: 6px; }
.story-copy > p { font-size: 14px; line-height: 2; color: #b9c3b9; }
.story-copy > p + p { margin-top: 13px; }
.story-copy strong { color: #e4e4d5; font-weight: 500; }
.story-facts { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-end; margin-top: 28px; border-top: 1px solid var(--line); padding-top: 22px; font-size: 12px; }
.story-facts small { display: block; color: #8f9e92; font-size: 10px; margin-bottom: 8px; }
.story-facts a { color: var(--gold); margin-left: auto; font-size: 11px; padding-block: 4px; }
.characters-section { background: #14221c; border-block: 1px solid var(--line); }
.heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 34px; }
.heading-row h2 { font-size: 29px; }
.heading-row .section-subtitle { margin-bottom: 5px; }
.character-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.character-card { background: #101c16; border: 1px solid var(--line); }
.favorite-character { border-color: #8e7c4f; }
.character-photo { position: relative; overflow: hidden; }
.character-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8, 18, 13, .8)); pointer-events: none; }
.character-photo > img { height: 220px; object-fit: cover; object-position: center 20%; filter: saturate(.6); transition: transform .4s, filter .4s; }
.character-card:hover .character-photo > img { transform: scale(1.035); filter: saturate(.95); }
.favorite-character .character-photo > img { object-position: center 17%; }
.favorite-badge { display: flex; align-items: center; gap: 6px; position: absolute; z-index: 1; top: 13px; left: 13px; background: #d1bc86; color: #17261b; font-size: 8px; letter-spacing: 1px; padding: 8px 9px; }
.favorite-badge svg { width: 12px; height: 12px; }
.house { position: absolute; bottom: 16px; left: 20px; color: #e0d1a8; font-size: 9px; letter-spacing: 2px; z-index: 1; }
.character-copy { padding: 22px 19px; }
.character-english { color: #94a897; font-size: 8px; letter-spacing: 1.5px; }
.character-copy h3 { font-size: 17px; letter-spacing: -.5px; margin-top: 10px; font-weight: 500; }
.character-copy h3 > span { color: var(--gold); margin-left: 4px; }
.character-copy > p:not(.character-english) { color: #a4b1a6; margin-top: 13px; font-size: 12px; line-height: 1.95; min-height: 70px; }
.actor { display: block; font-size: 10px; color: #a8b49f; border-top: 1px solid var(--line); margin-top: 17px; padding-top: 15px; }
.image-note { color: #92a092; font-size: 10px; margin-top: 17px; text-align: right; line-height: 1.8; }
.reasons-section { padding-bottom: 70px; }
.reasons-section .heading-row { margin-bottom: 45px; }
.handwritten { font-family: "Batang", Georgia, serif; color: var(--gold); font-size: 14px; transform: rotate(-5deg); padding: 0 20px 12px; }
.handwritten span { display: inline-block; font-size: 24px; margin-left: 7px; }
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.reason { border-top: 1px solid #666747; padding-top: 25px; }
.reason-top { display: flex; align-items: center; justify-content: space-between; color: var(--gold); }
.reason-top svg { width: 34px; height: 34px; }
.reason-top span { font: italic 34px Georgia, serif; color: #758274; }
.reason h3 { margin-top: 22px; font-size: 20px; letter-spacing: -.7px; font-weight: 500; }
.reason > p { color: #acb8ad; font-size: 13px; line-height: 2; margin-top: 15px; }
.reason-tag { display: block; margin-top: 23px; font-size: 11px; color: #c7ba8f; }
.closing-note { border: 1px solid #515b3e; background: radial-gradient(ellipse at 50% 100%, #293321 0%, #17241a 75%); text-align: center; padding: 35px 20px 40px; }
.closing-note > svg { width: 28px; height: 28px; color: var(--gold); }
.closing-note > p { font: 22px/1.9 "Batang", "Noto Serif KR", Georgia, serif; letter-spacing: -.4px; margin-top: 18px; }
.closing-note em { color: #d2bd8f; font-style: normal; }
.closing-note > span { display: block; margin-top: 18px; color: #9baa94; font-size: 11px; }
.site-footer { display: flex; gap: 30px; align-items: center; justify-content: space-between; padding-block: 48px 35px; margin-top: 40px; border-top: 1px solid var(--line); }
.footer-brand { font: 15px Georgia, serif; letter-spacing: 2px; }
.footer-brand span { color: var(--gold); margin-left: 5px; }
.site-footer p { font-size: 10px; color: #9ba894; line-height: 1.8; margin-top: 9px; }
.source-links { text-align: right; }
.source-links > span { font-size: 10px; color: #adb8a8; }
.source-links a { text-decoration: underline; text-underline-offset: 3px; }
.back-to-top { font-size: 11px; color: #d5c495; white-space: nowrap; }
@media (min-width: 1600px) { .hero-layout { min-height: 760px; } }
@media (max-width: 1100px) {
  .page-width { width: calc(100% - 64px); }
  .hero-layout { grid-template-columns: 1fr 280px; gap: 35px; }
  .poster-feature { width: 255px; }
  .poster-link img { height: 360px; }
  .header-note { display: none; }
  .character-grid { gap: 16px; }
  .character-photo > img { height: 190px; }
  .character-copy { padding: 20px 14px; }
  .character-copy h3 { font-size: 15px; }
  .heading-row { align-items: flex-start; }
  .heading-row > .section-subtitle { max-width: 155px; }
  .story-section { gap: 35px; }
}
@media (max-width: 760px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { height: 90px; gap: 15px; }
  .brand > svg { width: 25px; height: 25px; }
  .brand { gap: 7px; }
  .brand > span { font-size: 16px; letter-spacing: 1px; }
  .brand small { font-size: 8px; letter-spacing: .8px; }
  .site-header nav { gap: 17px; font-size: 11px; }
  .hero-layout { grid-template-columns: 1fr 220px; gap: 20px; padding-block: 50px 95px; min-height: 640px; }
  .hero-intro { margin-top: 26px; font-size: 13px; }
  h1 { font-size: 39px; letter-spacing: -1.5px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.3px; gap: 8px; }
  .gold-line { width: 16px; }
  .english-title { font-size: 8px; letter-spacing: 1.2px; }
  .movie-meta { font-size: 10px; }
  .movie-meta span + span { padding-left: 10px; margin-left: 10px; }
  .hero-description { font-size: 12px; }
  .primary-link { font-size: 11px; gap: 18px; padding: 15px 17px; }
  .poster-feature { width: 210px; }
  .poster-link img { height: 295px; }
  .poster-feature figcaption { flex-direction: column; font-size: 9px; }
  .section-space { padding-block: 58px; }
  .story-section { grid-template-columns: 1fr; gap: 28px; }
  .heading-row { flex-direction: column; gap: 8px; margin-bottom: 25px; }
  .heading-row > .section-subtitle { max-width: none; margin-top: 0; }
  .section-heading h2, .heading-row h2 { font-size: 26px; }
  .character-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .character-photo > img { height: 240px; }
  .character-copy { padding: 22px 20px; }
  .character-copy h3 { font-size: 17px; }
  .character-copy > p:not(.character-english) { min-height: 50px; }
  .reasons-grid { gap: 20px; }
  .reason h3 { font-size: 17px; }
  .reason > p { font-size: 12px; }
  .handwritten { margin-left: auto; font-size: 12px; padding-top: 10px; }
  .closing-note > p { font-size: 19px; }
  .site-footer { flex-wrap: wrap; row-gap: 25px; }
  .source-links { text-align: left; }
}
@media (max-width: 560px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { height: auto; min-height: 110px; flex-wrap: wrap; justify-content: center; row-gap: 14px; padding-block: 20px 12px; }
  .site-header .brand { margin-right: auto; }
  .site-header nav { width: 100%; gap: 0; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 2px; font-size: 12px; }
  .site-header nav a { padding-block: 10px 0; }
  .hero-layout { grid-template-columns: 1fr; gap: 38px; padding-block: 38px 85px; }
  h1 { font-size: clamp(37px, 10vw, 52px); }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.5px; }
  .hero-intro { margin-top: 24px; }
  .hero-description { font-size: 13px; }
  .hero-background { object-position: 58% top; }
  .hero-shade { background: linear-gradient(90deg, rgba(10, 22, 17, .86), rgba(10, 22, 17, .55)), linear-gradient(0deg, #101b18 7%, transparent 80%); }
  .poster-feature { width: 230px; margin-block: 8px 15px; }
  .poster-link img { height: 325px; }
  .poster-feature figcaption { flex-direction: row; font-size: 8px; }
  .hero-bottom { font-size: 9px; gap: 15px; }
  .hero-bottom > a { font-size: 8px; letter-spacing: 1px; }
  .hero-bottom a span { margin-left: 6px; }
  .eyebrow { font-size: 9px; }
  .section-heading h2, .heading-row h2 { font-size: 24px; }
  .story-copy > p { font-size: 13px; }
  .story-facts { gap: 20px; }
  .story-facts a { font-size: 10px; }
  .character-grid { gap: 14px; }
  .character-photo > img { height: 175px; }
  .character-copy { padding: 18px 12px; }
  .character-copy h3 { font-size: 14px; line-height: 1.6; min-height: 45px; }
  .character-english { font-size: 7px; letter-spacing: .8px; min-height: 12px; }
  .character-copy > p:not(.character-english) { font-size: 11px; min-height: 84px; }
  .favorite-badge { top: 10px; left: 8px; padding: 6px; font-size: 7px; letter-spacing: .6px; }
  .house { left: 12px; font-size: 8px; letter-spacing: 1px; }
  .reasons-grid { grid-template-columns: 1fr; gap: 32px; }
  .reason { padding-top: 20px; }
  .reason h3 { font-size: 20px; margin-top: 17px; }
  .reason > p { font-size: 13px; }
  .reason-tag { margin-top: 17px; }
  .reasons-section .heading-row { margin-bottom: 30px; }
  .closing-note { padding-inline: 10px; }
  .closing-note > p { font-size: 16px; }
  .site-footer { margin-top: 30px; padding-block: 30px; }
  .source-links { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
