.ath-rest-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--ath-arctic-navy, #243C4C);
}
.ath-rest-hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.ath-rest-hero__title {
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 8rem);
  line-height: 1;
  color: var(--ath-frost, #F4FCFB);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.ath-rest-hero__title .ath-char {
  display: inline-block;
  will-change: transform, opacity;
}
.ath-rest-hero__images {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.ath-rest-img {
  position: absolute;
  width: clamp(140px, 20vw, 400px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--ath-gallery-radius, 24px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  will-change: transform;
}
.ath-rest-img--1 { top: 10%; left: 8%; }
.ath-rest-img--2 { top: 12%; right: 8%; }
.ath-rest-img--3 { bottom: 10%; left: 10%; }
.ath-rest-img--4 { bottom: 8%; right: 12%; }

@media (max-width: 1024px) {
  .ath-rest-img--1 { top: 15%; left: 5%; }
  .ath-rest-img--2 { top: 18%; right: 5%; }
  .ath-rest-img--3 { bottom: 15%; left: 5%; }
  .ath-rest-img--4 { bottom: 12%; right: 5%; }
}

@media (max-width: 767px) {
  .ath-rest-img { width: clamp(110px, 35vw, 180px); }
  .ath-rest-hero__title { font-size: clamp(2rem, 12vw, 4rem); }
  .ath-rest-img--1 { top: 18%; left: 2%; }
  .ath-rest-img--2 { top: 22%; right: 2%; }
  .ath-rest-img--3 { bottom: 22%; left: 2%; }
  .ath-rest-img--4 { bottom: 18%; right: 2%; }
}

.e-con:has(.ath-rest-hero),
.e-con-inner:has(.ath-rest-hero),
.elementor-section:has(.ath-rest-hero),
.elementor-widget-atheria_restaurant_hero {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip-path: none !important;
}

.elementor-widget-atheria_restaurant_hero > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}