:root {
  --bg: #0b0d10;
  --surface: #11151a;
  --surface-soft: #171d24;
  --surface-alt: #e8dcc3;
  --text: #f5efe3;
  --muted: rgba(245, 239, 227, 0.72);
  --dark-text: #101317;
  --line: rgba(245, 239, 227, 0.14);
  --line-strong: rgba(245, 239, 227, 0.28);
  --accent: #d8b36a;
  --accent-soft: rgba(216, 179, 106, 0.16);
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 179, 106, 0.12), transparent 24%),
    linear-gradient(180deg, #0b0d10 0%, #11151a 48%, #0d1014 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

html[lang="ar"] body {
  font-family: "Noto Naskh Arabic", "Outfit", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a,
button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(11, 13, 16, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(245, 239, 227, 0.08);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--text);
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d39a 0%, #c69433 100%);
  box-shadow: 0 0 0 6px rgba(216, 179, 106, 0.12);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-copy span {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.95rem;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(245, 239, 227, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.language-switcher a.is-active {
  background: linear-gradient(135deg, #f0d39a 0%, #c69433 100%);
  color: var(--dark-text);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(245, 239, 227, 0.08);
  border: 1px solid rgba(245, 239, 227, 0.14);
}

.menu-btn {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 120px 0 40px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.76) 0%, rgba(8, 10, 12, 0.34) 48%, rgba(8, 10, 12, 0.7) 100%),
    url("media/welcome.jpeg") center -100px / cover no-repeat;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.08) 0%, rgba(8, 10, 12, 0.34) 52%, rgba(8, 10, 12, 0.88) 100%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 40px;
  align-items: end;
}

.hero-copy {
  max-width: 640px;
  padding-bottom: 42px;
}

.eyebrow,
.section-kicker,
.panel-label,
.service-index,
.contact-note span,
.trust-badge {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero h1 {
  font-size: clamp(3.9rem, 9vw, 7.8rem);
  max-width: 9ch;
  margin-top: 24px;
}

.trust-badge {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(216, 179, 106, 0.14);
  border: 1px solid rgba(216, 179, 106, 0.28);
  color: #f0d39a;
}

.hero-lead {
  max-width: 34rem;
  margin-top: 20px;
  font-size: 1.08rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.btn:hover,
.service-item:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #f0d39a 0%, #c69433 100%);
  color: var(--dark-text);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--text);
}

.btn-block {
  width: 100%;
}

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 22px 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--dark-text);
  background: linear-gradient(135deg, #f7ddab 0%, #d39a3f 100%);
  box-shadow: 0 18px 55px rgba(211, 154, 63, 0.35);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  animation: floating-bob 3.6s ease-in-out infinite;
}

.floating-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(211, 154, 63, 0.42);
}

.floating-cta__pulse {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #0f8f61;
  box-shadow: 0 0 0 0 rgba(15, 143, 97, 0.55);
  animation: cta-pulse 2s ease-out infinite;
}

.floating-cta__label {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 8, 10, 0.72);
  backdrop-filter: blur(10px);
}

.contact-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(90svh, 920px);
  overflow: auto;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(245, 239, 227, 0.12);
  background: linear-gradient(180deg, rgba(17, 21, 26, 0.95), rgba(10, 13, 17, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s ease;
}

.contact-modal.is-open .contact-modal__panel {
  transform: translateY(0) scale(1);
}

.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.contact-modal__close span {
  position: absolute;
  top: 21px;
  left: 12px;
  width: 20px;
  height: 2px;
  background: var(--text);
}

.contact-modal__close span:first-child {
  transform: rotate(45deg);
}

.contact-modal__close span:last-child {
  transform: rotate(-45deg);
}

.contact-modal__lead {
  margin-top: 14px;
  color: var(--muted);
}

.contact-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-modal__note {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.contact-modal__note span {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
}

.contact-modal__note p {
  color: var(--muted);
}

.contact-form--modal {
  margin-top: 22px;
}

.contact-card {
  align-content: start;
}

.contact-card__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}

.contact-card__text {
  color: var(--muted);
}

.hero-panel {
  justify-self: end;
  width: min(100%, 360px);
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(17, 21, 26, 0.88), rgba(17, 21, 26, 0.68));
  border: 1px solid rgba(245, 239, 227, 0.12);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

html[dir="rtl"] .brand,
html[dir="rtl"] .nav-shell,
html[dir="rtl"] .main-nav,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .footer-shell {
  direction: rtl;
}

html[dir="rtl"] .hero-shell,
html[dir="rtl"] .intro-grid,
html[dir="rtl"] .story-shell,
html[dir="rtl"] .contact-layout {
  direction: rtl;
}

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .hero-panel,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .contact-copy,
html[dir="rtl"] .contact-form,
html[dir="rtl"] .story-card,
html[dir="rtl"] .commitments,
html[dir="rtl"] .service-item,
html[dir="rtl"] .gallery-card,
html[dir="rtl"] .company-figure {
  text-align: right;
}

html[dir="rtl"] .service-item {
  grid-template-columns: minmax(0, 1fr) 90px;
}

html[dir="rtl"] .service-index {
  text-align: left;
}

.panel-label {
  color: rgba(245, 239, 227, 0.6);
}

.panel-line {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 239, 227, 0.1);
}

