body {
    font-family: 'Inter', sans-serif;
    background-color: #F8F6F2;
    color: #1A2B4A;
}

.font-serif {
    font-family: 'Playfair Display', serif;
}

/* Custom styles for annotations */
.annotation-label {
    font-size: 9px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #E8607A;
    background: rgba(232, 96, 122, 0.08);
    padding: 1px 5px;
    border-radius: 2px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

/* Landing featured carousel content */
.landing-featured-shell {
    isolation: isolate;
    touch-action: pan-y pinch-zoom;
}

.landing-featured-frame {
    border-radius: 1.35rem;
    border: 1px solid rgba(26, 43, 74, 0.08);
    box-shadow:
        0 22px 60px rgba(26, 43, 74, 0.16),
        0 2px 8px rgba(26, 43, 74, 0.08);
    touch-action: pan-y pinch-zoom;
}

.landing-featured-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.landing-featured-content {
    min-height: 0;
    gap: 0.65rem;
    position: relative;
    overflow: visible;
    touch-action: pan-y pinch-zoom;
}

.landing-featured-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.22rem 0.5rem;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.14);
    color: #9a7a2e;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-fc-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
}

.landing-fc-head--with-action {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.landing-fc-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.landing-featured-title {
    margin: 0 0 0.2rem;
    color: #1A2B4A;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.landing-featured-subtitle {
    margin-bottom: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Price block (top-right of title row) */
.landing-fc-price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.16rem;
    padding-top: 0.1rem;
    min-width: 5.6rem;
}

.landing-fc-original-price {
    font-size: 0.65rem;
    color: #9ca3af;
    text-decoration: line-through;
    line-height: 1;
    white-space: nowrap;
}

.landing-fc-current-price {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    line-height: 1;
}

.landing-fc-currency {
    font-size: 0.65rem;
    font-weight: 700;
    color: #C9A84C;
}

.landing-fc-amount {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1A2B4A;
    letter-spacing: -0.02em;
    line-height: 1;
}

.landing-fc-price-note {
    max-width: 7.8rem;
    color: #8a6d28;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: end;
}

.landing-fc-price-note--muted {
    padding: 0.34rem 0.52rem;
    border-radius: 999px;
    background: rgba(26, 43, 74, 0.055);
    color: rgba(26, 43, 74, 0.68);
}

.landing-fc-price-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.landing-fc-price-link:hover {
    background: rgba(201, 168, 76, 0.16);
    color: #1A2B4A;
    transform: translateY(-1px);
}

@media (min-width: 1024px) {
    .landing-fc-amount {
        font-size: 1.25rem;
    }
}

/* Stats row */
.landing-fc-stats-row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: nowrap;
    margin-top: 0.05rem;
    margin-bottom: 0.25rem;
    padding: 0.5rem 0.65rem;
    border-radius: 10px;
    background: rgba(26, 43, 74, 0.034);
}

.landing-fc-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #1A2B4A;
    white-space: nowrap;
    flex: 0 0 auto;
}

.landing-fc-stat-icon {
    font-size: 0.65rem;
    color: #1A2B4A;
    opacity: 0.45;
}

.landing-fc-stat-icon--star {
    color: #C9A84C;
    opacity: 1;
}

.landing-fc-discount-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.28);
}

/* CTA row */
.landing-fc-cta-row {
    margin-top: 0.45rem;
    flex: 0 0 auto;
    display: block;
    width: 100%;
}

/* Premium Add to Cart button */
.landing-fc-add-btn {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #1A2B4A 0%, #243654 60%, #1f4b8e 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    overflow: hidden;
    box-shadow:
        0 4px 14px rgba(26, 43, 74, 0.22),
        0 1px 3px rgba(26, 43, 74, 0.12);
    transition:
        transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.landing-fc-add-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1f3460 0%, #2a4070 60%, #1f4b8e 100%);
    box-shadow:
        0 8px 24px rgba(26, 43, 74, 0.3),
        0 2px 6px rgba(26, 43, 74, 0.14);
}

