:root {
  --ink: #0b0806;
  --ink-2: #15100c;
  --cream: #f6edde;
  --cream-soft: #d9cdbb;
  --muted: #aa9b87;
  --gold: #cda861;
  --gold-light: #e7c983;
  --line: rgba(222, 185, 111, .24);
  --line-soft: rgba(255, 255, 255, .1);
  --header-h: 88px;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-snap-type: y mandatory; background: var(--ink); }
html.is-programmatic-scroll { scroll-behavior: auto; scroll-snap-type: none; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;
  font-weight: 400;
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.loader {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-content: center; justify-items: center; gap: 18px;
  background: var(--ink);
  transition: opacity .65s ease, visibility .65s ease;
}
.loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader p { margin: 0; color: var(--cream-soft); font-size: .9rem; }
.loader__line { width: min(240px, 55vw); height: 1px; background: rgba(255,255,255,.12); overflow: hidden; }
.loader__line span { display: block; width: 0; height: 100%; background: var(--gold-light); transition: width .25s ease; }
.loader__mark { width: 58px; height: 39px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; }
.loader__mark span { width: 11px; aspect-ratio: 1; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 28px rgba(231,201,131,.42); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 80;
  height: var(--header-h);
  display: grid; grid-template-columns: 220px 1fr 220px; align-items: center;
  padding: 0 clamp(28px, 4vw, 64px);
  direction: rtl;
  border-bottom: 1px solid rgba(222,185,111,.2);
  background: linear-gradient(180deg, rgba(8,6,4,.78), rgba(8,6,4,.28));
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.is-solid { background: rgba(10,7,5,.9); border-color: rgba(222,185,111,.3); backdrop-filter: blur(18px); }
.brand { justify-self: start; display: inline-flex; align-items: flex-start; gap: 8px; }
.brand__logo { width: 122px; height: auto; filter: invert(82%) sepia(33%) saturate(720%) hue-rotate(358deg) brightness(104%) contrast(88%) drop-shadow(0 0 10px rgba(224,197,141,.35)); }
.brand__360 { color: var(--gold-light); font-size: .76rem; font-weight: 700; line-height: 1; margin-top: 2px; }
.site-nav { justify-self: center; display: flex; align-items: stretch; height: 100%; gap: clamp(30px, 4vw, 62px); color: rgba(246,237,222,.82); font-size: .92rem; }
.site-nav a { position: relative; display: grid; place-items: center; padding-top: 3px; transition: color .25s ease; }
.site-nav a::after { content: ""; position: absolute; bottom: 20px; right: 50%; width: 0; height: 1px; background: var(--gold-light); transform: translateX(50%); transition: width .35s var(--ease-out); }
.site-nav a:hover, .site-nav a.is-current { color: var(--gold-light); }
.site-nav a:hover::after, .site-nav a.is-current::after { width: 48px; }
.header-contact { justify-self: end; min-width: 135px; min-height: 44px; display: grid; place-items: center; border: 1px solid rgba(222,185,111,.62); border-radius: 7px; color: var(--gold-light); font-size: .9rem; transition: color .25s ease, background .25s ease, transform .25s ease; }
.header-contact:hover { color: #17110c; background: var(--gold-light); transform: translateY(-1px); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: none; color: var(--cream); position: relative; }
.menu-button span { position: absolute; left: 10px; width: 21px; height: 1px; background: currentColor; transition: transform .25s ease, top .25s ease; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 24px; }
.menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 75; top: calc(var(--header-h) + 8px); right: 14px; left: 14px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(14,10,7,.97); box-shadow: 0 24px 70px rgba(0,0,0,.45); backdrop-filter: blur(18px); }
.mobile-nav a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line-soft); }
.mobile-nav a:last-child { border-bottom: 0; color: var(--gold-light); }

.story { position: relative; height: 400vh; background: #080605; }
.story.has-controlled-scroll { touch-action: pan-x; }
.story__sticky { position: sticky; top: 0; height: 100vh; min-height: 600px; overflow: hidden; isolation: isolate; }
.story__media { position: absolute; inset: 0; background: #080605; }
.story-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.012); filter: saturate(.9) contrast(1.04) brightness(.86); will-change: opacity; }
.story-video.is-active { opacity: 1; }
.story__veil { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6,4,3,.12) 0%, rgba(6,4,3,.04) 44%, rgba(7,5,3,.56) 76%, rgba(7,5,3,.86) 100%), linear-gradient(180deg, rgba(6,4,3,.55) 0%, transparent 34%, transparent 64%, rgba(6,4,3,.83) 100%); }
.story__grain { position: absolute; z-index: 3; inset: 0; pointer-events: none; opacity: .075; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }

.story-panel { position: absolute; z-index: 7; inset: 0; display: flex; flex-direction: column; padding: calc(var(--header-h) + clamp(42px, 6vh, 72px)) clamp(56px, 6.2vw, 100px) 0; opacity: 0; transform: translateY(32px); filter: blur(7px); pointer-events: none; will-change: opacity, transform, filter; }
.emotion-copy { width: min(570px, 43vw); margin-inline-start: 0; margin-inline-end: auto; }
.emotion-step { margin: 0 0 13px; color: var(--gold-light); font-size: .76rem; font-weight: 500; letter-spacing: .06em; text-shadow: 0 3px 18px rgba(0,0,0,.9); }
.story-panel h1, .story-panel h2 { margin: 0; text-shadow: 0 10px 38px rgba(0,0,0,.9); }
.story-panel h1 span, .story-panel h2 span { display: block; color: rgba(246,237,222,.82); font-size: clamp(2.25rem, 3.3vw, 3.65rem); font-weight: 300; line-height: 1.16; }
.story-panel h1 strong, .story-panel h2 strong { display: block; margin-top: 3px; color: var(--cream); font-size: clamp(3rem, 4.5vw, 5.1rem); font-weight: 700; line-height: 1.08; }
.emotion-summary { max-width: 500px; margin: 24px 0 0; color: rgba(246,237,222,.78); font-size: clamp(.95rem, 1.2vw, 1.12rem); line-height: 1.95; text-shadow: 0 4px 22px rgba(0,0,0,.9); }
.station-next, .emotion-cta { width: 224px; min-height: 50px; margin-top: 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 19px; border: 1px solid rgba(255,236,193,.66); border-radius: 6px; color: #17110c; background: linear-gradient(135deg, #ebce8b, #d0aa62); box-shadow: 0 12px 30px rgba(0,0,0,.28); cursor: pointer; pointer-events: auto; font-weight: 600; transition: transform .28s ease, box-shadow .28s ease, filter .28s ease; }
.station-next:hover, .emotion-cta:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 18px 35px rgba(0,0,0,.36); }
.station-next span, .emotion-cta span { font-size: 1.18rem; }

