#rcrV2 #country-hubs {
  scroll-margin-top: var(--rcr-header-h, 86px);
  padding: 0 0 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 215, 0, .06), transparent 32%),
    #05080f;
}

#rcrV2 #country-hubs > .wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}

#rcrV2 #country-hubs > .wrap > .head,
#rcrV2 #country-hubs > .wrap > .rcrServiceGrid,
#rcrV2 #country-hubs > .wrap > .rcrEuropeGrid {
  display: none;
}

#rcrV2.rcrEuropePage .rcrEuropeCityDirectory {
  display: none !important;
}

#rcrV2 .countrySalon {
  position: relative;
  color: rgba(245, 247, 252, .96);
  isolation: isolate;
}

#rcrV2 .countrySalon__hero {
  position: relative;
  min-height: clamp(440px, 34vw, 500px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 215, 0, .28);
}

#rcrV2 .countrySalon__heroImage,
#rcrV2 .countrySalon__heroShade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#rcrV2 .countrySalon__heroImage {
  object-fit: cover;
  object-position: 50% 55%;
  transform: scale(1.005);
}

#rcrV2 .countrySalon__heroShade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .93) 0%, rgba(0, 0, 0, .79) 34%, rgba(0, 0, 0, .24) 68%, rgba(0, 0, 0, .42) 100%),
    linear-gradient(0deg, #05080f 0%, transparent 34%, rgba(0, 0, 0, .08) 78%);
}

#rcrV2 .countrySalon__heroContent {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
  padding: 68px 0 88px;
}

#rcrV2 .countrySalon__eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: #FFD700;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

#rcrV2 .countrySalon__eyebrow span {
  width: 29px;
  height: 1px;
  background: #FFD700;
  box-shadow: 0 0 16px rgba(255, 215, 0, .8);
}

#rcrV2 .countrySalon__heroContent h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(56px, 5.7vw, 88px);
  font-weight: 850;
  line-height: .94;
  letter-spacing: -.05em;
  text-wrap: balance;
}

#rcrV2 .countrySalon__heroContent > p:not(.countrySalon__eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(235, 239, 247, .88);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

#rcrV2 .countrySalon__heroFacts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 34px;
  color: rgba(205, 213, 228, .74);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#rcrV2 .countrySalon__heroFacts span {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

#rcrV2 .countrySalon__heroFacts strong {
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
}

#rcrV2 .countrySalon__body {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
}

#rcrV2 .countrySalon__toolbar {
  min-height: 76px;
  margin-top: -38px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(2, 3, 5, .94);
  border: 1px solid rgba(255, 215, 0, .3);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .58), inset 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(18px);
}

#rcrV2 .countrySalon__filters {
  display: flex;
  align-items: center;
  gap: 6px;
}

#rcrV2 .countrySalon__filter {
  min-height: 48px;
  padding: 0 20px;
  color: rgba(205, 213, 228, .8);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

#rcrV2 .countrySalon__filter:hover,
#rcrV2 .countrySalon__filter:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, .13);
}

#rcrV2 .countrySalon__filter.is-active {
  color: #070707;
  background: #FFD700;
  border-color: #FFD700;
  box-shadow: 0 8px 24px rgba(255, 215, 0, .18);
}

#rcrV2 .countrySalon__search {
  position: relative;
  width: min(300px, 28vw);
  flex: 0 0 auto;
}

#rcrV2 .countrySalon__search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  background: url("/assets/icons/chevron-down.svg") center / contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

#rcrV2 .countrySalon__search input {
  width: 100%;
  min-height: 48px;
  padding: 0 45px 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  outline: 0;
  font: inherit;
  font-size: 13px;
}

#rcrV2 .countrySalon__search input:focus {
  border-color: rgba(255, 215, 0, .55);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, .08);
}

#rcrV2 .countrySalon__search input::placeholder {
  color: rgba(205, 213, 228, .56);
}

#rcrV2 .countrySalon__results {
  min-height: 22px;
  padding: 17px 2px 9px;
  color: rgba(160, 174, 200, .78);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#rcrV2 .countrySalon__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(210px, .58fr);
  gap: 16px;
  min-height: 520px;
}

#rcrV2 .countrySalon__feature,
#rcrV2 .countrySalon__preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, .21);
  background: #06080c;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

#rcrV2 .countrySalon__feature {
  min-height: 520px;
  border-radius: 20px 5px 5px 20px;
}

