/* Accessibility helpers — layout/focus only; no brand colour contrast changes */
.skip-link {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    padding: 0.75rem 1rem;
    background-color: #022855;
    color: #EAE4C9;
    text-decoration: none;
}

.skip-link:focus {
    outline: 2px solid #EAE4C9;
    outline-offset: 2px;
}

button.hamburger-nav {
    display: block;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: inherit;
    line-height: inherit;
}

button.hamburger-nav .fab,
button.hamburger-nav .fas {
    font-size: 2.8125rem;
}

.overlay button.closebtn {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 3.75rem; /* match previous .closebtn (60/16) */
    font-weight: inherit;
    line-height: 2.5rem; /* match previous .closebtn (40/16) */
    color: inherit;
    text-align: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.overlay button.closebtn .menu-text {
    font-size: 0.875rem; /* match span.menu-text (14/16) */
}

button.gallery-thumb {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

button.gallery-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

button.carousel-control-prev,
button.carousel-control-next {
    background: transparent;
    border: 0;
}

main:focus {
    outline: none;
}
