/* ElShams brand theme: charcoal, warm gold and ivory */
:root {
  --ink: #171515;
  --sand: #f9f6ee;
  --lime: #e5bf69;
  --coral: #d9a735;
  --muted: #6f695e;
}

body {
  background: var(--sand);
}

.site-header {
  background: #171515;
  border-color: rgba(229, 191, 105, 0.35);
}

.site-header .brand,
nav a,
.header-cta {
  color: #f9f6ee;
}

.site-header .brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.header-cta {
  border-color: #e5bf69;
}

.brand-image {
  height: 39px;
  width: 39px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid rgba(229, 191, 105, 0.8);
}

.hero {
  background: #171515;
  min-height: 750px;
}

.hero h1 {
  color: #f9f6ee;
}

.hero h1 em,
.section-heading em,
.contact em {
  color: #d9a735;
}

.hero-text {
  color: #d8d0c0;
}

.eyebrow {
  color: #bcb1a0;
}

.eyebrow span {
  background: #e5bf69;
}

.primary-button,
.submit-button {
  background: #e5bf69;
  color: #171515;
}

.primary-button span,
.submit-button span {
  color: #171515;
}

.hero-foot {
  color: #bcb1a0;
}

.scroll-line {
  background: #e5bf69;
}

.hero-visual {
  min-height: 470px;
  display: flex;
  align-items: center;
}

.brand-slider {
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 191, 105, 0.55);
  background: #090909;
  box-shadow: 18px 18px 0 #d9a735;
}

.brand-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.brand-slide.is-active {
  opacity: 1;
}

.brand-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-slide:first-child img {
  object-fit: contain;
}

.brand-slider:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.65));
  pointer-events: none;
}

.slider-label {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 24px;
  color: #fff;
}

.slider-label span {
  font-size: 10px;
  letter-spacing: 2px;
  color: #e5bf69;
  font-weight: 700;
}

.slider-label p {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.35;
}

.slider-dots {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 27px;
  display: flex;
  gap: 7px;
}

.slider-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.slider-dots .is-active {
  background: #e5bf69;
}

.stats {
  background: #090909;
}

.stats strong {
  color: #e5bf69;
}

.stats p,
.stats span {
  color: #e8dfd1;
}

.areas {
  background: #f9f6ee;
}

.card-mahmoudia {
  background-image: linear-gradient(90deg, rgba(15, 14, 13, 0.88), rgba(15, 14, 13, 0.28)), url("assets/elshams-property.jpg");
  background-size: cover;
  background-position: center;
}

.contact {
  background: #e5bf69;
}

.contact .eyebrow,
.contact-intro > p:not(.eyebrow),
.contact-note p {
  color: #4b4438;
}

.contact h2 {
  color: #171515;
}

.contact h2 em {
  color: #fffaf0;
}

.lead-form input,
.lead-form select {
  border-color: rgba(23, 21, 21, 0.6);
}

.lead-form input::placeholder {
  color: #746749;
}

footer {
  background: #171515;
  color: #f9f6ee;
  gap: 24px;
}

footer .brand,
footer a {
  color: #f9f6ee;
}

footer p {
  color: #c5b9a4;
}

footer .brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-credit {
  font-size: 11px;
  line-height: 1.5;
  max-width: 280px;
}

.site-credit strong {
  color: #e5bf69;
}

.site-credit a {
  color: #f9f6ee;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.modal-card {
  background: #f9f6ee;
}

.modal-star,
.modal-card h2 em,
.social-links b {
  color: #d9a735;
}

@media (max-width: 760px) {
  .hero {
    min-height: 780px;
  }

  .hero-visual {
    min-height: 320px;
  }

  .brand-slider {
    height: 290px;
    box-shadow: 10px 10px 0 #d9a735;
  }

  .brand-image {
    height: 33px;
    width: 33px;
  }

  .site-header .brand span {
    font-size: 19px;
  }

  .site-credit {
    margin: 0;
    max-width: none;
  }
}
