/**
 * Orient — sinematik video hero + koyu lacquer menü (antique gold aksan)
 */

:root {
    --orient-bg: #050505;
    --orient-bg-elevated: #121210;
    --orient-ink: #f5f2ea;
    --orient-muted: rgba(245, 242, 234, 0.55);
    /* Zengin antique gold — soluk değil, mustard değil */
    --orient-sage: #c5a059;
    --orient-gold: #c5a059;
    --orient-gold-bright: #e8d4a0;
    --orient-gold-deep: #9a7848;
    --orient-gold-soft: rgba(197, 160, 89, 0.18);
    --orient-gold-line: rgba(232, 212, 160, 0.45);
    --orient-gold-glow: rgba(197, 160, 89, 0.32);
    --orient-gold-cta: linear-gradient(145deg, #f0e0b0 0%, #c5a059 48%, #9a7848 100%);
    --orient-gold-cta-hover: linear-gradient(145deg, #f5e8c0 0%, #d4b068 48%, #a88850 100%);
    --orient-filter-text: #c8c4ba;
    --orient-filter-text-hover: #f2efe8;
    --orient-filter-active-bg: #c5a059;
    --orient-filter-active-text: #0a0908;
    --orient-line: rgba(255, 255, 255, 0.1);
    --orient-line-soft: rgba(255, 255, 255, 0.06);
    --orient-panel: #161614;
    --orient-panel-high: #1c1b18;
    --orient-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    --orient-radius-xl: 28px;
    --orient-radius-lg: 20px;
    --orient-radius-md: 14px;
    --orient-font: 'Montserrat', system-ui, sans-serif;
    --orient-serif: 'Cormorant Garamond', Georgia, serif;
    /* Temiz lining rakamlar — fiyatlar için (Cormorant süslü rakamları yok) */
    --orient-price: 'Outfit', 'Montserrat', system-ui, sans-serif;
    --primary-font: var(--orient-font);
    --secondary-font: var(--orient-serif);
    --background: var(--orient-bg);
    --foreground: var(--orient-ink);
    --card: var(--orient-panel);
    --primary: var(--orient-gold);
    --primary-foreground: #12110c;
    --muted-foreground: var(--orient-muted);
    --border: var(--orient-line);
    --qrborder: var(--orient-line);
    --qrbackground: var(--orient-panel);
    --qricon: var(--orient-ink);
    --inputbackground: var(--orient-panel-high);
    --bg-color: var(--orient-bg);
    --text-dark: var(--orient-ink);
    --text-light: var(--orient-muted);
    --card-bg: var(--orient-panel);
    --border-color: var(--orient-line);
    --success-color: #7a9a5a;
    --error-color: #d4655a;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    overflow-x: clip;
    background: #050505;
}

body.orient-app {
    margin: 0;
    font-family: var(--orient-font);
    background: #050505;
    color: #f5f2ea;
    line-height: 1.5;
    overflow-x: clip;
    padding-bottom: 0;
}

html.orient-products-open,
html.orient-products-open body.orient-app {
    overflow: hidden !important;
    touch-action: manipulation;
    overscroll-behavior: none;
}

html.orient-products-open body.orient-app {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

/* ─── Video hero — tam ekran ─── */
.orient-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
    background: #000;
}

.orient-hero-poster {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    margin: 0;
    pointer-events: none;
}

.orient-hero-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orient-hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.orient-hero.is-video-ready .orient-hero-media {
    opacity: 1;
}

.orient-hero-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #000;
}

.orient-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.08) 42%,
        rgba(0, 0, 0, 0.55) 100%
    );
    pointer-events: none;
    z-index: 5;
}

/* Top bar — cam butonlar */
.orient-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: max(12px, env(safe-area-inset-top)) 16px 12px;
}

.orient-topbar-start {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.orient-topbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.orient-lang-static {
    pointer-events: none;
    opacity: 0.75;
    cursor: default;
}

.orient-icon-btn {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(0,0,0,0.38);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.15s;
}

.orient-icon-btn:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

.orient-lang-btn {
    width: auto;
    min-width: 56px;
    padding: 0 12px;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.orient-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--orient-gold-bright);
    color: #12110c;
    font-family: var(--orient-price);
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0a0a08;
}

.orient-cart-badge.is-zero { display: none; }

/* Sepet FAB — sadece ürün varken, sağ alt */
.orient-sticky-chrome {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(22px, calc(16px + env(safe-area-inset-bottom)));
    top: auto;
    z-index: 3200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px) scale(0.92);
    transition:
        opacity 0.28s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.28s ease;
}

