@font-face {
  font-family: "lgmv";
  src: url("../fonts/lgmv-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "lgmv";
  src: url("../fonts/lgmv-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "lgrs";
  src: url("../fonts/lgrs-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "llxb";
  src: url("../fonts/llxb-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "llxb";
  src: url("../fonts/llxb-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "llxb";
  src: url("../fonts/llxb-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: #333;
  background: #fff;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.hamburger-click-area,
.back-to-top,
.back-to-top-fixed {
  display: none !important;
}

.js-responsive-nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

body.nav-open .js-responsive-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.site-header {
  position: relative;
  z-index: 2;
  text-align: center;
}

.logo-wrap {
  float: none !important;
  margin-right: auto;
  margin-left: auto;
}

.site-header nav,
.site-header .pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.site-header a,
.project-cover,
.button-module,
.social a {
  transition: opacity 160ms ease, color 160ms ease, background-color 160ms ease;
}

.site-header a:hover,
.project-cover:hover,
.button-module:hover,
.social a:hover {
  opacity: 0.7;
}

.project-covers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 378px));
  justify-content: center;
  gap: 78px 63px;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.project-cover {
  width: 100% !important;
  min-width: 0;
  overflow: visible;
}

.cover-image,
.cover-image-wrap {
  position: relative;
}

.cover-rollover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.project-cover:hover .cover-rollover {
  opacity: 1;
}

.cover-normal {
  display: block;
}

.cover__img,
.e2e-site-project-module-image,
.grid__item-image,
.grid__image-wrapper img {
  display: block;
  width: 100%;
}

.e2e-site-project-module-image {
  height: auto !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

.project-cover .details-wrap,
.project-cover .details,
.project-cover .details-inner {
  overflow: visible;
}

.project-cover .title,
.project-cover .description {
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
}

.project-module-image,
.project-module-media_collection,
.project-module-video,
.project-module-text,
.project-module-button {
  margin-right: auto;
  margin-left: auto;
}

.project-module-image,
.project-module-media_collection,
.project-module-video {
  padding-bottom: 40px;
}

.page-header.content {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#project-canvas {
  max-width: 1134px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.splash #project-canvas {
  width: auto;
  max-width: none;
  margin: 70px 40px 0;
}

.tree-wrapper {
  display: flex;
  align-items: flex-start;
}

.tree-child-wrapper {
  min-width: 0;
}

.page-header {
  padding-top: 60px;
  text-align: center;
}

.page-header .title {
  margin: 0 0 30px;
  color: #444;
  font-family: "llxb", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
}

.page-header .description {
  margin: 0;
  color: #888;
  font-family: "llxb", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.project-module-text {
  max-width: 800px;
  padding-top: 10px;
  padding-bottom: 25px;
  color: #888;
  font-family: "llxb", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}

.project-module-text .title {
  padding: 20px;
  color: #444;
  font-family: "llxb", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
}

.project-module-text .module-text > div:not(.title):not(.sub-title):not(.caption):not(.main-text) {
  padding: 0 25px 25px;
}

.project-module-text .sub-title {
  padding: 10px;
  color: #444;
  font-family: "llxb", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.project-module-text .main-text {
  padding-bottom: 25px;
  color: #888;
  font-family: "llxb", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.project-module-text .caption {
  padding-top: 15px;
  color: #888;
  font-family: "llxb", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

.project-module-button {
  max-width: 100%;
}

.splash .project-module-button {
  padding-top: 20px !important;
}

.button-module {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 40px;
  padding: 0 30px;
  border-radius: 999px;
  color: #fff;
  background: #abc6f5;
  font-family: "lgmv", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.grid--main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.grid__item-container {
  position: relative;
  margin: 0;
}

.grid__item-image {
  position: absolute;
  inset: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover;
}

.grid__item-filler {
  display: block;
}

.grid__image-caption {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
}

.grid__image-caption-lightbox {
  display: none;
}

.local-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #191919;
}

.footer-text:empty,
.site-footer:has(.footer-text:empty) {
  display: none;
}

@media (max-width: 900px) {
  .project-covers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }
}

@media (max-width: 640px) {
  .site-header nav {
    display: none;
  }

  .hamburger-click-area {
    display: block !important;
  }

  .project-covers,
  .project-covers {
    grid-template-columns: 1fr;
  }

  #project-canvas {
    margin-top: 0;
  }

  .grid__item-container {
    width: 50% !important;
    flex-grow: 1 !important;
  }

  .logo-wrap {
    max-width: 100%;
    width: 100%;
  }

  .page-header {
    padding-top: 25px;
  }

  .page-header .title,
  .project-module-text .title {
    font-size: 29px;
    line-height: 34px;
  }

  .page-header .title {
    margin-bottom: 16px;
  }

  .page-header .description {
    font-size: 14px;
    line-height: 20px;
  }

  .project-module-text,
  .project-module-text .main-text {
    font-size: 14px;
    line-height: 20px;
  }

  .project-module-text .sub-title {
    font-size: 18px;
    line-height: 22px;
  }
}
