
/* =========================================
   SEO AUDIT FIXES - 2026-04-09
   ========================================= */

/* Mobile menu toggle: ensure visibility */
#mobile-header .menu-toggle-open {
    color: #3D3426 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center;
}
#mobile-header .menu-toggle-open .kadence-svg-icon {
    fill: #3D3426 !important;
    width: 24px;
    height: 24px;
}

/* Town guide hero image: reduce height on desktop */
.single-post .post-thumbnail-inner img,
.single-post .kadence-post-image img {
    max-height: 45vh;
    object-fit: cover;
    width: 100%;
}

/* Homepage hero: slightly reduce to push CTA higher */
@media (min-width: 769px) {
    .hp-hero {
        max-height: 640px !important;
    }
}
