nav,
nav a,
nav div {
    font-family: 'Montserrat';
    font-size: 14px;
}

body {
    font-family: 'Montserrat';
    font-size: 14px;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
    .bridge-service-details {
        grid-template-columns: 1fr 1.35fr 1fr;
        max-width: 980px !important;
    }

    .bridge-service-location-line {
        white-space: nowrap;
    }

    .bridge-service-divider {
        border-left: 1px solid #095280;
    }
}

.bridge-carousel-section {
    background: #f7f7f7;
    padding: 2rem 0;
}

.bridge-carousel-inner {
    width: 100vw;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.bridge-carousel-heading {
    margin-bottom: 2rem;
    color: #1f2933;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.bridge-carousel-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.bridge-carousel-track::-webkit-scrollbar {
    display: none;
}

.bridge-carousel-item {
    flex: 0 0 85%;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
}

.bridge-carousel-image {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    opacity: 1;
}

@media (min-width: 768px) {
    .bridge-carousel-section {
        padding: 2.5rem 0;
    }

    .bridge-carousel-track {
        gap: 1.5rem;
        padding-left: 25vw;
        padding-right: 25vw;
    }

    .bridge-carousel-item {
        flex-basis: 50vw;
    }

    .bridge-carousel-image {
        height: 20rem;
    }
}

@media (min-width: 1024px) {
    .bridge-carousel-image {
        height: 24rem;
    }
}

.bridge-vision-parallax {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/parallax.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.bridge-vision-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.bridge-vision-content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    padding: 0 0.75rem;
    text-align: left;
}

.bridge-vision-content h2 {
    color: #fff;
    font-size: 2.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100 !important;
    line-height: 1.08;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bridge-vision-content h2 span {
    display: block;
    white-space: nowrap;
}

.bridge-vision-content h2 strong {
    font-weight: 600 !important;
}

@media (max-width: 1024px) {
    .bridge-vision-parallax {
        min-height: 58vh;
        background-attachment: scroll;
    }

    .bridge-vision-content h2 {
        font-size: clamp(1.45rem, 5.5vw, 2.25rem);
        letter-spacing: 0.04em;
    }

    .bridge-vision-content h2 span {
        white-space: normal;
    }
}

.bridge-home-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
    width: 100%;
    background: #fff;
    padding: 0.6rem;
}

.bridge-home-link-card {
    position: relative;
    display: flex;
    min-height: 250px;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.bridge-home-link-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.bridge-home-link-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    transition: background 0.3s ease;
}

.bridge-home-link-content {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem 2.5rem;
    text-align: left;
}

.bridge-home-link-content p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.bridge-home-link-content h2 {
    color: #fff;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
}

.bridge-home-link-content h2::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    width: 10.5rem;
    height: 1px;
    background: #fff;
}

.bridge-home-link-card:hover img {
    transform: scale(1.05);
}

.bridge-home-link-card:hover .bridge-home-link-overlay {
    background: rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
    .bridge-home-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .bridge-home-link-card {
        min-height: 320px;
    }

    .bridge-home-link-content {
        padding: 0 3.75rem 3.75rem;
    }
}

/* Events page */
.events-page {
    background: #f7f7f7;
    color: #1f2933;
}

.events-page .events-featured {
    background: #f7f7f7;
    max-width: 980px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    position: relative;
}

.events-page .events-featured-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #095280;
    border-radius: 999px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 0 8rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

.events-page .events-featured-carousel {
    position: relative;
}

.events-page .events-featured-slide {
    display: none;
}

.events-page .events-featured-slide.is-active {
    display: block;
}

.events-page .events-featured-arrow {
    position: absolute;
    top: 38%;
    z-index: 2;
    border: 0;
    background: transparent;
    color: #095280;
    cursor: pointer;
    font-size: 4rem;
    font-weight: 100;
    line-height: 1;
    padding: 0;
    transform: translateY(-50%);
    transition: color 0.2s ease, transform 0.2s ease;
}

.events-page .events-featured-arrow:hover {
    color: #073f62;
    transform: translateY(-50%) scale(1.05);
}

.events-page .events-featured-arrow-prev {
    left: -4rem;
}

.events-page .events-featured-arrow-next {
    right: -4rem;
}

