:root {
    --bs-primary: #234F1E;
    --bs-primary-rgb: 35, 79, 30;
    --bs-link-color: #0a4fb5;
    --bs-link-color-rgb: 10, 79, 181;
    --bs-link-hover-color: #c9a84c;
    --gold: #c9a84c;
    --gold-light: #e0c06c;
    --green-light: #2e6627;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.navbar-dark {
    --bs-navbar-color: #c8d8c4;
    --bs-navbar-hover-color: #e0c06c;
    --bs-navbar-active-color: #e0c06c;
}

.navbar-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--gold) !important;
    letter-spacing: 1px;
}

.navbar-brand:hover {
    color: var(--gold-light) !important;
}

.navbar {
    border-bottom: 2px solid var(--gold);
}

.navbar-nav .nav-link.active {
    font-weight: 600;
}

.btn-outline-primary {
    --bs-btn-color: #234F1E;
    --bs-btn-border-color: #234F1E;
    --bs-btn-hover-bg: #234F1E;
    --bs-btn-hover-border-color: #234F1E;
    --bs-btn-active-bg: #234F1E;
    --bs-btn-active-border-color: #234F1E;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #faf7f0;
}

.container {
    flex: 1;
}

a {
    transition: color 0.15s;
}

h1, h2, h3 {
    color: #234F1E;
}

.hero {
    width: 100%;
    overflow: hidden;
    background: #234F1E;
}

.hero-image {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.sidebar {
    padding-top: 1.5rem;
}

.sidebar-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0dcd4;
}

.sidebar-section:last-child {
    border-bottom: none;
}

.sidebar-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #234F1E;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--gold);
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0ede6;
}

.sidebar-list li:last-child {
    border-bottom: none;
}

.sidebar-list time {
    font-size: 0.75rem;
    color: #545454;
    display: block;
}

.sidebar-list a {
    font-size: 0.9rem;
}

.home-intro h1 {
    margin-top: 0;
}

.alert-hire {
    background: #eaf4e8;
    border: 1px solid #c4dcc0;
    color: #234F1E;
}

.page p, .blog-post p, .concert p {
    max-width: 65ch;
}

.concert-map {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.concert-listing.card {
    border: 1px solid #e0dcd4;
}

.site-footer {
    background: #234F1E;
    color: #9bb39b;
    font-size: 0.85rem;
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 1.15rem;
    }
    .hero-image {
        max-height: 240px;
    }
}
