/* =========================================
   Hero
   ========================================= */
.hero-banner {
    background: linear-gradient(135deg, #1a7a4a 0%, #2ecc71 100%);
    padding: 60px 0 50px;
    position: relative;
}

.hero-info-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #c8e6d4;
    border-color: #c8e6d4;
}

.hero-info-btn:hover {
    color: #e8f5ee;
    border-color: #e8f5ee;
}

.hero-title {
    color: #fff;
    margin: 0 0 8px;
    font-size: clamp(1.75rem, 4vw + 1rem, 2.625rem);
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    margin: 0;
}

/* =========================================
   Filter Bar
   ========================================= */
.filter-bar {
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
}

.filter-nav {
    margin: 0 0 0 -20px;
    flex-wrap: wrap;
    gap: 4px;
}

@media (max-width: 639px) {
    .filter-bar {
        padding: 10px 0;
    }
    .filter-nav {
        gap: 2px;
    }
    .uk-subnav-pill.filter-nav > * > a {
        font-size: 0.75rem !important;
        padding: 3px 8px !important;
    }
}

.uk-subnav-pill > * > a:hover {
    color: #1a7a4a;
}

.uk-subnav-pill > .uk-active > a {
    background: #1a7a4a;
    color: white;
}

.filter-nav.filter-loading > .uk-active > a {
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

/* =========================================
   Recipe Cards
   ========================================= */
.recipe-card .uk-card-media-top {
    aspect-ratio: 16 / 9;
}

.recipe-card .uk-card-media-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-card .uk-card-badge {
    background: #1a7a4a;
    color: #fff;
}

.recipe-card .uk-card-title {
    cursor: pointer;
}

.recipe-card .uk-card-title:hover {
    color: #1a7a4a;
}

.uk-drop.uk-open {
    border-bottom: 2px solid #1a7a4a;
}

/* =========================================
   Section Heading
   ========================================= */
.section-heading {
    border-left: 4px solid #2ecc71;
    padding-left: 12px;
    margin-bottom: 24px;
}

/* =========================================
   Footer
   ========================================= */
.site-footer {
    background: linear-gradient(135deg, #1a7a4a 0%, #2ecc71 100%);
    padding: 32px 0;
    margin-top: 40px;
}

.footer-text {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 0.875rem;
}
