/* Journey collection detail pages — shared layout tokens */
.jc-subtitle {
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.jc-h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  font-weight: 400;
  line-height: 1.08;
}

.jc-h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.12;
}

.jc-h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
}

.jc-h5 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
}

.jc-body {
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

.jc-body-muted {
  color: rgba(30, 28, 26, 0.75);
}

.jc-richtext p {
  margin-bottom: 1.5rem;
}

.jc-richtext p:last-child {
  margin-bottom: 0;
}

.jc-richtext a {
  border-bottom: 1px solid #1e1c1a;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.jc-richtext a:hover {
  color: #828282;
  border-color: #828282;
}

.jc-faq summary::-webkit-details-marker {
  display: none;
}

.jc-hero-frame {
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .jc-hero-frame {
    margin-left: clamp(2rem, 8vw, 6.625rem);
    margin-right: clamp(2rem, 8vw, 6.625rem);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
