*,*::before,*::after { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body {
  font-family: var(--font-body, 'Inter', sans-serif);
  color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.page { min-height: 100vh; background: var(--bg); transition: background .4s ease; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 720px){ .container { padding: 0 20px; } }

/* Type */
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 24px; font-weight: 500;
}
.eyebrow--light { color: #fff; opacity: .85; }
.display {
  font-family: var(--font-display);
  font-size: clamp(64px, 13vw, 180px);
  font-weight: 400; line-height: 0.92; letter-spacing: -0.025em;
  margin: 0 0 24px; color: #fff;
}
.mega {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 400; line-height: 0.95; letter-spacing: -0.02em;
  margin: 0 0 48px;
}
.mega--light { color: #fff; }
.hugetype {
  font-family: var(--font-display);
  font-size: clamp(72px, 16vw, 240px);
  font-weight: 400; line-height: 0.9; letter-spacing: -0.03em;
  margin: 0 0 24px; color: #fff;
}
.lead {
  font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55;
  color: var(--ink); margin: 0; max-width: 56ch;
  font-weight: 400; text-wrap: pretty;
}
.lead--light { color: #fff; opacity: .9; }
.body { font-size: 16px; line-height: 1.75; color: var(--muted); margin: 0; max-width: 56ch; }
.editorial { margin-bottom: 48px; max-width: 1100px; }
.editorial--center { text-align: center; margin: 0 auto 56px; }
.editorial--center .eyebrow { display: inline-block; }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all .3s ease; }
.nav--scrolled { background: rgba(251, 248, 242, 0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); }
.nav__inner {
  max-width: 1480px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 20px 40px;
}
.nav__left { display: flex; align-items: center; gap: 24px; }
.nav__ig { color: #fff; opacity: .9; cursor: pointer; display: inline-flex; align-items: center; transition: opacity .2s; }
.nav__ig:hover { opacity: 1; }
.nav--scrolled .nav__ig { color: var(--ink); }
.nav__brand { color: #fff; font-family: 'Inter', sans-serif; font-size: 13px; letter-spacing: 0.22em; cursor: pointer; }
.nav--scrolled .nav__brand { color: var(--ink); }
.nav__gallery-link { color: #fff; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; opacity: .85; padding-left: 32px; border-left: 1px solid rgba(255,255,255,.3); }
.nav--scrolled .nav__gallery-link { color: var(--ink); border-left-color: var(--line); }
.nav__gallery-link:hover { opacity: 1; }
.nav__center { display: flex; justify-content: center; }
.nav__mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid #fff; border-radius: 4px;
  font-family: var(--font-display); font-size: 18px; color: #fff;
}
.nav--scrolled .nav__mark { border-color: var(--ink); color: var(--ink); }
.nav__right { display: flex; align-items: center; gap: 16px; justify-content: flex-end; }
.nav__lang { position: relative; }
.nav__lang-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: 1px solid rgba(255,255,255,.35); border-radius: 999px;
  padding: 4px 10px 4px 8px; cursor: pointer; color: #fff;
  font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.12em;
}
.nav--scrolled .nav__lang-toggle { color: var(--ink); border-color: var(--line); }
.nav__lang-flag { font-size: 16px; line-height: 1; }
.nav__lang-caret { font-size: 10px; opacity: .7; }
.nav__lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0;
  list-style: none; margin: 0; padding: 6px;
  background: var(--surface, #fff); border: 1px solid var(--line, rgba(0,0,0,.1));
  border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.12);
  min-width: 0; z-index: 50;
}
.nav__lang-menu li { margin: 0; }
.nav__lang-opt {
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
  padding: 6px 10px; border-radius: 6px;
}
.nav__lang-opt:hover { background: rgba(0,0,0,.05); }
.nav__lang-opt.on { background: rgba(0,0,0,.06); font-weight: 500; }
.page--rtl .nav__lang-menu { right: 0; left: auto; }
.flag { display: block; width: 20px; height: 14px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.page--rtl { font-family: 'Inter', 'Noto Sans Arabic', sans-serif; }
.page--rtl .display, .page--rtl .mega, .page--rtl .hugetype, .page--rtl .loc-block__title, .page--rtl .feature__title, .page--rtl .price-card__price, .page--rtl .qfacts__v { font-family: 'Amiri', 'Noto Naskh Arabic', serif; }
.nav__burger { background: none; border: none; padding: 8px; cursor: pointer; }
.nav__burger span { display: block; width: 22px; height: 1.5px; background: #fff; margin: 5px 0; }
.nav--scrolled .nav__burger span { background: var(--ink); }
.nav__mobile { background: var(--surface); padding: 16px 40px 24px; display: flex; flex-direction: column; gap: 14px; border-top: 1px solid var(--line); }
.nav__mobile a { color: var(--ink); cursor: pointer; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; }

/* Hero */
.hero { position: relative; height: 100vh; min-height: 680px; overflow: hidden; color: #fff; }
.hero__media { position: absolute; inset: 0; }
.hero__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__audio { position: absolute; bottom: 32px; right: 32px; background: rgba(0,0,0,.4); color: #fff; border: 1px solid rgba(255,255,255,.4); padding: 10px 18px; font-size: 11px; letter-spacing: 0.14em; cursor: pointer; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: all .2s; }
.hero__audio:hover { background: rgba(0,0,0,.7); }
.hero__media image-slot { display: block; width: 100%; height: 100%; --image-slot-fg: rgba(255,255,255,.4); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.1) 35%, rgba(0,0,0,.6) 100%); }
.hero__content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 100px; }
.hero__inner { max-width: 1480px; margin: 0 auto; padding: 0 40px; width: 100%; }
.hero__sub { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.5; max-width: 580px; margin: 0 0 40px; opacity: .92; font-weight: 300; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero--split .hero__media { right: auto; width: 56%; }
.hero--split .hero__veil { background: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,0)); }
.hero--split { background: var(--bg); color: var(--ink); }
.hero--split .hero__content { margin-left: 56%; width: 44%; padding: 0 40px 80px; justify-content: center; }
.hero--split .hero__inner { padding: 0; }
.hero--split .display { color: var(--ink); font-size: clamp(56px, 8vw, 120px); }
.hero--split .eyebrow--light { color: var(--accent); opacity: 1; }
@media (max-width: 880px){
  .hero--split .hero__media { width: 100%; height: 50%; }
  .hero--split .hero__content { margin-left: 0; width: 100%; padding-bottom: 60px; }
  .hero--split .display { color: #fff; }
  .hero--split { color: #fff; }
}
.hero__scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); width: 1px; height: 48px; background: rgba(255,255,255,.3); overflow: hidden; }
.hero__scroll span { display: block; width: 100%; height: 50%; background: #fff; animation: scrollHint 2.4s ease-in-out infinite; }
@keyframes scrollHint { 0%{transform:translateY(-100%)} 100%{transform:translateY(200%)} }

/* Buttons */
.btn { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; padding: 18px 32px; border: 1px solid currentColor; cursor: pointer; transition: all .25s; border-radius: 0; }
.btn--primary { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn--primary:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: #fff; color: var(--ink); }
.btn--sm { padding: 12px 22px; font-size: 11px; }
.btn--block { width: 100%; }

/* Quick facts */
.qfacts { background: var(--surface); border-bottom: 1px solid var(--line); }
.qfacts__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 64px 40px; }
.qfacts__cell { text-align: center; padding: 0 24px; border-right: 1px solid var(--line); }
.qfacts__cell:last-child { border-right: none; }
.qfacts__v { font-family: var(--font-display); font-size: clamp(56px, 6vw, 80px); font-weight: 400; line-height: 1; color: var(--ink); margin-bottom: 12px; }
.qfacts__v span { font-size: 0.4em; color: var(--muted); margin-left: 4px; }
.qfacts__l { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 720px){
  .qfacts__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; padding: 40px 20px; }
  .qfacts__cell:nth-child(2n){ border-right: none; }
}

/* Sections */
.section { padding: clamp(80px, 12vw, 160px) 0; }
.section--alt { background: var(--surface); }
.section--dark { background: var(--ink); color: #fff; }

/* Two col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); }
.two-col--text-led { align-items: start; }
@media (max-width: 880px){ .two-col { grid-template-columns: 1fr; gap: 32px; } }

/* Bigshot */
.bigshot { margin-top: 80px; }
.bigshot image-slot { display: block; width: 100%; aspect-ratio: 16/9; --image-slot-bg: #ddd; }

/* Features */
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature { background: var(--surface); padding: 0; display: flex; flex-direction: column; min-height: 240px; }
.section--alt .feature { background: var(--bg); }
.feature--clickable { cursor: pointer; text-decoration: none; color: inherit; transition: background .25s; position: relative; }
.feature--clickable:hover { background: var(--surface); }
.section--alt .feature--clickable:hover { background: var(--bg); filter: brightness(0.97); }
.feature__thumb { width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--line); }
.feature__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.feature--clickable:hover .feature__thumb img { transform: scale(1.04); }
.feature__num { font-family: var(--font-display); font-size: 14px; color: var(--accent); letter-spacing: 0.1em; padding: 28px 36px 0; }
.feature__title { font-family: var(--font-display); font-size: 26px; font-weight: 400; margin: 8px 36px 0; line-height: 1.15; }
.feature__desc { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 12px 36px 24px; }
.feature__cta { padding: 0 36px 28px; color: var(--accent); font-size: 14px; letter-spacing: 0.1em; }
@media (max-width: 880px){ .features__grid { grid-template-columns: 1fr; } }

/* Gallery sections */
.gal-section { margin-top: 80px; }
.gal-section:first-of-type { margin-top: 64px; }
.gal-section__title { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; margin: 0 0 28px; letter-spacing: -0.01em; }
.gallery__cell--placeholder { background: var(--line); display: flex; align-items: center; justify-content: center; min-height: 200px; }

/* Location hero */
.loc-hero { position: relative; height: 80vh; min-height: 560px; overflow: hidden; color: #fff; }
.loc-hero__bg { position: absolute; inset: 0; }
.loc-hero__bg image-slot { display: block; width: 100%; height: 100%; }
.loc-hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.5)); }
.loc-hero__content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 20px; }
.loc-hero__tag { font-family: var(--font-display); font-size: clamp(20px, 2vw, 28px); font-style: italic; opacity: .9; margin: 0; max-width: 600px; }

/* Location detail grid */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 80px; margin-bottom: 80px; }
.loc-block--wide { grid-column: 1 / -1; }
.loc-block__title { font-family: var(--font-display); font-size: 32px; font-weight: 400; margin: 0 0 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.loc-block__list { list-style: none; padding: 0; margin: 0; }
.loc-block__item { padding: 14px 0; border-bottom: 1px solid var(--line); }
.loc-block__name { font-size: 16px; font-weight: 500; margin-bottom: 4px; color: var(--ink); }
.loc-block__desc { font-size: 14px; line-height: 1.55; color: var(--muted); }
.loc-list__row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.loc-list__v { color: var(--accent); font-variant-numeric: tabular-nums; font-size: 13px; letter-spacing: 0.04em; }
.loc-block--wide .loc-block__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
@media (max-width: 880px){
  .loc-grid { grid-template-columns: 1fr; gap: 40px; }
  .loc-block--wide .loc-block__list { grid-template-columns: 1fr; }
}
.loc-map { border: 1px solid var(--line); }
.loc-address { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); line-height: 1.6; }
.loc-map iframe { display: block; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; grid-auto-rows: 200px; }
.gallery__cell { position: relative; overflow: hidden; }
.gallery__cell image-slot { display: block; width: 100%; height: 100%; }
.gallery__cell--wide { grid-column: span 4; grid-row: span 2; }
.gallery__cell--tall { grid-column: span 2; grid-row: span 2; }
.gallery__cell--square { grid-column: span 2; grid-row: span 2; }
.gallery__cell:nth-child(2) { grid-column: span 2; grid-row: span 1; }
.gallery__cell:nth-child(3) { grid-column: span 2; grid-row: span 1; }
@media (max-width: 880px){
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery__cell, .gallery__cell--wide, .gallery__cell--tall, .gallery__cell--square,
  .gallery__cell:nth-child(2), .gallery__cell:nth-child(3) { grid-column: span 1; grid-row: span 1; }
}