html.orient-cart-has-items .orient-sticky-chrome {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

.orient-dock-btn {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.orient-dock-btn:hover,
.orient-dock-btn:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

.orient-dock-btn:active {
    transform: scale(0.96);
}

.orient-dock-cart {
    color: #14130e;
    background: var(--orient-gold-cta);
    border: 1px solid rgba(232, 212, 160, 0.45);
    box-shadow:
        0 14px 36px rgba(197, 160, 89, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.orient-dock-cart:hover,
.orient-dock-cart:focus-visible {
    background: var(--orient-gold-cta-hover);
    box-shadow:
        0 18px 42px rgba(197, 160, 89, 0.34),
        0 6px 16px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.orient-dock-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #0a0a08;
    color: var(--orient-gold-bright);
    font-family: var(--orient-price);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(232, 212, 160, 0.65);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    line-height: 1;
}

.orient-dock-badge.is-zero {
    display: none;
}

body.modal-open .orient-sticky-chrome,
.cart-sidebar.open ~ .orient-sticky-chrome {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Garson çağır — bilgi satırının altında */
.orient-waiter-dock {
    display: flex;
    justify-content: center;
    margin: 0 20px 22px;
}

.orient-waiter-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 360px;
    height: 48px;
    padding: 0 20px 0 14px;
    border: 1px solid rgba(245, 232, 200, 0.55);
    border-radius: 999px;
    background: var(--orient-gold-cta);
    color: #14120e;
    font-family: var(--orient-font);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    box-shadow:
        0 12px 32px rgba(197, 160, 89, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.orient-waiter-btn__pulse {
    position: absolute;
    left: 17px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border-radius: 50%;
    border: 1.5px solid rgba(20, 18, 14, 0.35);
    animation: orientWaiterPulse 2s ease-out infinite;
    pointer-events: none;
}

.orient-waiter-btn__icon {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 18, 14, 0.12);
    border: 1px solid rgba(20, 18, 14, 0.15);
    font-size: 11px;
    color: #14120e;
    flex-shrink: 0;
}

.orient-waiter-btn__text {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.orient-waiter-btn:hover,
.orient-waiter-btn:focus-visible {
    background: var(--orient-gold-cta-hover);
    transform: translateY(-1px);
    outline: none;
    box-shadow:
        0 16px 38px rgba(197, 160, 89, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.orient-waiter-btn:active {
    transform: scale(0.98);
}

.orient-waiter-btn.calling {
    animation: orientWaiterCalling 0.9s ease-in-out infinite;
}

.orient-waiter-btn.calling .orient-waiter-btn__icon i {
    animation: orientWaiterBell 0.7s ease-in-out infinite;
}

.orient-waiter-btn.disabled,
.orient-waiter-btn:disabled {
    opacity: 0.45;
    pointer-events: none;
    filter: grayscale(0.25);
    box-shadow: none;
}

.orient-waiter-btn.disabled .orient-waiter-btn__pulse,
.orient-waiter-btn:disabled .orient-waiter-btn__pulse {
    animation: none;
    opacity: 0;
}

@keyframes orientWaiterPulse {
    0% { transform: scale(0.85); opacity: 0.7; }
    70% { transform: scale(1.55); opacity: 0; }
    100% { transform: scale(1.55); opacity: 0; }
}

@keyframes orientWaiterCalling {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.12); }
}

@keyframes orientWaiterBell {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-14deg); }
    75% { transform: rotate(14deg); }
}

.orient-hero-center {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: max(72px, env(safe-area-inset-top)) 24px max(88px, env(safe-area-inset-bottom));
    color: #fff;
}

.orient-scroll-hint {
    position: absolute;
    bottom: max(28px, env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    width: 26px;
    height: 40px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    cursor: pointer;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

.orient-scroll-hint span {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 3px;
    height: 7px;
    margin-left: -1.5px;
    border-radius: 3px;
    background: #fff;
    animation: orientScrollDot 2s ease-in-out infinite;
}

@keyframes orientScrollDot {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.3; transform: translateY(8px); }
}

/* Bilgi satırı — okunaklı, kutusuz */
.orient-info-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin: 4px 20px 16px;
    padding: 4px 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.orient-info-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: none;
    background: none;
    color: rgba(245, 242, 234, 0.62);
    font-family: var(--orient-font);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.18s ease;
}

.orient-info-link i {
    font-size: 0.78rem;
    color: var(--orient-gold-bright);
}

.orient-info-link:hover i {
    color: #fff;
}

.orient-info-link:hover {
    color: #fff;
}

.orient-info-sep {
    color: rgba(255, 255, 255, 0.16);
    font-size: 0.7rem;
    font-weight: 300;
    user-select: none;
}

.orient-hero-logo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: contain;
    padding: 6px;
    background: rgba(0,0,0,0.35);
    border: 2px solid rgba(255,255,255,0.35);
    margin-bottom: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}

.orient-hero-title {
    margin: 0 0 8px;
    font-family: var(--orient-serif);
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 20px rgba(0,0,0,0.45);
}

.orient-hero-desc {
    margin: 0 0 22px;
    max-width: 32ch;
    font-size: 0.92rem;
    opacity: 0.9;
    font-weight: 500;
}

.orient-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(12px);
    color: #fff;
    font-family: var(--orient-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}

.orient-hero-cta:hover {
    background: rgba(255,255,255,0.22);
    transform: translateY(-2px);
}

/* ─── Menü alanı — scroll ile görünür ─── */
.orient-sheet {
    position: relative;
    z-index: 6;
    margin-top: 0;
    background: #050505;
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
    overflow: hidden;
}

.orient-sheet-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 22px 0 calc(12px + env(safe-area-inset-bottom, 0px));
    background: transparent;
}

.orient-section {
    margin-bottom: 26px;
}

.orient-sec-title {
    margin: 0 0 14px;
    padding: 0 20px;
    font-family: var(--orient-serif);
    font-size: 1.4rem;
    font-weight: 500;
    color: #f5f2ea;
    position: relative;
    letter-spacing: 0.01em;
}

.orient-sec-title::after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 8px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--orient-gold-bright), var(--orient-gold));
}

/* ── Öne Çıkanlar ── */
.orient-promo-wrap {
    padding: 0 20px;
}

.orient-promo {
    position: relative;
    aspect-ratio: 16 / 9;
    max-height: 200px;
    border-radius: 14px;
    overflow: hidden;
    background: #1a1914;
    border: 1px solid rgba(25, 25, 20, 0.08);
    box-shadow: none;
}

.orient-promo-slide,
.announcement-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.45s ease;
    cursor: pointer;
}

.orient-promo-slide.active,
.announcement-slide.active { opacity: 1; z-index: 1; }

.orient-promo-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 18, 12, 0.15) 0%, rgba(20, 18, 12, 0.65) 100%);
    z-index: 1;
    pointer-events: none;
}

.orient-promo-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 14px 16px 26px;
    font-family: var(--orient-font);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.orient-promo-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 6px;
    pointer-events: none;
}

.orient-promo-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.25s, transform 0.25s;
}

