  .tt-section--adventures {
    background: var(--tt-color-white);
  }

  .tt-feature-strip {
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    display: grid;
    gap: var(--tt-space-5);
    grid-template-columns: minmax(286px, 0.38fr) minmax(0, 0.62fr);
    padding: 0;
  }

  .tt-feature-strip .tt-kicker,
  .tt-feature-strip h2,
  .tt-feature-strip p {
    color: var(--tt-color-heading);
  }

  .tt-feature-strip__copy {
    align-content: start;
    display: grid;
    gap: var(--tt-space-3);
    grid-template-rows: auto auto auto minmax(0, 1fr);
    height: 100%;
    max-width: 360px;
  }

  .tt-feature-strip .tt-kicker {
    color: color-mix(in srgb, var(--tt-color-purple) 86%, var(--tt-color-black));
  }

  .tt-feature-strip h2 {
    font-size: var(--tt-step-4);
    line-height: 1.08;
    max-width: 360px;
  }

  .tt-feature-strip__copy p:not(.tt-kicker) {
    color: var(--tt-color-text);
    font-size: var(--tt-step-0);
    line-height: 1.5;
    max-width: 360px;
  }

  .tt-feature-strip__copy strong {
    color: var(--tt-color-purple);
    font-weight: 900;
  }

  .tt-feature-strip__copy .tt-button {
    align-self: end;
    justify-self: start;
    margin-top: auto;
    width: fit-content;
  }

  [data-tt-landing] .tt-section--adventures .tt-feature-strip__copy .tt-button--secondary {
    background: var(--tt-color-purple);
    border: 0;
    box-shadow: inset 0 -2px 0 color-mix(in srgb, var(--tt-color-black) 22%, transparent);
    color: var(--tt-color-white);
    font-size: 16px;
    min-height: 48px;
    padding-inline: 24px;
  }

  [data-tt-landing] .tt-section--adventures .tt-feature-strip__copy .tt-button--secondary:hover {
    background: color-mix(in srgb, var(--tt-color-purple) 86%, var(--tt-color-black));
    color: var(--tt-color-white);
  }

  .tt-preview-composite {
    align-content: center;
    align-self: center;
    aspect-ratio: 9 / 4;
    background: transparent;
    border-radius: 0;
    display: grid;
    overflow: visible;
    width: 100%;
  }

  .tt-preview-composite figure {
    display: grid;
    height: 100%;
    margin: 0;
    place-items: center;
    position: relative;
    width: 100%;
  }

  .tt-preview-composite img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    transform-origin: center;
    width: 100%;
  }

  .tt-preview-composite__combined img {
    aspect-ratio: 9 / 4;
  }
