/* R35 — mobile-only repair of archive-owned Culture/O nas scenes.
   Explicit exclusion: no Home additions (Ruszamy, Realizacje, pricing) are selected here. */
@media (max-width: 760px) {
  /* The archived process list keeps its DOM, order and individual row geometry.
     Only the accidental multi-viewport hand-off gap from the preceding source scene is tightened. */
  html[data-redford-page="culture"] main > section:has(> .c-grid-list) {
    margin-top: clamp(72px, 18vw, 112px) !important;
  }

  /* Preserve source pre-footer dimensions and interaction layer; restore readable title ink on touch. */
  html[data-redford-page="culture"] .c-pre-footer_background h3.c-hover-caption_title {
    color: #fefefe !important;
    -webkit-text-fill-color: #fefefe !important;
    text-shadow: 0 1px 16px rgb(0 0 0 / 36%);
  }
}
