.objects-3d-page {
  background: var(--color-white);
}

body:has(.objects-3d-hero) .site-header {
  position: fixed;
  top: 44px;
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.94);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

body.is-past-objects-3d-hero .site-header {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -120px);
}

.objects-3d-hero {
  --objects-3d-progress: 0;
  --objects-3d-intro-opacity: 1;
  --objects-3d-map-opacity: 0;
  --objects-3d-marker-opacity: 0;
  --objects-3d-globe-y: 38vh;
  --objects-3d-globe-offset-x: 0px;
  --objects-3d-globe-offset-y: 0px;
  position: relative;
  height: 240vh;
  height: 240svh;
  background: #123fbe;
  color: var(--color-white);
}

.objects-3d-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #020811 url("../images/fon-001.png") center / cover no-repeat;
}

.objects-3d-stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 50% 110%, rgba(20, 114, 219, 0.28), transparent 38%),
    linear-gradient(180deg, rgba(0, 7, 17, 0.18), rgba(0, 10, 25, 0.76));
  content: "";
}

.objects-3d-stage::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 5, 12, 0.32), rgba(0, 8, 18, 0.12));
  content: "";
  opacity: var(--objects-3d-intro-opacity);
  pointer-events: none;
  transition: opacity 0.25s linear;
}

.objects-3d-globe-wrap {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: calc(100% + var(--objects-3d-globe-y) * 2);
  transform: translate3d(var(--objects-3d-globe-offset-x), var(--objects-3d-globe-offset-y), 0) scale(calc(0.9 + var(--objects-3d-progress) * 0.1));
  transform-origin: center center;
  opacity: var(--objects-3d-map-opacity);
  pointer-events: none;
  transition: opacity 0.12s linear;
  will-change: transform;
}

