.hh-section-container-790e052c {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
}

.hh-content-col-790e052c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%;
}

.hh-stars-790e052c {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.hh-subtitle-790e052c {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.hh-title-790e052c {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 25px 0;
}

.hh-desc-790e052c {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.hh-desc-790e052c p {
    margin: 0 0 15px 0;
}

.hh-btn-790e052c {
    display: inline-block;
    align-self: flex-start;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
}

.hh-btn-790e052c:hover {
    letter-spacing: 0.5px;
    opacity: 0.8;
}

/* Staggered Offset Dynamic Image Layout */
.hh-images-col-790e052c {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    position: relative;
    height: 100%;
}

.hh-image-wrapper-left-790e052c,
.hh-image-wrapper-right-790e052c {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.hh-image-wrapper-left-790e052c {
    transform: translateY(40px);
}

.hh-image-wrapper-right-790e052c {
    transform: translateY(-40px);
}

.hh-images-col-790e052c img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hh-images-col-790e052c img:hover {
    transform: scale(1.03);
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .hh-title-790e052c {
        font-size: 38px;
    }
    .hh-section-container-790e052c {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hh-section-container-790e052c {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .hh-content-col-790e052c {
        padding-right: 0;
    }
    .hh-images-col-790e052c {
        padding: 40px 0;
    }
}
