html {
  scroll-behavior: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

body.menu-open {
  overflow: hidden;
}

@media (pointer: fine) {
  body,
  a,
  button {
    cursor: none;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: var(--gold);
  pointer-events: none;
  mix-blend-mode: difference;
  transition: transform 0.2s var(--ease), width 0.2s, height 0.2s, margin 0.2s, opacity 0.2s;
}

.cursor.grow {
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  background: transparent;
  border: 1px solid var(--gold);
  mix-blend-mode: normal;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 80;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}

.side-brand {
  position: fixed;
  left: 18px;
  top: 50%;
  z-index: 40;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  letter-spacing: 0.42em;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

.preloader {
  background: #050505;
}

.preloader-brand img {
  width: 200px;
}

.preloader-count {
  font-family: var(--display);
  font-size: 64px;
  color: var(--gold);
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(52px, 9vw, 118px);
  font-style: italic;
}

.hero h1 .line {
  display: block;
  overflow: hidden;
}

.hero h1 .line span {
  display: block;
}

body:not(.is-ready) .hero h1 .line span {
  transform: translateY(110%);
}

.page-hero img:not(.hero-mark) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero .hero-mark {
  inset: auto 7% 36px auto;
  width: 92px;
  height: auto;
}

.hero p {
  font-size: 18px;
  font-weight: 300;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 4;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 10px;
}

.scroll-hint b {
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--gold), transparent);
  animation: drip 1.6s ease infinite;
}

@keyframes drip {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  40% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 0;
  }
}

.hero-index {
  position: absolute;
  right: 44px;
  top: 46%;
  z-index: 3;
  font-family: var(--display);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-index b {
  color: var(--gold);
  font-size: 28px;
}

.marquee {
  overflow: hidden;
  background: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: marquee 28s linear infinite;
}

.marquee-track span {
  padding: 0 28px;
  font-family: var(--display);
  font-size: 28px;
  font-style: italic;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.78);
}

.marquee-track span i {
  color: var(--gold);
  font-style: normal;
  padding: 0 8px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.intro-visual {
  min-height: 640px;
}

.intro-visual .main {
  width: 86%;
  margin-left: auto;
  height: 620px;
  border-radius: 0;
  clip-path: inset(12px);
}

.intro-visual .float {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 48%;
  height: 280px;
  object-fit: cover;
  border: 8px solid var(--paper);
  box-shadow: var(--shadow);
  z-index: 2;
}

.intro-card {
  left: auto;
  right: 24px;
  bottom: 24px;
  border-radius: 0;
  border-left: 3px solid var(--gold);
}

.showcase-item {
  position: relative;
  display: block;
  height: 88vh;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
}

.showcase-item img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 1.6s var(--ease), filter 1.2s;
  filter: saturate(0.88) contrast(1.05);
}

.showcase-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.28) 100%);
}

.showcase-item:hover img {
  transform: scale(1);
  filter: saturate(1) contrast(1.08);
}

.showcase-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 8vw 70px;
  max-width: 820px;
}

.showcase-copy small {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 11px;
}

.showcase-copy h2 {
  font-size: clamp(48px, 7vw, 92px);
  font-style: italic;
  margin: 12px 0 18px;
}

.showcase-copy p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 22px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.arrow-link::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold);
  transition: 0.4s var(--ease);
}

.showcase-item:hover .arrow-link::after,
.arrow-link:hover::after {
  width: 72px;
}

.manifesto {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  text-align: center;
  background: #070707;
}

.manifesto h2 {
  font-size: clamp(42px, 7vw, 96px);
  font-style: italic;
  max-width: 1000px;
  margin: 0 auto 20px;
}

.manifesto p {
  color: var(--muted-2);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: 0.45s var(--ease);
}

.service-card:hover::before {
  width: 100%;
}

.service-card h3 {
  font-style: italic;
}

.priority {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line-dark);
  padding: 28px 8px 8px;
}

.section-dark .priority {
  background: transparent;
  border-top-color: var(--line);
}

