/* Tathagat Index — Platinum Journal Directory */
.journals-platinum-page {
  --tj-plum: #542052;
  --tj-plum-deep: #321130;
  --tj-teal: #147c7f;
  --tj-teal-deep: #0c5558;
  --tj-orange: #ef5a32;
  --tj-cream: #fffaf5;
  --tj-muted: #607078;
  --tj-line: #e8ded8;
  --tj-soft-line: #eee8e4;
  --tj-card-shadow: 0 16px 42px rgba(16, 39, 48, .08);
  --tj-card-shadow-hover: 0 26px 68px rgba(45, 25, 47, .14);
}

.journals-platinum-page .breadcrumbs {
  position: relative;
  z-index: 2;
}

.journals-platinum-page .breadcrumbs ol {
  margin-bottom: 32px;
}

.tj-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0 clamp(72px, 7vw, 104px);
  background:
    radial-gradient(circle at 90% 4%, rgba(20,124,127,.13), transparent 27%),
    radial-gradient(circle at 6% 94%, rgba(239,90,50,.08), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fffaf5 58%, #f8eff7 100%);
}

.tj-hero::after {
  position: absolute;
  content: "";
  width: 440px;
  height: 440px;
  right: -265px;
  bottom: -250px;
  border: 52px solid rgba(84,32,82,.06);
  border-radius: 50%;
}

.tj-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(84,32,82,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,124,127,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 72%, transparent);
}

.tj-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.tj-hero-copy h1 {
  max-width: 960px;
  margin: 10px 0 22px;
  color: var(--ink-950);
  font: 790 clamp(44px, 5vw, 76px)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}

.tj-hero-copy p {
  max-width: 880px;
  margin: 0 0 14px;
  color: var(--tj-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.72;
}

.tj-hero-copy .tj-hero-lead {
  color: var(--ink-800);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 560;
}

.tj-hero-actions,
.tj-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.tj-hero-copy .secondary-button.light,
.tj-checklist-intro .secondary-button.light,
.tj-report-card .secondary-button.light,
.tj-final-cta-card .secondary-button.light {
  color: var(--tj-plum);
  background: #fff;
  border-color: rgba(84,32,82,.18);
}

.tj-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(84,32,82,.13);
}

.tj-hero-trust span {
  color: var(--tj-muted);
  font-size: 13px;
}

.tj-hero-trust strong {
  color: var(--tj-plum);
  font-size: 15px;
}

.tj-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, var(--tj-plum-deep), var(--tj-plum) 52%, var(--tj-teal-deep));
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 30px;
  box-shadow: 0 34px 86px rgba(50,17,48,.25);
}

.tj-hero-panel::before {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  right: -120px;
  top: -140px;
  border: 34px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.tj-hero-panel-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.tj-hero-panel-head span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.tj-hero-panel-head strong {
  font: 780 58px/1 Georgia, "Times New Roman", serif;
}

.tj-logo-mosaic {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}

.tj-logo-mosaic a {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 9px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 14px;
  transition: transform var(--transition), background var(--transition);
}

.tj-logo-mosaic a:hover,
.tj-logo-mosaic a:focus-visible {
  transform: translateY(-3px);
  background: #fff;
}

.tj-logo-mosaic img {
  width: 100%;
  height: 100%;
  max-height: 78px;
  object-fit: contain;
}

.tj-hero-panel > p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.tj-notice {
  position: relative;
  z-index: 3;
  margin-top: -28px;
}

.tj-notice-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 16px;
  padding: 20px 22px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(84,32,82,.13);
  border-radius: 18px;
  box-shadow: var(--tj-card-shadow);
}

.tj-notice-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(145deg, var(--tj-plum), var(--tj-teal));
  border-radius: 50%;
  font: 800 18px/1 Georgia, serif;
}

.tj-notice-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tj-plum);
}

.tj-notice-card p {
  margin: 0;
  color: var(--tj-muted);
  font-size: 14px;
}

.tj-directory-section,
.tj-subject-section,
.tj-about-section,
.tj-selection-section,
.tj-explainer-section,
.tj-checklist-section,
.tj-guides-section,
.tj-faq-section,
.tj-report-section,
.tj-final-cta {
  padding: clamp(68px, 7vw, 104px) 0;
}

.tj-directory-section {
  padding-top: clamp(76px, 8vw, 116px);
  background: #fff;
}

.tj-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 34px;
}

