h1.gruve-title {
    color: var(--text-color);
    font-family: Inter;
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 76px; /* 111.765% */
}

section.gruve-gallery {
    padding: 80px 0px;
}

.location {
    color: var(--text-color);
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
}

.dates {
    color: var(--primary-color);
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
}


.gruve--InnerGrid {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    /* aspect-ratio: 4 / 3; */
    cursor: pointer;
    /* background: #ddd; */
    transition: transform .35s ease, box-shadow .35s ease;
    margin-bottom: 20px;
}

.gruve--PhotoGrid {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 14px;
    position: relative;
}

.gruve--InnerGrid img {
    width: 100%;
    height: auto;
}

section.gruve--Photo {
    padding: 0;
}

/*  */
.gruve--LockedSection {
    position: relative;
}

.gruve--Blurred img {
    filter: blur(8px);
    transition: filter 0.5s ease;
    pointer-events: none;
    user-select: none;
}

.gruve--UnlockForm {
    position: relative;
    background: var(--text-color);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    left: 0;
    right: 0;
    width: 700px;
    margin: 0px auto;
    top: 25%;
    margin-bottom: 25px;
}

div#gruve-unlock-form:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid var(--text-color);
    right: 35%;
    top: 50%;
}

div#gruve-unlock-form:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid var(--text-color);
    left: 35%;
    top: 50%;
}

/* After unlock */
.gruve--Unlocked .gruve--Blurred img {
    filter: none;
}

div#gruve-locked-images {
    /* display: contents; */
}

.gruve--UnlockForm .subscriptionmailing p {
    color: #fff;
}

.gruve--UnlockForm .subscriptionmailing label span {
    color: #BCBCBC;
    font-size: 16px;
}

div#gruve-unlock-form h3 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px; /* 125% */
    margin-bottom: 20px;
}


/* Blurred images */
.gruve--Blurred img {
    filter: blur(8px);
    transition: filter 0.5s ease;
    pointer-events: none;
    user-select: none;
}
.gruve--Unlocked .gruve--Blurred img {
    filter: none;
    pointer-events: auto;
    cursor: pointer;
}

/* Modal overlay */
.gruve--Modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.gruve--Modal.is-open {
    display: flex;
}
.gruve--Modal__Overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

/* Modal box */
.gruve--Modal__Box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    width: 60%;
    max-width: 100%;
    overflow-y: auto;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    /* height: 100%; */
}

/* Close button */
.gruve--Modal__Close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

/* Image preview inside modal */
.gruve--Modal__ImageWrap {
    width: 100%;
    margin-bottom: 1.5rem;
}
.gruve--Modal__ImageWrap img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

/* Form title */
.gruve--Modal__FormTitle {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #ddd;
    text-align: center;
}

/* Download button */
.gruve--DownloadBtn {
    display: inline-block;
    padding: 12px 28px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    margin-top: 1rem;
    transition: background 0.2s ease;
}
.gruve--DownloadBtn:hover {
    background: #333;
}

div#gruve-modal-form-section {
    position: absolute;
    top: 20%;
    background: var(--text-color);
    padding: 20px;
    border-radius: 10px;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
}

.gruve--DownloadBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #c8f135; /* match your green brand color */
    color: #1a1a1a;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
    transition: opacity 0.2s ease;
}
.gruve--DownloadBtn:hover {
    opacity: 0.85;
}

/* Download icon using CSS */
.gruve--DownloadBtn::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

div#gruve-modal-download-section {
    text-align: right;
    margin-bottom: 20px;
}

@media(max-width:1366px){
    .subscriptionmailing label span {
        font-size: 14px;
        line-height: normal;
    }

    .gruve--Modal__FormTitle {
        font-size: 16px;
        line-height: normal;
    }
}

@media(max-width:768px){
    .gruve--UnlockForm {
        width: 100%;
    }

    .gruve--UnlockForm:before, .gruve--UnlockForm:after {
        display: none;
    }

    .gruve--UnlockForm .subscriptionmailing label span{
        line-height: normal;
    }

    div#gruve-unlock-form h3 {
        font-size: 20px;
    }

    .gruve--Modal__Box {
        width: 100%;
    }

    div#gruve-modal-form-section {
        width: 85%;
        top: 13%;
    }
}