.cta-band {
  min-height: 72vh;
}

.cta-band img {
  transform: scale(1.08);
  animation: kenburns 18s ease forwards;
}

.cta-band h2 {
  font-style: italic;
}

.page-hero {
  min-height: 68vh;
}

.page-hero h1 {
  font-size: clamp(44px, 7vw, 88px);
  font-style: italic;
}

.gallery-item,
.project-card {
  border-radius: 0;
}

.btn {
  border-radius: 0;
  min-height: 54px;
  padding: 0 28px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-card,
.form-card {
  border-radius: 0;
}

.wa-float {
  border-radius: 0;
  width: 58px;
  height: 58px;
}

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.72));
}

.gallery-item span {
  z-index: 1;
  left: 18px;
  bottom: 18px;
  background: transparent;
  padding: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}

@media (pointer: coarse) {
  .cursor,
  .side-brand {
    display: none !important;
  }
}

.letterbox {
  position: fixed;
  inset: 0;
  z-index: 110;
  pointer-events: none;
}

.letterbox i {
  position: absolute;
  left: 0;
  right: 0;
  height: 42px;
  background: #050505;
  transition: transform 1.1s cubic-bezier(0.76, 0, 0.24, 1);
}

.letterbox i:first-child {
  top: 0;
}

.letterbox i:last-child {
  bottom: 0;
}

body.is-ready .letterbox i:first-child {
  transform: translateY(-100%);
}

body.is-ready .letterbox i:last-child {
  transform: translateY(100%);
}

.preloader {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.05s cubic-bezier(0.76, 0, 0.24, 1);
  visibility: visible;
  opacity: 1;
}

.preloader.hide {
  clip-path: inset(0 0 100% 0);
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.cursor span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.cursor.view {
  width: 86px;
  height: 86px;
  margin: -43px 0 0 -43px;
  background: var(--gold);
  border: 0;
  mix-blend-mode: normal;
}

.cursor.view span {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.menu-btn {
  width: 52px;
  height: 52px;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-nav {
  display: none !important;
}

.site-header {
  z-index: 95;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #060606;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}

.nav-overlay.open {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}

.nav-overlay-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw;
  gap: 6px;
}

.nav-overlay-links a {
  font-family: var(--display);
  font-size: clamp(42px, 6.4vw, 86px);
  font-style: italic;
  line-height: 0.95;
  color: rgba(255, 255, 255, 0.88);
  transform: translateY(20px);
  transition: color 0.3s, transform 0.45s var(--ease);
}

.nav-overlay.open .nav-overlay-links a {
  transform: none;
}

.nav-overlay-links a:hover {
  color: var(--gold);
}

.nav-overlay-visual {
  position: relative;
  overflow: hidden;
}

.nav-overlay-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: 0.7s var(--ease);
}

.nav-overlay-visual img.active {
  opacity: 1;
  transform: scale(1);
}

.filmstrip {
  overflow-x: auto;
  overflow-y: hidden;
  background: #000;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  -webkit-overflow-scrolling: touch;
}

.filmstrip-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: marquee 42s linear infinite;
}

.filmstrip-track img {
  flex: 0 0 260px;
  height: 170px;
  width: 260px;
  max-width: none;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
  transition: 0.45s;
}

.filmstrip-track img:hover {
  filter: none;
}

.rail {
  background: #080808;
  color: #fff;
}

.rail-pin {
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 0 48px;
}

.rail-head {
  padding: 0 8vw 28px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.rail-head h2 {
  font-size: clamp(40px, 6vw, 78px);
  font-style: italic;
}

.rail-track {
  display: flex;
  gap: 22px;
  padding: 0 8vw;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.rail-track figure {
  flex: 0 0 min(72vw, 860px);
  width: min(72vw, 860px);
  min-width: min(72vw, 860px);
  scroll-snap-align: start;
}

.rail-track img {
  max-width: none;
  width: 100%;
  height: min(58vh, 520px);
  object-fit: cover;
}

.rail-track figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--muted-2);
}

.rail-track figcaption b {
  color: var(--gold);
  font-weight: 600;
}

@media (pointer: coarse) {
  .cursor,
  .side-brand,
  .letterbox {
    display: none !important;
  }
}

.lang-switch {
  display: flex;
  gap: 2px;
  border: 1px solid var(--line);
  padding: 3px;
}

.lang-switch button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  min-width: 36px;
  height: 32px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.lang-switch button.active {
  background: var(--gold);
  color: #111;
}

.lang-switch.lang-mobile {
  display: none;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card:nth-child(4),
.review-card:nth-child(5) {
  grid-column: span 1;
}

.review-card {
  padding: 26px 22px;
  background: #fff;
  border-top: 2px solid var(--gold);
}

.review-card p {
  color: #5f5a52;
  min-height: 96px;
}

.review-card strong {
  display: block;
  margin-top: 18px;
  font-size: 15px;
}

.review-card span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 40px 0 48px;
}

.fact-bar article small {
  display: block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold);
  margin-bottom: 8px;
}

