/* VIP Services experience v1034: Private Office assurance panels. */
.page-services {
  background: #050b16;
}

.page-services main {
  min-height: 0;
}

.vip-services-hero {
  position: relative;
  isolation: isolate;
  min-height: max(760px, 100svh);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 104px clamp(24px, 3.6vw, 64px) 24px;
  color: var(--text-primary);
  background:
    radial-gradient(circle at 78% 34%, rgba(201, 168, 76, 0.15), transparent 28%),
    linear-gradient(135deg, #050b16 0%, #071225 58%, #102342 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.28);
}

.vip-services-hero__visuals,
.vip-services-hero__image,
.vip-services-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vip-services-hero__visuals {
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 46%, rgba(226, 196, 108, 0.13), transparent 30%),
    #050b16;
}

.vip-services-hero__visuals::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(5, 11, 22, 0.18), rgba(5, 11, 22, 0.76)),
    url("../images/cahit-host-signal-source.jpeg") 72% 42% / cover no-repeat;
  filter: blur(30px) saturate(0.76) brightness(0.42);
  transform: scale(1.12);
  content: "";
}

.vip-services-hero__image {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.035);
  filter: saturate(0.76) contrast(1.08) brightness(0.68);
  transition: opacity 620ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
}

.vip-services-hero__image.is-active {
  opacity: 0.92;
  transform: scale(1);
}

.vip-services-hero__image--overview {
  top: 5%;
  right: 3%;
  bottom: auto;
  left: auto;
  width: min(51vw, 820px);
  height: 90%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.92) contrast(1.08) brightness(0.82) drop-shadow(0 34px 78px rgba(0, 0, 0, 0.52));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 7%, #000 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 7%, #000 91%, transparent 100%);
  mask-composite: intersect;
}

.vip-services-hero__image--service {
  left: 38%;
  width: 62%;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.vip-services-hero__image[data-vip-visual="jet"] {
  object-position: 62% 54%;
}

.vip-services-hero__image[data-vip-visual="helicopter"] {
  object-position: 50% 72%;
}

.vip-services-hero__image[data-vip-visual="yacht"] {
  object-position: 54% 70%;
}

.vip-services-hero__image[data-vip-visual="golf"] {
  object-position: 66% 48%;
}

.vip-services-hero__veil {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.99) 0%, rgba(5, 11, 22, 0.96) 33%, rgba(5, 11, 22, 0.42) 58%, rgba(5, 11, 22, 0.28) 78%, rgba(5, 11, 22, 0.68) 100%),
    linear-gradient(180deg, rgba(5, 11, 22, 0.2) 0%, rgba(5, 11, 22, 0.05) 48%, rgba(5, 11, 22, 0.93) 100%);
  pointer-events: none;
}

.vip-services-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1440px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
  gap: clamp(36px, 6vw, 104px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(44px, 7vh, 92px) 0 clamp(34px, 5vh, 64px);
}

.vip-services-hero__copy {
  max-width: 790px;
}

.vip-services-eyebrow {
  margin: 0 0 24px;
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vip-services-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(64px, 6.35vw, 108px);
  font-weight: 600;
  letter-spacing: -0.058em;
  line-height: 0.91;
  text-wrap: balance;
  text-shadow: 0 22px 52px rgba(0, 0, 0, 0.42);
}

.vip-services-hero h1 span {
  color: var(--gold-2);
}

.vip-services-hero__scope {
  max-width: 680px;
  margin: 30px 0 0;
  padding-left: 19px;
  border-left: 1px solid rgba(226, 196, 108, 0.72);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--sans);
  font-size: clamp(17px, 1.12vw, 21px);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.55;
  overflow-wrap: break-word;
  text-wrap: pretty;
  hyphens: auto;
}

.vip-services-hero__promise {
  max-width: 680px;
  margin: 14px 0 0 20px;
  color: var(--gold-3);
  font-family: var(--sans);
  font-size: clamp(12px, 0.78vw, 14px);
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.55;
  overflow-wrap: break-word;
  text-wrap: pretty;
  hyphens: auto;
}