.panel-line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.panel-line span {
  color: rgba(245, 239, 227, 0.55);
  font-size: 0.88rem;
}

.panel-line strong {
  font-weight: 500;
}

.intro,
.services,
.company,
.fleet,
.destinations,
.art-section,
.contact {
  padding: 110px 0;
}

.intro-grid,
.section-heading,
.contact-layout,
.story-shell {
  display: grid;
  gap: 24px;
}

.intro-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.section-kicker {
  color: var(--accent);
}

.intro h2,
.section-heading h2,
.story-card h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.intro p:last-child,
.section-heading p:last-child,
.contact-copy > p,
.story-card p:last-child,
.commitments p {
  color: var(--muted);
  max-width: 44rem;
}

.service-list {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.service-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-item:hover {
  border-color: var(--line-strong);
}

.service-item h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 8px;
}

.service-index {
  color: rgba(245, 239, 227, 0.4);
  padding-top: 10px;
}

.story {
  padding: 0 0 110px;
}

.destination-grid,
.art-layout,
.company-grid,
.fleet-grid {
  display: grid;
  gap: 24px;
}

.destination-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.company-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.fleet-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-auto-rows: 280px;
  margin-top: 28px;
}

.company-figure {
  margin: 28px 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.company-figure img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: center;
}

.company-figure figcaption {
  padding: 16px 20px 20px;
  color: var(--muted);
}

.gallery-card {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 18px 18px 20px;
  color: var(--text);
  background: linear-gradient(180deg, transparent, rgba(11, 13, 16, 0.9));
}

.gallery-card--tall {
  grid-row: span 2;
}

.destination-card,
.art-note,
.company-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.destination-card h3,
.art-note span {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.destination-card p,
.art-copy p,
.art-note p {
  color: var(--muted);
}

.art-copy {
  display: grid;
  gap: 18px;
}

.art-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
  margin-top: 28px;
}

.art-note span {
  display: block;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}

.company-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 16px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.info-list li {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.info-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-list span {
  color: rgba(245, 239, 227, 0.56);
  font-size: 0.9rem;
}

.info-list strong {
  font-weight: 600;
}

.story-shell {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: stretch;
}

.story-card,
.commitments {
  border-radius: var(--radius-lg);
}

.story-card {
  padding: 44px;
  color: var(--dark-text);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent),
    var(--surface-alt);
}

.story-card p:last-child {
  color: rgba(16, 19, 23, 0.72);
  margin-top: 18px;
}

.commitments {
  padding: 18px 28px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.commitments div {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.commitments div:last-child {
  border-bottom: 0;
}

.commitments span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 600;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.9fr);
  align-items: start;
  margin-top: 28px;
}

.contact-copy {
  padding-top: 8px;
}

.contact-note {
  margin-top: 32px;
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.contact-note p {
  margin-top: 8px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(17, 21, 26, 0.88), rgba(17, 21, 26, 0.98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 10px;
  font-size: 0.95rem;
  color: rgba(245, 239, 227, 0.88);
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(245, 239, 227, 0.14);
  border-radius: 16px;
  padding: 16px 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(245, 239, 227, 0.42);
}

input:focus,
textarea:focus {
  border-color: rgba(216, 179, 106, 0.88);
  background: rgba(255, 255, 255, 0.06);
}

textarea {
  resize: vertical;
  min-height: 150px;
}

.form-feedback {
  min-height: 24px;
  color: #f0d39a;
}

.site-footer {
  padding: 0 0 42px;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: rgba(245, 239, 227, 0.58);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 143, 97, 0.55);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(15, 143, 97, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(15, 143, 97, 0);
  }
}

@keyframes floating-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 980px) {
  .hero-shell,
  .intro-grid,
  .company-grid,
  .fleet-grid,
  .destination-grid,
  .art-layout,
  .story-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .fleet-grid {
    grid-auto-rows: 260px;
  }

  .gallery-card--tall {
    grid-row: span 1;
  }

  .hero {
    align-items: center;
    padding-bottom: 60px;
  }

  .hero-panel {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 1180px);
  }

  .menu-btn {
    display: block;
    position: relative;
    z-index: 32;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 10px;
    padding: 18px;
    background: rgba(11, 13, 16, 0.96);
    border: 1px solid rgba(245, 239, 227, 0.12);
    border-radius: 22px;
    transform-origin: top;
    transform: scaleY(0.88);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  html[dir="rtl"] .main-nav {
    left: 16px;
    right: 16px;
  }

  .floating-cta {
    right: 16px;
    bottom: 16px;
    min-height: 58px;
    padding: 0 18px 0 16px;
  }

  .contact-modal {
    padding: 16px;
  }

  .contact-modal__panel {
    padding: 24px;
  }

  .main-nav.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .menu-btn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-btn[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding-top: 124px;
  }

  .hero h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .service-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-index {
    padding-top: 0;
  }

  html[dir="rtl"] .service-index {
    text-align: right;
  }

  .footer-shell {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .nav-shell {
    min-height: 78px;
  }

  .hero-copy {
    padding-bottom: 14px;
  }

  .hero-panel,
  .story-card,
  .contact-form,
  .contact-modal__panel {
    padding: 24px;
  }

  .intro,
  .services,
  .company,
  .fleet,
  .contact {
    padding: 84px 0;
  }

  .story {
    padding-bottom: 84px;
  }
}
