:root {
  --ghaf: #17271A;
  --ghaf-2: #223A28;
  --sadu: #C94235;
  --saffron: #E2A640;
  --milk: #F2E8D5;
  --pistachio: #A9B872;
  --ink: #0E1A11;
  --lat: "Tajawal", system-ui, sans-serif;
  --ar: "Cairo", "Tajawal", system-ui, sans-serif;
  --gutter: clamp(16px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ghaf); color: var(--milk); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--lat); font-size: 1.0625rem; line-height: 1.55; background: var(--ghaf); overflow-x: clip; }
html[lang="ar"] body { font-family: var(--ar); line-height: 1.8; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; border-radius: 4px; }

html[lang="en"] .ar, html[lang="ar"] .en { display: none !important; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { font-family: "Tajawal", var(--ar); }

/* nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter);
  mix-blend-mode: normal;
  transition: background .4s, backdrop-filter .4s;
}
.nav.solid { background: color-mix(in srgb, var(--ghaf) 82%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.nav-mark { display: grid; justify-items: center; line-height: .9; text-decoration: none; }
.nav-mark .ar-glyph { font-family: "Tajawal"; font-weight: 700; font-size: 1.35rem; }
.nav-mark .lat { font-weight: 500; font-size: .72rem; letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 32px); font-weight: 500; }
.nav-links a { text-decoration: none; opacity: .85; }
.nav-links a:hover { opacity: 1; }
.lang {
  font: inherit; color: var(--ghaf); background: var(--milk); border: 0;
  padding: 6px 14px; border-radius: 999px; cursor: pointer; font-weight: 700;
}
.lang .en { font-family: "Tajawal"; }

/* hero */
.hero { position: relative; }
.hero-stage {
  position: relative; height: 100vh; height: 100svh; overflow: clip;
  display: grid; place-items: center;
  background: radial-gradient(120% 80% at 50% 110%, var(--ghaf-2) 0%, var(--ghaf) 60%);
}
.hero-word {
  position: absolute; inset: 0; display: grid; place-items: center; align-content: center;
  pointer-events: none; user-select: none;
}
.hw-ar {
  font-family: "Tajawal"; font-weight: 800; line-height: .8;
  font-size: clamp(9rem, 34vw, 34rem); color: var(--milk);
  transform: translateY(-4%);
}
.hw-lat { direction: ltr; display: flex; gap: .12em; font-weight: 500; font-size: clamp(1.2rem, 3.2vw, 3rem); color: var(--saffron); margin-top: .4em; }
.hw-lat i { font-style: normal; display: inline-block; }
.platter-wrap {
  position: absolute; left: 50%; top: 58%; transform: translate(-50%, -50%);
  width: min(62vmin, 640px); aspect-ratio: 1;
  will-change: transform;
}
.platter { width: 100%; height: 100%; filter: drop-shadow(0 40px 60px rgba(0,0,0,.55)); }
.hero-copy {
  position: absolute; bottom: clamp(24px, 6vh, 64px); inset-inline-start: var(--gutter);
  max-width: 30ch;
}
.hero-copy h1 { font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 700; line-height: 1.15; }
.hero-copy p { margin-top: .5em; color: var(--pistachio); font-weight: 500; }
.scroll-cue { position: absolute; bottom: 28px; inset-inline-end: var(--gutter); width: 1px; height: 64px; background: color-mix(in srgb, var(--milk) 25%, transparent); overflow: hidden; }
.scroll-cue span { position: absolute; inset: 0; background: var(--saffron); animation: cue 2.2s ease-in-out infinite; }
@keyframes cue { 0% { transform: translateY(-100%);} 60%,100% { transform: translateY(100%);} }

/* the name */
.name { position: relative; }
.name-stage { position: relative; height: 100vh; height: 100svh; overflow: clip; background: var(--ghaf); }
.name-mask {
  position: absolute; inset: 0;
  clip-path: circle(18% at 50% 50%);
  will-change: clip-path;
}
.name-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; will-change: transform; }
.name-mask::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,26,17,.82) 0%, rgba(14,26,17,.35) 45%, rgba(14,26,17,0) 70%); }
html[dir="rtl"] .name-mask::after { background: linear-gradient(270deg, rgba(14,26,17,.82) 0%, rgba(14,26,17,.35) 45%, rgba(14,26,17,0) 70%); }
.name-copy {
  position: absolute; inset-inline-start: var(--gutter); top: 50%; translate: 0 -50%;
  max-width: min(34rem, 86vw);
}
.name-copy h2 { font-size: clamp(2.2rem, 5.2vw, 4.6rem); line-height: 1; font-weight: 800; }
.name-copy p { margin-top: 1.1em; font-size: clamp(1rem, 1.3vw, 1.2rem); max-width: 42ch; color: color-mix(in srgb, var(--milk) 88%, transparent); }

