:root {
    --sunset-1: #ff7e5f;
    --sunset-2: #feb47b;
    --sunset-3: #ffd17a;
    --aqua-1: #00bfa6;
    --aqua-2: #00b4d8;
    --aqua-deep: #0a4d6d;
    --cream: #fff8f0;
    --paper: #ffffff;
    --ink: #0e1226;
    --ink-soft: #4a5568;
    --gold: #c9a44c;
    --line: #ecdfd0;
    --shadow: 0 18px 50px rgba(14, 18, 38, 0.10);
    --shadow-sm: 0 6px 18px rgba(14, 18, 38, 0.06);
    --shadow-lg: 0 30px 80px rgba(14, 18, 38, 0.18);
    --radius: 14px;
    --radius-lg: 22px;
    --radius-xl: 28px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: -0.005em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, .display {
    font-family: 'Bricolage Grotesque', 'Plus Jakarta Sans', system-ui, sans-serif;
    font-weight: 600; letter-spacing: -0.025em;
    line-height: 1.08;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); font-weight: 700; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); margin: 0 0 .6rem; letter-spacing: -0.03em; }
h3 { font-size: 1.4rem; margin: 0 0 .5rem; }
a { color: var(--aqua-deep); text-decoration: none; }
a:hover { color: var(--sunset-1); }
img { max-width: 100%; display: block; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-tight { padding: 50px 0; }
.text-center { text-align: center; }
.muted { color: var(--ink-soft); }
.eyebrow {
    display: inline-block; padding: 7px 16px; border-radius: 999px;
    background: rgba(255,126,95,.12); color: var(--sunset-1);
    font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
}

/* Header */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,248,240,.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.brand-mark {
    width: 42px; height: 42px; border-radius: 12px;
    background: linear-gradient(135deg, var(--sunset-1), var(--sunset-3));
    display: grid; place-items: center; color: white; font-weight: 700; font-size: 1.1rem;
    box-shadow: 0 6px 18px rgba(255,126,95,.4);
}
.brand-logo { height: 56px; width: auto; max-width: 220px; display: block; }
.site-footer .brand-logo { height: 70px; max-width: 200px; filter: brightness(1.05); }
.brand small { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 500; font-size: .72rem; color: var(--ink-soft); letter-spacing: .12em; text-transform: uppercase; display: block; margin-top: 2px; }

.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
    padding: 10px 16px; border-radius: 10px; color: var(--ink); font-weight: 500; font-size: .94rem;
    transition: all .2s;
}
.nav-links a:hover { background: rgba(255,126,95,.1); color: var(--sunset-1); }
.nav-links a.active { color: var(--sunset-1); font-weight: 600; }
.nav-cta {
    background: linear-gradient(135deg, var(--sunset-1), var(--sunset-2)) !important;
    color: white !important; box-shadow: 0 8px 22px rgba(255,126,95,.3);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255,126,95,.45); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; }

/* Hero Slider */
.hero-slider {
    position: relative;
    width: 100%;
    height: 86vh; min-height: 520px; max-height: 820px;
    overflow: hidden;
    background: #1a1a2e;
}
.hero-slide {
    position: absolute; inset: 0;
    opacity: 0; transition: opacity 1s ease;
    background-size: cover; background-position: center;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(14,18,38,.15) 0%, rgba(14,18,38,.55) 60%, rgba(14,18,38,.85) 100%);
}
.hero-content {
    position: relative; z-index: 3;
    height: 100%; display: flex; flex-direction: column; justify-content: flex-end;
    padding-bottom: 90px;
}
.hero-inner { max-width: 760px; color: white; }
.hero-eyebrow { display: inline-block; padding: 7px 16px; border-radius: 999px; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: white; margin-bottom: 18px; }
.hero-title { font-size: clamp(2.6rem, 6vw, 5rem); margin: 0 0 18px; font-weight: 800; letter-spacing: -0.04em; line-height: 1.02; text-shadow: 0 4px 30px rgba(0,0,0,.4); }
.hero-body { font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 580px; opacity: .96; text-shadow: 0 2px 10px rgba(0,0,0,.3); margin-bottom: 0; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

.hero-nav { position: absolute; bottom: 28px; right: 50px; z-index: 4; display: flex; gap: 10px; }
.hero-dot {
    width: 12px; height: 12px; border-radius: 50%;
    background: rgba(255,255,255,.4); border: 0; cursor: pointer; padding: 0;
    transition: all .25s;
}
.hero-dot.active { background: white; transform: scale(1.3); }
.hero-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.4); backdrop-filter: blur(10px);
    cursor: pointer; z-index: 4; display: grid; place-items: center;
    color: white; transition: all .2s;
}
.hero-arrow:hover { background: white; color: var(--ink); }
.hero-arrow.prev { left: 24px; }
.hero-arrow.next { right: 24px; }
[dir="rtl"] .hero-arrow.prev { left: auto; right: 24px; transform: translateY(-50%) rotate(180deg); }
[dir="rtl"] .hero-arrow.next { right: auto; left: 24px; transform: translateY(-50%) rotate(180deg); }

