:root{--navy:#07111f;--navy-2:#10243a;--red:#a80f1c;--red-dark:#7d0c17;--gold:#f2bd18;--cream:#f8f1df;--ink:#111;--muted:#5f5b51;--white:#fff;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.site-header{z-index:10;min-height:72px;color:var(--cream);border-bottom:5px solid var(--red);background:#07111ff5;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(18px,4vw,48px);display:flex;position:sticky;top:0}.brand{text-transform:uppercase;max-width:48vw;font-size:18px;font-weight:900;text-decoration:none}nav{text-transform:uppercase;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;font-size:14px;font-weight:800;display:flex}nav a{text-decoration:none}nav a:hover{color:var(--gold)}.hero{min-height:calc(100vh - 72px);color:var(--cream);background:linear-gradient(90deg, #07111ff5, #07111fc7), repeating-linear-gradient(0deg, #ffffff0a 0 1px, transparent 1px 7px), var(--navy);grid-template-columns:minmax(0,1fr);align-items:start;gap:clamp(22px,3vw,34px);padding:clamp(58px,8vw,86px) clamp(18px,4vw,48px) clamp(42px,6vw,62px);display:grid;position:relative;overflow:hidden}.hero:before,.hero:after{z-index:2;content:"";background:var(--red);width:100%;height:32px;position:absolute;left:0}.hero:before{top:0}.hero:after{bottom:0}.hero-copy{z-index:1;width:min(var(--max), 100%);max-width:var(--max);justify-self:center;padding-bottom:0;position:relative}.eyebrow{color:var(--gold);text-transform:uppercase;margin:0 0 12px;font-size:14px;font-weight:900}.eyebrow.dark{color:var(--red)}.eyebrow.gold{color:var(--gold)}h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{margin:0;font-weight:900;line-height:.98}h1{text-transform:uppercase;max-width:760px;font-size:clamp(48px,8vw,96px)}h2{text-transform:uppercase;max-width:820px;font-size:clamp(38px,6vw,78px)}h3{text-transform:uppercase;font-size:22px}.lede,.hero-copy p:not(.eyebrow){max-width:660px;font-size:clamp(19px,2.3vw,26px)}.actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{text-transform:uppercase;border:2px solid;border-radius:4px;justify-content:center;align-items:center;min-height:48px;padding:13px 18px;font-weight:900;text-decoration:none;display:inline-flex}.button.primary{color:var(--ink);background:var(--gold);border-color:var(--gold)}.button.secondary{color:var(--cream);background:0 0}.hero-media{z-index:1;width:min(var(--max), 100%);justify-self:center;margin:0;position:relative}.hero-media video{z-index:1;border:6px solid var(--gold);object-fit:contain;background:#000;border-radius:6px;width:100%;height:clamp(360px,62vh,760px);min-height:0;margin:0;display:block;position:relative}.video-play-button{z-index:3;aspect-ratio:1;cursor:pointer;background:#000000ad;border:0;border-radius:50%;width:clamp(74px,7vw,112px);transition:opacity .16s,visibility .16s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 50px #00000073}.video-play-button:before{content:"";border-top:clamp(17px,1.7vw,27px) solid #0000;border-bottom:clamp(17px,1.7vw,27px) solid #0000;border-left:clamp(28px,2.8vw,44px) solid #fffffff5;width:0;height:0;position:absolute;top:50%;left:52%;transform:translate(-35%,-50%)}.hero-media.is-playing .video-play-button{opacity:0;visibility:hidden;pointer-events:none}.band{padding:clamp(56px,8vw,96px) clamp(18px,4vw,48px)}.band.cream{background:repeating-linear-gradient(90deg, #11111109 0 1px, transparent 1px 10px), var(--cream)}.band.navy{color:var(--cream);background:var(--navy)}.band.red{color:var(--cream);background:linear-gradient(180deg, var(--red), var(--red-dark))}.section-grid{max-width:var(--max);grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);align-items:center;gap:clamp(28px,5vw,64px);margin:0 auto;display:grid}.section-grid.reverse{grid-template-columns:minmax(260px,.82fr) minmax(0,1fr)}.section-grid p{max-width:720px;font-size:20px}.image-panel{border:6px solid var(--ink);background:var(--white)}.image-panel.border{border-color:var(--gold)}.image-panel img{aspect-ratio:4/3;object-fit:cover;width:100%}.fact-grid,.stat-grid,.source-list{max-width:var(--max);gap:18px;margin:36px auto 0;display:grid}.fact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fact-card,.source-item{background:var(--white);border:2px solid #11111124;border-radius:6px;padding:24px}.fact-card p,.source-item p{color:var(--muted);font-size:17px}.fact-card a,.source-item a,.text-link{color:var(--red);text-transform:uppercase;font-weight:900}.band.navy .text-link,.band.red .text-link{color:var(--gold)}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat{min-height:170px;color:var(--ink);background:var(--gold);border:4px solid var(--cream);border-radius:6px;padding:24px}.stat strong{font-size:clamp(36px,4vw,52px);line-height:1;display:block}.stat span{text-transform:uppercase;margin-top:14px;font-weight:900;display:block}.tight{max-width:850px;margin:0 auto}.tight p{font-size:21px}.sources-page{color:var(--cream);background:var(--navy);min-height:80vh}.sources-hero{max-width:var(--max);margin:0 auto;padding:clamp(54px,8vw,92px) clamp(18px,4vw,48px) 8px}.sources-hero h1{font-size:clamp(58px,10vw,120px)}.sources-hero p:not(.eyebrow){max-width:760px;font-size:21px}.source-list{padding:0 clamp(18px,4vw,48px) clamp(64px,8vw,96px)}.source-item h2{color:var(--ink);font-size:26px}.site-footer{color:var(--cream);border-top:5px solid var(--red);text-align:center;background:#050b14;padding:28px clamp(18px,4vw,48px);font-size:14px}.site-footer p{margin:4px 0}@media (max-width:860px){.site-header{flex-direction:column;align-items:flex-start;position:static}.brand{max-width:100%}nav{justify-content:flex-start}.hero,.section-grid,.section-grid.reverse,.fact-grid,.stat-grid{grid-template-columns:1fr}.hero{min-height:auto;padding-top:58px}.hero-copy{padding-bottom:18px}.hero-media video{aspect-ratio:16/9;height:auto;min-height:0}}@media (max-width:520px){.site-header{min-height:0}h1{font-size:48px}h2{font-size:34px}.button{width:100%}.fact-card,.source-item,.stat{padding:18px}}

