@font-face {
  font-family: "Manrope Local";
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope Local";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --enter-ink: #3a3a3a;
  --enter-paper: #ededed;
  --enter-pink: #f100b9;
  --enter-blue: #00a3f9;
  --enter-orange: #ff5c00;
  color-scheme: light;
  font-family: "Manrope Local", Arial, sans-serif;
  font-synthesis: none;
}

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

html {
  overflow-x: hidden;
  background: var(--enter-paper);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--enter-ink);
  background: var(--enter-paper);
  font-family: "Manrope Local", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

img,
svg,
picture {
  display: block;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--enter-blue);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 100010;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  transform: translateY(-150%);
  opacity: 0;
  pointer-events: none;
  border: 1px solid var(--enter-pink);
  border-radius: 24px;
  background: var(--enter-paper);
  transition: transform 160ms ease, opacity 160ms ease;
}

.keyboard-navigation .skip-link:focus-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.zero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--section-background, var(--enter-paper));
}

.zero-canvas {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 1200px;
  height: 100%;
}

.zero-item {
  position: absolute;
  display: block;
  margin: 0;
}

.site-header {
  height: 80px;
  --section-background: var(--enter-paper);
}

.site-header__logo {
  top: -21px;
  left: -74px;
  width: 50px;
  height: 125px;
  overflow: hidden;
}

.site-header__logo img {
  width: 50px;
  height: auto;
}

.site-header__pill {
  top: 22px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--enter-pink);
  border-radius: 30px;
  background: var(--enter-paper);
  color: var(--enter-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 21.7px;
  text-align: center;
  text-decoration: none;
}

.site-header__promise {
  left: 63px;
  width: 276px;
}

.site-header__email {
  left: 1106px;
  width: 177px;
}

.site-header__link {
  top: 29px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__about { left: 494px; }
.site-header__contacts { left: 672px; }
.site-header__projects { left: 834px; }

.page-loader {
  position: fixed;
  z-index: 100005;
  inset: 0;
  display: block;
  min-height: 500px;
  background: var(--enter-ink);
  opacity: 1;
  visibility: visible;
}

.page-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 143px;
  height: auto;
  transform: translate(-50%, -50%) scale(var(--loader-scale, 1));
  transform-origin: center;
  will-change: transform;
}

.page-loader.is-finished {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .page-loader img {
    transform: translate(-50%, -50%);
  }
}

.home-hero {
  height: 640px;
}

.home-hero__grid {
  top: 15px;
  left: 0;
  width: 1200px;
  height: auto;
}

.home-hero__identity {
  top: 55px;
  left: 46px;
  width: 1109px;
  height: auto;
}

.home-about {
  height: 260px;
}

.home-about__keyhole {
  top: 86px;
  left: 1114px;
  width: 62px;
  height: auto;
}

.home-about__we-are {
  top: 86px;
  left: 20px;
  width: 197px;
  height: auto;
}

.home-about__enter {
  top: 123px;
  left: 69px;
  width: 174px;
  height: auto;
}

