:root{color-scheme:dark;--bg:#050505;--fg:#f8f8f6;--muted:#b8b8bf;--line:#303033;--red:#ff244a;--yellow:#ffe42d;--blue:#258fff;--cyan:#00c5d8;--green:#00cd71;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--bg);color:var(--fg);font-size:1rem;line-height:1.55}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--yellow);outline-offset:6px}a:hover{text-decoration:underline;text-underline-offset:5px}.wrap{max-width:1280px;margin:auto;padding-left:clamp(24px,5vw,70px);padding-right:clamp(24px,5vw,70px)}.skip{position:absolute;left:20px;top:-100px;padding:12px;background:var(--yellow);color:#000;z-index:10}.skip:focus{top:12px}.masthead{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:104px;border-bottom:1px solid var(--line)}.wordmark{font-weight:900;font-size:1.55rem;letter-spacing:-.07em;line-height:1}.wordmark span{display:block;font-size:.66rem;letter-spacing:.39em;padding-top:6px}nav{display:flex;align-items:center;gap:28px;font-size:.875rem;font-weight:700}.nav-check{border:1px solid #6f6f72;border-radius:3px;padding:11px 16px}.nav-check span{margin-left:12px}.hero{min-height:650px;display:grid;grid-template-columns:1.14fr 1fr;align-items:center;gap:20px;padding-top:60px;padding-bottom:64px}.eyebrow{font-size:.75rem;letter-spacing:.15em;font-weight:700;margin:0 0 24px;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3rem,5.4vw,4.8rem);font-weight:900;letter-spacing:-.055em;line-height:1.01;margin-bottom:30px}h1 span{color:var(--yellow)}.intro{font-size:1.125rem;color:#c6c6cc;max-width:490px;margin-bottom:28px}.intro strong{color:var(--fg)}.hero-art img{display:block;width:100%;height:auto;max-width:480px;margin:auto}.hero-art p{text-align:center;font-size:.6875rem;letter-spacing:.13em;color:var(--muted);margin:12px 0 0}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px}.button{background:var(--yellow);color:#080808;display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:17px 22px;font-size:.9375rem;font-weight:800;border-radius:3px}.button:hover{background:#fff176;text-decoration:none}.text-link{font-size:.9375rem;font-weight:700;text-decoration:underline;text-underline-offset:5px}.small-note{font-size:.8125rem;color:var(--muted);margin:17px 0 0}.color-rule{display:flex;height:7px}.color-rule i{flex:1;background:var(--red)}.color-rule i:nth-child(2){background:var(--yellow)}.color-rule i:nth-child(3){background:var(--blue)}.color-rule i:nth-child(4){background:var(--cyan)}.color-rule i:nth-child(5){background:var(--green)}.section{padding-top:86px;padding-bottom:86px}h2{font-size:clamp(2.2rem,3.7vw,3.4rem);letter-spacing:-.045em;line-height:1.08;margin-bottom:24px}.section-heading{max-width:680px;margin-bottom:46px}.section-heading>p:last-child{font-size:1.125rem;color:var(--muted);max-width:600px}.moves{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid var(--line)}.move{--accent:var(--red);border:1px solid var(--line);border-left:0;border-top:4px solid var(--accent);padding:22px 18px 24px}.ask{--accent:var(--yellow)}.trace{--accent:var(--blue)}.examine{--accent:var(--cyan)}.respond{--accent:var(--green)}.move-top{display:flex;align-items:start;justify-content:space-between;margin-bottom:22px}.letter{font-size:3.3rem;line-height:1;font-weight:800;color:var(--accent)}.number{font-size:.75rem;color:#999}.move h3{font-size:1.4rem;margin-bottom:18px}.move p{font-size:.9375rem;color:var(--muted);margin-bottom:0}.move .question{font-weight:700;color:var(--fg);margin-bottom:12px;min-height:48px}.try{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#111113;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.try-copy{font-size:1.0625rem;color:var(--muted)}.try-copy .button{margin-top:12px}.education{display:grid;grid-template-columns:1fr 1fr;gap:72px}.education-heading p:not(.eyebrow){max-width:450px;color:var(--muted);font-size:1.0625rem}.education-heading .text-link{display:inline-block;margin-top:16px}.resource-list a{display:block;padding:25px 0;border-bottom:1px solid var(--line)}.resource-list a:first-child{padding-top:0}.resource-list a:hover strong{color:var(--yellow)}.resource-type{font-size:.6875rem;letter-spacing:.14em;color:var(--muted)}.resource-list strong{display:block;font-size:1.375rem;line-height:1.3;margin:8px 0}.resource-list a>span:last-child{color:var(--muted);font-size:.9375rem}.resource-list b{color:var(--fg);margin-left:10px}.about{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:60px}.about>p{padding-top:12px}.about div p{color:var(--muted);font-size:1.0625rem}.about h2{font-size:2.7rem}footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:30px;flex-wrap:wrap;padding-top:36px;padding-bottom:36px}.footer-links{display:flex;flex-wrap:wrap;gap:20px;margin-left:auto;font-size:.875rem;color:var(--muted)}footer>p{width:100%;margin:0;font-size:.75rem;color:#999}@media(min-width:1400px){.hero{min-height:710px}}@media(max-width:950px){.hero{grid-template-columns:1.15fr 1fr;min-height:580px}.hero-art p{font-size:.6rem}.moves{grid-template-columns:repeat(3,1fr);gap:16px;border:0}.move{border-left:1px solid var(--line)}.education,.try,.about{gap:32px}}@media(max-width:650px){.masthead{min-height:86px;gap:12px}nav{gap:14px}nav>a:not(.nav-check){display:none}.hero{grid-template-columns:1fr;padding-top:44px;padding-bottom:42px;gap:24px}.hero-copy{order:1}.hero-art{order:0;position:relative}.hero-art img{max-width:210px}.hero-art p{display:none}h1{font-size:clamp(2.75rem,10vw,4rem)}h1 br:first-of-type{display:none}.hero .eyebrow{margin-bottom:18px}.hero-actions{gap:24px}.intro{font-size:1.0625rem}.section{padding-top:58px;padding-bottom:58px}.moves{grid-template-columns:1fr;gap:12px}.move{padding:22px;display:grid;grid-template-columns:56px 1fr;column-gap:18px}.move-top{grid-row:1/4;display:block;margin:0}.number{display:block;margin-top:12px}.move h3{margin-bottom:8px}.move .question{min-height:0;margin-bottom:8px}.letter{font-size:2.6rem}.education,.try,.about{grid-template-columns:1fr;gap:24px}.resource-list{margin-top:12px}.about>p{margin-bottom:0}.footer-links{margin-left:0;width:100%}.nav-check{padding:10px 12px}.hero-art img{width:60%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.origin{display:grid;grid-template-columns:1fr 1.3fr;gap:64px;border-top:1px solid var(--line)}.origin-copy{max-width:650px;font-size:1.125rem;color:#c6c6cc}.origin-copy p{margin-bottom:22px}.origin-copy p:nth-child(2){font-size:1.75rem;color:var(--yellow);font-weight:700;letter-spacing:-.025em}.origin-copy strong{color:var(--fg)}.origin-copy p:last-child{margin-bottom:0}.byline{font-size:.9375rem;color:var(--muted)}@media(max-width:650px){.origin{grid-template-columns:1fr;gap:12px}.origin-copy{font-size:1.0625rem}}