#rcrV2 .countrySalon__featureMedia,
#rcrV2 .countrySalon__preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rcrV2 .countrySalon__featureMedia {
  object-position: 62% 50%;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1), opacity .25s ease;
}

#rcrV2 .countrySalon__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(0, 0, 0, .9) 38%, rgba(0, 0, 0, .29) 72%, rgba(0, 0, 0, .12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .64), transparent 40%);
}

#rcrV2 .countrySalon__feature:hover .countrySalon__featureMedia {
  transform: scale(1.025);
}

#rcrV2 .countrySalon__featureContent {
  position: relative;
  z-index: 2;
  width: min(54%, 520px);
  min-height: 520px;
  padding: clamp(34px, 4.5vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#rcrV2 .countrySalon__countryMeta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

#rcrV2 .countrySalon__countryMeta img {
  width: 42px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .42);
}

#rcrV2 .countrySalon__countryMeta span {
  color: rgba(205, 213, 228, .74);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

#rcrV2 .countrySalon__feature h3 {
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 850;
  line-height: .96;
  letter-spacing: -.045em;
}

#rcrV2 .countrySalon__featureCopy {
  margin: 20px 0 0;
  color: rgba(223, 229, 240, .82);
  font-size: 15px;
  line-height: 1.65;
}

#rcrV2 .countrySalon__cities {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

#rcrV2 .countrySalon__cities li {
  padding: 8px 11px;
  color: rgba(245, 247, 252, .9);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
}

#rcrV2 .countrySalon__cta {
  min-height: 48px;
  margin-top: 30px;
  padding: 0 17px 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: #070707;
  background: #FFD700;
  border: 1px solid #FFD700;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 36px rgba(255, 215, 0, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

#rcrV2 .countrySalon__cta:hover,
#rcrV2 .countrySalon__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(255, 215, 0, .24);
}

#rcrV2 .countrySalon__cta img {
  width: 15px;
  height: 15px;
  filter: brightness(0);
}

#rcrV2 .countrySalon__previews {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#rcrV2 .countrySalon__preview {
  min-height: 0;
  padding: 0;
  border-radius: 5px 18px 18px 5px;
  cursor: pointer;
  text-align: left;
}

#rcrV2 .countrySalon__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .2) 78%);
  transition: background .2s ease;
}

#rcrV2 .countrySalon__preview:hover::after,
#rcrV2 .countrySalon__preview:focus-visible::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .08) 78%);
}

#rcrV2 .countrySalon__previewContent {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

#rcrV2 .countrySalon__previewName {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: inherit;
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 800;
  line-height: 1;
}

#rcrV2 .countrySalon__previewName img {
  position: static;
  width: 29px;
  height: 21px;
  object-fit: cover;
  border-radius: 3px;
}

#rcrV2 .countrySalon__previewContent > img {
  position: static;
  width: 16px;
  height: 16px;
}

#rcrV2 .countrySalon__navigation {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

#rcrV2 .countrySalon__progress {
  min-width: 72px;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: rgba(160, 174, 200, .62);
  font-size: 12px;
}

#rcrV2 .countrySalon__progress strong {
  color: #FFD700;
  font-family: inherit;
  font-size: 25px;
  font-weight: 900;
}

#rcrV2 .countrySalon__progressLine {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .1);
}

#rcrV2 .countrySalon__progressLine span {
  display: block;
  width: 7.69%;
  height: 100%;
  background: #FFD700;
  box-shadow: 0 0 12px rgba(255, 215, 0, .75);
  transition: width .35s ease;
}

#rcrV2 .countrySalon__arrows {
  display: flex;
  gap: 8px;
}

#rcrV2 .countrySalon__arrows button {
  width: 43px;
  height: 43px;
  padding: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

#rcrV2 .countrySalon__arrows button:hover,
#rcrV2 .countrySalon__arrows button:focus-visible {
  background: rgba(255, 215, 0, .12);
  border-color: rgba(255, 215, 0, .48);
}

#rcrV2 .countrySalon__arrows button:first-child img {
  transform: rotate(180deg);
}

#rcrV2 .countrySalon__arrows img {
  width: 15px;
  height: 15px;
}

#rcrV2 .countrySalon__directory {
  margin-top: 5px;
  padding: 22px;
  background: rgba(255, 255, 255, .018);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 18px;
}

#rcrV2 .countrySalon__directoryHead {
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

