/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-k6nxk63uk9] {
    background: #fbfbf8;
    min-height: 100vh;
}

main[b-k6nxk63uk9] {
    min-height: 100vh;
}

.content[b-k6nxk63uk9] {
    padding: 0;
}

#blazor-error-ui[b-k6nxk63uk9] {
    background: #fff4cf;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    color: #15201f;
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-k6nxk63uk9] {
    color: #1f5f55;
    font-weight: 800;
}

#blazor-error-ui .dismiss[b-k6nxk63uk9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-qpqt9wcnlv] {
    align-items: center;
    background: rgba(251, 251, 248, 0.94);
    border-bottom: 1px solid rgba(21, 32, 31, 0.1);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    left: 0;
    min-height: 4.25rem;
    padding: 0 1.25rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}

@supports (backdrop-filter: blur(16px)) {
    .site-header[b-qpqt9wcnlv] {
        backdrop-filter: blur(16px);
    }
}

.brand[b-qpqt9wcnlv] {
    align-items: center;
    color: #15201f;
    display: inline-flex;
    font-weight: 800;
    gap: 0.7rem;
    text-decoration: none;
}

.brand:hover[b-qpqt9wcnlv] {
    color: #1f5f55;
}

.brand__mark[b-qpqt9wcnlv] {
    align-items: center;
    background: #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.86rem;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.site-nav[b-qpqt9wcnlv] {
    align-items: center;
    display: flex;
    gap: 0.65rem;
}

.site-nav[b-qpqt9wcnlv]  a {
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.14);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(21, 32, 31, 0.08);
    color: #2f3d3a;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 2.55rem;
    min-width: 6rem;
    padding: 0.78rem 1.05rem;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
    user-select: none;
}

.site-nav[b-qpqt9wcnlv]  a:hover,
.site-nav[b-qpqt9wcnlv]  a:focus {
    background: #f7faf6;
    border-color: rgba(31, 95, 85, 0.28);
    box-shadow: 0 10px 26px rgba(21, 32, 31, 0.12);
    color: #15201f;
    text-decoration: none !important;
}

.site-nav[b-qpqt9wcnlv]  a.active {
    background: #1f5f55;
    border-color: #1f5f55;
    box-shadow: 0 8px 18px rgba(31, 95, 85, 0.22);
    color: #ffffff;
    text-decoration: none !important;
}

.nav-toggle[b-qpqt9wcnlv] {
    display: none;
}

.nav-toggle-label[b-qpqt9wcnlv] {
    display: none;
}

@media (max-width: 720px) {
    .site-header[b-qpqt9wcnlv] {
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 4rem;
        padding-bottom: 0.85rem;
        padding-top: 0.85rem;
    }

    .brand[b-qpqt9wcnlv] {
        min-height: 2.4rem;
    }

    .nav-toggle-label[b-qpqt9wcnlv] {
        align-items: center;
        border: 1px solid rgba(21, 32, 31, 0.18);
        border-radius: 8px;
        cursor: pointer;
        display: inline-flex;
        height: 2.4rem;
        justify-content: center;
        width: 2.4rem;
    }

    .nav-toggle-label span[b-qpqt9wcnlv],
    .nav-toggle-label span[b-qpqt9wcnlv]::before,
    .nav-toggle-label span[b-qpqt9wcnlv]::after {
        background: #15201f;
        content: "";
        display: block;
        height: 2px;
        position: relative;
        width: 1.1rem;
    }

    .nav-toggle-label span[b-qpqt9wcnlv]::before {
        position: absolute;
        top: -6px;
    }

    .nav-toggle-label span[b-qpqt9wcnlv]::after {
        position: absolute;
        top: 6px;
    }

    .site-nav[b-qpqt9wcnlv] {
        align-items: stretch;
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        gap: 0.45rem;
        padding-top: 0.75rem;
        width: 100%;
    }

    .site-nav[b-qpqt9wcnlv]  a {
        background: #ffffff;
        border: 1px solid rgba(21, 32, 31, 0.1);
        border-radius: 10px;
        min-width: 0;
        padding: 0.85rem 1rem;
        width: 100%;
    }

    .nav-toggle:checked ~ .site-nav[b-qpqt9wcnlv] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ybcm5e7f5g],
