.sw-native-story,
.sw-native-story * {
  box-sizing: border-box;
}

.sw-native-story {
  margin: 76px auto 0;
  color: rgb(var(--color-text));
  font-family: var(--sort-body-font);
  font-style: var(--sort-body-font-style, normal);
  font-weight: var(--sort-body-font-weight, 400);
  letter-spacing: var(--sort-body-letter-spacing);
}

.sw-native-story p {
  margin: 0;
  line-height: 1.6;
}

.sw-native-story h2,
.sw-native-story h3 {
  font-family: var(--sort-title-font);
  font-style: var(--sort-title-font-style, normal);
  font-weight: var(--sort-title-font-weight, 700);
  letter-spacing: var(--sort-title-letter-spacing);
  text-transform: var(--sort-title-text-transform);
}

.sw-native-story h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.05;
}

.sw-native-story__eyebrow {
  margin: 0 0 12px !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sw-native-story__hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 545px;
  overflow: hidden;
}

.sw-native-story__hero::after,
.sw-native-story__guide-shade {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.14) 70%);
}

.sw-native-story__hero > img,
.sw-native-story__guide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sw-native-story__hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 56px;
  color: rgb(var(--color-background));
}

.sw-native-story__hero-copy p:last-child {
  max-width: 490px;
  margin-top: 20px;
  font-size: 16px;
}

.sw-native-story__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 60px;
  align-items: end;
  margin: 112px 0 34px;
}

.sw-native-story__heading > p {
  font-size: 15px;
}

.sw-native-story__tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sw-native-story__tile {
  position: relative;
  min-height: 235px;
  overflow: hidden;
  color: rgb(var(--color-background));
}

.sw-native-story__tile::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(0deg, rgb(0 0 0 / 0.68), rgb(0 0 0 / 0) 66%);
}

.sw-native-story__tile > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sw-native-story__tile > div {
  position: absolute;
  z-index: 1;
  inset: auto 16px 16px;
}

.sw-native-story__tile h3 {
  margin: 0 0 4px;
  color: inherit;
  font-size: 14px;
  line-height: 1.25;
}

.sw-native-story__tile p {
  font-size: 12px;
  line-height: 1.35;
}

.sw-native-story__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.sw-native-story__details article {
  padding-top: 14px;
  border-top: 1px solid rgb(var(--color-text) / 0.14);
}

.sw-native-story__details img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2;
  margin-bottom: 16px;
  object-fit: cover;
}

.sw-native-story__details h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.25;
}

.sw-native-story__details p,
.sw-native-story__facts p {
  font-size: 13px;
}

.sw-native-story__guide {
  position: relative;
  display: grid;
  min-height: 460px;
  margin-top: 112px;
  overflow: hidden;
  background-color: rgb(var(--color-text));
}

.sw-native-story__guide-shade {
  z-index: 1;
}

.sw-native-story__guide-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
  column-gap: 80px;
  align-items: center;
  width: min(1120px, calc(100% - 144px));
  margin: 0 auto;
  color: rgb(var(--color-background));
}

.sw-native-story__guide-copy > div > p:not(.sw-native-story__eyebrow) {
  margin-top: 20px;
  font-size: 15px;
}

.sw-native-story__guide-copy > div > .sw-native-story__confirmation {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 2px solid rgb(var(--color-background));
  background: rgb(var(--color-background) / 0.1);
  font-size: 14px;
  line-height: 1.55;
}

.sw-native-story__confirmation strong {
  font-family: var(--sort-title-font);
  font-weight: var(--sort-title-font-weight, 700);
}

.sw-native-story__guide-copy ol {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 6px 0 4px 28px;
  list-style: none;
  border-left: 1px solid rgb(var(--color-background) / 0.42);
}

.sw-native-story__guide-copy li {
  display: grid;
  gap: 3px;
  font-size: 13px;
  line-height: 1.55;
}

.sw-native-story__guide-copy strong {
  font-family: var(--sort-title-font);
  font-weight: var(--sort-title-font-weight, 700);
  letter-spacing: var(--sort-title-letter-spacing);
  text-transform: uppercase;
}

.sw-native-story__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.sw-native-story__facts article {
  padding-right: 22px;
  border-right: 1px solid rgb(var(--color-text) / 0.14);
}

.sw-native-story__facts article:last-child {
  padding-right: 0;
  border-right: 0;
}

.sw-native-story__facts h3 {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .sw-native-story__heading,
  .sw-native-story__guide-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .sw-native-story__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-native-story__guide-copy {
    padding-block: 52px;
  }

  .sw-native-story__guide-copy ol {
    padding: 24px 0 0;
    border-top: 1px solid rgb(var(--color-background) / 0.42);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .sw-native-story {
    margin-top: 48px;
  }

  .sw-native-story__hero {
    min-height: 500px;
  }

  .sw-native-story__hero-copy {
    padding: 30px 24px;
  }

  .sw-native-story__heading {
    margin: 64px 0 24px;
  }

  .sw-native-story__tiles {
    gap: 8px;
  }

  .sw-native-story__tile {
    min-height: 190px;
  }

  .sw-native-story__details {
    gap: 12px;
  }

  .sw-native-story__guide {
    min-height: 0;
    margin-top: 72px;
  }

  .sw-native-story__guide-copy {
    width: min(100% - 52px, 1120px);
  }

  .sw-native-story__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .sw-native-story__facts article:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }
}
