/* Site Editor styles: assets/css/restaurant-site-editor.css (inlined in template) */

/* —— Public restaurant site: full-screen hero (Profitfix-style) —— */

.localbuzz-restaurant-site {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Break out of theme content width */
.entry-content .localbuzz-restaurant-site,
.wp-block-post-content .localbuzz-restaurant-site {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.lb-rs-site-header.lb-rs-topbar--white {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 16px clamp(20px, 4vw, 48px);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.lb-rs-nav-white_bar .lb-rs-hero-screen {
    min-height: calc(100vh - 72px);
    min-height: calc(100dvh - 72px);
}

.lb-rs-nav-hero_overlay .lb-rs-hero-screen {
    min-height: 100vh;
    min-height: 100dvh;
}

.lb-rs-hero-screen {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.lb-rs-topbar--hero {
    background: transparent;
    border-bottom: none;
    padding: 22px clamp(20px, 4vw, 48px);
}

.lb-rs-topbar--hero .lb-rs-brand {
    color: #fff;
}

.lb-rs-topbar--hero .lb-rs-brand:hover {
    color: #fff;
    opacity: 0.9;
}

.lb-rs-topbar--hero .lb-rs-brand-text {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.lb-rs-topbar--hero .lb-rs-brand-logo {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.lb-rs-topbar--hero .lb-rs-topnav-link {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.lb-rs-topbar--hero .lb-rs-topnav-link:hover {
    color: #fff;
    opacity: 0.85;
}

.lb-rs-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.lb-rs-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #0f172a;
    flex-shrink: 0;
}

.lb-rs-brand:hover {
    color: #ff6b35;
}

.lb-rs-topbar--white .lb-rs-brand-text {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: none;
    color: #0f172a;
}

.lb-rs-brand-logo {
    max-height: 48px;
    width: auto;
    display: block;
}

.lb-rs-topbar-end {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2.5vw, 28px);
    margin-left: auto;
    flex-shrink: 0;
}

.lb-rs-topnav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 32px);
}

.lb-rs-topbar--white .lb-rs-topnav-link {
    color: #334155;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.15s;
}

.lb-rs-topbar--white .lb-rs-topnav-link:hover {
    color: #ff6b35;
}

.lb-rs-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #ff6b35;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    transition: background 0.15s, transform 0.15s;
}

.lb-rs-login-btn:hover {
    background: #e85a28;
    color: #fff !important;
    transform: translateY(-1px);
}

.lb-rs-login-icon {
    display: flex;
    line-height: 0;
}

.lb-rs-hero-body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 clamp(20px, 5vw, 64px) clamp(48px, 8vh, 80px);
}

.lb-rs-hero-copy {
    max-width: 560px;
    text-align: left;
}

.lb-rs-title {
    margin: 0 0 12px;
    font-size: clamp(2.75rem, 7vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.lb-rs-tagline {
    margin: 0 0 28px;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    max-width: 480px;
}

.lb-rs-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: #ff6b35;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: background 0.15s, transform 0.15s;
}

.lb-rs-order-btn:hover {
    background: #e85a28;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Sections below the fold */
.lb-rs-section-pad {
    padding: 48px clamp(20px, 4vw, 48px);
    background: #fff;
}

.lb-rs-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Why order from us — full-width food background + glass card */
.lb-rs-why-order.lb-rs-section-pad {
    padding: 0;
    background: #1a1a1a;
}

.lb-rs-why-order {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lb-rs-why-order--no-image {
    background: linear-gradient(135deg, #c2410c 0%, #ea580c 45%, #f97316 100%);
}

.lb-rs-why-order-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.08) 55%, transparent 100%);
    pointer-events: none;
}

.lb-rs-why-order-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 56px clamp(20px, 4vw, 48px);
}

.lb-rs-why-order-card {
    max-width: 480px;
    padding: 32px 36px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.lb-rs-why-order-title {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.lb-rs-why-order-body {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
}

.lb-rs-why-order-body p {
    margin: 0 0 12px;
}

.lb-rs-why-order-body p:last-child {
    margin-bottom: 0;
}

.lb-rs-why-order-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #dc2626;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.lb-rs-why-order-btn:hover {
    background: #b91c1c;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .localbuzz-restaurant-site .lb-rs-why-order {
        min-height: 360px;
        align-items: flex-end;
    }

    .localbuzz-restaurant-site .lb-rs-why-order-inner {
        padding: 40px 16px;
    }

    .localbuzz-restaurant-site .lb-rs-why-order-card {
        max-width: 100%;
        padding: 24px 22px;
    }
}

/* Phone & hours (from Google) */
.lb-rs-location.lb-rs-section-pad {
    background: #fff;
    border-top: 1px solid #e8ecf1;
    padding-top: 56px;
    padding-bottom: 56px;
}

.lb-rs-location-inner {
    max-width: 1100px;
}

.lb-rs-location-title {
    margin: 0 0 28px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    letter-spacing: -0.01em;
}

.lb-rs-location-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lb-rs-location-layout--map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: stretch;
}

