/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gf9e78sqrw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gf9e78sqrw] {
    flex: 1;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rqjnfo9qwl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rqjnfo9qwl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rqjnfo9qwl] {
    font-size: 1.1rem;
}

.bi[b-rqjnfo9qwl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-rqjnfo9qwl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rqjnfo9qwl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-rqjnfo9qwl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-rqjnfo9qwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rqjnfo9qwl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rqjnfo9qwl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rqjnfo9qwl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rqjnfo9qwl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rqjnfo9qwl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rqjnfo9qwl] {
        display: none;
    }

    .collapse[b-rqjnfo9qwl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-rqjnfo9qwl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Hoffington.razor.rz.scp.css */
.hoffington[b-d72pvpzbwj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hoffington h1[b-d72pvpzbwj] {
    margin: 0;
    font-size: 2rem;
    letter-spacing: -0.02em;
}

.hoffington .lede[b-d72pvpzbwj] {
    color: #4a5568;
    margin: 0;
}

.hoffington .error[b-d72pvpzbwj] {
    color: #b00020;
    font-weight: 600;
}

.gallery-grid[b-d72pvpzbwj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    max-width: 100%;
}

.gallery-card[b-d72pvpzbwj] {
    background: #f7f9fb;
    border: 1px solid #e4e9ef;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: auto;
}

.gallery-card img[b-d72pvpzbwj] {
    width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-link[b-d72pvpzbwj] {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

.gallery-link:hover img[b-d72pvpzbwj] {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.gallery-link:focus-visible[b-d72pvpzbwj] {
    outline: 3px solid #258cfb;
    outline-offset: 2px;
}

/* ---------------------------------------------------------------- lightbox */

.lightbox[b-d72pvpzbwj] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(12, 14, 18, 0.94);
    animation: lb-fade-b-d72pvpzbwj 0.15s ease-out;
}

.lightbox:focus[b-d72pvpzbwj] {
    outline: none;
}

@keyframes lb-fade-b-d72pvpzbwj {
    from {
        opacity: 0;
    }
}

.lb-figure[b-d72pvpzbwj] {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: 100%;
    max-height: 100%;
}

.lb-stage[b-d72pvpzbwj] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 120px;
}

.lb-image[b-d72pvpzbwj] {
    display: block;
    max-width: min(100%, 1600px);
    /* Leave room for the caption and the close button. */
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 8rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
    transition: opacity 0.2s ease;
}

.lb-image.is-loading[b-d72pvpzbwj] {
    opacity: 0;
}

.lb-spinner[b-d72pvpzbwj] {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border: 0.3rem solid rgba(255, 255, 255, 0.25);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: lb-spin-b-d72pvpzbwj 0.8s linear infinite;
}

@keyframes lb-spin-b-d72pvpzbwj {
    to {
        transform: rotate(360deg);
    }
}

.lb-caption[b-d72pvpzbwj] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    color: #e8ecf1;
    font-size: 0.95rem;
}

.lb-count[b-d72pvpzbwj] {
    flex: none;
    color: #9fb0c3;
    font-variant-numeric: tabular-nums;
}

.lb-btn[b-d72pvpzbwj] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.lb-btn:hover[b-d72pvpzbwj] {
    background: rgba(255, 255, 255, 0.24);
}

.lb-btn:focus-visible[b-d72pvpzbwj] {
    outline: 3px solid #258cfb;
    outline-offset: 2px;
}

.lb-close[b-d72pvpzbwj] {
    top: 1rem;
    right: 1rem;
    font-size: 1.75rem;
}

.lb-prev[b-d72pvpzbwj] {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.lb-next[b-d72pvpzbwj] {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

/* Neighbouring images are fetched but never shown. */
.lb-preload[b-d72pvpzbwj] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 640px) {
    .lightbox[b-d72pvpzbwj] {
        padding: 0.5rem;
    }

    .lb-image[b-d72pvpzbwj] {
        max-height: calc(100vh - 9rem);
        max-height: calc(100dvh - 9rem);
    }

    .lb-btn[b-d72pvpzbwj] {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.6rem;
    }

    /* Thumb-reachable on a phone rather than stranded at the edges. */
    .lb-prev[b-d72pvpzbwj],
    .lb-next[b-d72pvpzbwj] {
        top: auto;
        bottom: 1rem;
        transform: none;
    }

    .lb-caption[b-d72pvpzbwj] {
        font-size: 0.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lightbox[b-d72pvpzbwj],
    .lb-image[b-d72pvpzbwj],
    .lb-btn[b-d72pvpzbwj] {
        animation: none;
        transition: none;
    }

    .lb-spinner[b-d72pvpzbwj] {
        animation-duration: 2s;
    }
}
