.wg-globe-section,
.wg-globe-section * {
  box-sizing: border-box;
}

body {
  /* margin: 0; */
  /* background: #f8fbfe; */
}

/* .wg-globe-section {
  --wg-ink: #0b2440;
  --wg-muted: #58708c;
  --wg-blue: #00aeea;
  --wg-cyan: #20c7d8;
  --wg-border: #dde7ef;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(52px, 6vw, 88px) clamp(20px, 5vw, 76px);
  color: var(--wg-ink);
  background:
    radial-gradient(circle at 71% 48%, rgba(194, 232, 251, 0.7) 0, rgba(233, 247, 255, 0.46) 26%, transparent 54%),
    linear-gradient(135deg, #ffffff 0%, #f6f9fc 48%, #fff 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
} */

.wg-heading {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.wg-heading .wg-eyebrow {
  margin: 0 0 12px;
  color: var(--wg-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.wg-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.wg-heading > p:last-child {
  margin: 0;
  color: var(--wg-muted);
  font-size: clamp(16px, 1.4vw, 20px);
}

/* .wg-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(480px, 1.06fr);
  gap: clamp(30px, 5vw, 90px);
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
} */

/*
.wg-locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wg-location-card {
  display: flex;
  min-height: 108px;
  cursor: pointer;
  align-items: flex-start;
  gap: 13px;
  padding: 24px;
  border: 1px solid var(--wg-border);
  border-radius: 15px;
  color: inherit;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 30px rgba(39, 73, 104, 0.035);
  font: inherit;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wg-location-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.wg-location-card:hover {
  transform: translateY(-2px);
  border-color: #acddec;
  box-shadow: 0 12px 35px rgba(48, 110, 145, 0.09);
}

.wg-location-card:focus-visible {
  outline: 3px solid rgba(0, 174, 234, 0.26);
  outline-offset: 3px;
}

.wg-location-card.is-active {
  border-color: #85def3;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(224, 248, 255, 0.78));
  box-shadow: 0 14px 38px rgba(0, 156, 210, 0.1);
}

.wg-pin {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #66809a;
}

.wg-location-card.is-active .wg-pin {
  color: var(--wg-blue);
}

.wg-card-copy {
  display: block;
}

.wg-card-title {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.wg-card-tag {
  display: block;
  margin-bottom: 9px;
  color: var(--wg-blue);
  font-size: 15px;
}

.wg-card-description {
  display: block;
  color: var(--wg-muted);
  font-size: 15px;
  line-height: 1.45;
}
*/

.wg-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.wg-glow {
  position: absolute;
  z-index: -1;
  width: min(90%, 600px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(183, 229, 252, 0.48);
  filter: blur(62px);
}

#wg-globe {
  width: 100%;
  /* height: 520px; */
  height: 850px;
  cursor: grab;
}

#wg-globe:active {
  cursor: grabbing;
}

#wg-globe canvas {
  display: block;
  margin: auto;
  outline: none;
  touch-action: none;
  max-width: 100%;
}

#wg-globe canvas:focus-visible {
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 174, 234, 0.25);
}

.wg-hint {
  position: absolute;
  right: 5%;
  bottom: 3%;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(174, 203, 220, 0.7);
  border-radius: 99px;
  color: #6a8197;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  font-size: 12px;
  pointer-events: none;
}

.wg-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .wg-globe-section {
    min-height: auto;
  }

  .wg-layout {
    grid-template-columns: 1fr;
  }

  .wg-locations {
    order: 2;
    max-width: 760px;
    margin: 0 auto;
  }

  .wg-visual {
    order: 1;
    min-height: 470px;
  }

  #wg-globe {
    height: 470px;
  }
}

@media (max-width: 600px) {
  .wg-globe-section {
    padding-inline: 16px;
  }

  .wg-locations {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wg-location-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .wg-location-card {
    min-height: 0;
    padding: 19px;
  }

  .wg-visual,
  #wg-globe {
    min-height: 365px;
    height: 365px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wg-location-card {
    transition: none;
  }
}