.orient-promo-dot.active {
    width: 6px;
    background: var(--orient-gold-bright);
    transform: scale(1.2);
}

.orient-spotlight,
.orient-menu-block {
    margin-bottom: 0;
}

.orient-menu-block.orient-menu-bento {
    margin: 0;
    padding: 28px 0 12px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.orient-menu-bento::before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 184, 120, 0.35), transparent);
}

.orient-menu-bento .orient-sec-title {
    margin-bottom: 16px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
}

.orient-menu-bento .orient-sec-title::after {
    width: 28px;
    height: 1.5px;
    margin-top: 12px;
    background: var(--orient-gold-bright);
}

.orient-menu-bento .orient-tab-bar {
    margin: 0 16px 20px;
    padding: 4px;
    gap: 4px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.orient-menu-bento .orient-tab-bar .filter-btn {
    padding: 12px 8px;
    color: var(--orient-filter-text);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    border-radius: 999px;
}

.orient-menu-bento .orient-tab-bar .filter-btn::after {
    display: none;
}

.orient-menu-bento .orient-tab-bar .filter-btn:hover:not(.active) {
    color: var(--orient-filter-text-hover);
    background: rgba(255, 255, 255, 0.05);
}

.orient-menu-bento .orient-tab-bar .filter-btn.active {
    background-color: var(--orient-filter-active-bg);
    background-image: var(--orient-gold-cta);
    color: var(--orient-filter-active-text);
    border: 1px solid rgba(245, 232, 200, 0.45);
    box-shadow: 0 6px 18px rgba(197, 160, 89, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.orient-menu-bento .orient-tab-bar .filter-btn.active::after {
    display: none;
}

/* ── Şefin Önerileri ── */
.orient-spotlight.orient-section {
    margin-bottom: 0;
    padding: 0 0 22px;
}

.orient-spot-rail,
.chef-picks-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 68vw);
    gap: 12px;
    overflow-x: auto;
    padding: 2px 20px 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.orient-spot-rail::-webkit-scrollbar,
.chef-picks-scroll::-webkit-scrollbar { display: none; }

.chef-picks-card {
    scroll-snap-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px;
    background: #121210;
    border-radius: 14px;
    cursor: pointer;
    text-align: left;
    color: inherit;
    appearance: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.chef-picks-card:hover,
.chef-picks-card:focus-visible {
    border-color: rgba(212, 184, 120, 0.4);
    background: #171714;
    outline: none;
    transform: none;
    box-shadow: none;
}

.chef-picks-card .cp-frame {
    position: relative;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    background: #1c1c18;
    margin-bottom: 0;
    box-shadow: none;
}

.chef-picks-card .cp-frame::before {
    display: none;
}

.chef-picks-card .cp-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    pointer-events: none;
    z-index: 1;
}

.chef-picks-card .cp-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
}

.chef-picks-card:hover .cp-photo,
.chef-picks-card:focus-visible .cp-photo {
    transform: none;
}

.chef-picks-card .cp-meta {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding: 0 4px 0 0;
    min-width: 0;
    flex: 1;
}

.chef-picks-card .cp-name {
    margin: 0;
    font-family: var(--orient-font);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: #f5f2ea;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: none;
}

.chef-picks-card .cp-price {
    flex-shrink: 0;
    font-family: var(--orient-price);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--orient-gold-bright);
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: 'tnum' 1, 'lnum' 1;
}

/* ── Menü filtreleri — koyu pill ── */
.orient-tab-bar {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 20px 20px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.orient-tab-bar .filter-btn {
    flex: 1;
    padding: 12px 8px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--orient-filter-text);
    font-family: var(--orient-font);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
}

.orient-tab-bar .filter-btn::after { display: none; }