.events-page .events-featured-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    padding-top: 3rem;
}

.events-page .events-featured-dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c7cdd3;
    cursor: pointer;
}

.events-page .events-featured-dot.is-active {
    background: #095280;
}

.events-page .events-featured-image,
.events-page .event-card-image {
    display: block;
    overflow: hidden;
    background: #d8dee4;
}

.events-page .events-featured-image {
    aspect-ratio: 16 / 9;
    min-height: 0;
}

.events-page .events-featured-image img,
.events-page .event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, opacity 0.3s ease;
}

.events-page .events-featured-image:hover img,
.events-page .event-card:hover .event-card-image img {
    transform: scale(1.04);
    opacity: 0.94;
}

.events-page .events-featured-content {
    display: flex;
    flex-direction: column;
    padding: 10rem 0 0;
}

.events-page .events-kicker,
.events-page .event-label {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 0.9rem;
    text-transform: uppercase;
}

.events-page .events-featured-content h1 {
    color: #17212b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1.75rem;
}

.events-page .event-time {
    color: #5f6b76;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.events-page .event-description {
    color: #5f6b76;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 1.5rem;
}

.events-page .event-button {
    align-self: flex-start;
    background: #095280;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.15rem;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.events-page .event-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.events-page .events-upcoming {
    padding: 4rem 1.5rem;
}

.events-page .events-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 1080px;
    margin: 0 auto;
}

.events-page .event-card {
    background: #fff;
    border-radius: 1rem;
    display: grid;
    gap: 0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
}

.events-page .event-card-image {
    align-self: center;
    aspect-ratio: 1 / 1;
    margin: 1.25rem;
    border-radius: 0.75rem;
}

.events-page .event-card-content {
    padding: 1.75rem;
}

.events-page .event-card > .event-button {
    margin: 0 1.75rem 1.75rem;
}

.events-page .event-card-content h3 {
    color: #17212b;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.75rem;
}

.events-page .events-bottom-cta {
    background: #fff;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    text-align: center;
}

.events-page .events-bottom-cta h2 {
    color: #17212b;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.events-page .events-bottom-cta p {
    color: #5f6b76;
    margin: 0 auto 1.5rem;
    max-width: 560px;
}

.events-page .events-bottom-cta .event-button {
    align-self: center;
}

body.event-modal-open {
    overflow: hidden;
}

.event-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 5vh 5vw;
}

.event-modal.is-open {
    display: flex;
}

.event-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.event-modal-dialog {
    position: relative;
    z-index: 1;
    width: 90vw;
    max-width: 1180px;
    height: 85vh;
    max-height: 860px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.event-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.event-modal-close:hover {
    background: #073f62;
}

.event-modal-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    height: 100%;
    overflow: hidden;
}

.event-modal-image-wrap {
    min-height: 100%;
    background: #d8dee4;
}

.event-modal-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-modal-content {
    overflow-y: auto;
    padding: clamp(2rem, 4vw, 4rem);
}

