* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  cursor: none;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

*::-webkit-scrollbar {
  display: none;
}

.logo {
  display: flex;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  background: #dbded5;
  color: #1a1a1a;
}

@font-face {
  font-family: primary;
  src: url(/fonts/M.024\ Sans.otf);
}

@font-face {
  font-family: secondary;
  src: url(/fonts/M.024\ Serif.otf);
}

@font-face {
  font-family: tertiary;
  src: url(/fonts/M.024\ Serif\ Italic.otf);
}

.main_header {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 20px;
}

.main_header .logo {
  font-family: secondary;
}

.main_header .header_description {
  max-width: 600px;
}

.main_header .header_description .header_title {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  font-family: primary;
  display: none;
}

.main_header .header_description .header_paragraph {
  font-family: primary;
  font-weight: 400;
  font-size: 12px;
  line-height: 13.2px;
  width: 100%;
  text-indent: 80px;
}

.main_section {
  display: flex;
  padding-left: 22px;
  padding-right: 112px;
  justify-content: space-between;
  margin-top: 70px;
}

.image-container {
  width: 540px;
  height: 740px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.section_title {
  font-family: primary;
  font-weight: 400;
  font-size: 10.5px;
  line-height: 11px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 511px;
  height: 345px;
  margin-top: 365px;
}

.text-items {
  display: flex;
  flex-direction: column;
}

.text-item {
  font-size: 45px;
  transition: color 0.3s ease;
  width: fit-content;
  font-family: secondary;
  line-height: 42.75px;
  letter-spacing: -1.75px;
  font-weight: lighter;
  display: flex;
  align-items: center;
}

.word-wrap {
  display: inline-block;
  overflow: hidden;
  height: 47px; /* Exactly matching line-height */
  margin-right: 0.2em;
  line-height: 42.75px;
}

.word {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  white-space: nowrap;
  height: 42.75px;
  line-height: 42.75px;
}

.text-item.gray {
  color: #c7c3b5;
}

.text-item.interaction-active:not(.selected) {
  color: #c7c3b5;
}

.cursor {
  border: none;
  background: #1b2218;
  width: 29px;
  height: 29px;
  left: -12px;
  top: -9px;
  border-radius: 100%;
  z-index: 9999;
  position: fixed;
  transform: scale(1);
  pointer-events: none;
}

.divider-container {
  padding: 0 22px;
  margin: 90px 0 41px 0;
  overflow: hidden;
}

.desktop-divider {
  border: none;
  height: 1px;
  background-color: #c7c3b5;
  width: 0%;
}

.footer {
  margin: 0px 22px;
}

.top-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 210px;
}

.top-column--left-contents .row--one p {
  font-family: primary;
}

.top-column--left-contents .row--one {
  display: flex;
  gap: 138px;
}

.top-column--left-contents .row--one .row--one-title,
.row--one a,
.row--one .row--one-description {
  font-size: 10.5px;
  font-weight: 400;
  line-height: 11px;
}

.row--one a {
  font-family: primary;
  text-decoration: underline;
}

.row--one-col-2 {
  margin-top: -6px;
}

.row--two {
  margin-top: 45px;
  display: flex;
  gap: 105px;
  font-family: primary;
}

.row--two p {
  font-size: 10.5px;
  font-weight: 400;
  line-height: 11px;
}

.row--two ul li {
  list-style: none;
  line-height: 10px;
}

.row--two ul li a {
  font-size: 10.5px;
  font-weight: 400;
}

.top-column--right-contents {
  width: 600px;
}

.top-column--right-contents .right-contents--description {
  font-family: secondary;
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: -0.64px;
  width: 612px;
}

.Italic-font {
  font-family: tertiary;
  display: inline-block;
}

.top-column--right-contents a {
  font-size: 10.5px;
  font-weight: 400;
  line-height: 11px;
  font-family: primary;
  text-decoration: underline;
  margin-top: 25px;
  display: block;
}

.bottom-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  align-items: end;
}

.bottom-right {
  display: flex;
  gap: 405px;
  align-items: end;
}

.bottom-column .time-zone {
  font-family: primary;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 12.6px;
}

.bottom-column .copy-right {
  font-family: primary;
  font-weight: 300;
  font-size: 19px;
  line-height: 16px;
  /* letter-spacing: -0.96px; */
  letter-spacing: -0.32px;
}

.copy {
  font-family: secondary;
}

/* responsive */