.home-about__copy {
  top: 68px;
  left: 280px;
  width: 804px;
  margin: 0;
  color: var(--enter-ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.home-about__copy strong {
  font-style: italic;
  font-weight: 700;
}

.home-projects {
  height: 610px;
}

.home-projects__grid {
  top: 0;
  left: 0;
  width: 1200px;
  height: auto;
}

.home-card__shape {
  top: 35px;
  width: 281px;
  height: auto;
}

.home-card__title {
  top: 430px;
  margin: 0;
  color: var(--enter-ink);
  font-size: 35px;
  font-weight: 800;
  line-height: 54px;
  text-decoration: none;
  white-space: nowrap;
}

.home-card__label {
  top: 478px;
  width: 148px;
  height: auto;
}

.home-card--sovcombank .home-card__shape { left: 88px; }
.home-card--sovcombank .home-card__title { left: 105px; }
.home-card--sovcombank .home-card__label { left: 154px; }
.home-card--mubadala .home-card__shape { left: 460px; }
.home-card--mubadala .home-card__title { left: 501px; }
.home-card--mubadala .home-card__label { left: 526px; }
.home-card--yadran .home-card__shape { left: 828px; }
.home-card--yadran .home-card__title { left: 914px; }
.home-card--yadran .home-card__label { left: 905px; }

.coming-soon {
  height: 210px;
  --section-background: var(--coming-accent, var(--enter-blue));
  color: #fff;
}

.coming-soon__title {
  top: 30px;
  left: 20px;
  margin: 0;
  font-size: 91px;
  font-weight: 700;
  line-height: 141px;
  white-space: nowrap;
}

.coming-soon__copy {
  top: 149px;
  left: 20px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  white-space: nowrap;
}

.project-hero {
  height: 620px;
}

.project-hero__grid {
  top: 10px;
  left: 0;
  width: 1201px;
  height: auto;
}

.project-hero__title {
  top: 167px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: #353537;
  font-size: 150px;
  font-weight: 900;
  line-height: 233px;
  letter-spacing: 0;
  white-space: nowrap;
}

.project-hero__subtitle {
  top: 316px;
  left: 417px;
  width: 367px;
  height: auto;
}

.project-metrics {
  height: 260px;
}

.project-metric {
  margin: 0;
  color: var(--enter-ink);
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  white-space: nowrap;
}

.project-metric sup {
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
  line-height: 0;
  vertical-align: baseline;
}

.project-metric--demolition { top: 57px; left: 44px; }
.project-metric--construction { top: 52px; left: 382px; }
.project-metric--payment { top: 57px; left: 868px; }
.project-metric--stu { top: 160px; left: 45px; }
.project-metric--covid { top: 162px; left: 359px; }

.project-metric-line {
  height: auto;
}

.project-metric-line--demolition { top: 113px; left: 28px; width: 308px; }
.project-metric-line--construction { top: 104px; left: 394px; width: 393px; }
.project-metric-line--payment { top: 104px; left: 849px; width: 308px; }
.project-metric-line--stu { top: 207px; left: 13px; width: 308px; }
.project-metric-line--covid { top: 218px; left: 480px; width: 582px; }

.project-collage {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, 50vh);
  overflow: hidden;
  background: var(--enter-paper);
}

.project-collage figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.project-collage figure:first-child {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
}

.project-collage figure:nth-child(2) {
  grid-column: 5 / span 2;
  grid-row: 1;
}

.project-collage figure:nth-child(3) {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.project-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-zoom-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}

.media-zoom-trigger img {
  cursor: zoom-in;
}

.project-stroke {
  height: 180px;
}

.project-stroke img {
  top: 56px;
  left: -1425px;
  width: 2434px;
  height: auto;
}

.case-slider {
  position: relative;
  height: 655px;
  padding-top: 45px;
  overflow: hidden;
  background: var(--enter-paper);
}

.case-slider__viewport {
  height: 550px;
  overflow: hidden;
}

.case-slider__track {
  --slide-step: 1200px;
  --slide-width: 1160px;
  display: flex;
  gap: 40px;
  width: max-content;
  transform: translateX(calc((100vw - var(--slide-width)) / 2 - var(--slide-index, 1) * var(--slide-step)));
  transition: transform 300ms ease;
}

.case-slider__slide {
  flex: 0 0 var(--slide-width);
  width: var(--slide-width);
  height: 550px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #c3bfbd;
  opacity: 0.3;
  transition: opacity 300ms ease-in-out;
}

.case-slider:not(.is-ready) .case-slider__slide:nth-child(2),
.case-slider__slide.is-active {
  opacity: 1;
}

.case-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.case-slider__bullets {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.case-slider__bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--enter-blue);
  cursor: pointer;
}

.case-slider__bullet[aria-current="true"] {
  background: var(--enter-pink);
}

body.media-lightbox-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.media-lightbox[hidden] {
  display: none;
}

.media-lightbox {
  position: fixed;
  z-index: 200000;
  inset: 0;
  color: #000;
  background: #fff;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  user-select: none;
}

.media-lightbox.is-open {
  opacity: 1;
}

.media-lightbox__dialog {
  position: absolute;
  inset: 0;
  outline: 0;
}

