.volunteer-module__zXXaaq__page{background:var(--cream);min-height:100vh}.volunteer-module__zXXaaq__hero{background:var(--ink);border-bottom:2px solid var(--brand-gold);padding:calc(var(--nav-h) + var(--sp-7))0 0}.volunteer-module__zXXaaq__heroInner{max-width:760px;padding:0 var(--gutter)var(--section-y-tight);margin:0 auto}.volunteer-module__zXXaaq__heroEyebrow{font-size:var(--fs-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-dark-bg);margin-bottom:var(--sp-4);font-weight:700}.volunteer-module__zXXaaq__heroTitle{font-family:var(--serif);font-size:var(--fs-h1);font-weight:700;line-height:var(--lh-tight);color:var(--on-dark);margin-bottom:var(--sp-5)}.volunteer-module__zXXaaq__heroTitle em{color:var(--accent-dark-bg);font-style:italic}.volunteer-module__zXXaaq__heroDeck{font-size:var(--fs-base);line-height:var(--lh-body);color:var(--on-dark-2);max-width:580px}.volunteer-module__zXXaaq__heroStats{border-top:1px solid color-mix(in srgb,var(--on-dark)18%,transparent);max-width:760px;padding:0 var(--gutter);align-items:center;margin:0 auto;display:flex}.volunteer-module__zXXaaq__heroStat{padding:var(--sp-5)var(--sp-7)var(--sp-5)0;flex-direction:column;align-items:center;display:flex}.volunteer-module__zXXaaq__heroStat:first-child{padding-left:0}.volunteer-module__zXXaaq__heroStatNum{font-family:var(--serif);color:var(--accent-dark-bg);font-size:32px;font-weight:700;line-height:1}.volunteer-module__zXXaaq__heroStatLabel{font-size:var(--fs-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--on-dark-3);margin-top:var(--sp-1);font-weight:700}.volunteer-module__zXXaaq__heroStatDiv{background:color-mix(in srgb,var(--on-dark)18%,transparent);width:1px;height:40px;margin-right:var(--sp-7)}.volunteer-module__zXXaaq__formSection{padding:var(--section-y)0}.volunteer-module__zXXaaq__formInner{max-width:720px;padding:0 var(--gutter);margin:0 auto}.volunteer-module__zXXaaq__formHeader{margin-bottom:var(--sp-6)}.volunteer-module__zXXaaq__formTitle{font-family:var(--serif);font-size:var(--fs-h2);color:var(--ink);margin-bottom:var(--sp-2);font-weight:700}.volunteer-module__zXXaaq__formSub{font-size:var(--fs-base);color:var(--ink-3)}.volunteer-module__zXXaaq__formError{background:color-mix(in srgb,var(--barn)8%,var(--cream));border:1px solid var(--barn);border-left:3px solid var(--barn);border-radius:var(--radius-sm);color:var(--barn);padding:var(--sp-3)var(--sp-4);font-size:var(--fs-sm);margin-bottom:var(--sp-5)}.volunteer-module__zXXaaq__fieldRow{gap:var(--sp-5);margin-bottom:var(--sp-5);grid-template-columns:1fr 1fr;display:grid}.volunteer-module__zXXaaq__fieldBlock{margin-bottom:var(--sp-5)}.volunteer-module__zXXaaq__field{gap:var(--sp-2);flex-direction:column;display:flex}.volunteer-module__zXXaaq__label{font-size:var(--fs-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3);font-weight:700}.volunteer-module__zXXaaq__labelNote{text-transform:none;letter-spacing:0;font-weight:400;font-size:var(--fs-xs)}.volunteer-module__zXXaaq__input{border:1px solid var(--rule);background:var(--white);border-radius:var(--radius-sm);min-height:var(--tap);padding:var(--sp-3)var(--sp-4);color:var(--ink);appearance:none;width:100%;transition:border-color var(--dur)var(--ease),box-shadow var(--dur)var(--ease);outline:none;font-family:inherit;font-size:16px}.volunteer-module__zXXaaq__input:focus{border-color:var(--barn);box-shadow:0 0 0 3px color-mix(in srgb,var(--barn)15%,transparent)}.volunteer-module__zXXaaq__input::placeholder{color:var(--rule-dark)}textarea.volunteer-module__zXXaaq__input{resize:vertical;min-height:calc(var(--tap)*2)}select.volunteer-module__zXXaaq__input{padding-right:var(--sp-8);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23B9B09A' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--sp-4)center;background-size:12px 8px}.volunteer-module__zXXaaq__activityGrid{gap:var(--sp-3);margin-top:var(--sp-3);grid-template-columns:repeat(3,1fr);display:grid}.volunteer-module__zXXaaq__activityCard{gap:var(--sp-1);min-height:var(--tap);padding:var(--sp-4);text-align:left;background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;transition:border-color var(--dur)var(--ease),background-color var(--dur)var(--ease),transform var(--dur-fast)var(--ease),box-shadow var(--dur)var(--ease);flex-direction:column;display:flex}.volunteer-module__zXXaaq__activityCard:hover,.volunteer-module__zXXaaq__activityCard:focus-within{border-color:var(--ink-3);box-shadow:var(--shadow)}.volunteer-module__zXXaaq__activityCard:active{transform:scale(.99)}.volunteer-module__zXXaaq__activityChecked{background:var(--ink);border-color:var(--ink)}.volunteer-module__zXXaaq__activityChecked:hover,.volunteer-module__zXXaaq__activityChecked:focus-within{background:var(--ink-2);border-color:var(--ink-2)}.volunteer-module__zXXaaq__activityCheck{font-size:var(--fs-sm);color:var(--ink-3);transition:color var(--dur)var(--ease);font-weight:700}.volunteer-module__zXXaaq__activityChecked .volunteer-module__zXXaaq__activityCheck{color:var(--accent-dark-bg)}.volunteer-module__zXXaaq__activityLabel{font-size:var(--fs-sm);color:var(--ink);transition:color var(--dur)var(--ease);font-weight:700;line-height:1.25}.volunteer-module__zXXaaq__activityChecked .volunteer-module__zXXaaq__activityLabel{color:var(--on-dark)}.volunteer-module__zXXaaq__activityDesc{font-size:var(--fs-xs);color:var(--ink-3);transition:color var(--dur)var(--ease);line-height:1.4}.volunteer-module__zXXaaq__activityChecked .volunteer-module__zXXaaq__activityDesc{color:var(--on-dark-3)}.volunteer-module__zXXaaq__submitBtn{background:var(--barn);width:100%;min-height:48px;color:var(--white);border:2px solid var(--barn);border-radius:var(--radius);margin-top:var(--sp-2);padding:var(--sp-3)var(--sp-6);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-sm);transition:background-color var(--dur)var(--ease),border-color var(--dur)var(--ease),transform var(--dur-fast)var(--ease),box-shadow var(--dur)var(--ease),opacity var(--dur)var(--ease);justify-content:center;align-items:center;font-family:inherit;font-size:14px;font-weight:700;display:flex}.volunteer-module__zXXaaq__submitBtn:hover:not(:disabled),.volunteer-module__zXXaaq__submitBtn:focus-visible:not(:disabled){background:var(--barn-dark);border-color:var(--barn-dark);box-shadow:var(--shadow);transform:translateY(-2px)}.volunteer-module__zXXaaq__submitBtn:active:not(:disabled){box-shadow:none;transform:translateY(0)scale(.98)}.volunteer-module__zXXaaq__submitBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.volunteer-module__zXXaaq__whySection{background:var(--cream-2);border-top:2px solid var(--brand-gold);padding:var(--section-y)0}.volunteer-module__zXXaaq__whyInner{max-width:900px;padding:0 var(--gutter);margin:0 auto}.volunteer-module__zXXaaq__whyTitle{font-family:var(--serif);font-size:var(--fs-h3);color:var(--ink);margin-bottom:var(--sp-6);font-weight:700}.volunteer-module__zXXaaq__whyGrid{gap:var(--card-gap);grid-template-columns:repeat(3,1fr);display:grid}.volunteer-module__zXXaaq__whyCard{background:var(--white);border:1px solid var(--rule);border-top:3px solid var(--barn);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:var(--sp-5);overflow:hidden}.volunteer-module__zXXaaq__whyNum{font-family:var(--serif);color:var(--rule-dark);margin-bottom:var(--sp-3);font-size:36px;font-weight:700;line-height:1}.volunteer-module__zXXaaq__whyCardTitle{font-size:var(--fs-md);color:var(--ink);margin-bottom:var(--sp-2);font-weight:700}.volunteer-module__zXXaaq__whyCardBody{font-size:var(--fs-sm);color:var(--ink-3);line-height:1.6}.volunteer-module__zXXaaq__successSection{background:var(--ink);min-height:100vh;padding:calc(var(--nav-h) + var(--section-y-tight))var(--gutter)var(--section-y-tight);justify-content:center;align-items:center;display:flex}.volunteer-module__zXXaaq__successInner{text-align:center;max-width:560px}.volunteer-module__zXXaaq__successInner:focus{outline:none}.volunteer-module__zXXaaq__successIcon{background:var(--forest);width:64px;height:64px;color:var(--on-dark);border:2px solid var(--accent-dark-bg);margin:0 auto var(--sp-5);border-radius:50%;justify-content:center;align-items:center;font-size:28px;display:flex}.volunteer-module__zXXaaq__successTitle{font-family:var(--serif);font-size:var(--fs-h1);color:var(--on-dark);margin-bottom:var(--sp-4);font-weight:700}.volunteer-module__zXXaaq__successDeck{font-size:var(--fs-base);line-height:var(--lh-body);color:var(--on-dark-2);margin-bottom:var(--sp-6)}.volunteer-module__zXXaaq__successDeck strong{color:var(--on-dark)}.volunteer-module__zXXaaq__successActions{gap:var(--sp-3);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:640px){.volunteer-module__zXXaaq__fieldRow{grid-template-columns:1fr}.volunteer-module__zXXaaq__activityGrid{grid-template-columns:1fr 1fr}.volunteer-module__zXXaaq__whyGrid{grid-template-columns:1fr}.volunteer-module__zXXaaq__heroStats{flex-wrap:wrap}.volunteer-module__zXXaaq__heroStat{padding:var(--sp-4)var(--sp-5)var(--sp-4)0}.volunteer-module__zXXaaq__heroStatDiv{margin-right:var(--sp-5)}}
