.city_section {
  position: relative;
  padding-top: 20px;
  background: #ffffff;
}

.city_section .city_sticky_nav {
  position: sticky;
  top: 20px;
  z-index: 30;
  width: fit-content;
  max-width: calc(100% - 40px);
  height: auto;
  margin: 0 auto;
  border: 0;
  background: transparent;
}

.city_section .city_sticky_nav_inner {
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 6px;
  border-radius: 95px;
  background: rgba(229, 229, 229, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.city_section .city_nav_up {
  display: none;
}

.city_section .city_nav_links {
  display: flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  height: auto;
  overflow-x: auto;
  border-radius: 80px;
  scrollbar-width: none;
}

.city_section .city_nav_link {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 12px 24px;
  border-radius: 80px;
  background: transparent;
  color: #0a0907;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.city_section .city_nav_link::after {
  display: none;
}

.city_section .city_nav_link:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #0a0907;
}

.city_section .city_nav_link.is_active,
.city_section .city_nav_link.is_active:hover {
  background: #ffffff;
  color: #0a0907;
}

.city_section .city_nav_link:focus-visible {
  outline: 2px solid #aa2b21;
  outline-offset: -2px;
}

.city_section .city {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.city_section .city_item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  padding: 60px;
  border-bottom: 0;
  scroll-margin-top: 101px;
}

.city_section .city_item::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 0;
  left: 60px;
  height: 1px;
  background: rgba(10, 9, 7, 0.19);
  pointer-events: none;
}

.city_section .city_gallery {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  min-width: 0;
}

.city_section .city_gallery_content {
  gap: 0;
}

.city_section .city_gallery_item {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 640 / 540;
  border-radius: 20px;
}

.city_section .city_gallery_button_prev {
  left: 20px;
}

.city_section .city_gallery_button_next {
  right: 20px;
}

.city_section .city_gallery_pagination {
  display: none;
}

.city_section .city_content {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

.city_section .city_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.city_title_meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.city_eyebrow,
.city_plan h3 {
  margin: 0;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-weight: 600;
  font-stretch: 40%;
  font-variation-settings:
    "GRAD" -55,
    "XOPQ" 80,
    "XTRA" 421,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712,
    "wdth" 40,
    "opsz" 60;
  line-height: 0.9;
  text-transform: uppercase;
}

.city_eyebrow {
  color: #aa2b21;
  font-size: 30px;
}

.city_days {
  margin: 0;
  padding: 4px 18px;
  border: 1px solid #aa2b21;
  border-radius: 12px;
  color: #aa2b21;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.4;
  white-space: nowrap;
}

.city_name {
  margin: 0;
  color: #0a0907;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 100px;
  font-weight: 500;
  font-stretch: 35%;
  font-variation-settings:
    "GRAD" 0,
    "XOPQ" 80,
    "XTRA" 421,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 540,
    "YTUC" 712,
    "wdth" 35,
    "opsz" 70;
  line-height: 0.8;
}

.city_section .city_description {
  gap: 10px;
  margin-top: 10px;
}

.city_section .city_description p,
.city_section .city_plan_item p {
  margin: 0;
  color: rgba(10, 9, 7, 0.5);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
}

.city_section .city_plan {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}

.city_plan h3 {
  color: #0a0907;
  font-size: 40px;
}

.city_section .city_plan_list {
  gap: 10px;
}

.city_section .city_plan_item {
  padding-left: 24px;
}

.city_section .city_plan_item::before {
  top: 9px;
  width: 8px;
  height: 8px;
}

@media (max-width: 1100px) {
  .city_section .city_item {
    gap: 40px;
    padding: 50px 40px;
  }

  .city_section .city_item::after {
    right: 40px;
    left: 40px;
  }

  .city_name {
    font-size: 80px;
  }
}

@media (max-width: 900px) {
  .city_section.city_nav_fixed {
    padding-top: 81px;
  }

  .city_section.city_nav_fixed .city_sticky_nav {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }

  .city_section .city_sticky_nav {
    max-width: calc(100% - 32px);
  }

  .city_section .city_sticky_nav_inner {
    display: block;
    max-width: 100%;
  }

  .city_section .city_nav_links {
    width: 100%;
  }

  .city_section .city_nav_link {
    width: auto;
    min-width: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .city_section .city_item {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    padding: 60px 20px;
    scroll-margin-top: 101px;
  }

  .city_section .city_item::after {
    right: 20px;
    left: 20px;
  }

  .city_name {
    font-size: 60px;
  }

  .city_section .city_content {
    grid-column: 1;
    grid-row: 1;
  }

  .city_section .city_gallery {
    grid-column: 1;
    grid-row: 2;
  }

  .city_section .city_gallery_item {
    aspect-ratio: 4 / 3;
  }

  .city_section .city_gallery_pagination {
    display: flex;
  }
}

@media (max-width: 520px) {
  .city_section .city_nav_link {
    min-width: 0;
    padding: 10px 18px;
    font-size: 14px;
  }

  .city_title_meta {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .city_eyebrow {
    font-size: 26px;
  }

  .city_plan h3 {
    font-size: 34px;
  }

  .city_section .city_description p,
  .city_section .city_plan_item p {
    font-size: 16px;
  }
}