.landing-fc-add-btn:active {
    transform: translateY(0px);
}

/* Pulsing ring on hover */
.landing-fc-add-btn__ring {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 12px;
    border: 2px solid rgba(201, 168, 76, 0);
    transition: border-color 0.3s ease, inset 0.3s ease;
    pointer-events: none;
}

.landing-fc-add-btn:hover .landing-fc-add-btn__ring {
    border-color: rgba(201, 168, 76, 0.5);
    inset: -3px;
    border-radius: 15px;
}

.landing-fc-add-btn__inner {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    width: 100%;
    line-height: 1;
}

.landing-fc-add-btn__arrow {
    font-size: 0.65rem;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.landing-fc-add-btn:hover .landing-fc-add-btn__arrow {
    opacity: 1;
    transform: translateX(0);
}

.landing-fc-add-btn__loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 1rem;
    width: 100%;
    line-height: 1;
    opacity: 0.8;
}

/* Disabled/loading state */
.landing-fc-add-btn.gp-action-pending {
    opacity: 0.75;
    cursor: not-allowed;
    transform: none !important;
}

.landing-fc-add-btn:disabled {
    color: #ffffff;
}

/* Secondary CTA (non-orderable items) */
.landing-fc-secondary-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.65rem 1rem;
    border: 1.5px solid rgba(26, 43, 74, 0.16);
    border-radius: 12px;
    background: rgba(26, 43, 74, 0.04);
    color: #1A2B4A;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.22s ease;
}

.landing-fc-secondary-btn:hover {
    background: rgba(201, 168, 76, 0.12);
    border-color: rgba(201, 168, 76, 0.4);
    color: #1A2B4A;
    transform: translateY(-1px);
}

.landing-fc-secondary-btn--inline {
    width: fit-content;
    min-width: 0;
    min-height: 34px;
    padding: 0.5rem 0.85rem;
    border-radius: 0.75rem;
    font-size: 0.78rem;
    flex: 0 0 auto;
    align-self: center;
}

[dir="rtl"] .landing-fc-secondary-btn i.fa-arrow-right,
[dir="rtl"] .landing-fc-add-btn__arrow {
    transform: rotate(180deg);
}

[dir="rtl"] .landing-fc-price-block {
    align-items: flex-start;
    text-align: left;
}

[dir="rtl"] .landing-fc-price-note {
    text-align: start;
}

.landing-featured-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    background:
        radial-gradient(circle at 22% 16%, rgba(201, 168, 76, 0.18), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f6f1e5 100%);
    color: #1A2B4A;
    text-align: start;
}

.landing-featured-empty__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3rem;
    border-radius: 1rem;
    background: #1A2B4A;
    color: #C9A84C;
    box-shadow: 0 12px 26px rgba(26, 43, 74, 0.18);
}

.landing-featured-empty__title {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 800;
}

.landing-featured-empty__text {
    margin: 0;
    color: rgba(26, 43, 74, 0.62);
    font-size: 0.82rem;
    font-weight: 700;
}

/* Featured card should size to its content on mobile, not to Tailwind's aspect ratio. */
@media (max-width: 767px) {
    .landing-featured-frame {
        height: auto !important;
        aspect-ratio: auto !important;
    }

    .landing-carousel-track {
        height: auto !important;
        align-items: flex-start;
    }

    .landing-featured-slide {
        display: grid !important;
        height: auto !important;
        grid-template-rows: auto auto;
        align-content: start;
    }

    .landing-carousel-media {
        height: clamp(260px, 64vw, 380px) !important;
        min-height: 0;
    }

    .landing-carousel-arrow-track {
        height: clamp(260px, 64vw, 380px) !important;
    }

    .landing-carousel-indicators {
        top: calc(clamp(260px, 64vw, 380px) - 2.35rem) !important;
        bottom: auto !important;
    }

    .landing-featured-content {
        flex: 0 0 auto !important;
        min-height: 0;
        overflow: visible !important;
    }
}

