* {
  box-sizing: border-box;
}

body {
  background-color: #fdfaf6;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.border-wrapper {
  border: 30px solid #2c2c2c;
  z-index: 99;
  min-height: 100vh;
  border-width: 0;
}

.page-transition {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fdfaf6;
  border: 30px solid #2c2c2c;
  border-width: 0px;
  z-index: 1002;
  pointer-events: none;
  clip-path: inset(0% 0% 100% 0%);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@font-face {
  font-family: "EditorialNew";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/PPEditorialNew/PPEditorialNew-Ultralight.woff2)
    format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "EditorialNew";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/PPEditorialNew/PPEditorialNew-Regular.otf)
    format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Inter/Inter_18pt-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Inter/Inter_18pt-Regular.ttf) format("truetype");
  font-display: swap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.2rem 4.4rem;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.h1 {
  font-size: 1.5rem;
  color: #2c2c2c;
  text-decoration: none;
}

.y-h1 {
  margin-left: -3px;
}

.nav-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  cursor: pointer;
}

.nav-button span {
  background-color: #2c2c2c;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-button:hover span {
  background-color: #000;
}

.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.menu-nav {
  display: flex;
  justify-content: flex-start;
  right: 0;
  padding: 2rem 3rem;
  position: fixed;
  top: 0;
}

.menu-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.menu-links p {
  font-family: "EditorialNew", serif;
  font-size: 4rem;
  font-weight: 200;
  margin: 0 !important;
  margin: 1rem 0;
  position: relative;
  color: #2c2c2c;
  text-transform: uppercase;
}

.menu-links a {
  text-decoration: none;
  color: #2c2c2c;
}

.text {
  height: 4.4rem;
  line-height: 4.4rem;
  overflow: hidden !important;
  position: relative;
  display: inline-block;
}

.text.play .letter {
  transform: translateY(-100%);
}

.text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.024, 1);
  position: relative;
}

.menu {
  background-color: #fdfaf6;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  color: #f2f0e8;
  display: flex;
  height: 100vh;
  justify-content: space-between;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
}

