:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f1ea;
  color: #17201c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

body.legal-page {
  background: #fffdf8;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 60vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23, 32, 28, 0.98), rgba(23, 32, 28, 0.88) 56%, rgba(23, 32, 28, 0.58)),
    linear-gradient(135deg, #17201c, #314b3e);
}

.hero-content {
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 46px;
  color: #fffdf8;
}

.brand-lockup {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.brand-logo {
  width: min(430px, 86vw);
  height: auto;
  display: block;
}

.eyebrow {
  margin: 0 0 12px;
  color: #cfe9d8;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(44px, 8vw, 96px);
  line-height: 0.94;
  letter-spacing: 0;
}

.lede {
  max-width: 690px;
  margin: 0;
  font-size: clamp(19px, 2.3vw, 29px);
  line-height: 1.24;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.hero-actions a,
.hero-actions span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.hero-actions a {
  background: #fffdf8;
  color: #17201c;
  font-weight: 800;
  text-decoration: none;
}

.hero-actions span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #f4f1ea;
  background: rgba(17, 31, 27, 0.55);
}

.map-section {
  padding: 34px 20px;
  background: #f4f1ea;
}

.map-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.map-copy {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  background: #fffdf8;
}

.map-copy .eyebrow {
  color: #55756a;
}

.map-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
}

.map-copy p {
  margin: 0;
  color: #46504b;
  line-height: 1.5;
}

.map-tools {
  display: grid;
  gap: 8px;
}

.map-tools button,
.map-resource-actions a,
.map-resource-actions button {
  width: fit-content;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #17201c;
  border-radius: 8px;
  background: #17201c;
  color: #fffdf8;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.map-tools button[aria-pressed="true"] {
  background: #be5a34;
  border-color: #8b3b21;
}

.map-tools button[aria-busy="true"] {
  opacity: 0.72;
}

.map-tools span {
  color: #55756a;
  font-size: 13px;
  line-height: 1.35;
}

.map-resource-panel {
  display: grid;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #e7e1d4;
}

.map-resource-panel h3 {
  margin: 0;
  font-size: 18px;
}

.map-resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.map-resource-actions a,
.map-resource-actions button {
  min-height: 34px;
  padding: 7px 9px;
  border-color: #d9d2c3;
  background: #faf7ef;
  color: #17201c;
  font-size: 13px;
  text-decoration: none;
}

.map-resource-actions a:first-child {
  border-color: #17201c;
  background: #17201c;
  color: #fffdf8;
}

.map-resource-actions button {
  cursor: pointer;
}

.map-resource-panel details {
  padding: 10px 0 0;
  border-top: 1px solid #ede6d8;
}

.map-resource-panel summary {
  cursor: pointer;
  color: #17201c;
  font-weight: 850;
}

.map-resource-panel details p {
  margin-top: 8px;
  color: #46504b;
  font-size: 13px;
}

.map-stage {
  position: relative;
  min-height: 520px;
}

#map {
  position: absolute;
  inset: 0;
  min-height: 520px;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  overflow: hidden;
  background: #dfe8df;
}

.illustrated-map-enabled #map {
  background: #efe3b9;
}

.illustrated-map-enabled #map canvas {
  filter: sepia(0.24) saturate(0.82) contrast(0.96) brightness(1.06);
}

.illustrated-map-enabled .map-stage::before,
.illustrated-map-enabled .map-stage::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 8px;
  pointer-events: none;
}

.illustrated-map-enabled .map-stage::before {
  background:
    radial-gradient(ellipse at 18% 12%, rgba(205, 188, 106, 0.28) 0 14%, transparent 34%),
    radial-gradient(ellipse at 86% 8%, rgba(174, 190, 107, 0.24) 0 15%, transparent 36%),
    linear-gradient(135deg, rgba(255, 247, 213, 0.34), rgba(117, 150, 121, 0.10));
  mix-blend-mode: multiply;
}

