/* project.css
   Burger nav + project-detail styles, extracted from the second template.
   Deliberately excludes .footer/.contact/.text-block/.hero* and every bare
   element selector, which collide with Lucaso. Do not replace this file with
   the full source stylesheet. */

:root {
  --_typography---font-families--primary-font-family: Interdisplay, Arial, sans-serif;
  --colors--black: #1e1e1e;
  --_typography---paragarph-l-medium--p-l-medium-font-size: 1rem;
  --_typography---paragarph-l-medium--p-l-medium-line-height: 1.4em;
  --_typography---font-weights--font-weight-400: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weights--font-weight-500: 500;
  --_typography---heading-01--h1-letter-spacing: -.03em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1.1em;
  --_typography---heading-02--h2-letter-spacing: -.02em;
  --_typography---heading-03--h3-font-size: 3rem;
  --_typography---heading-03--h3-letter-spacing: -.02px;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---hedaing-05--h5-font-size: 1.5rem;
  --_typography---hedaing-05--h5-line-height: 1.2em;
  --_typography---hedaing-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.3em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --_typography---paragraph-l--p-l-font-size: 1.1rem;
  --_typography---paragraph-l--p-l-line-height: 1.5em;
  --_typography---font-families--secondary-font-family: "Chivo Mono", sans-serif;
  --_typography---paragraph-mono--p-mono-font-size: 14px;
  --_typography---paragraph-mono--p-mono-line-height: 1.22em;
  --colors--transparent: #fff0;
  --colors--text: #5a6271;
  --_typography---button-text--button-font-size: 1.1rem;
  --_typography---button-text--button-line-height: 1.3em;
  --_typography---button-text--button-letter-spacing: -.02em;
  --_typography---heading-03--h3-line-height: 1.1em;
  --_typography---paragraph-m--p-m-font-size: .88rem;
  --_typography---paragraph-m--p-m-line-height: 1.4em;
  --colors--light-gray: #eef0f6;
  --colors--border: #d0d8e4;
  --colors--white: white;
  --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
  --_typography---paragraph-xl--p-xl-line-height: 1.4em;
  --_typography---paragraph-s--p-s-font-size: .75rem;
  --_typography---paragraph-s--p-s-line-height: 1.3em;
  --colors--gray: #8a919b;
  --_typography---font-weights--font-weight-600: 600;
}

.nav-menu-button {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-menu-button.w--open {
  background-color: #0000;
}

.text-color-secondary {
  color: var(--colors--text);
}

.nav-open-button-line-v1 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 2px;
  height: 32px;
}

.nav-link {
  color: var(--colors--black);
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
  padding-bottom: 10px;
  position: relative;
}

.nav-links-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -.03em;
  font-size: 4.38rem;
  line-height: 1em;
}

.heading-style-h4 {
  font-size: var(--_typography---heading-04--h4-font-size);
  line-height: var(--_typography---heading-03--h3-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-04--h4-letter-spacing);
}

.nav-logo {
  width: 24px;
}

.nav-link-number-block {
  padding-right: 10px;
}

.nav-container {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-block {
  z-index: 4;
  background-color: #ffffffb3;
  width: 100%;
  height: 810px;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.heading-style-h3 {
  font-size: var(--_typography---heading-03--h3-font-size);
  line-height: var(--_typography---heading-03--h3-line-height);
  letter-spacing: var(--_typography---heading-03--h3-letter-spacing);
}

.nav-menu-block-inner {
  grid-row-gap: 120px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 160px 32px 48px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.paragraph-m-regular {
  font-size: var(--_typography---paragraph-m--p-m-font-size);
  line-height: var(--_typography---paragraph-m--p-m-line-height);
}

.nav-close-button-line-v2 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-brand {
  z-index: 5;
}

.nav-menu-open-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.nav-menu-close-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.heading-style-h5 {
  font-size: var(--_typography---hedaing-05--h5-font-size);
  line-height: var(--_typography---hedaing-05--h5-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---hedaing-05--h5-letter-spacing);
}

.paragraph-l-medium {
  font-weight: var(--_typography---font-weights--font-weight-500);
}

.paragraph-l-regular {
  font-size: var(--_typography---paragraph-l--p-l-font-size);
  line-height: var(--_typography---paragraph-l--p-l-line-height);
}

.nav-link-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-hover-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-close-button-line-v1 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 2px;
  height: 32px;
  transform: rotate(45deg);
}

.paragraph-text-mono {
  font-family: var(--_typography---font-families--secondary-font-family);
  font-size: var(--_typography---paragraph-mono--p-mono-font-size);
  line-height: var(--_typography---paragraph-mono--p-mono-line-height);
}

.nav-open-button-line-v2 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 32px;
  height: 2px;
  position: absolute;
}

.paragraph-xl-regular {
  font-size: var(--_typography---paragraph-xl--p-xl-font-size);
  line-height: var(--_typography---paragraph-xl--p-xl-line-height);
}

.paragraph-s-medium {
  font-size: var(--_typography---paragraph-s--p-s-font-size);
  line-height: var(--_typography---paragraph-s--p-s-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
}

.heading-style-h6 {
  font-size: var(--_typography---heading-06--h6-font-size);
  line-height: var(--_typography---heading-06--h6-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-06--h6-letter-spacing);
}

.paragraph-s-regular {
  font-size: var(--_typography---paragraph-s--p-s-font-size);
  line-height: var(--_typography---paragraph-s--p-s-line-height);
}

.project-link-button {
  grid-column-gap: 8px;
  width: auto;
  color: var(--colors--black);
  font-size: var(--_typography---paragraph-m--p-m-font-size);
  line-height: var(--_typography---paragraph-m--p-m-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.project-short-description-block {
  width: 100%;
  max-width: 410px;
  color: var(--colors--text);
}

.project-link-button-icon {
  width: 12px;
  height: 12px;
}

.project-details-content-wrapper {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-details-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-info-items-block {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.project-images-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.project-details-info-block {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.project-details {
  padding-bottom: 64px;
}

.project-details-image-block {
  border-radius: 12px;
  width: 100%;
  height: 995px;
  overflow: hidden;
}

.project-details-content-block {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 32px;
}

.project-details-info-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 452px;
  padding-top: 120px;
  display: flex;
  position: sticky;
  top: 0;
}

.project-main-description-block {
  width: 100%;
  max-width: 550px;
  color: var(--colors--text);
}

.project-info-item {
  border-bottom: 1px solid var(--colors--border);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.project-main-description-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.project-link-button-bottom-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .project-details-info-block {
    grid-row-gap: 24px;
  }
  .project-details-image-block {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .nav-links-wrapper {
    grid-row-gap: 4px;
  }
  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nav-menu-block {
    height: 640px;
  }
  .nav-menu-block-inner {
    padding: 112px 16px 32px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nav-brand {
    padding-left: 0;
  }
  .project-short-description-block {
    max-width: 100%;
  }
  .project-details-content-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
  }
  .project-details-info-block {
    grid-row-gap: 16px;
  }
  .project-details {
    padding-bottom: 0;
  }
  .project-details-image-block {
    height: 420px;
  }
  .project-details-content-block {
    padding-top: 0;
  }
  .project-details-info-wrapper {
    max-width: 100%;
    position: relative;
  }
  .project-main-description-wrapper {
    grid-row-gap: 16px;
    padding: 40px 16px;
  }
}
