/* =============================================================
   Block Gemini — Global Offices section
   Premium / cinematic / glassmorphism
   ============================================================= */

.gofc-section {
  position: relative;
  padding: 96px 0 72px;
  background: var(--site-bg);
  overflow: hidden;
  isolation: isolate;
}
.gofc-section-map { padding: 24px 0 72px; }

/* Hero variant — when the gofc header replaces the locations hero */
.gofc-hero {
  position: relative;
  padding: 140px 0 72px;
  overflow: hidden;
  isolation: isolate;
}
.gofc-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gofc-hero .gofc-title { font-size: clamp(40px, 5.4vw, 76px); margin: 26px 0 18px; }
.gofc-hero .gofc-sub { max-width: 720px; }

/* --- Ambient background ------------------------------------- */
.gofc-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.gofc-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(79,200,255,0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(79,200,255,0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(80% 70% at 50% 45%, #000 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(80% 70% at 50% 45%, #000 30%, transparent 85%);
  opacity: 0.6;
}
.gofc-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.gofc-bg-glow-1 {
  width: 620px; height: 620px;
  left: -180px; top: 60px;
  background: radial-gradient(circle, rgba(0,85,255,0.45), transparent 70%);
}
.gofc-bg-glow-2 {
  width: 720px; height: 720px;
  right: -220px; bottom: -140px;
  background: radial-gradient(circle, rgba(79,200,255,0.30), transparent 70%);
}
.gofc-bg-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.gofc-bg-particles span {
  position: absolute;
  width: 2px; height: 2px;
  border-radius: 50%;
  background: rgba(79,200,255,0.85);
  box-shadow: 0 0 8px rgba(79,200,255,0.6);
  animation: gofcFloat 12s ease-in-out infinite;
  opacity: 0.0;
}
@keyframes gofcFloat {
  0%   { transform: translateY(20px) scale(0.6); opacity: 0; }
  20%  { opacity: 0.9; }
  80%  { opacity: 0.7; }
  100% { transform: translateY(-60px) scale(1.0); opacity: 0; }
}

/* --- Section heading ---------------------------------------- */
.gofc-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
  padding: 0 16px;
}
.gofc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border: 1px solid rgba(79,200,255,0.35);
  background: rgba(79,200,255,0.06);
  color: var(--site-cyan);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
}
.gofc-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--site-cyan);
  box-shadow: 0 0 10px var(--site-cyan);
  animation: gofcPulseDot 1.8s ease-in-out infinite;
}
@keyframes gofcPulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(0.7); }
}
.gofc-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 22px 0 16px;
  text-wrap: balance;
}
.gofc-sub {
  color: var(--site-text-2);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 620px;
  text-wrap: pretty;
}

.gofc-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.gofc-stat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--site-line-2);
  background: rgba(255,255,255,0.025);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
}
.gofc-stat-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
}
.gofc-stat-lbl {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--site-text-2);
}
.gofc-stat-live {
  border-color: rgba(94,255,164,0.35);
  background: rgba(94,255,164,0.05);
}
.gofc-stat-live .gofc-stat-lbl { color: var(--site-mint); }
.gofc-stat-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--site-mint);
  box-shadow: 0 0 10px var(--site-mint);
  animation: gofcPulseDot 1.6s ease-in-out infinite;
}

/* --- Frame -------------------------------------------------- */
/* Frame is now transparent — globe lives directly on the section bg.
   Border, backdrop blur, and corner brackets removed; only structural
   layout remains so head/stage/rail still flow correctly. */
.gofc-frame {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 18px 0;
}
.gofc-frame-corner { display: none; }

.gofc-frame-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 6px 8px 14px;
  border-bottom: 1px dashed var(--site-line);
  margin-bottom: 14px;
}
.gofc-frame-head-left,
.gofc-frame-head-right {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.gofc-frame-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--site-text-3);
}
.gofc-frame-coord {
  font-size: 11px;
  letter-spacing: 0.10em;
  color: var(--site-cyan);
  white-space: pre;
}
.gofc-frame-legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: var(--site-text-3);
  text-transform: uppercase;
}
.gofc-frame-legend-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--site-cyan);
  box-shadow: 0 0 8px var(--site-cyan);
}
.gofc-frame-legend-dot.hq {
  background: #fff;
  box-shadow: 0 0 10px var(--site-cyan), 0 0 0 2px rgba(79,200,255,0.4);
}