/* Trust Strip */
.trust-strip {
    background: white; padding: 22px 0;
    border-bottom: 1px solid var(--line);
}
.trust-row {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px 50px;
}
.trust-item { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 500; font-size: .92rem; }
.trust-item svg { width: 22px; height: 22px; color: var(--sunset-1); flex-shrink: 0; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 28px; border-radius: 12px; font-weight: 600; font-size: 1rem;
    border: 0; cursor: pointer; transition: all .2s; text-decoration: none;
    font-family: inherit; letter-spacing: -0.01em;
}
.btn-primary { background: linear-gradient(135deg, var(--sunset-1), var(--sunset-2)); color: white; box-shadow: 0 10px 30px rgba(255,126,95,.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(255,126,95,.5); color: white; }
.btn-aqua { background: linear-gradient(135deg, var(--aqua-1), var(--aqua-2)); color: white; box-shadow: 0 10px 30px rgba(0,180,216,.4); }
.btn-aqua:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(0,180,216,.5); color: white; }
.btn-ghost { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35); color: white; backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.3); color: white; }
.btn-outline { background: transparent; border: 2px solid var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--sunset-1); color: var(--sunset-1); }
.btn-sm { padding: 9px 18px; font-size: .9rem; }
.btn-lg { padding: 16px 38px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* Daily timeline */
.timeline {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 18px;
    margin-top: 40px;
}
.timeline-item {
    background: var(--paper); padding: 24px 20px; border-radius: var(--radius-lg);
    border: 1px solid var(--line); box-shadow: var(--shadow-sm);
    text-align: center; transition: all .25s;
}
.timeline-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.timeline-time {
    display: inline-block; padding: 4px 12px; border-radius: 999px;
    background: linear-gradient(135deg, var(--sunset-1), var(--sunset-2)); color: white;
    font-weight: 700; font-size: .85rem; letter-spacing: .04em;
    margin-bottom: 10px;
}
.timeline-icon { font-size: 1.6rem; margin-bottom: 6px; }
.timeline-title { font-weight: 700; margin-bottom: 4px; font-size: 1.04rem; }
.timeline-desc { color: var(--ink-soft); font-size: .88rem; line-height: 1.45; }

/* Feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 50px; }
.feature {
    background: var(--paper); padding: 32px 26px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm); border: 1px solid var(--line);
    transition: all .25s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-icon {
    width: 54px; height: 54px; border-radius: 14px; margin-bottom: 18px;
    display: grid; place-items: center;
    background: linear-gradient(135deg, var(--sunset-1), var(--sunset-3)); color: white;
}
.feature-icon.aqua { background: linear-gradient(135deg, var(--aqua-1), var(--aqua-2)); }
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { margin-bottom: 8px; font-weight: 700; }
.feature p { color: var(--ink-soft); margin: 0; font-size: .96rem; }

/* Menu */
.menu-hero { padding: 80px 0 30px; background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.menu-hero-title { margin: 8px 0; }
.menu-categories-strip { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 30px 0 50px; }
.cat-pill { padding: 10px 22px; border-radius: 999px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); font-weight: 500; cursor: pointer; transition: all .2s; }
.cat-pill:hover { border-color: var(--sunset-1); color: var(--sunset-1); }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin: 30px 0 60px; }
.cat-card { position: relative; aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); text-decoration: none; color: white; transition: transform .25s ease, box-shadow .25s ease; display: block; }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: white; }
.cat-card-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .55s ease; background-color: #1a1a2e; }
.cat-card:hover .cat-card-img { transform: scale(1.06); }
.cat-card-img--logo { background-size: 60% auto; background-repeat: no-repeat; background-color: #f5e8d8; }
.cat-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,18,38,.05) 0%, rgba(14,18,38,.55) 60%, rgba(14,18,38,.88) 100%); }
.cat-card-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.cat-card-tagline { font-size: .9rem; font-weight: 400; opacity: .92; color: rgba(255,255,255,.92); line-height: 1.35; }
.cat-card-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.4rem; font-weight: 700; letter-spacing: 0; color: white; text-shadow: 0 2px 12px rgba(0,0,0,.3); }

