/* Designer Recommended - individual project page */

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #f3f2ee;
  color: #111111;
}

.hero-title {
  font-family: 'Bricolage Grotesque', 'Plus Jakarta Sans', sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #0d0d0d;
}

.hero-description {
  font-size: 1.1rem;
  max-width: 640px;
  line-height: 1.5;
  color: #333333;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  background-color: #333333;
  color: #e2e2e2;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 50px;
  line-height: 1;
}

.badge-pill .dot {
  width: 7px;
  height: 7px;
  background-color: #ea332d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* Cross-link pill */
.back-pill-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #333333;
  color: #e2e2e2;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 9px 18px 9px 14px;
  border-radius: 50px;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.back-pill-link i {
  font-size: 0.8rem;
}

.back-pill-link:hover {
  background-color: #111111;
  color: #ffffff;
  box-shadow: 0 0 0 6px rgba(234, 51, 45, 0.18), 0 8px 24px rgba(234, 51, 45, 0.35);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.cta-btn .btn-text {
  background-color: #333333;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn .btn-text .dot {
  width: 7px;
  height: 7px;
  background-color: #ea332d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.cta-btn .btn-arrow {
  background-color: #333333;
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover .btn-text,
.cta-btn:hover .btn-arrow {
  background-color: #111111;
  box-shadow: 0 0 0 6px rgba(234, 51, 45, 0.18), 0 8px 24px rgba(234, 51, 45, 0.35);
}

.cta-btn:hover .btn-arrow {
  transform: translate(2px, -2px);
}

/* Project slice-presentation stack */
.dp-stack-wrap {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.dp-stack {
  width: 100%;
  max-width: 1169px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.dp-stack img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  .dp-stack {
    border-radius: 12px;
  }
}
