:root {
    --darkgrey: #141414;
    --black: #000000;
    --lightgrey: #E2E7E9;
    --white: #ffffff;
  }

@font-face {
    font-family: 'Exposure Light';
    src: url(ExposureTrial[+30].otf);
}

@font-face {
    font-family: 'Exposure Bold';
    src: url(ExposureTrial[-100].otf);
}

@font-face {
  font-family: 'Ps Times';
  src: url(651562a4169082b87ebb7e31_PSTimes-Regular.otf);
}


@font-face {
  font-family: 'Neue Montreal';
  src: url(NeueMontreal-Regular.otf) format('opentype'),
      url(NeueMontreal-Regular.woff) format('woff'),
      url(NeueMontreal-Regular.woff2) format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url(NeueMontreal-Bold.otf) format('opentype'),
  url(NeueMontreal-Bold.woff) format('woff'),
  url(NeueMontreal-Bold.woff2) format('woff2');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-display: swap;

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none; /* Hide the default cursor */}

  .cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #BBBBBB;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.3s ease, mix-blend-mode 0.3s ease;
    transform: translate(-50%, -50%);
}

.cursor.grow {
    transform: translate(-50%, -50%) scale(2);
}

.cursor.blend {
  mix-blend-mode: difference;}
  
  body {
    max-width: 2000px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px; 
  background-color: #000000;}
  h1 {
    font-family: "Exposure Light", 'Times New Roman', Times, serif;
    font-size: 3.5rem;
    font-style: bold;
    font-weight: 700;
    line-height: 105%; /* 84px */
    letter-spacing: -0.16rem;
    color: #E2E7E9;

  }
  
  h2 {
    font-family: 'Neue Montreal', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-style: bold;
    font-weight: 700;
    line-height: 105%; /* 63px */
    letter-spacing: -0.6px;
    color: #E2E7E9;

  }

  h3{
  font-family: 'Neue Montreal', Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 37.8px */
  letter-spacing: -0.36px;
  color: #E2E7E9;
  margin: 0;

}
  p {
/* Paragraph/Paragraph 5 */
font-family: "Exposure Light", 'Times New Roman', Times, serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 42px */
letter-spacing: -0.8px;
color: #E2E7E9;

  }

  .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  a {
    font-family: 'Neue Montreal', Arial, Helvetica, sans-serif;
font-size: 0.919rem;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 21px */
letter-spacing: -0.4px;
text-decoration: none;
padding: 10px;
color: var(--lightgrey);

}

  a {
    font-family: 'Neue Montreal', Arial, Helvetica, sans-serif;
font-size: 0.919rem;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 21px */
letter-spacing: -0.4px;
text-decoration: none;
padding: 10px;
color: var(--lightgrey);

}




  .project_item-txt_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .project_item-txt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-column-gap: 8px;
    grid-row-gap: 0;
  }

  .txt_category{
    font-family: 'Neue Montreal', Arial, Helvetica, sans-serif;
font-size: 0.919rem;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 21px */
letter-spacing: -0.4px;
color: #E2E7E9;
margin: 0;
  }
  .txt_category_2{
    font-family: "Exposure Light", 'Times New Roman', Times, serif;
font-size: 0.919rem;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 21px */
letter-spacing: -0.4px;
color: #E2E7E9;
margin: 0;
  }


.hero{
  display: flex;
  flex-direction: column;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
}

  .hero_txt{
    font-family: "Exposure Light", 'Times New Roman', Times, serif;
font-size: 5rem;
font-style: normal;
font-weight: 400;
line-height: 90%; /* 72px */
letter-spacing: -7.2px;
color: var(--lightgrey);
  }

  span{
    font-family: "Exposure Light", 'Times New Roman', Times, serif;
font-size: 5rem;
font-style: normal;
font-weight: 400;
line-height: 90%; /* 72px */
letter-spacing: -7.2px;
color: var(--lightgrey);
  }

