.prestige-band {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(340px, 1fr);
  min-height: 600px;
  background: #fff;
}

.prestige-band__media,
.brand-story__media,
.application-photo,
.photo-transition {
  margin: 0;
  overflow: hidden;
}

.prestige-band__media img,
.brand-story__media img,
.application-photo img,
.photo-transition img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prestige-band__media img {
  object-position: center 58%;
}

.prestige-band__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 54px;
}

.prestige-band__logo {
  width: 170px;
  height: auto;
  margin-bottom: 54px;
}

.prestige-band h2,
.brand-story h2 {
  margin: 0 0 32px;
  font-size: 62px;
  line-height: .94;
  letter-spacing: 0;
}

.prestige-band h2 span,
.brand-story h2 span,
.prestige-band h2 strong,
.brand-story h2 strong {
  display: block;
}

.prestige-band h2 span,
.brand-story h2 span {
  font-size: .88em;
  font-weight: 400;
  line-height: 1.04;
}

.prestige-band h2 strong,
.brand-story h2 strong {
  font-weight: 700;
}

.prestige-band__panel p,
.brand-story__copy p {
  max-width: 620px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.prestige-band__panel .button {
  margin-top: 36px;
}

.brand-story__row {
  display: grid;
}

.brand-story__row--balance {
  grid-template-columns: minmax(0, 58fr) minmax(360px, 42fr);
  min-height: 590px;
}

.brand-story__row--solutions {
  grid-template-columns: minmax(360px, 40fr) minmax(0, 60fr);
  min-height: 520px;
}

.brand-story__row--excellence {
  grid-template-columns: minmax(360px, 42fr) minmax(0, 58fr);
  min-height: 550px;
}

.brand-story__row--experience {
  grid-template-columns: minmax(390px, 40fr) minmax(0, 60fr);
  min-height: 600px;
}

.brand-story__row--experience h2 {
  font-size: 54px;
}

.brand-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 5.5vw;
}

.brand-story__copy--dark {
  color: #fff;
  background: #111214;
}

.brand-story__copy--light {
  color: #171717;
  background: #fff;
}

.brand-story__copy--red {
  color: #fff;
  background: #d40c1c;
}

.brand-story__row--balance .brand-story__media img {
  object-position: 54% center;
}

.brand-story__row--excellence .brand-story__media img {
  object-position: center 42%;
}

.photo-transition {
  height: 520px;
}

.photo-transition img {
  object-position: center 53%;
}

.applications--signature {
  padding-top: 88px;
  padding-bottom: 32px;
  background: #fff;
}

.applications--signature > .shell {
  width: 100%;
  max-width: none;
}

.applications--signature .section-heading {
  width: auto;
  max-width: 760px;
  margin-right: 24px;
  margin-bottom: 46px;
  margin-left: max(24px, calc((100% - 1180px) / 2));
}

.application-photography {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  min-height: 470px;
}

.application-photo--solar img {
  object-position: center 54%;
}

.application-photo--tents img {
  object-position: center 52%;
}

.application-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: #fff;
  background: #d40c1c;
}

.application-pillar {
  display: flex;
  min-width: 0;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 36px 38px;
  color: inherit;
  background: transparent;
}

.application-pillar + .application-pillar {
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.application-pillar__icon {
  display: block;
  flex: 0 0 auto;
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.application-pillar__copy {
  padding-top: 24px;
}

.application-pillar__copy h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.application-pillar__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .prestige-band {
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr);
    min-height: 540px;
  }

  .prestige-band__panel,
  .brand-story__copy {
    padding: 62px 44px;
  }

  .prestige-band h2,
  .brand-story h2 {
    font-size: 52px;
  }

  .brand-story__row--experience h2 {
    font-size: 46px;
  }

  .prestige-band__panel p,
  .brand-story__copy p {
    font-size: 17px;
  }

  .brand-story__row--balance,
  .brand-story__row--solutions,
  .brand-story__row--excellence,
  .brand-story__row--experience {
    min-height: 510px;
  }

  .application-photography {
    min-height: 410px;
  }

  .application-pillar {
    padding: 32px 28px;
  }

  .application-pillar__copy h3 {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .prestige-band,
  .brand-story__row {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .prestige-band__media,
  .brand-story__media {
    aspect-ratio: 1.55 / 1;
  }

  .prestige-band__panel,
  .brand-story__copy {
    padding: 56px 24px;
  }

  .prestige-band__logo {
    margin-bottom: 38px;
  }

  .prestige-band h2,
  .brand-story h2 {
    font-size: 48px;
  }

  .prestige-band__panel p,
  .brand-story__copy p {
    font-size: 18px;
  }

  .applications--signature > .shell {
    width: 100%;
  }

  .brand-story__row--solutions .brand-story__copy,
  .brand-story__row--excellence .brand-story__copy,
  .brand-story__row--experience .brand-story__copy {
    order: 2;
  }

  .brand-story__row--solutions .brand-story__media,
  .brand-story__row--excellence .brand-story__media,
  .brand-story__row--experience .brand-story__media {
    order: 1;
  }

  .photo-transition {
    height: 420px;
  }

  .applications--signature {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .application-photography {
    min-height: 360px;
  }

  .application-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .application-pillar {
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 28px;
  }

  .application-pillar + .application-pillar {
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-left: 0;
  }

  .application-pillar__copy {
    padding-top: 0;
  }
}

@media (max-width: 520px) {
  .prestige-band__media,
  .brand-story__media {
    aspect-ratio: 1.25 / 1;
  }

  .prestige-band__panel,
  .brand-story__copy {
    padding: 48px 20px;
  }

  .prestige-band h2,
  .brand-story h2 {
    margin-bottom: 24px;
    font-size: 42px;
  }

  .brand-story__row--experience h2 {
    font-size: 40px;
  }

  .prestige-band__panel p,
  .brand-story__copy p {
    font-size: 16px;
    line-height: 1.7;
  }

  .photo-transition {
    height: 330px;
  }

  .applications--signature {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .applications--signature .section-heading {
    margin-right: 16px;
    margin-left: 16px;
  }

  .application-photography {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 280px;
  }

  .application-pillar {
    gap: 20px;
    padding: 26px 22px;
  }

  .application-pillar__icon {
    width: 48px;
    height: 48px;
  }

  .application-pillar__copy h3 {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .brand-story__row--experience h2 {
    font-size: 36px;
  }
}
