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

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

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Extrabold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-RegItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-SemiboldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

:root {
  --background: #fff;
  --foreground: #000;
  --muted: #686868;
  --edge: 40px;
  --header-height: 60px;
  --content-width: none;
  --text-width: 48rem;
  --gap: 40px;
  --type-page-title: 60px;
  --type-section-title: 45px;
  --type-card-title: 35px;
  --type-body: 20px;
  --type-small: 14px;
  --line-heading: 1.1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: var(--foreground);
  background: var(--background);
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.15em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 8px 12px;
  color: #fff;
  background: #000;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(
  .prose,
  .downloads,
  .network-list,
  .page-intro,
  .project-info-block__text,
  .block-type-text,
  figcaption
) a {
  color: #000;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 2px 0 3px #000;
  transform: translate(0);
}

:where(
  .prose,
  .downloads,
  .network-list,
  .page-intro,
  .project-info-block__text,
  .block-type-text,
  figcaption
) a:hover {
  box-shadow: 0 2px 0 4px #000;
}

:where(
  .prose,
  .downloads,
  .network-list,
  .page-intro,
  .project-info-block__text,
  .block-type-text,
  figcaption
) a:active {
  transform: translate(0, 2px);
  box-shadow: 0 -1px 0 4px #000;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  padding: 20px var(--edge);
  background: var(--background);
}

.brand {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  height: 22px;
}

.brand img {
  width: auto;
  height: 100%;
}

.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-group-right {
  justify-content: flex-end;
}

.site-nav a {
  margin-right: 5px;
  padding: 5px 20px 5px 0;
  text-decoration: none;
}

.site-nav .nav-group-right a {
  margin-right: 0;
  padding-right: 0;
  padding-left: 30px;
}

.language-switch {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.site-nav .language-switch a {
  padding-left: 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.site-nav .language-switch a[aria-current="true"] {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: rgb(0 0 0 / 75%);
  text-decoration: none;
}

.menu-toggle {
  display: none;
  justify-self: end;
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  font: inherit;
}

main {
  min-height: calc(100vh - 5rem);
}

.page-intro {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.page-intro h1 {
  width: 100%;
  margin: 100px 0 20px;
  padding-top: 10px;
  font-size: var(--type-page-title);
  font-weight: 700;
  line-height: var(--line-heading);
}

.page-intro p {
  max-width: 50%;
  margin: 0 auto 10px;
  font-size: var(--type-body);
  line-height: 1.15;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: var(--gap);
  width: 100%;
  margin: 0;
  padding: 60px var(--edge);
}

.project-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.project-card--portrait {
  grid-row: span 2;
  aspect-ratio: auto;
}

.project-card--portrait > a {
  height: 0;
  padding-bottom: calc(112.5% + var(--gap));
}

.project-card a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.project-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #ececec;
}

.project-card-media img,
.project-card-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 120ms linear;
}

.project-card-media video {
  z-index: 2;
  opacity: 0;
}

.project-card:hover .project-card-media video {
  opacity: 1;
}

.project-card-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.project-card-copy h2,
.project-card-copy p {
  margin: 0;
}

.project-card-copy h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  font-size: var(--type-card-title);
  font-weight: 700;
  line-height: 42px;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 200ms cubic-bezier(.86, 0, .07, 1);
}

.project-card-copy p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50%;
  font-size: var(--type-body);
  line-height: 22px;
  transform: translate(-50%, 120px);
  transition: transform 200ms cubic-bezier(.86, 0, .07, 1);
}

.project-card:hover .project-card-copy h2,
.project-card:focus-within .project-card-copy h2 {
  opacity: 0;
  transform: translate(-50%, -70%);
}

.project-card:hover .project-card-copy p,
.project-card:focus-within .project-card-copy p {
  transform: translate(-50%, 0);
}

.project {
  --project-top-space: 155px;
  --project-title-space: calc(var(--project-top-space) - var(--header-height));
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 140px;
  padding: var(--project-top-space) 40px 0;
}

.project-title {
  padding-bottom: var(--project-title-space);
  text-align: center;
}

.project-title h1 {
  margin: 0;
  font-size: var(--type-page-title);
  font-weight: 700;
  line-height: var(--line-heading);
}

.project-title p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.1;
}

.project-layouts > .media-layout:first-child .project-info-block:not(:has(h2)) {
  padding-top: 0;
}

.project-hero,
.project-hero-image {
  width: 100%;
  margin-bottom: clamp(3rem, 7vw, 8rem);
}

.project-hero iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.project-hero-image {
  max-height: 85vh;
  object-fit: cover;
}

.project-info {
  max-width: var(--text-width);
  margin: 0 auto clamp(3rem, 8vw, 9rem);
  text-align: center;
}

.project-info h1 {
  margin: 0;
  font-size: var(--type-page-title);
  font-weight: 700;
  line-height: var(--line-heading);
}

.project-subtitle {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: var(--type-body);
}

.project-intro,
.project-credits {
  margin-top: clamp(2rem, 4vw, 4rem);
  font-size: var(--type-body);
}

