/* Shared marketing shell — toolkit & contact pages under unified topbar */
body.mkt-page {
    margin: 0;
}

.mkt-site-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#marketing-topbar {
    flex-shrink: 0;
}

#marketing-topbar .home-topbar {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.mkt-site-wrap > .home-shell,
.mkt-site-wrap > .ac-shell,
.mkt-site-wrap > .store-public-shell {
    flex: 1;
}

/* Toolkit: marketing header + catalog workspace */
body.mkt-toolkit-page {
    background: #0f172a;
    color: #e2e8f0;
}

body.mkt-toolkit-page .mkt-site-wrap {
    background: #0f172a;
}

body.mkt-toolkit-page #marketing-topbar .home-topbar {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(180deg, rgba(5, 13, 24, 0.98), rgba(5, 13, 24, 0.88));
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.mkt-toolkit-page .home-shell.store-public-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 0 20px 24px;
}

body.mkt-toolkit-page .store-public-toolkit {
    margin-top: 24px;
    margin-bottom: 0;
}

/* Contact page canvas — see marketing-theme.css */

body.mkt-contact-page #marketing-topbar .home-topbar {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

body.mkt-contact-page .ac-shell {
    width: min(100%, 1120px);
}

body.mkt-contact-page .ac-topbar {
    display: none;
}

/* Shared marketing footer — matches Home page */
#marketing-footer {
    flex-shrink: 0;
}

body.mkt-toolkit-page #marketing-footer {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 0 16px 24px;
}

body.mkt-toolkit-page #marketing-footer .home-footer {
    margin-top: 24px;
    border-top-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
    #marketing-footer .home-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    /* Toolkit: reserve space for shared marketing footer below catalog workspace */
    body.mkt-toolkit-page .mkt-site-wrap {
        height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
    }

    body.mkt-toolkit-page .store-public-shell {
        flex: 1;
        min-height: 0;
        height: auto;
        max-height: none;
    }
}