.tj-section-head > div {
  max-width: 900px;
}

.tj-section-head h2,
.tj-about-copy h2,
.tj-checklist-intro h2,
.tj-faq-intro h2,
.tj-report-card h2,
.tj-final-cta-card h2 {
  margin: 7px 0 12px;
  color: var(--ink-950);
  font: 780 clamp(34px, 3.8vw, 54px)/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: -.03em;
}

.tj-section-head p,
.tj-about-copy p,
.tj-checklist-intro p,
.tj-faq-intro p,
.tj-report-card p,
.tj-final-cta-card p {
  margin: 0;
  color: var(--tj-muted);
  font-size: 16px;
}

.tj-filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 16px;
  color: #fff;
  background: var(--tj-plum);
  border: 0;
  border-radius: 12px;
  font-weight: 760;
}

.tj-filter-toggle svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.tj-filter-panel {
  position: sticky;
  top: calc(var(--header-height) + 12px);
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) repeat(4, minmax(145px, .72fr)) auto;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--tj-line);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(16,39,48,.1);
  backdrop-filter: blur(18px);
}

.tj-filter-panel label {
  min-width: 0;
}

.tj-filter-panel input,
.tj-filter-panel select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink-950);
  background: #fff;
  border: 1px solid #ded6d1;
  border-radius: 12px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.tj-filter-panel input:focus,
.tj-filter-panel select:focus {
  border-color: var(--tj-teal);
  box-shadow: 0 0 0 4px rgba(20,124,127,.11);
}

.tj-search-field {
  position: relative;
}

.tj-search-field svg {
  position: absolute;
  z-index: 2;
  width: 20px;
  left: 14px;
  top: 50%;
  fill: none;
  stroke: var(--tj-muted);
  stroke-linecap: round;
  stroke-width: 1.8;
  transform: translateY(-50%);
  pointer-events: none;
}

.tj-search-field input {
  padding-left: 43px;
}

.tj-reset-button {
  min-height: 48px;
  padding: 0 16px;
  color: var(--tj-plum);
  background: #fbf4f8;
  border: 1px solid rgba(84,32,82,.14);
  border-radius: 12px;
  font-weight: 780;
  transition: color var(--transition), background var(--transition);
}

.tj-reset-button:hover,
.tj-reset-button:focus-visible {
  color: #fff;
  background: var(--tj-plum);
}

.tj-directory-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  color: var(--tj-muted);
}

.tj-directory-toolbar p {
  margin: 0;
  font-size: 13px;
}

.tj-directory-toolbar strong {
  color: var(--tj-plum);
  font-size: 22px;
}

.tj-directory-hint code {
  color: var(--tj-teal-deep);
  background: var(--teal-100);
  border-radius: 5px;
  padding: 2px 5px;
}

.tj-journal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.tj-journal-card {
  display: grid;
  grid-template-columns: 128px minmax(0,1fr);
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tj-line);
  border-radius: 22px;
  box-shadow: var(--tj-card-shadow);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.tj-journal-card[hidden] {
  display: none !important;
}

.tj-journal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(84,32,82,.25);
  box-shadow: var(--tj-card-shadow-hover);
}

.tj-journal-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 12px 10px;
  background: linear-gradient(160deg, #f7f2ee, #fff 54%, #f6fbfa);
  border-right: 1px solid var(--tj-soft-line);
}

.tj-cover-frame {
  display: grid;
  place-items: center;
  width: 94px;
  height: 132px;
  padding: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ded6d1;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(16,39,48,.09);
}

.tj-cover-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tj-logo-frame {
  display: grid;
  place-items: center;
  width: 72px;
  height: 52px;
  padding: 5px;
  overflow: hidden;
  background: rgba(255,255,255,.98);
  border: 1px solid #e5ddd8;
  border-radius: 9px;
}

.tj-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tj-journal-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px 19px 16px;
}