.media-lightbox__stage {
  position: absolute;
  inset: 15px;
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.media-lightbox__media {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-lightbox__image {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  cursor: zoom-in;
  pointer-events: none;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  will-change: opacity;
}

.media-lightbox__image.is-loaded {
  opacity: 1;
  pointer-events: auto;
}

.media-lightbox.is-zoomed .media-lightbox__stage {
  overflow: auto;
  touch-action: pan-x pan-y;
}

.media-lightbox.is-zoomed .media-lightbox__media {
  width: max-content;
  min-width: 100%;
  height: max-content;
  min-height: 100%;
}

.media-lightbox.is-zoomed .media-lightbox__image {
  position: static;
  inset: auto;
  flex: none;
  max-width: none;
  max-height: none;
  cursor: zoom-out;
}

.media-lightbox__toolbar {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 13px;
  display: flex;
  gap: 10px;
}

.media-lightbox__tool,
.media-lightbox__control-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px rgba(1, 1, 1, 0.1);
  transition: background-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.media-lightbox__tool {
  position: relative;
  cursor: pointer;
}

.media-lightbox__tool::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
}

.media-lightbox__zoom-out,
.media-lightbox.is-zoomed .media-lightbox__zoom-in {
  display: none;
}

.media-lightbox.is-zoomed .media-lightbox__zoom-out {
  display: block;
}

.media-lightbox__control {
  position: absolute;
  z-index: 2;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 15%;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 0;
  color: #000;
  background: transparent;
  cursor: pointer;
}

.media-lightbox__control--next {
  right: 0;
  left: auto;
  justify-content: flex-end;
}

.media-lightbox__control[hidden] {
  display: none;
}

.media-lightbox__control-icon {
  flex: 0 0 37px;
}

.media-lightbox__control-icon svg {
  display: block;
  flex: none;
}

@media (hover: hover) {
  .media-lightbox__tool:hover,
  .media-lightbox__control:hover .media-lightbox__control-icon {
    background: #fff;
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.16);
  }
}