.event-modal-label {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.event-modal-title {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 1.25rem;
}

.event-modal-schedule {
    color: #095280;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1.5rem;
}

.event-modal-description {
    color: #45515d;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

.event-modal-long-description {
    color: #5f6b76;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 0 2rem;
    white-space: pre-line;
}

.event-modal-content .event-button {
    align-items: center;
    background: #095280;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.15rem;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.event-modal-content .event-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

@media (min-width: 768px) {
    .events-page .events-featured {
        padding-top: 3rem;
        padding-bottom: 4.5rem;
    }

    .events-page .events-featured-content {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 3rem;
        padding-top: 10rem;
    }

    .events-page .events-featured-content h1,
    .events-page .events-featured-content .event-time,
    .events-page .events-featured-content .event-description {
        grid-column: 1;
    }

    .events-page .events-featured-content .event-button {
        align-self: end;
        grid-column: 2;
        grid-row: 1 / span 3;
    }

    .events-page .events-upcoming {
        padding: 5rem 2rem;
    }

    .events-page .event-card {
        grid-template-columns: 190px minmax(0, 1fr) 220px;
        align-items: center;
        min-height: 260px;
    }

    .events-page .event-card-image {
        width: 150px;
        margin: 2rem 0 2rem 2rem;
    }

    .events-page .event-card-content {
        border-right: 1px solid #9aa4ad;
        padding: 2rem;
    }

    .events-page .event-card > .event-button {
        align-self: center;
        justify-self: center;
        margin: 0 2rem;
    }
}

@media (max-width: 1100px) {
    .events-page .events-featured-arrow-prev {
        left: 0.25rem;
    }

    .events-page .events-featured-arrow-next {
        right: 0.25rem;
    }
}

@media (max-width: 768px) {
    .event-modal {
        padding: 5vh 3vw;
    }

    .event-modal-dialog {
        width: 94vw;
        height: 90vh;
    }

    .event-modal-body {
        display: block;
        overflow-y: auto;
    }

    .event-modal-image-wrap {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .event-modal-content {
        overflow: visible;
        padding: 2rem 1.35rem;
    }

    .events-page .events-featured-arrow {
        top: 43%;
        font-size: 3rem;
    }

    .events-page .events-featured-pill {
        margin-bottom: 4rem;
    }
}

/* Event registration page */
.event-register-page {
    background: #f7f7f7;
    color: #1f2933;
    padding: 3rem 1.25rem 5rem;
}

.event-register-hero,
.event-register-form-section {
    max-width: 1080px;
    margin: 0 auto;
}

.event-register-hero {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}

.event-register-image {
    overflow: hidden;
    border-radius: 0.75rem;
    background: #d8dee4;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
}

.event-register-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.event-register-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 0.75rem;
    padding: clamp(2rem, 4vw, 3.25rem);
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
}

.event-register-label {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.event-register-summary h1 {
    color: #17212b;
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 1.25rem;
}

.event-register-schedule {
    color: #095280;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1.25rem;
}

.event-register-description {
    color: #5f6b76;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
}

.event-register-form-section {
    padding-top: 1.5rem;
}

.event-register-form {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 0.75rem;
    padding: clamp(2rem, 4vw, 3rem);
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
}

.event-register-form-header {
    margin: 0 0 2rem;
}

.event-register-form-header h2 {
    color: #17212b;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.5rem;
}

.event-register-form-header p {
    color: #5f6b76;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.event-register-alert {
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    padding: 0.9rem 1rem;
}

.event-register-alert-success {
    background: #e8f5ee;
    border: 1px solid #b8dfca;
    color: #17643a;
}

.event-register-alert-error {
    background: #fff0f0;
    border: 1px solid #f0b8b8;
    color: #9f1d1d;
}

.event-register-grid {
    display: grid;
    gap: 1.25rem;
}

.event-register-fieldset {
    border: 0;
    border-top: 1px solid #e1e6eb;
    margin: 0;
    padding: 2rem 0 0;
}

.event-register-fieldset + .event-register-fieldset {
    margin-top: 2rem;
}

.event-register-fieldset legend {
    color: #17212b;
    float: left;
    width: 100%;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1.25rem;
}

.event-register-fieldset legend + .event-register-grid {
    clear: both;
}

.event-register-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.event-register-field span {
    color: #4f5b67;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-register-field input,
.event-register-field select {
    width: 100%;
    min-height: 50px;
    border: 1px solid #cfd6dd;
    border-radius: 6px;
    background: #fff;
    color: #1f2933;
    font: inherit;
    line-height: 1.4;
    padding: 0 14px;
}

.event-register-field input:focus,
.event-register-field select:focus {
    outline: none;
    border-color: #095280;
    box-shadow: 0 0 0 3px rgba(9, 82, 128, 0.12);
}

.event-register-field small {
    color: #9f1d1d;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
}

.event-register-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin-top: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.25rem;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.event-register-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.event-register-thank-you {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.event-register-form-card {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 0.75rem;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
    padding: clamp(2.5rem, 6vw, 5rem);
}

.event-register-thank-you .event-register-button {
    margin-top: 0;
}

.event-register-thank-you h1 {
    color: #17212b;
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 1.25rem;
}

.event-register-thank-you p:not(.event-register-label) {
    color: #5f6b76;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 auto 2rem;
    max-width: 560px;
}

.event-thank-you-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55vh;
    padding: 80px 24px;
    background: #f4f6f8;
}

.event-thank-you-card {
    width: min(760px, 100%);
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(23, 33, 43, 0.09);
    padding: clamp(32px, 6vw, 56px);
    text-align: center;
}

.event-thank-you-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.event-thank-you-card h1 {
    color: #1f2933;
    font-size: clamp(2.35rem, 6vw, 4.25rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.05;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}

.event-thank-you-message {
    color: #45515d;
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 700;
    line-height: 1.7;
    margin: 0 auto 1rem;
    max-width: 580px;
}

.event-thank-you-note {
    color: #5f6b76;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 auto 2rem;
    max-width: 560px;
}

.event-thank-you-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.event-thank-you-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

@media (min-width: 768px) {
    .event-register-page {
        padding: 4rem 2rem 6rem;
    }

    .event-register-hero {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    }

    .event-register-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-register-field-wide {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .event-register-button {
        width: 100%;
    }

    .event-thank-you-section {
        padding: 56px 16px;
    }

    .event-thank-you-button {
        width: 100%;
    }
}

/* What to Expect page */
.what-expect-page {
    background: #f4f6f8;
    color: #1f2933;
}

.what-expect-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 0;
}

.what-expect-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.what-expect-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.what-expect-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.what-expect-section {
    padding: 4.5rem 1.5rem;
}

.what-expect-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.what-expect-welcome .what-expect-inner,
.what-expect-faq .what-expect-inner {
    max-width: 820px;
    text-align: center;
}

.what-expect-page .what-expect-eyebrow,
.what-expect-page .what-expect-kicker {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.what-expect-page .what-expect-heading,
.what-expect-page h2 {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
}

.what-expect-page p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
}

.what-expect-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 1.5rem;
    background: #095280;
}

.what-expect-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.what-expect-card-grid {
    display: grid;
    gap: 1.5rem;
}

.what-expect-card {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
    padding: clamp(2rem, 4vw, 3rem);
}

.what-expect-faq {
    background: #fff;
    padding: 4rem 1.5rem;
}

.what-expect-about {
    background: #f4f6f8;
    padding: 4.5rem 1.5rem;
}

.what-expect-about-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.what-expect-about-image {
    overflow: hidden;
    border-radius: 10px;
    background: #d8dee4;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
}

.what-expect-about-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.what-expect-about-content {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
    padding: clamp(2rem, 4vw, 3rem);
}

.what-expect-about-content .what-expect-button {
    margin-top: 1rem;
}

.what-expect-faq-card {
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid rgba(9, 82, 128, 0.14);
    border-radius: 10px;
    background: #f7fafc;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.06);
    padding: clamp(2rem, 5vw, 3.5rem);
    text-align: center;
}

.what-expect-faq-card .what-expect-button {
    margin-top: 1rem;
}

.what-expect-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.what-expect-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.what-expect-button-secondary {
    background: #fff;
    border: 1px solid #095280;
    color: #095280;
}

.what-expect-button-secondary:hover {
    background: #095280;
    color: #fff;
}

.what-expect-service-times {
    background: #095280;
    padding: 4.5rem 1.5rem;
}

.what-expect-service-times .what-expect-eyebrow,
.what-expect-service-times .what-expect-heading {
    color: #fff;
    text-align: center;
}

.what-expect-service-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.what-expect-service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.12);
    padding: clamp(2rem, 4vw, 3rem);
}

.what-expect-service-label {
    color: #095280 !important;
    font-size: 0.78rem !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.what-expect-service-card h3 {
    color: #17212b;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1rem;
}

.what-expect-service-card .what-expect-button {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .what-expect-hero {
        min-height: 55vh;
    }

    .what-expect-section,
    .what-expect-service-times,
    .what-expect-about,
    .what-expect-faq {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .what-expect-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .what-expect-service-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: stretch;
    }

    .what-expect-about-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }
}

@media (max-width: 767px) {
    .what-expect-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .what-expect-actions,
    .what-expect-button {
        width: 100%;
    }
}

/* Volunteer page */
.volunteer-page {
    background: #f4f6f8;
    color: #1f2933;
}

.volunteer-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.volunteer-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.volunteer-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.volunteer-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.volunteer-section {
    padding: 4.5rem 1.5rem;
}

.volunteer-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.volunteer-intro .volunteer-inner,
.volunteer-faq .volunteer-inner {
    max-width: 820px;
    text-align: center;
}

.volunteer-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.volunteer-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
}

.volunteer-page p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
}

.volunteer-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 1.5rem;
    background: #095280;
}

