.vgp-gallery {
  display: grid;
  gap: clamp(3rem, 6vw, 6rem);
}

div#content {
  background: #1d2327 !important;
}

body.post-type-archive-vgp_video,
body.post-type-archive-vgp_video #page {
  background: #fff !important;
}

body.post-type-archive-vgp_video .site-main,
body.post-type-archive-vgp_video #primary,
body.post-type-archive-vgp_video .vgp-archive-page {
  background: #1d2327;
  color: #fff;
}

.vgp-archive-page h2.vgp-title,
.vgp-archive-page .vgp-copy,
.vgp-archive-page .vgp-blurb,
.vgp-archive-page .vgp-blurb p,
.vgp-archive-page .entry-header .entry-summary,
.vgp-archive-page .entry-header .entry-summary p,
.vgp-archive-page .vgp-fallback,
.vgp-archive-page .vgp-open-modal-link,
.vgp-archive-page .vgp-open-modal-link-text,
.vgp-archive-page a {
  color: #fff !important;
}

.vgp-archive-page .entry-header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-bottom: 36px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .vgp-archive-page .entry-header {
    margin-bottom: 75px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 1272px) {
  .vgp-archive-page .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1416px) {
  .vgp-archive-page .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
}

.vgp-archive-page .entry-title {
  font-family: Roboto-Light, sans-serif;
  text-transform: none;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.archive-title .entry-header .entry-title,
.type-page .entry-header .entry-title {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .archive-title .entry-header .entry-title,
  .type-page:not(.item-search) .entry-header .entry-title {
    line-height: 80px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .vgp-archive-page .entry-title {
    width: 83%;
    font-family: Roboto-Thin, sans-serif;
    text-transform: none;
    font-size: 80px;
    line-height: 1.02;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1416px) {
  .vgp-archive-page .entry-title {
    font-size: 90px;
  }
}

.vgp-archive-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.archive .vgp-archive-page .entry-content {
  margin-top: 0;
}

.vgp-archive-page .entry-content,
.vgp-archive-page .entry-summary,
.vgp-archive-page .page-content {
  max-width: 1500px !important;
}

.vgp-archive-page .entry-content {
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-right: 25px;
  padding-left: 25px;
}

.vgp-coming-soon {
  margin-top: clamp(4rem, 12vw, 8rem);
  text-align: center;
}

.vgp-coming-soon-title {
  margin: 0;
}

h3.vgp-coming-soon-subtitle {
  margin: 0.75rem 0 6.5rem;
  color: #fff;
}

.vgp-coming-soon-logo {
  width: 100px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.vgp-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: stretch;
}

.vgp-story + .vgp-story {
  border-top: 1px solid rgba(255, 255, 255, 1);
  padding-top: clamp(2rem, 4vw, 7rem);
}

.vgp-story.is-reversed .vgp-story-text {
  order: 2;
}

.vgp-story.is-reversed .vgp-story-media {
  order: 1;
}

.vgp-story-text {
  min-width: 0;
  align-self: stretch;
}

.vgp-story-text-inner {
  position: sticky;
  top: var(--vgp-sticky-offset, 16px);
}

h2.vgp-title {
  margin: 0;
  font-size: 50px !important;
  line-height: normal !important;
  font-family: 'roboto-thin' !important;
  text-align: center;
}

@media (max-width: 1200px) {
  h2.vgp-title {
    font-size: 50px !important;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  h2.vgp-title {
    font-size: 44px !important;
  }
}

@media (max-width: 680px) {
  h2.vgp-title {
    font-size: 38px !important;
  }
}

.vgp-play-trigger {
  width: 62px;
  height: 62px;
  margin: 1.2rem auto 0;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  transition: transform 220ms ease;
}

.vgp-play-trigger:hover,
.vgp-play-trigger:focus-visible {
  transform: scale(1.08);
}

.vgp-play-trigger::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.26);
  transform: scale(1);
  animation: vgp-play-pulse 2.8s ease-out infinite;
  pointer-events: none;
}

.vgp-play-icon {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.vgp-play-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vgp-play-icon polygon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linejoin: round;
  transition: fill 180ms ease, stroke 180ms ease;
}

.vgp-play-trigger:hover .vgp-play-icon polygon,
.vgp-play-trigger:focus-visible .vgp-play-icon polygon {
  stroke: #b5bd00;
  fill: #b5bd00;
}

@keyframes vgp-play-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.26);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vgp-play-trigger::after {
    animation: none;
  }
}

