/*
Theme Name: Considered Choice Editorial
Author: Considered Choice
Description: The bilingual editorial theme for source-checked buying guides from Considered Choice.
Version: 1.7.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: editorial-guide
*/

@font-face {
  font-family: "Pretendard Variable";
  src: url("assets/fonts/PretendardVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/NewsreaderLatin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f8f6f0;
  --paper-deep: #ecefe9;
  --ink: #162019;
  --muted: #626b65;
  --line: #d9ddd7;
  --accent: #4e715f;
  --accent-dark: #294a3c;
  --white: #ffffff;
  --display: "Newsreader", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 80rem;
  --reading: 72rem;
  --measure: 52rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; touch-action: manipulation; -webkit-tap-highlight-color: rgba(41,74,60,.18); }
a:hover { text-decoration-thickness: .12em; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 4px; }

.container { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 20;
  padding: .65rem 1rem;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(248,246,240,.96); }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: .45rem;
}
.brand-name { font-family: var(--display); font-size: 1.35rem; font-weight: 700; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.site-nav a { min-height: 2.75rem; display: inline-flex; align-items: center; color: var(--muted); font-size: .82rem; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: var(--ink); }
.site-nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -2px 0 var(--accent-dark); }

.eyebrow { margin: 0 0 1.3rem; color: var(--accent-dark); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hub-masthead h1, .archive-heading h1, .page-title, .entry-title, .not-found h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .99;
  text-wrap: balance;
}
.text-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.6rem; font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(.25rem); }

.guide-section { padding: 0 0 clamp(5.5rem, 10vw, 9rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--ink); }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.045em; line-height: 1.05; }
.section-heading[lang^="ko"] h2 { font-family: var(--sans); font-weight: 780; letter-spacing: -.055em; word-break: keep-all; }
.section-heading p { max-width: 29rem; margin: 0; color: var(--muted); font-size: .92rem; }
.post-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3rem 1.5rem; }
.post-card { min-width: 0; grid-column: span 6; }
.post-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(22rem, .75fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-bottom: clamp(2rem, 5vw, 4rem); border-bottom: 1px solid var(--line); }
.post-card:nth-child(n+2) { grid-column: span 4; }
.card-media { display: block; aspect-ratio: 16 / 10; margin-bottom: 1.35rem; overflow: hidden; background: var(--paper-deep); }
.post-card:first-child .card-media { margin-bottom: 0; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .card-media img { transform: scale(1.025); }
.card-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: repeating-linear-gradient(135deg, transparent 0 2rem, rgba(56,83,61,.07) 2rem 4rem), var(--paper-deep); color: var(--accent-dark); font-family: var(--display); font-size: clamp(2.5rem, 6vw, 5rem); }
.card-body { min-width: 0; }
.card-meta, .entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; color: var(--muted); font-size: .75rem; font-variant-numeric: tabular-nums; }
.locale-label { color: var(--accent-dark); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-title { margin: .6rem 0 .55rem; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; }
.post-card:first-child .card-title { font-size: clamp(2.25rem, 3.7vw, 3.35rem); }
.post-card[lang^="ko"] .card-title { font-family: var(--sans); font-weight: 750; letter-spacing: -.045em; word-break: keep-all; }
.card-title a { text-decoration: none; transition: color .2s ease; }
.card-title a:hover { color: var(--accent-dark); }
.card-excerpt { max-width: 54ch; margin: 0; color: var(--muted); font-size: .94rem; text-wrap: pretty; }
.card-link { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .45rem; margin-top: .65rem; color: var(--accent-dark); font-size: .82rem; font-weight: 700; text-decoration: none; }
.card-link::after { content: "→"; transition: transform .2s ease; }
.card-link:hover::after { transform: translateX(.25rem); }
.empty-state { padding: clamp(3rem, 8vw, 6rem); border: 1px solid var(--line); background: var(--white); }
.empty-state strong { display: block; margin-bottom: .5rem; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.3rem); }
.empty-state p { max-width: 38rem; margin: 0; color: var(--muted); }

