/* Mobile-first repair for the legacy archive collage. */
@media (max-width: 767px) {
  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) {
    min-height: 0 !important;
  }

  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:first-child {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 460px;
    overflow: hidden;
    border: 1px solid rgba(232, 221, 202, 0.25) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 18%, rgba(0, 0, 0, 0.88) 100%), url('/editorial-assets/story-still-life.jpg') center / cover no-repeat !important;
  }

  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:first-child > img,
  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:first-child > div,
  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:first-child > span,
  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:nth-child(2),
  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:nth-child(3) {
    display: none !important;
  }

  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:first-child::after {
    content: "THE ARCHIVE\A BUILT IN PUBLIC.\A\A A living record of where we have been and what we are building.";
    white-space: pre-line;
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    padding: 1.5rem;
    color: #f6f2ea;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
  }

  div[class*="min-h-[440px]"]:has(img[alt="Present-day Dopery founder campaign visual"]) > div:first-child::first-line {
    color: #c6a47e;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.24em;
  }
}
