.rs-hosts { max-width: 1040px; margin: 0 auto; text-align: center; }
  .rs-hosts__eyebrow { display: block; margin-bottom: 12px; }
  .rs-hosts__photo {
    width: min(420px, 78%);
    margin: clamp(28px, 4vw, 44px) auto;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 18px 50px rgba(28, 24, 18, .16);
  }
  .rs-hosts__photo img, .rs-hosts__photo .placeholder-img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .rs-hosts__body { max-width: 860px; margin: 0 auto; text-align: left; font-size: clamp(1.0625rem, 1.35vw, 1.2rem); line-height: 1.9; }
  .rs-hosts__body p { margin: 0 0 1.15em; }
  .rs-hosts__body p:last-child { margin-bottom: 0; }
  .rs-hosts__body p:first-child { font-size: 1.15em; line-height: 1.7; color: var(--ink, #1c1812); }