.vip-services-hero__cta,
.vip-services-request__cta {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 34px;
  padding: 0 26px;
  border: 1px solid rgba(226, 196, 108, 0.7);
  color: #071225;
  background: linear-gradient(135deg, #fff1b8 0%, #e2c46c 56%, #c9a84c 100%);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: none;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.vip-services-hero__cta:hover,
.vip-services-hero__cta:focus-visible,
.vip-services-request__cta:hover,
.vip-services-request__cta:focus-visible {
  color: #050b16;
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 24px 64px rgba(201, 168, 76, 0.24);
}

.vip-services-hero__cta:focus-visible,
.vip-services-request__cta:focus-visible,
.vip-services-menu__button:focus-visible {
  outline: 2px solid var(--gold-3);
  outline-offset: 4px;
}

.vip-services-menu__button:focus-visible {
  outline-offset: -4px;
}

.vip-services-notes {
  position: relative;
  min-height: 150px;
  align-self: end;
}

.vip-services-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(100%, 460px);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 26px;
  border-top: 1px solid rgba(226, 196, 108, 0.62);
  border-right: 1px solid rgba(201, 168, 76, 0.24);
  border-bottom: 1px solid rgba(201, 168, 76, 0.24);
  background: rgba(5, 11, 22, 0.58);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0s linear 360ms;
}

.vip-services-note.is-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.vip-services-note__number {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.vip-services-note h2 {
  margin: -4px 0 6px;
  color: #fff;
  font-size: clamp(25px, 2vw, 34px);
  letter-spacing: -0.03em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.vip-services-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.vip-services-menu {
  position: relative;
  z-index: 3;
  width: min(100%, 1440px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid rgba(226, 196, 108, 0.5);
  border-bottom: 1px solid rgba(201, 168, 76, 0.24);
  list-style: none;
  background: rgba(5, 11, 22, 0.48);
  backdrop-filter: blur(18px);
}

.vip-services-menu li {
  min-width: 0;
}

.vip-services-menu li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vip-services-menu__button {
  position: relative;
  width: 100%;
  min-height: 108px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 18px 16px;
  border: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 240ms ease, background 240ms ease, transform 240ms ease;
}

.vip-services-menu__button::after {
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2));
  content: "";
  transition: width 280ms ease;
}

.vip-services-menu__button:hover,
.vip-services-menu__button:focus-visible,
.vip-services-menu__button[aria-pressed="true"] {
  color: #fff;
  background: radial-gradient(circle at 18% 36%, rgba(201, 168, 76, 0.13), transparent 58%);
  transform: translateY(-3px);
}

.vip-services-menu__button:hover::after,
.vip-services-menu__button:focus-visible::after,
.vip-services-menu__button[aria-pressed="true"]::after {
  width: calc(100% - 32px);
}

.vip-services-menu__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(5, 11, 22, 0.45);
  transition: border-color 240ms ease, color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.vip-services-menu__icon::before {
  width: 23px;
  height: 23px;
  display: block;
  background: currentColor;
  content: "";
  -webkit-mask: var(--vip-icon) center / contain no-repeat;
  mask: var(--vip-icon) center / contain no-repeat;
}

.vip-services-menu__button:hover .vip-services-menu__icon,
.vip-services-menu__button:focus-visible .vip-services-menu__icon,
.vip-services-menu__button[aria-pressed="true"] .vip-services-menu__icon {
  border-color: rgba(255, 241, 184, 0.78);
  color: var(--gold-3);
  box-shadow: 0 0 30px rgba(201, 168, 76, 0.18);
  transform: scale(1.06);
}

.vip-services-menu__icon--jet { --vip-icon: url("../icons/vip/plane.svg"); }
.vip-services-menu__icon--helicopter { --vip-icon: url("../icons/vip/helicopter.svg"); }
.vip-services-menu__icon--yacht { --vip-icon: url("../icons/vip/sailboat.svg"); }
.vip-services-menu__icon--golf { --vip-icon: url("../icons/vip/flag-triangle-right.svg"); }
.vip-services-menu__icon--advisory { --vip-icon: url("../icons/vip/briefcase-business.svg"); }
.vip-services-menu__icon--bespoke { --vip-icon: url("../icons/vip/sparkles.svg"); }

.vip-services-menu__label {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.vip-services-menu__number {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
}

.vip-services-menu__name {
  color: inherit;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.3;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.vip-services-trust {
  --trust-panel-border: rgba(226, 196, 108, 0.24);
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(156px, 13vw, 210px) clamp(24px, 6vw, 96px) clamp(96px, 8vw, 144px);
  color: #fff;
  background:
    radial-gradient(circle at 14% 38%, rgba(201, 168, 76, 0.12), transparent 29%),
    radial-gradient(circle at 82% 22%, rgba(77, 118, 170, 0.14), transparent 34%),
    linear-gradient(132deg, #102342 0%, #0a1930 44%, #071225 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.24);
}

.vip-services-trust::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(90deg, transparent 0 49.94%, rgba(255, 255, 255, 0.035) 50%, transparent 50.06%) 0 0 / 25% 100%,
    linear-gradient(180deg, rgba(226, 196, 108, 0.08), transparent 24%);
  content: "";
}

.vip-services-trust::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(-340px, -15vw, -190px);
  width: clamp(580px, 48vw, 900px);
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(226, 196, 108, 0.085);
  border-radius: 50%;
  box-shadow:
    0 0 0 110px rgba(226, 196, 108, 0.018),
    0 0 0 220px rgba(226, 196, 108, 0.009);
  transform: translateY(-50%);
  content: "";
}

.vip-services-trust__inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1440px);
  display: grid;
  grid-template-columns: minmax(380px, 0.72fr) minmax(680px, 1.28fr);
  gap: clamp(58px, 6vw, 104px);
  align-items: center;
}

.vip-services-trust__inner--focused {
  width: min(100%, 1180px);
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(44px, 5vw, 72px);
}

.vip-services-trust__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.vip-services-trust__inner--focused .vip-services-trust__values {
  width: 100%;
}

.vip-services-trust__inner--focused .vip-services-trust__services {
  grid-column: 1;
  margin-top: 0;
}

.vip-services-trust__heading {
  min-width: 0;
}

.vip-services-trust__heading::after {
  width: 88px;
  height: 1px;
  display: block;
  margin-top: 34px;
  background: linear-gradient(90deg, var(--gold-2), rgba(226, 196, 108, 0.08));
  content: "";
}

.vip-services-trust h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(66px, 5.8vw, 104px);
  letter-spacing: -0.06em;
  line-height: 0.9;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
  text-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
}

