/*
 * WordPress-specific overrides layered after the legacy compiled bundles.
 * Keep this file tiny: anything visual belongs to the legacy CSS.
 */

/* Keep the fixed sticky nav below the WP admin bar when logged in. */
body.admin-bar header.stickynav {
	top: 32px;
}

/* Remove the orphaned 2px border across the top of the nav bar (the only use
   of #37386e in the legacy CSS — likely a leftover progress-bar rule). */
header.stickynav nav {
	border-top: 0;
}

/*
 * Home rotating studios box: the legacy slider used a Cloudinary fill-crop to
 * force each portrait square; WP serves natural-aspect media-library images, so
 * crop to the square box here instead of stretching (the .slides img rule sets
 * width/height 100%).
 */
.studios.squarebox .slides img {
	object-fit: cover;
}
