/* CT-BY · cj-trust-strip · polished v1 */
.cjts {
  padding: 48px 0;
  background: rgba(63, 95, 85, 0.045);
  border-top: 1px solid #E8E3D8;
  border-bottom: 1px solid #E8E3D8;
  position: relative;
}
.cjts::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 1px;
  background: #3F5F55;
  opacity: 0.5;
}
.cjts-wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.cjts-head { text-align: center; margin-bottom: 24px; }
.cjts-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #3F5F55;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: 'Montserrat', -apple-system, sans-serif;
}
.cjts-title {
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 500;
  margin: 0;
  color: #1F1F1D;
  letter-spacing: -0.005em;
}

/* Numbers row */
.cjts-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  font-family: 'Montserrat', sans-serif;
}
.cjts-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 160px;
  padding: 0 28px;
  position: relative;
}
.cjts-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 12%;
  width: 1px; height: 76%;
  background: rgba(63,95,85,0.18);
}
.cjts-label {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6F6F68;
  margin-bottom: 6px;
  font-weight: 500;
}
.cjts-val {
  font-size: 18px;
  font-weight: 500;
  color: #3F5F55;
  font-family: Georgia, serif;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

/* Media logos */
.cjts-medialogos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px dashed rgba(63,95,85,0.22);
  flex-wrap: wrap;
}
.cjts-mlabel {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6F6F68;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.cjts-logos {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.cjts-logos img {
  height: 26px;
  width: auto;
  opacity: 0.62;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}
.cjts-logos img:hover {
  opacity: 1;
  filter: none;
}

@media (max-width: 860px) {
  .cjts { padding: 32px 0; }
  .cjts-row { gap: 8px; }
  .cjts-item { min-width: 140px; padding: 6px 16px; }
  .cjts-item:not(:last-child)::after { display: none; }
  .cjts-val { font-size: 16px; }
}
