/* =========================================================
   PORTFOLIO.CSS
   4 Season Shield Insulation
   ========================================================= */

/* =========================================================
   HERO
========================================================== */

.portfolio-hero {
  position: relative;
  min-height: 56vh;
  max-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0b0b0c;
}

.portfolio-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.portfolio-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.03);
  filter: saturate(0.95) contrast(1.03) brightness(0.58);
}

.portfolio-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.30) 0%, rgba(5, 5, 6, 0.58) 44%, rgba(5, 5, 6, 0.86) 100%),
    linear-gradient(90deg, rgba(10, 10, 10, 0.64) 0%, rgba(10, 10, 10, 0.34) 38%, rgba(10, 10, 10, 0.18) 100%);
}

.portfolio-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.95));
  opacity: 0.14;
}

.portfolio-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-top: calc(var(--header-height, 92px) + 16px);
  padding-bottom: 38px;
}

.portfolio-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.portfolio-hero__title {
  margin: 8px auto 16px;
  max-width: 980px;
  font-size: clamp(2.4rem, 4.8vw, 5rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  color: #ffffff;
}

.portfolio-hero__title .paint-line {
  display: block;
  padding-top: 0;
  padding-bottom: 0.08em;
  margin-top: 0;
  margin-bottom: -0.03em;
}

.portfolio-hero__title .paint-reveal {
  display: inline-block;
  padding: 0.02em 0.04em 0.06em;
  line-height: 0.94;
}

.portfolio-hero__title .title-white {
  color: #ffffff;
}

.portfolio-hero__title .title-green {
  color: var(--color-primary);
}

.portfolio-hero__subtitle {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 1.72;
}

.portfolio-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.portfolio-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 0 !important;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.portfolio-hero__actions .btn--cta {
  background: #97c93a !important;
  border: 1px solid #97c93a !important;
  color: #151515 !important;
}

.portfolio-hero__actions .btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  color: #ffffff !important;
}

.portfolio-hero__actions .btn--cta:hover,
.portfolio-hero__actions .btn--ghost:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
  transform: translateY(-1px) !important;
}

/* =========================================================
   PORTFOLIO SHOWCASE INTRO
   - centered version
   - divider entre hero e primeira seção
   - alinhado ao padrão visual da entrada
========================================================== */

.portfolio-showcase-intro {
  position: relative;
  background: #ffffff;
  padding: 92px 0 104px;
  border-top: 4px solid #97c93a;
}

.portfolio-showcase-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 48px, 1320px);
  height: 1px;
  background: rgba(17, 22, 17, 0.06);
  transform: translateX(-50%);
  pointer-events: none;
}

.portfolio-showcase-intro__wrap {
  position: relative;
  margin-top: 18px;
  padding: 40px 40px 34px;
  border: 1px solid rgba(17, 22, 17, 0.10);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 26, 16, 0.05);
}

.portfolio-showcase-intro__eyebrow {
  margin-bottom: 20px;
  text-align: center;
}

.portfolio-showcase-intro .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.portfolio-showcase-intro .pill::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: #97c93a;
}

.portfolio-showcase-intro__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.portfolio-showcase-intro__content .section-title {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #111611;
}

.portfolio-showcase-intro__lead {
  max-width: 760px;
  margin: 0 auto 14px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(17, 22, 17, 0.78);
}

.portfolio-showcase-intro__description {
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.96rem;
  line-height: 1.76;
  color: rgba(17, 22, 17, 0.68);
}

.portfolio-showcase-intro__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.portfolio-showcase-intro__actions .btn {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 0 !important;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.portfolio-showcase-intro__actions .btn--cta {
  background: #97c93a !important;
  border: 1px solid #97c93a !important;
  color: #111611 !important;
}

.portfolio-showcase-intro__actions .btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(17, 22, 17, 0.16) !important;
  color: #111611 !important;
}

.portfolio-showcase-intro__actions .btn--cta:hover,
.portfolio-showcase-intro__actions .btn--ghost:hover {
  background: #111611 !important;
  border-color: #111611 !important;
  color: #ffffff !important;
}

