
:root {
  --tnj-black: #050403;
  --tnj-black-2: #0d0905;
  --tnj-panel: #120d07;
  --tnj-panel-soft: #1b1209;
  --tnj-gold: #d6a53c;
  --tnj-gold-light: #f4d27d;
  --tnj-gold-dark: #8e5c12;
  --tnj-cream: #f4e5bd;
  --tnj-text: #eadfc8;
  --tnj-muted: #b9a98b;
  --tnj-line: rgba(214,165,60,.34);
  --tnj-shadow: 0 22px 70px rgba(0,0,0,.46);
}
html { scroll-behavior: smooth; }
body.tnj-landing-active { background: var(--tnj-black) !important; }
body.tnj-landing-active .site,
body.tnj-landing-active .site-content,
body.tnj-landing-active .content-area,
body.tnj-landing-active .site-main,
body.tnj-landing-active article.page,
body.tnj-landing-active .inside-article {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
body.tnj-landing-active .entry-header,
body.tnj-landing-active .entry-title,
body.tnj-landing-active .comments-area,
body.tnj-landing-active .site-footer,
body.tnj-landing-active .site-header { display: none !important; }

.tnj-page, .tnj-page * { box-sizing: border-box; }
.tnj-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background:
    radial-gradient(circle at 82% 7%, rgba(164,99,13,.24), transparent 28%),
    linear-gradient(180deg, #040302 0%, #090603 45%, #030201 100%);
  color: var(--tnj-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
.tnj-page img { max-width: 100%; height: auto; display: block; }
.tnj-page a { color: inherit; }
.tnj-container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }

.tnj-topline {
  background: linear-gradient(90deg, #7a4c0a, #e0b654, #7a4c0a);
  color: #160e04;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tnj-topline .tnj-container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tnj-topline a { text-decoration: none; border-bottom: 1px solid currentColor; }

.tnj-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(4,3,2,.92);
  border-bottom: 1px solid var(--tnj-line);
  backdrop-filter: blur(18px);
}
.tnj-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tnj-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--tnj-gold-light); }
.tnj-brand-mark { width: 38px; height: 38px; border: 1px solid var(--tnj-gold); border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 18px rgba(214,165,60,.23); }
.tnj-brand b { display: block; font-family: Georgia, serif; font-size: 13px; line-height: 1; text-transform: uppercase; letter-spacing: .16em; }
.tnj-brand em { display: block; font-family: Georgia, serif; font-size: 25px; line-height: .92; font-weight: 400; }
.tnj-header nav { display: flex; align-items: center; gap: 26px; }
.tnj-header nav a { color: var(--tnj-muted); text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; transition: .25s ease; }
.tnj-header nav a:hover { color: var(--tnj-gold-light); }

.tnj-btn {
  min-height: 52px;
  padding: 13px 26px;
  border: 1px solid #f1cf78;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #8c590d, #f0c75e 48%, #9c650f);
  color: #160e04 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(176,109,17,.25), inset 0 1px rgba(255,255,255,.45);
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}
.tnj-btn:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 40px rgba(176,109,17,.34), inset 0 1px rgba(255,255,255,.52); }
.tnj-btn-small { min-height: 42px; padding: 10px 19px; font-size: 12px; }
.tnj-btn-outline { background: transparent; color: var(--tnj-gold-light) !important; border-color: var(--tnj-line); box-shadow: none; }
.tnj-btn-full, .tnj-btn-wide { width: 100%; }
.tnj-btn-wide { max-width: 540px; }

.tnj-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid var(--tnj-line);
  border-radius: 999px;
  color: var(--tnj-gold-light);
  background: rgba(214,165,60,.06);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tnj-hero { position: relative; padding: 82px 0 30px; isolation: isolate; }
