:root{--home-red:#c84632;--home-gold:#e6ba49;--home-green:#172c25;--home-ivory:#f3efe5}html{scroll-behavior:smooth}body{background:var(--home-ivory)}.home-header{position:absolute;z-index:20;top:0;right:0;left:0;max-width:none;height:78px;margin:0;padding:0 max(34px,calc((100vw - 1240px)/2));color:#fff;border-bottom:1px solid rgba(255,255,255,.25)}.home-brand{grid-template-columns:40px auto}.home-brand span{width:40px;height:40px;color:#fff;border:0;border-radius:0;background:var(--home-red);font-family:"STSong","SimSun",serif}.home-brand small{color:rgba(255,255,255,.68)}.home-nav{display:flex;align-items:center;gap:28px}.home-nav a{position:relative;font-size:11px;font-weight:700}.home-nav a::after{position:absolute;right:0;bottom:-9px;left:0;height:2px;content:"";background:var(--home-gold);transform:scaleX(0);transform-origin:right;transition:transform 180ms ease}.home-nav a:hover::after,.home-nav a:focus-visible::after{transform:scaleX(1);transform-origin:left}.home-hero{position:relative;height:min(840px,92svh);min-height:0;color:#fff;overflow:hidden;background:var(--home-green)}.home-hero>img{display:block;width:100%;height:100%;object-fit:cover}.home-hero-shade{position:absolute;inset:0;background:rgba(6,17,13,.16)}.home-hero-index{position:absolute;top:108px;right:max(34px,calc((100vw - 1240px)/2));left:max(34px,calc((100vw - 1240px)/2));display:flex;justify-content:space-between;color:rgba(255,255,255,.72);font-size:9px;font-weight:700;letter-spacing:.15em}.home-hero-copy{position:absolute;left:max(34px,calc((100vw - 1240px)/2));bottom:126px;width:min(610px,calc(100% - 68px))}.home-hero .eyebrow{margin:0;color:var(--home-gold);font-size:10px;font-weight:800;letter-spacing:.14em}.home-hero h1{margin:18px 0 8px;font:700 clamp(78px,9vw,132px)/.82 "STSong","SimSun",serif;letter-spacing:0}.hero-statement{margin:28px 0 0;font:700 23px/1.45 "STSong","SimSun",serif}.home-hero .intro-copy{max-width:500px;margin-top:13px;color:rgba(255,255,255,.68);font-size:12px;line-height:1.8}.home-hero-axis{position:absolute;right:max(34px,calc((100vw - 1240px)/2));bottom:62px;display:flex;align-items:center}.home-hero-axis span{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700}.home-hero-axis span b{color:var(--home-gold);font:700 9px Georgia,serif}.home-hero-axis i{display:block;width:50px;height:1px;margin:0 16px;background:rgba(255,255,255,.4)}.home-hero-next{position:absolute;bottom:48px;left:max(34px,calc((100vw - 1240px)/2));display:flex;align-items:center;gap:18px;font-size:10px;font-weight:700}.home-hero-next b{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.48);font-size:15px}.activity-section{padding:116px 0 96px;background:var(--home-ivory)}.activity-heading{display:grid;grid-template-columns:140px minmax(0,1fr) minmax(290px,.65fr);gap:46px;align-items:end;max-width:1240px;margin:0 auto 64px;padding:0 34px}.activity-heading>p{align-self:start;margin:12px 0 0;color:var(--home-red);font:700 10px Georgia,serif;letter-spacing:.08em}.activity-heading h2{margin:0;font:400 clamp(40px,4.4vw,62px)/1.17 "STSong","SimSun",serif;letter-spacing:0}.activity-heading>div{padding-top:18px;border-top:1px solid rgba(32,33,31,.24)}.activity-heading>div span{color:var(--home-red);font-size:10px;font-weight:800}.activity-heading>div p{margin:13px 0 0;color:#68665f;font-size:12px;line-height:1.8}.activity-section .activity-grid{padding-bottom:0}.activity-card{position:relative;border-top-width:3px}.activity-card::before{position:absolute;z-index:2;top:3px;left:0;width:42px;height:42px;color:#fff;display:grid;place-items:center;background:var(--home-green);font:700 11px Georgia,serif;content:"0" counter(activity)}.activity-grid{counter-reset:activity}.activity-card{counter-increment:activity}.activity-fire::before{background:var(--home-red)}.activity-outreach::before{color:var(--ink);background:var(--home-gold)}.activity-card .card-image{position:relative;aspect-ratio:1.3}.activity-card .card-image::after{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";background:rgba(255,255,255,.55);transform:scaleX(0);transform-origin:left;transition:transform 350ms ease}.activity-card:hover .card-image::after{transform:scaleX(1)}.activity-card h2{font-family:"STSong","SimSun",serif;font-size:42px}.card-meta{padding-top:15px}.card-cta{display:inline-flex;align-items:center;padding-bottom:7px;border-bottom:1px solid var(--line)}.team-roster{position:relative;padding-top:122px;border-top:1px solid rgba(32,33,31,.16);overflow:hidden}.team-roster::before{position:absolute;top:42px;right:max(20px,calc((100vw - 1240px)/2));content:"14";color:rgba(200,70,50,.08);font:700 160px/.8 Georgia,serif;pointer-events:none}.roster-heading .kicker::before{display:inline-block;width:28px;height:2px;margin:0 12px 3px 0;content:"";background:var(--home-red)}.home-note{max-width:none;margin:0;padding:42px max(34px,calc((100vw - 1172px)/2));color:#fff;border:0;background:var(--home-green)}.home-note span{color:var(--home-gold)}.home-note p{font-size:24px}.home-footer{max-width:none;padding:25px max(34px,calc((100vw - 1240px)/2));color:rgba(255,255,255,.58);background:#101713}
@media(max-width:950px){.activity-heading{grid-template-columns:90px 1fr}.activity-heading>div{grid-column:2}.home-hero-axis{display:none}.home-hero-copy{bottom:108px}.activity-section .activity-grid{grid-template-columns:1fr 1fr}.activity-section .activity-outreach{grid-column:1 / 3}.activity-section .activity-outreach .card-image{aspect-ratio:2.2}}
@media(max-width:720px){.home-header{height:70px;padding:0 20px}.home-nav{gap:16px}.home-nav a:first-child{display:none}.home-brand{grid-template-columns:36px auto}.home-brand span{width:36px;height:36px}.home-hero{height:88svh}.home-hero>img{object-position:58% center}.home-hero-index{top:92px;right:20px;left:20px}.home-hero-index span:last-child{display:none}.home-hero-shade{background:rgba(6,17,13,.32)}.home-hero-copy{right:20px;bottom:88px;left:20px;width:auto}.home-hero h1{font-size:76px}.hero-statement{max-width:330px;margin-top:24px;font-size:20px}.home-hero .intro-copy{max-width:335px;font-size:11px}.home-hero-next{bottom:28px;left:20px}.activity-section{padding:78px 0 68px}.activity-heading{grid-template-columns:1fr;gap:18px;margin-bottom:42px;padding:0 20px}.activity-heading>p{margin:0}.activity-heading h2{font-size:38px}.activity-heading>div{grid-column:auto}.activity-section .activity-grid{grid-template-columns:1fr;padding:0 20px}.activity-section .activity-outreach{grid-column:auto}.activity-section .activity-outreach .card-image,.activity-card .card-image{aspect-ratio:1.35}.activity-card h2{font-size:38px}.team-roster{padding-top:88px}.team-roster::before{top:25px;font-size:105px}.home-note{padding:38px 20px}.home-note p{font-size:21px;line-height:1.55}.home-footer{padding:25px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.home-nav a::after,.activity-card .card-image::after{transition:none}}