.lb-rs-location-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.lb-rs-location-card {
    padding: 22px 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.lb-rs-location-card--phone {
    flex: 0 0 auto;
}

.lb-rs-location-map-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    background: #f1f5f9;
    min-height: 100%;
}

.lb-rs-location-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
}

.lb-rs-location-label {
    margin: 0 0 10px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

.lb-rs-location-phone {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0f172a;
    text-decoration: none;
}

a.lb-rs-location-phone:hover {
    color: #dc2626;
}

.lb-rs-location-hours {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lb-rs-location-hours li {
    padding: 7px 0;
    font-size: 0.98rem;
    color: #334155;
    border-bottom: 1px solid #e8ecf1;
}

.lb-rs-location-hours li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .localbuzz-restaurant-site .lb-rs-location-layout--map {
        grid-template-columns: 1fr;
    }

    .localbuzz-restaurant-site .lb-rs-location-map {
        min-height: 260px;
    }
}

/* FAQ accordion */
.lb-rs-faq.lb-rs-section-pad {
    background: #f8fafc;
    border-top: 1px solid #e8ecf1;
    padding-top: 56px;
    padding-bottom: 56px;
}

.lb-rs-faq-inner {
    max-width: 720px;
}

.lb-rs-faq-title {
    margin: 0 0 28px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    text-align: center;
}

.lb-rs-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lb-rs-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.lb-rs-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
}

.lb-rs-faq-question::-webkit-details-marker {
    display: none;
}

.lb-rs-faq-question-text {
    flex: 1;
    line-height: 1.4;
}

.lb-rs-faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    position: relative;
}

.lb-rs-faq-icon::before,
.lb-rs-faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #dc2626;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.lb-rs-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.lb-rs-faq-item[open] .lb-rs-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.lb-rs-faq-answer {
    padding: 0 20px 20px;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #475569;
}

.lb-rs-faq-answer p {
    margin: 0 0 10px;
}

.lb-rs-faq-answer p:last-child {
    margin-bottom: 0;
}

/* Our Story — 2 columns desktop, 1 column mobile */
.lb-rs-story.lb-rs-section-pad {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px solid #e8ecf1;
}

.lb-rs-story-inner {
    max-width: 1140px;
}

.lb-rs-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 56px);
    align-items: center;
}

.lb-rs-story--image-only .lb-rs-story-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin: 0 auto;
}

.lb-rs-story-eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fb4c06;
}

.lb-rs-story-title {
    margin: 0 0 20px;
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #0f172a;
}

.lb-rs-story-copy--title-only .lb-rs-story-title {
    margin-bottom: 0;
}

.lb-rs-story-content {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: none;
}

.lb-rs-story-content p {
    margin: 0 0 1em;
}

.lb-rs-story-content p:last-child {
    margin-bottom: 0;
}

.lb-rs-story-media {
    line-height: 0;
}

.lb-rs-story-image {
    display: block;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
    background: #e2e8f0;
}

.lb-rs-hours h2 {
    margin: 0 0 16px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 768px) {
    .localbuzz-restaurant-site .lb-rs-story-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .localbuzz-restaurant-site .lb-rs-story-media {
        order: -1;
    }

    .localbuzz-restaurant-site .lb-rs-story-image {
        aspect-ratio: 16 / 10;
        border-radius: 14px;
    }

    .localbuzz-restaurant-site .lb-rs-story-title {
        margin-bottom: 16px;
    }
}

/* Most Ordered — product row (reference: name + red price, stars, red Add to cart) */
.lb-rs-most-ordered.lb-rs-section-pad {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
}

.lb-rs-most-ordered-header {
    margin-bottom: 24px;
}

.lb-rs-most-ordered-title {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.localbuzz-restaurant-site .lb-rs-most-ordered .lb-rs-section-inner {
    max-width: 1140px;
    width: 100%;
}

.localbuzz-restaurant-site .lb-rs-most-ordered-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    box-sizing: border-box;
}

