/* ROBERIN The New homepage — 2026-06-27k */
: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;
  }
}


/* 2026-06-27b: hero media, quieter nav, subgrouped text directory */
body.home .tn-home-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) !important;
  gap: 28px !important;
  align-items: end !important;
  padding: 2px 0 24px !important;
}

body.home .tn-home-hero__copy {
  max-width: 760px !important;
}

body.home .tn-home-hero h1 {
  width: min(100%, 760px) !important;
  margin-bottom: 12px !important;
  font-size: clamp(56px, 8.6vw, 112px) !important;
  line-height: .86 !important;
  letter-spacing: -.075em !important;
}

body.home .tn-home-hero__description {
  max-width: 720px !important;
}

body.home .tn-home-hero__media {
  display: grid !important;
  gap: 8px !important;
  align-self: end !important;
  min-width: 0 !important;
  padding: 10px !important;
  background:
    radial-gradient(circle at 1px 1px, rgba(26,18,8,.055) 1px, transparent 1.45px) 0 0 / 12px 12px,
    rgba(250,246,238,.48) !important;
  border: 1px solid var(--tn-home-soft-line) !important;
}

body.home .tn-home-hero__media-label {
  display: block !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
}

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

body.home .tn-home-hero__thumb {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: center !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 6px !important;
  background: rgba(255,253,247,.56) !important;
  border: 1px solid rgba(184,168,136,.58) !important;
}

body.home .tn-home-hero__thumb--1 {
  grid-template-columns: 1fr !important;
}

body.home .tn-home-hero__thumb img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 5 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  filter: saturate(.96) contrast(1.02) !important;
  border: 0 !important;
}

body.home .tn-home-hero__thumb--1 img {
  aspect-ratio: 16 / 8 !important;
}

