[dir=ltr] .ghazi-services-ribbon header:after{content:"Flexible services, one seamless experience"}
.ghazi-footer__grid{grid-template-columns:1.3fr .8fr 1fr}
[dir=rtl] .ghazi-preloader__word{direction:rtl}
[dir=rtl] .ghazi-scroll-story__word{font-size:0}
[dir=rtl] .ghazi-scroll-story__word:after{content:"غازي";font-size:clamp(90px,16vw,250px)}
.cinema-story-panel-bridge,.cinema-story-panel-bazaar{top:calc(50% - 90px)}
.cinema-story-panel h2{font-size:clamp(2.3rem,3.2vw,3.4rem)}
.cinema-sights-slider{top:calc(var(--sights-top) + 168px)}
.cinema-sights-controls{top:calc(var(--sights-screen-top) + 404px)}

/* Reliable, smooth FAQ disclosure */
.ghazi-faq__answer{
  display:block;
  max-height:0;
  overflow:hidden;
  opacity:0;
  padding-top:0;
  padding-bottom:0;
  transition:max-height .48s cubic-bezier(.22,1,.36,1),opacity .3s ease,padding .48s cubic-bezier(.22,1,.36,1);
}
.ghazi-faq__item.is-open .ghazi-faq__answer{
  max-height:260px;
  opacity:1;
  padding-bottom:24px;
}

/* Keep every testimonial card in the new light palette, including the legacy first-card variant. */
.ghazi-quotes blockquote:first-child{
  background:#fff;
  color:var(--ghazi-text);
  transform:none;
}

.ghazi-page-hero{
  border-radius:0;
}
.ghazi-page-hero h1{
  font-size:clamp(38px,4.2vw,58px);
}

/* Full brand artwork across the interface */
.ghazi-brand{display:inline-flex;align-items:center}
.ghazi-brand img{width:clamp(124px,10vw,164px);height:66px;object-fit:contain}
.ghazi-footer .ghazi-brand img{filter:brightness(0) invert(1);width:178px;height:76px}
.ghazi-ticket__top .ghazi-brand{width:150px;height:64px;background:none}
.ghazi-ticket__top .ghazi-brand img{width:150px;height:64px;filter:brightness(0) invert(1)}
.ghazi-ticket.is-capturing .ghazi-ticket__actions{display:none}

/* The cinematic header now ends with the final story, without card space. */
.cinema-scroll{height:calc(100vh + 2880px)}

/* Keep the caption safely inside the first homepage image. */
.ghazi-intro__visual figcaption{
  inset-inline:28px;
  bottom:28px;
  width:calc(100% - 56px);
  max-width:none;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:16px;
  background:rgba(17,12,30,.42);
  backdrop-filter:blur(12px);
  line-height:1.7;
}

