body {
    --cm-green-900: #22351a;
    --cm-green-700: #36572a;
    --cm-green-500: #5f7b3a;
    --cm-green-200: #d8e2c3;
    --cm-cream: #f6f0e6;
    --cm-sand: #e8dcc7;
    --cm-bark: #7d5230;
    --cm-ink: #2f2b27;
    font-family: 'Source Sans 3', sans-serif;
    color: var(--cm-ink);
    background:
        radial-gradient(circle at top left, rgba(216, 226, 195, 0.65), transparent 30%),
        linear-gradient(180deg, #faf6ef 0%, #f2ebdf 100%);
}

h1,
h2,
h3 {
    font-family: 'Libre Baskerville', serif;
}

.site-navbar {
    background: rgba(34, 53, 26, 0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(34, 53, 26, 0.18);
}

.navbar-brand {
    margin-right: 1rem;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: auto;
    height: 96px;
    max-width: min(42vw, 320px);
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.2));
}

.brand-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
}

.brand-location {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
}

.nav-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    white-space: nowrap;
}

.status-dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
}

.nav-status-badge.status-open {
    color: #d8ffd2;
    background: rgba(80, 167, 84, 0.18);
    border-color: rgba(131, 220, 134, 0.32);
}

.nav-status-badge.status-closed {
    color: #ffe0d0;
    background: rgba(157, 85, 48, 0.22);
    border-color: rgba(255, 201, 178, 0.28);
}

.nav-status-badge.status-appointment {
    color: #fff1c7;
    background: rgba(178, 141, 58, 0.2);
    border-color: rgba(255, 241, 199, 0.28);
}

.nav-status-badge.status-pending {
    color: rgba(255, 255, 255, 0.82);
}

.btn-primary {
    --bs-btn-bg: var(--cm-green-700);
    --bs-btn-border-color: var(--cm-green-700);
    --bs-btn-hover-bg: var(--cm-green-900);
    --bs-btn-hover-border-color: var(--cm-green-900);
    --bs-btn-active-bg: var(--cm-green-900);
    --bs-btn-active-border-color: var(--cm-green-900);
}

.hero-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
    linear-gradient(135deg, rgba(34, 53, 26, 0.95), rgba(95, 123, 58, 0.82)),
    url('IMG_5701.jpg') center/cover;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: auto -8% -100px auto;
    width: 320px;
    height: 320px;
    background: rgba(246, 240, 230, 0.12);
    border-radius: 50%;
    filter: blur(6px);
}

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

.eyebrow,
.section-kicker {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--cm-green-700);
    text-transform: uppercase;
}

.hero-section .eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

.section-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: var(--cm-green-900);
    line-height: 1.15;
}

.hero-section h1 {
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 1.02;
}

.section-copy,
.card-text,
.detail-value,
.footer-meta {
    font-size: 1.08rem;
    line-height: 1.7;
}

.hero-media,
.section-image,
.product-card,
.contact-panel,
.detail-block,
.info-tile {
    border-radius: 1.5rem;
}

.hero-media {
    background: rgba(255, 255, 255, 0.1);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.5rem 3rem rgba(49, 39, 29, 0.16);
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-card .card-title {
    color: var(--cm-green-900);
}

.section-soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.2));
}

.products-intro {
    max-width: 34rem;
}

.info-tile {
    background: #fff;
    padding: 1rem 1.1rem;
    box-shadow: 0 1rem 2rem rgba(87, 76, 61, 0.08);
}

.tile-label,
.detail-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7f776d;
    margin-bottom: 0.35rem;
}

.tile-value,
.detail-value {
    color: var(--cm-green-900);
    font-weight: 700;
    text-decoration: none;
}

.contact-section {
    background: linear-gradient(180deg, rgba(232, 220, 199, 0.28), rgba(255, 255, 255, 0.72));
}

.contact-panel {
    height: 100%;
    padding: 2rem;
    background: linear-gradient(135deg, var(--cm-green-900), var(--cm-green-700));
    color: #fff;
    box-shadow: 0 1.5rem 3rem rgba(34, 53, 26, 0.18);
}

.contact-panel .section-title,
.contact-panel .section-kicker,
.contact-panel .section-copy {
    color: #fff;
}

.detail-block {
    height: 100%;
    padding: 1.25rem 1.4rem;
    background: linear-gradient(180deg, #fff, #faf6ef);
    border: 1px solid rgba(125, 82, 48, 0.12);
}

.current-hours-card {
    background: linear-gradient(180deg, #fffdf7, #f3ebde);
    border-color: rgba(54, 87, 42, 0.18);
    box-shadow: 0 1rem 2rem rgba(87, 76, 61, 0.08);
}

.current-hours-season {
    color: var(--cm-green-900);
    font-family: 'Libre Baskerville', serif;
    font-size: 1.55rem;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.current-hours-today {
    color: var(--cm-bark);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.seasonal-toggle {
    --bs-btn-color: var(--cm-green-900);
    --bs-btn-border-color: rgba(54, 87, 42, 0.24);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--cm-green-700);
    --bs-btn-hover-border-color: var(--cm-green-700);
}

.hours-block {
    padding-bottom: 1rem;
}

.hours-list {
    display: grid;
    gap: 0.85rem;
}

.hours-row {
    display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr;
    gap: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(125, 82, 48, 0.14);
}

.hours-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.hours-season {
    color: var(--cm-green-900);
    font-weight: 700;
}

.hours-time {
    color: var(--cm-ink);
    line-height: 1.6;
}

.hours-time a {
    color: var(--cm-green-900);
    font-weight: 700;
}

.site-footer {
    background: var(--cm-green-900);
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
    .brand-logo {
        height: 76px;
        max-width: min(52vw, 240px);
        max-height: 76px;
    }

    .brand-location {
        font-size: 0.78rem;
    }

    .nav-status-badge {
        font-size: 0.72rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand {
        gap: 0.75rem;
        margin-right: 0.5rem;
    }

    .brand-meta {
        gap: 0.35rem;
    }
}

@media (max-width: 767.98px) {
    .product-image {
        height: 220px;
    }

    .contact-panel,
    .detail-block,
    .info-tile {
        border-radius: 1.25rem;
    }

    .hours-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}
