.replacement-about {
  background: #f2ecdf;
  color: #17372f;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem);
  border-top: 1px solid rgba(110, 85, 36, 0.24);
}

.replacement-about-inner {
  max-width: 960px;
  margin: 0 auto;
}

.replacement-about .eyebrow {
  color: #9a742f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.replacement-about h2 {
  max-width: 760px;
  margin: 1.2rem 0 2.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.03;
}

.replacement-about p:not(.eyebrow) {
  max-width: 820px;
  margin: 0 0 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.85;
}

.replacement-price {
  margin: 1.2rem 0;
  color: #a37b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.03em;
}

.image-lightbox {
  width: min(94vw, 1200px);
  max-width: none;
  padding: 1rem;
  border: 0;
  background: #151713;
  color: white;
}

.image-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.86);
}

.image-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  margin: auto;
  object-fit: contain;
}

.image-lightbox button {
  position: absolute;
  top: 0.3rem;
  right: 0.65rem;
  border: 0;
  background: transparent;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
