:root {
  --plum: #291823;
  --plum-soft: #432737;
  --rose: #ad6f77;
  --rose-light: #d6adae;
  --pearl: #f3eee8;
  --paper: #fffaf5;
  --sage: #c7d0c2;
  --sand: #ded1c2;
  --gold: #ac865c;
  --ink: #21191d;
  --muted: #756a6e;
  --line: rgba(41, 24, 35, .18);
  --line-light: rgba(255, 250, 245, .22);
  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif-ko: "Noto Serif KR", serif;
  --serif-en: "Cormorant Garamond", Georgia, serif;
  --wrap: min(1240px, calc(100vw - 80px));
  --header-h: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pearl); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--pearl); font-family: var(--sans); font-size: 16px; line-height: 1.72; letter-spacing: -.026em; word-break: keep-all; overflow-wrap: break-word; text-rendering: optimizeLegibility; }
body::before { position: fixed; z-index: 2000; inset: 0; pointer-events: none; opacity: .055; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.83' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; }
::selection { color: var(--paper); background: var(--rose); }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 5px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section-pad { padding-block: clamp(104px, 11vw, 168px); }

.scroll-progress { position: fixed; z-index: 1000; top: 0; left: 0; width: var(--scroll, 0%); height: 2px; background: var(--rose); }
.site-header { position: fixed; z-index: 900; inset: 0 0 auto; display: grid; grid-template-columns: 270px 1fr 190px; align-items: center; min-height: var(--header-h); padding-inline: max(30px, calc((100vw - 1400px) / 2)); color: var(--ink); border-bottom: 1px solid var(--line); transition: min-height .35s ease, background .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { min-height: 66px; background: rgba(243, 238, 232, .9); backdrop-filter: blur(18px); }
.wordmark { display: flex; align-items: baseline; gap: 9px; width: max-content; }
.wordmark span { color: var(--plum); font-family: var(--serif-en); font-size: 31px; font-style: italic; font-weight: 600; letter-spacing: -.04em; }
.wordmark b { display: grid; place-items: center; width: 31px; height: 31px; color: var(--paper); background: var(--rose); border-radius: 50%; font-family: var(--serif-en); font-size: 14px; font-weight: 600; letter-spacing: 0; }
.wordmark em { font-size: 11px; font-style: normal; font-weight: 650; letter-spacing: -.05em; }
.site-menu { display: flex; justify-content: center; gap: clamp(24px, 3vw, 46px); font-size: 13px; font-weight: 600; }
.site-menu a { position: relative; padding-block: 12px; }
.site-menu a::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; content: ""; background: var(--rose); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-call, .primary-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 48px; padding: 0 19px; color: var(--paper); background: var(--plum); border: 1px solid var(--plum); border-radius: 999px; font-size: 13px; font-weight: 650; transition: color .25s ease, background .25s ease, transform .25s ease; }
.header-call { justify-self: end; min-width: 164px; }
.header-call:hover, .primary-action:hover { color: var(--plum); background: var(--rose-light); transform: translateY(-2px); }
.menu-toggle { display: none; }

.breadcrumb { display: flex; align-items: center; gap: 11px; padding-top: calc(var(--header-h) + 28px); padding-bottom: 21px; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.breadcrumb b { color: var(--ink); }
.breadcrumb a { border-bottom: 1px solid var(--line); }
.breadcrumb span { opacity: .55; }

.home-hero { position: relative; min-height: 100svh; overflow: hidden; padding-top: var(--header-h); background: radial-gradient(circle at 80% 12%, rgba(214,173,174,.35), transparent 31%), var(--pearl); }
.home-hero::before { position: absolute; right: -1vw; top: 8vh; color: rgba(41,24,35,.045); content: "365"; font-family: var(--serif-en); font-size: min(30vw, 430px); font-style: italic; line-height: 1; letter-spacing: -.1em; }
.hero-grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); min-height: calc(100svh - var(--header-h) - 62px); }
.hero-copy { z-index: 3; grid-column: 1 / 8; align-self: center; padding: 86px 0 80px; }
.hero-kicker, .section-index { display: inline-flex; align-items: center; gap: 8px; color: var(--rose); font-family: var(--serif-en); font-size: 14px; font-style: italic; font-weight: 600; letter-spacing: .06em; }
.hero-kicker::before, .section-index::before { width: 34px; height: 1px; content: ""; background: currentColor; }
.hero-copy h1 { max-width: 780px; margin-top: 25px; font-family: var(--serif-ko); font-size: clamp(55px, 6.2vw, 88px); font-weight: 500; line-height: 1.16; letter-spacing: -.075em; text-wrap: balance; }
.hero-copy h1 span { display: block; }
.hero-copy h1 em { color: var(--rose); font-style: normal; }
.hero-copy > p { max-width: 570px; margin-top: 31px; color: var(--muted); font-size: clamp(16px, 1.28vw, 19px); line-height: 1.85; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.text-action { position: relative; display: inline-flex; gap: 20px; padding: 10px 0 8px; font-size: 13px; font-weight: 650; }
.text-action::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; content: ""; background: var(--ink); }
.hero-portrait { position: relative; z-index: 2; grid-column: 8 / 13; align-self: center; height: min(72vh, 720px); min-height: 580px; margin: 38px 0 38px 24px; overflow: hidden; border-radius: 48% 48% 5px 5px / 25% 25% 5px 5px; box-shadow: 0 35px 90px rgba(41,24,35,.18); }
.hero-portrait img { height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.72) sepia(.08) contrast(1.03); transform: scale(1.055) translateY(var(--image-shift, 0)); transform-origin: center top; }
.hero-portrait::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(41,24,35,.45)); }
.hero-portrait figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; gap: 18px; color: var(--paper); font-family: var(--serif-en); font-size: 12px; font-style: italic; letter-spacing: .04em; }
.hero-orbit { position: absolute; z-index: 4; right: 35%; bottom: 78px; display: grid; place-items: center; width: 142px; height: 142px; padding: 18px; color: var(--plum); background: var(--sage); border-radius: 50%; text-align: center; font-family: var(--serif-en); font-size: 12px; font-style: italic; letter-spacing: .05em; transform: rotate(-9deg); box-shadow: 0 15px 35px rgba(41,24,35,.12); }
.fact-line { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 62px; padding-inline: max(30px, calc((100vw - 1400px) / 2)); border-top: 1px solid var(--line); }
.fact-line span { display: grid; place-items: center; color: var(--muted); border-right: 1px solid var(--line); font-family: var(--serif-en); font-size: 12px; font-style: italic; letter-spacing: .06em; }
.fact-line span:first-child { border-left: 1px solid var(--line); }