.tnj-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,3,2,.98) 0 43%, rgba(4,3,2,.5) 67%, rgba(4,3,2,.9)),
    radial-gradient(circle at 82% 30%, rgba(204,132,25,.27), transparent 32%);
}
.tnj-orbit { position: absolute; border: 1px solid rgba(214,165,60,.14); border-radius: 50%; pointer-events: none; }
.tnj-orbit-one { width: 650px; height: 650px; right: -120px; top: -120px; }
.tnj-orbit-two { width: 480px; height: 480px; right: -34px; top: -35px; }
.tnj-hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px; }
.tnj-hero-copy { position: relative; z-index: 2; }
.tnj-hero h1 {
  margin: 24px 0 22px;
  color: #fff6dc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
  max-width: 760px;
}
.tnj-hero h1::first-line { color: var(--tnj-gold-light); }
.tnj-hero-copy > p { max-width: 690px; margin: 0 0 28px; color: #d8cbb2; font-size: 18px; }
.tnj-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 20px; }
.tnj-trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--tnj-gold-light); font-size: 13px; font-weight: 700; }
.tnj-hero-copy small { display: block; margin-top: 18px; max-width: 650px; color: #897d6b; }
.tnj-hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.tnj-hero-visual > img { position: relative; z-index: 3; width: min(100%, 620px); filter: drop-shadow(0 40px 55px rgba(0,0,0,.6)); }
.tnj-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(210,139,30,.30), transparent 68%); filter: blur(10px); }
.tnj-floating-card {
  position: absolute;
  right: 10px;
  bottom: 80px;
  z-index: 4;
  padding: 15px 20px;
  border: 1px solid var(--tnj-line);
  border-radius: 12px;
  background: rgba(10,7,4,.88);
  box-shadow: var(--tnj-shadow);
}
.tnj-floating-card span { display: block; color: var(--tnj-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.tnj-floating-card strong { display: block; color: var(--tnj-gold-light); font-family: Georgia, serif; font-size: 21px; }

.tnj-icon-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--tnj-line);
  border-radius: 16px;
  background: rgba(11,7,4,.85);
  box-shadow: var(--tnj-shadow);
}
.tnj-icon-strip article { min-height: 112px; display: grid; grid-template-columns: 44px 1fr; align-content: center; padding: 22px; border-right: 1px solid var(--tnj-line); }
.tnj-icon-strip article:last-child { border: 0; }
.tnj-icon-strip article > span { grid-row: 1 / 3; color: var(--tnj-gold); font-size: 30px; }
.tnj-icon-strip b { color: var(--tnj-cream); }
.tnj-icon-strip small { color: var(--tnj-muted); }

.tnj-intro, .tnj-pillars, .tnj-authority, .tnj-offer, .tnj-faq, .tnj-final { padding: 96px 0; }
.tnj-section-heading { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.tnj-section-heading h2, .tnj-authority h2, .tnj-offer h2, .tnj-final h2 {
  margin: 18px 0;
  color: #fff1cd;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
}
.tnj-section-heading p, .tnj-authority p, .tnj-offer p, .tnj-final p { color: var(--tnj-muted); font-size: 17px; }

.tnj-three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tnj-luxe-card {
  position: relative;
  min-height: 100%;
  padding: 34px;
  border: 1px solid var(--tnj-line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.025), transparent 48%),
    linear-gradient(180deg, #130d07, #090603);
  box-shadow: var(--tnj-shadow);
}
.tnj-card-number { position: absolute; right: 24px; top: 20px; color: rgba(214,165,60,.28); font-family: Georgia, serif; font-size: 50px; }
.tnj-luxe-card h3 { position: relative; margin: 0 0 24px; color: var(--tnj-gold-light); font-family: Georgia, serif; font-size: 28px; }
.tnj-luxe-card ul { margin: 0; padding: 0; list-style: none; }
.tnj-luxe-card li { position: relative; padding: 9px 0 9px 27px; color: #d7ccb5; border-bottom: 1px solid rgba(214,165,60,.09); }
.tnj-luxe-card li::before { content: "✓"; position: absolute; left: 0; color: var(--tnj-gold); font-weight: 900; }
.tnj-image-card img { margin-top: 26px; border-radius: 12px; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--tnj-line); }
.tnj-mini-benefit { padding: 16px 0; border-bottom: 1px solid var(--tnj-line); }
.tnj-mini-benefit b, .tnj-mini-benefit span { display: block; }
.tnj-mini-benefit b { color: var(--tnj-cream); }
.tnj-mini-benefit span { color: var(--tnj-muted); font-size: 14px; }
.tnj-luxe-card .tnj-btn { margin-top: 24px; }

.tnj-people { border-block: 1px solid var(--tnj-line); background: #020201; }
.tnj-people-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tnj-people figure { position: relative; margin: 0; min-height: 270px; overflow: hidden; border-right: 1px solid var(--tnj-line); }
.tnj-people figure:last-child { border-right: 0; }
.tnj-people img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.12) saturate(.9); transition: transform .45s ease; }
.tnj-people figure:hover img { transform: scale(1.04); }
.tnj-people figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 12px; border: 1px solid var(--tnj-line); border-radius: 999px; background: rgba(3,2,1,.78); color: var(--tnj-gold-light); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.tnj-pillars { background:
  radial-gradient(circle at 50% 12%, rgba(167,103,18,.18), transparent 34%),
  #070503;
}
.tnj-four-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tnj-four-grid article { padding: 32px 24px; border: 1px solid var(--tnj-line); border-radius: 16px; background: linear-gradient(180deg, #140e08, #080503); }
.tnj-four-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--tnj-gold); border-radius: 50%; color: var(--tnj-gold-light); font-family: Georgia, serif; }
.tnj-four-grid h3 { color: var(--tnj-cream); font-family: Georgia, serif; font-size: 25px; }
.tnj-four-grid p { color: var(--tnj-muted); font-size: 15px; }
.tnj-center { margin-top: 38px; text-align: center; }

