/* ============================================================
   AL SHAMI — PREMIUM BLACK RESTAURANT WEBSITE
   ============================================================ */

:root {
  --g: #C8A84B;
  --g2: #E2C97E;
  --g3: #8A6F2E;
  --glow: rgba(200,168,75,0.18);
  --glow2: rgba(200,168,75,0.08);
  --k: #000;
  --k1: #0A0A0A;
  --k2: #111;
  --k3: #181818;
  --k4: #222;
  --k5: #2C2C2C;
  --t: #F0EBE0;
  --td: #B0A890;
  --white: #fff;
  --r: 12px;
  --ease: cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Tajawal', sans-serif;
  background: var(--k);
  color: var(--t);
  direction: rtl;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }



/* ============================================================
   NAV
   ============================================================ */
#nav {
  position: fixed; inset: 0 0 auto; z-index: 900;
  padding: 0 5%;
  transition: background .4s var(--ease), border-color .4s;
}
#nav.stuck {
  background: rgba(0,0,0,.95);
  border-bottom: 1px solid rgba(200,168,75,.2);
  backdrop-filter: blur(20px);
}
.nav-inner {
  max-width: 1300px; margin: 0 auto;
  height: 76px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: .7rem; cursor: pointer;
}
.nav-logo img {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(200,168,75,.4);
  background: #fff; padding: 3px; object-fit: contain;
}
.nav-logo span {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.5rem; color: var(--g); letter-spacing: 1px;
}
.nav-links {
  list-style: none; display: flex; gap: 2.5rem;
}
.nav-links a {
  font-size: .88rem; font-weight: 500; letter-spacing: 1px;
  color: var(--td); position: relative; transition: color .25s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -5px; right: 0;
  width: 0; height: 1px; background: var(--g);
  transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--g); }
.nav-links a:hover::after { width: 100%; }
.burger {
  display: none; flex-direction: column; gap: 7px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.burger span {
  display: block; width: 26px; height: 1.5px;
  background: var(--g); transition: .3s;
}
.burger.open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.burger.open span:nth-child(2) { transform: translateY(-8.5px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; background: var(--k);
}

/* grain */
.hero-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
}

/* concentric rings */
.hero-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(200,168,75,.08);
  animation: ringPulse 8s ease-in-out infinite;
}
.ring-1 { width: 500px; height: 500px; animation-delay: 0s; }
.ring-2 { width: 750px; height: 750px; animation-delay: 1.5s; }
.ring-3 { width: 1000px; height: 1000px; animation-delay: 3s; }
@keyframes ringPulse {
  0%,100% { opacity: .5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); }
}