.orient-tab-bar .filter-btn.active {
    background-color: var(--orient-filter-active-bg);
    background-image: var(--orient-gold-cta);
    color: var(--orient-filter-active-text);
    border: 1px solid rgba(245, 232, 200, 0.45);
    box-shadow: 0 6px 18px rgba(197, 160, 89, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.orient-tab-bar .filter-btn:hover:not(.active) {
    color: var(--orient-filter-text-hover);
    background: rgba(255, 255, 255, 0.05);
}

.orient-tab-bar .filter-btn:active {
    transform: scale(0.98);
}

/* ── Kategoriler — tek sütun yatay kartlar ── */
.category-grid-wrap {
    position: relative;
}

.category-grid-wrap > .menu-greview-sentinel {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
}

/* Google yorum — Orient lacquer / champagne brass */
body.orient-app .menu-greview-float {
    z-index: 2800;
}

body.orient-app .menu-greview-float__link {
    gap: 10px;
    padding: 11px 18px 11px 12px;
    border-radius: 0 18px 18px 0;
    background:
        linear-gradient(145deg, rgba(28, 26, 22, 0.92), rgba(10, 10, 8, 0.96));
    border: 1px solid rgba(197, 160, 89, 0.36);
    border-left: none;
    color: var(--orient-ink);
    font-family: var(--orient-font);
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        4px 0 24px rgba(197, 160, 89, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.orient-app .menu-greview-float__link:hover,
body.orient-app .menu-greview-float__link:focus-visible {
    color: #fff;
    background:
        linear-gradient(145deg, rgba(40, 36, 28, 0.95), rgba(16, 14, 12, 0.98));
    border-color: rgba(232, 212, 160, 0.5);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        4px 0 28px rgba(197, 160, 89, 0.14);
    outline: none;
}

body.orient-app .menu-greview-float__icon {
    width: 30px;
    height: 30px;
    background: var(--orient-gold-cta);
    color: #14130e;
    border: 1px solid rgba(232, 212, 160, 0.4);
    box-shadow:
        0 4px 12px rgba(197, 160, 89, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font-size: 0.78rem;
}

body.orient-app .menu-greview-float__icon i {
    color: #14130e;
}

body.orient-app .menu-greview-float__stars {
    margin-top: 4px;
    color: var(--orient-gold-bright);
    font-size: 0.55rem;
    letter-spacing: 0.18em;
    opacity: 0.92;
}

body.orient-app .menu-greview-float__dismiss {
    top: -8px;
    right: -4px;
    width: 22px;
    height: 22px;
    background: #0a0a08;
    color: var(--orient-gold-bright);
    border: 1px solid rgba(197, 160, 89, 0.4);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

body.orient-app .menu-greview-float__dismiss:hover {
    background: rgba(197, 160, 89, 0.18);
    color: #fff;
}

html.orient-products-open .menu-greview-float,
body.modal-open .menu-greview-float,
.cart-sidebar.open ~ .menu-greview-float {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


.category-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 20px 0;
    width: 100%;
}

.category-card {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 2.2 / 1;
    min-height: 138px;
    max-height: 200px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-color: #151512;
    transform: translateZ(0);
    isolation: isolate;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-card.is-span-full,
.category-card.is-span-half {
    aspect-ratio: 2.2 / 1;
    min-height: 138px;
    max-height: 200px;
}

.orient-chapter-media {
    position: absolute;
    inset: 0;
    background-color: #151512;
    background-size: cover;
    background-position: center;
    transform: scale(1.001);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 95% 85% at 0% 0%, rgba(0, 0, 0, 0.62) 0%, transparent 58%),
        linear-gradient(105deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.38) 100%);
    pointer-events: none;
}

.category-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 3;
}

.category-card:hover .orient-chapter-media,
.category-card:focus-visible .orient-chapter-media {
    transform: scale(1.05);
}

.category-card:hover,
.category-card:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.category-card:active {
    transform: scale(0.99);
}

.category-card.is-filtered-out {
    display: none !important;
}

.orient-chapter-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 20px;
    max-width: 78%;
    min-width: 0;
}

.orient-chapter-type { display: none; }

.category-name {
    margin: 0;
    font-family: var(--orient-font);
    font-size: clamp(1.12rem, 3.8vw, 1.32rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.96);
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.35),
        0 3px 14px rgba(0, 0, 0, 0.45),
        0 10px 28px rgba(0, 0, 0, 0.3);
    transition: letter-spacing 0.35s ease, text-shadow 0.35s ease;
}

.category-name::after {
    content: '';
    display: block;
    width: 28px;
    height: 1.5px;
    margin-top: 7px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--orient-gold-bright) 0%, rgba(197, 160, 89, 0.35) 100%);
    opacity: 0.9;
    transition: width 0.35s ease, opacity 0.35s ease;
}

.category-card:hover .category-name,
.category-card:focus-visible .category-name {
    letter-spacing: 0.045em;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.4),
        0 4px 18px rgba(0, 0, 0, 0.5),
        0 12px 32px rgba(0, 0, 0, 0.35);
}

.category-card:hover .category-name::after,
.category-card:focus-visible .category-name::after {
    width: 40px;
    opacity: 1;
}

.orient-chapter-desc { display: none !important; }

.orient-chapter-go { display: none !important; }

/* ── Ürün paneli — sinematik fade / scale (perde değil) ── */
#main-view { will-change: auto; }
#category-view { padding: 0; margin: 0; max-width: none; }

.cat-panel-veil {
    position: fixed;
    inset: 0;
    z-index: 2990;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.62s;
}

.cat-panel-veil.is-on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cat-panel {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    background: #050505;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 12px, 0) scale(0.985);
    transform-origin: 50% 42%;
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0.75s;
}

.cat-panel.show,
#products-view.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

/* Kapanış — yumuşak uzaklaşma */
.cat-panel.is-closing {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transform: translate3d(0, -8px, 0) scale(1.015);
    transition:
        opacity 0.45s cubic-bezier(0.4, 0, 1, 1),
        transform 0.6s cubic-bezier(0.4, 0, 1, 1),
        visibility 0.6s;
}

.cat-panel-hero {
    flex-shrink: 0;
    height: min(30vh, 240px);
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-color: #0a0a09;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 20px 26px;
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
        opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.12s,
        transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}

.cat-panel.show .cat-panel-hero {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.cat-panel.is-closing .cat-panel-hero {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition-duration: 0.42s;
    transition-delay: 0s;
}

.cat-panel-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.88) 100%);
}

.cat-panel-hero::after { display: none; }

.cat-panel-back {
    position: absolute;
    top: max(14px, env(safe-area-inset-top));
    left: 14px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.cat-panel-back:hover,
.cat-panel-back:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(212, 184, 120, 0.45);
    outline: none;
}