.vip-services-trust__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.1vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vip-services-trust__services {
  grid-column: 1 / -1;
  margin-top: clamp(18px, 2vw, 34px);
}

@media (min-width: 821px) {
  .vip-services-trust__services {
    margin-top: calc(clamp(18px, 2vw, 34px) - 35px);
  }
}

.vip-services-trust__value {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: clamp(272px, 18vw, 310px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: clamp(24px, 2vw, 30px);
  border: 1px solid var(--trust-panel-border);
  border-top-color: rgba(226, 196, 108, 0.64);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.055), transparent 42%),
    linear-gradient(145deg, rgba(16, 35, 66, 0.86), rgba(7, 18, 37, 0.74));
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition:
    transform 760ms ease,
    border-color 420ms ease,
    background-color 420ms ease,
    box-shadow 420ms ease;
}

.vip-services-trust__value::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.78;
  background: radial-gradient(circle at 90% 8%, rgba(226, 196, 108, 0.1), transparent 38%);
  content: "";
}

.vip-services-trust__value::after {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2) 20%, rgba(226, 196, 108, 0.22) 72%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  content: "";
}

.vip-services-trust__value.is-visible::after,
.no-js .vip-services-trust__value::after {
  transform: scaleX(1);
}

.vip-services-trust.is-pointer-active .vip-services-trust__value {
  border-color: rgba(226, 196, 108, 0.34);
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.vip-services-trust__number {
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 17px;
  color: rgba(226, 196, 108, 0.12);
  font-family: var(--serif);
  font-size: clamp(68px, 5vw, 88px);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.vip-services-trust__icon {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: block;
  border: 1px solid rgba(226, 196, 108, 0.34);
  border-radius: 50%;
  background: rgba(5, 11, 22, 0.3);
  box-shadow: inset 0 0 0 7px rgba(226, 196, 108, 0.025);
}

.vip-services-trust__icon::before,
.vip-services-trust__icon::after {
  position: absolute;
  content: "";
}

.vip-services-trust__icon--discretion::before {
  left: 17px;
  top: 23px;
  width: 18px;
  height: 15px;
  border: 1px solid var(--gold-2);
  border-radius: 2px;
}

.vip-services-trust__icon--discretion::after {
  left: 21px;
  top: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--gold-2);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.vip-services-trust__icon--partner::before,
.vip-services-trust__icon--partner::after {
  top: 18px;
  width: 17px;
  height: 17px;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
}

.vip-services-trust__icon--partner::before {
  left: 11px;
}

.vip-services-trust__icon--partner::after {
  left: 24px;
}

.vip-services-trust__icon--follow::before {
  left: 13px;
  top: 13px;
  width: 26px;
  height: 26px;
  border: 1px solid var(--gold-2);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.vip-services-trust__icon--follow::after {
  left: 21px;
  top: 23px;
  width: 12px;
  height: 6px;
  border-bottom: 1px solid var(--gold-2);
  border-left: 1px solid var(--gold-2);
  transform: rotate(-45deg);
}

.vip-services-trust__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  align-self: end;
}

.vip-services-trust__copy h3 {
  margin: 0;
  color: #fffaf0;
  font-family: var(--serif);
  font-size: clamp(27px, 2vw, 33px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.vip-services-trust__copy p {
  max-width: 24ch;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--sans);
  font-size: clamp(12.5px, 0.9vw, 14px);
  line-height: 1.55;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.vip-services-request {
  position: relative;
  min-height: 70svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(96px, 12vw, 170px) 24px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.92), rgba(5, 11, 22, 0.65) 48%, rgba(5, 11, 22, 0.9)),
    linear-gradient(180deg, rgba(5, 11, 22, 0.48), rgba(5, 11, 22, 0.88)),
    url("../images/private-mandate-salon.webp") center / cover no-repeat;
}

.vip-services-request__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1060px);
}