span:hover{
    font-family: "Exposure Bold", 'Times New Roman', Times, serif;
font-size: 5rem;
font-style: normal;
font-weight: 400;
line-height: 90%; /* 72px */
letter-spacing:-7.2px;
color: var(--lightgrey);
  }

  .hero_txt span {
    position: relative;
    transition: all 0.3s ease;
}

.hero_txt span:not(.name):hover {
    transform: translateY(-2px);
}

.name, .brazilian, .lisbon, .physical, .digital {
    cursor: pointer;
    position: relative;
}

.name:hover, .brazilian:hover, .lisbon:hover, .physical:hover, .digital:hover {
    transform: translateY(-3px);
}

.mate-emoji {
    position: fixed;
    font-size: 3.5rem;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
    transform: scale(0.5) rotate(-10deg);
    transition: opacity 0.2s ease, transform 0.2s ease;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

.mate-emoji.visible {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}




  .footer_wrapper{
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: center;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

.footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_right{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.project_hero{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
  margin-bottom: 40px;
  margin-top: 40px;
}

.works_wrapper{
  display: flex;
  flex-direction: row;
}

/* Add this to your style.css */
#project-description ul, #project-description ol {
  padding-left: 20px;
}

#project-description a {
  display: inline;
  padding: 0;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  text-transform: none;
}

#project-description p {
  margin-bottom: 1em;
  color: #E2E7E9;
}

.content{
  display: flex;
  flex-direction: column;
}

.content a:hover .project_home-title{
  font-family: "Exposure Bold", 'Times New Roman', Times, serif;
  font-weight: 700;
}

.content a:hover .project_home-year{
  font-family: "Exposure Bold", 'Times New Roman', Times, serif;
  font-weight: 700;
}
.content img{
  width: 100%;
}

.content:hover{
filter: blur(90);
}

#project-images{
  display: flex;
  flex-direction: column;
  
}

.content_wrapper{
  display: flex;
  flex-direction: column;
}