.cat-panel-title {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: calc(100% - 8px);
    padding-top: 14px;
    font-family: var(--orient-font);
    font-size: clamp(1.45rem, 5.5vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.cat-panel-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 1.5px;
    background: var(--orient-gold-bright);
}

.cat-panel-body {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: -12px;
    border-radius: 22px 22px 0 0;
    background: #050505;
    position: relative;
    z-index: 1;
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.45);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.cat-panel.show .cat-panel-body {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.cat-panel.is-closing .cat-panel-body {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition-duration: 0.4s;
    transition-delay: 0s;
}

.cat-panel-list {
    flex: 1;
    overflow-y: auto;
    padding: 18px 16px calc(28px + env(safe-area-inset-bottom));
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

.cat-panel-loading,
.cat-panel-empty {
    text-align: center;
    padding: 56px 20px;
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--orient-font);
    font-size: 0.92rem;
}

/* Ürün kartı — dark */
.cat-product {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: #121210;
    box-shadow: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.cat-product:last-child { margin-bottom: 0; }

.cat-product:hover {
    border-color: rgba(212, 184, 120, 0.28);
    background: #161613;
}

.cat-product-main {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.cat-product-thumb {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    background-color: #1c1c18;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cat-product-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cat-product-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.cat-product-name {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: var(--orient-font);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #f5f2ea;
}

.cat-product-price,
.product-price {
    flex-shrink: 0;
    font-family: var(--orient-price);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--orient-gold-bright);
    white-space: nowrap;
    padding-top: 2px;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: 'tnum' 1, 'lnum' 1;
}

.cat-product-desc {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.48);
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 2px;
}

.cat-product .calorie-badge {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 200, 160, 0.9) !important;
}

.cat-product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cat-qty {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.cat-qty-btn {
    width: 36px;
    height: 100%;
    border: none;
    background: none;
    color: #fff;
    font-size: 1.05rem;
    cursor: pointer;
}

.cat-qty-val {
    min-width: 26px;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 700;
    color: #fff;
}

.cat-add-btn {
    flex: 1;
    height: 40px;
    border: 1px solid rgba(232, 212, 160, 0.4);
    border-radius: 12px;
    background: var(--orient-gold-cta);
    color: #14130e;
    font-family: var(--orient-font);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.2);
    transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
}

.cat-add-btn:hover,
.cat-add-btn:focus-visible {
    background: var(--orient-gold-bright);
    color: #0a0a09;
    outline: none;
}

.cat-add-btn:active {
    transform: scale(0.98);
}

.cat-add-btn i { font-size: 0.68rem; }

.cat-product.highlight,
.product-item.highlight {
    border-color: rgba(212, 184, 120, 0.5);
    background: linear-gradient(180deg, rgba(212, 184, 120, 0.12) 0%, #121210 60%);
}

/* Legacy aliases */
.product-item { /* card chrome from .cat-product */ }
.product-details { display: flex; flex-direction: column; gap: 4px; }
.product-name { margin: 0; }
.product-image { /* thumb from .cat-product-thumb */ }
.add-to-cart-with-quantity {
    margin: 0 !important;
    width: auto !important;
    height: 40px !important;
    border-radius: 12px !important;
    background: var(--orient-gold-cta) !important;
    border: 1px solid rgba(232, 212, 160, 0.4) !important;
    color: #14130e !important;
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.2) !important;
}
.quantity-btn { border: none; background: none; color: #fff; }

.ori-fab-waiter { display: none !important; }
.ori-dock { display: none !important; }

/* ─── Cart sidebar — premium lacquer ─── */
.cart-sidebar {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: min(400px, 100vw) !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    z-index: 5000 !important;
    background:
        radial-gradient(ellipse 120% 40% at 50% -10%, rgba(197, 160, 89, 0.08), transparent 55%),
        linear-gradient(180deg, #0a0a08 0%, #10100e 40%, #141412 100%) !important;
    border-left: 1px solid rgba(197, 160, 89, 0.2) !important;
    box-shadow: -24px 0 64px rgba(0, 0, 0, 0.7) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    transition: right 0.34s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.cart-sidebar.open { right: 0 !important; }

.cart-header {
    flex-shrink: 0;
    padding: max(20px, env(safe-area-inset-top)) 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: none;
    background: transparent;
    color: var(--orient-ink);
    position: relative;
}

.cart-header::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.5), transparent);
}

.cart-header-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cart-header-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(232, 212, 160, 0.18), rgba(197, 160, 89, 0.08));
    border: 1px solid rgba(197, 160, 89, 0.35);
    color: var(--orient-gold-bright);
    font-size: 0.95rem;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cart-header-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.cart-header .h5,
.cart-header-title .h5 {
    margin: 0;
    font-family: var(--orient-serif);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--orient-ink);
    line-height: 1.15;
}

.cart-header-sub {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(245, 242, 234, 0.42);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(245, 242, 234, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.cart-close-btn:hover,
.cart-close-btn:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(197, 160, 89, 0.4);
    color: #fff;
    outline: none;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px 16px 16px;
    -webkit-overflow-scrolling: touch;
}

.cart-sidebar.is-empty .cart-items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
}

.cart-sidebar.is-empty .cart-footer {
    display: none;
}

.cart-empty {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 20px;
    gap: 14px;
}

.cart-empty-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--orient-gold-bright);
    background:
        radial-gradient(circle at 40% 30%, rgba(232, 212, 160, 0.32), rgba(255, 255, 255, 0.02) 60%);
    border: 1px solid rgba(197, 160, 89, 0.38);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.4),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.cart-empty-title {
    margin: 0;
    max-width: 16ch;
    font-family: var(--orient-serif);
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(245, 242, 234, 0.88);
}

.cart-empty-cta {
    margin-top: 6px;
    padding: 11px 22px;
    border-radius: 999px;
    border: 1px solid rgba(197, 160, 89, 0.4);
    background: transparent;
    color: var(--orient-gold-bright);
    font-family: var(--orient-font);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
}

.cart-empty-cta:hover,
.cart-empty-cta:focus-visible {
    background: rgba(197, 160, 89, 0.12);
    border-color: rgba(232, 212, 160, 0.55);
    outline: none;
    transform: translateY(-1px);
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 14px;
    margin-bottom: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cart-item:last-child { margin-bottom: 0; }

.cart-item-info {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-item-name {
    font-weight: 700;
    font-size: 0.94rem;
    line-height: 1.25;
    color: var(--orient-ink);
}

.cart-item-price {
    color: var(--orient-gold-bright);
    font-family: var(--orient-price);
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: 'tnum' 1, 'lnum' 1;
}

.cart-item-quantity {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--orient-ink);
    flex-shrink: 0;
}

.cart-item-quantity .quantity-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.06);
    color: var(--orient-ink);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease;
}

.cart-item-quantity .quantity-btn:hover {
    background: rgba(197, 160, 89, 0.22);
    color: var(--orient-gold-bright);
}

.cart-item-quantity .quantity-val {
    min-width: 1.35rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.88rem;
}

