@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&family=Manrope:wght@200..800&display=swap');

/* ==========================================================================
   GUSTI GIUSTI — MENU THEME V6
   Clean rebuild from zero.
   Premium gourmet pizzeria / matte black + cream.
   ========================================================================== */

body[data-theme="gusti-giusti"] {
    --gg-black: #000000;
    --gg-surface: #0e0e0e;
    --gg-surface-2: #171717;
    --gg-surface-3: #202020;
    --gg-thumb: #272727;

    --gg-cream: #f0e9cd;
    --gg-cream-2: #d8cfb2;
    --gg-white: #f6f5f1;

    --gg-text: #f0e9cd;
    --gg-muted: #aaa590;
    --gg-muted-2: #7f7b6d;

    --gg-line: #272727;
    --gg-line-soft: #1c1c1c;

    --gg-radius-xs: 8px;
    --gg-radius-sm: 12px;
    --gg-radius: 16px;
    --gg-radius-lg: 20px;
    --gg-pill: 999px;

    --gg-ease: cubic-bezier(.2,.8,.2,1);
    --gg-ease-out: cubic-bezier(.16,1,.3,1);

    --bg: var(--gg-black);
    --text: var(--gg-text);
    --muted: var(--gg-muted);
    --card: var(--gg-surface);
    --glass: var(--gg-surface);
    --line: var(--gg-line);
    --line2: var(--gg-line-soft);
    --accent: var(--gg-cream);
    --accent2: var(--gg-white);

    --space-page-accent: var(--gg-cream);
    --space-tag-icon-color: var(--gg-cream);

    --space-menu-tab-active-bg: var(--gg-cream);
    --space-menu-tab-active-color: #090909;
    --space-menu-tab-active-border: 1px solid var(--gg-cream);
    --space-menu-tab-active-shadow: none;
    --space-menu-tab-active-radius: var(--gg-pill);
    --space-menu-search-tab-size: 42px;

    margin: 0 !important;
    background: #000 !important;
    color: var(--gg-text) !important;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body[data-theme="gusti-giusti"] *,
body[data-theme="gusti-giusti"] *::before,
body[data-theme="gusti-giusti"] *::after {
    box-sizing: border-box;
}

body[data-theme="gusti-giusti"] button,
body[data-theme="gusti-giusti"] input,
body[data-theme="gusti-giusti"] select,
body[data-theme="gusti-giusti"] textarea {
    font: inherit;
}

body[data-theme="gusti-giusti"] h1,
body[data-theme="gusti-giusti"] h2,
body[data-theme="gusti-giusti"] h3,
body[data-theme="gusti-giusti"] .menuModalTitle,
body[data-theme="gusti-giusti"] .menuInfoModalTitle,
body[data-theme="gusti-giusti"] .customerOrderSheetTitle,
body[data-theme="gusti-giusti"] .aiWaiterTitle,
body[data-theme="gusti-giusti"] #reservationTitle {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
    
    font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body[data-theme="gusti-giusti"] .wrap {
    width: min(100%, 780px);
    margin: 0 auto !important;
    padding: 10px 14px !important;
}

/* ==========================================================================
   MINI HEADER
   ========================================================================== */

body[data-theme="gusti-giusti"] .miniInner {
    width: min(750px, calc(100% - 18px));
    min-height: 56px;
    background: var(--gg-surface) !important;
    color: var(--gg-text) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-radius) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .miniLeft {
    gap: 9px !important;
}

body[data-theme="gusti-giusti"] .miniLogo {
    width: 72px !important;
    height: 42px !important;
    min-width: 72px !important;
    min-height: 42px !important;
    flex: 0 0 72px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .miniLogo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: transparent !important;
    border: 0 !important;
}

body[data-theme="gusti-giusti"] .miniTitle b {
    color: var(--gg-white) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

body[data-theme="gusti-giusti"] .miniTitle span {
    color: var(--gg-muted) !important;
    font-size: .61rem !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body[data-theme="gusti-giusti"] .miniPill,
body[data-theme="gusti-giusti"] #miniScrollTop {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border: 0 !important;
    border-radius: var(--gg-pill) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .miniDot {
    background: #090909 !important;
}

body[data-theme="gusti-giusti"] .miniHeader + .wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ==========================================================================
   HERO
   ========================================================================== */

body[data-theme="gusti-giusti"] .hero {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
    color: var(--gg-text) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #2a2a2a;
    pointer-events: none;
    z-index: 5;
}

body[data-theme="gusti-giusti"] .cover {
    position: relative !important;
    height: clamp(220px, 28vh, 270px) !important;
    min-height: 220px !important;
    max-height: 270px !important;
    overflow: hidden !important;
    background: #000 !important;
}

body[data-theme="gusti-giusti"] .coverMedia,
body[data-theme="gusti-giusti"] .coverMedia img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body[data-theme="gusti-giusti"] .coverMedia img {
    object-fit: cover !important;
    object-position: center !important;
    filter: brightness(.68) saturate(.9) contrast(1.02) !important;
}

body[data-theme="gusti-giusti"] .coverOverlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0,0,0,.34) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .coverBottom {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 4 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 12px 16px 12px !important;
}

body[data-theme="gusti-giusti"] .brandBadge {
    position: static !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .brandText {
    display: none !important;
}

body[data-theme="gusti-giusti"] .logo {
    width: clamp(142px, 25vw, 195px) !important;
    height: clamp(76px, 13vw, 106px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: left bottom !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    filter: none !important;
}

body[data-theme="gusti-giusti"] .coverChargeBox {
    position: static !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 112px !important;
    max-width: 160px !important;
    margin: 0 0 1px auto !important;
    padding: 0 0 0 10px !important;
    color: var(--gg-white) !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid var(--gg-cream) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .coverChargeMain {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: end !important;
    gap: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
}

body[data-theme="gusti-giusti"] .coverChargeLabel {
    color: var(--gg-cream-2) !important;
    font-size: .56rem !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body[data-theme="gusti-giusti"] .coverChargeValue,
body[data-theme="gusti-giusti"] .coverChargeBox strong {
    color: var(--gg-white) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    line-height: .9 !important;
    white-space: nowrap !important;
}

body[data-theme="gusti-giusti"] .coverChargeNote {
    margin: 4px 0 0 !important;
    color: var(--gg-muted) !important;
    font-size: .72rem !important;
    line-height: 1.15 !important;
}

/* ==========================================================================
   LANGUAGE
   ========================================================================== */

body[data-theme="gusti-giusti"] .langTrigger,
body[data-theme="gusti-giusti"] .langDropdown {
    color: var(--gg-text) !important;
    background: var(--gg-surface) !important;
    border: 1px solid var(--gg-line) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .langTrigger {
    border-radius: var(--gg-pill) !important;
}

body[data-theme="gusti-giusti"] .langDropdown {
    border-radius: var(--gg-radius) !important;
}

body[data-theme="gusti-giusti"] .langOption:hover,
body[data-theme="gusti-giusti"] .langOption.is-active {
    background: var(--gg-surface-2) !important;
}

/* ==========================================================================
   DOCK / SEARCH
   ========================================================================== */

body[data-theme="gusti-giusti"] .dock {
    position: sticky;
    top: calc(env(safe-area-inset-top) + 82px);
    z-index: 500;
    margin: 8px 0 18px !important;
    padding: 7px !important;
    background: #000 !important;
    border: 1px solid var(--gg-line-soft) !important;
    border-radius: var(--gg-radius) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .tabRow {
    gap: 6px !important;
    padding: 0 !important;
    scrollbar-width: none;
}

body[data-theme="gusti-giusti"] .tabRow::-webkit-scrollbar {
    display: none;
}

body[data-theme="gusti-giusti"] .tab {
    min-height: 36px;
    padding: 7px 12px !important;
    color: var(--gg-text) !important;
    background: var(--gg-surface) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-pill) !important;
    font-size: .73rem !important;
    font-weight: 700 !important;
    transition:
        transform .22s var(--gg-ease),
        background-color .22s ease,
        color .22s ease,
        border-color .22s ease !important;
}

body[data-theme="gusti-giusti"] .tab:hover {
    transform: translateY(-1px);
    background: var(--gg-surface-2) !important;
    border-color: #3b3b3b !important;
}

body[data-theme="gusti-giusti"] .tab.is-active {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border-color: var(--gg-cream) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .searchRow {
    padding: 6px 0 0 !important;
}

body[data-theme="gusti-giusti"] .search {
    min-height: 42px;
    padding: 9px 12px !important;
    color: var(--gg-text) !important;
    background: var(--gg-surface) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-radius-sm) !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color .2s ease, background-color .2s ease !important;
}

body[data-theme="gusti-giusti"] .search:focus {
    background: var(--gg-surface-2) !important;
    border-color: #4b493f !important;
}

body[data-theme="gusti-giusti"] .search::placeholder {
    color: var(--gg-muted-2) !important;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */

body[data-theme="gusti-giusti"] .section {
    margin-top: 24px !important;
}

body[data-theme="gusti-giusti"] .sectionHead {
    display: block !important;
    margin: 0 0 9px !important;
    padding: 0 1px 8px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--gg-line) !important;
}

body[data-theme="gusti-giusti"] .sectionHead::before,
body[data-theme="gusti-giusti"] .sectionHead::after {
    display: none !important;
}

body[data-theme="gusti-giusti"] .sectionHead b {
    display: block;
    color: var(--gg-white) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(1.4rem, 5vw, 2rem) !important;
    line-height: .98 !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
}

body[data-theme="gusti-giusti"] .sectionHead small {
    display: block;
    margin-top: 4px !important;
    color: var(--gg-muted) !important;
    font-size: .79rem !important;
    line-height: 1.3 !important;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */

body[data-theme="gusti-giusti"] .item,
body[data-theme="gusti-giusti"] .menu-item {
    position: relative;
    gap: 10px !important;
    margin: 0 0 8px !important;
    padding: 10px !important;
    background: var(--gg-surface) !important;
    color: var(--gg-text) !important;
    border: 1px solid var(--gg-line-soft) !important;
    border-radius: var(--gg-radius-sm) !important;
    box-shadow: none !important;
    transition:
        transform .24s var(--gg-ease-out),
        background-color .22s ease,
        border-color .22s ease !important;
    will-change: transform;
}

body[data-theme="gusti-giusti"] .item:hover,
body[data-theme="gusti-giusti"] .menu-item:hover {
    transform: translateY(-2px) !important;
    background: var(--gg-surface-2) !important;
    border-color: var(--gg-line) !important;
}

body[data-theme="gusti-giusti"] .thumb {
    width: 80px !important;
    height: 80px !important;
    flex: 0 0 80px !important;
    overflow: hidden !important;
    background: #272727 !important;
    border: 1px solid #303030 !important;
    border-radius: var(--gg-radius-sm) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body[data-theme="gusti-giusti"] .name {
    color: var(--gg-white) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 1.14rem !important;
    font-weight: 700 !important;
    line-height: 1.02 !important;
}

body[data-theme="gusti-giusti"] .price {
    color: var(--gg-cream) !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: .93rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

body[data-theme="gusti-giusti"] .desc {
    margin-top: 4px !important;
    color: var(--gg-muted) !important;
    font-size: .73rem !important;
    line-height: 1.4 !important;
}

body[data-theme="gusti-giusti"] .itemMeta {
    margin-top: 8px !important;
    padding-top: 7px !important;
    border-top: 1px solid var(--gg-line-soft) !important;
}

body[data-theme="gusti-giusti"] .itemMeta .chip {
    color: var(--gg-text) !important;
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-pill) !important;
}

body[data-theme="gusti-giusti"] svg.menu-tag-icon {
    color: currentColor !important;
}

/* ==========================================================================
   APP BAR
   ========================================================================== */

body[data-theme="gusti-giusti"] .menuAppBar {
    color: var(--gg-text) !important;
    background: #080808 !important;
    border: 1px solid var(--gg-line-soft) !important;
    border-bottom: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .menuAppBarBtn,
body[data-theme="gusti-giusti"] #appBarCallBtn {
    color: var(--gg-text) !important;
    border-radius: var(--gg-radius-sm) !important;
    transition: transform .2s var(--gg-ease), background-color .2s ease !important;
}

body[data-theme="gusti-giusti"] .menuAppBarBtn:active,
body[data-theme="gusti-giusti"] #appBarCallBtn:active {
    transform: scale(.96);
}

body[data-theme="gusti-giusti"] .menuAppBarBtn.is-primary,
body[data-theme="gusti-giusti"] .menuAppBarBtn.is-accent {
    color: #090909 !important;
    background: var(--gg-cream) !important;
}

/* ==========================================================================
   PRODUCT MODAL: CENTERED
   ========================================================================== */

body[data-theme="gusti-giusti"] .menuModalBackdrop {
    background: rgba(0,0,0,.72) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .menuModalPanel {
    background: var(--gg-surface) !important;
    color: var(--gg-text) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-radius-lg) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .menuModalHero {
    background: var(--gg-thumb) !important;
    border-bottom: 1px solid var(--gg-line) !important;
}

body[data-theme="gusti-giusti"] .menuModalHeroOverlay {
    background: rgba(0,0,0,.20) !important;
}

body[data-theme="gusti-giusti"] .menuModalPhotoPlaceholder {
    color: var(--gg-cream) !important;
    background: var(--gg-thumb) !important;
}

body[data-theme="gusti-giusti"] .menuModalTitle,
body[data-theme="gusti-giusti"] #menuModalTitle {
    color: var(--gg-white) !important;
    text-shadow: none !important;
}

body[data-theme="gusti-giusti"] .menuModalPrice,
body[data-theme="gusti-giusti"] #menuModalPrice {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border-radius: var(--gg-pill) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .menuModalContent {
    background: var(--gg-surface) !important;
    color: var(--gg-text) !important;
}

body[data-theme="gusti-giusti"] .menuModalDesc,
body[data-theme="gusti-giusti"] #menuModalDescription {
    color: var(--gg-muted) !important;
    border-left: 2px solid var(--gg-cream) !important;
}

body[data-theme="gusti-giusti"] .menuModalGroup,
body[data-theme="gusti-giusti"] .menuModalOptionGroup {
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-radius-sm) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .menuModalGroupHead {
    background: var(--gg-surface-3) !important;
}

body[data-theme="gusti-giusti"] .menuModalOption:hover {
    background: var(--gg-surface-3) !important;
}

/* ==========================================================================
   SHARED BOTTOM SHEETS
   INFO / RESERVATIONS / ORDER / AI
   ========================================================================== */

body[data-theme="gusti-giusti"] .menuInfoModalBackdrop,
body[data-theme="gusti-giusti"] .reservationBackdrop,
body[data-theme="gusti-giusti"] .customerOrderSheetBackdrop,
body[data-theme="gusti-giusti"] .aiWaiterSheetBackdrop {
    background: rgba(0,0,0,.74) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .menuInfoModalPanel,
body[data-theme="gusti-giusti"] .reservationPanel,
body[data-theme="gusti-giusti"] .customerOrderSheetPanel,
body[data-theme="gusti-giusti"] .aiWaiterSheetPanel {
    background: var(--gg-surface) !important;
    color: var(--gg-text) !important;
    border: 1px solid var(--gg-line) !important;
    border-bottom: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body[data-theme="gusti-giusti"] .menuInfoCard,
body[data-theme="gusti-giusti"] .customerOrderEmpty,
body[data-theme="gusti-giusti"] .customerOrderRow {
    background: var(--gg-surface-2) !important;
    color: var(--gg-text) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-radius-sm) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .reservationPanel input,
body[data-theme="gusti-giusti"] .reservationPanel select,
body[data-theme="gusti-giusti"] .reservationPanel textarea,
body[data-theme="gusti-giusti"] .aiWaiterInput {
    color: var(--gg-text) !important;
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    box-shadow: none !important;
    outline: none !important;
}

body[data-theme="gusti-giusti"] .reservationSlot {
    color: var(--gg-text) !important;
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    border-radius: var(--gg-pill) !important;
}

body[data-theme="gusti-giusti"] .reservationSlot.is-active,
body[data-theme="gusti-giusti"] .reservationSlot.selected {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border-color: var(--gg-cream) !important;
}

/* ==========================================================================
   AI WAITER
   ========================================================================== */

body[data-theme="gusti-giusti"] {
    --ai-cyan: var(--gg-cream) !important;
    --ai-blue: var(--gg-cream) !important;
    --ai-dark-bg: var(--gg-surface) !important;
    --ai-border: var(--gg-line) !important;
}

body[data-theme="gusti-giusti"] .aiWaiterFab {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border: 0 !important;
    box-shadow: none !important;
    transition:
        transform .28s var(--gg-ease-out),
        width .42s var(--gg-ease-out),
        padding .42s var(--gg-ease-out) !important;
}

body[data-theme="gusti-giusti"] .aiWaiterFab:hover {
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .aiWaiterHead,
body[data-theme="gusti-giusti"] .aiWaiterFoot,
body[data-theme="gusti-giusti"] .aiWaiterQuickWrap {
    background: var(--gg-surface) !important;
    border-color: var(--gg-line-soft) !important;
}

body[data-theme="gusti-giusti"] .aiWaiterBody {
    background: #000 !important;
}

body[data-theme="gusti-giusti"] .aiWaiterMsg.is-ai .aiWaiterBubble {
    color: var(--gg-text) !important;
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .aiWaiterMsg.is-user .aiWaiterBubble {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border: 0 !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .aiWaiterQuickBtn,
body[data-theme="gusti-giusti"] .aiWaiterActionBtn {
    color: var(--gg-text) !important;
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    box-shadow: none !important;
    transition:
        transform .2s var(--gg-ease),
        background-color .2s ease,
        color .2s ease !important;
}

body[data-theme="gusti-giusti"] .aiWaiterQuickBtn:active,
body[data-theme="gusti-giusti"] .aiWaiterActionBtn:active {
    transform: scale(.97) !important;
}

body[data-theme="gusti-giusti"] .aiWaiterProductCard,
body[data-theme="gusti-giusti"] .aiWaiterSuggestedCard {
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .aiWaiterProductImg {
    background: var(--gg-thumb) !important;
    border: 1px solid #303030 !important;
}

/* Send button / arrow */
body[data-theme="gusti-giusti"] .aiWaiterForm {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 8px !important;
    align-items: end !important;
}

body[data-theme="gusti-giusti"] .aiWaiterInput {
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
    transition:
        background-color .2s ease,
        border-color .2s ease !important;
}

body[data-theme="gusti-giusti"] .aiWaiterInput:focus {
    background: var(--gg-surface-3) !important;
    border-color: #4a473d !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] .aiWaiterSend {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #090909 !important;
    background: var(--gg-cream) !important;
    box-shadow: none !important;
    transform: none !important;
    transition:
        transform .18s var(--gg-ease),
        background-color .18s ease,
        opacity .18s ease !important;
}

body[data-theme="gusti-giusti"] .aiWaiterSend svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    transform: translate(1px, -1px) !important;
    fill: none !important;
    stroke: #090909 !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

body[data-theme="gusti-giusti"] .aiWaiterSend:active {
    transform: scale(.94) !important;
}

body[data-theme="gusti-giusti"] .aiWaiterSend[disabled] {
    opacity: .38 !important;
}

/* ==========================================================================
   CLOSE BUTTONS / CTA
   ========================================================================== */

body[data-theme="gusti-giusti"] .spaceModalClose,
body[data-theme="gusti-giusti"] .menuModalClose,
body[data-theme="gusti-giusti"] .aiWaiterCloseBtn {
    color: var(--gg-cream) !important;
    background: var(--gg-surface-2) !important;
    border: 1px solid var(--gg-line) !important;
    box-shadow: none !important;
}

body[data-theme="gusti-giusti"] #r_submit,
body[data-theme="gusti-giusti"] .reservationActionBtn,
body[data-theme="gusti-giusti"] .menuInfoLink,
body[data-theme="gusti-giusti"] .menuInfoLinkBtn,
body[data-theme="gusti-giusti"] .customerOrderBtnPrimary {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border: 0 !important;
    border-radius: var(--gg-pill) !important;
    box-shadow: none !important;
    font-weight: 800 !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

body[data-theme="gusti-giusti"] > .space-public-footer {
    margin-top: 46px !important;
    background: #050505 !important;
    color: var(--gg-muted) !important;
    border-top: 1px solid var(--gg-line-soft) !important;
}

body[data-theme="gusti-giusti"] > .space-public-footer .space-public-footer__cta {
    background: var(--gg-surface) !important;
    border-color: var(--gg-line) !important;
    border-radius: var(--gg-radius) !important;
}

body[data-theme="gusti-giusti"] > .space-public-footer .space-public-footer__join {
    color: #090909 !important;
    background: var(--gg-cream) !important;
    border: 0 !important;
    border-radius: var(--gg-pill) !important;
}

/* ==========================================================================
   MOBILE MODAL GEOMETRY
   ========================================================================== */

@media (max-width: 640px) {

    body[data-theme="gusti-giusti"] .menuModal {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100dvh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 12px 10px !important;
        overflow: hidden !important;
    }

    body[data-theme="gusti-giusti"] .menuModalPanel {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: min(calc(100vw - 20px), 620px) !important;
        max-width: 620px !important;
        max-height: calc(100dvh - 24px) !important;
        margin: auto !important;
        transform: none !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    body[data-theme="gusti-giusti"] .menuInfoModal,
    body[data-theme="gusti-giusti"] .reservationModal,
    body[data-theme="gusti-giusti"] .reservationSheet,
    body[data-theme="gusti-giusti"] .customerOrderSheet,
    body[data-theme="gusti-giusti"] .aiWaiterSheet {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100dvh !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 10px !important;
        overflow: hidden !important;
    }

    body[data-theme="gusti-giusti"] .menuInfoModalPanel,
    body[data-theme="gusti-giusti"] .reservationPanel,
    body[data-theme="gusti-giusti"] .customerOrderSheetPanel,
    body[data-theme="gusti-giusti"] .aiWaiterSheetPanel {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: 0 !important;
        left: auto !important;
        width: min(calc(100vw - 20px), 620px) !important;
        max-width: 620px !important;
        min-width: 0 !important;
        max-height: min(90dvh, 820px) !important;
        margin: 0 auto !important;
        transform: translateY(14px) !important;
        opacity: 0;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        transition:
            transform .34s var(--gg-ease-out),
            opacity .24s ease !important;
    }

    body[data-theme="gusti-giusti"] .menuInfoModal.is-open .menuInfoModalPanel,
    body[data-theme="gusti-giusti"] .reservationModal.is-open .reservationPanel,
    body[data-theme="gusti-giusti"] .reservationSheet.is-open .reservationPanel,
    body[data-theme="gusti-giusti"] .customerOrderSheet.is-open .customerOrderSheetPanel,
    body[data-theme="gusti-giusti"] .aiWaiterSheet.is-open .aiWaiterSheetPanel {
        transform: translateY(0) !important;
        opacity: 1;
    }

    body[data-theme="gusti-giusti"] .aiWaiterSheetPanel {
        height: min(88dvh, 780px) !important;
    }
}

/* ==========================================================================
   MOBILE DENSITY
   ========================================================================== */

@media (max-width: 520px) {
    body[data-theme="gusti-giusti"] .cover {
        height: 214px !important;
        min-height: 214px !important;
        max-height: 214px !important;
    }

    body[data-theme="gusti-giusti"] .coverBottom {
        gap: 10px !important;
        padding: 10px 13px 10px !important;
    }

    body[data-theme="gusti-giusti"] .logo {
        width: clamp(126px, 39vw, 166px) !important;
        height: clamp(68px, 21vw, 90px) !important;
    }

    body[data-theme="gusti-giusti"] .coverChargeBox {
        min-width: 100px !important;
        max-width: 132px !important;
        padding-left: 9px !important;
    }

    body[data-theme="gusti-giusti"] .coverChargeMain {
        grid-template-columns: 1fr !important;
        gap: 2px !important;
    }

    body[data-theme="gusti-giusti"] .coverChargeNote {
        font-size: .68rem !important;
    }

    body[data-theme="gusti-giusti"] .section {
        margin-top: 20px !important;
    }

    body[data-theme="gusti-giusti"] .thumb {
        width: 74px !important;
        height: 74px !important;
        flex-basis: 74px !important;
        background: #272727 !important;
    }

    body[data-theme="gusti-giusti"] .item,
    body[data-theme="gusti-giusti"] .menu-item {
        padding: 9px !important;
    }

    body[data-theme="gusti-giusti"] .aiWaiterFoot {
        padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

@media (max-width: 390px) {
    body[data-theme="gusti-giusti"] .cover {
        height: 204px !important;
        min-height: 204px !important;
        max-height: 204px !important;
    }

    body[data-theme="gusti-giusti"] .coverChargeNote {
        display: none !important;
    }

    body[data-theme="gusti-giusti"] .menuInfoModal,
    body[data-theme="gusti-giusti"] .reservationModal,
    body[data-theme="gusti-giusti"] .reservationSheet,
    body[data-theme="gusti-giusti"] .customerOrderSheet,
    body[data-theme="gusti-giusti"] .aiWaiterSheet {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    body[data-theme="gusti-giusti"] .menuInfoModalPanel,
    body[data-theme="gusti-giusti"] .reservationPanel,
    body[data-theme="gusti-giusti"] .customerOrderSheetPanel,
    body[data-theme="gusti-giusti"] .aiWaiterSheetPanel {
        width: min(calc(100vw - 16px), 620px) !important;
    }
}

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    body[data-theme="gusti-giusti"] *,
    body[data-theme="gusti-giusti"] *::before,
    body[data-theme="gusti-giusti"] *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

div#menuAppBar {
    border-radius: 18px;
}