.story-page {
  color: #14324a;
  margin: 0 auto;
  max-width: 1240px;
  padding: 36px 20px 70px;
  text-align: left;
}

.story-page * {
  box-sizing: border-box;
}

.swiper .slide-text {
  background: rgba(0, 0, 0, 0.42);
  border-radius: 6px;
  padding: 22px 28px;
}

.swiper .slide-text h1,
.swiper .slide-text p {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.swiper .slide-text h1 {
  margin: 0 0 10px;
}

.swiper .slide-text p {
  font-weight: 500;
  margin: 0;
}

.story-eyebrow {
  color: #2980c1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.story-page h2,
.story-page h3 {
  color: #102f45;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.story-page h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.story-page h3 {
  font-size: 21px;
}

.story-page p,
.story-checklist li {
  color: #2c4658;
  font-size: 17px;
  line-height: 1.65;
}

.story-page p {
  margin: 0 0 14px;
}

.story-lead {
  color: #2c4658;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.story-intro {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  margin-bottom: 28px;
}

.story-copy,
.story-feature-image,
.story-award,
.story-highlight > div,
.story-service,
.story-gallery {
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(20, 50, 74, .08);
}

.story-copy {
  background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
  padding: 42px;
}

.story-copy h2,
.story-copy p {
  max-width: 760px;
}

.story-feature-image,
.story-service figure,
.story-gallery figure {
  margin: 0;
  overflow:hidden;
}

.story-feature-image {
  background: #ffffff;
  min-height: 100%;
  overflow: hidden;
}

.story-feature-image img,
.story-service img,
.story-gallery img {
  display: block;
  width: 100%;
}

.story-feature-image img,
.story-service img {
  height: 100%;
  object-fit: cover;
}

.story-award {
  align-items: center;
  background: linear-gradient(120deg, #ffffff 0%, #fff8e7 100%);
  display: grid;
  gap: 32px;
  grid-template-columns: 210px minmax(0, 1fr);
  margin-bottom: 28px;
  padding: 28px 38px;
}

.story-award img {
  display: block;
  height: auto;
  max-width: 210px;
  width: 100%;
}

.story-award h2 {
  font-size: clamp(28px, 3.5vw, 42px);
}

.story-award p:last-child {
  margin-bottom: 0;
}

.story-highlight {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
}

.story-highlight > div {
  background: #ffffff;
  padding: 26px;
}

.story-highlight p {
  margin-bottom: 0;
}

.story-service {
  align-items: center;
  background: #102f45;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  margin-bottom: 30px;
  overflow: hidden;
}

.story-service figure {
  height: 100%;
  min-height: 430px;
}

.story-service > div {
  padding: 40px 42px 40px 0;
}

.story-service h2,
.story-service p,
.story-service li {
  color: #ffffff;
}

.story-checklist {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.story-checklist li {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 10px;
}

.story-checklist li::before {
  content: none;
}

.story-gallery {
  background: #ffffff;
  padding: 38px;
}

.story-gallery-heading {
  margin: 0 auto 22px;
  max-width: 760px;
  text-align: center;
}

.story-gallery-heading h2,
.story-gallery-heading p {
  text-align: center;
}

.story-gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-gallery figure {
  background: #f8fbfd;
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}

.story-gallery img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.story-gallery figcaption {
  color: #2c4658;
  font-size: 15px;
  line-height: 1.35;
  padding: 12px 14px;
}

@media (max-width: 960px) {
  .story-intro,
  .story-award,
  .story-service,
  .story-highlight,
  .story-gallery-grid {
    grid-template-columns: 1fr;
  }

  .story-service > div {
    padding: 34px;
  }

  .story-award {
    justify-items: center;
    padding: 32px;
    text-align: center;
  }

  .story-award h2,
  .story-award p {
    text-align: center;
  }

  .story-service figure {
    height: auto;
    min-height: 0;
  }

  .story-service img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .story-page {
    padding: 24px 14px 48px;
  }

  .story-copy,
  .story-award,
  .story-highlight > div,
  .story-gallery {
    padding: 26px;
  }

  .story-gallery-grid {
    grid-template-columns: 1fr;
  }
}
