@charset "UTF-8";
/******************************************************************
  Main stylesheet

  Build with CodeKit → library/css/style.css
  See library/scss/CODEKIT.md
******************************************************************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
@font-face {
  font-family: "Columna";
  src: url("../fonts/ColumnaPro-Solid.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gill";
  src: url("../fonts/GillSansMTPro-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gill";
  src: url("../fonts/GillSansMTPro-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gill";
  src: url("../fonts/GillSansMTPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gill";
  src: url("../fonts/GillSansMTPro-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
:root {
  --color-site-bg: #f2f0e9;
  --font-size-base: 18px;
  --font-size-meta: 0.95rem;
  --font-size-small: 0.875rem;
  --font-size-xlarge: 1.5rem;
  --font-line-height-xlarge: 1.15;
  --caps-letter-spacing: 0.05em;
  --site-header-offset: 0;
  --font-sans: Gill, Helvetica, Arial, sans-serif;
}

.font-base {
  font-size: var(--font-size-base);
}

.font-meta {
  font-size: var(--font-size-meta);
}

.font-small {
  font-size: var(--font-size-small);
}

.font-xlarge {
  font-size: var(--font-size-xlarge);
  line-height: var(--font-line-height-xlarge);
}
@media (max-width: 767px) {
  .font-xlarge {
    font-size: var(--font-size-base);
  }
}

.font-columna {
  font-family: "Columna", serif;
  font-weight: normal;
}

.font-size-s {
  font-size: var(--font-size-small);
}

html {
  background-color: var(--color-site-bg);
}

body {
  font-size: var(--font-size-base);
  line-height: 1.33;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  background-color: var(--color-site-bg);
}

.mobile-nav__list a, .nav-toggle__label, .project-single__next-label, .homepage-module--contact-form__form .wpforms-confirmation-container-full p, .homepage-module--contact-form__form .wpforms-container button.site-button, .homepage-module--contact-form__form .wpforms-container input[type=text],
.homepage-module--contact-form__form .wpforms-container input[type=email],
.homepage-module--contact-form__form .wpforms-container input[type=tel],
.homepage-module--contact-form__form .wpforms-container input[type=url],
.homepage-module--contact-form__form .wpforms-container textarea, .homepage-module--contact-form__form .wpforms-container .wpforms-field-label,
.homepage-module--contact-form__form .wpforms-container .wpforms-field-label-inline, .homepage-module--contact-form__headline, .homepage-module--text-columns__cta, .project-single .page-title, .projects-grid__caption-title, .page-title, .site-button,
a.site-button,
button.site-button, .caps-text,
.caps,
span.uppercase,
.section-nav a,
.site-footer__link,
.site-footer__copyright,
.homepage-module--text__headline,
.homepage-module--projects__heading,
.homepage-module--text-columns__headline,
.homepage-portrait__caption,
.image-grid__caption,
.project-gallery__caption,
.lazyfigure__caption {
  text-transform: uppercase;
  letter-spacing: var(--caps-letter-spacing);
}

[style*="text-transform: uppercase"],
[style*="text-transform:uppercase"] {
  text-transform: uppercase;
}

b, strong {
  font-weight: bold;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus-visible, a.is-active {
  color: #000;
  text-decoration: none;
}

.site-button,
a.site-button,
button.site-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.65rem 1.25rem 0.25rem;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  text-decoration: none;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.site-button:hover, .site-button:active, .site-button:focus-visible,
a.site-button:hover,
a.site-button:active,
a.site-button:focus-visible,
button.site-button:hover,
button.site-button:active,
button.site-button:focus-visible {
  background: #000;
  color: #fff;
}

.page-title {
  margin: 0;
  font-family: "Columna", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: normal;
  line-height: 1.05;
  text-align: center;
}

/******************************************************************
Site Name:
Author:
******************************************************************/
figure.lazyfigure {
  position: relative;
}
figure.lazyfigure .lazyfigure__caption {
  margin-top: 0.25rem;
  text-align: left;
}
figure.lazyfigure .lazyfigure__caption--wide {
  max-width: 42rem;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.lazy-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: none;
}
.lazy-wrapper--pad {
  height: 0;
}
.lazy-wrapper--ratio {
  height: auto;
}
.lazy-wrapper:not(.video) .image-blur {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lazy-wrapper:not(.video) .image-blur {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 2;
}
.lazy-wrapper img,
.lazy-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.lazy-wrapper img.height-100, .lazy-wrapper img.width-100,
.lazy-wrapper video.height-100,
.lazy-wrapper video.width-100 {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.lazy-wrapper img.contain,
.lazy-wrapper video.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.lazy-wrapper .actual-image {
  opacity: 0;
}
.lazy-wrapper .actual-image.lazyloaded {
  opacity: 1;
}
.lazy-wrapper.lazy-complete .loading-spinner {
  display: none;
}
.lazy-wrapper.lazy-complete .image-blur {
  opacity: 0;
  transition: opacity 0.25s linear;
  transition-delay: 0.25s;
}
.lazy-wrapper.lazy-complete .actual-image {
  opacity: 1;
}

.loading-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 50px;
}
.loading-spinner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: rgba(255, 255, 255, 0.5);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/******************************************************************
Site layout: sticky footer, page title spacing
******************************************************************/
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

#main > .page-title,
#main > .archive-title {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

body.page article > .article-header:first-child,
body.single article > .article-header:first-child,
body.single-project article > .article-header:first-child,
body.error404 article > .article-header:first-child,
body.search article > .article-header:first-child {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

body.page .entry-content {
  max-width: 800px;
  margin-inline: auto;
}

body.error404 #inner-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body.error404 #main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.error404 article > .article-header:first-child {
  margin-top: 0;
  text-align: center;
}
body.error404 .page-title {
  margin: 0;
  text-align: center;
}

/******************************************************************
Homepage: scroll sections, section nav, background fade
******************************************************************/
.wrap {
  max-width: 1280px;
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.page-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  transition: background-color 1.6s ease;
  pointer-events: none;
}

body.home {
  background-color: transparent;
  overflow-x: clip;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  color: #000;
}

#inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  body.has-section-nav #inner-header {
    justify-content: center;
  }
  body.has-section-nav .site-nav--desktop {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Gill", Helvetica, Arial, sans-serif;
}
.section-nav a {
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: #000;
  opacity: 1;
}
.section-nav a:hover, .section-nav a:focus-visible, .section-nav a.is-active {
  color: #000;
  opacity: 1;
}

