:root{color-scheme:light;--vd-cream: #fff8ea;--vd-paper: #fffdfa;--vd-green: #073d34;--vd-muted: #4d6258;--vd-red: #b9222a;--vd-yellow: #ffc72c;--vd-line: #d8dece;font-family:ui-sans-serif,system-ui,sans-serif;color:var(--vd-green);background:var(--vd-cream);font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.4}button,input,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,[tabindex="-1"]:focus-visible{outline:3px solid var(--vd-red);outline-offset:4px}.vd-root{max-width:1280px;padding:2rem;margin:auto;font-size:1rem;line-height:1.5}.vd-root--embedded{padding:.25rem 0 0}.vd-root h1,.vd-root h2,.vd-root h3,.vd-root p{margin:0}.vd-root a{color:inherit}.vd-standalone-heading{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--vd-green)}.vd-standalone-heading h1{font:900 clamp(2.5rem,6vw,4rem)/1.1 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;text-transform:uppercase;margin:.5rem 0}.vd-eyebrow{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--vd-red)}.vd-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.vd-search{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #9cae9f;border-radius:6px;padding:0 .875rem;min-width:0;width:min(100%,440px)}.vd-search input{min-width:0;width:100%;min-height:52px;padding:.5rem 0;border:0;background:transparent;color:var(--vd-green);font-size:1rem}.vd-search input::-moz-placeholder{color:var(--vd-muted);opacity:1}.vd-search input::placeholder{color:var(--vd-muted);opacity:1}.vd-search input::-webkit-search-cancel-button{display:none}.vd-search:focus-within{outline:3px solid var(--vd-red);outline-offset:2px}.vd-search input:focus-visible{outline:none}.vd-search button{display:grid;place-items:center;border:0;background:transparent;min-height:44px;min-width:44px;margin-right:-.5rem;color:var(--vd-green)}.vd-sort{font-size:.75rem;color:var(--vd-muted)}.vd-sort span{margin-left:.5rem;font-weight:800;color:var(--vd-green)}.vd-groups{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 .5rem;border-bottom:1px solid var(--vd-line)}.vd-groups button{min-height:46px;padding:.65rem .9rem;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--vd-muted);font-weight:800}.vd-groups button[aria-selected=true]{border-bottom-color:var(--vd-red);color:var(--vd-green)}.vd-groups button span{display:inline-grid;min-width:1.6rem;margin-left:.3rem;place-items:center;border-radius:999px;background:#e7ebdf;font-size:.75rem}.vd-root .vd-results{font-size:.875rem;color:var(--vd-muted);margin:1rem 0}.vd-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;padding:0;margin:0;gap:.75rem}.vd-grid>li{min-width:0}.vd-card{width:100%;height:100%;min-height:222px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1rem .875rem;color:var(--vd-green);background:var(--vd-paper);border:1px solid var(--vd-line);border-radius:8px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.vd-card:hover{border-color:var(--vd-green);box-shadow:0 5px #073d3412;transform:translateY(-2px)}.vd-logo{display:grid;place-items:center;flex-shrink:0;width:72px;height:72px;border-radius:50%;background:#eef0e6;border:1px solid #073d3414;overflow:hidden}.vd-logo>span{font-size:1.5rem;font-weight:800;letter-spacing:-.05em}.vd-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:8px;background:#fff}.vd-card h3{font-size:1rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere;margin-top:1rem}.vd-card p{font-size:.75rem;line-height:1.4;color:var(--vd-muted);margin-top:.375rem;overflow-wrap:anywhere}.vd-card-link{display:inline-flex;flex-wrap:wrap;gap:.25rem;align-items:center;font-size:.75rem;font-weight:700;margin-top:auto;padding-top:1rem}.vd-map{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:1rem;background:var(--vd-green);color:var(--vd-cream);border-radius:8px;padding:1.5rem;margin-top:2rem}.vd-map>svg{color:var(--vd-yellow);margin-top:.125rem}.vd-map h3{font-size:1.125rem;line-height:1.3;font-weight:800}.vd-map p{color:#d4e2d8;margin-top:.5rem;font-size:.875rem;max-width:42rem}.vd-map-cta{grid-column:1 / -1;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;min-height:44px;text-align:center;font-weight:800;font-size:.875rem;border:1px solid #839c80;border-radius:4px;text-decoration:none}.vd-map-cta:not(.vd-map-cta--disabled){background:var(--vd-yellow);color:var(--vd-green);border-color:var(--vd-yellow)}.vd-map-cta--disabled{color:#dce6d9}.vd-root .vd-note{font-size:.75rem;color:var(--vd-muted);margin-top:1rem}.vd-state{padding:3rem 1rem;text-align:center;background:#f6f2e4;border:1px solid var(--vd-line);border-radius:8px}.vd-state h2,.vd-state h3{font-size:clamp(1.25rem,3vw,1.75rem);margin:.75rem 0;line-height:1.25}.vd-state p:not(.vd-eyebrow){color:var(--vd-muted);max-width:30rem;margin-inline:auto}.vd-state--compact{margin-top:1rem}.vd-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;min-height:44px;margin-top:1.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:800;background:var(--vd-green);color:#fff!important;text-decoration:none;border:1px solid var(--vd-green);border-radius:4px}.vd-button:hover{background:#125c4d}.vd-loading>p{margin:.5rem 0 1.5rem;color:var(--vd-muted)}.vd-skeleton{min-height:220px;padding:1rem;border:1px solid var(--vd-line);background:var(--vd-paper);border-radius:8px}.vd-skeleton span{display:block;width:72px;height:72px;border-radius:50%;background:#e7ebdf}.vd-skeleton i{display:block;margin-top:1rem;width:80%;height:12px;background:#e7ebdf;border-radius:2px}.vd-skeleton i:last-child{width:55%}.vd-detail{border:1px solid var(--vd-line);background:var(--vd-paper);border-radius:8px;overflow:hidden}.vd-back{display:inline-flex;align-items:center;gap:.75rem;margin:.5rem;padding:.75rem;min-height:44px;background:transparent;border:0;font-size:.875rem;font-weight:700;color:var(--vd-green)}.vd-banner{width:100%;height:auto;max-height:240px;-o-object-fit:contain;object-fit:contain;display:block}.vd-banner[hidden]{display:none}.vd-detail-content{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.vd-logo--large{width:104px;height:104px}.vd-logo--large>span{font-size:2.25rem}.vd-detail-copy{min-width:0}.vd-detail h2{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;line-height:1.15;overflow-wrap:anywhere;margin:.5rem 0 1rem}.vd-bio{color:var(--vd-muted);white-space:pre-line;overflow-wrap:anywhere;max-width:65ch;max-height:320px;overflow-y:auto;line-height:1.75}.vd-socials{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:1rem}.vd-socials a{min-height:44px;display:inline-flex;gap:.375rem;align-items:center;font-size:.875rem;font-weight:700;text-underline-offset:4px;overflow-wrap:anywhere}.vd-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:640px){.vd-card{padding:1.5rem;min-height:240px}.vd-card h3{font-size:1.125rem}.vd-logo{width:88px;height:88px}.vd-logo--large{width:120px;height:120px}.vd-grid{gap:1rem}.vd-detail-content{flex-direction:row;padding:2rem;gap:2rem}.vd-map{grid-template-columns:auto 1fr auto;align-items:center;padding:1.75rem}.vd-map-cta{grid-column:auto}}@media(min-width:960px){.vd-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:359px){.vd-root:not(.vd-root--embedded){padding:1rem}.vd-card{padding:.875rem .625rem}.vd-logo{width:64px;height:64px}.vd-map{padding:1.25rem 1rem;gap:.75rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
