:root{--color-gold: #e8b830;--color-gold-soft: hsl(48, 92%, 58%);--color-red: #d90000;--color-dark: #1a1a1a;--color-black: #000000;--color-bright: #ffffff;--color-text-light: #ffffff;--color-text-dark: #161616;--color-text-muted: rgba(255, 255, 255, .72);--color-text-muted-dark: rgba(0, 0, 0, .65);--primary-color: var(--color-gold);--secondary-color: var(--color-red);--content-max: 1200px;--content-narrow: 820px;--gutter: clamp(1.25rem, 5vw, 4rem);--section-pad-y: clamp(3.5rem, 8vw, 7rem);--radius: 4px;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-head: var(--font-body);--fs-base: clamp(1rem, .95rem + .3vw, 1.125rem);--fs-lead: clamp(1.15rem, 1.05rem + .6vw, 1.4rem);--fs-h1: clamp(2.6rem, 6vw, 5.25rem);--fs-h2: clamp(1.9rem, 4vw, 3.25rem);--fs-h3: clamp(1.4rem, 2.5vw, 2rem);--lh-body: 1.6;--lh-head: 1.08;--bp-mobile: 768px}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--fs-base);line-height:var(--lh-body);color:var(--color-text-dark);background:var(--color-black);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,svg{display:block;max-width:100%}a{color:inherit}h1,h2,h3,h4{font-family:var(--font-head);line-height:var(--lh-head);font-weight:800;letter-spacing:-.01em;text-wrap:balance}h1{font-size:var(--fs-h1);text-transform:uppercase}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{text-wrap:pretty}.section{padding-block:var(--section-pad-y);padding-inline:var(--gutter)}.section__inner{max-width:var(--content-max);margin-inline:auto}.section__inner--narrow{max-width:var(--content-narrow)}.theme-dark{background:var(--color-dark);color:var(--color-text-light)}.theme-black{background:var(--color-black);color:var(--color-text-light)}.theme-bright{background:var(--color-bright);color:var(--color-text-dark)}.accent-red{--accent: var(--secondary-color)}.accent-gold{--accent: var(--primary-color)}.accent-white{--accent: #ffffff}.body-text{font-size:var(--fs-lead);line-height:var(--lh-body)}.body-text>*+*{margin-top:1em}.body-text a{color:var(--primary-color);text-underline-offset:3px}.body-text strong{color:var(--primary-color)}.body-text ul,.body-text ol{padding-left:1.25em}.body-text li+li{margin-top:.4em}.btn{display:inline-block;font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;padding:.85em 1.9em;border-radius:var(--radius);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;border:2px solid transparent;line-height:1.1}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--primary-color);color:var(--btn-primary-text, var(--color-text-dark))}.btn--primary:hover{box-shadow:0 8px 24px -8px var(--primary-color)}.btn--secondary{background:var(--secondary-color);color:#fff}.btn--outline{background:transparent;border-color:currentColor;color:inherit}.btn--outline:hover{background:currentColor;color:var(--color-black)}.eyebrow{display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-color);margin-bottom:1rem}.cta-row{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.btn{transition:none}}:root{--emph-scribble: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 25 3, 45 12, 68 7 S 110 2, 132 8 S 175 12, 197 5' fill='none' stroke='%23e8b830' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");--emph-underline: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M4 5 L 196 5' fill='none' stroke='%23d90000' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");--emph-double: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M4 5 C 60 2, 140 8, 196 4' fill='none' stroke='%23e8b830' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M10 13 C 70 10, 130 16, 190 12' fill='none' stroke='%23e8b830' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");--emph-highlight-bg: var(--color-gold);--emph-highlight-text: var(--color-text-dark)}[class^=emphasis-],[class*=" emphasis-"]{display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone}.emphasis-scribble-gold{background-image:var(--emph-scribble);background-repeat:no-repeat;background-position:bottom center;background-size:100% .28em;padding-bottom:.18em}.emphasis-underline-red{background-image:var(--emph-underline);background-repeat:no-repeat;background-position:bottom center;background-size:100% .18em;padding-bottom:.14em}.emphasis-underline-double{background-image:var(--emph-double);background-repeat:no-repeat;background-position:bottom center;background-size:100% .34em;padding-bottom:.22em}.emphasis-highlight-gold{background-color:var(--emph-highlight-bg);color:var(--emph-highlight-text);padding:.06em .18em}.emphasis-none{background:none}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;max-width:var(--content-max);margin-inline:auto}.two-col.img-left .col-image{order:-1}.col-image img{width:100%;height:auto;border-radius:var(--radius)}.hero{min-height:72vh;display:grid;place-items:center;text-align:center;position:relative;isolation:isolate;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:-1}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.38}.hero__inner{max-width:var(--content-max);margin-inline:auto}.hero__lead{font-size:var(--fs-lead);max-width:42ch;margin-inline:auto;margin-top:1.5rem;color:var(--color-text-muted)}.theme-bright .hero__lead{color:var(--color-text-muted-dark)}.video-embed{position:relative;aspect-ratio:16 / 9;max-width:var(--content-narrow);margin-inline:auto;margin-top:2.5rem;border-radius:var(--radius);overflow:hidden;background:var(--color-dark)}.video-embed iframe,.video-embed video{position:absolute;inset:0;width:100%;height:100%;border:0}.bullet-block .body-text ul{list-style:none;padding-left:0;margin-top:2rem}.bullet-block .body-text li{position:relative;padding-left:1.9em}.bullet-block .body-text li+li{margin-top:1em}.bullet-block .body-text li:before{content:"";position:absolute;left:0;top:.32em;width:1em;height:1em;background:var(--accent, var(--primary-color));clip-path:polygon(14% 44%,0 60%,40% 100%,100% 16%,84% 0%,40% 66%)}.callout{text-align:center}.callout .body-text{max-width:52ch;margin-inline:auto;margin-top:1.5rem}.callout .cta-row{justify-content:center}.block-heading{margin-bottom:.5em}.site-header{background:var(--color-black);color:var(--color-text-light);padding:1rem var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.site-header--sticky{position:sticky;top:0;z-index:50;border-bottom:2px solid var(--primary-color)}.site-header--overlay{position:absolute;top:0;left:0;right:0;z-index:60;background:transparent;justify-content:flex-end;padding-block:1.4rem}.site-header__brand{font-weight:800;font-size:1.25rem;text-transform:uppercase;letter-spacing:.02em;text-decoration:none}.site-nav{display:flex;flex-wrap:wrap;gap:.25rem 1.75rem}.site-nav a{text-decoration:none;font-weight:700;font-size:.92rem;text-transform:uppercase;letter-spacing:.08em;padding:.35em 0;border-bottom:3px solid transparent}.site-nav a:hover,.site-nav a[aria-current=page]{border-bottom-color:var(--primary-color)}.cta-bar{position:sticky;bottom:0;z-index:50;background:var(--primary-color);color:var(--color-text-dark);display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:.65rem var(--gutter);flex-wrap:wrap;text-align:center}.cta-bar strong{text-transform:uppercase;letter-spacing:.04em}.cta-bar .btn{padding:.5em 1.4em;background:var(--color-black);color:var(--color-text-light)}.site-footer{background:var(--color-black);color:var(--color-text-muted);text-align:center;padding:2.5rem var(--gutter);font-size:.85rem}.site-footer a{color:var(--color-text-muted)}.footer-disclaimer{max-width:var(--content-narrow);margin-inline:auto;border:2px solid rgb(255,252,252);padding:3%;color:#fffcfc;font-size:var(--fs-lead);line-height:var(--lh-body);text-align:center}.footer-disclaimer p+p{margin-top:1em}@media (max-width: 768px){.two-col{grid-template-columns:1fr}.two-col .col-image{order:-1}.hero{min-height:60vh}.site-header{justify-content:center;text-align:center}}[data-theme=hope]{--primary-color: #1b6ec2;--secondary-color: #e0162b;--color-dark: #0b2545;--color-black: #061a33;--color-bright: #f7fafd;--color-text-dark: #10243e;--color-text-muted: rgba(255, 255, 255, .78);--font-head: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;--font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;--fs-base: clamp(1.02rem, .97rem + .25vw, 1.125rem);--fs-lead: clamp(1.08rem, 1rem + .45vw, 1.3rem);--fs-h1: clamp(2.6rem, 5.5vw, 4.75rem);--fs-h2: clamp(1.7rem, 3.2vw, 2.6rem);--lh-head: 1.06;--radius: 8px;--section-pad-y: clamp(4.5rem, 10vw, 9rem);--btn-primary-text: #ffffff;--emph-scribble: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 25 3, 45 12, 68 7 S 110 2, 132 8 S 175 12, 197 5' fill='none' stroke='%231b6ec2' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");--emph-double: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M4 5 C 60 2, 140 8, 196 4' fill='none' stroke='%231b6ec2' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M10 13 C 70 10, 130 16, 190 12' fill='none' stroke='%231b6ec2' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");--emph-underline: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M4 5 L 196 5' fill='none' stroke='%23e0162b' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");--emph-highlight-bg: #cce4fa;--emph-highlight-text: #10243e}[data-theme=hope] h1{text-transform:none;font-weight:800;letter-spacing:-.025em}[data-theme=hope] h2{text-transform:none;font-weight:700;letter-spacing:-.015em}[data-theme=hope] h3{font-weight:700}[data-theme=hope] .body-text{font-size:var(--fs-lead);line-height:1.7}[data-theme=hope] .eyebrow{font-family:var(--font-head);font-size:.78rem;font-weight:700;letter-spacing:.28em;color:#7db4e8;margin-bottom:1.4rem}[data-theme=hope] .theme-bright .eyebrow{color:var(--primary-color)}[data-theme=hope] .btn{font-family:var(--font-head);text-transform:none;letter-spacing:.01em;font-weight:700;border-radius:10px;padding:.9em 2.1em}[data-theme=hope] .hero{min-height:92vh;min-height:94svh;place-items:end center;padding-bottom:clamp(3rem,7vh,5.5rem)}[data-theme=hope] .hero__bg img{opacity:1}[data-theme=hope] .hero__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#061a336b,#061a331f 38%,#061a338c 68%,#061a33f5)}[data-theme=hope] .hero .eyebrow{color:#9cc6ef;text-shadow:0 1px 12px rgba(0,0,0,.6)}[data-theme=hope] .hero h1{font-size:clamp(2.7rem,6vw,5.5rem);line-height:1.02;text-shadow:0 2px 24px rgba(0,0,0,.45);margin-bottom:.3em}[data-theme=hope] .hero__lead{font-size:clamp(1.02rem,.97rem + .4vw,1.2rem);line-height:1.6;color:#ffffffe6;max-width:52ch}[data-theme=hope] .hero .cta-row{margin-top:2.2rem}@media (max-width: 768px){[data-theme=hope] .hero{min-height:78vh;min-height:82svh;padding-bottom:2.5rem}[data-theme=hope] .hero__bg:after{background:linear-gradient(to bottom,#061a3380,#061a334d 30%,#061a33f7)}[data-theme=hope] .eyebrow{letter-spacing:.18em;font-size:.7rem;margin-bottom:1rem}[data-theme=hope] .hero .cta-row{margin-top:1.6rem}[data-theme=hope] .hero .btn{width:100%;text-align:center}}[data-theme=liberty]{--primary-color: #b22234;--secondary-color: #002868;--color-dark: #0d1b33;--color-black: #081226;--color-bright: #ffffff;--color-text-dark: #14213d;--color-text-muted: rgba(255, 255, 255, .75);--font-head: Georgia, "Times New Roman", serif;--lh-head: 1.1;--radius: 2px;--btn-primary-text: #ffffff;--emph-scribble: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 25 3, 45 12, 68 7 S 110 2, 132 8 S 175 12, 197 5' fill='none' stroke='%23c9a227' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");--emph-double: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M4 5 C 60 2, 140 8, 196 4' fill='none' stroke='%23c9a227' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M10 13 C 70 10, 130 16, 190 12' fill='none' stroke='%23c9a227' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");--emph-underline: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M4 5 L 196 5' fill='none' stroke='%23b22234' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");--emph-highlight-bg: #c9a227;--emph-highlight-text: #14213d}[data-theme=liberty] h1{letter-spacing:.01em}[data-theme=liberty] .eyebrow{color:#c9a227}[data-theme=progress]{--primary-color: #00917c;--secondary-color: #ffb81c;--color-dark: #0e2a26;--color-black: #07201d;--color-bright: #fcfbf7;--color-text-dark: #163832;--color-text-muted: rgba(255, 255, 255, .78);--fs-h1: clamp(2.3rem, 5vw, 4rem);--lh-head: 1.14;--radius: 14px;--section-pad-y: clamp(3.5rem, 8vw, 7rem);--btn-primary-text: #ffffff;--emph-scribble: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 25 3, 45 12, 68 7 S 110 2, 132 8 S 175 12, 197 5' fill='none' stroke='%23ffb81c' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");--emph-double: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M4 5 C 60 2, 140 8, 196 4' fill='none' stroke='%23ffb81c' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M10 13 C 70 10, 130 16, 190 12' fill='none' stroke='%23ffb81c' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");--emph-underline: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M4 5 L 196 5' fill='none' stroke='%2300917c' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");--emph-highlight-bg: #ffe9b3;--emph-highlight-text: #163832}[data-theme=progress] h1{text-transform:none;font-weight:800;letter-spacing:-.015em}[data-theme=progress] .btn{border-radius:12px}[data-theme=caution]{--primary-color: #ffd400;--secondary-color: #ffb000;--color-dark: #161616;--color-black: #000000;--color-bright: #ffd60a;--color-text-dark: #0a0a0a;--color-text-muted: rgba(255, 255, 255, .72);--color-text-muted-dark: rgba(0, 0, 0, .72);--font-head: "Arial Black", "Helvetica Neue", Impact, var(--font-body);--fs-h1: clamp(2.8rem, 6.5vw, 5.5rem);--lh-head: 1.02;--radius: 0px;--btn-primary-text: #0a0a0a;--emph-scribble: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 25 3, 45 12, 68 7 S 110 2, 132 8 S 175 12, 197 5' fill='none' stroke='%23ffd400' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");--emph-double: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M4 5 C 60 2, 140 8, 196 4' fill='none' stroke='%23ffd400' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M10 13 C 70 10, 130 16, 190 12' fill='none' stroke='%23ffd400' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");--emph-highlight-bg: #ffd400;--emph-highlight-text: #0a0a0a}[data-theme=caution] h1,[data-theme=caution] h2{text-transform:uppercase;letter-spacing:.005em}[data-theme=siren]{--primary-color: #e10600;--secondary-color: #8f0000;--color-dark: #1a0a0a;--color-black: #000000;--color-bright: #fbeaea;--color-text-dark: #1c0d0d;--color-text-muted: rgba(255, 255, 255, .74);--fs-h1: clamp(2.7rem, 6.2vw, 5.4rem);--lh-head: 1.05;--radius: 0px;--btn-primary-text: #ffffff;--emph-scribble: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 25 3, 45 12, 68 7 S 110 2, 132 8 S 175 12, 197 5' fill='none' stroke='%23e10600' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");--emph-double: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M4 5 C 60 2, 140 8, 196 4' fill='none' stroke='%23e10600' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M10 13 C 70 10, 130 16, 190 12' fill='none' stroke='%23e10600' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");--emph-underline: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M4 5 L 196 5' fill='none' stroke='%23ffffff' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");--emph-highlight-bg: #e10600;--emph-highlight-text: #ffffff}[data-theme=siren] .body-text strong{color:#ff4d45}