.illustrated-map-enabled .map-stage::after {
  background-image:
    repeating-linear-gradient(8deg, rgba(91, 79, 52, 0.06) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(96deg, rgba(91, 79, 52, 0.04) 0 1px, transparent 1px 32px);
  opacity: 0.7;
}

.illustrated-marker {
  width: 86px;
  display: grid;
  justify-items: center;
  gap: 3px;
  border: 0;
  background: transparent;
  color: #17201c;
  font: inherit;
  cursor: pointer;
  transform-origin: center bottom;
}

.illustrated-marker:hover,
.illustrated-marker:focus-visible {
  transform: translateY(-2px);
}

.illustrated-marker-icon {
  position: relative;
  width: 38px;
  height: 34px;
  display: block;
  border: 2px solid #4a3322;
  border-radius: 6px 6px 3px 3px;
  background: #d7a15f;
  box-shadow:
    inset 0 -8px rgba(105, 73, 42, 0.22),
    0 3px 0 rgba(74, 51, 34, 0.18);
}

.illustrated-marker-icon::before,
.illustrated-marker-icon::after {
  content: "";
  position: absolute;
  background: #4a3322;
}

.illustrated-marker-icon::before {
  left: 6px;
  right: 6px;
  top: -8px;
  height: 10px;
  border-radius: 3px 3px 0 0;
  box-shadow: 9px 0 0 #d7a15f, 18px 0 0 #4a3322;
}

.illustrated-marker-icon::after {
  left: 14px;
  bottom: 0;
  width: 10px;
  height: 13px;
  border-radius: 7px 7px 0 0;
}

.illustrated-marker-label {
  max-width: 92px;
  padding: 3px 6px;
  border: 1px solid #4a3322;
  border-radius: 5px;
  background: #fff4c6;
  box-shadow: 0 2px 0 rgba(74, 51, 34, 0.16);
  color: #17201c;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.illustrated-marker--house .illustrated-marker-icon {
  width: 36px;
  height: 28px;
  border-color: #5d3728;
  background: #efe0be;
}

.illustrated-marker--house .illustrated-marker-icon::before {
  left: -3px;
  right: auto;
  top: -12px;
  width: 38px;
  height: 18px;
  transform: rotate(45deg);
  border-radius: 2px;
  background: #8d442c;
  box-shadow: none;
}

.illustrated-marker--house .illustrated-marker-icon::after {
  background: #5d3728;
}

.illustrated-marker--ruins .illustrated-marker-icon,
.illustrated-marker--castle .illustrated-marker-icon {
  background: #b8a785;
}

.illustrated-marker--station .illustrated-marker-icon,
.illustrated-marker--bus .illustrated-marker-icon {
  height: 25px;
  border-radius: 5px;
  background: #d95d40;
}

.illustrated-marker--station .illustrated-marker-icon::before,
.illustrated-marker--bus .illustrated-marker-icon::before {
  top: 5px;
  left: 6px;
  right: 6px;
  height: 8px;
  border-radius: 2px;
  background: #fff4c6;
  box-shadow: none;
}

.illustrated-marker--station .illustrated-marker-icon::after,
.illustrated-marker--bus .illustrated-marker-icon::after {
  bottom: -5px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17201c;
  box-shadow: 18px 0 0 #17201c;
}

.illustrated-marker--cinema .illustrated-marker-icon,
.illustrated-marker--venue .illustrated-marker-icon,
.illustrated-marker--music .illustrated-marker-icon {
  background: #5a7b9b;
}

.illustrated-marker--cinema .illustrated-marker-icon::before,
.illustrated-marker--venue .illustrated-marker-icon::before,
.illustrated-marker--music .illustrated-marker-icon::before {
  top: 7px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff4c6;
  box-shadow: 10px 0 0 #fff4c6, 20px 0 0 #fff4c6;
}

.illustrated-marker--cinema .illustrated-marker-icon::after,
.illustrated-marker--venue .illustrated-marker-icon::after,
.illustrated-marker--music .illustrated-marker-icon::after {
  left: 9px;
  bottom: 7px;
  width: 20px;
  height: 4px;
  background: #fff4c6;
}

.illustrated-marker--brewery .illustrated-marker-icon {
  border-radius: 4px 4px 10px 10px;
  background: #c07a35;
}

.illustrated-marker--brewery .illustrated-marker-icon::before {
  top: 6px;
  left: 30px;
  width: 14px;
  height: 14px;
  border: 3px solid #4a3322;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: transparent;
  box-shadow: none;
}

.illustrated-marker--brewery .illustrated-marker-icon::after {
  left: 8px;
  bottom: 6px;
  width: 18px;
  height: 3px;
  background: #fff4c6;
  box-shadow: 0 -7px 0 #fff4c6;
}

.illustrated-marker--garden .illustrated-marker-icon,
.illustrated-marker--sport .illustrated-marker-icon {
  border-radius: 50%;
  background: #6ca56f;
}

.illustrated-marker--garden .illustrated-marker-icon::before,
.illustrated-marker--sport .illustrated-marker-icon::before {
  left: 16px;
  top: 3px;
  width: 4px;
  height: 24px;
  background: #4a3322;
  box-shadow: none;
}

.illustrated-marker--garden .illustrated-marker-icon::after,
.illustrated-marker--sport .illustrated-marker-icon::after {
  left: 8px;
  top: 10px;
  width: 20px;
  height: 12px;
  border-radius: 50%;
  background: #9fcf7a;
}

.illustrated-marker--info .illustrated-marker-icon,
.illustrated-marker--toilet .illustrated-marker-icon {
  border-radius: 50%;
  background: #fff4c6;
}

.illustrated-marker--info .illustrated-marker-icon::before,
.illustrated-marker--toilet .illustrated-marker-icon::before {
  content: "i";
  display: grid;
  place-items: center;
  inset: 3px;
  height: auto;
  border-radius: 50%;
  background: #17201c;
  color: #fff4c6;
  font-size: 22px;
  font-weight: 900;
  box-shadow: none;
}

.illustrated-marker--toilet .illustrated-marker-icon::before {
  content: "WC";
  font-size: 12px;
}

.illustrated-marker--info .illustrated-marker-icon::after,
.illustrated-marker--toilet .illustrated-marker-icon::after {
  display: none;
}

.selected-map-marker {
  width: 28px;
  height: 28px;
  border: 3px solid #fffdf8;
  border-radius: 50% 50% 50% 0;
  background: #d64a2f;
  box-shadow: 0 8px 22px rgba(23, 32, 28, 0.34);
  transform: rotate(-45deg);
}

.selected-map-marker::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #fffdf8;
}