.vip-services-request h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(70px, 8.2vw, 132px);
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-wrap: balance;
  text-shadow: 0 28px 72px rgba(0, 0, 0, 0.5);
}

.vip-services-request__note {
  max-width: 720px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .vip-services-hero {
    min-height: max(900px, 100svh);
    padding-inline: 24px;
  }

  .vip-services-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  }

  .vip-services-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vip-services-menu li:nth-child(4) {
    border-left: 0;
  }

  .vip-services-menu li:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .vip-services-menu__button {
    min-height: 88px;
  }

  .vip-services-trust__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .vip-services-trust__heading {
    width: min(100%, 800px);
    justify-self: center;
    text-align: center;
  }

  .vip-services-trust__heading::after {
    margin-right: auto;
    margin-left: auto;
  }

  .vip-services-trust h2 {
    max-width: 800px;
    margin-inline: auto;
  }
}

@media (max-width: 1020px) and (min-width: 821px) {
  .vip-services-hero {
    min-height: max(980px, 100svh);
  }

  .vip-services-hero__inner {
    display: block;
    padding-top: 54px;
  }

  .vip-services-hero__copy {
    max-width: 720px;
  }

  .vip-services-notes {
    width: min(100%, 520px);
    min-height: 154px;
    margin-top: 34px;
  }

  .vip-services-note {
    right: auto;
    left: 0;
  }

  .vip-services-hero__veil {
    background:
      linear-gradient(90deg, rgba(5, 11, 22, 0.98) 0%, rgba(5, 11, 22, 0.88) 48%, rgba(5, 11, 22, 0.35) 80%, rgba(5, 11, 22, 0.7) 100%),
      linear-gradient(180deg, rgba(5, 11, 22, 0.22) 0%, rgba(5, 11, 22, 0.18) 52%, rgba(5, 11, 22, 0.94) 100%);
  }
}

