@font-face {
  font-family: "Fusi";
  src: url("./fonts/Fusi-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NO-Movement";
  src: url("./fonts/no-move.ttf") format("truetype");
}
body {
  font-size: clamp(14px, 2vw, 18px);
}
.normal-text {
  color: #f8f8f8;
}
.highlighted-text {
  color: #ff4753;
}
.section-about-me-1 {
  width: 100%;
  position: relative;
  background-color: #1c1b19;
  height: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 180px;
  text-align: justify;
  font-size: 18px;
  color: #f8f8f8;
  font-family: Fusi;
}
.about-me-image-1 {
  width: 407.4px;
  position: relative;
  max-height: 100%;
  object-fit: contain;
}
.about-me-text-1 {
  width: 450px;
  position: relative;
  line-height: 30px;
  display: inline-block;
  flex-shrink: 0;
}

.section-about-me-2 {
  width: 100%;
  position: relative;
  background-color: #1c1b19;
  height: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 180px;
  text-align: justify;
  font-size: 18px;
  color: #f8f8f8;
  font-family: Fusi;
}
.about-me-image-2 {
  width: 496px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.about-me-text-2 {
  width: 350px;
  position: relative;
  line-height: 30px;
  display: inline-block;
  flex-shrink: 0;
}

.section-experience-1 {
  width: 100%;
  position: relative;
  background-color: #100d07;
  height: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
  text-align: justify;
  font-size: 18px;
  color: #f8f8f8;
  font-family: Fusi;
}
.experience-image-1 {
  width: 556.4px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.experience-text-1 {
  width: 400px;
  position: relative;
  line-height: 30px;
  display: inline-block;
  flex-shrink: 0;
}

.section-experience-2 {
  width: 100%;
  position: relative;
  background-color: #100d07;
  height: 441px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 130px;
  text-align: justify;
  font-size: 18px;
  color: #f8f8f8;
  font-family: Fusi;
}
.experience-image-2 {
  width: 456px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.experience-text-2 {
  width: 450px;
  position: relative;
  line-height: 30px;
  display: inline-block;
  flex-shrink: 0;
}

.footer {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  height: 230px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 171px;
  box-sizing: border-box;
  gap: clamp(8rem, 20vw, 22rem);
  text-align: left;
  font-size: 16px;
  color: #100d07;
  font-family: Fusi;
}
.logo-pitouverture {
  width: 290px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.footer-contact {
  width: 282px;
  position: relative;
  min-height: 200px;
}
.footer-contact-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.footer-contact-text {
  position: relative;
}
.footer-contact-text-underlined {
  position: relative;
  text-decoration: underline;
  color: inherit;
}
.footer-contact-icon {
  width: 30px;
  position: relative;
  max-height: 100%;
}
.footer-contact-line {
  position: relative;
  width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    gap: 40px;
    padding: 24px;
    height: auto;
  }

  .footer-contact {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .footer-contact-line {
    justify-content: center;
  }

  .logo-pitouverture {
    width: 200px;
  }
}

.footer-contact-text-underlined:hover {
  transition: color 0.2s ease;
  color: #ff4753;
  cursor: pointer;
}

.header {
  width: 100%;
  position: relative;
  height: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 70px 70px 0px;
  box-sizing: border-box;
  gap: 30px;
  text-align: left;
  font-size: 18px;
  color: #f8f8f8;
  font-family: "NO-Movement";
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
  font-family: "NO-Movement";
}

.nav-link:hover {
  color: #ff4753;
  cursor: pointer;
}
.logo-container {
  position: relative;
  z-index: 100;
}
.logo-holds-icon {
  width: 212.2px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.cover {
  width: 100%;
  position: relative;
  background-color: #100d07;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  color: #f8f8f8;
  font-family: "NO-Movement";
  overflow: visible;
}
.logo-pitouverture-text-icon {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  z-index: 2;
}
.pitouverture-cover {
  align-self: stretch;
  position: relative;
  height: 607.7px;
  background-image: url("cover.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
}

.text {
  position: relative;
  font-family: "NO-Movement";
}
.scroll-to-discover1 {
  align-self: stretch;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.vector-icon {
  width: 25px;
  position: relative;
  height: 9.9px;
}
.scroll-to-discover {
  width: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  box-sizing: border-box;
  gap: 8px;
  z-index: 0;
  font-size: 14px;
  color: #858585;
  font-family: Fusi;
}

/* Responsive adjustments for tablets and smaller desktops */
@media (max-width: 1024px) {
  /* Stack content vertically and center */
  .section-about-me-1,
  .section-about-me-2,
  .section-experience-1,
  .section-experience-2 {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
    height: auto;
    text-align: center;
  }

  /* Make text blocks full-width and center */
  .about-me-text-1,
  .about-me-text-2,
  .experience-text-1,
  .experience-text-2 {
    width: 90%;
    margin: 0 auto;
  }

  /* Scale down images */
  .about-me-image-1,
  .about-me-image-2,
  .experience-image-1,
  .experience-image-2 {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  /* Header becomes vertical */
  .header {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    height: auto;
  }

  .nav-links {
    flex-direction: column;
    gap: 20px;
  }

  /* Allow cover to expand */
  .cover {
    height: auto;
  }

  /* Center the Pitouverture logo overlay */
  .logo-pitouverture-text-icon {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: auto;
  }
}

/* Mobile-specific tweaks */
@media (max-width: 768px) {
  /* Footer stacking */
  .footer {
    flex-direction: column;
    padding: 24px 16px;
    gap: 30px;
    height: auto;
  }

  .footer-contact-line {
    justify-content: center;
  }

  /* Smaller font for nav links on mobile */
  .nav-link b.text {
    font-size: 1rem;
  }

  /* Reduce cover height on small screens */
  .cover {
    height: 600px;
  }

  /* Move Pitouverture logo overlay */
  .logo-pitouverture-text-icon {
    top: 200px;
  }
}