@media (min-width: 769px) {
  .mobile_header,
  .mobile_main_section,
  .mobile-footer,
  .mobile-divider-two {
    display: none;
  }

  .mobile-divider-one,
  .mobile-divider-container-two,
  .mobile-divider-container-one {
    display: none;
  }

  .content_wrapper {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bottom-column .time-zone {
    font-family: primary;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 12.6px;
  }
}

@media (max-width: 1600px) {
  .main_section {
    margin-top: 30px;
  }

  .image-container {
    width: 460px;
    height: 620px;
  }

  .text-container {
    margin-top: 248px;
  }
}

@media (width: 1536px) and (height: 776px) {
  .main_section {
    margin-top: 30px;
  }

  .image-container {
    width: 460px;
    height: 620px;
  }

  .text-container {
    margin-top: 248px;
  }
}

@media (max-width: 1024px) {
  .main_header .header_description {
    max-width: 440px;
  }

  .main_header .header_description .header_paragraph {
    font-family: primary;
    font-weight: 400;
    font-size: 11px;
    line-height: 13.2px;
    width: 100%;
    margin-top: 12px;
  }

  .main_section {
    margin-top: 43px;
  }

  .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    margin-top: 235px;
  }

  .image-container {
    width: 438px;
    height: 600px;
    position: relative;
    overflow: hidden;
  }

  .top-column {
    margin-bottom: 110px;
  }

  .top-column--right-contents {
    width: 440px;
  }

  .top-column--right-contents .right-contents--description {
    font-family: secondary;
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.64px;
    width: 440px;
  }

  .bottom-right {
    display: flex;
    gap: 250px;
    align-items: end;
  }

  .cursor {
    display: none;
  }
}

@media (max-width: 768px) {
  .main_header,
  .main_section,
  .footer,
  .cursor,
  .divider-container {
    display: none;
  }

  .mobile_header {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
  }

  .mobile-copy-right {
    font-family: primary;
    width: fit-content;
    margin-top: 18px;
  }

  .mobile_main_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 55px 15px;
  }

  .mobile_image_container {
    width: 363px;
    height: 500px;
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s ease-in-out forwards;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .mobile_main_description {
    margin-top: 18px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .main_title {
    font-family: primary;
    font-weight: 400;
    font-size: 9px;
    line-height: 10.8px;
    margin-bottom: 12px;
  }

  .main_paragraph {
    width: 363px;
    font-family: primary;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-indent: 60px;
  }

  .main_paragraph span:first-of-type span {
    text-indent: 60px;
  }

  .mobile-project-image-container {
    width: 363px;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    opacity: 0;
  }

  .mobile-project-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .projects {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 36px;
  }

  .mobile-text-container .mobile-section-title {
    font-size: 9px;
    font-weight: 400;
    line-height: 10.8px;
    color: #1a1a1a;
    font-family: primary;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .mobile-text-item {
    font-family: secondary;
    font-weight: lighter;
    font-size: 35px;
    line-height: 32px;
    width: fit-content;
    letter-spacing: -1.75px;
    color: #1a1a1a;
  }

  .mobile-word-wrap {
    display: inline-block;
    overflow: hidden;
    display: inline-block;
    overflow: hidden;
    height: 37px;
    line-height: 32px;
  }

  .mobile-word {
    display: inline-block;
    transform: translateY(100%);
    white-space: nowrap;
    height: 35px;
    line-height: 32px;
  }

  .mobile-text-item.interaction-active:not(.selected) {
    color: #c7c3b5;
  }

  .desktop-divider {
    display: none;
  }

  .mobile-divider-container-one {
    padding: 0 15px;
    margin: 59px 0px 41px 0px;
    overflow: hidden;
  }

  .mobile-divider-one {
    border: none;
    height: 1px;
    background-color: #c7c3b5;
    width: 0%;
  }

  .content_wrapper {
    width: 370px;
    margin: 0px 15px;
  }

  .contents--description {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -0.64px;
    font-weight: 300;
    font-family: secondary;
  }

  .content_wrapper a {
    font-size: 9px;
    font-weight: 400;
    line-height: 9.9px;
    font-family: primary;
    text-decoration: underline;
    margin-top: 20px;
    /* letter-spacing: 0.5px; */
    display: block;
  }

  .mobile-divider-container-two {
    padding: 0 15px;
    margin: 120px 0px 27px 0px;
    overflow: hidden;
  }

  .mobile-divider-two {
    border: none;
    height: 1px;
    background-color: #c7c3b5;
    width: 0%;
  }

  .top-column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 88px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .top-column--left-contents .row--one {
    display: flex;
    gap: 190px;
  }

  .row--two {
    margin-top: 28px;
    display: flex;
    gap: 165px;
    font-family: primary;
  }

  .top-column--left-contents .row--one .row--one-title,
  .row--one a,
  .row--one .row--one-description {
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    font-family: primary;
  }

  .row--two ul li {
    line-height: 9px;
  }

  .row--two p {
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    font-family: primary;
  }

  .row--two ul li a {
    font-size: 9px;
    font-weight: 400;
  }

  .bottom-column .time-zone p {
    font-family: primary;
    font-size: 9px;
    font-weight: 400;
    line-height: 10.8px;
  }

  .bottom-column {
    display: flex;
    margin-bottom: 21px;
    align-items: end;
    margin-left: 15px;
    margin-right: 15px;
    margin-right: 49px;
  }
}
