/* =============================
   Project Description Block
   ============================= */
.project-block-description {
  background-color: #000;
  color: #fff;
  padding: 4rem 0;
}

.project-block-description .project-block-inner {
  max-width:100vw;
  margin: 0 auto;
  padding: 0 2rem; /* horizontal control only */
}

.project-block-description p {
  font-size: 1.5rem !important;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  font-family: "polymath", sans-serif !important;
  font-weight: 300;
}

/* =============================
   Project Credits Section
   ============================= */
.project-block-credits {
  background-color: #fff;
  color: #111;
  padding: 2rem 1rem;
  width:100vw;
}

.project-block-credits .project-block-inner {
  /* max-width: 1440px; */
    width:100vw;
    max-width:100vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  /* border-top: 1px solid #ccc; */
  padding-top: 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
}

.block-credits-column {
  flex: 1;
  min-width: 250px;
}

.block-credits-heading {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #666;
  font-family: "lores-15", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.block-credits-list {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
  font-family: "lores-15", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.block-credit-role {
  font-weight: 600;
  margin-right: 0.5rem;
  text-transform: lowercase;
  color: #888;
font-family: "lores-22-serif", sans-serif;
font-weight: 700;
font-style: normal;
}

.block-credit-name {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
font-family: "lores-21-serif", sans-serif;
font-weight: 400;
font-style: normal;
}

/* =============================
   Tags (Keywords / Categories)
   ============================= */
.block-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.block-tag {
  font-size: 0.75rem;
  background-color: #eee;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
font-family: "lores-21-serif", sans-serif;
font-weight: 400;
font-style: normal;
}

/* =============================
   Responsive
   ============================= */
@media (max-width: 768px) {
  .project-block-credits .project-block-inner {
    flex-direction: column;
    gap: 2rem;
  }
}


.project-header {
  margin-top: 200px;
  padding-left: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.client-name {
  font-size: 4rem;
  font-family: "lores-21-serif", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0rem;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.project-title {
  font-size: 2.5rem;
  color: #fff;
  font-family: "lores-21-serif", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1;
}

.project-title-separator {
  font-size: 2.5rem;
  color: #333;
  font-family: "lores-21-serif", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1;
}

.credit-divider {
  color: #ccc;
  margin: 0 0.5rem;
}




/* MOBILE FIXES */

@media (max-width: 768px) {
    .project-block-credits {
    padding-left: 0;
    padding-right: 0;
  }

  .project-block-credits .project-block-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .project-header {
    margin-top: 150px;
    padding-left: 2rem;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .client-name {
    font-size: 3rem;
    letter-spacing: 0.05rem;
    line-height: 1.1;
  }

  .project-title {
    font-size: 2.25rem;
    letter-spacing: 0.04rem;
    line-height: 1.2;
  }

  .project-title-separator {
    font-size: 1.25rem;
  }

    .block-credits-list {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .block-credit-role {
    font-size: 0.9rem;
  }

  .block-credit-name {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
  }

  .credit-divider {
    margin: 0 0.35rem;
  }

  .block-tag {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
  }
}
@media (hover: none), (max-width: 768px) {
  .custom-video-cursor {
    display: none !important;
  }
}