/* =========================================================
   Marzouqi Stays — concept site
   Logical properties throughout so RTL (Arabic) just works.
   ========================================================= */
:root {
  --ink: #0d1512;
  --forest: #123830;
  --forest-2: #1b4d42;
  --sand: #f3ece0;
  --cream: #fbf8f2;
  --paper: #ffffff;
  --gold: #b98a3c;
  --gold-2: #d6b06c;
  --text: #1c2421;
  --muted: #66706b;
  --line: rgba(20, 32, 27, .12);
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px -28px rgba(13, 21, 18, .45);
  --shadow-sm: 0 10px 30px -18px rgba(13, 21, 18, .35);
  --ff-display: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-accent: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --ff-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --gutter: clamp(16px, 4vw, 44px);
  --hdr-h: 76px;
  --ribbon-h: 0px;
}
html[lang="ar"] {
  --ff-accent: 'Aref Ruqaa', 'IBM Plex Sans Arabic', serif;
  --ff-display: 'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, sans-serif;
  --ff-body: 'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--ff-body); color: var(--text); background: var(--cream);
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body.lock { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--ff-display); font-weight: 700; line-height: 1.12; letter-spacing: -.03em; }
/* Accent: one highlighted word/phrase per heading, in an elegant italic script. */
.acc { display: inline-block; max-width: 100%; font-family: var(--ff-accent); font-style: italic; font-weight: 500; letter-spacing: 0; color: #a5762a; font-size: 1.07em; }
html[lang="ar"] .acc { font-style: normal; font-weight: 700; font-size: 1.16em; }
.hero .acc, .sec-forest .acc, .cta .acc { color: #eccf9a; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { letter-spacing: 0; line-height: 1.3; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }

.ic { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic-lg { width: 34px; height: 34px; stroke-width: 1.4; }
[dir="rtl"] .flip { transform: scaleX(-1); }
.wrap { width: min(1280px, 100% - var(--gutter) * 2); margin-inline: auto; }

/* ---------- Ribbon ---------- */
.ribbon {
  position: relative; z-index: 60; background: var(--ink); color: #e9dfc9; font-size: 13px; letter-spacing: .02em;
  text-align: center; padding: 9px 44px; display: flex; justify-content: center; align-items: center; line-height: 1.4;
}
.ribbon-x { position: absolute; inset-inline-end: 10px; top: 50%; translate: 0 -50%; opacity: .7; padding: 6px; }
.ribbon-x:hover { opacity: 1; }
.ribbon-x .ic { width: 16px; height: 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 26px;
  border-radius: 999px; font-weight: 600; font-size: 15px; letter-spacing: .01em; transition: transform .2s, background .2s, box-shadow .2s, color .2s, border-color .2s;
  white-space: nowrap; border: 1.5px solid transparent;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #1d1608; box-shadow: 0 10px 24px -10px rgba(185, 138, 60, .8); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(185, 138, 60, .9); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--forest); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-sm { min-height: 40px; padding: 0 20px; font-size: 14px; }
.btn-lg { min-height: 56px; padding: 0 32px; font-size: 16px; }
.btn-block { width: 100%; }
.link { color: var(--forest); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Header ---------- */
.hdr { position: fixed; inset-inline: 0; top: var(--ribbon-h); z-index: 50; height: var(--hdr-h); color: #fff; transition: background .3s, box-shadow .3s, color .3s, transform .3s; }
.hdr.solid { background: rgba(251, 248, 242, .92); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.hdr-in { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-family: 'IBM Plex Sans Arabic', serif; font-size: 24px; font-weight: 600;
  background: var(--forest); color: var(--gold-2); box-shadow: inset 0 0 0 1.5px rgba(214, 176, 108, .7); line-height: 1; padding-bottom: 5px;
}
.brand-txt { display: flex; flex-direction: column; line-height: 1.1; }
.brand-txt b { font-family: var(--ff-display); font-size: 19px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
html[lang="ar"] .brand-txt b { letter-spacing: 0; font-size: 22px; }
.brand-txt small { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; opacity: .75; margin-top: 2px; }
html[lang="ar"] .brand-txt small { letter-spacing: 0; }
.nav { display: flex; gap: 28px; margin-inline: auto; font-size: 14.5px; font-weight: 500; }
.nav a { position: relative; padding: 6px 0; opacity: .9; }
.nav a::after { content: ''; position: absolute; inset-inline: 0; bottom: 0; height: 1.5px; background: var(--gold-2); transform: scaleX(0); transition: transform .25s; transform-origin: center; }
.nav a:hover::after { transform: scaleX(1); }
.hdr-actions { display: flex; align-items: center; gap: 12px; }
.lang { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; padding: 8px 12px; border-radius: 999px; border: 1px solid currentColor; opacity: .9; }
.lang:hover { opacity: 1; background: rgba(255,255,255,.12); }
.hdr.solid .lang:hover { background: rgba(0,0,0,.05); }
.burger { display: none; padding: 8px; }
.burger .ic { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: calc(100vh - var(--ribbon-h)); min-height: calc(100svh - var(--ribbon-h)); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; overflow: hidden; background: var(--ink); }
.hero-slides { position: absolute; inset: 0; background: var(--ink) url('../img/p02/01s.webp') 34% 50% / cover no-repeat; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease; z-index: 0; }
.hero-slide.prev { opacity: 1; transition: none; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hero-slide.on { opacity: 1; z-index: 2; }
.hero-slide.on img { animation: kb 16s ease-out forwards; }
@keyframes kb { from { transform: scale(1.02); } to { transform: scale(1.12); } }
.hero-shade { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(8,14,12,.62) 0%, rgba(8,14,12,.3) 26%, rgba(8,14,12,.62) 52%, rgba(8,14,12,.92) 100%),
  linear-gradient(90deg, rgba(8,14,12,.5), transparent 60%); }
[dir="rtl"] .hero-shade { background:
  linear-gradient(180deg, rgba(8,14,12,.62) 0%, rgba(8,14,12,.3) 26%, rgba(8,14,12,.62) 52%, rgba(8,14,12,.92) 100%),
  linear-gradient(270deg, rgba(8,14,12,.5), transparent 60%); }
.hero-in { position: relative; z-index: 2; padding-top: calc(var(--hdr-h) + 80px); padding-bottom: 34px; }
.kicker { font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
html[lang="ar"] .kicker { letter-spacing: .02em; font-size: 14px; }
.kicker.light { color: var(--gold-2); }
.kicker.gold { color: var(--gold-2); }
.hero-h1 .acc { text-shadow: 0 2px 30px rgba(0,0,0,.45); }
.hero-h1 { font-size: clamp(38px, 6.4vw, 92px); font-weight: 700; letter-spacing: -.04em; line-height: 1.04; max-width: 13ch; text-shadow: 0 2px 40px rgba(0,0,0,.35); }
html[lang="ar"] .hero-h1 { font-size: clamp(38px, 6vw, 84px); max-width: 14ch; line-height: 1.2; }
.hero-sub { text-shadow: 0 1px 18px rgba(0,0,0,.55); margin-top: 22px; max-width: 52ch; font-size: clamp(16px, 1.6vw, 19px); color: rgba(255,255,255,.88); }
.search {
  margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 0; background: rgba(255,255,255,.97); color: var(--text);
  border-radius: 999px; padding: 8px 8px 8px 12px; max-width: 860px; box-shadow: 0 30px 70px -30px rgba(0,0,0,.7);
}
[dir="rtl"] .search { padding: 8px 12px 8px 8px; }
.s-field { display: flex; flex-direction: column; padding: 8px 22px; border-inline-end: 1px solid var(--line); min-width: 0; cursor: pointer; }
.s-field span { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
html[lang="ar"] .s-field span { letter-spacing: 0; font-size: 12px; }
.s-field input, .s-field select { border: 0; background: transparent; font: inherit; font-size: 15px; font-weight: 600; color: var(--text); padding: 2px 0 0; outline: none; width: 100%; min-width: 0; cursor: pointer; }
.s-field select { appearance: none; -webkit-appearance: none; }
.s-btn { border-radius: 999px; }
.hero-foot { margin-top: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 14px; color: rgba(255,255,255,.92); }
.trust li { display: inline-flex; align-items: center; gap: 8px; }
.trust .ic { width: 17px; height: 17px; color: var(--gold-2); }
.trust b { font-weight: 700; }
.hero-cap { font-size: 13px; color: rgba(255,255,255,.85); padding: 8px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; backdrop-filter: blur(6px); background: rgba(255,255,255,.08); display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
.hero-cap:hover { background: rgba(255,255,255,.18); }
.hero-dots { position: absolute; z-index: 3; inset-inline-end: var(--gutter); top: 50%; translate: 0 -50%; display: flex; flex-direction: column; gap: 10px; }
.hero-dots button { width: 3px; height: 28px; border-radius: 3px; background: rgba(255,255,255,.35); transition: background .3s, height .3s; }
.hero-dots button.on { background: var(--gold-2); height: 44px; }

/* ---------- Stats ---------- */
.stats { background: var(--forest); color: #fff; }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 20px; text-align: center; border-inline-end: 1px solid rgba(255,255,255,.1); }
.stat:last-child { border: 0; }
.stat b { display: block; font-family: var(--ff-display); font-size: clamp(32px, 4.2vw, 52px); font-weight: 700; letter-spacing: -.03em; color: var(--gold-2); line-height: 1; }
.stat span { display: block; margin-top: 8px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
html[lang="ar"] .stat span { letter-spacing: 0; font-size: 14px; }

/* ---------- Sections ---------- */
.sec { padding: clamp(64px, 9vw, 120px) 0; }
.sec-sand { background: var(--sand); }
.sec-forest { background: var(--forest); color: #fff; }
.sec-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 52px); }
.sec-head h2 { font-size: clamp(30px, 4vw, 50px); }
html[lang="ar"] .sec-head h2 { font-size: clamp(30px, 4.2vw, 48px); }
.sec-head .sub { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 58ch; }
.sec-forest .sec-head .sub { color: rgba(255,255,255,.75); }

/* ---------- Collections ---------- */
.colls { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.coll { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 4; color: #fff; isolation: isolate; text-align: start; box-shadow: var(--shadow-sm); }
.coll img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2, .7, .2, 1); z-index: -2; }
.coll::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,14,12,.82)); z-index: -1; }
.coll:hover img { transform: scale(1.07); }
.coll-body { position: absolute; inset-inline: 22px; bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.coll h3 { font-size: 24px; line-height: 1.1; }
html[lang="ar"] .coll h3 { font-size: 24px; }
.coll small { display: block; margin-top: 6px; font-size: 13px; opacity: .85; }
.coll-go { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); transition: background .25s, color .25s, transform .25s; flex: none; }
.coll:hover .coll-go { background: var(--gold-2); color: #1d1608; transform: translateX(3px); }
[dir="rtl"] .coll-go .ic { transform: scaleX(-1); }
[dir="rtl"] .coll:hover .coll-go { transform: translateX(-3px); }

/* ---------- Filters ---------- */
.filters { display: flex; flex-direction: column; gap: 18px; margin-bottom: 14px; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { min-height: 42px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip .ic { width: 16px; height: 16px; }
.selects { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.sel { display: flex; flex-direction: column; gap: 4px; background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 8px 14px; position: relative; }
.sel span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
html[lang="ar"] .sel span { letter-spacing: 0; font-size: 12px; }
.sel select { appearance: none; -webkit-appearance: none; border: 0; background: transparent; font: inherit; font-weight: 600; font-size: 15px; color: var(--text); outline: none; padding-inline-end: 22px; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%2366706b' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 2px center; }
[dir="rtl"] .sel select { background-position: left 2px center; }
.res-bar { display: flex; align-items: center; justify-content: space-between; margin: 22px 0 22px; color: var(--muted); font-size: 14px; font-weight: 500; min-height: 24px; }

/* ---------- Cards ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 30px 24px; }
.card { position: relative; background: transparent; }
.card-media { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3.15; background: #d9d2c4; box-shadow: var(--shadow-sm); }
.car { display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; overscroll-behavior-x: contain; }
.car::-webkit-scrollbar { display: none; }
.car img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; scroll-snap-stop: always; background: #d9d2c4; }
.car-btn { position: absolute; top: 50%; translate: 0 -50%; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); display: grid; place-items: center; box-shadow: 0 4px 14px rgba(0,0,0,.22); opacity: 0; transition: opacity .2s, transform .2s; z-index: 3; }
.car-btn .ic { width: 18px; height: 18px; }
.car-btn.prev { inset-inline-start: 10px; }
.car-btn.next { inset-inline-end: 10px; }
.car-btn:hover { transform: translateY(-50%) scale(1.08); }
@media (hover: hover) { .card-media:hover .car-btn { opacity: 1; } }
.car-btn[disabled] { display: none; }
.badge { position: absolute; top: 12px; inset-inline-start: 12px; z-index: 3; background: rgba(255,255,255,.95); color: var(--ink); padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; box-shadow: 0 4px 14px rgba(0,0,0,.15); pointer-events: none; }
.badge .ic { width: 13px; height: 13px; color: var(--gold); }
.dots { position: absolute; inset-inline: 0; bottom: 10px; display: flex; justify-content: center; gap: 5px; z-index: 3; pointer-events: none; }
.dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.55); transition: all .2s; }
.dots i.on { background: #fff; width: 16px; border-radius: 4px; }
.card-body { padding: 16px 4px 0; }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.card h3 { font-size: 22px; line-height: 1.2; font-family: var(--ff-body); font-weight: 700; letter-spacing: -.005em; }
html[lang="ar"] .card h3 { font-size: 18px; line-height: 1.45; }
.card { cursor: pointer; animation: rise .7s cubic-bezier(.2, .7, .2, 1) both; }
.card:nth-child(3n+2) { animation-delay: .06s; }
.card:nth-child(3n) { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.card-link:hover { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.rate { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: 14px; white-space: nowrap; padding-top: 3px; }
.rate .ic { width: 14px; height: 14px; color: var(--gold); }
.rate em { font-style: normal; font-weight: 500; color: var(--muted); }
.meta { margin-top: 6px; font-size: 14px; color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.tag { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: rgba(18, 56, 48, .07); color: var(--forest); }
.card:hover .car img:first-child { filter: none; }
.more { display: flex; justify-content: center; margin-top: 46px; }
.empty { text-align: center; padding: 60px 0; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: 18px; }

/* ---------- Bento (spaces) ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
.bento figure { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; background: #d9d2c4; }
.bento figure.w2 { grid-column: span 2; }
.bento figure.h2 { grid-row: span 2; }
.bento img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2, .7, .2, 1); }
.bento figure:hover img { transform: scale(1.06); }
.bento figcaption { position: absolute; inset-inline: 0; bottom: 0; padding: 40px 18px 16px; color: #fff; font-weight: 600; font-size: 15px; background: linear-gradient(180deg, transparent, rgba(8,14,12,.78)); }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why { padding: 30px 26px 32px; border-radius: var(--radius); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); transition: background .3s, transform .3s; }
.why:hover { background: rgba(255,255,255,.09); transform: translateY(-4px); }
.why .ic-lg { color: var(--gold-2); margin-bottom: 22px; }
.why h3 { font-size: 21px; margin-bottom: 10px; }
html[lang="ar"] .why h3 { font-size: 21px; }
.why p { color: rgba(255,255,255,.78); font-size: 15px; }
.scores { margin-top: 56px; padding: clamp(24px, 4vw, 44px); border-radius: var(--radius); background: var(--cream); color: var(--text); display: grid; grid-template-columns: 1fr 1.6fr; gap: 36px; align-items: center; }
.scores h3 { font-size: 26px; }
html[lang="ar"] .scores h3 { font-size: 26px; }
.scores-head p { margin-top: 10px; color: var(--muted); font-size: 15px; }
.scores-bars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 34px; }
.bar { display: grid; grid-template-columns: 1fr auto; gap: 6px 10px; align-items: center; font-size: 14px; font-weight: 600; }
.bar b { font-variant-numeric: tabular-nums; }
.bar i { grid-column: 1 / -1; height: 5px; border-radius: 5px; background: rgba(20,32,27,.1); position: relative; overflow: hidden; }
.bar i::after { content: ''; position: absolute; inset-block: 0; inset-inline-start: 0; width: var(--w); background: linear-gradient(90deg, var(--gold), var(--gold-2)); border-radius: 5px; transform-origin: left; transform: scaleX(0); transition: transform 1.3s cubic-bezier(.2, .7, .2, 1); }
[dir="rtl"] .bar i::after { transform-origin: right; }
.scores.in .bar i::after { transform: scaleX(1); }

/* ---------- Host ---------- */
.host { display: grid; grid-template-columns: 380px 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.host-card { background: var(--forest); color: #fff; border-radius: 28px; padding: 40px 34px; text-align: center; box-shadow: var(--shadow); }
.host-avatar { position: relative; width: 150px; height: 150px; margin: 0 auto 26px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #2a6a5b, var(--forest-2)); display: grid; place-items: center; box-shadow: inset 0 0 0 2px rgba(214,176,108,.7), 0 20px 40px -18px rgba(0,0,0,.6); }
.host-avatar span { font-family: 'IBM Plex Sans Arabic', serif; font-size: 78px; font-weight: 600; color: var(--gold-2); line-height: 1; padding-bottom: 12px; }
.host-avatar i { position: absolute; inset-inline-end: 4px; bottom: 8px; width: 40px; height: 40px; border-radius: 50%; background: var(--gold-2); color: #1d1608; display: grid; place-items: center; border: 3px solid var(--forest); }
.host-avatar i .ic { width: 18px; height: 18px; }
.host-facts { display: grid; gap: 12px; text-align: start; max-width: 240px; margin-inline: auto; font-size: 15px; }
.host-facts li { display: flex; align-items: center; gap: 12px; }
.host-facts .ic { color: var(--gold-2); }
.host-copy h2 { font-size: clamp(32px, 4.2vw, 54px); margin-bottom: 26px; }
html[lang="ar"] .host-copy h2 { font-size: clamp(32px, 4.4vw, 52px); }
.quote-ar { margin: 0 0 18px; font-family: 'IBM Plex Sans Arabic', sans-serif; font-size: clamp(20px, 2.4vw, 27px); line-height: 1.8; color: var(--forest); font-weight: 500; padding-inline-start: 22px; border-inline-start: 3px solid var(--gold); }
.quote-en { color: var(--muted); font-size: 17px; max-width: 60ch; font-style: italic; }
html[lang="ar"] .quote-en { font-style: normal; }
.quote-src { margin-top: 14px; font-size: 14px; color: var(--muted); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: s; }
.steps li { background: var(--paper); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.steps b { font-family: var(--ff-display); font-size: 52px; line-height: 1; color: var(--gold); opacity: .9; display: block; margin-bottom: 14px; font-weight: 700; letter-spacing: -.04em; }
.steps h3 { font-size: 22px; margin-bottom: 8px; }
html[lang="ar"] .steps h3 { font-size: 22px; }
.steps p { color: var(--muted); font-size: 15.5px; }

/* ---------- CTA ---------- */
.cta { position: relative; padding: clamp(80px, 12vw, 150px) 0; color: #fff; text-align: center; overflow: hidden; isolation: isolate; background: var(--ink); }
.cta-bg { position: absolute; inset: 0; z-index: -2; background: url('../img/b-jood/pool-1.webp') center/cover no-repeat; }
.cta::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,14,12,.78), rgba(8,14,12,.6) 50%, rgba(8,14,12,.86)); }
.cta h2 { font-size: clamp(32px, 5vw, 68px); max-width: 17ch; margin: 0 auto 18px; }
html[lang="ar"] .cta h2 { font-size: clamp(34px, 5vw, 64px); max-width: 18ch; }
.cta p { color: rgba(255,255,255,.85); font-size: 18px; }
.cta-btns { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.ftr { background: var(--ink); color: #cfd6d2; padding: 56px 0 30px; }
.ftr-in { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-start; }
.ftr-brand p { margin-top: 16px; color: #96a19b; font-size: 14.5px; }
.brand-light { color: #fff; }
.ftr-nav { display: flex; gap: 26px; flex-wrap: wrap; font-size: 14.5px; }
.ftr-nav a:hover { color: var(--gold-2); }
.ftr-legal { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px; color: #7f8a84; display: flex; justify-content: space-between; align-items: center; gap: 12px 28px; flex-wrap: wrap; }
.ftr-credit { color: #a9b3ad; }
.ftr-credit a { color: var(--gold-2); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(214,176,108,.4); text-underline-offset: 3px; transition: color .2s, text-decoration-color .2s; }
.ftr-credit a:hover { color: #fff; text-decoration-color: #fff; }

/* ---------- WhatsApp FAB ---------- */
.wa-fab { position: fixed; inset-inline-end: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: #25a86b; color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(37,168,107,.8); transition: transform .2s, opacity .3s; opacity: 0; pointer-events: none; }
.wa-fab.show { opacity: 1; pointer-events: auto; }
.wa-fab:hover { transform: scale(1.08); }
.wa-fab .ic { width: 28px; height: 28px; }
body.lock .wa-fab.show { opacity: 0; pointer-events: none; }

/* ---------- Detail sheet ---------- */
.detail { position: fixed; inset: 0; z-index: 80; background: var(--cream); overflow: hidden; }
.detail.enter { animation: sheet .45s cubic-bezier(.2, .7, .2, 1); }
@keyframes sheet { from { transform: translateY(28px); opacity: 0; } to { transform: none; opacity: 1; } }
.detail-scroll { height: 100%; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.detail-bar { position: sticky; top: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; padding: 12px var(--gutter); background: rgba(251,248,242,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.icon-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); transition: border-color .2s; }
.icon-btn:hover { border-color: var(--ink); }
.detail-body { width: min(1180px, 100% - var(--gutter) * 2); margin: 0 auto; padding: 26px 0 80px; }
.d-title { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 14px 30px; margin-bottom: 22px; }
.d-title h1 { font-size: clamp(27px, 3.4vw, 42px); max-width: 26ch; }
html[lang="ar"] .d-title h1 { font-size: clamp(26px, 3.6vw, 42px); }
.d-sub { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 12px; color: var(--muted); font-size: 15px; }
.d-sub .rate { color: var(--text); }
.d-bld { display: inline-flex; align-items: center; gap: 6px; }
.d-bld .ic { width: 16px; height: 16px; }
.gal-wrap { position: relative; }
.gal { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 10px; border-radius: var(--radius); overflow: hidden; }
.gal button { position: relative; overflow: hidden; background: #d9d2c4; display: block; }
.gal button:first-child { grid-row: span 2; }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .3s; }
.gal button:hover img { transform: scale(1.04); filter: brightness(.94); }
.gal button:nth-child(n+6) { display: none; }
.gal-all { position: absolute; inset-inline-end: 16px; bottom: 16px; z-index: 2; background: rgba(255,255,255,.96); color: var(--ink); padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 14px; box-shadow: 0 8px 22px rgba(0,0,0,.25); display: inline-flex; gap: 8px; align-items: center; }
.gal-all:hover { background: #fff; transform: translateY(-1px); }
.d-cols { display: grid; grid-template-columns: 1fr 380px; gap: clamp(28px, 5vw, 70px); margin-top: 38px; align-items: start; }
.facts { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.fact { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-weight: 600; font-size: 14.5px; }
.fact .ic { color: var(--forest); }
.d-sec { padding: 28px 0; border-bottom: 1px solid var(--line); }
.d-sec:last-child { border: 0; }
.d-sec h2 { font-size: 22px; margin-bottom: 16px; }
html[lang="ar"] .d-sec h2 { font-size: 24px; }
.d-sec p { color: #3e4844; font-size: 16.5px; max-width: 64ch; }
.hl { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px 22px; }
.hl li { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.hl .ic { color: var(--gold); width: 22px; height: 22px; }
.d-scores { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; }
.d-scores .bar i { background: rgba(20,32,27,.09); }
.d-scores.in .bar i::after, .d-scores .bar i::after { transform: scaleX(1); }
.book { position: sticky; top: 84px; background: var(--paper); border-radius: 24px; padding: 26px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.book-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 18px; }
.book-top h3 { font-family: var(--ff-body); font-size: 19px; font-weight: 700; }
.book-fields { border: 1.5px solid var(--line); border-radius: 14px; overflow: hidden; }
.book-fields .row { display: grid; grid-template-columns: 1fr 1fr; }
.book-fields label { display: flex; flex-direction: column; padding: 10px 14px; }
.book-fields .row label:first-child { border-inline-end: 1.5px solid var(--line); }
.book-fields .row + label { border-top: 1.5px solid var(--line); }
.book-fields span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
html[lang="ar"] .book-fields span { letter-spacing: 0; font-size: 12px; }
.book-fields input, .book-fields select { border: 0; background: transparent; font: inherit; font-weight: 600; font-size: 15px; outline: none; padding: 2px 0 0; color: var(--text); min-width: 0; }
.book .btn { margin-top: 16px; }
.fine { font-size: 13px; color: var(--muted); margin-top: 12px; text-align: center; }
.d-more { margin-top: 60px; }
.d-more h2 { font-size: 26px; margin-bottom: 22px; }
html[lang="ar"] .d-more h2 { font-size: 26px; }
.d-more .grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }

/* ---------- Lightbox ---------- */
.lb { position: fixed; inset: 0; z-index: 100; background: rgba(6,10,9,.96); display: flex; align-items: center; justify-content: center; }
.lb-fig { margin: 0; max-width: min(1300px, 92vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: 14px; touch-action: pan-y; }
.lb-fig img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: 10px; user-select: none; -webkit-user-drag: none; }
.lb-fig figcaption { color: #d9dfdb; font-size: 14px; letter-spacing: .04em; min-height: 20px; }
.lb-x, .lb-nav { position: absolute; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center; transition: background .2s; z-index: 2; }
.lb-x:hover, .lb-nav:hover { background: rgba(255,255,255,.26); }
.lb-x { top: 18px; inset-inline-end: 18px; }
.lb-prev { inset-inline-start: 18px; top: 50%; translate: 0 -50%; }
.lb-next { inset-inline-end: 18px; top: 50%; translate: 0 -50%; }
.lb-count { position: absolute; top: 28px; inset-inline-start: 26px; color: #cbd3ce; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; }

/* ---------- Inquiry modal ---------- */
.modal { position: fixed; inset: 0; z-index: 110; background: rgba(6,10,9,.6); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 16px; overflow-y: auto; }
.modal-card { position: relative; width: min(520px, 100%); background: var(--paper); border-radius: 26px; padding: 34px 30px 28px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.6); animation: sheet .35s cubic-bezier(.2, .7, .2, 1); }
.modal-x { position: absolute; top: 14px; inset-inline-end: 14px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(0,0,0,.05); }
.modal-x:hover { background: rgba(0,0,0,.1); }
.modal-card h3 { font-size: 24px; margin-bottom: 20px; padding-inline-end: 34px; }
html[lang="ar"] .modal-card h3 { font-size: 24px; }
.i-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fld { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; border: 1.5px solid var(--line); border-radius: 12px; padding: 8px 14px; transition: border-color .2s; }
.fld:focus-within { border-color: var(--forest); }
.fld span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
html[lang="ar"] .fld span { letter-spacing: 0; font-size: 12px; }
.fld input, .fld select, .fld textarea { border: 0; background: transparent; font: inherit; font-weight: 600; font-size: 15px; outline: none; resize: none; padding: 2px 0; color: var(--text); width: 100%; min-width: 0; }
.i-done { text-align: center; }
.i-check { width: 60px; height: 60px; border-radius: 50%; background: var(--forest); color: var(--gold-2); display: grid; place-items: center; margin: 0 auto 16px; }
.i-check .ic { width: 28px; height: 28px; stroke-width: 2.2; }
.i-done h3 { padding: 0; margin-bottom: 8px; }
.i-msg { text-align: start; white-space: pre-wrap; font-family: var(--ff-body); font-size: 14px; background: var(--sand); border-radius: 14px; padding: 16px 18px; margin: 16px 0 18px; line-height: 1.6; direction: inherit; }
.i-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ---------- Toast ---------- */
.toast { position: fixed; inset-inline: 0; bottom: 30px; margin-inline: auto; width: max-content; max-width: 90vw; z-index: 200; background: var(--ink); color: #fff; padding: 12px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; box-shadow: var(--shadow); opacity: 0; transform: translateY(16px); pointer-events: none; transition: all .3s; }
.toast.on { opacity: 1; transform: none; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }
.reveal:nth-child(4) { transition-delay: .24s; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .colls { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .host { grid-template-columns: 1fr; }
  .host-card { max-width: 420px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .scores { grid-template-columns: 1fr; }
  .d-cols { grid-template-columns: 1fr; }
  .book { position: static; }
  .selects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .nav { position: fixed; inset: 0; z-index: 70; background: var(--forest); color: #fff; flex-direction: column; justify-content: center; align-items: center; gap: 26px; font-size: 26px; font-family: var(--ff-display); opacity: 0; pointer-events: none; transition: opacity .3s; margin: 0; }
  .nav.open { opacity: 1; pointer-events: auto; }
  .burger { display: inline-flex; position: relative; z-index: 80; }
  .hdr-actions .btn { display: none; }
  .hdr-actions { margin-inline-start: auto; }
  body.menu-open .hdr { color: #fff; background: transparent; box-shadow: none; backdrop-filter: none; }
  .search { grid-template-columns: 1fr 1fr; border-radius: 26px; padding: 8px; gap: 4px; }
  [dir="rtl"] .search { padding: 8px; }
  .s-field { border-inline-end: 0; border-bottom: 1px solid var(--line); padding: 8px 14px; }
  .s-field:nth-child(3) { grid-column: 1 / -1; border-bottom: 0; }
  .s-btn { grid-column: 1 / -1; min-height: 52px; }
  .stats-in { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-inline-end: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .steps { grid-template-columns: 1fr; }
  .hero-dots { display: none; }
  .hero-cap { display: none; }
  .gal { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border-radius: var(--radius); height: 300px; gap: 6px; scrollbar-width: none; }
  .gal::-webkit-scrollbar { display: none; }
  .gal button { flex: 0 0 88%; scroll-snap-align: center; border-radius: 14px; }
  .gal button:first-child { grid-row: auto; }
  .gal button:nth-child(n+6) { display: block; }
  .gal-all { inset-inline-end: 12px; bottom: 12px; padding: 8px 14px; font-size: 13px; }
  .d-scores, .scores-bars { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --hdr-h: 66px; }
  .colls { grid-template-columns: 1fr 1fr; gap: 12px; }
  .coll { aspect-ratio: 4 / 5; }
  .coll h3 { font-size: 18px; }
  html[lang="ar"] .coll h3 { font-size: 18px; }
  .coll-body { inset-inline: 14px; bottom: 14px; }
  .coll-go { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .bento { grid-auto-rows: 180px; gap: 10px; }
  .selects { grid-template-columns: 1fr 1fr; gap: 8px; }
  .chips { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scrollbar-width: none; }
  .chips::-webkit-scrollbar { display: none; }
  .chip { flex: none; }
  .hero-h1 { max-width: 12ch; }
  .brand-txt small { display: none; }
  .brand-mark { width: 38px; height: 38px; font-size: 22px; }
  .ftr-in { flex-direction: column; }
  .ftr { padding-bottom: 96px; }
  .i-row { grid-template-columns: 1fr; gap: 0; }
  .detail-bar .icon-btn span { font-size: 13px; }
  .modal-card { padding: 28px 20px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide.on img { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; }
}
