:root {
  --color-bg: #f5ead8;
  --color-surface: #ebddc5;
  --color-text: #201e1d;
  --color-accent: #c67139;
  --color-divider: color-mix(in srgb, #201e1d 16%, transparent);
  --color-neutral-100: #f9f4ed;
  --color-neutral-200: #eee7db;
  --color-neutral-300: #dcd3c4;
  --color-neutral-400: #c0b6a5;
  --color-neutral-500: #a19786;
  --color-neutral-600: #82796a;
  --color-neutral-700: #645c50;
  --color-neutral-800: #474238;
  --color-accent-200: #ffe1d0;
  --color-accent-300: #ffc6a5;
  --color-accent-400: #f6a06b;
  --color-accent-500: #d67f48;
  --color-accent-600: #b2622d;
  --color-accent-700: #8c491a;
  --color-accent-2-100: #f0fae1;
  --color-accent-2-200: #e1eecc;
  --color-accent-2-700: #56633f;
  --color-accent-2-800: #3d472b;
  --font-heading: "Baloo 2", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-md: 0 3px 10px color-mix(in srgb, #2e2b25 16%, transparent);
  --shadow-lg: 0 12px 32px color-mix(in srgb, #2e2b25 22%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }

body { font-size: 15px; line-height: 1.55; font-weight: 400; }
p { margin: 0 0 13.2px; }
img { display: block; max-width: 100%; }
::selection { background: color-mix(in srgb, var(--color-accent) 30%, transparent); }

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
}

h1, h2, h3 {
  font-family: "Baloo 2", var(--font-heading);
  font-weight: 700;
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

a { color: var(--color-accent-700); text-decoration: none; text-underline-offset: 3px; }
a:hover { color: var(--color-accent-600); text-decoration: underline; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; border-radius: 4px; }

.muted { color: var(--color-neutral-700); }
.wrap { width: min(1180px, 100%); margin: 0 auto; padding: 0 20px; }
[hidden] { display: none !important; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-text);
  background: transparent;
  border: 1px solid transparent;
  padding: 8.8px 15.84px;
  border-radius: 999px;
}
.btn-primary { background: var(--color-accent); color: var(--color-bg); }
.btn-primary:hover { background: var(--color-accent-600); }
.btn-primary:active { background: var(--color-accent-700); }
.btn-secondary { border-color: var(--color-divider); }
.btn-secondary:hover { background: color-mix(in srgb, var(--color-text) 7%, transparent); }
.btn-secondary:active { background: color-mix(in srgb, var(--color-text) 14%, transparent); }
.btn-block { width: 100%; margin-top: 8.8px; }

.card { padding: 20px 16px; border-radius: var(--radius-lg); background: var(--color-surface); }
.card-kicker { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent); }

.tag { display: inline-flex; align-items: center; font-size: 11px; letter-spacing: 0.02em; padding: 3px 10px; border-radius: 999px; }
.tag-accent-2 { background: var(--color-accent-2-100); color: var(--color-accent-2-800); }
.tag-neutral { background: var(--color-neutral-100); color: var(--color-neutral-800); }
.tag-outline { border: 1px solid var(--color-accent); color: var(--color-accent); }
.tag-operator-pttk { background: var(--color-accent-600); color: var(--color-neutral-100); font-weight: 700; }
.tag-operator-private { border: 1px solid var(--color-neutral-400); color: var(--color-neutral-700); }
.tag-operator-student { background: var(--color-accent-200); color: var(--color-accent-700); }
.tag-operator-school { background: var(--color-neutral-300); color: var(--color-neutral-800); }
.tag-operator-park { background: var(--color-accent-2-200); color: var(--color-accent-2-700); }
.tag-status { gap: 6px; border: 1px solid var(--color-neutral-300); color: var(--color-neutral-800); }
.tag-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex: none; }
.tag-status-open::before { background: var(--color-accent-2-700); }
.tag-status-closed { background: var(--color-neutral-800); border-color: var(--color-neutral-800); color: var(--color-neutral-100); }
.tag-status-closed::before { background: var(--color-accent-400); }
.tag-status-unknown { color: var(--color-neutral-700); }
.tag-status-unknown::before { background: var(--color-neutral-500); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-divider);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text);
  flex: none;
}
.brand:hover { text-decoration: none; color: var(--color-text); }
.brand svg { width: 28px; height: 28px; color: var(--color-accent-600); }
.brand span { font-family: "Baloo 2", var(--font-heading); font-weight: 700; font-size: 21px; }

.searchbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 460px;
  background: var(--color-neutral-200);
  border-radius: 999px;
  padding: 10px 18px;
}
.searchbar svg { width: 18px; height: 18px; flex: none; color: var(--color-accent-600); }
.searchbar input {
  border: none;
  background: transparent;
  outline: none;
  font: inherit;
  font-size: 15px;
  width: 100%;
  color: var(--color-text);
  min-width: 0;
}
.searchbar input::placeholder { color: var(--color-neutral-600); }
.searchbar input::-webkit-search-cancel-button { display: none; }

.q-clear {
  border: none;
  cursor: pointer;
  flex: none;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 999px;
  background: var(--color-neutral-400);
  color: var(--color-bg);
  display: grid;
  place-items: center;
}
.q-clear svg { width: 12px; height: 12px; }
.q-clear:hover { background: var(--color-neutral-600); }

.linkbtn {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-accent-700);
  padding: 4px 2px;
}
.linkbtn:hover { color: var(--color-accent-600); text-decoration: underline; }

body.map-view {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.map-view .topbar { flex: none; }
.map-view #app { flex: 1; min-height: 0; position: relative; }
.map-view .sitefoot { display: none; }
.view-map { position: absolute; inset: 0; }
.map { position: absolute; inset: 0; z-index: 0; }
.maplibregl-map { background: var(--color-bg); font-family: var(--font-body); }
.maplibregl-ctrl-group { background: var(--color-bg); border-radius: 12px; }
.maplibregl-ctrl-attrib { background: rgba(245, 234, 216, .9); font-size: 11px; }
.maplibregl-ctrl-group .map-toggle { display: flex; align-items: center; justify-content: center; color: var(--color-accent-600); }
.maplibregl-ctrl-group .map-toggle svg { width: 18px; height: 18px; }
.maplibregl-ctrl-group .map-toggle[aria-pressed="false"] { color: var(--color-neutral-600); opacity: .6; }
.maplibregl-popup-content { background: var(--color-bg); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 8px 12px; font-family: var(--font-body); font-size: 13px; color: var(--color-text); }
.maplibregl-popup-tip { border-top-color: var(--color-bg); border-bottom-color: var(--color-bg); }
.map-status { position: absolute; top: 80px; right: 16px; z-index: 1; max-width: min(300px, calc(100% - 32px)); padding: 12px 16px; border-radius: var(--radius-md); background: var(--color-bg); box-shadow: var(--shadow-md); }
.shelter-marker { display: flex; padding: 0; border: 0; background: transparent; cursor: pointer; }
.cluster-marker { display: block; padding: 0; border: 0; background: transparent; cursor: pointer; }
.cluster-bubble {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  border: 3px solid var(--color-accent-700);
  border-radius: 50%;
  background: var(--color-bg);
  color: var(--color-accent-700);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  box-shadow: var(--shadow-md);
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.cluster-marker:hover .cluster-bubble { background: var(--color-accent-200); }
.cluster-marker.is-highlighted {
  z-index: 100 !important;
  opacity: 1 !important;
}
.cluster-marker.is-highlighted .cluster-bubble {
  background: var(--color-accent-200);
  border-color: var(--color-accent-600);
  transform: scale(1.18);
  box-shadow: 0 6px 16px rgba(46, 43, 37, .4), 0 0 0 3px var(--color-accent);
}
.origin-marker { width: 22px; height: 22px; border: 4px solid var(--color-bg); border-radius: 50%; background: var(--color-accent-2-700); box-shadow: var(--shadow-md); }

.sk-pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 5px 11px 5px 8px;
  border: 2.5px solid var(--color-accent-700);
  border-radius: 999px;
  background: var(--color-bg);
  box-shadow: var(--shadow-md);
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.sk-pill-ico { width: 17px; height: 17px; flex: none; }
.sk-pill-name { font-size: 13px; font-weight: 800; color: var(--color-text); white-space: nowrap; }
.sk-pill-elev { font-size: 11px; font-weight: 700; color: var(--color-neutral-600); }
.sk-pill-tail {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--color-accent-700);
  transition: border-top-color .15s ease;
}

.shelter-marker.is-highlighted {
  z-index: 100 !important;
}
.shelter-marker.is-highlighted .sk-pill {
  opacity: 1 !important;
  transform: translateY(-3px) scale(1.06);
  background: var(--color-accent-200);
  border-color: var(--color-accent-600);
  box-shadow: 0 8px 18px rgba(46, 43, 37, .4), 0 0 0 3px var(--color-accent);
}
.shelter-marker.is-highlighted .sk-pill-tail {
  border-top-color: var(--color-accent-600);
}

.map-panel {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 340px;
  padding: 20px;
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.map-panel-head h1 { font-size: 22px; }
.map-panel-head p { margin: 4px 0 0; font-size: 13px; }
.map-panel-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 4px;
  margin: -4px;
}
.map-panel-foot { margin: 0; font-size: 12px; line-height: 1.5; }

.mini {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px;
  background: var(--color-neutral-100);
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  flex: none;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
}
.mini:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.mini.is-highlighted {
  transform: translateY(-2px);
  background: var(--color-accent-200) !important;
  border-color: var(--color-accent) !important;
  box-shadow: var(--shadow-md);
}
.mini img, .mini .photo-placeholder {
  width: 66px;
  height: 66px;
  flex: none;
  border-radius: 18px;
  object-fit: cover;
  background: var(--color-neutral-300);
}
.mini-body { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.mini-name { font-family: "Baloo 2", var(--font-heading); font-weight: 700; font-size: 16px; line-height: 1.15; }
.mini-meta { font-size: 13px; color: var(--color-neutral-700); }

.photo-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  background: var(--color-neutral-300);
  color: var(--color-neutral-700);
  font-size: 13px;
  text-align: center;
}
.photo-placeholder svg { width: 32px; height: 32px; }
.mini .photo-placeholder span { display: none; }

.dot-line { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; }
.dot { width: 7px; height: 7px; border-radius: 999px; background: currentColor; flex: none; }
.is-open { color: var(--color-accent-2-700); }
.is-closed { color: var(--color-neutral-600); }

.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; }
.chips-wrap { flex-wrap: wrap; overflow: visible; align-items: center; }

