/* ROBERIN The New homepage — 2026-06-27a */
:root {
  --tn-home-ink: #1a1208;
  --tn-home-muted: #5a4a30;
  --tn-home-line: #b8a888;
  --tn-home-soft-line: #ddd4be;
  --tn-home-paper: #faf6ee;
  --tn-home-wash: #f5efdf;
  --tn-home-button: #ede6d4;
  --tn-home-button-hover: #dfd4bb;
  --tn-home-accent: #c44a00;
  --tn-home-dark-bg: #18120d;
  --tn-home-dark-paper: #241c15;
  --tn-home-dark-wash: #2b2118;
  --tn-home-dark-line: #8c785b;
  --tn-home-dark-soft-line: rgba(214, 190, 151, 0.28);
  --tn-home-dark-text: #f5ead7;
  --tn-home-dark-muted: #d7c6a7;
}

body.home .cs-site,
body.home .cs-site-content,
body.home .entry-content {
  background: transparent !important;
}

body.home .cs-entry__header,
body.home .entry-header,
body.home .entry-title {
  display: none !important;
}

body.home .entry-content > *:not(.tn-home) {
  max-width: none !important;
}

body.home .tn-home {
  --tn-max: 1180px;
  --tn-pad: 0px;
  width: min(var(--tn-max), calc(100vw - 10px));
  max-width: none;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  padding: 24px var(--tn-pad) 34px;
  box-sizing: border-box;
  color: var(--tn-home-ink);
  font-family: "Noto Serif KR", AppleMyungjo, Batang, Georgia, serif;
  background: transparent;
}

body.home .tn-home *,
body.home .tn-home *::before,
body.home .tn-home *::after {
  box-sizing: border-box;
}

body.home .tn-home a {
  color: inherit;
  text-decoration: none;
}

body.home .tn-home ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home .tn-mini-mark {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 8px;
  color: var(--tn-home-paper);
  background: var(--tn-home-ink);
  border: 1px solid var(--tn-home-ink);
  font: 700 12px/1 "Courier New", ui-monospace, monospace;
  letter-spacing: 0.02em;
}

body.home .tn-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  gap: 34px;
  align-items: stretch;
  min-height: 420px;
  border-top: 1px solid var(--tn-home-line);
  border-bottom: 3px double var(--tn-home-line);
  padding: 34px 0 30px;
}

body.home .tn-home-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

body.home .tn-home-hero__kicker,
body.home .tn-home-section__eyebrow {
  margin: 16px 0 10px;
  color: var(--tn-home-accent);
  font: 400 12px/1.35 "Courier New", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home .tn-home-hero h1 {
  width: min(100%, 780px);
  margin: 0;
  color: var(--tn-home-ink);
  font-family: "Noto Serif KR", AppleMyungjo, Batang, Georgia, serif;
  font-size: clamp(40px, 6.4vw, 82px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: balance;
  word-break: keep-all;
}

body.home .tn-home-hero__description {
  width: min(100%, 680px);
  margin: 22px 0 0;
  color: var(--tn-home-muted);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 600;
  line-height: 1.82;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

body.home .tn-home-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 620px);
  margin-top: 28px;
  border-top: 1px solid var(--tn-home-line);
  border-bottom: 1px solid var(--tn-home-line);
}

body.home .tn-home-hero__facts span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px 14px;
  color: var(--tn-home-muted);
  border-right: 1px solid var(--tn-home-soft-line);
  font: 700 12px/1.2 "Courier New", ui-monospace, monospace;
  letter-spacing: -0.02em;
}

body.home .tn-home-hero__facts span:last-child {
  border-right: 0;
}

body.home .tn-home-hero__facts strong {
  color: var(--tn-home-ink);
  font: 900 24px/1 "Noto Serif KR", AppleMyungjo, Batang, Georgia, serif;
}

body.home .tn-home-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  align-self: center;
  padding: 10px;
  background:
    radial-gradient(circle at 1px 1px, rgba(90, 74, 48, 0.14) 1px, transparent 0) 0 0 / 14px 14px,
    var(--tn-home-wash);
  border: 1px solid var(--tn-home-line);
}

body.home .tn-home-hero__image {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--tn-home-paper);
  border: 1px solid var(--tn-home-line);
}

