.camps_item {
  --camp-card-bg: #edf3f4;
  --camp-card-bg-rgb: 237, 243, 244;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  min-height: 624px;
  overflow: hidden;
  border: 0;
  background: var(--camp-card-bg);
}

.camps_item + .camps_item {
  border-top: 1px solid rgba(10, 9, 7, 0.1);
}

.camps_item .camp_img {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 624px;
  overflow: hidden;
}

/* Prevent the global `article > * + *` rhythm rule from shifting the image. */
.camps_item > .camp_img {
  margin-top: 0;
}

.camps_item .camp_img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.camps_item .camp_img_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    var(--camp-card-bg) 0%,
    rgba(var(--camp-card-bg-rgb), 0.82) 20%,
    rgba(var(--camp-card-bg-rgb), 0.46) 44%,
    rgba(var(--camp-card-bg-rgb), 0.16) 60%,
    rgba(var(--camp-card-bg-rgb), 0) 74%
  );
  pointer-events: none;
}

.camps_item .camp_content {
  position: relative;
  z-index: 2;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: none;
  min-height: 624px;
  padding: 60px 0 60px 60px;
  background: var(--camp-card-bg);
}

.camps_item .camp_attributes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.camps_item .camp_budge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 18px;
  border: 1px solid #aa2b21;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #aa2b21;
}

.camps_item .camp_budge_archive {
  border-color: #0a0907;
  color: #0a0907;
}

.camps_item .camp_budge .p1,
.camps_item .camp_state .p1 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.camps_item .camp_state {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0a0907;
  text-transform: none;
}

.camps_item .camp_state_point {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6c9d6a;
}

.camps_item .camp_content_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.camps_item .camp_content_title > .h5 {
  margin: 0;
  color: #aa2b21;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: 40%;
  font-variation-settings:
    "opsz" 60,
    "wdth" 40,
    "wght" 600,
    "GRAD" -55,
    "XOPQ" 80,
    "XTRA" 421,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
  line-height: 0.9;
  text-transform: uppercase;
}

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

.camps_item .camp_content > .p1 {
  max-width: 500px;
  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;
  letter-spacing: -0.2px;
}

.camps_item .button-small {
  align-self: flex-start;
  width: 200px;
  min-height: 64px;
  padding: 20px 32px;
  border-radius: 14px;
  background: var(--button-red);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 550;
  line-height: 24px;
}

.camps_item .button-small:hover,
.camps_item .button-small:focus-visible {
  background: var(--button-red-hover);
}

.camps_item .camp_features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
}

.camps_item .camp_single_feature {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.camps_item .camp_single_feature + .camp_single_feature {
  border-left: 1px solid rgba(10, 9, 7, 0.12);
}

.camps_item .camp_single_feature img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.camps_item .camp_single_feature .p1 {
  margin: 0;
  color: #0a0907;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
}

.camps_item .camp_cities {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.camps_item .camp_single_city {
  display: flex;
  align-items: center;
  gap: 8px;
}

.camps_item .camp_single_city .p1 {
  margin: 0;
  color: #0a0907;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.4;
}

.camps_item .camp_single_city img {
  width: 10px;
  height: 20px;
  object-fit: contain;
}

@media (min-width: 901px) {
  .camps_item:hover .camp_img img {
    transform: scale(1.025);
  }
}

@media (max-width: 900px) {
  .camps_item {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .camps_item .camp_img {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .camps_item .camp_img_overlay {
    background: linear-gradient(
      180deg,
      rgba(var(--camp-card-bg-rgb), 0) 0%,
      rgba(var(--camp-card-bg-rgb), 0) 32%,
      rgba(var(--camp-card-bg-rgb), 0.14) 46%,
      rgba(var(--camp-card-bg-rgb), 0.44) 62%,
      rgba(var(--camp-card-bg-rgb), 0.82) 82%,
      var(--camp-card-bg) 100%
    );
  }

  .camps_item .camp_content {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 0;
    padding: 48px 20px;
  }

  .camps_item .camp_content_title > .h2 {
    font-size: clamp(56px, 17vw, 72px);
  }

  .camps_item .camp_content > .p1 {
    max-width: 540px;
    font-size: 16px;
  }

  .camps_item .button-small {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 520px) {
  .camps_item .camp_content {
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .camps_item .camp_attributes {
    gap: 12px;
  }

  .camps_item .camp_content_title > .h5 {
    font-size: 26px;
  }

  .camps_item .camp_content_title > .h2 {
    font-size: clamp(52px, 17vw, 66px);
  }

  .camps_item .button-small {
    width: 100%;
  }

  .camps_item .camp_single_feature {
    padding-right: 14px;
    padding-left: 14px;
  }
}
