/*-----------------------------------------------------------------------------------

    JW Design Page CSS: portfolio
    -------------------------------------------------------------------------------
    Archive/listagem futura de Projetos.
    Este arquivo é editável diretamente e será carregado somente nesta página/template.
    Não usa SCSS e não depende de build.

-----------------------------------------------------------------------------------*/

@import url("../global.css");
@import url("../sections/page-hero.css");
@import url("../sections/portfolio.css");
@import url("../sections/system.css");
@import url("../base/responsive.css");
@import url("../components/header-overrides.css");
@import url("../components/buttons.css");
@import url("../base/jw-responsive.css");

/* Ajustes específicos desta página/template devem entrar abaixo deste ponto.
   Mantenha regras globais fora daqui sempre que possível. */

/* --------------------------------------------------------------------------
   Fase 19 — Single de Projeto baseada em project-details.html
   -------------------------------------------------------------------------- */
.jw-main--single-project .jw-section--single-project-hero {
  padding-bottom: 0;
}

.jw-single-project-hero__badge {
  padding-top: 15px;
}

.jw-single-project-hero__kicker {
  display: inline-block;
  max-width: 720px;
}

.jw-single-project-hero__title {
  max-width: 1050px;
}

.jw-single-project-hero__meta-item span {
  display: block;
}

.jw-single-project-hero__meta-item h6 {
  margin: 0;
  word-break: break-word;
}

.jw-single-project-hero__external .butn-more {
  display: inline-flex !important;
  gap: 12px;
}

.jw-single-project-hero__media {
  background: rgba(255, 255, 255, 0.04);
}

.jw-single-project-overview__note h6 {
  line-height: 1.55;
}

.jw-single-project-overview__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jw-single-project-overview__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

.jw-single-project-overview__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .75;
}

.jw-section--single-project-showcase {
  padding-top: 0;
  padding-bottom: 100px;
}

.jw-single-project-showcase__grid {
  align-items: stretch;
}

.jw-single-project-showcase__item,
.jw-single-project-showcase__item .w-100,
.jw-single-project-showcase__item .bg-img {
  border-radius: 24px;
}

.jw-single-project-showcase__item,
.jw-single-project-showcase__item .w-100 {
  overflow: hidden;
}

.jw-single-project-showcase__item .bg-img {
  min-height: 520px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.jw-project-background__content p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.9;
}

.jw-project-background__content h1,
.jw-project-background__content h2,
.jw-project-background__content h3,
.jw-project-background__content h4,
.jw-project-background__content h5,
.jw-project-background__content h6 {
  margin-top: 40px;
  margin-bottom: 25px;
}

.jw-project-background__bullets li {
  color: rgba(255, 255, 255, 0.84);
}

.jw-project-background__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jw-project-feedback__inner {
  width: 100%;
}

.jw-project-feedback__person {
  min-width: 220px;
}

.jw-project-feedback__quote h4 {
  line-height: 1.45;
}

.jw-project-cta {
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.jw-project-nav {
  padding-top: 60px;
  padding-bottom: 60px;
}

.jw-project-nav__item {
  transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 155px;
}

.jw-project-nav__item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
}

.jw-section--single-project-related {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .jw-single-project-hero__badge {
    padding-top: 0;
    margin-bottom: 25px;
  }

  .jw-section--single-project-showcase {
    padding-bottom: 80px;
  }

  .jw-project-feedback__inner {
    display: block !important;
  }

  .jw-project-feedback__person {
    margin-bottom: 35px;
  }

  .jw-project-feedback__quote {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .jw-single-project-hero__media {
    border-radius: 40px !important;
    height: 520px !important;
  }

  .jw-single-project-hero__media .h-800px {
    height: 620px !important;
  }

  .jw-single-project-showcase__item .bg-img {
    min-height: 380px;
  }

  .jw-project-cta {
    padding: 35px 22px !important;
  }

  .jw-project-nav__item {
    min-height: auto;
  }
}