.cart-footer {
    flex-shrink: 0;
    padding: 16px 18px calc(20px + env(safe-area-inset-bottom));
    border-top: none;
    background:
        linear-gradient(180deg, rgba(10, 10, 8, 0) 0%, #080807 28%, #050505 100%);
    box-shadow: 0 -28px 48px rgba(0, 0, 0, 0.4);
    position: relative;
}

.cart-footer::before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.42), transparent);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 10px 0 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(197, 160, 89, 0.22);
}

.cart-total-label {
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(245, 242, 234, 0.48);
}

.cart-total-value,
#cart-total-price,
#modal-total-price,
#pd-price {
    font-family: var(--orient-price) !important;
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--orient-gold-bright);
    letter-spacing: 0.03em;
    line-height: 1;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: 'tnum' 1, 'lnum' 1;
}

#pd-price {
    font-size: 1.35rem !important;
    color: var(--orient-gold-bright) !important;
}

#modal-total-price {
    font-size: 1.25rem;
}

.order-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 20px;
    border: 1px solid rgba(232, 212, 160, 0.45) !important;
    border-radius: 999px !important;
    background: var(--orient-gold-cta) !important;
    color: #14130e !important;
    font-family: var(--orient-font) !important;
    font-weight: 800 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow:
        0 14px 34px rgba(197, 160, 89, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
    transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.order-btn i { font-size: 0.8rem; }

.order-btn:hover:not(:disabled),
.order-btn:focus-visible:not(:disabled) {
    filter: brightness(1.05);
    transform: translateY(-1px);
    outline: none;
    box-shadow:
        0 18px 40px rgba(197, 160, 89, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}

.order-btn:active:not(:disabled) {
    transform: scale(0.985);
}

.order-btn:disabled {
    cursor: not-allowed;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(245, 242, 234, 0.35) !important;
    box-shadow: none !important;
    filter: none;
}

.overlay {
    position: fixed;
    inset: 0;
    z-index: 4990;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

/* ─── SweetAlert2 — Orient lacquer ─── */
body.orient-app .swal2-container {
    z-index: 20000 !important;
}

body.orient-app .swal2-container.swal2-backdrop-show,
body.orient-app .swal2-container.swal2-shown {
    background: rgba(0, 0, 0, 0.72) !important;
}

body.orient-app .swal2-popup,
body.orient-app .swal2-custom-popup {
    width: min(340px, calc(100vw - 32px)) !important;
    padding: 28px 22px 22px !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, #161512 0%, #0c0b09 100%) !important;
    color: var(--orient-ink) !important;
    border: 1px solid rgba(197, 160, 89, 0.28) !important;
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    font-family: var(--orient-font) !important;
}

body.orient-app .swal2-icon {
    margin: 0 auto 14px !important;
    border-width: 2px !important;
    width: 3.4em !important;
    height: 3.4em !important;
}

body.orient-app .swal2-icon.swal2-warning {
    border-color: rgba(197, 160, 89, 0.55) !important;
    color: var(--orient-gold-bright) !important;
}

body.orient-app .swal2-icon.swal2-warning .swal2-icon-content {
    color: var(--orient-gold-bright) !important;
    font-weight: 600 !important;
}

body.orient-app .swal2-icon.swal2-info {
    border-color: rgba(197, 160, 89, 0.45) !important;
    color: var(--orient-gold-bright) !important;
}

body.orient-app .swal2-icon.swal2-info .swal2-icon-content {
    color: var(--orient-gold-bright) !important;
}

body.orient-app .swal2-icon.swal2-success {
    border-color: rgba(122, 154, 90, 0.55) !important;
    color: #9bbb72 !important;
}

body.orient-app .swal2-icon.swal2-success [class^='swal2-success-line'],
body.orient-app .swal2-icon.swal2-success [class*=' swal2-success-line'] {
    background-color: #9bbb72 !important;
}

body.orient-app .swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(122, 154, 90, 0.35) !important;
}

body.orient-app .swal2-icon.swal2-error {
    border-color: rgba(212, 101, 90, 0.55) !important;
    color: #e07a6e !important;
}

body.orient-app .swal2-icon.swal2-error [class^='swal2-x-mark-line'],
body.orient-app .swal2-icon.swal2-error [class*=' swal2-x-mark-line'] {
    background-color: #e07a6e !important;
}

body.orient-app .swal2-title,
body.orient-app .swal2-custom-title {
    margin: 0 0 8px !important;
    padding: 0 !important;
    font-family: var(--orient-serif) !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    color: var(--orient-ink) !important;
    line-height: 1.25 !important;
    letter-spacing: 0.01em !important;
}

body.orient-app .swal2-html-container,
body.orient-app .swal2-custom-content {
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-family: var(--orient-font) !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: rgba(245, 242, 234, 0.62) !important;
}

body.orient-app .swal2-actions {
    margin: 18px 0 0 !important;
    gap: 10px !important;
}

body.orient-app .swal2-confirm,
body.orient-app .swal2-styled.swal2-confirm {
    min-width: 132px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 26px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(232, 212, 160, 0.45) !important;
    background: var(--orient-gold-cta) !important;
    color: #14130e !important;
    font-family: var(--orient-font) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    box-shadow:
        0 10px 28px rgba(197, 160, 89, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

body.orient-app .swal2-confirm:hover,
body.orient-app .swal2-confirm:focus-visible {
    filter: brightness(1.05);
    outline: none !important;
    box-shadow:
        0 14px 32px rgba(197, 160, 89, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

body.orient-app .swal2-cancel,
body.orient-app .swal2-styled.swal2-cancel {
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(245, 242, 234, 0.78) !important;
    font-family: var(--orient-font) !important;
    font-size: 0.72rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

/* Sipariş / Bootstrap modal butonları */
body.orient-app .modal-footer .btn-primary,
body.orient-app #confirm-order-btn {
    border-radius: 999px !important;
    border: 1px solid rgba(232, 212, 160, 0.45) !important;
    background: var(--orient-gold-cta) !important;
    color: #14130e !important;
    font-family: var(--orient-font) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 11px 20px !important;
    box-shadow: 0 10px 24px rgba(197, 160, 89, 0.22) !important;
}

body.orient-app .modal-footer .btn-secondary {
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(245, 242, 234, 0.78) !important;
    font-family: var(--orient-font) !important;
    font-size: 0.72rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 11px 18px !important;
}

body.orient-app .modal-header .btn-close {
    filter: invert(1) grayscale(1) brightness(1.4);
    opacity: 0.7;
}

/* ─── Bildirimler ─── */
.popup-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 6000;
    min-width: 200px;
    padding: 18px 28px;
    border-radius: var(--orient-radius-md);
    background: linear-gradient(180deg, #161512 0%, #0c0b09 100%);
    border: 1px solid var(--orient-gold-line);
    color: var(--orient-gold-bright);
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}

.popup-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.popup-notification i {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 6px;
}

.top-notification {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    z-index: 6500;
    padding: 10px 18px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, #161512 0%, #0c0b09 100%);
    border: 1px solid var(--orient-gold-line);
    border-top: none;
    color: var(--orient-gold-bright);
    font-size: 0.85rem;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s, opacity 0.25s;
}

.top-notification.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.top-notification.error { background: var(--error-color); }

.notification {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 6400;
    max-width: 320px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: all 0.3s;
}

.notification.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.notification-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: var(--orient-radius-md);
    background: var(--orient-panel);
    border: 1px solid var(--orient-line);
    box-shadow: var(--orient-shadow);
    color: var(--orient-ink);
}

.notification.success .notification-content { border-color: var(--orient-sage); }
.notification.error .notification-content { border-color: var(--error-color); }

.notification-icon {
    flex-shrink: 0;
    color: var(--orient-sage);
    font-size: 1.1rem;
    margin-top: 2px;
}

.notification.error .notification-icon { color: var(--error-color); }

.notification-message {
    flex: 1;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.4;
}

.notification-close {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: var(--orient-muted);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.notification-close:hover {
    background: var(--orient-bg);
    color: var(--orient-ink);
}

/* Lang sheet */
.orient-lang-overlay {
    position: fixed;
    inset: 0;
    z-index: 8000;
    background: rgba(0,0,0,0.72);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s;
}

.orient-lang-overlay.show { opacity: 1; visibility: visible; }

.orient-lang-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8100;
    background: var(--orient-panel);
    border-radius: 24px 24px 0 0;
    padding: 20px 16px calc(24px + env(safe-area-inset-bottom));
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    border-top: 1px solid var(--orient-line);
}

.orient-lang-sheet.show { transform: translateY(0); }

.orient-lang-sheet-handle {
    width: 40px;
    height: 4px;
    background: var(--orient-line);
    border-radius: 4px;
    margin: 0 auto 16px;
}

.orient-lang-sheet-title {
    font-family: var(--orient-serif);
    text-align: center;
    margin-bottom: 16px;
    font-size: 1.2rem;
}

.orient-lang-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.orient-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--orient-line);
    background: var(--orient-bg);
    cursor: pointer;
    font-weight: 600;
    color: var(--orient-ink);
    text-align: start;
}

.orient-lang-option.active {
    border-color: var(--orient-gold);
    color: var(--orient-gold-bright);
    background: rgba(197, 160, 89, 0.12);
}

.orient-lang-option.active .orient-lang-code,
.orient-lang-option.active .orient-lang-native {
    color: var(--orient-gold-bright);
}

.orient-lang-code {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    min-width: 2.25rem;
    color: var(--orient-ink);
}

.orient-lang-native {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.orient-lang-loading {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(5, 5, 5, 0.92);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    color: var(--orient-ink);
}

.orient-lang-loading.show { opacity: 1; visibility: visible; }

.orient-lang-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--orient-line);
    border-top-color: var(--orient-sage);
    border-radius: 50%;
    animation: orientSpin 0.8s linear infinite;
}

@keyframes orientSpin { to { transform: rotate(360deg); } }

/* Search — Velvet tarzı floating kart (lacquer) */
.search-modal {
    position: fixed;
    inset: 0;
    z-index: 7000;
    background: rgba(0, 0, 0, 0.62);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: max(72px, calc(env(safe-area-inset-top) + 56px)) 16px 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.search-modal.show {
    opacity: 1;
    visibility: visible;
}

.search-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #161614;
    border-radius: 18px;
    border: 1px solid rgba(197, 160, 89, 0.22);
    padding: 20px 18px 16px;
    transform: translateY(-16px);
    transition: transform 0.3s ease;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.search-modal.show .search-container {
    transform: translateY(0);
}

.search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.search-title {
    font-family: var(--orient-serif);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: var(--orient-ink);
    letter-spacing: 0.01em;
}

.search-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: rgba(245, 242, 234, 0.65);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    transition: background 0.18s ease, color 0.18s ease;
}

.search-close:hover,
.search-close:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    outline: none;
}

.search-input-container {
    position: relative;
    margin-bottom: 14px;
}

.search-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--orient-muted);
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 1;
}