/* Responsive tweaks */
@media (max-width: 520px) {
    .landing-featured-frame {
        border-radius: 1.1rem;
    }

    .landing-carousel-media {
        height: clamp(238px, 60vw, 320px) !important;
        min-height: 0;
    }

    .landing-carousel-arrow-track {
        height: clamp(238px, 60vw, 320px) !important;
    }

    .landing-carousel-indicators {
        top: calc(clamp(238px, 65vw, 320px) - 2.25rem) !important;
        bottom: auto !important;
    }

    .landing-featured-content {
        min-height: 0;
        gap: 0.45rem;
        padding: 0.85rem 1rem 1rem !important;
        overflow: visible !important;
    }

    .landing-fc-head {
        gap: 0.6rem;
    }

    .landing-featured-category {
        margin-bottom: 0.22rem;
        padding: 0.18rem 0.48rem;
        font-size: 0.58rem;
    }

    .landing-featured-title {
        margin-bottom: 0.14rem;
        font-size: 1rem !important;
        line-height: 1.12 !important;
    }

    .landing-featured-subtitle {
        -webkit-line-clamp: 1;
        font-size: 0.72rem !important;
        line-height: 1.35 !important;
    }

    .landing-fc-price-block {
        min-width: 4.9rem;
    }

    .landing-fc-price-note {
        max-width: 5.6rem;
        font-size: 0.58rem;
    }

    .landing-fc-stats-row {
        gap: 0.45rem;
        margin-bottom: 0.1rem;
        padding: 0.38rem 0.55rem;
        border-radius: 0.7rem;
    }

    .landing-fc-stat {
        font-size: 0.66rem;
    }

    .landing-fc-cta-row {
        margin-top: 0.35rem;
        display: block !important;
        width: 100%;
    }

    .landing-fc-add-btn,
    .landing-fc-secondary-btn {
        min-height: 42px;
        font-size: 0.78rem;
        border-radius: 10px;
    }

    .landing-fc-secondary-btn--inline {
        min-height: 32px;
        padding: 0.44rem 0.68rem;
        font-size: 0.72rem;
    }

    .landing-fc-add-btn__ring {
        border-radius: 10px;
    }

    .landing-fc-add-btn:hover .landing-fc-add-btn__ring {
        border-radius: 13px;
    }
}

@media (min-width: 1024px) {
    .landing-fc-add-btn,
    .landing-fc-secondary-btn {
        min-height: 46px;
        font-size: 0.85rem;
    }
}

.landing-featured-frame--no-zone {
    aspect-ratio: 4 / 3 !important;
}

.landing-featured-slide--no-zone {
    display: grid !important;
    grid-template-rows: minmax(0, 70%) minmax(0, 30%) !important;
}

.landing-featured-slide--no-zone .landing-carousel-media {
    height: auto !important;
    min-height: 0;
}

.landing-featured-content--no-zone {
    min-height: 0;
    flex: 0 0 auto !important;
    gap: 0.45rem;
    padding: 1rem 1.25rem 1.1rem !important;
}

.landing-featured-content--no-zone .landing-fc-head {
    align-items: start;
}