/* --- Stage -------------------------------------------------- */
.gofc-stage-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.gofc-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  background: transparent;
  overflow: visible;
}
.gofc-stage-flat {
  aspect-ratio: 660 / 320;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(79,200,255,0.05), transparent 70%),
    linear-gradient(180deg, rgba(8,12,24,0.4), rgba(8,12,24,0.7));
  border: 1px solid var(--site-line);
  padding: 16px;
  overflow: hidden;
}

/* --- Flat map ----------------------------------------------- */
.gofc-flatmap {
  position: relative;
  width: 100%;
  height: 100%;
}
.gofc-flatmap-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* Make country dots much more visible than the original 0.55 opacity. */
.gofc-flatmap-dots circle {
  fill: rgba(120, 215, 255, 0.95) !important;
  fill-opacity: 1 !important;
  r: 0.42 !important;
}

.gofc-flatmap-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.gofc-flatmap-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 16px; height: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  z-index: 3;
}
.gofc-flatmap-pin:focus-visible { outline: none; }
.gofc-flatmap-pin-dot {
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  width: 11px; height: 11px;
  background: var(--site-cyan);
  border-radius: 50%;
  box-shadow:
    0 0 0 3px rgba(8,12,24,0.95),
    0 0 12px rgba(79,200,255,0.95),
    0 0 24px rgba(79,200,255,0.5);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.gofc-flatmap-pin-ring {
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(79,200,255,0.7);
  animation: gofcFlatPulse 2.4s ease-out infinite;
}
.gofc-flatmap-pin.is-hq .gofc-flatmap-pin-dot {
  width: 15px; height: 15px;
  background: #fff;
  box-shadow:
    0 0 0 3px rgba(8,12,24,0.95),
    0 0 0 5px rgba(79,200,255,0.7),
    0 0 18px rgba(79,200,255,1),
    0 0 36px rgba(79,200,255,0.55);
}
.gofc-flatmap-pin.is-hq .gofc-flatmap-pin-ring {
  width: 36px; height: 36px;
  border-color: rgba(79,200,255,0.95);
  border-width: 1.8px;
}
.gofc-flatmap-pin:hover .gofc-flatmap-pin-dot,
.gofc-flatmap-pin.is-active .gofc-flatmap-pin-dot,
.gofc-flatmap-pin.is-hover .gofc-flatmap-pin-dot {
  transform: translate(-50%, -50%) scale(1.25);
  box-shadow:
    0 0 0 3px rgba(8,12,24,0.95),
    0 0 0 5px rgba(79,200,255,0.55),
    0 0 24px rgba(79,200,255,1),
    0 0 48px rgba(79,200,255,0.6);
}
@keyframes gofcFlatPulse {
  0%   { transform: translate(-50%, -50%) scale(0.6); opacity: 0.9; }
  100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
}

.gofc-flatmap-pin-label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.92);
  background: rgba(8,12,24,0.92);
  border: 1px solid rgba(79,200,255,0.25);
  padding: 5px 9px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  opacity: 1; /* always-visible per request */
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 4;
}
.gofc-flatmap-pin-label strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.01em;
  color: #fff;
}
.gofc-flatmap-pin-label-country {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--site-cyan);
  opacity: 0.85;
  border-left: 1px solid rgba(79,200,255,0.25);
  padding-left: 8px;
}
.gofc-flatmap-pin-label em {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.20em;
  color: var(--site-cyan);
  border: 1px solid rgba(79,200,255,0.5);
  padding: 1px 4px;
  border-radius: 3px;
  background: rgba(79,200,255,0.08);
}
.gofc-flatmap-pin:hover .gofc-flatmap-pin-label,
.gofc-flatmap-pin.is-hover .gofc-flatmap-pin-label,
.gofc-flatmap-pin.is-active .gofc-flatmap-pin-label,
.gofc-flatmap-pin.is-hq .gofc-flatmap-pin-label {
  border-color: rgba(79,200,255,0.55);
  box-shadow: 0 0 14px rgba(79,200,255,0.25);
}
.gofc-flatmap-pin.is-active .gofc-flatmap-pin-label {
  border-color: var(--site-cyan);
  box-shadow: 0 0 22px rgba(79,200,255,0.45);
  color: #fff;
}

