/* neilgulino.com — 2026 redesign. Layout lives inline; this file holds only global resets. */
body { margin:0; background:#eceee9; color:#17242e; font-family:"Instrument Sans",system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif; -webkit-font-smoothing:antialiased; }
* { box-sizing:border-box; }
a { color:#a8681a; text-decoration:none; }
a:hover { color:#d98a2b; }
img { max-width:100%; }
.leaflet-container { background:#dfe2db; font-family:"JetBrains Mono",monospace; }
:focus-visible { outline:2px solid #d98a2b; outline-offset:3px; }
@media (max-width:900px) {
  [style*="grid-template-columns:1.32fr"], [style*="grid-template-columns:1.5fr"],
  [style*="grid-template-columns:1fr 1fr"], [style*="grid-template-columns:1.15fr"],
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:210px"], [style*="grid-template-columns:170px"] { grid-template-columns:1fr !important; }
  /* stats block: 2 columns on mobile instead of one tall stack (desktop stays 5-across) */
  [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns:1fr 1fr !important; }
  h1 { font-size:44px !important; }
}