/* places-static.css — public-site styles for place + /g/ detail pages. */

main { max-width: 820px; }

.toolbar { font-family: ui-monospace, Menlo, monospace; font-size: 12px; padding: 6px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 8px 0 18px; }
.toolbar a { margin-right: 12px; }

/* ── HERO ── */
.d-hero { border-bottom: 1px solid #000; padding-bottom: 14px; margin-bottom: 18px; }
.d-title { margin: 0 0 6px; border: 0; padding: 0; font-family: ui-monospace, Menlo, monospace; font-size: 22px; letter-spacing: -0.3px; font-weight: 700; }
.d-cat { display: inline-block; font-family: ui-monospace, Menlo, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.7px; color: #555; border: 1px solid #000; padding: 2px 6px; margin-right: 8px; vertical-align: 2px; }
.d-coords { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: #555; margin: 0 0 6px; }
.d-aliases { font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: #555; margin: 6px 0 0; }
.d-oneliner { font-family: "Times New Roman", Times, serif; font-size: 16px; line-height: 1.55; margin: 12px 0 0; }

/* ── DOCUMENTED RECORD ── */
.d-record { margin-top: 22px; }
.d-record p { font-family: "Times New Roman", Times, serif; font-size: 16px; line-height: 1.65; margin: 0 0 12px; }
.d-record h2 { margin-top: 0; }

/* ── NOTABLE & INTRIGUING ── */
.d-notable { margin-top: 28px; }
.d-notable-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 12px; }
.d-notable-card { border: 1px solid #000; padding: 12px 14px 14px; background: #fff; }
.d-notable-fact { font-family: "Times New Roman", Times, serif; font-size: 15.5px; line-height: 1.55; margin: 0 0 6px; }
.d-notable-source { font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: #666; margin: 0; }

/* ── GALLERY ── */
.d-gallery { margin: 28px 0 8px; }
.d-gallery-h2 { margin: 0 0 12px; }
.d-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; }
.d-gallery-fig { margin: 0; border: 1px solid #000; background: #fff; }
.d-gallery-fig img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 1px solid #000; }
.d-gallery-fig figcaption { padding: 8px 10px 10px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; line-height: 1.45; color: #333; }
.d-gallery-credit { display: block; margin-top: 4px; color: #888; font-size: 10px; letter-spacing: 0.3px; }
.d-gallery-credit a { color: #888; }