.homepage-logo {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: var(--logo-color, #000);
  transition: color 1.6s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.homepage-logo__svg {
  display: block;
  width: 50vw;
  max-width: calc(100vw - 3rem);
  height: auto;
  margin: 0;
  padding: 0;
  fill: currentColor;
}
@media (max-width: 640px) {
  .homepage-logo__svg {
    width: 80vw;
    max-width: calc(100vw - 2rem);
  }
}

.homepage-intro {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 1.5rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .homepage-intro {
    padding-bottom: calc(3.5rem + env(safe-area-inset-bottom, 0px));
  }
}

.homepage-intro__ticker {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  opacity: 1;
}

.homepage-intro__ticker-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: homepage-interior-ticker var(--ticker-duration, 90s) linear infinite;
  will-change: transform;
}

.homepage-intro__ticker-content {
  flex-shrink: 0;
  padding-right: 3rem;
  white-space: nowrap;
  font-family: "Columna", serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.18em;
  word-spacing: 1.75em;
  color: #000;
  text-transform: uppercase;
}

@keyframes homepage-interior-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.homepage-main {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
}

.homepage-section {
  box-sizing: border-box;
  scroll-margin-top: var(--site-header-offset);
}

.homepage-section--pinned {
  display: block;
  min-height: 0;
  padding: 0;
}
.homepage-section--pinned .homepage-section__pin {
  position: sticky;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 4rem 0;
}
.homepage-section--pinned .homepage-section__runway {
  height: 50vh;
  pointer-events: none;
}

.homepage-section--static {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 4rem 0;
}

.homepage-section--scroll-stack {
  --scroll-stack-sticky-height: 100vh;
  display: block;
  min-height: 0;
  padding: 0;
  align-items: stretch;
}
.homepage-section--scroll-stack .homepage-section__scroll-track {
  position: relative;
}
.homepage-section--scroll-stack .homepage-section__sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: var(--scroll-stack-sticky-height);
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
}
.homepage-section--scroll-stack .homepage-section__sticky::before, .homepage-section--scroll-stack .homepage-section__sticky::after {
  content: "";
  flex: 1 1 0;
  min-height: 0;
}
.homepage-section--scroll-stack .homepage-section__sticky .homepage-section__inner {
  flex: 0 0 auto;
  width: 100%;
}
.homepage-section--scroll-stack .homepage-section__scroll-layer {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin-top: calc(-1 * var(--scroll-stack-sticky-height));
}
.homepage-section--scroll-stack .homepage-section__scroll-runway-start {
  height: var(--scroll-stack-sticky-height);
  pointer-events: none;
}
.homepage-section--scroll-stack .homepage-section__scroll-media {
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.homepage-section--scroll-stack .homepage-section__scroll-runway-end {
  height: 100vh;
  pointer-events: none;
}
.homepage-section--scroll-stack .homepage-section__follow {
  position: relative;
  z-index: 3;
  padding: 4rem 0;
}
.homepage-section--scroll-stack .homepage-module--portrait-scroll {
  width: 100%;
  text-align: center;
}
.homepage-section--scroll-stack .homepage-portrait__media {
  margin: 0 auto;
}
.homepage-section--scroll-stack .homepage-portrait__caption {
  margin: 0.75rem 0 0;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .page-background,
  .homepage-logo {
    transition: none;
  }
  .homepage-intro__ticker-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .homepage-intro__ticker-content:last-child {
    display: none;
  }
  .projects-grid__thumb .projects-grid__media {
    transition: none;
  }
  .homepage-section--scroll-stack .homepage-section__sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
  }
  .homepage-section--scroll-stack .homepage-section__scroll-layer {
    margin-top: 0;
  }
  .homepage-section--scroll-stack .homepage-section__scroll-runway-start,
  .homepage-section--scroll-stack .homepage-section__scroll-runway-end {
    display: none;
  }
  .homepage-section--scroll-stack .homepage-section__scroll-media {
    min-height: 0;
  }
  .homepage-section--pinned .homepage-section__pin {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 4rem 0;
  }
  .homepage-section--pinned .homepage-section__runway {
    height: 0;
  }
  .projects-grid__item:nth-child(even) {
    transform: none;
  }
}
.homepage-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.homepage-module + .homepage-module {
  margin-top: 2.5rem;
}