.section-intro { display: grid; grid-template-columns: .48fr 1.25fr .72fr; align-items: end; gap: 48px; margin-bottom: 64px; }
.section-intro h2, .portraits-head h2 { font-family: var(--serif-ko); font-size: clamp(40px, 4.7vw, 66px); font-weight: 500; line-height: 1.24; letter-spacing: -.065em; text-wrap: balance; }
.section-intro > p, .portraits-head > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.section-intro.inverse { color: var(--paper); }
.section-intro.inverse p { color: rgba(255,250,245,.6); }

.area-section { position: relative; overflow: hidden; color: var(--paper); background: var(--plum); }
.area-section::after { position: absolute; top: 70px; right: -70px; width: 270px; height: 430px; border: 1px solid var(--line-light); border-radius: 50%; content: ""; transform: rotate(24deg); }
.area-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.area-panel { position: relative; min-height: 460px; overflow: hidden; background: var(--plum-soft); }
.area-panel img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .7; filter: saturate(.62) sepia(.12); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .45s ease, opacity .45s ease; }
.area-panel::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(41,24,35,.04), rgba(41,24,35,.86)); }
.area-panel > span { position: absolute; z-index: 2; top: 24px; left: 26px; font-family: var(--serif-en); font-size: 20px; font-style: italic; }
.area-panel > div { position: absolute; z-index: 2; right: 28px; bottom: 27px; left: 28px; }
.area-panel small { color: var(--rose-light); font-family: var(--serif-en); font-size: 12px; font-style: italic; letter-spacing: .08em; }
.area-panel h3 { margin-top: 5px; font-family: var(--serif-ko); font-size: clamp(50px, 5.4vw, 76px); font-weight: 500; line-height: 1.05; letter-spacing: -.07em; }
.area-panel p { margin-top: 14px; font-size: 13px; }
.area-panel:hover img { opacity: .9; filter: saturate(.85); transform: scale(1.04); }
.area-panel-all { color: var(--plum); background: var(--sage); }
.area-panel-all::before { position: absolute; right: -70px; bottom: -120px; width: 390px; height: 390px; border: 1px solid rgba(41,24,35,.23); border-radius: 50%; content: ""; }
.area-panel-all::after { background: linear-gradient(135deg, transparent, rgba(255,255,255,.14)); }
.area-panel-all small { color: var(--plum-soft); }