.tj-journal-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tj-short-name {
  color: var(--tj-teal-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tj-access-badge {
  padding: 4px 8px;
  color: var(--tj-plum);
  background: #fbf2f8;
  border: 1px solid rgba(84,32,82,.11);
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 820;
  white-space: nowrap;
}

.tj-journal-content h3 {
  margin: 7px 0 12px;
  font: 760 clamp(18px, 1.45vw, 22px)/1.28 Georgia, "Times New Roman", serif;
  letter-spacing: -.015em;
}

.tj-journal-content h3 a {
  text-decoration: none;
}

.tj-journal-content h3 a:hover,
.tj-journal-content h3 a:focus-visible {
  color: var(--tj-plum);
}

.tj-journal-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  margin: 0 0 12px;
  border-top: 1px solid var(--tj-soft-line);
  border-left: 1px solid var(--tj-soft-line);
  border-radius: 9px;
  overflow: hidden;
}

.tj-journal-facts > div {
  min-width: 0;
  padding: 8px 10px;
  border-right: 1px solid var(--tj-soft-line);
  border-bottom: 1px solid var(--tj-soft-line);
}

.tj-journal-facts dt {
  color: var(--tj-muted);
  font-size: 9px;
  font-weight: 770;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tj-journal-facts dd {
  overflow: hidden;
  margin: 2px 0 0;
  color: var(--ink-950);
  font-size: 11.5px;
  font-weight: 730;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.tj-subject-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 13px;
}

.tj-subject-tags button,
.tj-subject-tags > span {
  min-height: 25px;
  padding: 4px 8px;
  color: var(--tj-teal-deep);
  background: #eaf7f5;
  border: 0;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 720;
  line-height: 1.15;
}

.tj-subject-tags button:hover,
.tj-subject-tags button:focus-visible {
  color: #fff;
  background: var(--tj-teal);
}

.tj-journal-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.tj-profile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(120deg, var(--tj-plum), var(--tj-teal-deep));
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition);
}

.tj-profile-button:hover,
.tj-profile-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(50,17,48,.2);
}

.tj-icon-link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--tj-plum);
  background: #fff;
  border: 1px solid rgba(84,32,82,.17);
  border-radius: 9px;
  text-decoration: none;
  transition: color var(--transition), background var(--transition), transform var(--transition);
}

.tj-icon-link:hover,
.tj-icon-link:focus-visible {
  color: #fff;
  background: var(--tj-plum);
  transform: translateY(-2px);
}

.tj-icon-link svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.tj-reviewed-date {
  margin: 10px 0 0;
  color: #7d898e;
  font-size: 9.5px;
}

.tj-empty-state {
  padding: 72px 24px;
  text-align: center;
  background: #fffaf5;
  border: 1px dashed rgba(84,32,82,.25);
  border-radius: 24px;
}

.tj-empty-state > span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  color: var(--tj-plum);
  background: #fff;
  border: 1px solid var(--tj-line);
  border-radius: 50%;
  font: 800 30px/1 Georgia, serif;
}

.tj-empty-state h3 {
  margin: 0 0 8px;
  font: 760 28px/1.2 Georgia, serif;
}

.tj-empty-state p {
  margin: 0 0 22px;
  color: var(--tj-muted);
}

.tj-subject-section {
  background: linear-gradient(180deg, #fffaf5, #fff);
  border-top: 1px solid #f0e8e2;
}

.tj-subject-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.tj-subject-card {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 17px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--tj-line);
  border-radius: 17px;
  box-shadow: 0 10px 25px rgba(16,39,48,.05);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.tj-subject-card:hover,
.tj-subject-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(20,124,127,.35);
  box-shadow: var(--tj-card-shadow);
}

.tj-subject-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: linear-gradient(145deg, var(--tj-plum), var(--tj-teal));
  border-radius: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.tj-subject-copy {
  min-width: 0;
}

.tj-subject-copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink-950);
  font-size: 14px;
}

.tj-subject-copy small {
  display: block;
  color: var(--tj-muted);
  font-size: 11px;
  line-height: 1.45;
}

.tj-subject-count {
  color: var(--tj-teal-deep);
  font-size: 10px;
  font-weight: 820;
  white-space: nowrap;
}

.tj-about-section {
  background: #fff;
}

.tj-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(44px, 7vw, 100px);
}

.tj-about-copy p + p {
  margin-top: 15px;
}

.tj-directory-principles {
  display: grid;
  gap: 12px;
}

.tj-directory-principles article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(145deg, #fff, #fffaf5);
  border: 1px solid var(--tj-line);
  border-radius: 17px;
}

.tj-directory-principles article > span {
  color: var(--tj-orange);
  font: 800 18px/1 Georgia, serif;
}

.tj-directory-principles strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tj-plum);
}

.tj-directory-principles p {
  margin: 0;
  color: var(--tj-muted);
  font-size: 13px;
}