/* center content */
.hero-center {
  position: relative; z-index: 10;
  text-align: center; padding: 2rem;
  display: flex; flex-direction: column; align-items: center;
}
.hero-logo-wrap {
  margin-bottom: 2rem;
  animation: floatIn .9s .1s var(--ease) both;
}
.hero-logo {
  width: 130px; height: 130px; object-fit: contain;
  border-radius: 50%;
  border: 1px solid rgba(200,168,75,.35);
  background: rgba(255,255,255,.04);
  padding: 8px;
  box-shadow: 0 0 80px rgba(200,168,75,.12), inset 0 0 30px rgba(255,255,255,.03);
}
.hero-year {
  font-size: .75rem; letter-spacing: 6px;
  color: var(--g3); margin-bottom: 1.2rem;
  animation: floatIn .9s .25s var(--ease) both;
}
.hero-title {
  animation: floatIn .9s .35s var(--ease) both;
  margin-bottom: 1rem;
}
.ht-line {
  display: block;
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(1.4rem,3.5vw,2.2rem);
  font-weight: 300; letter-spacing: 8px;
  color: var(--td); text-transform: uppercase;
  margin-bottom: .2rem;
}
.ht-big {
  display: block;
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(5rem,14vw,11rem);
  font-weight: 700; line-height: 1.2;
  padding-top: .15em;
  background: linear-gradient(170deg, var(--g2) 0%, var(--g) 40%, var(--g3) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 40px rgba(200,168,75,.3));
}
.hero-tagline {
  font-size: clamp(.9rem,2vw,1.1rem);
  color: var(--td); letter-spacing: 3px;
  margin-bottom: 3rem;
  animation: floatIn .9s .5s var(--ease) both;
}
.hero-cta {
  display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
  animation: floatIn .9s .65s var(--ease) both;
}
@keyframes floatIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cta-main {
  background: var(--g);
  color: #000; font-weight: 900; font-size: .9rem;
  letter-spacing: 2px; padding: 15px 42px;
  clip-path: polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);
  transition: background .25s, box-shadow .25s, transform .2s;
  box-shadow: 0 0 40px rgba(200,168,75,.25);
}
.cta-main:hover {
  background: var(--g2);
  box-shadow: 0 0 60px rgba(200,168,75,.45);
  transform: translateY(-3px);
}
.cta-ghost {
  border: 1px solid rgba(200,168,75,.5);
  color: var(--g); font-size: .9rem; font-weight: 600;
  letter-spacing: 2px; padding: 14px 40px;
  clip-path: polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);
  transition: background .25s, color .25s, transform .2s;
}
.cta-ghost:hover {
  background: var(--g); color: #000; transform: translateY(-3px);
}
.hero-scroll-hint {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  z-index: 10;
}
.hero-scroll-hint span {
  font-size: .7rem; letter-spacing: 4px; color: var(--td); text-transform: uppercase;
}
.scroll-track {
  width: 1px; height: 60px;
  background: rgba(200,168,75,.2);
  position: relative; overflow: hidden;
}
.scroll-thumb {
  position: absolute; top: -100%; width: 1px; height: 40px;
  background: var(--g);
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
  0%   { top: -100%; }
  100% { top: 200%; }
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid rgba(200,168,75,.15);
  border-bottom: 1px solid rgba(200,168,75,.15);
  background: var(--k1);
  padding: .9rem 0;
}
.marquee-track {
  display: flex; gap: 2.5rem; align-items: center;
  white-space: nowrap;
  animation: marqueeRTL 25s linear infinite;
}
@keyframes marqueeRTL {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-track span {
  font-size: .8rem; letter-spacing: 3px; color: var(--td);
  text-transform: uppercase;
}
.marquee-track .dot {
  color: var(--g); font-size: .6rem; letter-spacing: 0;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: 9rem 5%;
  background: var(--k1);
  position: relative; overflow: hidden;
}
.about::before {
  content: '';
  position: absolute; top: -300px; left: -300px;
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,168,75,.05) 0%, transparent 70%);
  pointer-events: none;
}
.about-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 7rem;
  align-items: center;
}
.label-tag {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .72rem; letter-spacing: 5px; color: var(--g);
  text-transform: uppercase; margin-bottom: 1rem; font-weight: 700;
}
.label-tag::before {
  content: ''; display: inline-block;
  width: 24px; height: 1px; background: var(--g);
}
.about-title {
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(2.4rem,5vw,3.8rem);
  font-weight: 700; line-height: 1.15; color: var(--white);
  margin-bottom: 1.8rem;
}
.about-title em { color: var(--g); font-style: normal; }
.about-body {
  color: var(--td); font-size: 1.02rem; line-height: 2;
  margin-bottom: 3rem;
}
.about-nums {
  display: flex; align-items: center; gap: 2rem;
}
.num-block { text-align: center; }
.num-block strong {
  display: block;
  font-family: 'Tajawal', sans-serif;
  font-size: 2.2rem; color: var(--g); line-height: 1;
}
.num-block span { font-size: .75rem; color: var(--td); margin-top: .3rem; display: block; }
.num-sep { width: 1px; height: 48px; background: rgba(200,168,75,.2); }

.about-visual { position: relative; }
.av-frame {
  position: relative; border-radius: var(--r); overflow: hidden;
}
.av-frame img {
  width: 100%; height: 480px; object-fit: cover;
  filter: brightness(.8) saturate(1.1);
  transition: filter .5s;
}
.av-frame:hover img { filter: brightness(.9) saturate(1.2); }
.av-frame::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 50%);
}
.av-badge {
  position: absolute; bottom: 1.5rem; right: 1.5rem; z-index: 2;
  background: rgba(0,0,0,.8);
  border: 1px solid rgba(200,168,75,.3);
  border-radius: 8px; padding: .8rem 1.2rem;
  display: flex; align-items: center; gap: .6rem;
  backdrop-filter: blur(8px);
}
.av-b-icon { font-size: 1.4rem; }
.av-b-text { font-size: .82rem; font-weight: 700; color: var(--g); }