.course-section { background: var(--paper); }
.course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.course-card { position: relative; min-height: 500px; padding: 27px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.course-card:first-child { border-left: 1px solid var(--line); }
.course-top { display: flex; justify-content: space-between; gap: 15px; min-height: 68px; color: var(--muted); font-family: var(--serif-en); }
.course-top > span { color: var(--rose); font-size: 18px; font-style: italic; }
.course-top small { max-width: 125px; text-align: right; line-height: 1.6; }
.course-card h3 { margin-top: 44px; font-family: var(--serif-ko); font-size: clamp(41px, 4vw, 58px); font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.course-lines { position: absolute; right: 25px; bottom: 25px; left: 25px; }
.course-lines p { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); }
.course-lines span { color: var(--muted); font-size: 12px; }
.course-lines b { font-family: var(--serif-en); font-size: 17px; font-weight: 600; letter-spacing: 0; }
.course-cta { display: flex; flex-direction: column; color: var(--paper); background: var(--rose); }
.course-cta-orbit { position: absolute; right: 24px; top: 24px; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.course-cta h3 { margin-top: auto; font-size: clamp(29px, 2.6vw, 39px); line-height: 1.28; }
.course-cta p { margin-top: 21px; color: rgba(255,255,255,.72); }
.course-cta > b { margin-top: 25px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.42); font-size: 13px; }
.price-disclaimer { margin-top: 19px; color: var(--muted); font-size: 11px; }

.portraits-section { overflow: hidden; background: var(--sage); }
.portraits-head { display: grid; grid-template-columns: .48fr 1.25fr .72fr; align-items: end; gap: 48px; margin-bottom: 64px; }
.portrait-rail { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: min(1420px, calc(100vw - 34px)); margin-inline: auto; align-items: center; }
.portrait-rail figure { position: relative; grid-column: span 2; height: 410px; overflow: hidden; background: var(--sand); }
.portrait-rail figure:nth-child(2), .portrait-rail figure:nth-child(5) { height: 480px; }
.portrait-rail img { height: 100%; object-fit: cover; filter: saturate(.42) sepia(.12) contrast(1.02); transition: filter .45s ease, transform .65s ease; }
.portrait-rail figure:hover img { filter: saturate(.8); transform: scale(1.035); }
.portrait-rail figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 13px 14px; color: var(--paper); background: linear-gradient(0deg, rgba(41,24,35,.88), transparent); font-family: var(--serif-en); font-size: 11px; font-style: italic; letter-spacing: .05em; }

.process-section { color: var(--paper); background: var(--plum); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; }
.process-title { position: sticky; top: 110px; align-self: start; }
.process-title h2 { margin-top: 27px; font-family: var(--serif-ko); font-size: clamp(44px, 5.3vw, 72px); font-weight: 500; line-height: 1.25; letter-spacing: -.065em; }
.process-title h2 em { color: var(--rose-light); font-style: normal; }
.process-title p { max-width: 460px; margin-top: 29px; color: rgba(255,250,245,.58); }
.process-list { list-style: none; border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 75px 1fr; gap: 26px; padding: 37px 0; border-bottom: 1px solid var(--line-light); }
.process-list > li > span { color: var(--rose-light); font-family: var(--serif-en); font-size: 22px; font-style: italic; }
.process-list h3 { font-family: var(--serif-ko); font-size: 24px; font-weight: 500; }
.process-list p { margin-top: 8px; color: rgba(255,250,245,.55); }