body.home .tn-home-hero__image--1 {
  grid-column: 1 / -1;
}

body.home .tn-home-hero__image img,
body.home .tn-home-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

body.home .tn-home-hero__image span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 8px 10px;
  color: var(--tn-home-paper);
  background: rgba(26, 18, 8, 0.74);
  font: 700 12px/1.25 "Courier New", ui-monospace, monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.home .tn-home-nav {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 22px 0 28px;
  padding: 12px 0;
  border-bottom: 1px solid var(--tn-home-line);
}

body.home .tn-home-nav > span {
  color: var(--tn-home-muted);
  font: 700 12px/1.4 "Courier New", ui-monospace, monospace;
}

body.home .tn-home-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.home .tn-home-nav a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  background: transparent;
  border: 1px solid var(--tn-home-line);
  color: var(--tn-home-ink);
  font: 700 12px/1 "Courier New", ui-monospace, monospace;
}

body.home .tn-home-nav a:hover,
body.home .tn-home-nav a:focus-visible,
body.home .tn-home-card:hover,
body.home .tn-home-card:focus-visible {
  background: var(--tn-home-button-hover);
  outline: 1px solid var(--tn-home-ink);
  outline-offset: 2px;
}

body.home .tn-home-section {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--tn-home-line);
}

body.home .tn-home-section__head {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 14px;
}

body.home .tn-home-section__eyebrow {
  margin: 0 0 7px;
  color: var(--tn-home-accent);
}

body.home .tn-home-section__title,
body.home .tn-home-note h2,
body.home .tn-home-article h2 {
  margin: 0;
  color: var(--tn-home-ink);
  font-family: "Noto Serif KR", AppleMyungjo, Batang, Georgia, serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

body.home .tn-home-section__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--tn-home-soft-line);
}

body.home .tn-home-section__summary p {
  margin: 0;
  color: var(--tn-home-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

body.home .tn-home-section__summary span {
  color: var(--tn-home-accent);
  font: 800 12px/1 "Courier New", ui-monospace, monospace;
  white-space: nowrap;
}

body.home .tn-home-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.home .tn-home-card-grid--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .tn-home-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 100%;
  color: var(--tn-home-ink);
  background: var(--tn-home-paper);
  border: 1px solid var(--tn-home-line);
  transition: background-color 0.16s ease, outline-color 0.16s ease;
}

body.home .tn-home-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 1px 1px, rgba(90, 74, 48, 0.14) 1px, transparent 0) 0 0 / 12px 12px,
    var(--tn-home-wash);
  border-bottom: 1px solid var(--tn-home-soft-line);
}

body.home .tn-home-card__fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--tn-home-muted);
  font: 900 24px/1 "Courier New", ui-monospace, monospace;
  letter-spacing: -0.08em;
}

body.home .tn-home-card__body {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 11px 12px 12px;
}

