@media screen and (min-width:1080px) {
  .header {
    max-width: unset;
  }
  .home__masonry-wrapper,
  .masonry-refs {
    max-width: unset;
  }
  .home-sizer,
  .home-block[data-cols=one] {
    width: calc(25% - 0.5775rem);
  }
  .home-block[data-cols=two] {
    width: calc(50% - 0.385rem);
  }
  .home-block[data-cols=three] {
    width: calc(75% - 0.1925rem);
  }
  .home-block[data-cols=four] {
    width: 100%;
  }
  .home-block--text[data-cols=three] {
    padding: 0;
  }
  .home-block--text[data-cols=four] {
    padding: 0 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .home-block--text[data-cols=three] {
    padding: 0;
  }
  .home-block--text[data-cols=four] {
    padding: 0 3rem;
  }
}
.interactive-slideshow,
.page,
.footer__container,
.home__masonry-wrapper {
  max-width: unset !important;
}

.header__time {
  display: inline-block;
  min-width: 8ch;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.interactive-slideshow {
  position: relative;
  max-width: calc(1440px - 1.54rem);
  margin: 0 auto;
  margin-top: calc(var(--v-offset, 0) * 1rem);
  background-color: var(--interactive-slideshow-bg, #000);
  color: #fff;
  padding: 0.77rem;
}

.interactive-slideshow--borderless {
  background-color: transparent;
  color: inherit;
  padding: 0;
}

.page--home .interactive-slideshow {
  margin-bottom: 1.54rem;
}

.interactive-slideshow__media-stage {
  position: relative;
  overflow: hidden;
}

.interactive-slideshow__slide,
.interactive-slideshow__info {
  display: none;
}

.interactive-slideshow__slide.is-active,
.interactive-slideshow__info.is-active {
  display: block;
}

.interactive-slideshow__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 16/9;
  background-color: var(--interactive-slideshow-bg, #000);
}

.interactive-slideshow--borderless .interactive-slideshow__media {
  background-color: transparent;
}

.interactive-slideshow__media img,
.interactive-slideshow__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.interactive-slideshow__info-stage {
  padding-top: 0.77rem;
}

.interactive-slideshow__title,
.interactive-slideshow__subtitle {
  margin: 0;
}

.interactive-slideshow__subtitle {
  color: rgba(255, 255, 255, 0.68);
}

.interactive-slideshow--borderless .interactive-slideshow__subtitle {
  color: inherit;
  opacity: 0.68;
}

.interactive-slideshow__hotspots {
  position: absolute;
  inset: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.interactive-slideshow__hotspot,
.interactive-slideshow__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
}

.interactive-slideshow__hotspot {
  cursor: none;
}

.interactive-slideshow__cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  white-space: nowrap;
  font-size: 0.77rem;
}

.interactive-slideshow__cursor.is-visible {
  opacity: 1;
}

.interactive-slideshow__cursor.is-disabled {
  opacity: 0.35;
}

.interactive-slideshow__controls {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.77rem;
  margin-top: 1rem;
  font-size: 0.77rem;
}

.interactive-slideshow__control--disabled {
  opacity: 0.35;
}

@media (hover: hover) and (pointer: fine) {
  .interactive-slideshow__media-stage {
    cursor: none;
  }
}
@media (max-width: 767px), (hover: none) {
  .interactive-slideshow {
    padding: 0.385rem;
    margin-top: 0;
  }
  .interactive-slideshow--borderless {
    padding: 0;
  }
  .interactive-slideshow__hotspots,
  .interactive-slideshow__cursor {
    display: none;
  }
  .interactive-slideshow__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__container--v2 {
  padding-top: 1.155rem;
  padding-bottom: 1.155rem;
}

.footer-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.54rem;
}

.footer-v2__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
  row-gap: 0.15em;
}

.footer-v2__brand-separator {
  display: inline-block;
}

.footer-v2__brand-link {
  text-transform: uppercase;
}

.footer-v2__intro {
  max-width: 24rem;
}

.footer-v2__intro p:not(:first-child) {
  margin-top: 0;
}

.footer-v2__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.3fr) 1.54rem minmax(0, 1.5fr) 1.54rem minmax(0, 1.2fr) 1.54rem minmax(0, 0.8fr);
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.5fr) minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1.54rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer-v2__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.155rem;
}

.footer-v2__column--meta {
  min-height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-v2__column--connect {
  gap: 0;
}

.footer-v2__column--meta .footer-v2__address,
.footer-v2__column--contact .footer-v2__value,
.footer-v2__column--contact .footer-v2__value a,
.footer-v2__column--people .footer-v2__label,
.footer-v2__column--people .footer-v2__value {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.footer-v2__meta-copy,
.footer-v2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.footer-v2__address,
.footer-v2__copyright,
.footer-v2__label,
.footer-v2__value {
  margin: 0;
}

.footer-v2__address a,
.footer-v2__value a {
  text-decoration: none;
}

.footer-v2__meta-copy > p:not(:first-child),
.footer-v2__item > p:not(:first-child) {
  margin-top: 0;
}

.footer-v2__item--spaced {
  margin-top: 1.155rem;
}

@media (max-width: 1439px) {
  .footer-v2__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .footer-v2 {
    gap: 1.155rem;
  }
  .footer-v2__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.77rem;
  }
  .footer-v2__column {
    gap: 0.77rem;
  }
}
.page--studio .gallery,
.page--work .gallery,
.page--blog .gallery,
.page--documents .gallery,
.page--archive .gallery {
  overflow-x: auto;
  padding-bottom: 0.385rem;
}

.single-work__block--text .toggle {
  display: none !important;
}

.single-work__column.single-work__column-12 p {
  max-width: unset;
}