.notes-section { background: var(--pearl); }
.note-lines { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.note-lines > div { min-height: 290px; padding: 24px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.note-lines > div:first-child { border-left: 1px solid var(--line); }
.note-lines > div > span { color: var(--rose); font-family: var(--serif-en); font-size: 18px; font-style: italic; }
.note-lines h3 { margin-top: 72px; font-family: var(--serif-ko); font-size: 23px; font-weight: 500; }
.note-lines p { margin-top: 16px; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; min-height: 660px; color: var(--paper); background: var(--plum); }
.final-cta-media { position: absolute; inset: 0; opacity: .38; background: linear-gradient(90deg, rgba(41,24,35,.92), rgba(41,24,35,.4)), url("/assets/images/hero-soul-outcall-massage.webp") center 22% / cover no-repeat; filter: saturate(.4); }
.final-cta::after { position: absolute; right: 5vw; top: 80px; width: 340px; height: 500px; border: 1px solid rgba(255,250,245,.3); border-radius: 50%; content: ""; transform: rotate(24deg); }
.final-cta-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 660px; }
.final-cta-inner > span { color: var(--rose-light); font-family: var(--serif-en); font-size: 13px; font-style: italic; letter-spacing: .08em; }
.final-cta h2 { max-width: 950px; margin-top: 27px; font-family: var(--serif-ko); font-size: clamp(52px, 7vw, 92px); font-weight: 500; line-height: 1.16; letter-spacing: -.07em; }
.final-cta p { margin-top: 23px; color: rgba(255,250,245,.62); }
.final-cta a { display: flex; align-items: center; justify-content: space-between; width: min(590px, 100%); margin-top: 38px; padding: 17px 0; border-block: 1px solid rgba(255,250,245,.48); }
.final-cta a b { font-family: var(--serif-en); font-size: clamp(27px, 3.2vw, 42px); font-weight: 500; letter-spacing: .01em; }
.final-cta a em { font-size: 13px; font-style: normal; }

.site-footer { padding: 78px 0 28px; color: var(--paper); background: #1d1118; }
.footer-grid { display: grid; grid-template-columns: 1.12fr 1fr .55fr; gap: 65px; }
.footer-mark { color: var(--rose-light); font-family: var(--serif-en); font-size: 13px; font-style: italic; letter-spacing: .07em; }
.footer-grid h2 { margin-top: 14px; font-family: var(--serif-ko); font-size: 32px; font-weight: 500; }
.footer-grid p, .footer-contact span { color: rgba(255,250,245,.48); }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact small { color: var(--rose-light); font-family: var(--serif-en); font-style: italic; }
.footer-contact a { margin: 8px 0 4px; font-family: var(--serif-en); font-size: clamp(27px, 3vw, 38px); font-weight: 500; letter-spacing: .01em; }
.footer-grid nav { display: flex; flex-direction: column; gap: 9px; color: rgba(255,250,245,.72); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 18px; color: rgba(255,250,245,.38); border-top: 1px solid var(--line-light); font-family: var(--serif-en); font-size: 11px; font-style: italic; letter-spacing: .06em; }
.mobile-call { display: none; }

.region-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 79% 11%, rgba(199,208,194,.6), transparent 31%), var(--pearl); }
.region-hero::before { position: absolute; right: -4vw; bottom: -12vw; color: rgba(41,24,35,.035); content: "SOUL"; font-family: var(--serif-en); font-size: 24vw; font-style: italic; line-height: .8; }
.region-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 730px; }
.region-title { z-index: 2; align-self: center; padding: 75px 6vw 75px 0; }
.region-title h1 { margin-top: 24px; font-family: var(--serif-ko); font-size: clamp(43px, 5.2vw, 72px); font-weight: 500; line-height: 1.12; letter-spacing: -.07em; }
.region-title h1 > span { display: block; }
.region-title .location-line { color: var(--rose); }
.region-title .service-line { margin-bottom: 17px; color: var(--plum); }
.region-title .tail-line { font-size: .54em; line-height: 1.28; letter-spacing: -.055em; }
.region-title > p { max-width: 620px; margin-top: 28px; color: var(--muted); line-height: 1.85; }
.region-title .primary-action { margin-top: 31px; }
.region-portrait { position: relative; align-self: center; height: 660px; overflow: hidden; border-radius: 48% 48% 4px 4px / 24% 24% 4px 4px; box-shadow: 0 32px 80px rgba(41,24,35,.16); }
.region-portrait img { height: 100%; object-fit: cover; filter: saturate(.66) sepia(.1); transform: scale(1.055) translateY(var(--image-shift, 0)); transform-origin: center top; }
.region-portrait::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 65%, rgba(41,24,35,.52)); }
.region-portrait figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; color: var(--paper); font-family: var(--serif-en); font-size: 11px; font-style: italic; letter-spacing: .06em; }

