.masthead{background:var(--surface-0);padding:3rem 3rem 2.5rem;position:relative;overflow:hidden}.masthead-inner{max-width:1400px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.masthead-label{font-family:var(--font-ui),sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem}.masthead-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:var(--text-primary);margin:0 0 .4rem;line-height:1;letter-spacing:-.01em}.masthead-sub{font-family:var(--font-ui),sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0}.masthead-stats{display:flex;gap:2.5rem;flex-shrink:0}.stat{text-align:right}.stat-number{font-family:var(--font-display),Georgia,serif;font-size:2.2rem;font-weight:600;color:var(--accent);line-height:1;letter-spacing:-.02em}.stat-label{font-family:var(--font-ui),sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-top:.25rem}.map-section{position:relative;background:var(--surface-0)}#map{width:100%;height:calc(100vh - 180px);min-height:500px;max-height:900px}.map-legend{position:absolute;bottom:2rem;left:2rem;background:#141d18eb;backdrop-filter:blur(6px);border:1px solid rgba(159,203,139,.3);border-radius:8px;padding:.85rem 1.1rem;z-index:10}.legend-title{font-family:var(--font-ui),sans-serif;font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin:0 0 .6rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-ui),sans-serif;font-size:.78rem;color:var(--text-muted)}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--accent);border:2px solid var(--text-primary)}.maplibregl-popup-content{background:var(--surface-1)!important;border-radius:8px!important;padding:0!important;box-shadow:0 8px 32px #0006!important;border:1px solid rgba(159,203,139,.35)!important;min-width:200px;overflow:hidden}.maplibregl-popup-tip{border-top-color:var(--surface-1)!important}.maplibregl-popup-close-button{color:var(--text-muted)!important;font-size:1.1rem!important;padding:.4rem .6rem!important;line-height:1!important}.maplibregl-popup-close-button:hover{color:var(--text-primary)!important}.post-grid-section{background:var(--surface-1)}.post-grid-header{max-width:1400px;margin:0 auto;padding:3rem 3rem 0}.post-grid-label{font-family:var(--font-ui),sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem}.post-grid-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--text-primary);margin:0}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 3rem 3rem;max-width:1400px;margin:0 auto}.post-card{display:flex;flex-direction:column;border:1px solid var(--hairline);border-radius:12px;overflow:hidden;text-decoration:none;background:var(--surface-1);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.post-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.post-card-img{height:200px;overflow:hidden;flex-shrink:0}.post-card-img img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .35s ease}.post-card:hover .post-card-img img{transform:scale(1.05)}.post-card-body{display:flex;flex-direction:column;flex:1;padding:1rem 1.1rem 1.1rem}.post-card-date{font-size:.75rem;color:var(--text-muted);margin-bottom:.6rem}.post-card-title{font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin:0 0 .5rem;transition:color .15s}.post-card:hover .post-card-title{color:var(--accent)}.post-card-desc{font-size:.82rem;color:var(--text-body);line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-more{font-family:var(--font-ui),sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-top:.75rem}@media(max-width:768px){.masthead{padding:2rem 1.25rem 1.75rem}.masthead-stats{gap:1.5rem}.stat{text-align:left}.map-legend{bottom:1rem;left:1rem}#map{height:60vh;min-height:400px}}@media(max-width:900px){.post-grid{grid-template-columns:repeat(2,1fr);padding:2rem 1.5rem}.post-grid-header{padding:2rem 1.5rem 0}}@media(max-width:600px){.post-grid{grid-template-columns:1fr;padding:1.5rem 1rem}.post-grid-header{padding:1.5rem 1rem 0}}
