:root {
  --bg: #07111f;
  --text: #f8f4ed;
  --muted: rgba(248, 244, 237, 0.72);
  --line: rgba(255, 255, 255, 0.16);
  --accent: #ffbf63;
  --shadow: 0 30px 80px rgba(2, 5, 12, 0.42);
  --hero-image: url("./images/slide-1.png");
  --eyebrow-color: rgba(255, 214, 145, 0.94);
  --bg-layer-one: radial-gradient(circle at 18% 18%, rgba(255, 210, 132, 0.22), transparent 22%);
  --bg-layer-two: radial-gradient(circle at 80% 20%, rgba(255, 145, 98, 0.16), transparent 18%);
  --bg-layer-three: linear-gradient(135deg, #0b1627, #301a14 58%, #664328);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Cairo", sans-serif;
  direction: rtl;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  isolation: isolate;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  inset: 0;
}

.page-shell::before {
  z-index: -3;
  background: var(--bg-layer-one), var(--bg-layer-two), var(--bg-layer-three);
  transform: scale(1.04);
}

.page-shell::after {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.62)),
    linear-gradient(120deg, rgba(8, 12, 18, 0.12), transparent 42%),
    var(--hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.18;
  filter: saturate(0.95) contrast(1.04);
}

.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.6rem;
  pointer-events: none;
}

.brand,
.status {
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 11, 22, 0.3);
  backdrop-filter: blur(18px);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.92);
}

.brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.status {
  font-family: "Space Grotesk", sans-serif;
  text-transform: none;
}

.fixed-wordmark {
  position: fixed;
  inset-inline: 0;
  bottom: -0.08em;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  padding-inline: clamp(1rem, 3vw, 2.4rem);
  overflow: hidden;
  text-align: center;
  direction: ltr;
  font-family: "Space Grotesk", "Cairo", sans-serif;
  font-size: clamp(4rem, 14.8vw, 14rem);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: -0.07em;
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

.hero {
  --hero-image: none;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(5.5rem, 9vw, 8rem) clamp(1rem, 3vw, 2rem) clamp(2rem, 3vw, 3rem);
}

.hero-panel {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(1.6rem, 3vw, 3rem);
}

.hero-copy {
  max-width: 56rem;
  text-align: right;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: var(--eyebrow-color);
}

.hero-copy h1 {
  margin: 0;
  font-family: "Space Grotesk", "Cairo", sans-serif;
  font-size: clamp(3rem, 8.1vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.subhead {
  display: inline-flex;
  align-items: center;
  margin: 1rem 0 0;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(16, 11, 8, 0.34);
  backdrop-filter: blur(14px);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.7rem);
  font-weight: 700;
  color: rgba(248, 244, 237, 0.92);
}

.sale-note {
  margin: 0.45rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  width: 100%;
  max-width: 42rem;
  margin-top: 1.6rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  color: #fff;
}

.contact-label {
  margin: 0;
  font-size: clamp(0.95rem, 1.45vw, 1.08rem);
  color: rgba(255, 255, 255, 0.76);
}

.contact-number {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.55rem, 2.9vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}

.contact-card a,
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.hero-media {
  display: none;
}

.hero-photo-frame {
  width: min(100%, 34rem);
  aspect-ratio: 1;
  padding: 0.9rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(12, 20, 34, 0.22);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

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

  .status {
    display: none;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-copy {
    order: 1;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 13.2vw, 4.5rem);
  }

  .subhead {
    font-size: clamp(1.3rem, 5vw, 2rem);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 1rem;
  }

  .hero {
    padding-inline: 1rem;
    padding-top: 5rem;
  }

  .contact-card {
    white-space: normal;
    line-height: 1.6;
  }

  .fixed-wordmark {
    font-size: clamp(2.8rem, 16vw, 5.4rem);
    bottom: 0.02em;
  }
}
