:root{--red:#bc1732;--deep:#901126;--ink:#242220;--cream:#faf7f1;--line:#dedbd5;--muted:#615d59}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--cream);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;width:100%;height:100%;object-fit:cover}p{margin:0 0 1.2rem}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em;line-height:1.05;margin:0}em{font-weight:400;color:var(--red)}h2{font-size:clamp(2.4rem,4.3vw,4rem)}h3{font-size:2.2rem}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #235dba;outline-offset:6px}.skip{position:absolute;top:-90px;background:white;padding:10px;z-index:20}.skip:focus{top:5px}.topline{text-align:center;background:var(--red);color:white;font-size:.85rem;padding:8px 20px;letter-spacing:.03em}header{padding:25px 4.4%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--cream);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-size:1rem;line-height:1.2;letter-spacing:.015em;font-weight:800;white-space:nowrap}.brand small{display:block;font-size:.68rem;letter-spacing:.33em;font-weight:500;margin-top:5px}.brand-heart{color:var(--red);font-size:2.7rem;line-height:1}nav{display:flex;gap:25px;font-size:.9rem}nav a:hover,.text-link:hover{color:var(--red)}.menu{display:none}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--red);border:1px solid var(--red);border-radius:6px;color:white;padding:15px 24px;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:var(--deep);transform:translateY(-2px)}.button span{font-size:1.25rem}.button.small{padding:11px 18px;font-size:.85rem;gap:18px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:720px}.hero-copy{padding:65px 8% 45px 9%}.eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.13em;margin-bottom:22px}.hero h1{font-size:clamp(4rem,6.1vw,6.8rem);line-height:.99}.intro{font-size:1.08rem;max-width:440px;margin:28px 0;line-height:1.75;color:var(--muted)}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:25px}.text-link{font-size:.95rem;font-weight:600;text-decoration:underline;text-underline-offset:7px}.hero-note{font-size:.78rem;color:var(--muted);margin-top:48px;display:flex;align-items:center;gap:10px}.hero-note span{color:var(--red);font-size:1.2rem}.hero-photo{margin:25px 25px 25px 0;position:relative;min-height:630px;border-radius:130px 7px 7px 7px;overflow:hidden;background:#6a373b}.hero-photo img{position:absolute;object-position:50% 30%}.hero-photo:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(20,8,10,.78))}.hero-photo figcaption{position:absolute;bottom:42px;left:42px;z-index:1;color:white}.hero-photo .eyebrow{display:block;font-size:.7rem;margin-bottom:15px}.hero-photo strong{font-family:Georgia,serif;font-weight:400;font-size:3rem;line-height:1.05;letter-spacing:-.03em}.mission-strip{display:flex;justify-content:space-around;gap:20px;align-items:center;padding:24px 4%;border-block:1px solid var(--line);font-family:Georgia,serif;font-size:1.4rem}.mission-strip span+span:before{content:'♥';color:var(--red);font-size:.8rem;margin-right:55px}.section{padding:90px 6%;max-width:1600px;margin:auto}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:45px}.section-heading>p{max-width:360px;color:var(--muted);font-size:1rem;margin:0}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.program{border-top:2px solid var(--red);padding:28px 26px;background:white;border-radius:0 0 8px 8px;display:flex;flex-direction:column}.number{font-size:.76rem;letter-spacing:.12em;color:var(--red);font-weight:600;margin-bottom:35px}.program h3{margin-bottom:20px}.program>p{color:var(--muted);font-size:1rem;flex:1}.program details{border-top:1px solid var(--line);margin-top:18px;padding-top:18px;font-size:.95rem}.program details p{margin-top:18px}.program summary{cursor:pointer;list-style:none;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:10px}.program summary::-webkit-details-marker{display:none}.program summary span{font-size:1.5rem;font-weight:400;color:var(--red)}details[open] summary span{transform:rotate(45deg)}.story{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center;padding-top:30px}.story-image{position:relative;height:660px;border-radius:8px;overflow:hidden;background:#d8c7c2}.story-image img{object-position:center 25%}.image-label{position:absolute;left:22px;right:22px;bottom:22px;padding:20px 25px;background:var(--cream);font-family:Georgia,serif;font-size:1.7rem;border-radius:4px}.image-label small{display:block;font-family:Arial,sans-serif;font-size:.8rem;letter-spacing:.03em;margin-top:3px}.story-copy h2{margin-bottom:25px}.story-copy>p:not(.eyebrow){font-size:1rem;color:var(--muted)}blockquote{font-family:Georgia,serif;font-size:1.55rem;line-height:1.4;border-left:2px solid var(--red);padding-left:23px;margin:28px 0;color:var(--red)}.voices{background:#efebe4;max-width:none}.voice-layout{display:grid;grid-template-columns:1.1fr 1fr;border-radius:8px;overflow:hidden;background:var(--ink);color:white}.voice-image{min-height:430px}.voice-image img{object-position:center 30%}.voice-copy{padding:50px}.voice-copy h3{font-size:2.8rem;margin-bottom:22px}.voice-copy p:not(.eyebrow){color:#e0dbd6;font-size:1rem}.light{background:var(--cream);color:var(--ink);border-color:var(--cream)}.light:hover{background:#e6ddd3}.subtle-link{display:block;font-size:.85rem;margin-top:23px;text-decoration:underline;text-underline-offset:5px}.recognition{border-bottom:1px solid var(--line)}.recognition-content{display:grid;grid-template-columns:1.3fr 1fr;gap:8%;align-items:center}.date{font-size:.8rem;letter-spacing:.05em;display:block;color:var(--muted);margin-bottom:18px}.recognition h2{font-size:3rem}.recognition-content p{color:var(--muted);max-width:400px}.involved-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.involved-grid a{border-top:1px solid var(--line);position:relative;padding:25px 25px 15px 0}.involved-grid a>span:first-child{font-family:Georgia,serif;font-size:1.9rem}.involved-grid p{color:var(--muted);font-size:1rem;margin-top:10px;max-width:270px}.arrow{color:var(--red);font-size:1.7rem}.involved-grid a:hover .arrow{display:inline-block;transform:translate(3px,-3px)}.giving{background:var(--red);color:white;padding:70px 6%;display:flex;align-items:center;justify-content:space-between;gap:60px}.giving h2{font-size:clamp(2.5rem,4.5vw,4.7rem)}.giving p:not(.eyebrow){max-width:540px;font-size:1rem;margin:22px 0 0;color:#fff0f1}.giving-action{min-width:300px}.giving-action p{font-size:.8rem!important;text-align:center}.white{background:white;color:var(--red);border-color:white;padding:20px 25px;min-width:300px}.white:hover{background:#ffe3e6}footer{padding:50px 6% 25px}.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-top>p{font-family:Georgia,serif;font-size:1.5rem;line-height:1.3}.footer-top>div a{display:block;font-size:.9rem;margin-bottom:7px}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:var(--muted)}
@media(min-width:1600px){.hero{max-width:1600px;margin:auto}}@media(max-width:1100px){nav{gap:14px;font-size:.8rem}header{padding:20px 3%}.hero-copy{padding:50px 7%}.hero h1{font-size:5rem}.hero-photo{min-height:620px}.hero-note{max-width:250px}.mission-strip span+span:before{margin-right:20px}.story{gap:5%}.story-image{height:630px}.voice-copy{padding:35px}.brand{font-size:.85rem}.program{padding:25px 20px}.program h3{font-size:1.85rem}}
@media(max-width:800px){header{flex-wrap:wrap;gap:16px;padding:20px 5%}.brand{font-size:.88rem}.brand-heart{font-size:2.2rem}header>.button{margin-left:auto;padding:9px 12px;font-size:.8rem;gap:12px}.menu{display:block;order:3;border:0;background:none;padding:5px 0;font-size:.9rem}.menu span{margin-left:9px}nav{display:none;order:4;width:100%;padding:15px 0;flex-direction:column;font-size:1rem;gap:16px}nav.open{display:flex}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:40px 6% 32px}.hero h1{font-size:clamp(3.6rem,12vw,6rem)}.intro{max-width:550px}.hero-note{max-width:none;margin-top:27px}.hero-photo{margin:0 6% 30px;min-height:500px;border-radius:85px 7px 7px 7px}.hero-photo figcaption{left:28px;bottom:30px}.hero-photo strong{font-size:2.6rem}.mission-strip{font-size:1rem;padding:20px 5%;gap:10px}.mission-strip span+span:before{display:none}.section{padding:60px 6%}.section-heading{align-items:flex-start;flex-direction:column;gap:25px;margin-bottom:32px}.section-heading>p{max-width:550px}.program-grid{grid-template-columns:1fr}.program{padding:28px}.program h3{font-size:2.1rem}.number{margin-bottom:20px}.story{grid-template-columns:1fr;gap:35px;padding-top:0}.story-image{height:550px}.voice-layout{grid-template-columns:1fr}.voice-image{height:340px;min-height:0}.voice-copy{padding:30px}.recognition-content{grid-template-columns:1fr;gap:30px}.recognition h2{font-size:2.5rem}.involved-grid{grid-template-columns:1fr;gap:5px}.involved-grid a{padding-right:50px}.involved-grid p{max-width:none}.arrow{position:absolute;right:0;top:25px}.giving{flex-direction:column;align-items:flex-start;gap:30px;padding:55px 6%}.giving-action{min-width:0;width:100%}.white{min-width:0;width:100%}.footer-top{flex-direction:column;gap:25px}.footer-bottom{flex-direction:column;gap:12px}.topline{font-size:.72rem}.actions{gap:23px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.story-image{height:510px}.story-image img{object-position:55% center}.hero-photo img{object-position:50% 20%}.voice-image img{object-position:55% center}@media(max-width:800px){.story-image{height:450px}.hero-photo img{object-position:center 20%}}

.brand-logo{display:block;width:200px;height:auto;object-fit:contain;flex:none}.brand{flex-shrink:0}header{padding-top:12px;padding-bottom:12px}.footer-top .brand-logo{width:210px}@media(max-width:800px){.brand-logo{width:165px}.footer-top .brand-logo{width:200px}}

.social-community{border-top:1px solid var(--line);display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center;padding-top:65px;padding-bottom:65px}.social-community h2{margin-bottom:22px}.social-community p:not(.eyebrow){max-width:590px;color:var(--muted);margin:0}.social-links{display:flex;flex-direction:column;gap:16px}.social-link{display:flex;align-items:center;gap:14px;padding:18px 22px;border:1px solid var(--line);border-radius:6px;background:white;font-size:1rem;font-weight:600}.social-link svg{width:25px;height:25px;flex:none;color:var(--red)}.social-link span:last-child{margin-left:auto}.social-link:hover{border-color:var(--red);color:var(--red)}.footer-social{display:flex;flex-wrap:wrap;gap:12px;margin-top:15px}.footer-top .footer-social a{display:flex;padding:10px 12px;font-size:.875rem;margin:0;gap:8px}.footer-social svg{width:20px;height:20px}.footer-social .social-link span:last-child{display:none}@media(max-width:800px){.social-community{grid-template-columns:1fr;gap:30px;padding-top:50px;padding-bottom:50px}}

/* Keep the founder portrait centered across screen sizes. */
.hero-photo img{object-position:center top}@media(max-width:800px){.hero-photo{min-height:0;aspect-ratio:2/3}.hero-photo img{object-position:center top}}

.story-image.story-group{height:auto;background:transparent}.story-group img{height:auto;object-fit:contain}.story-group .image-label{position:static;display:block;margin:0;padding:20px 0;background:transparent}

.email-help{font-size:1rem;color:var(--muted);margin:24px 0 0;overflow-wrap:anywhere}.email-help strong{color:var(--ink);user-select:all}

.upcoming-events{border-bottom:1px solid var(--line)}.events-empty{border-top:2px solid var(--red);padding:30px;background:white;border-radius:0 0 8px 8px}.events-empty h3{font-size:1.7rem;margin-bottom:12px}.events-empty p{margin:0;color:var(--muted);font-size:1rem}@media(max-width:1100px) and (min-width:801px){header{flex-wrap:wrap}header nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;font-size:.9rem}}
