*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#222;background:#fafafa}header{background:#111;color:#fff}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:1rem}.logo a{color:#fff;font-weight:700;text-decoration:none;font-size:1.25rem}.nav-links{list-style:none;display:flex;gap:1rem}.nav-links a{color:#fff;text-decoration:none;font-size:.95rem}.nav-links a.active,.nav-links a:hover{text-decoration:underline}.site-mark{height:28px;width:auto;display:block}.btn{background:#e53935;color:#fff;padding:.5rem 1rem;border-radius:4px;text-decoration:none;font-size:.9rem;display:inline-block;border:0;cursor:pointer}.btn:hover{background:#c62828}.btn:focus-visible{outline:2px solid #c62828;outline-offset:2px}.hero{text-align:center;padding:4rem 1rem;background:#f2f2f2}.hero h1{font-size:2rem;margin-bottom:1rem}.hero p{margin-bottom:1.5rem;font-size:1.1rem}.btn-primary{background:#e53935;color:#fff;padding:.75rem 1.25rem;border-radius:4px;text-decoration:none;font-weight:700}.btn-primary:hover{background:#c62828}.pillars{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:2rem auto;padding:0 1rem}.pillar{text-align:center}.pillar h2{margin-bottom:.5rem;color:#e53935}.join-form{text-align:center;background:#fff;padding:2rem 1rem;margin:2rem auto;max-width:600px;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.join-form h2{margin-bottom:1rem}.join-form form{display:flex;flex-direction:column;gap:1rem}.join-form button,.join-form input{padding:.75rem;font-size:1rem}.join-form input{border:1px solid #ccc;border-radius:4px}.join-form button{background:#e53935;color:#fff;border:none;border-radius:4px;cursor:pointer}.join-form button:hover{background:#c62828}footer{text-align:center;padding:1.5rem;background:#111;color:#eee;margin-top:2rem}footer a{color:#fff;text-decoration:underline}@media (min-width:700px){.pillars{flex-direction:row;justify-content:space-between}.pillar{flex:1;padding:0 1rem}}.events-list{max-width:800px;margin:2rem auto;padding:1rem}.event{background:#fff;padding:1.5rem;margin-bottom:1.5rem;border-left:5px solid #e63946;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:box-shadow .2s ease,transform .15s ease,border-color .2s ease,background-color .2s ease}.event:focus-within,.event:hover{box-shadow:0 6px 18px rgba(0,0,0,.15);transform:translateY(-2px);border-left-color:#b71c1c;background:#fffdfc}@media (prefers-reduced-motion:reduce){.event{transition:none}}.event-detail h1{margin-bottom:.25rem}.event-detail h2{margin-top:1.5rem;color:#e53935}.microcopy{font-size:.9rem;color:#666}.modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.6);padding:1rem;z-index:1000}.modal.open{display:flex}.modal__content{max-width:640px;width:100%;background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.25)}.modal__close{float:right;border:0;background:0 0;font-size:1.5rem;cursor:pointer}.body--modal-open{overflow:hidden}.brandbar{display:flex;align-items:center;gap:.6rem;margin:.75rem 0 .25rem;flex-wrap:wrap}.brandbar__label{font-size:.9rem;color:#555}.brandbar__icon{height:clamp(18px,2.6vw,28px);width:auto;max-width:160px;object-fit:contain;display:block}.brandbar--compact{justify-content:flex-end;opacity:.9}.sr-only{position:absolute!important;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}