/* Prices */
.prices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
.price-card { background: var(--surface); padding: 48px 24px; text-align: center; border: 1px solid var(--line); transition: all .3s; }
.price-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.price-card__months { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; min-height: 32px; }
.price-card__price { font-family: var(--font-display); font-size: 52px; color: var(--ink); font-weight: 400; line-height: 1; }
.prices__note { text-align: center; color: var(--muted); font-size: 14px; max-width: 720px; margin: 0 auto; line-height: 1.6; }
@media (max-width: 880px){ .prices { grid-template-columns: repeat(2, 1fr); } }

/* Form */
.form { background: rgba(255,255,255,.04); padding: 48px; border: 1px solid rgba(255,255,255,.1); max-width: 720px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form label span { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.form input, .form select, .form textarea { background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; padding: 10px 0; font-size: 15px; font-family: 'Inter', sans-serif; outline: none; transition: border-color .2s; }
.form input:focus, .form select:focus, .form textarea:focus { border-bottom-color: var(--accent); }
.form input[type="date"] { color-scheme: dark; }
.form select option { background: var(--ink); color: #fff; }
.form .btn--primary { margin-top: 16px; }
.form-thanks { background: rgba(255,255,255,.05); padding: 80px 40px; text-align: center; border: 1px solid rgba(255,255,255,.1); max-width: 720px; }
.form-thanks__mark { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 28px; margin: 0 auto 24px; }
.form-thanks p { font-size: 18px; line-height: 1.5; max-width: 320px; margin: 0 auto; }
@media (max-width: 720px){ .form { padding: 28px; } .form__row { grid-template-columns: 1fr; gap: 0; } }

/* Date Range Picker */
.form__dates { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.drp { position: relative; }
.drp__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; padding: 10px 0; font-size: 15px; font-family: 'Inter', sans-serif; cursor: pointer; text-align: left; transition: border-color .2s; }
.drp__trigger:hover, .drp__trigger:focus { border-bottom-color: var(--accent); outline: none; }
.drp__trigger svg { opacity: .7; flex-shrink: 0; }
.drp__pop { position: absolute; z-index: 50; top: calc(100% + 10px); left: 0; right: 0; max-width: 720px; background: #1a1a1a; border: 1px solid rgba(255,255,255,.12); padding: 20px; box-shadow: 0 24px 48px rgba(0,0,0,.5); }
.drp__nav { display: flex; justify-content: space-between; margin-bottom: 8px; }
.drp__nav-btn { background: transparent; border: 1px solid rgba(255,255,255,.15); color: #fff; width: 32px; height: 32px; cursor: pointer; font-size: 18px; line-height: 1; transition: all .2s; }
.drp__nav-btn:hover:not(:disabled) { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); }
.drp__nav-btn:disabled { opacity: .25; cursor: not-allowed; }
.drp__months { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.drp__month-label { text-align: center; font-family: var(--font-display, 'Cormorant Garamond', serif); font-size: 18px; margin-bottom: 10px; color: #fff; text-transform: capitalize; }
.drp__weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; margin-bottom: 6px; }
.drp__weekdays span { text-align: center; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,.4); padding: 4px 0; }
.drp__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.drp__cell { background: transparent; border: none; color: #fff; padding: 8px 0; font-size: 13px; cursor: pointer; font-family: 'Inter', sans-serif; transition: background .15s; border-radius: 0; aspect-ratio: 1 / 1; }
.drp__cell--empty { cursor: default; }
.drp__cell:hover:not(:disabled):not(.drp__cell--empty) { background: rgba(255,255,255,.08); }
.drp__cell--past { color: rgba(255,255,255,.2); cursor: not-allowed; }
.drp__cell--in { background: rgba(138,111,63,.25); }
.drp__cell--start, .drp__cell--end { background: var(--accent); color: var(--accent-ink); font-weight: 600; }
.drp__flex { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
.drp__flex-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-right: 6px; }
.drp__flex-chip { background: transparent; border: 1px solid rgba(255,255,255,.18); color: #fff; padding: 6px 12px; font-size: 12px; cursor: pointer; font-family: 'Inter', sans-serif; transition: all .15s; }
.drp__flex-chip:hover { border-color: rgba(255,255,255,.4); }
.drp__flex-chip.is-active { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.drp__actions { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.drp__link { background: transparent; border: none; color: rgba(255,255,255,.55); cursor: pointer; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.drp__link:hover { color: #fff; }
@media (max-width: 720px){
  .drp__pop { left: -20px; right: -20px; padding: 16px; }
  .drp__months { grid-template-columns: 1fr; gap: 16px; }
}

/* Footer */
.footer { background: var(--ink); color: #fff; padding: 56px 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 14px; letter-spacing: 0.08em; }
.footer__rights { font-size: 12px; opacity: .55; margin: 0; }

/* Sticky */
.sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: rgba(20,20,20,.96); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); color: #fff; border-top: 1px solid rgba(255,255,255,.08); animation: stickySlide .5s ease; }
@keyframes stickySlide { from{transform:translateY(100%)} to{transform:translateY(0)} }
.sticky__inner { max-width: 1480px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 40px; }
.sticky__txt { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.sticky__txt strong { font-family: var(--font-display); font-weight: 400; font-size: 20px; }
.sticky .muted { color: rgba(255,255,255,.4); }
@media (max-width: 720px){ .sticky__inner { padding: 12px 20px; } .sticky__txt span:not(strong){ display: none; } .sticky__txt .muted { display: none; } }