.vgp-copy {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.vgp-story-media {
  min-width: 0;
  display: grid;
  gap: 1.5rem;
}

.vgp-portrait {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #efefef;
}

.vgp-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vgp-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #666;
}

.vgp-blurb {
  margin: 0;
  font: inherit;
  color: inherit;
}

.vgp-archive-page .vgp-blurb,
.vgp-archive-page .vgp-blurb p,
.vgp-archive-page .vgp-blurb ul,
.vgp-archive-page .vgp-blurb ol,
.vgp-archive-page .vgp-blurb li,
.vgp-archive-page .vgp-blurb span,
.vgp-archive-page .vgp-blurb strong,
.vgp-archive-page .vgp-blurb em {
  color: #fff !important;
}

.vgp-archive-page .vgp-blurb a,
.vgp-archive-page .vgp-blurb a * {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
  transition: border-bottom-color 180ms ease;
}

.vgp-archive-page .vgp-blurb a:hover,
.vgp-archive-page .vgp-blurb a:hover *,
.vgp-archive-page .vgp-blurb a:focus-visible,
.vgp-archive-page .vgp-blurb a:focus-visible * {
  color: #fff !important;
  border-bottom-color: #b5bd00 !important;
}

.vgp-video {
  margin-top: 0;
  overflow: hidden;
  background: #111;
  position: relative;
}

.vgp-video iframe,
.vgp-video video {
  width: 100%;
  height: auto;
  border: 0;
  display: block;
  cursor: pointer;
}

.vgp-mute-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.vgp-mute-icon {
  width: 34px;
  height: 34px;
  display: block;
  margin: auto;
}

.vgp-mute-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vgp-mute-toggle.is-muted .vgp-mute-icon-unmuted {
  display: none;
}

.vgp-mute-toggle:not(.is-muted) .vgp-mute-icon-muted {
  display: none;
}

.vgp-full-video-link-wrap {
  margin: 0;
  min-height: 1.6em;
  text-align: center;
}

.vgp-open-modal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  white-space: nowrap;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.vgp-open-modal-link-text {
  display: inline-block;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
  line-height: 1.1;
  transition: border-bottom-color 180ms ease, color 180ms ease;
}

.vgp-open-modal-link:hover .vgp-open-modal-link-text,
.vgp-open-modal-link:focus-visible .vgp-open-modal-link-text {
  border-bottom-color: #b5bd00;
}

.vgp-open-modal-link:hover .vgp-link-play-icon,
.vgp-open-modal-link:focus-visible .vgp-link-play-icon {
  color: #b5bd00;
  border-color: #b5bd00;
}

.vgp-link-play-icon {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  transition: color 180ms ease, border-color 180ms ease;
}

.vgp-link-play-icon::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid currentColor;
  margin-left: 1px;
}

.vgp-modal[hidden] {
  display: none;
}

.vgp-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.vgp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vgp-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100vw - 2rem));
  background: transparent;
  padding: 0;
}

.vgp-modal-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.vgp-modal-player iframe,
.vgp-modal-player video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.vgp-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transform: translate(calc(100% + 10px), calc(-100% - 10px));
  transition: transform 180ms ease;
}

.vgp-modal-close:hover,
.vgp-modal-close:focus-visible {
  transform: translate(calc(100% + 10px), calc(-100% - 10px)) scale(1.14);
}

.vgp-modal-close::before,
.vgp-modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  background: #fff;
  transform-origin: center;
}

.vgp-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.vgp-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.vgp-modal-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .vgp-story,
  .vgp-story.is-reversed {
    grid-template-columns: 1fr;
  }

  .vgp-story.is-reversed .vgp-story-text,
  .vgp-story.is-reversed .vgp-story-media {
    order: initial;
  }

  .vgp-story-text-inner {
    position: static;
  }
}
