@import url('../monoliticke-konstrukce/monoliticke-konstrukce-styles.css');


/* Make Technologie section text span full width */
#technologie .split-grid {
  grid-template-columns: 1fr !important;
}

/* Adapt only the first fact image (fact-1.webp) to fit the card width */
#proc .facts-grid .fact-card:first-child {
  grid-template-rows: auto auto; /* let media take natural height */
}
#proc .facts-grid .fact-card:first-child .fact-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#proc .facts-grid .fact-card:first-child .fact-media img {
  display: block;
  width: 100%;        /* full card width */
  height: auto;       /* keep aspect ratio */
  object-fit: unset;  /* no crop */
}
