/* SECTION: Local Fonts */
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora-v26-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora-v26-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v13-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v13-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v13-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v13-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SECTION: Shared UX */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #8B4F47;
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 100000;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #D4A59A;
  outline-offset: 2px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  color: #6B6B6B;
  font-size: 0.9rem;
}
.breadcrumb a {
  color: #8B4F47;
}

.map-placeholder {
  position: relative;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: #F5E6E3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
.map-load-btn {
  background: #8B4F47;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  cursor: pointer;
}