.search-input {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid var(--orient-line);
    border-radius: 12px;
    background: var(--orient-panel-high);
    color: var(--orient-ink);
    font-family: var(--orient-font);
    font-size: 0.95rem;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: var(--orient-muted);
}

.search-input:focus {
    outline: none;
    border-color: rgba(197, 160, 89, 0.55);
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.12);
}

.search-results {
    max-height: min(50vh, 380px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.no-results {
    text-align: center;
    padding: 10px 8px 4px;
    color: var(--orient-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.search-result-item {
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 0.15s ease;
}

.search-result-item:hover,
.search-result-item:focus-visible {
    background: var(--orient-panel-high);
    outline: none;
}

.search-result-image {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-color: #1c1b18;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.search-result-info {
    flex: 1;
    min-width: 0;
}

.search-result-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--orient-ink);
    line-height: 1.25;
}

.search-result-category {
    font-size: 0.7rem;
    color: var(--orient-muted);
}

.search-result-price {
    font-family: var(--orient-price);
    color: var(--orient-gold-bright);
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: 'tnum' 1, 'lnum' 1;
}

/* Modals — lacquer + gold (body seviyesinde; sheet z-index tuzağı yok) */
body.orient-app .modal {
    z-index: 10600;
}

body.orient-app .modal-backdrop {
    z-index: 10590;
    background: rgba(0, 0, 0, 0.72);
}

.modal-content {
    background: linear-gradient(180deg, #141412 0%, #0e0e0c 100%) !important;
    color: var(--orient-ink) !important;
    border: 1px solid rgba(197, 160, 89, 0.22) !important;
    border-radius: 22px !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55) !important;
    overflow: hidden;
}

.modal-header {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 18px 20px !important;
}

.modal-header .btn-close {
    opacity: 0.75;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus-visible {
    opacity: 1;
    outline: none;
}

.announcement-modal-body {
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(245, 242, 234, 0.88);
}

.announcement-modal-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.modal-title {
    font-family: var(--orient-serif) !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    color: var(--orient-ink) !important;
}

.modal-body { padding: 18px 20px !important; }

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(0, 0, 0, 0.25) !important;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom)) !important;
    gap: 10px;
}

