/* Gynsyng homepage: delivery hero graphic (#SecHomeOrder) + collapsible communities copy (#SecHomeCommunities) */

.gyn-delivery-hero-img {
    display: block;
    max-width: 720px;
    width: 100%;
    height: auto;
    margin: 0 auto 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(23, 40, 28, 0.15);
}

.gyn-communities-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 4px 0;
    margin: 0 auto;
    color: #6E805A;
    font-family: 'Nobile', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.gyn-communities-toggle:hover { color: #17281C; }
.gyn-communities-toggle-icon {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 0.75rem;
}
.gyn-communities-toggle[aria-expanded="true"] .gyn-communities-toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .gyn-delivery-hero-img { margin-bottom: 2rem; }
}