/* Active arc */
.gofc-flatmap-arcs path.is-active {
  animation: gofcArcDashFlat 1.6s linear infinite;
}
@keyframes gofcArcDashFlat {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -8; }
}

/* --- Card detail (sits below map) --------------------------- */
.gofc-card-detail {
  position: relative;
  left: auto; bottom: auto;
  width: 100%;
  background: rgba(10, 14, 28, 0.78);
  border: 1px solid var(--site-line);
  padding: 24px 24px 22px;
  display: grid;
  gap: 18px;
  z-index: 1;
}
.gofc-card-role {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--site-line);
}
.gofc-card-role-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--site-cyan);
}
.gofc-card-role-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: #fff;
}
.gofc-card-purpose {
  font-size: 14px;
  line-height: 1.6;
  color: var(--site-text-2);
  margin: 0;
  text-wrap: pretty;
}
.gofc-card-cols {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 22px;
}
.gofc-card-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.gofc-card-col-lbl {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--site-text-3);
}
.gofc-card-caps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gofc-card-caps li {
  font-size: 13px;
  color: var(--site-text-2);
  padding-left: 14px;
  position: relative;
  line-height: 1.45;
}
.gofc-card-caps li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 6px; height: 6px;
  background: var(--site-cyan);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--site-cyan);
}
.gofc-card-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gofc-card-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  border: 1px solid var(--site-line);
  background: rgba(255,255,255,0.02);
  transition: border-color 160ms, background 160ms, color 160ms;
}
.gofc-card-contact-row:hover {
  border-color: rgba(79,200,255,0.55);
  background: rgba(79,200,255,0.06);
  color: var(--site-cyan);
}
.gofc-card-contact-row--meta {
  cursor: default;
  color: var(--site-text-2);
}
.gofc-card-contact-row--meta:hover {
  border-color: var(--site-line);
  background: rgba(255,255,255,0.02);
  color: var(--site-text-2);
}
.gofc-card-contact-icon {
  width: 16px;
  flex: 0 0 16px;
  text-align: center;
  color: var(--site-cyan);
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 900px) {
  .gofc-card-cols { grid-template-columns: 1fr; gap: 16px; }
  .gofc-card-detail { padding: 18px; }
}
.gofc-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.gofc-pins {
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
}

/* Radar sweep at HQ */
.gofc-radar {
  position: absolute;
  width: 220px; height: 220px;
  margin-left: -110px; margin-top: -110px;
  pointer-events: none;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg,
      rgba(79,200,255,0.25) 0deg,
      rgba(79,200,255,0.0) 45deg,
      rgba(79,200,255,0.0) 360deg);
  mix-blend-mode: screen;
  filter: blur(2px);
  opacity: 0.5;
  animation: gofcRadar 6s linear infinite;
}
@keyframes gofcRadar {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Active arc dash flow */
.gofc-arc-active {
  stroke-dasharray: 6 8;
  animation: gofcArcDash 1.6s linear infinite;
  filter: drop-shadow(0 0 4px rgba(79,200,255,0.6));
}
@keyframes gofcArcDash {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -28; }
}

