:root {
  --ink: #e6dfd2;
  --muted: #b7b09f;
  --soil: #14110e;
  --bar: rgba(14, 12, 10, 0.78);
  --line: rgba(230, 223, 210, 0.22);
  --olive: #9aa57a;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background: var(--soil);
  color: var(--ink);
}

body {
  font-family: Karla, "Segoe UI", sans-serif;
}

.bar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 1.5rem 1rem;
  background: linear-gradient(180deg, var(--bar) 0%, rgba(14, 12, 10, 0.35) 70%, transparent 100%);
  pointer-events: none;
}

.brand,
.tg {
  pointer-events: auto;
  background: rgba(14, 12, 10, 0.72);
  border: 1px solid rgba(230, 223, 210, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.brand {
  font-family: Fraunces, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
  padding: 0.55rem 0.85rem 0.5rem;
  border-radius: 4px;
}

.tg {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.55rem 0.85rem;
  border-radius: 4px;
  align-self: center;
  border-bottom: 1px solid rgba(154, 165, 122, 0.55);
}

.tg:hover {
  color: var(--olive);
  background: rgba(14, 12, 10, 0.88);
}

#map {
  width: 100%;
  height: 100%;
}

.balloon {
  max-width: 240px;
  font-family: Karla, sans-serif;
  color: #1c1916;
}

.balloon img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}

.balloon p {
  font-size: 0.92rem;
  line-height: 1.4;
  white-space: pre-wrap;
}

.balloon .addr {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: #5c574e;
}
