/*
Theme Name: DSC — Homepage Repair
Description: Production repair layer for DSC's homepage markup.
Template: DSC-WordPress-Theme
Version: 1.0.1
*/

/* Keep the two field-inspection photos compact and visually balanced. */
.stack2 .figure { height: 320px; }
.stack2 .figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
@media (max-width: 700px) {
  .stack2 .figure { height: 260px; }
}

/* Keep the Resources trigger and desktop dropdown on one continuous hover path. */
@media (min-width: 941px) {
  .drop-panel { top: 100%; }
}

/* Preserve the coverage map's native landscape proportions. */
.map-btn img { height: auto; aspect-ratio: 1600 / 1236; }
