body {
    font-family: var(--site-body-font, "Source Sans 3", "Segoe UI", sans-serif);
    color: #233036;
    background:
        radial-gradient(circle at top left, rgba(192, 132, 87, 0.08), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #f6f0e8 100%);
}

h1, h2, h3, h4, h5 {
    font-family: var(--site-heading-font, "Cormorant Garamond", Georgia, serif);
    letter-spacing: 0.01em;
}

a {
    color: var(--brand-primary);
}

.announcement-bar {
    background: #102926;
    color: #f4eee7;
    font-size: 0.95rem;
    padding: 0.65rem 0;
}

.site-header .navbar {
    background: linear-gradient(135deg, rgba(18, 42, 38, 0.96), rgba(31, 77, 71, 0.94));
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(8, 22, 20, 0.18);
}

.navbar-brand strong {
    display: block;
    font-size: 1.15rem;
}

.navbar-brand small {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.82rem;
    line-height: 1.2;
}

.brand-logo {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.nav-link {
    color: rgba(255, 255, 255, 0.86) !important;
    font-weight: 600;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.nav-link.active,
.nav-link:hover {
    color: #ffffff !important;
}

.section-shell {
    padding: 5rem 0;
}

.section-shell.section-soft {
    background: rgba(255, 255, 255, 0.68);
    border-top: 1px solid rgba(31, 77, 71, 0.08);
    border-bottom: 1px solid rgba(31, 77, 71, 0.08);
}

.hero-banner {
    position: relative;
    color: #fff;
    padding: 8rem 0 6rem;
    background:
        linear-gradient(125deg, rgba(14, 29, 27, 0.9), rgba(31, 77, 71, 0.76)),
        radial-gradient(circle at top right, rgba(192, 132, 87, 0.35), transparent 24%),
        linear-gradient(180deg, rgba(22, 42, 37, 0.98), rgba(31, 77, 71, 0.84));
    overflow: hidden;
}

.hero-banner.has-image {
    background-size: cover;
    background-position: center;
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: auto -10% -16rem 20%;
    height: 20rem;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(80px);
    transform: rotate(-8deg);
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.hero-banner h1 {
    font-size: clamp(2.9rem, 8vw, 5rem);
    line-height: 0.94;
    margin: 1.5rem 0 1rem;
}

.hero-banner p {
    max-width: 40rem;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.hero-highlights span {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
}

.surface-card,
.ministry-card,
.event-card,
.sermon-card,
.staff-card,
.contact-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(31, 77, 71, 0.08);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(30, 49, 43, 0.08);
}

.surface-card {
    padding: 2rem;
}

.showcase-panel {
    padding: 2.25rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(192, 132, 87, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 239, 231, 0.92));
    border: 1px solid rgba(31, 77, 71, 0.08);
    box-shadow: 0 22px 44px rgba(30, 49, 43, 0.08);
}

.benefit-card {
    height: 100%;
    padding: 1.4rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 77, 71, 0.08);
}

.benefit-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 999px;
    background: rgba(31, 77, 71, 0.1);
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-note-card {
    padding: 1rem 1.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 77, 71, 0.08);
    color: #4f6066;
}

.section-title {
    max-width: 46rem;
    margin-bottom: 2.25rem;
}

.section-title .eyebrow {
    color: var(--brand-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

.section-title h2 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    margin: 0.4rem 0 0.75rem;
}

.section-title p {
    font-size: 1.08rem;
    color: #58656b;
}

.service-time-card {
    border-radius: 24px;
    padding: 1.6rem;
    background: linear-gradient(180deg, rgba(31, 77, 71, 0.94), rgba(16, 41, 38, 0.98));
    color: #fff;
    height: 100%;
}

.service-time-card small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 0.65rem;
}

.image-placeholder,
.module-image {
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(31, 77, 71, 0.85), rgba(192, 132, 87, 0.72)),
        linear-gradient(180deg, #d7c8b5, #f8f2ea);
    min-height: 240px;
}

.module-image img,
.image-placeholder img,
.staff-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ministry-card,
.event-card,
.sermon-card,
.staff-card {
    overflow: hidden;
    height: 100%;
}

.ministry-card .card-body,
.event-card .card-body,
.sermon-card .card-body,
.staff-card .card-body {
    padding: 1.6rem;
}

.sermon-player-shell {
    padding: 2rem;
}

.sermon-thumb {
    position: relative;
}

.sermon-thumb-fallback {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(140deg, rgba(31, 77, 71, 0.94), rgba(192, 132, 87, 0.76)),
        linear-gradient(180deg, #d7c8b5, #f8f2ea);
}

.sermon-thumb-fallback span {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.sermon-play-chip {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(16, 41, 38, 0.86);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.1rem;
    color: #5d6f72;
    font-size: 0.96rem;
    margin-bottom: 0.8rem;
}

.meta-row strong {
    color: #24343c;
}

.cta-band {
    border-radius: 30px;
    padding: 2.25rem;
    background:
        linear-gradient(145deg, rgba(31, 77, 71, 0.96), rgba(15, 37, 34, 0.95)),
        radial-gradient(circle at right top, rgba(192, 132, 87, 0.28), transparent 28%);
    color: #fff;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.82);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.contact-card {
    padding: 1.5rem;
}

.contact-form-card,
.form-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 77, 71, 0.08);
    border-radius: 26px;
    padding: 2rem;
    box-shadow: 0 18px 40px rgba(30, 49, 43, 0.08);
}

.site-footer {
    padding: 4rem 0;
    background: #102926;
    color: rgba(255, 255, 255, 0.86);
}

.site-footer h2,
.site-footer h3 {
    color: #fff;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.74);
}

.footer-service {
    margin-bottom: 0.85rem;
}

.footer-service span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.86);
}

.footer-links a:hover {
    color: #f6d7bc;
}

.site-footer a {
    color: #f6d7bc;
    text-decoration: none;
}

.site-demo-note {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
}

.site-demo-note-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.35rem;
    align-items: center;
}

.site-demo-note a {
    color: #f6d7bc;
}

.social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-brand {
    background: var(--brand-secondary);
    border-color: var(--brand-secondary);
    color: #fff;
}

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

.btn-outline-brand {
    border-color: rgba(31, 77, 71, 0.28);
    color: var(--brand-primary);
}

.btn-outline-brand:hover {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

.filter-input {
    max-width: 360px;
}

.empty-state {
    padding: 2.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px dashed rgba(31, 77, 71, 0.18);
    text-align: center;
}

.map-shell iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(30, 49, 43, 0.08);
}

.visually-hidden-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .hero-banner {
        padding: 6rem 0 4.5rem;
    }

    .section-shell {
        padding: 4rem 0;
    }

    .hero-highlights {
        gap: 0.7rem;
    }

    .hero-highlights span {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .showcase-panel,
    .cta-band,
    .surface-card,
    .contact-form-card,
    .form-shell,
    .contact-card {
        padding: 1.4rem;
    }

    .filter-input {
        max-width: 100%;
        width: 100%;
    }

    .brand-logo {
        width: 46px;
        height: 46px;
    }

    .sermon-player-shell {
        padding: 1.4rem;
    }
}