.form-control {
    background: var(--orient-panel-high) !important;
    border-color: var(--orient-line) !important;
    color: var(--orient-ink) !important;
    border-radius: 12px !important;
}

.form-control:focus {
    border-color: rgba(197, 160, 89, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15) !important;
}

.form-label {
    color: rgba(245, 242, 234, 0.7) !important;
    font-size: 0.82rem;
    font-weight: 600;
}

#orderModal .alert-info,
.modal .alert-info {
    background: rgba(197, 160, 89, 0.08) !important;
    border: 1px solid rgba(197, 160, 89, 0.22) !important;
    color: var(--orient-ink) !important;
    border-radius: 14px !important;
}

.btn-primary {
    background: linear-gradient(135deg, #e8d4a0, #c5a059) !important;
    border-color: transparent !important;
    color: #12110c !important;
    font-weight: 800 !important;
    border-radius: 999px !important;
    padding: 10px 18px !important;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: var(--orient-ink) !important;
    border-radius: 999px !important;
}

.btn-close { filter: invert(1) grayscale(1) brightness(1.4) !important; }

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--orient-line-soft);
}

.info-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orient-panel-high);
    color: var(--orient-gold);
}

.cart-item-quantity {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--orient-ink);
    flex-shrink: 0;
}

.cart-item-quantity .quantity-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.06);
    color: var(--orient-ink);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
}

.cart-item-quantity .quantity-btn:hover {
    background: rgba(197, 160, 89, 0.22);
    color: var(--orient-gold-bright);
}

.cart-item-quantity .quantity-val {
    min-width: 1.25rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.88rem;
}

.copy-btn {
    border: 1px solid var(--orient-line);
    background: var(--orient-panel-high);
    color: var(--orient-ink);
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
}

.loader {
    text-align: center;
    padding: 40px;
    color: var(--orient-muted);
}

/* Legacy hide */
.menu-header, .ori-dock, .ori-fab-waiter { display: none !important; }

@media (min-width: 769px) {
    .orient-sheet-inner { max-width: 720px; }
    .category-grid { gap: 12px; padding: 0 18px; }
    .category-card,
    .category-card.is-span-full,
    .category-card.is-span-half {
        border-radius: 22px;
        aspect-ratio: 2.4 / 1;
        min-height: 160px;
        max-height: 220px;
    }
    .category-name,
    .category-card.is-span-full .category-name,
    .category-card.is-span-half .category-name {
        font-size: 1.45rem;
        letter-spacing: 0.028em;
    }
    .category-name::after {
        width: 32px;
        margin-top: 10px;
    }
    .category-card:hover .category-name::after,
    .category-card:focus-visible .category-name::after {
        width: 44px;
    }
    .orient-chapter-body {
        padding: 22px 24px;
        max-width: 70%;
    }
    .cat-panel,
    #products-view {
        inset: 0;
        width: 100%;
        max-height: none;
        border-radius: 0;
        transform: translate3d(0, 14px, 0) scale(0.988);
        box-shadow: none;
        overflow: hidden;
    }
    .cat-panel.show,
    #products-view.show {
        transform: translate3d(0, 0, 0) scale(1);
    }
    .cat-panel.is-closing {
        transform: translate3d(0, -8px, 0) scale(1.012);
    }
    .cat-panel-hero { border-radius: 0; }
    .cart-sidebar { width: 400px !important; right: -400px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .cat-panel,
    .cat-panel.show,
    .cat-panel.is-closing,
    .cat-panel-hero,
    .cat-panel-body,
    .cat-panel-veil {
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
        filter: none !important;
        transform: none !important;
    }
}

/* Ürün detay modal */
.pd-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 10px 0;
    position: relative;
    z-index: 21;
}

.pd-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(26 12% 19%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: var(--foreground);
    cursor: pointer;
    font-size: 0.8rem;
}

.pd-close:hover,
.pd-close:focus-visible {
    background: hsl(26 12% 24%);
    color: #fff;
}

#pd-image {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 16px 12px;
    box-sizing: border-box;
    position: relative;
    background-color: var(--card);
}

#pd-image-el {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.pd-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    z-index: 2;
    background: linear-gradient(to bottom, transparent, var(--card));
    pointer-events: none;
}
