.tnz-check-hub,
.tnz-diagnosis {
  --tnz-green: #356b68;
  --tnz-green-dark: #263f3d;
  --tnz-sage: #edf4f2;
  --tnz-rose: #c98d83;
  --tnz-cream: #fbf7ef;
  --tnz-ink: #2d3a38;
  color: var(--tnz-ink);
}

body:has(.tnz-check-hub) .entry-hero,
body:has(.tnz-diagnosis) .entry-hero {
  display: none;
}

body:has(.tnz-check-hub) #primary,
body:has(.tnz-diagnosis) #primary {
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

.tnz-check-hero,
.tnz-diagnosis-intro {
  margin: 0 0 2rem;
  padding: clamp(1.6rem, 5vw, 3.4rem);
  border: 1px solid #d8e4e0;
  border-radius: 28px;
  background: radial-gradient(circle at 90% 10%, rgba(201,141,131,.18), transparent 34%), linear-gradient(135deg, #edf5f2, #fbf4e9);
  box-shadow: 0 18px 50px rgba(38,57,54,.08);
}

.tnz-check-eyebrow {
  margin: 0 0 .7rem !important;
  color: var(--tnz-green) !important;
  font-size: .88rem !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tnz-check-hero h2,
.tnz-diagnosis-intro h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.45;
}

.tnz-check-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin: 2rem 0;
}

