/* /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: 'Autography',serif; /* 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;

}
/* Background logo fade */
#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.05;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

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

/* Lock scroll when open */
body[data-menu][b-5yoc2o1kcc] {
    overflow: hidden;
}
body:not([data-menu]) .site-menu[b-5yoc2o1kcc] {
    pointer-events: none;
}
/* ===============================
   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;*/
}

    /* Groovy gradient sliding panels */
    .site-menu[b-5yoc2o1kcc]::before,
    .site-menu[b-5yoc2o1kcc]::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 50%;
        background: var(--bg-dark); /* solid color */
        transition: transform 0.8s cubic-bezier(0.5,0,0.5,1);
        z-index: -1;
    }

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

/* ===============================
   MENU ITEMS
================================= */

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

.menu-item[b-5yoc2o1kcc] {
    position: relative;
    font-family: 'Autography',serif;
    font-size: 8vmin;
    color: var(--text-light);
    margin: 1rem 0;
    cursor: pointer;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

    /* Retro underline */
    .menu-item[b-5yoc2o1kcc]::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--accent);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .menu-item:hover[b-5yoc2o1kcc]::before {
        transform: scaleX(1);
    }

    /* Avocado hover color shift */
    .menu-item:hover[b-5yoc2o1kcc] {
        color: var(--accent-soft);
    }

    /* Kill Bootstrap link garbage */
    .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;
        }

/* REMOVE THIS ENTIRELY */
.closeOnClick[b-5yoc2o1kcc] {
    color: inherit !important;
}

/* ===============================
   MENU TITLE
================================= */

.menu-title[b-5yoc2o1kcc] {
    display: flex;
    font-family: 'Autography',serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10vw;
    padding-right: 4rem;
}

    .menu-title span[b-5yoc2o1kcc] {
        line-height: 1;
        transition: transform 0.8s ease, opacity 0.8s ease;
    }

        /* Groovy color split */
        .menu-title span:nth-child(1)[b-5yoc2o1kcc] {
            color: var(--bg-panel);
        }

        .menu-title span:nth-child(2)[b-5yoc2o1kcc] {
            color: #137d48;
        }

        .menu-title span:nth-child(3)[b-5yoc2o1kcc] {
            color: var(--bg-panel);
        }

/* ===============================
   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%);
}

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

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


/* ===============================
   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;
}

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

/* ===============================
   MENU BUTTON
================================= */

.menu-button[b-5yoc2o1kcc] {
    background: transparent;
    position: fixed;
    border: none;
    color: var(--text-light);
    font-size: 8vmin;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

    .menu-button:hover[b-5yoc2o1kcc] {
        opacity: 1;
        transform: rotate(90deg);
    }

    .menu-button[b-5yoc2o1kcc]::before {
        content: "≡";
    }

/* ===============================
   BUTTONS (Global)
================================= */

.btn[b-5yoc2o1kcc] {
    background: var(--accent);
    color: var(--text-light);
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease;
}

    .btn:hover[b-5yoc2o1kcc] {
        background: var(--accent-soft);
        color: var(--text-light);
    }

@media (max-width: 768px) {

    .menu-button[b-5yoc2o1kcc] {
        font-size: 14vmin; /* bigger icon */
        top: 1.2rem; /* optional: adjust position */
        right: 1.2rem;
    }

    .menu-title[b-5yoc2o1kcc] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 14vw;
        padding-right: 0rem;
    }
        .menu-title span[b-5yoc2o1kcc] {
            line-height: 1;
            transition: transform 0.8s ease, opacity 0.8s ease;
        }

            /* Groovy color split */
            .menu-title span:nth-child(1)[b-5yoc2o1kcc] {
                color: var(--bg-panel);
            }

            .menu-title span:nth-child(2)[b-5yoc2o1kcc] {
                color: #137d48;
            }

            .menu-title span:nth-child(3)[b-5yoc2o1kcc] {
                color: var(--bg-panel);
            }

    .menu-item[b-5yoc2o1kcc] {
        position: relative;
        font-size: 10vmin;
        color: var(--text-light);
        margin: 1rem 0;
        cursor: pointer;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
}