/* sadu band */
.sadu {
  height: 28px;
  background-color: var(--milk);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28'%3E%3Cpath d='M0 28 12 8 24 28Z' fill='%23C94235'/%3E%3Cpath d='M24 0 36 20 48 0Z' fill='%23C94235'/%3E%3Cpath d='M24 10 28 14 24 18 20 14Z' fill='%2317271A'/%3E%3Cpath d='M0 10 4 14 0 18Z M48 10 44 14 48 18Z' fill='%2317271A'/%3E%3C/svg%3E");
  background-size: 48px 28px; background-repeat: repeat-x;
}

/* a day */
.day { background: var(--milk); color: var(--ghaf); padding: clamp(80px, 14vh, 160px) var(--gutter) clamp(60px, 10vh, 120px); overflow: clip; }
.day-head { max-width: 46rem; margin: 0 auto clamp(48px, 8vh, 96px); text-align: center; }
.day-head h2 { font-size: clamp(2rem, 4.6vw, 4.2rem); font-weight: 800; line-height: 1.02; }
.day-head p { margin: 1em auto 0; max-width: 44ch; color: #3d5040; }
.day-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 2.4vw, 36px); max-width: 1240px; margin: 0 auto; align-items: start; }
.col { display: grid; gap: clamp(12px, 2.4vw, 36px); will-change: transform; }
.col:nth-child(2) { margin-top: 18vh; }
.ph { margin: 0; overflow: hidden; border-radius: 18px; background: #e6dbc5; }
.ph.tall img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.ph.small { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: 999px; background: #fff8ea; }
.ph.small img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.ph.small figcaption { font-weight: 700; font-size: 1.15rem; }

/* menu */
.menu { position: relative; background: var(--ghaf); }
.menu-pin { height: 100vh; height: 100svh; display: grid; grid-template-rows: auto 1fr auto; overflow: clip; padding-top: 88px; }
.menu-top { display: flex; align-items: baseline; justify-content: space-between; padding: 0 var(--gutter); }
.menu-top h2 { font-size: clamp(2.4rem, 6vw, 5.4rem); font-weight: 800; line-height: 1; }
.menu-note { color: var(--pistachio); }
.menu-track { display: flex; gap: clamp(16px, 2.4vw, 32px); padding: clamp(20px, 4vh, 40px) var(--gutter); align-items: center; width: max-content; will-change: transform; }
.panel {
  width: min(84vw, 440px); flex: none;
  background: var(--ghaf-2); border-radius: 28px; padding: clamp(22px, 3vw, 34px);
  border: 1px solid color-mix(in srgb, var(--milk) 10%, transparent);
}
.panel-farni { background: var(--milk); color: var(--ghaf); }
.panel h3 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 800; line-height: 1.05; margin-bottom: 18px; }
.panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.panel li { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 14px; }
.panel li img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.panel b { display: block; font-weight: 700; line-height: 1.2; }
.panel small { display: block; font-size: .86rem; opacity: .7; line-height: 1.35; margin-top: 2px; }
.panel em { font-style: normal; font-weight: 800; font-size: 1.25rem; color: var(--saffron); font-variant-numeric: tabular-nums; }
.panel-farni em { color: var(--sadu); }
.menu-progress { margin: 0 var(--gutter) 28px; height: 3px; background: color-mix(in srgb, var(--milk) 14%, transparent); border-radius: 3px; overflow: hidden; }
.menu-progress span { display: block; height: 100%; width: 100%; background: var(--sadu); transform: scaleX(0); transform-origin: left; }
html[dir="rtl"] .menu-progress span { transform-origin: right; }

/* catering */
.catering { display: grid; grid-template-columns: 1fr 1fr; background: var(--ghaf); min-height: 100vh; }
.cat-media { position: relative; }
.cat-frame { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.cat-frame img { width: 100%; height: 118%; object-fit: cover; will-change: transform; }
.cat-body { padding: clamp(96px, 16vh, 180px) var(--gutter) clamp(80px, 12vh, 140px); }
.cat-body h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); font-weight: 800; line-height: 1.02; max-width: 14ch; }
.services { list-style: none; margin: clamp(40px, 7vh, 80px) 0; padding: 0; }
.services li { padding: 26px 0; border-top: 1px solid color-mix(in srgb, var(--milk) 18%, transparent); opacity: .35; transition: opacity .5s; }
.services li.on { opacity: 1; }
.services h3 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); font-weight: 700; }
.services p { margin-top: 6px; max-width: 40ch; color: color-mix(in srgb, var(--milk) 80%, transparent); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 26px; border-radius: 999px; background: var(--sadu); color: var(--milk);
  font-weight: 700; text-decoration: none; transition: background .25s;
}
.btn:hover { background: #b0362b; }
.btn.ghost { background: transparent; border: 1.5px solid currentColor; }
.btn.ghost:hover { background: color-mix(in srgb, var(--ghaf) 8%, transparent); }

/* clients */
.clients { background: var(--ghaf); padding: clamp(48px, 9vh, 96px) 0; overflow: clip; }
.clients-lead { padding: 0 var(--gutter); color: var(--pistachio); margin-bottom: 18px; }
.marquee { overflow: hidden; direction: ltr; }
.marquee-row { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); width: max-content; white-space: nowrap; will-change: transform; direction: ltr; }
.marquee-row span { font-size: clamp(2rem, 5vw, 4.4rem); font-weight: 800; }
.marquee-row i { width: 18px; height: 18px; background: var(--sadu); rotate: 45deg; flex: none; }