.tj-selection-section {
  background: linear-gradient(140deg, var(--tj-plum-deep), #4a1b48 55%, var(--tj-teal-deep));
}

.tj-selection-section .eyebrow,
.tj-checklist-section .eyebrow,
.tj-final-cta .eyebrow {
  color: #9ce1db;
}

.tj-selection-section .tj-section-head h2,
.tj-selection-section .tj-section-head p,
.tj-checklist-intro h2,
.tj-checklist-intro p,
.tj-final-cta-card h2,
.tj-final-cta-card p {
  color: #fff;
}

.tj-selection-section .tj-section-head p,
.tj-checklist-intro p,
.tj-final-cta-card p {
  color: rgba(255,255,255,.72);
}

.tj-inline-link {
  flex: 0 0 auto;
  color: var(--tj-plum);
  font-size: 13px;
  font-weight: 780;
  text-underline-offset: 4px;
}

.tj-selection-section .tj-inline-link {
  color: #fff;
}

.tj-selection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.tj-selection-grid article {
  padding: 22px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  backdrop-filter: blur(12px);
}

.tj-selection-grid article > span {
  color: #9ce1db;
  font: 800 18px/1 Georgia, serif;
}

.tj-selection-grid h3 {
  margin: 16px 0 8px;
  font: 740 22px/1.2 Georgia, serif;
}

.tj-selection-grid p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 13px;
}

.tj-explainer-section {
  background: #fffaf5;
}

.tj-explainer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 13px;
}

.tj-explainer-grid article {
  min-height: 170px;
  padding: 21px;
  background: #fff;
  border: 1px solid var(--tj-line);
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(16,39,48,.05);
}

.tj-explainer-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--tj-plum);
  font: 760 21px/1.2 Georgia, serif;
}

.tj-explainer-grid p {
  margin: 0;
  color: var(--tj-muted);
  font-size: 13px;
}

.tj-checklist-section {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(239,90,50,.18), transparent 25%),
    linear-gradient(135deg, var(--tj-teal-deep), #0e686b 52%, var(--tj-plum-deep));
}

.tj-checklist-grid {
  display: grid;
  grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr);
  align-items: start;
  gap: clamp(40px, 6vw, 90px);
}

.tj-checklist-intro {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.tj-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-checklist li {
  position: relative;
  padding: 14px 14px 14px 42px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  font-size: 12.5px;
}

.tj-checklist li::before {
  position: absolute;
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  color: var(--tj-teal-deep);
  background: #a9ece5;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.tj-guides-section {
  background: #fff;
}

.tj-guides-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(2, minmax(0,1fr));
  gap: 15px;
}

.tj-guide-feature,
.tj-guide-card {
  position: relative;
  overflow: hidden;
  padding: 23px;
  border-radius: 19px;
}

.tj-guide-feature {
  grid-row: span 2;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(50,17,48,.15), rgba(50,17,48,.97)),
    linear-gradient(135deg, var(--tj-teal), var(--tj-plum));
  box-shadow: var(--tj-card-shadow);
}

.tj-guide-feature::before {
  position: absolute;
  content: "J";
  right: 24px;
  top: 2px;
  color: rgba(255,255,255,.08);
  font: 800 190px/1 Georgia, serif;
}

.tj-guide-feature > *,
.tj-guide-card > * {
  position: relative;
  z-index: 2;
}

.tj-guide-feature > span,
.tj-guide-card > span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tj-guide-feature > span {
  color: #9ce1db;
}

.tj-guide-feature h3 {
  max-width: 560px;
  margin: 12px 0 10px;
  font: 780 clamp(28px, 3vw, 44px)/1.08 Georgia, serif;
}

.tj-guide-feature h3 a,
.tj-guide-feature > a {
  color: #fff;
}

.tj-guide-feature p {
  max-width: 570px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
}

.tj-guide-card {
  min-height: 170px;
  background: #fffaf5;
  border: 1px solid var(--tj-line);
}

.tj-guide-card > span {
  color: var(--tj-teal-deep);
}

.tj-guide-card h3 {
  margin: 10px 0 8px;
  font: 740 20px/1.22 Georgia, serif;
}

.tj-guide-card h3 a {
  text-decoration: none;
}

.tj-guide-card h3 a:hover,
.tj-guide-card h3 a:focus-visible {
  color: var(--tj-plum);
}

.tj-guide-card p {
  margin: 0;
  color: var(--tj-muted);
  font-size: 12px;
}

