*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{color-scheme:light;scroll-behavior:smooth}
body{
  font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;
  background:#f3eee6;
  color:#2c2a27;
  line-height:1.5;
  min-height:100vh;
  font-size:17px;
}
a{color:#6b5340}
a:hover{color:#4a382c}
a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible{
  outline:2px solid #8a6d52;
  outline-offset:3px;
}
.skip{
  position:absolute;left:-999px;top:0;
}
.skip:focus{left:1rem;top:1rem;z-index:20;background:#fff;padding:.5rem .8rem;border-radius:8px}
.site-header{
  max-width:1200px;
  margin:0 auto;
  padding:2rem 1.5rem 1.25rem;
}
.brand{margin:0 0 .85rem;letter-spacing:.18em;text-transform:lowercase;font-size:.8rem;font-weight:600}
.brand a{color:#2c2a27;text-decoration:none}
h1{
  font-family:"Source Serif 4",Georgia,serif;
  font-weight:500;
  font-size:clamp(1.7rem,3.2vw,2.4rem);
  margin:0 0 .35rem;
  letter-spacing:-.02em;
  line-height:1.2;
}
.lede{margin:0;color:#5c574f;font-size:1.08rem}
.filters{
  max-width:1200px;
  margin:0 auto;
  padding:0 1.5rem 1rem;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.filter-row{
  display:grid;
  grid-template-columns:minmax(12rem,1.6fr) minmax(10rem,.9fr) auto;
  gap:1rem;
  align-items:end;
}
.field{display:flex;flex-direction:column;gap:.35rem}
.field span{font-size:.8rem;color:#5c574f;font-weight:500}
input[type="search"],select,button{
  font:inherit;
  background:#fff;
  color:#2c2a27;
  border:1px solid #d8d0c4;
  border-radius:10px;
  padding:.65rem .8rem;
  min-height:44px;
}
input[type="search"]{width:100%}
.near-wrap{display:flex;flex-direction:column;gap:.35rem;min-width:9rem}
.btn{cursor:pointer}
.btn-primary{
  background:#2c2a27;
  color:#f3eee6;
  border-color:#2c2a27;
  font-weight:500;
  padding:.65rem 1.1rem;
  white-space:nowrap;
}
.btn-primary:hover{background:#1a1917}
.btn-primary.is-on{background:#4a6b58;border-color:#4a6b58}
.hint{margin:0;color:#5c574f;font-size:.85rem;min-height:1.2em}
.tags{border:0;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}
.tags legend{padding:0;margin:0 0 .45rem;color:#5c574f;font-size:.8rem;font-weight:500;width:100%}
.chip{
  display:inline-flex;align-items:center;gap:.4rem;
  background:#fff;
  border:1px solid #d8d0c4;
  border-radius:999px;
  padding:.4rem .85rem;
  font-size:.92rem;
  cursor:pointer;
  min-height:40px;
}
.chip:has(input:checked){
  background:#ece4d6;
  border-color:#b9a48a;
}
.chip input{width:1rem;height:1rem;accent-color:#6b5340}
.count{max-width:1200px;margin:0 auto .6rem;padding:0 1.5rem;color:#5c574f;font-size:.95rem}
.layout{
  max-width:1200px;
  margin:0 auto;
  padding:0 1.5rem 2.5rem;
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(20rem,.9fr);
  gap:1.25rem;
  align-items:stretch;
}
#map{
  height:calc(100vh - 8rem);
  min-height:420px;
  border-radius:16px;
  border:1px solid #d8d0c4;
  background:#e6e1d8;
}
.leaflet-container{font-family:inherit;background:#e6e1d8}
.leaflet-popup-content-wrapper{border-radius:10px;box-shadow:0 8px 24px rgba(44,42,39,.12)}
.leaflet-popup-content{margin:.7rem .9rem;font-size:.95rem}
.list{
  list-style:none;margin:0;padding:0;
  display:flex;flex-direction:column;gap:.9rem;
  max-height:calc(100vh - 8rem);
  overflow:auto;
  padding-right:.15rem;
}
.card{
  background:#fff;
  border:1px solid #e2dbd1;
  border-radius:14px;
  padding:1rem 1.05rem 1.05rem;
  scroll-margin-top:1rem;
  cursor:pointer;
}
.card.is-active{border-color:#8a6d52;box-shadow:0 0 0 1px #8a6d52}
.card h2{
  font-family:"Source Serif 4",Georgia,serif;
  font-size:1.18rem;
  font-weight:600;
  margin:0 0 .15rem;
}
.meta{margin:0;color:#5c574f;font-size:.92rem}
.pills{display:flex;flex-wrap:wrap;gap:.35rem;margin:.55rem 0 .65rem;padding:0;list-style:none}
.pills li{
  background:#eef3ee;
  color:#35503f;
  border-radius:999px;
  padding:.2rem .6rem;
  font-size:.78rem;
  font-weight:500;
}
.links{display:flex;flex-wrap:wrap;gap:.85rem;font-size:.92rem;margin:0}
.thumb{
  width:100%;height:128px;object-fit:cover;border-radius:10px;margin-bottom:.75rem;background:#e8e2d8;display:block
}
.thumb.is-hidden{display:none}
.site-footer{
  max-width:1200px;
  margin:0 auto;
  padding:1.25rem 1.5rem 3rem;
  color:#5c574f;
  border-top:1px solid #e2dbd1;
}
.brand-foot{color:#2c2a27;letter-spacing:.16em;text-transform:lowercase;font-weight:600;font-size:.85rem;margin:0 0 .6rem}
.footer-note{margin:0;max-width:40rem;font-size:.95rem}
.disclaimer{margin:.9rem 0 0;font-size:.9rem}
@media (max-width:900px){
  .filter-row{grid-template-columns:1fr}
  .layout{grid-template-columns:1fr}
  #map{height:38vh;min-height:240px;position:sticky;top:0;z-index:2}
  .list{max-height:none}
  .site-header{padding:1.4rem 1.1rem 1rem}
  .filters,.count,.layout,.site-footer{padding-left:1.1rem;padding-right:1.1rem}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}