.volunteer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.volunteer-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.volunteer-button-secondary {
    background: #fff;
    border: 1px solid #095280;
    color: #095280;
}

.volunteer-button-secondary:hover {
    background: #095280;
    color: #fff;
}

.volunteer-opportunities {
    background: #fff;
}

.volunteer-section-intro {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.volunteer-opportunities .volunteer-eyebrow,
.volunteer-opportunities .volunteer-heading {
    text-align: center;
}

.volunteer-grid {
    display: grid;
    gap: 1.5rem;
}

.volunteer-card,
.volunteer-faq-card {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
    padding: clamp(2rem, 4vw, 3rem);
}

.volunteer-card h3,
.volunteer-faq-list h3 {
    color: #095280;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.75rem;
}

.volunteer-card p,
.volunteer-faq-list p {
    margin: 0;
}

.volunteer-faq {
    background: #f4f6f8;
}

.volunteer-faq-card {
    text-align: left;
}

.volunteer-faq-card > .volunteer-eyebrow,
.volunteer-faq-card > .volunteer-heading {
    text-align: center;
}

.volunteer-faq-list {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.volunteer-faq-list article {
    border-top: 1px solid #e1e6eb;
    padding-top: 1.5rem;
}

.volunteer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 2.25rem;
}

.volunteer-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .volunteer-hero {
        min-height: 55vh;
    }

    .volunteer-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .volunteer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .volunteer-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .volunteer-actions,
    .volunteer-button {
        width: 100%;
    }
}