/* corner accents */
.av-accent {
  position: absolute; top: -14px; left: -14px;
  width: 60px; height: 60px;
  border-top: 2px solid var(--g);
  border-right: 2px solid var(--g);
  border-radius: 0 var(--r) 0 0;
  pointer-events: none;
}
.av-frame::after {
  content: '';
  position: absolute; bottom: -14px; right: -14px;
  width: 60px; height: 60px;
  border-bottom: 2px solid var(--g);
  border-left: 2px solid var(--g);
  border-radius: 0 0 0 var(--r);
  pointer-events: none;
  z-index: 3;
}

/* ============================================================
   MENU SECTION
   ============================================================ */
.menu-sec {
  padding: 8rem 5%;
  background: var(--k);
  position: relative;
}
.menu-sec::before {
  content: '';
  position: absolute; top: 0; right: 0; left: 0; height: 1px;
  background: linear-gradient(90deg,transparent,rgba(200,168,75,.3),transparent);
}
.menu-header {
  text-align: center; margin-bottom: 2.5rem;
}
.menu-title {
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(2.5rem,6vw,4rem);
  color: var(--white); margin-bottom: 1.2rem;
}
.menu-rule {
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  margin-bottom: .5rem;
}
.menu-rule span {
  display: inline-block;
  background: var(--g);
}
.menu-rule span:nth-child(1) { width: 60px; height: 1px; }
.menu-rule span:nth-child(2) { width: 8px; height: 8px; border-radius: 50%; }
.menu-rule span:nth-child(3) { width: 60px; height: 1px; }

/* Photo tip */
.photo-tip {
  max-width: 700px; margin: 0 auto 2.5rem;
  background: var(--k2);
  border: 1px solid rgba(200,168,75,.25);
  border-right: 3px solid var(--g);
  border-radius: var(--r);
  padding: 1.1rem 1.5rem;
  display: flex; align-items: flex-start; gap: 1rem; font-size: .85rem;
}
.pt-icon { font-size: 1.4rem; flex-shrink: 0; }
.photo-tip strong { color: var(--g); }
.photo-tip code {
  background: var(--k4); color: var(--g2);
  padding: 1px 7px; border-radius: 4px; font-family: monospace; font-size: .8rem;
}

/* Tabs */
.tabs-bar {
  display: flex; gap: .4rem; flex-wrap: wrap;
  justify-content: center; margin-bottom: 2.8rem;
}
.mtab {
  background: transparent;
  border: 1px solid rgba(200,168,75,.18);
  color: var(--td); padding: 9px 20px;
  border-radius: 3px; font-family: 'Tajawal', sans-serif;
  font-size: .85rem; font-weight: 600; letter-spacing: .5px;
  cursor: pointer; transition: all .22s var(--ease);
}
.mtab:hover { border-color: var(--g); color: var(--g); }
.mtab.active {
  background: var(--g); color: #000;
  border-color: var(--g); font-weight: 900;
  box-shadow: 0 0 20px rgba(200,168,75,.3);
}

/* Panels */
.mpanel { display: none; animation: panelIn .35s var(--ease); }
.mpanel.active { display: block; }
@keyframes panelIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Cards Grid */
.cards-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.4rem;
}

/* Card */
.mcard {
  background: var(--k2);
  border: 1px solid rgba(255,255,255,.04);
  border-radius: var(--r); overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
  position: relative; display: flex; flex-direction: column;
}
.mcard::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(200,168,75,.04),transparent 60%);
  opacity: 0; transition: opacity .3s; pointer-events: none;
}
.mcard:hover {
  transform: translateY(-7px);
  border-color: rgba(200,168,75,.35);
  box-shadow: 0 24px 70px rgba(0,0,0,.6), 0 0 0 1px rgba(200,168,75,.08);
}
.mcard:hover::before { opacity: 1; }

/* featured card */
.mcard.featured {
  border-color: rgba(200,168,75,.3);
  background: linear-gradient(145deg, var(--k3), var(--k2));
}

/* card image */
.mc-img {
  height: 195px; overflow: hidden;
  background: var(--k3); position: relative; flex-shrink: 0;
}
.mc-img::after {
  content: '';
  position: absolute; bottom: 0; right: 0; left: 0; height: 70px;
  background: linear-gradient(to top, var(--k2), transparent);
  z-index: 1; pointer-events: none;
}
.mc-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s var(--ease), filter .4s;
  filter: brightness(.85);
}
.mcard:hover .mc-img img {
  transform: scale(1.08);
  filter: brightness(1);
}
.mc-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem;
  background: radial-gradient(circle at center, var(--k4), var(--k3));
}

