.racv2-catalog {
  --racv2-green: #3f5836;
  --racv2-ink: #1f2b22;
  --racv2-muted: #6f746c;
  --racv2-line: #e8dfd2;
  color: var(--racv2-ink);
  background: #fcfaf5;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 56px);
  box-shadow: 0 20px 60px rgba(48, 39, 25, .08);
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.racv2-catalog *,
.racv2-page *,
.racv2-single-card-wrap * {
  box-sizing: border-box;
}

.racv2-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.racv2-head h2 {
  margin: 0 0 8px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.racv2-head h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.racv2-head p {
  margin: 0;
  color: var(--racv2-muted);
  font-size: 18px;
}

.racv2-show-all,
.racv2-filter-label,
.racv2-chip,
.racv2-row-nav button,
.racv2-fav,
.racv2-gallery-arrow {
  appearance: none;
  border: 1px solid var(--racv2-line);
  background: rgba(255, 255, 255, .72);
  color: var(--racv2-ink);
  cursor: pointer;
}

.racv2-show-all {
  border: 0;
  background: transparent;
  color: var(--racv2-green);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.racv2-filters {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.racv2-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.racv2-chip,
.racv2-filter-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #687066;
  transition: .2s ease;
}

.racv2-chip svg,
.racv2-filter-label svg,
.racv2-facts svg,
.racv2-feature-icons svg,
.racv2-card-features svg,
.racv2-type-badge svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.racv2-chip.is-active {
  background: var(--racv2-green);
  color: #fff;
  border-color: var(--racv2-green);
}

.racv2-chip-favorites.is-active svg {
  fill: currentColor;
}

.racv2-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 8px 0 24px;
}

.racv2-count {
  color: var(--racv2-muted);
}

.racv2-row-nav {
  display: flex;
  gap: 8px;
}

.racv2-row-nav button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
}

.racv2-row-nav svg,
.racv2-gallery-arrow svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.racv2-grid {
  display: flex;
  gap: 22px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.racv2-grid::-webkit-scrollbar {
  display: none;
}

.racv2-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--racv2-line);
  border-radius: 28px;
  background: #fff;
  flex: 0 0 calc((100% - (22px * (var(--racv2-columns) - 1))) / var(--racv2-columns));
  min-width: 280px;
  min-height: 620px;
  max-width: 100%;
  scroll-snap-align: start;
  transition: opacity .2s ease, transform .2s ease;
}

.racv2-card.is-collapsed,
.racv2-card.is-filter-hidden {
  display: none !important;
}

.racv2-card.is-featured {
  border-color: var(--racv2-green);
  box-shadow: 0 14px 32px rgba(63, 88, 54, .12);
}

.racv2-card-media {
  position: relative;
  min-height: 330px;
  aspect-ratio: 1.14 / .82;
  background: #eee7dd;
  overflow: hidden;
}

.racv2-card-media a,
.racv2-card-media img,
.racv2-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.racv2-card-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity .18s ease;
}

.racv2-card-media img.is-active {
  opacity: 1;
}

.racv2-placeholder {
  display: grid;
  place-items: center;
  color: var(--racv2-green);
}

.racv2-placeholder svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.racv2-type-badge,
.racv2-fav,
.racv2-gallery-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.racv2-type-badge {
  top: 22px;
  left: 22px;
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, .92);
  color: var(--racv2-green);
}

.racv2-fav {
  top: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: rgba(63, 88, 54, .94);
  color: #fff;
  border: 0;
}

.racv2-fav svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.racv2-fav.is-active svg {
  fill: currentColor;
}

.racv2-gallery-arrow {
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .9);
  color: var(--racv2-ink);
}

.racv2-gallery-arrow.is-prev {
  left: 18px;
}

.racv2-gallery-arrow.is-next {
  right: 18px;
}

.racv2-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.racv2-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
}

.racv2-dots span.is-active {
  background: #fff;
}

.racv2-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 28px 26px;
}

.racv2-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0;
}

.racv2-card h3 a {
  color: inherit;
  text-decoration: none;
}

.racv2-card p {
  margin: 0 0 18px;
  color: var(--racv2-muted);
  font-size: 16px;
  line-height: 1.45;
}

.racv2-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #70776c;
  margin-bottom: 14px;
}

.racv2-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.racv2-card-features,
.racv2-feature-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.racv2-card-features span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f0e9;
  color: #71786c;
}

.racv2-card footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--racv2-line);
}

.racv2-card footer strong {
  font-size: 24px;
}

.racv2-card footer small {
  color: var(--racv2-muted);
  font-size: 16px;
}