/* Connect page */
.connect-page {
    background: #f4f6f8;
    color: #1f2933;
}

.connect-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.connect-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.connect-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.connect-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.connect-section {
    padding: 4.5rem 1.5rem;
}

.connect-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.connect-social .connect-inner,
.connect-contact .connect-inner {
    max-width: 820px;
    text-align: center;
}

.connect-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.connect-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
}

.connect-page p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
}

.connect-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 2rem;
    background: #095280;
}

.connect-social {
    background: #fff;
}

.connect-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.connect-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 1.65rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.connect-social-link:hover {
    background: #073f62;
    transform: translateY(-2px);
}

.connect-location {
    background: #095280;
}

.connect-grid {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}

.connect-content,
.connect-map,
.connect-card {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.1);
    overflow: hidden;
}

.connect-content,
.connect-card {
    padding: clamp(2rem, 4vw, 3rem);
}

.connect-map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
}

.connect-contact {
    background: #f4f6f8;
}

.connect-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.connect-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.connect-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .connect-hero {
        min-height: 55vh;
    }

    .connect-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .connect-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }
}

@media (max-width: 767px) {
    .connect-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .connect-button {
        width: 100%;
    }
}

/* Give page */
.give-page {
    background: #f4f6f8;
    color: #1f2933;
}

.give-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.give-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.give-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.give-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.give-section {
    padding: 4.5rem 1.5rem;
}

.give-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.give-intro .give-inner {
    max-width: 820px;
    text-align: center;
}

.give-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.give-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
}

.give-page p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
}

.give-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 1.5rem;
    background: #095280;
}

.give-methods {
    background: #fff;
}

.give-grid {
    display: grid;
    gap: 1.5rem;
}

.give-card {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
    padding: clamp(2rem, 4vw, 3rem);
}

.give-card h2 {
    color: #17212b;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1rem;
}

.give-card p:last-child {
    margin-bottom: 0;
}

.give-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 1rem;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.give-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.give-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .give-hero {
        min-height: 55vh;
    }

    .give-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .give-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .give-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .give-button {
        width: 100%;
    }
}

/* Leadership page */
.leadership-page {
    background: #f4f6f8;
    color: #1f2933;
}

.leadership-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.leadership-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.leadership-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.leadership-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.leadership-section {
    padding: 4.5rem 1.5rem;
}

.leadership-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.leadership-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
}

.leadership-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    text-align: center;
    text-transform: uppercase;
}

.leadership-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 2.5rem;
    background: #095280;
}

.leadership-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
    overflow: hidden;
}

.leadership-grid {
    display: grid;
    gap: 0;
}

