/* /Components/Enquiries/EnquiryDialog.razor.rz.scp.css */
.enquiry-dialog-body[b-dr8a2krie0] {
    min-width: 0;
    color: #51486f;
}

.enquiry-introduction[b-dr8a2krie0] {
    margin: 0 0 1.25rem;
    color: #625976;
    line-height: 1.6;
}

.enquiry-form[b-dr8a2krie0] {
    display: grid;
    gap: 0.95rem;
}

.enquiry-honeypot[b-dr8a2krie0] {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.enquiry-turnstile[b-dr8a2krie0] {
    min-height: 2rem;
}

.enquiry-privacy-notice[b-dr8a2krie0] {
    margin: -0.25rem 0 0;
    color: #7b7289;
    font-size: 0.75rem;
    line-height: 1.45;
}

.enquiry-privacy-notice a[b-dr8a2krie0],
.enquiry-direct-email[b-dr8a2krie0] {
    color: #7669ad;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.enquiry-error[b-dr8a2krie0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.65rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(165, 94, 133, 0.25);
    border-radius: 0.75rem;
    background: #fff4f8;
    color: #754860;
    font-size: 0.875rem;
}

.enquiry-success[b-dr8a2krie0] {
    padding: 1.25rem 0 0.5rem;
    text-align: center;
}

.enquiry-success-mark[b-dr8a2krie0] {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #e59aba, #ac82d5);
    box-shadow: 0 0.75rem 1.8rem rgba(135, 101, 172, 0.22);
    color: #fff;
    font-size: 1.8rem;
}

.enquiry-success h2[b-dr8a2krie0] {
    margin: 0;
    color: #695b9b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 4vw, 1.85rem);
    font-weight: 500;
}

.enquiry-success p[b-dr8a2krie0] {
    margin: 0.65rem 0 0;
    color: #625976;
}

@media (max-width: 420px) {
    .enquiry-dialog-body[b-dr8a2krie0] {
        font-size: 0.95rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-layout[b-z0z1hgzvcl] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

.site-content[b-z0z1hgzvcl] {
    display: flex;
    flex: 1;
    min-width: 0;
}

.site-footer[b-z0z1hgzvcl] {
    display: flex;
    z-index: 10;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.5rem;
    padding: 0.55rem 1rem;
    border-top: 1px solid #e9dfe8;
    background: #faf5f8;
    color: #756d7f;
    font-size: 0.75rem;
    line-height: 1.35;
    text-align: center;
}

.site-footer a[b-z0z1hgzvcl] {
    color: #70629d;
    text-decoration: underline;
    text-decoration-color: rgba(112, 98, 157, 0.45);
    text-underline-offset: 0.16em;
}

.site-footer a:focus-visible[b-z0z1hgzvcl] {
    border-radius: 0.2rem;
    outline: 2px solid #70629d;
    outline-offset: 3px;
}

@media (max-width: 25rem) {
    .site-footer[b-z0z1hgzvcl] {
        flex-wrap: wrap;
        gap: 0.2rem 0.4rem;
    }
}

#blazor-error-ui[b-z0z1hgzvcl] {
    position: fixed;
    z-index: 2000;
    right: 1rem;
    bottom: 1rem;
    display: none;
    max-width: min(30rem, calc(100vw - 2rem));
    padding: 0.9rem 1rem;
    border: 1px solid rgba(112, 102, 165, 0.24);
    border-radius: 0.75rem;
    background: #fffafc;
    box-shadow: 0 0.75rem 2.5rem rgba(81, 72, 111, 0.2);
    color: #51486f;
}

#blazor-error-ui .reload[b-z0z1hgzvcl] {
    margin-left: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fuphhl2dys],
.components-reconnect-repeated-attempt-visible[b-fuphhl2dys],
.components-reconnect-failed-visible[b-fuphhl2dys],
.components-pause-visible[b-fuphhl2dys],
.components-resume-failed-visible[b-fuphhl2dys],
.components-rejoining-animation[b-fuphhl2dys] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-retrying[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-failed[b-fuphhl2dys],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fuphhl2dys] {
    display: block;
}


#components-reconnect-modal[b-fuphhl2dys] {
    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-fuphhl2dys 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fuphhl2dys 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fuphhl2dys 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fuphhl2dys]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fuphhl2dys 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fuphhl2dys {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fuphhl2dys {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fuphhl2dys {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fuphhl2dys] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.components-reconnect-title[b-fuphhl2dys] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#components-reconnect-modal p[b-fuphhl2dys] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fuphhl2dys] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fuphhl2dys] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fuphhl2dys] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fuphhl2dys] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fuphhl2dys] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fuphhl2dys 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fuphhl2dys] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fuphhl2dys {
    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;
    }
}

