/* Couple Journeys — Wilderness-inspired layout tokens */
.cj-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;
}

.cj-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;
}

.cj-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;
}

.cj-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;
}

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

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

.cj-tabs__nav button.is-active {
  color: #1e1c1a;
  border-bottom: 3px solid #db6945;
}

.cj-tabs__panel {
  display: none;
}

.cj-tabs__panel.is-active {
  display: block;
}

.cj-portrait-module .cj-portrait__text {
  flex: 0 0 60%;
}

.cj-portrait-module .cj-portrait__media {
  flex: 0 0 40%;
}

@media (min-width: 1024px) {
  .cj-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);
  }
}