.leadership-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2f5;
    padding: clamp(1rem, 2vw, 2rem);
}

.leadership-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: contain;
}

.leadership-content {
    padding: clamp(2rem, 4vw, 3rem);
}

.leadership-name {
    color: #17212b;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 0.5rem;
}

.leadership-title {
    color: #095280;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}

.leadership-bio p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
    margin: 0 0 1rem;
}

.leadership-bio p:last-child {
    margin-bottom: 0;
}

.leadership-team-section {
    background: #f4f6f8;
    padding: 4.5rem 1.5rem;
}

.leadership-team-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.leadership-team-intro {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.leadership-team-intro p:not(.leadership-eyebrow) {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
    margin: 0;
}

.leadership-team-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.leadership-team-card {
    display: grid;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
}

.leadership-team-photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #d8dee4;
    object-fit: cover;
}

.leadership-team-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 2.5rem) clamp(2rem, 5vw, 3rem);
}

.leadership-team-name {
    color: #17212b;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.45rem;
}

.leadership-team-position {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.leadership-team-bio {
    color: #5f6b76;
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
}

.leadership-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.leadership-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

@media (min-width: 900px) {
    .leadership-hero {
        min-height: 55vh;
    }

    .leadership-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .leadership-grid {
        grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
        align-items: stretch;
    }

    .leadership-image img {
        height: 100%;
    }

    .leadership-team-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .leadership-team-card {
        grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
        align-items: stretch;
    }

    .leadership-team-photo {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 899px) {
    .leadership-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .leadership-image {
        padding: 1rem;
    }

    .leadership-button {
        width: 100%;
    }
}

@media (max-width: 899px) and (min-width: 641px) {
    .leadership-team-card {
        grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
        align-items: stretch;
    }

    .leadership-team-photo {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .leadership-team-content {
        padding: 1.75rem 2rem;
    }
}

@media (max-width: 640px) {
    .leadership-team-card {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .leadership-team-photo {
        width: 100%;
        height: auto;
        max-height: 220px;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
}

/* Missions page */
.missions-page {
    background: #f4f6f8;
    color: #1f2933;
}

.missions-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.missions-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.missions-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.missions-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.missions-section {
    padding: 4.5rem 1.5rem;
}

.missions-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.missions-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
}

.missions-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 0.75rem;
    text-align: center;
    text-transform: uppercase;
}

.missions-location {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

.missions-accent-line {
    width: 72px;
    height: 3px;
    margin: 1.5rem auto 2.5rem;
    background: #095280;
}

.missions-card,
.missions-support-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
}

.missions-grid {
    display: grid;
}

.missions-media {
    display: flex;
    flex-direction: column;
    background: #f4f6f8;
}

.missions-image {
    background: #d8dee4;
}

.missions-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.missions-content,
.missions-support-card {
    padding: clamp(2rem, 4vw, 3rem);
}

.missions-content p,
.missions-support-card p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
    margin: 0 0 1rem;
}

.missions-content p:last-child,
.missions-support-card p:last-child {
    margin-bottom: 0;
}

.missions-support-card {
    border: 0;
    border-top: 1px solid #e1e6eb;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.missions-support-card h3 {
    color: #17212b;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1rem;
}

.missions-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 1rem;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.missions-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

@media (min-width: 900px) {
    .missions-hero {
        min-height: 55vh;
    }

    .missions-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .missions-grid {
        grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
        align-items: stretch;
    }
}

@media (max-width: 899px) {
    .missions-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .missions-button {
        width: 100%;
    }
}

/* Vision page */
.vision-page {
    background: #f4f6f8;
    color: #1f2933;
}

.vision-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.vision-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.vision-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.vision-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.vision-section {
    padding: 4.5rem 1.5rem;
}

.vision-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.vision-statement .vision-inner,
.vision-metrics .vision-inner {
    max-width: 900px;
    text-align: center;
}

.vision-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.vision-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
}

.vision-heading span {
    color: #095280;
}

.vision-page p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
}

.vision-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 1.5rem;
    background: #095280;
}

.vision-values {
    background: #fff;
}

.vision-grid {
    display: grid;
    gap: 1.5rem;
}

.vision-card,
.vision-metrics-card {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(23, 33, 43, 0.08);
    padding: clamp(2rem, 4vw, 3rem);
}