body.home .tn-home-card__title {
  display: -webkit-box;
  min-height: 2.7em;
  color: var(--tn-home-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.035em;
  word-break: keep-all;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.home .tn-home-card__meta {
  color: var(--tn-home-muted);
  font: 700 11px/1.2 "Courier New", ui-monospace, monospace;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home .tn-home-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 32px 0 10px;
  padding: 22px 0;
  border-top: 3px double var(--tn-home-line);
  border-bottom: 3px double var(--tn-home-line);
}

body.home .tn-home-note .tn-mini-mark {
  margin-bottom: 12px;
}

body.home .tn-home-note ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.home .tn-home-note li {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  background:
    radial-gradient(circle at 1px 1px, rgba(90, 74, 48, 0.10) 1px, transparent 0) 0 0 / 12px 12px,
    var(--tn-home-wash);
  border: 1px solid var(--tn-home-soft-line);
}

body.home .tn-home-note strong {
  color: var(--tn-home-ink);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

body.home .tn-home-note span:not(.tn-mini-mark) {
  color: var(--tn-home-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.62;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

body.home .tn-home-article {
  margin-top: 36px;
  padding: 24px;
  color: var(--tn-home-ink);
  background:
    radial-gradient(circle at 1px 1px, rgba(90, 74, 48, 0.10) 1px, transparent 0) 0 0 / 14px 14px,
    var(--tn-home-paper);
  border: 1px solid var(--tn-home-line);
}

body.home .tn-home-article__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tn-home-line);
}

body.home .tn-home-article__intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

body.home .tn-home-article p,
body.home .tn-home-faq p {
  margin: 0;
  color: var(--tn-home-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

body.home .tn-home-article__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

body.home .tn-home-article__cards section {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid var(--tn-home-soft-line);
  background: rgba(245, 239, 223, 0.72);
}

body.home .tn-home-article h3,
body.home .tn-home-faq h3 {
  margin: 0;
  color: var(--tn-home-ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

body.home .tn-home-faq {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--tn-home-line);
}

body.home .tn-home-faq details {
  border: 1px solid var(--tn-home-soft-line);
  background: var(--tn-home-paper);
}

body.home .tn-home-faq summary {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--tn-home-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.035em;
  list-style: none;
}

body.home .tn-home-faq summary::-webkit-details-marker {
  display: none;
}

body.home .tn-home-faq summary::before {
  content: "Q";
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  align-self: center;
  color: var(--tn-home-paper);
  background: var(--tn-home-ink);
  font: 900 11px/1 "Courier New", ui-monospace, monospace;
}

body.home .tn-home-faq details p {
  padding: 0 12px 12px 44px;
}

body.home .tn-home-meta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
  color: var(--tn-home-muted);
  font: 700 12px/1.2 "Courier New", ui-monospace, monospace;
}

body.home .tn-home-meta time {
  color: var(--tn-home-ink);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home {
  color: var(--tn-home-dark-text);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-hero,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-nav,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-section,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-note,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-article__head,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-faq,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-hero, .tn-home-nav, .tn-home-section, .tn-home-note, .tn-home-article__head, .tn-home-faq),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-hero, .tn-home-nav, .tn-home-section, .tn-home-note, .tn-home-article__head, .tn-home-faq) {
  border-color: var(--tn-home-dark-line);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-hero h1, .tn-home-hero__facts strong, .tn-home-section__title, .tn-home-note h2, .tn-home-note strong, .tn-home-article h2, .tn-home-article h3, .tn-home-faq h3, .tn-home-faq summary, .tn-home-meta time, .tn-home-card__title),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-hero h1, .tn-home-hero__facts strong, .tn-home-section__title, .tn-home-note h2, .tn-home-note strong, .tn-home-article h2, .tn-home-article h3, .tn-home-faq h3, .tn-home-faq summary, .tn-home-meta time, .tn-home-card__title),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-hero h1, .tn-home-hero__facts strong, .tn-home-section__title, .tn-home-note h2, .tn-home-note strong, .tn-home-article h2, .tn-home-article h3, .tn-home-faq h3, .tn-home-faq summary, .tn-home-meta time, .tn-home-card__title) {
  color: var(--tn-home-dark-text);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-hero__description, .tn-home-hero__facts span, .tn-home-section__summary p, .tn-home-note span:not(.tn-mini-mark), .tn-home-article p, .tn-home-faq p, .tn-home-card__meta, .tn-home-meta, .tn-home-nav > span),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-hero__description, .tn-home-hero__facts span, .tn-home-section__summary p, .tn-home-note span:not(.tn-mini-mark), .tn-home-article p, .tn-home-faq p, .tn-home-card__meta, .tn-home-meta, .tn-home-nav > span),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-hero__description, .tn-home-hero__facts span, .tn-home-section__summary p, .tn-home-note span:not(.tn-mini-mark), .tn-home-article p, .tn-home-faq p, .tn-home-card__meta, .tn-home-meta, .tn-home-nav > span) {
  color: var(--tn-home-dark-muted);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-card, .tn-home-faq details),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-card, .tn-home-faq details),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-card, .tn-home-faq details) {
  background: var(--tn-home-dark-paper);
  border-color: var(--tn-home-dark-line);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-hero__visual, .tn-home-note li, .tn-home-card__image, .tn-home-article, .tn-home-article__cards section),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-hero__visual, .tn-home-note li, .tn-home-card__image, .tn-home-article, .tn-home-article__cards section),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-hero__visual, .tn-home-note li, .tn-home-card__image, .tn-home-article, .tn-home-article__cards section) {
  background:
    radial-gradient(circle at 1px 1px, rgba(214, 190, 151, 0.14) 1px, transparent 0) 0 0 / 14px 14px,
    var(--tn-home-dark-wash);
  border-color: var(--tn-home-dark-soft-line);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-mini-mark,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-faq summary::before,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-mini-mark, .tn-home-faq summary::before),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-mini-mark, .tn-home-faq summary::before) {
  color: var(--tn-home-dark-text);
  background: #0e0a07;
  border-color: var(--tn-home-dark-text);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-nav a, .tn-home-card:hover, .tn-home-card:focus-visible),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-nav a, .tn-home-card:hover, .tn-home-card:focus-visible),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-nav a, .tn-home-card:hover, .tn-home-card:focus-visible) {
  color: var(--tn-home-dark-text);
  border-color: var(--tn-home-dark-line);
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-nav a:hover, .tn-home-nav a:focus-visible, .tn-home-card:hover, .tn-home-card:focus-visible),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-nav a:hover, .tn-home-nav a:focus-visible, .tn-home-card:hover, .tn-home-card:focus-visible),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-nav a:hover, .tn-home-nav a:focus-visible, .tn-home-card:hover, .tn-home-card:focus-visible) {
  background: #34281f;
  outline-color: var(--tn-home-dark-text);
}