/* --- Pin ---------------------------------------------------- */
.gofc-pin {
  position: absolute;
  width: 0; height: 0;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transform: translateZ(0);
  z-index: 2;
}
.gofc-pin:focus-visible { outline: none; }
.gofc-pin-dot {
  position: absolute;
  left: 0; top: 0;
  width: 9px; height: 9px;
  margin-left: -4.5px; margin-top: -4.5px;
  background: var(--site-cyan);
  border-radius: 50%;
  box-shadow:
    0 0 10px rgba(79,200,255,0.95),
    0 0 0 2px rgba(8,12,24,0.85);
  z-index: 3;
  transition: transform 200ms;
}
.gofc-pin-ring {
  position: absolute;
  left: 0; top: 0;
  width: 22px; height: 22px;
  margin-left: -11px; margin-top: -11px;
  border-radius: 50%;
  border: 1.5px solid rgba(79,200,255,0.7);
  animation: gofcPinPulse 2.4s ease-out infinite;
  z-index: 2;
}
.gofc-pin-glow {
  position: absolute;
  left: 0; top: 0;
  width: 60px; height: 60px;
  margin-left: -30px; margin-top: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79,200,255,0.45), transparent 65%);
  opacity: 0;
  transition: opacity 250ms;
  z-index: 1;
  pointer-events: none;
}
.gofc-pin.is-hq .gofc-pin-dot {
  width: 13px; height: 13px;
  margin-left: -6.5px; margin-top: -6.5px;
  background: #fff;
  box-shadow:
    0 0 14px rgba(79,200,255,1),
    0 0 0 3px rgba(79,200,255,0.55),
    0 0 0 5px rgba(8,12,24,0.85);
}
.gofc-pin.is-hq .gofc-pin-ring {
  width: 32px; height: 32px;
  margin-left: -16px; margin-top: -16px;
  border-color: rgba(79,200,255,0.85);
}
.gofc-pin.is-active .gofc-pin-glow,
.gofc-pin:hover    .gofc-pin-glow { opacity: 1; }
.gofc-pin.is-active .gofc-pin-dot,
.gofc-pin:hover    .gofc-pin-dot { transform: scale(1.25); }

@keyframes gofcPinPulse {
  0%   { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(2.0); opacity: 0;   }
}

/* Tooltip on hover */
.gofc-pin-tip {
  position: absolute;
  left: 14px; top: -14px;
  white-space: nowrap;
  background: rgba(8,12,22,0.92);
  border: 1px solid var(--site-line-2);
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.10em;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms, transform 180ms;
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 4;
}
.gofc-pin-tip strong { font-weight: 500; color: #fff; font-size: 11.5px; }

/* --- 3D globe ----------------------------------------------- */
.gofc-stage-globe { cursor: grab; }
.gofc-globe-mount {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.gofc-globe-mount canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.gofc-globe-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.gofc-globe-label {
  position: absolute;
  transform: translate(10px, -50%);
  font-family: var(--site-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  padding: 3px 7px;
  border: 1px solid rgba(79,200,255,0.18);
  background: rgba(8,12,24,0.55);
  backdrop-filter: blur(6px);
  border-radius: 2px;
  transition: opacity 200ms ease, transform 200ms ease, color 200ms ease, border-color 200ms ease;
}
.gofc-globe-label.is-hq {
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}
.gofc-globe-label.is-active {
  color: #fff;
  border-color: rgba(79,200,255,0.85);
  background: rgba(8,12,24,0.85);
  box-shadow: 0 0 18px rgba(79,200,255,0.35);
}
.gofc-frame-hint {
  color: var(--site-text-3, rgba(255,255,255,0.5));
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gofc-pin-tip em {
  font-style: normal;
  color: var(--site-text-3);
  font-size: 9px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}
.gofc-pin:hover .gofc-pin-tip,
.gofc-pin.is-active .gofc-pin-tip {
  opacity: 1;
  transform: translateY(0);
}

/* --- Active office card (glass) ----------------------------- */
.gofc-card {
  position: relative;
  width: 100%;
  background: rgba(10, 14, 28, 0.72);
  border: 1px solid var(--site-line-2);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
  animation: gofcCardIn 380ms ease;
  box-shadow:
    0 20px 50px -16px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(79,200,255,0.06);
}
.gofc-card::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px;
  width: 28px; height: 28px;
  border: 1px solid var(--site-cyan);
  border-right: 0; border-bottom: 0;
  pointer-events: none;
}
@keyframes gofcCardIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.gofc-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gofc-card-flag {
  font-size: 24px;
  line-height: 1;
}
.gofc-card-titles { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.gofc-card-city {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gofc-card-hq {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.20em;
  color: var(--site-cyan);
  border: 1px solid rgba(79,200,255,0.5);
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(79,200,255,0.08);
}
.gofc-card-country {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--site-text-3);
}
.gofc-card-region {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--site-cyan);
  border: 1px solid rgba(79,200,255,0.3);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(79,200,255,0.05);
  white-space: nowrap;
}
.gofc-card-addr {
  font-size: 13px;
  line-height: 1.55;
  color: var(--site-text-2);
}
.gofc-card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--site-line);
}
.gofc-card-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.gofc-card-meta-item span {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.20em;
  color: var(--site-text-3);
}
.gofc-card-meta-item strong {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  word-break: break-word;
}

/* --- Office switcher rail ----------------------------------- */
.gofc-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid var(--site-line);
  background: rgba(255,255,255,0.015);
}
.gofc-rail-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--site-line);
  background: transparent;
  color: var(--site-text-2);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  cursor: pointer;
  transition: all 180ms ease;
}
.gofc-rail-chip:hover {
  border-color: rgba(79,200,255,0.5);
  color: #fff;
  background: rgba(79,200,255,0.05);
}
.gofc-rail-chip.is-active {
  border-color: var(--site-cyan);
  color: #fff;
  background: rgba(79,200,255,0.10);
  box-shadow: 0 0 0 1px rgba(79,200,255,0.4) inset, 0 0 18px -4px rgba(79,200,255,0.55);
}
.gofc-rail-flag { font-size: 13px; }
.gofc-rail-city { letter-spacing: 0.10em; }
.gofc-rail-hq {
  font-size: 8.5px;
  padding: 2px 5px;
  border: 1px solid rgba(79,200,255,0.4);
  border-radius: 3px;
  color: var(--site-cyan);
  letter-spacing: 0.20em;
}