.project-credits {
  color: var(--muted);
}

.project-intro p,
.project-credits p {
  margin: 0 0 1em;
}

.media-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.media-layout--compact {
  gap: 16px;
  margin-bottom: 16px;
}

.media-layout--wide {
  gap: 60px;
}

.media-column {
  grid-column: span var(--column-width);
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 40px;
}

.media-column > * {
  margin: 0;
}

.media-column .block,
.media-column figure,
.media-column img,
.media-column video,
.media-column iframe {
  width: 100%;
}

.media-column figure {
  margin: 0;
}

.project-video {
  width: 100%;
  aspect-ratio: var(--video-ratio);
  overflow: hidden;
  background: #000;
}

.project-video iframe,
.project-video video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: var(--video-fit);
}

.project-info-block {
  padding: 20px 0;
}

.project-info-block h1,
.project-info-block h2 {
  margin: 0 0 40px;
  color: #000;
  font-weight: 700;
  line-height: var(--line-heading);
}

.project-info-block h1 {
  font-size: var(--type-page-title);
}

.project-info-block h2 {
  font-size: var(--type-section-title);
}

.project-info-block h2,
.project-details > h2,
.text-page h2,
.contact-cta h2 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.project-info-block--center h1 {
  text-align: center;
}

.project-info-block h2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.project-info-block__text {
  width: 80%;
  color: #000;
  font-size: var(--type-body);
  font-weight: 600;
  line-height: 1.2;
}