.homepage-module--spacer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.homepage-module--spacer--small {
  height: 2.5rem;
}
.homepage-module--spacer--medium {
  height: 5rem;
}
.homepage-module--spacer--large {
  height: 8rem;
}
.homepage-module--spacer--xlarge {
  height: 12rem;
}

.homepage-module + .homepage-module--spacer,
.homepage-module--spacer + .homepage-module {
  margin-top: 0;
}

.homepage-module--image .homepage-image-frame {
  margin-left: auto;
  margin-right: auto;
}
.homepage-module--image figure.lazyfigure {
  margin: 0;
}
.homepage-module--image .lazy-wrapper img.contain,
.homepage-module--image .lazy-wrapper video.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.homepage-module__heading {
  margin-bottom: 1.5rem;
}

.homepage-module--projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.homepage-module--projects .homepage-module__heading,
.homepage-module--projects .homepage-module--projects__heading {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
  font-weight: normal;
  line-height: 1.05;
  margin-bottom: 3rem;
  text-align: center;
  width: 100%;
}
.homepage-module--projects .homepage-module__heading.font-base,
.homepage-module--projects .homepage-module--projects__heading.font-base {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: start;
  gap: 6rem 2rem;
  list-style: none;
  margin: 0 auto;
  padding: 5rem 0;
  max-width: 1280px;
  width: 100%;
}

.projects-grid__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-align: center;
}
.projects-grid__item:nth-child(even) {
  transform: translateY(6rem);
}

