/* _content/KatonWedding.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-pav96vbsov] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content[b-pav96vbsov] {
    padding: 1.25rem clamp(1rem, 4vw, 2rem) 2.5rem;
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .main-content[b-pav96vbsov] {
        padding: 2rem clamp(1.5rem, 4vw, 2.5rem) 3rem;
    }
}

.site-footer[b-pav96vbsov] {
    margin-top: auto;
    padding: 2.2rem 1.25rem 1.6rem;
    border-top: 1px solid rgba(115, 132, 110, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(222, 218, 213, 0.65) 100%);
    text-align: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.site-footer-inner[b-pav96vbsov] {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.site-footer-couple[b-pav96vbsov] {
    margin: 0;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.6rem;
    color: #5e6e5a;
    letter-spacing: 0.04em;
}

.site-footer-meta[b-pav96vbsov] {
    margin: 0;
    color: #5b5754;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
}

.site-footer-fine[b-pav96vbsov] {
    margin: 0.4rem 0 0;
    color: #8672a4;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
}

#blazor-error-ui[b-pav96vbsov] {
    background: #f5ede5;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pav96vbsov] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/KatonWedding.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.top-nav[b-nvy98b1qlf] {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem clamp(1rem, 4vw, 2rem);
    background: rgba(248, 246, 243, 0.86);
    border-bottom: 1px solid rgba(115, 132, 110, 0.18);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.brand[b-nvy98b1qlf] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    padding: 0.2rem;
    transition: opacity 140ms ease;
}

    .brand:hover[b-nvy98b1qlf] {
        opacity: 0.85;
    }

    .brand:focus-visible[b-nvy98b1qlf] {
        outline: 2px solid #8672a4;
        outline-offset: 3px;
    }

.brand-mark[b-nvy98b1qlf] {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8c9b86 0%, #73846e 55%, #5e6e5a 100%);
    color: #ffffff;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    box-shadow: 0 6px 14px rgba(115, 132, 110, 0.3);
}

.brand-meta[b-nvy98b1qlf] {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-title[b-nvy98b1qlf] {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 600;
    font-size: 1.18rem;
    letter-spacing: 0.04em;
    color: #3f3c39;
}

.brand-subtitle[b-nvy98b1qlf] {
    margin-top: 0.2rem;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: #8672a4;
}

.link-group[b-nvy98b1qlf] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.link-group[b-nvy98b1qlf]  .nav-link {
    color: #4a4845;
    text-decoration: none;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    font-weight: 500;
    font-size: 0.94rem;
    letter-spacing: 0.01em;
    transition: color 160ms ease, background-color 160ms ease;
}

    .link-group[b-nvy98b1qlf]  .nav-link:hover {
        color: #5e6e5a;
        background: rgba(115, 132, 110, 0.1);
    }

    .link-group[b-nvy98b1qlf]  .nav-link:focus-visible {
        outline: 2px solid #8672a4;
        outline-offset: 3px;
    }

    .link-group[b-nvy98b1qlf]  .nav-link.active {
        color: #ffffff;
        background: #73846e;
        box-shadow: 0 6px 16px rgba(115, 132, 110, 0.32);
    }

.nav-toggle-btn[b-nvy98b1qlf] {
    display: none;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(115, 132, 110, 0.32);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease;
    padding: 0;
}

    .nav-toggle-btn:hover[b-nvy98b1qlf] {
        background: rgba(255, 255, 255, 0.95);
        border-color: rgba(115, 132, 110, 0.55);
    }

    .nav-toggle-btn:focus-visible[b-nvy98b1qlf] {
        outline: 2px solid #8672a4;
        outline-offset: 2px;
    }

.nav-toggle-line[b-nvy98b1qlf] {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #5e6e5a;
    transition: transform 220ms ease, opacity 180ms ease;
}

.nav-toggle-btn[aria-expanded="true"] .nav-toggle-line:nth-child(1)[b-nvy98b1qlf] {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle-btn[aria-expanded="true"] .nav-toggle-line:nth-child(2)[b-nvy98b1qlf] {
    opacity: 0;
    transform: translateX(-6px);
}

.nav-toggle-btn[aria-expanded="true"] .nav-toggle-line:nth-child(3)[b-nvy98b1qlf] {
    transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop[b-nvy98b1qlf] {
    position: fixed;
    inset: 0;
    background: rgba(47, 44, 42, 0.18);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 40;
    animation: nav-backdrop-in-b-nvy98b1qlf 200ms ease forwards;
}

@keyframes nav-backdrop-in-b-nvy98b1qlf {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 760px) {
    .top-nav[b-nvy98b1qlf] {
        padding: 0.7rem 1rem;
    }

    .brand-mark[b-nvy98b1qlf] {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    .brand-title[b-nvy98b1qlf] {
        font-size: 1.05rem;
    }

    .brand-subtitle[b-nvy98b1qlf] {
        font-size: 0.62rem;
        letter-spacing: 0.14em;
    }

    .nav-toggle-btn[b-nvy98b1qlf] {
        display: inline-flex;
    }

    .link-group[b-nvy98b1qlf] {
        position: absolute;
        top: calc(100% + 4px);
        left: 0.75rem;
        right: 0.75rem;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.5rem;
        background: rgba(248, 246, 243, 0.98);
        border: 1px solid rgba(115, 132, 110, 0.2);
        border-radius: 18px;
        box-shadow: 0 18px 40px rgba(47, 44, 42, 0.18);
        backdrop-filter: blur(14px) saturate(120%);
        -webkit-backdrop-filter: blur(14px) saturate(120%);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: transform 220ms cubic-bezier(0.2, 0.65, 0.2, 1), opacity 220ms ease;
        z-index: 60;
    }

        .link-group.open[b-nvy98b1qlf] {
            transform: translateY(0);
            opacity: 1;
            pointer-events: auto;
        }

    .link-group[b-nvy98b1qlf]  .nav-link {
        padding: 0.85rem 1rem;
        border-radius: 12px;
        font-size: 1rem;
        text-align: left;
    }

        .link-group[b-nvy98b1qlf]  .nav-link.active {
            box-shadow: none;
        }
}

@media (max-width: 380px) {
    .brand-meta[b-nvy98b1qlf] {
        display: none;
    }
}
/* _content/KatonWedding.Web/Components/Layout/PrivateLayout.razor.rz.scp.css */
.app-shell[b-hyef6ckcbq] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.main-content[b-hyef6ckcbq] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
}