.menu-close,
.menu-open {
  cursor: pointer;
  z-index: 1000;
  overflow: hidden;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-close img {
  position: absolute;
  height: 16px;
  width: 16px;
}

.menu-sub-col {
  flex: 1;
}
.menu-link,
.menu-sub-item {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.menu-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  padding: 0 6rem;
}
.menu-bottom p {
  margin: 0;
  color: #2c2c2c;
  font-weight: 100;
  font-size: 0.9rem;
}
.menu-bottom a {
  margin: 0;
  color: #2c2c2c;
  font-weight: 100;
  text-decoration: none;
  font-size: 0.9rem;
}

main {
  margin: 8rem 6rem;
  color: #2c2c2c;
  opacity: 0;
}

main h2 {
  font-family: "EditorialNew", serif;
  font-weight: 200;
  font-size: 3.1rem;
  line-height: 3.1rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-transform: uppercase;
}

main h3 {
  font-family: "EditorialNew", serif;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 2.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-transform: uppercase;
}

main h4 {
  font-family: "EditorialNew", serif;
  font-weight: 100;
  font-size: 2rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-transform: uppercase;
}

main h5 {
  font-family: "EditorialNew", serif;
  font-weight: 100;
  font-size: 1.7rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-transform: uppercase;
}

main p {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
}

main li {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 2rem;
}

main a {
  color: #000;
  text-decoration: none;
  font-weight: 200;
  font-size: 1.2rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.date {
  margin-top: 2rem !important;
  font-family: monospace !important;
  font-size: 0.9rem !important;
}

footer {
  width: 100%;
  margin: 10rem 0 0 0;
  color: #2c2c2c;
}

.footer-layout {
  padding: 0 6rem;
  display: flex;
  justify-content: space-between;
}

.footer-header {
  font-family: "EditorialNew", serif;
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #2c2c2c;
  text-decoration: none;
  margin-top: 0;
  font-weight: 200;
  letter-spacing: 2px;
}

.footer-info {
  padding-top: 6rem;
}

.footer-info h3 {
  color: #2c2c2c;
  font-weight: 400;
}

.footer-info ul {
  padding: 0;
}

.footer-info ul li {
  list-style: none;
  line-height: 1.3rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer-info ul li a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 200;
  font-size: 1.1rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 4rem 6rem 0 6rem;
  width: 100%;
  color: #2c2c2c;
}

.footer-bottom-legal {
  display: flex;
  gap: 2rem;
}

.footer-bottom p {
  font-size: 0.9rem;
  font-weight: 200;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom a {
  color: #2c2c2c;
  font-weight: 200;
  font-size: 0.9rem;
  text-decoration: none;
}

.legal-links img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .loader-layout p {
    font-size: 1.7rem;
  }
  .border-wrapper {
    min-height: 0 !important;
    height: auto !important;
    border: none;
  }

  header {
    padding: 1.4rem 1rem;
  }

  .menu-nav {
    padding: 1.6rem 1.5rem;
  }

  .menu-links p {
    font-size: 2.6rem !important;
  }

  .text {
    height: 3rem !important;
    line-height: 3rem !important;
  }

  .menu-bottom {
    padding: 0;
    justify-content: center;
  }

  .menu-bottom p:nth-child(1) {
    display: none;
  }

  main {
    margin: 8rem 1rem;
  }

  .fetch-layout h2 {
    font-size: 3.2rem;
  }

  .footer-layout {
    flex-direction: column;
    padding: 0 1rem;
  }

  .footer-info {
    padding-top: 1rem;
  }

  .footer-bottom {
    padding: 4rem 1rem 0.5rem 1rem;
    flex-direction: column;
    text-align: center;
    gap: 0.7rem;
  }

  .footer-bottom p {
    margin: 0;
  }

  .footer-bottom-legal {
    flex-direction: column-reverse;
    gap: 0;
  }

  .legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .loader-layout p {
    font-size: 1.7rem;
  }

  .border-wrapper {
    min-height: 0 !important;
    height: auto !important;
    border: none;
  }

  header {
    padding: 1.4rem 1rem;
  }

  .menu-nav {
    padding: 1.6rem 1.5rem;
  }

  .menu-links p {
    font-size: 3.4rem;
  }

  .text {
    height: 4.1rem;
    line-height: 4.1rem;
  }

  .menu-bottom {
    padding: 0;
    justify-content: center;
  }

  .menu-bottom p:nth-child(1) {
    display: none;
  }

  main {
    margin: 8rem 1rem;
  }

  .fetch-layout h2 {
    font-size: 3.6rem;
  }

  .footer-layout {
    flex-direction: column;
    padding: 0 1rem;
  }

  .footer-info {
    padding-top: 1rem;
  }

  .footer-bottom {
    padding: 4rem 1rem 0.5rem 1rem;
    text-align: center;
    gap: 0.7rem;
  }

  .footer-bottom p {
    margin: 0;
  }

  .legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  header {
    padding: 1.4rem 1rem;
  }
  .menu-links p {
    font-size: 2.6rem !important;
  }

  .text {
    height: 3rem !important;
    line-height: 3rem !important;
  }

  .loader-layout p {
    font-size: 1.7rem;
  }

  .border-wrapper {
    min-height: 0 !important;
    height: auto !important;
    border: none;
  }

  .menu-links p {
    font-size: 3.4rem;
  }

  .text {
    height: 4.1rem;
    line-height: 4.1rem;
  }

  main {
    margin: 8rem 1rem;
  }

  .fetch-layout h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .menu-links p {
    font-size: 4.1rem;
  }
  .menu-bottom {
    padding: 0 4rem;
  }
  .text {
    height: 4.3rem;
    line-height: 4.3rem;
  }
  main {
    margin: 8rem 4rem;
  }

  .fetch-layout h2 {
    font-size: 3.6rem;
  }

  .footer-layout {
    padding: 0 4rem;
  }
  .footer-bottom {
    padding: 4rem 4rem 0 4rem;
  }
}