.landing-featured-content--no-zone .landing-fc-head--with-action {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.landing-featured-content--no-zone .landing-featured-subtitle {
    -webkit-line-clamp: 1;
}

.landing-featured-content--no-zone .landing-fc-stats-row {
    display: none;
}

.landing-featured-content--no-zone .landing-fc-cta-row {
    margin-top: 0.2rem;
}

.landing-featured-frame--no-zone .landing-carousel-arrow-track {
    height: 70% !important;
}

.landing-featured-frame--no-zone .landing-carousel-indicators {
    bottom: calc(30% + 0.85rem) !important;
}

@media (max-width: 767px) {
    .landing-featured-frame--no-zone {
        height: auto !important;
        aspect-ratio: auto !important;
    }

    .landing-featured-slide--no-zone {
        height: auto !important;
        grid-template-rows: auto auto !important;
        align-content: start;
    }

    .landing-featured-slide--no-zone .landing-carousel-media {
        height: clamp(238px, 60vw, 340px) !important;
    }

    .landing-featured-frame--no-zone .landing-carousel-arrow-track {
        height: clamp(238px, 60vw, 340px) !important;
    }

    .landing-featured-frame--no-zone .landing-carousel-indicators {
        top: calc(clamp(238px, 60vw, 340px) - 2.25rem) !important;
        bottom: auto !important;
    }
}

@media (min-width: 1024px) {
    .landing-featured-frame--no-zone {
        height: 500px !important;
    }
}

@media (max-width: 520px) {
    .landing-featured-frame--no-zone {
        height: auto !important;
        aspect-ratio: auto !important;
    }

    .landing-featured-slide--no-zone {
        height: auto !important;
        grid-template-rows: auto auto !important;
        align-content: start;
    }

    .landing-featured-slide--no-zone .landing-carousel-media {
        height: clamp(220px, 58vw, 300px) !important;
    }

    .landing-featured-content--no-zone {
        padding: 0.85rem 1rem 0.95rem !important;
        min-height: 0;
        overflow: visible;
    }

    .landing-featured-frame--no-zone .landing-carousel-arrow-track {
        height: clamp(220px, 58vw, 300px) !important;
    }

    .landing-featured-frame--no-zone .landing-carousel-indicators {
        top: calc(clamp(220px, 58vw, 300px) - 2.25rem) !important;
        bottom: auto !important;
    }
}

/* Featured carousel visual refresh, adapted from the approved HTML design. */
.landing-featured-shell {
    width: 100%;
}

.landing-featured-frame {
    width: min(100%, 650px) !important;
    max-width: 650px !important;
    height: clamp(500px, 35vw, 620px) !important;
    aspect-ratio: auto !important;
    border-radius: 20px;
    border: 1px solid rgba(26, 43, 74, 0.08);
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(26, 43, 74, 0.13);
}

.landing-featured-frame::before {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.landing-carousel-track {
    height: 100% !important;
    align-items: stretch;
}

.landing-featured-slide {
    display: flex !important;
    height: 100% !important;
    min-height: 0;
}

.landing-carousel-media {
    height: 62% !important;
    min-height: 0;
    flex: 0 0 62%;
    background: #222431;
}

.landing-carousel-image {
    transform: scale(1.001) translateZ(0);
}

.landing-image-overlay {
    background: linear-gradient(to bottom, rgba(9, 14, 24, 0.18), rgba(9, 14, 24, 0.06));
    opacity: 0.46;
}

.group\/slide:hover .landing-image-overlay {
    opacity: 0.36;
}

.landing-featured-badge {
    top: 20px;
    left: 20px;
    right: auto;
    padding: 0.42rem 0.72rem;
    border-radius: 0;
    background: #D4A017 !important;
    color: #111827;
    box-shadow: none;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
}

[dir="rtl"] .landing-featured-badge {
    left: 20px;
    right: auto;
}

.landing-carousel-arrow-track {
    height: 62% !important;
    padding: 0 1.75rem;
}

.landing-carousel-nav {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    box-shadow: none;
    opacity: 0.78;
    backdrop-filter: none;
}

.group:hover .landing-carousel-nav,
.landing-carousel-arrow-track:hover .landing-carousel-nav {
    opacity: 0.9;
}

.landing-carousel-nav:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    transform: scale(1.05);
}

.landing-carousel-indicators {
    top: calc(62% - 0.85rem) !important;
    bottom: auto !important;
    min-height: 6px;
    padding: 0;
    gap: 5px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.landing-carousel-dot {
    height: 6px;
    min-width: 6px;
    border-radius: 3px;
}

.landing-carousel-dot.active {
    background: #ffffff;
    box-shadow: none;
}

.landing-carousel-dot.inactive {
    background: rgba(255, 255, 255, 0.5);
}

.landing-featured-content {
    flex: 1 1 auto !important;
    min-height: 0;
    padding: 0.9rem 1.55rem 1rem !important;
    gap: 0.55rem;
    background: #ffffff;
}

.landing-featured-content--figma {
    display: flex !important;
    flex-direction: column;
}

.landing-fc-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 0.1rem;
}

.landing-fc-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.landing-featured-category {
    margin-bottom: 0;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.14);
    color: #8a6d28;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.landing-featured-title {
    margin: 0.05rem 0 0.05rem;
    color: #1A2B4A;
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
    font-weight: 800;
    -webkit-line-clamp: 1;
}