body.home .tn-home-hero__thumb figcaption {
  color: var(--tn-home-ink) !important;
  -webkit-text-fill-color: var(--tn-home-ink) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.28 !important;
  letter-spacing: -.035em !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.home .tn-home-nav {
  display: grid !important;
  grid-template-columns: minmax(120px, max-content) minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: baseline !important;
  width: 100% !important;
  margin: 16px 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.home .tn-home-nav > span {
  font-size: 11px !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
}

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

body.home .tn-home-nav a {
  min-height: 0 !important;
  padding: 0 0 2px !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.35 !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: transparent !important;
  border-bottom-color: var(--tn-home-accent) !important;
  outline: 0 !important;
}

body.home .tn-home-subgroup {
  margin-top: 16px !important;
}

body.home .tn-home-section__head + .tn-home-subgroup,
body.home .tn-home-subgroup:first-of-type {
  margin-top: 0 !important;
}

body.home .tn-home-subgroup__title {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 8px !important;
  align-items: baseline !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: .04em !important;
}

body.home .tn-home-subgroup__title span {
  color: var(--tn-home-accent) !important;
  -webkit-text-fill-color: var(--tn-home-accent) !important;
  font-weight: 800 !important;
}

body.home .tn-home-subgroup__title em {
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

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

body.home .tn-home-card__body {
  gap: 0 !important;
  align-content: center !important;
  padding: 9px 10px !important;
}

body.home .tn-home-card__title {
  min-height: 0 !important;
  font-size: 13px !important;
  line-height: 1.28 !important;
  -webkit-line-clamp: 2 !important;
}

body.home .tn-home-card__meta {
  display: none !important;
}

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

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-hero__thumb,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-hero__thumb,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-hero__thumb {
  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"]) :is(.tn-home-hero__thumb figcaption, .tn-home-nav a:hover, .tn-home-nav a:focus-visible),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-hero__thumb figcaption, .tn-home-nav a:hover, .tn-home-nav a:focus-visible),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-hero__thumb figcaption, .tn-home-nav a:hover, .tn-home-nav a:focus-visible) {
  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-hero__media-label, .tn-home-nav > span, .tn-home-nav a, .tn-home-subgroup__title, .tn-home-subgroup__title em),
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-home-hero__media-label, .tn-home-nav > span, .tn-home-nav a, .tn-home-subgroup__title, .tn-home-subgroup__title em),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) :is(.tn-home-hero__media-label, .tn-home-nav > span, .tn-home-nav a, .tn-home-subgroup__title, .tn-home-subgroup__title em) {
  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-subgroup__title span,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-subgroup__title span,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-subgroup__title span {
  color: #f0a36e !important;
  -webkit-text-fill-color: #f0a36e !important;
}

@media (max-width: 1040px) {
  body.home .tn-home-hero {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

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

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

  body.home .tn-home-hero__thumb,
  body.home .tn-home-hero__thumb--1 {
    grid-template-columns: 1fr !important;
  }

  body.home .tn-home-hero__thumb img,
  body.home .tn-home-hero__thumb--1 img {
    aspect-ratio: 5 / 3 !important;
  }
}

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

  body.home .tn-home-hero h1 {
    font-size: clamp(48px, 18vw, 72px) !important;
  }

  body.home .tn-home-hero__media {
    padding: 8px !important;
  }

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

  body.home .tn-home-hero__thumb {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.home .tn-home-hero__thumb figcaption {
    display: none !important;
  }

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

  body.home .tn-home-nav ul {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 12px !important;
  }

  body.home .tn-home-nav li {
    flex: 0 0 auto !important;
  }

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

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

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-nav a,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-nav a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-nav a {
  background: transparent !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}


/* 2026-06-27c: remove hero media/note, restore compact chip nav, tighten category scan */
body.home .tn-home {
  max-width: min(1180px, calc(100vw - 10px)) !important;
}

body.home .tn-home-hero {
  display: block !important;
  width: 100% !important;
  padding: 8px 0 22px !important;
  text-align: center !important;
}

body.home .tn-home-hero__copy {
  max-width: 900px !important;
  margin: 0 auto !important;
}

body.home .tn-home-hero h1 {
  width: 100% !important;
  margin: 0 auto 12px !important;
  font-size: clamp(58px, 9.4vw, 120px) !important;
  line-height: .84 !important;
  letter-spacing: -.075em !important;
}

body.home .tn-home-hero__description {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.home .tn-home-hero__facts {
  justify-content: center !important;
}

body.home .tn-home-hero__media,
body.home .tn-home-hero__media-label,
body.home .tn-home-hero__media-grid,
body.home .tn-home-hero__thumb,
body.home .tn-home-hero figure,
body.home .tn-home-hero img,
body.home .tn-home-note,
body.home .tn-home-note__head {
  display: none !important;
}

body.home .tn-home-nav {
  display: grid !important;
  grid-template-columns: minmax(110px, max-content) minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  width: min(990px, 100%) !important;
  margin: 14px auto 24px !important;
  padding: 13px 0 !important;
  border-top: 1px solid var(--tn-home-soft-line) !important;
  border-bottom: 1px solid var(--tn-home-soft-line) !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
}

body.home .tn-home-nav > span {
  display: block !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: .07em !important;
  white-space: nowrap !important;
}

body.home .tn-home-nav ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  align-items: center !important;
  justify-content: flex-start !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;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 30px !important;
  padding: 6px 9px !important;
  color: var(--tn-home-ink) !important;
  -webkit-text-fill-color: var(--tn-home-ink) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: rgba(237, 230, 212, .72) !important;
  border: 1px solid var(--tn-home-soft-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.home .tn-home-nav a em {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  background: rgba(250, 246, 238, .82) !important;
  border: 1px solid rgba(184, 168, 136, .55) !important;
  border-radius: 999px !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-hover) !important;
  border-color: var(--tn-home-line) !important;
  outline: 2px solid rgba(196, 74, 0, .28) !important;
  outline-offset: 2px !important;
}

body.home .tn-home-section {
  margin-top: 28px !important;
}

body.home .tn-home-featured {
  margin-top: 20px !important;
}

body.home .tn-home-subgroup {
  margin-top: 18px !important;
}

body.home .tn-home-section__head + .tn-home-subgroup,
body.home .tn-home-subgroup:first-of-type {
  margin-top: 2px !important;
}

body.home .tn-home-subgroup__title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  font-family: "Courier New", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: .04em !important;
}

body.home .tn-home-subgroup__title span {
  color: var(--tn-home-accent) !important;
  -webkit-text-fill-color: var(--tn-home-accent) !important;
  font-weight: 800 !important;
}

body.home .tn-home-subgroup__title em {
  color: var(--tn-home-muted) !important;
  -webkit-text-fill-color: var(--tn-home-muted) !important;
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}

body.home .tn-home-card-grid,
body.home .tn-home-card-grid--featured,
body.home .tn-home-card-grid--directory {
  gap: 8px !important;
}

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

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

body.home .tn-home-card__body {
  padding: 8px 9px !important;
}

body.home .tn-home-card__title {
  font-size: 12.5px !important;
  line-height: 1.25 !important;
}

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

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-nav a,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-nav a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-nav a {
  color: var(--tn-home-dark-text) !important;
  -webkit-text-fill-color: var(--tn-home-dark-text) !important;
  background: rgba(55, 42, 30, .82) !important;
  border: 1px solid var(--tn-home-dark-soft-line) !important;
}

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

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-nav a:hover,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-home-nav a:focus-visible,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-nav a:hover,
body.home[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-home-nav a:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-nav a:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.home:not([data-scheme="light"]) .tn-home-nav a:focus-visible {
  background: rgba(77, 55, 37, .94) !important;
  border-color: var(--tn-home-dark-line) !important;
  outline-color: rgba(240, 163, 110, .32) !important;
}

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

@media (max-width: 1040px) {
  body.home .tn-home-hero {
    display: block !important;
  }

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

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

  body.home .tn-home-hero h1 {
    font-size: clamp(48px, 18vw, 74px) !important;
  }

  body.home .tn-home-nav {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 12px 0 20px !important;
    padding: 10px 0 !important;
  }

  body.home .tn-home-nav ul {
    flex-wrap: nowrap !important;
    gap: 7px !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.home .tn-home-nav li {
    flex: 0 0 auto !important;
  }

  body.home .tn-home-nav a {
    min-height: 30px !important;
    padding: 6px 8px !important;
    font-size: 11.5px !important;
  }

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

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

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


/* 2026-06-27d: user-requested hero/nav/typography spacing refinements */
body.home .tn-home-hero__kicker {
  margin: 0 0 12px !important;
}

body.home .tn-home-hero h1#tn-home-title {
  margin: 0 auto 16px !important;
}

body.home .tn-home-hero__facts {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  justify-content: center !important;
}

body.home .tn-home-hero__facts span {
  justify-items: center !important;
  text-align: center !important;
}

body.home .tn-home-nav {
  margin: 18px auto 42px !important;
  padding: 14px 0 !important;
}

body.home .tn-home-nav > span {
  font-size: 12px !important;
  white-space: normal !important;
}

body.home .tn-home-nav ul {
  gap: 8px !important;
}

body.home .tn-home-nav a {
  min-height: 32px !important;
  padding: 7px 10px !important;
  border-radius: 0 !important;
  font-size: 13px !important;
}

body.home .tn-home-nav a em {
  min-width: 20px !important;
  height: 20px !important;
  border-radius: 0 !important;
  font-size: 11px !important;
}

body.home .tn-home-section {
  margin-top: 34px !important;
  padding-top: 30px !important;
  padding-bottom: 6px !important;
}

body.home .tn-home-featured {
  margin-top: 30px !important;
}

body.home .tn-home-section__title {
  font-size: clamp(21px, 2.75vw, 39px) !important;
}

body.home .tn-home-section__summary p {
  font-size: 15px !important;
}

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

body.home .tn-home-card__body {
  justify-items: center !important;
  text-align: center !important;
  font-size: 14.5px !important;
}

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

body.home .tn-home-subgroup__title {
  font-size: 14px !important;
}

body.home .tn-home-subgroup__title em {
  font-size: 12px !important;
}

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

@media (max-width: 760px) {
  body.home .tn-home-nav {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 14px 0 34px !important;
    padding: 12px 0 !important;
  }

  body.home .tn-home-nav > span {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.home .tn-home-nav ul {
    flex-wrap: wrap !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    justify-content: center !important;
  }

  body.home .tn-home-nav li {
    flex: 0 1 auto !important;
  }

  body.home .tn-home-nav a {
    min-height: 31px !important;
    padding: 7px 9px !important;
    font-size: 12.5px !important;
    white-space: nowrap !important;
  }

  body.home .tn-home-section {
    margin-top: 28px !important;
    padding-top: 24px !important;
    padding-bottom: 6px !important;
  }

  body.home .tn-home-featured {
    margin-top: 28px !important;
  }

  body.home .tn-home-section__title {
    font-size: clamp(19px, 7.2vw, 27px) !important;
  }

  body.home .tn-home-section__summary p {
    font-size: 15px !important;
  }

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

  body.home .tn-home-subgroup__title {
    font-size: 13.5px !important;
  }
}


/* 2026-06-27e: requested title/nav/eyebrow/card fine tuning */
body.home .tn-home-hero h1#tn-home-title {
  font-size: clamp(48px, calc(9.4vw - 10px), 110px) !important;
}

body.home .tn-home-nav {
  margin: 20px auto 48px !important;
  padding: 20px 0 !important;
}

body.home .tn-home-section__eyebrow {
  margin-bottom: 8px !important;
  color: #9f3700 !important;
  -webkit-text-fill-color: #9f3700 !important;
}

body.home .tn-home-card__body,
body.home .tn-home-card__title {
  font-size: 13.5px !important;
}

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

@media (max-width: 760px) {
  body.home .tn-home-hero h1#tn-home-title {
    font-size: clamp(38px, calc(18vw - 10px), 64px) !important;
  }

  body.home .tn-home-nav {
    margin: 16px 0 40px !important;
    padding: 16px 0 !important;
  }

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


/* 2026-06-27k: desktop title scale reduced by 10px */
body.home .tn-home-hero h1#tn-home-title {
  font-size: clamp(38px, calc(9.4vw - 30px), 90px) !important;
}

body.home .tn-home-nav {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body.home .tn-home-section__eyebrow {
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  body.home .tn-home-hero h1#tn-home-title {
    font-size: clamp(28px, calc(18vw - 20px), 54px) !important;
  }

  body.home .tn-home-nav {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}


/* 2026-06-27j: keep long homepage button labels inside the button box */
body.home .tn-home-card,
body.home .tn-home-card__body,
body.home .tn-home-card__title,
body.home .tn-home-nav,
body.home .tn-home-nav ul,
body.home .tn-home-nav li,
body.home .tn-home-nav a,
body.home .tn-home-nav a span {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.home .tn-home-card {
  height: auto !important;
  overflow: hidden !important;
}

body.home .tn-home-card__body {
  align-content: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.home .tn-home-card__title {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-break: anywhere !important;
  hyphens: auto !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

body.home .tn-home-nav ul {
  align-items: stretch !important;
}

body.home .tn-home-nav li {
  flex: 0 1 auto !important;
}

body.home .tn-home-nav a {
  white-space: normal !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-height: 1.15 !important;
}

body.home .tn-home-nav a span {
  display: inline-block !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-height: 1.15 !important;
}

body.home .tn-home-nav a em {
  flex: 0 0 auto !important;
}

@media (max-width: 760px) {
  body.home .tn-home-nav a {
    white-space: normal !important;
  }

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


/* 2026-06-27j: Japanese long-label calibration after live overflow QA */
html[lang^="ja"] body.home .tn-home-card__title {
  font-size: 12px !important;
  letter-spacing: -.08em !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
  line-break: anywhere !important;
}

@media (max-width: 760px) {
  html[lang^="ja"] body.home .tn-home-card__title {
    font-size: 11.5px !important;
  }
}


/* 2026-06-27j: user-requested +1px tool button text on multilingual home pages */
html[lang^="en"] body.home .tn-home-card__body,
html[lang^="en"] body.home .tn-home-card__title,
html[lang^="es"] body.home .tn-home-card__body,
html[lang^="es"] body.home .tn-home-card__title,
html[lang^="id"] body.home .tn-home-card__body,
html[lang^="id"] body.home .tn-home-card__title {
  font-size: 14.5px !important;
}

html[lang^="ja"] body.home .tn-home-card__title {
  font-size: 13px !important;
  letter-spacing: -.08em !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
  line-break: anywhere !important;
}

@media (max-width: 760px) {
  html[lang^="en"] body.home .tn-home-card__body,
  html[lang^="en"] body.home .tn-home-card__title,
  html[lang^="es"] body.home .tn-home-card__body,
  html[lang^="es"] body.home .tn-home-card__title,
  html[lang^="id"] body.home .tn-home-card__body,
  html[lang^="id"] body.home .tn-home-card__title {
    font-size: 14px !important;
  }

  html[lang^="ja"] body.home .tn-home-card__title {
    font-size: 12.5px !important;
  }
}