.fact-bar article strong {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
}

.map-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 20px;
}

.land-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.land-steps article {
  padding: 24px 18px;
  background: #fff;
  border-top: 2px solid var(--gold);
}

.land-steps span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.land-steps h3 {
  font-size: 26px;
  margin: 10px 0 8px;
}

.land-steps p {
  color: #5f5a52;
  font-size: 14px;
}

.story-prose p {
  color: #5f5a52;
  margin-bottom: 16px;
  max-width: 68ch;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.mission-card {
  padding: 36px 32px;
  background: #fff;
  border-top: 3px solid var(--gold);
}

.mission-card h3 {
  font-size: 32px;
  margin: 10px 0 16px;
}

.mission-card p {
  color: #5f5a52;
}

.slogan-band {
  text-align: center;
  padding: 88px 24px;
  background: #080808;
  color: #fff;
}

.slogan-band .eyebrow {
  margin-bottom: 18px;
}

.slogan-band h2 {
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 64px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.15;
}

.slogan-band p {
  margin-top: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--gold);
}

.santiye-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.santiye-grid img,
.santiye-grid video {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #111;
  display: block;
}

.seo-local {
  margin-top: 28px;
  color: #5f5a52;
  max-width: 70ch;
}

html[lang="ar"] body,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  font-family: "Cairo", var(--font);
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  font-style: normal;
}

html[dir="rtl"] .eyebrow::before {
  order: 2;
}

@media (max-width: 980px) {
  .lang-switch:not(.lang-mobile) {
    display: none;
  }

  .lang-switch.lang-mobile {
    display: flex;
  }

  .reviews-grid,
  .fact-bar,
  .land-steps {
    grid-template-columns: 1fr;
  }

  .intro-visual .main {
    width: 100%;
    height: 420px;
    clip-path: none;
  }

  .intro-visual .float {
    display: none;
  }

  .showcase-item {
    height: 70vh;
  }

  .hero-index,
  .scroll-hint {
    display: none;
  }

  .nav-overlay {
    grid-template-columns: 1fr;
  }

  .nav-overlay-visual {
    display: none;
  }

  .rail-pin {
    height: auto;
    overflow: visible;
    padding: 56px 0;
  }

  .rail-track {
    flex-direction: column;
    overflow: visible;
    padding: 0 20px;
    scroll-snap-type: none;
    width: 100%;
    transform: none !important;
  }

  .rail-track figure {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .rail-track img {
    max-width: none;
    width: 100%;
    height: 220px;
  }

  .filmstrip-track {
    animation: none;
  }

  .filmstrip-track img {
    flex: 0 0 220px;
    width: 220px;
    height: 140px;
    max-width: none;
  }

  .header-cta {
    display: none;
  }

  .mission-grid,
  .santiye-grid {
    grid-template-columns: 1fr;
  }

  .santiye-grid img,
  .santiye-grid video {
    height: 200px;
  }
}