.local-story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; }
.story-grid h2 { margin-top: 24px; font-family: var(--serif-ko); font-size: clamp(42px, 4.6vw, 64px); font-weight: 500; line-height: 1.25; letter-spacing: -.065em; }
.story-copy { padding-top: 5px; }
.story-copy > p { padding: 25px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.9; }
.story-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.story-facts span { padding: 15px 8px; text-align: center; border-right: 1px solid var(--line); font-family: var(--serif-en); font-size: 12px; font-style: italic; letter-spacing: .04em; }
.story-facts span:last-child { border-right: 0; }

.subarea-section { background: var(--sage); }
.subarea-links { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(41,24,35,.25); border-left: 1px solid rgba(41,24,35,.25); }
.subarea-links a { display: grid; grid-template-columns: 1fr auto; align-content: space-between; min-height: 150px; padding: 18px; border-right: 1px solid rgba(41,24,35,.25); border-bottom: 1px solid rgba(41,24,35,.25); transition: color .3s ease, background .3s ease; }
.subarea-links a span { grid-column: 1 / -1; color: var(--rose); font-family: var(--serif-en); font-size: 13px; font-style: italic; }
.subarea-links a b { align-self: end; font-family: var(--serif-ko); font-size: 18px; font-weight: 500; }
.subarea-links a em { align-self: end; font-style: normal; }
.subarea-links a:hover { color: var(--paper); background: var(--plum); }
.subarea-links a:hover span { color: var(--rose-light); }

.areas-hero, .info-hero { position: relative; overflow: hidden; padding: 110px 0 105px; color: var(--paper); background: var(--plum); }
.areas-hero::after, .info-hero::after { position: absolute; right: -80px; top: -120px; width: 500px; height: 700px; border: 1px solid var(--line-light); border-radius: 50%; content: ""; transform: rotate(31deg); }
.areas-hero h1, .info-hero h1 { position: relative; z-index: 2; max-width: 1050px; margin-top: 28px; font-family: var(--serif-ko); font-size: clamp(51px, 7.2vw, 100px); font-weight: 500; line-height: 1.17; letter-spacing: -.075em; }
.areas-hero h1 span { display: block; }
.areas-hero h1 em { color: var(--rose-light); font-style: normal; }
.areas-hero p { max-width: 720px; margin-top: 30px; color: rgba(255,250,245,.6); font-size: 17px; }
.areas-directory { background: var(--pearl); }
.directory-metro { margin-bottom: 90px; }
.directory-metro > header { display: grid; grid-template-columns: 90px 1fr auto; align-items: end; gap: 28px; min-height: 145px; padding: 18px 0 25px; border-bottom: 1px solid var(--plum); }
.directory-metro > header > span { color: var(--rose); font-family: var(--serif-en); font-size: 27px; font-style: italic; }
.directory-metro header small { color: var(--muted); font-family: var(--serif-en); font-size: 12px; font-style: italic; letter-spacing: .06em; }
.directory-metro header h2 { font-family: var(--serif-ko); font-size: clamp(44px, 4.8vw, 66px); font-weight: 500; line-height: 1.08; letter-spacing: -.065em; }
.directory-metro header p { color: var(--muted); font-size: 12px; }
.directory-districts { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 45px; }
.directory-districts details { border-bottom: 1px solid var(--line); }
.directory-districts summary { display: grid; grid-template-columns: 1fr auto 26px; align-items: center; gap: 15px; min-height: 74px; padding: 10px 0; cursor: pointer; list-style: none; }
.directory-districts summary::-webkit-details-marker { display: none; }
.directory-districts summary b { font-family: var(--serif-ko); font-size: 17px; font-weight: 500; }
.directory-districts summary span { color: var(--muted); font-size: 11px; }
.directory-districts summary i { color: var(--rose); font-size: 20px; font-style: normal; text-align: right; transition: transform .25s ease; }
.directory-districts details[open] summary i { transform: rotate(45deg); }
.directory-districts nav { display: flex; flex-wrap: wrap; gap: 7px; padding: 2px 0 20px; }
.directory-districts nav a { padding: 6px 10px; color: var(--muted); background: rgba(255,250,245,.7); border-radius: 999px; font-size: 11px; transition: color .2s ease, background .2s ease; }
.directory-districts nav a:hover, .directory-districts .district-link { color: var(--paper); background: var(--plum); }
.info-hero { min-height: 520px; display: grid; align-items: center; }
.info-body { background: var(--paper); }
.info-body > .wrap { max-width: 840px; }
.info-body p { padding: 29px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.95; }
.info-body .primary-action { margin-top: 30px; }
.not-found { display: grid; min-height: 100svh; align-items: center; padding-top: var(--header-h); color: var(--paper); background: var(--plum); }
.not-found span { color: var(--rose-light); font-family: var(--serif-en); font-style: italic; }
.not-found h1 { margin-top: 25px; font-family: var(--serif-ko); font-size: clamp(55px, 8vw, 110px); font-weight: 500; line-height: 1.15; letter-spacing: -.075em; }
.not-found p { margin: 25px 0; color: rgba(255,250,245,.6); }

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .9s cubic-bezier(.22,.74,.2,1), clip-path 1.05s cubic-bezier(.22,.74,.2,1); }
.js figure[data-reveal], .js .area-panel[data-reveal] { clip-path: inset(6% 0 12% 0); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); }