.tj-faq-section {
  background: linear-gradient(180deg, #fffaf5, #fff);
}

.tj-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px,.65fr) minmax(0,1.35fr);
  align-items: start;
  gap: clamp(42px, 7vw, 100px);
}

.tj-faq-intro {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.tj-faq-list {
  display: grid;
  gap: 10px;
}

.tj-faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tj-line);
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(16,39,48,.04);
}

.tj-faq-item h3 {
  margin: 0;
}

.tj-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 17px 19px;
  color: var(--ink-950);
  text-align: left;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 760;
}

.tj-faq-item button:hover,
.tj-faq-item button:focus-visible {
  color: var(--tj-plum);
  background: #fffaf5;
}

.tj-faq-item button svg {
  flex: 0 0 auto;
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform var(--transition);
}

.tj-faq-item button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.tj-faq-answer {
  padding: 0 19px 18px;
}

.tj-faq-answer p {
  margin: 0;
  color: var(--tj-muted);
  font-size: 13px;
}

.tj-report-section {
  padding-top: 20px;
  padding-bottom: 72px;
  background: #fff;
}

.tj-report-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(27px, 4vw, 45px);
  background: linear-gradient(135deg, #fffaf5, #f7f0f6);
  border: 1px solid rgba(84,32,82,.14);
  border-radius: 25px;
}

.tj-report-card > div {
  max-width: 900px;
}

.tj-report-card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.tj-final-cta {
  padding-top: 0;
  background: #fff;
}

.tj-final-cta-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(34px, 5vw, 58px);
  color: #fff;
  background: linear-gradient(120deg, var(--tj-plum-deep), var(--tj-plum) 52%, var(--tj-teal-deep));
  border-radius: 30px;
  box-shadow: 0 30px 72px rgba(50,17,48,.22);
}

.tj-final-cta-card::after {
  position: absolute;
  content: "";
  width: 330px;
  height: 330px;
  right: -170px;
  top: -185px;
  border: 44px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.tj-final-cta-card > div {
  position: relative;
  z-index: 2;
}

.tj-final-cta-card > div:first-child {
  max-width: 880px;
}

.tj-final-cta-card h2 {
  color: #fff;
}

.tj-final-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0;
}