.menu-section { margin-bottom: 60px; }
.menu-section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid var(--line); }
.menu-section-head h2 { margin: 0; }

.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 22px; }
.menu-card { background: var(--paper); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: all .25s; display: flex; flex-direction: column; }
.menu-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.menu-card-img { aspect-ratio: 16/10; background-size: cover; background-position: center; background-color: #f5e8d8; }
.menu-card-img.placeholder { background: linear-gradient(135deg, var(--sunset-2), var(--aqua-2)); display: grid; place-items: center; color: white; font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.4rem; }
.menu-card-img--logo { background-color: #fff8f0; background-size: 70% auto !important; background-repeat: no-repeat; background-position: center; opacity: .8; }
.menu-card-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.menu-card-head { display: flex; justify-content: space-between; align-items: start; gap: 12px; margin-bottom: 8px; }
.menu-card h3 { font-size: 1.2rem; margin: 0; font-weight: 700; }
.menu-card .price { color: var(--sunset-1); font-weight: 700; font-size: 1.1rem; white-space: nowrap; }
.menu-card .desc { color: var(--ink-soft); font-size: .92rem; flex: 1; margin: 0 0 14px; }
.menu-card .add-btn { margin-top: auto; background: linear-gradient(135deg, var(--aqua-1), var(--aqua-2)); color: white; border: 0; padding: 11px 16px; border-radius: 10px; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; }
.menu-card .add-btn:hover { transform: translateY(-1px); }
.menu-card .unavailable { color: #9a9a9a; font-size: .85rem; padding: 8px 0; text-align: center; }

/* Forms */
.form-card { background: var(--paper); padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--line); max-width: 640px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 500; margin-bottom: 6px; font-size: .92rem; color: var(--ink); }
.field input, .field select, .field textarea {
    width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px;
    font-family: inherit; font-size: 1rem; color: var(--ink); background: var(--cream);
    transition: all .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--sunset-1); background: white; box-shadow: 0 0 0 3px rgba(255,126,95,.15); }
.field textarea { min-height: 110px; resize: vertical; }

/* Cart */
.cart-summary { position: sticky; top: 88px; background: var(--paper); padding: 28px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.cart-empty { text-align: center; color: var(--ink-soft); padding: 30px 10px; }
.cart-line { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line:last-child { border-bottom: 0; }
.cart-line-img { width: 56px; height: 56px; border-radius: 10px; background-size: cover; background-position: center; flex-shrink: 0; background-color: #f5e8d8; }
.cart-line-body { flex: 1; min-width: 0; }
.cart-line-name { font-weight: 600; font-size: .95rem; }
.cart-line-price { color: var(--ink-soft); font-size: .85rem; }
.cart-qty { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.cart-qty button { width: 26px; height: 26px; border: 1px solid var(--line); background: white; border-radius: 6px; cursor: pointer; font-weight: 600; font-family: inherit; }
.cart-qty button:hover { border-color: var(--sunset-1); color: var(--sunset-1); }
.cart-total { display: flex; justify-content: space-between; padding: 16px 0; border-top: 2px solid var(--ink); margin-top: 14px; font-weight: 700; font-size: 1.15rem; }

/* Footer */
.site-footer { background: linear-gradient(135deg, #0e1226, #1a1a2e); color: rgba(255,255,255,.85); padding: 70px 0 28px; margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer h4 { color: white; margin-bottom: 16px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.footer ul { list-style: 0; padding: 0; margin: 0; }
.footer li { margin-bottom: 8px; list-style: none; }
.footer a { color: rgba(255,255,255,.7); }
.footer a:hover { color: var(--sunset-3); }
.footer-bottom { text-align: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; color: rgba(255,255,255,.55); }

/* Flash */
.flash { padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-weight: 500; }
.flash.success { background: rgba(0,191,166,.12); color: #00755a; border-left: 4px solid var(--aqua-1); }
.flash.error   { background: rgba(255,80,80,.1); color: #b3261e; border-left: 4px solid #e85a5a; }
.flash.info    { background: rgba(0,180,216,.12); color: var(--aqua-deep); border-left: 4px solid var(--aqua-2); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.gallery-grid a { display: block; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; background-size: cover; background-position: center; transition: transform .3s; }
.gallery-grid a:hover { transform: scale(1.02); }

/* Language Switcher with SVG flags */
.lang-switch { position: relative; margin-left: 8px; }
[dir="rtl"] .lang-switch { margin-left: 0; margin-right: 8px; }
.lang-btn { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px; background: rgba(255,255,255,.6); border: 1px solid var(--line); cursor: pointer; font-family: inherit; font-size: .92rem; color: var(--ink); font-weight: 500; transition: all .2s; }
.lang-btn:hover { border-color: var(--sunset-1); color: var(--sunset-1); }
.lang-btn .fi { font-size: 1.1rem; line-height: 1; border-radius: 3px; }
.lang-code { font-weight: 700; letter-spacing: .04em; font-size: .82rem; }
.lang-menu { display: none; position: absolute; top: calc(100% + 6px); right: 0; min-width: 180px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 6px; box-shadow: var(--shadow); z-index: 60; }
[dir="rtl"] .lang-menu { right: auto; left: 0; }
.lang-switch.open .lang-menu { display: block; }
.lang-menu a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; color: var(--ink); font-size: .94rem; transition: background .15s; }
.lang-menu a:hover { background: rgba(255,126,95,.1); color: var(--sunset-1); }
.lang-menu a.active { background: rgba(0,180,216,.1); color: var(--aqua-deep); font-weight: 600; }
.lang-menu .fi { font-size: 1.15rem; line-height: 1; border-radius: 3px; }

/* Map */
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: var(--paper); }
.map-wrap iframe { display: block; width: 100%; border: 0; }

/* Floating WhatsApp */
.float-whatsapp {
    position: fixed; bottom: 26px; right: 26px;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25d366; display: grid; place-items: center;
    box-shadow: 0 12px 30px rgba(37,211,102,.45);
    z-index: 100; transition: all .25s;
}
.float-whatsapp:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 16px 40px rgba(37,211,102,.55); }
[dir="rtl"] .float-whatsapp { right: auto; left: 26px; }

/* Mobile sticky CTA bar */
.mobile-cta-bar {
    display: none; position: fixed; bottom: 0; left: 0; right: 0;
    background: white; border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(14,18,38,.08);
    z-index: 90; padding: 8px;
}
.mobile-cta-bar .m-cta {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 9px 4px; border-radius: 10px; color: var(--ink); font-size: .72rem; font-weight: 600;
    text-align: center;
}
.mobile-cta-bar .m-cta svg { width: 20px; height: 20px; }
.m-cta-call { color: var(--sunset-1); }
.m-cta-wa { color: #25d366; }
.m-cta-book { color: var(--aqua-deep); }
.m-cta:hover { background: var(--cream); }

/* RTL */
[dir="rtl"] body { font-family: 'Noto Naskh Arabic', 'Plus Jakarta Sans', system-ui, sans-serif; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { font-family: 'Noto Naskh Arabic', 'Bricolage Grotesque', sans-serif; }
[dir="rtl"] .hero-content { text-align: right; }

/* Mobile */
@media (max-width: 880px) {
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; padding: 16px; border-bottom: 1px solid var(--line); }
    .nav-links.open { display: flex; }
    .nav-toggle { display: block; }
    .lang-switch { margin: 8px 0 0; align-self: flex-start; width: 100%; }
    .lang-menu { left: 0 !important; right: 0 !important; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-card { padding: 28px 22px; }
    .section { padding: 56px 0; }
    .hero-slider { height: 75vh; min-height: 480px; }
    .hero-content { padding-bottom: 110px; }
    .hero-arrow { width: 42px; height: 42px; }
    .hero-arrow.prev { left: 12px; }
    .hero-arrow.next { right: 12px; }
    .mobile-cta-bar { display: flex; }
    body { padding-bottom: 70px; }
    .float-whatsapp { bottom: 80px; }
}
@media (max-width: 540px) {
    .footer-grid { grid-template-columns: 1fr; }
    h1 { font-size: 2.1rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
}