.racv2-card footer a {
  margin-left: auto;
  padding: 14px 24px;
  border: 1px solid var(--racv2-line);
  border-radius: 16px;
  color: var(--racv2-ink);
  text-decoration: none;
  background: #fff;
}

.racv2-page {
  --racv2-green: #23724a;
  --racv2-ink: #232722;
  --racv2-muted: #747a72;
  --racv2-line: #e8e2d8;
  width: min(1280px, calc(100% - 32px));
  margin: 32px auto 72px;
  color: var(--racv2-ink);
  max-width: 100%;
  overflow: hidden;
}

.racv2-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--racv2-muted);
  font-size: 14px;
}

.racv2-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.racv2-page-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(340px, .95fr);
  gap: 16px;
  margin-bottom: 34px;
}

.racv2-page-main-photo,
.racv2-page-thumbs figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: #f0ece4;
  cursor: zoom-in;
}

.racv2-page-main-photo {
  min-height: 470px;
  aspect-ratio: 1.42 / .92;
}

.racv2-page-main-photo img,
.racv2-page-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.racv2-page-main-photo > span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 13px;
}

.racv2-save-object {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--racv2-ink);
  cursor: pointer;
}

.racv2-save-object svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.racv2-save-object.is-active svg {
  fill: currentColor;
  color: var(--racv2-green);
}

.racv2-page-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.racv2-page-thumbs figure {
  min-height: 145px;
}

.racv2-page-thumbs figcaption {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(25, 39, 28, .58);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.racv2-all-photos {
  min-height: 54px;
  border: 1px solid var(--racv2-line);
  border-radius: 14px;
  background: #fff;
  color: var(--racv2-green);
  font-weight: 700;
  cursor: pointer;
}

.racv2-page-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  border-radius: 18px;
  background: #f0ece4;
  color: var(--racv2-green);
}

.racv2-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 36px;
  align-items: start;
  min-width: 0;
}

.racv2-page-content {
  min-width: 0;
}

.racv2-page-content h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

.racv2-full-lead {
  margin: 0 0 22px;
  color: var(--racv2-muted);
  font-size: 18px;
}

.racv2-page-benefits,
.racv2-tabs {
  margin-top: 34px;
}

.racv2-page-benefits h2 {
  margin: 0 0 18px;
  font-size: 24px;
  letter-spacing: 0;
}

.racv2-page-benefits > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.racv2-page-benefits article {
  min-height: 126px;
  padding: 22px;
  border: 1px solid var(--racv2-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(35, 39, 34, .05);
}

.racv2-page-benefits svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--racv2-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.racv2-page-benefits h3 {
  margin: 18px 0 8px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
}

.racv2-tab-panel {
  color: var(--racv2-muted);
  line-height: 1.65;
}

.racv2-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--racv2-line);
}

.racv2-tab-buttons button,
.racv2-description-toggle {
  appearance: none;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--racv2-line);
  border-radius: 999px;
  background: #fff;
  color: var(--racv2-ink);
  font-weight: 700;
  cursor: pointer;
}

.racv2-tab-buttons button.is-active {
  background: var(--racv2-green);
  border-color: var(--racv2-green);
  color: #fff;
}

.racv2-tab-panel {
  display: none;
}

.racv2-tab-panel.is-active {
  display: block;
}

.racv2-description-collapse {
  position: relative;
  max-width: 760px;
  max-height: 320px;
  overflow: hidden;
  columns: auto !important;
  column-count: 1 !important;
  column-width: auto !important;
}

.racv2-description-collapse * {
  columns: auto !important;
  column-count: 1 !important;
  column-width: auto !important;
}

.racv2-description-collapse p,
.racv2-description-collapse ul,
.racv2-description-collapse ol {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 18px;
}

.racv2-description-collapse ul,
.racv2-description-collapse ol {
  display: block;
  padding-left: 22px;
}

.racv2-description-collapse li {
  display: list-item;
  break-inside: avoid;
  margin-bottom: 8px;
}

.racv2-description-collapse::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.racv2-description-collapse.is-expanded {
  max-height: none;
}

.racv2-description-collapse.is-expanded::after {
  display: none;
}

.racv2-description-toggle {
  margin-top: 14px;
  color: var(--racv2-green);
}

.racv2-feature-icons span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--racv2-line);
}

.racv2-feature-icons b {
  font-weight: 600;
}

.racv2-layout img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.racv2-muted {
  color: var(--racv2-muted);
}

.racv2-booking-card {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--racv2-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(35, 39, 34, .08);
}

.racv2-booking-card > div {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 6px;
}

.racv2-booking-card span,
.racv2-booking-card small {
  color: var(--racv2-muted);
}

.racv2-booking-card strong {
  font-size: 30px;
}