.portfolio-showcase-intro__highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 22, 17, 0.08);
}

.portfolio-highlight {
  padding: 18px 16px 0;
  text-align: center;
}

.portfolio-highlight strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111611;
}

.portfolio-highlight span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(17, 22, 17, 0.54);
}

@media (max-width: 1100px) {
  .portfolio-showcase-intro__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }
}

@media (max-width: 767px) {
  .portfolio-showcase-intro {
    padding: 76px 0 84px;
  }

  .portfolio-showcase-intro::before {
    width: min(100% - 24px, 100%);
  }

  .portfolio-showcase-intro__wrap {
    margin-top: 14px;
    padding: 28px 20px 24px;
  }

  .portfolio-showcase-intro__eyebrow {
    margin-bottom: 16px;
  }

  .portfolio-showcase-intro .pill::before {
    width: 28px;
  }

  .portfolio-showcase-intro__content .section-title {
    font-size: clamp(1.72rem, 8vw, 2.35rem);
    line-height: 1.04;
    margin-bottom: 16px;
  }

  .portfolio-showcase-intro__lead {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .portfolio-showcase-intro__description {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .portfolio-showcase-intro__actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .portfolio-showcase-intro__actions .btn {
    width: 100%;
  }

  .portfolio-showcase-intro__highlights {
    grid-template-columns: 1fr;
    margin-top: 26px;
    padding-top: 6px;
  }

  .portfolio-highlight {
    padding: 18px 0 0;
  }
}

@media (max-width: 576px) {
  .portfolio-showcase-intro__wrap {
    padding: 24px 16px 22px;
  }

  .portfolio-showcase-intro__content .section-title {
    font-size: clamp(1.58rem, 9vw, 2.1rem);
  }

  .portfolio-highlight strong {
    font-size: 1.05rem;
  }

  .portfolio-highlight span {
    font-size: 0.74rem;
  }
}

/* =========================================================
   FEATURED PROJECTS
   - versão com fundo escuro
========================================================== */

.featured-projects {
  background: #111611;
  padding: 110px 0;
  position: relative;
}

.featured-projects .section-heading {
  max-width: 980px;
  margin: 0 0 34px;
  text-align: left;
}

.featured-projects .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.featured-projects .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.featured-projects .section-title {
  margin: 0 0 16px;
  max-width: 980px;
  color: #ffffff;
}

.featured-projects .section-subtitle {
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.76);
}

.featured-projects__shell {
  position: relative;
}

.featured-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.featured-project {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(151, 201, 58, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  transition:
    transform var(--transition-medium),
    border-color var(--transition-medium),
    box-shadow var(--transition-medium);
}

.featured-project:hover {
  transform: translateY(-8px);
  border-color: rgba(151, 201, 58, 0.42);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.featured-project__media {
  position: relative;
  overflow: hidden;
  height: 240px;
  background: #111611;
}

.featured-project__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-medium);
}

.featured-project:hover .featured-project__image {
  transform: scale(1.04);
}

.featured-project__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: #97c93a;
  color: #111611;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-project__body {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 240px);
  padding: 24px 22px 22px;
}

.featured-project__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #567a17;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-project__title {
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111611;
}

.featured-project__text {
  margin: 0 0 18px;
  font-size: 0.94rem;
  line-height: 1.74;
  color: rgba(17, 22, 17, 0.78);
}

.featured-project__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.featured-project__list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(17, 22, 17, 0.82);
}

.featured-project__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #97c93a;
  transform: translateY(-50%);
}

.featured-project .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 0 !important;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.featured-project .btn--ghost {
  margin-top: 22px;
  background: transparent !important;
  border: 1px solid rgba(17, 22, 17, 0.16) !important;
  color: #111611 !important;
}

.featured-project .btn--ghost:hover {
  background: #111611 !important;
  border-color: #111611 !important;
  color: #ffffff !important;
}
/* =========================================================
   PROJECT GALLERY
========================================================== */

.project-gallery {
  background: #f5f7f2;
  padding: 110px 0 120px;
}

.project-gallery .section-heading {
  max-width: 980px;
  margin: 0 0 34px;
  text-align: left;
}

