*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--red:#ed1c24;--black:#050505;--ink:#151515;--muted:#656565;--light:#f3f3ef;--line:#262626;--wrap:1280px}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--ink);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(var(--wrap),calc(100% - 42px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(0,0,0,.96);border-bottom:1px solid #222}.nav-inner{min-height:142px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{height:126px;width:auto}.nav-links{display:flex;align-items:center;gap:18px;color:#ddd;font-size:13px;font-weight:800}.nav-links a:hover{color:#fff}.cta,.ghost{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:5px;font-weight:900}.cta{background:var(--red);color:#fff}.ghost{border:1px solid #666;color:#fff}.big{padding:16px 24px}.full{width:100%}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:30px}.hero,.image-hero{min-height:78vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.78)),var(--bg) center/cover}.hero-copy,.hero-inner{padding:100px 0;display:flex;flex-direction:column;align-items:center}.kicker{font-size:12px;letter-spacing:2.4px;font-weight:900;text-align:center}.red{color:var(--red)}h1{font-size:clamp(54px,7.5vw,104px);line-height:.92;letter-spacing:-4px;margin:14px auto 22px;max-width:1200px;text-align:center}h1 span{color:var(--red)}h2{font-size:clamp(38px,5vw,66px);line-height:1;letter-spacing:-2px;margin:10px auto 22px;max-width:1050px;text-align:center}h3{font-size:25px;line-height:1.12;margin:10px 0 12px}.hero-lede,.page-hero p{max-width:800px;margin:0 auto;color:#ddd;font-size:21px;text-align:center}.actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:28px}.section{padding:92px 0}.section.center{text-align:center}.section.dark{background:#090909;color:#fff}.section.light{background:var(--light)}.large-copy{font-size:22px;max-width:900px;margin:0 auto 24px;text-align:center}.logo-statement{padding:90px 0;text-align:center}.logo-statement img{width:min(620px,92vw);margin:0 auto 35px;background:#000;padding:22px 28px;border-radius:12px;box-shadow:0 12px 34px rgba(0,0,0,.18)}.service-grid,.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}.service-card,.light-card{border-radius:12px;padding:28px;min-height:260px;display:flex;flex-direction:column;justify-content:center;text-align:center}.service-card{background:#131313;border:1px solid #2c2c2c;color:#fff}.service-card span,.service-card a{color:var(--red);font-weight:900}.service-card p{color:#bbb}.light-card{background:#fff;border:1px solid #ddd}.impact-strip{background:var(--red);color:#fff;padding:38px 0;text-align:center}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.impact-grid strong{font-size:48px;display:block}.impact-grid span{font-weight:900}.impact-note{font-size:11px;opacity:.82;margin-top:14px}.feature{display:grid;grid-template-columns:1.15fr .85fr;min-height:650px}.feature.reverse{grid-template-columns:.85fr 1.15fr}.feature.reverse .feature-img{order:2}.feature-img{background:var(--bg) center/cover}.feature-copy{padding:70px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.feature-copy p{max-width:720px;font-size:19px}.page-hero{background:#090909;color:#fff;padding:110px 0 95px;text-align:center}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.value-grid div{padding:24px;background:var(--light);border-radius:10px}.value-grid b{color:var(--red)}.checklist{list-style:none;padding:0;max-width:760px;margin:20px auto;text-align:left}.checklist li{position:relative;padding-left:27px;margin:11px 0}.checklist li:before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:900}.dark-card,.donation-box{background:#111;color:#fff;padding:34px;border-radius:14px;text-align:center;max-width:720px;margin:auto}.donation-box img{width:300px;margin:0 auto 18px;background:#000}.photo-story{padding:90px 0}.photo-story.darkstory{background:#070707;color:#fff}.story-heading{text-align:center;max-width:900px;margin:0 auto 38px}.story-heading p{font-size:19px}.photo-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.photo-grid figure{margin:0;position:relative;overflow:hidden;border-radius:10px;background:#111;min-height:310px}.photo-grid figure:nth-child(1){grid-column:span 7;min-height:500px}.photo-grid figure:nth-child(2){grid-column:span 5;min-height:500px}.photo-grid figure:nth-child(3),.photo-grid figure:nth-child(4),.photo-grid figure:nth-child(5){grid-column:span 4}.photo-grid img{width:100%;height:100%;object-fit:cover}.photo-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:42px 16px 14px;background:linear-gradient(transparent,rgba(0,0,0,.88));color:#fff;font-weight:900}.form-section{padding:80px 0;border-bottom:1px solid #ddd}.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;max-width:1080px;margin:auto;align-items:start}.site-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:var(--light);padding:28px;border-radius:12px}.site-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:900;text-align:left}.site-form input,.site-form select,.site-form textarea{padding:12px;border:1px solid #bbb;border-radius:6px;background:#fff;font:inherit}.span-2{grid-column:1/-1}.logo-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.logo-wall div{border:1px dashed #555;min-height:145px;display:flex;align-items:center;justify-content:center;color:#888;font-weight:900;text-align:center}.cta-band{padding:90px 0;background:var(--red);color:#fff;text-align:center}footer{background:#030303;color:#aaa;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .8fr;gap:34px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid h4{color:#fff}.footer-brand{align-items:center;text-align:center}.footer-brand img{width:390px;max-width:100%;background:#000}.footer-bottom{border-top:1px solid #222;margin-top:28px;padding-top:18px;font-size:11px;text-align:center}@media(max-width:1040px){.nav-inner{min-height:112px}.brand img{height:96px}.nav-links{display:none;position:absolute;left:0;right:0;top:112px;background:#050505;padding:24px;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.menu-toggle{display:block}.service-grid,.card-grid{grid-template-columns:1fr 1fr}.feature,.feature.reverse,.two-col,.form-layout{grid-template-columns:1fr}.feature.reverse .feature-img{order:0}.feature-img{min-height:430px}.feature-copy{padding:65px 24px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.nav-inner{min-height:96px}.brand img{height:82px}.nav-links{top:96px}.service-grid,.card-grid,.impact-grid,.value-grid,.logo-wall,.site-form,.footer-grid,.photo-grid{grid-template-columns:1fr}.site-form .span-2{grid-column:auto}.photo-grid figure,.photo-grid figure:nth-child(n){grid-column:auto;min-height:360px}.hero,.image-hero{min-height:68vh}.section,.photo-story{padding:68px 0}h1{letter-spacing:-2px}.footer-brand img{width:300px}}