.hub-masthead { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem); border-bottom: 1px solid var(--line); }
.hub-masthead-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .62fr); align-items: end; gap: 2rem; }
.hub-masthead .eyebrow { margin-bottom: .75rem; }
.hub-masthead h1 { font-size: clamp(2.8rem, 6vw, 5.25rem); }
.hub-masthead[lang^="ko"] h1 { font-family: var(--sans); font-weight: 820; letter-spacing: -.065em; word-break: keep-all; }
.hub-masthead-grid > p { max-width: 38rem; margin: 0; color: var(--muted); font-size: clamp(.95rem, 1.5vw, 1.08rem); text-wrap: pretty; }
.hub-section { padding: clamp(3rem, 6vw, 5rem) 0 0; }
.hub-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .62fr); align-items: end; gap: 2rem; margin-bottom: 1.6rem; padding-top: 1rem; border-top: 1px solid var(--ink); }
.hub-section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(1.9rem, 3.5vw, 3rem); letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
[lang^="ko"] .hub-section-heading h2 { font-family: var(--sans); font-weight: 780; letter-spacing: -.05em; word-break: keep-all; }
.hub-section-heading p { max-width: 32rem; margin: 0; color: var(--muted); font-size: .9rem; text-wrap: pretty; }
.hub-latest-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(20rem, .65fr); gap: clamp(2rem, 5vw, 4.5rem); }
.hub-lead-card { min-width: 0; }
.hub-lead-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--paper-deep); }
.hub-lead-media img, .hub-list-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.hub-lead-card:hover .hub-lead-media img, .hub-list-card:hover .hub-list-media img { transform: scale(1.025); }
.hub-lead-body { padding-top: 1.4rem; }
.hub-lead-body h3 { max-width: 22ch; margin: .65rem 0 .7rem; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
[lang^="ko"] .hub-lead-body h3 { font-family: var(--sans); font-weight: 780; letter-spacing: -.055em; word-break: keep-all; }
.hub-lead-body h3 a, .hub-list-card h3 a, .hub-archive-list h3 a { text-decoration: none; }
.hub-lead-body h3 a:hover, .hub-list-card h3 a:hover, .hub-archive-list h3 a:hover { color: var(--accent-dark); }
.hub-lead-body > p { max-width: 58ch; margin: 0; color: var(--muted); text-wrap: pretty; }
.hub-latest-list { border-top: 1px solid var(--ink); }
.hub-list-card { display: grid; grid-template-columns: 8rem minmax(0, 1fr); align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.hub-list-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.hub-list-card h3 { margin: .35rem 0 0; font-family: var(--display); font-size: clamp(1.05rem, 1.6vw, 1.28rem); letter-spacing: -.025em; line-height: 1.2; text-wrap: pretty; }
[lang^="ko"] .hub-list-card h3 { font-family: var(--sans); font-weight: 720; letter-spacing: -.035em; word-break: keep-all; }
.hub-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.hub-link-card { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .35rem 1rem; padding: 1.5rem 1.25rem 1.75rem 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: color .2s ease, padding-left .2s ease; }
.hub-link-card:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--line); }
.hub-link-card:nth-child(even) { padding-left: 2rem; }
.hub-link-card:hover { padding-left: .35rem; color: var(--accent-dark); }
.hub-link-card:nth-child(even):hover { padding-left: 2.35rem; }
.hub-link-card > span { grid-column: 1 / -1; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hub-link-card strong { min-width: 0; font-family: var(--display); font-size: clamp(1.4rem, 2.6vw, 2.25rem); line-height: 1.08; text-wrap: balance; }
[lang^="ko"] .hub-link-card strong { font-family: var(--sans); font-weight: 750; letter-spacing: -.04em; word-break: keep-all; }
.hub-link-card small { align-self: end; color: var(--muted); font-size: .75rem; white-space: nowrap; }
.hub-archive-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.hub-archive-list li { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr) auto; align-items: baseline; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.hub-archive-list li > span, .hub-archive-list time { color: var(--muted); font-size: .72rem; font-variant-numeric: tabular-nums; }
.hub-archive-list h3 { margin: 0; font-family: var(--display); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.22; text-wrap: pretty; }
[lang^="ko"] .hub-archive-list h3 { font-family: var(--sans); font-weight: 700; word-break: keep-all; }
.hub-trust { margin-top: clamp(4rem, 8vw, 7rem); border-block: 1px solid var(--line); background: var(--paper-deep); }
.hub-trust-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding-block: 1.35rem; }
.hub-trust p { max-width: 58rem; margin: 0; color: var(--muted); font-size: .86rem; }
.hub-trust .text-link { margin: 0; white-space: nowrap; }

.archive-heading { padding: clamp(4rem, 9vw, 7rem) 0 3rem; }
.archive-heading h1 { max-width: 16ch; font-size: clamp(3rem, 7vw, 6rem); }
.archive-description { max-width: 38rem; margin-top: 1.25rem; color: var(--muted); }
.pagination { margin-top: 4rem; }
.nav-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.page-numbers { min-width: 2.5rem; padding: .5rem .75rem; border: 1px solid var(--line); text-align: center; text-decoration: none; }
.page-numbers.current, .page-numbers:hover { background: var(--ink); color: var(--white); }

