/* ============================================
   WHY WE MOVED TO RENDALEN — article styles
   Page-scoped mv-* classes for the relocator profile.
   Shared art-* primitives come from article-base + article-shared.
   hst-split is defined here (mirrors Folldal + Fiskevollen pattern).
   ============================================ */

/* hst-split — figure + text side-by-side block */
.hst-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 3.5vw, 56px);
  align-items: center;
  max-width: 1020px;
  margin: clamp(36px, 5vh, 60px) auto;
}
.hst-split--reverse {
  direction: rtl;
}
.hst-split--reverse > * {
  direction: ltr;
}
.hst-split__fig {
  margin: 0;
}
.hst-split__img-wrap {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.hst-split__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.hst-split figcaption {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  font-style: italic;
  color: #6b7388;
  margin-top: 10px;
  line-height: 1.45;
}
.hst-split__text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 0.94rem + 0.18vw, 1.1rem);
  line-height: 1.72;
  color: #2a3148;
}
.hst-split__text p {
  margin: 0 0 1.05em;
}
.hst-split__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .hst-split,
  .hst-split--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: clamp(20px, 3vh, 32px);
    max-width: 620px;
  }
  .hst-split__fig {
    margin-bottom: 4px;
  }
}

/* mv-byline — composite-disclosure strip below the author bar */
.mv-byline {
  background: rgba(168, 122, 82, 0.05);
  border-top: 1px solid rgba(168, 122, 82, 0.15);
  border-bottom: 1px solid rgba(168, 122, 82, 0.15);
  padding: 14px 0;
  margin-bottom: 0;
}
.mv-byline__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: #6b6049;
  text-align: center;
  line-height: 1.5;
}

/* mv-checklist — practical-advice block in "What we'd tell" section */
.mv-checklist {
  margin: clamp(28px, 4vh, 44px) auto;
  max-width: 720px;
  padding: clamp(24px, 3vh, 36px) clamp(28px, 3.5vw, 44px);
  background: rgba(26, 37, 64, 0.04);
  border-left: 3px solid #1a2540;
  border-radius: 6px;
}
.mv-checklist__title {
  font-family: var(--font-display, "Cormorant Garamond"), Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.95rem + 0.8vw, 1.55rem);
  line-height: 1.2;
  color: #1a2540;
  margin: 0 0 0.7rem;
}
.mv-checklist__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.98rem, 0.92rem + 0.18vw, 1.06rem);
  line-height: 1.6;
  color: #2a3148;
}
.mv-checklist__list li {
  padding-left: 24px;
  position: relative;
}
.mv-checklist__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 1px;
  background: #a87a52;
}
.mv-checklist__list li strong {
  color: #1a2540;
  font-weight: 600;
}

/* mv-side — two-column side-by-side comparison (then/now, Köln/Otnes) */
.mv-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 32px);
  max-width: 920px;
  margin: clamp(32px, 4.5vh, 48px) auto;
}
.mv-side__col {
  padding: clamp(20px, 2.5vh, 28px) clamp(18px, 2.2vw, 28px);
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(26, 37, 64, 0.08);
}
.mv-side__col--cologne {
  background: rgba(168, 122, 82, 0.04);
  border-color: rgba(168, 122, 82, 0.18);
}
.mv-side__col--otnes {
  background: rgba(74, 100, 80, 0.05);
  border-color: rgba(74, 100, 80, 0.18);
}
.mv-side__label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7388;
  margin-bottom: 0.6rem;
  display: block;
}
.mv-side__col p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.95rem, 0.9rem + 0.15vw, 1.02rem);
  line-height: 1.6;
  color: #2a3148;
  margin: 0;
}
@media (max-width: 700px) {
  .mv-side {
    grid-template-columns: 1fr;
  }
}

/* mv-sources — citations + composite note */
.mv-sources {
  padding-bottom: clamp(60px, 8vh, 100px);
}
.mv-sources__list {
  list-style: none;
  padding: 0;
  margin: clamp(16px, 2vh, 24px) auto 0;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
}
.mv-sources__list li {
  padding-left: 18px;
  position: relative;
}
.mv-sources__list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #a87a52;
  font-weight: 700;
}
.mv-sources__list a {
  color: #1a2540;
  text-decoration: none;
  border-bottom: 1px solid rgba(168, 122, 82, 0.4);
  padding-bottom: 1px;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.mv-sources__list a:hover,
.mv-sources__list a:focus-visible {
  color: #a87a52;
  border-bottom-color: #a87a52;
}