/* spam trap: hidden from people, visible to basic bots */
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Real-photo hero pass */
.image-hero .hero-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.image-hero .hero-lede{max-width:800px;margin:0 auto;color:#f0f0f0;font-size:21px;text-shadow:0 2px 12px rgba(0,0,0,.65)}
.image-hero h1{text-shadow:0 3px 20px rgba(0,0,0,.5)}


/* SITE-WIDE LARGE FOUNDATION LOGO */
.site-header .nav-inner{
  min-height:190px;
  align-items:center;
}
.site-header .brand{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.site-header .brand img{
  height:175px !important;
  width:auto !important;
  max-width:none !important;
  display:block;
}
.footer-brand img{
  width:520px !important;
  max-width:100% !important;
  height:auto !important;
}
@media(max-width:1200px){
  .site-header .nav-inner{min-height:160px}
  .site-header .brand img{height:145px !important}
}
@media(max-width:900px){
  .site-header .nav-inner{min-height:130px}
  .site-header .brand img{height:118px !important}
}
@media(max-width:680px){
  .site-header .nav-inner{min-height:110px}
  .site-header .brand img{height:96px !important}
  .footer-brand img{width:360px !important}
}

/* HARD OVERRIDE — readable logo site-wide */
.site-header .brand{width:390px !important;min-width:390px !important;overflow:visible !important}
.site-header .brand .foundation-header-logo{height:175px !important;width:auto !important;max-width:none !important}
.site-header .nav-inner{min-height:190px !important}
@media(max-width:1200px){
 .site-header .brand{width:310px !important;min-width:310px !important}
 .site-header .brand .foundation-header-logo{height:145px !important}
 .site-header .nav-inner{min-height:160px !important}
}
@media(max-width:900px){
 .site-header .brand{width:250px !important;min-width:250px !important}
 .site-header .brand .foundation-header-logo{height:118px !important}
 .site-header .nav-inner{min-height:130px !important}
}
@media(max-width:680px){
 .site-header .brand{width:205px !important;min-width:205px !important}
 .site-header .brand .foundation-header-logo{height:96px !important}
 .site-header .nav-inner{min-height:110px !important}
}

/* 2026 OSBYF logo refresh */
.site-header .brand img[src*="osbyf-youth-foundation-logo-2026.png"] {
  height:170px !important;
  width:auto !important;
  max-width:420px !important;
  object-fit:contain !important;
}
.footer-brand img[src*="osbyf-youth-foundation-logo-2026.png"] {
  width:520px !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}
@media(max-width:900px){
  .site-header .brand img[src*="osbyf-youth-foundation-logo-2026.png"]{height:118px !important;max-width:300px !important;}
}
@media(max-width:680px){
  .site-header .brand img[src*="osbyf-youth-foundation-logo-2026.png"]{height:92px !important;max-width:230px !important;}
}
