body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

:focus-visible {
  outline: 3px solid rgba(18, 107, 80, 0.35);
  outline-offset: 2px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.05;
}

h2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.15;
}

h3 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.2;
}

.map-app {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.brand-float {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 650;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 5px 10px 5px 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(7, 13, 17, 0.48);
  box-shadow: 0 12px 26px rgba(7, 13, 17, 0.18);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.brand-logo {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.brand-name {
  color: #f3fbff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(91, 231, 255, 0.16);
  white-space: nowrap;
}

.seo-summary {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.muted {
  color: var(--muted);
  font-size: 13px;
}

.is-hidden {
  display: none !important;
}
