/* Home: enlarge the map itself, not the surrounding chapter. */
@media (min-width: 992px) {
  .home .tsf-territory {
    padding: 62px 0;
  }

  .home .tsf-map-art {
    min-height: 430px;
  }

  .home .tsf-euskadi-silhouette {
    max-width: 640px;
  }

  .home .tsf-territory-copy h2 {
    font-size: clamp(40px, 3.25vw, 54px);
    line-height: .9;
    max-width: none;
  }

  .home .tsf-territory-copy h2 em {
    white-space: nowrap;
  }

  .home .tsf-territory-copy > p:not(.tsf-label) {
    font-size: 16px;
    line-height: 1.7;
  }

  .home .tsf-place-list {
    display: grid;
    gap: 11px 27px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .tsf-place-list span {
    font-size: 20px;
    width: auto;
  }

  .home .tsf-place-list small {
    font-size: 9px;
  }
}
