* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Morganite";
  src: url("https://webxpansion.com/wp-content/uploads/2026/08/Morganite-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.footer-title,
.mobile-project-title {
  font-family: "Morganite", sans-serif;
  text-transform: uppercase;
}


html,
body {
  width: 100%;
  height: 100vh;
  font-family: "Inter";
  background: #000;
  color: #fff;
  overflow: hidden;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
}

.click-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.4s ease;
}

.click-transition.is-active {
  opacity: 0.92;
}

p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.5;
}

p#logo {
    font-size: 24px;
    opacity: 1;
    color: white;
}

.body-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
  background-color: #000;
}

.body-bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: blur(80px);
  opacity: 0;
}

.body-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 0, 0.65) 100%
  );
  pointer-events: none;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
  padding: 2em;
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 2;
}

.slider-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: none;
    z-index: 1;
}

.mobile-explore-btn {
  pointer-events: auto;
font-family: system-ui;
  font-size: 14px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  border: none;
  padding: 12px 34px;
  border-radius: 100px;
  cursor: pointer;
  border:1px solid #FFFFFF42;
}

.mobile-explore-btn:hover, .mobile-explore-btn:active, .mobile-explore-btn:focus {
  pointer-events: auto;
font-family: system-ui;
  font-size: 14px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  border: none;
  padding: 12px 34px;
  border-radius: 100px;
  cursor: pointer;
  border:1px solid #FFFFFF42;
}

.mobile-project-overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
}

.mobile-project-title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.45), 0 0 50px rgba(0, 0, 0, 0.2);
  margin: 0 0 0.2em 0;
      font-size: 60px;
    line-height: 60px;
}



@media (max-width: 800px) {
    
      .mobile-project-overlay {
    display: flex;
    z-index: 999;
  }
    

  footer {
    padding: 1.4em;
    display: none;
  }
  
  .footer-title{
    font-size: 40px;
    line-height: 40px;
  }
  
  .footer-category{
      display: none;
  }

}


.footer-title-wrap {
  position: relative;
  overflow: hidden;
  width: 900px;
  height: 130px;
}

.footer-category-wrap {
  position: relative;
  overflow: hidden;
  height: 1.3em;
  width: 220px;
  text-align: right;
}

.footer-title-wrap p,
.footer-category-wrap p {
  margin: 0;
  line-height: 1.3em;
  white-space: nowrap;
  color: white;
}

@media (min-width: 801px) {
.footer-title {
  font-size: 110px;
    line-height: 1;
  font-weight: 600;
  opacity: 1;
  letter-spacing: 0.03em;
}
}

.footer-category {
  font-size: 13px;
  opacity: 0.55;
}