@media (max-width: 1100px) {
  :root { --wrap: min(100% - 44px, 970px); }
  .site-header { grid-template-columns: 220px 1fr 155px; }
  .wordmark em { display: none; }
  .site-menu { gap: 18px; }
  .hero-copy { grid-column: 1 / 8; }
  .hero-portrait { grid-column: 8 / 13; min-height: 550px; }
  .course-grid, .note-lines { grid-template-columns: repeat(2, 1fr); }
  .course-card:first-child, .course-card:nth-child(3) { border-left: 1px solid var(--line); }
  .portrait-rail { grid-template-columns: repeat(6, 1fr); }
  .portrait-rail figure { grid-column: span 2; }
  .subarea-links { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  :root { --wrap: calc(100vw - 32px); --header-h: 66px; }
  body { padding-bottom: 70px; }
  .section-pad { padding-block: 82px; }
  .site-header { grid-template-columns: 1fr auto; min-height: var(--header-h); padding-inline: 16px; background: rgba(243,238,232,.95); }
  .site-header.is-scrolled { min-height: var(--header-h); }
  .wordmark span { font-size: 28px; }
  .wordmark b { width: 29px; height: 29px; }
  .header-call { display: none; }
  .menu-toggle { position: relative; display: grid; grid-template-columns: 24px 1fr; gap: 7px; align-items: center; width: 72px; min-height: 42px; padding: 0 9px; background: transparent; border: 1px solid var(--plum); border-radius: 999px; }
  .menu-toggle span { position: absolute; left: 10px; width: 21px; height: 1px; background: var(--plum); transition: transform .2s ease, top .2s ease; }
  .menu-toggle span:first-child { top: 15px; }
  .menu-toggle span:nth-child(2) { top: 24px; }
  .menu-toggle em { margin-left: 25px; white-space: nowrap; font-size: 10px; font-style: normal; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }
  .site-menu { position: fixed; z-index: -1; top: var(--header-h); right: 0; left: 0; display: flex; flex-direction: column; gap: 0; padding: 10px 20px 22px; color: var(--paper); background: rgba(41,24,35,.98); transform: translateY(-120%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .site-menu.is-open { transform: translateY(0); visibility: visible; }
  .site-menu a { padding: 13px 0; border-bottom: 1px solid var(--line-light); }
  .mobile-call { position: fixed; z-index: 950; inset: auto 0 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 70px; padding: 0 16px; color: var(--paper); background: var(--plum); border-top: 1px solid var(--line-light); }
  .mobile-call span, .mobile-call em { color: var(--rose-light); font-family: var(--serif-en); font-size: 10px; font-style: italic; }
  .mobile-call b { font-family: var(--serif-en); font-size: 22px; font-weight: 500; text-align: center; letter-spacing: .01em; }
  .breadcrumb { overflow-x: auto; white-space: nowrap; }
  .hero-grid, .region-hero-grid, .story-grid, .process-layout { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .home-hero::before { top: 100px; right: -50px; font-size: 220px; }
  .hero-grid { width: 100%; min-height: 0; }
  .hero-copy { grid-column: 1; padding: 66px 16px 54px; }
  .hero-copy h1 { font-size: 46px; line-height: 1.2; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-portrait { grid-column: 1; width: calc(100% - 32px); height: 530px; min-height: 0; margin: 0 16px 34px; border-radius: 46% 46% 4px 4px / 20% 20% 4px 4px; }
  .hero-orbit { right: 8px; bottom: 490px; width: 108px; height: 108px; font-size: 9px; }
  .fact-line { grid-template-columns: repeat(2, 1fr); min-height: 100px; padding-inline: 0; }
  .fact-line span { min-height: 50px; border-bottom: 1px solid var(--line); font-size: 10px; }
  .section-intro, .portraits-head { grid-template-columns: 1fr; gap: 23px; margin-bottom: 41px; }
  .section-intro h2, .portraits-head h2 { font-size: 42px; }
  .area-grid { grid-template-columns: 1fr; gap: 12px; }
  .area-panel { min-height: 380px; }
  .area-panel h3 { font-size: 59px; }
  .course-grid, .note-lines { grid-template-columns: 1fr; }
  .course-card, .course-cta { min-height: 420px; border-left: 1px solid var(--line); }
  .course-card h3 { font-size: 50px; }
  .portrait-rail { display: flex; width: max-content; margin-left: 16px; gap: 12px; padding-right: 16px; }
  .portrait-rail figure, .portrait-rail figure:nth-child(2), .portrait-rail figure:nth-child(5) { width: min(74vw, 290px); height: 430px; }
  .process-title { position: static; }
  .process-title h2 { font-size: 45px; }
  .process-list { margin-top: 46px; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .note-lines > div { min-height: 240px; }
  .note-lines h3 { margin-top: 54px; }
  .final-cta, .final-cta-inner { min-height: 600px; }
  .final-cta h2 { font-size: 49px; }
  .final-cta::after { right: -200px; }
  .final-cta a { flex-direction: column; align-items: flex-start; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .region-hero-grid { min-height: 0; }
  .region-title { padding: 54px 0 58px; }
  .region-title h1 { font-size: 44px; }
  .region-title .tail-line { font-size: 27px; }
  .region-portrait { width: 100%; height: 530px; border-radius: 45% 45% 3px 3px / 18% 18% 3px 3px; }
  .story-grid { gap: 43px; }
  .story-grid h2 { font-size: 42px; }
  .story-facts { grid-template-columns: 1fr; }
  .story-facts span { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-facts span:last-child { border-bottom: 0; }
  .subarea-links { grid-template-columns: repeat(2, 1fr); }
  .subarea-links a { min-height: 128px; }
  .areas-hero, .info-hero { padding: 78px 0; }
  .areas-hero h1, .info-hero h1 { font-size: 51px; }
  .directory-metro { margin-bottom: 68px; }
  .directory-metro > header { grid-template-columns: 50px 1fr; padding-bottom: 20px; }
  .directory-metro > header > p { grid-column: 2; }
  .directory-districts { grid-template-columns: 1fr; column-gap: 0; }
}

@media (max-width: 430px) {
  .hero-copy h1 { font-size: 43px; }
  .hero-portrait { height: 485px; }
  .hero-orbit { bottom: 450px; }
  .region-title h1 { font-size: 41px; }
  .region-title .tail-line { font-size: 25px; }
  .subarea-links a { padding: 13px; }
  .subarea-links a b { font-size: 15px; }
  .areas-hero h1, .info-hero h1, .final-cta h2 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js [data-reveal] { opacity: 1; clip-path: none; transform: none; }
}
