.city-journal-hero-art {
  min-height: 35rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #fffaf1;
  background-image: url("/img/bg-goose-pencil-travel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.city-journal-title {
  word-break: normal;
}

.city-journal-title.is-single-word {
  white-space: nowrap;
}

.city-journal-title.is-long {
  font-size: clamp(2.15rem, 3vw, 3rem);
  overflow-wrap: normal;
}

.city-journal-title.is-very-long {
  font-size: clamp(1.75rem, 2.4vw, 2.4rem);
  overflow-wrap: normal;
}

.city-journal-profile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.city-journal-profile article {
  padding: 0.9rem;
  border: 1px solid #e2d1ba;
  border-radius: 13px;
  background: #fff;
}

.city-journal-profile strong,
.city-journal-profile span {
  display: block;
}

.city-journal-profile strong {
  color: #4c3025;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.city-journal-profile span {
  margin-top: 0.2rem;
  color: #766357;
  font-size: 0.76rem;
  line-height: 1.45;
}

.city-journal-archive {
  scroll-margin-top: 1rem;
}

.city-journal-archive > h2,
.city-saved-section > h2,
.city-practical-section > h2 {
  margin: 0;
  color: #3c2b22;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
}

.city-journal-archive > p:not(.story-section-label),
.city-saved-section > p:not(.story-section-label),
.city-practical-section > p:not(.story-section-label) {
  max-width: 49rem;
  margin: 1rem 0 0;
  color: #55483d;
  line-height: 1.76;
}

.city-source-fragment {
  margin-top: 1.4rem;
}

.city-source-fragment > .story-section,
.city-source-fragment > .journal-section,
.city-source-fragment > .country-destination,
.city-source-fragment > .collection-card {
  padding-top: 1.2rem;
  border-top: 1px solid #e6d7c1;
}

.city-source-fragment .story-section:last-child {
  padding-bottom: 0;
}

.city-saved-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.city-saved-card {
  display: flex;
  min-height: 8.5rem;
  padding: 1rem;
  border: 1px solid #e2d1ba;
  border-radius: 13px;
  flex-direction: column;
  background: #fff;
  color: #55483d;
}

.city-saved-card:hover {
  border-color: #bc735f;
  color: #3f2920;
  text-decoration: none;
  transform: translateY(-1px);
}

.city-saved-card small {
  color: #a14230;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-saved-card strong {
  margin-top: 0.45rem;
  color: #422e24;
  line-height: 1.35;
}

.city-saved-card span {
  margin-top: auto;
  padding-top: 0.65rem;
  color: #766357;
  font-size: 0.76rem;
  line-height: 1.45;
}

.city-saved-more {
  margin-top: 0.9rem;
  color: #7d382a;
  font-size: 0.82rem;
  font-weight: 700;
}

.city-journal-origin {
  margin-top: 1.2rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid #c65b3e;
  background: #f6ead7;
  color: #594638;
  font-size: 0.82rem;
  line-height: 1.65;
}

.city-journal-origin a {
  color: #8b3023;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .city-journal-hero-art {
    min-height: 20rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .city-journal-profile,
  .city-saved-grid {
    grid-template-columns: 1fr;
  }

  .city-journal-title.is-long {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  .city-journal-title.is-very-long {
    font-size: clamp(1.65rem, 8vw, 2.3rem);
  }
}
