.atlas-teaser {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 64px);
  background:
    radial-gradient(circle at 79% 24%, rgba(104, 144, 176, 0.24), transparent 29%),
    linear-gradient(135deg, #0c1b25 0%, #112b3a 55%, #0a1821 100%);
  color: #f4f0e7;
}

.atlas-teaser::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(159, 188, 207, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 188, 207, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  pointer-events: none;
}

.atlas-teaser-copy,
.atlas-teaser-map {
  position: relative;
  z-index: 1;
}

.atlas-teaser .eyebrow {
  color: #9fc3da;
}

.atlas-teaser h2 {
  max-width: 650px;
  margin-bottom: 22px;
  color: #f7f2e8;
}

.atlas-teaser-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: #b9cad4;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.6;
}

.atlas-teaser .button {
  margin-top: 16px;
  border-color: #f4f0e7;
  background: #f4f0e7;
  color: #102532;
}

.atlas-teaser-map {
  min-height: 380px;
  border: 1px solid rgba(159, 188, 207, 0.25);
  background:
    radial-gradient(ellipse at center, rgba(104, 144, 176, 0.22), transparent 64%),
    rgba(4, 15, 22, 0.48);
  box-shadow: 0 42px 90px rgba(2, 10, 15, 0.34);
}

.atlas-teaser-map svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.atlas-teaser-island {
  fill: #365c6d;
  stroke: #8fb9cd;
  stroke-width: 1.5;
}

.atlas-teaser-ring {
  fill: rgba(210, 166, 111, 0.16);
  stroke: none;
}

.atlas-teaser-dot {
  fill: #d2a66f;
  stroke: rgba(247, 242, 232, 0.9);
  stroke-width: 1.25;
  filter: drop-shadow(0 5px 8px rgba(2, 10, 15, 0.48));
}

.atlas-teaser-label {
  fill: #b9cad4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-anchor: middle;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .atlas-teaser {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .atlas-teaser {
    min-height: auto;
  }

  .atlas-teaser-map,
  .atlas-teaser-map svg {
    min-height: 290px;
  }
}