.localbuzz-restaurant-site .lb-rs-most-ordered-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(33.333% - 19px);
    width: calc(33.333% - 19px);
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    float: none;
    clear: none;
}

.localbuzz-restaurant-site .lb-rs-most-ordered-image-link {
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

.localbuzz-restaurant-site .lb-rs-most-ordered-img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    background: #f5f5f5;
}

.localbuzz-restaurant-site .lb-rs-most-ordered-img--placeholder {
    background: linear-gradient(145deg, #f0f0f0 0%, #e8e8e8 100%);
    min-height: 180px;
    border-radius: 12px;
}

.lb-rs-most-ordered-body {
    padding: 0;
    text-align: left;
}

.lb-rs-most-ordered-heading {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #2d2d2d;
}

.lb-rs-most-ordered-name {
    font-weight: 700;
    color: #2d2d2d;
}

.lb-rs-most-ordered-price {
    font-weight: 700;
    color: #e31837;
    white-space: nowrap;
}

.lb-rs-most-ordered-stars {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 2px;
    color: #f5b301;
}

.lb-rs-most-ordered-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    background: #e31837;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
    box-shadow: none;
}

.lb-rs-most-ordered-add-btn:hover,
.lb-rs-most-ordered-add-btn:focus {
    background: #c41230;
    color: #fff !important;
    transform: translateY(-1px);
}

.lb-rs-most-ordered-cart-icon {
    flex-shrink: 0;
}

@media (max-width: 639px) {
    .localbuzz-restaurant-site .lb-rs-most-ordered-grid {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .localbuzz-restaurant-site .lb-rs-most-ordered-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
    }
}

/* Google reviews — dark showcase (reference: customer testimonials cards) */
.lb-rs-reviews.lb-rs-section-pad {
    background: #000;
    padding-top: 56px;
    padding-bottom: 56px;
}

.lb-rs-reviews-header {
    margin-bottom: 32px;
    text-align: center;
}

.lb-rs-reviews-title,
.lb-rs-reviews-header h2 {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fb4c06;
    line-height: 1.2;
}

.lb-rs-reviews-summary {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lb-rs-reviews-stars {
    color: #fbbf24;
    letter-spacing: 2px;
    font-size: 1.05rem;
}

.lb-rs-reviews-rating-num {
    font-weight: 700;
    color: #fff;
}

.lb-rs-reviews-count {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.lb-rs-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.lb-rs-review-card {
    background: #232b38;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    min-height: 200px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lb-rs-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.lb-rs-review-card-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.lb-rs-review-meta {
    min-width: 0;
    flex: 1;
}

.lb-rs-review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
}

.lb-rs-review-avatar--photo {
    object-fit: cover;
    border: 2px solid #fb4c06;
    box-sizing: border-box;
}

.lb-rs-review-avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fb4c06;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
}

