:root {
  --ivory: #f8f4ea;
  --ivory-warm: #f6efe2;
  --dark-petrol: #03313e;
  --night-petrol: #021c28;
  --gold: #d5a43d;
  --deep-gold: #b8861b;
  --soft-gold: rgba(213, 164, 61, 0.42);
  --petrol-wash: rgba(3, 49, 62, 0.055);
  --footer-surface: rgba(255, 252, 246, 0.72);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.52), transparent 34%),
    linear-gradient(135deg, var(--ivory) 0%, var(--ivory-warm) 100%);
  color: var(--night-petrol);
  font-family: Georgia, "Times New Roman", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(74px, 9vw, 96px) clamp(18px, 4vw, 54px)
    clamp(136px, 18svh, 168px);
  isolation: isolate;
}

.center-stage {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: clamp(20px, 3.4vw, 34px);
  width: min(720px, 100%);
  text-align: center;
}

.brand-orbit {
  display: grid;
  width: clamp(172px, 22vw, 264px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(213, 164, 61, 0.36);
  border-radius: 50%;
  animation: elegant-orbit 16s linear infinite;
}

.brand-logo {
  display: block;
  width: 88%;
  height: auto;
  border-radius: 50%;
  object-fit: contain;
}

.message-stack {
  display: grid;
  justify-items: center;
  gap: clamp(9px, 1.4vw, 14px);
}

.company-name,
.slogan,
.status {
  max-width: 100%;
  margin: 0;
  transition:
    transform 240ms ease,
    color 240ms ease;
}

.company-name {
  color: var(--night-petrol);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.slogan {
  color: var(--dark-petrol);
  font-size: clamp(18px, 2.45vw, 29px);
  line-height: 1.45;
}

.status {
  margin-top: clamp(8px, 1.7vw, 15px);
  color: var(--deep-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

html[dir="rtl"] .status {
  letter-spacing: 0;
  text-transform: none;
}

.contact-footer {
  position: fixed;
  right: clamp(14px, 4vw, 44px);
  bottom: clamp(18px, 3.8vw, 34px);
  left: clamp(14px, 4vw, 44px);
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(2, 28, 40, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1.25vw, 14px);
  line-height: 1.4;
}

.contact-pill {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid rgba(213, 164, 61, 0.34);
  border-radius: 999px;
  background: var(--footer-surface);
  box-shadow: 0 10px 28px rgba(2, 28, 40, 0.05);
  backdrop-filter: blur(10px);
  transition:
    border-color 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}

.contact-pill:hover {
  border-color: rgba(184, 134, 27, 0.58);
  color: var(--deep-gold);
  transform: translateY(-1px);
}

.contact-label {
  color: var(--deep-gold);
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wave {
  position: fixed;
  z-index: 0;
  width: 72vw;
  height: 42vh;
  pointer-events: none;
  opacity: 0.78;
  transform: translate3d(0, 0, 0);
  animation: wave-drift 24s ease-in-out infinite alternate;
}

.wave::before,
.wave::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(213, 164, 61, 0.32);
  border-radius: 48% 52% 42% 58% / 48% 44% 56% 52%;
}

.wave::after {
  inset: 28px 42px;
  border-color: rgba(184, 134, 27, 0.24);
}

.wave-one {
  top: -10vh;
  left: -20vw;
  background: radial-gradient(ellipse at center, var(--petrol-wash), transparent 64%);
}

.wave-two {
  right: -22vw;
  bottom: -13vh;
  background: radial-gradient(ellipse at center, rgba(213, 164, 61, 0.11), transparent 64%);
  animation-delay: -8s;
}

.gold-line {
  position: fixed;
  z-index: 1;
  width: min(420px, 44vw);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--soft-gold), transparent);
}

.line-top {
  top: clamp(34px, 8vw, 78px);
  right: clamp(18px, 7vw, 94px);
}

.line-bottom {
  bottom: clamp(72px, 11vw, 118px);
  left: clamp(18px, 7vw, 94px);
}

.language-toggle {
  position: fixed;
  top: clamp(18px, 3vw, 34px);
  right: clamp(18px, 4vw, 44px);
  z-index: 4;
  min-width: 48px;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(213, 164, 61, 0.46);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.74);
  color: var(--dark-petrol);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
  transition:
    border-color 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}

html[dir="rtl"] .language-toggle {
  right: auto;
  left: clamp(18px, 4vw, 44px);
}

.language-toggle:hover {
  border-color: rgba(184, 134, 27, 0.68);
  color: var(--deep-gold);
  transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) {
  .company-name:hover,
  .slogan:hover,
  .status:hover {
    transform: scale(1.025);
  }
}

@media (max-width: 700px) {
  .page-shell {
    padding-top: 82px;
    padding-bottom: 184px;
  }

  .contact-footer {
    gap: 7px;
  }

  .contact-pill {
    flex: 1 1 calc(50% - 10px);
    padding: 8px 10px;
  }

  .contact-label {
    letter-spacing: 0.05em;
  }

  .wave {
    width: 96vw;
    height: 34vh;
  }

  .gold-line {
    width: min(260px, 62vw);
  }
}

@media (max-height: 620px) {
  body {
    overflow-y: auto;
  }

  .page-shell {
    padding-top: 76px;
    padding-bottom: 128px;
  }

  .center-stage {
    gap: 16px;
  }

  .brand-orbit {
    width: clamp(122px, 18vw, 166px);
  }

  .slogan {
    font-size: clamp(15px, 2.3vw, 22px);
  }
}

@media (max-width: 480px) {
  body {
    overflow-y: auto;
  }

  .page-shell {
    padding-inline: 16px;
    padding-bottom: 210px;
  }

  .brand-orbit {
    width: clamp(138px, 48vw, 176px);
  }

  .company-name {
    font-size: 16px;
  }

  .slogan {
    font-size: clamp(17px, 5vw, 21px);
  }

  .status {
    font-size: 15px;
  }

  .contact-footer {
    align-items: stretch;
    bottom: 14px;
  }

  .contact-pill {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@keyframes elegant-orbit {
  0% {
    transform: translate(0, -4px);
  }

  25% {
    transform: translate(4px, 0);
  }

  50% {
    transform: translate(0, 4px);
  }

  75% {
    transform: translate(-4px, 0);
  }

  100% {
    transform: translate(0, -4px);
  }
}

@keyframes wave-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(16px, -10px, 0) scale(1.025);
  }
}