.landing-featured-subtitle {
    margin: 0 0 0.25rem !important;
    color: rgba(26, 43, 74, 0.52) !important;
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 1;
}

.landing-fc-price-block {
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.landing-fc-current-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    justify-content: flex-end;
    line-height: 1;
}

.landing-fc-currency {
    color: #888888;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.landing-fc-amount {
    color: #1a1a2e;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.landing-fc-footer-row {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: auto;
    min-width: 0;
}

.landing-featured-content--figma .landing-fc-cta-row {
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto;
}

[dir="rtl"] .landing-featured-content--figma .landing-fc-cta-row {
    margin: 0 auto 0 0;
}

.landing-featured-content--figma .landing-fc-secondary-btn,
.landing-featured-content--figma .landing-fc-add-btn {
    width: auto;
}

.landing-fc-stats-row {
    min-height: 54px;
    flex: 1 1 auto;
    margin: 0;
    padding: 0.75rem 0.95rem;
    border-radius: 10px;
    background: #f7f8fa;
    gap: 0.75rem;
    box-shadow: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.landing-fc-stat {
    gap: 0.38rem;
    color: #555555;
    font-size: 0.9rem;
    font-weight: 700;
}

.landing-fc-stat-icon {
    font-size: 0.85rem;
    color: rgba(26, 43, 74, 0.55);
    opacity: 1;
}

.landing-fc-stat-icon--star {
    color: #C9A84C;
}

.landing-fc-add-btn,
.landing-fc-secondary-btn {
    min-height: 37px;
    border-radius: 10px;
    background: #1a1a2e;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: none;
}

.landing-fc-add-btn:hover,
.landing-fc-secondary-btn:hover {
    background: #1A2B4A;
    color: #ffffff;
    transform: none;
    box-shadow: none;
}

.landing-fc-add-btn__inner,
.landing-fc-add-btn__loading {
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    white-space: nowrap;
}

.landing-fc-add-btn__arrow {
    display: none;
}

.landing-fc-add-btn__ring {
    display: none;
}

@media (min-width: 768px) {
    .landing-featured-content--figma .landing-fc-footer-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) max-content;
        align-items: center;
        width: 100%;
        gap: 0.75rem;
        flex-wrap: nowrap;
    }

    .landing-featured-content--figma .landing-fc-stats-row {
        flex: 1 1 auto;
        min-width: 0;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: flex-start;
    }

    .landing-featured-content--figma .landing-fc-cta-row {
        flex: 0 0 auto;
        justify-self: end;
        width: auto !important;
        min-width: max-content;
        margin: 0 !important;
    }

    .landing-featured-content--figma .landing-fc-add-btn,
    .landing-featured-content--figma .landing-fc-secondary-btn {
        width: auto !important;
        min-width: max-content;
        white-space: nowrap;
    }

    .landing-featured-content--figma .landing-fc-add-btn__inner,
    .landing-featured-content--figma .landing-fc-add-btn__loading {
        padding: 0.75rem 0.95rem;
    }

    .landing-featured-content--figma > .landing-fc-stats-row + .landing-fc-cta-row {
        align-self: end;
        margin-top: calc(-54px - 0.55rem) !important;
    }

    .landing-featured-frame--no-zone {
        height: clamp(500px, 35vw, 620px) !important;
    }

    .landing-featured-slide--no-zone .landing-carousel-media {
        height: 78% !important;
        flex-basis: 78%;
    }

    .landing-featured-frame--no-zone .landing-carousel-arrow-track {
        height: 78% !important;
    }

    .landing-featured-frame--no-zone .landing-carousel-indicators {
        top: calc(78% - 0.85rem) !important;
        bottom: auto !important;
    }

    .landing-featured-content--no-zone {
        flex: 1 1 22% !important;
        padding: 1.05rem 2.35rem 1.1rem !important;
        gap: 0.28rem;
    }

    .landing-featured-content--no-zone:not(.landing-featured-content--has-stats) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "top action"
            "title action"
            "subtitle action";
        align-content: start;
        align-items: center;
        column-gap: 1.35rem;
        row-gap: 0.1rem;
    }

    .landing-featured-content--no-zone:not(.landing-featured-content--has-stats) .landing-fc-top-row {
        grid-area: top;
        display: block;
        margin: 0;
    }

    .landing-featured-content--no-zone:not(.landing-featured-content--has-stats) .landing-featured-title {
        grid-area: title;
    }

    .landing-featured-content--no-zone:not(.landing-featured-content--has-stats) .landing-featured-subtitle {
        grid-area: subtitle;
        margin-bottom: 0 !important;
    }

    .landing-featured-content--no-zone:not(.landing-featured-content--has-stats) .landing-fc-footer-row {
        grid-area: action;
        margin-top: 0;
        align-self: center;
    }
}

