@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0805;--bg-card: #160e08;--bg-card2: #1e1208;--border: #3a2210;--accent: #c2692a;--accent-hover: #d97c3a;--gold: #d4a430;--cream: #f5ede0;--muted: #a89880;--muted2: #6b5a46;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--cream);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:inherit}.section-label{font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.aa-leaflet-dark .leaflet-tile-pane{filter:grayscale(1) invert(1) contrast(1.05) brightness(.75) sepia(.3) hue-rotate(10deg)}.aa-leaflet-dark .leaflet-control-zoom a{background:#0d0805d9;color:var(--cream);border-color:var(--border)}.aa-leaflet-dark .leaflet-control-attribution{background:#0d0805b3;color:var(--muted2);font-size:10px}.aa-leaflet-dark .leaflet-control-attribution a{color:var(--muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:fadeUp .7s ease forwards}.fade-in{animation:fadeIn .5s ease forwards}
