@font-face {
    font-family: "Pretendard";
    src: url("../fonts/PretendardVariable.woff2") format("woff2");
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}

:root {
    --pascal-black: #000;
    --pascal-ink: #111;
    --pascal-charcoal: #1a1a1a;
    --pascal-paper: #f7f6f4;
    --pascal-white: #fff;
    --pascal-copper: #a57462;
    --pascal-sand: #d4ae97;
    --pascal-muted: #77716e;
    --pascal-line: #dedbd8;
    --pascal-shell: 1280px;
    --pascal-reading: 760px;
    --pascal-serif: "Cormorant Garamond", "Noto Serif KR", "Noto Serif SC", "Noto Serif TC", serif;
    --pascal-sans: "Pretendard", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--pascal-ink);
    background: var(--pascal-paper);
    font-family: var(--pascal-sans);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
::selection { color: #000; background: var(--pascal-copper); }

.screen-reader-text,
.skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: #fff; }
.shell, .shell-wide { width: min(calc(100% - 48px), var(--pascal-shell)); margin-inline: auto; }
.shell-narrow { width: min(calc(100% - 48px), var(--pascal-reading)); margin-inline: auto; }
.section-space { padding-block: 112px; }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 70px;
    color: #fff;
    background: rgba(0, 0, 0, .96);
    border-bottom: 1px solid rgba(165, 116, 98, .28);
}
.admin-bar .site-header { top: 32px; }
.site-header__inner { width: min(calc(100% - 48px), var(--pascal-shell)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-brand { display: inline-flex; min-width: 158px; flex-direction: column; line-height: 1; }
.site-brand__name { font-family: var(--pascal-serif); font-size: 24px; letter-spacing: .26em; }
.site-brand__sub { margin-top: 7px; color: #999; font-size: 8px; letter-spacing: .35em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-menu { display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; list-style: none; }
.site-menu a { position: relative; display: block; padding-block: 22px; color: #c9c9c9; font-size: 14px; white-space: nowrap; }
.site-menu a::after { position: absolute; right: 0; bottom: 16px; left: 0; height: 1px; content: ""; background: var(--pascal-copper); transform: scaleX(0); transition: transform .25s ease; }
.site-menu a:hover, .site-menu .current-menu-item > a { color: #fff; }
.site-menu a:hover::after, .site-menu .current-menu-item > a::after { transform: scaleX(1); }
.site-nav__consult { display: inline-flex; height: 44px; align-items: center; justify-content: center; padding-inline: 25px; border: 1px solid var(--pascal-copper); color: var(--pascal-sand); font-size: 12px; font-weight: 600; letter-spacing: .15em; }
.language-switcher { display: flex; align-items: center; color: #767676; font-size: 10px; }
.language-switcher a { display: inline-flex; min-height: 32px; align-items: center; white-space: nowrap; }
.language-switcher a:hover, .language-switcher a[aria-current="true"] { color: var(--pascal-sand); }
.language-switcher a + a { margin-left: 9px; padding-left: 9px; border-left: 1px solid #3f3f3f; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: #fff; transition: transform .25s, opacity .25s; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--pascal-copper); font-size: 11px; font-weight: 700; letter-spacing: .34em; }
.eyebrow::before { width: 32px; height: 1px; content: ""; background: currentColor; }
.button-outline { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 34px; border: 1px solid var(--pascal-copper); color: var(--pascal-sand); font-size: 12px; font-weight: 650; letter-spacing: .16em; transition: color .25s, background .25s; }
.button-outline:hover { color: #000; background: var(--pascal-copper); }
.button-outline--dark { color: var(--pascal-copper); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--pascal-copper); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }

.editorial-hero { position: relative; min-height: min(760px, calc(100vh - 70px)); overflow: hidden; color: #fff; background: #000; }
.editorial-hero__image, .editorial-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.editorial-hero__image { object-fit: cover; object-position: center 35%; }
.editorial-hero__shade { background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .62) 42%, rgba(0, 0, 0, .14) 78%), linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 40%); }
.editorial-hero__content { position: relative; z-index: 1; display: flex; min-height: min(760px, calc(100vh - 70px)); flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 80px 130px; }
.editorial-hero h1 { max-width: 720px; margin: 0; font-family: var(--pascal-serif); font-size: clamp(50px, 6vw, 96px); font-weight: 500; line-height: .95; }
.editorial-hero__lead { margin: 28px 0 36px; color: #c9c2bd; font-size: 13px; letter-spacing: .3em; text-transform: uppercase; }
.editorial-hero__marquee { position: absolute; z-index: 1; right: 0; bottom: -22px; left: 0; margin: 0; overflow: hidden; color: transparent; font-family: var(--pascal-serif); font-size: clamp(68px, 10vw, 160px); line-height: 1; white-space: nowrap; -webkit-text-stroke: 1px rgba(212, 174, 151, .35); }

.latest-section { background: var(--pascal-paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 52px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2 { max-width: 820px; margin: 0; font-family: var(--pascal-serif); font-size: clamp(40px, 5vw, 68px); font-weight: 500; line-height: 1.08; }
.featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px 32px; }
.post-card { min-width: 0; border-top: 1px solid var(--pascal-line); }
.post-card--featured { grid-row: span 2; }
.post-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #ddd9d5; }
.post-card--featured .post-card__media { aspect-ratio: 4 / 4.7; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.post-card:hover .post-card__media img { transform: scale(1.025); }
.post-card__body { padding-top: 25px; }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 15px; color: var(--pascal-copper); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.post-card__meta time { color: #928b87; font-weight: 500; }
.post-card h2 { margin: 0 0 14px; font-family: var(--pascal-serif); font-size: 33px; font-weight: 500; line-height: 1.13; }
.post-card--featured h2 { font-size: clamp(36px, 3.4vw, 54px); }
.post-card h2 a:hover { color: var(--pascal-copper); }
.post-card p { max-width: 650px; margin: 0 0 21px; color: #655f5b; line-height: 1.8; }

.journal-cta, .article-cta { color: #fff; background: var(--pascal-ink); }
.journal-cta__inner, .article-cta .shell-narrow { text-align: center; }
.journal-cta .eyebrow, .article-cta .eyebrow { justify-content: center; }
.journal-cta h2, .article-cta h2 { margin: 0 auto 18px; font-family: var(--pascal-serif); font-size: clamp(42px, 5vw, 70px); font-weight: 500; line-height: 1.05; }
.journal-cta p:not(.eyebrow), .article-cta p:not(.eyebrow) { margin: 0 auto 34px; color: #aaa5a2; }

.archive-hero { padding-block: 126px 90px; color: #fff; background: #090909; }
.archive-hero--compact { padding-block: 94px 72px; }
.archive-hero__inner { max-width: 980px; }
.archive-hero h1 { margin: 0; font-family: var(--pascal-serif); font-size: clamp(54px, 7vw, 92px); font-weight: 500; line-height: .98; }
.archive-hero p, .archive-hero__description { max-width: 680px; margin: 28px 0 0; color: #aaa; }
.archive-tools { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 52px; padding-bottom: 24px; border-bottom: 1px solid var(--pascal-line); }
.category-list { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.category-list li { list-style: none; }
.category-list a { color: #6e6864; font-size: 13px; }
.category-list a:hover, .category-list .current-cat > a { color: var(--pascal-copper); }
.search-form { display: flex; width: min(100%, 410px); border-bottom: 1px solid #938b86; }
.search-form label { flex: 1; }
.search-field { width: 100%; padding: 10px 0; border: 0; outline: 0; color: inherit; background: transparent; }
.search-form button { padding: 10px 0 10px 20px; border: 0; color: var(--pascal-copper); background: transparent; cursor: pointer; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px 28px; }
.navigation.pagination { margin-top: 72px; }
.nav-links { display: flex; justify-content: center; gap: 7px; }
.page-numbers { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--pascal-line); }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--pascal-ink); border-color: var(--pascal-ink); }
.empty-state, .not-found { padding-block: 130px; text-align: center; }
.empty-state .eyebrow { justify-content: center; }
.empty-state h2, .not-found h1 { margin: 0 0 34px; font-family: var(--pascal-serif); font-size: clamp(44px, 6vw, 72px); font-weight: 500; line-height: 1; }
.empty-state .search-form, .not-found .search-form { margin: 0 auto 40px; }

.article-hero { padding: 108px 0 0; background: #fff; }
.article-hero__copy { text-align: center; }
.article-hero__copy .eyebrow { justify-content: center; }
.article-hero h1 { margin: 0; font-family: var(--pascal-serif); font-size: clamp(52px, 7vw, 92px); font-weight: 500; line-height: .98; }
.article-hero__summary { max-width: 680px; margin: 30px auto 0; color: #655f5b; font-size: 19px; line-height: 1.8; }
.article-meta { display: flex; justify-content: center; gap: 24px; margin-top: 30px; color: #8a8380; font-size: 12px; }
.article-hero__media { margin-top: 72px; aspect-ratio: 16 / 8.3; overflow: hidden; background: #ddd; }
.article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0, var(--pascal-reading)) 1fr; gap: 56px; padding-block: 92px 120px; }
.article-sidebar { position: sticky; top: 110px; align-self: start; }
.article-sidebar__categories { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin-top: 28px; }
.article-sidebar__categories a { color: #777; font-size: 12px; }
.article-content { grid-column: 2; min-width: 0; font-size: 18px; line-height: 1.95; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2, .article-content h3, .article-content h4 { margin: 2.2em 0 .8em; font-family: var(--pascal-serif); font-weight: 500; line-height: 1.2; }
.article-content h2 { font-size: 42px; }
.article-content h3 { font-size: 32px; }
.article-content p { margin: 0 0 1.45em; }
.article-content a { color: #8c5f50; text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { margin: 2.5em 0; padding: 6px 0 6px 30px; border-left: 1px solid var(--pascal-copper); color: #5c504b; font-family: var(--pascal-serif); font-size: 28px; line-height: 1.45; }
.article-content figure { margin-block: 2.5em; }
.article-content figcaption { margin-top: 10px; color: #89827e; font-size: 12px; text-align: center; }
.article-content ul, .article-content ol { padding-left: 1.4em; }
.pascal-medical-note, .article-content .pascal-medical-note { margin-block: 2.5em; padding: 30px 32px; border-top: 1px solid var(--pascal-copper); background: #eeeae6; }
.pascal-medical-note h3 { margin-top: 0; font-size: 26px; }
.pascal-medical-note p:last-child { margin-bottom: 0; }
.pascal-inline-cta { margin-block: 2.5em; padding: 36px; color: #fff; background: var(--pascal-ink); }
.pascal-inline-cta h3 { margin-top: 0; color: #fff; }
.pascal-inline-cta .wp-block-button__link { color: #000; background: var(--pascal-copper); border-radius: 0; text-decoration: none; }
.article-cta { padding-block: 96px; }

.site-footer { padding: 76px 0 22px; color: #aaa; background: #050505; border-top: 1px solid rgba(165, 116, 98, .25); }
.site-footer__inner, .site-footer__legal { width: min(calc(100% - 48px), var(--pascal-shell)); margin: auto; }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1.2fr .7fr; gap: 50px; }
.site-footer__brand .site-brand__name { color: #fff; }
.site-footer__brand p { color: var(--pascal-copper); font-size: 9px; letter-spacing: .28em; }
.site-footer__details p { margin: 0 0 7px; font-size: 13px; }
.site-footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: 13px; }
.site-footer__links ul { margin: 0; padding: 0; list-style: none; }
.site-footer__legal { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 19px; border-top: 1px solid #202020; color: #666; font-size: 10px; }

@media (max-width: 1024px) {
    .site-nav { position: fixed; inset: 70px 0 0; display: flex; padding: 48px 24px 32px; flex-direction: column; align-items: stretch; gap: 28px; background: #080808; transform: translateY(-120%); visibility: hidden; transition: transform .32s ease, visibility .32s; }
    .admin-bar .site-nav { top: 102px; }
    .site-nav.is-open { transform: translateY(0); visibility: visible; }
    .site-menu { flex-direction: column; align-items: stretch; gap: 0; }
    .site-menu a { padding: 14px 0; border-bottom: 1px solid #252525; font-family: var(--pascal-serif); font-size: 32px; }
    .site-menu a::after { display: none; }
    .language-switcher { justify-content: center; padding-top: 4px; font-size: 12px; }
    .menu-toggle { display: block; }
    .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-layout { grid-template-columns: minmax(0, var(--pascal-reading)); justify-content: center; }
    .article-sidebar { position: static; grid-row: 2; }
    .article-content { grid-column: 1; }
}

@media (max-width: 782px) {
    .admin-bar .site-header { top: 46px; }
    .admin-bar .site-nav { top: 116px; }
}

@media (max-width: 700px) {
    .shell, .shell-wide, .shell-narrow, .site-header__inner, .site-footer__inner, .site-footer__legal { width: min(calc(100% - 32px), var(--pascal-shell)); }
    .section-space { padding-block: 76px; }
    .editorial-hero { min-height: calc(100svh - 70px); }
    .editorial-hero__image { object-position: 58% center; }
    .editorial-hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.28)), linear-gradient(0deg, rgba(0,0,0,.72), transparent 55%); }
    .editorial-hero__content { min-height: calc(100svh - 70px); padding-bottom: 120px; justify-content: flex-end; }
    .editorial-hero h1 { font-size: 52px; }
    .editorial-hero__marquee { bottom: -7px; font-size: 72px; }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
    .section-heading h2 { font-size: 44px; }
    .featured-grid, .post-grid { grid-template-columns: 1fr; gap: 46px; }
    .post-card--featured { grid-row: auto; }
    .post-card--featured .post-card__media, .post-card__media { aspect-ratio: 4 / 3; }
    .post-card h2, .post-card--featured h2 { font-size: 34px; }
    .archive-hero { padding-block: 88px 64px; }
    .archive-hero h1 { font-size: 52px; }
    .archive-tools { align-items: stretch; flex-direction: column; }
    .article-hero { padding-top: 76px; }
    .article-hero h1 { font-size: 50px; }
    .article-hero__summary { font-size: 17px; }
    .article-meta { align-items: center; flex-direction: column; gap: 5px; }
    .article-hero__media { margin-top: 48px; aspect-ratio: 4 / 3; }
    .article-layout { gap: 35px; padding-block: 64px 82px; }
    .article-content { font-size: 17px; }
    .article-content h2 { font-size: 34px; }
    .article-content h3 { font-size: 28px; }
    .article-content blockquote { padding-left: 20px; font-size: 24px; }
    .article-cta { padding-block: 74px; }
    .site-footer__inner { grid-template-columns: 1fr; gap: 34px; }
    .site-footer__legal { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
