/*
Theme Name: Highway Studio
Theme URI: https://highwaystudio.dk
Author: Highway Studio
Author URI: https://highwaystudio.dk
Description: Custom photography portfolio theme for Highway Studio. Galleries managed via custom post type with dynamic categories. All content editable from WordPress admin.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: highway-studio
*/

/* ── Gallery Grid: force perfectly square tiles ── */
.photo-gallery .item {
    padding: 0;
}

.photo-gallery .item a {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.photo-gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
