:root{--color-bg: #ffffff;--color-fg: #1a1a1a;--color-muted: #777;--color-border: #ddd}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--color-fg);background:var(--color-bg);line-height:1.5}img,svg{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{text-wrap:balance}.nav{position:sticky;top:0;z-index:100;background:var(--color-bg, #fff);border-bottom:1px solid var(--color-border, #e0e0e0)}.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:72rem;margin:0 auto;padding:0 1.5rem;height:3.5rem}.nav__logo{font-weight:700;font-size:1.125rem;text-decoration:none;color:inherit}.nav__links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav__links a{text-decoration:none;color:inherit;font-size:.875rem}.nav__links a:hover{text-decoration:underline}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:6rem 1.5rem;text-align:center}.hero__title{font-size:clamp(2.5rem,10vw,5rem);font-weight:700;margin:0;line-height:1.1}.hero__tagline{margin:1.5rem auto 0;max-width:32rem;font-size:clamp(1.05rem,2.5vw,1.3rem);line-height:1.5}.hero__lead{margin:2rem auto 0;max-width:36rem;font-size:1rem;line-height:1.65}.help{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:4rem 1.5rem;text-align:center}.help__title{font-size:1.75rem;font-weight:700;margin:0 0 3rem}.help__actions{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.help__btn{display:inline-block;padding:1rem 2.5rem;border:2px solid var(--color-border, #222);text-decoration:none;color:inherit;font-size:1rem;font-weight:600;transition:background .15s,color .15s}.help__btn:hover{background:var(--color-fg, #222);color:var(--color-bg, #fff)}.map-section{padding:4rem 1.5rem;max-width:72rem;margin:0 auto}.map-section__title{font-size:1.75rem;font-weight:700;margin:0 0 2rem;text-align:center}.map-section__placeholder{display:flex;align-items:center;justify-content:center;min-height:24rem;border:2px dashed var(--color-border, #ccc);color:var(--color-muted, #888);font-size:1rem}.contact{padding:4rem 1.5rem;max-width:72rem;margin:0 auto;text-align:center}.contact__title{font-size:1.75rem;font-weight:700;margin:0 0 2rem}.contact__details{font-style:normal;font-size:1.05rem;line-height:1.8}.contact__details a{color:inherit}.footer{padding:2rem 1.5rem;text-align:center;font-size:.8125rem;color:var(--color-muted, #888);border-top:1px solid var(--color-border, #e0e0e0)}@media (max-width: 640px){.nav__links{gap:.75rem;font-size:.8125rem}.help__actions{flex-direction:column;align-items:stretch;max-width:20rem}}