/* visit */
.visit { position: relative; background: var(--milk); color: var(--ghaf); padding: clamp(96px, 16vh, 180px) var(--gutter); overflow: clip; }
.visit h2 { font-size: clamp(2.6rem, 8vw, 7.5rem); font-weight: 800; line-height: .95; max-width: 11ch; position: relative; z-index: 1; }
.visit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: clamp(40px, 7vh, 80px); max-width: 60rem; position: relative; z-index: 1; }
.visit-grid h3 { font-size: 1rem; font-weight: 700; color: var(--sadu); }
.visit-grid p { font-size: clamp(1.2rem, 1.8vw, 1.6rem); font-weight: 700; margin-top: 4px; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(40px, 7vh, 72px); position: relative; z-index: 1; }
.visit-jar {
  position: absolute; inset-inline-end: calc(var(--gutter) * -1); top: 12%;
  width: clamp(220px, 34vw, 480px); aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  box-shadow: 0 30px 80px rgba(23,39,26,.25);
}
.visit-jar img { width: 100%; height: 100%; object-fit: cover; }

.foot { background: var(--ghaf); padding: 40px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.foot .ar-glyph { font-family: "Tajawal"; font-weight: 800; font-size: 2rem; color: var(--saffron); }
.foot p { opacity: .7; font-size: .95rem; }

/* small screens */
@media (max-width: 820px) {
  .nav-links a { display: none; }
  .day-cols { grid-template-columns: 1fr 1fr; }
  .day-cols .col:nth-child(3) { display: none; }
  .col:nth-child(2) { margin-top: 10vh; }
  .ph.small { flex-direction: column; border-radius: 18px; text-align: center; gap: 8px; }
  .catering { grid-template-columns: 1fr; }
  .cat-frame { position: relative; height: 56vh; }
  .visit-grid { grid-template-columns: 1fr; gap: 20px; }
  .name-mask::after, html[dir="rtl"] .name-mask::after { background: linear-gradient(0deg, rgba(14,26,17,.2) 0%, rgba(14,26,17,.88) 38%, rgba(14,26,17,.88) 62%, rgba(14,26,17,.2) 100%); }
  .visit-jar { width: 180px; top: 40px; opacity: .9; }
  .hero-copy { max-width: calc(100% - 2 * var(--gutter)); }
  .hero-word { align-content: start; padding-top: 16vh; }
  .hw-ar { font-size: 44vw; }
  .platter-wrap { width: 76vmin; top: 60%; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue span { animation: none; }
  .name-mask { clip-path: none; }
  .services li { opacity: 1; }
}
