body.site-body {
    color: #262626;
    background-color: #f7f4f2;
    line-height: 1.6;
}

a {
    color: #7a2030;
}

a:hover,
a:focus {
    color: #5a1623;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 0;
    z-index: 2000;
    padding: 0.75rem 1rem;
    background: #7a2030;
    color: #fff;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(1rem);
}

.site-mobilebar {
    background-color: rgba(247, 244, 242, 0.95);
    backdrop-filter: blur(10px);
}

.site-mobilebrand,
.site-mobilebrand:hover,
.site-mobilebrand:focus {
    color: rgb(146, 65, 80);
    font-weight: 700;
}

.site-nav-toggler {
    border-color: rgba(122, 32, 48, 0.35);
}

.site-nav-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(122, 32, 48, 0.2);
}

.site-sidebar-shell {
    --bs-offcanvas-width: min(86vw, 320px);
}

.site-sidebar-header,
.site-sidebar {
    background-color: rgb(146, 65, 80);
    color: #fff;
}

.site-sidebar {
    min-height: 100%;
}

.site-sidebar-brand {
    padding: 1.75rem 1rem 1rem;
}

.site-logo {
    height: auto;
}

.site-sidebar-nav {
    padding: 0 0 2rem;
}

.site-sidebar-nav .nav-link,
.site-sidebar-label {
    padding: 0.7rem 1.5rem;
}

.site-sidebar-nav .nav-link {
    color: #fff;
    transition: background-color 0.2s ease;
}

.site-sidebar-nav .nav-link:hover,
.site-sidebar-nav .nav-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.16);
}

.site-sidebar-nav .nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
    font-weight: 700;
}

.site-sidebar-label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    letter-spacing: 0.03em;
}

.site-sidebar-label-spaced {
    margin-top: 0.75rem;
}

.site-sidebar-subtext {
    display: block;
    font-size: 0.92em;
    opacity: 0.9;
}

.site-content {
    min-height: 100vh;
    padding: 2rem 1.25rem 3rem;
    background: linear-gradient(180deg, #f7f4f2 0%, #ffffff 100%);
}

.content-section {
    max-width: 58rem;
}

.content-section-narrow {
    max-width: 52rem;
}

.page-header {
    margin-bottom: 1.5rem;
    border-bottom: 0;
}

.section-title,
.section-heading,
.section-subheading,
.faq-question {
    color: rgb(146, 65, 80);
}

.section-title {
    margin: 0;
}

.section-heading {
    margin-bottom: 1rem;
}

.section-subheading {
    margin-bottom: 1rem;
}

.content-grid {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.content-card {
    background-color: rgba(255, 255, 255, 0.92);
}

.list-spaced {
    padding-left: 1.25rem;
}

.list-spaced li + li {
    margin-top: 0.5rem;
}

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

.contact-links .fa {
    width: 1.25rem;
}

.committee-card {
    margin-bottom: 0;
}

.committee-list {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.5rem 1rem;
    margin: 0;
}

.committee-list dt {
    font-weight: 700;
}

.committee-list dd {
    margin: 0;
}

.faq-question {
    margin-top: 2rem;
    font-size: 1.5rem;
}

.faq-question:first-of-type {
    margin-top: 0;
}

.link-list {
    padding-left: 1.25rem;
}

.link-list li + li {
    margin-top: 0.75rem;
}

.news-block + .news-block {
    margin-top: 2rem;
}

.site-footer {
    padding: 1.5rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.92);
}

.footer-nav,
.footer-note {
    margin: 0;
}

.footer-note {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.92em;
}

@media (min-width: 992px) {
    .site-sidebar-shell {
        position: sticky;
        top: 0;
        align-self: flex-start;
        height: 100vh;
    }

    .site-sidebar,
    .site-sidebar-shell .offcanvas-body {
        min-height: 100vh;
    }

    .site-content {
        padding: 2.5rem 2rem 3rem;
    }
}
