/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8o3n2pn5t0] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-8o3n2pn5t0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.frame-container[b-dq7hx5haxr] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd3c0;
}

.hero[b-dq7hx5haxr] {
    position: relative;
    height: 100dvh;
    width: min(480px, 100vw);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f0e4;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.hero-image[b-dq7hx5haxr] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('/images/hero-columns.jpg');
    background-size: cover;
    background-position: center 30%;
    filter: saturate(1.02);
    animation: zoom-slow-b-dq7hx5haxr 20s ease-out forwards;
}

.hero-scrim[b-dq7hx5haxr] {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(255, 250, 238, 0.35) 0%, rgba(255, 250, 238, 0.05) 25%, rgba(255, 250, 238, 0.08) 65%, rgba(255, 246, 230, 0.4) 100%);
}

.card[b-dq7hx5haxr] {
    position: relative;
    z-index: 1;
    margin: 2rem 1.25rem;
    padding: 2.5rem 3rem;
    max-width: 620px;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(255, 250, 241, 0.7));
    border: 1px solid rgba(178, 138, 74, 0.55);
    box-shadow: 0 25px 70px rgba(90, 60, 30, 0.18), inset 0 0 40px rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
}

.corner[b-dq7hx5haxr] {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid #b8863f;
    opacity: 0.9;
}

.corner-tl[b-dq7hx5haxr] {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
}

.corner-tr[b-dq7hx5haxr] {
    top: -1px;
    right: -1px;
    border-left: none;
    border-bottom: none;
}

.corner-bl[b-dq7hx5haxr] {
    bottom: -1px;
    left: -1px;
    border-right: none;
    border-top: none;
}

.corner-br[b-dq7hx5haxr] {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

.content[b-dq7hx5haxr] {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #4a3327;
}

.kicker[b-dq7hx5haxr] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a8763e;
    margin: 0 0 0.9rem;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1s ease forwards 0.2s;
}

.names[b-dq7hx5haxr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1.1s ease forwards 0.5s;
}

.names .name[b-dq7hx5haxr] {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: clamp(2.6rem, 8vw, 4rem);
    line-height: 1.15;
    background: linear-gradient(180deg, #d9a94f, #a8763e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 30px rgba(184, 134, 63, 0.2);
}

.names .amp[b-dq7hx5haxr] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1rem, 2.4vw, 1.3rem);
    color: #a8763e;
    opacity: 0.85;
    margin: -0.1em 0;
}

.divider[b-dq7hx5haxr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 1.1rem auto;
    width: 220px;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1s ease forwards 0.9s;
}

.divider .line[b-dq7hx5haxr] {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #b8863f);
}

.divider .line:last-child[b-dq7hx5haxr] {
    background: linear-gradient(90deg, #b8863f, transparent);
}

.divider .diamond[b-dq7hx5haxr] {
    width: 8px;
    height: 8px;
    background: #b8863f;
    transform: rotate(45deg);
    box-shadow: 0 0 8px rgba(184, 134, 63, 0.5);
    flex-shrink: 0;
}

.date[b-dq7hx5haxr] {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    letter-spacing: 0.12em;
    margin: 0 0 0.35rem;
    color: #4a3327;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1s ease forwards 1.1s;
}

.location[b-dq7hx5haxr] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.05rem, 2.6vw, 1.35rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a8763e;
    margin: 0 0 1.4rem;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1s ease forwards 1.3s;
}

.tagline[b-dq7hx5haxr] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.05rem, 2.8vw, 1.3rem);
    color: #5c4636;
    margin: 0 0 0.75rem;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1s ease forwards 1.5s;
}

.age-note[b-dq7hx5haxr] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    color: #a8763e;
    margin: 0 0 0.75rem;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1s ease forwards 1.65s;
}

.note[b-dq7hx5haxr] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(74, 51, 39, 0.55);
    margin: 0;
    opacity: 0;
    animation: rise-b-dq7hx5haxr 1s ease forwards 1.85s;
}

@keyframes rise-b-dq7hx5haxr {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoom-slow-b-dq7hx5haxr {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .kicker[b-dq7hx5haxr], .names[b-dq7hx5haxr], .divider[b-dq7hx5haxr], .date[b-dq7hx5haxr], .location[b-dq7hx5haxr], .tagline[b-dq7hx5haxr], .age-note[b-dq7hx5haxr], .note[b-dq7hx5haxr] {
        animation: none;
        opacity: 1;
    }

    .hero-image[b-dq7hx5haxr] {
        animation: none;
    }
}

@media (max-width: 480px) {
    .card[b-dq7hx5haxr] {
        margin: 1.5rem 0.75rem;
        padding: 2.5rem 1.5rem;
    }
}
