:root{--color-primary:#c50909;--color-primary-hover:#a80707;--color-primary-active:#8d0606;--color-primary-bright:#e8151a;--color-primary-soft:#fce9e8;--color-primary-tint:#fdf4f2;--color-primary-border:#f0c3c0;--color-on-primary:#fff;--color-background:#fff;--color-surface:#fff;--color-surface-sunken:#f4f5f7;--color-surface-elevated:#fff;--color-surface-placeholder:#e9eaee;--color-canvas:#f4f5f7;--color-cream:#eef0f3;--color-cream-strong:#e4e7ec;--color-warm-tint:#f2f3f5;--color-warm-border:#e3e5ea;--color-warm-ink:#4b5563;--color-text-primary:#16181d;--color-text-secondary:#6b7280;--color-text-muted:#9096a1;--color-text-inverse:#fff;--color-border:#e7e8ec;--color-border-strong:#d3d5db;--color-border-focus:var(--color-primary);--color-success:#12a150;--color-success-soft:#e7f7ee;--color-warning:#b7791f;--color-warning-soft:#fdf3e2;--color-error:#d32f2f;--color-error-soft:#fdecea;--color-info:#1d6fd0;--color-info-soft:#e8f1fc;--color-star:#fba323;--color-accent-green:#12a150;--color-accent-green-soft:#e7f7ee;--color-accent-green-tint:#f3faf6;--color-accent-amber:#b7791f;--color-accent-amber-soft:#f6f0e2;--color-accent-amber-tint:#faf7f1;--color-accent-blue:#1f4fbf;--color-accent-blue-soft:#e4ebfa;--color-accent-blue-tint:#f2f5fc;--color-accent-clay:#4b5563;--color-accent-clay-soft:#eef0f3;--color-ink:#14151a;--color-ink-elevated:#1c1e26;--color-ink-deep:#101114;--color-ink-line:#ffffff1f;--color-on-ink:#f7f3ee;--color-on-ink-muted:#f7f3eea8;--color-maroon:#6e0d0d;--color-maroon-deep:#4e0808;--color-forest:#1d4d24;--color-forest-deep:#143619;--overlay-image:linear-gradient(to top, #0000008c 0%, #0000001f 45%, #0000 100%);--overlay-scrim:#18181b8c;--font-family-base:var(--font-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-marketing:var(--font-marketing), var(--font-family-base);--font-family-display:var(--font-display), Georgia, "Times New Roman", serif;--font-size-2xs:.6875rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:clamp(1rem, .97rem + .14vw, 1.0625rem);--font-size-lg:clamp(1.125rem, 1.08rem + .2vw, 1.25rem);--font-size-xl:clamp(1.375rem, 1.28rem + .42vw, 1.625rem);--font-size-2xl:clamp(1.75rem, 1.55rem + .9vw, 2.25rem);--font-size-3xl:clamp(2.25rem, 1.9rem + 1.6vw, 3rem);--font-size-4xl:clamp(3rem, 2.3rem + 3vw, 4.5rem);--font-size-5xl:clamp(3.25rem, 2rem + 5.2vw, 6rem);--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--line-height-tight:1.15;--line-height-snug:1.35;--line-height-normal:1.55;--letter-spacing-tight:-.02em;--letter-spacing-normal:0;--letter-spacing-wide:.02em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:999px;--shadow-xs:0 1px 2px #1f1f1f0f;--shadow-sm:0 1px 3px #1f1f1f0f, 0 4px 12px #1f1f1f0a;--shadow-md:0 2px 6px #1f1f1f0d, 0 12px 28px #1f1f1f14;--shadow-lg:0 6px 16px #1f1f1f0f, 0 24px 56px #1f1f1f1f;--shadow-primary:0 6px 20px #c5090942;--shadow-focus:0 0 0 3px #c5090938;--duration-instant:90ms;--duration-fast:.15s;--duration-base:.22s;--duration-slow:.34s;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--z-base:0;--z-sticky:100;--z-header:200;--z-dropdown:300;--z-overlay:400;--z-modal:500;--z-toast:600;--layout-max-width:clamp(1100px, 92vw, 1600px);--layout-max-width-marketing:1640px;--layout-gutter-marketing:clamp(1rem, 3.4vw, 3.5rem);--layout-gutter:var(--space-4);--header-height:68px;--section-space-sm:clamp(var(--space-10), 5vw, var(--space-16));--section-space-md:clamp(var(--space-12), 6.5vw, var(--space-20));--section-space-lg:clamp(var(--space-16), 8vw, var(--space-24));--mobile-nav-height:62px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (min-width:768px){:root{--layout-gutter:var(--space-6)}}@media (min-width:1280px){:root{--layout-gutter:var(--space-8)}}
*,:before,:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + var(--space-4));-webkit-text-size-adjust:100%}body{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100dvh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);font-size:inherit;text-wrap:balance}p{text-wrap:pretty}a{color:inherit;text-decoration:none}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none;padding:0}ul,ol{padding:0;list-style:none}p,h1,h2,h3,h4,li{overflow-wrap:break-word}:focus{outline:none}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px;border-radius:var(--radius-xs)}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{top:var(--space-2);left:var(--space-2);z-index:var(--z-toast);padding:var(--space-3) var(--space-4);background-color:var(--color-surface);color:var(--color-text-primary);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);font-weight:var(--font-weight-medium);position:absolute;transform:translateY(-200%)}.skip-link:focus-visible{transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;max-width:var(--layout-max-width);padding-inline:var(--layout-gutter);margin-inline:auto}.container-marketing{width:100%;max-width:var(--layout-max-width-marketing);padding-inline:var(--layout-gutter-marketing);margin-inline:auto}.bleed-full{width:100%;max-width:none;margin-inline:0}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.leaflet-container{font-family:var(--font-family-base);background-color:var(--color-surface-sunken)}.leaflet-control-zoom a,.leaflet-bar a{border-radius:var(--radius-xs)!important;color:var(--color-text-primary)!important}.leaflet-control-attribution{font-size:var(--font-size-2xs)!important;background-color:#fffc!important}