@media (max-width: 900px) {
  .vip-services-trust__values {
    width: min(100%, 680px);
    grid-template-columns: 1fr;
    gap: 14px;
    margin-inline: auto;
  }

  .vip-services-trust__value {
    min-height: 170px;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    padding: 24px 26px;
  }

  .vip-services-trust__copy {
    align-self: center;
  }

  .vip-services-trust__copy p {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .vip-services-hero {
    min-height: max(880px, 100svh);
    padding: 94px 16px 16px;
  }

  .vip-services-hero__visuals::before {
    filter: blur(20px) saturate(0.7) brightness(0.4);
  }

  .vip-services-hero__image--overview,
  .vip-services-hero__image--service {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .vip-services-hero__image--overview.is-active {
    object-position: 58% center;
    opacity: 0.58;
  }

  .vip-services-hero__image--service.is-active {
    opacity: 0.56;
  }

  .vip-services-hero__veil {
    background:
      linear-gradient(180deg, rgba(5, 11, 22, 0.56) 0%, rgba(5, 11, 22, 0.76) 43%, rgba(5, 11, 22, 0.98) 82%),
      linear-gradient(90deg, rgba(5, 11, 22, 0.92), rgba(5, 11, 22, 0.3), rgba(5, 11, 22, 0.86));
  }

  .vip-services-hero__inner {
    display: block;
    padding: 34px 4px 24px;
  }

  .vip-services-hero__copy {
    max-width: 650px;
  }

  .vip-services-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .vip-services-hero h1 {
    max-width: 690px;
    font-size: clamp(44px, 11.5vw, 64px);
    line-height: 0.92;
  }

  .vip-services-hero__scope {
    max-width: 520px;
    margin-top: 22px;
    font-size: 16px;
  }

  .vip-services-hero__promise {
    max-width: 520px;
    margin: 12px 0 0 20px;
    font-size: 12px;
    letter-spacing: 0.035em;
  }

  .vip-services-hero__cta {
    min-height: 52px;
    margin-top: 26px;
  }

  .vip-services-notes {
    min-height: 158px;
    margin-top: 20px;
  }

  .vip-services-note {
    right: auto;
    left: 0;
    width: min(100%, 520px);
    grid-template-columns: 34px 1fr;
    padding: 18px 18px;
  }

  .vip-services-note h2 {
    font-size: 26px;
  }

  .vip-services-note p {
    font-size: 13px;
  }

  .vip-services-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vip-services-menu li:nth-child(3),
  .vip-services-menu li:nth-child(5) {
    border-left: 0;
  }

  .vip-services-menu li:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .vip-services-menu li:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .vip-services-menu__button {
    min-height: 78px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 10px;
  }

  .vip-services-menu__icon {
    width: 36px;
    height: 36px;
  }

  .vip-services-menu__icon::before {
    width: 20px;
    height: 20px;
  }

  .vip-services-menu__name {
    font-size: 12px;
  }

  .vip-services-trust {
    min-height: 0;
    padding: 86px 20px;
  }

  .vip-services-trust__inner {
    gap: 38px;
  }

  .vip-services-trust h2 {
    font-size: clamp(58px, 17vw, 86px);
  }

  .vip-services-request {
    min-height: 66svh;
    padding-inline: 20px;
  }

  .vip-services-request h2 {
    font-size: clamp(58px, 16.5vw, 90px);
  }
}

@media (max-width: 430px) {
  .vip-services-hero {
    min-height: max(860px, 100svh);
  }

  .vip-services-hero h1 {
    font-size: clamp(40px, 11.2vw, 49px);
  }

  .vip-services-menu__button {
    min-height: 74px;
    padding-inline: 8px;
  }

  .vip-services-menu__name {
    font-size: 11.5px;
  }

  .vip-services-trust {
    padding: 74px 16px;
  }

  .vip-services-trust__value {
    min-height: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 20px;
  }

  .vip-services-trust__icon {
    width: 48px;
    height: 48px;
    transform: scale(0.9);
    transform-origin: left center;
  }

  .vip-services-trust__number {
    top: 12px;
    right: 14px;
    font-size: 62px;
  }

  .vip-services-trust__copy h3 {
    font-size: 27px;
  }

  .vip-services-trust__copy p {
    margin-top: 9px;
    font-size: 13px;
  }
}

/* Locale-resilient service notes v1037. */
@media (max-width: 1050px) {
  .vip-services-notes {
    min-height: 0;
    height: auto;
  }

  .vip-services-note {
    position: relative;
    inset: auto;
    display: none;
    width: min(100%, 560px);
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .vip-services-note.is-active {
    display: grid;
  }
}

/* Search-intent service pathways v1044. */
.vip-services-seo {
  position: relative;
  padding: clamp(92px, 10vw, 150px) 0;
  background: linear-gradient(135deg, #08172e 0%, #071020 55%, #050b16 100%);
  border-top: 1px solid rgba(232, 194, 93, .22);
  border-bottom: 1px solid rgba(232, 194, 93, .16);
}

.vip-services-seo__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.vip-services-seo h2 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: var(--cream, #f4efe3);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.035em;
}

.vip-services-seo__intro {
  max-width: 620px;
  margin: 0 0 46px;
  color: rgba(244, 239, 227, .72);
  font-size: 16px;
  line-height: 1.65;
}

.vip-services-seo__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(232, 194, 93, .3);
  border-left: 1px solid rgba(232, 194, 93, .16);
}

.vip-services-seo__card {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  gap: 14px;
  padding: 24px 22px 28px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(232, 194, 93, .16);
  border-bottom: 1px solid rgba(232, 194, 93, .16);
  transition: background-color .35s ease, transform .35s ease;
}

.vip-services-seo__card:hover,
.vip-services-seo__card:focus-visible {
  background: rgba(232, 194, 93, .08);
  transform: translateY(-5px);
}

.vip-services-seo__number,
.vip-services-seo__arrow {
  color: #e8c25d;
  font-size: 13px;
  letter-spacing: .14em;
}

.vip-services-seo__name {
  margin-top: auto;
  color: #f4efe3;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
}

.vip-services-seo__desc {
  color: rgba(244, 239, 227, .62);
  font-size: 13px;
  line-height: 1.45;
}

.vip-services-seo__arrow {
  position: absolute;
  right: 22px;
  top: 24px;
  font-size: 18px;
  opacity: .85;
}

@media (max-width: 1050px) {
  .vip-services-seo__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .vip-services-seo__inner { width: min(100% - 36px, 520px); }
  .vip-services-seo { padding: 76px 0; }
  .vip-services-seo h2 { font-size: clamp(38px, 12vw, 58px); }
  .vip-services-seo__grid { grid-template-columns: 1fr; }
  .vip-services-seo__card { min-height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  .vip-services-seo__card { transition: none; }
  .vip-services-seo__card:hover,
  .vip-services-seo__card:focus-visible { transform: none; }
}

@media (max-width: 360px) {
  .vip-services-trust__value {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .vip-services-trust__copy {
    align-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vip-services-hero__image,
  .vip-services-note,
  .vip-services-menu__button,
  .vip-services-menu__icon,
  .vip-services-hero__cta,
  .vip-services-request__cta,
  .vip-services-trust__value,
  .vip-services-trust__value::after {
    transition: none !important;
  }

  .vip-services-trust__value::after {
    transform: scaleX(1);
  }

  .vip-services-menu__button:hover,
  .vip-services-menu__button:focus-visible,
  .vip-services-menu__button[aria-pressed="true"],
  .vip-services-hero__cta:hover,
  .vip-services-request__cta:hover {
    transform: none;
  }
}

/* Final Russian fit layer; keep after all services breakpoints. */
html[data-language="ru"] :is(
  .vip-services-hero h1,
  .vip-services-hero__lede,
  .vip-services-hero__promise,
  .vip-services-menu__name,
  .vip-services-menu__summary,
  .vip-services-trust__copy h3,
  .vip-services-trust__copy p,
  .vip-services-request h2
) {
  hyphens: none;
  overflow-wrap: break-word;
  word-break: normal;
}

@media (max-width: 820px) {
  html[data-language="ru"] .vip-services-hero h1 {
    font-size: clamp(42px, 11.8vw, 62px);
    line-height: 0.98;
  }

  html[data-language="ru"] .vip-services-request h2 {
    font-size: clamp(42px, 11vw, 60px);
    line-height: 0.98;
  }
}

@media (max-width: 430px) {
  html[data-language="ru"] .vip-services-menu__name {
    font-size: clamp(24px, 7.7vw, 31px);
  }
}

/* Service descriptions remain secondary, but no longer look faded. */
.vip-services-seo__desc {
  color: rgba(244, 239, 227, 0.84);
}
