.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 100;
    padding: 1rem;
    background: #fff;
}

.skip-link:focus {
    top: 1rem;
    left: 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.site-header {
    border-bottom-color: #333;
    color: #fff;
    background: rgb(16 16 16 / 96%);
}

.brand__logo {
    width: auto;
    max-width: 190px;
    height: 42px;
    object-fit: contain;
}

.menu-button {
    display: none;
    padding: 0.7rem 1rem;
    border: 1px solid #fff;
    color: #fff;
    background: #111;
    font: inherit;
    font-weight: 700;
}

.content-section--wide {
    max-width: var(--public-content-max, 1600px);
}

.access-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3rem;
    border-top: 1px solid #bbb;
}

.access-grid > a {
    padding: 2.5rem;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    text-decoration: none;
}

.access-grid > a:last-child {
    border-right: 0;
}

.access-grid span {
    font-size: 0.75rem;
}

.access-grid__icon {
    display: block;
    width: clamp(8rem, 11vw, 11rem);
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 1.25rem auto 1.5rem;
    object-fit: contain;
}

.access-grid h3 {
    font-size: 1.5rem;
}

.faq details {
    padding: 1.3rem 0;
    border-top: 1px solid #bbb;
}

.faq summary {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 750;
}

.contact-band,
.newsletter-section {
    padding: 6rem max(var(--layout-gutter, 1rem), calc((100% - 1600px) / 2 + var(--layout-gutter, 1rem)));
    color: #fff;
    background: #111;
}

.contact-band > div {
    max-width: 760px;
}

.contact-band h2,
.newsletter-section h2 {
    margin: 0.2em 0;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
}

.newsletter-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    color: #111;
    background: #f2f2f2;
}

.newsletter-form label {
    display: block;
    line-height: 1.5;
}

.newsletter-form input[type="email"] {
    width: 100%;
    margin: 0.5rem 0 1.3rem;
    padding: 1rem;
    border: 1px solid #555;
    font: inherit;
}

.newsletter-form__action {
    display: grid;
    gap: 1rem;
}

.consent-copy {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
}

.button--dark {
    width: fit-content;
    color: #fff;
    background: #111;
    cursor: pointer;
}

.message {
    padding: 1rem;
    border: 1px solid currentColor;
}

.newsletter-modal {
    width: calc(100% - 2rem);
    max-width: 620px;
    padding: 3rem;
    border: 0;
}

.newsletter-modal::backdrop {
    background: rgb(0 0 0 / 65%);
}

.newsletter-modal h2 {
    font-size: 2rem;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    background: none;
    font-size: 2rem;
    cursor: pointer;
}

.legal-page {
    max-width: 900px;
}

.legal-copy {
    margin-top: 3rem;
}

.legal-copy p {
    max-width: none;
    margin: 0 0 0.8rem;
    font-size: 1rem;
    line-height: 1.65;
}

.legal-copy h2 {
    margin: 2.5rem 0 1rem;
    font-size: 1.25rem;
    line-height: 1.35;
    letter-spacing: 0;
}

.legal-list {
    padding: 0;
    list-style: none;
}

.legal-list li {
    margin-bottom: 0.65rem;
    line-height: 1.65;
}

.legal-contact {
    margin-bottom: 1rem;
    font-style: normal;
}

@media (max-width: 900px) {
    .access-grid {
        grid-template-columns: 1fr;
    }

    .access-grid > a {
        border-right: 0;
    }

    .js .menu-button {
        display: block;
    }

    .js .main-navigation {
        display: none;
    }

    .js .main-navigation.is-open {
        display: flex;
    }

    .site-header__inner {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .main-navigation {
        flex-basis: 100%;
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0;
    }

    .newsletter-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .contact-band,
    .newsletter-section {
        padding: 4rem 1rem;
    }

    .brand__logo {
        max-width: 150px;
        height: 34px;
    }

    .brand__text {
        font-size: 1rem;
    }
}