.chip {
  flex: none;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 999px;
  padding: 6px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  background: var(--color-bg);
  color: var(--color-neutral-800);
  border: 2px solid var(--color-neutral-300);
}
.chip:hover { border-color: var(--color-accent-400); }
.chip[aria-pressed="true"] {
  background: var(--color-accent-500);
  border-color: var(--color-accent-500);
  color: #fff;
}

.view-list { padding: 28px 0 60px; }
.list-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.list-head h1 { font-size: 30px; }
.list-head-side { display: flex; gap: 18px; align-items: baseline; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 22px;
  margin-top: 20px;
}

.card-shelter {
  display: flex;
  flex-direction: column;
  background: var(--color-neutral-100);
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  padding: 0;
  transition: transform .12s ease, box-shadow .12s ease;
  /* Skip layout and paint for cards scrolled out of view. The `auto` keyword
     makes the browser reuse each card's real size once it has been rendered,
     so the fallback only applies before a card is first shown. */
  content-visibility: auto;
  contain-intrinsic-size: auto 430px;
}
.card-shelter:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.card-photo { position: relative; aspect-ratio: 16 / 10; background: var(--color-neutral-300); }
.card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 7px;
  pointer-events: none;
}
.pill {
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 800;
  background: var(--color-bg);
  color: var(--color-text);
}
.pill-open { background: var(--color-accent-2-200); color: var(--color-accent-2-800); }
.pill-closed { background: var(--color-neutral-200); color: var(--color-neutral-700); }

.card-body { margin: 0; font-size: 13px; opacity: 0.8; flex: 1; padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 9px; }
.card-body h2 { font-size: 21px; }
.card-line { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--color-neutral-700); }
.card-line svg { width: 16px; height: 16px; flex: none; color: var(--color-accent-2-700); }
.card-line strong { color: var(--color-text); }
.card-teaser { margin: 0; font-size: 14px; line-height: 1.5; color: var(--color-neutral-700); }

.feat-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px; }
.feat-dot {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1.5px solid transparent;
}
.feat-dot svg { width: 17px; height: 17px; }
.feat-yes { background: var(--color-accent-2-200); color: var(--color-accent-2-800); border-color: var(--color-accent-2-200); }
.feat-part { background: oklch(0.91 0.095 87); color: oklch(0.44 0.10 72); border-color: oklch(0.86 0.11 85); }
.feat-no { background: transparent; color: var(--color-neutral-500); border-color: var(--color-neutral-300); }
.feat-card.feat-no { color: var(--color-neutral-700); }

.empty { padding: 48px 0 60px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.empty h2 { font-size: 24px; }
.empty p { margin: 0; max-width: 44ch; line-height: 1.55; }

.view-detail { padding: 0 0 40px; }

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px 0 14px;
  font-size: 14px;
}
.crumbs .sep { color: var(--color-neutral-500); }
.crumbs strong { font-weight: 700; }

.hero {
  position: relative;
  width: 100%;
  height: clamp(220px, 32vw, 340px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-neutral-300);
}
.hero img { width: 100%; height: 100%; object-fit: cover; display: block; }

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
  margin-top: 26px;
}
.detail-main { display: flex; flex-direction: column; gap: 30px; min-width: 0; }
.detail-side { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 73px; }