.components-reconnect-repeated-attempt-visible[b-ybcm5e7f5g],
.components-reconnect-failed-visible[b-ybcm5e7f5g],
.components-pause-visible[b-ybcm5e7f5g],
.components-resume-failed-visible[b-ybcm5e7f5g],
.components-rejoining-animation[b-ybcm5e7f5g] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-retrying[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-failed[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ybcm5e7f5g] {
    display: block;
}


#components-reconnect-modal[b-ybcm5e7f5g] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ybcm5e7f5g 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ybcm5e7f5g 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ybcm5e7f5g 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ybcm5e7f5g]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ybcm5e7f5g 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ybcm5e7f5g {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ybcm5e7f5g {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ybcm5e7f5g {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ybcm5e7f5g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ybcm5e7f5g] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ybcm5e7f5g] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ybcm5e7f5g] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ybcm5e7f5g] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ybcm5e7f5g] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ybcm5e7f5g] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ybcm5e7f5g 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ybcm5e7f5g] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ybcm5e7f5g {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminFiles.razor.rz.scp.css */
.admin-shell[b-9h53i1wa7d] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-shell__inner[b-9h53i1wa7d] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-9h53i1wa7d],
.admin-panel__header[b-9h53i1wa7d] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-9h53i1wa7d] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-grid[b-9h53i1wa7d] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
}

.admin-panel[b-9h53i1wa7d] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.admin-panel--wide[b-9h53i1wa7d] {
    overflow: hidden;
}

.admin-panel h2[b-9h53i1wa7d] {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.admin-panel p[b-9h53i1wa7d] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.admin-panel label[b-9h53i1wa7d] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.admin-panel label span[b-9h53i1wa7d] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.admin-panel input[b-9h53i1wa7d],
.admin-panel textarea[b-9h53i1wa7d],
.generated-link input[b-9h53i1wa7d] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.admin-panel input[type="number"][b-9h53i1wa7d] {
    max-width: 8rem;
}

.generated-link[b-9h53i1wa7d] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.admin-button[b-9h53i1wa7d] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.admin-button:hover[b-9h53i1wa7d],
.admin-button:focus-visible[b-9h53i1wa7d] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-9h53i1wa7d] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-9h53i1wa7d] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-9h53i1wa7d],
.admin-button--secondary:focus-visible[b-9h53i1wa7d] {
    background: #eef2ed;
    color: #174b43;
}

.admin-button--danger[b-9h53i1wa7d] {
    background: #ffffff;
    border-color: #c64f35;
    color: #9b341f;
}

.admin-button--danger:hover[b-9h53i1wa7d],
.admin-button--danger:focus-visible[b-9h53i1wa7d] {
    background: #fff1ee;
    color: #7f2817;
}

.admin-alert[b-9h53i1wa7d] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-9h53i1wa7d] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-9h53i1wa7d] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-9h53i1wa7d] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

.admin-table-wrap[b-9h53i1wa7d] {
    overflow-x: auto;
}

.admin-table[b-9h53i1wa7d] {
    border-collapse: collapse;
    min-width: 820px;
    width: 100%;
}