.lb-rs-review-author {
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.lb-rs-review-stars {
    margin: 6px 0 0;
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}

.lb-rs-review-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.lb-rs-review-time {
    margin: 14px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

.lb-rs-reviews-attribution {
    margin: 28px 0 0;
    font-size: 14px;
    text-align: center;
}

.lb-rs-reviews-attribution a {
    color: #fb4c06;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.lb-rs-reviews-attribution a:hover {
    color: #ff6b35;
    border-bottom-color: #ff6b35;
}

@media (max-width: 900px) {
    .lb-rs-reviews-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .lb-rs-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.lb-rs-hours p {
    margin: 0;
    color: #475569;
    white-space: pre-line;
    max-width: 480px;
}

/* Full-screen order menu modal */
.lb-rs-order-modal {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: flex;
    flex-direction: column;
    background: #fff;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.lb-rs-order-modal.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.lb-rs-order-modal[hidden] {
    display: flex !important;
}

.lb-rs-order-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-shrink: 0;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
    z-index: 2;
}

.lb-rs-order-modal-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb-rs-order-modal-close {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 10px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.lb-rs-order-modal-close:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.lb-rs-order-modal-close-icon {
    font-size: 1.35rem;
    line-height: 1;
}

.lb-rs-order-modal-body {
    flex: 1;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.lb-rs-order-modal-menu {
    min-height: 100%;
}

.localbuzz-restaurant-site.lb-rs-order-modal-open {
    overflow: hidden;
}

body.lb-rs-order-modal-open {
    overflow: hidden;
}

.localbuzz-restaurant-site .lb-rs-order-modal .cart-toggle {
    z-index: 100060;
}

.lb-rs-menu-inner {
    padding-top: 8px;
}

/* Hide duplicate owner dashboard chip on embedded menu when already on site page */
.localbuzz-restaurant-site .lb-owner-dashboard-sticky {
    display: none !important;
}

.lb-rs-nav-toggle {
    display: none;
}

.lb-rs-nav-backdrop {
    display: none;
}

@media (max-width: 768px) {
    .lb-rs-site-header.lb-rs-topbar {
        flex-wrap: nowrap;
        padding: 12px 16px;
        gap: 12px;
        position: relative;
        z-index: 100003;
    }

    .lb-rs-nav-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 10px;
        margin-left: auto;
        background: transparent;
        border: none;
        cursor: pointer;
        flex-shrink: 0;
        color: #0f172a;
        z-index: 100002;
    }

    .lb-rs-topbar--hero .lb-rs-nav-toggle {
        color: #fff;
    }

    .lb-rs-nav-toggle-bar {
        display: block;
        width: 22px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .lb-rs-topbar.lb-rs-menu-open .lb-rs-nav-toggle-bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .lb-rs-topbar.lb-rs-menu-open .lb-rs-nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }

    .lb-rs-topbar.lb-rs-menu-open .lb-rs-nav-toggle-bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .lb-rs-topbar-end {
        position: fixed;
        top: 0;
        right: 0;
        width: min(300px, 88vw);
        height: 100dvh;
        margin: 0;
        padding: 72px 24px 28px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 20px;
        background: #fff;
        box-shadow: -8px 0 32px rgba(15, 23, 42, 0.18);
        transform: translateX(100%);
        transition: transform 0.25s ease;
        z-index: 100001;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .lb-rs-topbar--hero .lb-rs-topbar-end {
        background: #0f172a;
    }

    .lb-rs-topbar.lb-rs-menu-open .lb-rs-topbar-end {
        transform: translateX(0);
    }

    .lb-rs-topnav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    .lb-rs-topnav-link {
        display: block;
        padding: 14px 0;
        font-size: 1.05rem;
        border-bottom: 1px solid #e2e8f0;
    }

    .lb-rs-topbar--hero .lb-rs-topnav-link {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.12);
    }

    .lb-rs-login-btn {
        width: 100%;
        justify-content: center;
        margin-top: 8px;
    }

    .lb-rs-nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 100000;
        background: rgba(0, 0, 0, 0.5);
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .lb-rs-nav-backdrop[hidden] {
        display: none !important;
    }

    body.lb-rs-nav-open {
        overflow: hidden;
    }

    .lb-rs-nav-white_bar .lb-rs-hero-screen {
        min-height: calc(100dvh - 72px);
    }

    .lb-rs-hero-body {
        align-items: flex-end;
        padding-bottom: 40px;
    }

    .lb-rs-title {
        font-size: 2.5rem;
    }
}

/* Site footer */
.lb-rs-footer {
    background: #0f172a;
    color: #e2e8f0;
    padding: 48px clamp(20px, 4vw, 48px) 32px;
    margin-top: 0;
}

.lb-rs-footer-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.lb-rs-footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lb-rs-footer-brand-name {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.lb-rs-footer-logo-link {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 12px;
}

.lb-rs-footer-logo {
    max-height: 52px;
    width: auto;
    display: block;
}

.lb-rs-footer-tagline {
    margin: 0 0 18px;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #94a3b8;
    max-width: 320px;
}

.lb-rs-footer-order-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #dc2626;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.lb-rs-footer-order-btn:hover {
    background: #b91c1c;
    color: #fff;
    transform: translateY(-1px);
}

.lb-rs-footer-nav-heading {
    margin: 0 0 14px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
}

.lb-rs-footer-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lb-rs-footer-nav-list a {
    display: block;
    padding: 6px 0;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.15s ease;
}

.lb-rs-footer-nav-list a:hover {
    color: #fff;
}

.lb-rs-footer-contact-link,
.lb-rs-footer-contact-text {
    display: block;
    margin: 0 0 8px;
    font-size: 0.95rem;
    color: #cbd5e1;
    text-decoration: none;
    line-height: 1.5;
}

.lb-rs-footer-contact-link:hover {
    color: #fff;
}

.lb-rs-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
}

.lb-rs-footer-copy {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
}

.lb-rs-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lb-rs-footer-social-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.15s ease;
}

.lb-rs-footer-social-link:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .localbuzz-restaurant-site .lb-rs-footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .localbuzz-restaurant-site .lb-rs-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
