@media (max-width: 768px) {
  .movement-photo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #0b0a09;
  }
}

.tour-photo {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #0b0a09;
}

.page-id-24 .site-main-generic {
  padding-top: 0;
}

.page-id-24 .site-main-generic > .on-wrap {
  max-width: none;
  padding: 0;
}

.page-id-24 .entry-title,
.page-id-24 .sharedaddy {
  display: none;
}

.on-presskit {
  --pk-black: #090909;
  --pk-cream: #f4f0e8;
  --pk-red: #c5231b;
  color: var(--pk-cream);
  background: var(--pk-black);
}

.pk-hero {
  min-height: 680px;
  display: flex;
  align-items: end;
  background-position: center;
  background-size: cover;
  position: relative;
}

.pk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.66) 43%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.48) 100%), linear-gradient(0deg, rgba(0,0,0,.88), transparent 55%);
}

.pk-hero__overlay {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0 76px;
  position: relative;
  z-index: 1;
}

.pk-kicker {
  color: var(--pk-red);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pk-hero h2,
.pk-section h2,
.pk-feature h2,
.pk-contact h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  line-height: .94;
  margin: 12px 0 20px;
  text-transform: uppercase;
}

.pk-hero h2 {
  font-size: clamp(4rem, 8vw, 7.5rem);
  max-width: 780px;
}

.pk-hero h2 span {
  color: var(--pk-red);
}

.pk-hero p {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pk-actions,
.pk-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pk-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--pk-red);
}

.pk-stats div {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.24);
}

.pk-stats strong {
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.pk-stats span {
  display: block;
  margin-top: 7px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pk-section,
.pk-feature,
.pk-contact {
  padding: 86px max(24px, calc((100% - 1180px) / 2));
}

.pk-section h2,
.pk-feature h2,
.pk-contact h2 {
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.pk-section--cream {
  color: #111;
  background: var(--pk-cream);
}

.pk-bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.pk-lead {
  font-size: 1.28rem;
  font-weight: 700;
}

.pk-tracks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.pk-tracks span {
  border: 2px solid #111;
  padding: 9px 13px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pk-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pk-card {
  border: 1px solid rgba(255,255,255,.18);
  background: #121212;
  padding: 16px 16px 22px;
}

.pk-card h3 {
  font-family: Anton, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 20px 0 6px;
  text-transform: uppercase;
}

.pk-card p {
  color: rgba(244,240,232,.72);
  margin: 0;
}

.pk-video {
  aspect-ratio: 16 / 9;
  background: #000;
}

.pk-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.pk-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 50px;
  background: #151311;
}

.pk-feature__copy p {
  color: rgba(244,240,232,.76);
  font-size: 1.08rem;
  line-height: 1.75;
}

.pk-video--wide {
  max-width: 980px;
  margin: 30px auto 0;
  border: 1px solid rgba(255,255,255,.18);
}

.pk-signature {
  text-align: center;
}

.pk-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: #111;
  background: var(--pk-cream);
}

.pk-contact p {
  margin: 0;
}

.pk-contact .on-btn {
  color: #111;
  border-color: #111;
}

.pk-contact .on-btn--red {
  color: #fff;
  border-color: var(--pk-red);
}

@media (max-width: 800px) {
  .pk-hero {
    min-height: 620px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #090909;
    align-items: end;
  }

  .pk-hero::before {
    background: linear-gradient(0deg, #090909 0%, rgba(9,9,9,.92) 28%, rgba(9,9,9,.12) 68%, rgba(9,9,9,.3) 100%);
  }

  .pk-hero__overlay {
    width: calc(100% - 36px);
    padding-bottom: 42px;
  }

  .pk-hero h2 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .pk-stats {
    grid-template-columns: 1fr 1fr;
  }

  .pk-stats div:nth-child(2) {
    border-right: 0;
  }

  .pk-bio-grid,
  .pk-video-grid,
  .pk-feature {
    grid-template-columns: 1fr;
  }

  .pk-section,
  .pk-feature,
  .pk-contact {
    padding: 64px 22px;
  }

  .pk-feature__media {
    order: 2;
  }

  .pk-contact {
    display: block;
  }

  .pk-contact__actions {
    margin-top: 26px;
  }
}

@media (max-width: 800px) {
  .pk-contact__actions .on-btn {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
}
}

.pk-kicker {
  color: var(--pk-red);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pk-hero h2,
.pk-section h2,
.pk-feature h2,
.pk-contact h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  line-height: .94;
  margin: 12px 0 20px;
  text-transform: uppercase;
}

.pk-hero h2 {
  font-size: clamp(4rem, 8vw, 7.5rem);
  max-width: 780px;
}

.pk-hero h2 span {
  color: var(--pk-red);
}

.pk-hero p {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pk-actions,
.pk-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pk-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--pk-red);
}

.pk-stats div {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.24);
}

.pk-stats strong {
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.pk-stats span {
  display: block;
  margin-top: 7px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pk-section,
.pk-feature,
.pk-contact {
  padding: 86px max(24px, calc((100% - 1180px) / 2));
}

.pk-section h2,
.pk-feature h2,
.pk-contact h2 {
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.pk-section--cream {
  color: #111;
  background: var(--pk-cream);
}

.pk-bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.pk-lead {
  font-size: 1.28rem;
  font-weight: 700;
}

.pk-tracks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.pk-tracks span {
  border: 2px solid #111;
  padding: 9px 13px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pk-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pk-card {
  border: 1px solid rgba(255,255,255,.18);
  background: #121212;
  padding: 16px 16px 22px;
}

.pk-card h3 {
  font-family: Anton, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 20px 0 6px;
  text-transform: uppercase;
}

.pk-card p {
  color: rgba(244,240,232,.72);
  margin: 0;
}

.pk-video {
  aspect-ratio: 16 / 9;
  background: #000;
}

.pk-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.pk-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 50px;
  background: #151311;
}

.pk-feature__copy p {
  color: rgba(244,240,232,.76);
  font-size: 1.08rem;
  line-height: 1.75;
}

.pk-video--wide {
  max-width: 980px;
  margin: 30px auto 0;
  border: 1px solid rgba(255,255,255,.18);
}

.pk-signature {
  text-align: center;
}

.pk-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: #111;
  background: var(--pk-cream);
}

.pk-contact p {
  margin: 0;
}

.pk-contact .on-btn {
  color: #111;
  border-color: #111;
}

.pk-contact .on-btn--red {
  color: #fff;
  border-color: var(--pk-red);
}

@media (max-width: 800px) {
  .pk-hero {
    min-height: 620px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #090909;
    align-items: end;
  }

  .pk-hero::before {
    background: linear-gradient(0deg, #090909 0%, rgba(9,9,9,.92) 28%, rgba(9,9,9,.12) 68%, rgba(9,9,9,.3) 100%);
  }

  .pk-hero__overlay {
    width: calc(100% - 36px);
    padding-bottom: 42px;
  }

  .pk-hero h2 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .pk-stats {
    grid-template-columns: 1fr 1fr;
  }

  .pk-stats div:nth-child(2) {
    border-right: 0;
  }

  .pk-bio-grid,
  .pk-video-grid,
  .pk-feature {
    grid-template-columns: 1fr;
  }

  .pk-section,
  .pk-feature,
  .pk-contact {
    padding: 64px 22px;
  }

  .pk-feature__media {
    order: 2;
  }

  .pk-contact {
    display: block;
  }

  .pk-contact__actions {
    margin-top: 26px;
  }
}