.project-gallery .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.project-gallery .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.project-gallery .section-title {
  margin: 0 0 16px;
  max-width: 980px;
  color: #111611;
}

.project-gallery .section-subtitle {
  margin: 0;
  max-width: 780px;
  color: rgba(17, 22, 17, 0.72);
}

.project-gallery__shell {
  position: relative;
}

.project-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.gallery-card {
  position: relative;
  grid-column: span 4;
  min-height: 300px;
  overflow: hidden;
  background: #111611;
  border: 1px solid rgba(17, 22, 17, 0.10);
  box-shadow: 0 18px 45px rgba(16, 26, 16, 0.06);
}

.gallery-card--large {
  grid-column: span 8;
  min-height: 420px;
}

.gallery-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform var(--transition-medium);
}

.gallery-card:hover .gallery-card__image {
  transform: scale(1.04);
}

.gallery-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px 20px 20px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 8, 8, 0.82) 62%, rgba(8, 8, 8, 0.96) 100%);
}

.gallery-card__category {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 10px;
  padding: 0 11px;
  background: rgba(151, 201, 58, 0.16);
  border: 1px solid rgba(151, 201, 58, 0.28);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-card__title {
  margin: 0;
  max-width: 92%;
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.project-gallery-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.project-gallery-dots__dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(151, 201, 58, 0.32);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    opacity var(--transition-fast);
}

.project-gallery-dots__dot.is-active {
  background: #97c93a;
  transform: scale(1.15);
}

.project-gallery .section-cta {
  margin-top: 56px;
  padding: 32px 30px;
  border: 1px solid rgba(17, 22, 17, 0.10);
  background: #ffffff;
  text-align: center;
}

.project-gallery .section-cta__text {
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 700;
  color: #111611;
}

.project-gallery .section-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.project-gallery .section-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 0 !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.project-gallery .section-cta .btn--cta {
  background: #97c93a !important;
  border: 1px solid #97c93a !important;
  color: #111611 !important;
}

.project-gallery .section-cta .btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(17, 22, 17, 0.16) !important;
  color: #111611 !important;
}

.project-gallery .section-cta .btn--cta:hover,
.project-gallery .section-cta .btn--ghost:hover {
  background: #111611 !important;
  border-color: #111611 !important;
  color: #ffffff !important;
}

/* =========================================================
   PROJECT TYPES
========================================================== */

.project-types {
  background: #111611;
  position: relative;
  padding: 110px 0;
}

.project-types .section-heading {
  max-width: 980px;
  margin: 0 0 34px;
  text-align: left;
}

.project-types .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.project-types .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.project-types .section-title {
  margin: 0 0 16px;
  max-width: 980px;
  color: #ffffff;
}

.project-types .section-subtitle {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

.project-types__shell {
  position: relative;
}

.project-types__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.project-type {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 26px 26px;
  background: #ffffff;
  border: 1px solid rgba(17, 22, 17, 0.08);
  box-shadow: 0 18px 45px rgba(16, 26, 16, 0.06);
  transition:
    transform var(--transition-medium),
    border-color var(--transition-medium),
    box-shadow var(--transition-medium);
}

.project-type:hover {
  transform: translateY(-8px);
  border-color: rgba(151, 201, 58, 0.40);
  box-shadow: 0 24px 60px rgba(10, 16, 10, 0.12);
}

.project-type__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  background: rgba(151, 201, 58, 0.12);
  border: 1px solid rgba(151, 201, 58, 0.26);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #567a17;
  text-transform: uppercase;
}

.project-type__title {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.08;
  font-weight: 900;
  color: #111611;
}

.project-type__text {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.74;
  color: rgba(17, 22, 17, 0.78);
}

.project-types-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.project-types-dots__dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(151, 201, 58, 0.32);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    opacity var(--transition-fast);
}

.project-types-dots__dot.is-active {
  background: #97c93a;
  transform: scale(1.15);
}

/* =========================================================
   FINAL CTA
========================================================== */

.portfolio-final-cta {
  overflow: hidden;
  background: #f5f7f2;
  padding: 110px 0 120px;
  border-bottom: 2px solid #97c93a;
}