@media (max-width: 767px) {
    .landing-featured-frame,
    .landing-featured-frame--no-zone {
        width: min(100%, 420px) !important;
        height: auto !important;
        aspect-ratio: auto !important;
        border-radius: 20px;
    }

    .landing-featured-slide,
    .landing-featured-slide--no-zone {
        display: flex !important;
        height: auto !important;
        grid-template-rows: none !important;
    }

    .landing-carousel-media,
    .landing-featured-slide--no-zone .landing-carousel-media {
        height: clamp(250px, 67vw, 320px) !important;
        flex: 0 0 auto;
    }

    .landing-carousel-arrow-track,
    .landing-featured-frame--no-zone .landing-carousel-arrow-track {
        height: clamp(250px, 67vw, 320px) !important;
        padding: 0 0.85rem;
    }

    .landing-carousel-indicators,
    .landing-featured-frame--no-zone .landing-carousel-indicators {
        top: calc(clamp(250px, 67vw, 320px) - 0.95rem) !important;
        bottom: auto !important;
    }

    .landing-featured-content,
    .landing-featured-content--no-zone {
        padding: 1rem 1rem 1.15rem !important;
        gap: 0.75rem;
    }

    .landing-fc-head {
        gap: 0.65rem;
    }

    .landing-featured-title {
        font-size: 1.12rem !important;
    }

    .landing-featured-subtitle {
        font-size: 0.8rem !important;
    }

    .landing-fc-price-block {
        min-width: 0;
    }

    .landing-fc-amount {
        font-size: 1.25rem;
    }

    .landing-fc-stats-row {
        min-height: 48px;
        padding: 0.65rem 0.75rem;
    }

    .landing-fc-add-btn,
    .landing-fc-secondary-btn {
        min-height: 48px;
        font-size: 0.88rem;
    }

    .landing-fc-footer-row {
        gap: 0.75rem;
    }

    .landing-fc-stats-row {
        flex: 1 1 auto;
    }

    .landing-fc-cta-row {
        flex: 0 0 min(42%, 150px);
        margin: 0;
    }
}

