/* /Layout/Footer.razor.rz.scp.css */
.aa-footer[b-w3xwbcu5rl] {
    background: #191d24;
    color: #F5F1E6;
    font-family: "Cormorant Garamond", serif; /* Normal readable font */
    padding-top:2rem;
}

.footer-title[b-w3xwbcu5rl] {
    font-family: "Mr De Haviland", cursive; /* ONLY the business name */
    font-size: 3rem;
    margin-bottom: 1rem;
}

.footer-tagline[b-w3xwbcu5rl],
.footer-heading[b-w3xwbcu5rl],
.footer-links[b-w3xwbcu5rl],
.footer-bottom[b-w3xwbcu5rl] {
    font-family: "Cormorant Garamond", serif; /* Normal everywhere else */
}

.footer-tagline[b-w3xwbcu5rl] {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}

.footer-heading[b-w3xwbcu5rl] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
}

.footer-links[b-w3xwbcu5rl] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-w3xwbcu5rl] {
        margin-bottom: 0.75rem;
    }

    .footer-links[b-w3xwbcu5rl]  a {
        text-decoration: none;
        color: #F5F1E6;
        transition: color 0.3s ease;
    }

        .footer-links[b-w3xwbcu5rl]  a:hover {
            color: #B08D57;
        }


.footer-bottom[b-w3xwbcu5rl] {
    border-top: 1px solid rgba(245, 241, 230, 0.9);
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.9;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vvqztx48wv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vvqztx48wv] {
    flex: 1;
}

.sidebar[b-vvqztx48wv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vvqztx48wv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vvqztx48wv]  a, .top-row[b-vvqztx48wv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vvqztx48wv]  a:hover, .top-row[b-vvqztx48wv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vvqztx48wv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vvqztx48wv] {
        justify-content: space-between;
    }

    .top-row[b-vvqztx48wv]  a, .top-row[b-vvqztx48wv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vvqztx48wv] {
        flex-direction: row;
    }

    .sidebar[b-vvqztx48wv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vvqztx48wv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vvqztx48wv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vvqztx48wv], article[b-vvqztx48wv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
:root[b-5yoc2o1kcc] {
    --easing: cubic-bezier(0.5, 0, 0.5, 1);
    --duration: 0.8s;
    --menu-item-duration: 0.4s;
    --hover-duration: 0.3s;
}
#site[b-5yoc2o1kcc]::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("https://augustandalmas.blob.core.windows.net/home/AA-Logo.jpg") center center no-repeat;
    background-size: 40vmin;
    opacity: 0.04;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

#site[data-menu][b-5yoc2o1kcc]::before {
    opacity: 0;
}

body:not([data-menu]) .site-menu[b-5yoc2o1kcc] {
    pointer-events: none;
}
body[data-menu][b-5yoc2o1kcc] {
    overflow: hidden;
}
/* ===============================
         MENU PANEL
      ================================= */
.site-menu[b-5yoc2o1kcc] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    z-index: 99;
    overflow: hidden;
    font-family: "Mr De Haviland", cursive;
}

/* Sliding panels */
.site-menu[b-5yoc2o1kcc]::before,
.site-menu[b-5yoc2o1kcc]::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 50%;
    background: #191d24;
    transition: transform var(--duration) var(--easing);
    z-index: -1;
}

.site-menu[b-5yoc2o1kcc]::after {
    left: 50%;
}

/* Menu content */
.menu-items[b-5yoc2o1kcc] {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10vw;
    list-style: none;
    margin: 0;
}

.menu-item[b-5yoc2o1kcc] {
    position: relative; /* <-- THIS was missing */
    font-size: 8vmin;
    color:#f5f1e6;
    margin: 1rem 0;
    cursor: pointer;
    transition: transform var(--menu-item-duration) ease, opacity var(--menu-item-duration) linear;
}

    .menu-item[data-active][b-5yoc2o1kcc] {
        -webkit-text-fill-color: white;
    }

    .menu-item[b-5yoc2o1kcc]::before {
        content: "";
        position: absolute;
        bottom: 0; /* anchor underline to bottom */
        left: 0; /* anchor to left edge */
        width: 100%;
        height: 0.5rem;
        background: white;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform var(--hover-duration) ease;
    }

    .menu-item:hover[b-5yoc2o1kcc]::before {
        transform: scaleX(1); /* <-- change from -1 */
        transform-origin: left;
    }
    .menu-item a[b-5yoc2o1kcc] {
        text-decoration: none !important;
        color: inherit !important;
        display: block;
    }

        .menu-item a:visited[b-5yoc2o1kcc],
        .menu-item a:active[b-5yoc2o1kcc],
        .menu-item a:focus[b-5yoc2o1kcc] {
            text-decoration: none !important;
            color: inherit !important;
        }
.closeOnClick[b-5yoc2o1kcc]{
    color:bisque !important;
    text-decoration:none !important;
}
/* Menu Title */
.menu-title[b-5yoc2o1kcc] {
    font-family: "Mr De Haviland", cursive;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10vw;
    font-weight: 500;
    color: #F5F1E6;
    padding-right: 4rem;
}

    .menu-title span[b-5yoc2o1kcc] {
        line-height: 0.8;
        transition: transform var(--duration) var(--easing), opacity var(--duration) linear;
    }

/* ===============================
   CLOSED STATE
================================= */

body:not([data-menu]) .site-menu[b-5yoc2o1kcc]::before {
    transform: translateY(-100%);
}

body:not([data-menu]) .site-menu[b-5yoc2o1kcc]::after {
    transform: translateY(100%);
}

body:not([data-menu]) .menu-item[b-5yoc2o1kcc] {
    opacity: 0;
    transform: translateX(-100%);
    transition-delay: calc(100ms * (var(--total) - var(--i)));
}

body:not([data-menu]) .menu-title span[b-5yoc2o1kcc] {
    opacity: 0;
    transform: translateX(-50%);
}

    body:not([data-menu]) .menu-title span:nth-child(even)[b-5yoc2o1kcc] {
        transform: translateX(50%);
    }


/* ===============================
   OPEN STATE
================================= */

body[data-menu] .site-menu[b-5yoc2o1kcc]::before,
body[data-menu] .site-menu[b-5yoc2o1kcc]::after {
    transform: none;
}

body[data-menu] .menu-item[b-5yoc2o1kcc] {
    opacity: 1;
    transform: none;
    transition-delay: calc((var(--duration) / 2) + (100ms * var(--i)));
}

body[data-menu] .menu-title span[b-5yoc2o1kcc] {
    opacity: 1;
    transform: none;
}

.menu-button[b-5yoc2o1kcc] {
    background: transparent;
    position:fixed;
    border: none;
    color: white;
    font-size: 8vmin;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    .menu-button:hover[b-5yoc2o1kcc] {
        opacity: 1;
    }

    .menu-button[b-5yoc2o1kcc]::before {
        content: "≡";
    }
.overlay[b-5yoc2o1kcc] {
    background: rgba(62, 44, 35, 0.75);
    color: #F4EBDD;
    padding: 3rem;
    text-align: center;
}

    .overlay h1[b-5yoc2o1kcc] {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .overlay p[b-5yoc2o1kcc] {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }

.btn[b-5yoc2o1kcc] {
    background: #B08D57;
    color: white;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.3s ease;
}

    .btn:hover[b-5yoc2o1kcc] {
        background: #8C6B3E;
    }