@media (max-width: 768px) {
  .media-lightbox__stage {
    inset: 0;
  }

  .media-lightbox__control {
    width: 20%;
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-slider__track,
  .case-slider__slide,
  .media-lightbox,
  .media-lightbox__image,
  .media-lightbox__tool,
  .media-lightbox__control-icon {
    transition-duration: 0ms;
  }
}

@media (max-width: 639px) {
  .case-slider {
    height: 550.69px;
  }

  .case-slider__viewport {
    height: 460px;
  }

  .case-slider__track {
    --slide-width: calc(100vw - 40px);
    --slide-step: calc(100vw - 20px);
    gap: 20px;
  }

  .case-slider__slide {
    height: 460px;
  }

  .case-slider__bullets {
    height: 45px;
  }
}

/* Tablet layout: the 1200px desktop composition becomes fluid without
   changing the source elements or the desktop geometry. */
@media (max-width: 1199px) {
  .site-header .zero-canvas {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    padding: 0 clamp(24px, 4vw, 48px);
  }

  .site-header .zero-item {
    position: static;
  }

  .site-header__logo {
    display: none;
  }

  .site-header__pill,
  .site-header__link {
    top: auto;
    left: auto;
  }

  .site-header__promise {
    flex: 0 1 276px;
    width: auto;
    min-width: 220px;
    margin-right: auto;
  }

  .site-header__email {
    flex: 0 0 177px;
    width: 177px;
    margin-left: auto;
  }

  .home-hero {
    height: clamp(240px, 53.333vw, 640px);
  }

  .home-hero .zero-canvas,
  .project-hero .zero-canvas {
    left: 0;
    width: 100%;
  }

  .home-hero__grid,
  .project-hero__grid {
    top: 2.3%;
    left: 0;
    width: 100%;
  }

  .home-hero__identity {
    top: 8.6%;
    left: 3.833%;
    width: 92.417%;
  }

  .home-about {
    height: auto;
  }

  .home-about .zero-canvas {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 280px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 80px;
    align-items: start;
    gap: clamp(20px, 4vw, 52px);
    padding: 48px clamp(32px, 6vw, 76px);
  }

  .home-about .zero-item {
    position: static;
  }

  .home-about__we-are {
    grid-column: 1;
    grid-row: 1;
  }

  .home-about__enter {
    grid-column: 1;
    grid-row: 1;
    margin-top: 42px;
    margin-left: 40px;
  }

  .home-about__copy {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.55;
  }

  .home-about__keyhole {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .home-projects {
    height: auto;
  }

  .home-projects .zero-canvas {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 281px));
    justify-content: space-evenly;
    gap: 18px;
    padding: 20px clamp(24px, 4vw, 48px) 32px;
  }

  .home-projects__grid {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-card {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 520px;
  }

  .home-card__shape,
  .home-card--sovcombank .home-card__shape,
  .home-card--mubadala .home-card__shape,
  .home-card--yadran .home-card__shape {
    top: 20px;
    left: 50%;
    width: min(100%, 281px);
    transform: translateX(-50%);
  }

  .home-card__title,
  .home-card--sovcombank .home-card__title,
  .home-card--mubadala .home-card__title,
  .home-card--yadran .home-card__title {
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-card__label,
  .home-card--sovcombank .home-card__label,
  .home-card--mubadala .home-card__label,
  .home-card--yadran .home-card__label {
    top: 468px;
    left: 50%;
    transform: translateX(-50%);
  }

  .coming-soon {
    height: auto;
    min-height: 180px;
  }

  .coming-soon .zero-canvas {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px clamp(24px, 5vw, 64px);
  }

  .coming-soon .zero-item {
    position: static;
  }

  .coming-soon__title {
    font-size: clamp(64px, 7.6vw, 91px);
    line-height: 1.08;
  }

  .coming-soon__copy {
    margin-top: 8px;
    white-space: normal;
  }

  .project-hero {
    height: clamp(280px, 51.667vw, 620px);
  }

  .project-hero__title {
    top: 27%;
    left: 50%;
    max-width: calc(100% - 32px);
    font-size: clamp(44px, 12.5vw, 150px);
    line-height: 1.55;
  }

  .project-hero__subtitle {
    top: 51%;
    left: 34.75%;
    width: 30.583%;
  }

  .project-metrics {
    height: auto;
  }

  .project-metrics .zero-canvas {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "demolition construction payment"
      "demolition-line construction-line payment-line"
      "stu covid covid"
      "stu-line covid-line covid-line";
    align-items: center;
    gap: 4px clamp(18px, 3vw, 42px);
    padding: 36px clamp(28px, 5vw, 64px) 40px;
  }

  .project-metrics .zero-item {
    position: static;
  }

  .project-metric {
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  .project-metric--demolition { grid-area: demolition; }
  .project-metric--construction { grid-area: construction; }
  .project-metric--payment { grid-area: payment; }
  .project-metric--stu { grid-area: stu; }
  .project-metric--covid { grid-area: covid; }
  .project-metric-line--demolition { grid-area: demolition-line; }
  .project-metric-line--construction { grid-area: construction-line; }
  .project-metric-line--payment { grid-area: payment-line; }
  .project-metric-line--stu { grid-area: stu-line; }
  .project-metric-line--covid { grid-area: covid-line; }

  .project-metric-line {
    width: 82%;
    max-width: 100%;
    justify-self: center;
  }

  .project-metric-line--covid {
    width: 72%;
  }

  .project-stroke {
    height: clamp(90px, 12vw, 180px);
  }

  .project-stroke .zero-canvas {
    left: 0;
    width: 100%;
  }

  .project-stroke img {
    top: 31%;
    left: -55%;
    width: 205%;
  }

  .case-slider {
    height: auto;
    padding-top: 32px;
  }

  .case-slider__viewport {
    height: min(550px, calc(47.4138vw - 37.931px));
  }

  .case-slider__track {
    --slide-width: calc(100vw - 80px);
    --slide-step: calc(100vw - 40px);
  }

  .case-slider__slide {
    height: 100%;
  }
}

@media (max-width: 899px) and (min-width: 640px) {
  .site-header {
    height: 116px;
  }

  .site-header .zero-canvas {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 52px 36px;
    gap: 6px 12px;
    padding: 10px 20px 12px;
  }

  .site-header__promise {
    grid-column: 1 / span 2;
    grid-row: 1;
    width: min(276px, 100%);
    min-width: 0;
    margin: 0;
    justify-self: start;
  }

  .site-header__email {
    grid-column: 3;
    grid-row: 1;
    width: min(177px, 100%);
    margin: 0;
    justify-self: end;
  }

  .site-header__about,
  .site-header__contacts,
  .site-header__projects {
    grid-row: 2;
    justify-self: center;
  }

  .site-header__about { grid-column: 1; }
  .site-header__contacts { grid-column: 2; }
  .site-header__projects { grid-column: 3; }

  .home-projects .zero-canvas {
    grid-template-columns: repeat(2, minmax(0, 281px));
    justify-content: center;
  }

  .home-card--yadran {
    grid-column: 1 / -1;
    width: 281px;
    justify-self: center;
  }
}

/* Mobile layout: the same elements are stacked and sized for touch screens. */
@media (max-width: 639px) {
  .site-header {
    height: 142px;
  }

  .site-header .zero-canvas {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 42px 30px 36px;
    gap: 5px 8px;
    padding: 9px 14px 10px;
  }

  .site-header .zero-item {
    position: static;
  }

  .site-header__logo {
    display: none;
  }

  .site-header__promise {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  .site-header__email {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 177px;
    margin: 0;
    justify-self: center;
  }

  .site-header__about,
  .site-header__contacts,
  .site-header__projects {
    grid-row: 2;
    align-self: center;
    justify-self: center;
    font-size: 13px;
    line-height: 30px;
  }

  .site-header__about { grid-column: 1; }
  .site-header__contacts { grid-column: 2; }
  .site-header__projects { grid-column: 3; }

  .home-about .zero-canvas {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 60px;
    grid-template-rows: auto auto;
    gap: 28px 16px;
    padding: 36px 22px 42px;
  }

  .home-about__we-are,
  .home-about__enter {
    grid-column: 1;
    grid-row: 1;
  }

  .home-about__we-are {
    width: 148px;
  }

  .home-about__enter {
    width: 130px;
    margin-top: 32px;
    margin-left: 34px;
  }

  .home-about__keyhole {
    grid-column: 2;
    grid-row: 1;
    width: 48px;
  }

  .home-about__copy {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 16px;
    line-height: 1.5;
  }

  .home-projects {
    background-image: url("../images/brand/tilda-grid.svg");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 600px 300px;
  }

  .home-projects .zero-canvas {
    grid-template-columns: minmax(0, 281px);
    justify-content: center;
    gap: 8px;
    padding: 20px 20px 32px;
  }

  .home-projects__grid {
    display: none;
  }

  .home-card {
    width: 281px;
    height: 505px;
  }

  .home-card__shape,
  .home-card--sovcombank .home-card__shape,
  .home-card--mubadala .home-card__shape,
  .home-card--yadran .home-card__shape {
    width: 281px;
  }

  .home-card__title,
  .home-card--sovcombank .home-card__title,
  .home-card--mubadala .home-card__title,
  .home-card--yadran .home-card__title {
    top: 418px;
    font-size: 32px;
  }

  .home-card__label,
  .home-card--sovcombank .home-card__label,
  .home-card--mubadala .home-card__label,
  .home-card--yadran .home-card__label {
    top: 462px;
    width: 140px;
  }

  .coming-soon,
  .coming-soon .zero-canvas {
    min-height: 150px;
  }

  .coming-soon .zero-canvas {
    padding: 24px 20px;
  }

  .coming-soon__title {
    font-size: clamp(38px, 12vw, 49px);
  }

  .coming-soon__copy {
    font-size: 16px;
    line-height: 1.4;
  }

  .project-hero {
    height: 260px;
  }

  .project-hero__title {
    top: 29%;
    max-width: calc(100% - 20px);
    font-size: clamp(34px, 11.5vw, 52px);
  }

  .project-hero__subtitle {
    top: 52%;
    left: 28%;
    width: 44%;
  }

  .project-metrics .zero-canvas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "demolition construction"
      "demolition-line construction-line"
      "payment stu"
      "payment-line stu-line"
      "covid covid"
      "covid-line covid-line";
    gap: 6px 14px;
    padding: 30px 18px 34px;
  }

  .project-metric {
    font-size: clamp(17px, 5vw, 22px);
    white-space: normal;
  }

  .project-metric-line,
  .project-metric-line--covid {
    width: 88%;
  }

  .project-stroke img {
    left: -72%;
    width: 250%;
  }

  .case-slider {
    height: auto;
    padding-top: 24px;
  }

  .case-slider__viewport {
    height: calc(47.4138vw - 18.9655px);
  }

  .case-slider__slide {
    height: 100%;
  }

  .case-slider__bullets {
    height: 52px;
  }
}

@media (max-width: 479px) {
  .home-hero {
    height: 230px;
  }

}

@media (max-width: 960px) {
  .project-collage {
    height: 70vh;
    grid-template-rows: repeat(2, 35vh);
  }
}

@media (max-width: 900px) {
  .project-collage {
    height: 105vh;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 35vh);
  }

  .project-collage figure:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .project-collage figure:nth-child(2) {
    grid-column: 1;
    grid-row: 3;
  }

  .project-collage figure:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
  }
}

@media (max-width: 480px) {
  .project-collage {
    height: 600px;
    grid-template-rows: repeat(3, 200px);
  }
}