/* Image-led tourism services */
.ghazi-services-ribbon{background:#f7f5f0}
.ghazi-services-ribbon header{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:end;
  gap:8vw;
  margin-bottom:44px;
}
.ghazi-services-ribbon header:after{display:none}
.ghazi-services-ribbon header h2{margin:14px 0 0;max-width:680px;font-size:clamp(30px,3.2vw,46px);line-height:1.35}
.ghazi-services-ribbon header>p{margin:0;color:var(--ghazi-muted);font-size:16px;line-height:1.9;max-width:510px}
.ghazi-service-lines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ghazi-service-lines>a{
  min-height:340px!important;
  position:relative;
  display:block!important;
  overflow:hidden;
  padding:0!important;
  border:0!important;
  border-radius:24px;
  background:var(--ghazi-dark);
  box-shadow:0 18px 48px rgba(27,19,44,.1);
  isolation:isolate;
}
.ghazi-service-lines>a>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.22,1,.36,1),filter .5s}
.ghazi-service-lines>a:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(17,12,30,.12),rgba(17,12,30,.86));transition:background .4s}
.ghazi-service-lines>a>span{position:absolute;z-index:2;top:22px;inset-inline-start:22px;width:42px;height:42px;border:1px solid rgba(255,255,255,.38);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:10px;backdrop-filter:blur(10px)}
.ghazi-service-lines>a>div{position:absolute;z-index:2;inset-inline:24px;bottom:24px;display:grid;grid-template-columns:48px 1fr 38px;gap:14px;align-items:center;color:#fff}
.ghazi-service-lines>a>div>i:first-child{width:48px;height:48px;border-radius:15px;background:var(--ghazi-primary);color:var(--ghazi-dark);display:grid;place-items:center}
.ghazi-service-lines h3{grid-column:auto;margin:0;color:#fff;font-size:clamp(17px,1.4vw,21px);line-height:1.5}
.ghazi-service-lines>a>div>i:last-child{width:38px;height:38px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;transition:background .3s,color .3s,transform .3s}
.ghazi-service-lines>a:hover{transform:translateY(-8px);box-shadow:0 28px 65px rgba(27,19,44,.18)}
.ghazi-service-lines>a:hover>img{transform:scale(1.08);filter:saturate(1.12)}
.ghazi-service-lines>a:hover:after{background:linear-gradient(180deg,rgba(25,196,197,.06),rgba(17,12,30,.9))}
.ghazi-service-lines>a:hover>div>i:last-child{background:#fff;color:var(--ghazi-dark);transform:rotate(-45deg)}

/* Editorial why section */
.ghazi-why{
  width:min(1280px,calc(100% - 48px));
  min-height:600px;
  margin:clamp(72px,8vw,120px) auto;
  grid-template-columns:1.08fr .92fr;
  overflow:hidden;
  border-radius:28px;
  background:#efede7;
  color:var(--ghazi-text);
  box-shadow:0 24px 70px rgba(27,19,44,.09);
}
.ghazi-why__image{min-height:600px;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}
[dir=rtl] .ghazi-why__image{clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}
.ghazi-why__image img{transition:transform 1s cubic-bezier(.22,1,.36,1)}
.ghazi-why:hover .ghazi-why__image img{transform:scale(1.04)}
.ghazi-why__content{padding:clamp(55px,6vw,86px)}
.ghazi-why h2{font-size:clamp(30px,3.2vw,45px);line-height:1.45;margin:18px 0 42px}
.ghazi-stats{grid-template-columns:1fr;gap:10px}
.ghazi-stats div{display:grid;grid-template-columns:90px 1fr;align-items:center;border:1px solid rgba(27,19,44,.09);border-radius:16px;padding:15px 18px;background:rgba(255,255,255,.66);transition:transform .3s,background .3s}
.ghazi-stats div:hover{transform:translateX(-6px);background:#fff}
.ghazi-stats strong{font-size:26px;color:var(--ghazi-secondary)}
.ghazi-stats span{font-size:12px;color:var(--ghazi-muted);opacity:1}

/* Values as one continuous editorial system instead of floating cards */
.ghazi-values{background:#f5f3ee;color:var(--ghazi-text)}
.ghazi-values header{display:grid;grid-template-columns:.45fr 1.55fr;align-items:end;gap:5vw;margin-bottom:44px}
.ghazi-values header h2{max-width:760px;margin:0;font-size:clamp(30px,3.3vw,46px);line-height:1.4}
.ghazi-values__orbit{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-block:1px solid rgba(27,19,44,.13)}
.ghazi-values__orbit article,.ghazi-values__orbit article:nth-child(2){min-height:350px;padding:34px 36px;border:0;border-inline-end:1px solid rgba(27,19,44,.13);border-radius:0;background:transparent;color:var(--ghazi-text);box-shadow:none;transform:none}
.ghazi-values__orbit article:last-child{border-inline-end:0}
.ghazi-values__orbit article>span{font-size:11px;color:var(--ghazi-primary)}
.ghazi-values__orbit article>i,.ghazi-values__orbit article:nth-child(2)>i{width:62px;height:62px;margin:38px 0 22px;border-radius:18px;background:#fff;color:var(--ghazi-secondary);display:grid;place-items:center;font-size:25px;box-shadow:0 12px 32px rgba(27,19,44,.08);transition:transform .35s,background .35s,color .35s}
.ghazi-values__orbit article:hover{transform:none;box-shadow:none}
.ghazi-values__orbit article:hover>i{transform:rotate(-7deg) scale(1.06);background:var(--ghazi-primary);color:var(--ghazi-dark)}
.ghazi-values__orbit article h3{font-size:23px;margin:0 0 14px}
.ghazi-values__orbit article p{margin-top:auto;color:var(--ghazi-muted);font-size:14px;line-height:1.9}

/* Truly continuous testimonial belt: equal cards, no hover pause, exact half-track loop. */
.ghazi-quotes{animation:ghaziQuotesLoop 62s linear infinite!important;will-change:transform}
.ghazi-quotes:hover{animation-play-state:running!important}
.ghazi-quotes blockquote,.ghazi-quotes blockquote:first-child,.ghazi-quotes blockquote:nth-child(3n+2){min-height:280px!important;transform:none!important;align-self:stretch}
@keyframes ghaziQuotesLoop{to{transform:translate3d(calc(-50% - 8px),0,0)}}
[dir=rtl] .ghazi-quotes{animation-direction:reverse!important}

/* Brand-coloured Riyal symbol, deliberately placed before the value. */
.ghazi-money{direction:ltr;display:inline-flex;align-items:center;gap:.28em}
.ghazi-money img{filter:none!important;margin:0!important;width:.78em!important;height:.9em!important}

@media(max-width:1100px){
  .ghazi-footer__grid{grid-template-columns:1fr 1fr}
  .ghazi-footer__identity{grid-column:1/-1}
}
@media(max-width:767px){
  .ghazi-footer__grid{grid-template-columns:1fr}
  .ghazi-footer__identity{grid-column:auto}
  .ghazi-brand img{width:116px;height:52px}
  .ghazi-footer .ghazi-brand img{width:154px;height:66px}
  .cinema-scroll{height:calc(100vh + 2840px)}
  .ghazi-intro__visual{height:430px;border-radius:26px}
  .ghazi-intro__visual figcaption{inset-inline:18px;bottom:18px;width:calc(100% - 36px);font-size:14px;padding:12px 14px}
  .ghazi-services-ribbon header{grid-template-columns:1fr;gap:18px;margin-bottom:30px}
  .ghazi-services-ribbon header>p{font-size:14px}
  .ghazi-service-lines{grid-template-columns:1fr;gap:14px}
  .ghazi-service-lines>a{min-height:270px!important}
  .ghazi-why{width:calc(100% - 32px);grid-template-columns:1fr;margin:64px auto;border-radius:22px}
  .ghazi-why__image,[dir=rtl] .ghazi-why__image{min-height:360px;height:360px;clip-path:none}
  .ghazi-why__content{padding:42px 22px}
  .ghazi-why h2{font-size:29px;margin-bottom:30px}
  .ghazi-stats div{grid-template-columns:76px 1fr}
  .ghazi-values header{grid-template-columns:1fr;gap:16px}
  .ghazi-values__orbit{grid-template-columns:1fr}
  .ghazi-values__orbit article,.ghazi-values__orbit article:nth-child(2){min-height:280px;padding:30px 6px;border-inline-end:0;border-bottom:1px solid rgba(27,19,44,.13)}
  .ghazi-values__orbit article:last-child{border-bottom:0}
}

/* Stability pass: content must never wait invisibly for scroll animation. */
[data-heading],.ghazi-intro__content,.ghazi-testimonials .ghazi-section-head{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.ghazi-intro__visual figcaption{
  inset-inline:18px!important;
  width:auto!important;
  max-width:none!important;
  box-sizing:border-box;
  text-align:center;
  white-space:normal;
  overflow-wrap:anywhere;
}

/* Start in a visible resting state, then loop only as the section approaches. */
.ghazi-quotes{
  animation:none!important;
  transform:translate3d(0,0,0);
}
.ghazi-quotes.is-running{
  animation:ghaziQuotesLoop 34s linear infinite!important;
}
.ghazi-quotes.is-running:hover{animation-play-state:running!important}

/* Vision, mission and values — compact staggered editorial bands. */
.ghazi-values header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(27,19,44,.14);
}
.ghazi-values header h2{max-width:680px;font-size:clamp(29px,3vw,42px)}
.ghazi-values__orbit{
  width:min(1120px,100%);
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  gap:14px;
  border:0;
}
.ghazi-values__orbit article,.ghazi-values__orbit article:nth-child(2){
  min-height:0;
  margin:0;
  padding:24px 28px;
  display:grid;
  grid-template-columns:52px 62px minmax(140px,.45fr) 1fr;
  align-items:center;
  gap:22px;
  border:0;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(27,19,44,.055);
}
.ghazi-values__orbit article:nth-child(2){margin-inline:5%;background:#e9f7f5}
.ghazi-values__orbit article:nth-child(3){margin-inline-start:10%;background:#eeeaf5}
.ghazi-values__orbit article>span{font-size:12px;font-weight:800;color:var(--ghazi-secondary)}
.ghazi-values__orbit article>i,.ghazi-values__orbit article:nth-child(2)>i{
  width:58px;height:58px;margin:0;border-radius:17px;background:var(--ghazi-dark);color:var(--ghazi-primary);font-size:23px;box-shadow:none;
}
.ghazi-values__orbit article h3{margin:0;font-size:22px}
.ghazi-values__orbit article p{margin:0;color:var(--ghazi-muted);font-size:14px;line-height:1.9}
.ghazi-values__orbit article:hover{transform:translateX(-5px)}
.ghazi-values__orbit article:hover>i{transform:rotate(-6deg);background:var(--ghazi-secondary);color:#fff}

/* Remove the browser-default button frame that looked like a dark card border. */
.ghazi-faq__item button{border:0!important;outline:0;background:transparent;box-shadow:none}
.ghazi-faq__item button:focus-visible{box-shadow:inset 0 0 0 2px var(--ghazi-primary)}

@media(max-width:767px){
  .ghazi-values header{display:block;padding-bottom:22px}
  .ghazi-values header h2{margin-top:14px;font-size:29px}
  .ghazi-values__orbit article,.ghazi-values__orbit article:nth-child(2),.ghazi-values__orbit article:nth-child(3){
    margin:0;padding:22px 18px;grid-template-columns:40px 54px 1fr;gap:14px;border:0;border-radius:18px;
  }
  .ghazi-values__orbit article>i,.ghazi-values__orbit article:nth-child(2)>i{width:52px;height:52px;font-size:20px}
  .ghazi-values__orbit article h3{font-size:20px}
  .ghazi-values__orbit article p{grid-column:2/-1;padding-top:4px}
  .ghazi-intro__visual figcaption{inset-inline:14px!important;width:auto!important}
}

/* Restore the complete cinematic scroll runway and hard-separate following sections. */
.cinema-scroll{
  height:calc(100vh + 3700px)!important;
  overflow:clip;
  isolation:isolate;
  z-index:0;
}
.cinema-stage{overflow:hidden;isolation:isolate}
.ghazi-intro{
  position:relative;
  z-index:2;
  isolation:isolate;
  clear:both;
}
.ghazi-scroll-story{
  position:relative;
  z-index:1;
  isolation:isolate;
  overflow:hidden;
}
.ghazi-selected{
  position:relative;
  z-index:2;
  isolation:isolate;
}
@media(max-width:767px){
  .cinema-scroll{height:calc(100svh + 3700px)!important}
}
