@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Barlow:wght@400;500;600;700&display=swap');
:root{--bg:#111410;--fg:#f4f4ed;--orange:#ff782e;--muted:#b7bcb3;--line:#363b32}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--fg);font-family:'Barlow',Arial,sans-serif;font-size:17px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--orange);outline-offset:6px}header{height:102px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;gap:12px;align-items:center;font-size:27px;font-weight:800;line-height:.95;letter-spacing:1px}.brand-icon{font-size:39px;background:var(--orange);color:var(--bg);width:47px;height:50px;display:grid;place-items:center;transform:skew(-8deg);font-style:italic}.brand-sub{display:block;font-size:12px;font-weight:600;letter-spacing:3px;margin-top:8px}nav{display:flex;gap:36px;align-items:center;font-size:14px;font-weight:600}nav a:hover,footer a:hover{color:var(--orange)}.nav-social{border-left:1px solid var(--line);padding-left:36px}.nav-social span{margin-left:16px}.hero{position:relative;min-height:740px;isolation:isolate;overflow:hidden;display:flex;align-items:center}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,14,10,.92),rgba(9,14,10,.60) 35%,rgba(9,14,10,.02) 72%),linear-gradient(0deg,rgba(9,14,10,.75),transparent 24%);z-index:-2}.hero-content{padding:56px 5% 104px;max-width:920px}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:700;margin:0 0 24px}.hero .eyebrow{display:flex;align-items:center;gap:12px}.hero .eyebrow span{width:24px;height:3px;background:var(--orange)}h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-stretch:condensed;font-weight:800;margin:0;line-height:.97}h1{font-size:clamp(65px,7.7vw,118px);letter-spacing:-1px}em{font-style:normal;color:var(--orange)}.hero-copy{font-size:18px;line-height:1.55;margin:25px 0 27px;color:#dfdfd7}.button{background:var(--orange);color:#10140f;display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:16px 23px;font-weight:700;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#ff985f;transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.hero-bottom{position:absolute;bottom:26px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.8px;font-weight:600}.hero-bottom a{border-bottom:1px solid #8a9281}.ribbon{background:var(--orange);color:#111410;display:flex;justify-content:space-around;gap:30px;align-items:center;padding:18px 4%;font-family:'Barlow Condensed',Impact,sans-serif;font-weight:800;font-size:26px;line-height:1.2}.ribbon-star{font-size:32px}.section{padding:92px 7%}.intro{display:grid;grid-template-columns:1.15fr 1fr;gap:8%;border-bottom:1px solid var(--line)}.intro .eyebrow,.section-heading .eyebrow{color:var(--orange)}h2{font-size:clamp(42px,4.4vw,68px)}.intro h2 span{color:#91988a}.intro-copy p{margin:0 0 19px;color:var(--muted);max-width:510px}.intro-copy .signature{color:var(--fg);font-weight:600;margin-bottom:0}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px}.section-heading .eyebrow{margin:0}.section-heading>span{font-size:12px;letter-spacing:1.7px;color:#9ea594}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.principles article{border-top:1px solid #60694f;padding-top:26px}.number{font-size:14px;color:var(--orange);font-weight:600}h3{font-size:37px;margin:22px 0 17px}.principles p{color:var(--muted);margin:0 0 28px;max-width:350px}.tag{font-size:12px;letter-spacing:1.5px;font-weight:600;color:#e2e5db}.closing{background:#1d251a;border-top:1px solid #39432f;border-bottom:1px solid #39432f;position:relative}.closing .eyebrow{color:#b9c1ac}.closing h2{font-size:clamp(52px,7.5vw,110px);line-height:1}.closing-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:35px}.closing-bottom p{margin:0;color:#bdc5b5}footer{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:35px 5%;font-size:12px;letter-spacing:1px}footer>span{color:#949b8b}.footer-brand{font-family:'Barlow Condensed',Impact,sans-serif;font-size:23px;font-weight:800;letter-spacing:0}footer>a:last-child{font-size:14px;letter-spacing:0}.skip{position:absolute;top:-100px;left:15px;background:var(--orange);color:#111;padding:10px;z-index:10}.skip:focus{top:10px}@media(min-width:1700px){.hero{min-height:850px}.hero-content{padding-left:7%}}@media(max-width:800px){header{height:85px}.brand{font-size:23px}.brand-sub{font-size:10px}.brand-icon{width:38px;height:42px;font-size:33px}nav{gap:20px}nav>a:nth-child(2){display:none}.nav-social{padding-left:20px}.hero{min-height:710px}.hero-image{object-position:61% center}.hero-shade{background:linear-gradient(90deg,rgba(9,14,10,.85),rgba(9,14,10,.3)),linear-gradient(0deg,rgba(9,14,10,.9),transparent 60%)}.hero-content{padding-top:70px}h1{font-size:82px}.hero-bottom>span:nth-child(2){display:none}.ribbon{font-size:22px;gap:15px;flex-wrap:wrap}.ribbon>span:last-child,.ribbon>span:nth-child(4){display:none}.section{padding:65px 6%}.intro{grid-template-columns:1fr;gap:30px}.intro-copy p{max-width:650px}.principles{gap:24px}.section-heading>span{display:none}.principles h3{font-size:32px}.closing h2{font-size:72px}footer>span{display:none}}@media(max-width:520px){header{padding:0 6%;height:85px}nav>a:first-child{display:none}.nav-social{border:0;padding:0;font-size:13px}.nav-social span{margin-left:6px}.hero{min-height:695px;align-items:flex-start}.hero-content{padding:63px 6% 110px}.hero .eyebrow{font-size:11px;letter-spacing:1.2px;gap:8px}.hero .eyebrow span{width:15px}h1{font-size:clamp(57px,15.4vw,80px)}.hero-copy{font-size:17px;line-height:1.5}.hero-image{object-position:60% center}.hero-shade{background:linear-gradient(90deg,rgba(9,14,10,.85),rgba(9,14,10,.22)),linear-gradient(0deg,rgba(9,14,10,.85),transparent 60%)}.hero-bottom{left:6%;right:6%;font-size:10px;letter-spacing:.8px;gap:18px;align-items:center}.hero-bottom>span{max-width:130px}.ribbon{font-size:20px;gap:14px;padding:17px 5%}.ribbon-star{font-size:24px}.ribbon>span:nth-child(3){font-size:19px}.principles{grid-template-columns:1fr;gap:35px}.principles article{padding-top:20px}.principles h3{margin:10px 0;font-size:38px}.principles p{max-width:none;margin-bottom:15px}.closing h2{font-size:clamp(43px,11.5vw,62px)}.closing-bottom{flex-direction:column;align-items:flex-start}.section{padding:55px 6%}footer{flex-wrap:wrap;padding:28px 6%}.footer-brand{font-size:21px}.button{padding:15px 21px}.eyebrow{font-size:12px}h2{font-size:43px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.facebook-section{background:#0b0d0b;display:grid;grid-template-columns:1fr minmax(0,500px);gap:60px;border-top:1px solid var(--line);align-items:start}.facebook-copy .eyebrow{color:var(--orange)}.facebook-copy>p:not(.eyebrow){max-width:430px;color:var(--muted);margin:25px 0}.facebook-copy .facebook-help{font-size:14px}.facebook-copy h2{color:#fff}.facebook-copy .button{background:var(--orange);color:#111410}.facebook-copy .button:hover{background:#ff985f}.facebook-feed{max-width:500px;width:100%;min-width:0;border:4px solid var(--orange);border-top-width:12px;background:#111410;box-shadow:10px 10px 0 #262a22}.facebook-feed iframe{display:block;border:0;width:100%;height:650px;background:#fff}@media(max-width:800px){.facebook-section{grid-template-columns:1fr;gap:30px}.facebook-feed{justify-self:center}}