.detail-title h1 { font-size: clamp(28px, 4vw, 40px); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.lede { margin: 14px 0 0; font-size: 16px; line-height: 1.65; max-width: 62ch; color: var(--color-neutral-800); text-wrap: pretty; }

.section > h2 { font-size: 24px; margin-bottom: 16px; }

.feat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.feat-card {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border-radius: var(--radius-md);
}
.feat-card svg { width: 30px; height: 30px; flex: none; }
.feat-card b { display: block; font-size: 14px; line-height: 1.2; }
.feat-card span { display: block; font-size: 12px; margin-top: 3px; }

.near-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.near {
  display: flex;
  flex-direction: column;
  background: var(--color-neutral-100);
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  padding: 0;
  transition: transform .12s ease, box-shadow .12s ease;
}
.near:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.near img { width: 100%; height: 112px; object-fit: cover; display: block; background: var(--color-neutral-300); }
.near .photo-placeholder { height: 112px; }
.near-body { padding: 12px 14px 15px; display: flex; flex-direction: column; gap: 4px; }
.near-body b { font-family: "Baloo 2", var(--font-heading); font-weight: 700; font-size: 17px; line-height: 1.15; }

.coords,
.maplink {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 15px;
  border-radius: 999px;
  border: 2px solid var(--color-accent-300);
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
}
.coords svg,
.maplink svg { width: 18px; height: 18px; flex: none; color: var(--color-accent-600); }
.coords span { overflow-wrap: anywhere; min-width: 0; }
.maplink:hover { background: var(--color-accent-200); border-color: var(--color-accent-500); color: var(--color-text); text-decoration: none; }
.maplink .ext { margin-left: auto; color: var(--color-neutral-600); width: 15px; height: 15px; }

.contact { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.contact div { display: flex; gap: 10px; align-items: center; }
.contact svg { width: 18px; height: 18px; flex: none; color: var(--color-accent-600); }
.contact a { color: var(--color-text); font-weight: 700; }
.contact a, .contact span { overflow-wrap: anywhere; min-width: 0; }

.hours { display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.hours div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--color-divider); }
.hours div:last-child { border-bottom: none; padding-bottom: 0; }

.stack { display: flex; flex-direction: column; gap: 14px; }

.sitefoot { padding: 30px 0 40px; border-top: 1px solid var(--color-divider); }
.sitefoot p { margin: 0; font-size: 13px; line-height: 1.6; max-width: 70ch; }

@media (max-width: 860px) {
  .detail-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .detail-side { position: static; }
  .hero { height: clamp(200px, 46vw, 300px); border-radius: 0; margin: 0 -20px; width: auto; }
}

@media (max-width: 700px), (pointer: coarse) {
  /* Keep page gestures to scrolling; MapLibre handles zoom inside its canvas. */
  body { touch-action: pan-x pan-y; }
  /* Safari zooms into smaller text fields when the keyboard opens. */
  .searchbar input { font-size: 16px; }
}

@media (max-width: 700px) {
  .topbar { flex-wrap: wrap; gap: 10px; padding: 10px 16px; }
  .brand span { font-size: 19px; }
  .searchbar { max-width: none; order: 3; width: 100%; }
  .wrap { padding: 0 16px; }

  .map-panel {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: auto;
    padding: 70px 0 max(18px, env(safe-area-inset-bottom));
    gap: 10px;
    background: linear-gradient(to top,
      rgb(245, 234, 216) 0%,
      rgb(245, 234, 216) 58%,
      rgba(245, 234, 216, .95) 72%,
      rgba(245, 234, 216, .7) 86%,
      rgba(245, 234, 216, 0) 100%);
    border-radius: 0;
    box-shadow: none;
  }
  .map-panel-head { padding: 0 16px; }
  .map-panel-head h1 { font-size: 19px; }
  .map-panel-head p { display: none; }
  .chips { padding: 0 16px 2px; }
  .map-panel-list {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 16px 6px;
    margin: 0;
    flex: none;
    gap: 10px;
  }
  .map-panel-list .mini { width: 232px; flex: none; box-shadow: var(--shadow-md); background: var(--color-bg); }
  .map-panel-foot { display: none; }

  .view-list { padding: 20px 0 50px; }
  .list-head h1 { font-size: 24px; }
  .grid { grid-template-columns: 1fr; gap: 18px; margin-top: 16px; }
  .feat-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
  .feat-card { flex-direction: column; text-align: center; gap: 7px; padding: 12px 8px; }
  .feat-card svg { width: 24px; height: 24px; }
  .feat-card span { display: none; }
  .near-grid { grid-template-columns: 1fr; }
  .near { flex-direction: row; align-items: center; }
  .near img, .near .photo-placeholder { width: 84px; height: 84px; flex: none; }
  .near .photo-placeholder span { display: none; }
  .detail-title h1 { font-size: 26px; }
  .section > h2 { font-size: 20px; margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
