:root{--color-black:#0d0d0d;--color-ink:#1a1a1a;--color-graphite:#333333;--color-slate:#6b7280;--color-line:#e5e7eb;--color-mist:#f5f6f7;--color-white:#ffffff;--color-accent:#00b5ed;--color-accent-dark:#007fa6;--color-placeholder:#d4d6d9;--color-placeholder-ink:#8a8f96;--color-placeholder-stripe:rgba(255,255,255,0.45);--surface-page:var(--color-white);--surface-muted:var(--color-mist);--surface-card:var(--color-white);--surface-dark:var(--color-black);--surface-dark-soft:var(--color-ink);--text-primary:var(--color-ink);--text-secondary:var(--color-graphite);--text-muted:var(--color-slate);--text-on-dark:var(--color-white);--text-on-dark-muted:#b9bcc1;--border-subtle:var(--color-line);--border-on-dark:#2e2e2e;--overlay-scrim:rgba(13,13,13,0.92);--color-accent-text:var(--color-accent-dark);--shadow-card:0 1px 2px rgba(0,0,0,0.04),0 8px 24px rgba(0,0,0,0.06);--map-filter:none;color-scheme:light;--font-body:var(--font-poppins),Helvetica,sans-serif;--font-display:var(--font-poppins),Helvetica,sans-serif;--font-display-weight:600;--font-secondary:"halogen",sans-serif;--font-secondary-weight:700;--step--2:clamp(0.72rem,0.69rem + 0.13vw,0.8rem);--step--1:clamp(0.82rem,0.79rem + 0.15vw,0.9rem);--step-0:clamp(1rem,0.96rem + 0.2vw,1.075rem);--step-1:clamp(1.2rem,1.1rem + 0.5vw,1.45rem);--step-2:clamp(1.5rem,1.3rem + 1vw,2rem);--step-3:clamp(2rem,1.6rem + 2vw,3.25rem);--step-4:clamp(2.5rem,1.9rem + 3vw,4rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--container-max:1240px;--container-narrow:820px;--container-pad:clamp(1rem,4vw,2.5rem);--header-h:96px;--topbar-h:38px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--transition:180ms ease;--z-header:100;--z-overlay:200}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--surface-page:#0e0f11;--surface-muted:#16181b;--surface-card:#191c1f;--surface-dark:#000000;--surface-dark-soft:#08090a;--text-primary:#f1f3f5;--text-secondary:#c3c8ce;--text-muted:#8b9199;--text-on-dark:#ffffff;--text-on-dark-muted:#a8adb4;--border-subtle:#282b30;--border-on-dark:#23262a;--overlay-scrim:rgba(0,0,0,0.94);--color-accent-text:var(--color-accent);--color-placeholder:#23262a;--color-placeholder-ink:#767c85;--color-placeholder-stripe:rgba(255,255,255,0.05);--shadow-card:0 1px 2px rgba(0,0,0,0.5),0 8px 24px rgba(0,0,0,0.45);--map-filter:brightness(0.82) contrast(1.06);color-scheme:dark}}:root[data-theme=dark]{--surface-page:#0e0f11;--surface-muted:#16181b;--surface-card:#191c1f;--surface-dark:#000000;--surface-dark-soft:#08090a;--text-primary:#f1f3f5;--text-secondary:#c3c8ce;--text-muted:#8b9199;--text-on-dark:#ffffff;--text-on-dark-muted:#a8adb4;--border-subtle:#282b30;--border-on-dark:#23262a;--overlay-scrim:rgba(0,0,0,0.94);--color-accent-text:var(--color-accent);--color-placeholder:#23262a;--color-placeholder-ink:#767c85;--color-placeholder-stripe:rgba(255,255,255,0.05);--shadow-card:0 1px 2px rgba(0,0,0,0.5),0 8px 24px rgba(0,0,0,0.45);--map-filter:brightness(0.82) contrast(1.06);color-scheme:dark}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100dvh;background:var(--surface-page);color:var(--text-primary);font-family:var(--font-body);font-size:var(--step-0);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}canvas,iframe,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,li,p{overflow-wrap:break-word}ol,ul{padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--font-display-weight);line-height:1.08;letter-spacing:-.01em;text-wrap:balance;-webkit-hyphens:auto;hyphens:auto}h1{font-size:var(--step-4);text-transform:capitalize}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}h4{font-size:var(--step-1)}p{text-wrap:pretty}a{color:inherit;text-decoration:none;transition:color var(--transition)}address{font-style:normal}:focus-visible{outline:2px solid var(--color-accent-text);outline-offset:2px;border-radius:var(--radius-sm)}[id]:target,section[id]{scroll-margin-top:calc(var(--header-h) + var(--space-4))}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.skipLink{position:absolute;top:var(--space-2);left:var(--space-2);z-index:calc(var(--z-overlay) + 1);padding:var(--space-2) var(--space-4);background:var(--color-accent);color:var(--color-black);font-size:var(--step--1);font-weight:600;border-radius:var(--radius-sm);transform:translateY(-200%);transition:transform var(--transition)}.skipLink:focus-visible{transform:translateY(0)}body[data-scroll-locked=true]{overflow:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}