/* --- Responsive --------------------------------------------- */
/* Tablet: trim coords and hint, keep legend dots */
@media (max-width: 980px) {
  .gofc-frame-coord { display: none; }
  .gofc-frame-hint { display: none; }
}

/* Phone: stack head, hide globe text labels, full-width card under stage */
@media (max-width: 720px) {
  .gofc-section { padding: 56px 0 48px; }
  .gofc-frame { padding: 8px 0; }

  .gofc-frame-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .gofc-frame-head-left,
  .gofc-frame-head-right { gap: 10px; flex-wrap: wrap; }
  .gofc-frame-tag { font-size: 10px; }
  .gofc-frame-legend { font-size: 9.5px; gap: 6px; }

  /* Hide the globe + switcher rail entirely on phones — the location list below replaces them. */
  .gofc-stage-wrap { display: none; }
  .gofc-rail { display: none; }
  .gofc-frame-head-right { display: none; }

  /* Mobile location list */
  .gofc-mobile-list { display: flex; flex-direction: column; gap: 12px; }
  .gofc-ml-card {
    border: 1px solid var(--site-line);
    background: rgba(10,14,28,0.6);
    padding: 14px;
    display: flex; flex-direction: column; gap: 10px;
    position: relative;
  }
  .gofc-ml-card.is-hq {
    border-color: rgba(79,200,255,0.4);
    background: rgba(79,200,255,0.04);
    box-shadow: inset 0 0 0 1px rgba(79,200,255,0.12);
  }
  .gofc-ml-head { display: flex; align-items: center; gap: 12px; }
  .gofc-ml-flag { font-size: 22px; line-height: 1; }
  .gofc-ml-titles { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .gofc-ml-city {
    font-family: var(--font-display); font-size: 18px; color: #fff;
    letter-spacing: -0.01em; line-height: 1.1;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .gofc-ml-hq {
    font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.20em;
    color: var(--site-cyan); border: 1px solid rgba(79,200,255,0.5);
    padding: 2px 6px; border-radius: 4px; background: rgba(79,200,255,0.08);
  }
  .gofc-ml-country {
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--site-text-3);
  }
  .gofc-ml-addr { font-size: 13px; line-height: 1.55; color: var(--site-text-2); }
}

/* Desktop/tablet: hide the mobile list */
@media (min-width: 721px) {
  .gofc-mobile-list { display: none; }
}

/* Very small phones */
@media (max-width: 420px) {
  .gofc-frame-head-right { gap: 8px; }
  .gofc-card-city { font-size: 18px; }
  .gofc-card-meta { grid-template-columns: 1fr; gap: 8px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .gofc-radar,
  .gofc-arc-active,
  .gofc-pin-ring,
  .gofc-eyebrow-dot,
  .gofc-stat-pulse,
  .gofc-bg-particles span {
    animation: none !important;
  }
}
