/* Villa-focused enhancements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eden-header {
  position: relative;
  min-height: 92px;
  grid-template-columns: 190px 1fr 190px;
  padding: 10px 2.2%;
  color: #111;
  background: #f7f7f7;
  border-bottom: 0;
}

.eden-logo {
  display: block;
  width: 126px;
}

.eden-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.eden-header .nav {
  gap: clamp(30px, 4.2vw, 62px);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 600;
}

.eden-header .nav a {
  opacity: 1;
}

.eden-header .nav a:hover {
  color: #c7a25a;
}

.header-socials,
.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.header-socials a,
.footer-socials a {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  color: #c7a25a;
  font-size: .7rem;
  font-weight: 600;
  text-transform: lowercase;
}

.eden-header .menu-toggle {
  color: #111;
}

.hero {
  height: calc(100vh - 92px);
}

.hero-media {
  background-image: url("https://wadeemgardensmodon.com/gallery/m11.jpg");
  background-position: center 58%;
}

.eden-footer {
  display: block;
  padding: 0;
  background: #050505;
  color: #8e8e8e;
  border-top: 0;
  font-size: .9rem;
}

.newsletter-row {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 60px;
  align-items: center;
  padding: 50px 5vw 42px;
  border-bottom: 1px solid #242424;
}

.newsletter-row h2 {
  margin: 0 0 4px;
  color: #fff;
  font: 500 1.35rem/1.3 var(--sans);
}

.newsletter-row p {
  margin: 0;
}

.newsletter-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 10px;
}

.newsletter-form input,
.newsletter-form button {
  min-height: 48px;
  border: 1px solid #777;
  border-radius: 3px;
  font: 400 .9rem var(--sans);
}

.newsletter-form input {
  padding: 0 17px;
  background: #fff;
  color: #111;
}

.newsletter-form button {
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.newsletter-form button:hover {
  border-color: #c7a25a;
  color: #c7a25a;
}

.newsletter-success {
  grid-column: 1 / -1;
  color: #c7a25a;
  font-size: .78rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, .75fr);
  gap: 7vw;
  padding: 65px 5vw 42px;
}

.footer-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-identity > a:first-child {
  width: 285px;
  margin-bottom: 18px;
}

.footer-identity img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-identity > a:not(:first-child) {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-column h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.footer-column a,
.footer-identity a {
  transition: color .2s ease;
}

.footer-column a:hover,
.footer-identity a:hover {
  color: #c7a25a;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5vw 38px;
}

.footer-bottom p {
  margin: 0;
  color: #ddd;
}

.footer-socials a {
  width: 48px;
  height: 48px;
  border: 6px solid #fff;
  background: #f5f5f5;
}

@media (max-width: 1050px) {
  .eden-header {
    grid-template-columns: 1fr auto;
  }

  .eden-header .nav {
    top: 100%;
    z-index: 5;
    background: #fff;
    color: #111;
    box-shadow: 0 12px 30px rgba(0,0,0,.1);
  }

  .eden-header .header-socials {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-grid .footer-column:last-child {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .eden-header {
    min-height: 78px;
    padding: 9px 20px;
  }

  .eden-logo {
    width: 112px;
  }

  .hero {
    height: calc(100svh - 78px);
  }

  .newsletter-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-row {
    gap: 25px;
    padding: 42px 24px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 42px;
    padding: 50px 24px 35px;
  }

  .footer-grid .footer-column:last-child {
    grid-column: auto;
  }

  .footer-identity > a:first-child {
    width: 250px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    padding: 15px 24px 38px;
  }
}

.residence-grid article {
  padding: 0;
  min-height: 0;
  overflow: hidden;
}

.residence-grid figure {
  height: 245px;
  margin: 0;
  overflow: hidden;
}

.residence-grid figure img {
  transition: transform .7s ease;
}

.residence-grid article:hover figure img {
  transform: scale(1.035);
}

.residence-body {
  position: relative;
  min-height: 365px;
  padding: 28px 28px 82px;
}

.residence-body > span {
  color: #999;
  font-size: .72rem;
  letter-spacing: .08em;
}

.residence-grid h3 {
  margin: 28px 0 7px;
}

.residence-grid .residence-detail {
  font-size: .88rem;
  line-height: 1.6;
}

.residence-grid strong {
  left: 28px;
}

@media (max-width: 760px) {
  .residence-grid figure {
    height: 260px;
  }

  .residence-body {
    min-height: 340px;
  }
}
