:root {
    color-scheme: light;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f4f6fb;
    color: #101828;
}
* { box-sizing: border-box; }
body { margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.page-header { max-width: 1200px; margin: 0 auto; padding: 30px 24px 0; }
.topbar { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 24px; }
.topbar a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; font-weight: 600; background: #0f172a; color: #fff; border: none; }
.hero { max-width: 1200px; margin: 0 auto 32px; padding: 0 24px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr); gap: 24px; }
.hero-card { background: white; border-radius: 30px; overflow: hidden; box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08); }
.gallery-main { width: 100%; aspect-ratio: 16/9; position: relative; overflow: hidden; }
.main-image-trigger { width: 100%; height: 100%; padding: 0; border: none; background: transparent; cursor: zoom-in; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb-strip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    min-height: 108px;
    overflow-x: auto;
}
.thumb {
    width: 96px;
    height: 72px;
    flex: 0 0 96px;
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid transparent;
    background: transparent;
    transition: border-color .2s;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb.active { border-color: #0ea5e9; }
.image-lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.88);
    z-index: 9999;
}
.image-lightbox.is-open { display: flex; }
.image-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: none;
    background: transparent;
    cursor: zoom-out;
}
.image-lightbox-content {
    position: relative;
    z-index: 1;
    max-width: min(96vw, 1400px);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.image-lightbox-close {
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}
.image-lightbox-close:hover { background: rgba(255, 255, 255, 0.22); }
.image-lightbox-image {
    display: block;
    max-width: min(96vw, 1400px);
    max-height: calc(92vh - 54px);
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.35);
}
.hero-meta { padding: 28px; }
.hero-meta h1 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.03em; }
.hero-meta p { margin: 16px 0 0; color: #475569; font-size: 1rem; line-height: 1.8; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(15, 23, 42, 0.05); color: #0f172a; font-size: 0.92rem; font-weight: 600; }
.badge-accent { background: #eef2ff; color: #4338ca; }
.badge-muted { background: #f8fafc; color: #475569; }
.section { max-width: 1200px; margin: 0 auto 28px; padding: 0 24px; }
.section-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 420px); gap: 24px; }
.panel { background: white; border-radius: 28px; padding: 28px; box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08); }
.panel h2 { margin-top: 0; font-size: 1.25rem; letter-spacing: -.01em; }
.feature-grid { display: grid; gap: 12px; margin-top: 18px; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 16px 18px; border-radius: 22px; border: 1px solid #e2e8f0; background: #f8fafc; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: #e0f2fe; color: #0369a1; }
.feature strong { display: block; font-size: 0.98rem; margin-bottom: 4px; }
.feature p { margin: 0; color: #475569; font-size: 0.95rem; line-height: 1.6; }
.feature .muted { color: #6b7280; }
.actions { display: grid; gap: 14px; margin-top: 22px; }
.action-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 18px; border-radius: 18px; border: 1px solid transparent; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.action-btn:hover { transform: translateY(-1px); }
.action-primary { background: #0f172a; color: white; }
.action-secondary { background: white; border-color: #e2e8f0; color: #0f172a; }
.info-grid { display: grid; gap: 16px; margin-top: 20px; }
.info-card { border-radius: 24px; border: 1px solid #e2e8f0; padding: 18px; background: white; }
.info-card strong { display: block; margin-bottom: 8px; font-size: 0.96rem; color: #0f172a; }
.info-card span { color: #475569; font-size: 0.96rem; }
.list-inline { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.list-inline li { background: #f8fafc; border-radius: 18px; padding: 10px 16px; color: #475569; font-size: 0.95rem; }
.section-form { margin-top: 24px; }
.section-form h3 { margin-bottom: 18px; }
.form-grid { display: grid; gap: 16px; }
.form-row { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-group { display: grid; gap: 8px; }
.form-group label { font-weight: 600; color: #0f172a; font-size: 0.95rem; }
.form-group input,
.form-group textarea,
.form-group select { width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid #cbd5e1; font-size: 0.95rem; color: #0f172a; background: #f8fafc; }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.form-submit { padding: 14px 20px; border-radius: 16px; border: none; background: #0f172a; color: white; font-weight: 700; }
.note { color: #475569; font-size: 0.92rem; }
.status-banner { margin: 24px auto; max-width: 1200px; padding: 18px 24px; border-radius: 24px; border: 1px solid #c7d2fe; background: #eef2ff; color: #3730a3; }
.section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 1.15rem; }
.section-title svg { width: 22px; height: 22px; color: #4338ca; }
.social-grid { display: grid; gap: 12px; margin-top: 14px; }
.social-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 18px; border: 1px solid #e2e8f0; background: white; color: #0f172a; font-weight: 600; }
.social-link svg { width: 18px; height: 18px; }
@media (max-width: 960px) { .hero-grid, .section-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
    .topbar { flex-direction: column; align-items: stretch; }
    .hero-card, .panel { border-radius: 24px; }
    .thumb-strip { min-height: 95px; padding: 14px; }
    .thumb { width: 84px; height: 63px; flex-basis: 84px; }
}
#mapContainer { border-radius: 28px; }
.leaflet-container { font-family: inherit; }
.leaflet-popup { margin-bottom: 0; }
.leaflet-popup-content-wrapper { border-radius: 12px; box-shadow: 0 18px 60px rgba(15, 23, 42, 0.15); }
.leaflet-popup-tip { background: white; }
