/* === Bayt Al-Kul — Style === */
:root {
  --primary: #c85a32;
  --primary-dark: #8c381c;
  --primary-light: #e0724b;
  --accent: #f4a261;
  --accent-light: #fcd5a5;
  --bg-dark: #140e0b;
  --bg-card: #221713;
  --bg-card-alt: #2c1e19;
  --text-main: #fdfaf6;
  --text-muted: #c4b5ac;
  --border-glass: rgba(244, 162, 97, 0.2);
  --glass-bg: rgba(34, 23, 19, 0.82);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Tajawal', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.7;
  direction: rtl;
  overflow-x: hidden;
}

/* Phone Numbers LTR Enforced Isolation */
.phone-number, bdi, [dir="ltr"] {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Demo Notice Banner */
.demo-banner {
  background: linear-gradient(90deg, #c85a32, #f4a261);
  color: #ffffff;
  text-align: center;
  padding: 8px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 1001;
  position: relative;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-glass);
  transition: all 0.35s ease;
}

.site-header.scrolled {
  background: rgba(20, 14, 11, 0.95);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-main);
}

.logo-symbol {
  font-size: 1.8rem;
}

.brand-names {
  display: flex;
  flex-direction: column;
}

.brand-ar {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--accent);
}

.brand-en {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.desktop-nav {
  display: flex;
  gap: 22px;
}

.desktop-nav a {
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.25s ease;
}

.desktop-nav a:hover {
  color: var(--accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-main);
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background: var(--bg-card);
  z-index: 2000;
  padding: 24px;
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.7);
}

.mobile-drawer.open {
  right: 0;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-glass);
  padding-bottom: 14px;
}

.drawer-title {
  color: var(--accent);
  font-weight: 700;
}

.drawer-close {
  background: none;
  border: none;
  color: var(--text-main);
  font-size: 2rem;
  cursor: pointer;
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.drawer-link {
  color: var(--text-main);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  font-size: 0.95rem;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.btn-primary {
  background: var(--primary);
  color: #ffffff;
  border: 1px solid var(--accent);
}

.btn-primary:hover {
  background: var(--primary-light);
}

.btn-accent {
  background: linear-gradient(135deg, #c85a32, #f4a261);
  color: #ffffff;
  border: none;
  font-weight: 800;
}

.btn-accent:hover {
  box-shadow: 0 10px 30px rgba(200, 90, 50, 0.45);
}

.btn-outline {
  background: transparent;
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--accent);
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  border: none;
  font-size: 1.1rem;
  padding: 14px 32px;
}

.btn-whatsapp:hover {
  background: #22bf5b;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35);
}

.btn-phone {
  background: var(--bg-card);
  color: var(--text-main);
  border: 1px solid var(--border-glass);
  padding: 14px 30px;
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.85rem;
}

.btn-block {
  width: 100%;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 14, 11, 0.75) 0%, rgba(20, 14, 11, 0.94) 100%);
  z-index: 2;
}

.hero-container {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.hero-badge {
  display: inline-block;
  background: rgba(200, 90, 50, 0.2);
  border: 1px solid var(--border-glass);
  color: var(--accent-light);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-muted);
  margin-bottom: 35px;
  line-height: 1.8;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Sections */
.section {
  padding: 90px 0;
}

.section-alt {
  background-color: #1a120e;
}

.section-tag {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 16px;
  color: #ffffff;
}

.section-subtitle {
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto 50px auto;
  font-size: 1.05rem;
}

.text-center {
  text-align: center;
}

/* Split Grid */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.section-lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 30px;
}

.feature-bullets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bullet-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.bullet-icon {
  font-size: 1.8rem;
  background: var(--bg-card);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid var(--border-glass);
}

.bullet-item h4 {
  color: var(--text-main);
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.bullet-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.rounded-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--border-glass);
  box-shadow: var(--shadow-lg);
}

/* Dishes Cards */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}

.dish-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  padding: 34px 24px;
  text-align: center;
  transition: all 0.35s ease;
}

.dish-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

.dish-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.dish-card h3 {
  color: var(--accent-light);
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.dish-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.ambience-box {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: var(--text-muted);
}

/* CTA Section */
.section-cta {
  background: linear-gradient(180deg, #241611 0%, #140e0b 100%);
  border-top: 1px solid var(--border-glass);
  border-bottom: 1px solid var(--border-glass);
}

.cta-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
}

.cta-subtitle {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 30px auto;
  font-size: 1.1rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.contact-details {
  color: var(--text-muted);
  margin-bottom: 25px;
  font-size: 1rem;
}

.contact-details p {
  margin: 6px 0;
}

.delivery-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.partner-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
  color: var(--text-main);
  font-weight: 700;
}

/* Footer */
.site-footer {
  padding: 50px 0 30px 0;
  background-color: #0b0705;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-brand h3 {
  color: var(--accent);
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-links a {
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-disclaimer {
  max-width: 700px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
}

.footer-disclaimer p {
  color: #8c786e;
  font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 868px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .split-grid {
    grid-template-columns: 1fr;
  }
}