@media (max-width: 1040px) {
  body.home .tn-home-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.home .tn-home-hero__visual {
    width: min(100%, 720px);
  }

  body.home .tn-home-card-grid,
  body.home .tn-home-card-grid--featured,
  body.home .tn-home-article__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.home .tn-home {
    width: min(var(--tn-max), calc(100vw - 10px));
    padding-top: 10px;
    padding-bottom: 24px;
  }

  body.home .tn-home-hero {
    gap: 20px;
    padding: 22px 0;
  }

  body.home .tn-home-hero h1 {
    font-size: clamp(32px, 12vw, 46px);
    line-height: 1.02;
  }

  body.home .tn-home-hero__description {
    font-size: 14px;
    line-height: 1.72;
  }

  body.home .tn-home-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
  }

  body.home .tn-home-hero__facts span {
    padding: 10px 8px;
    font-size: 10px;
  }

  body.home .tn-home-hero__facts strong {
    font-size: 20px;
  }

  body.home .tn-home-hero__visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
  }

  body.home .tn-home-hero__image span {
    padding: 6px 7px;
    font-size: 10px;
  }

  body.home .tn-home-nav {
    grid-template-columns: 1fr;
    gap: 9px;
    margin: 14px 0 20px;
  }

  body.home .tn-home-nav ul {
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  body.home .tn-home-nav a {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  body.home .tn-home-section {
    margin-top: 22px;
    padding-top: 18px;
  }

  body.home .tn-home-section__head,
  body.home .tn-home-section__summary,
  body.home .tn-home-note,
  body.home .tn-home-article__intro {
    grid-template-columns: 1fr;
  }

  body.home .tn-home-section__title,
  body.home .tn-home-note h2,
  body.home .tn-home-article h2 {
    font-size: clamp(22px, 8vw, 30px);
  }

  body.home .tn-home-card-grid,
  body.home .tn-home-card-grid--featured,
  body.home .tn-home-note ul,
  body.home .tn-home-article__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.home .tn-home-card__body {
    padding: 9px 9px 10px;
  }

  body.home .tn-home-card__title {
    min-height: 2.8em;
    font-size: 13px;
  }

  body.home .tn-home-card__meta {
    font-size: 10px;
  }

  body.home .tn-home-note {
    gap: 14px;
    margin-top: 24px;
    padding: 18px 0;
  }

  body.home .tn-home-note li,
  body.home .tn-home-article__cards section {
    padding: 12px;
  }

  body.home .tn-home-article {
    margin-top: 26px;
    padding: 16px;
  }

  body.home .tn-home-article__head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.home .tn-home-faq summary {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 13px;
  }

  body.home .tn-home-faq details p {
    padding: 0 10px 10px 42px;
  }
}

@media (max-width: 370px) {
  body.home .tn-home-card-grid,
  body.home .tn-home-card-grid--featured,
  body.home .tn-home-note ul,
  body.home .tn-home-article__cards {
    grid-template-columns: 1fr;
  }
}


/* 2026-06-27a: text-first homepage correction after The New parity review */
body.home .tn-home {
  width: min(1180px, calc(100vw - 10px)) !important;
  max-width: 1180px !important;
  margin: 0 auto 34px !important;
  transform: none !important;
  padding: 0 !important;
  font-family: ui-serif, Georgia, "Times New Roman", "Noto Serif KR", "Noto Serif JP", serif !important;
}

body.home .tn-home :is(ul, ol, li) {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home .tn-home :is(.tn-home-nav li, .tn-home-card-item)::before {
  content: none !important;
  display: none !important;
}

body.home .tn-home :is(.tn-home-nav li, .tn-home-card-item)::marker,
body.home .tn-home :is(.tn-home-nav li, .tn-home-card-item) *::marker {
  color: transparent !important;
  font-size: 0 !important;
}

body.home .tn-home-hero {
  display: block !important;
  min-height: 0 !important;
  padding: 0 0 22px !important;
  border-top: 0 !important;
  border-bottom: 3px double var(--tn-home-line) !important;
  background: transparent !important;
}

body.home .tn-home-hero__copy {
  display: block !important;
  max-width: 940px !important;
}

body.home .tn-home-hero__kicker {
  display: inline-block !important;
  margin: 0 0 8px !important;
  color: var(--tn-home-muted) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
  text-transform: none !important;
}

body.home .tn-home-hero h1 {
  width: min(100%, 900px) !important;
  margin: 0 0 10px !important;
  font-size: clamp(38px, 5.2vw, 66px) !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
}

body.home .tn-home-hero__description {
  width: min(100%, 920px) !important;
  margin: 0 !important;
  color: #2b2119 !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.62 !important;
  letter-spacing: -.015em !important;
  overflow-wrap: anywhere !important;
}

body.home .tn-home-hero__facts {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(100%, 620px) !important;
  margin-top: 20px !important;
}

body.home .tn-home-hero__visual,
body.home .tn-home-hero__image {
  display: none !important;
}

body.home .tn-home-nav {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: min(990px, 100%) !important;
  margin: 20px auto 28px !important;
  padding: 13px 0 !important;
  border-top: 1px solid var(--tn-home-line) !important;
  border-bottom: 1px solid var(--tn-home-line) !important;
  background: transparent !important;
}

body.home .tn-home-nav > span {
  display: block !important;
  color: var(--tn-home-muted) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
}

body.home .tn-home-nav ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: center !important;
  overflow: visible !important;
}

body.home .tn-home-nav li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .tn-home-nav a {
  display: inline-flex !important;
  min-height: 28px !important;
  align-items: center !important;
  padding: 5px 8px !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  background: rgba(255, 253, 247, .44) !important;
  border: 1px solid var(--tn-home-soft-line) !important;
  box-shadow: none !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.home .tn-home-nav a:hover,
body.home .tn-home-nav a:focus-visible {
  color: var(--tn-home-ink) !important;
  -webkit-text-fill-color: var(--tn-home-ink) !important;
  background: var(--tn-home-button) !important;
  outline: 1px solid var(--tn-home-ink) !important;
  outline-offset: 2px !important;
}

body.home .tn-home-card-grid,
body.home .tn-home-card-grid--featured {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.home .tn-home-card {
  display: block !important;
  min-height: 72px !important;
  height: 100% !important;
  color: var(--tn-home-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(255, 253, 247, .68) !important;
  border: 1px solid var(--tn-home-soft-line) !important;
  box-shadow: none !important;
}

body.home .tn-home-card__image,
body.home .tn-home-card__fallback {
  display: none !important;
}

body.home .tn-home-card__body {
  display: grid !important;
  gap: 6px !important;
  min-height: 72px !important;
  align-content: start !important;
  padding: 10px 10px 9px !important;
}

body.home .tn-home-card__title {
  min-height: 2.72em !important;
  color: var(--tn-home-ink) !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  line-height: 1.36 !important;
  letter-spacing: -.035em !important;
}

body.home .tn-home-card__meta {
  color: var(--tn-home-muted) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

body.home .tn-home-card:hover,
body.home .tn-home-card:focus-visible {
  background: var(--tn-home-button) !important;
  outline: 1px solid var(--tn-home-ink) !important;
  outline-offset: 2px !important;
}

body.home .tn-home-note {
  display: grid !important;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  width: min(990px, 100%) !important;
  margin: 24px auto 8px !important;
  padding: 18px 0 !important;
  border-top: 3px double var(--tn-home-line) !important;
  border-bottom: 3px double var(--tn-home-line) !important;
  background: radial-gradient(circle at 1px 1px, rgba(26,18,8,.07) 1px, transparent 1.45px) 0 0 / 12px 12px !important;
}

body.home .tn-home-note__head {
  display: block !important;
}

body.home .tn-home-note__head strong {
  display: block !important;
  margin: 0 !important;
  color: var(--tn-home-ink) !important;
  -webkit-text-fill-color: var(--tn-home-ink) !important;
  font-size: clamp(22px, 3vw, 34px) !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: -.055em !important;
  word-break: keep-all !important;
}

body.home .tn-home-note__head strong span {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--tn-home-accent) !important;
  -webkit-text-fill-color: var(--tn-home-accent) !important;
  background: transparent !important;
  border: 0 !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: .09em !important;
}

body.home .tn-home-note ul {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 11px !important;
}

body.home .tn-home-note li {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid var(--tn-home-line) !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.38 !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.home .tn-home-note li::before {
  content: none !important;
  display: none !important;
}

body.home .tn-home-note li > span {
  display: block !important;
  min-width: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.home .tn-home-note b {
  display: inline !important;
  margin-right: 5px !important;
  color: var(--tn-home-ink) !important;
  -webkit-text-fill-color: var(--tn-home-ink) !important;
  font-weight: 950 !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-hero__description,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-hero__description,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-hero__description {
  color: var(--tn-home-dark-muted) !important;
  -webkit-text-fill-color: var(--tn-home-dark-muted) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-nav a, .tn-home-card),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-nav a, .tn-home-card),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-nav a, .tn-home-card) {
  color: var(--tn-home-dark-text) !important;
  -webkit-text-fill-color: var(--tn-home-dark-text) !important;
  background: rgba(36, 28, 21, .74) !important;
  border-color: var(--tn-home-dark-soft-line) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-note,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-note,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-note {
  background: radial-gradient(circle at 1px 1px, rgba(214,190,151,.12) 1px, transparent 1.45px) 0 0 / 12px 12px !important;
  border-color: var(--tn-home-dark-line) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-note__head strong, .tn-home-note b),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-note__head strong, .tn-home-note b),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-note__head strong, .tn-home-note b) {
  color: var(--tn-home-dark-text) !important;
  -webkit-text-fill-color: var(--tn-home-dark-text) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-home-note li, .tn-home-note li > span, .tn-home-nav > span, .tn-home-card__meta),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-note li, .tn-home-note li > span, .tn-home-nav > span, .tn-home-card__meta),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-note li, .tn-home-note li > span, .tn-home-nav > span, .tn-home-card__meta) {
  color: var(--tn-home-dark-muted) !important;
  -webkit-text-fill-color: var(--tn-home-dark-muted) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-note li,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-note li,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-note li {
  border-color: var(--tn-home-dark-line) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-note__head strong span,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-note__head strong span,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-note__head strong span {
  color: #f0a36e !important;
  -webkit-text-fill-color: #f0a36e !important;
}

@media (max-width: 1040px) {
  body.home .tn-home-card-grid,
  body.home .tn-home-card-grid--featured {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.home .tn-home {
    padding-top: 0 !important;
  }

  body.home .tn-home-hero {
    padding: 0 0 18px !important;
  }

  body.home .tn-home-hero h1 {
    font-size: clamp(32px, 11vw, 46px) !important;
  }

  body.home .tn-home-hero__description {
    font-size: 14px !important;
    line-height: 1.68 !important;
  }

  body.home .tn-home-nav {
    width: 100% !important;
    margin: 16px 0 20px !important;
  }

  body.home .tn-home-nav ul {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding-bottom: 2px !important;
  }

  body.home .tn-home-card-grid,
  body.home .tn-home-card-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .tn-home-card,
  body.home .tn-home-card__body {
    min-height: 68px !important;
  }

  body.home .tn-home-card__title {
    font-size: 13px !important;
  }

  body.home .tn-home-note {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 22px 0 6px !important;
    padding: 16px 0 !important;
  }

  body.home .tn-home-note ul {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
}

@media (max-width: 370px) {
  body.home .tn-home-card-grid,
  body.home .tn-home-card-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
