/* Approved light globe. The surrounding homepage typography and content stay CMS-owned. */
.q3h-world[data-globe-engine="three"] { position: relative; }
.q3h-world[data-globe-engine="three"] .worldmap-stage { width: min(100%,640px); aspect-ratio: 1; margin: 0 auto; }
.q3h-world[data-globe-engine="three"] .worldmap-stage > svg { position: absolute; inset: 0; margin: auto; }
.q3h-world[data-globe-renderer="svg-fallback"] .worldmap-stage { aspect-ratio: auto; }
.q3h-world[data-globe-renderer="svg-fallback"] .worldmap-stage > svg { position: relative; }
.q3h-world[data-globe-engine="three"] .q3h-projects__viewport { overflow-x: auto; }
.q3h-world.q3g-ready .q3h-projects__viewport { overflow: visible; }
.q3h-world.q3g-ready .q3h-projects__rail,
.q3h-world.q3g-ready .worldmap-stage svg#worldmap { display: none; }
.q3h-world .worldmap-stage.q3g-stage { position: relative; width: min(100%,640px); aspect-ratio: 1; isolation: isolate; }
.q3h-world .q3g-stage::before { content: ""; position: absolute; inset: 12% 10%; z-index: -1; border-radius: 50%; box-shadow: 0 20px 58px rgba(82,97,108,.12); }
.q3h-world .q3g-canvas { display: block; position: absolute; inset: 0; width: 100%; height: 100%; cursor: grab; touch-action: pan-y; }
.q3h-world .q3g-canvas:active { cursor: grabbing; }
.q3h-world .q3g-canvas:focus-visible { outline: 2px solid var(--q3-orange); outline-offset: 3px; }
.q3h-world .q3g-hint { position: absolute; bottom: 7%; left: 50%; transform: translateX(-50%); border-radius: 20px; padding: 7px 11px; white-space: nowrap; font-size: 11px; background: rgba(255,255,255,.86); color: var(--q3-muted); pointer-events: none; }
.q3h-world .q3g-hint:empty { display: none; }
.q3h-world .q3g-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.q3h-world .q3g-card { display: grid; grid-template-columns: minmax(0,1fr); grid-template-rows: 1fr; align-items: start; min-width: 0; height: 100%; padding: 10px 10px 13px; border: 1px solid transparent; background: #fff; color: var(--q3-ink); opacity: .6; transition: opacity .3s,border-color .3s; }
.q3h-world .q3g-card.is-active { border-color: #ffd7ad; border-top: 2px solid var(--q3-orange); opacity: 1; padding-top: 9px; }
.q3h-world .q3g-card:hover,
.q3h-world .q3g-card:focus-within { opacity: 1; }
.q3h-world .q3g-card-content { display: flex; flex-direction: column; grid-area: 1/1; min-width: 0; height: 100%; background: #fff; }
.q3h-world .q3g-select { display: flex; flex-direction: column; align-items: stretch; width: 100%; padding: 0; border: 0; border-radius: 0; text-align: left; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.q3h-world .q3g-select:focus-visible { outline: 2px solid var(--q3-orange); outline-offset: 4px; }
.q3h-world .q3g-card img { display: block; width: 100%; height: auto; aspect-ratio: 1.35; object-fit: cover; margin-bottom: 7px; }
.q3h-world .q3g-card strong { display: block; color: var(--q3-ink); font-size: 13px; line-height: 1.4; font-weight: inherit; overflow-wrap: anywhere; }
.q3h-world .q3g-card small { display: block; margin-top: 4px; color: var(--q3-muted); font-size: 11px; line-height: 1.4; font-weight: inherit; overflow-wrap: anywhere; }
.q3h-world .q3g-card .q3h-project__link { align-self: flex-start; margin-top: 8px; font-size: 12px; }
.q3h-world .q3g-measure { position: absolute; visibility: hidden; pointer-events: none; left: 0; top: 0; height: auto !important; display: grid !important; z-index: -1; }
.q3h-world .q3g-sr { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
@media(max-width:680px) {
  .q3h-world .q3g-cards { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .q3h-world .q3g-card:nth-child(3) { display: none; }
  .q3h-world .q3g-card { padding: 6px; }
  .q3h-world .q3g-card.is-active { padding-top: 5px; }
}
@media(prefers-reduced-motion:reduce) {
  .q3h-world .q3g-card { transition: none; }
}