.tnz-check-choice {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid #d9e4e1;
  border-top: 4px solid var(--tnz-green);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(38,57,54,.08);
  color: var(--tnz-ink) !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tnz-check-choice:nth-child(2) { border-top-color: var(--tnz-rose); }
.tnz-check-choice:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(38,57,54,.13); }
.tnz-check-choice-icon { font-size: 2.3rem; }
.tnz-check-choice-kicker { color: #667572; font-size: .9rem; font-weight: 700; }
.tnz-check-choice strong { color: var(--tnz-green-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 1.45rem; line-height: 1.5; }
.tnz-check-choice b { margin-top: auto; color: var(--tnz-green); }

.tnz-check-note {
  margin: 2rem 0;
  padding: 1.3rem 1.5rem;
  border-left: 5px solid #a9a17c;
  border-radius: 0 16px 16px 0;
  background: var(--tnz-cream);
}
.tnz-check-note p { margin: .45rem 0 0 !important; font-size: .95rem; }

.tnz-diagnosis { max-width: 850px; margin: 0 auto; }
.tnz-diagnosis-intro ul { margin: 1.2rem 0 0; padding-left: 1.25rem; }
.tnz-diagnosis-intro li { margin-bottom: .35rem; }

.tnz-progress {
  height: 10px;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e9e7;
}
.tnz-progress span { display: block; width: 3.333%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--tnz-green), #7da6a1); transition: width .25s ease; }
.tnz-progress-text { margin: .5rem 0 1rem !important; color: #667572; font-size: .9rem !important; font-weight: 700; text-align: right; }

.tnz-diagnosis-form {
  padding: clamp(1.25rem, 4vw, 2.4rem);
  border: 1px solid #dbe5e2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(38,57,54,.08);
}
.tnz-step[hidden], .tnz-result[hidden], .tnz-loading[hidden], .tnz-form-nav button[hidden] { display: none !important; }
.tnz-step fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.tnz-step legend, .tnz-open-step label { display: block; width: 100%; margin: 0 0 1.4rem; color: var(--tnz-green-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 700; line-height: 1.6; }
.tnz-step legend > span, .tnz-open-step label > span { display: block; margin-bottom: .45rem; color: var(--tnz-green); font-family: sans-serif; font-size: .82rem; letter-spacing: .08em; }

.tnz-scale-options { display: grid; gap: .65rem; }
.tnz-scale-options label { position: relative; display: block; cursor: pointer; }
.tnz-scale-options input { position: absolute; opacity: 0; pointer-events: none; }
.tnz-scale-options span {
  display: block;
  padding: .8rem 1rem .8rem 3rem;
  border: 1px solid #d7e1df;
  border-radius: 12px;
  background: #fff;
  transition: border .15s ease, background .15s ease, box-shadow .15s ease;
}
.tnz-scale-options span::before { content: ""; position: absolute; top: 50%; left: 1rem; width: 18px; height: 18px; border: 2px solid #9eb3af; border-radius: 50%; transform: translateY(-50%); }
.tnz-scale-options input:checked + span { border-color: var(--tnz-green); background: var(--tnz-sage); box-shadow: 0 0 0 2px rgba(53,107,104,.12); font-weight: 700; }
.tnz-scale-options input:checked + span::before { border: 5px solid var(--tnz-green); background: #fff; }
.tnz-scale-options input:focus-visible + span { outline: 3px solid var(--tnz-rose); outline-offset: 2px; }

.tnz-open-step textarea { width: 100%; min-height: 180px; padding: 1rem; border: 1px solid #b9cbc7; border-radius: 14px; background: #fcfdfc; color: var(--tnz-ink); font: inherit; line-height: 1.75; }
.tnz-open-step textarea:focus { border-color: var(--tnz-green); outline: 3px solid rgba(53,107,104,.15); }
.tnz-privacy-note { margin: .55rem 0 1rem !important; color: #667572; font-size: .82rem !important; }
.tnz-consent { display: flex !important; gap: .65rem; align-items: flex-start; margin: 1rem 0 0 !important; font-family: sans-serif !important; font-size: .92rem !important; font-weight: 600 !important; }
.tnz-consent input { width: 20px; height: 20px; margin-top: .2rem; accent-color: var(--tnz-green); }
.tnz-honeypot { position: absolute !important; left: -9999px !important; }
.tnz-form-error { min-height: 1.5em; margin: 1rem 0 .3rem !important; color: #9b3d32; font-size: .9rem !important; font-weight: 700; }
.tnz-form-nav { display: flex; justify-content: space-between; gap: .8rem; }
.tnz-form-nav button, .tnz-restart { min-width: 120px; padding: .8rem 1.35rem; border: 0; border-radius: 999px; font: inherit; font-weight: 800; cursor: pointer; }
.tnz-back { background: #e9efed; color: #405552; }
.tnz-back:disabled { cursor: not-allowed; opacity: .5; }
.tnz-next, .tnz-submit { margin-left: auto; background: var(--tnz-green); color: #fff; box-shadow: 0 8px 22px rgba(53,107,104,.22); }

.tnz-loading { padding: 3rem 1rem; text-align: center; }
.tnz-loading span { display: inline-block; width: 42px; height: 42px; border: 4px solid #d8e4e0; border-top-color: var(--tnz-green); border-radius: 50%; animation: tnz-spin .8s linear infinite; }
@keyframes tnz-spin { to { transform: rotate(360deg); } }

.tnz-result-card { margin-top: 1.5rem; padding: clamp(1.4rem, 5vw, 3rem); border: 1px solid #d8e4e0; border-top: 6px solid var(--tnz-green); border-radius: 26px; background: #fff; box-shadow: 0 18px 55px rgba(38,57,54,.1); text-align: center; }
.tnz-level-some { border-top-color: #a9a17c; }
.tnz-level-high, .tnz-level-strong { border-top-color: var(--tnz-rose); }
.tnz-result-label, .tnz-ai-badge { display: inline-block; margin: 0 0 1rem !important; padding: .35rem .75rem; border-radius: 999px; background: var(--tnz-sage); color: var(--tnz-green); font-size: .78rem !important; font-weight: 800; letter-spacing: .06em; }
.tnz-score { width: 150px; height: 150px; margin: 0 auto 1.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: radial-gradient(closest-side, #fff 78%, transparent 80% 99%), conic-gradient(var(--tnz-green) calc(var(--tnz-score) * 1%), #e3ebe9 0); }
.tnz-score strong { color: var(--tnz-green-dark); font-size: 2.8rem; line-height: 1; }
.tnz-score span { margin-top: .25rem; color: #667572; font-size: .8rem; }
.tnz-result-card h2 { margin: 0 0 .8rem; font-size: clamp(1.6rem, 4vw, 2.3rem); }
.tnz-result-description { max-width: 650px; margin: 0 auto 2rem !important; }
.tnz-category-results, .tnz-ai-result, .tnz-result-guidance { margin-top: 1.6rem; padding: 1.4rem; border-radius: 18px; background: #f8faf9; text-align: left; }
.tnz-category-results h3, .tnz-ai-result h3 { margin-top: 0; }
.tnz-category-row { margin: 1rem 0; }
.tnz-category-row > div:first-child { display: flex; justify-content: space-between; gap: 1rem; }
.tnz-category-row b { color: var(--tnz-green); }
.tnz-category-track { height: 9px; margin-top: .35rem; overflow: hidden; border-radius: 999px; background: #dfe8e5; }
.tnz-category-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7da6a1, var(--tnz-green)); }
.tnz-ai-result { background: linear-gradient(135deg, #edf5f2, #fbf4e9); }
.tnz-ai-result h4 { margin: 1.25rem 0 .35rem; }
.tnz-ai-result li { margin-bottom: .35rem; }
.tnz-result-guidance { border-left: 4px solid var(--tnz-rose); background: #fbf3f0; }
.tnz-result-guidance a { color: var(--tnz-green); font-weight: 800; }
.tnz-restart { margin-top: 1.5rem; background: #e9efed; color: #405552; }
.tnz-result-disclaimer { margin: 1.4rem 0 0 !important; color: #667572; font-size: .82rem !important; }
.tnz-bottom-note { margin-top: 2.5rem; }

@media (max-width: 700px) {
  .tnz-check-choice-grid { grid-template-columns: 1fr; }
  .tnz-check-hero br { display: none; }
  .tnz-diagnosis-form { border-radius: 18px; }
  .tnz-scale-options span { padding-left: 2.7rem; }
  .tnz-form-nav button { min-width: 105px; }
  .tnz-result-card { border-radius: 20px; }
}

.tnz-seo-copy {
  margin: 3rem 0 1.5rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(38,57,54,.07);
}
.tnz-seo-copy h2 { margin-top: 0; }
.tnz-seo-copy p { margin-bottom: 1.15rem; }
.tnz-source-note { color: #667572; font-size: .85rem !important; }

.tnz-evaluation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin: 2rem 0;
  text-align: left;
}
.tnz-evaluation {
  padding: 1.1rem;
  border: 1px solid #dbe5e2;
  border-left: 5px solid #7da6a1;
  border-radius: 14px;
  background: #fbfcfc;
}
.tnz-evaluation > span { display: block; color: #667572; font-size: .82rem; font-weight: 800; }
.tnz-evaluation > strong { display: block; margin-top: .55rem; color: var(--tnz-green-dark); }
.tnz-severity-3 { border-left-color: #a9a17c; }
.tnz-severity-4, .tnz-severity-5 { border-left-color: var(--tnz-rose); }
.tnz-severity-dots { display: flex; gap: .3rem; margin-top: .6rem; }
.tnz-severity-dots i { width: 18px; height: 8px; border-radius: 999px; background: #dfe8e5; }
.tnz-severity-dots i.is-active { background: var(--tnz-green); }
.tnz-severity-3 .tnz-severity-dots i.is-active { background: #938a5e; }
.tnz-severity-4 .tnz-severity-dots i.is-active,
.tnz-severity-5 .tnz-severity-dots i.is-active { background: #b76f64; }

.tnz-type-result {
  margin-top: 1.6rem;
  padding: clamp(1.3rem, 4vw, 2rem);
  border-radius: 18px;
  background: #2d4946;
  color: #f5f8f7;
  text-align: left;
}
.tnz-type-result .tnz-result-label { background: rgba(255,255,255,.13); color: #fff; }
.tnz-type-result h3 { margin: 0 0 .8rem; color: #fff; font-size: clamp(1.45rem, 4vw, 2rem); }
.tnz-type-result p { margin-bottom: .8rem; }
.tnz-type-result small { display: block; margin-top: 1rem; color: #d6e4e1; line-height: 1.7; }
.tnz-type-level strong { color: #f4d5ce; }
.tnz-secondary-types { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-top: 1rem; }
.tnz-secondary-types span { width: 100%; color: #d6e4e1; font-size: .82rem; }
.tnz-secondary-types b { padding: .35rem .65rem; border-radius: 999px; background: rgba(255,255,255,.12); font-size: .85rem; }

.tnz-local-actions {
  margin-top: 1.6rem;
  padding: 1.4rem;
  border-left: 5px solid #a9a17c;
  border-radius: 0 18px 18px 0;
  background: #fbf7ed;
  text-align: left;
}
.tnz-local-actions h3 { margin-top: 0; }
.tnz-local-actions li { margin-bottom: .8rem; }
.tnz-phrase-list { display: grid; gap: .7rem; }
.tnz-phrase-list blockquote { margin: 0; padding: .85rem 1rem; border-left: 4px solid var(--tnz-green); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.7); font-weight: 700; }
.tnz-result-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.5rem; }
.tnz-print { padding: .85rem 1.35rem; border: 0; border-radius: 999px; background: var(--tnz-green); color: #fff; font: inherit; font-weight: 800; cursor: pointer; box-shadow: 0 8px 22px rgba(53,107,104,.22); }
.tnz-pdf-help { max-width: 620px; margin: .8rem auto 0 !important; color: #667572; font-size: .82rem !important; }
.tnz-print-report { display: none; }

@media (max-width: 700px) {
  .tnz-evaluation-grid { grid-template-columns: 1fr; }
  .tnz-result-buttons { flex-direction: column; }
  .tnz-result-buttons button { width: 100%; }
}

@media print {
  @page { size: A4; margin: 14mm; }
  body { background: #fff !important; color: #111 !important; font-family: "Noto Sans JP", "Yu Gothic", sans-serif !important; font-size: 10.5pt !important; line-height: 1.55 !important; }
  body.tnz-printing #wpadminbar,
  body.tnz-printing .site-header,
  body.tnz-printing .site-footer,
  body.tnz-printing .entry-hero,
  body.tnz-printing .tnz-diagnosis > :not(.tnz-result),
  body.tnz-printing .tnz-result > :not(.tnz-print-report) { display: none !important; }
  body.tnz-printing,
  body.tnz-printing #page,
  body.tnz-printing .site,
  body.tnz-printing .site-content,
  body.tnz-printing #primary,
  body.tnz-printing #main,
  body.tnz-printing main,
  body.tnz-printing article,
  body.tnz-printing .entry-content,
  body.tnz-printing .content-area,
  body.tnz-printing .tnz-diagnosis,
  body.tnz-printing .tnz-result,
  body.tnz-printing .tnz-print-report {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    box-shadow: none !important;
  }
  body.tnz-printing .tnz-print-report { color: #111 !important; }
  .tnz-print-report header { padding-bottom: 8mm; border-bottom: 2px solid #356b68; }
  .tnz-print-report h1 { margin: 0 0 4mm; color: #263936 !important; font-size: 20pt; }
  .tnz-print-report h2 { margin: 8mm 0 3mm; padding-bottom: 2mm; border-bottom: 1px solid #9eb3af; color: #263936 !important; font-size: 14pt; }
  .tnz-print-report h3 { margin: 4mm 0 2mm; color: #263936 !important; font-size: 11.5pt; }
  .tnz-print-report h2,
  .tnz-print-report h3 { break-after: avoid-page; page-break-after: avoid; }
  .tnz-print-report p, .tnz-print-report li { color: #111 !important; font-size: 10pt !important; }
  .tnz-print-report table { width: 100%; border-collapse: collapse; }
  .tnz-print-report thead { display: table-header-group; }
  .tnz-print-report tfoot { display: table-footer-group; }
  .tnz-print-report th, .tnz-print-report td { padding: 2.2mm; border: 1px solid #aab8b5; text-align: left; vertical-align: top; }
  .tnz-print-summary th { width: 30%; background: #edf4f2 !important; }
  .tnz-print-answers th:first-child, .tnz-print-answers td:first-child { width: 8mm; text-align: center; }
  .tnz-print-answers th:last-child, .tnz-print-answers td:last-child { width: 34mm; }
  .tnz-print-answers tr { break-inside: avoid; }
  .tnz-print-page-break { break-before: page; page-break-before: always; }
  .tnz-print-open { break-inside: avoid; margin-bottom: 6mm; padding: 3mm; border: 1px solid #c8d3d0; }
  .tnz-print-question { font-weight: 700; }
  .tnz-print-report footer { margin-top: 10mm; padding-top: 4mm; border-top: 1px solid #aab8b5; }
}

/* Search-intent landing pages */
body:has(.tnz-seo-page) #primary {
  margin-top: clamp(1.5rem, 3vw, 3rem);
}
body:has(.tnz-seo-page) .content-container.site-container {
  width: 100% !important;
  max-width: 1360px !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}
body:has(.tnz-seo-page) .site-main,
body:has(.tnz-seo-page) .content-area,
body:has(.tnz-seo-page) article {
  width: 100% !important;
  max-width: none !important;
}
body:has(.tnz-seo-page) .entry-content {
  width: 100% !important;
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.tnz-seo-page {
  --tnz-green: #356b68;
  --tnz-green-dark: #263f3d;
  --tnz-sage: #edf4f2;
  --tnz-rose: #c98d83;
  --tnz-cream: #fbf7ef;
  --tnz-ink: #2d3a38;
  --tnz-surface: #f7faf8;
  --tnz-warm: #fbf4ec;
  color: var(--tnz-ink);
}
.tnz-seo-page h2 { color: var(--tnz-green-dark); line-height: 1.35; }
.tnz-seo-page h3 { color: #2d4946; line-height: 1.45; }
.tnz-lead { max-width: 760px; font-size: clamp(1rem, 2vw, 1.14rem) !important; line-height: 1.95 !important; }
.tnz-intent-hero, .tnz-page-intro {
  margin-bottom: clamp(2.2rem, 6vw, 4.5rem);
  padding: clamp(1.6rem, 5vw, 3.8rem);
  overflow: hidden;
  border: 1px solid #d8e4e0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(215,178,168,.27), transparent 30%),
    radial-gradient(circle at 7% 92%, rgba(125,166,161,.2), transparent 34%),
    linear-gradient(135deg, #f5faf8, #fffaf5);
  box-shadow: 0 18px 50px rgba(38,57,54,.08);
}
.tnz-intent-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: stretch;
  gap: clamp(1.4rem, 3vw, 3rem);
  padding: clamp(1.4rem, 2.5vw, 2rem);
}
.tnz-hero-copy { align-self: center; padding: clamp(.35rem, 1.4vw, 1rem); }
.tnz-intent-hero h2, .tnz-page-intro h2 { max-width: 820px; margin: .6rem 0 1rem; font-size: clamp(1.9rem, 2.5vw, 2.75rem); }
.tnz-hero-visual { min-width: 0; min-height: 430px; margin: 0; overflow: hidden; border-radius: 22px; background: #e7eeea; }
.tnz-hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.tnz-hero-paths { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.tnz-hero-paths li { padding: .42rem .72rem; border: 1px solid rgba(53,107,104,.22); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--tnz-green-dark); font-size: .82rem; font-weight: 800; }
.tnz-intent-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.tnz-primary-action, .tnz-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .78rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
}
.tnz-primary-action { background: var(--tnz-green); color: #fff !important; box-shadow: 0 9px 24px rgba(53,107,104,.2); }
.tnz-secondary-action { border: 1px solid #9eb3af; background: rgba(255,255,255,.78); color: var(--tnz-green-dark) !important; }
.tnz-primary-action:hover, .tnz-primary-action:focus { background: var(--tnz-green-dark); }
.tnz-secondary-action:hover, .tnz-secondary-action:focus { border-color: var(--tnz-green); background: #fff; }
.tnz-section { margin: clamp(2.8rem, 7vw, 5.5rem) 0; }
.tnz-section-kicker { margin: 0 0 .35rem !important; color: var(--tnz-green); font-size: .8rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tnz-hero-paths li { display: inline-flex; align-items: center; gap: .38rem; }
.tnz-hero-paths svg { width: 17px; height: 17px; fill: none; stroke: var(--tnz-green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tnz-intent-grid, .tnz-route-grid, .tnz-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.tnz-intent-card, .tnz-route-grid > a, .tnz-guide-grid > a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.4rem;
  border: 1px solid #d8e4e0;
  border-radius: 20px;
  background: #fff;
  color: var(--tnz-ink) !important;
  box-shadow: 0 10px 30px rgba(38,57,54,.06);
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.tnz-intent-card { padding: 0; }
.tnz-card-visual { position: relative; overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border-radius: 19px 19px 0 0; background: var(--tnz-sage); }
.tnz-card-visual::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,54,51,.12), transparent 42%); content: ""; pointer-events: none; }
.tnz-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tnz-intent-card:hover .tnz-card-visual img { transform: scale(1.025); }
.tnz-card-body { display: flex; min-height: 285px; flex: 1; flex-direction: column; padding: 1.25rem 1.35rem 1.4rem; }
.tnz-card-heading { display: flex; align-items: center; gap: .8rem; }
.tnz-intent-card:hover, .tnz-route-grid > a:hover, .tnz-guide-grid > a:hover { transform: translateY(-3px); border-color: #9eb3af; box-shadow: 0 16px 34px rgba(38,57,54,.1); }
.tnz-card-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 15px; background: var(--tnz-sage); color: var(--tnz-green); font-weight: 900; }
.tnz-card-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tnz-intent-card h3, .tnz-guide-grid h3 { margin: 0; font-size: 1.18rem; line-height: 1.5; }
.tnz-intent-card p, .tnz-route-grid p, .tnz-guide-grid p { flex: 1; font-size: .94rem !important; line-height: 1.75 !important; }
.tnz-intent-card b { color: var(--tnz-green); font-size: .9rem; }
.tnz-theme-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 1.5rem; }
.tnz-theme-grid > a { display: grid; min-width: 0; overflow: hidden; grid-template-columns: 132px 1fr; border: 1px solid #d8e4e0; border-radius: 20px; background: #fff; color: var(--tnz-ink) !important; box-shadow: 0 10px 28px rgba(38,57,54,.06); text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease; }
.tnz-theme-grid > a:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(38,57,54,.1); }
.tnz-theme-art { min-height: 100%; background-color: #edf4f1; background-image: var(--tnz-sprite); background-repeat: no-repeat; background-size: 300% 200%; }
.tnz-sprite-1 { background-position: 0 0; }
.tnz-sprite-2 { background-position: 50% 0; }
.tnz-sprite-3 { background-position: 100% 0; }
.tnz-sprite-4 { background-position: 0 100%; }
.tnz-sprite-5 { background-position: 50% 100%; }
.tnz-sprite-6 { background-position: 100% 100%; }
.tnz-theme-copy { display: flex; min-width: 0; flex-direction: column; padding: 1.15rem; }
.tnz-theme-copy small { color: var(--tnz-green); font-weight: 800; letter-spacing: .06em; }
.tnz-theme-copy h3 { margin: .35rem 0 .5rem; font-size: 1.05rem; line-height: 1.5; }
.tnz-theme-copy p { flex: 1; margin: 0 0 .7rem !important; color: #536460; font-size: .85rem !important; line-height: 1.7 !important; }
.tnz-theme-copy b { color: var(--tnz-green); font-size: .84rem; }
.tnz-split-section { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.2rem; margin: clamp(3rem, 7vw, 5.5rem) 0; }
.tnz-split-section > div { padding: clamp(1.4rem, 4vw, 2.2rem); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(38,57,54,.07); }
.tnz-split-section > div:nth-child(2) { background: var(--tnz-warm); }
.tnz-section-icon { display: grid; width: 52px; height: 52px; margin-bottom: 1rem; place-items: center; border-radius: 17px; background: #e5f0ed; color: var(--tnz-green); }
.tnz-section-icon-warm { background: #f4ded8; color: #8b5e55; }
.tnz-section-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.tnz-text-link { color: var(--tnz-green) !important; font-weight: 800; }
.tnz-soft-section { padding: clamp(1.5rem, 5vw, 3rem); border-radius: 26px; background: var(--tnz-surface); }
.tnz-check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; margin: 1.4rem 0 1.8rem; padding: 0; list-style: none; }
.tnz-check-list li { padding: 1rem; border-left: 4px solid #7da6a1; border-radius: 0 14px 14px 0; background: #fff; }
.tnz-check-list strong, .tnz-check-list span { display: block; }
.tnz-check-list span { margin-top: .35rem; color: #5d6d69; font-size: .9rem; }
.tnz-trait-grid, .tnz-mental-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .85rem; margin-top: 1.4rem; }
.tnz-trait-card, .tnz-mental-grid article { min-width: 0; padding: 1.2rem; border: 1px solid #dbe5e2; border-radius: 18px; background: #fff; }
.tnz-trait-card > span, .tnz-mental-grid article > span { color: #8b6d65; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 800; }
.tnz-trait-card h3, .tnz-mental-grid h3 { margin: .45rem 0; font-size: 1.05rem; }
.tnz-trait-card p, .tnz-mental-grid p { margin: 0 !important; color: #536460; font-size: .9rem !important; line-height: 1.75 !important; }
.tnz-do-dont-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin: 1.5rem 0; }
.tnz-do-dont-grid > div { padding: 1.3rem; border-radius: 18px; background: #fff; }
.tnz-do-dont-grid > div:first-child { border-top: 5px solid #c38478; }
.tnz-do-dont-grid > div:last-child { border-top: 5px solid #6f9d96; }
.tnz-do-dont-grid h3 { margin-top: 0; }
.tnz-do-dont-grid li { margin-bottom: .55rem; }
.tnz-four-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .8rem; margin: 1.4rem 0; }
.tnz-four-grid > div { padding: 1.15rem; border: 1px solid #d8e4e0; border-radius: 16px; background: #fff; }
.tnz-four-grid h3 { margin-top: 0; font-size: 1rem; }
.tnz-four-grid p { margin-bottom: 0 !important; color: #536460; font-size: .88rem !important; }
.tnz-next-links, .tnz-diagnosis-related { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; margin: 2.3rem 0; }
.tnz-next-links h2 { grid-column: 1 / -1; }
.tnz-next-links a, .tnz-diagnosis-related a { display: flex; min-width: 0; flex-direction: column; padding: 1.1rem; border: 1px solid #cbd9d6; border-radius: 16px; background: #f8fbfa; color: var(--tnz-ink) !important; text-decoration: none !important; }
.tnz-next-links a:hover, .tnz-diagnosis-related a:hover { border-color: var(--tnz-green); }
.tnz-next-links span, .tnz-diagnosis-related span { margin-top: .3rem; color: #60716d; font-size: .86rem; }
.tnz-reference-box { margin: 2.5rem 0; padding: 1.2rem 1.35rem; border-left: 5px solid #a9a17c; border-radius: 0 16px 16px 0; background: #fbf7ed; }
.tnz-reference-box p { margin: .45rem 0 !important; font-size: .9rem !important; }
.tnz-reference-box a { color: var(--tnz-green) !important; font-weight: 800; }
.tnz-action-steps { display: grid; gap: .85rem; margin: 1.5rem 0 0; padding: 0; list-style: none; counter-reset: none; }
.tnz-action-steps li { display: flex; gap: 1rem; padding: 1.15rem; border-radius: 16px; background: #fff; }
.tnz-action-steps li > span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--tnz-green); color: #fff; font-weight: 900; }
.tnz-action-steps h3 { margin: 0 0 .3rem; font-size: 1.05rem; }
.tnz-action-steps p { margin: 0 !important; color: #536460; font-size: .92rem !important; }
.tnz-phrase-section { margin: 3rem 0; padding: clamp(1.4rem, 4vw, 2.4rem); border-radius: 24px; background: #2d4946; color: #fff; }
.tnz-phrase-section h2 { color: #fff; }
.tnz-phrase-section .tnz-section-kicker { color: #cce0dc; }
.tnz-phrase-section blockquote { margin: .7rem 0; padding: .85rem 1rem; border-left: 4px solid #e3bcb3; border-radius: 0 12px 12px 0; background: rgba(255,255,255,.1); color: #fff; font-weight: 700; }
.tnz-route-grid > a > span, .tnz-guide-grid > a > span { color: var(--tnz-green); font-size: .78rem; font-weight: 800; letter-spacing: .06em; }
.tnz-route-grid > a > strong { margin: .6rem 0 .35rem; color: #2d4946; font-size: 1.12rem; }
.tnz-guide-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.tnz-intent-copy { padding: .9rem 1rem; border-left: 4px solid #7da6a1; border-radius: 0 12px 12px 0; background: rgba(255,255,255,.68); font-weight: 600; }
.tnz-pattern-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin-top: 1.5rem; }
.tnz-pattern-grid article { padding: 1.3rem; border: 1px solid #d8e4e0; border-radius: 18px; background: #fff; }
.tnz-pattern-grid article > span { color: #9c756c; font-family: Georgia,serif; font-weight: 800; }
.tnz-pattern-grid h3 { margin: .35rem 0 .55rem; font-size: 1.08rem; }
.tnz-pattern-grid p { margin: .25rem 0 .8rem !important; color: #536460; font-size: .9rem !important; line-height: 1.75 !important; }
.tnz-pattern-grid strong { color: var(--tnz-green-dark); font-size: .83rem; }
.tnz-work-note { color: #6b7b77; font-size: .85rem !important; }
.tnz-story-grid { display: grid; gap: 1rem; margin-top: 1.4rem; }
.tnz-story-card { display: grid; overflow: hidden; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); border: 1px solid #d8e4e0; border-radius: 22px; background: #fff; box-shadow: 0 10px 25px rgba(38,57,54,.05); }
.tnz-story-card > div:last-child { align-self: center; padding: clamp(1.25rem, 3vw, 2rem); }
.tnz-story-card h3 { margin: 0 0 .7rem; font-size: 1.2rem; }
.tnz-story-card p { margin: 0 !important; font-size: .96rem !important; line-height: 1.9 !important; }
.tnz-story-picture { position: relative; min-height: 220px; overflow: hidden; background-color: #e5efec; }
.tnz-story-picture::before, .tnz-story-picture::after { position: absolute; content: ""; }
.tnz-story-picture > span { position: absolute; top: 16px; left: 16px; z-index: 2; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.86); color: var(--tnz-green-dark); font-family: Georgia,serif; font-weight: 800; }
.tnz-story-door { background: linear-gradient(145deg,#d9e9e4,#f7e8df); }
.tnz-story-door::before { right: 23%; bottom: 0; width: 38%; height: 75%; border: 7px solid #fff; border-bottom: 0; border-radius: 90px 90px 0 0; background: #b88b7f; box-shadow: inset 0 0 0 6px rgba(255,255,255,.3); }
.tnz-story-door::after { right: 29%; bottom: 35%; width: 12px; height: 12px; border-radius: 50%; background: #f7e4a7; }
.tnz-story-heart { background: radial-gradient(circle at 50% 45%,#fff 0 12%,transparent 13%),linear-gradient(145deg,#f4ded8,#f8f3e8); }
.tnz-story-heart::before { top: 30%; left: 39%; width: 64px; height: 54px; transform: rotate(-45deg); border-radius: 50% 50% 45% 0; background: #cc8f86; }
.tnz-story-heart::after { top: 30%; left: 48%; width: 64px; height: 54px; transform: rotate(45deg); border-radius: 50% 50% 0 45%; background: #cc8f86; }
.tnz-story-home { background: linear-gradient(#dcece9 0 58%,#cbd8c5 58%); }
.tnz-story-home::before { left: 28%; bottom: 0; width: 45%; height: 48%; background: #fff8ef; box-shadow: inset 0 0 0 5px rgba(53,107,104,.1); }
.tnz-story-home::after { left: 24%; bottom: 45%; width: 52%; height: 52%; transform: rotate(45deg); border-radius: 8px 0 0; background: #b9877a; }
.tnz-story-shield { background: linear-gradient(145deg,#d7e8e3,#f4f0df); }
.tnz-story-shield::before { top: 23%; left: 37%; width: 85px; height: 105px; border-radius: 45px 45px 60px 60px; background: #6f9d96; clip-path: polygon(50% 0,100% 18%,88% 75%,50% 100%,12% 75%,0 18%); }
.tnz-story-shield::after { top: 41%; left: 46%; width: 42px; height: 22px; transform: rotate(-45deg); border-bottom: 8px solid #fff; border-left: 8px solid #fff; }
.tnz-story-sprout { background: linear-gradient(#f7e8df 0 64%,#d7c7a8 64%); }
.tnz-story-sprout::before { bottom: 28%; left: 49%; width: 6px; height: 70px; border-radius: 10px; background: #5e8b73; }
.tnz-story-sprout::after { bottom: 49%; left: 41%; width: 70px; height: 42px; border-radius: 70px 0 70px 0; background: #7daa89; box-shadow: 32px -34px 0 -5px #92b798; }
.tnz-story-key { background: linear-gradient(145deg,#e0ece8,#f7ebcf); }
.tnz-story-key::before { top: 30%; left: 32%; width: 70px; height: 70px; border: 13px solid #b68b49; border-radius: 50%; }
.tnz-story-key::after { top: 46%; left: 51%; width: 95px; height: 14px; transform: rotate(28deg); border-radius: 10px; background: #b68b49; box-shadow: 50px 19px 0 -2px #b68b49; }
.tnz-audio-card { display: grid; grid-template-columns: 90px 1fr; gap: 1.2rem; align-items: center; margin: 1.4rem 0; padding: 1.3rem; border-radius: 20px; background: #f0f6f3; }
.tnz-audio-icon { display: grid; width: 80px; height: 80px; place-items: center; border-radius: 50%; background: var(--tnz-green); color: #fff; font-family: Georgia,serif; font-size: 2rem; }
.tnz-audio-card p { margin: .25rem 0 .7rem !important; font-size: .88rem !important; }
.tnz-audio-card audio { width: 100%; }
.tnz-music-practices, .tnz-support-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 1.4rem; }
.tnz-music-practices article, .tnz-support-grid article { padding: 1.25rem; border: 1px solid #d8e4e0; border-radius: 18px; background: #fff; }
.tnz-music-practices h3, .tnz-support-grid h3 { margin: .2rem 0 .6rem; font-size: 1.04rem; }
.tnz-music-practices p, .tnz-support-grid p { color: #536460; font-size: .9rem !important; line-height: 1.75 !important; }
.tnz-support-grid article > span { color: var(--tnz-green); font-size: .78rem; font-weight: 800; letter-spacing: .06em; }
.tnz-support-grid a { display: block; margin-top: .55rem; color: var(--tnz-green) !important; font-weight: 800; }
.tnz-support-grid .tnz-support-urgent { border-color: #c88e82; background: #fff8f6; }

@media (max-width: 900px) {
  .tnz-intent-hero { grid-template-columns: 1fr; }
  .tnz-hero-visual { min-height: 340px; }
  .tnz-intent-grid, .tnz-trait-grid, .tnz-mental-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tnz-four-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tnz-card-body { min-height: 270px; }
  .tnz-theme-grid, .tnz-music-practices, .tnz-support-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tnz-theme-grid > a { grid-template-columns: 110px 1fr; }
}

@media (max-width: 700px) {
  body:has(.tnz-seo-page) .content-container.site-container { padding-right: 16px !important; padding-left: 16px !important; }
  body:has(.tnz-seo-page) .entry-content { width: 100% !important; }
  .tnz-intent-hero, .tnz-page-intro { border-radius: 20px; }
  .tnz-intent-hero br { display: none; }
  .tnz-hero-visual { min-height: 240px; border-radius: 16px; }
  .tnz-intent-actions { flex-direction: column; }
  .tnz-primary-action, .tnz-secondary-action { width: 100%; }
  .tnz-intent-grid, .tnz-route-grid, .tnz-guide-grid, .tnz-trait-grid, .tnz-mental-grid, .tnz-split-section, .tnz-do-dont-grid, .tnz-four-grid, .tnz-next-links, .tnz-diagnosis-related, .tnz-check-list { grid-template-columns: 1fr; }
  .tnz-next-links h2 { grid-column: auto; }
  .tnz-trait-card, .tnz-mental-grid article { padding: 1rem; }
  .tnz-action-steps li { align-items: flex-start; }
  .tnz-card-body { min-height: 0; }
  .tnz-theme-grid, .tnz-pattern-grid, .tnz-music-practices, .tnz-support-grid { grid-template-columns: 1fr; }
  .tnz-theme-grid > a { grid-template-columns: 96px 1fr; }
  .tnz-story-card { grid-template-columns: 1fr; }
  .tnz-story-picture { min-height: 210px; }
  .tnz-audio-card { grid-template-columns: 1fr; }
}