.panel-cards { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; min-height: 138px; display: grid; grid-template-columns: repeat(4, 1fr); direction: rtl; border-top: 1px solid rgba(222,185,111,.24); border-bottom: 1px solid rgba(222,185,111,.14); background: rgba(11,8,6,.78); box-shadow: 0 -16px 40px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.panel-cards article { min-width: 0; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 17px; padding: 22px clamp(18px, 2.6vw, 42px); border-inline-start: 1px solid rgba(222,185,111,.2); }
.panel-cards article:first-child { border-inline-start: 0; }
.panel-cards article i { width: 54px; height: 54px; display: grid; place-items: center; direction: ltr; color: var(--gold-light); border: 1px solid rgba(222,185,111,.5); border-radius: 50%; font-style: normal; font-size: .83rem; font-weight: 600; box-shadow: inset 0 0 20px rgba(205,168,97,.06); }
.panel-cards article h3 { margin: 0 0 7px; color: var(--cream); font-size: clamp(.88rem, 1vw, 1.05rem); font-weight: 600; white-space: nowrap; }
.panel-cards article p { margin: 0; color: rgba(217,205,187,.67); font-size: .72rem; line-height: 1.55; }
.station-pagination { position: absolute; z-index: 12; top: 49%; inset-inline-end: clamp(22px, 2.8vw, 44px); transform: translateY(-50%); display: grid; gap: 14px; }
.station-dot { width: 8px; height: 8px; border: 1px solid rgba(246,237,222,.75); border-radius: 50%; transition: transform .4s ease, background .4s ease, box-shadow .4s ease; }
.story[data-scene="0"] .station-dot:nth-child(1), .story[data-scene="1"] .station-dot:nth-child(2), .story[data-scene="2"] .station-dot:nth-child(3), .story[data-scene="3"] .station-dot:nth-child(4) { transform: scale(1.25); background: var(--gold-light); border-color: var(--gold-light); box-shadow: 0 0 13px rgba(231,201,131,.5); }
.story-stops { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.story-stop { position: absolute; inset-inline-start: 0; top: calc(var(--stop) * 100vh); width: 1px; height: 1px; scroll-snap-align: start; scroll-snap-stop: always; }
.scroll-meter { position: absolute; z-index: 13; bottom: 10px; right: clamp(22px, 4vw, 62px); left: clamp(22px, 4vw, 62px); display: flex; align-items: center; gap: 14px; color: rgba(246,237,222,.55); font-size: .66rem; pointer-events: none; }
.scroll-meter__track { flex: 1; max-width: 160px; height: 1px; background: rgba(255,255,255,.18); overflow: hidden; direction: ltr; }
.scroll-meter__track i { display: block; width: 0; height: 100%; background: var(--gold-light); }

.section { width: min(1280px, calc(100% - 64px)); margin-inline: auto; padding: clamp(100px, 11vw, 155px) 0; }
.booking { position: relative; z-index: 12; background: radial-gradient(circle at 80% 10%, rgba(117,79,35,.16), transparent 34rem), var(--ink); }
.booking::before { content: ""; position: absolute; inset: 0 50% auto auto; width: 100vw; height: 1px; transform: translateX(50%); background: var(--line); }
.booking__panel { position: relative; overflow: hidden; scroll-margin-top: var(--header-h); scroll-snap-align: start; scroll-snap-stop: always; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 7vw, 100px); padding: clamp(34px, 5vw, 68px); border: 1px solid rgba(222,185,111,.2); background: rgba(18,13,9,.86); box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.booking__panel::after { content: "360"; position: absolute; z-index: -1; inset-inline-start: -18px; bottom: -50px; color: rgba(231,201,131,.035); font-size: clamp(10rem, 22vw, 20rem); font-weight: 800; line-height: 1; }
.booking-brand { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 30px; }
.booking-brand img { width: min(250px, 70%); height: auto; filter: invert(82%) sepia(33%) saturate(720%) hue-rotate(358deg) brightness(104%) contrast(88%) drop-shadow(0 0 13px rgba(224,197,141,.28)); }
.booking-brand span { color: var(--gold-light); font-size: .8rem; font-weight: 700; }
.section__eyebrow { margin-bottom: 15px; color: var(--gold); font-size: .75rem; letter-spacing: .06em; }
.booking h2 { margin: 0; color: var(--gold-light); font-size: clamp(2.35rem, 4.2vw, 4.4rem); line-height: 1.15; font-weight: 700; }
.booking__copy > p { max-width: 450px; margin: 22px 0 0; color: var(--muted); font-size: 1rem; line-height: 2; }
.booking-highlights { margin-top: 31px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-soft); }
.booking-highlights span { min-height: 74px; padding: 12px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-inline-start: 1px solid var(--line-soft); color: var(--cream-soft); font-size: .7rem; }
.booking-highlights span:first-child { border-inline-start: 0; }
.booking-highlights b { color: var(--gold-light); font-size: .78rem; }
.booking-form { display: grid; gap: 17px; align-content: start; }
.booking-form label { display: grid; gap: 8px; color: var(--cream-soft); font-size: .82rem; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; color: var(--cream); background: rgba(255,255,255,.035); border: 1px solid var(--line-soft); border-radius: 7px; padding: 13px 14px; outline: none; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: rgba(222,185,111,.62); background: rgba(255,255,255,.055); box-shadow: 0 0 0 3px rgba(205,168,97,.07); }
.booking-form select option { color: #111; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.primary-button, .secondary-button, .form-submit { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 6px; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.primary-button, .form-submit { color: #17110c; background: var(--gold-light); border: 1px solid var(--gold-light); font-weight: 650; }
.primary-button:hover, .form-submit:hover { transform: translateY(-2px); background: #efd69c; }
.secondary-button { color: var(--cream); background: transparent; border: 1px solid var(--line); }
.form-status { min-height: 1.4em; margin: 0; color: var(--gold-light); font-size: .82rem; }
.request-result { margin-top: 18px; padding: clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; border: 1px solid var(--line-soft); background: rgba(18,13,9,.78); }
.request-result pre { margin: 14px 0 0; font-family: inherit; white-space: pre-wrap; color: var(--cream-soft); line-height: 1.9; }
.request-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.reveal-item { opacity: 0; transform: translateY(34px); filter: blur(7px); transition: opacity .85s var(--ease-out), transform .85s var(--ease-out), filter .85s ease; }
.reveal-item.is-revealed { opacity: 1; transform: none; filter: none; }

.site-footer { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 48px 0 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; align-items: center; border-top: 1px solid var(--line-soft); color: var(--muted); }
.footer-brand { display: flex; align-items: flex-start; gap: 10px; }
.footer-logo { width: 120px; height: auto; filter: invert(82%) sepia(33%) saturate(720%) hue-rotate(358deg) brightness(104%) contrast(88%) drop-shadow(0 0 9px rgba(224,197,141,.2)); }
.footer-brand strong { color: var(--gold-light); font-size: .7rem; }
.site-footer p, .site-footer small { margin: 0; text-align: left; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--cream-soft); font-size: .83rem; }
.noscript { position: fixed; z-index: 999; bottom: 20px; right: 20px; left: 20px; padding: 16px; background: #fff; color: #111; text-align: center; }

@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 18px; background: rgba(9,6,4,.72); }
  .site-nav, .header-contact { display: none; }
  .brand { justify-self: start; }
  .brand__logo { width: 112px; }
  .menu-button { display: block; grid-column: 2; grid-row: 1; }
  .story__sticky { min-height: 520px; }
  .story-video { transform: none; }
  #scene3 { object-position: 82% center; transform: translateY(-20vh); }
  .story__veil { background: linear-gradient(180deg, rgba(7,5,3,.8) 0%, rgba(7,5,3,.52) 23%, transparent 48%, rgba(7,5,3,.35) 61%, rgba(7,5,3,.92) 100%); }
  .story-panel { padding: calc(var(--header-h) + 24px) 18px 0; }
  .emotion-copy { width: min(92%, 520px); margin-inline: 0 auto; }
  .story-panel h1 span, .story-panel h2 span { font-size: clamp(1.65rem, 7vw, 2.5rem); }
  .story-panel h1 strong, .story-panel h2 strong { font-size: clamp(2.25rem, 10vw, 3.75rem); }
  .emotion-summary { max-width: 92%; margin-top: 12px; font-size: .8rem; line-height: 1.7; }
  .emotion-step { margin-bottom: 7px; font-size: .62rem; }
  .station-next, .emotion-cta { width: 200px; min-height: 40px; margin-top: 12px; padding: 8px 13px; font-size: .74rem; }
  .panel-cards { min-height: 176px; grid-template-columns: repeat(2, 1fr); }
  .panel-cards article { min-height: 88px; grid-template-columns: 36px 1fr; gap: 9px; padding: 10px 12px; border-bottom: 1px solid rgba(222,185,111,.16); }
  .panel-cards article:nth-child(odd) { border-inline-start: 0; }
  .panel-cards article:nth-child(n+3) { border-bottom: 0; }
  .panel-cards article i { width: 34px; height: 34px; font-size: .58rem; }
  .panel-cards article h3 { margin-bottom: 3px; font-size: .76rem; }
  .panel-cards article p { font-size: .58rem; line-height: 1.4; }
  .station-pagination { top: 44%; inset-inline-end: 10px; gap: 10px; }
  .station-dot { width: 6px; height: 6px; }
  .scroll-meter { bottom: 6px; right: 16px; left: 16px; }
  .scroll-meter__label { display: none; }
  .scroll-meter__track { max-width: none; }
  .section { width: min(100% - 30px, 1280px); padding-block: 82px; }
  .booking__panel { grid-template-columns: 1fr; gap: 36px; padding: 28px 20px; }
  .booking-brand { margin-bottom: 22px; }
  .booking-brand img { width: 190px; }
  .booking h2 { font-size: clamp(2.25rem, 10vw, 3.5rem); }
  .booking__copy > p { font-size: .9rem; }
  .site-footer { width: min(100% - 30px, 1280px); grid-template-columns: 1fr; }
  .site-footer p, .site-footer small { text-align: right; }
}

@media (max-width: 560px) {
  .story-panel { padding-top: calc(var(--header-h) + 19px); }
  .emotion-copy { width: calc(100% - 18px); }
  .story-panel h1 span, .story-panel h2 span { font-size: clamp(1.45rem, 6.7vw, 2rem); }
  .story-panel h1 strong, .story-panel h2 strong { font-size: clamp(2.05rem, 9.5vw, 3rem); }
  .emotion-summary { font-size: .73rem; }
  .panel-cards article { padding-inline: 9px; }
  .panel-cards article p { max-width: 130px; }
  .form-row { grid-template-columns: 1fr; }
  .booking-highlights { grid-template-columns: repeat(3, 1fr); }
  .booking-highlights span { min-height: 64px; padding: 8px; font-size: .6rem; }
  .request-result { grid-template-columns: 1fr; }
}

@media (max-height: 700px) and (max-width: 980px) {
  .story-panel { padding-top: calc(var(--header-h) + 12px); }
  .emotion-summary { margin-top: 7px; line-height: 1.5; }
  .station-next, .emotion-cta { margin-top: 8px; }
  .panel-cards { min-height: 154px; }
  .panel-cards article { min-height: 77px; padding-block: 7px; }
  .panel-cards article p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story { height: 100vh; }
  .story-video { display: none; }
  .story-video:first-child { display: block; opacity: 1 !important; }
  .scroll-meter, .story-panel { display: none; }
  .story-panel[data-panel="0"] { display: flex; opacity: 1 !important; pointer-events: auto !important; filter: none !important; transform: none !important; }
  .reveal-item { opacity: 1; transform: none; filter: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
