#reef-view-house-floor-plans-section {
    color: #034145;
}

#reef-view-house-floor-plans-section .wrap-x > .inside {
    max-width: 1240px;
}

#reef-view-house-floor-plans-section .body-area {
    overflow: visible;
}

#reef-view-house-floor-plans-section .rvh-floor-plans,
#reef-view-house-floor-plans-section .rvh-floor-plans * {
    box-sizing: border-box;
}

#reef-view-house-floor-plans-section .rvh-floor-plans {
    color: #034145;
}

#reef-view-house-floor-plans-section .rvh-floor-plans img {
    background-color: transparent !important;
    background-image: none !important;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__header {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 178px;
    margin: 0 0 44px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__intro {
    max-width: 820px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__header h2 {
    color: #034145;
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0 0 1.563rem;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__header p {
    color: rgba(35, 31, 32, .68);
    font-size: 1em;
    line-height: 1.6;
    margin: 0;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__badge {
    align-items: center;
    background: #034145;
    border: 2px solid rgba(255, 255, 255, .94);
    border-radius: 50%;
    box-shadow: 0 18px 38px rgba(3, 65, 69, .2), inset 0 0 0 7px #034145, inset 0 0 0 9px rgba(255, 255, 255, .72);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    min-height: 178px;
    padding: 24px;
    position: relative;
    text-align: center;
    transform: rotate(4deg);
    transform-origin: center;
    width: 178px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__badge::after {
    background: rgba(255, 255, 255, .78);
    border-radius: 999px;
    bottom: 30px;
    content: "";
    height: 3px;
    position: absolute;
    width: 52px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__badge-label {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: uppercase;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__badge-season {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__badge-year {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .95;
    margin-top: 4px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenities {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 48px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 169, 157, .34);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(3, 65, 69, .1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 188px;
    padding: 34px 22px 24px;
    text-align: center;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity img {
    display: block;
    height: 76px;
    margin: 0 0 18px;
    max-width: 148px;
    object-fit: contain;
    transform-origin: center;
    width: 148px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity--bed img {
    transform: scale(.88);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity--beachfront img {
    transform: scale(.94);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity--service img {
    transform: scale(.98);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity--fish img {
    transform: scale(.84);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity strong {
    color: #034145;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.14;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__amenity span {
    color: rgba(35, 31, 32, .68);
    display: block;
    font-size: 15px;
    line-height: 1.45;
    margin-top: 9px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__grid {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#reef-view-house-floor-plans-section .rvh-floor-plans__card {
    background: #fff;
    border: 1px solid rgba(3, 65, 69, .14);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(3, 65, 69, .1);
    color: inherit;
    cursor: zoom-in;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .25s ease, transform .25s ease;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__card:hover,
#reef-view-house-floor-plans-section .rvh-floor-plans__card:focus {
    color: inherit;
    text-decoration: none;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__card:hover {
    box-shadow: 0 24px 50px rgba(3, 65, 69, .16);
    transform: translateY(-2px);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__card:focus-visible {
    outline: 3px solid #00a99d;
    outline-offset: 5px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__media {
    align-items: center;
    background: #fff;
    display: flex;
    flex: 0 0 720px;
    height: 720px;
    justify-content: center;
    padding: 22px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__media img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__copy {
    border-top: 1px solid rgba(3, 65, 69, .12);
    flex: 1 1 auto;
    padding: 24px 28px 30px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__copy h3 {
    color: #034145;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 10px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__copy p {
    color: rgba(35, 31, 32, .68);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__note {
    align-items: center;
    color: rgba(35, 31, 32, .68);
    display: flex;
    font-size: 1em;
    gap: 28px;
    justify-content: center;
    line-height: 1.6;
    margin: 42px auto 0;
    max-width: 860px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__note img {
    display: block;
    flex: 0 0 auto;
    height: auto;
    width: 160px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__note p {
    color: rgba(35, 31, 32, .68);
    font-family: "Source Serif 4", serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__note strong {
    color: #034145 !important;
    font-family: Montserrat, sans-serif;
    font-size: .95em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: inherit;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox {
    background: rgba(3, 65, 69, .94);
    border: 0;
    color: #fff;
    height: 100dvh;
    inset: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: hidden;
    padding: 0;
    width: 100vw;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox::backdrop {
    background: rgba(3, 65, 69, .9);
    backdrop-filter: blur(8px);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox[open] {
    display: block;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-shell {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    grid-template-rows: minmax(0, 1fr);
    height: 100%;
    padding: clamp(22px, 4vw, 56px);
    position: relative;
    width: 100%;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-figure {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    justify-content: center;
    margin: 0;
    min-height: 0;
    min-width: 0;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-figure img {
    background: #fff !important;
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    display: block;
    height: auto;
    max-height: calc(100dvh - 150px);
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-figure figcaption {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.3;
    text-align: center;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-button {
    align-items: center;
    appearance: none;
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, .72) !important;
    border-radius: 50% !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
    color: #034145 !important;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 32px !important;
    font-weight: 800;
    height: 56px;
    justify-content: center;
    line-height: 1 !important;
    margin: 0;
    min-width: 0;
    padding: 0 !important;
    position: relative;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
    width: 56px;
    z-index: 2;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-button:hover,
#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-button:focus {
    background: #9ac133 !important;
    color: #034145 !important;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-button:focus-visible {
    outline: 3px solid #00a99d;
    outline-offset: 4px;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-button[hidden] {
    display: none !important;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-button span {
    display: block;
    line-height: 1;
    transform: translateY(-1px);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-close {
    font-size: 34px !important;
    position: absolute;
    right: clamp(16px, 3vw, 38px);
    top: clamp(16px, 3vw, 38px);
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-prev {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

#reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-next {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
}

@media (max-width: 1000px) {
    #reef-view-house-floor-plans-section .rvh-floor-plans__header {
        grid-template-columns: 1fr;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__badge {
        display: none !important;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__amenities,
    #reef-view-house-floor-plans-section .rvh-floor-plans__grid {
        grid-template-columns: 1fr;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__media {
        flex-basis: auto;
        height: auto;
        min-height: 0;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__media img {
        width: 100%;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-shell {
        gap: 10px;
        grid-template-columns: 52px minmax(0, 1fr) 52px;
        padding: 78px 16px 28px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-button {
        height: 46px;
        width: 46px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__lightbox-figure img {
        max-height: calc(100dvh - 156px);
    }
}

@media (max-width: 640px) {
    #reef-view-house-floor-plans-section .rvh-floor-plans__header {
        margin-bottom: 32px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__header p {
        font-size: 1em;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__badge {
        padding: 18px;
        width: 132px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__badge::after {
        bottom: 24px;
        width: 46px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__badge-label {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__badge-season {
        font-size: 20px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__badge-year {
        font-size: 34px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__amenity {
        min-height: 162px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__copy {
        padding: 22px 22px 26px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__note {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    #reef-view-house-floor-plans-section .rvh-floor-plans__note img {
        width: 136px;
    }
}
