.murals-page {
  background: #fbfcfc;
  color: #2c3e50;
  font-family: 'Poppins', sans-serif;
}

.murals-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: 48px;
  align-items: stretch;
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 32px;
}

.murals-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 460px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #2ea9e2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.murals-hero h1 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 600;
  line-height: 0.98;
  color: #263846;
}

.created-for {
  margin-top: 24px;
  font-size: 1.2rem;
  color: #6c757d;
}

.completed-date {
  margin: 6px 0 0;
  color: #8a8a8a;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.murals-hero-art {
  min-height: 520px;
  border-radius: 8px;
  border: 1px solid rgba(46, 169, 226, 0.18);
  overflow: hidden;
  background: #eef8fb;
}

.murals-hero-art img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center 34%;
}

.concept-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 8px 40px 48px;
}

.concept-card {
  padding: 28px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #fff;
}

.concept-number {
  display: block;
  margin-bottom: 18px;
  color: #2ea9e2;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.concept-card h2 {
  margin: 0 0 12px;
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.2;
  color: #263846;
}

.concept-card p {
  margin: 0;
  color: #5f6f7a;
  font-size: 0.98rem;
  line-height: 1.7;
}

.mural-story-section,
.future-gallery-section,
.process-gallery-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 40px;
}

.featured-mural-section {
  max-width: 1680px;
  margin: 0 auto;
  padding: 56px 24px;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: start;
  border-top: 1px solid #e9ecef;
  padding-top: 56px;
}

.mural-details {
  position: sticky;
  top: 110px;
}

.detail-label {
  margin: 0 0 18px;
  color: #2ea9e2;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mural-details h2,
.gallery-heading h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.12;
  color: #263846;
}

.mural-story {
  max-width: 820px;
}

.mural-story p {
  margin: 0 0 24px;
  color: #5f6f7a;
  font-size: 1.06rem;
  line-height: 1.85;
}

.mural-story p:first-child::first-letter {
  float: left;
  padding: 8px 10px 0 0;
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem;
  line-height: 0.78;
  color: #2ea9e2;
}

.future-gallery-section {
  padding-bottom: 56px;
}

.gallery-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.feature-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  background: white;
  box-shadow: 0 18px 48px rgba(44, 62, 80, 0.1);
}

.feature-image img {
  display: block;
  width: 100%;
  height: auto;
}

.details-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 20px;
  align-items: stretch;
}

.detail-main,
.detail-tile,
.moving-track figure,
.process-card {
  margin: 0;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}

.detail-main img,
.detail-tile img,
.process-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.detail-main img {
  height: 620px;
  object-position: center 38%;
}

.detail-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.detail-tile img {
  height: 285px;
}

.detail-main figcaption,
.detail-tile figcaption,
.moving-track figcaption,
.process-card figcaption {
  padding: 14px 16px 16px;
  color: #8a8a8a;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.moving-gallery {
  position: relative;
  margin-top: 28px;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 18px 0;
}

.moving-gallery::before,
.moving-gallery::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  width: 90px;
  height: 100%;
  pointer-events: none;
}

.moving-gallery::before {
  left: 0;
  background: linear-gradient(90deg, #fbfcfc 0%, rgba(251, 252, 252, 0) 100%);
}

.moving-gallery::after {
  right: 0;
  background: linear-gradient(270deg, #fbfcfc 0%, rgba(251, 252, 252, 0) 100%);
}

.moving-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: muralSlide 48s linear infinite;
}

.moving-gallery:hover .moving-track {
  animation-play-state: paused;
}

.moving-track figure {
  width: 260px;
  flex: 0 0 auto;
}

.moving-track img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.moving-track figcaption {
  color: #8a8a8a;
  background: white;
}

@keyframes muralSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.process-gallery-section {
  padding-bottom: 80px;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.process-card img {
  height: 460px;
}

.lightbox-image {
  cursor: zoom-in;
}

.artwork-rights {
  max-width: 1100px;
  margin: 0 auto 56px;
  padding: 0 40px;
  color: #6c757d;
  font-size: 0.88rem;
  line-height: 1.6;
  text-align: center;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(15, 23, 30, 0.88);
}

.image-lightbox.active {
  display: flex;
  flex-direction: column;
}

.image-lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 6px;
}

.image-lightbox p {
  margin: 14px 0 0;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
}

@media (max-width: 960px) {
  .murals-hero,
  .story-layout,
  .concept-section,
  .process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .murals-hero-copy {
    min-height: auto;
  }

  .murals-hero-art {
    min-height: 420px;
  }

  .murals-hero-art img {
    min-height: 420px;
  }

  .mural-details {
    position: static;
  }

  .details-showcase {
    grid-template-columns: 1fr;
  }

  .detail-main img,
  .detail-tile img {
    height: 420px;
  }

  .detail-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}

@media (max-width: 640px) {
  .murals-hero,
  .concept-section,
  .mural-story-section,
  .featured-mural-section,
  .future-gallery-section,
  .process-gallery-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .murals-hero {
    padding-top: 32px;
  }

  .murals-hero-art {
    min-height: 300px;
  }

  .murals-hero-art img {
    min-height: 270px;
  }

  .story-layout {
    padding-top: 36px;
  }

  .mural-story p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .detail-side {
    grid-template-columns: 1fr;
  }

  .detail-main img,
  .detail-tile img,
  .process-card img {
    height: 340px;
  }

  .moving-gallery::before,
  .moving-gallery::after {
    width: 42px;
  }

  .moving-track figure {
    width: 220px;
  }

  .moving-track img {
    height: 190px;
  }
}