.user-location-marker {
  display: grid;
  justify-items: center;
  gap: 4px;
  transform: translateY(-3px);
}

.user-location-marker span {
  width: 24px;
  height: 24px;
  display: block;
  border: 3px solid #fffdf8;
  border-radius: 50%;
  background: #1c6bd6;
  box-shadow: 0 0 0 8px rgba(28, 107, 214, 0.18), 0 8px 22px rgba(23, 32, 28, 0.24);
}

.user-location-marker strong {
  padding: 3px 6px;
  border-radius: 5px;
  background: #17201c;
  color: #fffdf8;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.map-place-card {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: min(360px, calc(100% - 28px));
  max-height: calc(100% - 28px);
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(23, 32, 28, 0.14);
  border-radius: 8px;
  background: #17201c;
  box-shadow: 0 14px 34px rgba(23, 32, 28, 0.24);
  color: #fffdf8;
}

.map-place-card[hidden] {
  display: none;
}

.map-place-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: 8px;
  background: rgba(23, 32, 28, 0.86);
  color: #fffdf8;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.map-place-visual {
  min-height: 128px;
  margin-bottom: 13px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #fffdf8, #d8e4dc);
  color: #17201c;
  overflow: hidden;
}

.map-place-visual img {
  width: 100%;
  height: 100%;
  min-height: 128px;
  object-fit: cover;
  display: block;
}

.map-place-visual--fallback {
  position: relative;
}

.map-place-content {
  display: grid;
  gap: 8px;
}

.map-place-kicker {
  color: #b7d4c5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-place-card h3,
.maplibregl-popup-content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
}

.map-place-card p,
.maplibregl-popup-content p {
  margin: 0;
  line-height: 1.35;
}

.map-place-address {
  font-weight: 750;
}

.map-place-status,
.map-place-source {
  color: #d1ddd5;
  font-size: 13px;
}

.map-place-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
}

.map-place-actions a,
.map-place-actions button {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #fffdf8;
  border-radius: 8px;
  background: #fffdf8;
  color: #17201c;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.map-place-actions a:nth-child(n + 2),
.map-place-actions button:nth-child(n + 2) {
  background: rgba(255, 253, 248, 0.12);
  color: #fffdf8;
}

.details-section {
  padding: 54px 20px 72px;
  background: #fffdf8;
}

.explore-section {
  padding: 42px 20px 54px;
  background: #17201c;
  color: #fffdf8;
}

.events-section,
.services-section {
  padding: 54px 20px;
}

.events-section {
  background: #fffdf8;
  color: #17201c;
}

.services-section {
  background: #e8efe9;
  color: #17201c;
}

.explore-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.explore-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.explore-heading h2 {
  margin: 0;
}

.explore-section .explore-heading h2 {
  max-width: 880px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.filter-bar label {
  font-weight: 800;
}

select {
  min-height: 42px;
  min-width: min(100%, 320px);
  padding: 9px 12px;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  background: #fffdf8;
  color: #17201c;
  font: inherit;
}

input[type="search"] {
  min-height: 42px;
  min-width: min(100%, 340px);
  padding: 9px 12px;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  background: #fffdf8;
  color: #17201c;
  font: inherit;
}

.place-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.place-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.08);
}

