.teaser__strong,
.teaser__soft { font-size: 14px; line-height: normal; }
.teaser__soft { display: inline; }
.teaser__link { font-size: 13px; line-height: normal; }

@media (max-width: 1023px) {
  .section--facts { padding-bottom: 0; }

  .fact__value { line-height: normal; }
}

@media (max-width: 767px) {
  .section--facts { padding-top: 56px; }
  .facts { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .fact { padding: 18px; }
  .fact__value { font-size: 22px; }
  .fact__label { font-size: 11.5px; margin-top: 7px; }

  .teaser { margin-top: 48px; }

  .teaser__inner { padding: 16px 20px; gap: 6px 10px; }
  .teaser__dot { order: 0; }
  .teaser__strong { order: 1; }
  .teaser__link { order: 2; white-space: nowrap; }
  .teaser__soft {
    order: 3;
    flex-basis: 100%;
    padding-left: 18px;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section--facts { padding-top: 64px; }
  .facts { grid-template-columns: repeat(4, 1fr); }
  .fact { padding: 24px; }
  .fact__label { font-size: 12.5px; }
  .teaser { margin-top: 56px; }
}

@media (min-width: 768px) {
  .hs__copy { top: calc(50% - var(--hs-top-offset, 0px) / 2); }

  .hs__title { font-size: min(clamp(38px, 6.4vw, 92px), 10.6vh); }

  .hs__overline { margin-bottom: min(clamp(20px, 2.4vw, 32px), 3vh); }
  .hs__lead {
    margin-top: min(clamp(24px, 3vw, 38px), 3.6vh);
    gap: min(18px, 2vh);
  }
  .hs__sub { font-size: min(clamp(15px, 1.3vw, 17px), 2.1vh); }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .hs__hint {
    left: auto;
    right: clamp(16px, 4vw, 40px);
    translate: 0 0;
  }
}

@media (min-width: 768px) and (max-height: 820px) {
  .hs__title { font-size: min(clamp(38px, 6.4vw, 92px), 9.4vh); }
  .hs__actions .btn { padding: 14px 28px; }
  .hs__actions .btn--ghost { padding: 12.5px 26px; }
}

@media (max-width: 767px) {
  .hs {

    --m-photo: 392px;
    --m-lift: 34px;
    height: auto;
    background: var(--bg);
  }

  .hs__sticky {
    position: static;
    height: auto;
    overflow: visible;
    container-type: normal;
  }
  .hs__scene { position: relative; inset: auto; z-index: 0; }

  .hs__plate {
    position: relative;
    z-index: 0;
    left: auto;
    top: auto;
    width: 100%;
    height: var(--m-photo);
    transform: none;
    overflow: hidden;
    background: var(--bg-concrete);
  }
  .hs__img { height: 100%; object-fit: cover; object-position: 72% 46%; }

  .hs__planes,
  .hs__dusk,
  .hs__grain,
  .hs__fade,
  .hs__hint { display: none; }

  .hs__scrim {

    inset: calc(var(--m-photo) - 120px) 0 auto;
    z-index: 1;
    height: 120px;
    opacity: 1 !important;
    background: linear-gradient(180deg,
      rgba(242, 237, 232, 0),
      rgba(242, 237, 232, .55) 46%,
      var(--bg) 100%);
  }

  .hs__copy {
    position: relative;
    z-index: 2;
    inset: auto;
    top: auto;
    bottom: auto;
    translate: none;
    transform: none !important;
    opacity: 1 !important;
    margin-top: calc(-1 * var(--m-lift));
    padding-bottom: 40px;
    will-change: auto;
  }
  .hs__copy-inner { max-width: none; }

  .hs__overline {
    position: absolute;
    left: 20px;
    top: calc(20px - var(--m-photo) + var(--m-lift));
    margin: 0;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: normal;
    color: rgba(44, 36, 32, .62);
  }

  .hs__title {
    font-size: 37px;
    line-height: .96;
    letter-spacing: -.025em;
  }

  .hs__title-stroke {
    display: block;
    margin-top: 6px;
    font-size: 33px;
    color: var(--accent);
    -webkit-text-stroke: 0;
    white-space: nowrap;
  }

  .hs__lead {
    gap: 0;
    margin-top: 26px;
  }
  .hs__lead::before {
    content: '';
    width: 44px;
    height: 1px;
    background: var(--accent-gold);
    flex: none;
  }
  .hs__sub {
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--text-soft);
    max-width: none;
  }

  .hs__rate {
    display: flex;
    margin-top: 20px;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 12.5px;
    line-height: normal;
    gap: 9px;
  }

  .hs__actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
    width: 100%;
    margin-top: 26px;
  }

  .hs__actions .btn { letter-spacing: 0; }
  .hs__actions .btn--pill-dark {
    flex: 1;
    width: auto;
    max-width: none;
    min-height: 0;
    padding: 17px 20px;
    font-size: 14.5px;
    white-space: nowrap;
  }
  .hs__actions .btn--ghost {
    flex: none;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0 0 3px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--accent);
    background: none;
    border: 0;
    border-bottom: 1.5px solid var(--accent-gold);
    border-radius: 0;
    min-height: 0;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hs {
    height: 660px;

    --focus-x: 60%;
    --focus-y: 55%;
  }

  .hs__sticky { position: relative; height: 660px; }

  .hs__planes,
  .hs__dusk,
  .hs__grain,
  .hs__fade { display: none; }

  .hs__scrim {
    opacity: 1 !important;
    background: linear-gradient(90deg,
      rgba(242, 237, 232, .92) 0%,
      rgba(242, 237, 232, .8) 48%,
      rgba(242, 237, 232, .5) 70%,
      rgba(242, 237, 232, .2) 85%,
      rgba(242, 237, 232, 0) 98%);
  }

  .hs__copy {
    top: 50%;
    transform: none !important;
    opacity: 1 !important;
  }

  .hs__overline { margin-bottom: 26px; line-height: normal; }
  .hs__title { font-size: 53px; }
  .hs__lead { margin-top: 28px; gap: 0; }
  .hs__sub { font-size: 15.5px; }
  .hs__rate { line-height: normal; }
  .hs__actions { margin-top: 18px; }
  .hs__actions .btn {
    min-height: 0;
    line-height: normal;
    letter-spacing: 0;
  }

  .hs__hint {
    left: auto;
    right: 28px;
    bottom: 20px;
    translate: 0 0;
    line-height: normal;
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .vz__wrap { height: 155vh; }
}

@media (max-width: 380px) {
  .hs__actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .hs__actions .btn--pill-dark { flex: none; width: 100%; }
  .hs__actions .btn--ghost { align-self: flex-start; }

  .hs__title { font-size: 32px; }
  .hs__title-stroke { font-size: 28px; }
}
