#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 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;
  }
}