.category-card {
  background: rgba(255, 253, 248, 0.12);
}

.place-card h3 {
  margin: 0;
  font-size: 18px;
}

.listing-visual,
.directory-visual {
  min-height: 82px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #fffdf8, #d8e4dc);
  color: #17201c;
  overflow: hidden;
}

.listing-visual--icon {
  position: relative;
  min-height: 112px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(223, 233, 223, 0.92)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.82), transparent 28%);
}

.listing-visual--masthead {
  align-content: start;
  padding: 12px 14px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0)),
    radial-gradient(circle at 94% 92%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(135deg, #17201c, #26372f);
}

.listing-masthead {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  padding: 10px 13px;
  border: 2px solid rgba(255, 253, 248, 0.65);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.07), rgba(255, 253, 248, 0)),
    #101713;
  color: #fffdf8;
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 248, 0.14),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

.listing-masthead::before,
.listing-masthead::after {
  content: "";
  grid-column: 1 / -1;
  height: 2px;
  background: rgba(255, 253, 248, 0.82);
}

.listing-masthead::before {
  order: -2;
}

.listing-masthead small {
  align-self: end;
  min-width: 0;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 3vw, 17px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.92;
}

.listing-masthead small:empty {
  display: none;
}

.listing-masthead strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 5vw, 30px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.listing-masthead em {
  display: none;
}

.listing-visual--shop .listing-masthead,
.listing-visual--cafe .listing-masthead,
.listing-visual--restaurant .listing-masthead {
  background: #fff4d5;
  border-color: #17201c;
  color: #17201c;
}