.project-info-block--narrow .project-info-block__text {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.project-info-block--narrow h2 {
  width: 60%;
}

.project-info-block__text p {
  margin: 0 0 1em;
}

.project-info-block__text p:last-child {
  margin-bottom: 0;
}

.block-type-image img,
.block-type-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

figcaption {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.back-link {
  display: inline-block;
  margin: 40px 0 0;
  padding: 9px 15px;
  color: #fff;
  background: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.back-link:hover {
  color: #000;
  background: #fff;
  box-shadow: 0 0 0 2px #000;
}

.project-details {
  margin: clamp(70px, 10vw, 150px) 0 40px;
  padding-top: 30px;
  border-top: 2px solid #000;
}

.project-details > h2 {
  margin: 0 0 50px;
  font-size: var(--type-section-title);
  line-height: var(--line-heading);
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 40px;
  margin: 0;
}

.project-facts > div {
  min-width: 0;
}

.project-facts dt,
.project-story h3 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-facts dd {
  margin: 0;
  font-size: var(--type-body);
  line-height: 1.15;
}

.project-facts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-facts a {
  color: inherit;
}

.project-facts span {
  color: var(--muted);
}

.project-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 70px;
}

.project-story article > div {
  font-size: var(--type-body);
  line-height: 1.2;
}

.project-story p {
  margin: 0 0 1em;
}

.text-page {
  max-width: var(--text-width);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 8rem) var(--edge);
}

.text-page h1 {
  margin: 0 0 clamp(2rem, 5vw, 5rem);
  font-size: var(--type-page-title);
  font-weight: 700;
  line-height: var(--line-heading);
}

.text-page h2 {
  margin: 3rem 0 1.5rem;
  font-size: var(--type-section-title);
  line-height: var(--line-heading);
}

.text-page h3 {
  margin: 2rem 0 0.75rem;
  font-size: var(--type-body);
  line-height: var(--line-heading);
}

.prose {
  font-size: var(--type-body);
  line-height: 1.1;
}

.prose p {
  margin: 0 0 1em;
}

.prose ul {
  margin: 0 0 1.5em;
  padding-left: 1.2em;
}

.prose li {
  margin-bottom: 0.35em;
}

.network-list,
.downloads {
  padding: 0;
  list-style: none;
}

.downloads li + li {
  margin-top: 16px;
}

.contact-cta {
  width: calc(100% - (2 * var(--edge)));
  margin: 80px var(--edge) 40px;
  padding: clamp(40px, 8vw, 110px) var(--edge);
  background: #000;
  color: #fff;
  text-align: center;
}

.contact-cta-kicker {
  margin: 0 0 20px;
  font-size: var(--type-small);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-cta h2 {
  margin: 0;
  font-size: var(--type-section-title);
  line-height: var(--line-heading);
}

.contact-cta > p:not(.contact-cta-kicker) {
  max-width: 42rem;
  margin: 30px auto;
  font-size: var(--type-body);
  line-height: 1.15;
}

.button-link {
  display: inline-block;
  padding: 10px 16px;
  color: #000;
  background: #fff;
  font-size: 22px;
  text-decoration: none;
}

.button-link:hover {
  color: #fff;
  background: #000;
  box-shadow: 0 0 0 2px #fff;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 30px var(--edge) 40px;
  border-bottom: 1px solid #e4ebf3;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

.footer-identity,
.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.site-footer strong {
  font-weight: inherit;
}

.footer-nav {
  align-items: flex-end;
}

.site-footer a {
  color: #000;
  font: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  color: rgb(0 0 0 / 75%);
}

.footer-consent-settings {
  padding: 0;
  border: 0;
  color: #000;
  background: transparent;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.footer-consent-settings:hover {
  color: rgb(0 0 0 / 75%);
}

.consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 500;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  background: #000;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: var(--line-heading);
}

.consent-banner p {
  max-width: 620px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.consent-banner a {
  color: inherit;
}

.consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.consent-actions button {
  padding: 8px 12px;
  border: 2px solid #fff;
  color: #fff;
  background: #000;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.consent-actions button:hover,
.consent-actions button:focus-visible {
  color: #000;
  background: #fff;
}

@media (max-width: 1180px) {
  :root {
    --edge: 24px;
    --gap: 24px;
    --type-page-title: 48px;
    --type-section-title: 36px;
    --type-card-title: 30px;
    --type-body: 18px;
  }

  .project {
    --project-top-space: 110px;
  }

  .page-intro h1 {
    margin-top: 80px;
  }

  .project-grid {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-page {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .site-header {
    justify-content: space-between;
  }

  .brand {
    position: static;
    height: 30px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
  }

  .site-nav {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: none;
    padding: 10px 40px 20px;
    background: var(--background);
    box-shadow: 0 8px 50px rgb(0 0 0 / 5%);
  }

  .site-nav.is-open {
    display: flex;
    flex-direction: column;
  }

  .nav-group,
  .nav-group-right {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
  }

  .language-switch {
    justify-content: center;
    width: 100%;
    margin: 4px 0;
  }

  .site-nav .language-switch a {
    width: auto;
    padding: 8px;
  }

  .site-nav a,
  .site-nav .nav-group-right a {
    width: 100%;
    margin: 0;
    padding: 12px 10px;
    text-align: center;
  }

}

@media (max-width: 767px) {
  :root {
    --edge: 10px;
    --gap: 10px;
    --type-page-title: 38px;
    --type-section-title: 30px;
    --type-card-title: 26px;
    --type-body: 18px;
  }

  .site-header {
    justify-content: space-between;
    height: 60px;
    padding: 17px 10px;
  }

  .brand {
    position: static;
    height: 25px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
  }

  .site-nav {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: none;
    padding: 10px 10px 20px;
    background: var(--background);
    box-shadow: 0 8px 50px rgb(0 0 0 / 5%);
  }

  .site-nav.is-open {
    display: flex;
    flex-direction: column;
  }

  .nav-group,
  .nav-group-right {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
  }

  .language-switch {
    justify-content: center;
    width: 100%;
    margin: 4px 0;
  }

  .site-nav .language-switch a {
    width: auto;
    padding: 8px;
  }

  .site-nav a,
  .site-nav .nav-group-right a {
    width: 100%;
    margin: 0;
    padding: 12px 10px;
    text-align: center;
  }

  .page-intro h1 {
    margin: 70px 0 16px;
    padding-top: 0;
    font-size: var(--type-page-title);
    line-height: var(--line-heading);
  }

  .page-intro p {
    width: calc(100% - 20px);
    max-width: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr;
    padding: 40px var(--edge);
  }

  .project-card {
    aspect-ratio: 16 / 9;
  }

  .project-card--portrait {
    grid-row: auto;
    aspect-ratio: 2 / 3;
  }

  .project-card--portrait > a {
    height: 100%;
    padding-bottom: 0;
  }

  .project-card-copy h2 {
    width: 80%;
    font-size: var(--type-card-title);
    line-height: var(--line-heading);
  }

  .project-card-copy p {
    bottom: 10px;
    display: block;
    width: 80%;
    font-size: 16px;
    line-height: 1.1;
    transform: translate(-50%, 0);
  }

  .media-column {
    grid-column: 1 / -1;
    gap: 20px;
  }

  .project {
    --project-top-space: 80px;
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .media-layout {
    gap: 20px;
    margin-bottom: 20px;
  }

  .media-layout--compact {
    gap: 16px;
    margin-bottom: 16px;
  }

  .media-layout--mobile-columns .media-column {
    grid-column: span var(--column-width);
  }

  .project-info-block {
    padding: 20px 0;
  }

  .project-info-block h1,
  .project-info-block h2 {
    margin-bottom: 20px;
    line-height: var(--line-heading);
  }

  .project-info-block h2,
  .project-details > h2,
  .text-page h2,
  .contact-cta h2 {
    font-size: var(--type-section-title);
  }

  .text-page {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .text-page h1 {
    margin-bottom: 32px;
  }

  .text-page h2 {
    margin: 40px 0 18px;
  }

  .text-page h3 {
    margin-top: 28px;
  }

  .project-info-block h2,
  .project-info-block--narrow h2,
  .project-info-block__text,
  .project-info-block--narrow .project-info-block__text {
    width: 100%;
  }

  .back-link {
    margin-top: 20px;
    font-size: 20px;
  }

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

  .project-details > h2 {
    margin-bottom: 35px;
  }

  .project-story {
    margin-top: 50px;
  }

  .contact-cta {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .site-footer {
    flex-direction: column;
    gap: 30px;
  }

  .footer-nav {
    align-items: flex-start;
  }

  .consent-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .consent-actions {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