.tj-page-disclaimer {
  max-width: 1080px;
  margin: 20px auto 0;
  color: #738086;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1320px) {
  .tj-filter-panel {
    grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(150px,.72fr)) auto;
  }

  .tj-filter-panel label:nth-of-type(4),
  .tj-filter-panel label:nth-of-type(5) {
    grid-row: 2;
  }

  .tj-filter-panel label:nth-of-type(4) {
    grid-column: 1 / 2;
  }

  .tj-filter-panel label:nth-of-type(5) {
    grid-column: 2 / 3;
  }

  .tj-reset-button {
    grid-row: 2;
    grid-column: 3 / 4;
  }

  .tj-journal-card {
    grid-template-columns: 118px minmax(0,1fr);
  }

  .tj-cover-frame {
    width: 86px;
    height: 122px;
  }

  .tj-subject-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 1100px) {
  .tj-hero-grid {
    grid-template-columns: 1fr 320px;
    gap: 38px;
  }

  .tj-hero-copy h1 {
    font-size: clamp(40px, 5.7vw, 62px);
  }

  .tj-journal-grid {
    grid-template-columns: 1fr;
  }

  .tj-journal-card {
    grid-template-columns: 124px minmax(0,1fr);
  }

  .tj-explainer-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .tj-guides-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .tj-guide-feature {
    grid-row: span 4;
  }

  .tj-final-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .tj-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .tj-hero-grid,
  .tj-about-grid,
  .tj-checklist-grid,
  .tj-faq-layout {
    grid-template-columns: 1fr;
  }

  .tj-hero-panel {
    max-width: 620px;
  }

  .tj-filter-toggle {
    display: inline-flex;
  }

  .tj-filter-panel {
    position: static;
    display: none;
    grid-template-columns: repeat(2, minmax(0,1fr));
    padding: 14px;
  }

  .tj-filter-panel.is-open {
    display: grid;
  }

  .tj-filter-panel .tj-search-field {
    grid-column: 1 / -1;
  }

  .tj-filter-panel label:nth-of-type(4),
  .tj-filter-panel label:nth-of-type(5),
  .tj-reset-button {
    grid-row: auto;
    grid-column: auto;
  }

  .tj-directory-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .tj-selection-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .tj-checklist-intro,
  .tj-faq-intro {
    position: static;
  }

  .tj-checklist {
    grid-template-columns: 1fr;
  }

  .tj-guides-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tj-guide-feature {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 310px;
  }

  .tj-report-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .tj-hero {
    padding-top: 58px;
  }

  .journals-platinum-page .breadcrumbs ol {
    margin-bottom: 22px;
  }

  .tj-hero-copy h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .tj-hero-copy p,
  .tj-hero-copy .tj-hero-lead {
    font-size: 16px;
  }

  .tj-hero-actions,
  .tj-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tj-hero-actions a,
  .tj-final-actions a,
  .tj-report-card > a,
  .tj-checklist-intro > a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .tj-hero-panel {
    padding: 22px;
  }

  .tj-notice-card {
    grid-template-columns: 34px 1fr;
    padding: 16px;
  }

  .tj-notice-icon {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .tj-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .tj-section-head h2,
  .tj-about-copy h2,
  .tj-checklist-intro h2,
  .tj-faq-intro h2,
  .tj-report-card h2,
  .tj-final-cta-card h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .tj-filter-toggle {
    width: 100%;
  }

  .tj-filter-panel {
    grid-template-columns: 1fr;
  }

  .tj-filter-panel .tj-search-field {
    grid-column: auto;
  }

  .tj-journal-card {
    grid-template-columns: 104px minmax(0,1fr);
    border-radius: 18px;
  }

  .tj-journal-media {
    padding: 10px 7px;
  }

  .tj-cover-frame {
    width: 76px;
    height: 108px;
  }

  .tj-logo-frame {
    width: 64px;
    height: 46px;
  }

  .tj-journal-content {
    padding: 15px 14px 13px;
  }

  .tj-journal-content h3 {
    font-size: 18px;
  }

  .tj-journal-facts {
    grid-template-columns: 1fr;
  }

  .tj-journal-facts > div:nth-child(3),
  .tj-journal-facts > div:nth-child(4) {
    display: none;
  }

  .tj-subject-grid,
  .tj-selection-grid,
  .tj-explainer-grid,
  .tj-guides-grid {
    grid-template-columns: 1fr;
  }

  .tj-subject-card {
    grid-template-columns: 44px minmax(0,1fr);
  }

  .tj-subject-count {
    grid-column: 2;
  }

  .tj-subject-icon {
    width: 44px;
    height: 44px;
  }

  .tj-guide-feature {
    min-height: 320px;
  }

  .tj-final-cta-card,
  .tj-report-card {
    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .tj-hero-panel-head strong {
    font-size: 48px;
  }

  .tj-logo-mosaic {
    gap: 7px;
  }

  .tj-logo-mosaic a {
    padding: 6px;
    border-radius: 10px;
  }

  .tj-hero-trust {
    flex-direction: column;
    gap: 5px;
  }

  .tj-journal-card {
    grid-template-columns: 92px minmax(0,1fr);
  }

  .tj-cover-frame {
    width: 68px;
    height: 96px;
  }

  .tj-logo-frame {
    width: 56px;
    height: 40px;
  }

  .tj-journal-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .tj-access-badge {
    padding: 3px 7px;
  }

  .tj-journal-content h3 {
    margin-top: 6px;
    font-size: 16px;
  }

  .tj-journal-actions {
    flex-wrap: wrap;
  }

  .tj-profile-button {
    min-height: 36px;
    padding-inline: 10px;
  }

  .tj-icon-link {
    width: 36px;
    height: 36px;
  }

  .tj-reviewed-date {
    display: none;
  }

  .tj-directory-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tj-journal-card,
  .tj-logo-mosaic a,
  .tj-subject-card,
  .tj-profile-button,
  .tj-icon-link,
  .tj-faq-item button svg {
    transition: none;
  }
}

.tj-subject-card.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--tj-plum), var(--tj-teal-deep));
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(50,17,48,.2);
}

.tj-subject-card.is-active .tj-subject-copy strong,
.tj-subject-card.is-active .tj-subject-copy small,
.tj-subject-card.is-active .tj-subject-count {
  color: #fff;
}

.tj-subject-card.is-active .tj-subject-copy small {
  color: rgba(255,255,255,.72);
}

.tj-subject-card.is-active .tj-subject-icon {
  color: var(--tj-plum);
  background: #fff;
}