.listing-visual--shop .listing-masthead strong,
.listing-visual--shop .listing-masthead small,
.listing-visual--cafe .listing-masthead strong,
.listing-visual--cafe .listing-masthead small,
.listing-visual--restaurant .listing-masthead strong,
.listing-visual--restaurant .listing-masthead small {
  color: #17201c;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.listing-visual--shop .listing-masthead::before,
.listing-visual--shop .listing-masthead::after,
.listing-visual--cafe .listing-masthead::before,
.listing-visual--cafe .listing-masthead::after,
.listing-visual--restaurant .listing-masthead::before,
.listing-visual--restaurant .listing-masthead::after {
  background: #17201c;
}

.listing-visual--icon::before,
.listing-visual--icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.listing-visual--field::before,
.listing-visual--sports::before,
.listing-visual--playground::before {
  inset: 18px 34px;
  border: 4px solid #2f5960;
  border-radius: 7px;
  background: #71c861;
}

.listing-visual--field::after,
.listing-visual--sports::after {
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 4px;
  background: #2f5960;
  transform: translateX(-50%);
}

.listing-visual--playground::before {
  width: 70px;
  height: 54px;
  margin: auto;
  border: 0;
  background: transparent;
  box-shadow:
    -28px 14px 0 -17px #f4cc3c,
    -15px 4px 0 -12px #f4cc3c,
    10px 20px 0 -12px #e9483d;
}

.listing-visual--playground::after {
  width: 74px;
  height: 58px;
  border: 5px solid #17201c;
  border-top-color: #e9483d;
  border-radius: 12px 12px 4px 4px;
}

.listing-visual--castle::before,
.listing-visual--ruins::before {
  width: 88px;
  height: 52px;
  background:
    linear-gradient(#17201c 0 0) 0 22px / 24px 30px no-repeat,
    linear-gradient(#17201c 0 0) 31px 8px / 27px 44px no-repeat,
    linear-gradient(#17201c 0 0) 65px 18px / 22px 34px no-repeat;
}

.listing-visual--castle::after,
.listing-visual--ruins::after {
  width: 12px;
  height: 16px;
  bottom: 26px;
  border-radius: 8px 8px 0 0;
  background: #fffdf8;
}

.listing-visual--house::before {
  width: 72px;
  height: 46px;
  border: 5px solid #17201c;
  border-radius: 4px;
  background: #fffdf8;
}

.listing-visual--house::after {
  width: 58px;
  height: 58px;
  border: 5px solid #17201c;
  border-right: 0;
  border-bottom: 0;
  background: #e9483d;
  transform: translateY(-18px) rotate(45deg);
}

.listing-visual--pub::before {
  width: 92px;
  height: 54px;
  border: 5px solid #17201c;
  border-radius: 10px;
  background: #f4b42b;
}

.listing-visual--pub::after {
  content: "PUB";
  display: grid;
  place-items: center;
  width: 92px;
  height: 54px;
  color: #17201c;
  font-size: 22px;
  font-weight: 950;
}

.listing-visual--brewery::before {
  width: 88px;
  height: 58px;
  border: 5px solid #17201c;
  border-radius: 12px;
  background:
    linear-gradient(90deg, #b5bcd2 0 44%, #fff3cf 44% 100%);
}

.listing-visual--brewery::after {
  width: 28px;
  height: 36px;
  border-radius: 0 0 16px 16px;
  background: #f2cf70;
  transform: translateX(-22px);
}

.listing-visual--bus::before,
.listing-visual--rail::before,
.listing-visual--taxi::before {
  width: 92px;
  height: 48px;
  border: 5px solid #17201c;
  border-radius: 12px 12px 9px 9px;
  background: #df4438;
}

.listing-visual--rail::before {
  background: #76b7e8;
}

.listing-visual--taxi::before {
  background: #f3c323;
}

.listing-visual--info::before,
.listing-visual--toilet::before,
.listing-visual--pharmacy::before,
.listing-visual--health::before {
  width: 74px;
  height: 74px;
  border: 5px solid #17201c;
  border-radius: 8px;
  background: #fffdf8;
}

.listing-visual--info::after {
  content: "i";
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: #df332d;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 900;
}

.listing-visual--toilet::after {
  content: "WC";
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: #17201c;
  font-size: 28px;
  font-weight: 950;
}

.listing-visual--pharmacy::after,
.listing-visual--health::after {
  width: 44px;
  height: 44px;
  background:
    linear-gradient(#d93359 0 0) center / 12px 44px no-repeat,
    linear-gradient(#d93359 0 0) center / 44px 12px no-repeat;
}

.listing-visual img,
.directory-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.listing-visual span,
.directory-visual span {
  min-width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17201c;
  color: #fffdf8;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 900;
}

.listing-visual--icon .place-icon {
  position: relative;
  z-index: 1;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 6px 9px;
  align-self: end;
  margin-bottom: 8px;
  border-radius: 8px;
  background: rgba(23, 32, 28, 0.92);
  font-size: 12px;
  line-height: 1;
}

.listing-visual--masthead .place-icon {
  display: none;
}

.place-card p {
  margin: 0;
  color: #e9efe9;
  line-height: 1.45;
}

.place-details {
  display: grid;
  gap: 6px;
  color: #cfd9d2;
  font-size: 13px;
  line-height: 1.35;
}

.delivery-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.delivery-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.12);
  color: #fffdf8;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.place-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.place-meta a,
.place-meta span,
.place-meta button {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.12);
  color: #fffdf8;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.place-meta a,
.place-meta button {
  background: #fffdf8;
  color: #17201c;
}

.empty-state {
  padding: 18px;
  border: 1px dashed rgba(255, 253, 248, 0.4);
  border-radius: 8px;
  color: #e9efe9;
}

.calendar-shell {
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  overflow: hidden;
  background: #faf7ef;
}

.calendar-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #d9d2c3;
  background: #17201c;
  color: #fffdf8;
}

.calendar-head span {
  color: #dce5df;
  font-size: 13px;
}

.directory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.calendar-shell .directory-list {
  padding: 14px;
}

.directory-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  background: #fffdf8;
}

.directory-card h3 {
  margin: 0;
}

.directory-card p {
  margin: 0;
  color: #46504b;
  line-height: 1.45;
}

.directory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.directory-meta span,
.directory-meta a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 8px;
  background: #17201c;
  color: #fffdf8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.services-section .directory-card {
  background: #fffdf8;
}

.intro {
  width: min(980px, 100%);
  margin: 0 auto 30px;
}

.section-logo {
  width: min(360px, 80vw);
  height: auto;
  display: block;
  margin: 0 0 28px;
  color: #17201c;
}

.intro .eyebrow {
  color: #55756a;
}

h2 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.intro p {
  max-width: 780px;
  margin: 0;
  color: #46504b;
  font-size: 18px;
  line-height: 1.55;
}

.detail-grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

article {
  min-height: 100%;
  padding: 20px;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  background: #faf7ef;
}

h3 {
  margin: 0 0 14px;
  font-size: 19px;
}

article p {
  margin: 0 0 12px;
  color: #46504b;
  line-height: 1.55;
}

article p:last-child {
  margin-bottom: 0;
}

dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #e7e1d4;
}

dl div:last-child {
  border-bottom: 0;
}

dt {
  color: #5b625f;
  font-weight: 800;
}

dd {
  margin: 0;
}

ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 9px 10px;
  border: 1px solid #d8e4dc;
  border-radius: 8px;
  background: #f7fbf8;
  font-size: 14px;
}

.site-footer {
  padding: 38px 20px;
  background: #101713;
  color: #fffdf8;
}

.footer-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 26px;
}

