.destination-manifesto {
  padding: 28px clamp(20px, 4vw, 64px) 34px;
}

.destination-manifesto-top {
  color: rgba(255, 255, 255, .46);
}

.destination-company-story {
  width: min(1520px, 100%);
  min-width: 0;
  max-width: 100%;
  margin: auto;
  align-self: center;
}

.destination-company-name {
  margin: 0 0 clamp(44px, 7vh, 78px);
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(112px, 24vw, 360px);
  font-weight: 800;
  letter-spacing: -.085em;
  line-height: .68;
}

.destination-company-facts {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: .72fr 1.28fr 1.4fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.destination-company-fact {
  min-width: 0;
  padding: 18px clamp(18px, 2.4vw, 38px) 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.destination-company-fact + .destination-company-fact {
  padding-left: clamp(18px, 2.4vw, 38px);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.destination-company-fact span,
.destination-company-fact small {
  display: block;
  color: rgba(255, 255, 255, .42);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.destination-company-fact strong {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .86);
  font-family: var(--sans);
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.destination-company-fact small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .58);
}

@media (max-width: 760px) {
  .destination-company-story {
    width: 100%;
    align-self: start;
    margin-top: clamp(92px, 17vh, 144px);
  }

  .destination-company-name {
    margin-bottom: 46px;
    font-size: clamp(104px, 36vw, 142px);
    line-height: .72;
  }

  .destination-company-facts {
    grid-template-columns: 1fr 1fr;
  }

  .destination-company-fact {
    min-height: 110px;
    padding: 16px 16px 18px 0;
  }

  .destination-company-fact:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .destination-company-fact:nth-child(even) {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  .destination-company-fact strong {
    font-size: 13px;
  }

  .destination-manifesto-top span:last-child {
    display: none;
  }
}

@media (max-height: 680px) and (min-width: 761px) {
  .destination-company-name {
    margin-bottom: 34px;
    font-size: clamp(100px, 20vw, 260px);
  }
}