#rcrV2 .countrySalon__directoryHead p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#rcrV2 .countrySalon__directoryHead span {
  color: rgba(160, 174, 200, .72);
  font-size: 12px;
}

#rcrV2 .countrySalon__countryList {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

#rcrV2 .countrySalon__countryButton {
  min-width: 0;
  min-height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(223, 229, 240, .78);
  background: rgba(0, 0, 0, .32);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 11px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

#rcrV2 .countrySalon__countryButton img {
  width: 23px;
  height: 17px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 2px;
}

#rcrV2 .countrySalon__countryButton span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#rcrV2 .countrySalon__countryButton:hover,
#rcrV2 .countrySalon__countryButton:focus-visible,
#rcrV2 .countrySalon__countryButton.is-active {
  color: #fff;
  background: rgba(255, 215, 0, .07);
  border-color: rgba(255, 215, 0, .38);
}

#rcrV2 .countrySalon__serviceLine {
  margin: 27px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  color: rgba(160, 174, 200, .68);
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

#rcrV2 .countrySalon__serviceLine span {
  width: 3px;
  height: 3px;
  background: #FFD700;
  border-radius: 50%;
}

@media (max-width: 980px) {
  #rcrV2 .countrySalon__heroContent,
  #rcrV2 .countrySalon__body {
    width: min(100% - 40px, 1280px);
  }

  #rcrV2 .countrySalon__heroContent h1 {
    max-width: 650px;
  }

  #rcrV2 .countrySalon__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  #rcrV2 .countrySalon__filters {
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  #rcrV2 .countrySalon__filters::-webkit-scrollbar {
    display: none;
  }

  #rcrV2 .countrySalon__filter {
    flex: 0 0 auto;
  }

  #rcrV2 .countrySalon__search {
    width: 100%;
  }

  #rcrV2 .countrySalon__gallery {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  #rcrV2 .countrySalon__featureContent {
    width: min(66%, 500px);
  }

  #rcrV2 .countrySalon__countryList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  #rcrV2 #country-hubs {
    padding-bottom: 62px;
  }

  #rcrV2 .countrySalon__hero {
    min-height: 560px;
    align-items: center;
  }

  #rcrV2 .countrySalon__heroImage {
    object-position: 66% 50%;
  }

  #rcrV2 .countrySalon__heroShade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .34)),
      linear-gradient(0deg, #05080f 0%, rgba(0, 0, 0, .28) 38%, rgba(0, 0, 0, .48) 100%);
  }

  #rcrV2 .countrySalon__heroContent,
  #rcrV2 .countrySalon__body {
    width: calc(100% - 28px);
  }

  #rcrV2 .countrySalon__heroContent {
    padding: 112px 0 100px;
  }

  #rcrV2 .countrySalon__eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  #rcrV2 .countrySalon__heroContent h2 {
    max-width: 360px;
    font-size: clamp(46px, 13vw, 62px);
    line-height: .96;
  }

  #rcrV2 .countrySalon__heroContent > p:not(.countrySalon__eyebrow) {
    max-width: 350px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  #rcrV2 .countrySalon__heroFacts {
    gap: 14px 22px;
    margin-top: 28px;
    font-size: 9px;
  }

  #rcrV2 .countrySalon__heroFacts strong {
    font-size: 13px;
  }

  #rcrV2 .countrySalon__toolbar {
    margin-top: -28px;
    padding: 9px;
    border-radius: 16px;
  }

  #rcrV2 .countrySalon__filter {
    min-height: 43px;
    padding: 0 15px;
    font-size: 12px;
  }

  #rcrV2 .countrySalon__results {
    padding-top: 14px;
  }

  #rcrV2 .countrySalon__gallery {
    display: block;
    min-height: 0;
  }

  #rcrV2 .countrySalon__feature {
    min-height: 570px;
    border-radius: 18px;
  }

  #rcrV2 .countrySalon__featureMedia {
    object-position: 68% 50%;
  }

  #rcrV2 .countrySalon__feature::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .86) 47%, rgba(0, 0, 0, .2) 82%),
      linear-gradient(90deg, rgba(0, 0, 0, .55), transparent 75%);
  }

  #rcrV2 .countrySalon__featureContent {
    width: 100%;
    min-height: 570px;
    padding: 255px 24px 30px;
    justify-content: flex-end;
  }

  #rcrV2 .countrySalon__countryMeta {
    margin-bottom: 14px;
  }

  #rcrV2 .countrySalon__feature h3 {
    font-size: 44px;
  }

  #rcrV2 .countrySalon__featureCopy {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.52;
  }

  #rcrV2 .countrySalon__cities {
    margin-top: 16px;
  }

  #rcrV2 .countrySalon__cities li {
    padding: 7px 9px;
  }

  #rcrV2 .countrySalon__cta {
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
  }

  #rcrV2 .countrySalon__previews {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 178px;
    gap: 10px;
  }

  #rcrV2 .countrySalon__preview {
    border-radius: 13px;
  }

  #rcrV2 .countrySalon__previewContent {
    right: 13px;
    bottom: 14px;
    left: 13px;
  }

  #rcrV2 .countrySalon__previewName {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    font-size: 20px;
  }

  #rcrV2 .countrySalon__navigation {
    min-height: 72px;
    gap: 14px;
  }

  #rcrV2 .countrySalon__arrows button {
    width: 40px;
    height: 40px;
  }

  #rcrV2 .countrySalon__directory {
    padding: 17px;
  }

  #rcrV2 .countrySalon__directoryHead {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  #rcrV2 .countrySalon__countryList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rcrV2 .countrySalon__serviceLine {
    margin-inline: 15px;
    gap: 9px;
    font-size: 9px;
    line-height: 1.7;
  }
}

