:root{--ink:#101111;--paper:#f1efe9;--muted:#a7a7a1;--line:rgba(241,239,233,.18);--signal:#ff4a2d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1240px,calc(100% - 64px));margin-inline:auto}.site-header{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line)}.brand{width:max-content;font-weight:900;letter-spacing:-.06em;font-size:1.35rem}.brand b{color:var(--signal);font-size:.55em;margin-left:3px;vertical-align:top}nav{display:flex;gap:36px;color:#c7c7c1;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.header-cta{justify-self:end;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid;padding-bottom:5px}.hero{min-height:710px;padding-top:84px;position:relative;overflow:hidden}.eyebrow,.label{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow i{width:6px;height:6px;background:var(--signal);border-radius:50%;box-shadow:0 0 0 5px rgba(255,74,45,.13)}.hero h1{font-size:clamp(5.4rem,11.2vw,10rem);line-height:.76;letter-spacing:-.085em;margin:62px 0 56px;font-weight:800}.hero h1 em,.cta h2 em,.resources h2 em{color:var(--signal);font-family:Georgia,serif;font-weight:400}.hero-bottom{display:flex;align-items:end;justify-content:space-between;padding-left:42%}.hero-bottom p{max-width:510px;margin:0;color:#b8b8b1;font-size:1.05rem;line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;padding:18px 20px;text-transform:uppercase;font-size:.72rem;letter-spacing:.12em;border:1px solid #6b6b67;transition:.2s}.button:hover{background:var(--paper);color:var(--ink)}.signal{position:absolute;left:0;bottom:24px;width:31%;font:.58rem monospace;letter-spacing:.14em;color:#7d7d78}.signal hr{border:0;height:2px;background:linear-gradient(90deg,var(--signal) 67%,#393a38 67%)}.signal span:last-child{float:right}.overview{background:var(--paper);color:var(--ink);padding:128px 0}.overview-grid{display:grid;grid-template-columns:1fr 2fr;gap:40px}.overview .label{color:#6e6f6a}.overview h2{font-size:clamp(2.8rem,5.5vw,5.2rem);line-height:.98;letter-spacing:-.06em;margin:-10px 0 70px}.overview-copy{max-width:680px;margin-left:auto;font-size:1.2rem;line-height:1.65;color:#51524f}.capabilities{padding:118px 0 130px}.section-heading{display:flex;justify-content:space-between;margin-bottom:80px}.section-heading>p:last-child{color:var(--muted);margin:0;text-align:right;line-height:1.45}.capability-list{border-top:1px solid var(--line)}article{display:grid;grid-template-columns:100px 1fr 1fr 40px;gap:34px;align-items:center;min-height:168px;border-bottom:1px solid var(--line)}article>span{color:var(--signal);font:.68rem monospace}article h3{font-size:1.9rem;letter-spacing:-.04em}article p{color:var(--muted);line-height:1.55;max-width:420px}article b{justify-self:end}.resources{background:var(--paper);color:var(--ink);padding:118px 0 130px}.resources .label{color:#6e6f6a}.resources-heading{display:grid;grid-template-columns:1fr 2fr;gap:40px;margin-bottom:82px}.resources-heading h2{font-size:clamp(2.8rem,5.5vw,5.2rem);line-height:.9;letter-spacing:-.06em;margin:-10px 0 34px}.resources-heading>div>p{color:#60615d;line-height:1.6;max-width:520px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(16,17,17,.22);border-left:1px solid rgba(16,17,17,.22)}.resource-card{min-height:250px;padding:30px;display:flex;flex-direction:column;position:relative;border-right:1px solid rgba(16,17,17,.22);border-bottom:1px solid rgba(16,17,17,.22);transition:background .2s,color .2s}.resource-card:hover,.resource-card:focus-visible{background:var(--ink);color:var(--paper)}.resource-card>span{font:.65rem monospace;letter-spacing:.12em;color:#777873}.resource-card h3{font-size:1.65rem;letter-spacing:-.04em;margin:42px 42px 14px 0}.resource-card p{color:#686965;line-height:1.5;margin:0;max-width:260px}.resource-card:hover p,.resource-card:focus-visible p{color:var(--muted)}.resource-card b{position:absolute;top:28px;right:30px;color:var(--signal);font-size:1.2rem}.cta{background:var(--signal);color:var(--ink)}.cta-inner{min-height:560px;padding:84px 0 70px;display:flex;flex-direction:column}.cta .label{color:rgba(16,17,17,.62)}.cta h2{font-size:clamp(3.5rem,7.2vw,7rem);line-height:.9;letter-spacing:-.07em;margin:64px 0}.cta h2 em{color:var(--paper)}.cta-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:end}.dark{border-color:var(--ink)}.dark:hover{background:var(--ink);color:var(--paper)}footer{min-height:140px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:#7f7f7a;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}footer p:nth-child(2){text-align:center}footer p:last-child{text-align:right}@media(max-width:900px){nav{gap:18px;font-size:.66rem}.resource-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.wrap{width:calc(100% - 36px)}.site-header{grid-template-columns:1fr 1fr;height:76px}nav{display:none}.hero{min-height:700px;padding-top:65px}.hero h1{font-size:clamp(4.7rem,24vw,7.5rem)}.hero-bottom{padding:0;align-items:start;flex-direction:column;gap:32px}.signal{display:none}.overview{padding:92px 0}.overview-grid{grid-template-columns:1fr;gap:54px}.overview h2{margin-bottom:48px}.capabilities{padding:90px 0}.section-heading{flex-direction:column;gap:30px;margin-bottom:52px}.section-heading>p:last-child{text-align:left}article{grid-template-columns:46px 1fr 28px;gap:12px;padding:28px 0}article h3{font-size:1.5rem}article p{grid-column:2/4;font-size:.93rem}article b{grid-column:3;grid-row:1}.resources{padding:90px 0}.resources-heading{grid-template-columns:1fr;gap:54px;margin-bottom:52px}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:215px}.cta-inner{min-height:580px}.cta h2{font-size:clamp(3.6rem,17vw,5.5rem)}.cta-bottom{align-items:stretch;flex-direction:column;gap:28px}footer{grid-template-columns:1fr 1fr}footer p:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
