:root{--plum:#421039;--plum2:#64194f;--berry:#8f285d;--coral:#f05a58;--teal:#087b7d;--cream:#fffaf6;--ink:#32132c;--muted:#705f6b;--line:#eaded8;--white:#fff;--shadow:0 16px 42px rgba(66,16,57,.12);font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Arial,Helvetica,sans-serif;line-height:1.6}body.large-text{font-size:1.13rem}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin:.25em 0;color:var(--plum)}h1{font-size:clamp(2.65rem,6vw,5.4rem);letter-spacing:-.04em}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:1.35rem}p{margin:.6rem 0 1rem}a{color:inherit}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:white;padding:.8rem;z-index:99}.utility{height:36px;background:var(--plum);color:white;display:flex;justify-content:space-between;align-items:center;padding:0 clamp(1rem,5vw,5rem);font-size:.8rem}.utility a{text-decoration:none}.text-button{border:0;background:none;color:white;text-decoration:underline;cursor:pointer}.site-header{height:88px;background:#fff;display:flex;align-items:center;gap:2rem;padding:0 clamp(1rem,4vw,4rem);position:sticky;top:0;z-index:30;box-shadow:0 2px 12px rgba(50,19,44,.06)}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;font-size:.72rem;letter-spacing:.16em;line-height:1.1;min-width:210px}.brand strong{display:block;font-family:Georgia,serif;font-size:1.38rem;letter-spacing:.06em}.brand-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;padding:0!important;background:linear-gradient(135deg,var(--berry),var(--plum));color:#fff;font-size:1.4rem}.site-header nav{display:flex;gap:1.15rem;align-items:center;flex:1;justify-content:center}.site-header nav a{text-decoration:none;font-size:.86rem;font-weight:700;white-space:nowrap}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--coral)}.button{display:inline-flex;align-items:center;justify-content:center;padding:.86rem 1.25rem;border-radius:5px;text-decoration:none;border:0;font-weight:800;font-size:.83rem;letter-spacing:.02em;cursor:pointer;min-height:46px}.coral{background:var(--coral);color:#fff}.plum{background:var(--plum);color:#fff}.outline{border:1px solid var(--plum);color:var(--plum);background:transparent}.outline-light{border:1px solid rgba(255,255,255,.75);color:white}.menu-button{display:none}.hero{min-height:560px;display:grid;grid-template-columns:1.06fr .94fr;background:#fff}.hero-copy{padding:clamp(3rem,7vw,7rem);display:flex;flex-direction:column;justify-content:center}.hero-copy p{font-size:1.15rem;max-width:620px}.hero-image{min-height:520px;background-size:cover;background-position:center;position:relative}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,246,.25),transparent 35%)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:900;color:var(--berry)}.eyebrow.light{color:#ffd7d1}.accent{color:var(--coral)}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1rem}.section{padding:clamp(4rem,8vw,7rem) clamp(1rem,6vw,6rem)}.section.white{background:#fff}.section.tinted{background:#f8efeb}.section.dark{background:linear-gradient(135deg,var(--plum),#281026);color:#fff}.section.dark h2,.section.dark h3{color:#fff}.center{text-align:center;max-width:820px;margin:0 auto 2.5rem}.grid-3,.grid-4,.grid-2{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1.55rem;box-shadow:0 6px 24px rgba(66,16,57,.04)}.card .icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e4f2f0;color:var(--teal);font-size:1.35rem;font-weight:bold}.card p{color:var(--muted)}.feature-card{overflow:hidden;padding:0}.feature-card img{width:100%;height:190px;object-fit:cover}.feature-card>div{padding:1.4rem}.metrics{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:10px;max-width:1150px;margin:-42px auto 0;position:relative;z-index:2;box-shadow:var(--shadow)}.metric{padding:1.5rem;text-align:center;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric strong{display:block;font-family:Georgia,serif;color:var(--plum);font-size:2rem}.callout{border-left:5px solid var(--coral);background:#fff;padding:1.2rem 1.4rem;border-radius:6px;margin:1.4rem 0}.steps{counter-reset:steps}.step{display:flex;gap:1rem;align-items:flex-start}.step:before{counter-increment:steps;content:counter(steps);flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--plum);color:white;font-weight:bold}.resource-list a{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);text-decoration:none;font-weight:700}.resource-list a:after{content:'→';color:var(--coral)}.form-card{background:#fff;border-radius:12px;padding:clamp(1.3rem,4vw,2.5rem);box-shadow:var(--shadow)}form label{display:block;font-weight:700;margin:.85rem 0 .3rem}input,select,textarea{width:100%;padding:.8rem;border:1px solid #ccbfc7;border-radius:5px;font:inherit;background:white}textarea{min-height:120px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.notice{font-size:.88rem;color:var(--muted)}.success{display:none;background:#e4f2f0;color:#075f60;padding:1rem;border-radius:5px;margin-top:1rem}.partner-strip{background:linear-gradient(120deg,var(--plum),var(--plum2));color:white;padding:2.2rem clamp(1rem,7vw,7rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.partner-strip h2{color:white;font-size:clamp(1.7rem,3vw,2.5rem)}footer{background:#281026;color:#f7eefa;padding:4rem clamp(1rem,6vw,6rem) 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.1fr 1.3fr;gap:2.5rem}.footer-grid h3{color:white}.footer-grid a{display:block;text-decoration:none;margin:.4rem 0}.footer-brand{color:white}.mini-form{display:flex}.mini-form input{border-radius:5px 0 0 5px}.mini-form .button{border-radius:0 5px 5px 0}.legal{border-top:1px solid rgba(255,255,255,.15);margin-top:2.5rem;padding-top:1.2rem;display:flex;justify-content:space-between;gap:1rem;font-size:.76rem;color:#ddced8}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-hero{min-height:430px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,246,.97) 0%,rgba(255,250,246,.86) 46%,rgba(255,250,246,.08) 78%)}.page-hero>div{position:relative;width:min(700px,90%);margin-left:clamp(1rem,7vw,7rem);padding:4rem 0}.page-hero h1{font-size:clamp(2.8rem,5vw,4.8rem)}.breadcrumbs{font-size:.8rem;color:var(--berry);font-weight:800}.tag{display:inline-block;padding:.35rem .7rem;border-radius:999px;background:#e4f2f0;color:#075f60;font-size:.77rem;font-weight:bold;margin:.2rem}.quote{font-family:Georgia,serif;font-size:1.5rem;line-height:1.4}.source-note{font-size:.78rem;color:var(--muted);margin-top:2rem}.source-note a{color:var(--berry)}
@media(max-width:1100px){.site-header nav{display:none;position:absolute;top:88px;left:0;right:0;background:white;padding:1rem 2rem;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.site-header nav.open{display:flex}.menu-button{display:block;margin-left:auto;border:1px solid var(--plum);background:white;border-radius:5px;padding:.65rem}.header-cta{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.utility{display:none}.site-header{height:78px}.brand{min-width:0}.brand span:last-child{font-size:.6rem}.brand strong{font-size:1.05rem}.brand-mark{width:40px;height:40px}.site-header nav{top:78px}.hero{grid-template-columns:1fr}.hero-copy{padding:3.5rem 1.25rem}.hero-image{min-height:370px;order:-1}.metrics{grid-template-columns:1fr 1fr;margin:0;border-radius:0}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.partner-strip,.legal{align-items:flex-start;flex-direction:column}.page-hero:before{background:linear-gradient(0deg,rgba(255,250,246,.98),rgba(255,250,246,.55))}.page-hero>div{margin:0;padding:3rem 1.2rem}.mini-form{max-width:380px}}

/* SCWP approved revision accents */
:root{--red:#8f1727;--red-dark:#68101c;--coral:var(--red)}
.brand{min-width:225px}.brand img{display:block;width:225px;max-height:68px;object-fit:contain;object-position:left center}.footer-brand img{background:#fff;border-radius:6px;padding:.35rem;width:240px}
.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--red)}
.red-button{background:var(--red);color:#fff}.red-button:hover{background:var(--red-dark)}.accent{color:var(--red)}
.hero-image{background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#fffaf6}.hero-image:after{background:linear-gradient(90deg,#fffaf6 0%,rgba(255,250,246,.62) 8%,transparent 26%),linear-gradient(180deg,rgba(255,250,246,.3),transparent 20%,transparent 80%,rgba(255,250,246,.28))}
.wide-visual{width:100%;min-height:330px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}
.visual-panel{position:relative}.visual-panel .logo-float{position:absolute;left:1.2rem;bottom:1.2rem;width:210px;background:#fff;padding:.5rem;border-radius:6px;box-shadow:var(--shadow)}
.external-grid a{text-decoration:none}.external-grid .card{height:100%;transition:transform .2s ease,box-shadow .2s ease}.external-grid .card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.placeholder-grid .card{border-style:dashed;background:#fffdfa}.embedded-video{aspect-ratio:16/9;width:100%;border:0;border-radius:12px;box-shadow:var(--shadow)}
.identity-note{padding:.8rem 1rem;background:#f8efeb;border-radius:6px;font-size:.9rem}
.hero{min-height:calc(100vh - 124px)}.hero-copy{padding:clamp(2.75rem,5vw,5.5rem)}.hero-copy h1{font-size:clamp(3rem,4.25vw,4.5rem);max-width:790px}.hero-copy>p{max-width:650px}.hero-copy .actions{margin-top:1.15rem}
.center.actions{margin-top:2.25rem}.page-hero.simple-hero{min-height:310px}.page-hero.simple-hero>div{padding:2.75rem 0}.simple-hero+.section{padding-top:4.25rem}
.page-hero.host-hero{min-height:630px;background-size:auto 100%;background-repeat:no-repeat;background-position:right center;background-color:#fffaf6}
.leadership-page{padding-top:4.5rem}.leader-feature{display:grid;grid-template-columns:minmax(250px,360px) 1fr;gap:clamp(2rem,5vw,5rem);align-items:start;max-width:1250px;margin:0 auto}.leader-feature>img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.leader-feature h2{margin:.35rem 0 1.25rem}.leader-feature p{max-width:820px;color:var(--muted)}.section-heading{max-width:760px;margin:0 auto 2.75rem;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.35rem;max-width:1250px;margin:0 auto}.person-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 8px 26px rgba(66,16,57,.07)}.person-card img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 25%}.coordinator-placeholder{width:100%;aspect-ratio:4/3;display:grid;place-items:center;padding:0!important;background:linear-gradient(135deg,var(--plum),var(--red));color:#fff;font-family:Georgia,serif;font-size:3rem;font-weight:700}.person-card>div{padding:1.4rem}.person-card h3,.advisory-card h3{margin:0 0 .35rem}.role{color:var(--berry)!important;font-weight:800;font-size:.9rem;margin:.2rem 0 .65rem}.person-card a{color:var(--red);font-weight:700;overflow-wrap:anywhere}.advisory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.35rem;max-width:1250px;margin:0 auto}.advisory-card{display:grid;grid-template-columns:88px 1fr;gap:1.25rem;padding:1.6rem;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 26px rgba(66,16,57,.06)}.advisory-card>img{width:78px;height:96px;object-fit:cover;object-position:center top;border-radius:10px}.initials{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--plum),var(--red));color:#fff;font-family:Georgia,serif;font-size:1.35rem;font-weight:700}.advisory-card p{color:var(--muted)}.advisory-card.featured-member{grid-column:1/-1;grid-template-columns:240px 1fr;align-items:center}.featured-member>img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:10px}
.person-card img{aspect-ratio:1/1;object-position:center top}
.person-card img.kimberly-photo{object-fit:contain;background:#eee9e4}
.person-card a{font-size:.82rem;white-space:nowrap;overflow-wrap:normal;letter-spacing:-.01em}
.advisory-card{grid-template-columns:200px 1fr}
.advisory-card>img{width:185px;height:185px;aspect-ratio:1/1}
@media(max-width:760px){.brand img{width:180px;max-height:58px}.hero{min-height:auto}.hero-copy{padding:3rem 1.25rem}.hero-copy h1{font-size:clamp(2.75rem,13vw,4rem)}.page-hero.simple-hero{min-height:auto}.page-hero.simple-hero>div{padding:2.75rem 1.2rem}.simple-hero+.section{padding-top:3.5rem}.center.actions{margin-top:1.75rem}.page-hero.host-hero{min-height:630px;background-size:contain;background-position:center top}}
@media(max-width:900px){.leader-feature{grid-template-columns:1fr}.leader-feature>img{max-width:420px}.team-grid,.advisory-grid{grid-template-columns:1fr}.advisory-card.featured-member{grid-column:auto;grid-template-columns:140px 1fr}}
@media(max-width:560px){.advisory-card,.advisory-card.featured-member{grid-template-columns:1fr}.featured-member>img{max-width:220px}.initials{width:68px;height:68px}}
.form-error{display:none;background:#fff0f0;color:#8b1524;padding:1rem;border-radius:5px;margin-top:1rem}
.hpv-intro{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:center;max-width:1250px;margin:0 auto 5rem}.hpv-youth-photo{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.hpv-heading{margin-bottom:2rem}.hpv-points .icon{background:var(--red);color:#fff}.action-list{padding-left:1.25rem}.action-list li{margin:.7rem 0;color:var(--muted)}@media(max-width:900px){.hpv-intro{grid-template-columns:1fr;margin-bottom:3.5rem}.hpv-youth-photo{max-width:760px}}
.health-intro,.mission-giving{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:center;max-width:1250px;margin:0 auto 4rem}.content-image,.team-photo{display:block;width:100%;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.content-image{aspect-ratio:16/10}.team-photo-wrap{max-width:1250px;margin:4rem auto 0;text-align:center}.team-photo{aspect-ratio:16/9}.team-photo-wrap p{margin:.9rem auto 0;color:var(--muted);font-size:.95rem}.topic-resource-list{max-width:1250px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem 2rem}.topic-resource-list h2{grid-column:1/-1}.resource-columns{max-width:1250px;margin:0 auto}.mission-giving .actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
@media(max-width:900px){.health-intro,.mission-giving{grid-template-columns:1fr}.topic-resource-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.topic-resource-list{grid-template-columns:1fr}}
.program-card{overflow:hidden;padding-top:0}.program-card>img{display:block;width:calc(100% + 2.5rem);max-width:none;margin:0 -1.25rem 1.25rem;aspect-ratio:4/3;object-fit:cover;object-position:center top}.wide-feature-image{max-width:1250px;margin:0 auto 2.5rem}.wide-feature-image img{display:block;width:100%;aspect-ratio:16/7;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}
@media(max-width:760px){.wide-feature-image img{aspect-ratio:16/10}.program-card>img{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}}