@media (max-width: 420px) {
    .landing-fc-footer-row {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-fc-stats-row {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .landing-fc-cta-row {
        flex: 0 0 auto;
        width: 100%;
    }
}



/* Legacy menu section ported from back/public/css/landing-visual.css */
.landing-menu-section {
    background: #f8f6f2;
}

.landing-menu-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(26, 43, 74, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(26, 43, 74, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.landing-menu-header-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.landing-menu-title {
    flex: 1;
    min-width: 0;
}

.landing-menu-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 0.7rem;
    font-weight: 800;
    color: #1A2B4A;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 0.65rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.14);
}

.landing-menu-heading {
    font-size: clamp(2rem, 3.2vw, 2.625rem);
    font-weight: 700;
    color: #1a2332;
    margin: 0;
    line-height: 1.15;
}

.landing-menu-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.7rem 0 0;
    max-width: 100%;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: #f8f6f2;
    color: #4a5568;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-menu-viewall {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 42px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #1A2B4A;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
    transition: all 0.3s ease;
    box-shadow: 0 10px 22px rgba(26, 43, 74, 0.14);
    white-space: nowrap;
    flex: 0 0 auto;
}

.landing-menu-viewall:hover {
    color: #ffffff;
    background: #2c3e5f;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(26, 43, 74, 0.2);
}

.landing-menu-chips {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 0 1rem;
    margin: 0 auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    scrollbar-width: thin;
    scroll-snap-type: none;
}

.landing-menu-chips::-webkit-scrollbar {
    height: 6px;
}

.landing-menu-chips::-webkit-scrollbar-track {
    background: rgba(26, 43, 74, 0.06);
    border-radius: 999px;
}

.landing-menu-chips::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.55);
    border-radius: 999px;
}

.landing-menu-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 1rem 2rem;
    background: #ffffff;
    color: #4a5568;
    border: 2px solid #e8eaed;
    border-radius: 16px;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    box-shadow: none;
    scroll-snap-align: start;
}

.landing-menu-chip i {
    color: currentColor;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.landing-menu-chip:hover {
    border-color: #C9A84C;
    color: #C9A84C;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.06);
}

.landing-menu-chip--active {
    background: #C9A84C;
    color: #ffffff;
    border-color: #C9A84C;
    box-shadow: none;
}

.landing-menu-chip--active:hover {
    background: #B89840;
    border-color: #B89840;
    color: #ffffff;
}

.landing-menu-chip--active i {
    color: #ffffff;
}

.landing-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.landing-menu-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(30, 58, 95, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.landing-menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(30, 58, 95, 0.15);
}

.landing-menu-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #eef1f4;
}

.landing-menu-card-img,
.landing-menu-card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.landing-menu-card-img {
    transition: transform 0.5s ease;
}

.landing-menu-card:hover .landing-menu-card-img {
    transform: scale(1.08);
}

.landing-menu-card-ribbon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.45rem 0.9rem;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.08);
}

[dir="rtl"] .landing-menu-header,
[dir="rtl"] .landing-menu-card-footer {
    direction: rtl;
}

[dir="rtl"] .landing-menu-title,
[dir="rtl"] .landing-menu-card-content,
[dir="rtl"] .landing-menu-card-price-group {
    text-align: right;
}

[dir="rtl"] .landing-menu-subtitle {
    direction: ltr;
    unicode-bidi: plaintext;
}

[dir="rtl"] .landing-menu-chips {
    direction: rtl;
}

[dir="rtl"] .landing-menu-viewall i.fa-arrow-right,
[dir="rtl"] .gp-sticky-checkout-btn i.fa-arrow-right,
[dir="rtl"] .gp-ticket-view i.fa-chevron-right {
    transform: rotate(180deg);
}

[dir="rtl"] .landing-menu-card-ribbon {
    left: auto;
    right: 1rem;
}

.landing-menu-card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.landing-menu-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a2332;
    margin: 0 0 0.625rem;
    line-height: 1.35;
}

.landing-menu-card-desc {
    font-size: 0.875rem;
    color: #4a5568;
    margin: 0 0 1.25rem;
    line-height: 1.6;
    flex: 1;
}

.landing-menu-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.landing-menu-card-price-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.landing-menu-card-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #c9a84c;
    line-height: 1;
}

