/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  
  body {
      background-color: #EEEEEC;
      font-family: "Neue Haas Grotesk Display Thin", sans-serif;
      color: #000000;
      margin: 0;
      font-weight: 200;
      padding: 0;
  }
  
  header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #EEEEEC;
      position: sticky;
      top: 0;
      z-index: 1000;
  }
  
  header h1 {
    font-family: 'Panchang Variable', sans-serif;
    font-weight: 400;
    font-size: 1.8vw;
  }
  
  #go-back {
      /* Match whatever styles you used for your h2 */
      font-size: 18px;     /* same as your h2 */
      font-weight: 200;
      font-family: "Neue Haas Grotesk Display Thin", sans-serif;
      margin-bottom: -5px;
      /* plus your existing button styles if you like */
      color: #000;
      border: 1.3px solid #000;
      background-color: #d4d4d470;
      border-radius: 50px;
      padding: 6px 15px;
      cursor: pointer;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 2000;
    }
  
    #go-back:hover {
      background-color: #28282A; /* White background on hover */
      color: #EEEEEC; /* Blue text on hover */
      border: 1.7px solid #031ba600; /* Keep blue outline */
    }
  
  .title-section {
      margin: 0;
      padding: 0;
    }
    
    .title-section h2 {
      font-family: 'Neue Haas Grotesk Display Pro Light', sans-serif;
      font-weight: 300;
      text-align: center;
      margin: 40px 0 20px 0;
      font-size: clamp(8px, 3vw, 17px); /* Responsive font size */
      line-height: 1.2;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
    
    .title-section .main-photo {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 20px 0;      /* Only bottom spacing; no horizontal margin */
    }
      
        @font-face {
          font-family: "Panchang Variable";
          src: url("./fonts/Panchang-Variable.woff2") format("woff2");
          font-weight: 100 900;
          font-style: normal;
      }


       /* Text Block */
  .description-block {
    flex: 1;
    max-width: 40vw; /* Adjust width relative to screen */
    padding-left: 5vw;
    margin-top: -15vh; /* Align with glued photo */
    margin-bottom: auto;
    z-index: 99999999999;
  }
  
  .description {
    font-size: 1em; /* Scale with screen size */
    line-height: 1.6;
    margin-left: 4.5vw;
  }
  .description1 {
   
    line-height: 1.6;
    margin-left: 50vw !important;
    margin-right: 10vw;
    font-size: 1em !important;
  }



  .description2 {
  padding-right: 0vw;
  line-height: 1.6;
  margin-top: 3vh;

  }

  .description3 {
   
    line-height: 1.6;
    padding-right: 0vw;
    font-size: 2em !important;
    font-weight: 400 !important;

  }
  
  /* Floating Photo Section */
  .floating-photo-section {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

   /* Glued Photo & Text Container */
   .floating-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; /* Allows wrapping */
    margin-top: -10vh; /* Use viewport height for better scaling */
    margin-bottom: 20vh; /* Use viewport height for better scaling */
    width: 100%;
    padding: 0;
    margin: 0;
  }

    /* Glued Photo */
    .floating-photo {
        width: 30vw; /* Scales with screen width */
        max-width: 750px;
        margin-left: 5vw;
        margin-top: 25vh;
      }

      .floating-photo img {
        width: 100%;
        height: auto;
        display: block;
      }


       /* Glued Photo & Text Container */
   .floating-container2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap; /* Allows wrapping */
    margin-top: -10vh; /* Use viewport height for better scaling */
    margin-bottom: 20vh; /* Use viewport height for better scaling */
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
    /* Glued Photo */
    .floating-photo2 {
        width: 30vw; /* Scales with screen width */
        max-width: 750px;
        margin-right: 5vw;
        margin-top: 25vh;
      }

      .floating-photo2.nn {
        width: 50vw; /* Scales with screen width */
        margin-right: 5vw;
        margin-top: 25vh;
      }

      .floating-photo2.last {
                margin-bottom: 20vh;
       
      }

      .floating-photo2 img {
        width: 100%;
        height: auto;
        display: block;
      }

      .floating-photo.photo-1 {
        margin-top: 15vh; /* pull it up */
      }

      .glued-photo-section {
        width: 100%;
        padding: 0;
        margin: 0;
      }
      .glued-container {
        display: flex;
        justify-content: flex-end; /* Push content to the right */
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
      }

      .glued-container-left {
        display: flex;
        justify-content: flex-start; /* Align left */
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
      }
      

body, main {
    width: 100vw;
    overflow-x: hidden; /* optional: prevents horizontal scroll */
  }

  .glued-photo-section,
.glued-container-left {
  width: 100vw;
  padding: 0;
  margin: 0;
}

.glued-photo2 {
  width: 60vw;
  max-width: none;
  margin: 0;
  margin-top: 20vh;
}

.glued-photo2 img {
  width: 100%;
  height: auto;
  display: block;
}

      .glued-photo {
        width: 50vw;
        max-width: 750px;
        margin: 0;
      }
   
  
  .glued-photo img {
    width: 100%;
    height: auto;
    display: block;
  }


  .photo-caption {
    font-size: 1em; /* Default font size */
    margin-top: 10px;
  }

  .photo-caption2 {
    font-size: 1em; /* Default font size */
    margin-left: 1vw;
    margin-top: 10px;
  }

    /* 🔹 Responsive Tweaks */
    @media (max-width: 1200px) {
    
    
      .description-block {
        max-width: 50vw;
        text-align: left;
        padding-left: 0;
        margin-left: 5vw;
        margin-top: 6vh;
      }
    
      .description {
        font-size: 0.9em;
      }

      .photo-caption {
        font-size: 0.9em; /* Default font size */
      }
    
      .photo-caption2 {
        font-size: 0.9em; /* Default font size */
      }
    }

  /* 🔹 Responsive Tweaks */
  @media (max-width: 768px) {

    .description-block {
      max-width: 80%;
      text-align: left;
      padding-left: 0;
      margin-right: 1vw;
      margin-top: 6vh;
    }

    .floating-photo {
        width: 50vw;
      
      }
  .floating-photo2{
    width: 50vw;
  }
  .floating-photo2.nn{
    width: 70vw;
    margin-top: 15vh;
  }

      .glued-photo{
        width: 60vw;
        margin-top: 10vh;
      }
    .description {
      font-size: 0.9em;
      padding-left: 3vw;
      padding-right: 3vw;
    }
    .photo-caption {
        font-size: 0.9em; /* Default font size */
      }
    
      .photo-caption2 {
        font-size: 0.9em; /* Default font size */
      }

            header h1 {
  font-size: 3vw;
}
  }

  @font-face {
    font-family: "Panchang Variable";
    src: url("./fonts/Panchang-Variable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Neue Haas Grotesk Display Thin";
    src: url("./fonts/NeueHaasDisplay-Thin.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
  }
  
  /* =======================================
     FOOTER STYLES
     ======================================= */
     footer {
      background-color: #D0CDC5;
      padding: clamp(10px, 3vw, 20px); /* Adjusts padding dynamically */
    }
      
      /* Top row: H1 on left, H2 on right */
      .footer-top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: clamp(10px, 5vw, 20px); /* Shrinks margin */
      }
      
      .footer-top-row h3 {
        font-size: clamp(50px, 8vw, 100px);
        margin-bottom: clamp(50px, 10vw, 150px); /* Shrinks space below */
      }
      
      .footer-top-row h2 {
        font-size: 1.4vw;
      }
      
      /* Bottom row */
      .footer-bottom-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: clamp(10px, 2vw, 20px); /* Dynamic spacing */
        padding: clamp(10px, 2vw, 20px) 0; /* Shrinks vertical padding */
      }
      
      /* Make bottom-row text shrink */
      .footer-bottom-row h2 {
        font-size:1.4vw;
      }
      
      .left-footer {
        text-align: left;
      }
      
      .center-footer {
        text-align: center;
      }
      
      .right-footer {
        text-align: right;
      }
  
      h2 {
        font-size: 1,4vw;
        font-weight: lighter;
        margin-bottom: -5px;
      }
      
      h3 {
        font-size: 4vw;
        font-weight: 500;
        font-family: "Panchang Variable", sans-serif;
        color: #ededf1;
      }
  

      /* Ensure layout remains intact */
      @media (max-width: 768px) {
        .footer-top-row {
          flex-direction: column;
          text-align: center;
          margin-bottom: clamp(10px, 5vw, 20px);
        }
      
        .footer-bottom-row {
          flex-direction: column;
          text-align: center;
          gap: clamp(5px, 2vw, 10px);
        }
      }
  
      /* Reset / base styling (optional) */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: sans-serif;
  }
  
  /* Hide the default cursor */
  body {
    cursor: none;
  }
  
  
  /* Style for the custom cursor */
  .custom-cursor {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
    z-index: 1000;
  }
  
  a, button {
    cursor: none !important;
  }
  
  a:hover .custom-cursor,
  button:hover .custom-cursor {
      width: 30px;
      height: 30px;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  @media (hover: none) and (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}