body.where-we-are-page {
  min-width: 320px;
  overflow-x: hidden;
}

body.where-we-are-page .where-page {
  overflow: hidden;
}

body.where-we-are-page .where-section {
  display: flex !important;
  align-items: center;
  min-height: min(760px, calc(100vh - 3rem));
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(3.5rem, 6vw, 6rem) !important;
}

body.where-we-are-page .where-shell {
  display: grid;
  grid-template-columns: minmax(28rem, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.75rem);
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

body.where-we-are-page .where-copy {
  position: relative;
  z-index: 2;
  max-width: 36rem;
}

body.where-we-are-page .where-copy .heading_h1 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(3.4rem, 6.2vw, 6.4rem) !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
}

body.where-we-are-page .where-copy .subheading {
  max-width: 30rem;
  margin: clamp(1.1rem, 2vw, 1.55rem) 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(1.22rem, 1.7vw, 1.55rem) !important;
  line-height: 1.36 !important;
}

body.where-we-are-page .where-country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: clamp(2.4rem, 5vw, 4.2rem) 0 0;
  padding: 0;
  list-style: none;
}

body.where-we-are-page .where-country-list li {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.48rem 0.74rem;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(113, 42, 32, 0.12);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

body.where-we-are-page .where-country-list li::before {
  width: 0.58rem;
  height: 0.58rem;
  margin-right: 0.55rem;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.58);
  content: "";
}

body.where-we-are-page .where-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

body.where-we-are-page .where-globe {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1;
  overflow: visible;
  touch-action: none;
  cursor: grab;
  opacity: 0;
  transform: translateY(0.65rem) scale(0.985);
  transition: opacity 420ms ease, transform 420ms ease;
  user-select: none;
}

body.where-we-are-page .where-globe.is-loaded {
  opacity: 1;
  transform: none;
}

body.where-we-are-page .where-globe:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.78) !important;
  outline-offset: 0.45rem;
  border-radius: 50%;
}

body.where-we-are-page .where-globe .scene-container {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  cursor: grab;
}

body.where-we-are-page .where-globe .scene-container:active {
  cursor: grabbing;
}

body.where-we-are-page .where-globe canvas {
  display: block !important;
  width: 100%;
  height: 100%;
  filter: none;
}

body.where-we-are-page .where-globe .float-tooltip-kap {
  padding: 0.62rem 0.78rem !important;
  color: #ffffff !important;
  background: var(--shelva-coral, #ff7f6a) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(113, 42, 32, 0.22) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.where-we-are-page .where-globe-label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

body.where-we-are-page .where-globe-label span {
  display: inline-flex;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.5rem;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.58);
}

@media (max-width: 1200px) {
  body.where-we-are-page .where-section {
    min-height: auto;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  body.where-we-are-page .where-shell {
    grid-template-columns: 1fr;
    gap: clamp(1.6rem, 5vw, 2.6rem);
    width: min(720px, calc(100% - 32px));
    min-width: 0;
  }

  body.where-we-are-page .where-copy {
    max-width: 42rem;
    text-align: center;
  }

  body.where-we-are-page .where-copy .subheading {
    max-width: 32rem;
    margin-right: auto;
    margin-left: auto;
  }

  body.where-we-are-page .where-country-list {
    justify-content: center;
    margin-top: 1.7rem;
  }

  body.where-we-are-page .where-globe {
    width: min(100%, 620px);
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  body.where-we-are-page .where-copy .heading_h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 8vw, 5.25rem) !important;
  }
}

@media (max-width: 768px) {
  body.where-we-are-page .where-section {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
  }

  body.where-we-are-page .where-copy .heading_h1 {
    max-width: 11.5ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.35rem, 10.5vw, 3.65rem) !important;
    line-height: 1 !important;
  }

  body.where-we-are-page .where-copy .subheading {
    max-width: 34rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  body.where-we-are-page .where-copy .subheading {
    max-width: 19rem;
  }

  body.where-we-are-page .where-country-list {
    gap: 0.5rem;
    max-width: 20.25rem;
    margin-right: auto;
    margin-left: auto;
  }

  body.where-we-are-page .where-country-list li {
    min-height: 2.15rem;
    padding: 0.43rem 0.66rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 480px) {
  body.where-we-are-page .where-section {
    padding-top: 1.75rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.where-we-are-page .where-globe {
    transition: none;
  }
}