.projects-grid__link {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.projects-grid__thumb {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  line-height: 0;
  overflow: hidden;
}
.projects-grid__thumb .projects-grid__media {
  transform: scale(1);
  transition: transform 0.65s ease;
}
.projects-grid__thumb--portrait {
  width: 66.666%;
}

@media (hover: hover) and (pointer: fine) {
  .projects-grid__link:hover .projects-grid__thumb .projects-grid__media,
  .projects-grid__link:focus-visible .projects-grid__thumb .projects-grid__media {
    transform: scale(1.04);
  }
}
.projects-grid__caption {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  opacity: 1;
  pointer-events: none;
}

.projects-grid__caption-title {
  font-family: "Columna", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.projects-grid__caption-subtitle {
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-meta);
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

@media (max-width: 640px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 4.5rem;
    padding: 1.5rem 0;
  }
  .projects-grid__item:nth-child(even) {
    transform: none;
  }
}
.homepage-module--image-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.homepage-module--image-grid .homepage-module__heading,
.homepage-module--image-grid .homepage-module--image-grid__heading {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
  font-weight: normal;
  line-height: 1.05;
  margin-bottom: 3rem;
  text-align: center;
  width: 100%;
}
.homepage-module--image-grid .homepage-module__heading.font-base,
.homepage-module--image-grid .homepage-module--image-grid__heading.font-base {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
}
@media (min-width: 768px) {
  .homepage-module--image-grid--3 .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage-module--image-grid-width-wide .image-grid {
  max-width: 1600px;
}
.homepage-module--image-grid-width-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.homepage-module--image-grid-width-full .image-grid {
  max-width: min(1920px, 100vw - 3rem);
}

.image-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  gap: 3.5rem;
  list-style: none;
  margin: 0 auto;
  padding: 1.5rem 0;
  max-width: 1330px;
  width: 100%;
}
@media (min-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem 2rem;
    padding: 5rem 0;
  }
}

.image-grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.homepage-module--image-grid--2 .image-grid__item:nth-child(even) {
  transform: translateY(6rem);
}

.image-grid__thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  line-height: 0;
}
.image-grid__thumb .image-grid__media {
  margin-inline: auto;
}
.image-grid__thumb--portrait {
  width: 66.666%;
  max-width: 66.666%;
  margin-inline: auto;
}

.image-grid__caption {
  margin: 0.75rem 0 0;
  line-height: 1.35;
  text-align: left;
  align-self: stretch;
  width: 100%;
}

@media (max-width: 767px) {
  .homepage-module--image-grid--2 .image-grid__item:nth-child(even),
  .homepage-module--image-grid--3 .image-grid__item:nth-child(even) {
    transform: none;
  }
}
.project-single .article-header {
  text-align: center;
}
.project-single .page-title {
  margin: 0;
  font-family: "Columna", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: normal;
  line-height: 1.05;
  text-align: center;
}

body.page,
body.single-project {
  background-color: transparent;
  overflow-x: clip;
}
body.page #content,
body.single-project #content {
  position: relative;
  z-index: 2;
}

body.single-project .project-single {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5rem;
}

.project-single__back {
  margin-bottom: 1rem;
}

.project-single__featured {
  margin-bottom: 2rem;
}
.project-single__featured img {
  display: block;
  width: 100%;
  height: auto;
}