.landing-menu-card-meta {
    font-size: 0.8125rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-menu-card-btn {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #1A2B4A 0%, #2c3e5f 100%);
    color: #ffffff;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.84rem;
    transition: all 0.25s ease;
    flex: 0 0 34px;
    box-shadow: 0 8px 18px rgba(26, 43, 74, 0.14);
}

.landing-menu-card-btn:hover {
    background: linear-gradient(135deg, #2c3e5f 0%, #1A2B4A 100%);
    transform: scale(1.05);
    box-shadow: 0 10px 22px rgba(26, 43, 74, 0.2);
}

.landing-menu-card-btn.gp-action-pending {
    opacity: 0.7;
    pointer-events: none;
}

.landing-menu-card-btn--disabled {
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, #eef2f7 0%, #dfe5ec 100%);
    color: #8a95a4;
    border: 1px solid rgba(26, 43, 74, 0.08);
    cursor: pointer;
    box-shadow: none;
}

.landing-menu-card-btn--disabled:hover {
    transform: none;
}

.landing-menu-card-btn--disabled .fa-shopping-cart {
    font-size: .9em;
    opacity: .78;
}

.landing-menu-card-btn--disabled .gp-cart-unavailable-mark {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    border: 2px solid #fff;
    font-size: 8px;
    line-height: 1;
}

@media (max-width: 1023px) {
    .landing-menu-header {
        margin-bottom: 1.5rem;
        padding: 1rem;
    }

    .landing-menu-header-main {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .landing-menu-viewall {
        align-self: flex-start;
        min-height: 40px;
        padding: 0.68rem 0.95rem;
    }

    [dir="rtl"] .landing-menu-viewall {
        align-self: flex-end;
    }

    .landing-menu-chips {
        margin-inline: auto;
        width: 100%;
    }

    .landing-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .landing-menu-card-image {
        height: 148px;
    }

    .landing-menu-card-content {
        padding: 1rem;
    }

    .landing-menu-card-title {
        font-size: 0.98rem;
        margin-bottom: 0.5rem;
    }

    .landing-menu-card-desc {
        font-size: 0.78rem;
        margin-bottom: 0.875rem;
        line-height: 1.45;
    }

    .landing-menu-card-price {
        font-size: 1rem;
    }

    .landing-menu-card-meta {
        font-size: 0.72rem;
    }

    .landing-menu-card-btn {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }
}

@media (max-width: 640px) {
    .landing-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.875rem;
    }

    .landing-menu-card-image {
        height: 132px;
    }

    .landing-menu-card-ribbon {
        top: 0.625rem;
        left: 0.625rem;
        padding: 0.32rem 0.55rem;
        font-size: 0.625rem;
    }

    [dir="rtl"] .landing-menu-card-ribbon {
        left: auto;
        right: 0.625rem;
    }

    .landing-menu-card-content {
        padding: 0.875rem;
    }

    .landing-menu-card-title {
        font-size: 0.9rem;
    }

    .landing-menu-card-desc {
        font-size: 0.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .landing-menu-card-footer {
        gap: 0.75rem;
        align-items: center;
    }

    .landing-menu-card-price {
        font-size: 0.95rem;
    }

    .landing-menu-card-btn {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        border-radius: 8px;
    }
}

/* Keep the landing menu title and "view all" action on the same row on mobile. */
@media (max-width: 640px) {
    .landing-menu-header-main {
        gap: 0.75rem;
    }

    .landing-menu-title {
        flex: 1 1 auto;
        min-width: 0;
    }

    .landing-menu-label {
        margin-bottom: 0.45rem;
        font-size: 0.62rem;
        letter-spacing: 1px;
    }

    .landing-menu-heading {
        font-size: clamp(1.45rem, 7vw, 1.8rem);
        overflow-wrap: anywhere;
    }

    .landing-menu-subtitle {
        max-width: min(100%, 62vw);
        font-size: 0.75rem;
    }

    .landing-menu-viewall {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0.58rem 0.72rem;
        gap: 0.45rem;
        font-size: 0.76rem;
        box-shadow: 0 6px 14px rgba(26, 43, 74, 0.12);
    }
}

@media (max-width: 380px) {
    .landing-menu-viewall span {
        display: none;
    }

    .landing-menu-viewall {
        width: 36px;
        padding: 0;
        border-radius: 999px;
    }
}