@media (prefers-reduced-motion: reduce) {
    #components-reconnect-modal[b-fuphhl2dys] {
        animation: none;
        transition: none;
    }

    #components-reconnect-modal[b-fuphhl2dys]::backdrop,
    .components-rejoining-animation div[b-fuphhl2dys] {
        animation: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-1lr3iore70] {
    --blush: #f3c6ce;
    --lilac: #b88bc9;
    --periwinkle: #7c99d5;
    --ink: #625985;
    position: relative;
    isolation: isolate;
    display: grid;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    place-items: center;
    padding: clamp(1rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 18% 18%, rgba(243, 198, 206, 0.76), transparent 34%),
        radial-gradient(circle at 84% 82%, rgba(124, 153, 213, 0.58), transparent 35%),
        linear-gradient(135deg, #fffaf8 0%, #f9eef3 48%, #eef2ff 100%);
}

.home-page[b-1lr3iore70]::before,
.home-page[b-1lr3iore70]::after {
    position: absolute;
    z-index: -1;
    width: min(35rem, 60vw);
    aspect-ratio: 1;
    border-radius: 50%;
    content: "";
    filter: blur(5rem);
    opacity: 0.32;
    animation: ambient-drift-b-1lr3iore70 18s ease-in-out infinite alternate;
}

.home-page[b-1lr3iore70]::before {
    top: -18rem;
    right: -12rem;
    background: var(--blush);
}

.home-page[b-1lr3iore70]::after {
    bottom: -20rem;
    left: -13rem;
    background: var(--periwinkle);
    animation-delay: -9s;
}

[b-1lr3iore70] .hero-container {
    display: grid;
    width: min(100%, 70rem);
    place-items: center;
}

[b-1lr3iore70] .hero-content {
    width: 100%;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3rem);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: clamp(1.5rem, 4vw, 3rem);
    background: rgba(255, 255, 255, 0.32);
    box-shadow: 0 1.5rem 5rem rgba(99, 86, 139, 0.14);
    backdrop-filter: blur(1rem);
    animation: hero-arrival-b-1lr3iore70 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-logo[b-1lr3iore70] {
    display: block;
    width: min(100%, 42rem);
    height: auto;
    border-radius: clamp(1rem, 3vw, 2rem);
    -webkit-mask-image: radial-gradient(ellipse 52% 52% at center, #000 55%, rgba(0, 0, 0, 0.96) 64%, transparent 100%);
    mask-image: radial-gradient(ellipse 52% 52% at center, #000 55%, rgba(0, 0, 0, 0.96) 64%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    filter: contrast(1.12) saturate(1.12) drop-shadow(0 1.25rem 2.4rem rgba(73, 59, 119, 0.22));
    object-fit: contain;
}

.hero-rule[b-1lr3iore70] {
    width: clamp(4.5rem, 12vw, 8rem);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--lilac), var(--periwinkle), transparent);
}

h1[b-1lr3iore70] {
    margin: 0;
    background: linear-gradient(90deg, #956fbd, #7b89cc 54%, #6f9bd0);
    background-clip: text;
    color: transparent;
    font-family: Baskerville, "Baskerville Old Face", "Bodoni 72", Didot, Georgia, serif;
    font-size: clamp(2.25rem, 5.5vw, 4.75rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-wrap: balance;
}

.hero-description[b-1lr3iore70] {
    max-width: 48rem;
    margin: 0;
    color: #514967;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    text-align: center;
}

[b-1lr3iore70] .enquire-button {
    min-height: 3.25rem;
    padding: 0.9rem 1.9rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #eda7bf, #ad87d8);
    color: #2f2445;
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

[b-1lr3iore70] .enquire-button:hover {
    box-shadow: 0 0.75rem 1.5rem rgba(73, 59, 119, 0.2);
    transform: translateY(-0.125rem);
}

[b-1lr3iore70] .enquire-button:focus-visible {
    outline: 3px solid #2f2445;
    outline-offset: 4px;
}

[b-1lr3iore70] .enquire-button:active {
    transform: translateY(0.125rem);
}

@media (min-width: 40.001rem) and (max-height: 64rem) {
    .home-page[b-1lr3iore70] {
        padding: 0.25rem;
    }

    [b-1lr3iore70] .hero-content {
        gap: 0.25rem;
        padding: 0.375rem 1.5rem;
    }

    .hero-logo[b-1lr3iore70] {
        width: min(100%, clamp(30rem, calc((100dvh - 17.75rem) * 1.5), 42rem));
    }

    h1[b-1lr3iore70] {
        font-size: clamp(2.25rem, 4vw, 3.25rem);
    }

    .hero-description[b-1lr3iore70] {
        font-size: 1rem;
        line-height: 1.4;
    }

    [b-1lr3iore70] .enquire-button {
        padding-block: 0.5rem;
    }
}

@keyframes hero-arrival-b-1lr3iore70 {
    from {
        opacity: 0;
        transform: translateY(1.25rem) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes ambient-drift-b-1lr3iore70 {
    from {
        transform: translate3d(-1rem, -0.5rem, 0) scale(0.96);
    }

    to {
        transform: translate3d(1.5rem, 1rem, 0) scale(1.04);
    }
}

@media (max-width: 40rem) {
    .home-page[b-1lr3iore70] {
        padding: 0.75rem;
    }

    [b-1lr3iore70] .hero-content {
        border-radius: 1.5rem;
    }

    .hero-logo[b-1lr3iore70] {
        max-height: 55dvh;
    }

    h1[b-1lr3iore70] {
        letter-spacing: 0.055em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page[b-1lr3iore70]::before,
    .home-page[b-1lr3iore70]::after,
    [b-1lr3iore70] .hero-content,
    [b-1lr3iore70] .enquire-button {
        animation: none;
        transition: none;
        transform: none;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-page[b-gy9pv1j1dm] {
    --privacy-ink: #51486f;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
    background:
        radial-gradient(circle at 10% 10%, rgba(243, 198, 206, 0.5), transparent 30rem),
        radial-gradient(circle at 90% 90%, rgba(124, 153, 213, 0.35), transparent 32rem),
        linear-gradient(135deg, #fffaf8, #f5f1fb);
    color: var(--privacy-ink);
}

.privacy-content[b-gy9pv1j1dm] {
    width: min(100%, 48rem);
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: clamp(1.25rem, 3vw, 2.25rem);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 1.5rem 4rem rgba(85, 73, 119, 0.12);
}

.privacy-eyebrow[b-gy9pv1j1dm] {
    margin: 0 0 0.5rem;
    color: #8374ae;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

h1[b-gy9pv1j1dm],
h2[b-gy9pv1j1dm] {
    color: #6c609a;
    font-family: Baskerville, "Baskerville Old Face", Georgia, serif;
    font-weight: 500;
}

h1[b-gy9pv1j1dm] {
    margin: 0;
    font-size: clamp(2.5rem, 8vw, 4.25rem);
}

h2[b-gy9pv1j1dm] {
    margin: 2rem 0 0.55rem;
    font-size: clamp(1.3rem, 4vw, 1.65rem);
}

p[b-gy9pv1j1dm] {
    margin: 0;
    line-height: 1.75;
}

.privacy-updated[b-gy9pv1j1dm] {
    margin-top: 0.4rem;
    color: #827a8c;
    font-size: 0.8rem;
}

a[b-gy9pv1j1dm] {
    color: #705fa8;
    text-decoration: underline;
    text-underline-offset: 0.17em;
}

a:focus-visible[b-gy9pv1j1dm] {
    border-radius: 0.2rem;
    outline: 3px solid rgba(112, 95, 168, 0.5);
    outline-offset: 3px;
}

.privacy-home-link[b-gy9pv1j1dm] {
    display: inline-block;
    margin-top: 2.5rem;
    font-weight: 700;
}