.tnj-authority { border-block: 1px solid var(--tnj-line); }
.tnj-authority-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; }
.tnj-authority img { width: min(100%, 520px); margin-inline: auto; border-radius: 22px; border: 1px solid var(--tnj-line); box-shadow: var(--tnj-shadow); }
.tnj-source-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 26px; }
.tnj-source-links a { color: var(--tnj-gold-light); text-decoration-thickness: 1px; text-underline-offset: 5px; }

.tnj-offer { background:
  linear-gradient(90deg, rgba(5,3,2,.95), rgba(24,14,6,.92)),
  radial-gradient(circle at 80% 40%, rgba(214,165,60,.13), transparent 35%);
}
.tnj-offer-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; }
.tnj-offer-cards { display: grid; gap: 14px; }
.tnj-offer-cards article { display: grid; grid-template-columns: 56px 1fr; padding: 20px; border: 1px solid var(--tnj-line); border-radius: 14px; background: rgba(8,5,3,.74); }
.tnj-offer-cards article > span { grid-row: 1 / 3; color: var(--tnj-gold); font-size: 28px; }
.tnj-offer-cards b { color: var(--tnj-cream); font-size: 18px; }
.tnj-offer-cards p { margin: 4px 0 0; font-size: 14px; }
.tnj-offer-grid > .tnj-btn { grid-column: 1 / -1; justify-self: center; }

