/* Shawerma G — bright street-food direction (see ../RESEARCH.md) */
@import url("../assets/fonts/fonts.css?v=2026090401");

:root {
  --red: #B5121B;
  --red-deep: #8E0E15;
  --red-bright: #D42B1E;
  --yellow: #F5B301;
  --paper: #FBF6EE;
  --paper-2: #F6EDDF;
  --ink: #221610;
  --ink-soft: #5A463B;
  --line: rgba(34, 22, 16, 0.14);
  --shadow: 0 10px 30px rgba(142, 14, 21, 0.10), 0 2px 8px rgba(34, 22, 16, 0.08);
  --font-body: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --font-ar: "Cairo", "Outfit", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--red); }

/* grain + wash helpers: no flat section backgrounds */
.section { position: relative; }
.section::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(1100px 520px at 12% -8%, rgba(245, 179, 1, 0.14), transparent 60%),
    radial-gradient(900px 480px at 105% 108%, rgba(181, 18, 27, 0.10), transparent 55%);
  pointer-events: none;
}
.section > .wrap { position: relative; }
body::after {
  content: "";
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 5;
  mix-blend-mode: multiply;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.wrap-narrow { max-width: 760px; }

/* ---------- top bar ---------- */
.top {
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px;
}
.wordmark {
  font-weight: 900; font-size: 22px; letter-spacing: -0.01em;
  color: #fff; text-decoration: none;
  text-shadow: 0 2px 14px rgba(34, 22, 16, 0.45);
  display: flex; align-items: baseline; gap: 10px;
}
.wordmark .g { color: var(--yellow); }
.wordmark .ar { font-family: var(--font-ar); font-size: 16px; font-weight: 700; opacity: 0.9; }
.call-btn {
  background: var(--yellow); color: var(--ink);
  font-weight: 800; text-decoration: none;
  padding: 10px 18px; border-radius: 999px;
  box-shadow: var(--shadow);
}

/* ---------- hero ---------- */
.hero { position: relative; min-height: 92svh; display: grid; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 8, 5, 0.42) 0%, rgba(20, 8, 5, 0.18) 34%, rgba(20, 8, 5, 0.62) 100%);
}
.hero-media img, .hero-media video {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-copy {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 14px;
  padding: 120px 22px 84px;
  max-width: 1080px; margin: 0 auto; width: 100%;
  color: #fff;
}
.kicker {
  margin: 0 0 2px;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--yellow);
}
.hero .kicker { color: #FBD77E; }
h1 {
  margin: 0;
  font-size: clamp(56px, 11vw, 108px);
  line-height: 0.94; font-weight: 900; letter-spacing: -0.025em;
  text-wrap: balance;
}
.hero-sub {
  margin: 0; max-width: 34ch;
  font-size: clamp(18px, 2.4vw, 22px); line-height: 1.5;
  text-shadow: 0 2px 12px rgba(34, 22, 16, 0.5);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 12px 26px;
  border-radius: 14px;
  font-weight: 800; font-size: 18px; text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: var(--shadow); }
.btn-ghost {
  background: rgba(251, 246, 238, 0.14); color: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: -2px;
  backdrop-filter: blur(4px);
}
.hero-hours { margin: 6px 0 0; font-weight: 700; font-size: 17px; color: #FDE7C8; }
.hero-hours .dot { color: var(--yellow); padding: 0 6px; }
.halal-inline { display: none; color: #FBD77E; font-weight: 900; letter-spacing: 0.08em; }
.halal-badge {
  position: absolute; right: 22px; bottom: 88px;
  border: 2px solid var(--yellow); color: var(--yellow);
  font-weight: 900; letter-spacing: 0.22em; text-transform: uppercase;
  font-size: 13px; padding: 7px 14px; border-radius: 8px;
  background: rgba(20, 8, 5, 0.35); backdrop-filter: blur(3px);
}

/* ---------- marquee ---------- */
.marquee {
  background: linear-gradient(90deg, #E9A500, var(--yellow) 40%, #E9A500);
  color: var(--red-deep);
  overflow: hidden;
  border-top: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
}
.marquee-track {
  display: flex; align-items: center; gap: 26px;
  white-space: nowrap; padding: 12px 0;
  animation: roll 26s linear infinite;
  font-weight: 900; font-size: 20px; letter-spacing: 0.04em;
  text-transform: uppercase;
}
.marquee-track .ar { font-family: var(--font-ar); text-transform: none; }
.m-dot { font-size: 11px; }
@keyframes roll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: clamp(72px, 11vw, 128px) 0; }
.sec-head { margin-bottom: 34px; }
.sec-head .kicker { color: var(--red); }
h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.04; font-weight: 900; letter-spacing: -0.02em;
  text-wrap: balance;
}

/* signature */
.sig-grid {
  display: grid; gap: 18px;
  grid-template-columns: 1.1fr 1fr;
  grid-template-areas: "photo copy" "photo p2" "p3 p3";
}
.sig-grid .ph-tall { grid-area: photo; }
.sig-copy { grid-area: copy; align-self: center; }
.sig-grid .ph:nth-of-type(3) { grid-area: p3; }
.ph { margin: 0; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.ph img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.ph-tall img { aspect-ratio: auto; height: 100%; min-height: 420px; }
.sig-copy p { margin: 0 0 18px; font-size: 19px; }
.sig-facts { margin: 0 0 24px; padding: 0; list-style: none; }
.sig-facts li {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid var(--line);
  position: relative; font-weight: 600; color: var(--ink-soft);
}
.sig-facts li::before {
  content: ""; position: absolute; left: 2px; top: 16px;
  width: 14px; height: 14px; border-radius: 4px;
  background: var(--yellow);
  box-shadow: inset 0 0 0 3px var(--red);
}

/* menu */
.menu { background: var(--paper-2); }
.menu-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
.dish {
  background: #FFFDF8;
  border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.dish-hero { grid-row: span 2; }
.dish img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.dish-body { padding: 18px 20px 22px; }
.dish-body h3 { margin: 0 0 6px; font-size: 23px; font-weight: 800; letter-spacing: -0.01em; }
.dish-body p { margin: 0; color: var(--ink-soft); }
.dish-sauces { justify-content: center; background: linear-gradient(160deg, #FFFDF8, #FBEED3); }
.sauce-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 10px; }
.sauce-row span {
  background: var(--red); color: #fff;
  font-weight: 700; font-size: 15px;
  padding: 7px 14px; border-radius: 999px;
}
.sauce-note { font-size: 16px; }
.menu-note {
  margin-top: 26px; padding: 18px 22px;
  background: #FFF3D6; border: 2px dashed rgba(181, 18, 27, 0.4);
  border-radius: 16px;
}
.menu-note p { margin: 0; }

/* reviews */
.quote-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 8px; }
blockquote {
  margin: 0; padding: 24px 22px;
  background: #FFFDF8; border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 12px;
}
blockquote p { margin: 0; font-size: 18px; font-weight: 600; }
blockquote cite { font-style: normal; font-size: 15px; color: var(--ink-soft); }
.rating-line { margin: 4px 0 26px; font-size: 19px; font-weight: 700; }
.stars { color: var(--red-bright); display: inline-flex; gap: 3px; vertical-align: -3px; }
.stars svg { display: block; }

/* find us */
.find-grid { display: grid; gap: 22px; grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.ph-truck img { aspect-ratio: auto; }
.hours-card {
  background: #FFFDF8; border-radius: 20px; padding: 26px 26px 30px;
  box-shadow: var(--shadow);
}
.hours-card h3 {
  margin: 0 0 8px; font-size: 15px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--red);
}
.hours-card h3 + .hours, .hours-card h3 + p { margin-bottom: 18px; }
.hours { list-style: none; margin: 0 0 14px; padding: 0; }
.hours li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.hours .hr { color: var(--red); }
.sellout {
  margin: 0 0 22px; padding: 12px 16px;
  background: #FBEED3; border-radius: 12px;
  font-weight: 600; color: var(--ink-soft); font-size: 16px;
}
.addr { margin: 0 0 22px; font-weight: 600; }
.find-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.find-ctas .btn-ghost { color: var(--ink); outline-color: var(--ink); background: transparent; }

/* watch / tiktok facade */
.tiktok-facade {
  position: relative; max-width: 460px; margin: 0 auto;
  border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.tiktok-facade img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.tiktok-facade iframe { width: 100%; aspect-ratio: 1; border: 0; display: block; }
.play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 92px; height: 92px; border-radius: 50%;
  border: 0; cursor: pointer;
  background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(142, 14, 21, 0.4);
  transition: transform 180ms ease;
}
.tiktok-facade:hover .play { transform: translate(-50%, -50%) scale(1.06); }
.facade-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  margin: 0; padding: 34px 18px 14px;
  background: linear-gradient(180deg, transparent, rgba(20, 8, 5, 0.72));
  color: #fff; font-weight: 700; font-size: 15px;
}

/* faq */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
details {
  background: #FFFDF8; border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 4px 22px;
}
details[open] { outline: 2px solid rgba(181, 18, 27, 0.25); }
summary {
  cursor: pointer; font-weight: 800; font-size: 19px;
  padding: 16px 0;
  list-style-position: outside;
}
summary::marker { color: var(--red); }
details p { margin: 0 0 18px; color: var(--ink-soft); }

/* footer */
.foot {
  background: linear-gradient(180deg, var(--red-deep), #6E0A10);
  color: #FDE7C8;
  padding: 56px 0 120px;
}
.foot .wrap { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.foot-brand { margin: 0; font-size: 30px; font-weight: 900; color: #fff; }
.foot-brand .ar { font-family: var(--font-ar); font-weight: 700; }
.foot-line { margin: 0; font-size: 16px; }
.foot a { color: var(--yellow); }
.foot-social { display: flex; gap: 22px; margin: 8px 0 0; font-weight: 700; }
.foot-credit { margin: 14px 0 0; font-size: 13px; opacity: 0.65; }

/* sticky mobile bar */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 20;
  display: none;
  gap: 1px;
  background: var(--line);
  box-shadow: 0 -6px 24px rgba(34, 22, 16, 0.18);
}
.sticky-bar a {
  flex: 1; min-height: 58px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 17px; text-decoration: none;
}
.sb-call { background: var(--red); color: #fff; }
.sb-dir { background: var(--yellow); color: var(--ink); }

/* reveal on scroll (motion level 3) */
.rv { opacity: 0; transform: translateY(16px); transition: opacity 500ms ease, transform 500ms ease; }
.rv.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .sig-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "copy" "p2" "p3";
  }
  .sig-grid .ph:nth-of-type(3) { grid-area: p2; }
  .ph-tall img { min-height: 300px; }
  .menu-grid { grid-template-columns: 1fr; }
  .dish-hero { grid-row: auto; }
  .quote-grid { grid-template-columns: 1fr; }
  .find-grid { grid-template-columns: 1fr; }
  .sticky-bar { display: flex; }
  .foot { padding-bottom: 96px; }
  .halal-badge { right: 16px; bottom: 150px; }
}

@media (max-width: 480px) {
  body { font-size: 17px; }
  .hero-copy { padding: 104px 18px 130px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .top { padding: 12px 16px; }
  .wordmark { font-size: 19px; }
  .wordmark .ar { display: none; }
  .call-btn { padding: 9px 14px; font-size: 15px; }
  .halal-badge { display: none; }
  .halal-inline { display: inline; }
}

/* hero poster swap for mobile crop */
@media (max-width: 640px) {
  .hero .hero-poster { content: url("../assets/hero/poster-mobile.webp?v=2026090401"); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .rv { opacity: 1; transform: none; transition: none; }
  .btn, .play { transition: none; }
}