.admin-table th[b-9h53i1wa7d],
.admin-table td[b-9h53i1wa7d] {
    border-bottom: 1px solid #e2e7e0;
    padding: 0.85rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.admin-table th[b-9h53i1wa7d] {
    color: #51605d;
    font-size: 0.78rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.admin-table td span[b-9h53i1wa7d] {
    color: #51605d;
    display: block;
    font-size: 0.86rem;
    line-height: 1.45;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.admin-actions[b-9h53i1wa7d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.status-pill[b-9h53i1wa7d] {
    background: #f1f3f0;
    border: 1px solid #d5ddd3;
    border-radius: 999px;
    color: #51605d !important;
    display: inline-flex !important;
    font-weight: 800;
    margin: 0 !important;
    padding: 0.25rem 0.55rem;
}

.status-pill--active[b-9h53i1wa7d] {
    background: #eef8f2;
    border-color: #b8dcc6;
    color: #1b5b38 !important;
}

@media (max-width: 760px) {
    .admin-heading[b-9h53i1wa7d],
    .admin-panel__header[b-9h53i1wa7d],
    .generated-link[b-9h53i1wa7d] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .admin-heading[b-9h53i1wa7d],
    .admin-panel__header[b-9h53i1wa7d] {
        flex-direction: column;
    }

    .admin-grid[b-9h53i1wa7d] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/Login.razor.rz.scp.css */
.admin-login[b-7qhi3mpzdn] {
    align-items: center;
    background: #eef2ed;
    display: flex;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-login__panel[b-7qhi3mpzdn] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(21, 32, 31, 0.08);
    margin: 0 auto;
    max-width: 440px;
    padding: 1.5rem;
    width: 100%;
}

.admin-login h1[b-7qhi3mpzdn] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
}

.admin-login__form[b-7qhi3mpzdn] {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.admin-login__form label[b-7qhi3mpzdn] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.admin-login__form input[b-7qhi3mpzdn] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.7rem;
    padding: 0.65rem 0.75rem;
}

.admin-login__form button[b-7qhi3mpzdn] {
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 800;
    min-height: 2.8rem;
}

.admin-login__form button:disabled[b-7qhi3mpzdn] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-alert[b-7qhi3mpzdn] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-7qhi3mpzdn] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.page-hero[b-4jhbjs0gfr] {
    background: #15201f;
    color: #ffffff;
    padding: 7rem 1.25rem 4rem;
}

.page-hero__inner[b-4jhbjs0gfr],
.section__inner[b-4jhbjs0gfr] {
    margin: 0 auto;
    max-width: 1120px;
}

.eyebrow[b-4jhbjs0gfr] {
    color: #a6492d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08rem;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.page-hero .eyebrow[b-4jhbjs0gfr] {
    color: #f6c76f;
}

.page-hero h1[b-4jhbjs0gfr],
.section-heading h2[b-4jhbjs0gfr],
.location-card h2[b-4jhbjs0gfr] {
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    font-weight: 800;
    line-height: 1.02;
    margin: 0;
    max-width: 900px;
}

.page-hero p:not(.eyebrow)[b-4jhbjs0gfr],
.section-heading p[b-4jhbjs0gfr],
.social-link small[b-4jhbjs0gfr],
.location-card address[b-4jhbjs0gfr] {
    color: #51605d;
    font-size: 1rem;
    line-height: 1.7;
}

.page-hero p:not(.eyebrow)[b-4jhbjs0gfr] {
    color: rgba(255, 255, 255, 0.86);
    margin: 1.25rem 0 0;
    max-width: 760px;
}

.section[b-4jhbjs0gfr] {
    background: #fbfbf8;
    color: #15201f;
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.contact-grid[b-4jhbjs0gfr] {
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.section-heading h2[b-4jhbjs0gfr],
.location-card h2[b-4jhbjs0gfr] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
}

.section-heading p[b-4jhbjs0gfr] {
    margin: 1rem 0 0;
}

.social-list[b-4jhbjs0gfr] {
    display: grid;
    gap: 0.85rem;
    margin-top: 2rem;
}

.social-link[b-4jhbjs0gfr] {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(21, 32, 31, 0.08);
    color: #15201f;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: 3rem minmax(0, 1fr);
    min-height: 4.3rem;
    padding: 0.75rem;
    text-decoration: none !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.social-link:hover[b-4jhbjs0gfr],
.social-link:focus[b-4jhbjs0gfr] {
    border-color: rgba(31, 95, 85, 0.3);
    box-shadow: 0 12px 30px rgba(21, 32, 31, 0.13);
    color: #15201f;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.social-link__icon[b-4jhbjs0gfr] {
    align-items: center;
    background: #1f5f55;
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 900;
    height: 3rem;
    justify-content: center;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    width: 3rem;
}

.social-link strong[b-4jhbjs0gfr],
.social-link small[b-4jhbjs0gfr] {
    display: block;
}

.social-link strong[b-4jhbjs0gfr] {
    font-size: 1rem;
    line-height: 1.2;
}

.social-link small[b-4jhbjs0gfr] {
    margin-top: 0.2rem;
}

.location-card[b-4jhbjs0gfr] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(21, 32, 31, 0.09);
    overflow: hidden;
}

.location-card > div:first-child[b-4jhbjs0gfr] {
    padding: 1.4rem;
}

.location-card address[b-4jhbjs0gfr] {
    font-style: normal;
    margin: 1rem 0 0;
}

.map-frame[b-4jhbjs0gfr] {
    aspect-ratio: 16 / 10;
    background: #eef2ed;
    border-top: 1px solid rgba(21, 32, 31, 0.1);
    min-height: 320px;
}

.map-frame iframe[b-4jhbjs0gfr] {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 880px) {
    .contact-grid[b-4jhbjs0gfr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .social-link[b-4jhbjs0gfr] {
        grid-template-columns: 2.65rem minmax(0, 1fr);
    }

    .social-link__icon[b-4jhbjs0gfr] {
        height: 2.65rem;
        width: 2.65rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-wocuwiks48] {
    align-items: center;
    background-image: url("/images/louvre-hero.jpg");
    background-position: center;
    background-size: cover;
    color: #ffffff;
    display: flex;
    min-height: min(720px, 74vh);
    overflow: hidden;
    position: relative;
}

.hero__shade[b-wocuwiks48] {
    background:
        linear-gradient(90deg, rgba(17, 28, 27, 0.88), rgba(17, 28, 27, 0.58) 48%, rgba(17, 28, 27, 0.18)),
        linear-gradient(0deg, rgba(17, 28, 27, 0.5), transparent 34%);
    inset: 0;
    position: absolute;
}

.hero__content[b-wocuwiks48] {
    margin: 0 auto;
    max-width: 1120px;
    padding: 7rem 1.25rem 5rem;
    position: relative;
    width: 100%;
}

.eyebrow[b-wocuwiks48] {
    color: #a6492d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08rem;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.hero .eyebrow[b-wocuwiks48] {
    color: #f6c76f;
}

.hero h1[b-wocuwiks48] {
    font-size: clamp(3.2rem, 9vw, 7.2rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
    max-width: 920px;
}

.hero__lead[b-wocuwiks48] {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.55;
    margin: 1.5rem 0 0;
    max-width: 720px;
}

.hero__actions[b-wocuwiks48] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.button[b-wocuwiks48] {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.72rem 1rem;
    text-decoration: none;
}

.button--primary[b-wocuwiks48] {
    background: #f6c76f;
    color: #15201f;
}

.button--primary:hover[b-wocuwiks48] {
    background: #ffe0a0;
    color: #15201f;
}

.button--secondary[b-wocuwiks48] {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
}

.button--secondary:hover[b-wocuwiks48] {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.section[b-wocuwiks48] {
    background: #fbfbf8;
    color: #15201f;
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.section--muted[b-wocuwiks48] {
    background: #eef2ed;
}

.section__inner[b-wocuwiks48] {
    margin: 0 auto;
    max-width: 1120px;
}

.profile-block[b-wocuwiks48] {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    max-width: 920px;
}

.profile-block__image[b-wocuwiks48] {
    aspect-ratio: 1;
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 20px 55px rgba(21, 32, 31, 0.18);
    object-fit: cover;
    width: 100%;
}

.profile-block h2[b-wocuwiks48],
.section-heading h2[b-wocuwiks48] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.profile-block p:not(.eyebrow)[b-wocuwiks48],
.section-heading p[b-wocuwiks48],
.interest-card p[b-wocuwiks48] {
    color: #51605d;
    font-size: 1rem;
    line-height: 1.7;
}

.profile-block p:not(.eyebrow)[b-wocuwiks48] {
    margin: 1rem 0 0;
    max-width: 650px;
}

.interest-card span[b-wocuwiks48] {
    color: #1f5f55;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.section-heading[b-wocuwiks48] {
    max-width: 760px;
}

.section-heading p[b-wocuwiks48] {
    margin: 1rem 0 0;
}

.interest-grid[b-wocuwiks48] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.interest-card[b-wocuwiks48] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    min-height: 215px;
    padding: 1.25rem;
}

.interest-card h3[b-wocuwiks48] {
    color: #15201f;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.interest-card p[b-wocuwiks48] {
    margin: 0.75rem 0 0;
}

@media (max-width: 1040px) {
    .interest-grid[b-wocuwiks48] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .profile-block[b-wocuwiks48] {
        grid-template-columns: 1fr;
    }

    .profile-block__image[b-wocuwiks48] {
        max-width: 150px;
    }
}

@media (max-width: 620px) {
    .hero[b-wocuwiks48] {
        min-height: 68vh;
    }

    .hero__content[b-wocuwiks48] {
        padding-top: 5.5rem;
    }

    .interest-grid[b-wocuwiks48] {
        grid-template-columns: 1fr;
    }

    .interest-card[b-wocuwiks48] {
        min-height: auto;
    }
}
/* /Components/Pages/Resume.razor.rz.scp.css */
.page-hero[b-88ycs7gwwi] {
    background: #15201f;
    color: #ffffff;
    padding: 7rem 1.25rem 4rem;
}

.page-hero__inner[b-88ycs7gwwi],
.section__inner[b-88ycs7gwwi] {
    margin: 0 auto;
    max-width: 1120px;
}

.eyebrow[b-88ycs7gwwi] {
    color: #a6492d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08rem;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.page-hero .eyebrow[b-88ycs7gwwi] {
    color: #f6c76f;
}

.page-hero h1[b-88ycs7gwwi],
.section-heading h2[b-88ycs7gwwi] {
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    font-weight: 800;
    line-height: 1.02;
    margin: 0;
    max-width: 900px;
}

.page-hero p:not(.eyebrow)[b-88ycs7gwwi],
.section-heading p[b-88ycs7gwwi],
.timeline-preview__item p[b-88ycs7gwwi],
.timeline-preview__item li[b-88ycs7gwwi],
.resume-fact[b-88ycs7gwwi],
.credential-card p[b-88ycs7gwwi],
.skill-group li[b-88ycs7gwwi] {
    color: #51605d;
    font-size: 1rem;
    line-height: 1.7;
}

.page-hero p:not(.eyebrow)[b-88ycs7gwwi] {
    color: rgba(255, 255, 255, 0.86);
    margin: 1.25rem 0 0;
    max-width: 760px;
}

.section[b-88ycs7gwwi] {
    background: #fbfbf8;
    color: #15201f;
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.section--muted[b-88ycs7gwwi] {
    background: #eef2ed;
}

.section-heading[b-88ycs7gwwi] {
    max-width: 760px;
}

.section-heading h2[b-88ycs7gwwi] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
}

.section-heading p[b-88ycs7gwwi] {
    margin: 1rem 0 0;
}

.resume-overview[b-88ycs7gwwi] {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
}

.resume-facts[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(21, 32, 31, 0.08);
    display: grid;
    gap: 0.85rem;
    padding: 1.25rem;
}

.resume-fact[b-88ycs7gwwi] {
    border-bottom: 1px solid #e7ebe5;
    display: grid;
    gap: 0.2rem;
    padding-bottom: 0.85rem;
}

.resume-fact span[b-88ycs7gwwi],
.credential-card span[b-88ycs7gwwi] {
    color: #1f5f55;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.resume-fact strong[b-88ycs7gwwi] {
    color: #15201f;
    font-size: 1.05rem;
}

.resume-actions[b-88ycs7gwwi] {
    display: grid;
    gap: 0.6rem;
}

.resume-link[b-88ycs7gwwi] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
}

.resume-link--secondary[b-88ycs7gwwi] {
    background: #ffffff;
    color: #1f5f55;
}

.resume-link:hover[b-88ycs7gwwi],
.resume-link:focus-visible[b-88ycs7gwwi] {
    background: #17483f;
    color: #ffffff;
}

.resume-link--secondary:hover[b-88ycs7gwwi],
.resume-link--secondary:focus-visible[b-88ycs7gwwi] {
    background: #eef2ed;
    color: #17483f;
}

.timeline-preview[b-88ycs7gwwi] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.timeline-preview__item[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dce2dc;
    border-radius: 8px;
    padding: 1.35rem;
}

.timeline-preview__item > p:first-child[b-88ycs7gwwi] {
    color: #1f5f55;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.timeline-preview__item h3[b-88ycs7gwwi],
.skill-group h3[b-88ycs7gwwi] {
    color: #15201f;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.timeline-preview__item span[b-88ycs7gwwi] {
    color: #a6492d;
    display: block;
    font-weight: 800;
    margin-top: 0.25rem;
}

.timeline-preview__item p:last-child[b-88ycs7gwwi] {
    margin: 0.75rem 0 0;
}

.timeline-preview__item ul[b-88ycs7gwwi] {
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.timeline-preview__item li[b-88ycs7gwwi]::marker {
    color: #1f5f55;
}

.skill-grid[b-88ycs7gwwi] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2rem;
}

.skill-group[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    padding: 1.25rem;
}

.skill-group ul[b-88ycs7gwwi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.skill-group li[b-88ycs7gwwi] {
    background: #eef2ed;
    border-radius: 999px;
    color: #2f3d3a;
    font-size: 0.92rem;
    line-height: 1.2;
    padding: 0.45rem 0.7rem;
}

.credential-grid[b-88ycs7gwwi] {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.credential-list[b-88ycs7gwwi] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.credential-card[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dce2dc;
    border-radius: 8px;
    padding: 1.25rem;
}

.credential-card h3[b-88ycs7gwwi] {
    color: #15201f;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0.35rem 0 0;
}

.credential-card p[b-88ycs7gwwi] {
    margin: 0.75rem 0 0;
}

@media (max-width: 900px) {
    .resume-overview[b-88ycs7gwwi],
    .credential-grid[b-88ycs7gwwi] {
        grid-template-columns: 1fr;
    }

    .skill-grid[b-88ycs7gwwi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .skill-grid[b-88ycs7gwwi] {
        grid-template-columns: 1fr;
    }
}
