@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    justify-content: stretch;
    gap: 16px;
    padding: 10px 20px;
  }

  .site-logo {
    justify-self: start;
  }

  .site-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-navigation,
  .site-actions {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
  }

  .site-header.is-open .site-navigation,
  .site-header.is-open .site-actions {
    display: flex;
  }

  .site-navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 12px;
    border-top: 1px solid #e4e4e4;
  }

  .site-navigation > a,
  .nav-dropdown-trigger {
    width: 100%;
    justify-content: space-between;
    min-height: 42px;
    padding: 0;
    text-align: left;
  }

  .nav-dropdown {
    display: grid;
    width: 100%;
    min-height: 0;
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    margin: 0 0 8px;
    padding: 8px 0 10px 18px;
    background: #f4f4f4;
    box-shadow: none;
    transform: none;
    opacity: 0;
    pointer-events: none;
  }

  .nav-dropdown-menu a {
    min-height: 36px;
    padding: 6px 0;
    font-size: 1rem;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-dropdown:hover .nav-dropdown-trigger i,
  .nav-dropdown:focus-within .nav-dropdown-trigger i {
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown-trigger i {
    transform: rotate(180deg);
  }

  .site-actions {
    align-items: stretch;
    gap: 12px;
    padding-bottom: 8px;
  }

  .booking-button {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 820px) {
  .highway-hero {
    min-height: calc(100vh - 68px);
    padding: 110px 22px 96px;
  }

  .hero-socials {
    right: 18px;
  }

  .hero-socials a {
    width: 54px;
    height: 54px;
    font-size: 1.25rem;
  }

  .experience-media {
    min-height: 360px;
  }

  .rooms-slider {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
  }

  .room-card {
    aspect-ratio: 0.9 / 1;
  }

  .room-card-overlay {
    right: 18px;
    bottom: 22px;
    left: 18px;
    opacity: 1;
    transform: none;
  }

  .room-card::after {
    opacity: 1;
  }

  .room-card-details {
    gap: 14px;
  }

  .room-card {
    display: none;
  }

  .room-card:first-of-type {
    display: block;
  }

  .eko-way {
    max-width: calc(100% - 36px);
    box-shadow: 0 0 0 34px rgba(91, 0, 0, 0.76);
  }

  .eko-way::before {
    inset: -34px;
  }

  .eko-way-media,
  .social-club-media {
    min-height: 320px;
  }

  .bootcamp-fit-section {
    min-height: 0;
    padding: 64px 20px;
  }

  .bootcamp-fit-section::before {
    background:
      linear-gradient(180deg, rgba(28, 0, 0, 0.92), rgba(5, 5, 5, 0.96)),
      url("../images/pic-train.jpg") center top / cover no-repeat,
      #050505;
  }

  .bootcamp-fit-carousel {
    height: 360px;
    margin-top: 10px;
  }

  .video-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-logo-image {
    width: 118px;
  }

  .account-button,
  .site-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .highway-content h1 {
    font-size: clamp(3.2rem, 14.5vw, 5.4rem);
    line-height: 0.86;
  }

  .store-badges {
    gap: 6px;
  }

  .store-badges a {
    width: 104px;
    height: 33px;
  }

  .store-badges img {
    width: 100%;
    height: 100%;
  }

  .hero-socials {
    top: auto;
    right: 0px;
    bottom: 26px;
    gap: 12px;
    transform: translateX(-50%);
  }

  .hero-socials a {
    width: 50px;
    height: 50px;
    font-size: 1.15rem;
  }

  .experience-copy {
    padding: 40px 22px;
  }

  .experience-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .experience-copy > p {
    font-size: 0.86rem;
  }

  .experience-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .experience-cta {
    width: 100%;
  }

  .experience-actions p {
    max-width: none;
  }

  .experience-media {
    min-height: 280px;
  }

  .training-rooms {
    padding: 40px 18px;
  }

  .rooms-heading h2 {
    font-size: 2rem;
  }

  .rooms-slider {
    gap: 10px;
  }

  .room-card-overlay h3 {
    margin-bottom: 16px;
    font-size: clamp(2.15rem, 13vw, 3.4rem);
  }

  .room-card-details {
    grid-template-columns: 1fr 1fr;
  }

  .room-card-details p {
    font-size: 0.82rem;
  }

  .room-card-details strong {
    font-size: 0.84rem;
  }

  .eko-way {
    margin-top: 34px;
    margin-bottom: 34px;
    padding: 0;
  }

  .eko-way-copy h2,
  .social-club-copy h2 {
    font-size: clamp(2.3rem, 12vw, 3.35rem);
  }

  .eko-way-copy a {
    width: 100%;
  }

  .eko-way-media,
  .social-club-media {
    min-height: 260px;
  }

  .social-club-copy {
    padding: 40px 22px;
  }

  .bootcamp-fit-copy h2 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .bootcamp-fit-copy p {
    font-size: 0.82rem;
  }

  .bootcamp-fit-progress {
    max-width: none;
  }

  .bootcamp-fit-carousel {
    height: 330px;
  }

  .fit-card {
    min-height: 150px;
    padding: 26px 22px;
  }

  .fit-card h3 {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }

  .video-feature,
  .home-band {
    padding-left: 18px;
    padding-right: 18px;
  }
}
