/* Hero Posts Grid – d1b442b0 */

.hpg-d1b442b0-wrapper {
    width: 100%;
}

.hpg-d1b442b0-card {
    border-style: solid;
    border-color: rgba(196, 119, 59, 0.2);
    border-width: 0.5px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.hpg-d1b442b0-card:hover {
    box-shadow: 0 4px 20px rgba(44, 24, 16, 0.08);
}

.hpg-d1b442b0-image {
    overflow: hidden;
    line-height: 0;
}

.hpg-d1b442b0-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hpg-d1b442b0-card:hover .hpg-d1b442b0-image img {
    transform: scale(1.03);
}

.hpg-d1b442b0-content {
    padding: 24px;
}

.hpg-d1b442b0-title {
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    color: #2C1810;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.hpg-d1b442b0-title a {
    color: inherit;
    text-decoration: none;
}

.hpg-d1b442b0-title a:hover {
    opacity: 0.85;
}

.hpg-d1b442b0-excerpt {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #5C3D2E;
    margin: 0 0 20px 0;
}

.hpg-d1b442b0-read-more {
    display: inline-block;
    color: #FAF8F5;
    background-color: #2C1810;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.hpg-d1b442b0-read-more:hover {
    background-color: #3D2415;
    color: #FAF8F5;
}