/* card body */
.mc-body {
  padding: 1.1rem 1.3rem 1.3rem;
  display: flex; flex-direction: column; flex: 1;
}
.mc-body h3 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.05rem; color: var(--white); margin-bottom: .35rem;
  line-height: 1.3;
}
.mc-body p {
  font-size: .78rem; color: var(--td); line-height: 1.75;
  flex: 1; min-height: 2rem;
}
.mc-price {
  display: block;
  margin-top: .9rem;
  padding-top: .7rem;
  border-top: 1px solid rgba(200,168,75,.15);
  font-weight: 900; font-size: 1.25rem; color: var(--g);
}
.mc-badge {
  position: absolute; top: .8rem; left: .8rem; z-index: 2;
  background: var(--g); color: #000;
  font-size: .68rem; font-weight: 900; letter-spacing: 1px;
  padding: 3px 10px; border-radius: 2px;
}

.section-note {
  text-align: center; font-size: .85rem; color: var(--g);
  letter-spacing: 2px; margin-bottom: 2rem;
  padding: 8px 20px;
  border: 1px solid rgba(200,168,75,.2);
  border-radius: 3px;
  display: inline-block;
  margin-right: auto; margin-left: auto; display: block;
  max-width: 400px;
}

.panel-note {
  text-align: center; font-size: .82rem; color: var(--td);
  margin-top: 2rem;
  border: 1px solid rgba(200,168,75,.2);
  display: inline-block; padding: 8px 22px;
  border-radius: 3px; margin-right: auto; margin-left: auto;
  display: block; max-width: 500px;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-sec {
  padding: 9rem 5%;
  background: var(--k1);
  position: relative;
}
.contact-sec::before {
  content: '';
  position: absolute; top: 0; right: 0; left: 0; height: 1px;
  background: linear-gradient(90deg,transparent,rgba(200,168,75,.3),transparent);
}
.cs-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.cs-title {
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(2.4rem,5vw,3.8rem);
  color: var(--white); margin-bottom: 4rem;
  line-height: 1.2;
}
.cs-title em { color: var(--g); font-style: normal; }
.cs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
  gap: 1.2rem;
}
.cs-card {
  background: var(--k2);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: var(--r);
  padding: 2.2rem 1.5rem;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative; overflow: hidden;
}
.cs-card::after {
  content: '';
  position: absolute; bottom: 0; right: 0; left: 0; height: 2px;
  background: var(--g);
  transform: scaleX(0); transform-origin: right;
  transition: transform .35s var(--ease);
}
.cs-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200,168,75,.3);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.cs-card:hover::after { transform: scaleX(1); transform-origin: left; }
.cs-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.cs-card h3 {
  font-family: 'Tajawal', sans-serif;
  color: var(--g); font-size: 1.1rem; margin-bottom: .8rem;
}
.cs-card p { color: var(--td); font-size: .9rem; line-height: 2; }
.cs-card a { color: var(--g2); transition: color .2s; font-weight: 600; }
.cs-card a:hover { color: var(--g); }
.fb-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #1877F2; color: #fff !important;
  padding: 10px 20px; border-radius: 4px;
  font-size: .88rem; font-weight: 700; margin-top: .6rem;
  transition: background .2s, transform .2s;
}
.fb-btn:hover { background: #0d6edc; transform: translateY(-2px); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--k);
  border-top: 1px solid rgba(200,168,75,.18);
  padding: 3.5rem; text-align: center;
}
.foot-logo {
  width: 64px; height: 64px; object-fit: contain;
  border-radius: 50%; border: 1px solid rgba(200,168,75,.3);
  background: #fff; padding: 5px;
  margin: 0 auto 1rem;
}
.foot-name {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.8rem; color: var(--g); margin-bottom: .5rem;
}
.foot-sub { font-size: .82rem; color: var(--td); line-height: 2; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.shown { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-visual { order: -1; }
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed; top: 76px; right: 0; left: 0;
    background: rgba(0,0,0,.98);
    flex-direction: column; padding: 2rem; gap: 1.8rem;
    text-align: center;
    border-bottom: 1px solid rgba(200,168,75,.2);
    backdrop-filter: blur(20px);
  }
  .nav-links.open { display: flex; }
  .burger { display: flex; }
  .about-nums { gap: 1rem; }
  .cards-grid { grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 1rem; }
  .cs-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: center; }
  .cta-main, .cta-ghost { clip-path: none; border-radius: 4px; }
  .cs-grid { grid-template-columns: 1fr; }
  .tabs-bar { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .mtab { white-space: nowrap; }
}