.homepage-module--text {
  width: 100%;
  min-width: 0;
  max-width: calc(1330px * 0.75);
  margin-inline: auto;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.45;
}
.homepage-module--text--full-width {
  max-width: 100%;
}
.homepage-module--text__headline {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
  font-weight: normal;
  line-height: 1.05;
  margin: 0 0 3rem;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
}
.homepage-module--text__headline.font-base {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
}
.homepage-module--text__body {
  max-width: 100%;
  overflow-wrap: break-word;
}
.homepage-module--text__body img,
.homepage-module--text__body video,
.homepage-module--text__body iframe,
.homepage-module--text__body table,
.homepage-module--text__body pre {
  max-width: 100%;
}
.homepage-module--text__body pre {
  overflow-x: auto;
  white-space: pre-wrap;
}
.homepage-module--text__body p + p {
  margin-top: 1em;
}
.homepage-module--text--bordered .homepage-module--text__body {
  box-sizing: border-box;
  border: 1px solid #000;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  max-width: 100%;
}
.homepage-module--text--bordered .homepage-module--text__body > :first-child {
  margin-top: 0;
}
.homepage-module--text--bordered .homepage-module--text__body > :last-child {
  margin-bottom: 0;
}
.homepage-module--text--bordered .homepage-module--text__body p {
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-module--text--bordered .homepage-module--text__body p + p {
  margin-top: 1em;
}

.homepage-module--text-columns {
  width: 100%;
  min-width: 0;
  max-width: calc(1330px * 0.75);
  margin-inline: auto;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.45;
}
.homepage-module--text-columns--3 {
  max-width: 1330px;
}
@media (max-width: 767px) {
  .homepage-module--text-columns__grid, .homepage-module--text-columns__grid--2, .homepage-module--text-columns__grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.homepage-module--text-columns__headline {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
  font-weight: normal;
  line-height: 1.05;
  margin: 0 0 3rem;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
}
.homepage-module--text-columns__headline.font-base {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
}
.homepage-module--text-columns__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .homepage-module--text-columns__grid {
    gap: 2rem 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homepage-module--text-columns__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.homepage-module--text-columns__col {
  min-width: 0;
  max-width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
}
.homepage-module--text-columns__col img,
.homepage-module--text-columns__col video,
.homepage-module--text-columns__col iframe,
.homepage-module--text-columns__col table,
.homepage-module--text-columns__col pre {
  max-width: 100%;
}
.homepage-module--text-columns__col pre {
  overflow-x: auto;
  white-space: pre-wrap;
}
.homepage-module--text-columns__col--empty {
  padding: 0;
}
@media (max-width: 767px) {
  .homepage-module--text-columns__col--empty {
    display: none;
  }
}
.homepage-module--text-columns__col p + p {
  margin-top: 1em;
}
.homepage-module--text-columns__cta-wrap {
  margin: 1.5rem 0 0;
  text-align: center;
}
.homepage-module--text-columns__cta {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.65rem 1.25rem 0.25rem;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  text-decoration: none;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.homepage-module--text-columns__cta:hover, .homepage-module--text-columns__cta:active, .homepage-module--text-columns__cta:focus-visible {
  background: #000;
  color: #fff;
}
.homepage-module--text-columns--bordered .homepage-module--text-columns__frame {
  box-sizing: border-box;
  border: 1px solid #000;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  max-width: 100%;
}
.homepage-module--text-columns--bordered .homepage-module--text-columns__frame > :first-child {
  margin-top: 0;
}
.homepage-module--text-columns--bordered .homepage-module--text-columns__frame > :last-child {
  margin-bottom: 0;
}
.homepage-module--text-columns--bordered .homepage-module--text-columns__frame p {
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-module--text-columns--bordered .homepage-module--text-columns__frame p + p {
  margin-top: 1em;
}
.homepage-module--text-columns--bordered .homepage-module--text-columns__col {
  padding: 0;
  border: 0;
}
.homepage-module--text-columns--bordered .homepage-module--text-columns__col--empty {
  padding: 0;
}

.homepage-module--button {
  width: 100%;
  min-width: 0;
  max-width: calc(1330px * 0.75);
  margin-inline: auto;
  box-sizing: border-box;
  text-align: center;
}
.homepage-module--button__wrap {
  margin: 0;
}

.homepage-module--contact-form {
  width: 100%;
  min-width: 0;
  max-width: calc(1330px * 0.75);
  margin-inline: auto;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.45;
}
.homepage-module--contact-form__headline {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
  font-weight: normal;
  line-height: 1.05;
  margin: 0 0 3rem;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
}
.homepage-module--contact-form__headline.font-base {
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
}
.homepage-module--contact-form__form .wpforms-container,
.homepage-module--contact-form__form .wpforms-container-full {
  --wpforms-button-background-color: transparent;
  --wpforms-button-background-color-alt: transparent;
  --wpforms-button-text-color: #000;
  --wpforms-button-border-color: #000;
  --wpforms-button-border-style: solid;
  --wpforms-button-border-size: 1px;
  --wpforms-button-border-radius: 0;
  --wpforms-button-size-height: auto;
  --wpforms-button-size-padding-h: 0;
  --wpforms-button-size-font-size: inherit;
  --wpforms-field-size-input-height: calc(0.5rem + 0.45rem + 1.45em);
  --wpforms-field-size-input-spacing: 0.25rem;
  --wpforms-field-border-size: 0;
  --wpforms-field-border-color: #000;
}
.homepage-module--contact-form__form .wpforms-container {
  margin: 0;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-form {
  margin: 0;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-label,
.homepage-module--contact-form__form .wpforms-container .wpforms-field-label-inline {
  margin-bottom: 0.5rem;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-required-label {
  color: inherit;
}
.homepage-module--contact-form__form .wpforms-container label.wpforms-error,
.homepage-module--contact-form__form .wpforms-container em.wpforms-error {
  padding: 0 !important;
  color: #D63637 !important;
}
.homepage-module--contact-form__form .wpforms-container label.wpforms-error::before,
.homepage-module--contact-form__form .wpforms-container em.wpforms-error::before {
  display: none !important;
  content: none !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-error-container,
.homepage-module--contact-form__form .wpforms-container .wpforms-error-noscript {
  color: #D63637;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field input:focus, .homepage-module--contact-form__form .wpforms-container .wpforms-field input:focus-visible,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea:focus,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea:focus-visible,
.homepage-module--contact-form__form .wpforms-container .wpforms-field select:focus,
.homepage-module--contact-form__form .wpforms-container .wpforms-field select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #000 !important;
}
.homepage-module--contact-form__form .wpforms-container input[type=text],
.homepage-module--contact-form__form .wpforms-container input[type=email],
.homepage-module--contact-form__form .wpforms-container input[type=tel],
.homepage-module--contact-form__form .wpforms-container input[type=url],
.homepage-module--contact-form__form .wpforms-container textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.5rem 0 0.45rem;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.45;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}
.homepage-module--contact-form__form .wpforms-container input[type=text]:focus, .homepage-module--contact-form__form .wpforms-container input[type=text]:focus-visible,
.homepage-module--contact-form__form .wpforms-container input[type=email]:focus,
.homepage-module--contact-form__form .wpforms-container input[type=email]:focus-visible,
.homepage-module--contact-form__form .wpforms-container input[type=tel]:focus,
.homepage-module--contact-form__form .wpforms-container input[type=tel]:focus-visible,
.homepage-module--contact-form__form .wpforms-container input[type=url]:focus,
.homepage-module--contact-form__form .wpforms-container input[type=url]:focus-visible,
.homepage-module--contact-form__form .wpforms-container textarea:focus,
.homepage-module--contact-form__form .wpforms-container textarea:focus-visible {
  outline: none !important;
  outline-offset: 0;
  box-shadow: none !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #000 !important;
}
.homepage-module--contact-form__form .wpforms-container textarea,
.homepage-module--contact-form__form .wpforms-container .wpforms-form textarea {
  min-height: calc(0.95rem + 1.45em) !important;
  height: calc(0.95rem + 1.45em);
  overflow-y: hidden;
  resize: none;
  padding: 0.5rem 0 0.45rem !important;
  field-sizing: content;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field input.wpforms-error,
.homepage-module--contact-form__form .wpforms-container .wpforms-field input.user-invalid,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea.wpforms-error,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea.user-invalid {
  border: 0 !important;
  border-bottom: 1px solid #D63637 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field input.wpforms-error:focus, .homepage-module--contact-form__form .wpforms-container .wpforms-field input.wpforms-error:focus-visible,
.homepage-module--contact-form__form .wpforms-container .wpforms-field input.user-invalid:focus,
.homepage-module--contact-form__form .wpforms-container .wpforms-field input.user-invalid:focus-visible,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea.wpforms-error:focus,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea.wpforms-error:focus-visible,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea.user-invalid:focus,
.homepage-module--contact-form__form .wpforms-container .wpforms-field textarea.user-invalid:focus-visible {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #D63637 !important;
  box-shadow: none !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field {
  padding: 0 0 1.25rem;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio {
  padding-bottom: 1.75rem;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio .wpforms-field-label {
  margin-bottom: 0.625rem;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio .wpforms-field-label-inline {
  margin: 0 !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  border: 1px solid #000 !important;
  border-radius: 50%;
  background-color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio input[type=radio]::before, .homepage-module--contact-form__form .wpforms-container .wpforms-field-radio input[type=radio]::after {
  content: none !important;
  display: none !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio input[type=radio]:checked {
  background-color: #000 !important;
  border-color: #000 !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-field-radio input[type=radio]:focus, .homepage-module--contact-form__form .wpforms-container .wpforms-field-radio input[type=radio]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #000 !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-submit-container {
  margin-top: 1.5rem;
  padding: 0;
}
.homepage-module--contact-form__form .wpforms-container button.site-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.65rem 1.25rem 0.25rem;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  text-decoration: none;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.homepage-module--contact-form__form .wpforms-container button.site-button:hover, .homepage-module--contact-form__form .wpforms-container button.site-button:active, .homepage-module--contact-form__form .wpforms-container button.site-button:focus-visible {
  background: #000;
  color: #fff;
}
.homepage-module--contact-form__form .wpforms-container button.site-button {
  width: auto !important;
  height: auto !important;
  min-height: 0;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none !important;
  display: inline-block !important;
  padding: 0.65rem 1.25rem 0.25rem !important;
  border: 1px solid #000 !important;
  font-family: "Gill", Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: var(--caps-letter-spacing) !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.homepage-module--contact-form__form .wpforms-container button.site-button, .homepage-module--contact-form__form .wpforms-container button.site-button:not(:hover):not(:active) {
  background: transparent !important;
  background-color: transparent !important;
  color: #000 !important;
}
.homepage-module--contact-form__form .wpforms-container button.site-button:hover, .homepage-module--contact-form__form .wpforms-container button.site-button:active, .homepage-module--contact-form__form .wpforms-container button.site-button:focus-visible {
  outline: none;
  box-shadow: none !important;
  background: #000 !important;
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.homepage-module--contact-form__form .wpforms-container button.site-button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none !important;
}
.homepage-module--contact-form__form .wpforms-container .wpforms-confirmation-container-full {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.homepage-module--contact-form__form .wpforms-confirmation-container-full {
  margin: 0;
  padding: 3rem 0;
  border: 0;
  background: transparent;
  text-align: center;
}
.homepage-module--contact-form__form .wpforms-confirmation-container-full p {
  margin: 0;
}

/******************************************************************
Single project modules
******************************************************************/
.project-single__modules {
  width: 100%;
}
.project-single__modules .homepage-module + .homepage-module,
.project-single__modules .project-module + .homepage-module,
.project-single__modules .homepage-module + .project-module,
.project-single__modules .project-module + .project-module {
  margin-top: 2.5rem;
}
.project-single__modules .homepage-module + .homepage-module--spacer,
.project-single__modules .homepage-module--spacer + .homepage-module,
.project-single__modules .project-module + .homepage-module--spacer,
.project-single__modules .homepage-module--spacer + .project-module {
  margin-top: 0;
}

.project-module--gallery {
  width: 100%;
  min-width: 0;
}

.project-gallery-wrap {
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 0.75rem;
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-size: 0.375rem;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --project-gallery-max-h: min((100svh - 5rem) * 0.99, 95.04svh);
  scroll-margin-top: 3rem;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.project-gallery-wrap:not(.project-gallery-wrap--multiple) .project-gallery__pagination,
.project-gallery-wrap:not(.project-gallery-wrap--multiple) .project-gallery__prev,
.project-gallery-wrap:not(.project-gallery-wrap--multiple) .project-gallery__next {
  display: none;
}

.project-gallery-ticker {
  width: 100%;
  overflow: hidden;
}

.project-gallery-ticker__track {
  --gallery-ticker-speed: 50;
  --gallery-ticker-image-scale: 0.75;
  --gallery-ticker-slides-mobile: 2;
  --gallery-ticker-slides-desktop: 3;
  --gallery-ticker-slides-wide: 4;
  --gallery-ticker-breakpoint-wide: 1800;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: project-gallery-ticker var(--gallery-ticker-duration, 60s) linear infinite;
  will-change: transform;
}

.project-gallery-ticker__set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10vw;
  padding-right: 10vw;
}

.project-gallery-ticker__slide {
  flex: 0 0 auto;
  margin: 0;
}
.project-gallery-ticker__slide .project-gallery__media {
  height: 100%;
}

@keyframes project-gallery-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.project-gallery__frame {
  position: relative;
  width: 100%;
}

.project-gallery-wrap .swiper-button-prev,
.project-gallery-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.25rem;
  transform: translateY(-50%);
  color: #000;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s ease;
}
.project-gallery-wrap .swiper-button-prev::after,
.project-gallery-wrap .swiper-button-next::after {
  font-size: 1.125rem;
  color: #000;
}
.project-gallery-wrap .swiper-button-prev:focus, .project-gallery-wrap .swiper-button-prev:focus-visible,
.project-gallery-wrap .swiper-button-next:focus,
.project-gallery-wrap .swiper-button-next:focus-visible {
  outline: none;
  box-shadow: none;
}
.project-gallery-wrap .swiper-button-prev.swiper-button-disabled,
.project-gallery-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.12;
  pointer-events: none;
  transform: translateY(-50%);
}

.project-gallery-wrap .project-gallery__prev {
  left: 2.5rem;
}

.project-gallery-wrap .project-gallery__next {
  right: 2.5rem;
}

.project-gallery {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.project-gallery .swiper-wrapper {
  align-items: center;
  box-sizing: border-box;
}
.project-gallery__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.project-gallery__figure {
  margin: 0;
  width: 100%;
}
.project-gallery__media {
  margin-inline: auto;
}
.project-gallery__caption {
  margin: 0.75rem 0 0;
  text-align: left;
}

.project-gallery__pagination {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1.25rem;
  padding-bottom: 0.125rem;
  line-height: 0;
  pointer-events: auto;
}
.project-gallery__pagination .swiper-pagination-bullet {
  flex: 0 0 auto;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 !important;
  background: #000;
  opacity: 0.2;
  transform: none;
  transition: opacity 0.2s ease;
}
.project-gallery__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: none;
}

.project-single__next {
  display: block;
  margin-top: 12rem;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.project-single__next-label {
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
}

.project-single__next-title {
  display: block;
  font-family: "Columna", serif;
  font-size: clamp(1.3333333333rem, 3.3333333333vw, 2.3333333333rem);
  font-weight: normal;
  line-height: 1.05;
}

@media (max-width: 640px) {
  .project-gallery-wrap .project-gallery__prev,
  .project-gallery-wrap .project-gallery__next {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .project-gallery-wrap .swiper-button-prev,
  .project-gallery-wrap .swiper-button-next {
    display: none;
  }
  .project-gallery-ticker__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 10vw;
  }
  .project-gallery-ticker__set {
    display: contents;
    padding-right: 0;
  }
  .project-gallery-ticker__set[aria-hidden=true] {
    display: none;
  }
  .project-gallery-ticker__slide {
    width: auto;
    height: auto;
  }
}
/******************************************************************
Mobile navigation
******************************************************************/
.nav-toggle {
  display: none;
  position: relative;
  z-index: 110;
  margin: 0;
  padding: 0.5rem;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}
.nav-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-toggle__icon, .nav-toggle__icon::before, .nav-toggle__icon::after {
  display: block;
  width: 1.5rem;
  height: 1px;
  background-color: currentColor;
}
.nav-toggle__icon {
  position: relative;
}
.nav-toggle__icon::before, .nav-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle__icon::before {
  top: -0.45rem;
}
.nav-toggle__icon::after {
  top: 0.45rem;
}
.nav-toggle[aria-expanded=true] .nav-toggle__icon {
  background-color: transparent;
}
.nav-toggle[aria-expanded=true] .nav-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}
.nav-toggle[aria-expanded=true] .nav-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--page-bg, var(--color-site-bg));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease, background-color 1.6s ease;
}
.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-nav__inner {
  width: 100%;
  max-width: 24rem;
  padding: 2rem 1.5rem;
}
.mobile-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0 0 2rem 0;
  text-align: center;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  font-size: calc(var(--font-size-base) * 1.3);
}
.mobile-nav__list.font-base {
  font-size: calc(var(--font-size-base) * 1.3);
}
.mobile-nav__list a {
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  text-decoration: none;
  color: #000;
  opacity: 1;
}
.mobile-nav__list a:hover, .mobile-nav__list a:focus-visible, .mobile-nav__list a.is-active {
  color: #000;
  opacity: 1;
}

body.mobile-nav-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-nav--desktop {
    display: none !important;
  }
  body.has-section-nav #inner-header {
    justify-content: flex-end;
  }
  body:not(.has-section-nav) #inner-header {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-nav {
    transition: none;
  }
}
/******************************************************************
Site footer
******************************************************************/
.site-footer {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 2rem 0 1rem;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem 2rem;
}

.site-footer__start {
  justify-self: start;
}

.site-footer__end {
  justify-self: end;
}

.site-footer__link,
.site-footer__copyright {
  margin: 0;
  font-family: "Gill", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: inherit;
}

.site-footer__link {
  text-decoration: none;
}
.site-footer__link:hover {
  opacity: 0.7;
}

.site-footer__copyright {
  grid-column: 2;
  text-align: center;
}

@media (max-width: 640px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.75rem;
  }
  .site-footer__start,
  .site-footer__end {
    justify-self: center;
  }
  .site-footer__copyright {
    grid-column: 1;
  }
}