.portfolio-final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.portfolio-final-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 52px;
  background: #181f18;
  border: 1px solid rgba(151, 201, 58, 0.16);
}

.portfolio-final-cta .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.portfolio-final-cta .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.portfolio-final-cta__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #ffffff;
}

.portfolio-final-cta__text {
  margin: 0 0 24px;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio-final-cta__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.portfolio-final-cta__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 0 !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.portfolio-final-cta__actions .btn--cta {
  background: #97c93a !important;
  border: 1px solid #97c93a !important;
  color: #111611 !important;
}

.portfolio-final-cta__actions .btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
}

.portfolio-final-cta__actions .btn--cta:hover,
.portfolio-final-cta__actions .btn--ghost:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111611 !important;
}

.portfolio-final-cta__media {
  overflow: hidden;
  border: 1px solid rgba(151, 201, 58, 0.16);
  background: #0f140f;
  min-height: 100%;
}

.portfolio-final-cta__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   FEATURED PROJECTS DOTS
========================================================== */

.featured-projects-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.featured-projects-dots__dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(151, 201, 58, 0.32);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    opacity var(--transition-fast);
}

.featured-projects-dots__dot.is-active {
  background: #97c93a;
  transform: scale(1.15);
}

/* =========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1200px) {
  .featured-projects__grid,
  .project-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card,
  .gallery-card--large {
    grid-column: auto;
    min-height: 340px;
  }

  .portfolio-final-cta__layout {
    grid-template-columns: 1fr;
  }

  .portfolio-final-cta__media {
    min-height: 360px;
  }
}

@media (max-width: 1100px) {
  .portfolio-showcase-intro__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }
}

@media (max-width: 991px) {
  .portfolio-showcase-intro,
  .featured-projects,
  .project-gallery,
  .project-types,
  .portfolio-final-cta {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .featured-projects__grid,
  .project-types__grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured-project__media {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .portfolio-hero {
    min-height: 450px;
  }

  .portfolio-hero__content {
    padding-top: calc(var(--header-height, 92px) + 18px);
    padding-bottom: 28px;
  }

  .portfolio-hero__title {
    font-size: clamp(1.9rem, 8vw, 3rem);
    line-height: 0.94;
  }

  .portfolio-hero__subtitle {
    font-size: 0.96rem;
    line-height: 1.68;
    max-width: 92%;
  }

  .portfolio-hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .portfolio-hero__actions .btn {
    width: min(100%, 320px);
  }

  .portfolio-showcase-intro,
  .featured-projects,
  .project-gallery,
  .project-types,
  .portfolio-final-cta {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .portfolio-showcase-intro::before {
    width: min(100% - 24px, 100%);
  }

  .portfolio-showcase-intro__wrap {
    padding: 28px 20px 24px;
    margin-top: 14px;
  }

  .portfolio-showcase-intro__eyebrow {
    margin-bottom: 16px;
  }

  .portfolio-showcase-intro .pill::before,
  .featured-projects .pill::before,
  .project-gallery .pill::before,
  .project-types .pill::before,
  .portfolio-final-cta .pill::before {
    width: 28px;
  }

  .portfolio-showcase-intro__content .section-title {
    font-size: clamp(1.72rem, 8vw, 2.35rem);
    line-height: 1.04;
    margin-bottom: 16px;
  }

  .portfolio-showcase-intro__lead {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .portfolio-showcase-intro__description {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .portfolio-showcase-intro__actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .portfolio-showcase-intro__actions .btn {
    width: 100%;
  }

  .portfolio-showcase-intro__highlights {
    grid-template-columns: 1fr;
    margin-top: 26px;
    padding-top: 6px;
  }

  .portfolio-highlight {
    padding: 18px 0 0;
  }

  .mobile-center,
  .mobile-center .section-title,
  .mobile-center .section-subtitle,
  .mobile-center .pill,
  .mobile-center .portfolio-final-cta__title,
  .mobile-center .portfolio-final-cta__text {
    text-align: center !important;
  }

  .mobile-center .pill {
    justify-content: center;
  }

  .featured-projects .section-heading,
  .project-gallery .section-heading,
  .project-types .section-heading {
    text-align: center;
    margin: 0 auto 42px;
  }

  .featured-projects .section-subtitle,
  .project-gallery .section-subtitle,
  .project-types .section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .featured-projects .pill,
  .project-gallery .pill,
  .project-types .pill {
    justify-content: center;
  }

  /* FEATURED PROJECTS CAROUSEL */
  .featured-projects__shell {
    overflow: hidden;
  }

  .featured-projects__grid {
    display: flex !important;
    gap: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .featured-projects__grid::-webkit-scrollbar {
    display: none;
  }

  .featured-project {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .featured-project:hover {
    transform: none !important;
  }

  .featured-project__body,
  .featured-project__text,
  .featured-project__title,
  .featured-project__eyebrow,
  .featured-project__list {
    text-align: center;
  }

  .featured-project__list li {
    padding-left: 0;
  }

  .featured-project__list li::before {
    display: none;
  }

  .featured-project .btn {
    width: 100%;
  }

  .featured-projects-dots {
    display: flex;
  }

  /* PROJECT GALLERY CAROUSEL */
  .project-gallery__shell {
    overflow: hidden;
  }

  .project-gallery__grid {
    display: flex !important;
    gap: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .project-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .gallery-card,
  .gallery-card--large {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 280px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .gallery-card__overlay,
  .gallery-card__title,
  .gallery-card__category {
    text-align: center;
  }

  .project-gallery-dots {
    display: flex;
  }

  /* PROJECT TYPES CAROUSEL */
  .project-types__shell {
    overflow: hidden;
  }

  .project-types__grid {
    display: flex !important;
    gap: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .project-types__grid::-webkit-scrollbar {
    display: none;
  }

  .project-type {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    text-align: center;
  }

  .project-type:hover {
    transform: none !important;
  }

  .project-type__number {
    margin-left: auto;
    margin-right: auto;
  }

  .project-types-dots {
    display: flex;
  }

  .project-gallery .section-cta {
    margin-top: 34px;
    padding: 24px 20px;
  }

  .project-gallery .section-cta__actions,
  .portfolio-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .project-gallery .section-cta__actions .btn,
  .portfolio-final-cta__actions .btn {
    width: 100%;
  }

  .portfolio-final-cta__content {
    padding: 34px 24px;
    text-align: center;
  }

  .portfolio-final-cta__content .pill {
    justify-content: center;
  }

  .portfolio-final-cta__media {
    min-height: 280px;
  }
}

@media (max-width: 576px) {
  .portfolio-hero {
    min-height: 410px;
  }

  .portfolio-hero__title {
    font-size: clamp(1.65rem, 9vw, 2.35rem);
  }

  .portfolio-hero__subtitle {
    font-size: 0.9rem;
    max-width: 94%;
  }

  .portfolio-hero__actions .btn {
    width: min(100%, 300px);
    min-height: 52px;
  }

  .portfolio-showcase-intro,
  .featured-projects,
  .project-gallery,
  .project-types,
  .portfolio-final-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .portfolio-showcase-intro__wrap {
    padding: 24px 16px 22px;
  }

  .portfolio-showcase-intro__content .section-title {
    font-size: clamp(1.58rem, 9vw, 2.1rem);
  }

  .portfolio-highlight strong {
    font-size: 1.05rem;
  }

  .portfolio-highlight span {
    font-size: 0.74rem;
  }

  .project-type,
  .featured-project__body {
    padding: 22px 16px 18px;
  }

  .featured-project__title,
  .project-type__title {
    font-size: 1.12rem;
  }

  .featured-project__text,
  .project-type__text,
  .portfolio-final-cta__text {
    font-size: 0.92rem;
  }

  .gallery-card,
  .gallery-card--large {
    min-height: 240px;
  }

  .gallery-card__title {
    max-width: 100%;
    font-size: 1rem;
  }

  .project-gallery .section-cta {
    padding: 22px 18px;
  }

  .portfolio-final-cta__content {
    padding: 30px 18px;
  }

  .portfolio-final-cta__media {
    min-height: 240px;
  }
}