.footer-logo {
  width: min(270px, 74vw);
  height: auto;
  display: block;
  margin-bottom: 16px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fffdf8;
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  color: #dce5df;
  line-height: 1.55;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 10px;
}

.footer-nav a,
.cookie-actions button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  color: #fffdf8;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.footer-small {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.footer-small p {
  font-size: 13px;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  width: min(520px, calc(100vw - 36px));
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  background: #fffdf8;
  color: #17201c;
  box-shadow: 0 18px 48px rgba(16, 23, 19, 0.26);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.1;
}

.cookie-banner p {
  margin: 0;
  color: #46504b;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-actions button {
  border-color: #17201c;
  color: #17201c;
}

.cookie-actions button[data-cookie-choice="accept"] {
  background: #17201c;
  color: #fffdf8;
}

.legal-header {
  padding: 26px 20px;
  border-bottom: 1px solid #e7e1d4;
  background: #fffdf8;
}

.legal-header-inner,
.legal-content {
  width: min(900px, 100%);
  margin: 0 auto;
}

.legal-header img {
  width: min(310px, 82vw);
  height: auto;
  display: block;
}

.legal-content {
  padding: 46px 20px 64px;
}

.location-detail {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 34px 20px 56px;
}

.location-hero {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
}

.location-hero h1 {
  color: #17201c;
}

.location-hero p {
  color: #46504b;
  font-size: 18px;
  line-height: 1.5;
}

.location-visual {
  min-height: 230px;
  display: grid;
  place-items: center;
  border: 1px solid #d9d2c3;
  border-radius: 8px;
  background: linear-gradient(135deg, #17201c, #55756a);
  overflow: hidden;
}

.location-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-visual span {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fffdf8;
  color: #17201c;
  font-size: 34px;
  font-weight: 900;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.location-actions {
  margin-top: 18px;
}

.legal-content h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #17201c;
  font-size: clamp(38px, 7vw, 72px);
}

.legal-content h2 {
  margin-top: 30px;
  font-size: clamp(24px, 4vw, 36px);
}

.legal-content p,
.legal-content li {
  color: #46504b;
  line-height: 1.6;
}

.legal-content ul {
  list-style: disc;
  padding-left: 20px;
}

.legal-content li {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
}

.maplibregl-ctrl-attrib {
  font-size: 12px;
}

@media (max-width: 820px) {
  .hero {
    min-height: 0;
    background: #fffdf8;
  }

  .hero-content {
    width: 100%;
    padding: 18px 20px 24px;
    color: #17201c;
    background: #fffdf8;
  }

  .brand-lockup {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: none;
    border: 1px solid #e7e1d4;
  }

  .brand-logo {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .eyebrow {
    color: #55756a;
  }

  h1 {
    font-size: clamp(36px, 12vw, 54px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.04;
  }

  .lede {
    font-size: 19px;
  }

  .hero-actions span {
    width: 100%;
    color: #46504b;
    border-color: #d9d2c3;
    background: #faf7ef;
  }

  .hero-actions a {
    background: #17201c;
    color: #fffdf8;
  }

  .map-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .map-copy {
    padding: 18px;
  }

  #map {
    position: relative;
    inset: auto;
    height: 360px;
    min-height: 360px;
  }

  .map-stage {
    display: grid;
    gap: 10px;
    min-height: 0;
  }

  .map-place-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-height: none;
    padding: 14px;
  }

  .maplibregl-ctrl-attrib {
    max-width: calc(100vw - 72px);
    font-size: 11px;
  }

  .explore-section,
  .events-section,
  .services-section,
  .details-section {
    padding: 34px 20px 42px;
  }

  .filter-bar {
    align-items: stretch;
  }

  .filter-bar label {
    width: 100%;
  }

  select,
  input[type="search"] {
    width: 100%;
    min-width: 0;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .place-list {
    grid-template-columns: 1fr;
  }

  .directory-list {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .location-hero,
  .location-grid {
    grid-template-columns: 1fr;
  }
}
