:root {
    --bg: #f7f5f1;
    --surface: #ffffff;
    --surface-2: #f0ede7;
    --text: #18202a;
    --muted: #667085;
    --line: #e3ded6;
    --primary: #e23d2f;
    --accent: #16213e;
    --success: #12715b;
    --danger: #b42318;
    --shadow: 0 16px 40px rgba(24, 32, 42, .10);
    --page-gutter: clamp(16px, 4vw, 48px);
    --page-max: 1240px;
    --page-wide: 1320px;
    --page-narrow: 1040px;
    --page-form: 1120px;
}

* {
    box-sizing: border-box;
}

/* Consent stays neutral across restaurant themes so its controls remain readable. */
.analytics-consent {
    position: fixed;
    z-index: 1200;
    left: 50%;
    bottom: 18px;
    width: min(760px, calc(100vw - 32px));
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
    color: #172033;
    background: #ffffff;
    border: 1px solid #d9dee8;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(20, 28, 45, 0.2);
}

.analytics-consent[hidden] {
    display: none;
}

.analytics-consent p {
    margin: 0;
    color: #4c566a;
    font-size: 14px;
    line-height: 1.45;
}

.analytics-consent-copy strong {
    display: block;
    margin-bottom: 3px;
    color: #172033;
    font-size: 16px;
}

.analytics-consent-copy a {
    display: inline-block;
    margin-top: 4px;
    color: #245b46;
    font-size: 13px;
    font-weight: 700;
}

.analytics-consent-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.analytics-consent [data-analytics-reject],
.analytics-consent [data-analytics-accept] {
    min-height: 42px;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: none !important;
}

.analytics-consent [data-analytics-reject] {
    color: #172033 !important;
    background: #eef1f5 !important;
    border-color: #d9dee8 !important;
    box-shadow: none !important;
}

.analytics-consent [data-analytics-reject]:hover {
    color: #101726 !important;
    background: #e2e6ec !important;
}

.analytics-consent [data-analytics-accept] {
    color: #ffffff !important;
    background: #d7352f !important;
    border-color: #d7352f !important;
    box-shadow: 0 10px 24px rgba(215, 53, 47, 0.22) !important;
}

.analytics-consent [data-analytics-accept]:hover {
    color: #ffffff !important;
    background: #b92522 !important;
    border-color: #b92522 !important;
}

.analytics-consent [data-analytics-reject]:focus-visible,
.analytics-consent [data-analytics-accept]:focus-visible {
    outline: 3px solid rgba(42, 103, 190, 0.35) !important;
    outline-offset: 2px;
}

@media (max-width: 680px) {
    .analytics-consent {
        bottom: 10px;
        width: calc(100vw - 20px);
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .analytics-consent-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .analytics-consent-actions .button {
        width: 100%;
    }
}

/* Keep every restaurant section reachable on shorter desktop screens. */
@media (min-width: 1101px) {
    .owner-sidebar {
        max-height: calc(100vh - 116px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, .28) transparent;
    }
}

/* Owner subscription billing */
.billing-page {
    display: grid;
    gap: 22px;
}

.billing-current {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    color: #fff;
    background: #16191f;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
}

.billing-current-copy,
.billing-usage,
.billing-plan-head,
.billing-plan-price {
    display: grid;
    gap: 7px;
}

.billing-current-copy > span,
.billing-usage span,
.billing-plan-head > span {
    color: #aab2c0;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.billing-current h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
}

.billing-current p,
.billing-readiness p,
.billing-readiness small {
    margin: 0;
}

.billing-usage strong {
    font-size: 28px;
}

.billing-usage-bar {
    display: block;
    height: 9px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    border-radius: 8px;
}

.billing-usage-bar i {
    display: block;
    height: 100%;
    background: #ff4a3d;
}

.billing-unlimited {
    width: max-content;
    padding: 8px 10px;
    color: #15181e !important;
    background: #b8ef38;
    border-radius: 8px;
}

.billing-readiness {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 8px 14px;
    align-items: center;
    padding: 16px 18px;
    color: #18202c;
    background: #fff;
    border: 1px solid #dfe3e9;
    border-left: 5px solid #f2a51a;
    border-radius: 8px;
}

.billing-readiness.is-ready {
    border-left-color: #12715b;
}

.billing-readiness small {
    grid-column: 2;
    color: #687181;
}

.billing-plans {
    display: grid;
    gap: 18px;
}

.billing-plans > .settings-section-head h2,
.billing-plans > .settings-section-head p {
    color: #fff;
}

.billing-plans > .settings-section-head p {
    opacity: .68;
}

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

.billing-plan-card {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 18px;
    min-width: 0;
    padding: 22px;
    color: #18202c;
    background: #fff;
    border: 1px solid #dfe3e9;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
}

.billing-plan-card.is-current {
    border-color: #b8ef38;
    box-shadow: inset 0 4px 0 #b8ef38, 0 18px 42px rgba(0, 0, 0, .14);
}

.billing-plan-card.is-popular:not(.is-current) {
    border-color: rgba(255, 74, 61, .55);
    box-shadow: inset 0 4px 0 #ff4a3d, 0 18px 42px rgba(0, 0, 0, .14);
}

.billing-plan-head > span {
    color: #12715b;
}

.billing-plan-head h3,
.billing-plan-head p {
    margin: 0;
}

.billing-plan-head h3 {
    font-size: 28px;
}

.billing-plan-head p,
.billing-plan-price small,
.billing-attempt-list small {
    color: #687181;
}

.billing-plan-price strong {
    font-size: 32px;
}

.billing-plan-features {
    display: grid;
    align-content: start;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.billing-plan-features li {
    position: relative;
    padding-left: 22px;
    line-height: 1.42;
}

.billing-plan-features li::before {
    content: "";
    position: absolute;
    top: .48em;
    left: 0;
    width: 10px;
    height: 10px;
    background: #12715b;
    border-radius: 50%;
}

.billing-checkout-form {
    display: grid;
    grid-template-columns: minmax(150px, .65fr) minmax(210px, 1fr);
    gap: 10px;
    align-items: end;
    padding-top: 14px;
    border-top: 1px solid #e5e8ed;
}

.billing-checkout-action {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.billing-checkout-action > span {
    margin-right: auto;
    font-size: 20px;
    font-weight: 950;
    white-space: nowrap;
}

.billing-checkout-form [data-ajax-status] {
    grid-column: 1 / -1;
    min-height: 0;
}

.billing-attempt-list {
    display: grid;
    gap: 0;
    border: 1px solid #dfe3e9;
    border-radius: 8px;
    overflow: hidden;
}

.billing-attempt-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content max-content;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e8ed;
}

.billing-attempt-list article:last-child {
    border-bottom: 0;
}

.billing-attempt-list article > span:first-child {
    display: grid;
    gap: 3px;
}

.billing-attempt-list form {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media (max-width: 980px) {
    .billing-plan-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .billing-current,
    .billing-readiness,
    .billing-checkout-form,
    .billing-attempt-list article {
        grid-template-columns: 1fr;
    }

    .billing-readiness small {
        grid-column: 1;
    }

    .billing-checkout-action {
        justify-content: stretch;
    }

    .billing-checkout-action .button {
        margin-left: auto;
    }

    .billing-attempt-list form {
        justify-content: flex-start;
    }
}

/* Super-admin transactional mail settings. */
.system-settings-subsection {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #f8fafc;
}

.system-settings-subsection-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.system-settings-subsection-head h3 {
    margin: 4px 0 0;
    color: #111827;
    font-size: 1.35rem;
}

.system-settings-subsection > p {
    margin: -8px 0 0;
    max-width: 980px;
}

.mail-readiness-note {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border-left: 4px solid #d97706;
    background: #fff7ed;
    color: #7c2d12;
}

.mail-readiness-note.is-ok {
    border-left-color: #16845b;
    background: #edf9f3;
    color: #14532d;
}

.mail-readiness-note span {
    color: inherit;
}

@media (max-width: 720px) {
    .system-settings-subsection {
        padding: 16px;
    }

    .system-settings-subsection-head,
    .mail-readiness-note {
        align-items: stretch;
        flex-direction: column;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background: var(--bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

main {
    min-height: calc(100vh - 72px);
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 72px;
    padding: 12px max(var(--page-gutter), calc((100vw - var(--page-wide)) / 2));
    background: rgba(247, 245, 241, .92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.brand,
.topnav,
.user-area,
.hero-actions,
.admin-actions,
.store-meta,
.nutrition-row,
.stat-row,
.receipt-line {
    display: flex;
    align-items: center;
}

.brand {
    gap: 10px;
    font-weight: 800;
    min-width: 0;
}

.brand > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-mark,
.avatar {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: #fff;
    background: var(--accent);
    font-weight: 800;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-logo {
    overflow: hidden;
    background: #fff;
    color: var(--primary);
}

.store-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px max(var(--page-gutter), calc((100vw - var(--page-wide)) / 2));
    border-top: 1px solid var(--line);
    color: var(--muted);
    background: var(--surface);
    font-weight: 750;
}

.topnav {
    gap: 8px;
    justify-content: center;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.topnav a,
.side-nav a,
.category-nav a {
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--muted);
    font-weight: 650;
}

.topnav a.is-active,
.topnav a:hover,
.side-nav a:hover,
.category-nav a:hover {
    color: var(--text);
    background: var(--surface-2);
}

.user-area {
    gap: 10px;
    justify-content: flex-end;
    min-width: 0;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--primary);
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(226, 61, 47, .18);
}

.button:hover {
    filter: brightness(.96);
}

.button-soft {
    color: var(--text);
    background: var(--surface-2);
    box-shadow: none;
}

.button-danger {
    color: #fff;
    background: var(--danger);
    box-shadow: 0 12px 26px rgba(183, 47, 47, .2);
}

.button-ghost {
    color: var(--text);
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--line);
}

.button-small {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 14px;
}

.button-wide {
    width: 100%;
}

.flash {
    width: min(var(--page-form), calc(100% - var(--page-gutter) - var(--page-gutter)));
    max-width: none;
    margin: 16px auto 0;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.flash-success {
    color: var(--success);
}

.flash-error {
    color: var(--danger);
}

.platform-page {
    background: #fafafa;
}

.platform-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: clamp(520px, 72svh, 720px);
    color: #fff;
    overflow: hidden;
}

.platform-hero-image,
.platform-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.platform-hero-image {
    object-fit: cover;
}

.platform-hero-shade {
    background: linear-gradient(90deg, rgba(11, 16, 26, .88), rgba(11, 16, 26, .58) 46%, rgba(11, 16, 26, .18));
}

.platform-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 22px;
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 7vw, 76px);
}

.platform-hero-content h1,
.restaurant-hero-content h1,
.product-panel h1,
.section-heading h1,
.section-heading h2,
.success-card h1,
.auth-card h1 {
    margin: 0;
    line-height: 1.02;
    letter-spacing: 0;
}

.platform-hero-content h1 {
    max-width: 760px;
    font-size: clamp(64px, 10vw, 132px);
    text-wrap: balance;
}

.platform-hero-content > p,
.restaurant-hero-content p {
    max-width: 640px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(19px, 2.1vw, 24px);
    line-height: 1.55;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-actions {
    gap: 12px;
    flex-wrap: wrap;
}

.button-on-dark {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(14px);
}

.platform-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.platform-hero-facts span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .86);
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.platform-proof {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: -34px auto 0;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(24, 32, 42, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.platform-proof div {
    display: grid;
    gap: 4px;
    min-height: 108px;
    padding: 22px;
    border-right: 1px solid var(--line);
}

.platform-proof div:last-child {
    border-right: 0;
}

.platform-proof strong {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1;
}

.platform-proof span {
    color: var(--muted);
    line-height: 1.45;
}

.restaurant-preview,
.admin-card,
.form-card,
.summary-card,
.table-card,
.order-card,
.empty-card,
.auth-card,
.success-card,
.section-grid article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.platform-section {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(64px, 9vw, 112px) 0 0;
    scroll-margin-top: 96px;
}

.platform-section-head {
    display: grid;
    gap: 14px;
    max-width: 820px;
    margin-bottom: clamp(28px, 4vw, 48px);
}

.platform-section-head h2,
.platform-showcase-copy h2,
.platform-admin-copy h2,
.platform-domains h2,
.platform-final h2 {
    margin: 0;
    max-width: 900px;
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.platform-section-head p,
.platform-showcase-copy p,
.platform-admin-copy p,
.platform-domains p,
.platform-final p {
    margin: 0;
    max-width: 700px;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.6;
}

small,
.restaurant-preview-card small,
.table-product small {
    color: var(--muted);
}

.platform-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.platform-feature-grid article,
.workflow-steps article {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 32, 42, .07);
}

.platform-feature-grid h3,
.workflow-steps h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.14;
}

.platform-feature-grid p,
.workflow-steps p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.feature-icon,
.workflow-steps strong {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #fff;
    background: var(--primary);
    font-weight: 900;
}

.platform-showcase,
.platform-admin,
.platform-domains {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
    gap: clamp(28px, 6vw, 84px);
    align-items: center;
}

.platform-showcase {
    margin-top: clamp(44px, 6vw, 76px);
}

.platform-check-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.platform-check-list li {
    position: relative;
    padding-left: 30px;
    color: var(--text);
    font-weight: 800;
}

.platform-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .25em;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #12715b;
    box-shadow: inset 0 0 0 5px #eaf8ef;
}

.platform-phone {
    overflow: hidden;
    border: 10px solid #111827;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(17, 24, 39, .22);
}

.platform-phone-top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    color: #fff;
    background: #111827;
}

.platform-phone-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.platform-phone img {
    width: 100%;
    aspect-ratio: 1.12;
    object-fit: cover;
}

.platform-phone-body {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.platform-phone-body h3 {
    margin: 0;
    font-size: 28px;
}

.platform-phone-body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.platform-phone-body div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 6px;
}

.platform-phone-body span {
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--primary);
    font-weight: 900;
}

.platform-workflow {
    width: 100%;
    margin-top: clamp(64px, 8vw, 108px);
    padding: clamp(64px, 8vw, 108px) max(var(--page-gutter), calc((100vw - var(--page-wide)) / 2));
    background: #111827;
    color: #fff;
    scroll-margin-top: 96px;
}

.platform-workflow .platform-section-head p {
    color: rgba(255, 255, 255, .72);
}

.workflow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.workflow-steps article {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .07);
    box-shadow: none;
}

.workflow-steps p {
    color: rgba(255, 255, 255, .72);
}

.workflow-steps strong {
    background: #f4c542;
    color: #111827;
}

.platform-admin-panel {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(17, 24, 39, .12);
}

.admin-panel-head,
.admin-order-list span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.admin-panel-head span {
    color: var(--muted);
    font-weight: 900;
}

.admin-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.admin-panel-grid div {
    display: grid;
    gap: 8px;
    min-height: 100px;
    padding: 16px;
    border-radius: 8px;
    background: #f2f7f4;
}

.admin-panel-grid strong {
    font-size: 28px;
}

.admin-order-list {
    display: grid;
    gap: 10px;
}

.admin-order-list span {
    align-items: center;
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
}

.admin-order-list b {
    color: #12715b;
}

.platform-admin-copy {
    display: grid;
    justify-items: start;
    gap: 22px;
}

.platform-domains {
    grid-template-columns: minmax(320px, .78fr) minmax(0, .9fr);
}

.platform-domains img {
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.platform-domains > div {
    display: grid;
    gap: 20px;
}

.domain-example-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.domain-example-row span {
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    font-weight: 900;
}

.restaurant-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.restaurant-preview-card {
    display: grid;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 32, 42, .07);
}

.restaurant-preview-card img {
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
}

.restaurant-preview-card span,
.restaurant-preview-note {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
}

.restaurant-preview-card strong {
    font-size: 20px;
}

.restaurant-preview-note {
    justify-items: start;
    background: #f2f7f4;
}

.platform-final {
    display: grid;
    justify-items: center;
    gap: 20px;
    margin-top: clamp(64px, 8vw, 112px);
    padding: clamp(64px, 9vw, 120px) var(--page-gutter);
    color: #fff;
    text-align: center;
    background: #111827;
}

.platform-final p {
    color: rgba(255, 255, 255, .74);
}

.platform-final .hero-actions {
    justify-content: center;
}

.platform-final .button-soft {
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.restaurant-hero {
    position: relative;
    min-height: clamp(430px, 58svh, 640px);
    display: grid;
    align-items: end;
    color: #fff;
    background: var(--restaurant-accent, var(--accent));
    overflow: hidden;
}

.hero-image,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    object-fit: cover;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(9, 12, 19, .88), rgba(9, 12, 19, .45), rgba(9, 12, 19, .10));
}

.restaurant-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--page-wide);
    margin-inline: auto;
    padding: clamp(34px, 6vw, 64px) var(--page-gutter);
}

.restaurant-hero-content h1 {
    max-width: 760px;
    font-size: clamp(38px, 7vw, 86px);
}

.restaurant-hero-content p {
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 2vw, 20px);
}

.restaurant-logo {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    color: var(--restaurant-primary, var(--primary));
    font-weight: 900;
}

.restaurant-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-meta {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.store-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.store-contacts a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 11px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-weight: 800;
}

.store-contacts-footer {
    justify-content: center;
    margin-top: 0;
}

.store-contacts-footer a {
    background: var(--surface-2);
    color: var(--muted);
}

.store-meta span,
.cart-pill {
    padding: 9px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-weight: 750;
}

.cart-pill {
    position: absolute;
    right: max(var(--page-gutter), calc((100vw - var(--page-wide)) / 2));
    bottom: 56px;
    background: var(--restaurant-primary, var(--primary));
}

.floating-cart {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 40;
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    background: var(--restaurant-primary, var(--primary));
    box-shadow: 0 18px 40px rgba(24, 32, 42, .28);
}

.floating-cart svg {
    width: 27px;
    height: 27px;
}

.floating-cart span {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border: 2px solid var(--surface);
    border-radius: 999px;
    background: var(--accent);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.cart-flyer {
    position: fixed;
    z-index: 90;
    overflow: hidden;
    pointer-events: none;
    border-radius: 14px;
    box-shadow: 0 22px 62px rgba(17, 24, 39, .28);
    transform-origin: center;
    will-change: transform, opacity;
}

.cart-flyer > img,
.cart-flyer > .half-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-flyer > .half-preview {
    max-width: none;
    border-radius: 50%;
}

.floating-cart.is-cart-pulse,
.cart-pill.is-cart-pulse {
    animation: cartPulse .54s cubic-bezier(.2,.8,.2,1);
}

@keyframes cartPulse {
    0% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.14);
        box-shadow: 0 24px 74px rgba(255, 59, 48, .42);
    }

    100% {
        transform: scale(1);
    }
}

.promo-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: 24px 0 0;
}

.promo-strip article {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    border-radius: 8px;
    background: #111827;
}

.promo-strip img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .52;
}

.promo-strip div {
    position: relative;
    padding: 24px;
    color: #fff;
}

.promo-strip h2 {
    margin: 0 0 8px;
}

.promo-strip p {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
}

.menu-layout {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    gap: 24px;
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: 32px 0 80px;
}

.category-nav {
    position: sticky;
    top: 92px;
    align-self: start;
    display: grid;
    gap: 6px;
}

.menu-feed {
    display: grid;
    gap: 44px;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.settings-head-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.store-preview-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: 18px auto;
    padding: 12px 14px;
    border: 1px solid color-mix(in srgb, var(--restaurant-primary) 22%, rgba(17, 24, 39, .10));
    border-radius: 8px;
    color: #111827;
    background: linear-gradient(135deg, #fff, color-mix(in srgb, var(--restaurant-primary) 8%, #fff));
    box-shadow: 0 14px 36px rgba(17, 24, 39, .08);
    font-weight: 850;
}

.store-preview-banner span {
    color: #667085;
}

.store-preview-banner a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border-radius: 999px;
    color: #fff;
    background: var(--restaurant-primary);
    text-decoration: none;
}

.section-heading h1,
.section-heading h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.section-heading span {
    color: var(--muted);
    font-weight: 700;
}

.product-grid {
    display: grid;
    --desktop-columns: 3;
    --mobile-columns: 1;
    grid-template-columns: repeat(var(--desktop-columns), minmax(0, 1fr));
    gap: 18px;
}

.product-card {
    display: grid;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.product-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.product-body {
    display: grid;
    gap: 16px;
    padding: 16px;
}

.product-body h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.product-body p {
    margin: 0;
    min-height: 48px;
    color: var(--muted);
    line-height: 1.45;
}

.nutrition-row {
    gap: 6px;
    flex-wrap: wrap;
}

.nutrition-row span {
    padding: 6px 8px;
    border-radius: 8px;
    color: var(--muted);
    background: var(--surface-2);
    font-size: 13px;
    font-weight: 750;
}

.product-footer,
.order-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.order-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--text);
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    font-weight: 850;
}

.topnav,
.side-nav,
.category-nav {
    scrollbar-width: none;
}

.topnav::-webkit-scrollbar,
.side-nav::-webkit-scrollbar,
.category-nav::-webkit-scrollbar {
    display: none;
}

.order-live-pill span {
    color: var(--muted);
}

.order-live-pill strong {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    border-radius: 8px;
    color: #fff;
    background: var(--primary);
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(24px, 5vw, 72px) 0;
}

.product-media {
    position: sticky;
    top: 96px;
}

.product-media img {
    width: 100%;
    max-height: calc(100vh - 140px);
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.product-panel,
.checkout-main,
.owner-content {
    min-width: 0;
}

.product-panel h1 {
    margin-top: 16px;
    font-size: clamp(38px, 6vw, 70px);
}

.product-panel > p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}

.back-link {
    color: var(--muted);
    font-weight: 800;
}

.stack-form,
.cart-list,
.orders-grid,
.side-nav,
.receipt-mini,
.domain-list {
    display: grid;
    gap: 14px;
}

.inline-filter {
    display: flex;
    align-items: end;
    gap: 12px;
    margin: 0 0 18px;
}

.inline-filter .field {
    max-width: 360px;
}

.stock-field {
    margin-top: 10px;
}

.refund-form {
    display: grid;
    grid-template-columns: minmax(90px, 120px) minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 10px;
}

.external-delivery-mini {
    margin: 12px 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
}

.external-delivery-mini summary {
    cursor: pointer;
    color: var(--text);
    font-weight: 900;
}

.order-inline-form {
    display: grid;
    grid-template-columns: minmax(130px, .8fr) minmax(120px, .7fr) minmax(180px, 1.1fr) auto;
    gap: 8px;
    margin-top: 10px;
}

.order-inline-form input {
    width: 100%;
    min-width: 0;
}

.manual-order-panel {
    margin-bottom: 22px;
}

.manual-order-items {
    display: grid;
    gap: 10px;
}

.manual-order-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
    align-items: end;
}

.field.is-muted {
    opacity: .55;
}

.refund-list {
    display: grid;
    gap: 4px;
    margin: 8px 0;
    color: var(--muted);
    font-size: .88rem;
}

.choice-box {
    margin: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.choice-box legend {
    padding: 0 8px;
    font-weight: 900;
}

.radio-line,
.check-line {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
}

.consent-line {
    align-items: flex-start;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--text);
    font-weight: 750;
    line-height: 1.45;
}

.consent-line input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.consent-line span {
    color: var(--text);
}

.consent-line a {
    font-weight: 900;
}

.legal-consent-title {
    margin: 4px 0 -8px;
    color: var(--text);
    font-size: 15px;
    font-weight: 900;
}

.consent-line[data-personal-data-consent] {
    border-color: color-mix(in srgb, var(--primary) 38%, var(--line));
    box-shadow: inset 3px 0 0 var(--primary);
}

.terms-line {
    background: var(--surface);
}

.radio-line strong {
    margin-left: auto;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
    width: min(var(--page-narrow), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(24px, 5vw, 64px) 0;
}

.cart-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 84px auto;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.cart-item img {
    width: 96px;
    height: 76px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-item h2,
.cart-item p {
    margin: 0;
}

.cart-item p {
    color: var(--muted);
}

.cart-item input {
    width: 72px;
}

.summary-card {
    position: sticky;
    top: 96px;
    padding: 20px;
}

.summary-card h2 {
    margin: 0 0 16px;
}

.summary-card dl {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
}

.summary-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.summary-card dt {
    color: var(--muted);
}

.summary-card dd {
    margin: 0;
    font-weight: 850;
}

.summary-total {
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: 20px;
}

.loyalty-mini,
.loyalty-card {
    display: grid;
    gap: 8px;
    padding: 14px;
    margin-bottom: 16px;
    border: 1px solid rgba(18, 113, 91, .22);
    border-radius: 8px;
    background: rgba(18, 113, 91, .06);
}

.loyalty-mini span,
.loyalty-mini small,
.loyalty-totals,
.loyalty-card small {
    color: var(--muted);
    font-weight: 750;
}

.loyalty-mini strong {
    font-size: 24px;
}

.loyalty-list {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.loyalty-card {
    margin-bottom: 0;
    background: #fff;
}

.loyalty-card-head,
.loyalty-transaction,
.loyalty-totals {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.loyalty-card-head span {
    display: grid;
    gap: 3px;
}

.loyalty-card-head b {
    font-size: 22px;
}

.loyalty-transaction {
    padding-top: 8px;
    border-top: 1px solid var(--line);
    font-size: 14px;
}

.form-card {
    display: grid;
    gap: 18px;
    padding: 22px;
}

.form-card.compact {
    margin-bottom: 22px;
}

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

.form-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.field {
    display: grid;
    gap: 8px;
    font-weight: 750;
}

.field input,
.field select,
.field textarea,
.subdomain-field,
.inline-form input,
.status-form select,
.cart-item input {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    background: #fff;
}

.field textarea {
    resize: vertical;
}

.subdomain-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0;
    overflow: hidden;
}

.subdomain-field input {
    min-height: 40px;
    border: 0;
    border-radius: 0;
}

.subdomain-field strong {
    padding: 0 12px;
    color: var(--muted);
    white-space: nowrap;
}

.compact-field {
    max-width: 180px;
}

.inline-error {
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--danger);
    background: #fff0ed;
}

.inline-info {
    padding: 10px 12px;
    border: 1px solid #bfd7d1;
    border-radius: 8px;
    color: #195d50;
    background: #eef8f5;
}

.order-success,
.auth-screen {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .5fr);
    gap: 24px;
    align-items: start;
    width: min(var(--page-narrow), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(24px, 5vw, 72px) 0;
}

.success-card,
.empty-card {
    padding: 28px;
}

.success-card h1 {
    font-size: clamp(42px, 7vw, 80px);
}

.receipt-line {
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
}

.auth-screen {
    grid-template-columns: minmax(280px, 460px);
    justify-content: center;
}

.auth-screen-wide {
    grid-template-columns: minmax(280px, 720px);
}

.auth-card {
    display: grid;
    gap: 16px;
    padding: 28px;
}

.auth-assist {
    margin: -4px 0 4px;
    text-align: right;
}

.auth-reset-form {
    display: grid;
    gap: 14px;
}

.register-card {
    gap: 18px;
}

.inline-link {
    color: var(--primary);
    font-weight: 900;
}

.demo-users {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.demo-users span,
.demo-users button {
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

.demo-users button {
    display: grid;
    gap: 3px;
    text-align: left;
    cursor: pointer;
}

.demo-users button strong {
    color: var(--text);
    font-size: 13px;
}

.demo-users button span {
    padding: 0;
    background: transparent;
    font-size: 12px;
}

.demo-login-card {
    display: grid;
    gap: 12px;
    margin-top: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .76);
}

.demo-login-head,
.demo-credential-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.demo-login-head a {
    color: var(--primary);
    font-weight: 850;
}

.demo-login-card small {
    color: var(--muted);
}

.demo-screen {
    grid-template-columns: minmax(320px, min(1180px, calc(100vw - var(--page-gutter) - var(--page-gutter))));
    align-items: start;
}

.demo-access-page {
    width: 100%;
    max-width: none;
}

.demo-hero,
.demo-reset-panel,
.demo-admin-grid {
    display: grid;
    gap: 16px;
}

.demo-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.demo-hero h1 {
    margin: 0;
    font-size: clamp(36px, 5vw, 62px);
    line-height: .98;
}

.demo-hero p {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.demo-hero .demo-security-note {
    display: inline-flex;
    width: fit-content;
    padding: 8px 10px;
    border: 1px solid rgba(18, 113, 91, .18);
    border-radius: 8px;
    color: #12715b;
    background: rgba(18, 113, 91, .07);
    font-size: 14px;
    font-weight: 850;
}

.demo-hero-actions {
    display: flex;
    gap: 10px;
}

.demo-hero-actions .button-soft {
    color: var(--text);
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 10px 22px rgba(24, 32, 42, .08);
}

.demo-reset-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(183, 47, 47, .18);
    border-radius: 8px;
    background: rgba(183, 47, 47, .06);
}

.demo-reset-panel > div {
    display: grid;
    gap: 4px;
}

.demo-reset-panel span,
.demo-reset-panel small {
    color: var(--muted);
    font-weight: 750;
}

.demo-reset-panel.is-loading {
    opacity: .72;
    pointer-events: none;
}

.demo-account-sections {
    display: grid;
    gap: 22px;
}

.demo-account-section {
    display: grid;
    gap: 14px;
}

.demo-account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.demo-credential-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(24, 32, 42, .07);
}

.demo-credential-card h3 {
    margin: 0;
    font-size: 20px;
}

.demo-credential-card dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.demo-credential-card dl div,
.demo-admin-accounts span,
.demo-quick-list span {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--surface-2);
}

.demo-credential-card dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.demo-credential-card dd {
    margin: 0;
    font-weight: 900;
}

.demo-admin-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
}

.demo-admin-accounts,
.demo-quick-list,
.demo-quick-list div {
    display: grid;
    gap: 8px;
}

.demo-admin-accounts span,
.demo-quick-list span {
    font-size: 13px;
}

.demo-quick-list {
    padding: 16px;
    border: 1px dashed var(--line-strong);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.owner-shell {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: 24px 0 64px;
}

.account-layout {
    width: min(var(--page-narrow), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(24px, 5vw, 64px) 0;
}

.admin-page {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(24px, 4vw, 48px) 0 72px;
}

.admin-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.metric-card {
    display: grid;
    gap: 6px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.metric-card span,
.metric-card small {
    color: var(--muted);
    font-weight: 750;
}

.metric-card strong {
    font-size: 34px;
    line-height: 1;
}

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

.diagnostic-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.diagnostic-card div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.diagnostic-card span,
.diagnostic-card p {
    color: var(--muted);
}

.diagnostic-card p {
    margin: 0;
    line-height: 1.45;
}

.diagnostic-card strong {
    text-align: right;
}

.diagnostic-ok {
    border-color: rgba(18, 113, 91, .28);
}

.diagnostic-warning {
    border-color: rgba(226, 61, 47, .28);
}

.diagnostic-danger {
    border-color: rgba(180, 35, 24, .34);
    background: rgba(180, 35, 24, .04);
}

.release-checklist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
}

.release-check-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.release-check-summary span {
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 999px;
    padding: 8px 11px;
    background: #fff;
    color: #0f172a;
    font-size: .84rem;
    font-weight: 900;
    white-space: nowrap;
}

.release-check-summary .is-ok {
    border-color: rgba(16, 185, 129, .25);
    background: #ecfdf5;
    color: #047857;
}

.release-check-summary .is-warning {
    border-color: rgba(245, 158, 11, .28);
    background: #fffbeb;
    color: #92400e;
}

.release-check-summary .is-danger {
    border-color: rgba(239, 68, 68, .28);
    background: #fef2f2;
    color: #991b1b;
}

.release-check-card {
    display: grid;
    align-content: start;
    gap: 12px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 18px;
    padding: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .92)),
        #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.release-check-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.release-check-head span {
    display: block;
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.release-check-head strong {
    display: block;
    margin-top: 3px;
    color: #111827;
    font-size: 1.05rem;
}

.release-check-head b {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 7px 10px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .75rem;
    line-height: 1;
}

.release-check-keys {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.release-check-keys code {
    max-width: 100%;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 7px;
    padding: 5px 7px;
    background: #f8fafc;
    color: #334155;
    font-size: .75rem;
    font-weight: 800;
    white-space: normal;
    word-break: break-word;
}

.release-check-card p,
.release-check-card li {
    color: #475569;
    line-height: 1.5;
}

.release-check-card p {
    margin: 0;
}

.release-check-card ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 18px;
}

.release-check-needs {
    border-radius: 12px;
    padding: 12px 12px 12px 28px !important;
    background: rgba(245, 158, 11, .08);
}

.release-check-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.release-check-links a {
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 999px;
    padding: 8px 10px;
    background: #fff;
    color: #0f172a;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

.release-check-ok {
    border-color: rgba(16, 185, 129, .22);
}

.release-check-ok .release-check-head b {
    background: #dcfce7;
    color: #166534;
}

.release-check-warning {
    border-color: rgba(245, 158, 11, .28);
}

.release-check-warning .release-check-head b {
    background: #fef3c7;
    color: #92400e;
}

.release-check-danger {
    border-color: rgba(239, 68, 68, .28);
}

.release-check-danger .release-check-head b {
    background: #fee2e2;
    color: #991b1b;
}

.readiness-table-card {
    overflow-x: auto;
}

.readiness-table {
    min-width: 980px;
}

.readiness-row td {
    vertical-align: top;
}

.readiness-score {
    display: grid;
    gap: 8px;
    min-width: 130px;
}

.readiness-score strong {
    font-size: 1.25rem;
    line-height: 1;
}

.readiness-score span {
    display: block;
    width: 100%;
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5e7eb;
}

.readiness-score i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ef4444, #f59e0b 45%, #16a34a);
}

.readiness-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 520px;
}

.readiness-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 999px;
    padding: 5px 9px;
    background: #f8fafc;
    color: #334155;
    font-size: .78rem;
    font-weight: 850;
    white-space: nowrap;
}

.readiness-chip.is-ok {
    border-color: rgba(22, 163, 74, .22);
    background: #dcfce7;
    color: #166534;
}

.readiness-chip.is-warning {
    border-color: rgba(245, 158, 11, .28);
    background: #fef3c7;
    color: #92400e;
}

.readiness-chip.is-danger {
    border-color: rgba(239, 68, 68, .28);
    background: #fee2e2;
    color: #991b1b;
}

.readiness-needs {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 18px;
    color: #475569;
    font-size: .9rem;
    line-height: 1.35;
}

.readiness-table .button {
    margin: 0 0 6px 0;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--surface-2);
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.status-pill.is-ok {
    background: rgba(18, 113, 91, .12);
    color: var(--success);
}

.status-pill.is-wait {
    background: rgba(226, 61, 47, .10);
    color: var(--primary);
}

.status-pill.is-danger {
    background: rgba(180, 35, 24, .12);
    color: var(--danger);
}

.status-pill.is-muted {
    background: var(--surface-2);
    color: var(--muted);
}

.table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.danger-text {
    color: var(--danger);
    font-weight: 750;
}

.account-head {
    margin-bottom: 26px;
}

.account-head h1 {
    margin: 0 0 8px;
    font-size: clamp(38px, 6vw, 76px);
    line-height: 1.02;
}

.account-head p {
    margin: 0;
    color: var(--muted);
}

.account-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    align-items: start;
}

.address-form {
    margin-top: 16px;
}

.owner-sidebar {
    position: sticky;
    top: 96px;
    align-self: start;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.owner-sidebar h1 {
    margin: 12px 0 6px;
    font-size: 24px;
}

.owner-sidebar p {
    margin: 0;
    color: var(--muted);
}

.owner-content.narrow {
    max-width: 980px;
}

.restaurant-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 18px;
}

.admin-card {
    overflow: hidden;
}

.admin-card > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.admin-card > div {
    padding: 18px;
}

.admin-card h3 {
    margin: 0 0 6px;
    font-size: 24px;
}

.admin-card p {
    margin: 0;
    color: var(--muted);
}

.stat-row {
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 18px 18px;
}

.stat-row span {
    padding: 10px;
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--muted);
}

.stat-row strong {
    display: block;
    color: var(--text);
}

.admin-actions {
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 18px 18px;
}

.inline-form {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 120px auto;
    gap: 10px;
    margin-bottom: 18px;
}

.category-layout-card {
    margin-bottom: 18px;
}

.category-layout-list {
    display: grid;
    gap: 10px;
}

.category-layout-row {
    display: grid;
    grid-template-columns: minmax(170px, 1.2fr) 100px 120px 120px minmax(120px, .8fr) auto;
    gap: 12px;
    align-items: end;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.category-layout-row strong,
.category-layout-row small {
    display: block;
}

.category-layout-row small {
    margin-top: 4px;
}

.table-card {
    overflow: auto;
}

table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

th,
td {
    padding: 14px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: middle;
}

th {
    color: var(--muted);
    font-size: 13px;
    text-transform: uppercase;
}

.table-product {
    display: grid;
    grid-template-columns: 64px minmax(180px, 1fr);
    gap: 12px;
    align-items: center;
}

.table-product img {
    width: 64px;
    height: 54px;
    border-radius: 8px;
    object-fit: cover;
}

.table-product span {
    display: grid;
    gap: 4px;
}

.table-input {
    width: 100%;
    min-width: 96px;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    font-weight: 750;
}

.compact-check {
    min-width: max-content;
}

.order-card {
    padding: 18px;
}

.order-card p {
    margin: 8px 0;
    color: var(--muted);
}

.order-head small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
}

.order-card-actions {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.order-payment-line strong {
    color: var(--text);
}

.order-payment-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 10px 0;
}

.order-payment-form small {
    color: var(--muted);
    font-weight: 750;
}

.receipt-mini {
    margin: 14px 0;
    padding: 12px;
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--muted);
}

.status-form {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) auto;
    gap: 10px;
}

.checkout-login-hint {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--muted);
    font-weight: 750;
}

.checkout-login-hint a {
    color: var(--primary);
    font-weight: 900;
}

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

.domain-list > span {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--muted);
    font-weight: 750;
}

.address-row {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.domain-settings {
    max-width: var(--page-form);
}

.domain-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.domain-address-card,
.domain-dns-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
}

.domain-address-card span,
.dns-record span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.domain-address-card strong {
    color: var(--text);
    font-size: 20px;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.domain-address-card a {
    color: var(--primary);
    font-weight: 900;
    overflow-wrap: anywhere;
}

.domain-address-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.domain-dns-card {
    background: #fff;
}

.settings-section-head.compact {
    gap: 4px;
}

.settings-section-head.compact code,
.field-hint code {
    padding: 1px 6px;
    border-radius: 6px;
    background: var(--surface-2);
    color: var(--text);
    font-size: .95em;
}

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

.dns-record {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.dns-record code {
    display: block;
    min-height: 48px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    background: var(--surface);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.domain-connect-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.domain-card {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.domain-card-main {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.domain-card-main strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.domain-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--surface-2);
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.domain-card-active .domain-status-pill {
    background: #e9f8ef;
    color: #12763b;
}

.domain-card-failed .domain-status-pill {
    background: #fff0ed;
    color: #b42318;
}

.domain-type-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-right: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--surface-2);
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.domain-card-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.domain-checks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.domain-checks span {
    display: grid;
    gap: 4px;
    padding: 10px;
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--muted);
}

.domain-checks strong {
    color: var(--text);
}

.domain-card-dns {
    display: grid;
    gap: 8px;
}

.domain-card-dns span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.domain-card-dns code {
    display: inline-block;
    max-width: 100%;
    margin-left: 4px;
    padding: 3px 7px;
    border-radius: 6px;
    color: var(--text);
    background: var(--surface-2);
    overflow-wrap: anywhere;
    vertical-align: middle;
}

.domain-checks [data-state="yes"] strong {
    color: #12763b;
}

.domain-checks [data-state="no"] strong {
    color: #b42318;
}

.domain-error {
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff0ed;
    color: #b42318;
    font-weight: 800;
}

.field-hint {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.bot-settings-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(47, 111, 78, .18);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(47, 111, 78, .08), rgba(36, 40, 51, .04));
}

.bot-settings-callout strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text);
    font-size: 16px;
}

.bot-settings-callout p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.is-hidden {
    display: none !important;
}

.compact-empty {
    box-shadow: none;
}

.editor-form {
    display: grid;
    gap: 20px;
}

.settings-editor {
    max-width: var(--page-form);
}

.settings-section {
    display: grid;
    gap: 18px;
    padding: 22px;
    scroll-margin-top: 112px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.settings-section-head {
    display: grid;
    gap: 6px;
}

.settings-section-head.with-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.settings-section-head h2 {
    margin: 0;
    font-size: 24px;
}

.settings-section-head h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.16;
}

.settings-section-head p {
    margin: 0;
    color: var(--muted);
}

.settings-help {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.settings-help summary {
    cursor: pointer;
    padding: 12px 14px;
    font-weight: 800;
}

.provider-examples {
    display: grid;
    gap: 12px;
    padding: 0 14px 14px;
}

.provider-examples div {
    display: grid;
    gap: 8px;
}

.provider-examples pre {
    overflow: auto;
    margin: 0;
    padding: 12px;
    border-radius: 8px;
    background: #111827;
    color: #f8fafc;
    font-size: 12px;
    line-height: 1.5;
}

.payment-config-builder {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.payment-config-builder-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.payment-config-builder-head strong,
.provider-config-title b {
    display: block;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.2;
}

.payment-config-builder-head small,
.provider-config-title small,
.provider-config-check small {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-weight: 700;
    line-height: 1.35;
}

.provider-config-panel {
    display: grid;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
}

.provider-config-panel[hidden] {
    display: none !important;
}

.provider-config-title {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.provider-config-title a {
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.provider-config-check {
    align-items: flex-start;
    min-height: 100%;
}

.media-grid {
    align-items: stretch;
}

.upload-widget {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.upload-preview {
    display: grid;
    place-items: center;
    min-height: 120px;
    border-radius: 8px;
    background: var(--surface-2);
    overflow: hidden;
    color: var(--muted);
    font-weight: 850;
}

.upload-preview img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
}

.upload-controls {
    display: grid;
    gap: 8px;
}

.upload-controls small,
.upload-status {
    color: var(--muted);
}

.upload-status {
    min-height: 18px;
    font-size: 13px;
}

.theme-media-guide {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(47, 111, 78, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(47, 111, 78, .08), rgba(22, 33, 62, .04)),
        #fff;
}

.theme-media-guide-head {
    display: grid;
    gap: 5px;
}

.theme-media-guide-head span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-media-guide h3 {
    margin: 0;
    color: var(--text);
    font-size: 22px;
    line-height: 1.1;
}

.theme-media-guide p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.theme-media-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.theme-media-guide-grid article {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .74);
}

.theme-media-guide-grid strong {
    color: var(--text);
    font-size: 16px;
}

.theme-media-guide-grid span {
    width: max-content;
    max-width: 100%;
    padding: 5px 9px;
    border-radius: 999px;
    color: #143527;
    background: #d9f99d;
    font-size: 12px;
    font-weight: 950;
}

.theme-media-notes {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.upload-widget[data-media-shape="banner"] .upload-preview {
    aspect-ratio: 21 / 9;
    min-height: 92px;
}

.upload-widget[data-media-shape="wide"] .upload-preview {
    aspect-ratio: 4 / 3;
}

.upload-widget[data-media-shape="cinema"] .upload-preview {
    aspect-ratio: 16 / 10;
}

.upload-widget[data-media-shape="square"] .upload-preview,
.upload-widget[data-media-shape="logo"] .upload-preview {
    aspect-ratio: 1;
    min-height: 150px;
}

.upload-widget[data-media-shape="logo"] .upload-preview {
    border-radius: 18px;
}

.upload-widget[data-media-shape="logo"] .upload-preview img {
    object-fit: contain;
    padding: 10px;
    background: #fff;
}

.form-check-card {
    min-height: 100%;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
}

.color-field input {
    min-height: 54px;
    padding: 7px;
}

.variant-list {
    display: grid;
    gap: 14px;
}

.variant-row {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.variant-fields {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr 1.2fr;
    gap: 12px;
    align-items: end;
}

.variant-photo-field.is-hidden {
    display: none;
}

.delete-line {
    color: var(--danger);
}

.delete-variant-button {
    justify-self: start;
}

.modifier-list,
.delivery-card-list {
    display: grid;
    gap: 14px;
}

.modifier-row,
.delivery-admin-card,
.delivery-zone-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.modifier-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 12px;
    align-items: end;
}

.delivery-admin-grid,
.delivery-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 20px;
    align-items: start;
}

.delivery-admin-grid {
    grid-template-columns: 1fr;
}

.inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.ops-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.ops-summary span,
.audit-list span,
.chart-list span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.ops-summary strong {
    display: block;
    font-size: 1.2rem;
}

.stop-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 12px;
}

.cash-branch-filter {
    max-width: 420px;
    margin-bottom: 18px;
}

.cash-branch-filter .field {
    width: 100%;
}

.cash-shift-live-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    margin: 0 0 16px;
    padding: 22px 24px;
    border: 1px solid #bdd8cd;
    border-radius: 8px;
    background: #f4fbf7;
}

.cash-shift-live-head h2 {
    margin: 2px 0 4px;
    font-size: 1.65rem;
}

.status-pill.is-active {
    color: #075c3c;
    border-color: #9bcbb8;
    background: #dff5e9;
}

.cash-shift-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.cash-shift-metrics article {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.cash-shift-metrics span,
.cash-shift-metrics small {
    color: var(--muted);
}

.cash-shift-metrics strong {
    font-size: 1.4rem;
    overflow-wrap: anywhere;
}

.cash-shift-metrics .cash-expected {
    color: #fff;
    border-color: #173a31;
    background: #173a31;
}

.cash-shift-metrics .cash-expected span,
.cash-shift-metrics .cash-expected small {
    color: #cce4da;
}

.cash-shift-actions-grid,
.cash-shift-ledgers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.cash-shift-ledgers {
    margin-top: 16px;
}

.cash-shift-open-panel,
.cash-shift-history {
    margin-top: 0;
}

.cash-shift-history {
    margin-top: 16px;
}

.cash-movement-list {
    display: grid;
    gap: 8px;
}

.cash-movement {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-left: 4px solid #8390a3;
    border-radius: 6px;
    background: #fff;
}

.cash-movement > div {
    display: grid;
    gap: 3px;
}

.cash-movement > div:last-child {
    text-align: right;
}

.cash-movement-income {
    border-left-color: #16805a;
}

.cash-movement-expense {
    border-left-color: #d93636;
}

.cash-report-page {
    width: min(1000px, calc(100% - 32px));
    margin: 24px auto 64px;
    padding: 42px;
    color: #152033;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(21, 32, 51, .1);
}

.cash-report-head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 3px solid #173a31;
}

.cash-report-number {
    display: grid;
    gap: 3px;
    text-align: right;
}

.cash-report-number strong {
    font-size: 1.6rem;
}

.cash-report-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 20px 0;
}

.cash-report-meta span {
    display: grid;
    gap: 4px;
    color: #657184;
}

.cash-report-meta strong {
    color: #152033;
}

.cash-report-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
    color: #fff;
    border-radius: 8px;
    background: #173a31;
}

.cash-report-summary article {
    display: grid;
    gap: 5px;
    padding: 8px 10px;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.cash-report-summary article:last-child {
    border-right: 0;
}

.cash-report-summary span {
    color: #cce4da;
}

.cash-report-summary strong {
    font-size: 1.3rem;
}

.cash-report-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 28px;
}

.cash-report-columns h2,
.cash-report-table-section h2,
.cash-report-notes h2 {
    margin: 0 0 12px;
    font-size: 1.15rem;
}

.cash-report-list {
    margin: 0;
}

.cash-report-list > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 0;
    border-bottom: 1px solid #e6e9ed;
}

.cash-report-list dt,
.cash-report-list dd {
    margin: 0;
}

.cash-report-difference {
    color: #b32222;
}

.cash-report-table-section,
.cash-report-notes {
    margin-top: 28px;
}

.cash-report-table-section table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
}

.cash-report-table-section th,
.cash-report-table-section td {
    padding: 9px 8px;
    text-align: left;
    border-bottom: 1px solid #dfe4ea;
}

.cash-report-table-section th:last-child,
.cash-report-table-section td:last-child {
    text-align: right;
}

.cash-report-signatures {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #aeb7c3;
}

@media (max-width: 1100px) {
    .cash-shift-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cash-shift-live-head,
    .cash-movement,
    .cash-report-head {
        align-items: stretch;
        flex-direction: column;
    }

    .cash-shift-metrics,
    .cash-shift-actions-grid,
    .cash-shift-ledgers,
    .cash-report-meta,
    .cash-report-summary,
    .cash-report-columns,
    .cash-report-signatures {
        grid-template-columns: 1fr;
    }

    .cash-movement > div:last-child,
    .cash-report-number {
        text-align: left;
    }

    .cash-report-page {
        width: calc(100% - 20px);
        padding: 22px 18px;
    }

    .cash-report-summary article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .cash-report-summary article:last-child {
        border-bottom: 0;
    }
}

@media print {
    .cash-report-page {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .cash-report-table-section table {
        break-inside: auto;
    }

    .cash-report-table-section tr {
        break-inside: avoid;
    }
}

.stop-bulk-bar {
    position: sticky;
    top: 78px;
    z-index: 12;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 12px 18px;
    align-items: center;
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .1);
    backdrop-filter: blur(12px);
}

.stop-bulk-bar > .inline-actions {
    justify-self: end;
    margin: 0;
}

.stop-bulk-bar [data-stop-bulk-status] {
    grid-column: 1 / -1;
    min-height: 1em;
}

.stop-select-all {
    margin: 0;
}

.stop-card {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.stop-card-select {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .1);
    cursor: pointer;
}

.stop-card-select input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.stop-card form {
    grid-column: 2;
    justify-self: start;
}

.stop-card.is-stopped {
    opacity: .62;
    background: #f8f4f0;
}

.stop-card img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 8px;
}

.switch-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-weight: 800;
}

.kitchen-board {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 14px;
    align-items: start;
}

.kitchen-column {
    min-height: 240px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #f8f7f3;
}

.kitchen-column h2 {
    margin: 0 0 12px;
    font-size: 1rem;
}

.kitchen-ticket {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08);
}

.ticket-items {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 18px;
}

.schedule-grid {
    display: grid;
    gap: 10px;
}

.schedule-row {
    display: grid;
    grid-template-columns: 48px 1fr 1fr 120px auto;
    gap: 10px;
    align-items: center;
}

.audit-list,
.chart-list {
    display: grid;
    gap: 10px;
}

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

.chart-list span em {
    font-style: normal;
    color: var(--muted);
}

.payment-layout,
.store-page {
    width: min(960px, calc(100% - 32px));
    margin: 48px auto;
}

.payment-card,
.store-page-content {
    padding: clamp(22px, 4vw, 40px);
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(16, 24, 40, .08);
}

.payment-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 20px 0 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fafc;
}

.payment-status span {
    color: var(--muted);
    font-weight: 800;
}

.payment-status strong {
    font-size: 24px;
}

.payment-status.is-paid {
    border-color: rgba(22, 163, 74, .32);
    background: rgba(22, 163, 74, .08);
}

.payment-status.is-failed {
    border-color: rgba(220, 38, 38, .32);
    background: rgba(220, 38, 38, .08);
}

.payment-status.is-pending {
    border-color: rgba(245, 158, 11, .32);
    background: rgba(245, 158, 11, .1);
}

.store-page-head {
    margin-bottom: 18px;
}

.store-page-head h1 {
    margin: 8px 0 0;
    font-size: clamp(2rem, 5vw, 4rem);
}

.store-page-content {
    line-height: 1.75;
    font-size: 1.05rem;
}

.store-page-requisites {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    color: inherit;
    font-weight: 650;
}

@media (max-width: 980px) {
    .ops-summary,
    .analytics-grid,
    .kitchen-board {
        grid-template-columns: 1fr;
    }

    .schedule-row {
        grid-template-columns: 1fr 1fr;
    }

    .schedule-row b {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .stop-bulk-bar {
        top: 108px;
        grid-template-columns: 1fr;
    }

    .stop-bulk-bar > .inline-actions {
        display: grid;
        width: 100%;
        justify-self: stretch;
    }

    .stop-bulk-bar [data-stop-bulk-status] {
        grid-column: auto;
    }

    .stop-card {
        grid-template-columns: 64px 1fr;
    }

    .stop-card form {
        grid-column: 1 / -1;
    }

    .schedule-row {
        grid-template-columns: 1fr;
    }
}

.delivery-admin-grid .form-grid.four,
.delivery-admin-card .form-grid.four,
.delivery-zone-form .form-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.delivery-admin-card .field input,
.delivery-zone-form .field input,
.delivery-zone-form .field select {
    min-width: 0;
}

.delivery-map-panel {
    display: grid;
    gap: 10px;
}

.delivery-map-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.delivery-map-search input {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    color: var(--text);
    background: #fff;
}

.map-key-warning {
    display: grid;
    gap: 5px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(245, 158, 11, .32);
    border-radius: 12px;
    background: #fffbeb;
    color: #78350f;
}

.map-key-warning strong {
    color: #78350f;
}

.map-key-warning span {
    color: #92400e;
    line-height: 1.45;
}

.map-key-warning a {
    color: #7c2d12;
    font-weight: 900;
}

.zone-manual-editor {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.zone-manual-editor > div:first-child {
    display: grid;
    gap: 4px;
}

.zone-manual-editor strong {
    color: var(--text);
}

.zone-manual-editor span {
    color: var(--muted);
    line-height: 1.45;
}

.zone-manual-editor.is-fallback-active {
    border-color: rgba(217, 40, 31, .26);
    box-shadow: 0 16px 36px rgba(217, 40, 31, .10);
}

.zone-manual-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

.zone-points-list {
    display: grid;
    gap: 8px;
}

.zone-points-empty,
.zone-point-row {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fafc;
}

.zone-point-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.zone-point-row code {
    min-width: 0;
    overflow: hidden;
    color: #111827;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zone-point-row span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.zone-point-row .button[disabled] {
    cursor: not-allowed;
    opacity: .45;
}

@media (max-width: 620px) {
    .zone-manual-row,
    .zone-point-row {
        grid-template-columns: 1fr;
    }

    .zone-point-row span {
        justify-content: stretch;
    }

    .zone-point-row .button {
        flex: 1 1 0;
    }
}

.button.is-active,
.button-soft.is-active {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
}

.delivery-map,
.checkout-map {
    min-height: 420px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
}

.checkout-zone-picker {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.checkout-address-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

.checkout-address-search .field {
    min-width: 0;
}

.checkout-address-search .button {
    min-height: 48px;
    white-space: nowrap;
}

.checkout-zone-select-field {
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.checkout-zone-select-field small {
    color: var(--muted);
    font-weight: 650;
    line-height: 1.35;
}

.checkout-zone-select-field select {
    min-height: 48px;
}

.checkout-zone-status {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.checkout-zone-status span,
.delivery-zone-card small {
    color: var(--muted);
}

.delivery-zone-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.delivery-zone-card strong {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zone-color-dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(16, 24, 40, .08);
}

.map-error {
    display: grid;
    place-items: center;
    padding: 20px;
    color: var(--danger);
    font-weight: 850;
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sticky-actions {
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(247, 245, 241, .92);
}

.settings-editor .sticky-actions {
    position: sticky;
    bottom: 18px;
    z-index: 15;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 54px rgba(17, 24, 39, .16);
    backdrop-filter: blur(18px);
}

.settings-save-state {
    color: #667085;
    font-size: 14px;
    font-weight: 850;
}

.settings-editor.is-saving .settings-save-state {
    color: var(--primary);
}

.settings-editor .sticky-actions .button {
    min-width: min(100%, 260px);
}

.compact-actions {
    padding: 0;
}

.drag-cell {
    width: 44px;
}

.drag-handle {
    width: 34px;
    height: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
    cursor: grab;
    font-weight: 900;
}

tr.is-dragging {
    opacity: .45;
}

.product-image-button,
.product-title-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.product-title-button h3 {
    transition: color .18s ease;
}

.product-title-button:hover h3 {
    color: var(--primary);
}

.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(14, 18, 26, .58);
}

.product-modal {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(320px, .7fr);
    width: min(1040px, 100%);
    max-height: min(840px, calc(100vh - 48px));
    overflow: hidden;
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
}

.modal-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.modal-content {
    display: grid;
    gap: 16px;
    align-content: start;
    max-height: min(840px, calc(100vh - 48px));
    overflow: auto;
    padding: 28px;
}

.modal-content h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.02;
}

.modal-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 80;
    max-width: 360px;
    padding: 13px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--success);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.toast[data-type="error"] {
    background: var(--danger);
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.promo-admin-grid {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.promo-admin-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.promo-admin-card img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
}

.promo-admin-card div {
    padding: 18px;
}

.promo-admin-card h2,
.promo-admin-card p {
    margin: 0 0 10px;
}

.promo-admin-card p,
.meta-line {
    color: var(--muted);
}

.meta-line {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 750;
}

.meta-line span {
    padding: 7px 9px;
    border-radius: 8px;
    background: var(--surface-2);
}

.editable-promo {
    display: block;
}

.promo-edit-form {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.half-builder {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(420px, 1fr);
    gap: 24px;
    align-items: center;
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: 34px 0;
    scroll-margin-top: 112px;
}

.half-builder-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.02;
}

.half-builder-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}

.half-builder-card {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.half-preview {
    position: relative;
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--surface-2);
    overflow: hidden;
}

.half-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.half-left {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.half-right {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    transform: scaleX(-1);
}

.half-controls {
    display: grid;
    gap: 14px;
}

.cart-half-thumb {
    position: relative;
    width: 96px;
    height: 76px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--surface-2);
}

.cart-half-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-half-thumb img:first-child {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.cart-half-thumb img:last-child {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    transform: scaleX(-1);
}

.empty-state {
    min-height: calc(100vh - 72px);
    display: grid;
    place-items: center;
    padding: 24px;
    text-align: center;
}

.empty-state h1 {
    margin: 0 0 12px;
    font-size: clamp(36px, 7vw, 72px);
}

.empty-state p {
    color: var(--muted);
}

/* Modern visual refresh */
:root {
    --bg: #f6f4ef;
    --surface: #fffefa;
    --surface-2: #ebe7de;
    --text: #111722;
    --muted: #687084;
    --line: #ded8ca;
    --primary: #e83b2f;
    --accent: #172037;
    --success: #12715b;
    --danger: #b42318;
    --shadow: 0 18px 55px rgba(17, 23, 34, .12);
    --shadow-soft: 0 10px 30px rgba(17, 23, 34, .08);
    --page-wide: 1280px;
    --page-narrow: 1080px;
}

body {
    background:
        linear-gradient(180deg, rgba(255, 254, 250, .72), rgba(246, 244, 239, 0) 360px),
        var(--bg);
    letter-spacing: 0;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(17, 23, 34, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 23, 34, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 620px);
}

.topbar {
    min-height: 76px;
    background: rgba(255, 254, 250, .82);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8), 0 14px 34px rgba(17, 23, 34, .05);
}

.brand {
    font-weight: 900;
}

.brand-mark,
.avatar {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.topnav a,
.side-nav a,
.category-nav a {
    border: 1px solid transparent;
    font-weight: 800;
}

.topnav a.is-active,
.topnav a:hover,
.side-nav a:hover,
.category-nav a:hover {
    border-color: rgba(17, 23, 34, .06);
    background: rgba(255, 255, 255, .72);
    box-shadow: var(--shadow-soft);
}

.button {
    border-radius: 8px;
    background: linear-gradient(180deg, #f05243, var(--primary));
    box-shadow: 0 12px 26px rgba(232, 59, 47, .24);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(232, 59, 47, .28);
}

.button-soft,
.button-ghost {
    color: var(--text);
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
}

.platform-page {
    background: transparent;
}

.platform-hero,
.restaurant-hero {
    isolation: isolate;
}

.platform-hero {
    min-height: 680px;
}

.platform-hero-image,
.hero-image {
    filter: saturate(1.05) contrast(1.04);
}

.platform-hero-shade {
    background:
        linear-gradient(90deg, rgba(10, 14, 24, .94), rgba(10, 14, 24, .66) 46%, rgba(10, 14, 24, .18)),
        linear-gradient(180deg, transparent 60%, rgba(10, 14, 24, .46));
}

.platform-hero::after,
.restaurant-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 78%);
}

.platform-hero-content,
.restaurant-hero-content {
    width: min(920px, calc(100% - var(--page-gutter) - var(--page-gutter)));
}

.platform-hero-content h1,
.restaurant-hero-content h1 {
    max-width: 840px;
    font-size: 72px;
    line-height: .96;
    letter-spacing: 0;
}

.platform-hero-content > p,
.restaurant-hero-content p {
    max-width: 680px;
    font-size: 20px;
}

.platform-hero-facts {
    gap: 8px;
}

.platform-hero-facts span,
.store-meta span,
.nutrition-row span,
.meta-line span,
.status-pill {
    border: 1px solid rgba(255, 255, 255, .12);
}

.platform-hero-facts span {
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
}

.platform-proof,
.platform-feature-grid article,
.platform-admin-panel,
.platform-phone,
.restaurant-preview-card,
.settings-section,
.summary-card,
.form-card,
.auth-card,
.cart-item,
.order-card,
.product-panel,
.empty-card,
.success-card,
.domain-card,
.domain-address-card,
.domain-dns-card,
.promo-admin-card,
.delivery-admin-card,
.delivery-zone-card,
.modifier-row,
.variant-row {
    border-color: rgba(17, 23, 34, .09);
    background: rgba(255, 254, 250, .86);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(12px);
}

.platform-section {
    padding-top: 96px;
}

.platform-section-head h2,
.platform-showcase-copy h2,
.platform-admin-copy h2,
.platform-domains h2,
.platform-final h2,
.section-heading h1,
.section-heading h2,
.half-builder-copy h2,
.modal-content h2 {
    letter-spacing: 0;
}

.platform-section-head h2,
.platform-showcase-copy h2,
.platform-admin-copy h2,
.platform-domains h2,
.platform-final h2 {
    font-size: 54px;
    line-height: 1;
}

.platform-feature-grid article {
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.platform-feature-grid article::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #f0b429, var(--success));
}

.feature-icon {
    color: var(--primary);
    background: rgba(232, 59, 47, .09);
    border: 1px solid rgba(232, 59, 47, .16);
}

.platform-phone {
    transform: rotate(0);
    border-color: rgba(17, 23, 34, .18);
}

.platform-admin-panel {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(23, 32, 55, .98), rgba(37, 49, 76, .95)),
        var(--accent);
}

.platform-admin-panel .admin-panel-grid div,
.admin-order-list span {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .14);
}

.platform-domains img,
.restaurant-preview-card img,
.promo-strip img,
.product-card img {
    filter: saturate(1.06) contrast(1.03);
}

.platform-final {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(23, 32, 55, .98), rgba(232, 59, 47, .88)),
        var(--accent);
    overflow: hidden;
}

.restaurant-hero {
    min-height: 620px;
    border-bottom: 1px solid rgba(17, 23, 34, .1);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(10, 14, 24, .92), rgba(10, 14, 24, .58) 48%, rgba(10, 14, 24, .14)),
        linear-gradient(180deg, rgba(10, 14, 24, .12), rgba(10, 14, 24, .54));
}

.eyebrow {
    letter-spacing: 0;
}

.store-meta span,
.store-contacts a,
.cart-pill {
    color: #fff;
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
}

.promo-strip {
    gap: 14px;
    padding-top: 24px;
}

.promo-strip article {
    min-height: 220px;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
}

.menu-layout {
    grid-template-columns: 184px minmax(0, 1fr);
    gap: 28px;
    padding-top: 44px;
}

.category-nav {
    top: 100px;
    padding: 10px;
    border: 1px solid rgba(17, 23, 34, .08);
    border-radius: 8px;
    background: rgba(255, 254, 250, .78);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(12px);
}

.category-nav a {
    color: var(--muted);
}

.product-grid {
    gap: 20px;
}

.product-card {
    position: relative;
    border-color: rgba(17, 23, 34, .08);
    background: rgba(255, 254, 250, .9);
    box-shadow: var(--shadow-soft);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(232, 59, 47, .22);
    box-shadow: 0 20px 48px rgba(17, 23, 34, .14);
}

.product-card img {
    aspect-ratio: 1.12;
}

.product-body {
    gap: 18px;
    padding: 18px;
}

.product-body h3 {
    font-size: 22px;
    line-height: 1.08;
}

.product-body p {
    color: #596173;
}

.product-footer strong {
    font-size: 20px;
}

.floating-cart {
    box-shadow: 0 18px 42px rgba(232, 59, 47, .28);
}

.owner-shell {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
}

.owner-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    padding: 16px;
    border: 1px solid rgba(17, 23, 34, .08);
    border-radius: 8px;
    background: rgba(255, 254, 250, .82);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(12px);
}

.owner-sidebar h1 {
    margin: 12px 0 16px;
    font-size: 28px;
    line-height: 1;
}

.settings-section {
    padding: 24px;
}

.table-card,
.admin-card,
.metric-card,
.diagnostic-card {
    border-color: rgba(17, 23, 34, .09);
    background: rgba(255, 254, 250, .86);
    box-shadow: var(--shadow-soft);
}

table {
    min-width: 820px;
}

th {
    color: #7a8191;
    letter-spacing: 0;
}

.field input,
.field select,
.field textarea,
.subdomain-field,
.inline-form input,
.status-form select,
.cart-item input,
.table-input {
    border-color: rgba(17, 23, 34, .12);
    background: rgba(255, 255, 255, .86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.table-input:focus {
    outline: 3px solid rgba(232, 59, 47, .14);
    border-color: rgba(232, 59, 47, .42);
}

.checkout-layout,
.order-success,
.auth-screen,
.account-layout {
    padding-top: 52px;
}

.summary-card {
    position: sticky;
    top: 96px;
}

.choice-box {
    background: rgba(255, 254, 250, .58);
}

.product-modal {
    box-shadow: 0 28px 90px rgba(17, 23, 34, .34);
}

.modal-backdrop {
    background: rgba(10, 14, 24, .64);
    backdrop-filter: blur(10px);
}

@media (max-width: 980px) {
    .platform-hero,
    .restaurant-hero {
        min-height: 560px;
    }

    .platform-hero-content h1,
    .restaurant-hero-content h1 {
        font-size: 52px;
    }

    .platform-section-head h2,
    .platform-showcase-copy h2,
    .platform-admin-copy h2,
    .platform-domains h2,
    .platform-final h2,
    .section-heading h1,
    .section-heading h2,
    .half-builder-copy h2 {
        font-size: 42px;
    }

    .owner-sidebar,
    .summary-card {
        position: static;
    }
}

@media (max-width: 680px) {
    .settings-section {
        scroll-margin-top: 140px;
    }

    .platform-hero,
    .restaurant-hero {
        min-height: 520px;
    }

    .platform-hero-content,
    .restaurant-hero-content {
        gap: 16px;
    }

    .platform-hero-content h1,
    .restaurant-hero-content h1 {
        font-size: 40px;
    }

    .platform-hero-content > p,
    .restaurant-hero-content p {
        font-size: 17px;
    }

    .platform-section-head h2,
    .platform-showcase-copy h2,
    .platform-admin-copy h2,
    .platform-domains h2,
    .platform-final h2,
    .section-heading h1,
    .section-heading h2,
    .half-builder-copy h2,
    .modal-content h2 {
        font-size: 34px;
    }

    .menu-layout {
        gap: 18px;
        padding-top: 18px;
    }

    .category-nav {
        border-radius: 0;
        border-inline: 0;
    }

    .product-card:hover {
        transform: none;
    }
}

.payment-diagnostics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.payment-diagnostic-card {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.payment-diagnostic-card span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #475569;
    background: #f1f5f9;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.payment-diagnostic-card strong {
    display: block;
    color: #0f172a;
    font-size: 20px;
}

.payment-diagnostic-card p {
    margin: 6px 0 0;
    color: #64748b;
}

.payment-diagnostic-card code {
    display: block;
    max-width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
    color: #0f172a;
    background: #f8fafc;
    overflow-wrap: anywhere;
}

.payment-diagnostic-card a {
    color: #0f766e;
    font-weight: 900;
}

.payment-diagnostic-card.is-ok {
    border-color: rgba(22, 163, 74, .25);
    background: linear-gradient(135deg, #f0fdf4, #fff);
}

.payment-diagnostic-card.is-ok span {
    color: #166534;
    background: #dcfce7;
}

.payment-diagnostic-card.is-warning {
    border-color: rgba(217, 119, 6, .28);
    background: linear-gradient(135deg, #fffbeb, #fff);
}

.payment-diagnostic-card.is-warning span {
    color: #92400e;
    background: #fef3c7;
}

.payment-diagnostic-card.is-danger {
    border-color: rgba(220, 38, 38, .28);
    background: linear-gradient(135deg, #fef2f2, #fff);
}

.payment-diagnostic-card.is-danger span {
    color: #991b1b;
    background: #fee2e2;
}

.payment-diagnostic-card.is-off {
    background: #f8fafc;
}

[data-ajax-status].is-success {
    color: #166534;
    font-weight: 800;
}

[data-ajax-status].is-error {
    color: #b91c1c;
    font-weight: 800;
}

@media (max-width: 760px) {
    .payment-diagnostics {
        grid-template-columns: 1fr;
    }

    .payment-config-builder {
        padding: 12px;
        border-radius: 14px;
    }

    .provider-config-title,
    .payment-config-builder-head {
        display: grid;
    }

    .provider-config-title a {
        white-space: normal;
    }
}

@media (max-width: 980px) {
    .menu-layout,
    .product-detail,
    .checkout-layout,
    .order-success,
    .owner-shell,
    .account-grid,
    .product-modal,
    .promo-admin-card,
    .half-builder,
    .half-builder-card,
    .delivery-admin-grid,
    .delivery-map-layout,
    .delivery-zone-card {
        grid-template-columns: 1fr;
    }

    .admin-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diagnostics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platform-proof,
    .platform-feature-grid,
    .restaurant-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platform-showcase,
    .platform-admin,
    .platform-domains,
    .workflow-steps {
        grid-template-columns: 1fr;
    }

    .platform-domains img {
        order: 2;
    }

    .platform-admin-copy {
        order: -1;
    }

    .product-media,
    .summary-card,
    .owner-sidebar {
        position: static;
    }

    .menu-layout {
        gap: 18px;
        padding-top: 22px;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-nav {
        position: sticky;
        top: 72px;
        z-index: 12;
        padding: 10px clamp(16px, 5vw, 72px);
        background: rgba(247, 245, 241, .94);
        border-block: 1px solid var(--line);
        backdrop-filter: blur(14px);
    }

    .category-nav,
    .side-nav {
        display: flex;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .cart-pill {
        position: static;
        display: inline-flex;
        margin-top: 18px;
    }

    .restaurant-hero {
        min-height: clamp(420px, 62svh, 560px);
    }

    .half-preview {
        justify-self: center;
        width: min(280px, 72vw);
    }

    .form-grid,
    .form-grid.three,
    .form-grid.four,
    .check-grid,
    .variant-fields,
    .modifier-fields,
    .upload-widget,
    .category-layout-row,
    .manual-order-row {
        grid-template-columns: 1fr;
    }

    .modal-media img {
        min-height: 280px;
        max-height: 360px;
    }
}

@media (max-width: 680px) {
    .refund-form,
    .order-inline-form {
        grid-template-columns: 1fr;
    }

    .topbar {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand user"
            "nav nav";
        gap: 10px 12px;
        align-items: center;
        padding: 10px 16px;
    }

    .delivery-map,
    .checkout-map {
        min-height: 320px;
    }

    .checkout-address-search {
        grid-template-columns: 1fr;
    }

    .checkout-address-search .button {
        width: 100%;
    }

    .brand {
        grid-area: brand;
    }

    .topnav {
        grid-area: nav;
        justify-content: flex-start;
        padding-bottom: 2px;
    }

    .user-area {
        grid-area: user;
        justify-content: flex-start;
    }

    .user-area .avatar {
        display: none;
    }

    .button-ghost {
        min-height: 38px;
        padding: 8px 12px;
    }

    .platform-hero {
        min-height: clamp(560px, 82svh, 720px);
    }

    .platform-hero-content h1 {
        font-size: clamp(52px, 18vw, 84px);
    }

    .platform-hero-content > p {
        font-size: 18px;
    }

    .platform-proof,
    .platform-feature-grid,
    .restaurant-preview-grid,
    .admin-panel-grid,
    .admin-metrics,
    .diagnostics-grid {
        grid-template-columns: 1fr;
    }

    .platform-proof {
        margin-top: 0;
        width: 100%;
        border-inline: 0;
        border-radius: 0;
    }

    .platform-proof div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .platform-proof div:last-child {
        border-bottom: 0;
    }

    .platform-section {
        padding-top: 56px;
        scroll-margin-top: 126px;
    }

    .platform-workflow {
        scroll-margin-top: 126px;
    }

    .platform-section-head h2,
    .platform-showcase-copy h2,
    .platform-admin-copy h2,
    .platform-domains h2,
    .platform-final h2 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .platform-section-head p,
    .platform-showcase-copy p,
    .platform-admin-copy p,
    .platform-domains p,
    .platform-final p {
        font-size: 17px;
    }

    .platform-phone {
        border-width: 7px;
        border-radius: 22px;
    }

    .admin-order-list span {
        align-items: flex-start;
        flex-direction: column;
    }

    .restaurant-hero {
        min-height: auto;
    }

    .restaurant-hero-content {
        padding-top: 44px;
        padding-bottom: 38px;
    }

    .restaurant-hero-content h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .restaurant-hero-content p {
        max-width: 100%;
    }

    .store-meta span,
    .cart-pill {
        font-size: 14px;
    }

    .promo-strip,
    .half-builder,
    .menu-layout {
        padding-inline: 14px;
    }

    .promo-strip article {
        min-height: 160px;
    }

    .half-builder-card {
        padding: 14px;
    }

    .half-builder-copy h2,
    .section-heading h1,
    .section-heading h2 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .product-grid {
        grid-template-columns: repeat(var(--mobile-columns), minmax(0, 1fr));
        gap: 14px;
    }

    .product-body {
        gap: 12px;
        padding: 12px;
    }

    .product-body h3 {
        font-size: 17px;
    }

    .product-body p {
        min-height: 0;
        font-size: 14px;
    }

    .nutrition-row span {
        padding: 5px 6px;
        font-size: 12px;
    }

    .product-footer strong {
        font-size: 15px;
    }

    .product-footer {
        align-items: stretch;
    }

    .product-footer form,
    .product-footer .button {
        width: 100%;
    }

    .settings-section-head.with-action {
        align-items: stretch;
        flex-direction: column;
    }

    .modal-backdrop {
        padding: 10px;
    }

    .product-modal {
        max-height: calc(100dvh - 20px);
    }

    .modal-content {
        padding: 20px;
    }

    .modal-content h2 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .restaurant-preview,
    .cart-item,
    .address-row,
    .inline-form,
    .status-form,
    .domain-connect-form,
    .domain-address-grid,
    .dns-record-grid,
    .domain-checks {
        grid-template-columns: 1fr;
    }

    .domain-card-main {
        align-items: stretch;
        flex-direction: column;
    }

    .domain-card-actions {
        justify-content: flex-start;
    }

    .cart-item img {
        width: 100%;
        height: 180px;
    }

    .demo-users {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .brand > span:last-child {
        max-width: 170px;
    }

    .topnav a,
    .side-nav a,
    .category-nav a {
        padding: 9px 10px;
        font-size: 14px;
    }

    .restaurant-hero-content {
        padding-inline: 14px;
    }

    .store-meta {
        gap: 8px;
    }

    .cart-pill {
        width: 100%;
        justify-content: center;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Reference-faithful catalog flow: the menu follows the signature masthead. */
.storefront-site:is(
    .theme-modern_menu,
    .theme-bold_promo,
    .theme-editorial_clean,
    .theme-dark_neon,
    .theme-fresh_fit,
    .theme-speed_catalog,
    .theme-banner_market,
    .theme-soft_cafe,
    .theme-compact_delivery,
    .theme-asian_minimal,
    .theme-ref_pizza_flow,
    .theme-ref_roll_market,
    .theme-ref_cafe_stories,
    .theme-ref_pizza_halves,
    .theme-ref_family_pizza
) {
    display: flex;
    flex-direction: column;
}

.storefront-site:is(
    .theme-modern_menu,
    .theme-bold_promo,
    .theme-editorial_clean,
    .theme-dark_neon,
    .theme-fresh_fit,
    .theme-speed_catalog,
    .theme-banner_market,
    .theme-soft_cafe,
    .theme-compact_delivery,
    .theme-asian_minimal,
    .theme-ref_pizza_flow,
    .theme-ref_roll_market,
    .theme-ref_cafe_stories,
    .theme-ref_pizza_halves,
    .theme-ref_family_pizza
) > .theme-masthead {
    order: 1;
}

.storefront-site > :is(.theme-category-pills, .theme-story-categories, .reference-category-row) {
    order: 2;
}

.storefront-site > .theme-feature-grid {
    order: 3;
}

.storefront-site:is(
    .theme-modern_menu,
    .theme-bold_promo,
    .theme-editorial_clean,
    .theme-dark_neon,
    .theme-fresh_fit,
    .theme-speed_catalog,
    .theme-banner_market,
    .theme-soft_cafe,
    .theme-compact_delivery,
    .theme-asian_minimal,
    .theme-ref_pizza_flow,
    .theme-ref_roll_market,
    .theme-ref_cafe_stories,
    .theme-ref_pizza_halves,
    .theme-ref_family_pizza
) > .menu-layout {
    order: 4;
}

.storefront-site > .promo-strip {
    order: 5;
}

.storefront-site > .personal-offer-strip {
    order: 6;
}

.storefront-site > .combo-strip {
    order: 7;
}

.storefront-site > .half-builder {
    order: 8;
}

.storefront-site > .store-info-section {
    order: 9;
}

.theme-modern_menu > .menu-layout,
.theme-bold_promo > .menu-layout,
.theme-editorial_clean > .menu-layout,
.theme-dark_neon > .menu-layout,
.theme-fresh_fit > .menu-layout,
.theme-speed_catalog > .menu-layout,
.theme-banner_market > .menu-layout,
.theme-soft_cafe > .menu-layout,
.theme-compact_delivery > .menu-layout,
.theme-asian_minimal > .menu-layout,
.theme-ref_pizza_flow > .menu-layout,
.theme-ref_roll_market > .menu-layout,
.theme-ref_cafe_stories > .menu-layout,
.theme-ref_pizza_halves > .menu-layout,
.theme-ref_family_pizza > .menu-layout {
    margin-top: 0;
}

/* Modern menu mirrors a compact product-first pizzeria storefront. */
.modern-hero-grid {
    min-height: 440px;
}

.modern-hero-copy {
    padding: 46px;
}

.modern-hero-visual,
.modern-hero-visual > img {
    min-height: 440px;
}

.modern-hero-visual > img {
    object-position: center;
}

.theme-modern_menu .menu-layout {
    margin-bottom: 36px;
}

/* Banner market uses one campaign banner and three independent offer tiles. */
.theme-masthead-banner {
    display: grid;
    gap: 18px;
    min-height: 0;
    padding: 0;
    overflow: visible;
    color: #262626;
    background: transparent;
}

.theme-masthead-banner::after {
    display: none;
}

.theme-masthead-banner > div {
    max-width: none;
}

.banner-market-primary {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background: #d91f20;
    box-shadow: 0 20px 50px rgba(122, 18, 25, .16);
}

.banner-market-primary > img {
    position: absolute;
    inset: 0 0 0 auto;
    width: 64%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.03);
}

.banner-market-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #d91f20 0%, #d91f20 38%, rgba(217, 31, 32, .84) 53%, rgba(217, 31, 32, .06) 82%);
}

.banner-market-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 52%;
    min-height: 430px;
    padding: 48px;
}

.theme-masthead-banner .banner-market-copy h1 {
    max-width: 560px;
    color: #fff;
    font-size: 58px;
    line-height: .98;
}

.theme-masthead-banner .banner-market-copy p {
    max-width: 500px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
}

.banner-market-cta {
    margin-top: 28px;
    color: #262626;
    background: #ffd21e;
    border-color: #ffd21e;
}

.banner-market-deals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.banner-market-deal {
    position: relative;
    min-height: 172px;
    overflow: hidden;
    border-radius: 8px;
    color: #191919;
    background: #ffd21e;
}

.banner-market-deal:nth-child(2) {
    color: #fff;
    background: #191919;
}

.banner-market-deal:nth-child(3) {
    color: #fff;
    background: #e3362d;
}

.banner-market-deal > img {
    position: absolute;
    inset: 0 0 0 auto;
    width: 58%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
}

.banner-market-deal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, currentColor 0%, transparent 0%);
    opacity: 0;
}

.banner-market-deal > span {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 58%;
    min-height: 172px;
    padding: 24px;
    background: inherit;
}

.banner-market-deal strong {
    font-size: 23px;
    line-height: 1.05;
}

.banner-market-deal small {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Soft cafe follows an editorial hero, story rail and visual categories. */
.theme-masthead-cafe {
    gap: 18px;
}

.cafe-status-row,
.cafe-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cafe-status-row {
    min-height: 58px;
    padding: 12px 18px;
    border: 1px solid #e6e2de;
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
}

.cafe-status-row b {
    color: #b85b62;
    text-transform: uppercase;
}

.cafe-status-row a,
.cafe-section-title a {
    color: #b85b62;
    font-weight: 800;
}

.cafe-main-hero {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    min-height: 360px;
    overflow: hidden;
    border: 1px solid #e8e2dd;
    border-radius: 8px;
    background: #fff;
}

.cafe-main-hero > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 42px;
}

.theme-masthead-cafe .cafe-main-hero h1 {
    color: #32261f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    line-height: 1.02;
    font-weight: 700;
}

.theme-masthead-cafe .cafe-main-hero p {
    max-width: 430px;
    margin-top: 18px;
    color: #5f5a57;
    font-size: 17px;
}

.cafe-main-hero .button {
    margin-top: 26px;
}

.cafe-main-hero > img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.cafe-section-title {
    margin-top: 4px;
}

.cafe-section-title strong {
    color: #32261f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.cafe-promo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cafe-promo-row article {
    min-height: 154px;
    border-radius: 8px;
}

.cafe-promo-row img {
    min-height: 154px;
}

.cafe-promo-row article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(35, 29, 25, .72), rgba(35, 29, 25, .04));
}

.cafe-promo-row article > div {
    position: absolute;
    z-index: 1;
    inset: auto auto 18px 18px;
    display: grid;
    gap: 5px;
    width: min(70%, 280px);
    color: #fff;
}

.cafe-promo-row article strong {
    position: static;
    max-width: none;
    padding: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    font-size: 19px;
}

.cafe-promo-row article span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cafe-visual-categories {
    gap: 12px;
}

.theme-story-categories.cafe-visual-categories a {
    display: grid;
    grid-template-rows: 66px auto;
    min-width: 118px;
    min-height: 108px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
}

.cafe-visual-categories img {
    width: 66px;
    height: 66px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}

.cafe-visual-categories span {
    align-self: center;
    color: #32261f;
    font-size: 13px;
    text-align: center;
}

/* Express catalog removes the decorative hero and starts with search + menu. */
.theme-masthead-compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
    gap: 12px;
    padding: 16px;
    color: #17191f;
    background: #fff;
    border: 1px solid #e7e9ed;
}

.compact-catalog-head {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.theme-masthead-compact .compact-catalog-head h1 {
    color: #17191f;
    font-size: 30px;
    line-height: 1.1;
}

.theme-masthead-compact .compact-catalog-head p {
    margin-top: 5px;
    color: #667085;
    font-size: 13px;
}

.compact-catalog-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.compact-catalog-actions span {
    color: #667085;
    font-size: 12px;
    line-height: 1.25;
}

.compact-catalog-actions b {
    color: #17191f;
    font-size: 14px;
}

.compact-catalog-search,
.theme-search {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e3e6ea;
    border-radius: 6px;
    background: #f8f9fb;
}

.compact-catalog-search input,
.theme-search input {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 44px 0 15px;
    border: 0;
    outline: 0;
    color: #17191f;
    background: transparent;
    font: inherit;
}

.compact-catalog-search button,
.theme-search button {
    position: absolute;
    right: 6px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #b81420;
    font-size: 20px;
}

.compact-category-shortcuts {
    display: flex;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
}

.compact-category-shortcuts a {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 6px 12px 6px 7px;
    border: 1px solid #e7e9ed;
    border-radius: 6px;
    color: #353944;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.compact-category-shortcuts img {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    object-fit: cover;
}

.theme-compact_delivery .menu-layout {
    margin-bottom: 34px;
}

.theme-compact_delivery .menu-feed {
    gap: 34px;
}

.theme-compact_delivery .section-heading h2 {
    font-size: 30px;
}

.theme-compact_delivery .product-grid {
    gap: 10px;
}

.theme-compact_delivery .product-card {
    border-radius: 6px;
    box-shadow: none;
}

.theme-compact_delivery .product-body {
    padding: 10px;
}

.theme-compact_delivery .product-body h3 {
    font-size: 15px;
}

.theme-compact_delivery .product-body p,
.theme-compact_delivery .nutrition-row {
    display: none;
}

.theme-compact_delivery .product-footer strong {
    font-size: 16px;
}

.theme-compact_delivery .product-footer .button {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 11px;
}

/* Asian minimal uses sushi imagery and tactile category tiles. */
.theme-masthead-asian {
    min-height: 420px;
}

.theme-masthead-asian > div {
    align-items: flex-start;
}

.theme-masthead-asian .button {
    width: auto;
}

.theme-masthead-asian img {
    height: 340px;
    aspect-ratio: 1.3 / 1;
}

.asian-visual-categories a {
    display: grid;
    grid-template-columns: 42px auto;
    gap: 8px;
    min-height: 58px;
    padding: 7px 14px 7px 8px;
}

.asian-visual-categories img {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    object-fit: cover;
}

.theme-asian_minimal > .theme-feature-grid {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: calc(var(--store-section-gap) * -.45) auto var(--store-section-gap);
}

.theme-asian_minimal > .theme-feature-grid .theme-feature-card {
    border-radius: 4px;
    box-shadow: none;
}

/* Keep the full-bleed sea hero inside its viewport on every breakpoint. */
@media (max-width: 1024px) {
    body.page-storefront.storefront-template-ref_sea_market .sea-market-hero > img {
        animation: none;
    }
}

@media (max-width: 980px) {
    .banner-market-primary,
    .banner-market-copy {
        min-height: 360px;
    }

    .theme-masthead-banner .banner-market-copy h1 {
        font-size: 46px;
    }

    .banner-market-deals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner-market-deal:last-child {
        grid-column: 1 / -1;
    }

    .cafe-main-hero {
        grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    }

    .cafe-main-hero > div {
        padding: 30px;
    }

    .theme-masthead-cafe .cafe-main-hero h1 {
        font-size: 42px;
    }

    .theme-masthead-compact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .modern-hero-grid,
    .modern-hero-copy,
    .modern-hero-visual,
    .modern-hero-visual > img {
        min-height: 0;
    }

    .theme-masthead-banner,
    .theme-masthead-cafe,
    .theme-masthead-compact {
        width: calc(100% - 24px);
        margin-top: 14px;
        margin-bottom: 28px;
    }

    .banner-market-primary {
        min-height: 460px;
    }

    .banner-market-primary > img {
        inset: auto 0 0;
        width: 100%;
        height: 54%;
    }

    .banner-market-primary::after {
        background: linear-gradient(180deg, #d91f20 0%, #d91f20 45%, rgba(217, 31, 32, .7) 62%, rgba(217, 31, 32, .08) 86%);
    }

    .banner-market-copy {
        justify-content: flex-start;
        width: 100%;
        min-height: 460px;
        padding: 28px 24px;
    }

    .theme-masthead-banner .banner-market-copy h1 {
        max-width: 100%;
        font-size: 40px;
    }

    .theme-masthead-banner .banner-market-copy p {
        font-size: 15px;
    }

    .banner-market-cta {
        margin-top: 20px;
    }

    .banner-market-deals {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .banner-market-deal,
    .banner-market-deal:last-child {
        flex: 0 0 84%;
        min-height: 150px;
        grid-column: auto;
        scroll-snap-align: start;
    }

    .banner-market-deal > span {
        min-height: 150px;
        padding: 18px;
    }

    .banner-market-deal strong {
        font-size: 19px;
    }

    .cafe-status-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .cafe-main-hero {
        grid-template-columns: 1fr;
    }

    .cafe-main-hero > div {
        padding: 28px 22px;
    }

    .theme-masthead-cafe .cafe-main-hero h1 {
        font-size: 38px;
    }

    .cafe-main-hero > img {
        height: 230px;
        min-height: 230px;
    }

    .cafe-promo-row {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .cafe-promo-row article {
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    .compact-catalog-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .compact-catalog-actions {
        justify-content: space-between;
        width: 100%;
    }

    .compact-catalog-actions .button {
        width: auto;
    }

    .theme-masthead-compact .compact-catalog-head h1 {
        font-size: 28px;
    }

    .theme-compact_delivery .menu-layout {
        display: block;
    }

    .theme-compact_delivery .theme-order-aside {
        display: none;
    }

    .theme-compact_delivery .product-grid {
        grid-template-columns: 1fr;
    }

    .theme-compact_delivery .product-card {
        grid-template-columns: 116px minmax(0, 1fr);
        grid-template-rows: 1fr;
        min-height: 126px;
    }

    .theme-compact_delivery .product-image-button,
    .theme-compact_delivery .product-image-button img {
        width: 116px;
        height: 100%;
        min-height: 126px;
        aspect-ratio: auto;
    }

    .theme-compact_delivery .product-body {
        min-width: 0;
    }

    .theme-masthead-asian {
        min-height: 0;
    }

    .theme-masthead-asian img {
        height: 250px;
    }

    .theme-asian_minimal > .theme-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0;
    }
}

@media (max-width: 420px) {
    .theme-asian_minimal > .theme-feature-grid {
        grid-template-columns: 1fr;
    }
}

body.page-storefront.storefront-template-modern_menu .theme-masthead-modern .modern-hero-actions .button-soft {
    color: #172033;
    border: 1px solid rgba(23, 32, 51, .16);
    background: #fff;
    box-shadow: none;
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .half-builder-copy h2,
body.page-storefront.storefront-template-bold_promo .theme-bold_promo .menu-category > .section-heading h2,
body.page-storefront.storefront-template-bold_promo .theme-bold_promo .combo-strip > .section-heading h2 {
    color: #fff;
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .category-nav {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(21, 23, 29, .96);
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .category-nav a {
    color: #fff;
    background: transparent;
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .category-nav a:hover,
body.page-storefront.storefront-template-bold_promo .theme-bold_promo .category-nav a.is-active {
    color: #fff;
    background: var(--restaurant-primary);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card .product-body p {
    display: none;
}

/* Keep the refresh stable after legacy responsive rules. */
@media (max-width: 980px) {
    .platform-hero-content h1,
    .restaurant-hero-content h1 {
        font-size: 52px;
    }

    .platform-section-head h2,
    .platform-showcase-copy h2,
    .platform-admin-copy h2,
    .platform-domains h2,
    .platform-final h2,
    .section-heading h1,
    .section-heading h2,
    .half-builder-copy h2 {
        font-size: 42px;
    }
}

@media (max-width: 680px) {
    .platform-hero-content h1,
    .restaurant-hero-content h1 {
        font-size: 40px;
    }

    .platform-hero-content > p,
    .restaurant-hero-content p {
        font-size: 17px;
    }

    .platform-section-head h2,
    .platform-showcase-copy h2,
    .platform-admin-copy h2,
    .platform-domains h2,
    .platform-final h2,
    .section-heading h1,
    .section-heading h2,
    .half-builder-copy h2,
    .modal-content h2 {
        font-size: 34px;
    }
}

/* KLab Neo UI refresh. */
:root {
    --bg: #090a0d;
    --surface: #fbfcfe;
    --surface-2: #eef1f4;
    --text: #11151c;
    --muted: #697181;
    --line: #dfe4ea;
    --border: #dfe4ea;
    --primary: #d9281f;
    --accent: #111318;
    --success: #0b7a5a;
    --danger: #c6281f;
    --neo-ink: #090a0d;
    --neo-panel: #111318;
    --neo-panel-2: #171a21;
    --neo-red: #d9281f;
    --neo-lime: #2f9e69;
    --neo-cyan: #65d8ff;
    --neo-paper: #fbfcfe;
    --neo-paper-2: #f1f4f7;
    --neo-muted: #aeb6c4;
    --shadow: 0 24px 70px rgba(0, 0, 0, .22);
    --shadow-soft: 0 16px 42px rgba(0, 0, 0, .12);
    --page-wide: 1320px;
    --page-narrow: 1080px;
    --page-form: 1120px;
}

html {
    background: var(--neo-ink);
}

body.app-shell {
    color: var(--text);
    background: var(--neo-ink);
}

body.app-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255, 59, 48, .12), transparent 34%),
        linear-gradient(315deg, rgba(47, 158, 105, .12), transparent 34%);
    background-size: 56px 56px, 56px 56px, 100% 100%, 100% 100%;
    mask-image: none;
}

main {
    position: relative;
    isolation: auto;
}

.topbar {
    min-height: 74px;
    color: #fff;
    background: rgba(7, 8, 11, .92);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}

.topbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neo-red), var(--neo-lime), transparent);
    opacity: .55;
}

.brand {
    color: #fff;
    font-weight: 950;
}

.brand-mark,
.avatar {
    width: 42px;
    height: 42px;
    color: #fff;
    background: var(--neo-red);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: none;
}

.brand-logo {
    background: #fff;
}

.brand-word {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-size: 19px;
    letter-spacing: 0;
}

.brand-word b {
    color: var(--neo-lime);
    font: inherit;
}

.topnav a,
.side-nav a,
.category-nav a {
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .64);
    font-weight: 850;
}

.topnav a.is-active,
.topnav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: none;
}

.user-area form {
    margin: 0;
}

.button {
    min-height: 44px;
    border-radius: 8px;
    color: #fff;
    background: var(--neo-red);
    box-shadow: 0 16px 34px rgba(255, 59, 48, .28);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.button:hover {
    transform: translateY(-1px);
    filter: none;
    box-shadow: 0 22px 48px rgba(255, 59, 48, .34);
}

.button-soft,
.button-ghost {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: none;
}

.button-soft:hover,
.button-ghost:hover {
    color: var(--neo-ink);
    background: var(--neo-lime);
    border-color: var(--neo-lime);
    box-shadow: 0 18px 36px rgba(47, 158, 105, .18);
}

.auth-card .button-soft,
.auth-card .button-soft:visited {
    color: var(--neo-ink) !important;
    background: var(--neo-paper-2) !important;
    border: 1px solid var(--line) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.auth-card .button-soft:hover,
.auth-card .button-soft:focus-visible {
    color: #fff !important;
    background: var(--neo-ink) !important;
    border-color: var(--neo-ink) !important;
    box-shadow: 0 14px 30px rgba(9, 10, 13, .16) !important;
}

.button-small {
    min-height: 36px;
    padding: 8px 12px;
}

.flash {
    color: var(--text);
    background: var(--neo-paper);
    border-color: rgba(255, 255, 255, .12);
}

.platform-page {
    overflow: hidden;
    color: #fff;
    background: var(--neo-ink);
}

.platform-hero {
    min-height: 720px;
    align-items: center;
    background: var(--neo-ink);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.platform-hero-image {
    object-position: 68% center;
    opacity: .74;
    filter: saturate(1.12) contrast(1.08);
}

.platform-hero-shade {
    background:
        linear-gradient(90deg, var(--neo-ink) 0%, rgba(9, 10, 13, .98) 34%, rgba(9, 10, 13, .58) 66%, rgba(9, 10, 13, .18)),
        linear-gradient(180deg, rgba(9, 10, 13, .16), var(--neo-ink));
}

.platform-hero::before {
    content: "";
    position: absolute;
    inset: 112px auto 88px max(20px, calc((100vw - var(--page-wide)) / 2));
    width: 9px;
    z-index: 1;
    background: linear-gradient(180deg, var(--neo-red), var(--neo-lime));
}

.platform-hero::after,
.restaurant-hero::after {
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .86), transparent 76%);
}

.platform-hero-content {
    gap: 24px;
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    padding: 104px 0 96px 38px;
}

.platform-hero-content h1 {
    max-width: 820px;
    font-size: 116px;
    line-height: .84;
    font-weight: 950;
    text-transform: uppercase;
}

.platform-hero-content > p {
    max-width: 670px;
    color: rgba(255, 255, 255, .82);
    font-size: 22px;
    line-height: 1.48;
}

.hero-actions {
    gap: 10px;
}

.button-on-dark {
    color: #fff;
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .18);
}

.platform-hero-facts {
    gap: 8px;
    max-width: 760px;
}

.platform-hero-facts span {
    min-height: 38px;
    padding: 9px 12px;
    color: rgba(255, 255, 255, .9);
    background: rgba(17, 19, 24, .78);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(16px);
}

.platform-proof {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: -44px auto 0;
    overflow: hidden;
    color: #fff;
    background: var(--neo-panel);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.platform-proof div {
    border-right-color: rgba(255, 255, 255, .10);
}

.platform-proof strong {
    color: var(--neo-lime);
    font-size: 32px;
}

.platform-proof span {
    color: var(--neo-muted);
}

.platform-section {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    padding-top: 104px;
    color: #fff;
}

.platform-section-head {
    max-width: 900px;
}

.platform-section-head h2,
.platform-showcase-copy h2,
.platform-admin-copy h2,
.platform-domains h2,
.platform-final h2 {
    color: inherit;
    font-size: 58px;
    line-height: .98;
    font-weight: 950;
}

.platform-section-head p,
.platform-showcase-copy p,
.platform-admin-copy p,
.platform-domains p,
.platform-final p {
    color: var(--neo-muted);
    font-size: 20px;
}

.platform-feature-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.platform-feature-grid article,
.workflow-steps article {
    position: relative;
    min-height: 232px;
    padding: 24px;
    color: #fff;
    background: var(--neo-panel);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: none;
    overflow: hidden;
}

.platform-feature-grid article::before {
    display: none;
}

.platform-feature-grid article:nth-child(1),
.platform-feature-grid article:nth-child(2) {
    grid-column: span 3;
}

.platform-feature-grid article:nth-child(n + 3) {
    grid-column: span 2;
}

.platform-feature-grid article:nth-child(1) {
    color: #fff;
    background: var(--neo-red);
}

.platform-feature-grid article:nth-child(2) {
    color: var(--neo-ink);
    background: var(--neo-paper);
}

.platform-feature-grid article:nth-child(5) {
    color: var(--neo-ink);
    background: var(--neo-lime);
}

.platform-feature-grid h3,
.workflow-steps h3 {
    font-size: 24px;
    line-height: 1.05;
}

.platform-feature-grid p,
.workflow-steps p {
    color: currentColor;
    opacity: .72;
}

.feature-icon,
.workflow-steps strong {
    color: var(--neo-ink);
    background: var(--neo-lime);
    border: 0;
}

.platform-feature-grid article:nth-child(1) .feature-icon,
.platform-feature-grid article:nth-child(5) .feature-icon {
    color: #fff;
    background: var(--neo-ink);
}

.platform-showcase,
.platform-admin,
.platform-domains {
    align-items: center;
    gap: 64px;
}

.platform-showcase {
    padding: 72px;
    background: var(--neo-paper);
    color: var(--neo-ink);
    border: 1px solid rgba(255, 255, 255, .10);
}

.platform-showcase-copy p {
    color: #586171;
}

.platform-check-list li {
    color: var(--neo-ink);
}

.platform-check-list li::before {
    border-radius: 8px;
    background: var(--neo-red);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .5);
}

.platform-phone {
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 8px;
    background: var(--neo-ink);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .22);
}

.platform-phone-top {
    color: #fff;
    background: var(--neo-ink);
}

.platform-phone-top span {
    border-radius: 8px;
    background: var(--neo-lime);
}

.platform-phone-body {
    color: #fff;
    background: var(--neo-ink);
}

.platform-phone-body p {
    color: var(--neo-muted);
}

.platform-phone-body span {
    color: var(--neo-ink);
    background: var(--neo-lime);
}

.platform-workflow {
    margin-top: 104px;
    background:
        linear-gradient(90deg, rgba(255, 59, 48, .16), transparent 34%),
        var(--neo-panel);
    border-block: 1px solid rgba(255, 255, 255, .09);
}

.workflow-steps article {
    background: rgba(255, 255, 255, .06);
}

.workflow-steps strong {
    color: var(--neo-ink);
    background: var(--neo-lime);
}

.platform-admin-panel {
    color: var(--neo-ink);
    background: var(--neo-paper);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.admin-panel-grid div {
    background: var(--neo-ink);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
}

.admin-panel-grid small,
.admin-order-list span {
    color: #697181;
}

.admin-order-list span {
    background: #fff;
}

.admin-order-list b {
    color: var(--neo-red);
}

.platform-admin-copy {
    color: #fff;
}

.platform-domains {
    padding: 72px 0;
}

.platform-domains img {
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
}

.domain-example-row span {
    color: #fff;
    background: var(--neo-panel);
    border-color: rgba(255, 255, 255, .10);
}

.restaurant-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.restaurant-preview-card {
    color: var(--neo-ink);
    background: var(--neo-paper);
    border-color: rgba(255, 255, 255, .10);
    box-shadow: none;
}

.restaurant-preview-card:hover {
    transform: translateY(-3px);
}

.restaurant-preview-note {
    color: #fff;
    background: var(--neo-red);
}

.restaurant-preview-note small {
    color: rgba(255, 255, 255, .76);
}

.platform-final {
    color: #fff;
    background:
        linear-gradient(135deg, var(--neo-red), #991f18 55%, var(--neo-ink));
    border-top: 1px solid rgba(255, 255, 255, .10);
}

body.page-storefront {
    color: #fff;
    background: var(--neo-ink);
}

body.page-storefront .checkout-main > .section-heading h1 {
    color: inherit;
}

.restaurant-hero {
    min-height: 640px;
    align-items: center;
    background: var(--neo-ink);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hero-image {
    object-position: center;
    filter: saturate(1.15) contrast(1.08);
}

.hero-overlay {
    background:
        linear-gradient(90deg, var(--neo-ink) 0%, rgba(9, 10, 13, .94) 36%, rgba(9, 10, 13, .46) 69%, rgba(9, 10, 13, .16)),
        linear-gradient(180deg, rgba(9, 10, 13, .02), var(--neo-ink));
}

.restaurant-hero-content {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    padding: 88px 0 94px 38px;
}

.restaurant-hero-content h1 {
    max-width: 780px;
    color: #fff;
    font-size: 82px;
    line-height: .9;
    font-weight: 950;
}

.restaurant-hero-content p {
    max-width: 650px;
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
}

.eyebrow,
body.page-storefront .eyebrow,
body.page-owner .eyebrow {
    color: var(--neo-lime);
    letter-spacing: 0;
}

.store-meta,
.store-contacts {
    gap: 8px;
    flex-wrap: wrap;
}

.store-meta span,
.store-contacts a,
.cart-pill {
    color: #fff;
    background: rgba(17, 19, 24, .78);
    border: 1px solid rgba(255, 255, 255, .13);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

.cart-pill:hover,
.store-contacts a:hover {
    color: var(--neo-ink);
    background: var(--neo-lime);
    border-color: var(--neo-lime);
}

.promo-strip,
.half-builder,
.menu-layout {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
}

.promo-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 14px;
    padding-top: 34px;
}

.promo-strip article {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 210px;
    overflow: hidden;
    color: #fff;
    background: var(--neo-panel);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: none;
}

.promo-strip img {
    height: 100%;
    min-height: 210px;
    border-radius: 0;
}

.promo-strip div {
    align-content: end;
    padding: 22px;
}

.promo-strip h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1;
}

.promo-strip p {
    color: var(--neo-muted);
}

.half-builder {
    align-items: center;
    gap: 48px;
    padding: 92px 0 58px;
    color: #fff;
}

.half-builder-copy h2 {
    color: #fff;
    font-size: 64px;
    line-height: .95;
    font-weight: 950;
}

.half-builder-copy p {
    color: var(--neo-muted);
    font-size: 20px;
}

.half-builder-card {
    color: var(--neo-ink);
    background: var(--neo-paper);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 26px 72px rgba(0, 0, 0, .22);
}

.half-preview {
    background:
        linear-gradient(90deg, rgba(255, 59, 48, .08), rgba(47, 158, 105, .14)),
        var(--neo-paper-2);
    border: 1px solid var(--line);
}

.menu-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
    padding-top: 58px;
    padding-bottom: 104px;
    scroll-margin-top: 108px;
}

.menu-feed {
    display: grid;
    gap: 68px;
    min-width: 0;
}

.menu-category {
    scroll-margin-top: 112px;
}

.menu-category .section-heading {
    margin-bottom: 22px;
}

.menu-category .section-heading h2 {
    color: #fff;
    font-size: 52px;
    line-height: .95;
    font-weight: 950;
}

.menu-category .section-heading span {
    color: var(--neo-muted);
}

.category-nav {
    top: 96px;
    padding: 10px;
    background: rgba(17, 19, 24, .86);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: none;
}

.category-nav a {
    color: var(--neo-muted);
}

.category-nav a:hover {
    color: var(--neo-ink);
    background: var(--neo-lime);
    border-color: var(--neo-lime);
    box-shadow: none;
}

.product-grid {
    gap: 16px;
}

.product-card {
    overflow: hidden;
    color: var(--neo-ink);
    background: var(--neo-paper);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: none;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 158, 105, .44);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

.product-card img {
    aspect-ratio: 1.06;
}

.product-body {
    gap: 16px;
    padding: 16px;
}

.product-body h3 {
    color: var(--neo-ink);
    font-size: 22px;
    line-height: 1.05;
}

.product-body p {
    color: #667085;
}

.product-title-button:hover h3 {
    color: var(--neo-red);
}

.nutrition-row {
    gap: 6px;
}

.nutrition-row span,
.meta-line span {
    color: #46505f;
    background: var(--neo-paper-2);
    border-color: #e1e5eb;
}

.product-footer strong {
    color: var(--neo-ink);
    font-size: 21px;
}

.product-footer .button {
    box-shadow: none;
}

.floating-cart {
    right: 24px;
    bottom: 24px;
    width: 68px;
    height: 68px;
    border-radius: 8px;
    color: #fff;
    background: var(--neo-red);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 22px 54px rgba(255, 59, 48, .34);
}

.floating-cart:hover {
    transform: translateY(-2px);
}

.floating-cart span {
    top: -7px;
    right: -7px;
    color: var(--neo-ink);
    background: var(--neo-lime);
}

.store-footer {
    color: var(--neo-muted);
    background: var(--neo-panel);
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.store-contacts-footer a {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .10);
}

body.page-owner,
body.page-account,
body.page-system {
    color: #fff;
    background: var(--neo-ink);
}

.owner-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 26px;
    width: min(1400px, calc(100% - var(--page-gutter) - var(--page-gutter)));
    padding: 32px 0 86px;
}

.owner-sidebar {
    top: 98px;
    color: #fff;
    background: rgba(17, 19, 24, .88);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.owner-sidebar::before {
    content: "";
    display: block;
    width: 48px;
    height: 5px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, var(--neo-red), var(--neo-lime));
}

.owner-sidebar h1 {
    color: #fff;
    font-size: 26px;
    line-height: 1.02;
}

.owner-sidebar p,
.back-link {
    color: var(--neo-muted);
}

.side-nav {
    gap: 8px;
}

.side-nav a {
    color: var(--neo-muted);
    border-color: rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
}

.side-nav a:hover {
    color: var(--neo-ink);
    background: var(--neo-lime);
    border-color: var(--neo-lime);
    box-shadow: none;
}

.owner-content {
    color: #fff;
    min-width: 0;
    max-width: 100%;
}

.owner-content .section-heading {
    margin-bottom: 24px;
}

.owner-content .section-heading h1,
.owner-content .section-heading h2,
.account-head h1 {
    color: #fff;
    font-size: 56px;
    line-height: .94;
    font-weight: 950;
}

.owner-content .section-heading span,
.account-head p {
    color: var(--neo-muted);
}

.owner-content > .inline-form {
    padding: 14px;
    background: rgba(17, 19, 24, .82);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
}

.restaurant-preview,
.admin-card,
.form-card,
.summary-card,
.table-card,
.table-wrap,
.order-card,
.empty-card,
.auth-card,
.success-card,
.settings-section,
.domain-card,
.domain-address-card,
.domain-dns-card,
.promo-admin-card,
.delivery-admin-card,
.delivery-zone-card,
.modifier-row,
.variant-row,
.diagnostic-card,
.metric-card,
.product-panel,
.payment-card,
.store-page-content,
.cart-item {
    color: var(--neo-ink);
    background: var(--neo-paper);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

.table-card,
.table-wrap {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: auto;
    border-radius: 8px;
}

.settings-section {
    gap: 20px;
    padding: 24px;
}

.settings-section-head h2 {
    color: var(--neo-ink);
    font-size: 26px;
}

.settings-section-head p,
.field-hint,
.admin-card p,
.order-card p,
.summary-card dt,
.cart-item p,
.diagnostic-card span,
.diagnostic-card p,
.chart-list span em {
    color: #687181;
}

.restaurant-admin-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 16px;
}

.admin-card {
    border-color: rgba(255, 255, 255, .10);
}

.admin-card > img {
    height: 220px;
}

.admin-card h3 {
    color: var(--neo-ink);
    font-size: 28px;
    line-height: 1;
}

.stat-row span {
    color: #667085;
    background: var(--neo-paper-2);
}

.stat-row strong {
    color: var(--neo-ink);
}

.admin-actions .button-soft,
.table-actions .button-soft,
.settings-section .button-soft,
.form-card .button-soft,
.order-card .button-soft,
.domain-card .button-soft,
.promo-admin-card .button-soft,
.delivery-admin-card .button-soft,
.delivery-zone-card .button-soft {
    color: var(--neo-ink);
    background: #eef2f6;
    border-color: #dde4eb;
}

.admin-actions .button-soft:hover,
.table-actions .button-soft:hover,
.settings-section .button-soft:hover,
.form-card .button-soft:hover,
.order-card .button-soft:hover,
.domain-card .button-soft:hover,
.promo-admin-card .button-soft:hover,
.delivery-admin-card .button-soft:hover,
.delivery-zone-card .button-soft:hover {
    color: #fff;
    background: var(--neo-ink);
    border-color: var(--neo-ink);
}

.orders-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    align-items: start;
}

.order-card {
    position: relative;
    overflow: hidden;
}

.order-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--neo-red), var(--neo-lime));
}

.order-head {
    padding-top: 4px;
}

.order-head strong {
    color: var(--neo-ink);
}

.order-live-pill {
    color: var(--neo-ink);
    background: var(--neo-lime);
    border-color: transparent;
}

.order-live-pill strong {
    color: #fff;
    background: var(--neo-ink);
}

.receipt-mini {
    color: #5f6877;
    background: var(--neo-paper-2);
}

.status-form select,
.field input,
.field select,
.field textarea,
.subdomain-field,
.inline-form input,
.cart-item input,
.table-input {
    color: var(--neo-ink);
    background: #fff;
    border-color: #d9e0e7;
    box-shadow: none;
}

.field span {
    color: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.table-input:focus,
.inline-form input:focus {
    outline: 3px solid rgba(47, 158, 105, .28);
    border-color: #8fcf1f;
}

.form-check-card,
.choice-box,
.upload-widget,
.category-layout-row,
.domain-list > span,
.domain-checks span,
.checkout-zone-status,
.stop-card,
.kitchen-ticket,
.loyalty-card,
.loyalty-mini {
    color: var(--neo-ink);
    background: #fff;
    border-color: #dfe4ea;
}

.color-field input {
    background: #fff;
}

th {
    color: #7a8393;
    background: #f6f8fa;
}

td {
    color: var(--neo-ink);
}

.owner-content table {
    background: var(--neo-paper);
}

.drag-handle {
    color: var(--neo-ink);
    background: var(--neo-paper-2);
}

.ops-summary span,
.audit-list span,
.chart-list span {
    color: var(--neo-ink);
    background: var(--neo-paper);
    border-color: rgba(255, 255, 255, .10);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .12);
}

.ops-summary span {
    min-height: 100px;
    align-items: end;
}

.ops-summary strong {
    color: var(--neo-red);
    font-size: 28px;
}

.kitchen-column {
    background: rgba(17, 19, 24, .82);
    border-color: rgba(255, 255, 255, .10);
}

.kitchen-column h2 {
    color: #fff;
}

.kitchen-ticket {
    box-shadow: none;
}

.delivery-map,
.checkout-map {
    background: #e9edf2;
    border-color: #d9e0e7;
}

.auth-screen,
.account-layout,
.checkout-layout,
.order-success,
.payment-layout,
.store-page {
    color: #fff;
}

.auth-card h1,
.success-card h1,
.product-panel h1,
.store-page-head h1 {
    color: var(--neo-ink);
}

.checkout-main .section-heading h1,
.checkout-main .section-heading h2,
.summary-card h2,
.form-card h2,
.empty-card h2,
.empty-card h3,
.payment-card h1,
.store-page-content h1 {
    color: var(--neo-ink);
}

.modal-backdrop {
    background: rgba(4, 5, 7, .74);
    backdrop-filter: blur(12px);
}

.product-modal {
    color: var(--neo-ink);
    background: var(--neo-paper);
    border: 1px solid rgba(255, 255, 255, .16);
}

.modal-close {
    color: var(--neo-ink);
    background: var(--neo-lime);
}

.modal-content h2 {
    color: var(--neo-ink);
    font-size: 48px;
    line-height: .98;
}

.modal-content p {
    color: #687181;
}

.toast {
    background: var(--neo-ink);
    border: 1px solid rgba(255, 255, 255, .12);
}

.toast[data-type="error"] {
    background: var(--neo-red);
}

.status-pill {
    border-color: transparent;
    color: #5d6573;
    background: #eef2f6;
}

.status-pill.is-ok {
    color: #075f46;
    background: #dff8ed;
}

.status-pill.is-wait {
    color: #9b211a;
    background: #ffe3df;
}

.status-pill.is-danger {
    color: #8f1712;
    background: #ffd5cf;
}

.status-pill.is-muted {
    color: #667085;
    background: #eef2f6;
}

.sticky-actions {
    background: rgba(17, 19, 24, .88);
    border-color: rgba(255, 255, 255, .10);
    backdrop-filter: blur(16px);
}

@media (max-width: 1180px) {
    .platform-hero-content h1 {
        font-size: 92px;
    }

    .restaurant-hero-content h1 {
        font-size: 68px;
    }

    .platform-section-head h2,
    .platform-showcase-copy h2,
    .platform-admin-copy h2,
    .platform-domains h2,
    .platform-final h2 {
        font-size: 48px;
    }

    .platform-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platform-feature-grid article:nth-child(n) {
        grid-column: auto;
    }

    .restaurant-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .platform-hero,
    .restaurant-hero {
        min-height: 560px;
    }

    .platform-hero::before {
        inset: 96px auto 80px var(--page-gutter);
    }

    .platform-hero-content,
    .restaurant-hero-content {
        padding-left: 28px;
    }

    .platform-hero-content h1 {
        font-size: 76px;
    }

    .restaurant-hero-content h1 {
        font-size: 58px;
    }

    .platform-showcase {
        padding: 38px;
    }

    .menu-layout,
    .half-builder,
    .platform-showcase,
    .platform-admin,
    .platform-domains,
    .owner-shell {
        grid-template-columns: 1fr;
    }

    .owner-shell,
    .menu-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .owner-sidebar {
        position: static;
        min-width: 0;
    }

    .category-nav {
        position: sticky;
        top: 74px;
        z-index: 12;
        display: flex;
        overflow-x: auto;
        padding: 10px;
    }

    .category-nav a {
        white-space: nowrap;
    }

    .orders-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .topbar {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand user"
            "nav nav";
        gap: 10px;
        min-height: auto;
        padding: 10px 14px;
    }

    .brand-mark,
    .avatar {
        width: 38px;
        height: 38px;
    }

    .topnav {
        gap: 6px;
    }

    .topnav a {
        padding: 9px 10px;
        font-size: 14px;
    }

    .platform-hero,
    .restaurant-hero {
        min-height: 520px;
    }

    .platform-hero-content,
    .restaurant-hero-content {
        width: min(100%, calc(100% - 28px));
        padding: 58px 0 54px 22px;
    }

    .platform-hero::before {
        inset: 70px auto 58px 14px;
        width: 6px;
    }

    .platform-hero-content h1 {
        font-size: 54px;
    }

    .restaurant-hero-content h1 {
        font-size: 44px;
    }

    .platform-hero-content > p,
    .restaurant-hero-content p,
    .platform-section-head p,
    .platform-showcase-copy p,
    .platform-admin-copy p,
    .platform-domains p,
    .platform-final p,
    .half-builder-copy p {
        font-size: 17px;
    }

    .platform-proof,
    .platform-feature-grid,
    .restaurant-preview-grid,
    .workflow-steps,
    .orders-grid,
    .admin-metrics,
    .ops-summary,
    .domain-address-grid,
    .dns-record-grid,
    .domain-checks {
        grid-template-columns: 1fr;
    }

    .platform-proof {
        width: 100%;
        margin-top: 0;
        border-inline: 0;
        border-radius: 0;
    }

    .platform-proof div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .platform-section {
        width: min(100%, calc(100% - 28px));
        padding-top: 58px;
    }

    .platform-section-head h2,
    .platform-showcase-copy h2,
    .platform-admin-copy h2,
    .platform-domains h2,
    .platform-final h2,
    .half-builder-copy h2,
    .menu-category .section-heading h2,
    .owner-content .section-heading h1,
    .owner-content .section-heading h2,
    .account-head h1,
    .modal-content h2 {
        font-size: 34px;
        line-height: 1;
    }

    .platform-showcase {
        width: 100%;
        padding: 24px 14px;
        border-inline: 0;
    }

    .platform-domains {
        padding: 52px 0 0;
    }

    .platform-final {
        padding: 54px 14px;
    }

    .promo-strip,
    .half-builder,
    .menu-layout,
    .owner-shell {
        width: min(100%, calc(100% - 28px));
    }

    .promo-strip article {
        grid-template-columns: 1fr;
    }

    .promo-strip img {
        min-height: 170px;
    }

    .half-builder {
        gap: 26px;
        padding: 54px 0 32px;
    }

    .menu-layout {
        gap: 22px;
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .category-nav {
        width: calc(100% + 28px);
        margin-left: -14px;
        border-inline: 0;
        border-radius: 0;
    }

    .product-grid {
        grid-template-columns: repeat(var(--mobile-columns), minmax(0, 1fr));
        gap: 12px;
    }

    .product-card:hover {
        transform: none;
    }

    .product-body {
        padding: 12px;
    }

    .product-body h3 {
        font-size: 18px;
    }

    .product-footer {
        align-items: stretch;
    }

    .product-footer form,
    .product-footer .button {
        width: 100%;
    }

    .owner-shell {
        padding-top: 18px;
    }

    .owner-sidebar {
        padding: 14px;
    }

    .owner-content {
        overflow: hidden;
    }

    .owner-content > .inline-form {
        grid-template-columns: 1fr !important;
    }

    .owner-content > .inline-form .button {
        width: 100%;
    }

    .owner-content > .table-card,
    .owner-content > .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .side-nav {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .side-nav a {
        white-space: nowrap;
    }

    .settings-section,
    .form-card,
    .auth-card,
    .success-card,
    .empty-card {
        padding: 18px;
    }

    .floating-cart {
        right: 14px;
        bottom: 14px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 420px) {
    .platform-hero-content h1 {
        font-size: 44px;
    }

    .restaurant-hero-content h1 {
        font-size: 38px;
    }

    .button,
    .button-ghost,
    .button-soft {
        min-height: 40px;
        padding-inline: 12px;
    }

    .platform-hero-facts span,
    .store-meta span,
    .store-contacts a,
    .cart-pill {
        font-size: 13px;
    }
}

.platform-pricing {
    scroll-margin-top: 96px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pricing-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto auto 1fr auto;
    gap: 18px;
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92)),
        var(--surface);
    box-shadow: 0 18px 44px rgba(24, 32, 42, .08);
}

.pricing-card.is-popular {
    border-color: rgba(226, 61, 47, .46);
    box-shadow: 0 24px 70px rgba(226, 61, 47, .16);
}

.pricing-badge {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    color: var(--primary);
    background: rgba(226, 61, 47, .10);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pricing-card-head {
    display: grid;
    gap: 10px;
}

.pricing-card h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
}

.pricing-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.pricing-price {
    display: grid;
    gap: 4px;
}

.pricing-price strong {
    font-size: clamp(32px, 3.4vw, 44px);
    line-height: 1;
}

.pricing-price span,
.pricing-save {
    color: var(--muted);
    font-weight: 800;
}

.pricing-limits {
    display: grid;
    gap: 8px;
}

.pricing-limits span {
    padding: 9px 10px;
    border-radius: 8px;
    color: var(--text);
    background: var(--surface-2);
    font-weight: 850;
}

.pricing-features {
    display: grid;
    align-content: start;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-features li {
    position: relative;
    padding-left: 26px;
    color: var(--text);
    line-height: 1.45;
}

.pricing-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 4px rgba(18, 113, 91, .12);
}

.pricing-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(22, 33, 62, .16);
    border-radius: 8px;
    color: var(--muted);
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 32, 42, .06);
}

.pricing-note strong {
    flex: 0 0 auto;
    color: var(--text);
}

.plan-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.plan-admin-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 32, 42, .07);
}

.plan-create-card {
    margin-bottom: 16px;
    border-color: rgba(255, 59, 48, .18);
    background:
        linear-gradient(135deg, rgba(255, 59, 48, .08), rgba(255, 255, 255, 0) 38%),
        #fff;
}

.plan-admin-card h3 {
    margin: 0 0 3px;
    font-size: 22px;
}

.plan-admin-slug {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.plan-ajax-status {
    min-height: 18px;
    margin-left: auto;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
}

.plan-ajax-status.is-error {
    color: #d6382c;
}

.plan-ajax-status.is-success {
    color: #12715b;
}

.plan-admin-head,
.plan-admin-actions,
.subscription-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.plan-admin-actions {
    align-items: center;
}

.tariff-cell {
    min-width: 360px;
}

.tariff-cell > small {
    display: block;
    margin-top: 3px;
}

.tariff-mini-form {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(110px, .8fr) 132px auto;
    gap: 6px;
    margin-top: 10px;
}

.tariff-mini-form select,
.tariff-mini-form input {
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.tariff-mini-form [data-ajax-status] {
    grid-column: 1 / -1;
}

.subscription-payment-panel {
    display: grid;
    grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr);
    gap: 22px;
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
}

.subscription-payment-panel-head {
    display: grid;
    align-content: start;
    gap: 6px;
}

.subscription-payment-panel-head strong {
    font-size: 20px;
    line-height: 1.15;
}

.subscription-payment-panel-head small {
    color: var(--muted);
    line-height: 1.5;
}

.subscription-payment-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.subscription-payment-form .field {
    gap: 4px;
}

.subscription-payment-form .field span {
    font-size: 12px;
}

.subscription-payment-form input,
.subscription-payment-form select,
.subscription-refund-form input {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.subscription-payment-comment,
.subscription-payment-actions {
    grid-column: 1 / -1;
}

.subscription-payment-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.subscription-payment-actions [data-ajax-status],
.subscription-refund-form [data-ajax-status] {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.subscription-payment-actions [data-ajax-status].is-error,
.subscription-refund-form [data-ajax-status].is-error {
    color: #d6382c;
}

.subscription-payment-actions [data-ajax-status].is-success,
.subscription-refund-form [data-ajax-status].is-success {
    color: #12715b;
}

.subscription-refund-form {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) auto;
    gap: 7px;
    min-width: 360px;
}

.subscription-refund-form [data-ajax-status] {
    grid-column: 1 / -1;
}

.subscription-summary {
    padding: 12px;
    border: 1px solid rgba(18, 113, 91, .18);
    border-radius: 8px;
    background: rgba(18, 113, 91, .06);
}

.subscription-summary span {
    display: grid;
    gap: 2px;
}

.subscription-summary small {
    color: var(--muted);
    font-weight: 750;
}

@media (max-width: 1180px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .subscription-payment-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .plan-admin-grid {
        grid-template-columns: 1fr;
    }

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

    .tariff-mini-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .demo-screen {
        grid-template-columns: minmax(0, 1fr);
    }

    .demo-access-page {
        padding: 22px;
    }

    .demo-hero,
    .demo-reset-panel,
    .demo-admin-grid,
    .demo-account-grid {
        grid-template-columns: 1fr;
    }

    .demo-hero-actions {
        display: grid;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-note,
    .plan-admin-head,
    .plan-admin-actions,
    .subscription-summary {
        display: grid;
        justify-items: start;
    }

    .tariff-cell {
        min-width: 280px;
    }

    .tariff-mini-form {
        grid-template-columns: 1fr;
    }

    .subscription-payment-form,
    .subscription-refund-form {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .subscription-refund-form [data-ajax-status] {
        grid-column: auto;
    }
}

.theme-preset-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.integration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 16px;
}

.theme-preset-card,
.integration-card {
    position: relative;
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 16px;
    border: 1px solid #dfe7ef;
    border-radius: 8px;
    background: #f8fafc;
}

.theme-preset-card {
    cursor: pointer;
}

.theme-preset-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.theme-preset-card.is-active,
.theme-preset-card:has(input:checked) {
    border-color: var(--neo-red, var(--primary));
    background: #fff;
    box-shadow: 0 18px 42px rgba(255, 59, 48, .12);
}

.theme-preset-card strong,
.integration-card strong {
    color: var(--neo-ink, var(--text));
    font-size: 18px;
    line-height: 1.2;
}

.theme-preset-card small,
.integration-card small {
    color: #687181;
    line-height: 1.45;
}

.theme-preview {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: 1fr 1fr;
    gap: 7px;
    height: 98px;
    padding: 10px;
    border-radius: 8px;
    background: #111827;
    overflow: hidden;
}

.theme-preview i {
    display: block;
    border-radius: 6px;
    background: rgba(255, 255, 255, .28);
}

.theme-preview i:first-child {
    grid-row: 1 / 3;
    background: var(--theme-preview-main, #e23d2f);
}

.theme-preview i:nth-child(2) {
    background: var(--theme-preview-second, #fff);
}

.theme-preview i:nth-child(3) {
    background: var(--theme-preview-third, #2f9e69);
}

.theme-preview-modern_menu {
    --theme-preview-main: #e23d2f;
    --theme-preview-second: #f7f5f1;
    --theme-preview-third: #16213e;
}

.theme-preview-bold_promo {
    --theme-preview-main: #ff3b30;
    --theme-preview-second: #111827;
    --theme-preview-third: #2f9e69;
}

.theme-preview-editorial_clean {
    --theme-preview-main: #2f6f4e;
    --theme-preview-second: #ffffff;
    --theme-preview-third: #202124;
    background: #f3f5f2;
}

.theme-preview-dark_neon {
    --theme-preview-main: #ff3b30;
    --theme-preview-second: #0b1020;
    --theme-preview-third: #2f9e69;
    background: #060914;
}

.theme-preview-fresh_fit {
    --theme-preview-main: #4f9f12;
    --theme-preview-second: #f5fbef;
    --theme-preview-third: #243f1f;
    background: #edf7ee;
}

.theme-preview-speed_catalog {
    --theme-preview-main: #f15a24;
    --theme-preview-second: #ffffff;
    --theme-preview-third: #242833;
    background: #fff5ee;
}

.theme-preview-banner_market {
    --theme-preview-main: #e3362d;
    --theme-preview-second: #ffd21e;
    --theme-preview-third: #262626;
    background: #fff3d6;
}

.theme-preview-soft_cafe {
    --theme-preview-main: #ec4f75;
    --theme-preview-second: #f1f3f7;
    --theme-preview-third: #1f2933;
    background: #f6edf2;
}

.theme-preview-compact_delivery {
    --theme-preview-main: #ef3d3a;
    --theme-preview-second: #ffffff;
    --theme-preview-third: #7a1238;
    background: #fff2f3;
}

.theme-preview-asian_minimal {
    --theme-preview-main: #e4262f;
    --theme-preview-second: #ffffff;
    --theme-preview-third: #111111;
    background: #f7f7f7;
}

.theme-swatches {
    display: flex;
    gap: 6px;
}

.theme-swatches i {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(17, 24, 39, .12);
}

.integration-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.integration-card-head .check-line {
    min-height: 0;
    font-weight: 900;
}

.integration-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #101828;
    background: #2f9e69;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.integration-card-max {
    background: linear-gradient(135deg, #f8fafc, #eff6ff);
    border-color: #c7d7fe;
}

.integration-fields {
    display: grid;
    gap: 12px;
}

.secret-clear-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
    gap: 10px;
}

.secret-clear {
    min-height: auto;
    color: #7a2e0e;
    background: #fff7ed;
    border-color: #fed7aa;
    font-size: 13px;
}

.integration-note {
    margin: 0;
    color: #687181;
    font-size: 13px;
    line-height: 1.45;
}

.integration-card-roadmap {
    align-content: start;
    border-style: dashed;
    background: #fff;
}

.integration-doc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.outbound-notification-queue {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #dfe7ef;
}

.settings-subsection-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.settings-subsection-head h3,
.settings-subsection-head p {
    margin: 0;
}

.settings-subsection-head h3 {
    color: var(--neo-ink, var(--text));
    font-size: 20px;
}

.settings-subsection-head p {
    margin-top: 5px;
    color: #687181;
    line-height: 1.45;
}

.outbound-notification-table .outbound-notification-error {
    max-width: 360px;
    overflow-wrap: anywhere;
}

.outbound-notification-queue [data-outbound-notification-feedback].is-success {
    color: #176b42;
}

.outbound-notification-queue [data-outbound-notification-feedback].is-error {
    color: #b42318;
}

@media (max-width: 720px) {
    .settings-subsection-head {
        display: grid;
    }
}

.storefront-site {
    --store-card-padding: 18px;
    --store-section-gap: 44px;
    --store-grid-gap: 18px;
    --store-radius: 10px;
    --store-page-max: var(--page-wide);
    --store-image-ratio: 4 / 3;
    background: transparent;
}

.storefront-site .restaurant-hero-content {
    max-width: min(760px, calc(100% - 32px));
    min-width: 0;
}

.storefront-site .promo-strip,
.storefront-site .half-builder,
.storefront-site .menu-layout {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
}

.storefront-site .menu-feed {
    gap: var(--store-section-gap);
}

.storefront-site .product-grid {
    gap: var(--store-grid-gap);
}

.storefront-site .product-card {
    grid-template-rows: auto 1fr;
}

.storefront-site .product-image-button {
    display: block;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04)),
        rgba(17, 24, 39, .08);
}

.storefront-site .product-card,
.storefront-site .promo-strip article,
.storefront-site .half-builder-card,
.storefront-site .product-media img {
    border-radius: var(--store-radius);
}

.storefront-site .product-body {
    padding: var(--store-card-padding);
}

.storefront-site .product-image-button img,
.storefront-site .product-card > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--store-image-ratio);
    object-fit: cover;
}

.store-radius-large .button,
.store-radius-large .cart-pill,
.store-radius-large .store-contacts a,
.store-radius-large .nutrition-row span,
.store-radius-large .category-nav a {
    border-radius: 999px;
}

.store-card-glass .product-card,
.store-card-glass .half-builder-card {
    background: rgba(255, 255, 255, .74);
    border-color: rgba(255, 255, 255, .36);
    box-shadow: 0 22px 56px rgba(15, 23, 42, .16);
    backdrop-filter: blur(16px);
}

.store-card-minimal .product-card,
.store-card-minimal .half-builder-card {
    border-color: rgba(17, 24, 39, .10);
    background: #fff;
    box-shadow: none;
}

.store-card-poster .product-card {
    border: 0;
    box-shadow: 0 20px 52px rgba(17, 24, 39, .16);
}

.store-card-poster .product-body h3 {
    font-size: 23px;
}

.store-nav-hidden .menu-layout {
    grid-template-columns: 1fr;
}

.store-nav-tabs .menu-layout {
    grid-template-columns: 1fr;
}

.store-nav-tabs .category-nav {
    position: sticky;
    top: 82px;
    z-index: 8;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px;
    margin-bottom: -12px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: var(--store-radius);
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 12px 34px rgba(17, 24, 39, .08);
    backdrop-filter: blur(16px);
}

.store-nav-tabs .category-nav a {
    flex: 0 0 auto;
}

.store-hero-compact .restaurant-hero {
    min-height: clamp(340px, 42svh, 480px);
}

.store-hero-compact .restaurant-hero-content h1 {
    max-width: min(760px, 100%);
    font-size: clamp(34px, 5vw, 64px);
    text-wrap: balance;
}

.store-hero-split .restaurant-hero {
    min-height: clamp(520px, 68svh, 720px);
    align-items: center;
}

.store-hero-split .hero-image {
    inset: clamp(34px, 6vw, 74px) var(--page-gutter) clamp(34px, 6vw, 74px) auto;
    width: min(42vw, 620px);
    height: auto;
    border-radius: var(--store-radius);
    box-shadow: 0 26px 90px rgba(0, 0, 0, .32);
}

.store-hero-split .hero-overlay {
    background:
        linear-gradient(90deg, rgba(9, 12, 19, .94), rgba(9, 12, 19, .78) 48%, rgba(9, 12, 19, .16) 78%),
        radial-gradient(circle at 78% 44%, rgba(255, 255, 255, .16), transparent 34%);
}

.store-hero-split .restaurant-hero-content h1,
.store-hero-split .restaurant-hero-content p {
    max-width: min(680px, 52vw);
}

.store-button-pill .button,
.store-button-pill .cart-pill {
    border-radius: 999px;
}

.store-button-outline .product-footer .button,
.store-button-outline .half-controls .button,
.store-button-outline .cart-pill {
    color: var(--restaurant-primary);
    background: transparent;
    border: 1px solid currentColor;
    box-shadow: none;
}

.store-promo-banner .promo-strip {
    grid-template-columns: 1fr;
}

.store-promo-banner .promo-strip article {
    min-height: 260px;
}

.store-promo-minimal .promo-strip article {
    min-height: 150px;
    border: 1px solid rgba(17, 24, 39, .10);
    background: #fff;
}

.store-promo-minimal .promo-strip img {
    opacity: .20;
}

.theme-masthead {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: 28px auto var(--store-section-gap);
    min-width: 0;
}

.theme-masthead h1 {
    margin: 0;
    font-size: clamp(40px, 6vw, 82px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: 0;
}

.theme-masthead p {
    margin: 0;
    font-size: clamp(16px, 1.5vw, 21px);
    line-height: 1.45;
}

.theme-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.theme-category-pills,
.theme-story-categories {
    display: flex;
    gap: 10px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.theme-category-pills a,
.theme-story-categories a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-weight: 900;
}

.theme-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.theme-feature-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: var(--store-radius);
    background: #fff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

.theme-feature-card .product-image-button {
    width: 100%;
}

.theme-feature-card img {
    width: 100%;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
}

.theme-feature-card > div {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.theme-feature-card strong {
    display: block;
    color: #111827;
    font-size: 18px;
    line-height: 1.12;
}

.theme-feature-card p {
    display: -webkit-box;
    min-height: 42px;
    margin: 0;
    overflow: hidden;
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.theme-feature-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.theme-feature-bottom span {
    color: #111827;
    font-size: 20px;
    font-weight: 950;
}

.theme-feature-bottom .button-small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
    font-size: 24px;
    line-height: 1;
}

.theme-masthead-fresh {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.05fr);
    gap: 22px;
    padding: clamp(22px, 4vw, 54px);
    border: 1px solid #d8e9dc;
    border-radius: 26px;
    background:
        linear-gradient(90deg, rgba(246, 251, 244, .98), rgba(246, 251, 244, .82)),
        radial-gradient(circle at 76% 18%, rgba(47, 158, 105, .20), transparent 36%);
    box-shadow: 0 26px 80px rgba(51, 95, 65, .12);
}

.theme-masthead-fresh .theme-masthead-copy {
    display: grid;
    align-content: center;
    gap: 22px;
}

.wellness-chip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wellness-chip-grid span {
    display: grid;
    gap: 2px;
    padding: 14px 16px;
    border: 1px solid #d8e9dc;
    border-radius: 18px;
    color: #5d6f63;
    background: rgba(255, 255, 255, .88);
    font-weight: 800;
}

.wellness-chip-grid b {
    color: #143527;
    font-size: 17px;
}

.wellness-plate {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 999px 24px 24px 999px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(51, 95, 65, .16);
}

.wellness-plate img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.wellness-note {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: grid;
    gap: 4px;
    max-width: min(340px, calc(100% - 40px));
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    color: #143527;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 18px 46px rgba(20, 53, 39, .12);
    backdrop-filter: blur(16px);
}

.theme-masthead-fresh .theme-category-pills,
.theme-masthead-fresh .theme-feature-grid {
    grid-column: 1 / -1;
}

.theme-masthead-speed {
    display: grid;
    gap: 18px;
    padding: 26px;
    border: 1px solid #eceff3;
    border-radius: 18px;
    background: #fff;
}

.speed-head,
.speed-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
}

.speed-tools {
    grid-template-columns: minmax(180px, 1.4fr) repeat(3, auto);
}

.speed-tools span,
.theme-search {
    min-height: 48px;
    padding: 13px 16px;
    border: 1px solid #e7eaee;
    border-radius: 999px;
    color: #687181;
    background: #fff;
    font-weight: 850;
}

.theme-search {
    color: #98a2b3;
    background: #f8fafc;
}

.theme-category-pills-bordered a {
    border-radius: 12px;
}

.theme-masthead-banner {
    position: relative;
    display: grid;
    min-height: clamp(360px, 46vw, 560px);
    overflow: hidden;
    padding: clamp(28px, 6vw, 72px);
    border-radius: 18px;
    color: #fff;
    background: #191919;
}

.theme-masthead-banner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.06);
}

.theme-masthead-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(25, 25, 25, .90), rgba(25, 25, 25, .42) 58%, rgba(25, 25, 25, .16)),
        linear-gradient(180deg, rgba(25, 25, 25, .04), rgba(25, 25, 25, .34));
}

.theme-masthead-banner > div,
.theme-masthead-banner .cart-pill {
    position: relative;
    z-index: 1;
}

.theme-masthead-banner > div {
    align-self: center;
    display: grid;
    gap: 20px;
    max-width: 780px;
}

.theme-masthead-banner .cart-pill {
    position: absolute;
    right: clamp(20px, 4vw, 46px);
    bottom: clamp(20px, 4vw, 46px);
}

.theme-category-pills-market {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: calc(var(--store-section-gap) * -0.55) auto var(--store-section-gap);
    padding: 12px;
    border: 1px solid #ededed;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(38, 38, 38, .10);
}

.theme-masthead-cafe {
    display: grid;
    gap: 22px;
}

.cafe-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(31, 41, 51, .08);
}

.cafe-promo-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cafe-promo-row article {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(31, 41, 51, .10);
}

.cafe-promo-row img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.cafe-promo-row strong {
    position: absolute;
    left: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
    padding: 10px 12px;
    border-radius: 14px;
    color: #1f2933;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 12px 30px rgba(31, 41, 51, .12);
}

.theme-story-categories a {
    min-width: 132px;
    min-height: 86px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(236, 79, 117, .12), rgba(255, 255, 255, .88)),
        #fff;
}

.theme-masthead-compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    align-items: stretch;
    gap: 18px;
    padding: 22px;
    border-radius: 10px;
    color: #fff;
    background:
        linear-gradient(135deg, #7a1238, #ef3d3a);
}

.theme-masthead-compact .eyebrow {
    color: rgba(255, 255, 255, .82);
}

.compact-delivery-card,
.theme-order-aside {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    color: #111827;
    background: #fff;
}

.compact-delivery-card strong,
.theme-order-aside strong {
    font-size: 24px;
    line-height: 1;
}

.compact-delivery-card span,
.theme-order-aside span,
.theme-order-aside p {
    margin: 0;
    color: #667085;
    font-weight: 800;
}

.theme-compact_delivery .menu-layout {
    grid-template-columns: minmax(160px, 190px) minmax(0, 1fr) minmax(280px, 320px);
    align-items: start;
}

.theme-order-aside {
    position: sticky;
    top: 96px;
    border: 1px solid #eceff3;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

.theme-order-aside .button {
    width: 100%;
}

.theme-masthead-asian {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(320px, .72fr);
    align-items: center;
    gap: clamp(20px, 4vw, 54px);
    padding: clamp(20px, 4vw, 44px);
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.theme-masthead-asian img {
    width: 100%;
    aspect-ratio: 1 / .72;
    border-radius: 6px;
    object-fit: cover;
}

.theme-masthead-asian > div {
    display: grid;
    gap: 18px;
}

.theme-category-pills-asian {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: calc(var(--store-section-gap) * -0.5) auto var(--store-section-gap);
    padding-bottom: 4px;
}

.theme-category-pills-asian a {
    border-radius: 6px;
    border-color: #e8e8e8;
}

.theme-bold_promo .hero-overlay {
    background:
        linear-gradient(90deg, rgba(9, 12, 19, .94), rgba(9, 12, 19, .56) 54%, rgba(9, 12, 19, .12)),
        radial-gradient(circle at 70% 20%, rgba(47, 158, 105, .22), transparent 30%);
}

.theme-bold_promo .cart-pill,
.theme-bold_promo .product-footer .button {
    background: #d92d20;
}

.theme-bold_promo .category-nav a.is-active,
.theme-bold_promo .category-nav a:hover {
    color: #fff;
    background: #2f9e69;
}

.theme-editorial_clean {
    background: #fff;
}

.theme-modern_menu,
.theme-bold_promo,
.theme-editorial_clean {
    color: #111827;
}

.theme-editorial_clean .hero-overlay {
    background: linear-gradient(90deg, rgba(16, 24, 20, .70), rgba(16, 24, 20, .22));
}

.theme-editorial_clean .product-body p {
    min-height: 0;
}

.theme-modern_menu .half-builder-copy h2,
.theme-bold_promo .half-builder-copy h2,
.theme-editorial_clean .half-builder-copy h2,
.theme-modern_menu .menu-category .section-heading h2,
.theme-bold_promo .menu-category .section-heading h2,
.theme-editorial_clean .menu-category .section-heading h2 {
    color: #111827;
}

.theme-modern_menu .half-builder-copy p:not(.eyebrow),
.theme-bold_promo .half-builder-copy p:not(.eyebrow),
.theme-editorial_clean .half-builder-copy p:not(.eyebrow),
.theme-modern_menu .menu-category .section-heading span,
.theme-bold_promo .menu-category .section-heading span,
.theme-editorial_clean .menu-category .section-heading span {
    color: #667085;
}

.theme-modern_menu .category-nav,
.theme-bold_promo .category-nav,
.theme-editorial_clean .category-nav {
    color: #111827;
    background: rgba(255, 255, 255, .88);
    border-color: rgba(17, 24, 39, .10);
    box-shadow: 0 16px 44px rgba(17, 24, 39, .10);
}

.theme-modern_menu .category-nav a,
.theme-bold_promo .category-nav a,
.theme-editorial_clean .category-nav a {
    color: #667085;
}

.theme-modern_menu .category-nav a:hover,
.theme-bold_promo .category-nav a:hover,
.theme-editorial_clean .category-nav a:hover {
    color: #101828;
    background: #f2f4f7;
    border-color: #e4e7ec;
}

body.page-storefront.storefront-template-dark_neon,
body.page-storefront.storefront-template-dark_neon .store-footer {
    color: #f8fafc;
    background: #070b16;
}

body.page-storefront.storefront-template-dark_neon .topbar {
    background: rgba(7, 11, 22, .88);
    border-bottom-color: rgba(255, 255, 255, .10);
}

body.page-storefront.storefront-template-dark_neon .topnav a,
body.page-storefront.storefront-template-dark_neon .brand,
body.page-storefront.storefront-template-dark_neon .store-footer,
body.page-storefront.storefront-template-dark_neon .store-footer a {
    color: #f8fafc;
}

.theme-dark_neon {
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 59, 48, .18), transparent 28%),
        radial-gradient(circle at 82% 32%, rgba(47, 158, 105, .16), transparent 26%),
        #070b16;
    color: #f8fafc;
    padding-bottom: 1px;
}

.theme-dark_neon .restaurant-hero {
    background: #070b16;
}

.theme-dark_neon .hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 11, 22, .96), rgba(7, 11, 22, .58), rgba(7, 11, 22, .20)),
        radial-gradient(circle at 72% 22%, rgba(47, 158, 105, .22), transparent 34%);
}

.theme-dark_neon .product-card,
.theme-dark_neon .half-builder-card,
.theme-dark_neon .category-nav,
.theme-dark_neon .promo-strip article {
    color: #f8fafc;
    background: rgba(16, 24, 39, .86);
    border-color: rgba(255, 255, 255, .12);
}

.theme-dark_neon .product-image-button {
    background:
        linear-gradient(135deg, rgba(255, 59, 48, .16), rgba(47, 158, 105, .12)),
        #101827;
}

.theme-dark_neon .product-title-button h3,
.theme-dark_neon .section-heading h2,
.theme-dark_neon .half-builder-copy h2 {
    color: #fff;
}

.theme-dark_neon .product-body p,
.theme-dark_neon .section-heading span,
.theme-dark_neon .half-builder-copy p,
.theme-dark_neon .category-nav a {
    color: #aab4c2;
}

.theme-dark_neon .nutrition-row span,
.theme-dark_neon .store-meta span {
    color: #e5e7eb;
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .12);
}

.theme-dark_neon .category-nav a:hover {
    color: #101828;
    background: #2f9e69;
}

body.page-storefront:is(
    .storefront-template-fresh_fit,
    .storefront-template-speed_catalog,
    .storefront-template-banner_market,
    .storefront-template-soft_cafe,
    .storefront-template-compact_delivery,
    .storefront-template-asian_minimal
) {
    color: #111827;
    background: #fff;
}

body.page-storefront:is(
    .storefront-template-fresh_fit,
    .storefront-template-speed_catalog,
    .storefront-template-banner_market,
    .storefront-template-soft_cafe,
    .storefront-template-compact_delivery,
    .storefront-template-asian_minimal
) .topbar {
    color: #111827;
    background: rgba(255, 255, 255, .94);
    border-bottom-color: rgba(17, 24, 39, .10);
}

body.page-storefront:is(
    .storefront-template-fresh_fit,
    .storefront-template-speed_catalog,
    .storefront-template-banner_market,
    .storefront-template-soft_cafe,
    .storefront-template-compact_delivery,
    .storefront-template-asian_minimal
) .brand,
body.page-storefront:is(
    .storefront-template-fresh_fit,
    .storefront-template-speed_catalog,
    .storefront-template-banner_market,
    .storefront-template-soft_cafe,
    .storefront-template-compact_delivery,
    .storefront-template-asian_minimal
) .topnav a,
body.page-storefront:is(
    .storefront-template-fresh_fit,
    .storefront-template-speed_catalog,
    .storefront-template-banner_market,
    .storefront-template-soft_cafe,
    .storefront-template-compact_delivery,
    .storefront-template-asian_minimal
) .user-area .button-ghost {
    color: #111827;
}

body.page-storefront:is(
    .storefront-template-fresh_fit,
    .storefront-template-speed_catalog,
    .storefront-template-banner_market,
    .storefront-template-soft_cafe,
    .storefront-template-compact_delivery,
    .storefront-template-asian_minimal
) .store-footer {
    color: #4b5563;
    background: #fff;
    border-top-color: rgba(17, 24, 39, .10);
}

body.page-storefront:is(
    .storefront-template-fresh_fit,
    .storefront-template-speed_catalog,
    .storefront-template-banner_market,
    .storefront-template-soft_cafe,
    .storefront-template-compact_delivery,
    .storefront-template-asian_minimal
) .store-footer a {
    color: #111827;
}

.theme-fresh_fit {
    color: #143527;
    background:
        linear-gradient(180deg, #f6fbf4 0%, #ffffff 42%, #eef7ef 100%);
}

.theme-fresh_fit .restaurant-hero {
    background: #f6fbf4;
    border-bottom-color: #dcebdd;
}

.theme-fresh_fit .hero-overlay {
    background:
        linear-gradient(90deg, #f6fbf4 0%, rgba(246, 251, 244, .96) 47%, rgba(246, 251, 244, .35) 76%),
        radial-gradient(circle at 18% 24%, rgba(47, 158, 105, .16), transparent 34%);
}

.theme-fresh_fit .restaurant-hero-content h1,
.theme-fresh_fit .restaurant-hero-content p,
.theme-fresh_fit .half-builder-copy h2,
.theme-fresh_fit .menu-category .section-heading h2 {
    color: #143527;
}

.theme-fresh_fit .restaurant-hero-content p,
.theme-fresh_fit .half-builder-copy p:not(.eyebrow),
.theme-fresh_fit .menu-category .section-heading span,
.theme-fresh_fit .product-body p,
.theme-fresh_fit .category-nav a {
    color: #5d6f63;
}

.theme-fresh_fit .cart-pill,
.theme-fresh_fit .store-meta span,
.theme-fresh_fit .store-contacts a,
.theme-fresh_fit .nutrition-row span {
    color: #143527;
    background: rgba(255, 255, 255, .88);
    border-color: #d8e9dc;
}

.theme-fresh_fit .category-nav,
.theme-fresh_fit .product-card,
.theme-fresh_fit .half-builder-card,
.theme-fresh_fit .promo-strip article {
    color: #143527;
    background: #fff;
    border-color: #d8e9dc;
    box-shadow: 0 20px 54px rgba(51, 95, 65, .10);
}

.theme-fresh_fit .product-image-button {
    background:
        linear-gradient(135deg, rgba(47, 158, 105, .12), rgba(255, 226, 128, .20)),
        #f6fbf4;
}

.theme-fresh_fit .cart-pill:hover,
.theme-fresh_fit .store-contacts a:hover,
.theme-fresh_fit .category-nav a:hover,
.theme-fresh_fit .category-nav a.is-active,
.theme-fresh_fit .product-footer .button,
.theme-fresh_fit .half-controls .button,
.theme-fresh_fit .floating-cart {
    color: #fff;
    background: #2f9e69;
    border-color: #2f9e69;
}

.theme-fresh_fit .floating-cart span {
    color: #143527;
    background: #d9f99d;
}

.theme-speed_catalog {
    color: #242833;
    background: #fff;
}

.theme-speed_catalog .restaurant-hero {
    min-height: clamp(330px, 38svh, 440px);
    background: #fff;
    border-bottom-color: #eef0f3;
}

.theme-speed_catalog .hero-overlay {
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 42%, rgba(255, 243, 236, .54) 76%),
        radial-gradient(circle at 74% 32%, rgba(241, 90, 36, .20), transparent 34%);
}

.theme-speed_catalog .restaurant-hero-content {
    padding-top: 58px;
    padding-bottom: 58px;
}

.theme-speed_catalog .restaurant-hero-content h1,
.theme-speed_catalog .restaurant-hero-content p,
.theme-speed_catalog .half-builder-copy h2,
.theme-speed_catalog .menu-category .section-heading h2 {
    color: #242833;
}

.theme-speed_catalog .restaurant-hero-content h1 {
    font-size: clamp(38px, 5vw, 64px);
}

.theme-speed_catalog .restaurant-hero-content p,
.theme-speed_catalog .product-body p,
.theme-speed_catalog .section-heading span,
.theme-speed_catalog .half-builder-copy p:not(.eyebrow),
.theme-speed_catalog .category-nav a {
    color: #687181;
}

.theme-speed_catalog .product-card,
.theme-speed_catalog .half-builder-card,
.theme-speed_catalog .promo-strip article {
    color: #242833;
    background: #fff;
    border-color: #eef0f3;
    box-shadow: none;
}

.theme-speed_catalog .product-card:hover {
    border-color: rgba(241, 90, 36, .28);
    box-shadow: 0 20px 48px rgba(36, 40, 51, .10);
}

.theme-speed_catalog .product-image-button {
    background: #fff3ec;
}

.theme-speed_catalog .category-nav,
.theme-speed_catalog .store-meta span,
.theme-speed_catalog .store-contacts a,
.theme-speed_catalog .cart-pill,
.theme-speed_catalog .nutrition-row span {
    color: #242833;
    background: #fff;
    border-color: #e7eaee;
}

.theme-speed_catalog .cart-pill:hover,
.theme-speed_catalog .store-contacts a:hover,
.theme-speed_catalog .category-nav a:hover,
.theme-speed_catalog .category-nav a.is-active,
.theme-speed_catalog .product-footer .button,
.theme-speed_catalog .half-controls .button,
.theme-speed_catalog .floating-cart {
    color: #fff;
    background: #f15a24;
    border-color: #f15a24;
}

.theme-speed_catalog .floating-cart span {
    color: #fff;
    background: #242833;
}

.theme-banner_market {
    color: #262626;
    background: #fff;
}

.theme-banner_market .restaurant-hero {
    background: #191919;
}

.theme-banner_market .hero-overlay {
    background:
        linear-gradient(90deg, rgba(25, 25, 25, .96), rgba(25, 25, 25, .54), rgba(25, 25, 25, .14)),
        radial-gradient(circle at 74% 28%, rgba(255, 210, 30, .26), transparent 34%);
}

.theme-banner_market .restaurant-hero-content h1,
.theme-banner_market .restaurant-hero-content p {
    color: #fff;
}

.theme-banner_market .half-builder-copy h2,
.theme-banner_market .menu-category .section-heading h2,
.theme-banner_market .product-title-button h3 {
    color: #262626;
}

.theme-banner_market .half-builder-copy p:not(.eyebrow),
.theme-banner_market .menu-category .section-heading span,
.theme-banner_market .product-body p,
.theme-banner_market .category-nav a {
    color: #6b7280;
}

.theme-banner_market .product-card,
.theme-banner_market .half-builder-card,
.theme-banner_market .promo-strip article {
    color: #262626;
    background: #fff;
    border-color: #eeeeee;
    box-shadow: 0 18px 44px rgba(38, 38, 38, .10);
}

.theme-banner_market .product-image-button {
    background:
        linear-gradient(135deg, rgba(255, 210, 30, .22), rgba(227, 54, 45, .12)),
        #fff8dc;
}

.theme-banner_market .category-nav,
.theme-banner_market .store-meta span,
.theme-banner_market .store-contacts a,
.theme-banner_market .cart-pill,
.theme-banner_market .nutrition-row span {
    color: #262626;
    background: #fff;
    border-color: #e8e8e8;
}

.theme-banner_market .product-footer .button,
.theme-banner_market .half-controls .button,
.theme-banner_market .cart-pill:hover,
.theme-banner_market .store-contacts a:hover,
.theme-banner_market .category-nav a:hover,
.theme-banner_market .category-nav a.is-active {
    color: #262626;
    background: #ffd21e;
    border-color: #ffd21e;
}

.theme-banner_market .floating-cart {
    color: #262626;
    background: #ffd21e;
    border-color: #ffd21e;
}

.theme-banner_market .floating-cart span {
    color: #fff;
    background: #e3362d;
}

.theme-soft_cafe {
    color: #1f2933;
    background: #f1f3f7;
}

.theme-soft_cafe .restaurant-hero {
    background: #f1f3f7;
    border-bottom-color: #dbe1ea;
}

.theme-soft_cafe .hero-overlay {
    background:
        linear-gradient(90deg, rgba(241, 243, 247, .98), rgba(241, 243, 247, .88) 46%, rgba(241, 243, 247, .26) 76%),
        radial-gradient(circle at 28% 26%, rgba(236, 79, 117, .18), transparent 34%);
}

.theme-soft_cafe .restaurant-hero-content h1,
.theme-soft_cafe .restaurant-hero-content p,
.theme-soft_cafe .half-builder-copy h2,
.theme-soft_cafe .menu-category .section-heading h2,
.theme-soft_cafe .product-title-button h3 {
    color: #1f2933;
}

.theme-soft_cafe .restaurant-hero-content p,
.theme-soft_cafe .half-builder-copy p:not(.eyebrow),
.theme-soft_cafe .menu-category .section-heading span,
.theme-soft_cafe .product-body p,
.theme-soft_cafe .category-nav a {
    color: #667085;
}

.theme-soft_cafe .category-nav,
.theme-soft_cafe .product-card,
.theme-soft_cafe .half-builder-card,
.theme-soft_cafe .promo-strip article,
.theme-soft_cafe .store-meta span,
.theme-soft_cafe .store-contacts a,
.theme-soft_cafe .cart-pill,
.theme-soft_cafe .nutrition-row span {
    color: #1f2933;
    background: rgba(255, 255, 255, .92);
    border-color: #e0e6ee;
    box-shadow: 0 18px 50px rgba(31, 41, 51, .09);
}

.theme-soft_cafe .product-image-button {
    background:
        linear-gradient(135deg, rgba(236, 79, 117, .12), rgba(145, 214, 232, .16)),
        #f8fafc;
}

.theme-soft_cafe .product-footer .button,
.theme-soft_cafe .half-controls .button,
.theme-soft_cafe .floating-cart,
.theme-soft_cafe .cart-pill:hover,
.theme-soft_cafe .store-contacts a:hover,
.theme-soft_cafe .category-nav a:hover,
.theme-soft_cafe .category-nav a.is-active {
    color: #fff;
    background: #ec4f75;
    border-color: #ec4f75;
}

.theme-soft_cafe .floating-cart span {
    color: #ec4f75;
    background: #fff;
}

.theme-compact_delivery {
    color: #111827;
    background: #fff;
}

.theme-compact_delivery .restaurant-hero {
    background: #7a1238;
}

.theme-compact_delivery .hero-overlay {
    background:
        linear-gradient(90deg, rgba(122, 18, 56, .96), rgba(122, 18, 56, .70) 52%, rgba(122, 18, 56, .12)),
        radial-gradient(circle at 72% 30%, rgba(239, 61, 58, .30), transparent 34%);
}

.theme-compact_delivery .restaurant-hero-content h1,
.theme-compact_delivery .restaurant-hero-content p {
    color: #fff;
}

.theme-compact_delivery .half-builder-copy h2,
.theme-compact_delivery .menu-category .section-heading h2,
.theme-compact_delivery .product-title-button h3 {
    color: #111827;
}

.theme-compact_delivery .product-card,
.theme-compact_delivery .half-builder-card,
.theme-compact_delivery .promo-strip article {
    color: #111827;
    background: #fff;
    border-color: #eceff3;
    box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
}

.theme-compact_delivery .product-image-button {
    background: #fff4f4;
}

.theme-compact_delivery .category-nav,
.theme-compact_delivery .store-meta span,
.theme-compact_delivery .store-contacts a,
.theme-compact_delivery .cart-pill,
.theme-compact_delivery .nutrition-row span {
    color: #111827;
    background: #fff;
    border-color: #eceff3;
}

.theme-compact_delivery .category-nav a {
    color: #5f6876;
}

.theme-compact_delivery .product-footer .button,
.theme-compact_delivery .half-controls .button,
.theme-compact_delivery .floating-cart,
.theme-compact_delivery .cart-pill:hover,
.theme-compact_delivery .store-contacts a:hover,
.theme-compact_delivery .category-nav a:hover,
.theme-compact_delivery .category-nav a.is-active {
    color: #fff;
    background: #ef3d3a;
    border-color: #ef3d3a;
}

.theme-compact_delivery .floating-cart span {
    color: #fff;
    background: #7a1238;
}

.theme-asian_minimal {
    color: #111;
    background: #fff;
}

.theme-asian_minimal .restaurant-hero {
    background: #fff;
    border-bottom-color: #e8e8e8;
}

.theme-asian_minimal .hero-overlay {
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 46%, rgba(255, 255, 255, .18) 76%),
        radial-gradient(circle at 18% 22%, rgba(228, 38, 47, .12), transparent 32%);
}

.theme-asian_minimal .restaurant-hero-content h1,
.theme-asian_minimal .restaurant-hero-content p,
.theme-asian_minimal .half-builder-copy h2,
.theme-asian_minimal .menu-category .section-heading h2,
.theme-asian_minimal .product-title-button h3 {
    color: #111;
}

.theme-asian_minimal .restaurant-hero-content p,
.theme-asian_minimal .half-builder-copy p:not(.eyebrow),
.theme-asian_minimal .menu-category .section-heading span,
.theme-asian_minimal .product-body p,
.theme-asian_minimal .category-nav a {
    color: #5d6470;
}

.theme-asian_minimal .category-nav,
.theme-asian_minimal .product-card,
.theme-asian_minimal .half-builder-card,
.theme-asian_minimal .promo-strip article,
.theme-asian_minimal .store-meta span,
.theme-asian_minimal .store-contacts a,
.theme-asian_minimal .cart-pill,
.theme-asian_minimal .nutrition-row span {
    color: #111;
    background: #fff;
    border-color: #e8e8e8;
    box-shadow: none;
}

.theme-asian_minimal .product-image-button {
    background: #fafafa;
}

.theme-asian_minimal .product-footer .button,
.theme-asian_minimal .half-controls .button,
.theme-asian_minimal .floating-cart,
.theme-asian_minimal .cart-pill:hover,
.theme-asian_minimal .store-contacts a:hover,
.theme-asian_minimal .category-nav a:hover,
.theme-asian_minimal .category-nav a.is-active {
    color: #fff;
    background: #e4262f;
    border-color: #e4262f;
}

.theme-asian_minimal .floating-cart span {
    color: #fff;
    background: #111;
}

.storefront-site .promo-strip article {
    isolation: isolate;
    background: #111827;
}

.storefront-site .promo-strip article::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(17, 24, 39, .88), rgba(17, 24, 39, .50) 56%, rgba(17, 24, 39, .18)),
        linear-gradient(0deg, rgba(17, 24, 39, .42), rgba(17, 24, 39, .08));
}

.storefront-site .promo-strip img {
    z-index: 0;
    opacity: .78;
}

.storefront-site .promo-strip div {
    position: relative;
    z-index: 2;
    color: #fff;
}

.storefront-site .promo-strip h2,
.storefront-site .promo-strip p {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .32);
}

.storefront-site .promo-strip p {
    color: rgba(255, 255, 255, .88);
}

body.page-storefront.storefront-template-fresh_fit .floating-cart {
    color: #fff;
    background: #2f9e69;
    border-color: #2f9e69;
}

body.page-storefront.storefront-template-fresh_fit .floating-cart span {
    color: #143527;
    background: #d9f99d;
}

body.page-storefront.storefront-template-speed_catalog .floating-cart {
    color: #fff;
    background: #f15a24;
    border-color: #f15a24;
}

body.page-storefront.storefront-template-speed_catalog .floating-cart span {
    color: #fff;
    background: #242833;
}

body.page-storefront.storefront-template-banner_market .floating-cart {
    color: #262626;
    background: #ffd21e;
    border-color: #ffd21e;
}

body.page-storefront.storefront-template-banner_market .floating-cart span {
    color: #fff;
    background: #e3362d;
}

body.page-storefront.storefront-template-soft_cafe .floating-cart {
    color: #fff;
    background: #ec4f75;
    border-color: #ec4f75;
}

body.page-storefront.storefront-template-soft_cafe .floating-cart span {
    color: #ec4f75;
    background: #fff;
}

body.page-storefront.storefront-template-compact_delivery .floating-cart {
    color: #fff;
    background: #ef3d3a;
    border-color: #ef3d3a;
}

body.page-storefront.storefront-template-compact_delivery .floating-cart span {
    color: #fff;
    background: #7a1238;
}

body.page-storefront.storefront-template-asian_minimal .floating-cart {
    color: #fff;
    background: #e4262f;
    border-color: #e4262f;
}

body.page-storefront.storefront-template-asian_minimal .floating-cart span {
    color: #fff;
    background: #111;
}

@media (max-width: 760px) {
    .theme-preset-grid,
    .integration-grid {
        grid-template-columns: 1fr;
    }

    .bot-settings-callout {
        align-items: stretch;
        flex-direction: column;
    }

    .theme-media-guide-grid {
        grid-template-columns: 1fr;
    }

    .media-grid .upload-widget {
        grid-template-columns: 1fr;
    }

    .theme-masthead {
        width: min(var(--store-page-max), calc(100% - 24px));
        margin-top: 14px;
    }

    .theme-masthead h1 {
        font-size: clamp(34px, 12vw, 52px);
    }

    .theme-masthead-fresh,
    .theme-masthead-compact,
    .theme-masthead-asian,
    .speed-head,
    .speed-tools,
    .cafe-head {
        grid-template-columns: 1fr;
    }

    .theme-masthead-fresh {
        padding: 18px;
        border-radius: 18px;
    }

    .wellness-chip-grid,
    .cafe-promo-row {
        grid-template-columns: 1fr;
    }

    .wellness-plate {
        min-height: 280px;
        border-radius: 18px;
    }

    .wellness-plate img {
        min-height: 280px;
    }

    .theme-feature-grid {
        grid-template-columns: 1fr;
    }

    .speed-tools {
        gap: 8px;
    }

    .theme-masthead-banner {
        min-height: 420px;
        padding: 24px;
    }

    .theme-masthead-banner .cart-pill {
        position: relative;
        right: auto;
        bottom: auto;
        width: max-content;
        margin-top: 18px;
    }

    .theme-category-pills-market,
    .theme-category-pills-asian {
        width: min(var(--store-page-max), calc(100% - 24px));
        margin-top: -18px;
        border-radius: 18px;
    }

    .theme-compact_delivery .menu-layout {
        grid-template-columns: 1fr;
    }

    .theme-order-aside {
        position: static;
        order: -1;
    }

    .theme-masthead-asian img {
        aspect-ratio: 4 / 3;
    }

    .store-hero-split .hero-image {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .store-hero-split .restaurant-hero-content h1,
    .store-hero-split .restaurant-hero-content p {
        max-width: 100%;
    }

    .store-nav-tabs .category-nav {
        top: 116px;
        margin-bottom: 0;
    }

    .storefront-site .half-builder,
    .storefront-site .menu-category {
        scroll-margin-top: 138px;
    }
}

.guide-button[hidden] {
    display: none;
}

.topnav .guide-button {
    appearance: none;
    min-height: 0;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgba(255, 255, 255, .64);
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    line-height: inherit;
    white-space: nowrap;
}

.topnav .guide-button:hover,
.topnav .guide-button:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    outline: none;
}

.guide-overlay,
.guide-spotlight,
.guide-popover {
    position: fixed;
    z-index: 80;
}

.guide-overlay {
    inset: 0;
    background: rgba(15, 23, 42, .68);
    backdrop-filter: blur(2px);
}

.guide-spotlight {
    border: 3px solid #fff;
    border-radius: 12px;
    box-shadow:
        0 0 0 9999px rgba(15, 23, 42, .56),
        0 18px 60px rgba(15, 23, 42, .24);
    pointer-events: none;
    transition: top .18s ease, left .18s ease, width .18s ease, height .18s ease;
}

.guide-popover {
    display: grid;
    gap: 12px;
    box-sizing: border-box;
    max-width: calc(100vw - 28px);
    max-height: calc(100svh - 28px);
    overflow: auto;
    overscroll-behavior: contain;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 12px;
    color: var(--text);
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}

.guide-count {
    color: var(--primary);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.guide-popover h2,
.guide-popover p {
    margin: 0;
}

.guide-popover h2 {
    font-size: 24px;
    line-height: 1.15;
}

.guide-popover p {
    color: var(--muted);
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.guide-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.guide-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 112px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #111827 !important;
    background: #eef2f6;
    box-shadow: none;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.guide-action:hover {
    transform: translateY(-1px);
}

.guide-action:focus-visible,
.guide-close:focus-visible {
    outline: 3px solid rgba(255, 59, 48, .26);
    outline-offset: 3px;
}

.guide-action-primary {
    color: #fff !important;
    background: #d92d20;
    box-shadow: 0 16px 34px rgba(217, 45, 32, .24);
}

.guide-action-primary:hover {
    background: #b42318;
    box-shadow: 0 20px 44px rgba(217, 45, 32, .30);
}

.guide-action-secondary {
    color: #fff !important;
    background: #2f9e69;
    border-color: #27845a;
    box-shadow: 0 14px 28px rgba(47, 158, 105, .18);
}

.guide-action-secondary:hover {
    background: #27845a;
    box-shadow: 0 18px 36px rgba(47, 158, 105, .22);
}

.guide-action-muted {
    color: #111827 !important;
    background: #f1f5f9;
    border-color: #d9e2ec;
}

.guide-action-muted:hover {
    background: #e2e8f0;
}

.guide-action:disabled {
    color: #475467 !important;
    background: #e5e7eb;
    border-color: #d0d5dd;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    transform: none;
}

.guide-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    color: #344054 !important;
    background: #eef2f6;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.guide-close:hover {
    color: #111827 !important;
    background: #e2e8f0;
}

.role-matrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.role-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.role-card strong,
.role-card small {
    display: block;
}

.role-card small {
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.4;
}

.permission-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.permission-chip-list span {
    display: inline-flex;
    padding: 6px 8px;
    border-radius: 8px;
    color: var(--accent);
    background: rgba(22, 33, 62, .08);
    font-size: 12px;
    font-weight: 850;
}

.permission-chip-list.compact span {
    padding: 5px 7px;
    font-size: 11px;
}

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

.permission-check {
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.role-default-hint {
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--muted);
    background: var(--surface-2);
    font-weight: 750;
    line-height: 1.45;
}

.access-group-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 18px;
}

.access-group-form,
.access-group-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 32, 42, .07);
}

.access-group-form.compact {
    margin-top: 10px;
    box-shadow: none;
}

.access-group-list {
    display: grid;
    gap: 12px;
}

.access-group-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.access-group-card-head span:first-child {
    display: grid;
    gap: 4px;
}

.access-group-card small,
.access-group-form p {
    color: var(--muted);
    line-height: 1.4;
}

.access-group-edit summary {
    width: max-content;
    list-style: none;
}

.access-group-edit summary::-webkit-details-marker {
    display: none;
}

.staff-edit {
    position: relative;
}

.staff-edit summary {
    list-style: none;
}

.staff-edit summary::-webkit-details-marker {
    display: none;
}

.staff-edit-form {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 12;
    display: grid;
    gap: 12px;
    width: min(720px, calc(100vw - 32px));
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

@media (max-width: 1180px) {
    .role-matrix,
    .permission-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .access-group-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .guide-popover {
        padding: 18px;
    }

    .guide-actions {
        justify-content: stretch;
    }

    .guide-actions .guide-action {
        flex: 1 1 128px;
        min-width: 0;
    }

    .role-matrix,
    .permission-grid {
        grid-template-columns: 1fr;
    }

    .staff-edit-form {
        position: fixed;
        inset: auto 14px 14px;
        width: auto;
        max-height: calc(100svh - 28px);
        overflow: auto;
    }
}

.favorite-form {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 12px;
}

.product-card {
    position: relative;
}

.favorite-button {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 50%;
    color: #475467;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.favorite-button.is-active {
    color: #fff;
    background: #e11d48;
    border-color: #e11d48;
}

.rating-chip {
    display: inline-flex;
    align-items: center;
    width: max-content;
    margin-top: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #7a3f00;
    background: #fff4d6;
    font-size: 12px;
    font-weight: 900;
}

.rating-chip-large {
    margin: 0 0 12px;
    font-size: 13px;
}

.personal-offer-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    width: min(100% - 32px, var(--page-max, 1440px));
    margin: 26px auto;
}

.personal-offer-strip article {
    display: grid;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    color: #111827;
    background: linear-gradient(135deg, #fff7ed, #ecfeff);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.personal-offer-strip span {
    color: #9a3412;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.personal-offer-strip h2,
.personal-offer-strip p {
    margin: 0;
}

.combo-strip {
    width: min(100% - 32px, var(--page-max, 1440px));
    margin: 34px auto;
}

.combo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
}

.combo-card {
    display: grid;
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    color: #111827;
    background: #fff;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .08);
}

.combo-card h3,
.combo-card p {
    margin: 0;
}

.combo-card p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.45;
}

.combo-groups {
    display: grid;
    gap: 8px;
}

.combo-groups span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    color: #344054;
    background: #eef2f6;
    font-size: 12px;
    font-weight: 900;
}

.combo-choice {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fafc;
}

.combo-choice legend {
    padding: 0 4px;
    color: #344054;
    font-size: 12px;
    font-weight: 950;
}

.combo-choice select {
    width: 100%;
    min-width: 0;
}

.cart-combo-thumb {
    display: grid;
    place-items: center;
    width: 96px;
    height: 76px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--restaurant-primary, #d93636), var(--restaurant-accent, #16213e));
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
}

.builder-note {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border: 1px solid rgba(217, 54, 54, .18);
    border-radius: 8px;
    color: #111827;
    background: #fff7f2;
}

.builder-note span {
    color: #667085;
    line-height: 1.4;
}

.product-reviews,
.review-request {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.product-reviews h3,
.review-request h3 {
    margin: 0;
}

.product-reviews article,
.review-request article,
.favorite-account-card,
.ops-mini-card,
.review-admin-card {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.product-reviews p,
.product-reviews small,
.review-request p,
.ops-mini-card p,
.ops-mini-card small {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.review-form {
    display: grid;
    gap: 10px;
}

.review-form select,
.review-form textarea {
    width: 100%;
}

.order-timeline {
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.order-timeline li {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #475467;
    background: #fff;
    font-weight: 800;
}

.order-timeline li > span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d5dd;
}

.order-timeline li.is-done > span,
.order-timeline li.is-current > span {
    background: var(--restaurant-primary, var(--primary));
}

.order-timeline li.is-current {
    color: #111827;
    border-color: rgba(217, 54, 54, .28);
    background: #fff7f2;
}

.order-timeline small {
    color: var(--muted);
    font-weight: 750;
}

.favorite-account-grid,
.ops-card-grid,
.review-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.ops-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
}

.ops-editor-card {
    align-content: start;
}

.ops-editor-card .partner-form-actions {
    align-self: end;
    margin-top: auto;
}

.favorite-account-card {
    grid-template-columns: 72px 1fr;
    align-items: center;
}

.referral-card {
    display: grid;
    gap: 7px;
    padding: 12px;
    border: 1px solid rgba(47, 158, 105, .22);
    border-radius: 8px;
    background: #f2fbf6;
}

.referral-card span,
.referral-card small {
    color: #475467;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.referral-card strong {
    color: #101828;
    font-size: 20px;
    letter-spacing: .06em;
}

.referral-card input {
    width: 100%;
    min-width: 0;
    color: #344054;
    font-size: 12px;
}

.favorite-account-card img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
}

.ops-mini-card h3,
.favorite-account-card h3,
.review-admin-card h3 {
    margin: 0;
}

.review-admin-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.kitchen-ticket.is-overdue {
    border-color: rgba(225, 29, 72, .45);
    background: #fff5f7;
    box-shadow: 0 18px 46px rgba(225, 29, 72, .12);
}

.kitchen-ticket-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.kitchen-ticket-meta span {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 999px;
    color: #344054;
    background: #eef2f6;
    font-size: 12px;
    font-weight: 900;
}

/* Kitchen cards must remain usable with long names, phones and delivery times. */
.kitchen-page {
    min-width: 0;
    container-type: inline-size;
    container-name: kitchen-page;
}

.kitchen-page .kitchen-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.kitchen-page .kitchen-column,
.kitchen-page .kitchen-ticket,
.kitchen-page .kitchen-ticket > * {
    min-width: 0;
}

.kitchen-page .kitchen-column {
    padding: 14px;
    height: 100%;
    container-type: inline-size;
    container-name: kitchen-column;
}

.kitchen-page .kitchen-ticket {
    gap: 12px;
    padding: 14px;
    border: 1px solid #dfe4ea;
}

.kitchen-page .kitchen-ticket .order-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 6px 12px;
    padding: 0;
}

.kitchen-page .kitchen-ticket .order-head > span {
    min-width: 0;
}

.kitchen-page .kitchen-ticket .order-head strong,
.kitchen-page .kitchen-ticket .order-head small {
    overflow-wrap: anywhere;
}

.kitchen-page .kitchen-ticket .order-head > b {
    justify-self: end;
    white-space: nowrap;
    line-height: 1.2;
}

.kitchen-ticket-customer,
.kitchen-ticket-schedule {
    display: grid;
    gap: 3px;
    margin: 0;
    min-width: 0;
    line-height: 1.35;
}

.kitchen-ticket-customer strong,
.kitchen-ticket-customer span,
.kitchen-ticket-schedule span,
.kitchen-ticket-schedule small,
.kitchen-page .ticket-items li {
    min-width: 0;
    overflow-wrap: anywhere;
}

.kitchen-ticket-customer strong {
    font-size: 16px;
}

.kitchen-ticket-customer span,
.kitchen-ticket-schedule small {
    color: #667085;
}

.kitchen-ticket-schedule small {
    font-size: 12px;
    font-weight: 750;
}

.kitchen-page .ticket-items {
    min-width: 0;
}

.kitchen-page .kitchen-ticket-meta {
    margin: 0;
}

body.page-owner .kitchen-page .kitchen-ticket .button.button-soft,
body.page-owner .kitchen-page .kitchen-ticket a.button.button-soft:visited {
    color: #253041;
    background: #eef2f6;
    border-color: #d9e0e7;
    box-shadow: none;
}

body.page-owner .kitchen-page .kitchen-ticket .button.button-soft:hover,
body.page-owner .kitchen-page .kitchen-ticket .button.button-soft:focus-visible {
    color: #111722;
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.kitchen-page .status-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
}

.kitchen-page .status-form select,
.kitchen-page .status-form .button {
    min-width: 0;
}

.kitchen-page .status-form .button {
    white-space: nowrap;
}

@container kitchen-page (max-width: 980px) {
    .kitchen-page .kitchen-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@container kitchen-column (max-width: 300px) {
    .kitchen-page .status-form {
        grid-template-columns: 1fr;
    }

    .kitchen-page .status-form .button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .kitchen-page .section-heading {
        align-items: stretch;
    }

    .kitchen-page .section-heading > .button {
        width: 100%;
    }

    .kitchen-page .kitchen-board,
    .kitchen-page .status-form {
        grid-template-columns: 1fr;
    }

    .kitchen-page .status-form .button {
        width: 100%;
    }
}

@media print {
    body.is-printing-ticket * {
        visibility: hidden !important;
    }

    body.is-printing-ticket .kitchen-ticket.is-print-target,
    body.is-printing-ticket .kitchen-ticket.is-print-target * {
        visibility: visible !important;
    }

    body.is-printing-ticket .kitchen-ticket.is-print-target {
        position: fixed;
        inset: 16px;
        width: auto;
        max-width: none;
        box-shadow: none;
    }
}

.print-layout {
    min-height: 100vh;
    background: #edf0f4;
    color: #111827;
}

.print-actions {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    background: rgba(237, 240, 244, .88);
    backdrop-filter: blur(12px);
}

.order-print-page {
    display: grid;
    gap: 18px;
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 24px;
}

.order-print-sheet {
    width: 210mm;
    max-width: 100%;
    min-height: 285mm;
    margin: 0 auto;
    padding: 18mm;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .16);
}

.order-print-receipt80 {
    width: min(100%, 420px);
}

.order-print-receipt80 .order-print-sheet {
    width: 80mm;
    min-height: auto;
    padding: 5mm;
    font-size: 12px;
}

.order-print-head,
.order-print-meta,
.order-print-info,
.order-print-bottom,
.order-print-signatures {
    display: grid;
    gap: 12px;
}

.order-print-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--print-accent, #18202a);
}

.order-print-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-print-brand img,
.order-print-brand > span {
    width: 54px;
    height: 54px;
    border-radius: 8px;
}

.order-print-brand img {
    object-fit: cover;
}

.order-print-brand > span {
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: var(--print-accent, #18202a);
    font-weight: 900;
}

.order-print-brand strong,
.order-print-number strong {
    display: block;
    font-size: 24px;
    line-height: 1.05;
}

.order-print-brand small,
.order-print-number small,
.order-print-meta,
.order-print-info p,
.order-print-note p,
.order-print-bottom p,
.order-print-status-link,
.order-print-footer {
    color: #5f6b7a;
}

.order-print-number {
    text-align: right;
}

.order-print-number span {
    color: var(--print-accent, #18202a);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.order-print-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 16px 0;
}

.order-print-meta span,
.order-print-info section,
.order-print-note,
.order-print-bottom section {
    padding: 12px;
    border: 1px solid #e1e6ef;
    border-radius: 8px;
    background: #f8fafc;
}

.order-print-info,
.order-print-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 0;
}

.order-print-info h2,
.order-print-note h2,
.order-print-bottom h2 {
    margin: 0 0 8px;
    color: var(--print-accent, #18202a);
    font-size: 13px;
    text-transform: uppercase;
}

.order-print-info p,
.order-print-note p,
.order-print-bottom p {
    margin: 5px 0;
}

.order-print-items {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
}

.order-print-items th,
.order-print-items td {
    padding: 10px 8px;
    border-bottom: 1px solid #e1e6ef;
    text-align: left;
    vertical-align: top;
}

.order-print-items th {
    color: var(--print-accent, #18202a);
    font-size: 12px;
    text-transform: uppercase;
}

.order-print-items th:nth-child(n+2),
.order-print-items td:nth-child(n+2) {
    text-align: right;
    white-space: nowrap;
}

.order-print-items small {
    display: block;
    margin-top: 4px;
    color: #667085;
}

.order-print-totals {
    display: grid;
    gap: 8px;
}

.order-print-totals span,
.order-print-totals b {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.order-print-totals b {
    padding-top: 8px;
    border-top: 2px solid var(--print-accent, #18202a);
    color: #111827;
    font-size: 18px;
}

.order-print-status-link {
    padding: 10px 12px;
    border: 1px dashed #a7b0bf;
    border-radius: 8px;
    overflow-wrap: anywhere;
}

.order-print-signatures {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    color: #111827;
    font-weight: 800;
}

.order-print-footer {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #e1e6ef;
}

.order-print-receipt80 .order-print-head,
.order-print-receipt80 .order-print-info,
.order-print-receipt80 .order-print-bottom,
.order-print-receipt80 .order-print-signatures,
.order-print-receipt80 .order-print-meta {
    grid-template-columns: 1fr;
}

.order-print-receipt80 .order-print-number {
    text-align: left;
}

.order-print-receipt80 .order-print-brand img,
.order-print-receipt80 .order-print-brand > span {
    width: 38px;
    height: 38px;
}

.order-print-receipt80 .order-print-brand strong,
.order-print-receipt80 .order-print-number strong {
    font-size: 18px;
}

.order-print-receipt80 .order-print-items th,
.order-print-receipt80 .order-print-items td {
    padding: 6px 3px;
}

@media print {
    .print-actions {
        display: none !important;
    }

    .print-layout {
        background: #fff;
    }

    .order-print-page {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .order-print-sheet {
        width: auto;
        min-height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        break-after: page;
        page-break-after: always;
    }

    .order-print-receipt80 .order-print-sheet {
        width: 80mm;
        max-width: 80mm;
    }

    .order-print-sheet:last-child {
        break-after: auto;
        page-break-after: auto;
    }
}

/* Release storefront themes: final layer after the legacy neo redesign. */
body.page-storefront:not(.storefront-template-dark_neon) {
    color: #172033;
    background: #fff;
}

body.page-storefront:not(.storefront-template-dark_neon)::before {
    display: none;
}

body.page-storefront:not(.storefront-template-dark_neon) .topbar {
    min-height: 78px;
    color: #172033;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

body.page-storefront:not(.storefront-template-dark_neon) .brand,
body.page-storefront:not(.storefront-template-dark_neon) .topnav a,
body.page-storefront:not(.storefront-template-dark_neon) .user-area .button-ghost,
body.page-storefront:not(.storefront-template-dark_neon) .store-footer,
body.page-storefront:not(.storefront-template-dark_neon) .store-footer a {
    color: #172033;
}

body.page-storefront:not(.storefront-template-dark_neon) .topnav a:hover {
    color: var(--restaurant-primary, #d93636);
    background: rgba(17, 24, 39, .04);
    box-shadow: none;
}

body.page-storefront:not(.storefront-template-dark_neon) .menu-category .section-heading h2,
body.page-storefront:not(.storefront-template-dark_neon) .half-builder-copy h2,
body.page-storefront:not(.storefront-template-dark_neon) .product-title-button h3,
body.page-storefront:not(.storefront-template-dark_neon) .product-footer strong {
    color: #172033;
}

body.page-storefront:not(.storefront-template-dark_neon) .menu-category .section-heading span,
body.page-storefront:not(.storefront-template-dark_neon) .half-builder-copy p,
body.page-storefront:not(.storefront-template-dark_neon) .product-body p {
    color: #667085;
}

body.page-storefront:not(.storefront-template-dark_neon) .store-footer {
    background: #fff;
    border-top-color: rgba(17, 24, 39, .08);
}

.store-info-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: min(var(--store-page-max, var(--page-wide)), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: 0 auto 64px;
}

.store-info-section article {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 150px;
    padding: 22px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .06);
}

.store-info-section span {
    color: #667085;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.store-info-section strong {
    color: #172033;
    font-size: 24px;
    line-height: 1.05;
}

.store-info-section p {
    margin: 0;
    color: #667085;
    line-height: 1.45;
}

.store-info-section .store-contacts {
    margin-top: 0;
}

.store-info-section .store-contacts a {
    color: #172033;
    background: #f3f6f8;
    border-color: #e7edf1;
}

.floating-cart b {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.floating-cart b[hidden] {
    display: none;
}

body.page-storefront.storefront-template-fresh_fit {
    --fresh-green: #57a914;
    --fresh-green-dark: #223b20;
    --fresh-mint: #f4fbef;
    --fresh-line: #e1ecd8;
    color: var(--fresh-green-dark);
    background: #fff;
}

body.page-storefront.storefront-template-fresh_fit .topbar {
    min-height: 78px;
    padding-block: 10px;
    background: rgba(255, 255, 255, .96);
}

body.page-storefront.storefront-template-fresh_fit .brand {
    gap: 14px;
}

body.page-storefront.storefront-template-fresh_fit .brand-mark {
    width: 48px;
    height: 48px;
    border: 2px solid var(--fresh-green);
    border-radius: 8px;
    color: var(--fresh-green);
    background: #fff;
    box-shadow: none;
}

body.page-storefront.storefront-template-fresh_fit .brand > span:last-child {
    color: #101828;
    font-size: 20px;
    font-weight: 950;
}

body.page-storefront.storefront-template-fresh_fit .topnav {
    gap: clamp(12px, 2.4vw, 34px);
}

body.page-storefront.storefront-template-fresh_fit .topnav a {
    padding: 8px 4px;
    border: 0;
    color: #141b2d;
    background: transparent;
    font-size: 14px;
    font-weight: 850;
    text-transform: uppercase;
    box-shadow: none;
}

body.page-storefront.storefront-template-fresh_fit .topnav a:first-child,
body.page-storefront.storefront-template-fresh_fit .topnav a:hover {
    color: var(--fresh-green);
}

body.page-storefront.storefront-template-fresh_fit .user-area .button-ghost {
    border: 0;
    color: #1f2a44;
    background: transparent;
    box-shadow: none;
}

.theme-fresh_fit {
    display: flex;
    flex-direction: column;
    color: var(--fresh-green-dark);
    background: #fff;
}

.theme-fresh_fit .theme-masthead-fresh {
    order: 1;
}

.theme-fresh_fit .theme-category-pills-fresh {
    order: 2;
}

.theme-fresh_fit .menu-layout {
    order: 3;
}

.theme-fresh_fit .promo-strip {
    order: 4;
}

.theme-fresh_fit .personal-offer-strip {
    order: 5;
}

.theme-fresh_fit .combo-strip {
    order: 6;
}

.theme-fresh_fit .half-builder {
    order: 7;
}

.theme-fresh_fit .store-info-section {
    order: 8;
}

.theme-fresh_fit .theme-masthead-fresh {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    align-items: center;
    gap: clamp(20px, 3.2vw, 48px);
    width: min(1440px, calc(100% - 64px));
    min-height: clamp(380px, 30vw, 480px);
    margin: 6px auto 18px;
    padding: clamp(24px, 3.2vw, 46px) clamp(30px, 4.6vw, 62px);
    overflow: hidden;
    border: 1px solid #edf3e7;
    border-radius: 8px;
    background:
        radial-gradient(circle at 87% 12%, rgba(87, 169, 20, .16), transparent 24%),
        linear-gradient(90deg, rgba(248, 252, 244, .98), rgba(255, 255, 255, .90) 48%, rgba(244, 251, 239, .76)),
        var(--fresh-mint);
    box-shadow: 0 22px 70px rgba(39, 83, 34, .11);
}

.theme-fresh_fit .theme-masthead-copy {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    gap: 20px;
    max-width: 680px;
}

.theme-fresh_fit .theme-masthead h1 {
    color: var(--fresh-green-dark);
    font-size: clamp(42px, 4.2vw, 64px);
    line-height: .98;
    font-weight: 950;
    text-transform: uppercase;
}

.theme-fresh_fit .theme-masthead p {
    max-width: 560px;
    color: #344054;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.42;
}

.theme-fresh_fit .wellness-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 640px;
}

.theme-fresh_fit .wellness-chip-grid span {
    display: grid;
    grid-template-columns: 38px minmax(96px, auto);
    column-gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 10px 18px 10px 12px;
    border: 1px solid #edf3e7;
    border-radius: 8px;
    color: #485467;
    background: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.16;
    box-shadow: 0 12px 34px rgba(39, 83, 34, .07);
}

.theme-fresh_fit .wellness-chip-grid i {
    grid-row: span 2;
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #f0f8e9;
}

.theme-fresh_fit .wellness-chip-grid i::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid var(--fresh-green);
    border-top-color: transparent;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-35deg);
}

.theme-fresh_fit .wellness-chip-grid b {
    display: block;
    color: #172033;
    font-size: 15px;
    line-height: 1.05;
}

.theme-fresh_fit .wellness-plate {
    position: relative;
    min-height: 330px;
    overflow: visible;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.theme-fresh_fit .wellness-plate::before {
    content: "";
    position: absolute;
    inset: 5% 4% 3% auto;
    width: min(640px, 92%);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 28px 70px rgba(39, 83, 34, .13);
}

.theme-fresh_fit .wellness-plate img {
    position: relative;
    width: min(650px, 100%);
    height: 340px;
    margin-left: auto;
    object-fit: cover;
    border-radius: 50%;
    filter: saturate(1.08) contrast(1.03);
}

.theme-fresh_fit .wellness-cart-cta {
    position: absolute;
    right: clamp(20px, 7vw, 118px);
    bottom: 26px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(360px, calc(100% - 40px));
    min-height: 58px;
    padding: 15px 30px;
    border: 3px solid #fff;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(180deg, #70c915, var(--fresh-green));
    box-shadow: 0 20px 42px rgba(87, 169, 20, .28);
    font-size: 17px;
    font-weight: 950;
}

.theme-category-pills-fresh {
    width: min(1260px, calc(100% - 64px));
    margin: 16px auto 14px;
    padding: 0;
    gap: 10px;
}

.theme-category-pills-fresh a {
    min-width: 138px;
    min-height: 50px;
    padding: 12px 20px;
    border-color: #e7eee2;
    border-radius: 8px;
    color: #475467;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .04);
}

.theme-category-pills-fresh a::before {
    content: "";
    width: 17px;
    height: 17px;
    margin-right: 10px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-35deg);
}

.theme-category-pills-fresh a:first-child,
.theme-category-pills-fresh a:hover {
    color: var(--fresh-green);
    border-color: #d8edc9;
    background: #fbfff7;
}

.theme-fresh_fit .promo-strip {
    width: min(1260px, calc(100% - 64px));
    padding-top: 6px;
}

.theme-fresh_fit .promo-strip article {
    min-height: 174px;
    border-radius: 8px;
    box-shadow: none;
}

.theme-fresh_fit .half-builder {
    width: min(1260px, calc(100% - 64px));
    color: var(--fresh-green-dark);
}

.theme-fresh_fit .half-builder-copy h2 {
    color: var(--fresh-green-dark);
}

.theme-fresh_fit .half-builder-copy p:not(.eyebrow) {
    color: #667085;
}

.theme-fresh_fit .menu-layout {
    display: grid;
    grid-template-columns: 1fr;
    width: min(1260px, calc(100% - 64px));
    padding-top: 0;
}

.theme-fresh_fit .menu-layout > .category-nav {
    display: none;
}

.theme-fresh_fit .category-nav {
    position: sticky;
    top: 88px;
    z-index: 8;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 0 12px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .88);
    box-shadow: none;
    backdrop-filter: blur(14px);
}

.theme-fresh_fit .category-nav a {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid #e7eee2;
    border-radius: 8px;
    color: #475467;
    background: #fff;
}

.theme-fresh_fit .category-nav a:hover,
.theme-fresh_fit .category-nav a.is-active {
    color: var(--fresh-green);
    border-color: #d8edc9;
    background: #fbfff7;
}

.theme-fresh_fit .menu-feed {
    gap: 58px;
}

.theme-fresh_fit .menu-category .section-heading {
    margin-bottom: 18px;
}

.theme-fresh_fit .menu-category .section-heading h2 {
    color: #172033;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1;
}

.theme-fresh_fit .product-grid {
    gap: 24px;
}

.theme-fresh_fit .product-card {
    overflow: hidden;
    border: 1px solid #eef2e9;
    border-radius: 8px;
    color: #172033;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 24, 40, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.theme-fresh_fit .product-card:hover {
    transform: translateY(-3px);
    border-color: #d9ebcb;
    box-shadow: 0 24px 58px rgba(39, 83, 34, .11);
}

.theme-fresh_fit .product-image-button {
    background: #f7fbf3;
}

.theme-fresh_fit .product-card img {
    width: 100%;
    aspect-ratio: 1.34 / 1;
    object-fit: cover;
}

.theme-fresh_fit .product-body {
    gap: 14px;
    padding: 18px 18px 20px;
}

.theme-fresh_fit .product-body h3 {
    margin: 0;
    color: #172033;
    font-size: 18px;
    line-height: 1.18;
}

.theme-fresh_fit .product-body p {
    min-height: 42px;
    color: #667085;
    font-size: 14px;
}

.theme-fresh_fit .nutrition-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
    gap: 8px;
}

.theme-fresh_fit .nutrition-row span {
    display: grid;
    place-items: center;
    min-height: 44px;
    padding: 7px 8px;
    border: 1px solid #e7eee2;
    border-radius: 8px;
    color: #4b6d38;
    background: #f7fbf3;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.theme-fresh_fit .product-footer {
    align-items: center;
    flex-wrap: nowrap;
}

.theme-fresh_fit .product-footer strong {
    color: #172033;
    font-size: 22px;
    line-height: 1;
}

.theme-fresh_fit .product-footer .button {
    min-width: 42px;
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #70c915, var(--fresh-green));
    box-shadow: 0 12px 24px rgba(87, 169, 20, .26);
    font-size: 0;
}

.theme-fresh_fit .product-footer .button::after {
    content: "+";
    font-size: 28px;
    line-height: 1;
}

body.page-storefront.storefront-template-fresh_fit .floating-cart {
    width: 84px;
    height: 84px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #4f9f12, #2f7f18);
    box-shadow: 0 18px 46px rgba(47, 127, 24, .28);
}

body.page-storefront.storefront-template-fresh_fit .floating-cart span {
    top: -3px;
    right: 0;
    color: #fff;
    background: #7dcc1e;
    border-color: #fff;
}

body.page-storefront.storefront-template-fresh_fit .floating-cart b {
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

body.page-storefront.storefront-template-fresh_fit .store-info-section article {
    border-color: #e7eee2;
    background: #fbfff7;
}

body.page-storefront.storefront-template-fresh_fit .store-info-section span,
body.page-storefront.storefront-template-fresh_fit .store-info-section .store-contacts a:hover {
    color: var(--fresh-green);
}

body.page-storefront.storefront-template-fresh_fit .store-info-section strong {
    color: var(--fresh-green-dark);
}

.theme-speed_catalog {
    background: #fff;
}

.theme-speed_catalog .theme-masthead-speed {
    width: min(1280px, calc(100% - 48px));
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(17, 24, 39, .06);
}

.theme-speed_catalog .theme-feature-card,
.theme-speed_catalog .product-card {
    border-color: #edf0f3;
    border-radius: 8px;
    box-shadow: none;
}

.theme-speed_catalog .product-card img {
    aspect-ratio: 1 / .88;
}

.theme-speed_catalog .product-footer .button {
    border-radius: 50%;
    background: #f15a24;
}

.theme-banner_market .theme-masthead-banner {
    width: min(1320px, calc(100% - 48px));
    border-radius: 8px;
}

.theme-banner_market .product-card {
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(38, 38, 38, .08);
}

.theme-banner_market .product-footer .button {
    color: #262626;
    background: #ffd21e;
}

.theme-soft_cafe {
    background: #f3f5f8;
}

.theme-soft_cafe .theme-masthead-cafe,
.theme-soft_cafe .menu-layout,
.theme-soft_cafe .store-info-section {
    width: min(1280px, calc(100% - 48px));
}

.theme-soft_cafe .product-card {
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 42px rgba(31, 41, 51, .07);
}

.theme-compact_delivery .theme-masthead-compact {
    width: min(1220px, calc(100% - 48px));
    border-radius: 8px;
}

.theme-compact_delivery .product-grid {
    gap: 12px;
}

.theme-compact_delivery .product-card {
    border-radius: 8px;
    box-shadow: none;
}

.theme-asian_minimal .theme-masthead-asian {
    width: min(1220px, calc(100% - 48px));
    border-radius: 0;
}

.theme-asian_minimal .product-card {
    border-radius: 8px;
    box-shadow: none;
}

@media (max-width: 980px) {
    .store-info-section {
        grid-template-columns: 1fr;
        width: min(var(--store-page-max, var(--page-wide)), calc(100% - 28px));
    }

    .theme-fresh_fit .theme-masthead-fresh {
        grid-template-columns: 1fr;
        width: min(100%, calc(100% - 28px));
        padding: 28px;
    }

    .theme-fresh_fit .wellness-plate {
        min-height: 340px;
    }

    .theme-fresh_fit .wellness-plate img {
        height: 340px;
        margin-inline: auto;
    }

    .theme-category-pills-fresh,
    .theme-fresh_fit .promo-strip,
    .theme-fresh_fit .half-builder,
    .theme-fresh_fit .menu-layout {
        width: min(100%, calc(100% - 28px));
    }
}

@media (max-width: 680px) {
    body.page-storefront.storefront-template-fresh_fit .topbar {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand user"
            "nav nav";
    }

    body.page-storefront.storefront-template-fresh_fit .topnav {
        justify-content: start;
    }

    .theme-fresh_fit .theme-masthead-fresh {
        min-height: auto;
        margin-top: 12px;
        padding: 22px;
    }

    .theme-fresh_fit .theme-masthead h1 {
        font-size: clamp(36px, 12vw, 54px);
    }

    .theme-fresh_fit .wellness-chip-grid {
        gap: 10px;
    }

    .theme-fresh_fit .wellness-chip-grid span {
        width: 100%;
    }

    .theme-fresh_fit .wellness-plate {
        min-height: 280px;
    }

    .theme-fresh_fit .wellness-plate img {
        height: 280px;
    }

    .theme-fresh_fit .wellness-cart-cta {
        right: 16px;
        bottom: 16px;
        min-width: calc(100% - 32px);
        min-height: 54px;
    }

    .theme-category-pills-fresh {
        margin-top: 12px;
    }

    .theme-category-pills-fresh a {
        min-width: 116px;
    }

    .theme-fresh_fit .category-nav {
        top: 118px;
        width: calc(100% + 28px);
        margin-left: -14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .theme-fresh_fit .product-grid {
        gap: 14px;
    }

    body.page-storefront.storefront-template-fresh_fit .floating-cart {
        width: 72px;
        height: 72px;
    }

body.page-storefront.storefront-template-fresh_fit .floating-cart b {
        font-size: 12px;
    }
}

/* Reference storefront templates: high-fidelity final layer. */
body.page-storefront:not(.storefront-template-dark_neon) {
    --store-text-strong: #172033;
    --store-text-soft: #667085;
}

body.page-storefront:not(.storefront-template-dark_neon) .topbar {
    padding-inline: max(24px, calc((100vw - 1480px) / 2 + 24px));
}

body.page-storefront:not(.storefront-template-dark_neon) .brand-mark img {
    border-radius: inherit;
}

.store-promo-minimal .promo-strip div {
    color: var(--store-text-strong);
}

.store-promo-minimal .promo-strip p {
    color: var(--store-text-soft);
}

.half-image.is-half-image-swap {
    animation: halfImageSwap .26s ease;
}

@keyframes halfImageSwap {
    0% {
        opacity: .35;
        filter: saturate(.8);
    }

    100% {
        opacity: 1;
        filter: saturate(1);
    }
}

body.page-storefront.storefront-template-fresh_fit {
    --fresh-green: #3f8f29;
    --fresh-green-2: #59ad24;
    --fresh-green-dark: #243f1f;
    --fresh-mint: #f5fbef;
    --fresh-line: #e3ecd9;
    --restaurant-primary: #3f8f29;
    --restaurant-accent: #243f1f;
    background: #fff;
}

body.page-storefront.storefront-template-fresh_fit .topbar {
    min-height: 82px;
    background: rgba(255, 255, 255, .98);
    border-bottom: 0;
    box-shadow: none;
}

body.page-storefront.storefront-template-fresh_fit .brand-mark {
    width: 54px;
    height: 54px;
    border: 2px solid var(--fresh-green-2);
    border-radius: 14px;
    color: var(--fresh-green);
    background: #fff;
}

body.page-storefront.storefront-template-fresh_fit .brand > span:last-child {
    max-width: 220px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
}

body.page-storefront.storefront-template-fresh_fit .topnav {
    justify-content: center;
    gap: 36px;
}

body.page-storefront.storefront-template-fresh_fit .topnav a {
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

body.page-storefront.storefront-template-fresh_fit .topnav a:first-child,
body.page-storefront.storefront-template-fresh_fit .topnav a:hover {
    color: var(--fresh-green);
}

.theme-fresh_fit {
    gap: 0;
    background: #fff;
}

.theme-fresh_fit .theme-masthead-fresh {
    grid-template-columns: minmax(430px, .84fr) minmax(560px, 1.16fr);
    gap: 28px;
    width: min(1500px, calc(100% - 84px));
    min-height: 510px;
    margin: 0 auto 26px;
    padding: 56px 72px;
    border: 1px solid #eef4e9;
    border-radius: 22px;
    background:
        radial-gradient(circle at 99% 4%, rgba(95, 177, 36, .22), transparent 18%),
        radial-gradient(circle at 0% 73%, rgba(95, 177, 36, .14), transparent 12%),
        linear-gradient(90deg, #fbfdf8 0%, #fff 45%, #eef9e7 100%);
    box-shadow: 0 28px 80px rgba(36, 63, 31, .10);
}

.theme-fresh_fit .theme-masthead-copy {
    gap: 24px;
}

.theme-fresh_fit .theme-masthead h1 {
    max-width: 650px;
    color: var(--fresh-green-dark);
    font-size: 64px;
    line-height: 1.03;
    font-weight: 950;
    text-transform: uppercase;
}

.theme-fresh_fit .theme-masthead p {
    max-width: 560px;
    color: #344054;
    font-size: 19px;
    line-height: 1.5;
}

.theme-fresh_fit .wellness-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    max-width: 610px;
}

.theme-fresh_fit .wellness-chip-grid span {
    grid-template-columns: 42px minmax(98px, auto);
    min-height: 60px;
    padding: 10px 20px 10px 12px;
    border: 1px solid #ecf2e7;
    border-radius: 18px;
    color: #475467;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 32px rgba(36, 63, 31, .08);
}

.theme-fresh_fit .wellness-chip-grid i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f8eb;
}

.theme-fresh_fit .wellness-chip-grid b {
    color: #162318;
    font-size: 16px;
}

.theme-fresh_fit .wellness-plate {
    min-height: 430px;
    overflow: visible;
}

.theme-fresh_fit .wellness-plate::before {
    inset: 0 2% 0 auto;
    width: min(720px, 100%);
    background: #fff;
    box-shadow: 0 28px 78px rgba(36, 63, 31, .12);
}

.theme-fresh_fit .wellness-plate img {
    width: min(740px, 100%);
    height: 430px;
    border-radius: 50%;
}

.theme-fresh_fit .wellness-cart-cta {
    right: 72px;
    bottom: 30px;
    min-width: 380px;
    min-height: 68px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: linear-gradient(180deg, #64bd24, var(--fresh-green));
    box-shadow: 0 22px 48px rgba(63, 143, 41, .30);
    font-size: 18px;
}

.theme-category-pills-fresh {
    width: min(1320px, calc(100% - 84px));
    margin: 0 auto 28px;
}

.theme-category-pills-fresh a {
    min-width: 152px;
    min-height: 58px;
    border-radius: 14px;
    font-size: 15px;
}

.theme-fresh_fit .menu-layout,
.theme-fresh_fit .promo-strip,
.theme-fresh_fit .combo-strip,
.theme-fresh_fit .half-builder,
.theme-fresh_fit .store-info-section {
    width: min(1320px, calc(100% - 84px));
}

.theme-fresh_fit .menu-feed {
    gap: 70px;
}

.theme-fresh_fit .menu-category .section-heading {
    margin-bottom: 22px;
}

.theme-fresh_fit .menu-category .section-heading h2 {
    color: #172033;
    font-size: 32px;
    line-height: 1.05;
}

.theme-fresh_fit .product-grid {
    gap: 28px;
}

.theme-fresh_fit .product-card {
    border: 1px solid #edf2e9;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.theme-fresh_fit .product-card img {
    aspect-ratio: 1.34 / 1;
}

.theme-fresh_fit .product-body {
    padding: 18px 22px 22px;
}

.theme-fresh_fit .nutrition-row {
    grid-template-columns: repeat(4, minmax(52px, 1fr));
}

.theme-fresh_fit .nutrition-row span {
    min-height: 46px;
    border-radius: 12px;
}

.theme-fresh_fit .product-footer .button {
    background: linear-gradient(180deg, #65bd22, var(--fresh-green));
}

.theme-fresh_fit .promo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 6px;
}

.theme-fresh_fit .promo-strip article {
    min-height: 170px;
    border-radius: 12px;
    background: #111827;
}

.theme-fresh_fit .promo-strip img {
    opacity: .58;
}

.theme-fresh_fit .promo-strip div,
.theme-fresh_fit .promo-strip p {
    color: #fff;
}

.theme-fresh_fit .combo-strip {
    margin-top: 22px;
}

.theme-fresh_fit .combo-grid {
    grid-template-columns: 1fr;
}

.theme-fresh_fit .combo-card {
    grid-template-columns: minmax(230px, .7fr) minmax(0, 1.1fr) auto;
    align-items: end;
    gap: 22px;
    padding: 26px;
    border-color: #e6efdd;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #fbfff7, #fff),
        #fff;
    box-shadow: 0 22px 58px rgba(36, 63, 31, .08);
}

.theme-fresh_fit .combo-card .eyebrow {
    color: var(--fresh-green);
}

.theme-fresh_fit .combo-card h3 {
    color: var(--fresh-green-dark);
    font-size: 22px;
}

.theme-fresh_fit .combo-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-fresh_fit .combo-choice {
    padding: 10px;
    border-color: #e4ecd9;
    background: #fff;
}

.theme-fresh_fit .combo-choice select {
    min-height: 42px;
    border-color: #dce8d1;
    border-radius: 10px;
}

.theme-fresh_fit .combo-card .product-footer {
    display: grid;
    justify-items: end;
}

.theme-fresh_fit .combo-card .product-footer .button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
}

.theme-fresh_fit .combo-card .product-footer .button::after {
    content: "+";
    font-size: 30px;
}

.theme-fresh_fit .half-builder {
    grid-template-columns: minmax(330px, .72fr) minmax(520px, 1fr);
    gap: 44px;
    padding: 58px 0 34px;
}

.theme-fresh_fit .half-builder-copy .eyebrow {
    color: var(--fresh-green);
}

.theme-fresh_fit .half-builder-copy h2 {
    max-width: 520px;
    color: #172033;
    font-size: 56px;
}

.theme-fresh_fit .half-builder-card {
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    gap: 26px;
    padding: 26px;
    border-color: #e6efdd;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, #fff7f7);
    box-shadow: 0 26px 70px rgba(15, 23, 42, .10);
}

.theme-fresh_fit .half-preview {
    max-width: 320px;
    box-shadow: 0 18px 42px rgba(36, 63, 31, .12);
}

.theme-fresh_fit .half-controls .field span {
    color: #111827;
}

.theme-fresh_fit .half-controls .button {
    min-height: 54px;
    border-radius: 14px;
    background: linear-gradient(180deg, #42ad71, #2d9b62);
    box-shadow: 0 18px 36px rgba(45, 155, 98, .22);
}

body.page-storefront.storefront-template-fresh_fit .floating-cart {
    background: linear-gradient(180deg, #3f8f29, #2f7f18);
}

body.page-storefront.storefront-template-fresh_fit .floating-cart span {
    background: #60b821;
}

.theme-speed_catalog {
    --restaurant-primary: #ff6900;
    --restaurant-accent: #242833;
    background: #fff;
}

body.page-storefront.storefront-template-speed_catalog .topbar {
    min-height: 74px;
    box-shadow: 0 1px 0 #eceff3;
}

body.page-storefront.storefront-template-speed_catalog .topnav a:hover,
body.page-storefront.storefront-template-speed_catalog .topnav a:first-child {
    color: #ff6900;
}

.theme-speed_catalog .theme-masthead-speed,
.theme-speed_catalog .menu-layout,
.theme-speed_catalog .promo-strip,
.theme-speed_catalog .combo-strip,
.theme-speed_catalog .half-builder,
.theme-speed_catalog .store-info-section {
    width: min(1280px, calc(100% - 56px));
}

.theme-speed_catalog .theme-masthead-speed {
    margin-top: 18px;
    padding: 0 0 22px;
    border: 0;
    box-shadow: none;
}

.theme-speed_catalog .speed-head {
    padding: 18px 0 8px;
}

.theme-speed_catalog .speed-head h1 {
    font-size: 42px;
    line-height: 1.05;
}

.theme-speed_catalog .cart-pill,
.theme-speed_catalog .product-footer .button,
body.page-storefront.storefront-template-speed_catalog .floating-cart {
    background: #ff6900;
}

.theme-speed_catalog .speed-tools {
    grid-template-columns: minmax(260px, 1fr) repeat(3, auto);
}

.theme-speed_catalog .speed-tools span,
.theme-speed_catalog .theme-search,
.theme-speed_catalog .theme-category-pills a {
    border-radius: 999px;
}

.theme-speed_catalog .theme-feature-grid {
    margin-top: 6px;
}

.theme-speed_catalog .menu-layout {
    grid-template-columns: 1fr;
}

.theme-speed_catalog .category-nav {
    position: sticky;
    top: 74px;
    z-index: 9;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0;
    background: rgba(255, 255, 255, .96);
}

.theme-speed_catalog .category-nav a {
    flex: 0 0 auto;
    border: 1px solid #eceff3;
    border-radius: 999px;
    background: #fff;
}

.theme-speed_catalog .product-grid {
    gap: 32px 28px;
}

.theme-speed_catalog .product-card {
    border: 0;
    box-shadow: none;
}

.theme-speed_catalog .product-card img {
    aspect-ratio: 1 / .82;
    object-fit: contain;
    background: #fff;
}

.theme-speed_catalog .product-body {
    padding: 10px 0 0;
}

.theme-speed_catalog .product-body p {
    min-height: 44px;
}

.theme-speed_catalog .nutrition-row {
    display: none;
}

.theme-speed_catalog .product-footer strong {
    color: #111827;
}

.theme-speed_catalog .product-footer .button {
    width: auto;
    min-width: 106px;
    border-radius: 999px;
    color: #fff;
}

.theme-banner_market {
    --restaurant-primary: #e3362d;
    --restaurant-accent: #ffd21e;
    background: #fffaf0;
}

.theme-banner_market .theme-masthead-banner,
.theme-banner_market .menu-layout,
.theme-banner_market .promo-strip,
.theme-banner_market .combo-strip,
.theme-banner_market .half-builder,
.theme-banner_market .store-info-section {
    width: min(1360px, calc(100% - 56px));
}

.theme-banner_market .theme-masthead-banner {
    min-height: 420px;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(87, 42, 14, .16);
}

.theme-banner_market .theme-category-pills-market {
    border-radius: 18px;
}

.theme-banner_market .product-card {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(38, 38, 38, .10);
}

.theme-banner_market .product-footer .button,
body.page-storefront.storefront-template-banner_market .floating-cart {
    color: #262626;
    background: #ffd21e;
}

.theme-soft_cafe {
    --restaurant-primary: #d94e68;
    --restaurant-accent: #1f2933;
    background: #f3f5f8;
}

.theme-soft_cafe .theme-masthead-cafe,
.theme-soft_cafe .menu-layout,
.theme-soft_cafe .promo-strip,
.theme-soft_cafe .combo-strip,
.theme-soft_cafe .half-builder,
.theme-soft_cafe .store-info-section {
    width: min(1280px, calc(100% - 56px));
}

.theme-soft_cafe .cafe-head,
.theme-soft_cafe .product-card,
.theme-soft_cafe .combo-card,
.theme-soft_cafe .half-builder-card {
    border: 1px solid rgba(31, 41, 51, .06);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 46px rgba(31, 41, 51, .08);
}

.theme-soft_cafe .cafe-promo-row article {
    border-radius: 24px;
}

.theme-soft_cafe .theme-story-categories a {
    border-radius: 20px;
}

.theme-compact_delivery {
    --restaurant-primary: #ef3d3a;
    --restaurant-accent: #2d2f36;
    background: #f7f7f7;
}

.theme-compact_delivery .theme-masthead-compact,
.theme-compact_delivery .menu-layout,
.theme-compact_delivery .promo-strip,
.theme-compact_delivery .combo-strip,
.theme-compact_delivery .half-builder,
.theme-compact_delivery .store-info-section {
    width: min(1220px, calc(100% - 48px));
}

.theme-compact_delivery .theme-masthead-compact {
    border-radius: 0;
    background: #2d2f36;
}

.theme-compact_delivery .category-nav {
    padding: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.theme-compact_delivery .category-nav a {
    border-radius: 12px;
}

.theme-compact_delivery .product-grid {
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    min-width: 0;
}

.theme-compact_delivery .product-card {
    grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: none;
}

.theme-compact_delivery .product-body,
.theme-compact_delivery .product-title-button,
.theme-compact_delivery .product-title-button h3,
.theme-compact_delivery .product-body p,
.theme-compact_delivery .product-footer {
    min-width: 0;
}

.theme-compact_delivery .product-title-button h3,
.theme-compact_delivery .product-body p {
    overflow-wrap: anywhere;
}

.theme-compact_delivery .product-image-button {
    height: 100%;
}

.theme-compact_delivery .product-card img {
    height: 100%;
    aspect-ratio: auto;
}

.theme-compact_delivery .product-body {
    padding: 14px;
}

.theme-compact_delivery .nutrition-row {
    display: none;
}

.theme-compact_delivery .product-footer .button {
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
}

.theme-compact_delivery .product-footer .button::after {
    content: "+";
    font-size: 28px;
}

.theme-asian_minimal {
    --restaurant-primary: #e4262f;
    --restaurant-accent: #111111;
    background: #fff;
}

.theme-asian_minimal .theme-masthead-asian,
.theme-asian_minimal .menu-layout,
.theme-asian_minimal .promo-strip,
.theme-asian_minimal .combo-strip,
.theme-asian_minimal .half-builder,
.theme-asian_minimal .store-info-section {
    width: min(1220px, calc(100% - 48px));
}

.theme-asian_minimal .theme-masthead-asian {
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
}

.theme-asian_minimal .theme-category-pills-asian a {
    border-radius: 0;
    color: #111;
}

.theme-asian_minimal .theme-category-pills-asian a:hover {
    color: #fff;
    background: #e4262f;
}

.theme-asian_minimal .product-card {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
}

.theme-asian_minimal .product-footer .button,
body.page-storefront.storefront-template-asian_minimal .floating-cart {
    background: #e4262f;
}

@media (max-width: 1180px) and (min-width: 1101px) {
    .theme-compact_delivery .menu-layout {
        grid-template-columns: minmax(160px, 190px) minmax(0, 1fr);
    }

    .theme-compact_delivery .theme-order-aside {
        grid-column: 1 / -1;
        position: static;
    }
}

@media (max-width: 1100px) {
    .theme-fresh_fit .theme-masthead-fresh,
    .theme-fresh_fit .half-builder,
    .theme-fresh_fit .combo-card {
        grid-template-columns: 1fr;
    }

    .theme-fresh_fit .theme-masthead-fresh {
        width: min(100%, calc(100% - 32px));
        padding: 34px;
    }

    .theme-fresh_fit .theme-masthead h1 {
        font-size: 52px;
    }

    .theme-fresh_fit .wellness-cart-cta {
        right: 24px;
    }

    .theme-fresh_fit .combo-groups {
        grid-template-columns: 1fr;
    }

    .theme-compact_delivery .menu-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .theme-order-aside {
        position: static;
    }
}

@media (max-width: 760px) {
    body.page-storefront:not(.storefront-template-dark_neon) .topbar {
        padding-inline: 14px;
    }

    body.page-storefront:not(.storefront-template-dark_neon) .topnav {
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        padding-inline: 0;
    }

    body.page-storefront:not(.storefront-template-dark_neon) .topnav a {
        flex: 0 0 auto;
    }

    .theme-fresh_fit .theme-masthead h1 {
        font-size: 42px;
    }

    .theme-fresh_fit .theme-masthead-fresh,
    .theme-category-pills-fresh,
    .theme-fresh_fit .menu-layout,
    .theme-fresh_fit .promo-strip,
    .theme-fresh_fit .combo-strip,
    .theme-fresh_fit .half-builder,
    .theme-fresh_fit .store-info-section,
    .theme-speed_catalog .theme-masthead-speed,
    .theme-speed_catalog .menu-layout,
    .theme-speed_catalog .promo-strip,
    .theme-speed_catalog .combo-strip,
    .theme-speed_catalog .half-builder,
    .theme-speed_catalog .store-info-section,
    .theme-banner_market .theme-masthead-banner,
    .theme-banner_market .menu-layout,
    .theme-banner_market .promo-strip,
    .theme-banner_market .combo-strip,
    .theme-banner_market .half-builder,
    .theme-banner_market .store-info-section,
    .theme-soft_cafe .theme-masthead-cafe,
    .theme-soft_cafe .menu-layout,
    .theme-soft_cafe .promo-strip,
    .theme-soft_cafe .combo-strip,
    .theme-soft_cafe .half-builder,
    .theme-soft_cafe .store-info-section,
    .theme-compact_delivery .theme-masthead-compact,
    .theme-compact_delivery .menu-layout,
    .theme-compact_delivery .promo-strip,
    .theme-compact_delivery .combo-strip,
    .theme-compact_delivery .half-builder,
    .theme-compact_delivery .store-info-section,
    .theme-asian_minimal .theme-masthead-asian,
    .theme-asian_minimal .menu-layout,
    .theme-asian_minimal .promo-strip,
    .theme-asian_minimal .combo-strip,
    .theme-asian_minimal .half-builder,
    .theme-asian_minimal .store-info-section {
        width: min(100%, calc(100% - 28px));
    }

    .theme-fresh_fit .theme-masthead-fresh {
        padding: 24px;
    }

    .theme-fresh_fit .wellness-plate,
    .theme-fresh_fit .wellness-plate img {
        height: 300px;
        min-height: 300px;
    }

    .theme-fresh_fit .wellness-cart-cta {
        right: 14px;
        min-width: calc(100% - 28px);
    }

    .theme-fresh_fit .promo-strip,
    .theme-soft_cafe .cafe-promo-row {
        grid-template-columns: 1fr;
    }

    .theme-fresh_fit .half-builder-copy h2 {
        font-size: 38px;
    }

    .theme-fresh_fit .half-builder-card {
        grid-template-columns: 1fr;
    }

    .theme-compact_delivery .product-card {
        grid-template-columns: 108px minmax(0, 1fr);
    }

    .theme-speed_catalog .speed-tools {
        grid-template-columns: 1fr;
    }
}

/* Partner program */
.partner-page {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
    padding: clamp(24px, 4vw, 48px) 0 72px;
}

.partner-page .section-heading p {
    max-width: 720px;
    color: var(--muted);
}

.partner-metrics,
.partner-admin-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.partner-referral-panel,
.partner-alert,
.partner-compliance-panel,
.partner-card-form,
.partner-admin-settings,
.partner-admin-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 32, 42, .07);
}

.partner-referral-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px;
    align-items: center;
}

.partner-referral-panel h2,
.partner-alert h2,
.partner-bank-box h2 {
    margin: 0 0 8px;
    font-size: 28px;
}

.partner-referral-panel p,
.partner-alert p,
.partner-fieldset p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.partner-referral-panel code,
.partner-action-row code {
    display: block;
    margin-top: 12px;
    padding: 12px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--text);
    font-weight: 800;
}

.partner-code-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 8px;
    color: #fff;
    background: var(--accent);
}

.partner-code-card span {
    color: rgba(255, 255, 255, .72);
    font-weight: 800;
}

.partner-code-card strong {
    overflow-wrap: anywhere;
    font-size: 22px;
    line-height: 1.08;
}

.partner-alert {
    background:
        linear-gradient(135deg, rgba(226, 61, 47, .08), rgba(255, 255, 255, 0) 42%),
        #fff;
}

.partner-compliance-panel {
    background: #fff;
}

.partner-compliance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.partner-compliance-grid > div {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
}

.partner-compliance-grid span,
.partner-compliance-grid small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
}

.partner-compliance-grid strong {
    overflow-wrap: anywhere;
    color: var(--text);
}

.partner-action-row,
.partner-form-actions,
.partner-inline-form,
.partner-payout-form,
.partner-receipt-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.partner-action-row {
    margin-top: 16px;
}

.partner-action-row form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.partner-receipt-form {
    min-width: min(360px, 70vw);
}

.partner-receipt-form input {
    width: min(180px, 100%);
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--text);
    background: #fff;
}

.partner-card-form,
.partner-admin-settings {
    display: grid;
    gap: 16px;
    padding: 18px;
}

.partner-form-actions {
    justify-content: flex-end;
}

.partner-form-actions [data-partner-status],
.partner-inline-form [data-partner-status],
.partner-payout-form [data-partner-status],
.partner-form-actions [data-admin-system-test-status],
.partner-form-actions [data-payment-test-status],
.integration-test-actions [data-integration-test-status] {
    margin-right: auto;
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

[data-partner-status].is-success,
[data-admin-system-test-status].is-success,
[data-payment-test-status].is-success,
[data-integration-test-status].is-success {
    color: var(--success);
}

[data-partner-status].is-error,
[data-admin-system-test-status].is-error,
[data-payment-test-status].is-error,
[data-integration-test-status].is-error {
    color: var(--danger);
}

.release-gate-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(24, 32, 42, .12);
    border-radius: 14px;
    background: #f8fafc;
    color: #111827;
}

.release-gate-panel > div:first-child {
    display: grid;
    gap: 4px;
}

.release-gate-panel strong {
    color: #111827;
}

.release-gate-panel [data-admin-release-gate-status] {
    color: #475569;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.release-gate-panel.is-success {
    border-color: rgba(22, 163, 74, .35);
    background: #f0fdf4;
}

.release-gate-panel.is-error {
    border-color: rgba(226, 61, 47, .35);
    background: #fff7ed;
}

.status-pill.is-warning {
    background: #fffbeb;
    color: #92400e;
}

.release-external-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.release-external-steps article {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(146, 64, 14, .18);
    border-radius: 8px;
    background: linear-gradient(180deg, #fffbeb, #fff7ed);
    color: #111827;
}

.release-external-steps article > span {
    color: #b45309;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.release-external-steps h3,
.release-external-steps p {
    margin: 0;
}

.release-external-steps h3 {
    color: #111827;
    font-size: 20px;
    line-height: 1.18;
}

.release-external-steps p {
    color: #475569;
    line-height: 1.5;
}

.release-external-steps a {
    color: #9a3412;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.admin-live-readiness {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.admin-live-readiness.database-backup-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-live-readiness article {
    display: grid;
    align-content: start;
    gap: 10px;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.admin-live-readiness article.is-ok {
    border-color: rgba(18, 113, 91, .28);
    background: linear-gradient(180deg, #f0fdf4, #fff);
}

.admin-live-readiness article.is-warning {
    border-color: rgba(217, 119, 6, .32);
    background: linear-gradient(180deg, #fffbeb, #fff);
}

.admin-live-readiness article.is-muted {
    background: linear-gradient(180deg, #f8fafc, #fff);
}

.admin-live-readiness h3,
.admin-live-readiness p {
    margin: 0;
}

.admin-live-readiness h3 {
    color: #111827;
    font-size: 18px;
    line-height: 1.2;
}

.admin-live-readiness p,
.admin-live-readiness small {
    color: #475569;
    line-height: 1.45;
}

.admin-infra-runbook {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.admin-infra-runbook article {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(24, 32, 42, .10);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.admin-infra-runbook h3,
.admin-infra-runbook p {
    margin: 0;
}

.admin-infra-runbook h3 {
    color: #111827;
    font-size: 18px;
    line-height: 1.2;
}

.admin-infra-runbook p {
    color: #475569;
    line-height: 1.5;
}

.infra-choice-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
}

.infra-choice-card {
    position: relative;
    overflow: hidden;
}

.infra-choice-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #0ea5e9, #f97316);
}

.infra-choice-card.is-recommended {
    border-color: rgba(18, 113, 91, .28);
    background:
        linear-gradient(180deg, rgba(240, 253, 244, .92), #fff),
        #fff;
}

.infra-choice-tag {
    justify-self: start;
    padding: 5px 8px;
    border-radius: 7px;
    background: rgba(15, 23, 42, .08);
    color: #0f172a;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.infra-choice-card.is-recommended .infra-choice-tag {
    background: rgba(18, 113, 91, .12);
    color: #12715b;
}

.infra-choice-card small {
    color: #64748b;
    line-height: 1.45;
}

.runbook-code-grid {
    display: grid;
    gap: 7px;
}

.copyable-code {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 6px;
    min-width: 0;
}

.runbook-code-grid code {
    display: block;
    max-width: 100%;
    padding: 9px 10px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 7px;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
}

.copyable-code-button {
    min-height: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 7px;
    background: #fff;
    color: #111827;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
}

.copyable-code-button:hover {
    border-color: rgba(217, 40, 31, .35);
    color: #d9281f;
}

.release-gate-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    grid-column: 1 / -1;
}

.release-gate-summary span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.release-gate-list {
    display: grid;
    gap: 10px;
    grid-column: 1 / -1;
}

.release-gate-item {
    display: grid;
    gap: 5px;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, .1);
    border-left-width: 5px;
    border-radius: 12px;
    background: #fff;
    color: #111827;
}

.release-gate-item.is-warn {
    border-left-color: #d97706;
}

.release-gate-item.is-fail {
    border-left-color: #dc2626;
}

.release-gate-item small,
.release-gate-item p,
.release-gate-item li {
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.release-gate-item p {
    margin: 0;
}

.release-gate-item ul {
    margin: 0;
    padding-left: 18px;
}

.release-gate-actions {
    display: grid;
    gap: 7px;
    margin-top: 4px;
}

.release-gate-actions code {
    display: block;
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 8px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
}

.release-gate-item-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.release-gate-link,
.release-gate-links a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(217, 40, 31, .18);
    border-radius: 999px;
    background: rgba(217, 40, 31, .08);
    color: #991b1b;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.release-gate-link:hover,
.release-gate-links a:hover {
    border-color: rgba(217, 40, 31, .35);
    background: rgba(217, 40, 31, .14);
    color: #7f1d1d;
}

.release-gate-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.partner-entity-switch {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.partner-entity-switch label {
    cursor: pointer;
}

.partner-entity-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.partner-entity-switch span {
    display: grid;
    place-items: center;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--muted);
    font-weight: 900;
}

.partner-entity-switch input:checked + span {
    border-color: rgba(226, 61, 47, .34);
    color: var(--primary);
    background: rgba(226, 61, 47, .07);
    box-shadow: inset 0 0 0 1px rgba(226, 61, 47, .12);
}

.partner-dynamic-fields,
.partner-bank-box {
    display: grid;
    gap: 12px;
}

.partner-fieldset,
.partner-bank-box,
.partner-referral-note {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
}

.partner-fieldset strong,
.partner-referral-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.partner-referral-note {
    margin: 12px 0 18px;
    background: rgba(18, 113, 91, .08);
    border-color: rgba(18, 113, 91, .22);
}

.partner-referral-note span {
    color: var(--muted);
}

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

.partner-admin-settings {
    margin-bottom: 16px;
}

.partner-admin-grid {
    display: grid;
    gap: 14px;
}

.partner-admin-card {
    padding: 0;
    overflow: hidden;
}

.partner-admin-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    cursor: pointer;
    list-style: none;
}

.partner-admin-card summary::-webkit-details-marker {
    display: none;
}

.partner-admin-card summary span:first-child {
    display: grid;
    gap: 4px;
}

.partner-admin-card summary small {
    color: var(--muted);
}

.partner-admin-card > form,
.partner-admin-card .partner-inline-form,
.partner-admin-stats {
    margin: 0 18px 18px;
}

.partner-admin-card > form {
    display: grid;
    gap: 14px;
}

.partner-admin-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-admin-stats span {
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 8px;
    background: var(--surface-2);
}

.partner-admin-stats strong {
    font-size: 22px;
}

.partner-admin-stats small {
    color: var(--muted);
    font-weight: 800;
}

.partner-inline-form select,
.partner-inline-form input,
.partner-payout-form select,
.partner-payout-form input {
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.partner-inline-form select {
    min-width: 260px;
}

.partner-inline-form input[name="description"] {
    min-width: min(320px, 100%);
}

.partner-payout-form {
    min-width: 360px;
}

.partner-payout-form input {
    min-width: 180px;
}

.partner-auth .auth-card {
    width: min(980px, calc(100vw - var(--page-gutter) - var(--page-gutter)));
}

.partner-offer-check {
    align-items: flex-start;
    padding: 14px;
    border: 1px solid rgba(18, 113, 91, .18);
    border-radius: 8px;
    background: rgba(18, 113, 91, .06);
}

@media (min-width: 1181px) {
    .admin-metrics {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .admin-live-readiness.database-backup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-live-readiness,
    .release-external-steps,
    .admin-infra-runbook {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-metrics,
    .partner-admin-stats,
    .partner-referral-panel,
    .partner-legal-grid,
    .partner-compliance-grid {
        grid-template-columns: 1fr;
    }

    .partner-entity-switch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .admin-live-readiness,
    .admin-live-readiness.database-backup-grid,
    .release-external-steps,
    .admin-infra-runbook {
        grid-template-columns: 1fr;
    }

    .copyable-code {
        grid-template-columns: 1fr;
    }

    .partner-page {
        width: min(100%, calc(100% - 28px));
        padding-top: 22px;
    }

    .partner-entity-switch,
    .partner-action-row,
    .partner-form-actions,
    .partner-inline-form,
    .partner-payout-form,
    .partner-receipt-form,
    .partner-action-row form {
        display: grid;
        grid-template-columns: 1fr;
    }

    .partner-receipt-form {
        min-width: 0;
    }

    .partner-receipt-form input {
        width: 100%;
    }

    .partner-form-actions [data-partner-status],
    .partner-inline-form [data-partner-status],
    .partner-payout-form [data-partner-status],
    .partner-form-actions [data-admin-system-test-status],
    .partner-form-actions [data-payment-test-status],
    .integration-test-actions [data-integration-test-status] {
        margin-right: 0;
    }

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

    .release-gate-panel .button {
        width: 100%;
    }

    .release-gate-summary span {
        flex: 1 1 96px;
        text-align: center;
    }

    .partner-admin-card summary {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Fresh Fit fidelity pass: Light Bowl reference */
body.page-storefront.storefront-template-fresh_fit {
    --fresh-green: #60bf12;
    --fresh-green-deep: #2f4c23;
    --fresh-text: #1d2738;
    --fresh-muted: #5f6b7a;
    --fresh-line: #e6ecdf;
    color: var(--fresh-text);
    background: #fff;
}

body.page-storefront.storefront-template-fresh_fit .topbar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    min-height: 78px;
    padding-inline: max(54px, calc((100vw - 1500px) / 2 + 70px));
    background: #fff;
    box-shadow: none;
}

body.page-storefront.storefront-template-fresh_fit .brand {
    gap: 18px;
}

body.page-storefront.storefront-template-fresh_fit .brand-mark {
    width: 58px;
    height: 58px;
    border: 2px solid var(--fresh-green);
    border-radius: 14px;
    color: var(--fresh-green);
    background: #fff;
}

body.page-storefront.storefront-template-fresh_fit .brand-leaf-icon {
    width: 36px;
    height: 36px;
}

body.page-storefront.storefront-template-fresh_fit .brand-text {
    display: grid;
    gap: 2px;
    color: #111827;
    font-size: 23px;
    line-height: .95;
    font-weight: 950;
    text-transform: uppercase;
}

body.page-storefront.storefront-template-fresh_fit .brand-text small {
    color: var(--fresh-green);
    font-size: 13px;
    font-weight: 900;
    text-transform: lowercase;
}

body.page-storefront.storefront-template-fresh_fit .topnav {
    justify-self: center;
    gap: 34px;
    padding: 0;
    overflow: visible;
}

body.page-storefront.storefront-template-fresh_fit .topnav a {
    padding: 0;
    color: #111827;
    background: transparent;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.page-storefront.storefront-template-fresh_fit .topnav a:first-child,
body.page-storefront.storefront-template-fresh_fit .topnav a:hover {
    color: var(--fresh-green);
}

body.page-storefront.storefront-template-fresh_fit .user-area {
    justify-self: end;
}

body.page-storefront.storefront-template-fresh_fit .user-area .button-ghost {
    gap: 8px;
    padding: 8px 0;
    color: #273022;
    background: transparent;
    box-shadow: none;
}

body.page-storefront.storefront-template-fresh_fit .user-area .button-ghost::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
    box-shadow: 0 8px 0 -4px currentColor;
}

.theme-fresh_fit {
    --page-max: 1470px;
}

.theme-fresh_fit .theme-masthead-fresh {
    position: relative;
    grid-template-columns: minmax(560px, .98fr) minmax(560px, 1.02fr);
    gap: 26px;
    width: min(1470px, calc(100% - 104px));
    min-height: 448px;
    margin: 0 auto 18px;
    padding: 42px 70px;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 16%, rgba(96, 191, 18, .14), transparent 18%),
        radial-gradient(circle at -1% 73%, rgba(96, 191, 18, .12), transparent 11%),
        linear-gradient(90deg, #fbfdf8 0%, #fff 44%, #eef8e6 100%);
    box-shadow: 0 28px 88px rgba(29, 39, 56, .08);
}

.theme-fresh_fit .theme-masthead-fresh::before,
.theme-fresh_fit .theme-masthead-fresh::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 60% 8% 60% 8%;
    background: linear-gradient(135deg, #8ccf33, #3c8b20);
    opacity: .22;
    transform: rotate(-32deg);
}

.theme-fresh_fit .theme-masthead-fresh::before {
    left: -24px;
    bottom: 108px;
}

.theme-fresh_fit .theme-masthead-fresh::after {
    right: 20px;
    top: 18px;
}

.theme-fresh_fit .theme-masthead-copy {
    z-index: 1;
    justify-content: start;
    gap: 22px;
}

.theme-fresh_fit .theme-masthead h1 {
    max-width: 670px;
    color: var(--fresh-green-deep);
    font-size: 58px;
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.theme-fresh_fit .theme-masthead p {
    max-width: 560px;
    color: #334155;
    font-size: 19px;
    line-height: 1.45;
}

.theme-fresh_fit .wellness-chip-grid {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 18px;
    max-width: 590px;
}

.theme-fresh_fit .wellness-chip-grid span {
    display: grid;
    grid-template-columns: 40px minmax(84px, auto);
    align-items: center;
    min-height: 58px;
    padding: 9px 18px 9px 10px;
    border: 1px solid #eef3e8;
    border-radius: 18px;
    color: #4b5563;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 32px rgba(32, 70, 22, .08);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.12;
}

.theme-fresh_fit .wellness-chip-grid span:nth-child(4),
.theme-fresh_fit .wellness-chip-grid span:nth-child(5) {
    grid-column: auto / span 1;
}

.theme-fresh_fit .wellness-chip-grid span:nth-child(5) {
    min-width: 270px;
}

.theme-fresh_fit .wellness-chip-grid svg {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    padding: 9px;
    border-radius: 50%;
    color: var(--fresh-green);
    background: #f2f8ed;
}

.theme-fresh_fit .wellness-chip-grid b {
    display: block;
    color: #18251a;
    font-size: 15px;
    font-weight: 950;
}

.theme-fresh_fit .wellness-plate {
    position: relative;
    min-height: 360px;
    overflow: visible;
}

.theme-fresh_fit .wellness-plate::before {
    content: "";
    position: absolute;
    inset: -34px -74px -40px auto;
    width: 760px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0 64%, rgba(255, 255, 255, 0) 65%);
    box-shadow: none;
}

.theme-fresh_fit .wellness-plate img {
    position: absolute;
    right: -64px;
    top: -44px;
    width: 760px;
    height: 520px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 28px 72px rgba(32, 70, 22, .08);
}

.theme-fresh_fit .wellness-cart-cta {
    right: 72px;
    bottom: -4px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 370px;
    min-height: 70px;
    border: 4px solid #fff;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(180deg, #82d817, #55b90e);
    box-shadow: 0 22px 48px rgba(83, 178, 14, .30);
    font-size: 18px;
    font-weight: 950;
}

.theme-fresh_fit .wellness-cart-cta::before {
    content: "";
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background: currentColor;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6%202%203%206v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V6l-3-4H6ZM3%206h18M16%2010a4%204%200%200%201-8%200%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6%202%203%206v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V6l-3-4H6ZM3%206h18M16%2010a4%204%200%200%201-8%200%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.theme-fresh_fit .wellness-favorite-cta {
    position: absolute;
    right: -2px;
    bottom: -4px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    color: #315223;
    background: #fff;
    box-shadow: 0 18px 44px rgba(32, 70, 22, .12);
    font-size: 31px;
    text-decoration: none;
}

.theme-category-pills-fresh a::before {
    content: none !important;
    display: none !important;
}

.theme-category-pills-fresh {
    position: relative;
    z-index: 21;
    display: grid;
    grid-template-columns: minmax(142px, 1.18fr) repeat(7, minmax(104px, 1fr)) minmax(126px, 1fr);
    gap: 7px;
    width: min(1290px, calc(100% - 72px));
    margin: 0 auto 26px;
    padding: 0;
}

.theme-category-pills-fresh a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #e7ecdf;
    border-radius: 12px;
    color: #303642;
    background: #fff;
    box-shadow: 0 8px 24px rgba(29, 39, 56, .04);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.theme-category-pills-fresh a svg {
    width: 22px;
    height: 22px;
    color: #2d3748;
}

.theme-category-pills-fresh a.is-active,
.theme-category-pills-fresh a:hover {
    color: var(--fresh-green);
    border-color: #dbeecb;
}

.theme-category-pills-fresh a.is-active svg,
.theme-category-pills-fresh a:hover svg {
    color: var(--fresh-green);
}

.theme-category-pills-fresh a:nth-child(4) svg {
    color: #f39a19;
}

.theme-fresh_fit .menu-layout,
.theme-fresh_fit .promo-strip,
.theme-fresh_fit .combo-strip,
.theme-fresh_fit .half-builder,
.theme-fresh_fit .store-info-section {
    width: min(1290px, calc(100% - 104px));
}

.theme-fresh_fit .menu-layout {
    display: block;
    margin-top: 0;
}

.theme-fresh_fit .menu-layout > .category-nav {
    display: none;
}

.theme-fresh_fit .menu-feed {
    gap: 58px;
}

.theme-fresh_fit .menu-category .section-heading {
    margin-bottom: 22px;
}

.theme-fresh_fit .menu-category .section-heading h2 {
    color: #20293a;
    font-size: 26px;
    line-height: 1.08;
    font-weight: 950;
}

.theme-fresh_fit .menu-category .section-heading span {
    color: var(--fresh-green);
}

.theme-fresh_fit .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px;
}

.theme-fresh_fit .product-card {
    overflow: hidden;
    border: 1px solid #eef2e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(29, 39, 56, .07);
}

.theme-fresh_fit .product-image-button {
    background: #f4f6f1;
}

.theme-fresh_fit .product-card img {
    width: 100%;
    aspect-ratio: 1.26 / 1;
    object-fit: cover;
}

.theme-fresh_fit .favorite-form,
.theme-fresh_fit .favorite-button-static {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
}

.theme-fresh_fit .favorite-button {
    width: 42px;
    height: 42px;
    border: 0;
    color: #667085;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 24px rgba(29, 39, 56, .10);
    font-size: 25px;
    text-decoration: none;
}

.theme-fresh_fit .favorite-button.is-active,
.theme-fresh_fit .favorite-button:hover {
    color: var(--fresh-green);
    background: #fff;
}

.theme-fresh_fit .product-body {
    gap: 14px;
    padding: 15px 18px 18px;
}

.theme-fresh_fit .product-body h3 {
    margin: 0 0 8px;
    color: #20293a;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 900;
}

.theme-fresh_fit .product-body p {
    min-height: 45px;
    color: #576273;
    font-size: 13px;
    line-height: 1.35;
}

.theme-fresh_fit .rating-chip {
    display: none;
}

.theme-fresh_fit .nutrition-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.theme-fresh_fit .nutrition-row span {
    display: grid;
    place-items: center;
    min-height: 44px;
    padding: 6px 8px;
    border: 1px solid #edf2e7;
    border-radius: 10px;
    color: #3b6e20;
    background: #f5faef;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.theme-fresh_fit .product-footer {
    align-items: center;
    flex-wrap: nowrap;
}

.theme-fresh_fit .product-footer strong {
    color: #20293a;
    font-size: 22px;
    font-weight: 950;
}

.theme-fresh_fit .product-footer .button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #7bd916, #55b90e);
    box-shadow: 0 14px 28px rgba(83, 178, 14, .28);
    font-size: 0;
}

.theme-fresh_fit .product-footer .button::after {
    content: "+";
    font-size: 28px;
    line-height: 1;
}

.theme-fresh_fit .promo-strip {
    gap: 14px;
}

.theme-fresh_fit .combo-card {
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(29, 39, 56, .06);
}

body.page-storefront.storefront-template-fresh_fit .floating-cart {
    width: 84px;
    height: 84px;
    right: 30px;
    bottom: 28px;
    color: #fff;
    background: linear-gradient(180deg, #388a28, #27731f);
    box-shadow: 0 18px 42px rgba(39, 115, 31, .28);
    z-index: 18;
}

body.page-storefront.storefront-template-fresh_fit .floating-cart span {
    top: -6px;
    right: -2px;
    background: #80d719;
}

body.page-storefront.storefront-template-fresh_fit .floating-cart b {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}

@media (max-width: 1180px) {
    body.page-storefront.storefront-template-fresh_fit .topbar {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-inline: 22px;
    }

    body.page-storefront.storefront-template-fresh_fit .brand,
    body.page-storefront.storefront-template-fresh_fit .user-area {
        justify-self: center;
    }

    .theme-fresh_fit .theme-masthead-fresh {
        grid-template-columns: 1fr;
        width: min(100% - 36px, 720px);
        min-height: 0;
        padding: 34px 28px;
    }

    .theme-fresh_fit .wellness-chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .theme-fresh_fit .wellness-chip-grid span {
        min-width: 0;
    }

    .theme-fresh_fit .wellness-chip-grid span:nth-child(5) {
        grid-column: 1 / -1;
        min-width: 0;
    }

    .theme-fresh_fit .wellness-plate {
        overflow: hidden;
        min-height: 340px;
    }

    .theme-fresh_fit .wellness-plate::before {
        inset: 0;
        width: auto;
    }

    .theme-fresh_fit .wellness-plate img {
        right: 50%;
        top: 0;
        width: min(560px, 100%);
        height: 340px;
        transform: translateX(50%);
    }

    .theme-fresh_fit .wellness-cart-cta {
        right: 50%;
        bottom: 18px;
        min-width: min(360px, 88%);
        transform: translateX(50%);
    }

    .theme-fresh_fit .wellness-favorite-cta {
        right: 12px;
        bottom: 20px;
    }

    .theme-category-pills-fresh {
        display: flex;
        overflow-x: auto;
        width: min(100% - 36px, 720px);
        padding-bottom: 4px;
    }

    .theme-category-pills-fresh a {
        flex: 0 0 auto;
    }

    .theme-fresh_fit .menu-layout,
    .theme-fresh_fit .promo-strip,
    .theme-fresh_fit .combo-strip,
    .theme-fresh_fit .half-builder,
    .theme-fresh_fit .store-info-section {
        width: min(100% - 36px, 720px);
    }

    .theme-fresh_fit .half-builder {
        overflow: hidden;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .theme-fresh_fit .half-builder-card {
        min-width: 0;
        width: 100%;
    }

    .theme-fresh_fit .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    body.page-storefront.storefront-template-fresh_fit .topbar {
        align-items: stretch;
        min-height: 0;
        padding-block: 14px;
    }

    body.page-storefront.storefront-template-fresh_fit .topnav {
        justify-content: flex-start;
        gap: 13px;
        overflow-x: auto;
        width: 100%;
    }

    body.page-storefront.storefront-template-fresh_fit .topnav a {
        flex: 0 0 auto;
        font-size: 11px;
    }

    .theme-fresh_fit .theme-masthead h1 {
        font-size: 38px;
    }

    .theme-fresh_fit .theme-masthead p {
        font-size: 16px;
    }

    .theme-fresh_fit .wellness-chip-grid {
        grid-template-columns: 1fr;
    }

    .theme-fresh_fit .wellness-chip-grid span,
    .theme-fresh_fit .wellness-chip-grid span:nth-child(5) {
        min-width: 0;
    }

    .theme-fresh_fit .wellness-plate,
    .theme-fresh_fit .wellness-plate img {
        height: 290px;
        min-height: 290px;
    }

    .theme-fresh_fit .wellness-cart-cta {
        min-height: 58px;
        font-size: 15px;
    }

    .theme-fresh_fit .wellness-favorite-cta {
        width: 58px;
        height: 58px;
        font-size: 26px;
    }

    .theme-fresh_fit .product-grid {
        grid-template-columns: 1fr !important;
    }

    .theme-fresh_fit .product-body p {
        min-height: 0;
    }

    body.page-storefront.storefront-template-fresh_fit .floating-cart {
        width: 68px;
        height: 68px;
        right: 16px;
        bottom: 16px;
    }
}

/* Storefront reference templates implementation pass */
.theme-preview-ref_pizza_flow {
    --theme-preview-main: #ff6900;
    --theme-preview-second: #fff4e8;
    --theme-preview-third: #2b2b2b;
    background: #fff8f0;
}

.theme-preview-ref_roll_market {
    --theme-preview-main: #f04b38;
    --theme-preview-second: #fff7ed;
    --theme-preview-third: #101828;
    background: #fff6f0;
}

.theme-preview-ref_cafe_stories {
    --theme-preview-main: #b85b62;
    --theme-preview-second: #f6f1ea;
    --theme-preview-third: #314457;
    background: #f6f1ea;
}

.theme-preview-ref_pizza_halves {
    --theme-preview-main: #f04438;
    --theme-preview-second: #fff3dc;
    --theme-preview-third: #141821;
    background: #151922;
}

.theme-preview-ref_family_pizza {
    --theme-preview-main: #e1261c;
    --theme-preview-second: #ffc928;
    --theme-preview-third: #fff8ea;
    background: #fff0bb;
}

.storefront-site {
    --ref-text: #172033;
    --ref-muted: #657084;
    --ref-line: rgba(23, 32, 51, .10);
    --ref-shadow: 0 20px 56px rgba(23, 32, 51, .10);
}

.storefront-site .store-info-section {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-inline: auto;
}

.reference-category-row {
    display: flex;
    gap: 10px;
    min-width: 0;
    overflow-x: auto;
    padding: 4px 0 8px;
    scrollbar-width: thin;
}

.reference-category-row a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 18px;
    border: 1px solid var(--ref-line);
    border-radius: 999px;
    color: var(--ref-text);
    background: #fff;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .05);
}

.reference-category-row a svg {
    width: 20px;
    height: 20px;
}

.reference-category-row a.is-active,
.reference-category-row a:hover {
    color: #fff;
    background: var(--restaurant-primary);
    border-color: var(--restaurant-primary);
}

.reference-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.reference-promo-grid article {
    position: relative;
    min-height: 178px;
    overflow: hidden;
    border: 1px solid var(--ref-line);
    border-radius: 8px;
    color: #fff;
    background: #111827;
    box-shadow: var(--ref-shadow);
}

.reference-promo-grid article:first-child:nth-last-child(3),
.reference-promo-grid article:first-child:nth-last-child(3) ~ article {
    min-height: 190px;
}

.reference-promo-grid img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.04);
}

.reference-promo-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 18, 31, .76), rgba(12, 18, 31, .18));
}

.reference-promo-grid div {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: end;
    gap: 8px;
    min-height: inherit;
    padding: 20px;
}

.reference-promo-grid strong {
    max-width: 280px;
    font-size: clamp(22px, 2.6vw, 34px);
    line-height: .96;
    font-weight: 950;
}

.reference-promo-grid p {
    max-width: 260px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

body.page-storefront.storefront-template-modern_menu .topbar,
body.page-storefront.storefront-template-bold_promo .topbar,
body.page-storefront.storefront-template-editorial_clean .topbar,
body.page-storefront.storefront-template-dark_neon .topbar,
body.page-storefront.storefront-template-ref_pizza_flow .topbar,
body.page-storefront.storefront-template-ref_roll_market .topbar,
body.page-storefront.storefront-template-ref_cafe_stories .topbar,
body.page-storefront.storefront-template-ref_pizza_halves .topbar,
body.page-storefront.storefront-template-ref_family_pizza .topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    min-height: 72px;
    padding-inline: max(22px, calc((100vw - var(--store-page-max, 1320px)) / 2 + 22px));
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 12px 32px rgba(17, 24, 39, .06);
    backdrop-filter: blur(18px);
}

body.page-storefront.storefront-template-dark_neon .topbar,
body.page-storefront.storefront-template-ref_pizza_halves .topbar {
    background: rgba(12, 15, 24, .92);
    border-bottom-color: rgba(255, 255, 255, .10);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .28);
}

body.page-storefront.storefront-template-dark_neon .brand,
body.page-storefront.storefront-template-dark_neon .topnav a,
body.page-storefront.storefront-template-dark_neon .user-area,
body.page-storefront.storefront-template-ref_pizza_halves .brand,
body.page-storefront.storefront-template-ref_pizza_halves .topnav a,
body.page-storefront.storefront-template-ref_pizza_halves .user-area {
    color: #fff;
}

body.page-storefront.storefront-template-dark_neon .user-area .button-ghost,
body.page-storefront.storefront-template-ref_pizza_halves .user-area .button-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
}

.theme-modern_menu .restaurant-hero {
    min-height: clamp(520px, 64svh, 720px);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.theme-modern_menu .hero-overlay {
    background: linear-gradient(90deg, rgba(15, 23, 42, .88), rgba(15, 23, 42, .42), rgba(15, 23, 42, .16));
}

.theme-modern_menu .product-card {
    border: 1px solid rgba(17, 24, 39, .08);
    background: #fff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

.theme-modern_menu .product-footer .button,
.theme-modern_menu .cart-pill,
body.page-storefront.storefront-template-modern_menu .floating-cart {
    background: linear-gradient(135deg, var(--restaurant-primary), #ff6a4e);
}

.theme-bold_promo {
    background: #fff7f0;
}

.theme-bold_promo .restaurant-hero {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    min-height: clamp(440px, 58svh, 640px);
    margin: 28px auto var(--store-section-gap);
    overflow: hidden;
    border-radius: 8px;
}

.theme-bold_promo .restaurant-hero-content h1 {
    font-size: clamp(48px, 8vw, 108px);
    letter-spacing: 0;
    line-height: .86;
}

.theme-bold_promo .promo-strip article {
    min-height: 280px;
    border-radius: 8px;
}

.theme-bold_promo .product-card {
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(225, 54, 43, .13);
}

.theme-editorial_clean {
    background: #faf8f5;
}

.theme-editorial_clean .restaurant-hero {
    width: min(1120px, calc(100% - var(--page-gutter) - var(--page-gutter)));
    min-height: clamp(480px, 60svh, 680px);
    margin: 30px auto 56px;
    overflow: hidden;
    border-radius: 8px;
}

.theme-editorial_clean .product-card {
    border: 1px solid rgba(42, 51, 43, .12);
    border-radius: 6px;
    background: #fffdfa;
    box-shadow: none;
}

.theme-editorial_clean .product-card:hover {
    box-shadow: 0 18px 42px rgba(42, 51, 43, .10);
}

.theme-editorial_clean .nutrition-row span {
    background: #f1f4ef;
    color: #35523f;
}

.theme-dark_neon {
    --ref-text: #f8fafc;
    --ref-muted: #a7b0c2;
    --ref-line: rgba(255, 255, 255, .12);
    color: #f8fafc;
    background: #090d16;
}

.theme-dark_neon .restaurant-hero {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    min-height: clamp(420px, 54svh, 620px);
    margin: 28px auto var(--store-section-gap);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

.theme-dark_neon .hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 10, 18, .94), rgba(7, 10, 18, .58), rgba(7, 10, 18, .22)),
        linear-gradient(135deg, rgba(255, 59, 48, .20), rgba(47, 158, 105, .18));
}

.theme-dark_neon .restaurant-hero-content {
    max-width: min(680px, 58%);
}

.theme-dark_neon .restaurant-hero-content h1 {
    font-size: clamp(36px, 4.4vw, 58px);
    line-height: .98;
}

.theme-dark_neon .menu-category .section-heading h2,
.theme-dark_neon .half-builder-copy h2,
.theme-dark_neon .combo-strip .section-heading h2 {
    color: #fff;
}

.theme-dark_neon .section-heading span,
.theme-dark_neon .product-body p,
.theme-dark_neon .half-builder-copy p:not(.eyebrow) {
    color: #a7b0c2;
}

.theme-dark_neon .category-nav,
.theme-dark_neon .product-card,
.theme-dark_neon .combo-card,
.theme-dark_neon .half-builder-card,
.theme-dark_neon .store-info-section article {
    border: 1px solid rgba(255, 255, 255, .12);
    background: #111827;
    color: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.theme-dark_neon .product-body h3,
.theme-dark_neon .product-footer strong,
.theme-dark_neon .combo-card h3,
.theme-dark_neon .store-info-section strong {
    color: #fff;
}

.theme-dark_neon .nutrition-row span {
    color: #d9ffe7;
    background: rgba(47, 158, 105, .18);
}

.theme-dark_neon .product-footer .button,
.theme-dark_neon .half-controls .button,
.theme-dark_neon .cart-pill,
body.page-storefront.storefront-template-dark_neon .floating-cart {
    color: #071018;
    background: #28f08d;
    box-shadow: 0 18px 44px rgba(40, 240, 141, .24);
}

.theme-fresh_fit .product-grid {
    gap: 24px;
}

.theme-fresh_fit .product-card {
    border-color: #edf3e8;
    border-radius: 8px;
}

.theme-fresh_fit .product-body h3,
.theme-fresh_fit .product-footer strong {
    color: #1d2738;
}

.theme-fresh_fit .product-body p,
.theme-fresh_fit .section-heading span {
    color: #667084;
}

.theme-fresh_fit .product-footer .button,
.theme-fresh_fit .wellness-cart-cta,
body.page-storefront.storefront-template-fresh_fit .floating-cart {
    color: #fff;
    background: #42a714;
}

.theme-speed_catalog .theme-masthead-speed {
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(17, 24, 39, .07);
}

.theme-speed_catalog .product-card {
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .07);
}

.theme-banner_market .theme-masthead-banner,
.theme-banner_market .product-card,
.theme-banner_market .promo-strip article {
    border-radius: 8px;
}

.theme-soft_cafe {
    background: #f4f0eb;
}

.theme-soft_cafe .product-card {
    border: 1px solid rgba(49, 68, 87, .10);
    background: #fffaf6;
    box-shadow: 0 18px 46px rgba(49, 68, 87, .08);
}

.theme-compact_delivery .product-card {
    border-radius: 6px;
}

.theme-asian_minimal .product-card {
    border-radius: 6px;
    box-shadow: none;
}

.theme-ref_pizza_flow {
    --ref-text: #202124;
    --ref-muted: #6b7280;
    --ref-line: rgba(32, 33, 36, .10);
    color: var(--ref-text);
    background: #fffaf4;
}

.theme-ref_pizza_flow .theme-masthead-pizza-flow {
    display: grid;
    gap: 18px;
}

.pizza-flow-service {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 105, 0, .16);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(255, 105, 0, .08);
}

.pizza-flow-service span,
.pizza-flow-service a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #31343a;
    background: #fff6ed;
    font-weight: 900;
}

.pizza-flow-service a {
    color: #fff;
    background: var(--restaurant-primary);
}

.pizza-flow-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .9fr);
    align-items: center;
    gap: clamp(18px, 4vw, 54px);
    padding: clamp(24px, 5vw, 56px);
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ref-shadow);
}

.pizza-flow-hero > div {
    display: grid;
    gap: 18px;
}

.pizza-flow-hero h1 {
    max-width: 720px;
    color: #202124;
    font-size: clamp(46px, 7vw, 96px);
}

.pizza-flow-hero p:not(.eyebrow) {
    max-width: 560px;
    color: var(--ref-muted);
}

.pizza-flow-hero img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 22px 62px rgba(255, 105, 0, .18);
}

.pizza-flow-categories {
    padding: 8px 0 0;
}

.pizza-flow-categories a.is-active,
.pizza-flow-categories a:hover,
.theme-ref_pizza_flow .pizza-flow-hero .button,
.theme-ref_pizza_flow .product-footer .button,
body.page-storefront.storefront-template-ref_pizza_flow .floating-cart {
    background: #ff6900;
}

.theme-ref_pizza_flow .product-card {
    border: 1px solid rgba(32, 33, 36, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(32, 33, 36, .08);
}

.theme-ref_pizza_flow .product-image-button {
    padding: 10px 10px 0;
    background: #fff;
}

.theme-ref_pizza_flow .product-card img {
    border-radius: 999px;
}

.theme-ref_pizza_flow .nutrition-row span {
    color: #8a4b00;
    background: #fff2df;
}

.theme-ref_roll_market {
    --ref-text: #172033;
    --ref-muted: #677084;
    --ref-line: rgba(23, 32, 51, .11);
    color: var(--ref-text);
    background: #fff7ed;
}

.theme-masthead-roll-market {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.roll-market-rail {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(240, 75, 56, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ref-shadow);
}

.roll-market-rail strong {
    margin-bottom: 8px;
    color: #101828;
    font-size: 20px;
    font-weight: 950;
}

.roll-market-rail a {
    padding: 12px 14px;
    border-radius: 8px;
    color: #344054;
    font-weight: 900;
}

.roll-market-rail a:hover {
    color: #fff;
    background: #f04b38;
}

.roll-market-main {
    display: grid;
    gap: 16px;
}

.roll-market-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
    align-items: center;
    gap: 22px;
    min-height: 320px;
    padding: clamp(24px, 4vw, 46px);
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background: #101828;
    box-shadow: 0 24px 64px rgba(16, 24, 40, .18);
}

.roll-market-hero > div {
    display: grid;
    gap: 16px;
}

.roll-market-hero h1,
.roll-market-hero p,
.roll-market-hero .store-meta span {
    color: #fff;
}

.roll-market-hero img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
}

.roll-market-deals article {
    min-height: 150px;
}

.theme-ref_roll_market .menu-layout {
    align-items: start;
}

.theme-ref_roll_market .category-nav {
    border: 1px solid rgba(240, 75, 56, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ref-shadow);
}

.theme-ref_roll_market .product-card {
    border: 1px solid rgba(16, 24, 40, .10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(16, 24, 40, .08);
}

.theme-ref_roll_market .product-footer .button,
body.page-storefront.storefront-template-ref_roll_market .floating-cart {
    background: #f04b38;
}

.theme-ref_cafe_stories {
    --ref-text: #314457;
    --ref-muted: #6d7480;
    --ref-line: rgba(49, 68, 87, .13);
    color: var(--ref-text);
    background: #f6f1ea;
}

.theme-masthead-cafe-stories {
    display: grid;
    gap: 16px;
}

.cafe-stories-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid rgba(49, 68, 87, .10);
    border-radius: 8px;
    background: #fffaf6;
    box-shadow: 0 14px 34px rgba(49, 68, 87, .07);
}

.cafe-stories-status span {
    color: #b85b62;
    font-weight: 950;
    text-transform: uppercase;
}

.cafe-stories-status strong {
    color: #314457;
}

.cafe-stories-status a {
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: #b85b62;
    font-weight: 900;
}

.cafe-stories-hero {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(340px, .78fr);
    align-items: stretch;
    gap: 18px;
}

.cafe-stories-hero > div {
    display: grid;
    align-content: center;
    gap: 18px;
    min-height: 360px;
    padding: clamp(24px, 5vw, 56px);
    border: 1px solid var(--ref-line);
    border-radius: 8px;
    background: #fffaf6;
    box-shadow: var(--ref-shadow);
}

.cafe-stories-hero h1 {
    color: #314457;
}

.cafe-stories-hero p:not(.eyebrow) {
    color: #6d7480;
}

.cafe-stories-hero img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--ref-shadow);
}

.cafe-stories-promos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cafe-stories-promos article {
    min-height: 250px;
}

.cafe-stories-categories a.is-active,
.cafe-stories-categories a:hover,
.theme-ref_cafe_stories .product-footer .button,
body.page-storefront.storefront-template-ref_cafe_stories .floating-cart {
    background: #b85b62;
}

.theme-ref_cafe_stories .product-card,
.theme-ref_cafe_stories .combo-card,
.theme-ref_cafe_stories .store-info-section article {
    border-color: rgba(49, 68, 87, .10);
    border-radius: 8px;
    background: #fffaf6;
    box-shadow: 0 18px 42px rgba(49, 68, 87, .08);
}

.theme-ref_pizza_halves {
    --ref-text: #f8fafc;
    --ref-muted: #b9c1d0;
    --ref-line: rgba(255, 255, 255, .12);
    color: #f8fafc;
    background: #111722;
}

.theme-masthead-pizza-halves {
    display: grid;
    grid-template-columns: minmax(0, .76fr) minmax(320px, .56fr);
    gap: 18px;
    align-items: stretch;
}

.halves-hero-copy,
.halves-hero-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: #182130;
    box-shadow: 0 28px 72px rgba(0, 0, 0, .28);
}

.halves-hero-copy {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(26px, 5vw, 62px);
}

.halves-hero-copy h1,
.halves-hero-copy p {
    color: #fff;
}

.halves-hero-copy p:not(.eyebrow) {
    color: #b9c1d0;
}

.halves-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.halves-hero-card {
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: hidden;
}

.halves-hero-card img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.halves-hero-card div {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.halves-hero-card strong {
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
}

.halves-hero-card span {
    color: #b9c1d0;
    font-weight: 800;
}

.halves-promos,
.halves-categories {
    grid-column: 1 / -1;
}

.halves-categories a {
    color: #fff;
    background: #182130;
    border-color: rgba(255, 255, 255, .12);
}

.halves-categories a.is-active,
.halves-categories a:hover,
.theme-ref_pizza_halves .product-footer .button,
.theme-ref_pizza_halves .half-controls .button,
body.page-storefront.storefront-template-ref_pizza_halves .floating-cart {
    background: #f04438;
}

.theme-ref_pizza_halves .menu-category .section-heading h2,
.theme-ref_pizza_halves .combo-strip .section-heading h2,
.theme-ref_pizza_halves .half-builder-copy h2 {
    color: #fff;
}

.theme-ref_pizza_halves .section-heading span,
.theme-ref_pizza_halves .product-body p,
.theme-ref_pizza_halves .half-builder-copy p:not(.eyebrow) {
    color: #b9c1d0;
}

.theme-ref_pizza_halves .product-card,
.theme-ref_pizza_halves .combo-card,
.theme-ref_pizza_halves .half-builder-card,
.theme-ref_pizza_halves .store-info-section article {
    border-color: rgba(255, 255, 255, .12);
    background: #182130;
    color: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.theme-ref_pizza_halves .product-body h3,
.theme-ref_pizza_halves .product-footer strong,
.theme-ref_pizza_halves .store-info-section strong {
    color: #fff;
}

.theme-ref_pizza_halves .nutrition-row span {
    color: #ffe5df;
    background: rgba(240, 68, 56, .18);
}

.theme-ref_family_pizza {
    --ref-text: #221814;
    --ref-muted: #735f55;
    --ref-line: rgba(34, 24, 20, .12);
    color: var(--ref-text);
    background: #fff8ea;
}

.theme-masthead-family-pizza {
    display: grid;
    gap: 16px;
}

.family-pizza-topline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    gap: 10px;
    align-items: center;
}

.family-pizza-topline span,
.family-pizza-topline a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(34, 24, 20, .10);
    border-radius: 8px;
    color: #221814;
    background: #fff;
    font-weight: 900;
}

.family-pizza-topline a {
    color: #221814;
    background: #ffc928;
}

.family-pizza-banner {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(340px, .8fr);
    align-items: center;
    gap: clamp(18px, 4vw, 48px);
    overflow: hidden;
    min-height: 380px;
    padding: clamp(24px, 5vw, 56px);
    border: 1px solid rgba(225, 38, 28, .14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(225, 38, 28, .12);
}

.family-pizza-banner > div {
    display: grid;
    gap: 18px;
}

.family-pizza-banner h1 {
    color: #221814;
}

.family-pizza-banner p:not(.eyebrow) {
    color: #735f55;
}

.family-pizza-banner img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 24px 70px rgba(225, 38, 28, .15);
}

.family-pizza-categories a {
    border-color: rgba(225, 38, 28, .16);
}

.family-pizza-categories a.is-active,
.family-pizza-categories a:hover,
.theme-ref_family_pizza .product-footer .button,
body.page-storefront.storefront-template-ref_family_pizza .floating-cart {
    color: #221814;
    background: #ffc928;
}

.theme-ref_family_pizza .product-card {
    border: 1px solid rgba(34, 24, 20, .10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(225, 38, 28, .08);
}

.theme-ref_family_pizza .nutrition-row span {
    color: #8b1e17;
    background: #fff0bd;
}

.theme-ref_family_pizza .cart-pill,
.theme-ref_family_pizza .button:not(.button-soft) {
    color: #221814;
    background: #ffc928;
}

.theme-ref_family_pizza .button-soft {
    color: #e1261c;
    background: rgba(225, 38, 28, .08);
}

.theme-ref_pizza_flow .combo-card,
.theme-ref_roll_market .combo-card,
.theme-ref_cafe_stories .combo-card,
.theme-ref_family_pizza .combo-card,
.theme-ref_pizza_flow .half-builder-card,
.theme-ref_roll_market .half-builder-card,
.theme-ref_cafe_stories .half-builder-card,
.theme-ref_family_pizza .half-builder-card {
    border-radius: 8px;
}

.theme-ref_pizza_flow .combo-card,
.theme-ref_roll_market .combo-card,
.theme-ref_family_pizza .combo-card {
    border: 1px solid var(--ref-line);
    background: #fff;
    box-shadow: var(--ref-shadow);
}

.theme-ref_pizza_flow .half-builder,
.theme-ref_roll_market .half-builder,
.theme-ref_cafe_stories .half-builder,
.theme-ref_family_pizza .half-builder {
    align-items: center;
}

.theme-ref_pizza_flow .half-preview,
.theme-ref_roll_market .half-preview,
.theme-ref_cafe_stories .half-preview,
.theme-ref_pizza_halves .half-preview,
.theme-ref_family_pizza .half-preview {
    border-radius: 999px;
    background: #f5f2ec;
}

.theme-ref_pizza_flow .store-info-section article,
.theme-ref_roll_market .store-info-section article,
.theme-ref_family_pizza .store-info-section article {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(23, 32, 51, .07);
}

@media (min-width: 1181px) {
    .theme-ref_pizza_flow .menu-layout,
    .theme-ref_roll_market .menu-layout,
    .theme-ref_cafe_stories .menu-layout,
    .theme-ref_pizza_halves .menu-layout,
    .theme-ref_family_pizza .menu-layout {
        gap: 28px;
    }

    .theme-ref_pizza_flow .product-grid,
    .theme-ref_family_pizza .product-grid {
        gap: 22px;
    }
}

@media (max-width: 1180px) {
    body.page-storefront.storefront-template-modern_menu .topbar,
    body.page-storefront.storefront-template-bold_promo .topbar,
    body.page-storefront.storefront-template-editorial_clean .topbar,
    body.page-storefront.storefront-template-dark_neon .topbar,
    body.page-storefront.storefront-template-ref_pizza_flow .topbar,
    body.page-storefront.storefront-template-ref_roll_market .topbar,
    body.page-storefront.storefront-template-ref_cafe_stories .topbar,
    body.page-storefront.storefront-template-ref_pizza_halves .topbar,
    body.page-storefront.storefront-template-ref_family_pizza .topbar {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
        padding: 14px 22px;
    }

    .pizza-flow-service,
    .family-pizza-topline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pizza-flow-hero,
    .roll-market-hero,
    .cafe-stories-hero,
    .theme-masthead-pizza-halves,
    .family-pizza-banner,
    .theme-masthead-roll-market {
        grid-template-columns: 1fr;
    }

    .roll-market-rail {
        display: flex;
        overflow-x: auto;
        align-items: center;
    }

    .roll-market-rail strong,
    .roll-market-rail a {
        flex: 0 0 auto;
    }

    .cafe-stories-promos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.page-storefront.storefront-template-modern_menu .topbar,
    body.page-storefront.storefront-template-bold_promo .topbar,
    body.page-storefront.storefront-template-editorial_clean .topbar,
    body.page-storefront.storefront-template-dark_neon .topbar,
    body.page-storefront.storefront-template-ref_pizza_flow .topbar,
    body.page-storefront.storefront-template-ref_roll_market .topbar,
    body.page-storefront.storefront-template-ref_cafe_stories .topbar,
    body.page-storefront.storefront-template-ref_pizza_halves .topbar,
    body.page-storefront.storefront-template-ref_family_pizza .topbar {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-items: stretch;
        align-items: center;
        gap: 10px 14px;
        min-height: 0;
        padding: 12px 16px;
    }

    body.page-storefront.storefront-template-modern_menu .brand,
    body.page-storefront.storefront-template-bold_promo .brand,
    body.page-storefront.storefront-template-editorial_clean .brand,
    body.page-storefront.storefront-template-dark_neon .brand,
    body.page-storefront.storefront-template-ref_pizza_flow .brand,
    body.page-storefront.storefront-template-ref_roll_market .brand,
    body.page-storefront.storefront-template-ref_cafe_stories .brand,
    body.page-storefront.storefront-template-ref_pizza_halves .brand,
    body.page-storefront.storefront-template-ref_family_pizza .brand {
        justify-self: start;
        min-width: 0;
    }

    body.page-storefront.storefront-template-modern_menu .brand-mark,
    body.page-storefront.storefront-template-bold_promo .brand-mark,
    body.page-storefront.storefront-template-editorial_clean .brand-mark,
    body.page-storefront.storefront-template-dark_neon .brand-mark,
    body.page-storefront.storefront-template-ref_pizza_flow .brand-mark,
    body.page-storefront.storefront-template-ref_roll_market .brand-mark,
    body.page-storefront.storefront-template-ref_cafe_stories .brand-mark,
    body.page-storefront.storefront-template-ref_pizza_halves .brand-mark,
    body.page-storefront.storefront-template-ref_family_pizza .brand-mark {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    body.page-storefront.storefront-template-modern_menu .brand-text > span,
    body.page-storefront.storefront-template-bold_promo .brand-text > span,
    body.page-storefront.storefront-template-editorial_clean .brand-text > span,
    body.page-storefront.storefront-template-dark_neon .brand-text > span,
    body.page-storefront.storefront-template-ref_pizza_flow .brand-text > span,
    body.page-storefront.storefront-template-ref_roll_market .brand-text > span,
    body.page-storefront.storefront-template-ref_cafe_stories .brand-text > span,
    body.page-storefront.storefront-template-ref_pizza_halves .brand-text > span,
    body.page-storefront.storefront-template-ref_family_pizza .brand-text > span {
        overflow: hidden;
        max-width: 190px;
        font-size: 17px;
        line-height: 1.05;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.page-storefront.storefront-template-modern_menu .user-area,
    body.page-storefront.storefront-template-bold_promo .user-area,
    body.page-storefront.storefront-template-editorial_clean .user-area,
    body.page-storefront.storefront-template-dark_neon .user-area,
    body.page-storefront.storefront-template-ref_pizza_flow .user-area,
    body.page-storefront.storefront-template-ref_roll_market .user-area,
    body.page-storefront.storefront-template-ref_cafe_stories .user-area,
    body.page-storefront.storefront-template-ref_pizza_halves .user-area,
    body.page-storefront.storefront-template-ref_family_pizza .user-area {
        justify-self: end;
    }

    body.page-storefront.storefront-template-modern_menu .user-area .button,
    body.page-storefront.storefront-template-bold_promo .user-area .button,
    body.page-storefront.storefront-template-editorial_clean .user-area .button,
    body.page-storefront.storefront-template-dark_neon .user-area .button,
    body.page-storefront.storefront-template-ref_pizza_flow .user-area .button,
    body.page-storefront.storefront-template-ref_roll_market .user-area .button,
    body.page-storefront.storefront-template-ref_cafe_stories .user-area .button,
    body.page-storefront.storefront-template-ref_pizza_halves .user-area .button,
    body.page-storefront.storefront-template-ref_family_pizza .user-area .button {
        min-height: 36px;
        padding: 8px 12px;
        font-size: 13px;
    }

    body.page-storefront.storefront-template-modern_menu .topnav,
    body.page-storefront.storefront-template-bold_promo .topnav,
    body.page-storefront.storefront-template-editorial_clean .topnav,
    body.page-storefront.storefront-template-dark_neon .topnav,
    body.page-storefront.storefront-template-ref_pizza_flow .topnav,
    body.page-storefront.storefront-template-ref_roll_market .topnav,
    body.page-storefront.storefront-template-ref_cafe_stories .topnav,
    body.page-storefront.storefront-template-ref_pizza_halves .topnav,
    body.page-storefront.storefront-template-ref_family_pizza .topnav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        gap: 8px;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    body.page-storefront.storefront-template-modern_menu .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-bold_promo .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-editorial_clean .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-dark_neon .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-ref_pizza_flow .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-ref_roll_market .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-ref_cafe_stories .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-ref_pizza_halves .topnav::-webkit-scrollbar,
    body.page-storefront.storefront-template-ref_family_pizza .topnav::-webkit-scrollbar {
        display: none;
    }

    body.page-storefront.storefront-template-modern_menu .topnav a,
    body.page-storefront.storefront-template-bold_promo .topnav a,
    body.page-storefront.storefront-template-editorial_clean .topnav a,
    body.page-storefront.storefront-template-dark_neon .topnav a,
    body.page-storefront.storefront-template-ref_pizza_flow .topnav a,
    body.page-storefront.storefront-template-ref_roll_market .topnav a,
    body.page-storefront.storefront-template-ref_cafe_stories .topnav a,
    body.page-storefront.storefront-template-ref_pizza_halves .topnav a,
    body.page-storefront.storefront-template-ref_family_pizza .topnav a {
        flex: 0 0 auto;
        min-height: 34px;
        padding: 8px 10px;
        border-radius: 999px;
        font-size: 12px;
        line-height: 1;
        background: rgba(255, 255, 255, .72);
    }

    body.page-storefront.storefront-template-dark_neon .topnav a,
    body.page-storefront.storefront-template-ref_pizza_halves .topnav a {
        background: rgba(255, 255, 255, .08);
    }

    .reference-promo-grid,
    .cafe-stories-promos {
        grid-template-columns: 1fr;
    }

    .reference-promo-grid article,
    .reference-promo-grid article:first-child:nth-last-child(3),
    .reference-promo-grid article:first-child:nth-last-child(3) ~ article {
        min-height: 176px;
    }

    .pizza-flow-service,
    .family-pizza-topline {
        grid-template-columns: 1fr;
    }

    .pizza-flow-hero,
    .family-pizza-banner,
    .halves-hero-copy,
    .cafe-stories-hero > div {
        padding: 22px;
    }

    .pizza-flow-hero h1,
    .family-pizza-banner h1,
    .halves-hero-copy h1,
    .roll-market-hero h1,
    .cafe-stories-hero h1 {
        font-size: clamp(36px, 12vw, 54px);
    }

    .pizza-flow-hero img,
    .family-pizza-banner img {
        aspect-ratio: 1 / .82;
        border-radius: 8px;
    }

    .roll-market-hero,
    .cafe-stories-hero > div,
    .family-pizza-banner {
        min-height: 0;
    }

    .roll-market-hero img,
    .cafe-stories-hero img,
    .halves-hero-card img {
        min-height: 250px;
    }

    .theme-ref_pizza_flow .product-card img {
        border-radius: 8px;
    }

    body.page-storefront.storefront-template-ref_pizza_flow .floating-cart,
    body.page-storefront.storefront-template-ref_roll_market .floating-cart,
    body.page-storefront.storefront-template-ref_cafe_stories .floating-cart,
    body.page-storefront.storefront-template-ref_pizza_halves .floating-cart,
    body.page-storefront.storefront-template-ref_family_pizza .floating-cart,
    body.page-storefront.storefront-template-dark_neon .floating-cart {
        width: 68px;
        height: 68px;
        right: 16px;
        bottom: 16px;
    }
}

/* Combo constructor polish: themed selects instead of raw browser fields */
.storefront-site .combo-strip {
    width: min(var(--store-page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
}

.storefront-site .combo-grid {
    grid-template-columns: 1fr;
}

.storefront-site .combo-card {
    position: relative;
    grid-template-columns: minmax(220px, .72fr) minmax(360px, 1.48fr) minmax(132px, .30fr);
    align-items: end;
    gap: clamp(16px, 2.4vw, 30px);
    padding: clamp(20px, 3vw, 32px);
    overflow: hidden;
    border-radius: var(--store-radius);
}

.storefront-site .combo-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: min(34%, 420px);
    pointer-events: none;
    background:
        radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--restaurant-primary) 16%, transparent), transparent 52%),
        linear-gradient(90deg, color-mix(in srgb, var(--restaurant-primary) 7%, transparent), transparent);
}

.storefront-site .combo-card > * {
    position: relative;
    z-index: 1;
}

.storefront-site .combo-card > div:first-child {
    display: grid;
    align-content: start;
    gap: 8px;
}

.storefront-site .combo-card .eyebrow {
    color: var(--restaurant-primary);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
}

.storefront-site .combo-card h3 {
    color: #111827;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1;
}

.storefront-site .combo-card p:not(.eyebrow) {
    color: #667085;
    font-size: 16px;
}

.storefront-site .combo-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.storefront-site .combo-choice {
    position: relative;
    gap: 10px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 8px;
    background: rgba(248, 250, 252, .90);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62);
}

.storefront-site .combo-choice legend {
    padding: 0 8px;
    color: #344054;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
}

.storefront-site .combo-choice select {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 11px 42px 11px 14px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 8px;
    color: #111827;
    background:
        linear-gradient(45deg, transparent 50%, currentColor 50%) right 18px center / 7px 7px no-repeat,
        linear-gradient(135deg, #ffffff, #f8fafc);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .05);
    appearance: none;
    font-size: 15px;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
}

.storefront-site .combo-choice select:focus {
    outline: 3px solid color-mix(in srgb, var(--restaurant-primary) 22%, transparent);
    border-color: var(--restaurant-primary);
}

.storefront-site .combo-card .product-footer {
    display: grid;
    align-content: end;
    justify-items: end;
    gap: 14px;
}

.storefront-site .combo-card .product-footer strong {
    color: #111827;
    font-size: clamp(26px, 2.5vw, 38px);
    line-height: 1;
    white-space: nowrap;
}

.storefront-site .combo-card .product-footer .button {
    min-width: 150px;
    min-height: 52px;
    border-radius: 999px;
    font-size: 16px;
    box-shadow: 0 16px 34px color-mix(in srgb, var(--restaurant-primary) 24%, transparent);
}

.theme-fresh_fit .combo-card {
    grid-template-columns: minmax(240px, .64fr) minmax(0, 1.25fr) minmax(120px, .28fr);
    background:
        linear-gradient(135deg, #fbfff7, #fff),
        #fff;
}

.theme-fresh_fit .combo-card .product-footer .button {
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.theme-fresh_fit .combo-card .product-footer .button::after {
    content: "+";
    font-size: 32px;
    line-height: 1;
}

.theme-fresh_fit .combo-choice {
    border-color: #dcead4;
    background: #fbfff7;
}

.theme-fresh_fit .combo-choice select {
    border-color: #dcead4;
    background:
        linear-gradient(45deg, transparent 50%, #2d5f18 50%) right 18px center / 7px 7px no-repeat,
        #fff;
}

.theme-ref_pizza_flow .combo-card,
.theme-ref_family_pizza .combo-card {
    background: #fff;
}

.theme-ref_pizza_flow .combo-choice {
    border-color: rgba(255, 105, 0, .16);
    background: #fff7ed;
}

.theme-ref_family_pizza .combo-choice {
    border-color: rgba(225, 38, 28, .16);
    background: #fff8df;
}

.theme-ref_cafe_stories .combo-choice {
    border-color: rgba(184, 91, 98, .18);
    background: #fff7f1;
}

.theme-dark_neon .combo-card,
.theme-ref_pizza_halves .combo-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
        #151d2b;
}

.theme-dark_neon .combo-card::before,
.theme-ref_pizza_halves .combo-card::before {
    background:
        radial-gradient(circle at 0% 0%, rgba(240, 68, 56, .26), transparent 54%),
        linear-gradient(90deg, rgba(40, 240, 141, .06), transparent);
}

.theme-dark_neon .combo-card h3,
.theme-dark_neon .combo-card .product-footer strong,
.theme-ref_pizza_halves .combo-card h3,
.theme-ref_pizza_halves .combo-card .product-footer strong {
    color: #fff;
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-card .product-footer strong,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-card .product-footer strong {
    color: #fff;
}

.theme-dark_neon .combo-card .product-footer strong,
.theme-ref_pizza_halves .combo-card .product-footer strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 52px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    text-shadow: 0 2px 16px rgba(0, 0, 0, .34);
}

.theme-dark_neon .combo-card p:not(.eyebrow),
.theme-ref_pizza_halves .combo-card p:not(.eyebrow) {
    color: #b9c1d0;
}

.theme-dark_neon .combo-choice,
.theme-ref_pizza_halves .combo-choice {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.theme-dark_neon .combo-choice legend,
.theme-ref_pizza_halves .combo-choice legend {
    color: #f8fafc;
}

.theme-dark_neon .combo-choice select,
.theme-ref_pizza_halves .combo-choice select {
    color: #fff;
    border-color: rgba(255, 255, 255, .16);
    background:
        linear-gradient(45deg, transparent 50%, #fff 50%) right 18px center / 7px 7px no-repeat,
        #202a3b;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .20);
}

.theme-dark_neon .combo-choice select option,
.theme-ref_pizza_halves .combo-choice select option {
    color: #111827;
    background: #fff;
}

@media (max-width: 980px) {
    .storefront-site .combo-card,
    .theme-fresh_fit .combo-card {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .storefront-site .combo-card .product-footer {
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-items: stretch;
    }

    .storefront-site .combo-card .product-footer .button,
    .theme-fresh_fit .combo-card .product-footer .button {
        width: auto;
        min-width: 132px;
        height: auto;
        min-height: 50px;
        padding: 12px 18px;
        font-size: 16px;
    }

    .theme-fresh_fit .combo-card .product-footer .button::after {
        content: none;
    }
}

@media (max-width: 680px) {
    .storefront-site .combo-strip {
        width: min(100% - 28px, var(--store-page-max));
        margin-block: 28px;
    }

    .storefront-site .combo-strip .section-heading {
        align-items: flex-start;
    }

    .storefront-site .combo-strip .section-heading h2 {
        font-size: 36px;
    }

    .storefront-site .combo-groups {
        grid-template-columns: 1fr;
    }

    .storefront-site .combo-card .product-footer {
        grid-template-columns: 1fr;
    }

    .storefront-site .combo-card .product-footer .button,
    .theme-fresh_fit .combo-card .product-footer .button {
        width: 100%;
    }
}

/* Release storefront hardening: combo, compact cards and preview surfaces */
.storefront-site .combo-card {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 24px 60px rgba(17, 24, 39, .10);
}

.storefront-site .combo-card > div,
.storefront-site .combo-groups,
.storefront-site .combo-choice,
.storefront-site .combo-choice select,
.storefront-site .product-card,
.storefront-site .product-body,
.storefront-site .product-title-button {
    min-width: 0;
}

.storefront-site .combo-card .product-footer form,
.storefront-site .product-footer form {
    flex: 0 0 auto;
}

.storefront-site .combo-choice select {
    max-width: 100%;
    line-height: 1.15;
}

.storefront-site .combo-card p,
.storefront-site .combo-card h3,
.storefront-site .product-body h3,
.storefront-site .product-body p {
    overflow-wrap: anywhere;
}

.storefront-site .product-card {
    align-content: stretch;
}

.storefront-site .product-body {
    align-content: space-between;
}

.theme-modern_menu .combo-card {
    background:
        linear-gradient(135deg, rgba(226, 61, 47, .10), transparent 38%),
        #fff;
}

.theme-bold_promo .combo-card {
    border-color: rgba(255, 59, 48, .16);
    background:
        linear-gradient(135deg, #171923 0%, #27121a 48%, #fff7f0 48%, #fff 100%);
}

.theme-bold_promo .combo-card .eyebrow,
.theme-bold_promo .combo-card h3,
.theme-bold_promo .combo-card p:not(.eyebrow) {
    color: #fff;
}

.theme-bold_promo .combo-groups,
.theme-bold_promo .combo-card .product-footer {
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
}

.theme-editorial_clean .combo-card {
    border-color: rgba(47, 111, 78, .14);
    background: #fffdfa;
    box-shadow: 0 18px 44px rgba(42, 51, 43, .08);
}

.theme-speed_catalog .combo-card {
    grid-template-columns: minmax(180px, .55fr) minmax(0, 1.35fr) minmax(118px, .25fr);
    border-color: rgba(241, 90, 36, .12);
    background:
        linear-gradient(90deg, #fff8f2, #fff 46%),
        #fff;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(36, 40, 51, .08);
}

.theme-speed_catalog .combo-card h3 {
    font-size: clamp(22px, 2vw, 30px);
}

.theme-speed_catalog .combo-groups {
    gap: 10px;
}

.theme-speed_catalog .combo-choice {
    padding: 10px;
    background: #fff;
}

.theme-speed_catalog .combo-choice select {
    min-height: 44px;
    font-size: 14px;
}

.theme-banner_market .combo-card {
    border-color: rgba(255, 210, 30, .38);
    background:
        linear-gradient(135deg, #262626, #3a2d0a 42%, #fff9d7 42%, #fff 100%);
}

.theme-banner_market .combo-card .eyebrow,
.theme-banner_market .combo-card h3,
.theme-banner_market .combo-card p:not(.eyebrow) {
    color: #fff;
}

.theme-banner_market .combo-groups,
.theme-banner_market .combo-card .product-footer {
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
}

.theme-banner_market .combo-card .product-footer strong {
    color: #262626;
}

.theme-soft_cafe .combo-card {
    border-color: rgba(236, 79, 117, .14);
    background:
        linear-gradient(135deg, #fffaf6, #fff 62%),
        #fff;
    box-shadow: 0 18px 46px rgba(49, 68, 87, .08);
}

.theme-compact_delivery .menu-layout {
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) minmax(260px, 320px);
}

.theme-compact_delivery .product-grid {
    gap: 14px;
}

.theme-compact_delivery .product-card {
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
}

.theme-compact_delivery .product-card img {
    aspect-ratio: 1 / 1;
    max-height: 250px;
}

.theme-compact_delivery .product-body {
    padding: 14px;
}

.theme-compact_delivery .product-body h3 {
    font-size: 18px;
    line-height: 1.1;
}

.theme-compact_delivery .product-body p {
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theme-compact_delivery .combo-card {
    grid-template-columns: minmax(180px, .52fr) minmax(0, 1.28fr) minmax(130px, .28fr);
    border-color: rgba(239, 61, 58, .14);
    background:
        linear-gradient(90deg, #fff5f5, #fff 48%),
        #fff;
    border-radius: 6px;
}

.theme-compact_delivery .combo-card .product-footer .button {
    min-width: 132px;
}

.theme-asian_minimal .combo-card {
    border-color: #111;
    border-width: 2px;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

.theme-asian_minimal .combo-card::before {
    width: 8px;
    background: #e4262f;
}

.theme-asian_minimal .combo-choice {
    border-color: #111;
    background: #fff;
}

.theme-ref_roll_market .combo-card {
    background:
        linear-gradient(135deg, #101828 0%, #101828 36%, #fff7ed 36%, #fff 100%);
}

.theme-ref_roll_market .combo-card .eyebrow,
.theme-ref_roll_market .combo-card h3,
.theme-ref_roll_market .combo-card p:not(.eyebrow) {
    color: #fff;
}

.theme-ref_roll_market .combo-groups,
.theme-ref_roll_market .combo-card .product-footer {
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
}

.theme-ref_roll_market .combo-card .product-footer strong {
    color: #172033;
}

.theme-ref_cafe_stories .combo-card {
    background:
        linear-gradient(135deg, #fffaf6, #fff 58%),
        #fff;
}

@media (max-width: 1180px) {
    .theme-compact_delivery .menu-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .theme-bold_promo .combo-card,
    .theme-banner_market .combo-card,
    .theme-ref_roll_market .combo-card {
        background: #fff;
    }

    .theme-bold_promo .combo-card .eyebrow,
    .theme-bold_promo .combo-card h3,
    .theme-bold_promo .combo-card p:not(.eyebrow),
    .theme-banner_market .combo-card .eyebrow,
    .theme-banner_market .combo-card h3,
    .theme-banner_market .combo-card p:not(.eyebrow),
    .theme-ref_roll_market .combo-card .eyebrow,
    .theme-ref_roll_market .combo-card h3,
    .theme-ref_roll_market .combo-card p:not(.eyebrow) {
        color: #111827;
    }

    .theme-bold_promo .combo-card .eyebrow,
    .theme-banner_market .combo-card .eyebrow,
    .theme-ref_roll_market .combo-card .eyebrow {
        color: var(--restaurant-primary);
    }

    .theme-bold_promo .combo-groups,
    .theme-bold_promo .combo-card .product-footer,
    .theme-banner_market .combo-groups,
    .theme-banner_market .combo-card .product-footer,
    .theme-ref_roll_market .combo-groups,
    .theme-ref_roll_market .combo-card .product-footer {
        padding: 0;
        background: transparent;
    }
}

@media (max-width: 680px) {
    .settings-head-actions,
    .store-preview-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .store-preview-banner a {
        text-align: center;
    }
}

@media (max-width: 760px) {
    body.page-storefront .topbar {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 14px;
        min-height: 0;
        padding: 12px 16px;
    }

    body.page-storefront .brand {
        justify-self: start;
        min-width: 0;
    }

    body.page-storefront .brand > span:last-child {
        max-width: min(54vw, 210px);
    }

    body.page-storefront .user-area {
        justify-self: end;
    }

    body.page-storefront .topnav {
        grid-column: 1 / -1;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        overflow: visible;
    }

    body.page-storefront .topnav a {
        flex: 0 1 auto;
        min-height: 34px;
        padding: 8px 10px;
        border-radius: 999px;
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
    }

    body.page-storefront:not(.storefront-template-dark_neon) .topnav,
    body.page-storefront.storefront-template-dark_neon .topnav,
    body.page-storefront.storefront-template-ref_pizza_halves .topnav {
        flex-wrap: wrap;
        gap: 8px !important;
        overflow: visible !important;
        padding-inline: 0;
    }

    body.page-storefront:not(.storefront-template-dark_neon) .topnav a,
    body.page-storefront.storefront-template-dark_neon .topnav a,
    body.page-storefront.storefront-template-ref_pizza_halves .topnav a {
        flex: 0 1 auto;
    }

    body.page-storefront .theme-category-pills,
    body.page-storefront .reference-category-row,
    body.page-storefront .category-nav {
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
    }

    body.page-storefront .theme-category-pills a,
    body.page-storefront .reference-category-row a,
    body.page-storefront .category-nav a {
        flex: 0 1 auto;
    }
}

.platform-footer-links,
.platform-legal-links {
    width: min(var(--page-wide), calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: center;
    color: var(--muted);
}

.platform-footer-links {
    padding: 0 0 44px;
    font-weight: 800;
}

.platform-footer-links a,
.platform-legal-links a {
    color: var(--ink);
    text-decoration: none;
}

.platform-footer-links a:hover,
.platform-legal-links a:hover {
    color: var(--primary);
}

.platform-legal-page {
    width: min(960px, calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin: 42px auto 70px;
}

.platform-legal-head {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.platform-legal-head h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(36px, 5vw, 64px);
    line-height: .95;
}

.platform-legal-content {
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    color: var(--ink);
    font-size: 17px;
    line-height: 1.72;
}

.platform-legal-links {
    width: 100%;
    margin-top: 22px;
    justify-content: flex-start;
    font-weight: 800;
}

@media (max-width: 680px) {
    .platform-footer-links,
    .platform-legal-links {
        justify-content: flex-start;
    }

    .platform-legal-page {
        margin-top: 24px;
    }

    .platform-legal-content {
        border-radius: 14px;
        font-size: 15px;
    }
}

/* Release QA: keep expressive split heroes from overlapping the dish image. */
body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero,
body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero {
    display: grid;
    align-items: center;
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero .hero-image,
body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero .hero-image {
    inset: clamp(30px, 4.8vw, 62px) clamp(26px, 5vw, 68px) clamp(30px, 4.8vw, 62px) auto;
    width: min(43%, 560px);
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 24px 76px rgba(0, 0, 0, .24);
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero .hero-overlay {
    background:
        linear-gradient(90deg, rgba(18, 24, 38, .86), rgba(18, 24, 38, .55) 46%, rgba(18, 24, 38, .08) 66%),
        radial-gradient(circle at 76% 48%, rgba(255, 255, 255, .18), transparent 34%);
}

body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero .hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 10, 18, .95), rgba(7, 10, 18, .72) 45%, rgba(7, 10, 18, .16) 68%),
        linear-gradient(135deg, rgba(255, 59, 48, .20), rgba(47, 158, 105, .18));
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero-content,
body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero-content {
    width: min(50%, 620px);
    max-width: none;
    margin-inline: 0 auto;
    padding: clamp(36px, 5vw, 68px);
}

body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero-content h1 {
    max-width: 100%;
    font-size: clamp(44px, 5.8vw, 76px);
    line-height: .9;
}

body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero-content h1 {
    max-width: 100%;
    font-size: clamp(38px, 4.8vw, 64px);
    line-height: .94;
}

@media (max-width: 980px) {
    body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero .hero-image,
    body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero .hero-image {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        opacity: .42;
        box-shadow: none;
    }

    body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero-content,
    body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero-content {
        width: 100%;
        padding: clamp(30px, 8vw, 52px);
    }

    body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero-content h1,
    body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero-content h1 {
        max-width: min(720px, 100%);
    }
}

@media (max-width: 680px) {
    body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero,
    body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero {
        min-height: 420px;
        margin-top: 14px;
    }

    body.page-storefront.storefront-template-bold_promo .theme-bold_promo .restaurant-hero-content h1,
    body.page-storefront.storefront-template-dark_neon .theme-dark_neon .restaurant-hero-content h1 {
        font-size: clamp(36px, 12vw, 52px);
    }
}

/* Release QA: combo builder must keep its own designed layout in every storefront template. */
.storefront-site .menu-category,
.storefront-site .combo-strip,
.storefront-site .half-builder,
.storefront-site [id] {
    scroll-margin-top: 126px;
}

.storefront-site .combo-card {
    align-items: center;
    grid-template-columns: minmax(230px, .58fr) minmax(620px, 1.36fr) minmax(132px, .26fr);
}

.storefront-site .combo-groups {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.storefront-site .combo-choice {
    padding: 12px;
}

.storefront-site .combo-choice select {
    min-width: 168px;
    width: 100%;
}

@media (max-width: 1120px) {
    .storefront-site .combo-card {
        grid-template-columns: 1fr;
    }

    .storefront-site .combo-groups {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }

    .storefront-site .combo-choice select {
        min-width: 0;
    }
}

/* Release QA: half-pizza controls need readable desktop selects. */
.storefront-site .half-builder-card {
    grid-template-columns: minmax(220px, .9fr) minmax(260px, 1.1fr);
    align-items: center;
}

.storefront-site .half-controls {
    min-width: min(100%, 260px);
}

.storefront-site .half-controls .field,
.storefront-site .half-controls select {
    width: 100%;
    min-width: 0;
}

@media (max-width: 860px) {
    .storefront-site .half-builder-card {
        grid-template-columns: 1fr;
    }

    .storefront-site .half-controls {
        min-width: 0;
    }
}

/* Release QA: final contrast and layout fixes after theme-specific rules. */
.storefront-site .combo-card {
    grid-template-columns: minmax(220px, .58fr) minmax(0, 1.34fr) minmax(132px, .28fr);
}

.storefront-site .combo-groups {
    min-width: 0;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.storefront-site .combo-choice {
    min-width: 0;
    overflow: hidden;
}

.storefront-site .combo-choice select {
    min-width: 0;
    color: #111827;
    background:
        linear-gradient(45deg, transparent 50%, currentColor 50%) right 18px center / 7px 7px no-repeat,
        #fff;
}

html:has(body.page-storefront) {
    background: #fff;
}

html:has(body.page-storefront.storefront-template-dark_neon),
html:has(body.page-storefront.storefront-template-ref_pizza_halves) {
    background: #090a0d;
}

.theme-speed_catalog .menu-layout {
    grid-template-columns: minmax(156px, 200px) minmax(0, 1fr) minmax(270px, 340px);
}

.theme-speed_catalog .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
}

.theme-speed_catalog .product-card {
    overflow: hidden;
}

.theme-speed_catalog .product-image-button,
.theme-speed_catalog .product-card img {
    width: 100%;
    min-width: 0;
}

.theme-speed_catalog .product-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.theme-speed_catalog .product-body {
    min-width: 0;
}

.theme-speed_catalog .product-title-button,
.theme-speed_catalog .product-body h3,
.theme-speed_catalog .product-body p {
    min-width: 0;
    max-width: 100%;
}

.theme-ref_pizza_halves .menu-category .section-heading h2,
.theme-ref_pizza_halves .combo-strip .section-heading h2,
.theme-ref_pizza_halves .half-builder-copy h2,
.theme-ref_pizza_halves .product-body h3,
.theme-ref_pizza_halves .product-footer strong,
.theme-ref_pizza_halves .combo-card h3,
.theme-ref_pizza_halves .combo-card .product-footer strong,
.theme-ref_pizza_halves .store-info-section strong {
    color: #f8fafc;
}

.theme-ref_pizza_halves .section-heading span,
.theme-ref_pizza_halves .product-body p,
.theme-ref_pizza_halves .combo-card p:not(.eyebrow),
.theme-ref_pizza_halves .half-builder-copy p:not(.eyebrow) {
    color: #cbd5e1;
}

.theme-ref_pizza_halves .product-card,
.theme-ref_pizza_halves .combo-card,
.theme-ref_pizza_halves .half-builder-card,
.theme-ref_pizza_halves .store-info-section article {
    background: #182130;
    color: #f8fafc;
}

.theme-ref_pizza_halves .nutrition-row span {
    color: #fff1ed;
    background: rgba(240, 68, 56, .26);
}

.theme-ref_pizza_flow .category-nav a,
.theme-ref_roll_market .category-nav a,
.theme-ref_cafe_stories .category-nav a,
.theme-ref_family_pizza .category-nav a,
.theme-fresh_fit .category-nav a,
.theme-speed_catalog .category-nav a {
    color: #475569;
}

.theme-ref_pizza_halves .category-nav a,
.theme-dark_neon .category-nav a {
    color: #e5e7eb;
}

.theme-ref_pizza_flow .category-nav a:hover,
.theme-ref_pizza_flow .category-nav a.is-active,
.theme-ref_roll_market .category-nav a:hover,
.theme-ref_roll_market .category-nav a.is-active,
.theme-ref_cafe_stories .category-nav a:hover,
.theme-ref_cafe_stories .category-nav a.is-active,
.theme-ref_family_pizza .category-nav a:hover,
.theme-ref_family_pizza .category-nav a.is-active,
.theme-fresh_fit .category-nav a:hover,
.theme-fresh_fit .category-nav a.is-active,
.theme-speed_catalog .category-nav a:hover,
.theme-speed_catalog .category-nav a.is-active {
    color: #fff;
}

@media (max-width: 1180px) {
    .theme-speed_catalog .menu-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1120px) {
    .storefront-site .combo-card {
        grid-template-columns: 1fr;
    }
}

body.page-storefront.storefront-template-ref_pizza_halves .menu-category .section-heading h2,
body.page-storefront.storefront-template-ref_pizza_halves .combo-strip .section-heading h2,
body.page-storefront.storefront-template-ref_pizza_halves .half-builder-copy h2,
body.page-storefront.storefront-template-ref_pizza_halves .product-title-button h3,
body.page-storefront.storefront-template-ref_pizza_halves .product-body h3,
body.page-storefront.storefront-template-ref_pizza_halves .product-footer strong,
body.page-storefront.storefront-template-ref_pizza_halves .combo-card h3,
body.page-storefront.storefront-template-ref_pizza_halves .combo-card .product-footer strong,
body.page-storefront.storefront-template-ref_pizza_halves .store-info-section strong {
    color: #f8fafc;
}

body.page-storefront.storefront-template-ref_pizza_halves .section-heading span,
body.page-storefront.storefront-template-ref_pizza_halves .product-body p,
body.page-storefront.storefront-template-ref_pizza_halves .combo-card p:not(.eyebrow),
body.page-storefront.storefront-template-ref_pizza_halves .half-builder-copy p:not(.eyebrow) {
    color: #cbd5e1;
}

body.page-storefront.storefront-template-ref_pizza_halves .category-nav a {
    color: #f8fafc;
    background: #182130;
    border-color: rgba(255, 255, 255, .16);
}

body.page-storefront.storefront-template-ref_pizza_halves .category-nav a:hover,
body.page-storefront.storefront-template-ref_pizza_halves .category-nav a.is-active {
    color: #fff;
    background: #f04438;
    border-color: #f04438;
}

/* Release visual safety fixes */
body.page-storefront .brand-logo {
    color: var(--restaurant-primary, var(--primary));
    background: #fff;
}

body.page-storefront.storefront-template-dark_neon .brand-logo {
    color: #07111f;
    background: #fff;
}

body.page-storefront.storefront-template-dark_neon .brand-logo img {
    background: #fff;
}

body.page-storefront .floating-cart {
    width: 90px !important;
    min-width: 90px !important;
    height: 76px !important;
    padding: 10px 8px !important;
    gap: 3px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    overflow: visible;
}

body.page-storefront .floating-cart svg {
    flex: 0 0 auto;
}

body.page-storefront .floating-cart b {
    max-width: 100%;
    margin-top: 1px;
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-storefront .product-grid {
    justify-content: start;
}

body.page-storefront .product-card {
    width: 100%;
    max-width: var(--store-product-card-max, 360px);
}

body.page-storefront.storefront-template-fresh_fit .product-card,
body.page-storefront.storefront-template-compact_delivery .product-card {
    --store-product-card-max: 348px;
}

body.page-storefront.storefront-template-fresh_fit .product-card .product-footer form {
    flex: 0 0 auto;
    width: auto !important;
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 320px)) !important;
    justify-content: start !important;
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-card {
    width: 100%;
    max-width: 320px !important;
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .menu-category {
    min-width: 0;
}

@media (max-width: 760px) {
    body.page-storefront .product-card {
        max-width: none;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-grid {
        grid-template-columns: 1fr;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-card {
        max-width: none;
    }
}

@media (max-width: 760px) {
    body.page-storefront .storefront-site {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    body.page-storefront .store-footer {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    body.page-storefront .floating-cart {
        right: max(16px, env(safe-area-inset-right, 0px));
        bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    }
}

/* Release visual hardening: keep shared storefront controls readable in every template. */
body.page-storefront .store-preview-banner {
    color: #111827;
    background-color: #fff;
}

body.page-storefront .store-preview-banner strong,
body.page-storefront .store-preview-banner span {
    color: #111827;
}

body.page-storefront .storefront-site .button:not(.button-soft):not(.button-ghost),
body.page-storefront .storefront-site .product-footer .button,
body.page-storefront .storefront-site .half-controls .button {
    color: #fff;
    background-color: var(--restaurant-primary);
}

body.page-storefront.storefront-template-fresh_fit .storefront-site .button:not(.button-soft):not(.button-ghost),
body.page-storefront.storefront-template-fresh_fit .storefront-site .product-footer .button,
body.page-storefront.storefront-template-fresh_fit .storefront-site .half-controls .button,
body.page-storefront.storefront-template-fresh_fit .floating-cart {
    color: #fff;
    background: #2f7d20;
    background-color: #2f7d20;
    border-color: #2f7d20;
}

body.page-storefront.storefront-template-fresh_fit .brand small,
body.page-storefront.storefront-template-fresh_fit .topnav a.is-active,
body.page-storefront.storefront-template-fresh_fit .topnav a:hover,
body.page-storefront.storefront-template-fresh_fit .theme-category-pills a.is-active,
body.page-storefront.storefront-template-fresh_fit .theme-category-pills a:hover,
body.page-storefront.storefront-template-fresh_fit .category-nav a.is-active,
body.page-storefront.storefront-template-fresh_fit .category-nav a:hover,
body.page-storefront.storefront-template-fresh_fit .combo-card .eyebrow,
body.page-storefront.storefront-template-fresh_fit .store-info-section article span {
    color: #2f7d20;
}

body.page-storefront.storefront-template-speed_catalog .topnav a.is-active,
body.page-storefront.storefront-template-speed_catalog .topnav a:hover,
body.page-storefront.storefront-template-ref_pizza_flow .topnav a.is-active,
body.page-storefront.storefront-template-ref_pizza_flow .topnav a:hover,
body.page-storefront.storefront-template-ref_pizza_flow .combo-card .eyebrow {
    color: #9a3412;
}

body.page-storefront.storefront-template-speed_catalog .storefront-site .button:not(.button-soft):not(.button-ghost),
body.page-storefront.storefront-template-speed_catalog .storefront-site .product-footer .button,
body.page-storefront.storefront-template-speed_catalog .storefront-site .half-controls .button,
body.page-storefront.storefront-template-speed_catalog .floating-cart,
body.page-storefront.storefront-template-ref_pizza_flow .storefront-site .button:not(.button-soft):not(.button-ghost),
body.page-storefront.storefront-template-ref_pizza_flow .storefront-site .product-footer .button,
body.page-storefront.storefront-template-ref_pizza_flow .storefront-site .half-controls .button,
body.page-storefront.storefront-template-ref_pizza_flow .floating-cart {
    color: #fff;
    background: #c2410c;
    background-color: #c2410c;
    border-color: #c2410c;
}

body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child,
body.page-storefront.storefront-template-banner_market .combo-card > div:first-child,
body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child {
    padding: 18px;
    border-radius: 10px;
    color: #fff;
    background-color: #111827;
}

body.page-storefront.storefront-template-banner_market .combo-card > div:first-child {
    background-color: #262626;
}

body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child .eyebrow,
body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child h3,
body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child p,
body.page-storefront.storefront-template-banner_market .combo-card > div:first-child .eyebrow,
body.page-storefront.storefront-template-banner_market .combo-card > div:first-child h3,
body.page-storefront.storefront-template-banner_market .combo-card > div:first-child p,
body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child .eyebrow,
body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child h3,
body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child p {
    color: #fff;
}

body.page-storefront .storefront-site .combo-card {
    align-items: stretch;
}

body.page-storefront .storefront-site .combo-card > div:first-child,
body.page-storefront .storefront-site .combo-groups,
body.page-storefront .storefront-site .combo-card .product-footer {
    align-self: stretch;
}

body.page-storefront .storefront-site .combo-card .product-footer {
    align-content: center;
}

body.page-storefront .storefront-site .combo-choice {
    display: grid;
    align-content: start;
    gap: 9px;
}

body.page-storefront .storefront-site .combo-choice select,
body.page-storefront .storefront-site .half-controls select {
    color: #111827;
    background-color: #fff;
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-choice select,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-choice select,
body.page-storefront.storefront-template-dark_neon .storefront-site .half-controls select,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .half-controls select {
    color: #fff;
    background-color: #202a3b;
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-body p {
    display: block;
    min-height: 0;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}

body.page-storefront.storefront-template-soft_cafe .storefront-site .button-soft,
body.page-storefront.storefront-template-compact_delivery .storefront-site .button-soft {
    color: #111827;
    background-color: #fff;
}

/* Auth pages must stay readable regardless of the active shell section. */
body.page-system .auth-card .button-soft,
body.page-system .auth-card .button-soft:visited,
body.page-system .auth-card a.button-soft,
body.page-system .auth-card a.button-soft:visited,
body.page-owner .auth-card .button-soft,
body.page-owner .auth-card .button-soft:visited,
body.page-owner .auth-card a.button-soft,
body.page-owner .auth-card a.button-soft:visited,
body.page-auth .auth-card .button-soft,
body.page-auth .auth-card .button-soft:visited,
body.page-auth .auth-card a.button-soft,
body.page-auth .auth-card a.button-soft:visited {
    color: #111827 !important;
    background: #eef3f9 !important;
    background-color: #eef3f9 !important;
    border: 1px solid #d8e1ec !important;
    box-shadow: none !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

body.page-system .auth-card .button-soft:hover,
body.page-system .auth-card .button-soft:focus-visible,
body.page-system .auth-card a.button-soft:hover,
body.page-system .auth-card a.button-soft:focus-visible,
body.page-owner .auth-card .button-soft:hover,
body.page-owner .auth-card .button-soft:focus-visible,
body.page-owner .auth-card a.button-soft:hover,
body.page-owner .auth-card a.button-soft:focus-visible,
body.page-auth .auth-card .button-soft:hover,
body.page-auth .auth-card .button-soft:focus-visible,
body.page-auth .auth-card a.button-soft:hover,
body.page-auth .auth-card a.button-soft:focus-visible {
    color: #fff !important;
    background: #111827 !important;
    background-color: #111827 !important;
    border-color: #111827 !important;
    box-shadow: 0 14px 30px rgba(17, 24, 39, .18) !important;
}

.customer-crm-metrics {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.customer-crm-metrics .metric-card {
    min-height: 116px;
}

.customer-crm-filters {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(180px, 260px) auto auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
    padding: 14px;
    color: var(--neo-ink, var(--text));
    background: var(--neo-paper, var(--surface));
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
}

.customer-crm-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
    gap: 18px;
    align-items: start;
}

.customer-list-card {
    min-height: 100%;
}

.customer-list-card tr.is-selected td {
    background: rgba(47, 158, 105, .08);
}

.customer-address-cell {
    max-width: 260px;
}

.customer-segment {
    width: max-content;
    color: #111827;
}

.customer-segment-vip {
    color: #7c2d12;
    background: #ffedd5;
}

.customer-segment-repeat {
    color: #075985;
    background: #e0f2fe;
}

.customer-segment-new {
    color: #166534;
    background: #dcfce7;
}

.customer-segment-inactive_30 {
    color: #4b5563;
    background: #e5e7eb;
}

.customer-profile-card {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 18px;
    padding: 20px;
    color: var(--neo-ink, var(--text));
    background: var(--neo-paper, var(--surface));
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

.customer-profile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.customer-profile-head h2 {
    margin: 4px 0 0;
    color: var(--neo-ink, var(--text));
    font-size: 30px;
    line-height: 1;
}

.customer-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.customer-profile-grid > span {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px;
    border-radius: 8px;
    color: var(--neo-ink, var(--text));
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
}

.customer-profile-grid small {
    color: #687181;
    font-weight: 800;
}

.customer-profile-grid a,
.customer-profile-grid b {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--neo-ink, var(--text));
    font-weight: 900;
}

.customer-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.customer-tag-list span {
    padding: 8px 10px;
    border-radius: 8px;
    color: #075f46;
    background: #dff8ed;
    font-weight: 850;
}

.customer-crm-form {
    display: grid;
    gap: 12px;
}

.customer-crm-form .form-actions {
    align-items: center;
}

.customer-order-list {
    display: grid;
    gap: 10px;
}

.customer-order-list h3 {
    margin: 0;
    color: var(--neo-ink, var(--text));
}

.customer-order-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    background: #f8fafc;
}

.customer-order-list article div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.customer-order-list article strong,
.customer-order-list article b {
    color: var(--neo-ink, var(--text));
}

.customer-order-list article span {
    color: #687181;
    font-size: 13px;
    font-weight: 750;
}

.empty-inline {
    padding: 18px;
    color: #687181;
    font-weight: 850;
    text-align: center;
}

@media (max-width: 1440px) {
    .customer-crm-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .customer-crm-layout {
        grid-template-columns: 1fr;
    }

    .customer-profile-card {
        position: static;
    }
}

@media (max-width: 760px) {
    .customer-crm-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-crm-filters {
        grid-template-columns: 1fr;
    }

    .customer-crm-filters .button {
        width: 100%;
    }

    .customer-profile-grid,
    .customer-order-list article {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child,
    body.page-storefront.storefront-template-banner_market .combo-card > div:first-child,
    body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child {
        color: #111827;
        background-color: #f8fafc;
    }

    body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child .eyebrow,
    body.page-storefront.storefront-template-banner_market .combo-card > div:first-child .eyebrow,
    body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child .eyebrow {
        color: var(--restaurant-primary);
    }

    body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child h3,
    body.page-storefront.storefront-template-bold_promo .combo-card > div:first-child p,
    body.page-storefront.storefront-template-banner_market .combo-card > div:first-child h3,
    body.page-storefront.storefront-template-banner_market .combo-card > div:first-child p,
    body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child h3,
    body.page-storefront.storefront-template-ref_roll_market .combo-card > div:first-child p {
        color: #111827;
    }
}

/* Release contrast closeout for first navigation links and orange reference CTAs. */
body.page-storefront.storefront-template-fresh_fit .topnav a:first-child,
body.page-storefront.storefront-template-fresh_fit .topnav a.is-active,
body.page-storefront.storefront-template-fresh_fit .topnav a:hover,
body.page-storefront.storefront-template-fresh_fit .theme-category-pills-fresh a.is-active,
body.page-storefront.storefront-template-fresh_fit .theme-category-pills-fresh a:hover {
    color: #2f7d20;
}

body.page-storefront.storefront-template-fresh_fit .theme-category-pills-fresh a.is-active svg,
body.page-storefront.storefront-template-fresh_fit .theme-category-pills-fresh a:hover svg {
    color: #2f7d20;
}

body.page-storefront.storefront-template-speed_catalog .topnav a:first-child,
body.page-storefront.storefront-template-speed_catalog .topnav a.is-active,
body.page-storefront.storefront-template-speed_catalog .topnav a:hover {
    color: #9a3412;
}

body.page-storefront.storefront-template-ref_pizza_flow .store-preview-banner a,
body.page-storefront.storefront-template-ref_pizza_flow .cart-pill,
body.page-storefront.storefront-template-ref_pizza_flow .reference-category-row a.is-active,
body.page-storefront.storefront-template-ref_pizza_flow .reference-category-row a:hover,
body.page-storefront.storefront-template-ref_pizza_flow .pizza-flow-categories a.is-active,
body.page-storefront.storefront-template-ref_pizza_flow .pizza-flow-categories a:hover,
body.page-storefront.storefront-template-ref_pizza_flow .pizza-flow-hero .button,
body.page-storefront.storefront-template-ref_pizza_flow .product-footer .button,
body.page-storefront.storefront-template-ref_pizza_flow .floating-cart {
    color: #fff;
    background: #c2410c;
    background-color: #c2410c;
    border-color: #c2410c;
}

body.page-storefront.storefront-template-ref_pizza_flow .reference-category-row a.is-active span,
body.page-storefront.storefront-template-ref_pizza_flow .reference-category-row a:hover span {
    color: #fff;
}

body.page-storefront.storefront-template-ref_pizza_flow .pizza-flow-service a,
body.page-storefront.storefront-template-ref_pizza_flow .store-preview-banner a,
body.page-storefront.storefront-template-ref_pizza_flow .cart-pill {
    color: #fff !important;
    background: #c2410c !important;
    background-color: #c2410c !important;
    border-color: #c2410c !important;
}

/* Release overflow closeout: footer padding must not use 100vw on pages with a scrollbar. */
body.page-storefront .store-footer {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    padding-right: max(var(--page-gutter), calc((100% - var(--page-wide)) / 2));
    padding-left: max(var(--page-gutter), calc((100% - var(--page-wide)) / 2));
    overflow-wrap: anywhere;
}

body.page-storefront .store-footer > *,
body.page-storefront .store-contacts-footer {
    min-width: 0;
    max-width: 100%;
    flex-wrap: wrap;
}

/* Release combo redesign closeout: the constructor is a designed selling block, not a raw form. */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.page-storefront .storefront-site .combo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(18px, 2.4vw, 28px);
}

body.page-storefront .storefront-site .combo-card {
    display: grid !important;
    grid-template-columns: minmax(180px, .52fr) minmax(210px, .62fr) minmax(320px, 1fr) minmax(158px, .36fr) !important;
    align-items: stretch !important;
    gap: clamp(14px, 1.8vw, 24px);
    padding: clamp(16px, 2.4vw, 28px);
    border: 1px solid rgba(17, 24, 39, .09);
    border-radius: clamp(14px, 1.6vw, 22px);
    background:
        radial-gradient(circle at 12% 16%, color-mix(in srgb, var(--restaurant-primary) 13%, transparent), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96));
    box-shadow: 0 24px 64px rgba(15, 23, 42, .10);
    overflow: hidden;
}

body.page-storefront .storefront-site .combo-card::before {
    width: 42%;
    background:
        radial-gradient(circle at 0 0, color-mix(in srgb, var(--restaurant-primary) 18%, transparent), transparent 54%),
        linear-gradient(90deg, color-mix(in srgb, var(--restaurant-accent) 8%, transparent), transparent);
}

body.page-storefront .storefront-site .combo-visual,
body.page-storefront .storefront-site .combo-intro,
body.page-storefront .storefront-site .combo-groups,
body.page-storefront .storefront-site .combo-summary {
    position: relative;
    z-index: 1;
    min-width: 0;
}

body.page-storefront .storefront-site .combo-visual {
    display: grid;
    min-height: 196px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: clamp(14px, 1.4vw, 20px);
    background: #f8fafc;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
}

body.page-storefront .storefront-site .combo-visual-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: 100%;
}

body.page-storefront .storefront-site .combo-visual-count-1 {
    grid-template-columns: 1fr;
}

body.page-storefront .storefront-site .combo-visual-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-storefront .storefront-site .combo-visual-count-3,
body.page-storefront .storefront-site .combo-visual-count-4 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

body.page-storefront .storefront-site .combo-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 98px;
    object-fit: cover;
}

body.page-storefront .storefront-site .combo-visual span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(17, 24, 39, .82);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

body.page-storefront .storefront-site .combo-intro {
    display: grid;
    align-content: center;
    gap: 10px;
}

body.page-storefront .storefront-site .combo-intro .eyebrow {
    margin: 0;
    color: var(--restaurant-primary);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.page-storefront .storefront-site .combo-intro h3 {
    margin: 0;
    color: #111827;
    font-size: clamp(24px, 2.4vw, 38px);
    line-height: .98;
}

body.page-storefront .storefront-site .combo-intro p:not(.eyebrow) {
    margin: 0;
    color: #5f6b7a;
    font-size: 15px;
    line-height: 1.45;
}

body.page-storefront .storefront-site .combo-step-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

body.page-storefront .storefront-site .combo-step-list span,
body.page-storefront .storefront-site .combo-missing-choice {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 999px;
    color: #344054;
    background: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.1;
}

body.page-storefront .storefront-site .combo-groups {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)) !important;
    gap: 12px;
    align-content: center;
}

body.page-storefront .storefront-site .combo-choice {
    display: grid;
    gap: 9px;
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(17, 24, 39, .09);
    border-radius: 14px;
    background: rgba(255, 255, 255, .76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 10px 26px rgba(15, 23, 42, .04);
}

body.page-storefront .storefront-site .combo-choice legend {
    padding: 0 7px;
    color: #344054;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

body.page-storefront .storefront-site .combo-select-wrap {
    position: relative;
    display: block;
    min-width: 0;
}

body.page-storefront .storefront-site .combo-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: #667085;
    pointer-events: none;
    transform: translateY(-68%) rotate(45deg);
}

body.page-storefront .storefront-site .combo-choice select {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 11px 40px 11px 14px;
    border: 1px solid rgba(17, 24, 39, .11);
    border-radius: 12px;
    color: #111827 !important;
    background: #fff !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .06);
    appearance: none;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.15;
    text-overflow: ellipsis;
}

body.page-storefront .storefront-site .combo-choice select:focus {
    outline: 3px solid color-mix(in srgb, var(--restaurant-primary) 22%, transparent);
    border-color: var(--restaurant-primary);
}

body.page-storefront .storefront-site .combo-summary {
    display: grid !important;
    align-content: center !important;
    justify-items: stretch !important;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .74);
}

body.page-storefront .storefront-site .combo-summary strong {
    color: #111827 !important;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1;
    white-space: nowrap;
}

body.page-storefront .storefront-site .combo-summary > span {
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

body.page-storefront .storefront-site .combo-summary form {
    width: 100% !important;
}

body.page-storefront .storefront-site .combo-summary .button,
body.page-storefront.storefront-template-fresh_fit .storefront-site .combo-summary .button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background-color: var(--restaurant-primary) !important;
    font-size: 16px !important;
    font-weight: 950;
    line-height: 1.1;
}

body.page-storefront.storefront-template-fresh_fit .storefront-site .combo-summary .button::after {
    content: none !important;
}

body.page-storefront.storefront-template-fresh_fit .storefront-site .combo-card {
    border-color: #e2ecd9;
    border-radius: 26px;
    background:
        radial-gradient(circle at 8% 10%, rgba(47, 125, 32, .12), transparent 34%),
        linear-gradient(135deg, #fbfff7, #fff);
}

body.page-storefront.storefront-template-fresh_fit .storefront-site .combo-visual,
body.page-storefront.storefront-template-fresh_fit .storefront-site .combo-choice,
body.page-storefront.storefront-template-fresh_fit .storefront-site .combo-summary {
    border-color: #dbead2;
    background: rgba(251, 255, 247, .92);
}

body.page-storefront.storefront-template-fresh_fit .storefront-site .combo-summary .button {
    background: #2f7d20 !important;
    background-color: #2f7d20 !important;
}

body.page-storefront.storefront-template-speed_catalog .theme-speed_catalog .menu-layout,
body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .menu-layout {
    grid-template-columns: 1fr !important;
}

body.page-storefront.storefront-template-speed_catalog .theme-speed_catalog .category-nav,
body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .category-nav {
    position: sticky;
    top: 74px;
    z-index: 9;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0;
    border: 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
}

body.page-storefront.storefront-template-speed_catalog .theme-speed_catalog .category-nav a,
body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .category-nav a {
    flex: 0 0 auto;
}

body.page-storefront.storefront-template-speed_catalog .theme-speed_catalog .product-grid,
body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)) !important;
    gap: clamp(16px, 2vw, 28px) !important;
    justify-content: stretch !important;
}

body.page-storefront.storefront-template-speed_catalog .theme-speed_catalog .product-card,
body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-card {
    max-width: none !important;
}

body.page-storefront.storefront-template-compact_delivery .theme-order-aside {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
}

body.page-storefront.storefront-template-compact_delivery .theme-order-aside .button {
    min-width: max-content;
}

body.page-storefront.storefront-template-bold_promo .storefront-site .combo-card,
body.page-storefront.storefront-template-banner_market .storefront-site .combo-card,
body.page-storefront.storefront-template-ref_roll_market .storefront-site .combo-card {
    background:
        linear-gradient(135deg, #111827 0%, #172033 31%, rgba(255, 255, 255, .98) 31%, rgba(255, 255, 255, .98) 100%);
}

body.page-storefront.storefront-template-banner_market .storefront-site .combo-card {
    background:
        linear-gradient(135deg, #262626 0%, #47391a 31%, #fffdf2 31%, #fff 100%);
}

body.page-storefront.storefront-template-bold_promo .storefront-site .combo-intro,
body.page-storefront.storefront-template-banner_market .storefront-site .combo-intro,
body.page-storefront.storefront-template-ref_roll_market .storefront-site .combo-intro {
    padding: 16px;
    border-radius: 16px;
    background: rgba(17, 24, 39, .82);
}

body.page-storefront.storefront-template-bold_promo .storefront-site .combo-intro .eyebrow,
body.page-storefront.storefront-template-bold_promo .storefront-site .combo-intro h3,
body.page-storefront.storefront-template-bold_promo .storefront-site .combo-intro p,
body.page-storefront.storefront-template-banner_market .storefront-site .combo-intro .eyebrow,
body.page-storefront.storefront-template-banner_market .storefront-site .combo-intro h3,
body.page-storefront.storefront-template-banner_market .storefront-site .combo-intro p,
body.page-storefront.storefront-template-ref_roll_market .storefront-site .combo-intro .eyebrow,
body.page-storefront.storefront-template-ref_roll_market .storefront-site .combo-intro h3,
body.page-storefront.storefront-template-ref_roll_market .storefront-site .combo-intro p {
    color: #fff !important;
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-card,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-card {
    border-color: rgba(255, 255, 255, .12);
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 51, 102, .18), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
        #151d2b;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-visual,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-visual,
body.page-storefront.storefront-template-dark_neon .storefront-site .combo-choice,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-choice,
body.page-storefront.storefront-template-dark_neon .storefront-site .combo-summary,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-summary {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .06);
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-intro h3,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-intro h3,
body.page-storefront.storefront-template-dark_neon .storefront-site .combo-summary strong,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-summary strong,
body.page-storefront.storefront-template-dark_neon .storefront-site .combo-choice legend,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-choice legend {
    color: #f8fafc !important;
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-intro p:not(.eyebrow),
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-intro p:not(.eyebrow),
body.page-storefront.storefront-template-dark_neon .storefront-site .combo-summary > span,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-summary > span {
    color: #cbd5e1 !important;
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-step-list span,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-step-list span {
    color: #f8fafc;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .08);
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-select-wrap::after,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-select-wrap::after {
    color: #fff;
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-choice select,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-choice select {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .14);
    background: #202a3b !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}

body.page-storefront.storefront-template-dark_neon .storefront-site .combo-choice select option,
body.page-storefront.storefront-template-ref_pizza_halves .storefront-site .combo-choice select option {
    color: #111827;
    background: #fff;
}

body.page-storefront.storefront-template-asian_minimal .storefront-site .combo-card {
    border-color: #111;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

body.page-storefront.storefront-template-asian_minimal .storefront-site .combo-choice,
body.page-storefront.storefront-template-asian_minimal .storefront-site .combo-summary {
    border-color: #111;
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 1180px) {
    body.page-storefront .storefront-site .combo-card {
        grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr) !important;
    }

    body.page-storefront .storefront-site .combo-groups,
    body.page-storefront .storefront-site .combo-summary {
        grid-column: 1 / -1;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-order-aside {
        grid-template-columns: 1fr;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-order-aside .button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 760px) {
    body.page-storefront .storefront-site .combo-card {
        grid-template-columns: 1fr !important;
        padding: 14px;
        border-radius: 18px;
    }

    body.page-storefront .storefront-site .combo-visual {
        min-height: 210px;
    }

    body.page-storefront .storefront-site .combo-intro h3 {
        font-size: 28px;
    }

    body.page-storefront .storefront-site .combo-groups,
    body.page-storefront .storefront-site .combo-summary {
        grid-column: auto;
    }

    body.page-storefront.storefront-template-bold_promo .storefront-site .combo-card,
    body.page-storefront.storefront-template-banner_market .storefront-site .combo-card,
    body.page-storefront.storefront-template-ref_roll_market .storefront-site .combo-card {
        background: #fff;
    }

    body.page-storefront.storefront-template-bold_promo .storefront-site .combo-intro,
    body.page-storefront.storefront-template-banner_market .storefront-site .combo-intro,
    body.page-storefront.storefront-template-ref_roll_market .storefront-site .combo-intro {
        background: #111827;
    }
}

body.page-storefront.storefront-template-ref_pizza_flow .storefront-site .combo-intro .eyebrow {
    color: #9a3412 !important;
}

body.page-storefront.storefront-template-ref_pizza_flow .storefront-site .combo-summary .button {
    color: #fff !important;
    background: #c2410c !important;
    background-color: #c2410c !important;
    border-color: #c2410c !important;
}

/* Морской маркет: отдельная витрина с медиа-обложкой и быстрым каталогом. */
.theme-preview-ref_sea_market {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    align-items: end;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(18, 18, 18, .12), rgba(18, 18, 18, .72)),
        #8a8f93;
}

.theme-preview-ref_sea_market::before {
    content: "";
    position: absolute;
    inset: 0 0 38%;
    background: linear-gradient(120deg, #27292d 0 48%, #ba3e3a 49% 64%, #efc3a1 65%);
}

.theme-preview-ref_sea_market i {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 24px;
    border-radius: 3px;
    background: #fff;
}

.theme-preview-ref_sea_market i:nth-child(1) {
    grid-column: span 2;
}

body.page-storefront.storefront-template-ref_sea_market {
    --sea-primary: var(--restaurant-primary, #ef3340);
    --sea-accent: var(--restaurant-accent, #171717);
    --sea-ink: #17181b;
    --sea-muted: #6b7078;
    --sea-soft: #f3f4f7;
    --sea-line: #e4e6e9;
    --sea-max: 1320px;
    color: var(--sea-ink);
    background: #fff;
}

html:has(body.page-storefront.storefront-template-ref_sea_market) {
    background: #fff;
}

body.page-storefront.storefront-template-ref_sea_market .topbar {
    position: absolute !important;
    inset: 0 0 auto;
    z-index: 70;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-areas: "nav brand user";
    min-height: 84px;
    padding: 14px max(24px, calc((100vw - var(--sea-max)) / 2));
    color: #fff;
    background: rgba(13, 14, 16, .78) !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
    top: 54px;
}

body.page-storefront.storefront-template-ref_sea_market .brand {
    grid-area: brand;
    justify-self: center;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

body.page-storefront.storefront-template-ref_sea_market .brand-logo {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 8px;
    color: var(--sea-primary);
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}

body.page-storefront.storefront-template-ref_sea_market .brand-text {
    max-width: 260px;
    color: #fff;
    font-size: 16px;
}

body.page-storefront.storefront-template-ref_sea_market .topnav {
    grid-area: nav;
    justify-self: start;
    justify-content: flex-start;
    overflow: visible;
}

body.page-storefront.storefront-template-ref_sea_market .topnav a {
    min-height: 38px;
    padding: 9px 11px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(255, 255, 255, .92);
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .42);
}

body.page-storefront.storefront-template-ref_sea_market .topnav a:hover,
body.page-storefront.storefront-template-ref_sea_market .topnav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .28);
}

body.page-storefront.storefront-template-ref_sea_market .user-area {
    grid-area: user;
    justify-self: end;
}

body.page-storefront.storefront-template-ref_sea_market .user-area .button-ghost {
    min-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .16);
    border-color: rgba(255, 255, 255, .32);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

body.page-storefront.storefront-template-ref_sea_market .avatar {
    color: var(--sea-ink);
    background: #fff;
}

.sea-market-menu-toggle {
    display: none;
    grid-area: toggle;
    width: 42px;
    height: 42px;
    padding: 9px;
    color: #fff;
    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 8px;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.sea-market-menu-toggle svg {
    width: 100vw;
    height: 100%;
}

.theme-ref_sea_market {
    --store-page-max: var(--sea-max);
    --store-image-ratio: 1 / 1;
    --store-radius: 8px;
    min-width: 0;
    color: var(--sea-ink);
    background: #fff;
}

.theme-ref_sea_market .store-preview-banner {
    position: relative;
    z-index: 75;
    width: 100%;
    max-width: none;
    min-height: 54px;
    margin: 0;
    border-radius: 0;
}

.theme-masthead-sea-market {
    width: 100%;
    margin: 0 0 56px;
}

.sea-market-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: 620px;
    overflow: hidden;
    color: #fff;
    background: #1d1e21;
}

.sea-market-hero > img,
.sea-market-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sea-market-hero > img {
    object-fit: cover;
    object-position: center 48%;
}

.sea-market-hero-overlay {
    background: linear-gradient(90deg, rgba(10, 10, 11, .78) 0%, rgba(10, 10, 11, .52) 40%, rgba(10, 10, 11, .12) 76%), rgba(0, 0, 0, .08);
}

.sea-market-hero-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 18px;
    width: min(var(--sea-max), calc(100% - 48px));
    margin: 0 auto;
    padding: 148px 0 112px;
}

.theme-masthead-sea-market .sea-market-hero-copy .eyebrow {
    width: max-content;
    margin: 0;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, .18);
    font-size: 12px;
    letter-spacing: 0;
    backdrop-filter: blur(10px);
}

.theme-masthead-sea-market .sea-market-hero-copy h1 {
    max-width: 720px;
    color: #fff;
    font-size: 64px;
    line-height: .98;
    text-wrap: balance;
    text-shadow: 0 3px 30px rgba(0, 0, 0, .34);
}

.theme-masthead-sea-market .sea-market-hero-copy > p:not(.eyebrow) {
    max-width: 610px;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    line-height: 1.5;
    text-shadow: 0 2px 22px rgba(0, 0, 0, .42);
}

.sea-market-hero-button {
    width: max-content;
    min-height: 50px;
    padding: 13px 22px;
    color: #fff !important;
    background: var(--sea-primary) !important;
    border: 1px solid var(--sea-primary);
    border-radius: 999px;
    box-shadow: 0 18px 38px color-mix(in srgb, var(--sea-primary) 36%, transparent);
}

.sea-market-orderbar {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: minmax(280px, .55fr) minmax(420px, 1fr);
    align-items: center;
    gap: 22px;
    width: min(var(--sea-max), calc(100% - 48px));
    min-height: 92px;
    margin: -46px auto 0;
    padding: 14px;
    border: 1px solid rgba(23, 24, 27, .10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(20, 22, 26, .14);
}

.sea-market-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: var(--sea-soft);
}

.sea-market-mode button {
    min-height: 48px;
    padding: 10px 16px;
    color: var(--sea-muted);
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-weight: 850;
    cursor: pointer;
}

.sea-market-mode button.is-active {
    color: #fff;
    background: var(--sea-primary);
    box-shadow: 0 8px 22px color-mix(in srgb, var(--sea-primary) 24%, transparent);
}

.sea-market-location {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 62px;
    padding: 8px 14px;
    border-left: 1px solid var(--sea-line);
}

.sea-market-location > svg:first-child {
    width: 42px;
    height: 42px;
    padding: 9px;
    color: var(--sea-primary);
    border-radius: 50%;
    background: color-mix(in srgb, var(--sea-primary) 10%, #fff);
}

.sea-market-location > svg:last-child {
    width: 24px;
    height: 24px;
    color: #9aa0a8;
}

.sea-market-location span {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.sea-market-location strong,
.sea-market-location small {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.sea-market-location strong {
    color: var(--sea-ink);
    font-size: 16px;
}

.sea-market-location small {
    color: var(--sea-muted);
    font-size: 13px;
}

.sea-market-promos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: min(var(--sea-max), calc(100% - 48px));
    margin: 28px auto;
}

.sea-market-promos article,
.sea-market-promos article:first-child:nth-last-child(3),
.sea-market-promos article:first-child:nth-last-child(3) ~ article {
    position: relative;
    display: block;
    min-height: 238px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #222428;
    box-shadow: none;
}

.sea-market-promos article img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .84;
}

.sea-market-promos article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 13, 15, .76), rgba(12, 13, 15, .10));
}

.sea-market-promos article > div {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    display: grid;
    gap: 8px;
    max-width: 72%;
    padding: 24px;
}

.sea-market-promos article strong {
    color: #fff;
    font-size: 26px;
    line-height: 1.05;
}

.theme-masthead-sea-market .sea-market-promos article p {
    display: block;
    overflow: visible;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.35;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.sea-market-catalog-tools {
    position: sticky;
    top: 0;
    z-index: 35;
    display: grid;
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    padding: 12px max(24px, calc((100% - var(--sea-max)) / 2));
    border-top: 1px solid rgba(23, 24, 27, .06);
    border-bottom: 1px solid var(--sea-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 28px rgba(20, 22, 26, .06);
    backdrop-filter: blur(14px);
}

.sea-market-search {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 48px;
    padding: 0 8px 0 14px;
    border: 1px solid var(--sea-line);
    border-radius: 999px;
    color: #7a8088;
    background: var(--sea-soft);
}

.sea-market-search > svg {
    width: 21px;
    height: 21px;
}

.sea-market-search input {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0;
    color: var(--sea-ink);
    background: transparent;
    border: 0;
    outline: 0;
}

.sea-market-search input::placeholder {
    color: #8a9098;
}

.sea-market-search:focus-within {
    border-color: color-mix(in srgb, var(--sea-primary) 64%, #fff);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--sea-primary) 12%, transparent);
}

.sea-market-search button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 7px;
    color: #727881;
    background: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.sea-market-search button[hidden] {
    display: none;
}

.sea-market-search button svg {
    width: 100%;
    height: 100%;
}

.sea-market-categories {
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sea-market-categories::-webkit-scrollbar {
    display: none;
}

.theme-ref_sea_market .sea-market-categories a {
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid transparent;
    color: #555b63;
    background: var(--sea-soft);
    font-size: 14px;
    font-weight: 800;
}

.theme-ref_sea_market .sea-market-categories a:hover,
.theme-ref_sea_market .sea-market-categories a:focus-visible {
    color: #fff;
    background: var(--sea-primary);
}

.sea-market-empty {
    width: min(var(--sea-max), calc(100% - 48px));
    margin: 28px auto 0 !important;
    padding: 28px;
    border: 1px dashed #c9ccd1;
    border-radius: 8px;
    color: var(--sea-muted) !important;
    background: var(--sea-soft);
    text-align: center;
}

.sea-market-empty[hidden],
.theme-ref_sea_market .menu-category[hidden],
.theme-ref_sea_market .product-card[hidden] {
    display: none !important;
}

.theme-ref_sea_market .promo-strip {
    display: none;
}

.theme-ref_sea_market .personal-offer-strip,
.theme-ref_sea_market .combo-strip,
.theme-ref_sea_market .half-builder,
.theme-ref_sea_market .menu-layout,
.theme-ref_sea_market .store-info-section {
    width: min(var(--sea-max), calc(100% - 48px));
    margin-inline: auto;
}

.theme-ref_sea_market .personal-offer-strip {
    padding-top: 12px;
}

.theme-ref_sea_market .personal-offer-strip article {
    border-radius: 8px;
}

.theme-ref_sea_market .combo-strip {
    padding-top: 42px;
}

.theme-ref_sea_market .half-builder {
    gap: 38px;
    padding: 70px 0 24px;
    color: var(--sea-ink);
}

.theme-ref_sea_market .half-builder-copy h2 {
    color: var(--sea-ink);
    font-size: 44px;
    line-height: 1;
}

.theme-ref_sea_market .half-builder-copy p:not(.eyebrow) {
    color: var(--sea-muted);
    font-size: 17px;
}

.theme-ref_sea_market .half-builder-card {
    border: 1px solid var(--sea-line);
    border-radius: 8px;
    color: var(--sea-ink);
    background: #fff;
    box-shadow: 0 18px 46px rgba(20, 22, 26, .08);
}

.theme-ref_sea_market .half-preview {
    border: 0;
    border-radius: 8px;
    background: var(--sea-soft);
}

.theme-ref_sea_market .half-controls select {
    border-color: var(--sea-line);
    color: var(--sea-ink);
    background: var(--sea-soft);
}

.theme-ref_sea_market .menu-layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 34px;
    padding-bottom: 92px;
}

.theme-ref_sea_market .menu-layout > .category-nav {
    display: none;
}

.theme-ref_sea_market .menu-feed {
    gap: 64px;
}

.theme-ref_sea_market .menu-category .section-heading {
    margin-bottom: 22px;
}

.theme-ref_sea_market .menu-category .section-heading h2,
.theme-ref_sea_market .combo-strip .section-heading h2 {
    color: var(--sea-ink);
    font-size: 40px;
    line-height: 1;
}

.theme-ref_sea_market .menu-category .section-heading span,
.theme-ref_sea_market .combo-strip .section-heading span {
    color: var(--sea-muted);
    font-size: 14px;
}

.theme-ref_sea_market .product-grid {
    gap: 30px 18px;
    align-items: stretch;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: visible;
    color: var(--sea-ink);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card:hover {
    transform: none;
    border: 0;
    box-shadow: none;
}

.theme-ref_sea_market .product-image-button {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: var(--sea-soft);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    object-fit: cover;
    transition: transform .28s ease;
}

.theme-ref_sea_market .product-card:hover .product-image-button img {
    transform: scale(1.025);
}

.theme-ref_sea_market .product-body {
    display: grid;
    grid-template-rows: 1fr auto auto;
    gap: 12px;
    padding: 14px 0 0;
}

.theme-ref_sea_market .product-title-button h3,
.theme-ref_sea_market .product-body h3 {
    color: var(--sea-ink);
    font-size: 19px;
    line-height: 1.15;
}

.theme-ref_sea_market .product-title-button:hover h3 {
    color: var(--sea-primary);
}

.theme-ref_sea_market .product-body p {
    display: block;
    min-height: 38px;
    margin-top: 7px;
    overflow: visible;
    color: var(--sea-muted);
    font-size: 13px;
    line-height: 1.45;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.theme-ref_sea_market .nutrition-row {
    gap: 5px;
    min-height: 28px;
}

.theme-ref_sea_market .nutrition-row span {
    padding: 5px 7px;
    color: #5f656d;
    background: var(--sea-soft);
    border: 1px solid #ebecef;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 750;
}

.theme-ref_sea_market .product-footer {
    min-height: 48px;
}

.theme-ref_sea_market .product-footer strong {
    color: var(--sea-ink);
    font-size: 20px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--sea-primary);
    box-shadow: 0 12px 24px color-mix(in srgb, var(--sea-primary) 24%, transparent);
    font-size: 0;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button::before {
    content: "+";
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
    grid-template-columns: minmax(190px, .44fr) minmax(210px, .56fr) minmax(300px, 1fr) minmax(160px, .34fr) !important;
    gap: 18px;
    padding: 18px;
    border: 1px solid var(--sea-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 22, 26, .08);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card::before {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-visual,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-choice,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary {
    border-radius: 8px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-visual {
    border: 0;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-choice,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary {
    border-color: var(--sea-line);
    background: var(--sea-soft);
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-choice select {
    border-radius: 8px;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary .button {
    color: #fff !important;
    background: var(--sea-primary) !important;
}

.theme-ref_sea_market .store-info-section {
    gap: 12px;
    padding: 0 0 72px;
}

.theme-ref_sea_market .store-info-section article {
    min-height: 170px;
    padding: 22px;
    border: 1px solid var(--sea-line);
    border-radius: 8px;
    background: var(--sea-soft);
    box-shadow: none;
}

.theme-ref_sea_market .store-info-section article span,
.theme-ref_sea_market .store-info-section article p {
    color: var(--sea-muted);
}

.theme-ref_sea_market .store-info-section article strong {
    color: var(--sea-ink);
}

body.page-storefront.storefront-template-ref_sea_market .store-footer {
    color: rgba(255, 255, 255, .68);
    background: var(--sea-accent, #171717);
    border-color: rgba(255, 255, 255, .10);
}

body.page-storefront.storefront-template-ref_sea_market .store-footer a {
    color: #fff;
}

body.page-storefront.storefront-template-ref_sea_market .floating-cart {
    right: 24px;
    bottom: 24px;
    display: grid;
    grid-template-columns: 28px auto;
    grid-template-areas: "icon total";
    align-items: center;
    width: auto !important;
    min-width: 84px !important;
    max-width: 190px;
    height: 64px !important;
    padding: 10px 18px !important;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    color: #fff;
    background: var(--sea-primary);
    box-shadow: 0 18px 42px color-mix(in srgb, var(--sea-primary) 32%, transparent);
}

body.page-storefront.storefront-template-ref_sea_market .floating-cart svg {
    grid-area: icon;
    width: 26px;
    height: 26px;
}

body.page-storefront.storefront-template-ref_sea_market .floating-cart > span {
    position: absolute;
    top: -5px;
    right: -3px;
    min-width: 24px;
    height: 24px;
    padding: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: var(--sea-primary);
    background: #fff;
    font-size: 11px;
    line-height: 12px;
}

body.page-storefront.storefront-template-ref_sea_market .floating-cart b {
    grid-area: total;
    max-width: 110px;
    color: #fff;
    font-size: 13px;
}

@media (max-width: 1100px) {
    body.page-storefront.storefront-template-ref_sea_market .topbar {
        padding-inline: 20px;
    }

    body.page-storefront.storefront-template-ref_sea_market .brand-text {
        max-width: 180px;
    }

    body.page-storefront.storefront-template-ref_sea_market .topnav {
        gap: 2px;
    }

    body.page-storefront.storefront-template-ref_sea_market .topnav a {
        padding-inline: 8px;
        font-size: 12px;
    }

    .sea-market-orderbar {
        grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
        grid-template-columns: minmax(190px, .44fr) minmax(0, 1fr) !important;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-groups,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    body.page-storefront.storefront-template-ref_sea_market .topbar {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    }

    body.page-storefront.storefront-template-ref_sea_market .brand-text {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .topnav a[href$="cart"] {
        display: none;
    }

    .sea-market-hero {
        min-height: 520px;
    }

    .theme-masthead-sea-market .sea-market-hero-copy h1 {
        max-width: 590px;
        font-size: 48px;
    }

    .sea-market-orderbar {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sea-market-location {
        border-top: 1px solid var(--sea-line);
        border-left: 0;
    }

    .sea-market-catalog-tools {
        grid-template-columns: 1fr;
    }

    .theme-ref_sea_market .half-builder {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    body.page-storefront.storefront-template-ref_sea_market .topbar {
        grid-template-columns: minmax(42px, 1fr) auto minmax(42px, 1fr);
        grid-template-areas: "toggle brand user";
        min-height: 64px;
        padding: 10px 14px;
    }

    body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
        top: 64px;
    }

    .sea-market-menu-toggle {
        display: block;
        justify-self: start;
    }

    body.page-storefront.storefront-template-ref_sea_market .brand-logo {
        width: 38px;
        height: 38px;
    }

    body.page-storefront.storefront-template-ref_sea_market .user-area {
        gap: 4px;
    }

    body.page-storefront.storefront-template-ref_sea_market .user-area form {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .user-area .avatar {
        display: grid;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255, 255, 255, .32);
    }

    body.page-storefront.storefront-template-ref_sea_market .user-area .button-ghost {
        width: 42px;
        min-width: 42px;
        min-height: 42px;
        overflow: hidden;
        padding: 0;
        font-size: 0;
    }

    body.page-storefront.storefront-template-ref_sea_market .user-area .button-ghost::before {
        content: "";
        width: 18px;
        height: 18px;
        border: 2px solid currentColor;
        border-radius: 50%;
        box-shadow: 0 13px 0 -5px currentColor;
    }

    body.page-storefront.storefront-template-ref_sea_market .topnav {
        position: absolute;
        top: 60px;
        left: 14px;
        z-index: 80;
        display: none;
        grid-area: auto;
        width: min(290px, calc(100vw - 28px));
        padding: 8px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .20);
        border-radius: 8px;
        background: rgba(20, 21, 24, .96);
        box-shadow: 0 22px 58px rgba(0, 0, 0, .32);
        backdrop-filter: blur(18px);
    }

    body.page-storefront.storefront-template-ref_sea_market .topnav.is-open {
        display: grid;
    }

    body.page-storefront.storefront-template-ref_sea_market .topnav a,
    body.page-storefront.storefront-template-ref_sea_market .topnav a[href$="cart"] {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        min-height: 42px;
        padding: 10px 12px;
        color: #fff;
        background: transparent;
        text-shadow: none;
    }

    .theme-ref_sea_market .store-preview-banner {
        position: relative;
        z-index: 75;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 64px;
        padding: 10px 14px;
    }

    .theme-ref_sea_market .store-preview-banner span {
        display: none;
    }

    .theme-ref_sea_market .store-preview-banner strong {
        font-size: 12px;
        line-height: 1.2;
    }

    .theme-ref_sea_market .store-preview-banner a {
        max-width: 205px;
        padding: 8px 10px;
        font-size: 11px;
        line-height: 1.15;
    }

    .theme-masthead-sea-market {
        margin-bottom: 34px;
    }

    .sea-market-hero {
        min-height: 380px;
    }

    .sea-market-hero > img {
        object-position: center;
    }

    .sea-market-hero-overlay {
        background: rgba(7, 8, 10, .44);
    }

    .sea-market-hero-copy {
        gap: 12px;
        width: calc(100% - 32px);
        padding: 104px 0 42px;
    }

    .theme-masthead-sea-market .sea-market-hero-copy h1 {
        max-width: 100%;
        font-size: 34px;
        line-height: 1;
    }

    .theme-masthead-sea-market .sea-market-hero-copy > p:not(.eyebrow) {
        display: block;
        max-width: 94%;
        overflow: visible;
        font-size: 15px;
        -webkit-box-orient: initial;
        -webkit-line-clamp: initial;
    }

    .sea-market-hero-button {
        min-height: 44px;
        padding: 10px 18px;
    }

    .sea-market-orderbar {
        width: calc(100% - 24px);
        min-height: 0;
        margin-top: -14px;
        padding: 10px;
    }

    .sea-market-mode button {
        min-height: 42px;
        padding-inline: 10px;
        font-size: 13px;
    }

    .sea-market-location {
        grid-template-columns: 38px minmax(0, 1fr) 22px;
        gap: 10px;
        min-height: 58px;
        padding: 8px 6px;
    }

    .sea-market-location > svg:first-child {
        width: 36px;
        height: 36px;
    }

    .sea-market-location strong {
        font-size: 14px;
    }

    .sea-market-location small {
        font-size: 11px;
    }

    .sea-market-promos {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: 20px 0;
        padding: 0 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sea-market-promos::-webkit-scrollbar {
        display: none;
    }

    .sea-market-promos article,
    .sea-market-promos article:first-child:nth-last-child(3),
    .sea-market-promos article:first-child:nth-last-child(3) ~ article {
        flex: 0 0 84%;
        min-height: 176px;
        scroll-snap-align: start;
    }

    .sea-market-promos article > div {
        max-width: 84%;
        padding: 18px;
    }

    .sea-market-promos article strong {
        font-size: 21px;
    }

    .sea-market-catalog-tools {
        gap: 8px;
        padding: 9px 12px 8px;
    }

    .sea-market-search {
        min-height: 44px;
    }

    .theme-ref_sea_market .sea-market-categories a {
        min-height: 40px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .theme-ref_sea_market .personal-offer-strip,
    .theme-ref_sea_market .combo-strip,
    .theme-ref_sea_market .half-builder,
    .theme-ref_sea_market .menu-layout,
    .theme-ref_sea_market .store-info-section,
    .sea-market-empty {
        width: calc(100% - 32px);
    }

    .theme-ref_sea_market .combo-strip {
        padding-top: 26px;
    }

    .theme-ref_sea_market .half-builder {
        gap: 22px;
        padding-top: 46px;
    }

    .theme-ref_sea_market .half-builder-copy h2 {
        font-size: 34px;
    }

    .theme-ref_sea_market .menu-layout {
        padding-top: 26px;
        padding-bottom: 68px;
    }

    .theme-ref_sea_market .menu-feed {
        gap: 46px;
    }

    .theme-ref_sea_market .menu-category .section-heading {
        margin-bottom: 16px;
    }

    .theme-ref_sea_market .menu-category .section-heading h2,
    .theme-ref_sea_market .combo-strip .section-heading h2 {
        font-size: 30px;
    }

    .theme-ref_sea_market .product-grid {
        gap: 24px 10px;
    }

    .theme-ref_sea_market .product-body {
        gap: 9px;
        padding-top: 10px;
    }

    .theme-ref_sea_market .product-title-button h3,
    .theme-ref_sea_market .product-body h3 {
        font-size: 16px;
    }

    .theme-ref_sea_market .product-body p {
        min-height: 33px;
        font-size: 11px;
    }

    .theme-ref_sea_market .nutrition-row span {
        padding: 4px 5px;
        font-size: 9px;
    }

    .theme-ref_sea_market .product-footer strong {
        font-size: 17px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
        grid-template-columns: 1fr !important;
        padding: 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-visual {
        width: 100%;
        height: 220px;
        min-height: 220px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-groups,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary {
        grid-column: auto;
    }

    .theme-ref_sea_market .store-info-section {
        padding-bottom: 48px;
    }

    body.page-storefront.storefront-template-ref_sea_market .store-footer {
        align-items: flex-start;
    }

    body.page-storefront.storefront-template-ref_sea_market .floating-cart {
        right: 14px;
        bottom: 14px;
        height: 58px !important;
        min-width: 76px !important;
        padding: 9px 15px !important;
    }
}

@media (max-width: 430px) {
    .theme-ref_sea_market .product-grid[style*="--mobile-columns:2"] .nutrition-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .theme-ref_sea_market .product-grid[style*="--mobile-columns:2"] .nutrition-row span {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .theme-ref_sea_market .product-grid[style*="--mobile-columns:2"] .product-footer {
        align-items: end;
    }
}

/* Sea-market storefront: media-first restaurant layout. */
body.page-storefront.storefront-template-ref_sea_market {
    --sea-primary: var(--restaurant-primary, #ef3340);
    --sea-accent: var(--restaurant-accent, #202020);
    --sea-ink: #262626;
    --sea-muted: #676767;
    --sea-soft: #f3f4f8;
    --sea-line: #ececef;
    --sea-max: 1280px;
    color: var(--sea-ink);
    background: #fff;
    font-family: Montserrat, Arial, sans-serif;
}

body.page-storefront.storefront-template-ref_sea_market .topbar {
    position: absolute !important;
    inset: 0 0 auto;
    z-index: 70;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(320px, auto) minmax(260px, 1fr);
    align-items: center;
    min-height: 116px;
    padding: 18px max(28px, calc((100vw - var(--sea-max)) / 2));
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, 0)) !important;
    background-color: rgba(20, 20, 20, .82) !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
    top: 54px;
}

.sea-market-header-left,
.sea-market-user-area {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.sea-market-header-left {
    justify-self: start;
}

.sea-market-user-area {
    justify-self: end;
    justify-content: flex-end;
}

.sea-market-menu-toggle {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 7px;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.sea-market-menu-toggle:hover,
.sea-market-menu-toggle:focus-visible {
    background: rgba(255, 255, 255, .14);
}

.sea-market-city,
.sea-market-header-action {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: rgba(255, 255, 255, .96);
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}

.sea-market-city svg,
.sea-market-header-action svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
}

.sea-market-city span,
.sea-market-header-action span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand {
    display: flex;
    grid-area: auto;
    align-items: center;
    justify-self: center;
    justify-content: center;
    gap: 16px;
    width: min(100%, 520px);
    color: #fff;
    text-shadow: 0 3px 20px rgba(0, 0, 0, .42);
}

.sea-market-brand-image {
    width: 56px;
    max-width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand.has-horizontal-logo {
    width: min(100%, 560px);
}

.sea-market-brand.has-horizontal-logo .sea-market-brand-image {
    width: auto;
    max-width: min(520px, 38vw);
    height: 66px;
    object-fit: contain;
}

.sea-market-brand.has-horizontal-logo .sea-market-brand-title {
    display: none;
}

.sea-market-brand-title {
    overflow: hidden;
    color: #fff;
    font-size: 29px;
    font-weight: 650;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer {
    position: absolute;
    top: 92px;
    left: max(24px, calc((100vw - var(--sea-max)) / 2));
    z-index: 82;
    display: none;
    grid-template-columns: 1fr;
    gap: 2px;
    width: 260px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(25, 25, 25, .97);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer.is-open {
    display: grid;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer a,
body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer a[href$="cart"] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    text-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer a:hover {
    background: rgba(255, 255, 255, .1);
}

.sea-market-header-cart {
    position: relative;
}

.sea-market-header-cart b {
    position: absolute;
    top: -8px;
    right: -8px;
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 2px;
    border-radius: 50%;
    color: #fff;
    background: var(--sea-primary);
    font-size: 10px;
    line-height: 1;
}

.theme-ref_sea_market {
    --store-page-max: var(--sea-max);
    --store-image-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: var(--sea-ink);
    background: #fff;
}

.theme-ref_sea_market .store-preview-banner {
    order: -100;
}

.theme-ref_sea_market .theme-masthead-sea-market {
    order: -90;
}

.theme-ref_sea_market .personal-offer-strip {
    order: -80;
}

.theme-ref_sea_market .menu-layout {
    order: -70;
}

.theme-ref_sea_market .combo-strip {
    order: -60;
}

.theme-ref_sea_market .half-builder {
    order: -50;
}

.theme-ref_sea_market .store-info-section {
    order: -40;
}

.theme-masthead-sea-market {
    width: 100%;
    margin: 0;
}

.sea-market-hero {
    position: relative;
    display: block;
    width: 100%;
    min-height: 517px;
    overflow: hidden;
    background: #1f1f1f;
}

.sea-market-hero > img,
.sea-market-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sea-market-hero > img {
    object-fit: cover;
    object-position: center;
    transform: none;
}

.sea-market-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .22), transparent 38%, rgba(0, 0, 0, .04));
}

.sea-market-hero-copy,
.sea-market-hero-button {
    display: none !important;
}

.sea-market-orderbar {
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 20px;
    width: min(var(--sea-max), calc(100% - 24px));
    min-height: 44px;
    margin: 32px auto 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sea-market-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 0 calc(48% - 10px);
    gap: 0;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    background: var(--sea-soft);
}

.sea-market-mode button {
    min-height: 44px;
    padding: 9px 18px;
    color: var(--sea-ink);
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.sea-market-mode button.is-active {
    color: #fff;
    background: var(--sea-accent);
    box-shadow: none;
}

.sea-market-location {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 22px;
    align-items: center;
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
    min-height: 44px;
    padding: 8px 16px;
    color: #fff;
    border: 0;
    border-radius: 999px;
    background: var(--sea-primary);
}

.sea-market-location > svg:first-child,
.sea-market-location > svg:last-child {
    width: 22px;
    height: 22px;
    padding: 0;
    color: #fff;
    background: transparent;
}

.sea-market-location span {
    display: block;
}

.sea-market-location strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}

.sea-market-location small {
    display: none;
}

.sea-market-promos {
    display: grid;
    grid-template-columns: minmax(220px, .82fr) minmax(340px, 1.35fr) minmax(260px, 1fr);
    gap: 20px;
    width: min(var(--sea-max), calc(100% - 32px));
    margin: 0 auto 32px;
    overflow: hidden;
}

.sea-market-promos article,
.sea-market-promos article:first-child:nth-last-child(3),
.sea-market-promos article:first-child:nth-last-child(3) ~ article {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 230px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #1f1f1f;
    box-shadow: none;
}

.sea-market-loyalty-card {
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 24px;
    background: var(--sea-primary) !important;
}

.sea-market-loyalty-card::before {
    content: "%";
    position: absolute;
    top: -38px;
    right: -4px;
    color: rgba(255, 255, 255, .13);
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
}

.sea-market-loyalty-card span,
.sea-market-loyalty-card strong,
.sea-market-loyalty-card a {
    position: relative;
    z-index: 1;
}

.sea-market-loyalty-card span {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sea-market-loyalty-card strong {
    color: #fff;
    font-size: 24px;
    line-height: 1.06;
}

.sea-market-loyalty-card a {
    width: max-content;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sea-market-promos .sea-market-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.sea-market-promos .sea-market-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .06));
}

.sea-market-promos .sea-market-promo-card > div {
    position: relative;
    z-index: 2;
    inset: auto;
    align-self: flex-end;
    display: grid;
    gap: 7px;
    max-width: 78%;
    padding: 24px;
}

.sea-market-promos .sea-market-promo-card strong {
    color: #fff;
    font-size: 28px;
    line-height: 1.04;
}

.theme-masthead-sea-market .sea-market-promos .sea-market-promo-card p {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sea-market-catalog-tools {
    position: sticky;
    top: 0;
    z-index: 35;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 13px max(12px, calc((100% - var(--sea-max)) / 2));
    border-top: 1px solid var(--sea-line);
    border-bottom: 1px solid var(--sea-line);
    background: rgba(255, 255, 255, .97);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.sea-market-categories {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.theme-ref_sea_market .sea-market-categories a {
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--sea-ink);
    background: var(--sea-soft);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.theme-ref_sea_market .sea-market-categories a:hover,
.theme-ref_sea_market .sea-market-categories a:focus-visible {
    color: #fff;
    background: var(--sea-primary);
}

.sea-market-search {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 5px 0 12px;
    border: 1px solid var(--sea-line);
    border-radius: 999px;
    color: #8d8d8d;
    background: var(--sea-soft);
}

.sea-market-search input {
    height: 34px;
    font-size: 12px;
}

.theme-ref_sea_market .personal-offer-strip,
.theme-ref_sea_market .combo-strip,
.theme-ref_sea_market .half-builder,
.theme-ref_sea_market .menu-layout,
.theme-ref_sea_market .store-info-section {
    width: min(var(--sea-max), calc(100% - 24px));
    margin-inline: auto;
}

.theme-ref_sea_market .menu-layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px 0 82px;
}

.theme-ref_sea_market .menu-layout > .category-nav {
    display: none;
}

.theme-ref_sea_market .menu-feed {
    gap: 54px;
}

.theme-ref_sea_market .menu-category .section-heading {
    align-items: center;
    margin-bottom: 18px;
}

.theme-ref_sea_market .menu-category .section-heading h2,
.theme-ref_sea_market .combo-strip .section-heading h2 {
    color: var(--sea-ink);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.15;
}

.theme-ref_sea_market .menu-category .section-heading span,
.theme-ref_sea_market .combo-strip .section-heading span {
    color: var(--sea-muted);
    font-size: 11px;
}

.theme-ref_sea_market .product-grid {
    gap: 24px 20px;
    align-items: stretch;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    color: var(--sea-ink);
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(25, 25, 25, .055);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card:hover {
    transform: translateY(-2px);
    border: 0;
    box-shadow: 0 14px 30px rgba(25, 25, 25, .09);
}

.theme-ref_sea_market .product-image-button {
    width: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #f5f5f5;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    object-fit: cover;
    transition: transform .65s ease;
}

.theme-ref_sea_market .product-card:hover .product-image-button img {
    transform: scale(1.045);
}

.theme-ref_sea_market .product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    min-height: 174px;
    padding: 10px 16px 14px;
}

.theme-ref_sea_market .product-title-button h3,
.theme-ref_sea_market .product-body h3 {
    color: var(--sea-ink);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.sea-market-product-weight {
    display: block;
    margin: 3px 0;
    color: var(--sea-muted);
    font-size: 12px;
    line-height: 1.3;
}

.theme-ref_sea_market .product-body p {
    display: -webkit-box;
    min-height: 40px;
    margin: 0;
    overflow: hidden;
    color: var(--sea-muted);
    font-size: 12px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.theme-ref_sea_market .product-footer {
    align-items: center;
    min-height: 30px;
    margin-top: auto;
}

.theme-ref_sea_market .product-footer strong {
    color: var(--sea-ink);
    font-size: 17px;
    font-weight: 600;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--sea-ink);
    background: var(--sea-soft);
    box-shadow: none;
    font-size: 0;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button::before {
    content: "+";
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.theme-ref_sea_market .combo-strip {
    padding: 28px 0 0;
    border-top: 1px solid var(--sea-line);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
    grid-template-columns: minmax(170px, .4fr) minmax(210px, .55fr) minmax(280px, 1fr) minmax(150px, .34fr) !important;
    gap: 16px;
    padding: 16px;
    border: 1px solid var(--sea-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 25, 25, .05);
}

.theme-ref_sea_market .half-builder {
    gap: 34px;
    padding: 54px 0 24px;
    color: var(--sea-ink);
}

.theme-ref_sea_market .half-builder-copy h2 {
    color: var(--sea-ink);
    font-size: 38px;
    line-height: 1.05;
}

.theme-ref_sea_market .half-builder-copy p:not(.eyebrow) {
    color: var(--sea-muted);
    font-size: 15px;
}

.theme-ref_sea_market .half-builder-card,
.theme-ref_sea_market .store-info-section article {
    border: 1px solid var(--sea-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 25, 25, .05);
}

.theme-ref_sea_market .store-info-section {
    gap: 12px;
    padding: 54px 0 72px;
}

.theme-ref_sea_market .store-info-section article {
    min-height: 144px;
    padding: 20px;
    background: var(--sea-soft);
}

body.page-storefront.storefront-template-ref_sea_market .floating-cart {
    right: 22px;
    bottom: 22px;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    padding: 14px !important;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--sea-primary);
    box-shadow: 0 14px 30px color-mix(in srgb, var(--sea-primary) 30%, transparent);
}

body.page-storefront.storefront-template-ref_sea_market .floating-cart b {
    display: none;
}

@media (max-width: 1100px) {
    body.page-storefront.storefront-template-ref_sea_market .topbar {
        grid-template-columns: minmax(190px, 1fr) minmax(260px, auto) minmax(190px, 1fr);
        padding-inline: 18px;
    }

    .sea-market-phone span,
    .sea-market-user-area .sea-market-header-action:not(.sea-market-phone) span {
        display: none;
    }

    .sea-market-promos {
        grid-template-columns: .82fr 1.2fr 1fr;
        gap: 12px;
    }

    .theme-ref_sea_market .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
        grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr) !important;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-groups,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    body.page-storefront.storefront-template-ref_sea_market .topbar {
        grid-template-columns: minmax(44px, 1fr) minmax(0, auto) minmax(44px, 1fr);
        min-height: 68px;
        padding: 8px 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
        top: 64px;
    }

    .sea-market-header-left,
    .sea-market-user-area {
        gap: 5px;
    }

    .sea-market-city,
    .sea-market-phone,
    .sea-market-user-area .sea-market-header-action:first-of-type,
    .sea-market-user-area .sea-market-header-action:nth-of-type(2),
    .sea-market-user-area .sea-market-header-action span {
        display: none;
    }

    .sea-market-user-area .sea-market-header-action {
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand {
        gap: 7px;
        max-width: 190px;
    }

    .sea-market-brand-image {
        width: 38px;
        max-width: 38px;
        height: 38px;
    }

    .sea-market-brand.has-horizontal-logo .sea-market-brand-image {
        width: auto;
        max-width: 188px;
        height: 42px;
    }

    .sea-market-brand-title {
        max-width: 126px;
        font-size: 15px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer {
        top: 58px;
        left: 12px;
        width: min(278px, calc(100vw - 24px));
    }

    .theme-ref_sea_market .store-preview-banner {
        min-height: 64px;
        padding: 9px 12px;
    }

    .sea-market-hero {
        min-height: 330px;
    }

    .sea-market-orderbar {
        flex-direction: column;
        gap: 9px;
        width: calc(100% - 24px);
        margin: 18px auto;
    }

    .sea-market-mode,
    .sea-market-location {
        flex: 0 0 auto;
        width: 100%;
    }

    .sea-market-location {
        grid-template-columns: 22px minmax(0, 1fr) 20px;
    }

    .sea-market-promos {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: 0 0 18px;
        padding: 0 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sea-market-promos article,
    .sea-market-promos article:first-child:nth-last-child(3),
    .sea-market-promos article:first-child:nth-last-child(3) ~ article {
        flex: 0 0 82%;
        min-height: 190px;
        scroll-snap-align: start;
    }

    .sea-market-catalog-tools {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 9px 12px;
    }

    .sea-market-search {
        grid-row: 1;
        width: 100%;
    }

    .sea-market-categories {
        grid-row: 2;
    }

    .theme-ref_sea_market .menu-layout {
        width: calc(100% - 24px);
        padding: 24px 0 58px;
    }

    .theme-ref_sea_market .menu-feed {
        gap: 42px;
    }

    .theme-ref_sea_market .menu-category .section-heading h2,
    .theme-ref_sea_market .combo-strip .section-heading h2 {
        font-size: 22px;
    }

    .theme-ref_sea_market .menu-category .section-heading,
    .theme-ref_sea_market .combo-strip .section-heading {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .theme-ref_sea_market .product-grid {
        grid-template-columns: repeat(var(--mobile-columns), minmax(0, 1fr));
        gap: 18px 9px;
    }

    .theme-ref_sea_market .product-body {
        gap: 8px;
        min-height: 158px;
        padding: 9px 10px 11px;
    }

    .theme-ref_sea_market .product-title-button h3,
    .theme-ref_sea_market .product-body h3 {
        font-size: 14px;
        line-height: 1.3;
    }

    .sea-market-product-weight,
    .theme-ref_sea_market .product-body p {
        font-size: 10px;
    }

    .theme-ref_sea_market .product-body p {
        display: block;
        min-height: 0;
        overflow: visible;
        line-height: 1.65;
        -webkit-line-clamp: initial;
    }

    .theme-masthead-sea-market .sea-market-promos .sea-market-promo-card p {
        display: block;
        overflow: visible;
        -webkit-line-clamp: initial;
    }

    .theme-ref_sea_market .product-footer strong {
        font-size: 14px;
    }

    .theme-ref_sea_market .combo-strip,
    .theme-ref_sea_market .half-builder,
    .theme-ref_sea_market .store-info-section {
        width: calc(100% - 24px);
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
        grid-template-columns: 1fr !important;
        padding: 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-groups,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary {
        grid-column: auto;
    }

    .theme-ref_sea_market .half-builder {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 42px;
    }

    .theme-ref_sea_market .half-builder-copy h2 {
        font-size: 31px;
    }

    body.page-storefront.storefront-template-ref_sea_market .floating-cart {
        right: 13px;
        bottom: 13px;
        width: 54px !important;
        min-width: 54px !important;
        height: 54px !important;
        padding: 13px !important;
    }
}

/* Ref sea market fidelity pass: the layout follows the approved restaurant reference. */
@font-face {
    font-family: "Geologica";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/assets/fonts/geologica-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Geologica";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/assets/fonts/geologica-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.page-storefront.storefront-template-ref_sea_market {
    --sea-primary: var(--restaurant-primary, #ee3338);
    --sea-accent: #262626;
    --sea-ink: #262626;
    --sea-muted: #6f7279;
    --sea-soft: #f3f4f8;
    --sea-line: #e7e6ec;
    --sea-max: 1304px;
    color: var(--sea-ink);
    background: #fff;
    font-family: "Geologica", Arial, sans-serif;
    overflow-x: clip;
}

body.page-storefront.storefront-template-ref_sea_market .topbar {
    position: absolute !important;
    inset: 0 0 auto;
    z-index: 70;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 126px;
    min-height: 126px;
    padding: 51px 32px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(180deg, rgba(22, 22, 22, .58) 0%, rgba(22, 22, 22, .2) 72%, rgba(22, 22, 22, 0) 100%) !important;
    background-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
    top: 54px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-header-left,
body.page-storefront.storefront-template-ref_sea_market .sea-market-user-area {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-width: 0;
    height: 24px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-header-left {
    gap: 24px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-user-area {
    gap: 24px;
    justify-content: flex-end;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-menu-toggle {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-menu-toggle svg,
body.page-storefront.storefront-template-ref_sea_market .sea-market-city > svg:first-child,
body.page-storefront.storefront-template-ref_sea_market .sea-market-header-action svg {
    width: 24px;
    height: 24px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-city,
body.page-storefront.storefront-template-ref_sea_market .sea-market-header-action {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    height: 24px;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .46);
}

.sea-market-city-copy {
    display: block;
    min-width: 0;
}

.sea-market-city-copy strong {
    display: block;
    overflow: hidden;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sea-market-city-copy .sea-market-city-full,
.sea-market-city-copy small,
.sea-market-city-chevron {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand {
    position: absolute;
    top: 51px;
    left: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 556px;
    height: 66px;
    max-width: 44vw;
    color: #fff;
    transform: translateX(-50%);
    text-shadow: 0 2px 18px rgba(0, 0, 0, .44);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand-image {
    flex: 0 0 auto;
    width: 54px;
    max-width: 54px;
    height: 54px;
    border-radius: 6px;
    object-fit: contain;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand-title {
    display: block;
    overflow: visible;
    max-width: 470px;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand.has-horizontal-logo .sea-market-brand-image {
    width: auto;
    max-width: 556px;
    height: 66px;
    border-radius: 0;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand.has-horizontal-logo .sea-market-brand-title {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer {
    top: 92px;
    left: 24px;
    width: 272px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: rgba(24, 24, 24, .97);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market {
    --store-page-max: var(--sea-max);
    --store-image-ratio: 1 / 1;
    color: var(--sea-ink);
    background: #fff;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-hero {
    position: relative;
    width: 100%;
    height: 40.625vw;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
    background: #202020;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-hero > img,
body.page-storefront.storefront-template-ref_sea_market .sea-market-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-hero > img {
    object-fit: cover;
    object-position: center;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-hero-overlay {
    pointer-events: none;
    background: linear-gradient(180deg, rgba(22, 22, 22, .24), rgba(22, 22, 22, 0) 34%);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-orderbar {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: var(--sea-max);
    height: 44px;
    min-height: 44px;
    margin: 32px auto 0;
    padding: 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: 44px;
    padding: 0;
    border-radius: 9999px;
    background: var(--sea-soft);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-mode button {
    min-width: 0;
    min-height: 44px;
    padding: 0 16px;
    color: #262626;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-mode button.is-active {
    color: #fff;
    background: #222;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-location {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 4px 16px;
    color: #fff;
    border: 0;
    border-radius: 9999px;
    background-color: var(--sea-primary);
    background-image: linear-gradient(0deg, var(--sea-primary), color-mix(in srgb, var(--sea-primary) 88%, #ff6a64));
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-location svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-location strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-location small {
    display: none;
}

.sea-market-promo-stage {
    width: 100%;
    overflow-x: clip;
}

.sea-market-promo-viewport {
    position: relative;
    width: 100%;
    max-width: var(--sea-max);
    margin: 40px auto 0;
    padding: 0 12px 0 16px;
}

.sea-market-promo-track {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.sea-market-promo-track::-webkit-scrollbar,
.sea-market-story-track::-webkit-scrollbar,
.sea-market-categories::-webkit-scrollbar {
    display: none;
}

.sea-market-promo-card {
    position: relative;
    flex: 0 0 calc((100% - 20px) / 2);
    min-width: 0;
    aspect-ratio: 730 / 380;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    color: #fff;
    background: #222;
    scroll-snap-align: start;
}

.sea-market-promo-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.sea-market-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .06) 74%);
}

.sea-market-promo-card:hover > img {
    transform: scale(1.025);
}

.sea-market-promo-copy {
    position: absolute;
    z-index: 2;
    bottom: 28px;
    left: 30px;
    display: grid;
    gap: 8px;
    width: min(72%, 390px);
}

.sea-market-promo-copy strong {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.05;
}

.sea-market-promo-copy p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sea-market-promo-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #262626;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    transform: translateY(-50%);
}

.sea-market-promo-arrow svg {
    width: 24px;
    height: 24px;
}

.sea-market-promo-arrow-left {
    left: -4px;
}

.sea-market-promo-arrow-right {
    right: -4px;
}

.sea-market-promo-arrow:disabled {
    visibility: hidden;
}

.sea-market-promo-progress {
    display: flex;
    justify-content: center;
    gap: 0;
    height: 3px;
    margin: 12px auto 0;
}

.sea-market-promo-progress i {
    width: 48px;
    height: 3px;
    background: #eeeef1;
}

.sea-market-promo-progress i.is-active {
    background: var(--sea-primary);
}

.sea-market-story-track {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: var(--sea-max);
    height: 258px;
    margin: 50px auto 0;
    padding: 0 16px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sea-market-story-card {
    position: relative;
    display: flex;
    flex: 0 0 188px;
    flex-direction: column;
    justify-content: space-between;
    width: 188px;
    height: 258px;
    padding: 20px 14px 16px;
    overflow: hidden;
    color: #fff;
    border: 2px solid var(--sea-primary);
    border-radius: 9px;
    background-color: var(--sea-primary);
    background-image: linear-gradient(145deg, #8d181c 0%, var(--sea-primary) 100%);
    box-shadow: inset 0 0 0 3px #fff;
}

.sea-market-story-card::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -38px;
    width: 132px;
    height: 132px;
    border: 20px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.sea-market-story-card span,
.sea-market-story-card strong,
.sea-market-story-card small {
    position: relative;
    z-index: 1;
    color: #fff;
}

.sea-market-story-card span {
    align-self: flex-start;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.sea-market-story-card strong {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.02;
}

.sea-market-story-card small {
    font-size: 10px;
    line-height: 14px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools {
    position: sticky;
    top: 0;
    z-index: 35;
    display: block;
    width: 100%;
    max-width: var(--sea-max);
    min-height: 80px;
    margin: 50px auto 0;
    padding: 0 12px;
    border: 0;
    background: rgba(255, 255, 255, .98);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-search {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-search-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
    gap: 16px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-search-open .sea-market-search {
    display: grid;
    grid-column: 2;
    grid-row: 1;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    overflow: visible;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 16px;
    color: #262626;
    border: 0;
    border-radius: 9999px;
    background: var(--sea-soft);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a:first-child,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a:hover,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a:focus-visible {
    color: #fff;
    background: var(--sea-primary);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-layout,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-strip,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .half-builder,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-info-section,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .personal-offer-strip {
    width: 100%;
    max-width: var(--sea-max);
    margin-inline: auto;
    padding-inline: 12px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 50px;
    padding-bottom: 60px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-layout > .category-nav {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-feed {
    gap: 32px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(38, 38, 38, .1);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category:last-child {
    border-bottom: 0;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category .section-heading {
    align-items: center;
    margin: 0 0 30px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category .section-heading h2,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-strip .section-heading h2 {
    color: #262626;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category .section-heading span {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-grid {
    grid-template-columns: repeat(var(--desktop-columns), minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    color: #262626;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card:hover {
    border: 0;
    box-shadow: none;
    transform: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button {
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: rgba(255, 255, 255, .1);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    object-fit: cover;
    transition: transform 1s ease;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card:hover .product-image-button img {
    transform: scale(1.06);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    min-height: 214px;
    padding: 8px 16px 16px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-title-button h3,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body h3 {
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-product-weight {
    display: block;
    margin: 4px 0 0;
    color: #939393;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body p {
    display: block;
    min-height: 40px;
    margin: 4px 0 0;
    overflow: visible;
    color: #939393;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer {
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: max-content;
    min-height: 40px;
    margin-top: auto;
    padding: 0 8px 0 20px;
    border-radius: 9999px;
    background: var(--sea-soft);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer strong {
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer form {
    display: contents;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button {
    display: grid;
    place-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    padding: 0;
    color: #262626;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button::before {
    content: "+";
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-strip {
    padding-top: 42px;
    padding-bottom: 32px;
    border-top: 1px solid rgba(38, 38, 38, .1);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
    grid-template-columns: minmax(220px, .72fr) minmax(210px, .58fr) minmax(280px, 1fr) minmax(160px, .4fr) !important;
    gap: 20px;
    padding: 20px;
    border: 1px solid var(--sea-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary {
    display: grid !important;
    align-content: center !important;
    align-self: stretch;
    justify-items: stretch !important;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 16px;
    border: 1px solid var(--sea-line);
    border-radius: 16px;
    background: var(--sea-soft);
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 12px 14px !important;
    color: #fff !important;
    border-radius: 9999px !important;
    background: var(--sea-primary) !important;
    font-size: 15px !important;
    line-height: 1.1;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-summary .button::before {
    content: none !important;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-visual,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .half-builder-card,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-info-section article {
    border-radius: 16px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .half-builder {
    gap: 36px;
    padding-top: 54px;
    padding-bottom: 32px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .half-builder-copy h2 {
    color: #262626;
    font-size: 40px;
    line-height: 1.08;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-info-section {
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 72px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-info-section article {
    min-height: 150px;
    padding: 22px;
    border: 0;
    background: var(--sea-soft);
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .floating-cart {
    right: 22px;
    bottom: 22px;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    padding: 14px !important;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: var(--sea-primary);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--sea-primary) 30%, transparent);
}

@media (min-width: 768px) and (max-width: 1100px) {
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-phone span,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-header-action span {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand {
        width: 430px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    body.page-storefront.storefront-template-ref_sea_market .topbar {
        top: 40.625vw;
        display: flex;
        align-items: center;
        width: 100%;
        height: 72px;
        min-height: 72px;
        padding: 0 12px;
        color: #262626;
        border-bottom: 1px solid #f0f0f2 !important;
        background: #fff !important;
        background-color: #fff !important;
    }

    body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
        top: calc(64px + 40.625vw);
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-header-left {
        gap: 10px;
        width: calc(100% - 48px);
        height: 48px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-menu-toggle {
        flex: 0 0 24px;
        color: #262626;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city {
        display: flex;
        flex: 1 1 auto;
        gap: 5px;
        height: 48px;
        color: #262626;
        text-shadow: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city > svg:first-child {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-copy {
        flex: 1 1 auto;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-short {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-full,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-copy small,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-chevron {
        display: block;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-full {
        max-width: 245px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-copy small {
        overflow: hidden;
        max-width: 245px;
        color: #5e5e5e;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-city-chevron {
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-user-area {
        width: 38px;
        height: 38px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-phone,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-user-area > a[href="#sea-market-search-input"],
    body.page-storefront.storefront-template-ref_sea_market .sea-market-header-cart {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-account {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        padding: 6px;
        color: var(--sea-primary);
        border: 1px solid var(--sea-primary);
        border-radius: 50%;
        text-shadow: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-account span {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-account svg {
        width: 24px;
        height: 24px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand {
        top: calc(-40.625vw + 12px);
        width: 267px;
        max-width: calc(100vw - 92px);
        height: 32px;
        gap: 9px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand-image {
        width: 30px;
        max-width: 30px;
        height: 30px;
        border-radius: 4px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand-title {
        max-width: calc(100vw - 135px);
        font-size: 19px;
        line-height: 1;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand.has-horizontal-logo .sea-market-brand-image {
        width: auto;
        max-width: 267px;
        height: 32px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer {
        top: 58px;
        left: 12px;
        width: min(278px, calc(100vw - 24px));
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-hero {
        width: 100%;
        height: 40.625vw;
        min-height: 0;
        aspect-ratio: auto;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-orderbar {
        display: block;
        width: 100%;
        height: 40px;
        min-height: 40px;
        margin: 80px auto 0;
        padding: 0 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-mode {
        width: 100%;
        height: 40px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-mode button {
        min-height: 40px;
        font-size: 12px;
        line-height: 16px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-location {
        display: none;
    }

    .sea-market-promo-viewport {
        width: 100%;
        margin-top: 28px;
        padding: 0 16px;
    }

    .sea-market-promo-track {
        gap: 16px;
    }

    .sea-market-promo-card {
        flex-basis: 100%;
        aspect-ratio: 730 / 380;
    }

    .sea-market-promo-copy {
        bottom: 18px;
        left: 20px;
        gap: 5px;
        width: 76%;
    }

    .sea-market-promo-copy strong {
        font-size: 24px;
    }

    .sea-market-promo-copy p {
        font-size: 12px;
        line-height: 16px;
    }

    .sea-market-promo-arrow {
        display: none;
    }

    .sea-market-promo-progress {
        margin-top: 10px;
    }

    .sea-market-promo-progress i {
        width: 32px;
    }

    .sea-market-story-track {
        height: 139px;
        width: 100%;
        margin-top: 42px;
        padding: 0 16px;
    }

    .sea-market-story-card {
        flex-basis: 109px;
        width: 109px;
        height: 139px;
        padding: 12px 9px 9px;
        border-radius: 9px;
    }

    .sea-market-story-card span {
        padding: 4px 5px;
        font-size: 9px;
        line-height: 10px;
    }

    .sea-market-story-card strong {
        max-width: 100%;
        font-size: 13px;
        line-height: 14px;
        white-space: nowrap;
    }

    .sea-market-story-card small {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-search-open {
        position: relative;
        top: auto;
        z-index: 5;
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        min-height: 104px;
        margin-top: 20px;
        padding: 0;
        background: #fff;
        backdrop-filter: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-search,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-search-open .sea-market-search {
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr) 28px;
        align-items: center;
        order: 1;
        width: calc(100% - 32px);
        min-height: 44px;
        margin: 0 16px;
        padding: 0 8px 0 16px;
        color: #939393;
        border: 1px solid #e7e6ec;
        border-radius: 9999px;
        background: #fff;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-search input {
        height: 42px;
        color: #262626;
        font-size: 14px;
        line-height: 20px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-categories {
        order: 2;
        flex-wrap: nowrap;
        gap: 8px;
        width: 100%;
        padding: 0 20px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a {
        min-height: 36px;
        padding: 8px 16px;
        font-size: 12px;
        line-height: 16px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-layout {
        width: 100%;
        padding: 36px 12px 48px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-feed {
        gap: 32px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category {
        padding-bottom: 24px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category .section-heading {
        flex-direction: row;
        align-items: center;
        margin-bottom: 16px;
        text-align: left;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category .section-heading h2,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-strip .section-heading h2 {
        font-size: 20px;
        line-height: 28px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card {
        min-height: 0;
        border-radius: 16px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body {
        min-height: 140px;
        padding: 8px 16px 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-title-button h3,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body h3 {
        display: -webkit-box;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-product-weight {
        margin-top: 4px;
        font-size: 12px;
        line-height: 16px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body p {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer {
        gap: 6px;
        min-height: 36px;
        padding: 0 8px 0 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer strong {
        font-size: 14px;
        line-height: 20px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button {
        width: 20px;
        min-width: 20px;
        height: 20px;
        min-height: 20px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-footer .button::before {
        font-size: 20px;
        line-height: 20px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-strip,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .half-builder,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-info-section,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .personal-offer-strip {
        width: 100%;
        padding-inline: 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .combo-card {
        grid-template-columns: 1fr !important;
        gap: 14px;
        padding: 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .half-builder {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .half-builder-copy h2 {
        font-size: 32px;
    }

    body.page-storefront.storefront-template-ref_sea_market .floating-cart {
        right: 14px;
        bottom: 14px;
        width: 54px !important;
        min-width: 54px !important;
        height: 54px !important;
        padding: 13px !important;
    }
}
.menu-import-form {
    padding: 20px;
    border: 1px solid var(--line, #dfe3ea);
    background: var(--surface-soft, #f7f8fa);
}

.menu-import-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
}

.menu-import-file input[type="file"] {
    min-height: 48px;
    padding: 9px 12px;
    background: #fff;
}

.menu-import-actions {
    align-items: center;
    margin: 0;
}

.menu-import-errors {
    margin: 4px 0 0;
    padding: 12px 16px 12px 34px;
    border: 1px solid #f0b6b6;
    border-radius: 6px;
    color: #8e2020;
    background: #fff4f4;
}

@media (max-width: 760px) {
    .menu-import-controls {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .menu-import-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* Sea Market: composition follows the restaurant-media reference, not the shared storefront shell. */
body.page-storefront.storefront-template-ref_sea_market {
    --sea-top-strip: 44px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-service-notice,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner {
    position: relative;
    z-index: 90;
    width: 100%;
    max-width: none;
    height: var(--sea-top-strip);
    min-height: var(--sea-top-strip);
    box-sizing: border-box;
    margin: 0;
    padding: 8px 32px;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: #2b2a3c;
    box-shadow: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-service-notice {
    display: flex;
    order: -100;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner strong,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner span,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner a {
    color: #fff;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner strong {
    font-size: 14px;
    line-height: 20px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner span {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner a {
    min-height: 32px;
    padding: 6px 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 9999px;
    background: var(--sea-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

body.page-storefront.storefront-template-ref_sea_market .topbar,
body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
    top: var(--sea-top-strip);
    height: 126px;
    min-height: 126px;
    padding: 10px 36px 20px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-brand {
    top: 15px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-drawer {
    top: 58px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-hero {
    height: clamp(420px, 40.625vw, 650px);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-hero > img {
    transform: none;
    animation: seaMarketHeroMotion 18s ease-in-out infinite alternate;
}

@keyframes seaMarketHeroMotion {
    from {
        object-position: center 47%;
    }

    to {
        object-position: center 53%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-storefront.storefront-template-ref_sea_market .sea-market-hero > img {
        animation: none;
    }
}

@media (max-width: 767px) {
    body.page-storefront.storefront-template-ref_sea_market {
        --sea-top-strip: 35px;
    }

    body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) {
        --sea-top-strip: 40px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-service-notice,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner {
        padding: 5px 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-service-notice {
        font-size: 11px;
        line-height: 15px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner strong {
        overflow: hidden;
        font-size: 11px;
        line-height: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner span {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .store-preview-banner a {
        min-height: 30px;
        padding: 5px 12px;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }

    body.page-storefront.storefront-template-ref_sea_market .topbar,
    body.page-storefront.storefront-template-ref_sea_market:has(.store-preview-banner) .topbar {
        top: calc(var(--sea-top-strip) + 40.625vw);
        height: 72px;
        min-height: 72px;
        padding: 0 12px;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-brand {
        top: calc(-40.625vw + 12px);
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-hero {
        height: 40.625vw;
    }
}

/* Distinct storefront compositions for the original design boards. */
body.page-storefront.storefront-template-modern_menu {
    background: #f3f5f8;
}

body.page-storefront.storefront-template-modern_menu .topbar {
    min-height: 76px;
    background: rgba(255, 255, 255, .96);
}

.theme-masthead-modern {
    margin-top: 24px;
}

.modern-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(20, 28, 44, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(24, 32, 48, .11);
}

.modern-hero-copy {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    padding: 54px;
}

.modern-hero-copy .eyebrow {
    margin-bottom: 18px;
    color: var(--restaurant-primary);
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
}

.theme-masthead-modern .modern-hero-copy h1 {
    max-width: 620px;
    color: #172033;
    font-size: 64px;
    line-height: .96;
}

.modern-hero-copy > p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 22px;
    color: #626c7e;
    font-size: 17px;
    line-height: 1.55;
}

.modern-hero-actions,
.bold-hero-actions,
.neon-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.modern-hero-actions {
    margin-top: 28px;
}

.modern-hero-actions .button {
    min-height: 48px;
    padding: 12px 22px;
}

.modern-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 520px;
    background: #eef1f5;
}

.modern-hero-visual > img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.modern-lead-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
    backdrop-filter: blur(14px);
}

.modern-lead-card > div {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.modern-lead-card span {
    color: var(--restaurant-primary);
    font-size: 11px;
    font-weight: 900;
    line-height: 15px;
    text-transform: uppercase;
}

.modern-lead-card strong {
    overflow: hidden;
    color: #172033;
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modern-lead-card small {
    color: #667085;
    font-size: 13px;
    line-height: 18px;
}

.modern-lead-card .button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 50%;
    font-size: 24px;
}

.modern-service-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 34px;
}

.modern-service-row span {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 6px;
    color: #768094;
    background: #f7f8fa;
    font-size: 11px;
    line-height: 15px;
}

.modern-service-row b {
    overflow: hidden;
    color: #172033;
    font-size: 12px;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modern-categories {
    margin-top: 18px;
    padding: 8px;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
}

.modern-categories a {
    min-height: 44px;
    border-radius: 6px;
    box-shadow: none;
}

body.page-storefront.storefront-template-bold_promo,
body.page-storefront.storefront-template-bold_promo .store-footer {
    color: #f8fafc;
    background: #090a0d;
}

body.page-storefront.storefront-template-bold_promo .topbar {
    background: rgba(9, 10, 13, .96);
    border-bottom-color: rgba(255, 255, 255, .1);
}

body.page-storefront.storefront-template-bold_promo .brand,
body.page-storefront.storefront-template-bold_promo .topnav a,
body.page-storefront.storefront-template-bold_promo .user-area,
body.page-storefront.storefront-template-bold_promo .store-footer,
body.page-storefront.storefront-template-bold_promo .store-footer a {
    color: #fff;
}

body.page-storefront.storefront-template-bold_promo .user-area .button-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
}

.theme-bold_promo {
    color: #f8fafc;
    background: #090a0d;
}

.theme-masthead-bold {
    margin-top: 24px;
}

.bold-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: var(--restaurant-primary);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38);
}

.bold-hero-copy {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px;
    background: linear-gradient(135deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .38));
}

.bold-hero-copy .eyebrow {
    margin-bottom: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
}

.theme-masthead-bold .bold-hero-copy h1 {
    max-width: 600px;
    color: #fff;
    font-size: 68px;
    line-height: .9;
}

.bold-hero-copy > p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 1.5;
}

.bold-hero-actions {
    margin-top: 28px;
}

.theme-masthead-bold .bold-hero-actions .button {
    color: #111;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .2);
}

.bold-cart-link {
    min-height: 48px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 6px;
    color: #fff;
    font-weight: 900;
}

.bold-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
    background: #12151b;
}

.bold-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--restaurant-primary), transparent 34%, rgba(0, 0, 0, .12));
    pointer-events: none;
}

.bold-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.bold-offer-badge {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 28px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 112px;
    height: 112px;
    padding-top: 27px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--restaurant-primary);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
    font-size: 42px;
    font-weight: 950;
    line-height: 1;
}

.bold-offer-badge small {
    margin-top: 2px;
    font-size: 18px;
}

.bold-benefits,
.neon-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.bold-benefits span,
.neon-benefits span {
    display: grid;
    gap: 3px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 6px;
    color: rgba(255, 255, 255, .62);
    background: #15171d;
    font-size: 12px;
    line-height: 16px;
}

.bold-benefits b,
.neon-benefits b {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.bold-categories,
.neon-categories {
    margin-top: 14px;
}

.bold-categories a,
.neon-categories a {
    color: #f8fafc;
    border-color: rgba(255, 255, 255, .12);
    background: #15171d;
    box-shadow: none;
}

.theme-bold_promo .menu-category > .section-heading h2,
.theme-bold_promo .combo-strip > .section-heading h2,
.theme-bold_promo .half-builder-copy h2 {
    color: #fff;
}

.theme-bold_promo .menu-category > .section-heading span,
.theme-bold_promo .combo-strip > .section-heading span,
.theme-bold_promo .half-builder-copy > p:not(.eyebrow) {
    color: #aab2c2;
}

body.page-storefront.storefront-template-editorial_clean {
    background: #f8f6f1;
}

body.page-storefront.storefront-template-editorial_clean .topbar {
    min-height: 82px;
    background: rgba(248, 246, 241, .96);
    box-shadow: none;
}

.theme-masthead-editorial {
    width: min(1180px, calc(100% - var(--page-gutter) - var(--page-gutter)));
    margin-top: 34px;
}

.editorial-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    align-items: center;
    min-height: 560px;
    border-block: 1px solid rgba(42, 51, 43, .16);
}

.editorial-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 54px 58px 54px 0;
}

.editorial-hero-copy .eyebrow {
    margin-bottom: 20px;
    color: var(--restaurant-primary);
    font-size: 12px;
    font-weight: 800;
    line-height: 17px;
    text-transform: uppercase;
}

.theme-masthead-editorial .editorial-hero-copy h1 {
    max-width: 560px;
    color: #253128;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 66px;
    font-weight: 500;
    line-height: .98;
}

.editorial-hero-copy > p:not(.eyebrow) {
    max-width: 520px;
    margin-top: 24px;
    color: #687169;
    font-size: 17px;
    line-height: 1.65;
}

.editorial-hero-copy .button {
    margin-top: 28px;
    min-height: 48px;
    padding-inline: 24px;
    border-radius: 2px;
    color: #fff;
    background: #314c3a;
}

.editorial-hero-visual {
    display: grid;
    gap: 12px;
    justify-items: center;
    margin: 0;
    padding: 36px 0 36px 36px;
}

.editorial-hero-visual img {
    width: min(100%, 560px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 28px 72px rgba(43, 58, 47, .16);
}

.editorial-hero-visual figcaption {
    color: #788078;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    text-align: center;
}

.editorial-service-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid rgba(42, 51, 43, .16);
}

.editorial-service-row span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 18px 20px;
    color: #7b827c;
    border-right: 1px solid rgba(42, 51, 43, .12);
    font-size: 12px;
    line-height: 17px;
}

.editorial-service-row span:last-child {
    border-right: 0;
}

.editorial-service-row b {
    color: #253128;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
}

.editorial-categories {
    margin-top: 18px;
    padding-bottom: 0;
}

.editorial-categories a {
    min-height: 40px;
    padding: 8px 14px;
    border: 0;
    border-bottom: 1px solid rgba(42, 51, 43, .16);
    border-radius: 0;
    color: #354039;
    background: transparent;
    box-shadow: none;
}

.editorial-categories a.is-active,
.editorial-categories a:hover {
    color: #fff;
    border-color: #314c3a;
    background: #314c3a;
}

body.page-storefront.storefront-template-dark_neon,
body.page-storefront.storefront-template-dark_neon .store-footer {
    background: #070a11;
}

.theme-masthead-neon {
    margin-top: 24px;
}

.neon-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(440px, 1.16fr);
    min-height: 510px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: #0d111c;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .46);
}

.neon-hero-copy {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
}

.neon-hero-copy .eyebrow {
    margin-bottom: 18px;
    color: #4ce6aa;
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
}

.theme-masthead-neon .neon-hero-copy h1 {
    max-width: 590px;
    color: #fff;
    font-size: 66px;
    line-height: .92;
}

.neon-hero-copy > p:not(.eyebrow) {
    max-width: 540px;
    margin-top: 22px;
    color: #aab5c9;
    font-size: 17px;
    line-height: 1.5;
}

.neon-hero-actions {
    margin-top: 28px;
}

.theme-masthead-neon .neon-hero-actions .button:first-child {
    background: var(--restaurant-primary);
    box-shadow: 0 0 28px color-mix(in srgb, var(--restaurant-primary) 52%, transparent);
}

.theme-masthead-neon .neon-hero-actions .button-soft {
    color: #fff;
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
}

.neon-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 510px;
    overflow: hidden;
    background: #0a0d15;
}

.neon-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-left: 1px solid rgba(76, 230, 170, .16);
    background: linear-gradient(90deg, #0d111c, transparent 28%, rgba(0, 0, 0, .18));
    pointer-events: none;
}

.neon-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.08);
}

.neon-sign {
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 24px;
    padding: 10px 14px;
    border: 2px solid #4ce6aa;
    border-radius: 4px;
    color: #4ce6aa;
    background: rgba(5, 8, 13, .76);
    box-shadow: 0 0 22px rgba(76, 230, 170, .42), inset 0 0 14px rgba(76, 230, 170, .16);
    font-size: 14px;
    font-weight: 950;
    line-height: 18px;
}

.theme-dark_neon .menu-category > .section-heading h2,
.theme-dark_neon .combo-strip > .section-heading h2,
.theme-dark_neon .half-builder-copy h2 {
    color: #fff;
}

@media (max-width: 980px) {
    .modern-hero-grid,
    .bold-hero-panel,
    .editorial-hero-grid,
    .neon-hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .modern-hero-copy,
    .bold-hero-copy,
    .neon-hero-copy {
        padding: 34px;
    }

    .theme-masthead-modern .modern-hero-copy h1,
    .theme-masthead-bold .bold-hero-copy h1,
    .theme-masthead-neon .neon-hero-copy h1 {
        font-size: 48px;
    }

    .theme-masthead-editorial .editorial-hero-copy h1 {
        font-size: 50px;
    }

    .editorial-hero-copy {
        padding: 38px 32px 38px 0;
    }
}

@media (max-width: 767px) {
    .theme-masthead-modern,
    .theme-masthead-bold,
    .theme-masthead-editorial,
    .theme-masthead-neon {
        width: calc(100% - 24px);
        margin-top: 14px;
        margin-bottom: 28px;
    }

    .modern-hero-grid,
    .bold-hero-panel,
    .editorial-hero-grid,
    .neon-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .modern-hero-copy,
    .bold-hero-copy,
    .neon-hero-copy,
    .editorial-hero-copy {
        padding: 26px 22px;
    }

    .theme-masthead-modern .modern-hero-copy h1,
    .theme-masthead-bold .bold-hero-copy h1,
    .theme-masthead-editorial .editorial-hero-copy h1,
    .theme-masthead-neon .neon-hero-copy h1 {
        font-size: 38px;
        line-height: .98;
    }

    .modern-hero-copy > p:not(.eyebrow),
    .bold-hero-copy > p:not(.eyebrow),
    .editorial-hero-copy > p:not(.eyebrow),
    .neon-hero-copy > p:not(.eyebrow) {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.45;
    }

    .modern-hero-actions,
    .bold-hero-actions,
    .neon-hero-actions {
        width: 100%;
        margin-top: 22px;
    }

    .modern-hero-actions > *,
    .bold-hero-actions > *,
    .neon-hero-actions > * {
        flex: 1 1 140px;
        text-align: center;
    }

    .modern-service-row,
    .bold-benefits,
    .neon-benefits,
    .editorial-service-row {
        grid-template-columns: 1fr;
    }

    .modern-service-row {
        margin-top: 24px;
    }

    .modern-service-row span,
    .bold-benefits span,
    .neon-benefits span {
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 10px;
    }

    .modern-hero-visual,
    .modern-hero-visual > img,
    .bold-hero-visual,
    .bold-hero-visual img,
    .neon-hero-visual,
    .neon-hero-visual img {
        min-height: 280px;
        height: 280px;
    }

    .modern-lead-card {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 12px 14px;
    }

    .bold-offer-badge {
        top: 14px;
        right: 14px;
        width: 82px;
        height: 82px;
        padding-top: 20px;
        font-size: 30px;
    }

    .bold-offer-badge small {
        font-size: 14px;
    }

    .editorial-hero-grid {
        border: 1px solid rgba(42, 51, 43, .14);
        border-radius: 8px;
        background: #fbfaf7;
    }

    .editorial-hero-visual {
        order: -1;
        padding: 22px 22px 0;
    }

    .editorial-hero-visual img {
        width: min(100%, 330px);
    }

    .editorial-service-row {
        margin-top: 12px;
        border: 1px solid rgba(42, 51, 43, .14);
        border-radius: 8px;
    }

    .editorial-service-row span {
        border-right: 0;
        border-bottom: 1px solid rgba(42, 51, 43, .1);
    }

    .editorial-service-row span:last-child {
        border-bottom: 0;
    }

    .modern-categories,
    .bold-categories,
    .editorial-categories,
    .neon-categories {
        margin-top: 12px;
    }
}

@media (max-width: 420px) {
    .theme-masthead-modern .modern-hero-copy h1,
    .theme-masthead-bold .bold-hero-copy h1,
    .theme-masthead-editorial .editorial-hero-copy h1,
    .theme-masthead-neon .neon-hero-copy h1 {
        font-size: 34px;
    }

    .modern-hero-visual,
    .modern-hero-visual > img,
    .bold-hero-visual,
    .bold-hero-visual img,
    .neon-hero-visual,
    .neon-hero-visual img {
        min-height: 240px;
        height: 240px;
    }
}

/* Final fidelity cascade. Keep this last so retired template rules cannot win. */
body.page-storefront.storefront-template-modern_menu .modern-hero-grid,
body.page-storefront.storefront-template-modern_menu .modern-hero-visual,
body.page-storefront.storefront-template-modern_menu .modern-hero-visual > img {
    min-height: 440px;
}

body.page-storefront.storefront-template-banner_market .theme-masthead-banner {
    display: grid;
    gap: 18px;
    width: min(1320px, calc(100% - 48px));
    min-height: 0;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    color: #262626;
    background: transparent;
}

body.page-storefront.storefront-template-banner_market .theme-masthead-banner::after {
    display: none;
}

body.page-storefront.storefront-template-banner_market .theme-masthead-banner > div {
    position: relative;
    z-index: auto;
    max-width: none;
}

body.page-storefront.storefront-template-banner_market .banner-market-primary {
    min-height: 430px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background: #d91f20;
}

body.page-storefront.storefront-template-banner_market .banner-market-primary > img {
    position: absolute;
    inset: 0 0 0 auto;
    width: 64%;
    height: 100%;
    object-fit: cover;
}

body.page-storefront.storefront-template-banner_market .banner-market-copy {
    position: relative;
    z-index: 2;
    width: 52%;
    min-height: 430px;
}

body.page-storefront.storefront-template-banner_market .banner-market-deals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.page-storefront.storefront-template-soft_cafe .theme-masthead-cafe,
body.page-storefront.storefront-template-soft_cafe .cafe-main-hero,
body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article,
body.page-storefront.storefront-template-soft_cafe .theme-story-categories.cafe-visual-categories a {
    border-radius: 8px;
}

body.page-storefront.storefront-template-compact_delivery .theme-masthead-compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
    gap: 12px;
    width: min(1220px, calc(100% - 48px));
    min-height: 0;
    padding: 16px;
    border: 1px solid #e7e9ed;
    border-radius: 6px;
    color: #17191f;
    background: #fff;
}

body.page-storefront.storefront-template-compact_delivery .compact-catalog-head {
    grid-column: 1 / -1;
}

body.page-storefront.storefront-template-compact_delivery .product-grid {
    grid-template-columns: repeat(var(--desktop-columns), minmax(0, 1fr));
    gap: 10px;
}

body.page-storefront.storefront-template-compact_delivery .product-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border-radius: 6px;
}

body.page-storefront.storefront-template-compact_delivery .product-image-button {
    width: 100%;
    height: auto;
}

body.page-storefront.storefront-template-compact_delivery .product-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
}

body.page-storefront.storefront-template-compact_delivery .product-body {
    padding: 10px;
}

body.page-storefront.storefront-template-compact_delivery .product-body p,
body.page-storefront.storefront-template-compact_delivery .nutrition-row {
    display: none;
}

body.page-storefront.storefront-template-compact_delivery .product-footer .button {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 32px;
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 11px;
}

body.page-storefront.storefront-template-compact_delivery .product-footer .button::after {
    display: none;
}

body.page-storefront.storefront-template-asian_minimal .asian-visual-categories a,
body.page-storefront.storefront-template-asian_minimal .theme-feature-card {
    border-radius: 4px;
}

body.page-storefront.storefront-template-asian_minimal .asian-visual-categories a {
    display: grid;
    grid-template-columns: 42px auto;
}

body.page-storefront.storefront-template-asian_minimal .asian-visual-categories img {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    object-fit: cover;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-hero {
    overflow: hidden;
}

@media (max-width: 1024px) {
    body.page-storefront.storefront-template-ref_sea_market .sea-market-hero > img {
        transform: none;
        animation: none;
    }
}

@media (max-width: 980px) {
    body.page-storefront.storefront-template-banner_market .banner-market-primary,
    body.page-storefront.storefront-template-banner_market .banner-market-copy {
        min-height: 360px;
    }

    body.page-storefront.storefront-template-banner_market .banner-market-deals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-storefront.storefront-template-banner_market .banner-market-deal:last-child {
        grid-column: 1 / -1;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-masthead-compact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.page-storefront.storefront-template-modern_menu .modern-hero-grid,
    body.page-storefront.storefront-template-modern_menu .modern-hero-visual,
    body.page-storefront.storefront-template-modern_menu .modern-hero-visual > img {
        min-height: 0;
    }

    body.page-storefront.storefront-template-banner_market .theme-masthead-banner,
    body.page-storefront.storefront-template-soft_cafe .theme-masthead-cafe,
    body.page-storefront.storefront-template-compact_delivery .theme-masthead-compact {
        width: calc(100% - 24px);
    }

    body.page-storefront.storefront-template-banner_market .banner-market-primary,
    body.page-storefront.storefront-template-banner_market .banner-market-copy {
        min-height: 460px;
    }

    body.page-storefront.storefront-template-banner_market .banner-market-primary > img {
        inset: auto 0 0;
        width: 100%;
        height: 54%;
    }

    body.page-storefront.storefront-template-banner_market .banner-market-copy {
        width: 100%;
    }

    body.page-storefront.storefront-template-banner_market .banner-market-deals {
        display: flex;
        grid-template-columns: none;
    }

    body.page-storefront.storefront-template-banner_market .banner-market-deal,
    body.page-storefront.storefront-template-banner_market .banner-market-deal:last-child {
        flex: 0 0 84%;
        grid-column: auto;
    }

    body.page-storefront.storefront-template-compact_delivery .product-grid {
        grid-template-columns: 1fr;
    }

    body.page-storefront.storefront-template-compact_delivery .product-card {
        grid-template-columns: 116px minmax(0, 1fr);
        grid-template-rows: 1fr;
        min-height: 126px;
    }

    body.page-storefront.storefront-template-compact_delivery .product-image-button,
    body.page-storefront.storefront-template-compact_delivery .product-image-button img {
        width: 116px;
        height: 100%;
        min-height: 126px;
        aspect-ratio: auto;
    }
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .menu-layout {
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr) minmax(250px, 290px) !important;
    align-items: start;
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .category-nav {
    position: sticky;
    top: 86px;
    display: grid;
    gap: 4px;
    overflow: visible;
    padding: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .category-nav a {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 4px;
}

body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-grid {
    grid-template-columns: repeat(var(--desktop-columns), minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.page-storefront.storefront-template-compact_delivery .theme-order-aside {
    position: sticky;
    top: 86px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    border-radius: 6px;
}

body.page-storefront.storefront-template-asian_minimal .theme-masthead-asian > div {
    justify-items: start;
}

body.page-storefront.storefront-template-asian_minimal .theme-masthead-asian .button {
    width: auto;
}

body.page-storefront.storefront-template-ref_roll_market .theme-masthead-roll-market {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

body.page-storefront.storefront-template-ref_roll_market .roll-market-rail {
    border-radius: 6px;
    background: #fff;
}

.roll-market-main {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.roll-market-toolbar,
.roll-market-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.roll-market-toolbar {
    min-height: 54px;
    padding: 10px 16px;
    border: 1px solid #e7e9ee;
    border-radius: 6px;
    color: #667085;
    background: #fff;
    font-size: 13px;
    font-weight: 750;
}

.roll-market-toolbar a {
    min-width: 280px;
    padding: 10px 14px;
    border: 1px solid #e7e9ee;
    border-radius: 6px;
    color: #101828;
    background: #f8fafc;
}

body.page-storefront.storefront-template-ref_roll_market .roll-market-deals {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.roll-market-deal {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    background: #d71920;
}

.roll-market-deal:nth-child(2) {
    background: #10213d;
}

.roll-market-deal:nth-child(3) {
    background: #284f31;
}

.roll-market-deal:nth-child(4) {
    background: #e96824;
}

.roll-market-deal img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roll-market-deal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 12, 24, .14), rgba(6, 12, 24, .1) 48%, rgba(6, 12, 24, .8));
}

.roll-market-deal span {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
    gap: 5px;
}

.roll-market-deal strong {
    font-size: 22px;
    line-height: 1.05;
}

.roll-market-deal small {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.roll-market-heading h2 {
    margin: 0;
    color: #101828;
    font-size: 30px;
}

.roll-market-heading a {
    color: #e21b23;
    font-weight: 850;
}

@media (max-width: 1100px) {
    body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .menu-layout {
        grid-template-columns: minmax(150px, 180px) minmax(0, 1fr) !important;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-order-aside {
        position: static;
        grid-column: 1 / -1;
    }

    body.page-storefront.storefront-template-ref_roll_market .roll-market-deals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .menu-layout {
        grid-template-columns: 1fr !important;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .category-nav {
        position: sticky;
        top: 116px;
        z-index: 9;
        display: flex;
        overflow-x: auto;
        padding: 8px 0;
        border: 0;
        border-radius: 0;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .category-nav a {
        width: auto;
    }

    body.page-storefront.storefront-template-compact_delivery .theme-compact_delivery .product-grid {
        grid-template-columns: 1fr !important;
    }

    body.page-storefront.storefront-template-ref_roll_market .theme-masthead-roll-market {
        grid-template-columns: 1fr;
    }

    body.page-storefront.storefront-template-ref_roll_market .roll-market-rail {
        display: flex;
    }

    .roll-market-toolbar span {
        display: none;
    }

    .roll-market-toolbar a {
        min-width: 0;
        width: 100%;
    }

    body.page-storefront.storefront-template-ref_roll_market .roll-market-deals {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .roll-market-deal {
        flex: 0 0 78%;
        min-height: 230px;
        scroll-snap-align: start;
    }
}

@media (min-width: 768px) {
    body.page-storefront.storefront-template-modern_menu .modern-hero-grid,
    body.page-storefront.storefront-template-modern_menu .modern-hero-visual,
    body.page-storefront.storefront-template-modern_menu .modern-hero-visual > img {
        height: 440px;
        min-height: 440px;
    }

    body.page-storefront.storefront-template-bold_promo .bold-hero-panel,
    body.page-storefront.storefront-template-bold_promo .bold-hero-visual,
    body.page-storefront.storefront-template-bold_promo .bold-hero-visual img,
    body.page-storefront.storefront-template-dark_neon .neon-hero-grid,
    body.page-storefront.storefront-template-dark_neon .neon-hero-visual,
    body.page-storefront.storefront-template-dark_neon .neon-hero-visual img {
        height: 510px;
        min-height: 510px;
    }
}

body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article > div {
    padding: 10px 12px;
    border-radius: 6px;
    color: #fff;
    background: rgba(39, 31, 27, .92);
}

body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article,
body.page-storefront.storefront-template-soft_cafe .cafe-promo-row img {
    height: 154px;
    min-height: 154px;
}

body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article strong,
body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article span {
    color: #fff;
}

@media (max-width: 767px) {
    body.page-storefront.storefront-template-banner_market .banner-market-deal,
    body.page-storefront.storefront-template-banner_market .banner-market-deal:last-child,
    body.page-storefront.storefront-template-banner_market .banner-market-deal > span {
        min-height: 180px;
    }

    body.page-storefront.storefront-template-banner_market .banner-market-deal small {
        display: block;
        overflow: visible;
        -webkit-line-clamp: initial;
    }

    body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article,
    body.page-storefront.storefront-template-soft_cafe .cafe-promo-row img {
        height: 190px;
        min-height: 190px;
    }

    body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article span {
        display: block;
        overflow: visible;
        -webkit-line-clamp: initial;
    }
}

body.page-storefront .storefront-site [hidden] {
    display: none !important;
}

body.page-storefront .storefront-search-empty {
    margin: 0 0 22px;
    padding: 24px;
    border: 1px solid var(--border, #dfe4ea);
    border-radius: 8px;
    background: var(--surface, #fff);
    color: var(--muted, #667085);
    font-weight: 700;
    text-align: center;
}

body.page-storefront.storefront-template-soft_cafe .cafe-promo-row article span,
body.page-storefront.storefront-template-ref_roll_market .roll-market-deal small {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
}

/* Sea Market fidelity pass: the catalog becomes the compact ordering header. */
body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-sentinel {
    width: 100%;
    height: 0;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-mark,
body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-actions,
body.page-storefront.storefront-template-ref_sea_market .sea-market-category-more {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-category-rail {
    display: flex;
    align-items: center;
    min-width: 0;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck {
    position: fixed;
    inset: 0 0 auto;
    z-index: 82;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: none;
    height: 62px;
    min-height: 62px;
    margin: 0;
    padding: 8px max(16px, calc((100vw - var(--sea-max)) / 2));
    border: 0;
    border-bottom: 1px solid rgba(38, 38, 38, .08);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 28px rgba(27, 28, 32, .08);
    backdrop-filter: blur(16px);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-catalog-mark {
    display: grid;
    place-items: center;
    width: 28px;
    height: 40px;
    min-width: 28px;
    overflow: hidden;
    color: var(--sea-primary);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-mark img,
body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-mark svg {
    display: block;
    width: 28px;
    height: 40px;
    object-fit: contain;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-category-rail {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-categories {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-category-more {
    position: relative;
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 32px;
    height: 38px;
    color: #262626;
    background: #fff;
    box-shadow: -14px 0 18px #fff;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-category-more i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-catalog-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    min-width: 213px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-search-trigger {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #262626;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-search-trigger svg {
    width: 24px;
    height: 24px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 173px;
    height: 46px;
    padding: 10px 16px;
    color: #fff;
    border-radius: 9999px;
    background: linear-gradient(0deg, var(--sea-primary), color-mix(in srgb, var(--sea-primary) 88%, #ff6a64));
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-cart > svg {
    width: 24px;
    height: 24px;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-cart > i {
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, .72);
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-cart > b {
    color: #fff;
    font: inherit;
    white-space: nowrap;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-cart > small {
    position: absolute;
    top: -5px;
    right: -4px;
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    color: var(--sea-primary);
    border: 2px solid #fff;
    border-radius: 9999px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-cart > small[hidden] {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck.is-search-open {
    grid-template-columns: 28px minmax(260px, 1fr) auto;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck.is-search-open .sea-market-category-rail {
    display: none;
}

body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck.is-search-open .sea-market-search {
    display: grid;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: 44px;
    margin: 0;
    border-color: #e7e6ec;
    background: #f3f4f8;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a:first-child {
    color: #262626;
    background: var(--sea-soft);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a.is-active,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .sea-market-categories a[aria-current="true"] {
    color: #fff;
    background: var(--sea-primary);
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-category {
    border-bottom: 0;
    scroll-margin-top: 78px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-feed {
    gap: 56px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card {
    overflow: visible;
    border-radius: 0;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button,
body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button img {
    border-radius: 16px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body {
    min-height: 168px;
    padding-bottom: 8px;
}

body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card .product-body p {
    display: block;
    min-height: 40px;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

@media (min-width: 768px) {
    body.page-storefront.storefront-template-ref_sea_market.sea-market-catalog-is-stuck .floating-cart {
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-search-open {
        align-items: stretch;
        overflow: hidden;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-category-rail {
        order: 2;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-categories {
        width: 100%;
        max-width: 100%;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck.is-search-open {
        position: fixed;
        inset: 0 0 auto;
        z-index: 82;
        display: block;
        width: 100%;
        max-width: none;
        height: 54px;
        min-height: 54px;
        margin: 0;
        padding: 8px 0;
        border-bottom: 1px solid rgba(38, 38, 38, .08);
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 7px 22px rgba(27, 28, 32, .08);
        backdrop-filter: blur(14px);
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-catalog-mark,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-catalog-actions,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-category-more,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-search,
    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck.is-search-open .sea-market-search {
        display: none;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-category-rail {
        display: block;
        order: 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    body.page-storefront.storefront-template-ref_sea_market .sea-market-catalog-tools.is-stuck .sea-market-categories {
        width: 100%;
        padding: 0 12px;
        overflow-x: auto;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .menu-feed {
        gap: 38px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card {
        border-radius: 0;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button,
    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-image-button img {
        border-radius: 14px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-body {
        min-height: 132px;
        padding: 10px 16px 8px;
    }

    body.page-storefront.storefront-template-ref_sea_market .theme-ref_sea_market .product-card .product-body p {
        display: none;
    }
}
