.lush-home-page {
    background-color: #0b3c2d;
    color: #f6f4ee;
}

.lush-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 5rem 2rem 4rem;
    background: linear-gradient(180deg, rgba(11,60,45,0.95) 0%, rgba(18,20,20,0.98) 100%);
    color: #f6f4ee;
    overflow: hidden;
    background-image: url('https://income-estate.com/wp-content/uploads/2026/04/Mask-group.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lush-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at top right, rgba(204,175,114,0.12), transparent 35%), radial-gradient(circle at bottom left, rgba(204,175,114,0.08), transparent 22%);
    pointer-events: none;
}

.lush-hero-inner {
    position: relative;
    max-width: 968px;
    margin: 0 auto;
    z-index: 1;
}

.lush-eyebrow {
    display: inline-block;
    color: #ccaf72;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.lush-hero-title {
    margin: 0 0 1.5rem;
    font-size: clamp(3rem, 4vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 700;
    max-width: 11ch;
    text-align: center;
}

.lush-hero-copy,
.lush-hero-meta span {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 780px;
    color: #e7e4da;
}

.lush-hero-meta {
    margin-top: 1.75rem;
}

.lush-filters {
    padding: 2rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lush-filters-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
}

.lush-filter-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.14);
    color: #f6f4ee !important;
    padding: 0.85rem 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.85rem;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
}

.lush-filter-item:hover,
.lush-filter-item.active {
    background-color: rgba(204,175,114,0.13);
    border-color: #ccaf72 !important;
    color: #ccaf72 !important;
}

.lush-post-grid-sec {
    width: 100%;
    background-color: #fff !important;
}

.lush-post-grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.site-main.lush-home-page {
    max-width: 1920px !important;
}

.lush-post-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #f5f5f5;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 24px 80px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.lush-post-card:hover {
    transform: translateY(-6px);
    border-color: rgba(204,175,114,0.3);
}

.lush-post-card-image {
    display: block;
    min-height: 320px;
    background-color: #1c2f2a;
    background-size: cover;
    background-position: center;
    position: relative;
    text-decoration: none;
}

.lush-post-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.55) 100%);
}

.lush-post-card-category {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    background: rgba(0,0,0,0.55);
    color: #ccaf72;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lush-post-card-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.lush-post-date {
    color: #0c0c0c;
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lush-post-title {
    margin: 0;
    font-size: 1.8rem !important;
    line-height: normal;
}

.lush-post-title a {
    color: #0c0c0c !important;
    text-decoration: none;
}

.lush-post-title a:hover {
    color: #fff;

}

.lush-post-excerpt {
    margin: 0;
    color: #0c0c0c;
    line-height: 1.8;
    font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lush-post-readmore {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    color: #0c0c0c !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.lush-post-readmore:hover {
    color: #f6f4ee;
}

.lush-pagination {
    max-width: 1180px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
}

.lush-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    margin: 0 0.35rem;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(18,20,20,0.85);
    color: #f6f4ee;
    text-decoration: none;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.lush-pagination .page-numbers.current {
    background: #ccaf72;
    border-color: #ccaf72;
    color: #121414;
}

.lush-pagination .page-numbers:hover {
    border-color: #ccaf72;
    color: #ccaf72;
}

.lush-pagination .page-numbers.next,
.lush-pagination .page-numbers.prev {
    font-weight: 600;
}

.lush-no-posts {
    max-width: 768px;
    margin: 4rem auto;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(18,20,20,0.65);
    text-align: center;
}

.lush-no-posts p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    font-size: 1rem;
    line-height: 1.75;
}

@media (max-width: 1040px) {
    .lush-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .lush-hero {
        padding: 4rem 1.25rem 3rem;
    }

    .lush-filters,
    .lush-pagination {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lush-post-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1.25rem;
    }

    .lush-post-card-image {
        min-height: 260px;
    }
}
