:root {
    --brand: #2f6047;
    --accent: #f28b32;
    --ink: #18231f;
    --muted: #68736f;
    --surface: #f7f8f5;
    --dark: #12100f;
}

body {
    color: var(--ink);
    background: #fff;
}

.public-site {
    background: #fff;
}

.site-nav {
    background: transparent;
    left: 0;
    min-height: 92px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.site-nav-inner {
    justify-content: center;
    min-height: 92px;
    position: relative;
}

.site-nav .navbar-collapse {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    width: 100%;
 }

.site-menu {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 1rem;
    justify-content: center;
}

.site-menu .nav-link {
    color: rgba(255,255,255,.9);
    font-size: .76rem;
    font-weight: 800;
    padding: .75rem .4rem;
}

.site-menu .nav-link:hover,
.site-menu .nav-link:focus {
    color: var(--accent);
    text-decoration: none;
}

.site-logo {
    align-items: center;
    background: #fff;
    color: #171717;
    display: flex;
    flex-direction: column;
    font-size: .78rem;
    font-weight: 800;
    gap: .2rem;
    justify-content: center;
    line-height: 1;
    margin-inline: 1.5rem;
    min-height: 86px;
    min-width: 74px;
    padding: .55rem .65rem;
    text-align: center;
}

.site-logo:hover {
    color: #171717;
    text-decoration: none;
}

.site-logo span {
    max-width: 92px;
}

.nav-donate {
    background: var(--accent);
    color: #fff !important;
    letter-spacing: .08em;
    min-width: 108px;
    padding: .9rem 1.2rem !important;
    text-align: center;
    text-transform: uppercase;
}

.nav-donate:hover,
.nav-donate:focus {
    background: #dd7925;
    color: #fff !important;
}

.site-main {
    padding-top: 92px;
}

.hero {
    padding: 64px 0;
}

.home-hero {
    align-items: center;
    background:
        linear-gradient(rgba(12,10,10,.58), rgba(12,10,10,.58)),
        url('../img/hero-vestry.png') center center / cover no-repeat;
    color: #fff;
    display: flex;
    margin-top: -92px;
    min-height: min(720px, 88vh);
    padding: 150px 0 96px;
    text-align: center;
}

.hero-content {
    max-width: 820px;
}

.hero-kicker,
.section-kicker {
    color: var(--accent);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .28em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.home-hero h1 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 6.7rem);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 auto;
    max-width: 900px;
}

.home-hero .lead {
    color: rgba(255,255,255,.9);
    font-size: 1rem;
    margin-inline: auto;
    max-width: 680px;
}

.hero-actions {
    justify-content: center;
}

.btn-light-hero,
.btn-outline-hero {
    border-radius: 0;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .09em;
    min-height: 50px;
    min-width: 154px;
    text-transform: uppercase;
}

.btn-light-hero {
    background: #fff;
    border-color: #fff;
    color: #171717;
}

.btn-light-hero:hover,
.btn-light-hero:focus {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.btn-outline-hero {
    background: transparent;
    border-color: rgba(255,255,255,.7);
    color: #fff;
}

.btn-outline-hero:hover,
.btn-outline-hero:focus {
    background: #fff;
    border-color: #fff;
    color: #171717;
}

.section-band {
    background: var(--surface);
}

.btn-brand {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: #294936;
    --bs-btn-hover-border-color: #294936;
    background-color: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
    background-color: #294936;
    border-color: #294936;
    color: #fff;
}

.news-section {
    padding-top: 4rem;
}

.section-heading {
    border-bottom: 1px solid #ece6df;
    padding-bottom: 1.2rem;
}

.section-heading h2,
.page-content h1 {
    font-family: Georgia, "Times New Roman", serif;
}

.news-card {
    background: #fff;
    border-color: #eee4d9 !important;
    border-radius: 0 !important;
    box-shadow: 0 18px 45px rgba(24,35,31,.06);
}

.content-body {
    line-height: 1.75;
    font-size: 1.06rem;
}

.admin-shell {
    min-height: 100vh;
    background: #f5f6f3;
}

.admin-nav {
    background: #22302a;
}

.admin-nav a {
    color: rgba(255,255,255,.82);
}

.admin-nav a:hover {
    color: #fff;
}

.table td,
.table th {
    vertical-align: middle;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
}

.form-actions .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 38px;
    padding: .5rem .85rem;
    font: inherit;
    line-height: 1.5;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .site-nav {
        background: rgba(18,16,15,.92);
        position: absolute;
    }

    .site-nav-inner {
        justify-content: space-between;
    }

    .site-nav .navbar-toggler {
        color: #fff;
        margin-left: 0;
    }

    .site-nav .navbar-collapse {
        background: rgba(18,16,15,.97);
        display: none;
        left: 1rem;
        padding: 1rem;
        position: absolute;
        right: 1rem;
        top: 86px;
    }

    .site-nav .navbar-collapse.show {
        display: block;
    }

    .site-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .site-logo {
        margin-inline: auto;
        min-height: 72px;
    }

    .home-hero {
        min-height: 720px;
        padding-top: 150px;
    }
}

@media (max-width: 640px) {
    .home-hero h1 {
        font-size: 2.8rem;
    }

    .hero-actions {
        flex-direction: column;
    }
}
