/* Main production, process and location sections. */
html[data-visual-sections="enabled"] .concept-q .p-header {
  top: 0;
}

.v-draft-status {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 34px;
  margin: 0;
  padding: 9px 18px 8px;
  background: #b33642;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
}

.v-facility-brief {
  min-height: 690px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 6vw;
  align-items: stretch;
  background: #0b1519;
  color: #fff;
}

.v-brief-copy {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v-brief-copy > p,
.v-process-brief header > p {
  margin: 0 0 34px;
  color: #d8abad;
  font: 750 12px/1.4 Arial, sans-serif;
  letter-spacing: .08em;
}

.v-brief-copy > p span,
.v-process-brief header > p span {
  margin-right: 13px;
  color: #f07d88;
}

.v-brief-copy h2,
.v-process-brief h2 {
  margin: 0;
  font-size: clamp(3rem, 4.25vw, 5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.06em;
}

.v-brief-points {
  margin: 52px 0 38px;
  border-top: 1px solid #3e4d51;
}

.v-brief-points span {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #344247;
  color: #d8dedf;
  font-size: 15px;
}

.v-brief-points span::after {
  content: "→";
  color: #e87983;
}

.v-brief-copy > small,
.v-process-brief header > small {
  color: #9eaaad;
  font-size: 11px;
  line-height: 1.65;
}

.v-facility-photo {
  position: relative;
  min-width: 0;
  min-height: 690px;
  margin: 0 calc(var(--pad) * -1) 0 0;
  overflow: hidden;
}

.v-facility-photo::after,
.v-location-brief::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,21,25,.2), transparent 45%);
  pointer-events: none;
}

.v-facility-photo img {
  filter: saturate(.72) contrast(1.04) brightness(.9);
}

.v-facility-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 26px;
  left: 28px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.55);
  color: #fff;
}

.v-facility-photo figcaption b {
  color: #f18a94;
  font-size: 12px;
}

.v-facility-photo figcaption span {
  font-size: 12px;
}

.v-process-brief {
  padding: 135px var(--pad) 145px;
  background: #e9e5dd;
}

.v-process-brief header {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 8vw;
  align-items: end;
}

.v-process-brief header > p {
  grid-column: 1 / -1;
  margin-bottom: -12px;
  color: #7d5559;
}

.v-process-brief header > p span {
  color: var(--red);
}

.v-process-brief header > small {
  max-width: 460px;
  justify-self: end;
  color: #6f6761;
  font-size: 13px;
}

.v-process-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.v-process-photo-grid figure {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: #10191d;
}

.v-process-photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,11,14,.93), transparent 45%);
  pointer-events: none;
}

.v-process-photo-grid img {
  transition: transform .5s ease;
}

.v-process-photo-grid figure:hover img {
  transform: scale(1.025);
}

.v-process-photo-grid figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  color: #fff;
}

.v-process-photo-grid figcaption > span {
  color: #ed7883;
  font: 750 12px/1.5 Arial, sans-serif;
}

.v-process-photo-grid figcaption div {
  display: grid;
  gap: 7px;
}

.v-process-photo-grid strong {
  font-size: 19px;
}

.v-process-photo-grid small {
  color: #c0c9cb;
  font-size: 11px;
  line-height: 1.55;
}

html[data-visual-sections="enabled"] .q-location {
  grid-template-columns: .55fr 1.45fr;
}

.v-location-brief {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  background: #152126;
}

.v-location-brief--address {
  background:
    linear-gradient(135deg, rgba(197, 43, 57, .18), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 72px),
    #152126;
}

.v-location-address {
  position: absolute;
  top: 52px;
  right: 40px;
  left: 40px;
  display: grid;
  gap: 12px;
  color: rgba(255,255,255,.72);
  letter-spacing: .08em;
}

.v-location-address strong {
  max-width: 720px;
  color: rgba(255,255,255,.16);
  font-size: clamp(44px, 7vw, 112px);
  line-height: .9;
  letter-spacing: -.045em;
}

.v-location-brief img {
  filter: saturate(.68) contrast(1.05) brightness(.94);
}

.v-location-brief::after {
  background: linear-gradient(0deg, rgba(5,12,15,.9), transparent 58%);
}

.v-location-brief figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  gap: 8px;
  color: #fff;
}

.v-location-brief figcaption span {
  color: #d7dfe0;
  font-size: 11px;
}

.v-location-brief figcaption b {
  margin-right: 12px;
  color: #f18a94;
  letter-spacing: .08em;
}

.v-location-brief figcaption strong {
  font-size: 19px;
}

.v-location-brief figcaption small {
  color: #bcc6c8;
  font-size: 11px;
}

html[data-visual-sections="enabled"] .q-location-details {
  grid-column: 1;
}

@media (max-width: 980px) {
  .v-facility-brief {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .v-brief-copy {
    padding: 100px var(--pad);
  }

  .v-facility-photo {
    min-height: 520px;
    margin: 0;
  }

  .v-process-brief header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .v-process-brief header > small {
    justify-self: start;
  }

  html[data-visual-sections="enabled"] .q-location {
    grid-template-columns: 1fr;
  }

  .v-location-brief,
  html[data-visual-sections="enabled"] .q-location-details {
    grid-column: 1;
  }

  .v-location-brief {
    grid-row: auto;
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  html[data-visual-sections="enabled"] .concept-q .p-header {
    top: 0;
  }

  .v-draft-status {
    min-height: 51px;
    padding: 9px 54px;
    font-size: 10px;
    line-height: 16px;
  }

  .v-brief-copy {
    padding: 90px 20px 80px;
  }

  .v-brief-copy h2,
  .v-process-brief h2 {
    font-size: 2.85rem;
  }

  .v-brief-points {
    margin-top: 42px;
  }

  .v-facility-photo {
    min-height: 440px;
  }

  .v-facility-photo figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
    display: grid;
    gap: 6px;
  }

  .v-process-brief {
    padding: 90px 20px 100px;
  }

  .v-process-brief header {
    margin-bottom: 48px;
  }

  .v-process-photo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .v-process-photo-grid figure {
    aspect-ratio: 4 / 4.5;
  }

  .v-process-photo-grid figcaption {
    right: 20px;
    left: 20px;
  }

  .v-location-brief {
    min-height: 380px;
  }

  .v-location-brief figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v-process-photo-grid img {
    transition: none;
  }
}
