/* ArtAlert Project Custom Styles */
.artalert-gradient {
    background: linear-gradient(180deg, #F46145 52.8%, #C9452C 91.32%), linear-gradient(1deg, #EA6B24 4.69%, #FF8E0E 101.98%);
}

.artalert-hero-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artalert-hero-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}


@media (min-width: 769px) {
    .artalert-hero-image-container {
        height: 300px;
    }
    .artalert-hero-image {
        height: 100%;
        object-fit: contain;
    }
}

.artalert-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Desktop: maintain aspect ratio with some height control */
@media (min-width: 769px) {
    .artalert-hero-image-container {
        height: 300px;
    }
    .artalert-hero-image {
        height: 100%;
        object-fit: contain;
    }
}
.project-main {
  max-width: 944px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: 'Bricolage Grotesque', sans-serif;
  background: #fff;
}

.project-hero {
  text-align: center;
  margin-bottom: 2.5rem;
}

.project-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  color: #222;
}

.project-hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  margin-bottom: 1.5rem;
}

.back-link {
  display: inline-block;
  margin-top: 1.2rem;
  color: #5C7AFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.back-link:hover {
  color: #0029cc;
  text-decoration: underline;
}

.project-copy {
  background: #ffffff;
}

.text-content-container {
  margin: 0 auto;
}

.project-copy h2, .project-copy h3 {
  color: #000;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.project-copy p, .project-copy ul {
  color: #000;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.project-copy ul {
  padding-left: 1.5rem;
}

.project-copy li {
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  .project-main {
    padding: 1rem 0.2rem;
  }
  .project-copy {
    padding: 1.2rem 0.7rem;
  }
  .project-title {
    font-size: 2rem;
  }
}

/* Override takeaway section background with ArtAlert gradient */
.takeaway-section-confetti {
  background: linear-gradient(180deg, #F46145 52.8%, #C9452C 91.32%), linear-gradient(1deg, #EA6B24 4.69%, #FF8E0E 101.98%);
}