.content_txt{
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

.project-meta{
  display: flex;
  flex-direction: row;
justify-content: space-between;}

.project-item{
  display: flex;
  flex-direction: column;
}

.project-year{
  font-family: "Exposure Light";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 21px */
  letter-spacing: -0.4px;
  color: #E2E7E9;
  margin: 0;
}

.project-title{
  margin: 0
  ;
}

.content-wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project-image{
  width: 100%;
}

.link{
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif;
font-size: 0.919rem;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 21px */
letter-spacing: -0.4px;
text-decoration: none;
padding: 10px;
color: var(--lightgrey);
text-transform: uppercase ;

}

.link:hover{
  text-decoration: underline;
  transition: all 300ms;

}

.project-gallery{
  display: flex;
  flex-direction: column;
}


ul {
  list-style: none;
  padding: 0;
  margin: 0;
font-family: "Exposure Light", 'Times New Roman', Times, serif;
font-size: 1.875rem;
color: #E2E7E9;
line-height: 105%; /* 42px */
letter-spacing: -0.8px;
}

.about_main{
  display: flex;
  flex-direction: column;
  max-width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 40px;
  margin-left: 10px;
  margin-right: 10px;

}

.about_hero{
  gap: 40px;
  text-wrap: balance;
}

.about_description-main{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 80%;
  margin-left: 10px;
  margin-right: 10px;
}

.about_description-grid{
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about_txt{
  font-family: "Neue Montreal";
  font-size: 0.919rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 21px */
  letter-spacing: -0.4px;
 text-transform: uppercase;
  color: var(--lightgrey);
  margin: 0;
}

.about_txt_2{
  font-family:"Exposure Light", 'Times New Roman', Times, serif;
  font-size: 0.919rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 21px */
  letter-spacing: -0.4px;
  color: var(--lightgrey);
  margin: 0;
}


.about_title{
  padding: 0;
  margin: 0;
font-family: "Exposure Light", 'Times New Roman', Times, serif;
font-size: 1.875rem;
color: #E2E7E9;
line-height: 105%; /* 42px */
letter-spacing: -0.8px;
}

.about_title_2{
  padding: 0;
  margin: 0;
font-family: "Exposure Light", 'Times New Roman', Times, serif;
font-size: 1.875rem;
color: #E2E7E9;
line-height: 105%; /* 42px */
letter-spacing: -0.16rem;
}

.about_title:hover{
 font-family: "Exposure Bold", 'Times New Roman', Times, serif;
}


.about_description-item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
gap: 10px;
}

.about_description-grid-item{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about_body{
  font-family:  "Exposure Light", 'Times New Roman', Times, serif;
  font-size:1.75rem;
  font-style: normal;
  text-wrap: balance;
  font-weight: 400;
  line-height: 105%; /* 42px */
  letter-spacing: -0.8px;
  padding: 0;
  margin: 0;
}

.text_description{
  font-family: "Exposure Light", 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  text-wrap: balance;
}

.div_description{
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 10px;
}

.content_txt-2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.project_home-title{
  font-family: "Exposure Light", 'Times New Roman', Times, serif;;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 42px */
  letter-spacing: -0.16rem;
  padding: 0;
  margin: 0;}

  .project_home-year{
    font-family: "Exposure Light", 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }

  .project_home-category{
    font-family: "Neue Montreal";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 42px */
  letter-spacing: -0.4px;
  padding: 0;
  margin: 0;
  }

  .about_main-title{
    font-family: "Exposure Light", 'Times New Roman', Times, serif;
  }


  .text_description a {
text-decoration: underline;
  }

  .nav-text {
    font-family: "Neue Montreal", Arial, Helvetica, sans-serif;
font-size: 0.919rem;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 21px */
letter-spacing: -0.4px;
text-decoration: none;
color: var(--lightgrey);
text-transform: uppercase ;
  
    
  }
  
  .nav-text:hover{
    font-family: "Neue Montreal", Arial, Helvetica, sans-serif;
font-size: 0.919rem;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 21px */
letter-spacing: -0.4px;
text-decoration:underline;
color: var(--lightgrey);
text-transform: uppercase ;
  }


  .accordion_title {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
  }
  
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
  }





  @media only screen and (max-width: 430px){

.hero_txt{ 
  font-size: 2rem;
  letter-spacing: -0.16rem;
}

.cursor{
  display: none;
  visibility: hidden;
}

.project_home-title{
  font-size: 1.5rem;
}

.project_home-category{
  font-size: 1rem;

}

.project_hero{
  padding-left: 10px;
  padding-right: 10px;
}

.content-wrapper{
  padding-left: 10px;
  padding-right: 10px;
}

.text_description{
  font-size: 1.2rem;
}

.project_home-year{
  font-size: 1rem;
}

h1{
  font-size: 2rem;
}

.about_main{
max-width: 100%;}

.about_body{
font-size: 1.5rem;

}

.about_title{
  font-size: 1.5rem;
}

.about_title_2{
  font-size: 1.5rem;
}

.footer_wrapper{
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
 
}

.hero_txt span{
  font-size: 2rem;
  letter-spacing: -0.16rem;
}

.footer{
  justify-content: center;
}

body{
  padding-left: 0;
  padding-right: 0;
}

.about_description-main{
  display: flex;
  flex-direction: column;
}

.about_description-main{
  gap: 30px;
}

.div_description{
  width: 100%;
}

.project_hero{
  width: 100%;}
    
    .mate-emoji {
        display: none !important;
    }
    
    .name, .brazilian, .lisbon, .physical, .digital {
        cursor: default;
    }

  }

  /* Project Navigation Styles */
.project-navigation {
  margin: 60px 0;
}

.nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

.nav-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #E2E7E9;
  transition: opacity 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  text-wrap: wrap;
}

.nav-button:hover {
 text-decoration: underline;
}

.nav-arrow {
  font-size: 24px;
  line-height: 1;
}

.prev-button .nav-arrow {
  margin-right: 8px;
}

.next-button .nav-arrow {
  margin-left: 8px;
}





/* Responsive adjustments */
@media (max-width: 768px) {
  .nav-buttons {
    gap: 20px;

  }
  
  .next-button {
    align-self: flex-end;
  }

}