.vision-card h3,
.vision-metrics-card h3 {
    color: #17212b;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1rem;
}

.vision-card p:last-child,
.vision-metrics-card p:last-child {
    margin-bottom: 0;
}

.vision-metrics {
    background: #f4f6f8;
}

.vision-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.vision-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.vision-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .vision-hero {
        min-height: 55vh;
    }

    .vision-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .vision-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vision-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .vision-button {
        width: 100%;
    }
}

/* Beliefs page */
.beliefs-page {
    background: #fff;
    color: #1f2933;
}

.beliefs-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.beliefs-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.beliefs-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.beliefs-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.beliefs-section {
    background: #fff;
    padding: 4.5rem 1.5rem;
}

.beliefs-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.beliefs-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
}

.beliefs-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    text-align: center;
    text-transform: uppercase;
}

.beliefs-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 1.5rem;
    background: #095280;
}

.beliefs-spacer {
    margin: 0 0 1rem;
}

.beliefs-grid {
    display: grid;
    gap: 4rem 3.75rem;
}

.beliefs-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.beliefs-card h3 {
    color: #1f2933;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

.beliefs-card h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 1.55rem 0 1.45rem;
    background: #095280;
}

.beliefs-card p,
.beliefs-content p {
    color: #8a939c;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 1rem;
    text-align: left;
}

.beliefs-card p:last-child,
.beliefs-content p:last-child {
    margin-bottom: 0;
}

.beliefs-content {
    margin-top: 1rem;
    border-top: 0;
    padding-top: 0;
}

.beliefs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.beliefs-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.beliefs-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .beliefs-hero {
        min-height: 55vh;
    }

    .beliefs-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .beliefs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .beliefs-card-wide {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .beliefs-hero h1 {
        font-size: 2.35rem;
        letter-spacing: 0.08em;
    }

    .beliefs-button {
        width: 100%;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .beliefs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .beliefs-card-wide {
        grid-column: 1 / -1;
    }
}

/* FAQ page */
.faq-page {
    background: #f4f6f8;
    color: #1f2933;
}

.faq-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.faq-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.faq-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem;
    text-align: center;
}

.faq-hero h1 {
    color: #fff;
    font-size: clamp(2.35rem, 7vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
}

.faq-section {
    background: #fff;
    padding: 4.5rem 1.5rem;
}

.faq-inner {
    max-width: 980px;
    margin: 0 auto;
}

.faq-eyebrow {
    color: #095280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
}

.faq-heading {
    color: #17212b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    text-align: center;
    text-transform: uppercase;
}

.faq-heading span {
    color: #095280;
}

.faq-accent-line {
    width: 72px;
    height: 3px;
    margin: 0 auto 2.5rem;
    background: #095280;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-item {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    padding: clamp(1.5rem, 3vw, 2rem);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item.is-open {
    border-color: rgba(9, 82, 128, 0.3);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.faq-question {
    color: #17212b;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.faq-toggle {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    font: inherit;
    line-height: inherit;
    text-align: left;
}

.faq-toggle:focus-visible {
    outline: 3px solid rgba(9, 82, 128, 0.24);
    outline-offset: 6px;
    border-radius: 6px;
}

.faq-toggle span:first-child {
    flex: 1;
}

.faq-toggle-icon {
    color: #095280;
    flex: 0 0 auto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.faq-answer {
    padding-top: 1rem;
}

.faq-answer[hidden] {
    display: none;
}

.faq-answer p,
.faq-answer-list p {
    color: #5f6b76;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
    margin: 0 0 1rem;
}

.faq-answer p:last-child,
.faq-answer-list p:last-child {
    margin-bottom: 0;
}

.faq-answer-list {
    border-left: 3px solid #095280;
    margin: 1rem 0;
    padding-left: 1.25rem;
}

.faq-answer a {
    color: #095280;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #095280;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.faq-button:hover {
    background: #073f62;
    transform: translateY(-1px);
}

.faq-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .faq-hero {
        min-height: 55vh;
    }

    .faq-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
}

@media (max-width: 767px) {
    .faq-hero h1 {
        font-size: 2.2rem;
        letter-spacing: 0.08em;
    }

    .faq-button {
        width: 100%;
    }
}