.racv2-booking-card > a {
  display: grid;
  place-items: center;
  min-height: 54px;
  margin-top: 8px;
  border-radius: 10px;
  background: var(--racv2-green);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.racv2-booking-card p {
  margin: 8px 0 0;
  color: var(--racv2-muted);
  font-size: 14px;
  line-height: 1.45;
}

.racv2-lightbox[hidden] {
  display: none;
}

.racv2-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 96px 58px;
  background: rgba(20, 28, 22, .88);
}

.racv2-lightbox figure {
  position: relative;
  width: min(1180px, 100%);
  height: min(82vh, 760px);
  margin: 0 auto;
}

.racv2-lightbox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .18s ease;
}

.racv2-lightbox img.is-active {
  opacity: 1;
}

.racv2-lightbox figcaption {
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
  color: #fff;
}

.racv2-lightbox-close,
.racv2-lightbox-nav {
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--racv2-ink);
  cursor: pointer;
}

.racv2-lightbox-close {
  position: absolute;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 1;
}

.racv2-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.racv2-lightbox-nav.is-prev {
  left: max(22px, env(safe-area-inset-left));
}

.racv2-lightbox-nav.is-next {
  right: max(22px, env(safe-area-inset-right));
}

.racv2-lightbox-nav svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.racv2-lightbox-open,
body.racv2-lightbox-open {
  overflow: hidden;
}

.racv2-empty {
  grid-column: 1 / -1;
}

.racv2-archive-page {
  width: min(1440px, calc(100% - 32px));
  margin: 42px auto 72px;
}

.racv2-archive .racv2-grid {
  display: grid;
  grid-template-columns: repeat(var(--racv2-columns), minmax(0, 1fr));
  overflow: visible;
  scroll-snap-type: none;
}

.racv2-archive .racv2-card {
  flex: none;
  min-width: 0;
  scroll-snap-align: unset;
}

@media (max-width: 1180px) {
  .racv2-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .racv2-archive .racv2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .racv2-page-gallery,
  .racv2-page-layout {
    grid-template-columns: 1fr;
  }

  .racv2-page-benefits > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .racv2-booking-card {
    position: static;
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .racv2-catalog {
    border-radius: 22px;
    padding: 20px 12px;
  }

  .racv2-head h2 {
    font-size: 30px;
  }

  .racv2-head p {
    font-size: 15px;
  }

  .racv2-head,
  .racv2-toolbar {
    display: grid;
    justify-content: stretch;
  }

  .racv2-filter-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .racv2-filter-row::-webkit-scrollbar {
    display: none;
  }

  .racv2-chip,
  .racv2-filter-label {
    white-space: nowrap;
  }

  .racv2-grid {
    gap: 18px;
  }

  .racv2-card {
    flex-basis: min(88vw, 420px);
    min-height: 0;
    border-radius: 22px;
  }

  .racv2-card-media {
    min-height: 280px;
    aspect-ratio: 1.12 / .94;
  }

  .racv2-type-badge,
  .racv2-fav {
    width: 48px;
    height: 48px;
    top: 14px;
  }

  .racv2-type-badge {
    left: 14px;
  }

  .racv2-fav {
    right: 14px;
  }

  .racv2-gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .racv2-card-body {
    padding: 22px 20px;
  }

  .racv2-card footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .racv2-card footer a {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .racv2-page {
    width: 100%;
    margin: 14px auto 42px;
    padding: 0 12px;
  }

  .racv2-archive-page {
    width: 100%;
    margin: 20px auto 42px;
    padding: 0 12px;
  }

  .racv2-archive .racv2-grid {
    grid-template-columns: 1fr;
  }

  .racv2-page-gallery,
  .racv2-page-layout,
  .racv2-page-benefits > div {
    grid-template-columns: 1fr;
  }

  .racv2-page-main-photo {
    min-height: auto;
    aspect-ratio: 1 / .82;
    border-radius: 18px;
  }

  .racv2-page-thumbs {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .racv2-page-thumbs::-webkit-scrollbar {
    display: none;
  }

  .racv2-page-thumbs figure,
  .racv2-all-photos {
    flex: 0 0 44%;
    min-height: 104px;
    border-radius: 14px;
  }

  .racv2-tab-buttons {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .racv2-tab-buttons::-webkit-scrollbar {
    display: none;
  }

  .racv2-booking-card {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .racv2-lightbox {
    padding: 76px 8px 64px;
  }

  .racv2-lightbox figure {
    width: 100%;
    height: 66vh;
  }

  .racv2-lightbox-nav {
    width: 54px;
    height: 54px;
  }

  .racv2-lightbox-nav.is-prev {
    left: 14px;
  }

  .racv2-lightbox-nav.is-next {
    right: 14px;
  }
}