.article-shell { width: min(calc(100% - 2rem), 68rem); margin-inline: auto; }
.entry-header { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(1.75rem, 3vw, 2.5rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; min-width: 0; margin-bottom: 1.35rem; color: var(--muted); font-size: .72rem; }
.breadcrumbs a { flex: 0 1 auto; min-width: 0; max-width: 100%; overflow-wrap: anywhere; text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent-dark); }
.breadcrumbs [aria-current="page"] { flex: 1 1 12rem; min-width: 0; overflow-wrap: anywhere; }
.entry-title { max-width: 22ch; margin-top: .9rem; font-size: clamp(2.85rem, 4.8vw, 4.45rem); }
.entry-deck { max-width: 52rem; margin: 1.5rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); text-wrap: pretty; }
.article-disclosure { margin-bottom: 1rem; }
.article-disclosure .apb-affiliate-disclosure { max-width: var(--measure); margin: 0 auto; }
.featured-image { width: min(calc(100% - 2rem), 72rem); aspect-ratio: 16 / 9; margin: 0 auto clamp(2.5rem, 5vw, 4.5rem); overflow: hidden; background: var(--paper-deep); }
.featured-image img { width: 100%; height: 100%; object-fit: cover; }
.entry-content { width: min(calc(100% - 2rem), var(--reading)); margin: 0 auto; padding-bottom: clamp(4.5rem, 8vw, 7rem); font-size: clamp(1.02rem, 1.4vw, 1.12rem); }
.entry-content > * { margin-top: 0; margin-bottom: 1.55em; }
.entry-content > :where(p, ul, ol, h2, h3, h4, blockquote, a, .publisher-table-wrap, .publisher-callout, .publisher-faq, .publisher-sources, .apb-affiliate-disclosure) { max-width: var(--measure); margin-left: auto; margin-right: auto; }
.entry-content > a { display: block; }
.entry-content h2, .entry-content h3, .entry-content h4 { scroll-margin-top: 1.5rem; margin-top: 1.9em; margin-bottom: .65em; font-family: var(--display); letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; }
.entry-content h2 { font-size: clamp(2rem, 4vw, 2.8rem); }
.entry-content h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
.entry-content p, .entry-content li { text-wrap: pretty; }
.entry-content a { color: var(--accent-dark); font-weight: 600; }
.publisher-citation { margin-left: .12em; font-size: .78em; white-space: nowrap; text-decoration: none; vertical-align: .12em; }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.entry-content li + li { margin-top: .55rem; }
.entry-content blockquote { margin-inline: 0; padding: .5rem 0 .5rem 1.5rem; border-left: 4px solid var(--accent); font-family: var(--display); font-size: 1.35rem; }
.publisher-table-wrap { width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; border-block: 1px solid var(--line); scrollbar-color: var(--accent) var(--paper-deep); scrollbar-width: thin; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: .92rem; font-variant-numeric: tabular-nums; }
.entry-content th, .entry-content td { padding: .8rem .7rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { background: var(--paper-deep); font-weight: 700; }
.entry-content figure { margin-inline: 0; }
.publisher-callout { padding: 1.25rem 1.4rem; border-left: 4px solid var(--accent-dark); background: var(--paper-deep); }
.publisher-faq { padding-top: .5rem; }
.apb-affiliate-disclosure { padding: .8rem 1rem; border: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.55; }
.publisher-sources { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.publisher-sources h2 { font-size: 1rem; }
.publisher-sources ul { padding-left: 1.2rem; color: var(--muted); font-size: .82rem; }
.publisher-sources li + li { margin-top: .5rem; }
.apb-cta { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1rem auto 2rem; padding: 1rem 1.2rem; border: 1px solid var(--ink); background: var(--ink); color: var(--white) !important; font-weight: 700; line-height: 1.4; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.apb-cta::after { content: "↗"; flex: 0 0 auto; }
.apb-cta:hover { border-color: var(--accent-dark); background: var(--accent-dark); transform: translateY(-2px); }
.apb-cta:active { transform: translateY(0); }

.post[lang^="ko"] .entry-title,
.post[lang^="ko"] .entry-content h2,
.post[lang^="ko"] .entry-content h3,
.post[lang^="ko"] .entry-content h4,
.archive-heading[lang^="ko"] h1 {
  font-family: var(--sans);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1.13;
  word-break: keep-all;
}

.page-shell { width: min(calc(100% - 2rem), 52rem); margin-inline: auto; padding: clamp(4rem, 9vw, 8rem) 0; }
.page-title { margin-bottom: 2rem; font-size: clamp(3rem, 7vw, 5.5rem); }
.not-found { min-height: 62vh; display: grid; align-content: center; padding: 5rem 0 7rem; }
.not-found h1 { max-width: 12ch; font-size: clamp(3.5rem, 9vw, 7.5rem); }
.not-found p { max-width: 34rem; color: var(--muted); font-size: 1.1rem; }

.site-footer { padding: 3.5rem 0 2rem; border-top: 1px solid var(--line); background: var(--paper-deep); color: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-bottom: 4rem; }
.footer-statement { max-width: 18ch; margin: 0; font-family: var(--display); font-size: clamp(2rem, 5vw, 4rem); letter-spacing: -.045em; line-height: 1.04; }
.footer-links { display: flex; justify-content: flex-end; align-items: flex-start; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: .85rem; text-decoration: none; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }

@media (min-width: 761px) and (max-width: 960px) {
  .post-card:first-child { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
  .post-card:first-child .card-title { font-size: clamp(2rem, 4.8vw, 2.8rem); }
  .hub-latest-grid { grid-template-columns: 1fr; }
  .hub-latest-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2rem; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 1.5rem), var(--content)); }
  .header-inner { min-height: 4.25rem; gap: .75rem; }
  .brand { gap: .5rem; }
  .brand-mark { width: 1.75rem; height: 1.75rem; }
  .brand-name { font-size: 1.05rem; }
  .site-nav { gap: .75rem; }
  .site-nav a { min-height: 2.75rem; padding-inline: .1rem; font-size: .72rem; }
  .site-nav .nav-secondary { display: none; }
  .hub-masthead { padding: 2.25rem 0 2rem; }
  .hub-masthead-grid, .hub-section-heading, .hub-latest-grid, .hub-trust-inner { grid-template-columns: 1fr; }
  .hub-masthead-grid, .hub-section-heading { gap: .75rem; }
  .hub-masthead h1 { font-size: clamp(2.6rem, 13vw, 3.6rem); }
  .hub-section { padding-top: 3.25rem; }
  .hub-section-heading { align-items: start; margin-bottom: 1.25rem; }
  .hub-lead-body { padding-top: 1rem; }
  .hub-lead-body h3 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .hub-latest-list { margin-top: .25rem; }
  .hub-list-card { grid-template-columns: 6rem minmax(0, 1fr); }
  .hub-link-grid { grid-template-columns: 1fr; }
  .hub-link-card, .hub-link-card:nth-child(odd), .hub-link-card:nth-child(even) { padding: 1.25rem 0 1.4rem; border-right: 0; }
  .hub-link-card:hover, .hub-link-card:nth-child(even):hover { padding-left: .25rem; }
  .hub-archive-list li { grid-template-columns: 2rem minmax(0, 1fr); gap: .75rem; }
  .hub-archive-list time { grid-column: 2; }
  .hub-trust-inner { gap: .75rem; }
  .hub-trust .text-link { justify-self: start; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card, .post-card:first-child, .post-card:nth-child(n+2) { grid-column: 1; padding-top: 0; }
  .post-card:first-child { display: block; padding-bottom: 2rem; }
  .post-card:first-child .card-media { margin-bottom: 1.35rem; }
  .post-card:first-child .card-title { font-size: clamp(1.6rem, 8vw, 2.25rem); }
  .article-shell, .featured-image, .entry-content { width: calc(100% - 2rem); }
  .entry-header { padding: 2rem 0 1.6rem; }
  .breadcrumbs { margin-bottom: 1rem; }
  .breadcrumbs [aria-current="page"] { flex-basis: 100%; }
  .entry-title { font-size: clamp(2.3rem, 10.4vw, 3rem); line-height: 1.04; }
  .post[lang^="ko"] .entry-title { font-size: clamp(2.2rem, 9.8vw, 2.8rem); line-height: 1.09; }
  .entry-deck { margin-top: 1rem; font-size: 1rem; }
  .featured-image { margin-bottom: 2.5rem; }
  .entry-content { overflow-wrap: break-word; }
  .entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.65em; }
  .entry-content h2 { font-size: clamp(1.75rem, 8vw, 2.15rem); }
  .entry-content h3 { font-size: clamp(1.35rem, 6.4vw, 1.7rem); }
  .publisher-table-wrap { overflow: visible; border: 0; }
  .entry-content table, .entry-content tbody, .entry-content tr, .entry-content td { display: block; width: 100%; }
  .entry-content thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .entry-content tr { margin-bottom: .8rem; padding: .3rem .8rem; border: 1px solid var(--line); background: var(--paper); }
  .entry-content td { display: grid; grid-template-columns: minmax(7rem, 40%) minmax(0, 1fr); gap: .75rem; min-width: 0; padding: .65rem 0; }
  .entry-content td:last-child { border-bottom: 0; }
  .entry-content td::before { content: attr(data-label); color: var(--muted); font-size: .78rem; font-weight: 700; line-height: 1.45; }
  .publisher-table-value { min-width: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}

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