/* EMBER & OAK — flame-grilled burger house */
:root {
  --void: #0A0908; --ember: #E03A0C; --flame: #F5C518; --cream: #EDE6DA;
  --cream-dim: rgba(237, 230, 218, 0.6); --line: rgba(237, 230, 218, 0.12);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--void); color: var(--cream); font-family: "Inter", sans-serif; line-height: 1.6; overflow-x: hidden; }
[dir="rtl"] body { font-family: "IBM Plex Sans Arabic", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
:focus-visible { outline: 2px solid var(--flame); outline-offset: 3px; }
.wrap { max-width: 1200px; margin-inline: auto; padding-inline: clamp(1.5rem, 5vw, 4rem); }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; justify-content: space-between;
  align-items: center; padding: 1.2rem clamp(1.5rem, 5vw, 4rem);
  background: linear-gradient(to bottom, rgba(10, 9, 8, 0.85), transparent); }
.logo { font-family: "Anton", sans-serif; letter-spacing: 0.14em; font-size: 1.1rem; }
.logo span { color: var(--ember); }
[dir="rtl"] .logo { font-family: "IBM Plex Sans Arabic", sans-serif; font-weight: 700; }
.topbar-right { display: flex; gap: 0.8rem; align-items: center; }
.lang-toggle { font-family: "IBM Plex Sans Arabic", sans-serif; border: 1px solid var(--line); padding: 0.4rem 0.9rem; }
.lang-toggle:hover { border-color: var(--flame); color: var(--flame); }
.btn-reserve { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; border: 1px solid var(--ember);
  color: var(--cream); padding: 0.5rem 1.2rem; transition: background 0.25s, color 0.25s; }
.btn-reserve:hover { background: var(--ember); }

/* HERO */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); transform-origin: center 30%; }
.hero-scrim { position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10, 9, 8, 0.95) 8%, rgba(10, 9, 8, 0.2) 55%, rgba(10, 9, 8, 0.45)); }
.hero-copy { position: relative; z-index: 2; padding: 0 clamp(1.5rem, 5vw, 4rem) clamp(3rem, 8vh, 6rem); max-width: 800px; }
.hero-serif { font-family: "Playfair Display", serif; font-style: italic; font-weight: 700;
  font-size: clamp(1.2rem, 2.6vw, 2rem); color: var(--flame); margin-bottom: 1rem; min-height: 1.4em; }
.hero-serif em { font-style: italic; opacity: 0; display: inline-block; transform: translateY(12px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.hero-serif em.on { opacity: 1; transform: none; }
.hero-title { font-family: "Anton", sans-serif; font-size: clamp(3.2rem, 9vw, 7.5rem); line-height: 0.92;
  letter-spacing: -0.01em; text-transform: uppercase; }
[dir="rtl"] .hero-title { font-family: "IBM Plex Sans Arabic", sans-serif; font-weight: 700; line-height: 1.1; }
.hero-sub { color: var(--cream-dim); margin-top: 1.4rem; max-width: 44ch; font-size: 1.05rem; }
.btn-fire { display: inline-block; margin-top: 2rem; background: var(--ember); color: var(--cream);
  font-weight: 600; letter-spacing: 0.12em; font-size: 0.85rem; padding: 1.1rem 2.4rem; text-transform: uppercase;
  transition: background 0.25s, box-shadow 0.4s; }
.btn-fire:hover { background: #F04A18; box-shadow: 0 0 50px rgba(224, 58, 12, 0.4); }
.scroll-hint { position: absolute; bottom: 2rem; inset-inline-end: clamp(1.5rem, 5vw, 4rem); z-index: 2;
  font-size: 0.7rem; letter-spacing: 0.3em; color: var(--cream-dim); writing-mode: vertical-rl; }

/* STATEMENT */
.statement { border-block: 1px solid var(--line); padding: clamp(3rem, 8vh, 5rem) clamp(1.5rem, 5vw, 4rem);
  background: #0E0C0A; text-align: center; }
.statement p { font-family: "Playfair Display", serif; font-style: italic; font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 3rem); color: var(--cream); }
[dir="rtl"] .statement p { font-family: "IBM Plex Sans Arabic", sans-serif; font-style: normal; }

/* MENU */
.menu { padding-block: clamp(5rem, 12vh, 9rem); }
.sec-title { font-family: "Anton", sans-serif; font-size: clamp(2.4rem, 6vw, 5rem); text-transform: uppercase; line-height: 0.95; }
[dir="rtl"] .sec-title { font-family: "IBM Plex Sans Arabic", sans-serif; font-weight: 700; line-height: 1.15; }
.sec-sub { color: var(--cream-dim); margin-top: 0.8rem; }
.menu-list { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem 4rem; }
.menu-item { border-bottom: 1px solid var(--line); padding-bottom: 1.6rem; opacity: 0; transform: translateY(20px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.menu-item.in { opacity: 1; transform: none; }
.mi-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.mi-head h3 { font-size: 1.2rem; font-weight: 600; }
.price { font-family: "Anton", sans-serif; color: var(--flame); font-size: 1.2rem; }
.menu-item p { color: var(--cream-dim); font-size: 0.95rem; margin-top: 0.4rem; }
.menu-note { margin-top: 2.5rem; color: var(--cream-dim); font-size: 0.85rem; }

/* FIRE STORY */
.fire { background: linear-gradient(180deg, #0E0C0A, #140D08); border-block: 1px solid var(--line);
  padding-block: clamp(5rem, 12vh, 9rem); }
.fire-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.fire-quote { font-family: "Anton", sans-serif; font-size: clamp(2.2rem, 5.5vw, 4.5rem); line-height: 1;
  text-transform: uppercase; color: var(--ember); }
[dir="rtl"] .fire-quote { font-family: "IBM Plex Sans Arabic", sans-serif; font-weight: 700; line-height: 1.2; }
.fire-body { display: flex; flex-direction: column; gap: 1.4rem; color: var(--cream-dim); }

/* VISIT */
.visit { padding-block: clamp(5rem, 12vh, 9rem); }
.visit-grid { margin-top: 3rem; display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(2rem, 5vw, 4rem); }
.visit-info { display: flex; flex-direction: column; gap: 2rem; }
.vi-block h3 { font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--flame); margin-bottom: 0.6rem; }
.vi-block p { color: var(--cream-dim); }
.visit-map { border: 1px solid var(--line); min-height: 380px; }
.visit-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(1) invert(0.92) contrast(0.9); }

/* FOOTER */
.footer { border-top: 1px solid var(--line); padding: 3rem clamp(1.5rem, 5vw, 4rem); display: flex;
  justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer p { color: var(--cream-dim); font-size: 0.85rem; }

/* NEXA badge */
.nexa-badge { position: fixed; bottom: 1rem; inset-inline-start: 1rem; z-index: 60;
  background: rgba(10, 9, 8, 0.85); border: 1px solid var(--line); backdrop-filter: blur(8px);
  font-size: 0.72rem; letter-spacing: 0.06em; color: var(--cream-dim); padding: 0.5rem 0.9rem;
  transition: color 0.25s, border-color 0.25s; }
.nexa-badge:hover { color: var(--flame); border-color: var(--flame); }

@media (max-width: 820px) {
  .menu-list, .fire-grid, .visit-grid { grid-template-columns: 1fr; }
  .scroll-hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.01ms !important; animation: none !important; }
  .menu-item, .hero-serif em { opacity: 1; transform: none; }
  .hero-bg img, .hero-bg video { transform: scale(1.02); }
}
