/*
 * Navigation — stili BASE condivisi (struttura + responsive @media/@keyframes).
 * Generato in Fase 1b dal monolite nav.css (split per variante).
 */
:root {
    --bon-nav-black: var(--bon-dpad-bg, #050505);
    --bon-nav-red: var(--bon-brand, #e52528);
    --bon-nav-white: var(--bon-on-brand, #ffffff);
    --bon-nav-muted: var(--bon-text-soft, #64748b);
    --bon-nav-glass: var(--bon-glass, rgba(255,255,255,0.82));
    --bon-nav-glass-strong: var(--bon-surface-strong, rgba(255,255,255,0.96));
    --bon-nav-border: var(--bon-border, #e2e8f0);
    --bon-nav-shadow: var(--bon-shadow-panel, 0 22px 80px rgba(15,23,42,0.18));
    --bon-nav-bottom-h: 90px;
    --bon-nav-top-h: 92px;
    --bon-nav-safe-bottom: 16px;
    --bon-dpad-left: 50%;
    --bon-dpad-avoid-left: 0px;
    --bon-dpad-avoid-gap: 32px;
    --bon-nav-panel-left: 0px;
    --bon-nav-panel-right: 100vw;
    --bon-nav-panel-width: calc(100vw - 48px);
    --bon-nav-panel-top: calc(100vh - 120px);
    --bon-panel-safe-left: 24px;
    --bon-panel-safe-right: calc(100vw - 24px);
    --bon-panel-safe-width: calc(100vw - 48px);
    --bon-panel-safe-center: 50%;
    --bon-panel-safe-bottom: 120px;
    --bon-panel-safe-height: 50vh;
}

.bon-nav-root,
.bon-nav-root * {
    box-sizing: border-box;
}

.bon-nav-root[data-bon-navigation-inactive="true"] {
    display: none !important;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.skiptranslate > iframe {
    display: none !important;
    height: 0 !important;
}

body.translated-ltr,
body.translated-rtl {
    top: 0 !important;
}

body.has-bon-navigation {
    padding-top: 0;
    padding-bottom: calc(var(--bon-nav-bottom-h) + 37px);
}

body.has-bon-navigation.bon-site-navigation {
    padding-top: 152px;
    padding-bottom: 24px;
}

.bon-nav-item:active,
.bon-modal-close:active,
.bon-panel-option:active {
    transform: scale(0.97);
}

.bon-bottom-panel {
    position: fixed;
    left: 50%;
    bottom: var(--bon-nav-safe-bottom);
    transform: translateX(-50%);
    z-index: 10100;
    width: min(992px, calc(80vw - 38px));
    min-height: var(--bon-nav-bottom-h);
    display: grid;
    grid-template-columns: repeat(var(--bon-nav-item-count, 5), minmax(84px, 1fr));
    align-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 32px;
    background: var(--bon-dpad-bg, #050505);
    color: var(--bon-dpad-fg, #ffffff);
    box-shadow: 0 22px 66px rgba(0,0,0,0.48), inset 0 0 0 1px rgba(255,255,255,0.03);
}

.bon-nav-item {
    min-height: 70px;
    border: 0;
    border-radius: 22px;
    background: transparent;
    color: rgba(255,255,255,0.58);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 16px;
    font-family: var(--bon-font);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bon-nav-item.is-icon-only,
.bon-site-quick-item.is-icon-only {
    gap: 0;
    padding-inline: 0;
}

.bon-nav-item.is-icon-only span,
.bon-site-quick-item.is-icon-only span {
    display: none;
}

.bon-nav-item svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.bon-nav-item.is-active {
    color: var(--bon-on-brand, #fff);
    background: var(--bon-nav-red);
    box-shadow: 0 14px 34px rgba(229,37,40,0.32);
}

.bon-nav-item:not(.is-active):hover {
    color: var(--bon-dpad-fg, #fff);
    background: rgba(255,255,255,0.08);
}

.bon-site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10100;
    min-height: 86px;
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(560px, 980px) minmax(58px, 1fr);
    align-items: center;
    gap: 18px;
    padding: 0 max(20px, calc((100vw - 1180px) / 2));
    background: var(--bon-glass, rgba(255,255,255,0.86));
    color: var(--bon-text, #050505);
    border-bottom: 1px solid var(--bon-border, rgba(15,23,42,0.1));
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.bon-site-categorybar {
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    z-index: 10090;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.5rem max(20px, calc((100vw - 1180px) / 2));
    background: var(--bon-surface-strong, rgba(248, 250, 252, 0.94));
    border-bottom: 1px solid var(--bon-border, rgba(15, 23, 42, 0.1));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bon-site-categorygroup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-width: 0;
}

.bon-site-categorybar button,
.bon-site-place-trigger {
    min-height: 42px;
    border: 1px solid var(--bon-border, rgba(15, 23, 42, 0.1));
    border-radius: 999px;
    background: var(--bon-surface, #fff);
    color: var(--bon-text, #0f172a);
    padding: 0 1.25rem;
    font-family: var(--bon-font);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: var(--bon-shadow-card, 0 8px 24px rgba(15, 23, 42, 0.08));
    white-space: nowrap;
}

.bon-site-categorybar button:hover,
.bon-site-categorybar button.is-active,
.bon-site-place-trigger:hover,
.bon-site-place-trigger.is-open,
.bon-site-place-trigger.has-place {
    background: var(--bon-nav-black, #050505);
    color: var(--bon-dpad-fg, #fff);
    border-color: var(--bon-nav-black, #050505);
}

.bon-site-categorybar button.is-active[data-bon-category-section="tutti"] {
    background: #111827 !important;
    border-color: #111827 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.28) !important;
}

.bon-site-categorybar button.is-active[data-bon-category-section="alloggi"] {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
}

.bon-site-categorybar button.is-active[data-bon-category-section="ristoranti"] {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(220, 38, 38, 0.34) !important;
}

.bon-site-categorybar button.is-active[data-bon-category-section="punti-interesse"],
.bon-site-categorybar button.is-active[data-bon-category-section="poi"] {
    background: #92400e !important;
    border-color: #92400e !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(146, 64, 14, 0.32) !important;
}

.bon-site-categorybar button.is-active[data-bon-category-section="eventi"] {
    background: #ea580c !important;
    border-color: #ea580c !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(234, 88, 12, 0.32) !important;
}

.bon-site-place {
    position: relative;
    flex: 0 0 auto;
}

.bon-site-place-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-width: 118px;
    padding: 0 1.05rem;
}

.bon-site-place-trigger svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.bon-site-place-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 10140;
    width: min(920px, calc(100vw - 40px));
    display: none;
    grid-template-columns: minmax(220px, 0.72fr) minmax(520px, 1.28fr);
    gap: 0.65rem;
    padding: 0.72rem;
    border-radius: 24px;
    background: var(--bon-surface-strong, rgba(255,255,255,0.96));
    border: 1px solid var(--bon-border, rgba(15,23,42,0.12));
    box-shadow: var(--bon-shadow-panel, 0 30px 80px rgba(15,23,42,0.22));
    color: var(--bon-text, #0f172a);
    text-align: left;
}

.bon-site-place-menu.is-open {
    display: grid;
}

.bon-site-place-col {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 0.3rem;
}

.bon-site-place-heading {
    margin: 0 0 0.18rem;
    padding: 0 0.28rem;
    color: var(--bon-text-soft, #64748b);
    font-family: var(--bon-font);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bon-site-place-area,
.bon-site-place-link {
    min-height: 31px;
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--bon-text, #0f172a);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.18rem 0.58rem;
    font-family: var(--bon-font);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.05;
    text-decoration: none;
    text-transform: none;
    box-shadow: none;
    cursor: pointer;
    white-space: normal;
}

.bon-site-place-area:hover,
.bon-site-place-area.is-active,
.bon-site-place-link:hover,
.bon-site-place-link.is-active {
    background: var(--bon-surface-soft, #f1f5f9);
    color: var(--bon-brand, #dc2626);
    border-color: transparent;
    box-shadow: none;
}

.bon-site-place-area.is-active,
.bon-site-place-link.is-active {
    font-weight: 900;
}

.bon-site-place-area svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.bon-site-place-locations {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.16rem 0.34rem;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.bon-site-place-locations.is-active {
    display: grid;
}

.bon-site-place-locations .bon-site-place-heading,
.bon-site-place-locations .bon-site-place-link:first-child {
    grid-column: 1 / -1;
}

.bon-site-categorybar .bon-site-overview-close {
    display: none;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: var(--bon-close-bg, #f8fafc);
    color: var(--bon-close-fg, #0f172a);
    border-color: var(--bon-close-border, #e2e8f0);
    box-shadow: var(--bon-shadow-soft, 0 12px 28px rgba(15,23,42,0.12));
}

.bon-site-categorybar .bon-site-overview-close:hover {
    background: var(--bon-border, #e2e8f0);
    color: var(--bon-text, #050505);
    border-color: var(--bon-border-strong, #cbd5e1);
}

.bon-site-categorybar .bon-site-overview-close svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.bon-map-detail-active .bon-site-categorybar .bon-site-overview-close,
body.iframe-detail-active .bon-site-categorybar .bon-site-overview-close,
body.poi-detail-active .bon-site-categorybar .bon-site-overview-close,
body.tosc-detail-active .bon-site-categorybar .bon-site-overview-close,
body.unpli-event-modal-open .bon-site-categorybar .bon-site-overview-close,
body.is-post-page .bon-site-categorybar .bon-site-overview-close,
body[data-bon-detail-page="post"] .bon-site-categorybar .bon-site-overview-close {
    display: inline-flex;
}

.bon-site-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    justify-self: start;
}

.bon-site-logo img {
    width: auto;
    height: 44px;
    max-width: 210px;
    object-fit: contain;
    display: block;
}

.bon-site-logo-img--light {
    display: none !important;
}

html.dark .bon-site-logo-img--dark,
html[data-bon-theme="dark"] .bon-site-logo-img--dark {
    display: none !important;
}

html.dark .bon-site-logo-img--light,
html[data-bon-theme="dark"] .bon-site-logo-img--light {
    display: block !important;
}

.bon-site-logo span {
    color: var(--bon-text, #050505);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.bon-site-menu-btn {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 999px;
    background: var(--bon-nav-black, #050505);
    color: var(--bon-dpad-fg, #fff);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    justify-self: end;
}

.bon-site-menu-btn svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bon-site-quickbar {
    position: static;
    transform: none;
    z-index: auto;
    width: 100%;
    min-height: 54px;
    display: grid;
    grid-template-columns: repeat(var(--bon-quick-item-count, 5), minmax(0, 1fr));
    gap: 7px;
    padding: 7px;
    border-radius: 999px;
    background: var(--bon-surface-soft, #f8fafc);
    border: 1px solid var(--bon-border, rgba(15,23,42,0.1));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
    justify-self: center;
}

.bon-site-quick-item {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--bon-text-muted, #334155);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    font-family: var(--bon-font);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.bon-site-quick-item svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.bon-site-quick-item.is-active,
.bon-site-quick-item:hover {
    background: var(--bon-nav-red);
    color: var(--bon-on-brand, #fff);
}

.bon-site-quick-item.is-detail-close {
    display: none;
    background: var(--bon-surface-soft, #f8fafc);
    color: var(--bon-text, #0f172a);
}

body.bon-mobile-detail-active .bon-nav-root[data-variant="mobile"] .bon-site-quick-item.is-detail-close {
    display: inline-flex;
}

body.bon-mobile-detail-active .bon-nav-root[data-variant="mobile"] .bon-site-quick-item.is-detail-close:hover,
body.bon-mobile-detail-active .bon-nav-root[data-variant="mobile"] .bon-site-quick-item.is-detail-close:focus-visible {
    background: var(--bon-border, #e2e8f0);
    color: var(--bon-text, #050505);
}

.bon-nav-root[data-variant="mobile"] .bon-site-header {
    min-height: 74px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    background: var(--bon-surface-strong, rgba(255,255,255,0.94));
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.bon-nav-root[data-variant="mobile"] .bon-site-logo img {
    height: 36px;
    max-width: 168px;
}

.bon-nav-root[data-variant="mobile"] .bon-site-menu-btn {
    display: inline-flex;
    width: 54px;
    height: 54px;
}

.bon-nav-root[data-variant="mobile"] .bon-site-quickbar {
    position: fixed;
    left: 50%;
    right: auto;
    top: auto;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    transform: translateX(-50%);
    z-index: 10120;
    width: min(386px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 24px;
    background: var(--bon-dpad-bg, rgba(5,5,5,0.94));
    border-color: rgba(255,255,255,0.14);
    box-shadow: 0 -12px 42px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.05);
    justify-self: auto;
}

.bon-nav-root[data-variant="mobile"] .bon-site-quick-item {
    min-height: 50px;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    padding: 0 4px;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.72);
}

.bon-floating-pad {
    position: fixed;
    left: var(--bon-dpad-left, 50%);
    right: auto;
    bottom: calc(var(--bon-nav-bottom-h) + 48px);
    transform: translateX(-50%);
    z-index: 10080;
    display: none;
    grid-template-columns: repeat(3, 52px);
    grid-template-rows: repeat(3, 52px);
    gap: 9px;
    padding: 16px;
    border-radius: 29px;
    border: 1px solid rgba(255,255,255,0.12);
    background: var(--bon-dpad-bg, #050505);
    box-shadow: 0 22px 70px rgba(0,0,0,0.44);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    pointer-events: none;
}

body.bon-has-dpad .bon-floating-pad {
    display: grid;
}

.bon-pad-btn {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
}

.bon-pad-btn:hover,
.bon-pad-btn.is-pressed {
    background: var(--bon-nav-red);
    color: var(--bon-on-brand, #fff);
}

.bon-pad-btn:disabled {
    opacity: 0.24;
    cursor: default;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.5);
}

.bon-pad-btn svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bon-pad-up { grid-column: 2; grid-row: 1; }
.bon-pad-left { grid-column: 1; grid-row: 2; }
.bon-pad-right { grid-column: 3; grid-row: 2; }
.bon-pad-down { grid-column: 2; grid-row: 3; }
.bon-pad-center {
    grid-column: 2;
    grid-row: 2;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.82);
    background: rgba(255,255,255,0.08);
    transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bon-pad-center:disabled {
    opacity: 0;
    pointer-events: none;
}

body.bon-dpad-can-close .bon-pad-center {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    background: var(--bon-nav-red);
    color: var(--bon-on-brand, #fff);
    box-shadow: 0 12px 34px rgba(229,37,40,0.34);
}

body.bon-dpad-can-close .bon-pad-center:disabled {
    opacity: 1;
    cursor: pointer;
    background: var(--bon-nav-red);
    color: var(--bon-on-brand, #fff);
}

.bon-main-detail-close {
    display: none;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    min-width: 58px;
    padding: 0;
    place-items: center;
    border: 2px solid rgba(220,252,231,0.95);
    border-radius: 999px;
    background: linear-gradient(145deg, #22c55e 0%, #16a34a 72%, #0f7a38 100%) !important;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 12px 28px rgba(15,118,54,0.32), 0 0 20px rgba(34,197,94,0.22);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    opacity: 1;
}

@keyframes bon-main-detail-close-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 12px 28px rgba(15,118,54,0.32), 0 0 14px rgba(34,197,94,0.2);
    }
    50% {
        transform: scale(1.08);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.52), 0 16px 34px rgba(15,118,54,0.4), 0 0 32px rgba(34,197,94,0.38);
    }
}

.bon-modal-layer {
    position: fixed;
    inset: 0;
    z-index: 10200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15,23,42,0.34);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bon-modal-layer.is-open {
    display: flex;
}

.bon-modal {
    width: min(760px, calc(100vw - 32px));
    max-height: min(760px, calc(100vh - 48px));
    overflow: auto;
    border-radius: 34px;
    border: 1px solid var(--bon-border, rgba(15,23,42,0.12));
    background: var(--bon-surface-strong, #ffffff);
    color: var(--bon-text, #0f172a);
    box-shadow: var(--bon-shadow-panel, 0 38px 100px rgba(15,23,42,0.24));
}

.bon-modal-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    background: var(--bon-surface-strong, rgba(255,255,255,0.96));
    border-bottom: 1px solid var(--bon-border, rgba(15,23,42,0.1));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bon-modal-title {
    margin: 0;
    font-family: var(--bon-font);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bon-qr-title {
    max-width: min(620px, calc(100vw - 150px));
    font-size: clamp(18px, 1.65vw, 24px);
    line-height: 1.08;
    letter-spacing: 0;
}

.bon-modal-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--bon-text-soft, #64748b);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bon-modal-close {
    width: 72px;
    height: 72px;
    border: 1px solid var(--bon-close-border, rgba(226,232,240,0.9));
    border-radius: 50%;
    background: var(--bon-close-bg, #f8fafc);
    color: var(--bon-close-fg, #0f172a);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--bon-shadow-soft, 0 16px 40px rgba(15,23,42,0.16));
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bon-modal-close:hover {
    background: var(--bon-border, #e2e8f0);
    color: var(--bon-text, #050505);
    border-color: var(--bon-border-strong, #cbd5e1);
}

.bon-modal-close svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bon-modal-body {
    padding: 24px;
}

.bon-qr-modal {
    border: 0;
    background: var(--bon-surface-strong, #ffffff);
    box-shadow: var(--bon-shadow-panel, 0 38px 100px rgba(15,23,42,0.24));
}

.bon-qr-modal .bon-modal-head {
    position: static;
    border-bottom: 0;
    background: var(--bon-surface-strong, #ffffff);
    padding: 28px 28px 8px;
}

.bon-qr-modal .bon-modal-body {
    padding: 10px 28px 34px;
}

.bon-qr-brand-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bon-qr-copy {
    display: inline;
}

.bon-qr-visit-label {
    color: var(--bon-nav-red);
    font-weight: 800;
}

.bon-qr-visit-label::before {
    content: "";
}

.bon-qr-visit-label[hidden] {
    display: none;
}

.bon-qr-brand-logo {
    height: 28px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    display: inline-block;
}

.bon-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bon-panel-option {
    min-height: 78px;
    border: 1px solid var(--bon-border, rgba(15,23,42,0.1));
    border-radius: 22px;
    background: var(--bon-surface-soft, rgba(248,250,252,0.9));
    color: var(--bon-text, #0f172a);
    padding: 14px 18px;
    text-align: center;
    font-family: var(--bon-font);
    cursor: pointer;
}

.bon-panel-option strong {
    display: block;
    font-size: clamp(22px, 2.2vw, 34px);
    font-weight: 800;
    line-height: 1.05;
}

.bon-menu-option {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 14px;
    text-align: left;
}

.bon-menu-option > svg,
.bon-menu-language-heading > svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: var(--bon-text-muted, #475569);
}

.bon-menu-option strong {
    font-size: clamp(21px, 2vw, 30px);
}

.bon-menu-language {
    grid-column: 1 / -1;
    min-height: 0;
    border: 1px solid var(--bon-border, rgba(15,23,42,0.1));
    border-radius: 22px;
    background: var(--bon-surface-soft, rgba(248,250,252,0.9));
    color: var(--bon-text, #0f172a);
    padding: 14px;
}

.bon-menu-language-heading {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.bon-menu-language-heading strong {
    font-size: clamp(21px, 2vw, 30px);
    font-weight: 800;
    line-height: 1.05;
}

.bon-menu-language-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.bon-menu-language-grid .bon-language-option {
    min-height: 72px;
    border-radius: 18px;
    gap: 6px;
    padding: 10px 8px;
}

.bon-menu-language-grid .bon-language-option img {
    width: 36px;
    height: 36px;
}

.bon-menu-language-grid .bon-language-option strong {
    font-size: 11px;
    letter-spacing: 0.04em;
}

.bon-panel-option.is-selected,
.bon-panel-option:hover {
    border-color: var(--bon-brand, #e52528);
    background: var(--bon-surface, #ffffff);
    color: var(--bon-brand, #e52528);
}

.bon-place-mobile-modal {
    background: var(--bon-surface-strong, #ffffff);
    color: var(--bon-text, #050505);
}

.bon-place-mobile-modal .bon-modal-head {
    background: var(--bon-surface-strong, #ffffff);
    color: var(--bon-text, #050505);
    border-bottom-color: var(--bon-border, #e2e8f0);
}

.bon-place-mobile-modal .bon-modal-kicker {
    color: var(--bon-text-soft, #64748b);
}

.bon-place-mobile-grid {
    display: grid;
    gap: 16px;
}

.bon-place-mobile-section {
    display: grid;
    gap: 10px;
}

.bon-place-mobile-heading {
    margin: 0;
    color: var(--bon-text-soft, #64748b);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bon-place-mobile-options,
.bon-place-mobile-locations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.bon-place-mobile-locations {
    display: none;
}

.bon-place-mobile-locations.is-active {
    display: grid;
}

.bon-place-mobile-locations .bon-place-mobile-heading,
.bon-place-mobile-locations .bon-place-mobile-link:first-child {
    grid-column: 1 / -1;
}

.bon-place-mobile-area,
.bon-place-mobile-link {
    min-height: 48px;
    border: 1px solid var(--bon-border, #e2e8f0);
    border-radius: 999px;
    background: var(--bon-surface-soft, #f8fafc);
    color: var(--bon-text, #0f172a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    padding: 0.64rem 0.72rem;
    font-family: var(--bon-font);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    box-shadow: var(--bon-shadow-card, 0 10px 24px rgba(15,23,42,0.08));
    cursor: pointer;
}

.bon-place-mobile-area.is-active,
.bon-place-mobile-link.is-active,
.bon-place-mobile-area:hover,
.bon-place-mobile-link:hover {
    background: var(--bon-nav-red);
    border-color: var(--bon-nav-red);
    color: var(--bon-on-brand, #fff);
}

.bon-loc-list {
    display: none;
    margin-top: 18px;
}

.bon-loc-list.is-open {
    display: grid;
}

.bon-qr-box {
    display: grid;
    justify-items: center;
    gap: 18px;
    text-align: center;
    margin-inline: auto;
}

.bon-qr-frame {
    width: min(340px, 76vw);
    aspect-ratio: 1;
    padding: 12px;
    border-radius: 26px;
    background: var(--bon-qr-bg, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.bon-qr-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.bon-qr-url {
    max-width: 52ch;
    color: var(--bon-text-muted, #475569);
    font-size: 16px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.bon-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.bon-modal-layer[data-bon-modal="search"] .bon-modal {
    border: 1px solid var(--bon-border, rgba(15,23,42,0.1));
    background: var(--bon-surface-strong, #ffffff);
    color: var(--bon-text, #0f172a);
    box-shadow: var(--bon-shadow-panel, 0 32px 90px rgba(15,23,42,0.24));
}

.bon-modal-layer[data-bon-modal="search"] .bon-modal-head {
    background: var(--bon-surface-strong, #ffffff);
    border-bottom-color: var(--bon-border, #e2e8f0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.bon-modal-layer[data-bon-modal="search"] .bon-modal-title {
    color: var(--bon-text, #0f172a);
}

.bon-modal-layer[data-bon-modal="search"] .bon-modal-kicker {
    color: var(--bon-text-soft, #64748b);
}

.bon-modal-layer[data-bon-modal="search"] .bon-modal-body {
    background: var(--bon-surface-strong, #ffffff);
}

.bon-search-form input {
    min-height: 70px;
    min-width: 0;
    border: 1px solid var(--bon-border-strong, #cbd5e1);
    border-radius: 22px;
    background: var(--bon-surface-soft, #f8fafc);
    color: var(--bon-text, #0f172a);
    padding: 0 22px;
    font-family: var(--bon-font);
    font-size: 20px;
    font-weight: 800;
    outline: none;
}

.bon-search-form input::placeholder {
    color: var(--bon-text-soft, #64748b);
}

.bon-search-form button {
    min-height: 70px;
    border: 0;
    border-radius: 22px;
    background: var(--bon-nav-red);
    color: var(--bon-on-brand, #fff);
    padding: 0 28px;
    font-family: var(--bon-font);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
}

.bon-search-live {
    margin-top: 18px;
    display: grid;
    gap: 14px;
}

.bon-search-status {
    margin: 0;
    color: var(--bon-text-muted, #475569);
    font-family: var(--bon-font);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.bon-search-results {
    display: grid;
    gap: 16px;
    max-height: min(52vh, 560px);
    overflow: auto;
    padding-right: 4px;
    overscroll-behavior: contain;
}

.bon-search-group {
    display: grid;
    gap: 8px;
}

.bon-search-group-title {
    margin: 0;
    color: var(--bon-text-muted, #475569);
    font-family: var(--bon-font);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bon-search-item {
    width: 100%;
    min-height: 76px;
    border: 1px solid var(--bon-border, #e2e8f0);
    border-radius: 18px;
    background: var(--bon-surface, #ffffff);
    color: var(--bon-text, #0f172a);
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 9px 12px;
    font-family: var(--bon-font);
    text-align: left;
    cursor: pointer;
}

.bon-search-item:hover,
.bon-search-item:focus-visible {
    border-color: rgba(229,37,40,0.62);
    background: var(--bon-surface-soft, #f8fafc);
    outline: none;
}

.bon-search-thumb {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--bon-surface-soft, #f1f5f9);
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--bon-text-soft, #64748b);
}

.bon-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bon-search-thumb svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bon-search-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.bon-search-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.bon-search-badge {
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(229,37,40,0.12);
    color: var(--bon-brand-dark, #b91c1c);
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bon-search-title {
    margin: 0;
    color: var(--bon-text, #0f172a);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.16;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bon-search-subtitle,
.bon-search-excerpt {
    margin: 0;
    color: var(--bon-text-soft, #64748b);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bon-search-excerpt {
    color: var(--bon-text-soft, #94a3b8);
    -webkit-line-clamp: 2;
}

.bon-language-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bon-language-option {
    min-height: 118px;
    border: 1px solid var(--bon-border, rgba(15,23,42,0.12));
    border-radius: 24px;
    background: var(--bon-surface-soft, rgba(248,250,252,0.9));
    color: var(--bon-text, #0f172a);
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 10px;
    padding: 16px;
    font-family: var(--bon-font);
    cursor: pointer;
}

.bon-language-option:hover,
.bon-language-option:focus-visible,
.bon-language-option.is-active {
    border-color: var(--bon-brand, #e52528);
    background: var(--bon-surface, #ffffff);
    color: var(--bon-brand, #e52528);
    outline: none;
}

.bon-language-option img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0,0,0,0.28);
}

.bon-language-option strong {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bon-help-list {
    display: grid;
    gap: 12px;
}

.bon-help-row {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: var(--bon-surface-soft, rgba(248,250,252,0.9));
    border: 1px solid var(--bon-border, rgba(15,23,42,0.08));
}

button.bon-help-row {
    width: 100%;
    border: 1px solid var(--bon-border, rgba(15,23,42,0.08));
    color: var(--bon-text, #0f172a);
    font-family: var(--bon-font);
    text-align: left;
    cursor: pointer;
}

.bon-help-action {
    grid-template-columns: 38px minmax(118px, 0.35fr) minmax(0, 1fr);
    transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.bon-help-action:hover,
.bon-help-action:focus-visible {
    border-color: var(--bon-brand, #e52528);
    background: var(--bon-surface, #ffffff);
    color: var(--bon-brand, #e52528);
    outline: none;
    transform: translateY(-1px);
}

.bon-help-action > svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: var(--bon-text-muted, #475569);
}

.bon-help-row strong {
    font-size: 18px;
    font-weight: 800;
}

.bon-help-row span {
    color: var(--bon-text-muted, #475569);
    font-size: 15px;
    line-height: 1.35;
}

.bon-help-theme,
.bon-help-language {
    padding: 16px;
    border-radius: 22px;
    background: var(--bon-surface-soft, rgba(248,250,252,0.9));
    border: 1px solid var(--bon-border, rgba(15,23,42,0.08));
}

.bon-help-settings {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 12px;
    align-items: stretch;
}

.bon-help-settings .bon-menu-language,
.bon-help-settings .bon-menu-theme {
    grid-column: auto;
    min-height: 0;
    display: grid;
    grid-template-rows: 34px auto;
    align-content: start;
    gap: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

.bon-help-settings .bon-menu-language-heading,
.bon-help-settings .bon-menu-theme-heading {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin-bottom: 8px;
}

.bon-help-settings .bon-menu-language-heading > svg,
.bon-help-settings .bon-menu-theme-heading > svg {
    width: 22px;
    height: 22px;
    color: var(--bon-text-muted, #475569);
}

.bon-help-settings .bon-menu-language-heading strong,
.bon-help-settings .bon-menu-theme-heading strong {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bon-help-settings .bon-menu-language-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.bon-help-settings .bon-language-option {
    min-height: 54px;
    border-radius: 16px;
    gap: 4px;
    padding: 6px;
}

.bon-help-settings .bon-language-option img {
    width: 30px;
    height: 30px;
}

.bon-help-settings .bon-language-option strong {
    font-size: 10px;
    letter-spacing: 0.04em;
}

.bon-theme-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    min-height: 54px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.bon-theme-switch .bon-theme-option {
    min-height: 54px;
    height: 100%;
    border: 1px solid var(--bon-border, rgba(15,23,42,0.12));
    border-radius: 16px;
    background: var(--bon-surface-soft, rgba(248,250,252,0.9));
    color: var(--bon-text, #0f172a);
    display: grid;
    place-items: center;
    padding: 0;
    cursor: pointer;
}

.bon-theme-switch .bon-theme-option svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bon-theme-switch .bon-theme-option.is-active {
    background: #e2e8f0;
    color: var(--bon-text, #0f172a);
    box-shadow: inset 0 0 0 1px rgba(15,23,42,0.08);
}

@media (max-width: 760px) {
    .bon-help-action,
    .bon-help-row {
        grid-template-columns: 1fr;
    }

    .bon-help-settings {
        grid-template-columns: 1fr;
    }
}

.bon-toast {
    position: fixed;
    left: 50%;
    bottom: calc(var(--bon-nav-bottom-h) + 54px);
    z-index: 10300;
    min-width: min(420px, calc(100vw - 40px));
    min-height: 62px;
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    background: var(--bon-surface-strong, #ffffff);
    color: var(--bon-text, #0f172a);
    border: 1px solid var(--bon-border, rgba(15,23,42,0.12));
    box-shadow: var(--bon-shadow-panel, 0 22px 70px rgba(15,23,42,0.22));
    font-family: var(--bon-font);
    font-size: 16px;
    font-weight: 900;
    transition: opacity 180ms ease, transform 180ms ease;
}

.bon-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 980px) {
    :root {
        --bon-nav-bottom-h: 80px;
        --bon-nav-top-h: 84px;
    }

    .bon-bottom-panel {
        width: min(calc(100vw - 24px), calc(80vw - 19px));
        grid-template-columns: repeat(var(--bon-nav-item-count, 5), 1fr);
        border-radius: 24px;
        gap: 5px;
        padding: 7px;
    }

    .bon-nav-item {
        min-height: 64px;
        flex-direction: column;
        gap: 6px;
        padding: 0 6px;
        border-radius: 18px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .bon-nav-item svg {
        width: 22px;
        height: 22px;
    }

    .bon-floating-pad {
        left: var(--bon-dpad-left, 50%);
        right: auto;
        bottom: calc(var(--bon-nav-bottom-h) + 34px);
        grid-template-columns: repeat(3, 43px);
        grid-template-rows: repeat(3, 43px);
        gap: 7px;
        padding: 13px;
        border-radius: 23px;
    }

    .bon-pad-btn {
        width: 43px;
        height: 43px;
    }

    .bon-pad-btn svg {
        width: 23px;
        height: 23px;
    }

    body.has-bon-navigation.bon-site-navigation {
        padding-top: 86px;
        padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
    }

    .bon-site-categorybar {
        display: none;
    }

    .bon-site-header {
        min-height: 74px;
        height: auto;
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 12px;
        padding-inline: 14px;
        background: var(--bon-surface-strong, rgba(255,255,255,0.94));
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .bon-site-logo img {
        height: 36px;
        max-width: 168px;
    }

    .bon-site-menu-btn {
        display: inline-flex;
        width: 54px;
        height: 54px;
    }

    .bon-site-quickbar {
        position: fixed;
        left: 50%;
        right: auto;
        top: auto;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
        transform: translateX(-50%);
        z-index: 10120;
        width: min(386px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border-radius: 24px;
        background: rgba(248, 250, 252, 0.96);
        border-color: rgba(203, 213, 225, 0.78);
        box-shadow: 0 -12px 38px rgba(15, 23, 42, 0.12), inset 0 0 0 1px rgba(255,255,255,0.78);
    }

    .bon-site-quick-item {
        min-height: 50px;
        flex: 1 1 0;
        min-width: 0;
        flex-direction: column;
        gap: 4px;
        padding: 0 4px;
        font-size: 10px;
        letter-spacing: 0.05em;
        color: #5f6b7a;
    }

    .bon-modal-layer[data-bon-modal="place"] {
        align-items: flex-end;
        justify-content: center;
        padding: 0 12px calc(92px + env(safe-area-inset-bottom, 0px));
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .bon-place-mobile-modal {
        width: 100%;
        max-height: min(50dvh, 430px);
        border: 1px solid var(--bon-border, rgba(15,23,42,0.12));
        border-radius: 26px;
        background: var(--bon-surface-strong, #ffffff);
        color: var(--bon-text, #0f172a);
        box-shadow: var(--bon-shadow-sheet, 0 -18px 48px rgba(15,23,42,0.22));
        overflow: hidden;
        transform: translateY(18px);
    }

    .bon-modal-layer.is-open .bon-place-mobile-modal {
        transform: translateY(0);
    }

    .bon-place-mobile-modal::before {
        content: "";
        display: block;
        width: 44px;
        height: 5px;
        margin: 10px auto 4px;
        border-radius: 999px;
        background: var(--bon-border-strong, rgba(15,23,42,0.22));
    }

    .bon-place-mobile-modal .bon-modal-head {
        position: relative;
        padding: 0.42rem 3.2rem 0.36rem 1rem;
        border-bottom: 0;
        background: var(--bon-surface-strong, #fff);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .bon-place-mobile-modal .bon-modal-kicker {
        display: none;
    }

    .bon-place-mobile-modal .bon-modal-title {
        color: var(--bon-text, #050505);
        font-size: 1.06rem;
        line-height: 1;
        letter-spacing: 0;
    }

    .bon-place-mobile-modal .bon-modal-close {
        position: absolute;
        right: 0.72rem;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        background: var(--bon-close-bg, #f1f5f9);
        color: var(--bon-close-fg, #0f172a);
        box-shadow: none;
    }

    .bon-place-mobile-modal .bon-modal-close svg {
        width: 19px;
        height: 19px;
    }

    .bon-place-mobile-modal .bon-modal-body {
        max-height: calc(min(50dvh, 430px) - 58px);
        overflow-y: auto;
        padding: 0.54rem 1rem 1rem;
    }

    .bon-place-mobile-grid {
        gap: 14px;
    }

    .bon-place-mobile-section + .bon-place-mobile-section {
        padding-top: 14px;
        border-top: 1px solid var(--bon-border, #e2e8f0);
    }

    .bon-place-mobile-heading {
        color: var(--bon-text-muted, #475569);
        font-size: 0.78rem;
        line-height: 1.2;
        letter-spacing: 0;
        text-transform: none;
    }
}

@media (max-width: 680px) {
    body.has-bon-navigation {
        padding-top: 0;
    }

    body.has-bon-navigation.bon-site-navigation {
        padding-top: 86px;
        padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
    }

    .bon-nav-item span {
        display: none;
    }

    .bon-site-quick-item span {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bon-nav-item {
        min-height: 58px;
    }

    .bon-panel-grid {
        grid-template-columns: 1fr;
    }

    .bon-search-form {
        grid-template-columns: 1fr;
    }

    .bon-modal-layer[data-bon-modal="search"] {
        align-items: flex-start;
        justify-content: center;
        padding: calc(14px + env(safe-area-inset-top, 0px)) 16px calc(108px + env(safe-area-inset-bottom, 0px));
        background: rgba(15,23,42,0.34);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .bon-modal-layer[data-bon-modal="search"] .bon-modal {
        width: min(522px, calc(100vw - 32px));
        max-height: calc(100dvh - 28px - env(safe-area-inset-top, 0px));
        border-radius: 28px;
        overflow: hidden;
        transform: translateY(0);
    }

    .bon-modal-layer[data-bon-modal="search"] .bon-modal-head {
        position: relative;
        padding: 18px 82px 14px 18px;
    }

    .bon-modal-layer[data-bon-modal="search"] .bon-modal-title {
        font-size: 28px;
        letter-spacing: 0;
    }

    .bon-modal-layer[data-bon-modal="search"] .bon-modal-kicker {
        margin-bottom: 6px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .bon-modal-layer[data-bon-modal="search"] .bon-modal-close {
        position: absolute;
        right: 16px;
        top: 50%;
        width: 54px;
        height: 54px;
        transform: translateY(-50%);
        background: var(--bon-close-bg, #f8fafc);
        color: var(--bon-close-fg, #0f172a);
        box-shadow: var(--bon-shadow-soft, 0 12px 28px rgba(15,23,42,0.12));
    }

    .bon-modal-layer[data-bon-modal="search"] .bon-modal-close svg {
        width: 28px;
        height: 28px;
    }

    .bon-modal-layer[data-bon-modal="search"] .bon-modal-body {
        max-height: calc(100dvh - 118px - env(safe-area-inset-top, 0px));
        overflow: auto;
        padding: 18px;
        overscroll-behavior: contain;
    }

    .bon-search-form input,
    .bon-search-form button {
        min-height: 58px;
        border-radius: 18px;
    }

    .bon-search-form input {
        padding-inline: 18px;
        font-size: 17px;
    }

    .bon-search-results {
        max-height: min(35dvh, 340px);
        padding-right: 0;
    }

    .bon-search-item {
        min-height: 72px;
        grid-template-columns: 52px minmax(0, 1fr);
        border-radius: 17px;
    }

    .bon-search-thumb {
        width: 52px;
        height: 52px;
        border-radius: 13px;
    }

    .bon-language-grid {
        grid-template-columns: 1fr;
    }

    .bon-modal-layer[data-bon-modal="menu"] {
        align-items: flex-start;
        justify-content: center;
        padding: calc(8px + env(safe-area-inset-top, 0px)) 10px calc(82px + env(safe-area-inset-bottom, 0px));
        overflow: hidden;
        background: rgba(15,23,42,0.34);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal {
        width: min(520px, calc(100vw - 20px));
        max-height: calc(100dvh - 20px - env(safe-area-inset-top, 0px));
        border-radius: 24px;
        overflow: hidden;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-head {
        position: relative;
        min-height: 72px;
        padding: 12px 68px 12px 18px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-kicker {
        margin-bottom: 4px;
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-title {
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-close {
        position: absolute;
        right: 14px;
        top: 50%;
        width: 48px;
        height: 48px;
        transform: translateY(-50%);
        box-shadow: 0 10px 22px rgba(15,23,42,0.1);
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-close svg {
        width: 24px;
        height: 24px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-body {
        max-height: none;
        overflow: hidden;
        padding: 12px 16px 16px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-panel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-panel-option,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-option {
        min-height: 58px;
        border-radius: 18px;
        padding: 0 14px;
        gap: 10px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-option {
        grid-template-columns: 26px minmax(0, 1fr);
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-option > svg,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language-heading > svg {
        width: 24px;
        height: 24px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-panel-option strong,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-option strong {
        font-size: 20px;
        line-height: 1.05;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-theme {
        grid-column: 1 / -1;
        min-height: 68px;
        border-radius: 18px;
        padding: 10px 12px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language-heading,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-theme-heading {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 8px;
        margin-bottom: 8px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language-heading strong,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-theme-heading strong {
        font-size: 14px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-theme-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-theme-option {
        min-height: 44px;
        border-radius: 16px;
        padding: 0 10px;
        font-size: 16px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language-grid {
        gap: 8px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language-grid .bon-language-option {
        min-height: 48px;
        border-radius: 14px;
        padding: 5px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language-grid .bon-language-option img {
        width: 28px;
        height: 28px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language-grid .bon-language-option strong {
        font-size: 9px;
    }
}

@media (max-width: 680px) and (max-height: 720px) {
    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-head {
        min-height: 62px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-modal-title {
        font-size: 26px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-panel-grid {
        gap: 8px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-panel-option,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-option {
        min-height: 50px;
        border-radius: 16px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-panel-option strong,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-option strong {
        font-size: 18px;
    }

    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-language,
    .bon-modal-layer[data-bon-modal="menu"] .bon-menu-theme {
        min-height: 60px;
        padding: 8px 10px;
    }
}
