/* --- MOBILE HEADER --- */
@media (max-width: 900px) {
  header > .container {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  #logo {
    max-height: 60px;
  }

  #top-menu {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  #top-menu li {
    margin: 5px 0;
  }

  #top-menu a {
    display: block;
    padding: 10px;
    font-size: 18px;
  }
}

/* --- MAIN CONTENT --- */
@media (max-width: 768px) {
  #page-container {
    width: 95%;
  }

  #entry-container {
    width: 90%;
    margin: 0 auto;
  }

  #entry-bigtext {
    font-size: 42px;
  }

  #entry-label {
    font-size: 15px;
  }

  #about_us-main {
    flex-direction: column;
    align-items: center;
  }

  #about_us-main-left,
  #yt_video {
    width: 90%;
    padding: 0;
    margin: 10px auto;
  }

  #yt_video {
    width: 100%;
    height: auto;
  }

  .slider-container {
    width: 100%;
    height: auto;
  }

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #social-media {
    margin-top: 20px;
  }
}

/* --- UNIVERSAL ADJUSTMENTS --- */
iframe {
  max-width: 100%;
  height: auto;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* --- BURGER MENU --- */

/* приховуємо іконку на великих екранах */
.mobile-menu-icon {
  display: none;
  font-size: 36px;
  color: white;
  cursor: pointer;
}

/* мобільний вигляд */
@media (max-width: 900px) {
  .mobile-menu-icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
  }

  #top-menu {
    display: none; /* приховане меню */
    flex-direction: column;
    align-items: center;
    background-color: black;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
  }

  #top-menu.active {
    display: flex; /* показуємо меню при натисканні */
  }

  #top-menu a {
    color: white;
    font-size: 18px;
    padding: 15px;
    display: block;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
  }

  #top-menu a:hover {
    background-color: #dd9933;
  }
}

/* --- ПЕРЕХІДНА ЗОНА: 900–1100 PX --- */
@media (max-width: 1100px) and (min-width: 901px) {
  header > .container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
  }

  #logo {
    max-height: 40px;
    width: auto;
  }

  #top-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  #top-menu a {
    font-size: 14px;
    padding: 6px 8px;
  }
}

/* --- БУРГЕР-МЕНЮ ТА МАКЕТ --- */
@media (max-width: 900px) {

  /* Контейнер шапки */
  header > .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /* Контейнер сторінки на повну ширину */
  #page-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* Меню */
  #top-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 70px; /* нижче чорної шапки */
    left: 0;
    width: 100%; /* на всю ширину екрана */
    background-color: black;
    padding: 0;
    margin: 0;
    z-index: 1000;
  }

  #top-menu.active {
    display: flex;
  }

  #top-menu li {
    width: 100%;
    text-align: center;
  }

  #top-menu a {
    display: block;
    width: 100%;
    color: white;
    padding: 15px 0;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  #top-menu a:hover {
    background-color: #dd9933;
  }

  /* Іконка бургер-меню */
  .mobile-menu-icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 34px;
    color: white;
    cursor: pointer;
    z-index: 1100;
  }

  /* При відкритті меню прибираємо скрол і поля */
  body.menu-open {
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
}

/* --- Фон і текст у hero-блоці (entry-content) --- */
@media (max-width: 1024px) {
  .entry-content {
    background-size: cover !important;
    background-position: center top !important;
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  #entry-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #entry-bigtext {
    font-size: 48px;
  }

  #entry-label {
    font-size: 16px;
    line-height: 1.5em;
  }

  #entry-phone {
    font-size: 16px;
  }

  .content-button {
    font-size: 16px;
    padding: 12px 25px;
    margin: 15px auto;
  }
}

/* ще більше спрощуємо при вузьких екранах */
@media (max-width: 600px) {
  .entry-content {
    background-image: url('../images/main-menu/strip.jpg');
    background-size: cover;
    background-position: center center;
    padding: 30vw 0;
  }

  #entry-container {
    text-align: center;
  }

  #entry-bigtext {
    font-size: 36px;
  }
}

/* --- RESPONSIVE GALLERY (edge-touch arrows) --- */
.slider-container {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
}

.image-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* пропорція зображення */
.image-gallery::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}

.gallery-image.current-slide {
  opacity: 1;
  visibility: visible;
}

/* --- СТРІЛКИ, ЩО ПРИТИСНЕНІ ДО КРАЮ --- */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: background-color 0.3s ease;
}

/* при наведенні — трохи темніше */
.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

/* 🔹 Стрілки прямо на краях */
#prevButton {
  left: 0;
  top: 50%;
  border-radius: 0 6px 6px 0;
}

#nextButton {
  right: 0;
  top: 50%;
  border-radius: 6px 0 0 6px;
}

/* --- ПЛАНШЕТИ --- */
@media (max-width: 900px) {
  .slider-container {
    width: 100%;
    border-radius: 0;
  }

  .slider-btn {
    width: 40px;
    height: 55px;
    font-size: 22px;
  }
}

/* --- ТЕЛЕФОНИ --- */
@media (max-width: 600px) {
  .slider-container {
    width: 100%;
    border-radius: 0;
  }

  .image-gallery::before {
    padding-top: 75%;
  }

  .slider-btn {
    width: 36px;
    height: 50px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.55);
  }

  #gallery-text {
    text-align: center;
    font-size: 26px;
    margin: 20px 0;
  }
}