.tnj-article-wrap { padding: 100px 0; background: #f4ead5; color: #2c2218; }
.tnj-content-layout { display: grid; grid-template-columns: 315px minmax(0, 1fr); gap: 52px; align-items: start; }
.tnj-toc { position: sticky; top: 108px; padding: 26px; border: 1px solid rgba(74,47,18,.18); border-radius: 16px; background: #fffaf0; box-shadow: 0 20px 55px rgba(57,38,19,.10); max-height: calc(100vh - 130px); overflow: auto; }
.tnj-toc h2 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: 32px; color: #26170b; }
.tnj-toc ol { margin: 0 0 24px; padding-left: 20px; }
.tnj-toc li { margin-bottom: 10px; color: #6d4b29; font-size: 13px; line-height: 1.35; }
.tnj-toc a { color: #6d4b29; text-decoration: none; }
.tnj-toc a:hover { color: #241308; text-decoration: underline; }
.tnj-toc .tnj-btn { color: #160e04 !important; }
.tnj-article { padding: 0 10px 0 0; }
.tnj-article-header { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(74,47,18,.18); }
.tnj-article-header h2, .tnj-article > h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: #2a190b;
  line-height: 1.13;
}
.tnj-article-header h2 { margin: 18px 0; font-size: clamp(40px, 5vw, 62px); }
.tnj-article-header p { color: #79644e; }
.tnj-article > h2 { margin: 52px 0 18px; font-size: 35px; }
.tnj-article > h2::after { content: ""; display: block; width: 68px; height: 2px; margin-top: 14px; background: linear-gradient(90deg, #9f6817, transparent); }
.tnj-article > p { margin: 0 0 20px; color: #46382b; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; }
.tnj-article > p:first-of-type::first-letter { float: left; margin: 8px 9px 0 0; color: #9b6518; font-size: 70px; line-height: .78; }
.tnj-article-media { margin: 35px 0; }
.tnj-article-media img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 15px; box-shadow: 0 18px 50px rgba(62,39,14,.16); }
.tnj-editorial-note { margin-top: 48px; padding: 26px; border-left: 4px solid #a86d16; background: #fff8ea; }
.tnj-editorial-note strong { color: #5b350c; font-family: Georgia, serif; font-size: 24px; }
.tnj-editorial-note p { margin: 8px 0 0; color: #5f4b37; }

.tnj-faq { background: #070503; }
.tnj-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 1000px; margin-inline: auto; }
.tnj-faq details { border: 1px solid var(--tnj-line); border-radius: 12px; background: #100b06; }
.tnj-faq summary { position: relative; padding: 19px 50px 19px 20px; cursor: pointer; color: var(--tnj-cream); font-family: Georgia, serif; font-size: 18px; list-style: none; }
.tnj-faq summary::-webkit-details-marker { display: none; }
.tnj-faq summary::after { content: "+"; position: absolute; right: 20px; color: var(--tnj-gold); font-size: 24px; }
.tnj-faq details[open] summary::after { content: "−"; }
.tnj-faq details p { margin: 0; padding: 0 20px 20px; color: var(--tnj-muted); }

.tnj-final { border-top: 1px solid var(--tnj-line); background: radial-gradient(circle at 18% 50%, rgba(200,131,26,.16), transparent 35%), #050302; }
.tnj-final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.tnj-final-grid > img { border-radius: 18px; filter: drop-shadow(0 35px 60px rgba(0,0,0,.5)); }
.tnj-final-links { display: flex; gap: 20px; margin-top: 20px; }
.tnj-final-links a { color: var(--tnj-muted); font-size: 13px; }

.tnj-footer { padding: 36px 0 110px; border-top: 1px solid var(--tnj-line); background: #020201; }
.tnj-footer .tnj-container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tnj-footer p { margin: 0; color: #756b5c; font-size: 12px; }

.tnj-mobile-cta { display: none; }

.tnj-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.tnj-reveal.tnj-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .tnj-header nav { display: none; }
  .tnj-hero-grid, .tnj-authority-grid, .tnj-offer-grid, .tnj-final-grid { grid-template-columns: 1fr; }
  .tnj-hero-grid { gap: 12px; }
  .tnj-hero-copy { text-align: center; }
  .tnj-hero-copy > p, .tnj-hero h1 { margin-inline: auto; }
  .tnj-actions, .tnj-trust-row { justify-content: center; }
  .tnj-hero-visual { min-height: 460px; }
  .tnj-three-grid { grid-template-columns: 1fr; }
  .tnj-four-grid { grid-template-columns: repeat(2, 1fr); }
  .tnj-people-grid { grid-template-columns: repeat(2, 1fr); }
  .tnj-people figure:nth-child(2) { border-right: 0; }
  .tnj-people figure:nth-child(-n+2) { border-bottom: 1px solid var(--tnj-line); }
  .tnj-content-layout { grid-template-columns: 1fr; }
  .tnj-toc { position: relative; top: auto; max-height: none; }
  .tnj-offer-grid > .tnj-btn { grid-column: auto; }
}

@media (max-width: 640px) {
  .tnj-container { width: min(100% - 24px, 1180px); }
  .tnj-topline .tnj-container { justify-content: center; text-align: center; }
  .tnj-topline a { display: none; }
  .tnj-header-inner { min-height: 66px; }
  .tnj-header .tnj-btn { display: none; }
  .tnj-brand em { font-size: 21px; }
  .tnj-hero { padding-top: 60px; }
  .tnj-hero h1 { font-size: 42px; }
  .tnj-hero-copy > p { font-size: 16px; }
  .tnj-actions { flex-direction: column; }
  .tnj-actions .tnj-btn { width: 100%; }
  .tnj-hero-visual { min-height: 360px; }
  .tnj-floating-card { right: 0; bottom: 30px; }
  .tnj-icon-strip { grid-template-columns: 1fr 1fr; }
  .tnj-icon-strip article:nth-child(2) { border-right: 0; }
  .tnj-icon-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--tnj-line); }
  .tnj-intro, .tnj-pillars, .tnj-authority, .tnj-offer, .tnj-faq, .tnj-final { padding: 72px 0; }
  .tnj-four-grid, .tnj-faq-grid { grid-template-columns: 1fr; }
  .tnj-people figure { min-height: 220px; }
  .tnj-luxe-card { padding: 28px 22px; }
  .tnj-article-wrap { padding: 72px 0; }
  .tnj-article { padding: 0; }
  .tnj-article > h2 { font-size: 30px; }
  .tnj-article > p { font-size: 18px; }
  .tnj-footer { padding-bottom: 105px; }
  .tnj-footer .tnj-container { flex-direction: column; text-align: center; }
  .tnj-mobile-cta {
    position: fixed;
    z-index: 99;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 68px;
    padding: 10px 10px 10px 16px;
    border: 1px solid var(--tnj-line);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(8,5,3,.95);
    box-shadow: 0 18px 55px rgba(0,0,0,.55);
    backdrop-filter: blur(16px);
  }
  .tnj-mobile-cta span b, .tnj-mobile-cta span small { display: block; }
  .tnj-mobile-cta span b { color: var(--tnj-cream); font-family: Georgia, serif; }
  .tnj-mobile-cta span small { color: var(--tnj-muted); font-size: 10px; }
  .tnj-mobile-cta a {
    padding: 12px 17px;
    border-radius: 9px;
    background: linear-gradient(135deg, #8c590d, #e5b94d);
    color: #160e04;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tnj-reveal { opacity: 1; transform: none; transition: none; }
}