.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap {
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap:active,
.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap.is-dragging {
  cursor: grabbing;
}

.objects-3d-hero.is-globe-interactive .objects-3d-globe,
.objects-3d-hero.is-globe-interactive .objects-3d-globe .cesium-viewer,
.objects-3d-hero.is-globe-interactive .objects-3d-globe .cesium-viewer-cesiumWidgetContainer,
.objects-3d-hero.is-globe-interactive .objects-3d-globe .cesium-widget,
.objects-3d-hero.is-globe-interactive .objects-3d-globe canvas {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap.is-dragging,
.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap.is-dragging .objects-3d-globe,
.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap.is-dragging .cesium-viewer,
.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap.is-dragging .cesium-widget,
.objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap.is-dragging canvas {
  cursor: grabbing;
}

.objects-3d-globe,
.objects-3d-globe .cesium-viewer,
.objects-3d-globe .cesium-viewer-cesiumWidgetContainer,
.objects-3d-globe .cesium-widget,
.objects-3d-globe canvas {
  width: 100%;
  height: 100%;
  background: transparent !important;
}

.objects-3d-globe .cesium-widget-credits {
  right: 10px;
  bottom: 8px;
  left: auto;
  max-width: min(70vw, 520px);
  opacity: 0.58;
  transform: scale(0.78);
  transform-origin: right bottom;
}

.objects-3d-intro {
  position: absolute;
  z-index: 4;
  top: clamp(205px, 23.8vh, 252px);
  left: 50%;
  width: min(1180px, calc(100% - 2 * var(--page-x)));
  color: var(--color-white);
  opacity: var(--objects-3d-intro-opacity);
  pointer-events: none;
  text-align: center;
  transform: translate3d(-50%, calc(var(--objects-3d-progress) * -58px), 0);
  user-select: none;
  -webkit-user-select: none;
  will-change: opacity, transform;
}

.objects-3d-map-heading > p,
.objects-region-dialog > p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.objects-3d-intro h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--color-white);
  font-size: clamp(48px, 4vw, 72px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-transform: uppercase;
}

.objects-3d-lead {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(220, 226, 240, 0.8);
  font-size: clamp(17px, 1.45vw, 26px);
  font-weight: 300;
  line-height: 1.35;
}

.objects-3d-benefits {
  display: grid;
  max-width: 1180px;
  margin: clamp(34px, 5.2vh, 52px) auto 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.objects-3d-benefits li {
  position: relative;
  display: grid;
  min-height: 178px;
  padding: 0 22px;
  align-content: start;
  justify-items: center;
  gap: 6px;
}

.objects-3d-benefits li + li::before {
  position: absolute;
  top: 49px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.objects-3d-benefit-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 3px;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
}

.objects-3d-benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.objects-3d-benefits strong {
  color: #0d6cff;
  font-size: clamp(50px, 4.2vw, 76px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.objects-3d-benefits li > span:last-child {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.22;
}

.objects-3d-scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: var(--objects-3d-intro-opacity);
  pointer-events: none;
  text-transform: uppercase;
  transform: translateX(-50%);
  user-select: none;
  -webkit-user-select: none;
}

.objects-3d-controls-hint {
  position: absolute;
  z-index: 8;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.objects-3d-controls-hint button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(2, 17, 36, 0.72);
  color: #fff;
  cursor: pointer;
  font: 400 20px/1 Inter, sans-serif;
  touch-action: manipulation;
  transition: border-color 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.objects-3d-controls-hint button:hover,
.objects-3d-controls-hint button:focus-visible {
  border-color: #55b0ff;
  background: rgba(13, 108, 255, 0.78);
  outline: none;
}

.objects-3d-controls-hint .objects-3d-show-list {
  margin-left: 3px;
  border-color: rgba(85, 176, 255, 0.8);
  background: rgba(13, 108, 255, 0.72);
  box-shadow: 0 0 14px rgba(0, 119, 255, 0.3);
}

.objects-3d-show-list svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.4;
}

.objects-3d-controls-hint i {
  position: relative;
  display: block;
  width: 16px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 9px;
}

.objects-3d-controls-hint i::after {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 2px;
  height: 5px;
  border-radius: 2px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

.objects-3d-hero.is-globe-interactive .objects-3d-controls-hint {
  opacity: 1;
  pointer-events: none;
  transform: translate(-50%, 0);
}

.objects-3d-hero.is-globe-interactive .objects-3d-controls-hint button {
  pointer-events: auto;
}

.objects-3d-scroll-cue i {
  position: relative;
  display: block;
  width: 1px;
  height: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

.objects-3d-scroll-cue i::after {
  position: absolute;
  inset: 0;
  background: var(--color-white);
  content: "";
  animation: objects3dScrollCue 1.8s ease-in-out infinite;
  transform: translateY(-100%);
}

@keyframes objects3dScrollCue {
  0% { transform: translateY(-100%); }
  50%, 100% { transform: translateY(100%); }
}

.objects-3d-map-heading {
  display: none;
  position: absolute;
  z-index: 4;
  top: clamp(118px, 15vh, 160px);
  left: 50%;
  width: min(720px, calc(100% - 2 * var(--page-x)));
  opacity: var(--objects-3d-map-opacity);
  pointer-events: none;
  text-align: center;
  transform: translate3d(-50%, calc((1 - var(--objects-3d-progress)) * 30px), 0);
}

.objects-3d-map-heading > p {
  margin-bottom: 12px;
}

.objects-3d-map-heading h2 {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(28px, 3.3vw, 52px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.objects-3d-map-heading > span {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.objects-3d-markers {
  position: absolute;
  z-index: 7;
  inset: 0;
  opacity: var(--objects-3d-marker-opacity);
  pointer-events: none;
}

.objects-3d-region-marker {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(85, 176, 255, 0.9);
  border-radius: 999px;
  background: rgba(5, 82, 180, 0.88);
  color: var(--color-white);
  font: 600 12px/1 Inter, sans-serif;
  box-shadow: 0 0 22px rgba(0, 119, 255, 0.75), inset 0 0 13px rgba(65, 166, 255, 0.38);
  opacity: 0;
  pointer-events: auto;
  touch-action: manipulation;
  transform: translate3d(-50%, -50%, 0) scale(0.72);
  transition: opacity 0.24s ease, transform 0.24s ease, background 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.objects-3d-region-marker.is-visible {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.objects-3d-region-marker.is-disputed {
  border-color: rgba(255, 194, 102, 0.95);
  background: rgba(164, 91, 10, 0.9);
  box-shadow: 0 0 22px rgba(255, 156, 46, 0.66), inset 0 0 13px rgba(255, 211, 139, 0.34);
}

.objects-3d-region-marker::before {
  position: absolute;
  z-index: -1;
  inset: -15px;
  border: 1px solid rgba(48, 150, 255, 0.78);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 132, 255, 0.2) 0 38%, rgba(18, 116, 255, 0.08) 54%, transparent 72%);
  box-shadow: 0 0 25px rgba(0, 128, 255, 0.52), inset 0 0 18px rgba(52, 154, 255, 0.18);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(0.62);
  transition: opacity 0.22s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.objects-3d-region-marker.is-disputed::before {
  border-color: rgba(255, 183, 82, 0.8);
  background: radial-gradient(circle, rgba(255, 153, 33, 0.22) 0 38%, rgba(255, 139, 20, 0.09) 54%, transparent 72%);
  box-shadow: 0 0 25px rgba(255, 145, 27, 0.5), inset 0 0 18px rgba(255, 190, 91, 0.18);
}

.objects-3d-region-marker:hover,
.objects-3d-region-marker:focus-visible {
  z-index: 2;
  background: #1688ff;
  color: var(--color-white);
  outline: 2px solid rgba(255, 255, 255, 0.62);
  outline-offset: 1px;
  transform: translate3d(-50%, -50%, 0) scale(1.16);
}

.objects-3d-region-marker:hover::before,
.objects-3d-region-marker:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.objects-3d-region-marker::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 9px);
  width: 112px;
  padding: 0;
  background: transparent;
  color: var(--color-white);
  content: attr(data-region-name);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.15;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  text-shadow: 0 1px 5px #00142c;
  transform: translateY(calc(-50% + var(--objects-label-shift, 0px)));
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.objects-3d-region-marker.has-inline-label::after {
  opacity: 0.92;
}

.objects-3d-region-marker.label-left::after {
  right: calc(100% + 9px);
  left: auto;
  text-align: right;
}

.objects-3d-region-marker:hover::after,
.objects-3d-region-marker:focus-visible::after {
  opacity: 1;
  transform: translate(3px, calc(-50% + var(--objects-label-shift, 0px)));
}

.objects-3d-region-marker.label-left:hover::after,
.objects-3d-region-marker.label-left:focus-visible::after {
  transform: translate(-3px, calc(-50% + var(--objects-label-shift, 0px)));
}

.objects-3d-loader {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: flex;
  width: min(320px, calc(100% - 48px));
  align-items: center;
  flex-direction: column;
  color: var(--color-white);
  opacity: 1;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.objects-3d-loader-orbit {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(0, 137, 255, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9, 89, 174, 0.24), rgba(1, 18, 42, 0.72) 68%);
  box-shadow: 0 0 38px rgba(0, 118, 255, 0.26), inset 0 0 25px rgba(0, 109, 224, 0.16);
}

.objects-3d-loader-orbit::before,
.objects-3d-loader-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.objects-3d-loader-orbit::before {
  inset: -13px;
  border: 1px dotted rgba(0, 141, 255, 0.66);
  animation: objects-loader-spin 7s linear infinite;
}

.objects-3d-loader-orbit::after {
  top: -3px;
  right: 8px;
  width: 36px;
  height: 2px;
  background: #18a7ff;
  box-shadow: -74px 82px 8px 1px #1aa7ff;
  transform: rotate(31deg);
}

.objects-3d-loader-logo.logo-icon {
  width: 54px;
  height: 54px;
  background: #159dff;
  filter: drop-shadow(0 0 8px rgba(0, 151, 255, 0.8));
  -webkit-mask-position: left center;
  mask-position: left center;
  -webkit-mask-size: 300px 54px;
  mask-size: 300px 54px;
}

.objects-3d-status {
  margin: 0;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
}

.objects-3d-loader-dots {
  display: flex;
  margin-top: 16px;
  gap: 9px;
}

.objects-3d-loader-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d8dff;
  box-shadow: 0 0 9px rgba(0, 139, 255, 0.75);
  animation: objects-loader-dot 1.15s ease-in-out infinite;
}

.objects-3d-loader-dots i:nth-child(2) { animation-delay: 0.15s; }
.objects-3d-loader-dots i:nth-child(3) { animation-delay: 0.3s; }

.objects-3d-hero.is-ready .objects-3d-loader {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@keyframes objects-loader-spin { to { transform: rotate(360deg); } }
@keyframes objects-loader-dot { 0%, 60%, 100% { opacity: 0.28; transform: scale(0.72); } 30% { opacity: 1; transform: scale(1); } }

.objects-3d-hero.is-loading .objects-3d-intro {
  opacity: 0;
  transform: translate3d(-50%, 24px, 0);
}

.objects-3d-hero.is-loading .objects-3d-scroll-cue {
  opacity: 0;
}

.objects-3d-intro,
.objects-3d-scroll-cue {
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.objects-3d-filter {
  display: flex;
  margin: 42px 0 30px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.objects-3d-filter > span {
  color: var(--color-grey-dark);
  font-size: 13px;
}

.objects-3d-projects .objects-tabs {
  margin: 0;
  background: #edf1f8;
}

/* Compact project catalogue from the approved projects layout. */
.objects-3d-projects {
  display: grid;
  width: min(1240px, calc(100% - 60px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 16px;
  padding: 92px 0 100px;
}

.objects-3d-projects .objects-projects-head,
.objects-3d-projects .objects-3d-filter,
.objects-3d-projects .objects-load-more {
  grid-column: 1 / -1;
}

.objects-3d-projects .objects-projects-head {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  align-items: end;
  gap: 60px;
  margin: 0;
}

.objects-3d-projects .objects-projects-head h2 {
  font-size: clamp(52px, 5vw, 72px);
  line-height: 1;
}

.objects-3d-projects .objects-projects-head p {
  width: min(590px, 100%);
  padding: 0 0 5px;
  font-size: 15px;
}

.objects-3d-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) auto;
  align-items: center;
  gap: 14px;
  margin: 0;
}

.objects-filter-select {
  position: relative;
  display: block;
}

.objects-filter-select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #667085;
  border-bottom: 1px solid #667085;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.objects-filter-select select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 16px;
  border: 1px solid #e1e6ef;
  border-radius: 6px;
  appearance: none;
  background: #fff;
  color: var(--color-ink);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.objects-filter-select select:focus-visible,
.objects-filter-reset:focus-visible {
  border-color: var(--color-blue);
  outline: 2px solid color-mix(in srgb, var(--color-blue) 24%, transparent);
  outline-offset: 2px;
}

.objects-filter-reset {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid var(--color-blue);
  border-radius: 6px;
  background: #fff;
  color: var(--color-blue);
  font: inherit;
  font-size: 13px;
  white-space: nowrap;
}

.objects-filter-reset > span {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.objects-filter-reset > span::after {
  position: absolute;
  top: -3px;
  right: -1px;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: rotate(8deg);
}

.objects-3d-projects .object-card {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0;
  margin: 0;
  border: 1px solid #e1e6ef;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 26px rgba(28, 45, 83, 0.04);
}

.objects-3d-projects .object-card:has(.object-card-media):nth-of-type(even),
.objects-3d-projects .object-card.object-card-reverse {
  grid-template-columns: minmax(0, 1fr);
}

.objects-3d-projects .object-card:has(.object-card-media):nth-of-type(even) > .object-card-media,
.objects-3d-projects .object-card.object-card-reverse > .object-card-media {
  grid-column: 1;
  grid-row: 1;
}

.objects-3d-projects .object-card:has(.object-card-media):nth-of-type(even) > .object-card-info,
.objects-3d-projects .object-card.object-card-reverse > .object-card-info {
  grid-column: 1;
  grid-row: 2;
}

.objects-3d-projects .object-card.is-hidden,
.objects-3d-projects .object-card.is-list-hidden {
  display: none;
}

.objects-3d-projects .object-card-info,
.objects-3d-projects .object-card-media {
  min-height: 0;
}

.objects-3d-projects .object-card-media {
  position: relative;
  grid-row: 1;
  aspect-ratio: 2.12 / 1;
  background: #9fc8f6;
}

.object-card-cover {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.object-card-gallery-item {
  position: absolute;
  inset: 0;
  display: none;
}

.object-card-gallery-item:first-child {
  display: block;
}

.object-card-gallery-item img,
.objects-3d-projects .object-card-media-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-card-cover[data-gallery-count]::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(5, 16, 42, 0.72);
  color: #fff;
  content: "+" attr(data-gallery-count);
  font-size: 11px;
  line-height: 1;
}

.objects-3d-projects .object-card-media-fallback {
  display: grid;
  place-items: center;
}

.objects-3d-projects .object-card-media-fallback .logo-icon {
  width: min(188px, 56%);
  height: 42px;
  background: #fff;
}

.object-card:has(.object-card-media-gallery) > .object-card-media-preview,
.object-card:has(.object-card-media-gallery) > .object-card-media-fallback,
.object-card:has(.object-card-media-preview) > .object-card-media-fallback {
  display: none;
}

.objects-3d-projects .object-card-info {
  display: flex;
  grid-row: 2;
  min-height: 210px;
  justify-content: space-between;
  padding: 12px 14px 0;
  background: #fff;
}

.objects-3d-projects .object-card-info h3 {
  min-height: 48px;
  margin: 7px 0 12px;
  font-size: 17px;
  line-height: 1.3;
}

.objects-3d-projects .object-card-location {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #5f6b7f;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.objects-3d-projects .object-card-location::before {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 13px;
  background: var(--color-blue);
  clip-path: path("M5 0C2.24 0 0 2.17 0 4.84 0 8.36 5 13 5 13s5-4.64 5-8.16C10 2.17 7.76 0 5 0Zm0 6.6A1.85 1.85 0 1 1 5 2.9a1.85 1.85 0 0 1 0 3.7Z");
  content: "";
}

.objects-3d-projects .object-card-description {
  display: none;
}

.objects-3d-projects .object-card-equipment-summary {
  margin: -5px 0 13px;
  color: #445269;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.objects-3d-projects .object-card-info > div:last-child {
  margin: auto -14px 0;
  border-top: 1px solid #e7ebf1;
}

.objects-3d-projects .object-card-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--color-ink);
  font-size: 11px;
  line-height: 1.28;
}

.object-card-spec {
  position: relative;
  min-width: 0;
  min-height: 74px;
  padding: 13px 8px 10px 36px;
}

.object-card-spec + .object-card-spec {
  border-left: 1px solid #e7ebf1;
}

.object-card-spec::before {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 15px;
  height: 15px;
  background: #202b3c;
  content: "";
}

.object-card-spec.is-count::before {
  clip-path: polygon(20% 0,80% 0,100% 100%,0 100%,10% 65%,10% 40%);
}

.object-card-spec.is-power::before {
  clip-path: polygon(54% 0,16% 56%,45% 56%,31% 100%,84% 40%,55% 40%);
}

.object-card-spec.is-year::before {
  clip-path: polygon(8% 14%,26% 14%,26% 0,38% 0,38% 14%,69% 14%,69% 0,81% 0,81% 14%,100% 14%,100% 100%,0 100%,0 14%,8% 14%,8% 32%,92% 32%,92% 24%,8% 24%);
}

.object-card-spec small {
  display: block;
  margin-bottom: 4px;
  color: #778195;
  font-size: 9px;
}

.object-card-spec strong {
  display: block;
  overflow: hidden;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.objects-3d-projects .objects-load-more {
  margin: 2px auto 0;
}

.objects-gallery-modal {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
}

.objects-gallery-modal[hidden] {
  display: none;
}

.objects-gallery-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(2, 8, 23, 0.84);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.objects-gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
  max-height: calc(100svh - 48px);
  padding: 20px;
  overflow: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 10, 36, 0.42);
}

.objects-gallery-head {
  display: flex;
  min-height: 64px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 2px 2px 16px;
}

.objects-gallery-head p,
.objects-gallery-head h2 {
  margin: 0;
}

.objects-gallery-head p {
  margin-bottom: 5px;
  color: var(--color-blue);
  font-size: 11px;
}

.objects-gallery-head h2 {
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.2;
}

.objects-gallery-close {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid #dce2ed;
  border-radius: 50%;
  background: #fff;
}

.objects-gallery-close::before,
.objects-gallery-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: var(--color-ink);
  content: "";
}

.objects-gallery-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.objects-gallery-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.objects-gallery-stage {
  position: relative;
  display: grid;
  min-height: min(620px, 68svh);
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #071226;
}

.objects-gallery-stage img {
  width: 100%;
  height: min(620px, 68svh);
  object-fit: contain;
}

.objects-gallery-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(-50%);
}

.objects-gallery-nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-ink);
  border-right: 2px solid var(--color-ink);
  content: "";
}

.objects-gallery-prev { left: 18px; }
.objects-gallery-next { right: 18px; }
.objects-gallery-prev::before { transform: translate(-35%, -50%) rotate(-135deg); }
.objects-gallery-next::before { transform: translate(-65%, -50%) rotate(45deg); }

.objects-gallery-counter {
  padding: 12px 0 0;
  color: #657087;
  font-size: 12px;
  text-align: center;
}

.objects-gallery-modal.is-single .objects-gallery-nav {
  display: none;
}

.objects-region-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
}

.objects-region-modal[hidden] {
  display: none;
}

.objects-region-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(4, 17, 54, 0.76);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.objects-region-dialog {
  position: relative;
  z-index: 1;
  width: min(1480px, 100%);
  max-height: calc(100vh - 48px);
  max-height: calc(100svh - 48px);
  padding: clamp(28px, 3.5vw, 52px);
  overflow: hidden;
  border-radius: 24px;
  background: var(--color-white);
  color: var(--color-ink);
  box-shadow: 0 30px 90px rgba(0, 15, 57, 0.38);
}

.objects-region-dialog > p {
  margin-bottom: 12px;
  color: var(--color-blue);
}

.objects-region-dialog h2 {
  max-width: calc(100% - 48px);
  margin: 0;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.objects-region-modal-count {
  margin-top: 14px;
  color: var(--color-grey-dark);
  font-size: 14px;
}

.objects-region-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid #dce2ed;
  border-radius: 50%;
  background: var(--color-white);
}

.objects-region-modal-close::before,
.objects-region-modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: var(--color-ink);
  content: "";
}

.objects-region-modal-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.objects-region-modal-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.objects-region-table-wrap {
  margin: 30px 0 0;
  max-height: calc(100vh - 270px);
  max-height: calc(100svh - 270px);
  border: 1px solid #dce2ed;
  border-radius: 12px;
  overflow: auto;
  overscroll-behavior: contain;
}

.objects-region-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.objects-region-table th,
.objects-region-table td {
  padding: 15px 16px;
  border-right: 1px solid #e2e7ef;
  border-bottom: 1px solid #e2e7ef;
  color: var(--color-ink);
  text-align: left;
  vertical-align: middle;
}

.objects-region-table th:last-child,
.objects-region-table td:last-child {
  border-right: 0;
}

.objects-region-table tbody tr:last-child td {
  border-bottom: 0;
}

.objects-region-table th {
  position: sticky;
  z-index: 1;
  top: 0;
  background: #f7f9fc;
  color: #4f5b73;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.objects-region-table td {
  background: #fff;
  font-size: 12px;
  line-height: 1.38;
}

.objects-region-table td:first-child {
  font-weight: 600;
}

.objects-region-table tbody tr:hover td {
  background: #f7faff;
}

.objects-region-table th:nth-child(1) { width: 15%; }
.objects-region-table th:nth-child(2) { width: 25%; }
.objects-region-table th:nth-child(3) { width: 8%; }
.objects-region-table th:nth-child(4) { width: 16%; }
.objects-region-table th:nth-child(5) { width: 12%; }
.objects-region-table th:nth-child(6) { width: 11%; }
.objects-region-table th:nth-child(7) { width: 13%; }

.objects-3d-hero.is-globe-fallback {
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
}

.objects-3d-hero.is-globe-fallback .objects-3d-stage {
  position: relative;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  padding: 190px var(--page-x) 70px;
  overflow: visible;
}

.objects-3d-hero.is-globe-fallback .objects-3d-globe-wrap,
.objects-3d-hero.is-globe-fallback .objects-3d-scroll-cue,
.objects-3d-hero.is-globe-fallback .objects-3d-map-heading {
  display: none;
}

.objects-3d-hero.is-globe-fallback .objects-3d-intro {
  position: relative;
  top: auto;
  left: auto;
  width: min(940px, 100%);
  margin: 0 auto;
  opacity: 1;
  transform: none;
}

.objects-3d-hero.is-globe-fallback .objects-3d-markers {
  position: relative;
  display: grid;
  width: min(940px, 100%);
  margin: 44px auto 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  opacity: 1;
  pointer-events: auto;
}

.objects-3d-hero.is-globe-fallback .objects-3d-region-marker {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 48px;
  justify-content: space-between;
  padding: 12px 16px;
  opacity: 1;
  transform: none;
}

.objects-3d-hero.is-globe-fallback .objects-3d-region-marker::before {
  position: static;
  z-index: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  content: attr(data-region-name);
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
  transform: none;
}

.objects-3d-hero.is-globe-fallback .objects-3d-region-marker::after {
  display: none;
}

.objects-3d-hero.is-globe-fallback .objects-3d-loader {
  position: relative;
  top: auto;
  left: auto;
  width: min(940px, 100%);
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
  transform: none;
  visibility: visible;
}

.objects-3d-hero.is-globe-fallback .objects-3d-loader-orbit,
.objects-3d-hero.is-globe-fallback .objects-3d-loader-dots {
  display: none;
}

.objects-3d-hero.is-globe-fallback .objects-3d-status {
  margin-top: 0;
}

/* Compact map markers for HD laptops and smaller viewports. */
@media (max-width: 1366px) {
  .objects-3d-region-marker {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 10px;
    box-shadow: 0 0 16px rgba(0, 119, 255, 0.68), inset 0 0 9px rgba(65, 166, 255, 0.34);
  }

  .objects-3d-region-marker.is-disputed {
    box-shadow: 0 0 16px rgba(255, 156, 46, 0.58), inset 0 0 9px rgba(255, 211, 139, 0.3);
  }

  .objects-3d-region-marker:hover,
  .objects-3d-region-marker:focus-visible {
    outline-width: 2px;
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }

  .objects-3d-region-marker::after {
    left: calc(100% + 6px);
    width: 96px;
    font-size: 10px;
  }

  .objects-3d-region-marker.label-left::after {
    right: calc(100% + 6px);
    left: auto;
  }
}

@media (max-width: 767px) {
  .objects-3d-globe-wrap {
    height: calc(100% + var(--objects-3d-globe-y) * 1.25);
  }

  body:has(.objects-3d-hero) .site-header {
    top: 20px;
  }

  .objects-3d-hero {
    height: 220vh;
    height: 220svh;
  }

  .objects-3d-breadcrumbs {
    top: 92px;
  }

  .objects-3d-intro {
    top: 118px;
  }

  .objects-3d-intro h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .objects-3d-lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .objects-3d-benefits {
    margin-top: 26px;
    grid-template-columns: repeat(2, 1fr);
  }

  .objects-3d-benefits li {
    min-height: 128px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .objects-3d-benefits strong {
    font-size: 38px;
  }

  .objects-3d-benefit-icon {
    width: 34px;
    height: 34px;
  }

  .objects-3d-benefits li > span:last-child {
    font-size: 11px;
  }

  .objects-3d-scroll-cue span {
    display: none;
  }

  .objects-3d-controls-hint span {
    display: none;
  }

  .objects-3d-map-heading {
    top: 145px;
  }

  .objects-3d-map-heading > span {
    display: none;
  }

  .objects-3d-region-marker {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0;
    border-width: 1px;
    font-size: 10px;
  }

  .objects-3d-region-marker::after {
    display: none;
  }


  .objects-3d-filter {
    margin-top: 28px;
    align-items: flex-start;
    flex-direction: column;
  }

  .objects-3d-projects .objects-tabs {
    width: 100%;
  }

  .objects-region-modal {
    padding: 10px;
    align-items: end;
  }

  .objects-region-dialog {
    width: 100%;
    max-height: calc(100svh - 20px);
    padding: 30px 20px 24px;
    border-radius: 22px;
  }

  .objects-region-modal-close {
    top: 18px;
    right: 18px;
  }

  .objects-region-table-wrap {
    margin-top: 24px;
    max-height: calc(100svh - 210px);
  }

  .objects-region-table th,
  .objects-region-table td {
    padding: 12px;
  }

  .objects-3d-hero.is-globe-fallback .objects-3d-markers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .objects-3d-region-marker {
    min-width: 26px;
    width: 26px;
    height: 26px;
    padding: 0;
    font-size: 9px;
  }
}

@media (pointer: coarse) {
  .objects-3d-hero.is-globe-interactive .objects-3d-globe-wrap {
    touch-action: pan-y;
  }
}

@media (prefers-reduced-motion: reduce) {
  .objects-3d-hero {
    height: 100vh;
    height: 100svh;
  }

  .objects-3d-scroll-cue {
    display: none;
  }

  .objects-3d-globe-wrap,
  .objects-3d-intro,
  .objects-3d-map-heading,
  .objects-3d-region-marker,
  .objects-3d-loader-orbit::before,
  .objects-3d-loader-dots i {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1199px) {
  .objects-3d-projects {
    width: min(920px, calc(100% - 48px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .objects-3d-projects .objects-projects-head {
    grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
    gap: 36px;
  }

  .objects-3d-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .objects-filter-reset {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .objects-3d-projects {
    display: grid;
    width: min(390px, 100%);
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 70px var(--page-x);
  }

  .objects-3d-projects .objects-projects-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .objects-3d-projects .objects-projects-head h2 {
    font-size: 44px;
  }

  .objects-3d-projects .objects-projects-head p {
    font-size: 14px;
  }

  .objects-3d-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 0;
  }

  .objects-filter-reset {
    grid-column: auto;
    justify-self: stretch;
  }

  .objects-3d-projects .object-card-info {
    min-height: 210px;
  }

  .objects-gallery-modal {
    padding: 10px;
  }

  .objects-gallery-dialog {
    max-height: calc(100svh - 20px);
    padding: 12px;
  }

  .objects-gallery-stage {
    min-height: 58svh;
  }

  .objects-gallery-stage img {
    height: 58svh;
  }

  .objects-gallery-nav {
    width: 42px;
    height: 42px;
  }

  .objects-gallery-prev { left: 10px; }
  .objects-gallery-next { right: 10px; }
}

.objects-projects-empty {
  grid-column: 1 / -1;
  margin: 18px 0;
  color: var(--color-grey-dark);
  text-align: center;
}

.objects-projects-empty[hidden] {
  display: none;
}
