*, *::before, *::after { box-sizing: border-box; }
body { font-family: var(--font-body, system-ui, -apple-system, sans-serif); margin: 0; padding: 0; color: #1a1a1a; background: #fafafa; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading, var(--font-body, system-ui, -apple-system, sans-serif)); }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
header { background: var(--hero-background); color: #fff; border-bottom: none; padding: 1.25rem 0; position: relative; overflow: hidden; }
.site-header-inner { position: relative; }
header h1 { margin: 0; font-size: 1.5rem; font-weight: 700; }
header p { margin: 0.25rem 0 0; color: rgba(255,255,255,0.8); font-size: 0.9rem; }
header h1 a { color: inherit; text-decoration: none; }
.header-inner { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
main { padding: 2rem 0; }
footer { background: #1a1a1a; color: #9ca3af; text-align: center; padding: 2rem; font-size: 0.875rem; margin-top: 3rem; }
.grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 1.25rem; }
.card h2 { margin: 0 0 0.5rem; font-size: 1.1rem; }
.card a { color: inherit; text-decoration: none; }
.card a:hover h2 { text-decoration: underline; }
.badge { display: inline-block; padding: 0.2rem 0.6rem; border-radius: 999px; font-size: 0.75rem; font-weight: 600; margin-right: 0.25rem; }
.badge-featured { background: #fef3c7; color: #92400e; }
.badge-enhanced { background: #dbeafe; color: #1e40af; }
.badge-claimed { background: #d1fae5; color: #065f46; }
.meta { color: #6b7280; font-size: 0.875rem; margin-top: 0.5rem; }
.categories { margin-top: 0.75rem; }
.cat-tag { display: inline-block; background: #f3f4f6; color: #374151; border-radius: 4px; padding: 0.15rem 0.5rem; font-size: 0.75rem; margin: 0.1rem; text-decoration: none; }
.cat-tag:hover { background: #e5e7eb; }
.loc-badge { display: inline-flex; align-items: center; gap: 0.25rem; background: #ecfdf5; color: #065f46; border-radius: 4px; padding: 0.15rem 0.5rem; font-size: 0.72rem; margin: 0.1rem; text-decoration: none; }
.loc-badge:hover { background: #d1fae5; }
.section-title { font-size: 1.25rem; font-weight: 700; margin: 2rem 0 1rem; }
.claim-cta { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 8px; padding: 1rem 1.25rem; margin-top: 1rem; font-size: 0.9rem; }
.claim-cta a { color: var(--color-primary); font-weight: 600; }
.detail-grid { display: grid; gap: 2rem; grid-template-columns: 1fr 300px; }
@media (max-width: 700px) { .detail-grid { grid-template-columns: 1fr; } .header-inner { flex-direction: column; align-items: flex-start; } #srch-wrap { width: 100%; } #srch { width: 100%; } }
.detail-sidebar { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 1.25rem; align-self: start; }
.detail-sidebar p { margin: 0.4rem 0; font-size: 0.9rem; }
.detail-sidebar strong { color: #374151; }
h1.listing-title { font-size: 2rem; margin: 0 0 0.5rem; }
.listing-desc { color: #374151; line-height: 1.6; }
.breadcrumb { font-size: 0.85rem; color: #6b7280; margin-bottom: 1.25rem; }
.breadcrumb a { color: var(--color-primary); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.hero { padding: 2.5rem 0 2rem; }
.hero h2 { font-size: 2rem; margin: 0 0 0.75rem; color: #111; }
.hero p { font-size: 1.1rem; color: #4b5563; max-width: 640px; }
.intro-paragraph { color: #4b5563; line-height: 1.7; font-size: 1rem; margin: 1.5rem 0 2rem; max-width: 720px; }
.content-blocks { margin: 2rem 0; display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.content-block { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 1.5rem; }
.content-block h3 { margin: 0 0 0.75rem; font-size: 1.1rem; color: var(--color-primary); }
.content-block p { margin: 0; color: #4b5563; line-height: 1.6; font-size: 0.95rem; }
.loc-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.75rem 0 1.5rem; padding: 0.75rem 1rem; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; }
.loc-chip { display: inline-flex; align-items: center; gap: 0.25rem; padding: 0.25rem 0.65rem; border-radius: 999px; font-size: 0.8rem; font-weight: 500; text-decoration: none; background: #fff; border: 1px solid #d1d5db; color: #374151; }
.loc-chip:hover { background: #f3f4f6; border-color: #9ca3af; }
.loc-chip .loc-count { font-size: 0.7rem; color: #6b7280; font-weight: 400; }
a { color: var(--color-primary); }
.browse-all-link { display: inline-flex; align-items: center; padding: 0.4rem 0.9rem; border: 1.5px solid rgba(255,255,255,0.55); border-radius: 6px; color: rgba(255,255,255,0.9); text-decoration: none; font-size: 0.875rem; font-weight: 500; white-space: nowrap; transition: background 0.15s, border-color 0.15s; }
.browse-all-link:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.9); color: #fff; }
.browse-all-link--active { background: rgba(255,255,255,0.2); border-color: #fff; color: #fff; font-weight: 600; }
.site-logo { height: 2.5rem; width: auto; object-fit: contain; flex-shrink: 0; display: block; }
.custom-nav-link { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.875rem; font-weight: 500; padding: 0.3rem 0.5rem; white-space: nowrap; border-radius: 4px; transition: color 0.15s, background 0.15s; }
.custom-nav-link:hover { color: #fff; background: rgba(255,255,255,0.12); }
#srch-wrap { position: relative; margin-left: auto; }
#srch { padding: 0.45rem 0.85rem; border: 1px solid #d1d5db; border-radius: 6px; font-size: 0.875rem; width: 260px; outline: none; }
#srch-drop { position: absolute; top: calc(100% + 4px); right: 0; left: 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.1); z-index: 9999; overflow: hidden; min-width: 300px; }
.sdrop-item { display: flex; align-items: center; gap: 0.6rem; padding: 0.55rem 1rem; color: #111; text-decoration: none; font-size: 0.875rem; border-bottom: 1px solid #f3f4f6; }
.sdrop-item:last-child { border-bottom: none; }
.sdrop-item:hover, .sdrop-item:focus { background: #f9fafb; outline: none; }
.stype { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #6b7280; background: #f3f4f6; border-radius: 4px; padding: 0.1rem 0.4rem; white-space: nowrap; }
#srch:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(99,102,241,.15); }
.srch-layout { display: flex; gap: 1.5rem; align-items: flex-start; margin-top: 1.5rem; }
.srch-sidebar { width: 260px; flex-shrink: 0; position: sticky; top: 1rem; }
.srch-main { flex: 1; min-width: 0; }
.fs { margin-bottom: 1.25rem; }
.fh { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #6b7280; margin-bottom: 0.5rem; }
.fh-tog { background: none; border: none; cursor: pointer; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #6b7280; margin-bottom: 0.5rem; padding: 0; font-family: inherit; display: flex; align-items: center; justify-content: space-between; width: 100%; }
.fh-tog:hover { color: #374151; }
.tg-pills.tg-collapsed { display: none; }
.tog-ic { font-size: 0.65rem; transition: transform 0.15s; }
.s-inp { width: 100%; padding: 0.4rem 0.7rem; border: 1px solid #d1d5db; border-radius: 6px; font-size: 0.875rem; outline: none; font-family: inherit; }
.s-inp:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(99,102,241,.15); }
.pills { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.pill { background: #f3f4f6; border: 1px solid #e5e7eb; color: #374151; border-radius: 999px; padding: 0.2rem 0.6rem; font-size: 0.78rem; cursor: pointer; font-family: inherit; line-height: 1.4; }
.pill:hover { background: #e5e7eb; border-color: #d1d5db; }
.pill-on { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.pill-on:hover { opacity: 0.9; }
.pcnt { font-size: 0.7rem; opacity: 0.65; font-weight: 400; }
.fbar { display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; margin-bottom: 1rem; padding: 0.6rem 0.85rem; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; }
.fchip { display: inline-flex; align-items: center; gap: 0.3rem; background: #fff; border: 1px solid #d1d5db; border-radius: 999px; padding: 0.15rem 0.5rem; font-size: 0.78rem; color: #374151; }
.fchip-x { background: none; border: none; cursor: pointer; color: #6b7280; font-size: 0.9rem; padding: 0; line-height: 1; display: flex; align-items: center; }
.fchip-x:hover { color: #111; }
.fbar-clearall { background: none; border: none; cursor: pointer; font-size: 0.78rem; color: var(--color-primary); font-weight: 600; padding: 0.15rem 0.35rem; font-family: inherit; }
.fbar-clearall:hover { text-decoration: underline; }
.srch-count { font-size: 0.875rem; color: #6b7280; margin-bottom: 0.85rem; display: block; }
.loading { color: #6b7280; font-size: 0.9rem; }
.empty { text-align: center; padding: 3rem 1rem; color: #6b7280; }
.empty p { margin: 0 0 1rem; font-size: 1rem; }
.btn-primary { background: var(--color-primary); color: #fff; border: none; border-radius: 6px; padding: 0.5rem 1.25rem; font-size: 0.9rem; cursor: pointer; font-family: inherit; }
.btn-primary:hover { opacity: 0.9; }
@media (max-width: 700px) { .srch-layout { flex-direction: column; } .srch-sidebar { width: 100%; position: static; } }
.card-name { display: flex; align-items: center; gap: 0.4rem; margin: 0 0 0.5rem; font-size: 1.1rem; }
.favicon-icon { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; border-radius: 3px; }
.photo-gallery { display: flex; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.25rem; }
.gallery-thumb-link { flex-shrink: 0; display: block; }
.gallery-thumb { width: 120px; height: 90px; object-fit: cover; border-radius: 6px; border: 1px solid #e5e7eb; }
.static-map-link { display: block; margin-top: 1rem; }
.static-map-img { width: 100%; height: auto; border-radius: 6px; border: 1px solid #e5e7eb; display: block; }
.card-elevated { border: none; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.10); }
.card-flat { border: none; border-radius: 8px; box-shadow: none; background: #f3f4f6; }
.card-outlined { border: 2px solid #d1d5db; border-radius: 12px; box-shadow: none; background: #fff; }
.card-list { display: flex; flex-direction: row; align-items: center; gap: 1rem; padding: 0.85rem 1rem; border-radius: 8px; }
.card-list .card-list-thumb { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #f3f4f6; overflow: hidden; }
.card-list .card-list-thumb img { width: 36px; height: 36px; object-fit: contain; }
.card-list-thumb-placeholder { width: 36px; height: 36px; }
.card-list .card-list-body { flex: 1; min-width: 0; }
.card-list .card-list-meta { display: flex; flex-wrap: wrap; gap: 0.35rem; align-items: center; margin-top: 0.25rem; font-size: 0.82rem; color: #6b7280; }
.card-list .card-list-meta .meta { margin-top: 0; }
.card-list a { color: inherit; text-decoration: none; }
.card-list a:hover h2 { text-decoration: underline; }
.hero-tall { padding: 0; min-height: 380px; display: flex; flex-direction: column; background: var(--hero-background); position: relative; }
.hero-tall-container { display: flex; flex-direction: column; flex: 1; }
.hero-tall-nav { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; gap: 1rem; }
.hero-tall-nav .site-logo { height: 2.25rem; width: auto; }
.hero-tall-nav-links { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.hero-tall-nav-links a { color: rgba(255,255,255,0.88); font-size: 0.9rem; text-decoration: none; }
.hero-tall-headline { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem 1rem 3rem; }
.hero-tall-headline h2 { color: #fff; font-size: 2.5rem; margin: 0 0 0.75rem; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.hero-tall-headline p { color: rgba(255,255,255,0.88); font-size: 1.15rem; margin: 0 0 1.5rem; text-shadow: 0 1px 4px rgba(0,0,0,0.25); }
.hero-tall-headline .search-widget { max-width: 560px; width: 100%; margin: 0 auto; }
.hero-split { background: var(--hero-background); color: #fff; padding: 0; }
.hero-split-nav { background: rgba(0,0,0,0.15); }
.hero-split-nav .header-inner { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; padding: 0.75rem 0; }
.hero-split-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 320px; }
.hero-split-text { padding: 2.5rem 2rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.hero-split-text h2 { color: #fff; font-size: 2rem; margin: 0 0 0.75rem; }
.hero-split-text p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin: 0 0 1.25rem; }
.hero-split-text .search-widget { margin-bottom: 0.75rem; }
.hero-split-image { min-height: 200px; background: rgba(255,255,255,0.08); overflow: hidden; }
@media (max-width: 700px) { .hero-split-inner { grid-template-columns: 1fr; } .hero-split-image { display: none; } .hero-split-text { padding: 1.5rem 0; } .hero-tall-headline h2 { font-size: 1.75rem; } .hero-tall { min-height: 280px; } }
.grid-list-mode { grid-template-columns: 1fr; }