/* Europe conversion close: one premium, useful journey-planning surface. */
#rcrV2.rcrEuropePage .rcrEuropeConcierge {
  padding: 72px 0 92px;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, .28);
  border-radius: 18px;
  background: rgba(0, 0, 0, .74);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .05);
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__intro {
  padding: clamp(38px, 5vw, 66px);
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__eyebrow {
  margin: 0 0 17px;
  color: #FFD700;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__intro h2 {
  max-width: 650px;
  margin: 0;
  color: rgba(245, 247, 252, .98);
  font: inherit;
  font-size: clamp(38px, 4.7vw, 66px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.045em;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(205, 213, 228, .86);
  font-size: 16px;
  line-height: 1.65;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: rgba(245, 247, 252, .96);
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__cta:hover,
#rcrV2.rcrEuropePage .rcrEuropeConcierge__cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 0, .48);
  background: rgba(255, 215, 0, .07);
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__cta:focus-visible {
  outline: 3px solid rgba(255, 215, 0, .28);
  outline-offset: 3px;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__cta--primary {
  border-color: #FFD700;
  color: #05080f;
  background: #FFD700;
  box-shadow: 0 12px 34px rgba(255, 215, 0, .16);
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__cta--primary:hover,
#rcrV2.rcrEuropePage .rcrEuropeConcierge__cta--primary:focus-visible {
  color: #05080f;
  background: #ffe033;
  box-shadow: 0 16px 38px rgba(255, 215, 0, .24);
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__note {
  margin: 17px 0 0;
  color: rgba(160, 174, 200, .78);
  font-size: 12px;
  line-height: 1.5;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__steps {
  list-style: none;
  margin: 0;
  padding: 26px;
  display: grid;
  align-content: center;
  gap: 10px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .025);
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__steps li {
  min-height: 108px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background: rgba(5, 8, 15, .54);
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__number {
  color: #FFD700;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__steps strong,
#rcrV2.rcrEuropePage .rcrEuropeConcierge__steps small {
  display: block;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__steps strong {
  color: rgba(245, 247, 252, .96);
  font-size: 15px;
  font-weight: 850;
}

#rcrV2.rcrEuropePage .rcrEuropeConcierge__steps small {
  margin-top: 6px;
  color: rgba(160, 174, 200, .86);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  #rcrV2.rcrEuropePage .rcrEuropeConcierge {
    padding: 54px 0 72px;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__panel {
    grid-template-columns: 1fr;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__steps {
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  #rcrV2.rcrEuropePage .rcrEuropeConcierge__panel {
    border-radius: 16px;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__intro {
    padding: 32px 22px 28px;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__intro h2 {
    font-size: 39px;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__copy {
    margin-top: 19px;
    font-size: 14px;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__actions {
    display: grid;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__cta {
    width: 100%;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__steps {
    padding: 14px;
  }

  #rcrV2.rcrEuropePage .rcrEuropeConcierge__steps li {
    min-height: 96px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
  }
}

/* Europe page footer credit: keep the Tuna mark clean, flat and borderless. */
#rcrV2.rcrEuropePage .foot__creditStage {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#rcrV2.rcrEuropePage .foot__creditStage::before,
#rcrV2.rcrEuropePage .foot__creditStage::after,
#rcrV2.rcrEuropePage .foot__tunaTech::before,
#rcrV2.rcrEuropePage .foot__tunaTech::after {
  display: none !important;
}

#rcrV2.rcrEuropePage .foot__tunaTech {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

@media (prefers-reduced-motion: reduce) {
  #rcrV2 .countrySalon *,
  #rcrV2 .countrySalon *::before,
  #rcrV2 .countrySalon *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Platform motion language: restrained depth, gold light and staged entrances. */
@keyframes rcrSalonImageIn {
  from { opacity: .58; transform: scale(1.055); }
  to { opacity: 1; transform: scale(1.005); }
}

@keyframes rcrSalonLineIn {
  from { opacity: 0; transform: translate3d(0, 22px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes rcrSalonToolbarIn {
  from { opacity: 0; transform: translate3d(0, 18px, 0) scale(.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes rcrSalonCardIn {
  from { opacity: .25; transform: translate3d(0, 16px, 0) scale(.992); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes rcrSalonGoldSweep {
  0%, 62% { opacity: 0; transform: translate3d(-135%, 0, 0) skewX(-18deg); }
  72% { opacity: .32; }
  100% { opacity: 0; transform: translate3d(135%, 0, 0) skewX(-18deg); }
}

#rcrV2.rcrEuropeMotion .countrySalon__heroImage {
  animation: rcrSalonImageIn 1.45s cubic-bezier(.16, 1, .3, 1) both;
  will-change: transform, opacity;
}

#rcrV2.rcrEuropeMotion .countrySalon__heroContent > * {
  opacity: 0;
  animation: rcrSalonLineIn .82s cubic-bezier(.16, 1, .3, 1) both;
}

#rcrV2.rcrEuropeMotion .countrySalon__heroContent > :nth-child(1) { animation-delay: .08s; }
#rcrV2.rcrEuropeMotion .countrySalon__heroContent > :nth-child(2) { animation-delay: .16s; }
#rcrV2.rcrEuropeMotion .countrySalon__heroContent > :nth-child(3) { animation-delay: .24s; }
#rcrV2.rcrEuropeMotion .countrySalon__heroContent > :nth-child(4) { animation-delay: .32s; }

#rcrV2.rcrEuropeMotion .countrySalon__toolbar {
  animation: rcrSalonToolbarIn .82s .34s cubic-bezier(.16, 1, .3, 1) both;
}

#rcrV2.rcrEuropeMotion .countrySalon__results,
#rcrV2.rcrEuropeMotion .countrySalon__gallery,
#rcrV2.rcrEuropeMotion .countrySalon__navigation,
#rcrV2.rcrEuropeMotion .countrySalon__directory,
#rcrV2.rcrEuropeMotion .countrySalon__serviceLine {
  opacity: 0;
  animation: rcrSalonLineIn .76s cubic-bezier(.16, 1, .3, 1) both;
}

#rcrV2.rcrEuropeMotion .countrySalon__results { animation-delay: .46s; }
#rcrV2.rcrEuropeMotion .countrySalon__gallery { animation-delay: .52s; }
#rcrV2.rcrEuropeMotion .countrySalon__navigation { animation-delay: .58s; }
#rcrV2.rcrEuropeMotion .countrySalon__directory { animation-delay: .64s; }
#rcrV2.rcrEuropeMotion .countrySalon__serviceLine { animation-delay: .7s; }

#rcrV2.rcrEuropeMotion .countrySalon__feature,
#rcrV2.rcrEuropeMotion .countrySalon__preview,
#rcrV2.rcrEuropeMotion .countrySalon__featureContent > * {
  transition:
    opacity .48s cubic-bezier(.16, 1, .3, 1),
    transform .62s cubic-bezier(.16, 1, .3, 1),
    border-color .22s ease,
    box-shadow .22s ease;
}

#rcrV2.rcrEuropeMotion .countrySalon.is-country-switching .countrySalon__feature,
#rcrV2.rcrEuropeMotion .countrySalon.is-country-switching .countrySalon__preview {
  opacity: .16;
  transform: translate3d(0, 12px, 0) scale(.992);
}

#rcrV2.rcrEuropeMotion .countrySalon.is-country-entered .countrySalon__feature,
#rcrV2.rcrEuropeMotion .countrySalon.is-country-entered .countrySalon__preview {
  animation: rcrSalonCardIn .58s cubic-bezier(.16, 1, .3, 1) both;
}

#rcrV2.rcrEuropeMotion .countrySalon.is-country-entered .countrySalon__preview:nth-child(1) { animation-delay: .06s; }
#rcrV2.rcrEuropeMotion .countrySalon.is-country-entered .countrySalon__preview:nth-child(2) { animation-delay: .12s; }

#rcrV2.rcrEuropeMotion .countrySalon__feature::before,
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 -24%;
  width: 18%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, .15), transparent);
  animation: rcrSalonGoldSweep 7.5s ease-in-out infinite;
}

#rcrV2.rcrEuropeMotion .countrySalon__filter,
#rcrV2.rcrEuropeMotion .countrySalon__countryButton,
#rcrV2.rcrEuropeMotion .countrySalon__arrows button,
#rcrV2.rcrEuropeMotion .countrySalon__preview {
  transition:
    color .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    transform .22s cubic-bezier(.2, .8, .2, 1);
}

#rcrV2.rcrEuropeMotion .countrySalon__filter:hover,
#rcrV2.rcrEuropeMotion .countrySalon__countryButton:hover,
#rcrV2.rcrEuropeMotion .countrySalon__arrows button:hover {
  transform: translateY(-2px);
}

#rcrV2.rcrEuropeMotion .countrySalon__preview:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, .46);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

#rcrV2.rcrEuropeMotion .countrySalon__preview > img {
  transition: transform .85s cubic-bezier(.16, 1, .3, 1);
}

#rcrV2.rcrEuropeMotion .countrySalon__preview:hover > img {
  transform: scale(1.045);
}

#rcrV2.rcrEuropeMotion .countrySalon__countryButton {
  animation: rcrSalonCardIn .46s calc(var(--country-index, 0) * 28ms) cubic-bezier(.16, 1, .3, 1) both;
}

#rcrV2.rcrEuropeMotion .countrySalon__cta,
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__cta--primary {
  position: relative;
  overflow: hidden;
}

#rcrV2.rcrEuropeMotion .countrySalon__cta::before,
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__cta--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.48) 48%, transparent 76%);
  transform: translateX(-135%);
  transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}

#rcrV2.rcrEuropeMotion .countrySalon__cta:hover::before,
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__cta--primary:hover::before {
  transform: translateX(135%);
}

#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel {
  position: relative;
}

#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__intro > *,
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__steps li {
  opacity: 0;
  animation: rcrSalonLineIn .68s cubic-bezier(.16, 1, .3, 1) both;
}

#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__intro > :nth-child(1) { animation-delay: .08s; }
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__intro > :nth-child(2) { animation-delay: .14s; }
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__intro > :nth-child(3) { animation-delay: .2s; }
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__intro > :nth-child(4) { animation-delay: .26s; }
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__intro > :nth-child(5) { animation-delay: .32s; }
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__steps li:nth-child(1) { animation-delay: .16s; }
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__steps li:nth-child(2) { animation-delay: .24s; }
#rcrV2.rcrEuropeMotion .rcrEuropeConcierge__panel.in .rcrEuropeConcierge__steps li:nth-child(3) { animation-delay: .32s; }

@media (max-width: 700px) {
  #rcrV2.rcrEuropeMotion .countrySalon__heroImage {
    animation-duration: 1.05s;
  }

  #rcrV2.rcrEuropeMotion .countrySalon__heroContent > *,
  #rcrV2.rcrEuropeMotion .countrySalon__toolbar,
  #rcrV2.rcrEuropeMotion .countrySalon__results,
  #rcrV2.rcrEuropeMotion .countrySalon__gallery,
  #rcrV2.rcrEuropeMotion .countrySalon__navigation,
  #rcrV2.rcrEuropeMotion .countrySalon__directory,
  #rcrV2.rcrEuropeMotion .countrySalon__serviceLine {
    animation-duration: .58s;
  }
}

@media (prefers-reduced-motion: reduce) {
  #rcrV2.rcrEuropeMotion .countrySalon *,
  #rcrV2.rcrEuropeMotion .countrySalon *::before,
  #rcrV2.rcrEuropeMotion .countrySalon *::after,
  #rcrV2.rcrEuropeMotion .rcrEuropeConcierge *,
  #rcrV2.rcrEuropeMotion .rcrEuropeConcierge *::before,
  #rcrV2.rcrEuropeMotion .rcrEuropeConcierge *::after {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
